/* # Station X - Genesis Child Theme  
Theme Name: Station X  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
- Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
- Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
- Widgets
    - Featured Content
- Plugins
    - Genesis eNews Extended
    - Jetpack
- Site Header
    - Title Area
    - Widget Area
- Site Navigation
    - Header Navigation
    - Primary Navigation
    - Secondary Navigation
- Content Area
    - Entries
    - Entry Meta
    - Pagination
    - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
    - Retina Display
    - Max-width: 1200px
    - Max-width: 960px
    - Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#777}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.wpcf7-submit:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.wpcf7-submit:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    font-size: 16px;
    color: #666666;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #777;
    color: #fff;
}

::selection {
    background-color: #777;
    color: #fff;
}

a {
    color: #3c7bc3;
    text-decoration: none;
}

a:hover {
    color: #777;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 500;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}



/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-weight: 500;
    color: #444444;
    min-height: 20px;
    padding: 0px 0px 0px 30px;
    background: url(images/h3bg.png) top left no-repeat;
    font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    line-height: 1;
    -moz-box-shadow:    inset 0 0 6px #dbdbdb;
    -webkit-box-shadow: inset 0 0 6px #dbdbdb;
    box-shadow:         inset 0 0 6px #dbdbdb;
    background-color: #fff;
    color: #777;
    font-size: 18px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #c2c2c2;
    font-weight: 400;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #c2c2c2;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    font-family: Montserrat;
    background-color: #0da1ee;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-radius: 3px;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}



button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #052552;
    color: #fff;
}

.entry-content .button:hover {
    color: #fff;
}

.footer-widgets input[type="submit"]{
    font-family: Montserrat;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    min-width: 110px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.button {
    display: inline-block;
}

.button.cta{
    display: block;
    text-align: center; 
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1114px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
}

/*.home .site-inner{
    padding-top: 0px;
}*/

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 714px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.post .avatar{
    float: left;
    margin-right: 10px; 
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
}

.archive-description{
    padding: 0px;   
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Alert Form
--------------------------------------------- */

.alert-form {
    width: 55.5%;
}



/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="search"],
.widget_search input[type="search"],
 #bbpress-forums .bbp-forum-search #bbp-search-form #bbp_search{
    width: 66%; 
    float: left;
}

.genesis-nav-menu .search input[type="submit"],
input#bbp_search_submit,
.widget_search input[type="submit"] {
    height: auto;
    width: 32%; 
    max-height: 46px;
    padding: 16px 14px;
    float: right;
}

/* ## Titles
--------------------------------------------- */

.sidebar h2 a,
.archive-title {
    font-size: 20px;
}

.entry-title {
    color: #333333;
    font-weight: 500;
    font-size:34px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #3c7bc3;
}

.entry-title a:hover {
    color: #052552;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #777;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #777;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #052552;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #777;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */


.site-header{
    min-height: 100px;  
}


.site-header .wrap {
    padding: 24px 0 24px;
}

.site-header .nav-primary .wrap{
    padding: 10px 0 0 0;
}



/* # Layer Slider
---------------------------------------------------------------------------------------------------- */

.ls-l{
    font-family: Montserrat;
    color: #fff;
    font-size: 50px;
    text-align: center;
}

.ls-l h2{
    font-family: Montserrat;
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}


/* # Home Services
---------------------------------------------------------------------------------------------------- */

.home-services{
    padding: 67px 0px 30px;
}

.home-services .widget{
    float: left;
    width: 216px;
    font-size: 14px;
    text-align: center;
    margin-left: 8px;
}

.home-services .widget img{
    margin-top: 30px;
    margin-bottom: 25px;
}

.home-services .widget div{
    padding: 15px 10px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.home-services .widget:hover div{
    border: 1px solid #f1f1f1;
    -moz-box-shadow:    0px 0px 2px 2px #fafafa;
    -webkit-box-shadow: 0px 0px 2px 2px #fafafa;
    box-shadow:         0px 0px 2px 2px #fafafa;
}

.home-services .widget div div,
.home-services .widget:hover div div,
.home-services .widget:first-child div div{
    padding: 0px;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-services .widget:first-child{
    margin-left: 0px;   
}

.home-services .widget:first-child img{
    margin-top: 0px;
    margin-bottom: 9px;
}


.home-services .widget .widget-title,
.home-services .widget h2{
    color: #2461a6;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.home-services .widget .thumbnail{
    display: block;
    width: 109px;
    height: 109px;
    border-radius: 100%;
    margin: 0 auto 20px;
    padding: 23px 0px 0px 0px !important;
}

.home-services .widget:hover .thumbnail{
    border-radius: 100%;
    padding: 23px 0px 0px 0px;
    background: #3c7bc3;    
}

.home-services .widget .thumbnail span{
    display: block;
    margin: 0 auto;
}

.home-services .widget:nth-child(1) .thumbnail span{
    width: 69px;
    height: 52px;
    background: url(images/penetration-testing.png) no-repeat;
}

.home-services .widget:nth-child(1):hover .thumbnail span{
    background: url(images/penetration-testing.png) 0px -52px no-repeat;
}

.home-services .widget:nth-child(2) .thumbnail span{
    width: 58px;
    height: 63px;
    background: url(images/audit-complicance.png) no-repeat;
}

.home-services .widget:nth-child(2):hover .thumbnail span{
    background: url(images/audit-complicance.png) 0px -63px no-repeat;
}

.home-services .widget:nth-child(3) .thumbnail span{
    width: 68px;
    height: 63px;
    background: url(images/incident-responce.png) no-repeat;
}

.home-services .widget:nth-child(3):hover .thumbnail span{
    background: url(images/incident-responce.png) 0px -63px no-repeat;
}

.home-services .widget:nth-child(4) .thumbnail span{
    width: 58px;
    height: 57px;
    background: url(images/consultancy.png) no-repeat;
}

.home-services .widget:nth-child(4):hover .thumbnail span{
    background: url(images/consultancy.png) 0px -57px no-repeat;
}

.home-services .widget:nth-child(5) .thumbnail span{
    width: 62px;
    height: 63px;
    background: url(images/security-training-img.png) no-repeat;
}

.home-services .widget:nth-child(5):hover .thumbnail span{
    background: url(images/security-training-img.png) 0px -63px no-repeat;
}

/* # Call To Action
---------------------------------------------------------------------------------------------------- */

.home-cta{
    background: #144b98;    
}

.home-cta .wrap{
    text-align: center;
    padding: 60px 20px;
}

.home-cta h2{
    font-family: Montserrat;
    font-size: 52px;
    font-weight: normal;
    color: #fff;
}

.home-cta .wp_cta_container .button{
    display: inline-block;
    background-color: #0da1ee;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    border-radius: 3px;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
    font-family: Montserrat;
    font-size: 19px;
    margin-top: 14px;
    margin-bottom: 0;
    border-bottom: none;
}

.home-cta .wp_cta_container .button:hover{
    background-color: #052552;
    margin-top: 14px;
    margin-bottom: 0;
    border-bottom: none;
}

/* # Latest Updates
---------------------------------------------------------------------------------------------------- */

.latest-updates{
        background: #f7f8f9;
}

.latest-updates .wrap{
        padding: 60px 0px 0;
        background: #f7f8f9;
}

.latest-updates .widget-title{
        font-family: Montserrat;
        text-align: center;
        text-transform: uppercase;
        color: #39434f;
        font-size: 28px;
        margin-bottom: 50px;
}

.latest-updates .post{
    float: left;
    font-size: 14px;
    width: 31.623931623931625%;
    margin-left: 2.564102564102564%;
}

.latest-updates .post.gfwa-1{
    margin-left: 0;
}

.latest-updates .post a.alignnone{
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #cccccc;
}

.latest-updates .post img.alignnone{
    float: left;
    margin-bottom: 0px;
}

.latest-updates .post h2{
    font-size: 18px;
    max-width: 296px;   
}

.latest-updates .post h2 a{
    color: #336cac; 
}

.latest-updates .post p{
    max-width: 296px;   
}

.latest-updates .post .more-link{
    font-family: Droid Serif;
    font-style: italic;
}

.more-link{
    display: block;
    font-style: normal;
}



/* # BBPress Styles
---------------------------------------------------------------------------------------------------- */

#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results {
    font-size: 16px !important;
}

.bbpress .entry-content p span,
.bbpress .entry-content span{
    font-size: 16px;
    text-transform: none;
}

.bbpress .bbp-meta,
.bbpress .bbp-meta span,
.bbpress .bbp-body span,
.bbpress .bbp-pagination,
.bbpress .bbp-topic-meta,
.bbpress .bbp-topic-meta span{
    font-size: 12px !important;
}

.bbpress .bbp-author-name{
    font-size: 10px !important; 
    margin: 0 !important;
}

.bbpress .entry-content .bbp-breadcrumb span.bbp-breadcrumb-current{
    font-size: 12px;
    color: #3c7bc3;
    text-transform: none;
}

.bbp-breadcrumb,
.bbp-search-form{
    margin-bottom: 20px;    
}

#subscription-toggle{
    float: right;   
}



#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    margin-bottom: -3px !important;
}

#bbpress-forums div.bbp-search-form{
    display: none;
}

.sidebar .widget_display_search{
    display: inline-block;
    width: 100%;
}

.bbp-forum-search{
    float: right;
    width: 45%; 
}


.bbpress #bbpress-forums .bbp-forums-list li {
    display: block;
    font-size: 12px;
}

.bbpress #bbpress-forums .bbp-body li.bbp-forum-info, 
.bbpress .bbp-topic-title {
    width: 68%;
}

.bbpress li.bbp-forum-freshness, 
.bbpress li.bbp-topic-freshness,
.bbpress li.bbp-topic-reply-count,
.bbpress li.bbp-forum-topic-count {
    font-size: .9em;
}

#bbpress-forums .bbp-forum-thumb {
    float: left;
    width: 75px;
    margin: 0 15px 0 0;
}

li.bbp-forum-topic-count span, 
li.bbp-topic-voice-count span, 
li.bbp-forum-reply-count span, 
li.bbp-topic-reply-count span {
    font-size: 10px !important;
    color: #FFF;
    font-weight: bold;
    padding: 1px 3px 1px;
    background: #333;
    letter-spacing: -.75pt;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bb-button{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;    
}

.bbpress span.bbp-admin-links a {
    color: #3c7bc3;
}

.bbpress #bbpress-forums div.bbp-forum-author, 
.bbpress #bbpress-forums div.bbp-topic-author, 
.bbpress #bbpress-forums div.bbp-reply-author {
    width: 75px;
}

.bbpress #bbpress-forums div.bbp-forum-content, 
.bbpress #bbpress-forums div.bbp-topic-content, 
.bbpress #bbpress-forums div.bbp-reply-content {
    margin-left: 100px;
}

.forum-description{
    display: inline-block;
    width: 100%;
    padding: 10px;  
}

.forum-description p{
    margin-bottom: 10px;    
}

.overlay-info.closed,
.close-overlay.overlay-text,
.open-overlay.overlay-text{
    display: none;  
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
    background: none !important;
    opacity: 1 !important;  
}


/* # Blog - Archive Styles
---------------------------------------------------------------------------------------------------- */

.blog .content .entry,
.archive .content .entry{
    float: left;
    font-size: 14px;
    width: 48.717948717948715%;
    margin-left: 2.564102564102564%;
}

.archive.bbpress .content .entry{
    width: 100%;
    font-size: 16px;
    margin-left: 0; 
}

.blog .content .entry.genesis-grid-odd,
.archive .content .entry.genesis-grid-odd{
    margin-left: 0;
    clear: left;
}

.genesis-grid a.alignnone{
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #cccccc;
}

.genesis-grid .alignnone img{
    float: left;
    margin-bottom: 0px;
}

.genesis-grid h2{
    font-size: 18px;
}

.genesis-grid h2 a{
    color: #336cac; 
}


/* # Logo Carousel
---------------------------------------------------------------------------------------------------- */

.logo-carousel{
    padding: 90px 0px;
    min-height: 100px;  
}

.logo-carousel .wrap{
    position: relative;
}

.logo-carousel .prev,
.logo-carousel .next{
    position: absolute;
    display: block;
    width: 54px;
    height: 70px;
    left: 0;
    z-index: 9999;
    background: #fff url(images/leftarrow.jpg) center left no-repeat;   
}

.logo-carousel .next{
    left: auto;
    right: 0;
    background: #fff url(images/rightarrow.jpg) center left no-repeat;  
}


.carousel {
    position:relative;
    overflow:hidden
}

.carousel ul {
    width:20000em;
    position:relative;
    list-style:none;
    margin:0;
    padding:0
}

.carousel li {
    float: left;
    width: 300px;
}

.carousel li img{
    display: block;
    margin: 0 auto;
}


/* # Contact Form Widget
---------------------------------------------------------------------------------------------------- */

.contact-form{
        background: #f7f8f9;
}

.contact-form .wrap{
        max-width: 550px;
        padding: 60px 0px 0;
        background: #f7f8f9;
}

.contact-form .widget-title{
        font-family: Montserrat;
        text-align: center;
        text-transform: uppercase;
        color: #39434f;
        font-size: 28px;
        margin-bottom: 50px;
}

.page-template-page_contact .widget_custom_cf7 .widget-title{
    display: none;  
}

.wpcf7 span.wpcf7-form-control-wrap{
    width: 260px;
    float: left;
    margin-bottom: 28px;
}

.wpcf7 span.wpcf7-form-control-wrap.company,
.wpcf7 span.wpcf7-form-control-wrap.phone{
    float: right;
}

.wpcf7 span.wpcf7-form-control-wrap.comments{
    width: 100%;
    float: left;
    margin-bottom: 28px;
}

.wpcf7 span.wpcf7-form-control-wrap.comments textarea{
    height: 70px;
}

.wpcf7 span.wpcf7-form-control-wrap input,
.wpcf7 span.wpcf7-form-control-wrap.comments textarea{
    padding: 10px;
    border: 1px solid #B1B1B1;
    border-radius: 3px;
    line-height: 1;
    -moz-box-shadow:    inset 0 0 6px #dbdbdb;
    -webkit-box-shadow: inset 0 0 6px #dbdbdb;
    box-shadow:         inset 0 0 6px #dbdbdb;
}

.wpcf7 br{
    display: none;
}

span.wpcf7-not-valid-tip{
    position: absolute; 
}

.wpcf7 .wpcf7-submit{
    display: block;
    margin: 0 auto;
    font-family: Montserrat;
    font-size: 19px;
    padding: 18px 145px;
}

.page-template-page_contact .wpcf7 .wpcf7-submit{
    display: inline-block;
    margin: 0;
}

.page-template-page_contact .one-half.first{
    margin-top: -24px;  
}

.page-template-page_contact .entry-content .one-half.first{
    margin-top: 0px;    
}


/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    width: 201px;
}


/*.header-full-width .title-area {
    width: 284px;
}*/

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #777;
}

.header-image .site-title > a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    min-height: 52px;
    width: 201px;
}

.header-image .site-title a {
    background-size: 201px 52px !important;
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title,
.header-image .title-area h1 {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
    line-height: 1;
}

.site-header .widget-area a.phone,
.entry-content a.phone{
    display: inline;
    color: #3c7bc3;
    font-size: 18px;
    line-height: 1;
    float: right;
    padding: 0px 13px 0px 26px;
    background: url(images/phone-icon.png) 0px 3px no-repeat;
}


.site-header .widget-area a.email,
.entry-content a.email{
    display: inline;
    position: relative;
    color: #3c7bc3;
    font-size: 18px;
    line-height: 1;
    padding: 0px 0px 0px 32px;
    margin: 0px 25px 0px 0px;
    background: url(images/mail-icon.png) 0px 9px no-repeat;
}

.entry-content a.phone,
.entry-content a.email{
    display: block;
    float: none;
    font-size: 20px;
    padding: 0px 0px 0px 26px;
    margin: 0px 0px 20px;   
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    margin: 0px 0px 0px 0px;
}

.genesis-nav-menu a {
    color: #444444;
    display: block;
    padding: 7px 13px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #fff;
    background: #3c7bc3;
    border-radius: 3px;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 220px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    text-transform: capitalize;
    background-color: #fff;
    border: 1px solid #777;
    border-top: none;
    font-size: 14px;
    padding: 10px 13px;
    position: relative;
    width: 220px;
}


.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .services-menu .sub-menu{
    width: 440px;
}

.genesis-nav-menu .services-menu .menu-item{
    float: left;
}

.genesis-nav-menu .services-menu .menu-item a{
    font-weight: bold;
}

.genesis-nav-menu .services-menu .sub-menu .sub-menu {
    width: 220px;
    opacity: 1;
    left: auto;
    margin: 0px 0 0 0px;
}

.genesis-nav-menu .services-menu .menu-item .menu-item a{
    font-weight: normal;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #777;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.site-header .nav-primary{
    max-width: 760px;
    float: right;
    clear: none;
}

/*.site-header .nav-primary .wrap{
    padding: 22px 0px;
}*/

.nav-primary .genesis-nav-menu a {
    color: #444444;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #444444;
    line-height: 1.4;
    border-radius: 0;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #fff;
    background: #3c7bc3;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
}

.responsive-menu-icon::before {
    content: "\f333";
    display: block;
    color: #3c7bc3;
    font: normal 30px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

/* ## Page Title
--------------------------------------------- */

.page-title{
    background: url(images/pagetitlebg.png);    
}

.page-title .wrap{
    padding: 0px 0px;
    min-height: 80px;
    line-height: 80px;
}

.page-title .entry-title{
    font-family: Montserrat;
    font-weight: normal;
    color: #fff;
    line-height: 80px;
    font-size: 42px;
    margin-bottom: 0;   
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

.content .entry {
    background-color: #fff;
}

.single .content .entry,
.search .content .entry{
    padding: 14px 20px 0px 20px;
    background: #F7F8F9;    
}

.page-template-page_contact .entry-content{
    width: 530px;
    float: left;
    padding-left: 110px;
}

.entry-content p span{
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;  
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #777;
    color: #ddd;
}

.page-template-page_contact .featured-image{
    width: 100%;
    overflow: hidden;   
}

.page-template-page_contact .featured-image img{
    display: block;
    margin: 0 auto;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    min-height: 48px;
    line-height: 1;
    margin-bottom: 24px;
}

.post .entry-time,
.post .entry-author,
.post .entry-comments-link {
    display: inline-block;
    padding-top: 16px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}



.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #0DA1EE;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #052552;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    margin-bottom: 30px;
    text-align: center;
}

.after-entry .wp_cta_container,
.after-entry .widget {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #ededed;
}

.after-entry .widget-title {
    font-size: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

.after-entry input {
    margin: 10px 0px;
    max-width: 340px;
}

.after-entry input {
    margin: 10px 0px;
    max-width: 340px;
}

.after-entry .field.fields,
.after-entry .field.fields2{
    width: 40%;
    float: left;
    padding-right: 20px;    
}

.after-entry .field.fields3{
    float: left;
    width: 19%;
}

.after-entry .field.fields3 input{
    max-height: 46px;
}


/* ## Author Box
--------------------------------------------- */

.author-box {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
}
 
.author-box p {
    font-size: 14px;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 0px 16px;
}

.entry-comments {
    padding: 40px 0px;
}

.comment-header {
    font-size: 16px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    padding: 20px;
    background: #F7F8F9;    
    margin-bottom: 40px;
}

.sidebar a.alignleft,
.sidebar img.alignleft{
    margin: 0 12px 0px 0px; 
}

.sidebar .entry h2{
    font-size: 18px;
    position: relative;
    top: -4px;  
}

.sidebar .entry{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #444444;
}

.sidebar .widget_search{
    margin-bottom: 20px;
}

.sidebar .widget#text-12{
    padding: 0;
    margin-bottom: 0;
    background: none;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #144b98;
    clear: both;
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-widgets .widget-title{
    color: #a7c3ed;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;  
}

.footer-widgets,
.footer-widgets a {
    color: #a7b4d0;
}

.footer-widgets input {
    margin-top: 10px;
}

.footer-widgets a.button,
.footer-widgets a:hover {
    color: #a7b4d0;
}

.footer-widgets li {
    font-size: 14px;
    padding-bottom: 3px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    width: 250px;
}

.footer-widgets-1,
.footer-widgets-2 {
    margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
}

.footer-widgets-4 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    text-transform: uppercase;
    background: #01236a;
    color: #fff;
    font-size: 16px;
    padding: 48px 0 40px 0;
    line-height: 1;
    text-align: left;
}

.site-footer p {
    margin-bottom: 0;
}

#footerright ul, #footerright li{
    list-style: none;
    margin: 0px;
    padding: 0px;   
}

#footerright li{
    display: inline;
    margin: 0px 0px 0px 13px;
}


#footerleft{
    float: left;    
    width: 20%;
    padding: 0px 0px 0px 0px;
}

#footercenter{
    float: left;
    width: 54%; 
    padding: 19px 0 0 0;
    text-align: center;
}

#footerright{
    float: right;
    padding: 10px 0 0 0;
    width: 26%; 
}

/* # Social Iocns
---------------------------------------------------------------------------------------------------- */

.share-filled .pinterest .count, .share-filled .pinterest .count:hover{
    color: #cb2127 !important;
    border: 1px solid #cb2127 !important;
    background: #cb2127 !important; 
}

.share-filled .linkedin .count, .share-filled .linkedin .count:hover{
    color: #035a87 !important;
    border: 1px solid #035a87 !important;
    background: #035a87 !important; 
}

.share-filled .facebook .count, .share-filled .facebook .count:hover{
    color: #3d5a98 !important;
    border: 1px solid #3d5a98 !important;
    background: #3d5a98 !important; 
}

.share-filled .googlePlus .count, .share-filled .googlePlus .count:hover{
    color: #dd4c39 !important;
    border: 1px solid #dd4c39 !important;
    background: #dd4c39 !important; 
}

.share-filled .twitter .count, .share-filled .twitter .count:hover{
    color: #09b0ed !important;
    border: 1px solid #09b0ed !important;
    background: #09b0ed !important; 
}

.share-small .count {
    width: auto !important;
}


/* # New Home Page
---------------------------------------------------------------------------------------------------- */


.new-home .thrv_wrapper{
    margin: 0;  
}

.new-home .button{
    font-family: Oswald;
    background: #0854aa;    
}

.new-home .button:hover{
    background: #f4aa3f;    
}


.new-home .logo-bar{
    min-height: 100px;
    padding: 16px 0 0 0;
    background: #e9e9e9;    
}

.new-home .logo-bar{
    text-align: center; 
}


.new-home .logo-bar li{
    display: inline-block;
    margin: 0 40px;
    vertical-align: text-top;   
}

.new-home .logo-bar li:first-child{
    margin-left: 0; 
}

.new-home .logo-bar li:last-child{
    margin-right: 0;    
}


.new-home #canaray-token-container{
    padding: 0;
    color: #fff;
    background: #0854aa;
}

#online-course-container{
    padding: 60px 0;
    text-align: center;
}

#home-blog-container h2,
#online-course-container h2{
    font-family: Oswald;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;    
}

#online-course-container img{
    margin: 12px 0 0 0; 
}

#home-stats{
    margin-top: -158px;
    border-top: 2px solid #aaaaaa;
    background: #e9e9e9;    
}

#home-stats .wrap{
    text-align: center;
    padding: 90px 0 60px 0; 
}

#home-stats .wrap .one-fourth{
    padding-top: 10px;
    text-align: left;
}

#home-stats .wrap .three-fourths{
    text-transform: uppercase;  
    text-align: left;
}

#home-stats .wrap .three-fourths strong{
    display: block;
    color: #333333;
    font-size: 24px;    
}

#home-stats .button{
    margin: 60px 0 0;   
}

.new-home #canaray-token-container h2{
    font-family: Oswald;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;    
}

.new-home #canaray-token-container .wrap{
    padding:  80px 500px 80px 0;
    background: url(images/canary-image.png) top right no-repeat;   
}

.new-home #canaray-token-container .wrap .button{
    background: #f4aa3f;    
}

.new-home #canaray-token-container .wrap .button:hover{
    color: #0854aa;
    background: #fff;   
}

.new-home .entry-content .biopic{
    text-align: center; 
}

.new-home .entry-content .biopic h3{
    font-family: Oswald;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: normal;
}

.new-home .entry-content .biopic p{
    margin-bottom: 10px;    
}

.new-home .entry-content .two-thirds{
    padding-top: 70px;  
}

.new-home .entry-content .two-thirds h2{
    font-family: Oswald;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;    
}


#home-blog-container{
    padding: 60px 0;
    color: #666666;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    background: #f9f9f9;
}


#home-blog-container .blog-description{
    margin-bottom: 50px;    
}

#home-blog-container .one-third{
    text-align: left;   
}

#home-blog-container h3{
    font-family: Oswald;
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px 0 10px 0;
}

#home-blog-container h3 a{
    color: #333333;
}


#home-blog-container span{
    display: block;
    color: #666666; 
    margin-bottom: 15px;
    text-transform: uppercase;
}


#home-blog-container a.see-more{
    font-family: Oswald;
    color: #333333;
    text-transform: uppercase;
}

#home-blog-container a.see-more .fa{
    position: relative;
    top: -5px;  
}



#footer-newsletter-container{
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 60%, #01236a 40%);
    background: -webkit-linear-gradient(top, #f9f9f9 60%,#01236a 40%);
    background: linear-gradient(to bottom, #f9f9f9 60%,#01236a 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#01236a',GradientType=0 );    
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }
    
    .site-header .nav-primary{
        float: none;
        clear: both;
        text-align: center;
        max-width: 100%;    
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    
    .header-image .title-area {
        padding: 0px 0px 0px 13px;
    }
    
    .ls-l{
        font-size: 44px;
    }
    
    .ls-l h2{
        font-size: 44px;
    }
    
    .home-services .widget{
        width: 19%;
        font-size: 12px;
        margin-left: 1%;
    }

    .content,
    .site-header .widget-area {
        width: 620px;
    }
    
    .sidebar-primary {
        width: 300px;
    }
    
    .genesis-nav-menu .search input[type="submit"],
input#bbp_search_submit,
    .widget_search input[type="submit"]{
        height: auto;
        width: 32%; 
        padding: 16px 8px;
        float: right;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    
    
    .page-template-page_contact .wpcf7 span.wpcf7-form-control-wrap{
        width: 48%;
        float: left;
        margin-bottom: 28px;
    }
    
    .wpcf7 span.wpcf7-form-control-wrap.company,
    .wpcf7 span.wpcf7-form-control-wrap.phone{
        float: right;
    }
    
    .page-template-page_contact .wpcf7 span.wpcf7-form-control-wrap.comments{
        width: 100%;    
    }
    
    .page-template-page_contact .entry-content{
        padding-left: 40px;
        width: 48.717948717948715%;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
        width: 210px;
    }
    
    .footer-widgets-1,
    .footer-widgets-2 {
        margin-right: 15px;
    }

    .new-home .logo-bar li{
        margin: 0 20px;
    }

}

@media only screen and (max-width: 960px) {

    .site-inner,
    .wrap {
        max-width: 800px;
    }
    
    .ls-l{
        font-size: 36px;
    }
    
    .ls-l h2{
        font-size: 36px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    
    
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4{
        width: 50%;
        margin-right: 0;    
    }

    
    .site-header .widget-area{
        text-align: left;
    }
    
    .site-header .widget-area a.phone{
        display: inline;
        float: right;
    }
    
    
    .site-header .widget-area a.email{
        display: inline;
        float: left;
    }
    
    
    .site-header .nav-primary .wrap {
        padding: 0px 0px 0px;
    }
    .site-header .wrap {
        padding: 20px 5%;
    }

    .header-image .title-area {
        float: none;
        width: 100%;
        padding: 0px;
    }
    
    .header-image .site-title > a{
        display: block;
        float: none;
        margin: 0 auto; 
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

}

@media only screen and (max-width: 800px) {

    body {
        background-color: #fff;
        font-size: 12px;
    }
    

    .ls-l{
        font-size: 26px;
    }
    
    .ls-l h2{
        font-size: 26px;
    }
    
    .ls-l .button{
        padding: 12px;  
    }

    .site-inner,
    .page-title .wrap,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .genesis-nav-menu.responsive-menu {
        display: none;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }
    
    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        border: none;
        display: block;
        line-height: 1;
        padding: 16px;
        text-transform: none;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;    
    }
    
    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }
    
    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f140";
        float: right;
        font: normal 20px/1 'dashicons';
        height: 20px;
        padding: 12px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }
    
    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f142";
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: #f7f7f7;
        border: none;
        left: auto;
        opacity: 1;
        padding-left: 20px;
        position: relative;
        width: 100%;
        z-index: 99;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        margin: 0;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        padding: 12px 16px;
        position: relative;
        line-height: 1.4;
        text-transform: none;
        width: 100%;
    }
    
    .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu a {
        background: none;
        color: #666;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu a:hover,
    .genesis-nav-menu.responsive-menu a:hover,
    .genesis-nav-menu.responsive-menu li:hover {
        background: none;
        color: #111;
    }
    
    .genesis-nav-menu .services-menu .sub-menu{
        width: 100%;
    }
    
    .genesis-nav-menu .services-menu .menu-item{
        float: none;
    }
    
    .genesis-nav-menu .services-menu .menu-item a{
        font-weight: bold;
    }
    
    .genesis-nav-menu .services-menu .sub-menu .sub-menu {
        width: 100%;
        opacity: 1;
        left: auto;
        margin: 0px 0 0 0px;
    }
    
    .genesis-nav-menu .services-menu .menu-item .menu-item a{
        font-weight: normal;
    }
    
    .home-services .widget{
        width: 100%;
        font-size: 14px;
        margin: 0px 20px 0px 0px;   
    }
    
    .latest-updates .post{
        float: left;
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 0px 20px;
        margin: 0px 20px 0px 0px;   
    }
    
    .latest-updates .post h2,
    .latest-updates .post p{
        max-width: 100%;    
    }   
    .sidebar .widget.enews-widget {
        padding: 40px;
    }
    
    .page-template-page_contact .wpcf7 span.wpcf7-form-control-wrap{
        width: 48%;
        float: left;
        margin-bottom: 28px;
    }
    
    .wpcf7 span.wpcf7-form-control-wrap.company,
    .wpcf7 span.wpcf7-form-control-wrap.phone{
        float: right;
    }
    
    .page-template-page_contact .wpcf7 span.wpcf7-form-control-wrap.comments{
        width: 100%;    
    }
    
    .page-template-page_contact .entry-content{
        padding-left: 0px;
        width: 100%;
    }
    
    li.bbp-forum-info, 
    li.bbp-topic-title {
        float: none;
        text-align: left;
        width: 100%;
    }
    
    .bbp-forum-search {
        float: none;
        margin: 10px 0;
        width: 100%;
    }
    
    body.new-home p,
    .site-footer{
        font-size: 12px;    
    }
    
    .new-home #canaray-token-container h2,
    #home-blog-container h2,
    .new-home .entry-content h2,
    #online-course-container h2{
        font-size: 20px;
    }
    
    #home-blog-container h3 {
        font-size: 18px;
    }
        
    #home-stats .one-fourth{
        width: 50%; 
    }
    
    #home-stats .one-fourth .one-fourth,
    #home-stats .one-fourth .three-fourths{
        width: 100%;
        text-align: center; 
    }
    
    .new-home .entry-content .two-thirds {
        padding-top: 20px;
    }
    
    .new-home #canaray-token-container .wrap{
        padding: 400px 0 80px 0;
        text-align: center;
        background-position: top center;    
    }
    
    #footerleft,
    #footercenter,
    #footerright{
        width: 100%;
        float: none;    
        text-align: center;
    }
    
    #footerright{
        margin-top: 10px;   
    }
    
    #home-blog-container .one-third{
        margin-bottom: 30px;    
    }

}

@media only screen and (max-width: 600px) {
    
    
    .site-header .widget-area a.phone{
        display: block;
        width: 220px;
        float: none;
        margin: 10px auto 0;
        padding: 0px 0px 0px 32px;
    }
    
    
    .site-header .widget-area a.email{
        display: block;
        width: 220px;
        float: none;
        margin: 0px auto;
        background: url(images/mail-icon.png) 0px 9px no-repeat;
    }
    
    .ls-l{
        display: none;
        font-size: 26px;
    }
    
    .home-cta{
        over-flow: hidden;  
    }
    
    .home-cta h2{
        font-family: Montserrat;
        font-size: 40px;
        font-weight: normal;
        color: #fff;
    }
    
    
    
    .wpcf7 span.wpcf7-form-control-wrap,
    .page-template-page_contact .wpcf7 span.wpcf7-form-control-wrap{
        width: 100%;
        float: left;
        padding: 0px 5%;
        margin-bottom: 28px;
    }
    
    .wpcf7 span.wpcf7-form-control-wrap.company,
    .wpcf7 span.wpcf7-form-control-wrap.phone{
        float: left;
    }
    
    .wpcf7 .wpcf7-submit,
    .page-template-page_contact .wpcf7 .wpcf7-submit{
        display: block;
        margin: 0 auto;
        float: none;
        font-family: Montserrat;
        font-size: 19px;
        padding: 18px 24px;
    }
    
    .after-entry .field.fields,
    .after-entry .field.fields2{
        width: 100%;
        float: none;    
    }


    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4{
        width: 100%;
    }
    
    #footerleft,
    #footerright{
        float: none;
        text-align: center; 
    }
    
    #footerleft{
        margin-bottom: 20px;    
    }

}