/*
Theme Name:     Insight Child
Theme URI:      http://demo.oceanthemes.net/insight/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         OceanThemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       insight
*/

body a{
    color: #303136;
}

.top-bar .navbar-right li:first-child{
    display: none;
}

body .top-bar-links li a,
body .navigation .navbar-default .navbar-nav > li > a:hover,
body .navigation .dropdown-menu > li > a:hover,
body .navigation .dropdown-submenu:hover > a::after{
    color: #fff;
}

.navigation .navbar-brand{
    padding-top: 13px;
}

.navbar-nav > li:hover, .navbar-nav > li.active{
    background-color: #192757;
}

.nav > li > a{
    padding: 10px 8px;
}

.navbar-brand > img{
    width: 214px;
}

.navigation .navbar-default {
    border-bottom-color: rgba(255, 255, 255, 0.2)!important;
}

body .call-to-action{
    background: #192757;
}

.call-to-action h1{
    letter-spacing: 0;
}

body .btn-secondary, body .btn-default, body .tnp-widget input[type=submit], body .btn-primary{
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    background-color:#408d4e;
    border-color: #408d4e;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    outline: medium none;
    box-shadow: 0px 0px 0px 0px rgb(153, 153, 153);
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    margin: 0px;
    padding: 16px 44px 16px 34px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
}

body .btn-secondary:hover, body .btn-default:hover, body .tnp-widget input[type=submit]:hover, body .btn-primary:hover{
    background-color: #367542;
    border-color: #367542;
    border-width: 1px;
}

body .tnp-field input[type=submit]{
    width: auto;
    text-align: center;
}

.tnp-widget .tnp-field{
    margin-top: 10px;
}

.service-desc{
    padding: 30px;
}

.service-desc h2{
    margin-top: 0;
    font-size: 22px;
    text-align: center;
}

/* full height */
.owl-carousel .owl-stage, .owl-carousel .owl-item, .owl-carousel .owl-item .item,  .owl-carousel .owl-item .item > div,
.full-height, .full-height .wpb_column, .full-height .wpb_column .vc_column-inner{
    display: flex;
    align-items: stretch;
}

.full-height .wpb_wrapper{
    background: #fff;
}

.service-block{
    margin-bottom: 0;
}

.service-img-block{
    background: #fff;
}

body #back-to-top{
    background: #192757;
}

body #back-to-top:before{
    color: #fff;
}

body .top-bar{
    background: #0a0a0a;
}

.btn-link{
    font-weight: bold;
    display: inline-block;
}

.btn-link:after{
    top: -1px;
}

.feature-icon-block h2{
    margin-top: 0;
}

.advisor-info h3{
    font-size: 18px;
    letter-spacing: 0;
}

.advisor-meta{
    letter-spacing: 0;
    font-size: 10px;
}

body .testimonial-meta, .check-square li::before, .comment-reply-link, .comment-reply-link::after, .well-default .icon{
    color: #408d4e;
    font-weight: bold;
}

.footer-section, .footer-widget li a{
    color: #78797f;
}

body .footer-section h3{
    font-weight: bold;
}

body .lead {
    font-size: 18px;
}

.widget_search .input-group{
    width: 100%;
}

.page-header{
    margin-bottom: 0;
}

.page-breadcrumb .breadcrumb{
    margin-bottom: 0;
    background: none;
}

.about-block{
    background: none;
}

@media (max-width: 768px){
    .navigation .navbar-default{
        background: #000!important;
    }

    .margin-top-less{
        margin-top: 0!important;
    }

    .owl-carousel .owl-stage, .owl-carousel .owl-item, .owl-carousel .owl-item .item,  .owl-carousel .owl-item .item > div,
    .full-height, .full-height .wpb_column, .full-height .wpb_column .vc_column-inner{
        display: block;
    }

    .service-desc{
        margin-bottom: 20px;
    }

    .service-img img{
        width: 100%;        
    }

    .full-height .service-desc h2{
        text-align: left;
    }

    .top-slide{
        top: 0!important;
    }

    .navigation .navbar-brand{
        height: auto;
        margin-bottom: 10px;
    }

    .navigation .navbar-brand>img{
        width: 200px;        
    }

    .navbar-toggle{
        padding: 19px 10px;
    }

    body .call-to-action .btn-lg {
        padding-top: 9px!important;
        padding-bottom: 9px!important;
        white-space: nowrap;
        font-size: 9px;
        line-height: 11px;
        font-weight: 900;
        color: rgb(255, 255, 255);
        font-family: Raleway, sans-serif;
        text-transform: uppercase;
        background-color: rgb(64, 141, 78);
        border-color: rgb(64, 141, 78);
        border-style: solid;
        border-width: 1px;
        border-radius: 2px;
        outline: none;
        box-shadow: none;
        box-sizing: border-box;
        cursor: pointer;
        visibility: inherit;
        transition: none;
        text-align: left;
        margin: 0px;
        padding: 13px 34px 13px 27px;
        letter-spacing: 0px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        opacity: 1;
    }

    .call-to-action-title {
        display: block;
        line-height: 1.5!important;
        margin-bottom: 10px!important;
    }
}

::selection {
	background: #192757 !important;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background: #192757 !important;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background: #192757 !important;
	color:#FFF;
	text-shadow:none;
}

h1 a,  h2 a, h3 a, h4 a {
    text-decoration: none !important;
}

.footer-section a:hover {
    color: #fff!important;
}

a:hover {
    text-decoration: none!important;
}

.visible-pt, .visible-en, .visible-es {
    display: none;
}

html[lang=en-US] .visible-en {
    display: block;
}

html[lang=pt-BR] .visible-pt {
    display: block;
}

html[lang=es-ES] .visible-es {
    display: block;
}
