/************************
Custom CSS by < vancespago />
************************/

ul, ol {
    margin: 0 0 1.5em 2.355em;
}
ul > ul, ol > ul {
     margin: 0 0 1.5em 1.5em;
}
body.home #top header.masthead {
    position: absolute;
    width: 100%;
}
body.home #top header.masthead .x-navbar {
    background-color: transparent !important;
}
body #top .masthead .x-navbar, body #top .masthead .x-navbar * {
    transition: 600ms all ease-in-out;
}
body #top .masthead .x-navbar.on-scroll, body.home #top header.masthead .x-navbar.on-scroll {
    background: #ffffff !important;
    box-shadow: 0em 0.1em 0.2em 0em #bdbdbd;
}
body .on-scroll .x-brand {
    margin-top: 10px;
}
body .on-scroll .x-brand img {
    width: 200px;
}
body .on-scroll #menu-toggle {
    height: 30px;
    margin-top: 10px;
    width: 30px;
}
body .on-scroll .menu-toggle-wrap .menu-title {
    font-size: 10px;
}
body .on-scroll .x-navbar-inner {
    min-height: 70px;
}
body #top .masthead .x-container.max {
    max-width: 95%;
    width: 100%;
}
/*
.x-navbar .x-container.max, .x-colophon .x-container.max {
    max-width: 90%;
}
*/
.menu-toggle-wrap {
    float: right;
    opacity: 1;
}
.menu-toggle-wrap:hover {
    opacity: 0.8;
}
#menu-toggle {
    background-color: transparent;
    background-image: url(../images/menu-toggle.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    box-shadow: none;
    height: 40px;
    margin-top: 15px;
    outline: 0;
    width: 40px;
}
body.home #menu-toggle {    
    background-image: url(../images/menu-toggle-white.svg);
}
body.home .on-scroll #menu-toggle {
    background-image: url(../images/menu-toggle.svg);
}
.menu-toggle-wrap .menu-title {
    color: #2E3B87;
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
body.home .menu-toggle-wrap .menu-title {
    color: #fff;
}
body.home .on-scroll .menu-toggle-wrap .menu-title {
    color: #2E3B87;
}
#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-menu .sfm-chapter {
    text-transform: uppercase !important;
}
.sfm-sidebar-close:after, .sfm-sidebar-close:before {
    top: 20px;
}
.sfm-sidebar-close .menu-close {
    color: #fff;
    display: block;
    font-size: 10px;
    padding-top: 35px;
    text-align: center;
    text-transform: uppercase;
}
.sfm-pos-right .sfm-sidebar-close:after, .sfm-pos-right .sfm-sidebar-close:before {
    right: 17px;
}
body.sfm-body-pushed #sfm-overlay, body[class*="sfm-view-pushed"] #sfm-overlay {
    background-color: #fff;
    opacity: 0.8;
}
.x-colophon.bottom {
    padding: 20px 0;
}
.x-colophon.bottom .x-colophon-content p {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}
body .x-btn, body .button, body [type="submit"] {
    background-color: #495198;
    border: 0;
    box-shadow: 0.4em 0.35em 0 0 #c4caff;
    font-family: 'Muli', sans-serif !important;
    font-size: inherit !important;
    font-style: normal !important;
    max-width: 180px;
    text-transform: uppercase;
    -webkit-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
body .x-btn:hover, body .button:hover, body [type="submit"]:hover {
    background-color: #2C3581;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}
.homeboxes-wrap .x-column {
    border-right: 1px solid #e7e7e7;
    padding: 0 20px !important;
}
.homeboxes-wrap .x-column:last-of-type {
    border: 0;
}
.homeboxes-wrap .x-column .x-feature-box-title {
    font-size: 1.2em;
}
.nomargin {
    margin: 0;
}
.alignmiddle, .x-section .x-container.marginless-columns .x-column.alignmiddle {
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
}
.box-shadow {
    background: #fff;
    box-shadow: 0.8em 0.85em 0.5px 0 rgba(156, 156, 156, 0.5), 0em 0em 0.1px 0em #ccc;
    padding: 20px;
}
.custom-link {
    border-bottom: 2px solid #2d3a85;
    text-align: center;
    text-transform: uppercase;
}
#cs-content > .x-section {
    padding-bottom: 0 !important;
}
#cs-content > .x-section .x-container.width {
    width: 100%;
}
.banner-box {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 350px;
    position: relative;
    margin-bottom: 2.75em !important;
}
.banner-box:after {
    background: rgba(0,0,0,0.7);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    min-height: 350px;
    outline: 2px solid #fff;
    outline-offset: -20px;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-top {
    z-index: 99;
}
.banner-title span, .banner-title {
    font-family: 'Muli', sans-serif;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-subtitle, .banner-subtitle span {
    font-family: 'Playfair Display', serif;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}
.banner-top * {
    color: #fff;    
}
.banner-top.dark-text * {
    color: #000;
}
.h-landmark span, .entry-title.h-landmark span {
    font-family: 'Muli', sans-serif;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
}
.wpcf7 p.left, .wpcf7 p.right {
    width: 49%;
}
.wpcf7 p label {
    text-transform: uppercase;
}
.wpcf7 p .wpcf7-submit {
    clear: both;
    display: block;
    float: right;
}
.box-bordered {
    background: #f3f3f3;
    outline: 2px solid #fff;
    outline-offset: -10px;
    padding: 25px !important;
}
.x-breadcrumbs .home .x-icon-home {
    font-size: 14px;
}
.testimonial-wrap .x-blockquote {
    border: 1px solid #ffffff;
    float: left;
    font-size: 1.1em;
    font-style: italic;
    margin: 5px 0;
    width: 100%;
}
.testimonial-wrap .x-cite {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}
.entry-content a {
    
}
#floating-sidebar ul li a {
    font-family: inherit;
    font-style: normal;
    text-transform: uppercase;
}
.home .section-box {
    margin-top: 40px;
}
.x-colophon.bottom .x-colophon-content {
    margin: 15px 0;
}
.x-colophon.bottom .x-nav {
    margin: 0;
}
body #top .x-container.offset {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}
#cs-content .page-banner {
    margin-bottom: 40px !important;
    padding: 150px 10px !important;
}


/*CSS BY VANSTUDIOS */
h2.h5 {font-size:1.2em;background-color:#495198;padding:15px 7px 10px 7px;color:#fff;box-shadow: 0.4em 0.35em 0px 0px #c4caff; }
.blue {background-color:#c6d9f1;padding:10px;border:1px solid #000;}
.blue1 {padding:5px 20px;}
.blue2 {padding:5px 20px;}


.x-breadcrumbs {display: none;}
body.page-id-20 .entry-content {margin:0px 25px;}

/*BLOG */
body.post-template-default h1.entry-title, body.post-template-default .x-header-landmark {display:none;}
body.post-template-default #comments {padding:0px 25px;margin-top:100px;}
 
 

@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 600px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation : portrait) { 
	body.home #rev_slider_6_1_wrapper {margin-top: 90px !important;}
	body.home #rev_slider_6_1 {padding:5px 0px !important;}
	body.home #slide-11-layer-6 {padding-top:13px !important;}
	body.home #menu-toggle { background-image: url(../images/menu-toggle.svg);}
	body.home .menu-toggle-wrap .menu-title {color: #2E3B87;}
}