@font-face {
    font-family: 'montserrat-hairline';
    src: url('../fonts/montserrat-hairline.eot');
    src: url('../fonts/montserrat-hairline.eot') format('embedded-opentype'),
         url('../fonts/montserrat-hairline.woff') format('woff');
}

@font-face {
    font-family: 'montserrat-light';
    src: url('../fonts/montserrat-light.eot');
    src: url('../fonts/montserrat-light.eot') format('embedded-opentype'),
         url('../fonts/montserrat-light.woff') format('woff');
}

@font-face {
    font-family: 'Plantin';
    src: url('/wp-content/css/plantin/Plantin.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/css/plantin/Plantin.woff') format('woff'),
      url('/wp-content/css/plantin/Plantin.ttf')  format('truetype'),
      url('/wp-content/css/plantin/Plantin.svg#Plantin') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Plantin-Italic';
    src: url('/wp-content/css/plantin_italic/Plantin-Italic.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/css/plantin_italic/Plantin-Italic.otf')  format('opentype'),
           url('/wp-content/css/plantin_italic/Plantin-Italic.woff') format('woff'),
           url('/wp-content/css/plantin_italic/Plantin-Italic.ttf')  format('truetype'),
           url('/wp-content/css/plantin_italic/Plantin-Italic.svg#Plantin-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
  }


@font-face {
    font-family: 'plantin-italic';
    src: url('../fonts/plantin-italic.eot');
    src: url('../fonts/plantin-italic.eot') format('embedded-opentype'),
         url('../fonts/plantin-italic.woff') format('woff');
}

@font-face {
    font-family: 'plantin-semi';
    src: url('../fonts/plantin-semi.eot');
    src: url('../fonts/plantin-semi.eot') format('embedded-opentype'),
         url('../fonts/plantin-semi.woff') format('woff');
}
 

body,
.background-white {
    background-color: #fff;
}
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a {
  color: #fff;
}
.text-black,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black a {
  color: #000;
}
.text-grey,
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.text-grey p,
.text-grey a {
  color: #6A6A6A;
}

.validation_message a {
    text-decoration: underline;
}

.page-id-1043 ol > li {
    padding-bottom: 20px;
}

/* header top nav */

/* end header top nav */
.like-content.active .st0{
    fill:#c22d2d !important;
}
/*
TOC
SECTION 1: TYPOGRAPHY
SECTION 2: GLOBAL
SECTION 3: FOOTER
SECTION 4: CONTACT
SECTION 5: FORMS
SECTION 6: HEADER
SECTION 7: NEWS & EVENTS LANDING PAGE
*/


/* SECTION 1: TYPOGRAPHY ============================== */

/* p, li, a, .container_inner p, .container_inner a, .container_inner ul li {
    font-family: 'montserrat-hairline', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
} */

.truenorth-plantin-heading h1,
.truenorth-plantin-heading h2,
.truenorth-plantin-heading h3,
.truenorth-plantin-heading h4 {
    font-family: 'plantin-semi', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.plantin-italic p {
    font-family: 'Plantin-Italic';
}
.plantin h2 {
    font-family: 'Plantin';
}
.fs-30 p {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
}

/* ol,
ul {
    list-style-position: outside;
    padding-left: 1em;
} */
.plantin {
    font-family: 'Plantin';
}

.truenorth-special-list ul { /* as used on "our difference" */
    list-style-type: none;
}

.truenorth-special-list li { /* as used on "our difference" */
    margin-bottom: 30px;
    margin-left:10px;
}

.truenorth-special-list li:before { /* as used on "our difference" */
    content: '\f111';
    font-family: 'fontawesome';
    font-size: 5px;
    vertical-align: middle;
    position: absolute;
    left: 15px;
}

.truenorth-orderedlist-letters ol { /* ordered list with letters as in "Log Home Warranty" */
    list-style-type: lower-alpha;
}

.truenorth-orderedlist-numbers li, /* ordered list with numbers as in "Digital Inventory Control" */
.truenorth-orderedlist-letters li { /* ordered list with letters as in "Log Home Warranty" */
    margin-bottom: 20px
}

p {
    font-family: 'montserrat', sans-serif;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text ul li,
.white-text a,
.white-text strong {
    color:#fff;
}
.black-text p {
    color: #000;
}
.fs-26 h2 {
    font-size: 26px;
    line-height: 32px;
}
.footer_bottom_holder, 
#lang_sel_footer,
.footer_bottom_border {
	background-color: #0B1843 !important;
	border-color: #0B1843 !important;
}

.truenorth-plantin-heading h3 { /* headings in plantin italix */
    text-transform: capitalize;
}
/*
.container_inner p {
    padding-top: 20px;
}
*/
body footer .gform_wrapper input[type=submit],
body footer .gform_wrapper input[type=button],
body footer .gform_wrapper input[type=reset] {
    font-weight: 600;
    font-family:"Montserrat", sans-serif;
}
.footer-links li {
    margin-bottom: 5px;
}
.footer-contact .social-icons{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1rem;
}

/* .wpb_wrapper h3 {
    font-weight: 100;
} */

.passepartout h2 {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.truenorth-small-h1 h1 { /* smaller h1 */
    font-family: 'montserrat', san-serif !important;
    font-size: 2.25rem;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #000;
}

.truenorth-pullquote-text p { /* pullquote text */
    color: #000;
    font-family: 'montserrat', sans-serif !important;
    font-size: 1.125rem;
    font-weight: 600 !important;
}

.truenorth-bold-text { /* bold text, as on the contact page */
    font-family: 'montserrat', sans-serif;
    font-weight: 600 !important;
}

.ubtn-ctn-left .ubtn-link { /* make sure left-justified buttons sit flush left */
    padding-left: 0;
}

@media screen and (max-width: 991px) {
    .darken {
        background-color: rgba(0, 0, 0, 0.5);
        position: relative;
    }

    .the-darkening {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

/* ============================= end section 1: typography */

/* SECTION 2: GLOBAL =====================================*/

.passepartout {
    margin: 10px 10px 0 10px;
    padding: 0 5%;
}

.wpb_wrapper {
    list-style-position: inside;
}

blockquote {
    padding-left:30px;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position:absolute;
    left:0;
    top:35px;
    color:#000;
}

.search-intro h6,
.search-intro h3 {
    display: inline-block;
}
.single-search-item{
    position: relative;
}
.black-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce1e5+0,000000+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(220,225,229,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(220,225,229,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(220,225,229,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce1e5', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/*Banner Hover*/
.cta-banner {
    background-color: #000 !important;
}

.cta-banner h2.ult-new-ib-title {
    background-color: rgba(0,0,0,0.5);
    top: 91% !important;
    padding: 25px !important;
    font-family: 'montserrat', sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    transition: 0.4s ease;
}

.cta-banner:hover img {
    -webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
    transition: 0.8s ease;
}

.cta-banner:hover h2.ult-new-ib-title {
    top: 40% !important;
    background-color:transparent;
    transition: 0.4s ease;
}

.cta-banner:hover h2:after {
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display:block;
    font-size:30px;
    position:relative;
    top:10px;
}

.cta-banner:hover img {
    -webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
    transition: 0.8s ease;
    opacity: 0.5 !important;
}

.banner-row .vc_column-inner {
    padding: 0;
}

h3.ult-new-ib-title {
    font-size: 30px !important;
}

.white-border .ult-new-ib-desc {
    opacity: 0;
    transition: 0.3s ease;
}

.white-border:hover .ult-new-ib-desc {
    opacity: 1;
    transition: 0.3s ease;
}

.banner-spacing .ult-new-ib {
    margin-bottom: 5px;
}

/* button */
.adv-button .ubtn-text {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    padding: 7px 10px;
}

.adv-button {
    margin-top: 10px;
}

.black-brown .ubtn-text {
    font-size: 18px;
    padding: 7px 20px;
}

.black-brown .ubtn-text {
    font-size: 18px;
    padding: 7px 20px;
}

.banner-row .white-border {
    margin-bottom: 5px;
}

.banner-spacing .vc_column-inner {
    padding: 10px !important;
}

/*Testimonial Slider*/
.testimonials_c_holder .testimonial_content_inner {
    background-color: transparent;
    padding: 0;
}

.testimonial_text_inner p {
    padding-bottom: 20px;
    color: #fff;
}

p.testimonial_author:before {
    content: '- ';
}

p.testimonial_author {
    font-size: 18px !important;
    font-weight:600 !important;
    font-family:'montserrat', sans-serif !important;
}

p.testimonial_author span {
    font-family: 'plantin-italic', sans-serif;
    font-weight: 100;
    display: block;
    font-size: 22px;
}

.truenorth-see-more-row { /* section revealed with button script */
    display: none;
}

.truenorth-link-button-brown a { /* anchor/link that looks like a brown button */
    display: inline-block;
    background-color: #0B1843;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
    transition: all 0.5s;
    font-size: 16px;
}

.truenorth-link-button-brown a:hover { /* anchor/link that looks like a brown button */
    background-color: #8C8AA2;
    color: #fff;
}

.truenorth-angle-rotate i {
    transition: transform 0.5s;
}

.rotate {
    transform: rotate(-180deg);
}

/* FORMS */

body .gform_wrapper .top_label .gfield_label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

body .gform_wrapper input[type=text],
body .gform_wrapper input[type=password]{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #000;
    border: 1px solid #000;
    height: 50px;
    line-height: 50px !important;
    padding: 0 15px !important;
    border-radius: 0;
}
body .gform_wrapper textarea {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #000;
    border: 1px solid #000;
}

body .gform_wrapper .gform_footer input[type=submit] {
    width: 200px !important;
 /*   border-radius: 0;
    background: #0B1843;
    color: #fff; */
}
/*
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #8C8AA2;
    border: #8C8AA2
}*/

/* Form Error Styles */

body .gform_wrapper div.validation_error {
    background-color: #c73036;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #c73036;
    padding: 5px 0;
    font-family: 'montserrat', sans-serif;
    font-weight: bold;
}
#gform_confirmation_message_2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
}
/* end form error styles */

/* end forms */

.truenorth-faketabs-nav ul { /* fake tabs navigation like on "Our Difference" et al */
    display: flex;
    justify-content: space-around;
}

.truenorth-faketabs-nav li { /* fake tabs navigation like on "Our Difference" et al */
    text-align: center;
    margin: 0 !important;
}

.truenorth-faketabs-nav.technology-eq li {
    width: 14.285714285714285714285714285714%;
}

.truenorth-faketabs-nav.log-profiles-nav li {
    width: 25%;
}

.truenorth-faketabs-nav.our-difference-nav li {
    width: 25%;
}

.wpb_widgetised_column.truenorth-faketabs-nav .widget li + li { /* fake tabs navigation like on "Our Difference" et al */
    margin-left: 5px;
}

.truenorth-faketabs-nav li.current-menu-item a { /* fake tabs navigation like on "Our Difference" et al */
    background-color: #8C8AA2;
}

.truenorth-faketabs-nav li a { /* fake tabs navigation like on "Our Difference" et al */
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #0B1843;
    color: #fff !important;
    padding: 0 10px;
    transition: all 0.5s !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 80px;
}

/* .truenorth-faketabs-nav {
    margin-bottom: 60px !important;
} */
.wpb_widgetised_column.truenorth-faketabs-nav  li a:hover { /* fake tabs navigation like on "Our Difference" et al */
    color: #fff !important;
    background-color: #8C8AA2;
}
.truenorth-faketabs-nav .widget {
    margin: 0 0 10px 0;
}
@media all and (max-width: 1000px){
    .truenorth-faketabs-nav ul,
    .truenorth-faketabs-nav li,
    .truenorth-faketabs-nav li a {
        display: block;
    }
    .wpb_widgetised_column.truenorth-faketabs-nav .widget li + li {
        margin-left: 0;
    }
    .truenorth-faketabs-nav {
        margin-bottom: 20px !important;
    }
    .truenorth-faketabs-nav li {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 768px) {
    .truenorth-faketabs-nav ul { /* fake tabs navigation like on "Our Difference" et al */
        flex-direction: column;
    }
    .wpb_widgetised_column.truenorth-faketabs-nav .widget li + li { /* fake tabs navigation like on "Our Difference" et al */
        margin-left: 0;
    }
}

@media screen and (min-width: 992px) {
    .background-position-left .upb_row_bg { /* pushes background right to keep dark area under light text */
        background-position: left;
    }

    .background-position-right .upb_row_bg { /* pushes background left to keep dark area under light text */
        background-position: right;
    }

    .collection-item-wrap > div:nth-child(3n+1) {
        clear: left;
    }
}

@media all and (max-width: 1100px) and (min-width: 992px) {
    .single-collection-item .qbutton {
        font-size: 15px;
        padding: 0px 10px;
        text-align: center;
    }
}

@media screen and (min-width: 1700px) {
    .qode_grid_1300 .grid_section .section_inner { /* increase content width on large screens */
        width: 1600px;
    }
}

/* ============================== end section 2: global */

/* SECTION 3:  Footer ================================= */
.four_columns>.column1 {
    width: 30%;
}
.four_columns > .column3 {
    width: 20%;
}
.footer-logo img {
    width: 150px;
}
.footer_top.footer_top_full {
    padding-left: 7%;
    padding-right: 7%;
}

footer .gform_wrapper input#input_1_1 {
    background-color: #000000;
    border: 1px solid #fff;
    padding: 15px 20px;
}

footer .gform_wrapper ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-family: 'montserrat-hairline', sans-serif;
    font-size: 14px;
}

footer .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-family: 'montserrat-hairline', sans-serif;
    font-size: 14px;
}

footer .gform_wrapper :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-family: 'montserrat-hairline', sans-serif;
    font-size: 14px;
}

footer .gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-family: 'montserrat-hairline', sans-serif;
    font-size: 14px;
}

footer .gform_wrapper input[type="text"] {
    color: #fff;
    font-family: 'montserrat-hairline', sans-serif;
    font-size: 14px !important;
}

ul.footer-social {
    clear: both;
}

ul.footer-social li {
    display: inline-block;
    padding: 10px 20px 0 0;
}

footer .gform_wrapper input[type="submit"] {
    background-color: #fff;
    border-radius: 0;
}

footer .gform_wrapper .top_label input.medium {
    width: 100%;
}
#gform_wrapper_1 .gform_footer {
    padding: 0;
    margin: 0;
}
 #gform_wrapper_1 .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    max-width: 100% !important;
}
footer .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    padding: 0;
    text-align: center;
    margin: 0;
    border: 1px solid #fff;
    height: 50px;
    padding: 0 12px;
    letter-spacing: 0;
    width: 100px !important;
    font-size: 16px;
    top:0;
    background: #fff;
    color: #000;
}
body #gform_wrapper_1 .top_label div.ginput_container {
    margin-top: 0;
}

footer .gform_wrapper .gform_footer {
    display: inline-block;
    float: none;
    clear: none;
    width: 100px;
}

footer .gform_wrapper ul.gform_fields li.gfield {
    padding: 0;
}

#gform_wrapper_1 .gform_body {
    width: calc(100% - 100px);
    float: left;
}
#gform_wrapper_1 .gform_footer top_label {
    width: 100px;
    float: left;
}

footer .gform_wrapper ul.gform_fields {
    display: inline-block;
    float: none;
    width: 100%;
}

footer .gform_wrapper ul.gform_fields li.gfield {
    display: inline-block;
    width: 100%;
    float: none;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

footer .gform_wrapper input {
    margin-top: 0 !important;
}

body footer .gform_wrapper div.validation_error {
    background-color: transparent;
    margin: 0;
    padding: 10px 0;
}
body footer .gform_wrapper div.validation_error p {
    text-align: left;
}

.gform_validation_error ul,
.gform_validation_error ul li input,
footer .gform_wrapper li.gfield.gfield_error .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
}

footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #c62d2d;
}

.footer-logo,
.footer-address {
    margin-bottom: 22px;
}
@media all and (max-width: 1180px) and (min-width: 1050px){
    #gform_wrapper_1 .gform_body {
        width: 100%;
    }
}
@media all and (max-width: 1150px){
    ul.footer-social li {
        padding: 10px 10px 0 0;
    }
}
@media all and (max-width: 1050px){
    .four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
       /* width: 50%;
        float: left;*/
    }
    .footer_top .footer_col3 {
        clear: both;
    }
    .four_columns>.column1,
    .four_columns>.column2 {
        margin-bottom: 30px;
    }
    .four_columns>.column3>.column_inner {
        padding: 0;
    }
    .footer_top .four_columns .column3 .column_inner>div, .footer_top .three_columns .column3 .column_inner>div {
        margin: 0;
    }
    ul.footer-social li {
        padding: 10px 20px 0 0;
    }
}
@media all and (max-width: 768px){
    body .footer_top .four_columns>.column1,
    body .footer_top .four_columns>.column2,
    body .footer_top .four_columns>.column3,
    body .footer_top .four_columns>.column4 {
        /*width: 50%;*/
        float: left;
    }
}
@media all and (max-width: 650px){
    body .footer_top .four_columns>.column1,
    body .footer_top .four_columns>.column2,
    body .footer_top .four_columns>.column3,
    body .footer_top .four_columns>.column4 {
        width: 100%;
        float: none;
        text-align: center;
    }
    ul.footer-social li {
        padding: 10px 5px 0px 5px;
    }
    footer .gform_wrapper input#input_1_1 {
        text-align: center;
    }
    body footer .gform_wrapper div.validation_error p {
        text-align: center;
    }
}
@media screen and (max-width: 641px) {
    .footer-email .gform_wrapper input[type="text"] { /* email opt-in text input */
        height: 49px;
    }
}

@media (max-width:1000px) and (min-width:767px) {
    .footer_col1,.footer_col2,.footer_col3,.footer_col4 {
        /*width: 50% !important;*/
    }
}

@media (max-width:767px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        min-height: 0;
        line-height: 0;
    }
}

@media screen and (max-width: 1200px) {
    footer .gform_wrapper ul.gform_fields {
        width: 100% !important;
    }

    footer .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
        width: 100% !important;
        margin-top: 0 !important;
    }
}

body footer .gform_wrapper input[type=submit]:hover,
body footer .gform_wrapper input[type=button]:hover,
body footer .gform_wrapper input[type=reset]:hover {
    background-color:#000;
    color:#fff;
}

/* ================================== end section 3: footer */

/* SECTION 4: CONTACT *****************************/

/* CONTACT PAGE INTERACTIVE BANNER */

.truenorth-contact-banner .bb-top-title {
    font-family: 'montserrat', sans-serif !important;
    font-size: 1.125rem !important;
    letter-spacing: normal;
    background: transparent !important;
    position: absolute !important;
    bottom: 25px;
    transition: all 1s !important;
    transition-delay: 0s !important;
    z-index: 1 !important;
    transition-timing-function: ease;
}

.truenorth-contact-banner.ult-banner-block .mask.opaque-background {
    bottom: -100px !important;
    opacity: 1;
    height: 70%;
    text-align: center;
    transition: 1s !important;
    transition-delay: 0 !important;
}

.truenorth-contact-banner.ult-banner-block a.bb-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    padding: 12px 0;
    width: 250px;
    opacity: 0;
    transition: all 1s !important;
    font-weight: bold !important;
}

.truenorth-contact-banner.ult-banner-block:hover .bb-top-title {
    bottom: 55%;
}

.truenorth-contact-banner.ult-banner-block:hover .mask.opaque-background {
    height: 100%;
}

.truenorth-contact-banner.ult-banner-block:hover a.bb-link {
    bottom: 30%;
    opacity: 1;
    font-weight: bold !important;
}

.truenorth-contact-banner.ult-banner-block a.bb-link:hover {
    color: #0B1843 !important;
    background: #fff !important;
}

.truenorth-contact-banner.ult-banner-block {
    margin-bottom: 0 !important;
}
.grey-link a {
    color: #7b7a78;
}
.grey-body-link a {
   color: #7b7a78;
}
#gform_wrapper_2 input[type="text"]{
	color: #474747;
	font-weight: 600;
}
body #gform_wrapper_2 select {
    color: #474747 !important;
    font-weight: 600;
    background-color: #fff;
    line-height: 50px !important;
    padding: 0 15px;
    font-size: 18px !important;
}
#gform_wrapper_2 textarea {
    color: #474747;
	font-weight: 600;
}
#gform_wrapper_2 ::-webkit-input-placeholder {
   color: #474747;
}
#gform_wrapper_2 ::-moz-placeholder {
   color: #474747;
}
#gform_wrapper_2 :-ms-input-placeholder {
   color: #474747;
}
#gform_wrapper_2 :-moz-placeholder {
   color: #474747;
}
#gform_wrapper_2 li.gfield {
    padding-right: 0;
}
#gform_wrapper_2 {
    margin: 0;
}
#field_2_5,
#field_2_6{
    padding-top: 8px;
}

@media screen and (max-width: 1000px) {
    .truenorth-contact-banner.ult-banner-block .bb-top-title {
        bottom: 55%;
    }

    .truenorth-contact-banner.ult-banner-block .mask.opaque-background {
        height: 100%;
        transform: translateY(0);
    }

    .truenorth-contact-banner.ult-banner-block a.bb-link {
        bottom: 30% !important;
        opacity: 1;
    }
}
@media all and (max-width: 768px){
    #search_title {
        padding-top: 30px;
    }
}

/* end contact page interactive banner */

/* INTERACTIVE BANNER HOVER STATES */

@media screen and (min-width: 1001px) {
    .truenorth-contact-banner:hover .ult-new-ib-desc {
        height: 100%;
    }

    .truenorth-contact-banner:hover .ult-new-ib-content {
        height: 100%;
        top: 0;
        left: 0;
        margin-top: 0;
        z-index: 2 !important;
    }

    .truenorth-contact-banner .ult-new-ib-content p {
        top: 60%;
    }

    .truenorth-contact-banner:hover .ult-new-ib-content p {
        top: 60% !important;
        opacity: 1;
        transition: all 1.5s;
    }

}

/* end interactive banner hover states */


/************************************** end section 4: contact */

/* SECTION 5: Forms ***********************************/

.truenorth-contact-form  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'montserrat', sans-serif;
    font-size: 1.125rem;
    color: #000;
}

.truenorth-contact-form  ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'montserrat', sans-serif;
    font-size: 1.125rem;
    color: #000;
}

.truenorth-contact-form  :-ms-input-placeholder { /* IE 10+ */
    font-family: 'montserrat', sans-serif;
    font-size: 1.125rem;
    color: #000;
}

.truenorth-contact-form  :-moz-placeholder { /* Firefox 18- */
    font-family: 'montserrat', sans-serif;
    font-size: 1.125rem;
    color: #000;
}

.truenorth-contact-form select {
    font-family: 'montserrat', sans-serif !important;
    font-size: 1.125rem !important;
    color: #000 !important;
    -webkit-appearance: none;
}

.truenorth-contact-form .ginput_container_select {
    position: relative;
}

.truenorth-contact-form .ginput_container_select:after {
    content: '\f04b';
    font-family: 'fontawesome';
    color: #000;
    font-size: 0.5rem;
    position: absolute;
    right: 10px;
    top: 24px;
    transform: rotateZ(90deg);
}

.truenorth-contact-form .ginput_container_select:before {
    content: '\f04b';
    font-family: 'fontawesome';
    color: #000;
    font-size: 0.5rem;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotateZ(-90deg);
}

.truenorth-contact-form .gform_wrapper .gform_fields .gfield {
    margin-bottom: 8px;
}

.truenorth-contact-form input {
    height:  50px;
    border-radius: 0;
    border: 1px solid #000 !important;
}

.truenorth-contact-form input[type="text"],
.truenorth-contact-form select {
    padding-left: 15px !important;
}

.truenorth-contact-form select {
    height:  50px;
    border-radius: 0;
    border: 1px solid #000 !important;
}

.truenorth-contact-form textarea {
    border-radius: 0;
    border: 1px solid #000 !important;
}

.truenorth-contact-form .ginput_counter {
    display: none;
}

.truenorth-contact-form .gform_wrapper .gform_footer input[type="submit"] {
    height: 60px;
    max-width: 100%;
    border-radius: 0;
    background: #0B1843;
    color: #fff;
    border: none !important;
}

.truenorth-contact-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #8C8AA2;
}

.truenorth-contact-form .gform_footer {
    margin-top: 0;
    text-align: right;
    padding-top: 0;
}

@media screen and (max-width: 480px) {
    .truenorth-contact-form select {
        font-size: 1rem !important;
    }
}


/******************************* end section 5: forms */

/* SECTION 6: HEADER ============================== */

.main_menu > ul > li:nth-last-child(n+2):after { /* dividers between menu items 
    content: '';
    width: 1px;
    height: 15px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px */
}
.menu-subtitle,
.menu-subtitle .no_link span {
	color: #8C8AA2!important;
	font-weight: 600;
}
.menu-subtitle .no_link{
	padding-bottom: 0!important;
}
.menu-subtitle .no_link:after{
	content: '';
	display:block;
	border-bottom: 2px solid #8c8aa2;
	width: 65px;
	height: 2px;
	margin-top: .5rem;
}
#menu-top-navigation .wide .second ul {
	width: 100%!important;
}
#menu-top-navigation .wide .second {
	padding: 0 20px!important;
}
.q_logo a{
	max-height: 100px!important;
}
@media all and (max-width: 1375px) and (min-width: 1000px) {
    .q_logo a{
        height: 85px!important;
    }
}
@media all and (max-width: 1045px) and (min-width: 1001px) {
    .q_logo a{
        height: 60px!important;
    }
}
#menu-top-navigation .menu-item-has-children.has_sub a .plus:after {
    content: "\f107";
    font-family: FontAwesome,sans-serif;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	padding-left: 7px;
}
#menu-top-navigation .second a .plus:after{
	content: ''!important;
}
.btn-getstarted span{
	padding: 5px 15px;
	background-color: #caa031;
	border: 1.5px solid #fff;
	font-weight: 600;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #002147!important;
}
nav.main_menu .btn-getstarted a:hover span,
nav.main_menu .btn-getstarted a:focus span{
	color: #002147!important;
	background-color: #fff!important;
	border: 1.5px solid #fff!important;

}
#nav-menu-item-8835:hover a{
	opacity: 1!important;
	color: #BB272C!important;
}
.btn-getstarted span.plus,
.btn-getstarted span.mobile_arrow {
	display: none!important;
}
.btn-getstarted a {
	padding-right: 0!important;
}
.header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a{
color: #8C8AA2!important;
	opacity: 1!important;
}
@media all and (max-width: 1000px) {
	nav.mobile_menu>ul {
    	padding-bottom: 2rem;
	}
	nav.mobile_menu ul li a{
		padding: 14px 0!important;
	}
	nav.mobile_menu ul li ul li{
		margin: 0!important;
	}
}


/* =============================== end section 6: header */

/* WHY TRUE NORTH LANDING PAGE ========================= */
.hover-img-link-wrapper .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.hover-img-link-wrapper .q_image_with_text_over {
    z-index: 19;
}
.image-hover-links {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.image-hover-links > .wpb_wrapper {
    width: 100%;
    height: 100%;
}
.image-hover-links > .wpb_wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: none;
}

.truenorth-why-grid {
    padding-left: 15px;
    padding-right: 25px;
}

.truenorth-why-grid > .full_section_inner > .wpb_column > .vc_column-inner {
    padding-right: 0;
    padding-left: 10px;
}

.truenorth-why-grid:first-child {
    padding-top: 10px
}

.truenorth-why-grid .ult-new-ib {
    margin-bottom: 10px
}
.qbutton {
    border-radius: 0;
  }
  .cta-rw-3-col {
      width: 33.33%;
      float: left;
  }
/*
  .cta-rw-3-col > .full_section_inner > .vc_col-sm-12 {
      border-right: 5px solid #000;
      border-left: 5px solid #000;
      border-bottom: 10px solid #000;
  }
*/
  @media all and (max-width: 1000px){
      .cta-rw-3-col {
      width: 50%;
  }
  }
  @media all and (max-width: 768px){
      .cta-rw-3-col {
      width: 100%;
      float: none;
  }
  }

/* ================================== end section 7: why true north landing page */

/* SECTION 7: NEWS & EVENTS LANDING PAGE ===================================== */

.cta-rw-4-col {
    width: 25%;
    float: left;
}
/*
.cta-rw-4-col > .full_section_inner > .vc_col-sm-12 {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom: 10px solid #fff;
}*/
.eventon_events_list .eventon_list_event a,
.evo_clik_row .evo_h3 {
    color: #000 !important;
}

.evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a {
    font-size: 18px !important;
}
.dark1:hover,
.evo_clik_row .evcal_evdata_row:hover {
    background-color: #0B1843!important;
}
.evo_clik_row .evcal_evdata_row:hover h3,
.evo_clik_row .evcal_evdata_row:hover a,
.evo_clik_row .evcal_evdata_row:hover i{
    color: #fff !important;
}
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a:hover {
    color: #fff !important;
    opacity: 1!important;
}
.evcal_eventcard .evo_ics.evcal_col50,
#evcal_list .eventon_list_event .evcal_eventcard .evo_ics.evcal_col50 {
    vertical-align: middle !important;
}
@media all and (max-width: 1000px){
    .cta-rw-4-col {
    width: 50%;
}
}
@media all and (max-width: 768px){
    .cta-rw-4-col {
    width: 100%;
    float: none;
}
}

/* =========================================== end section 7: news & events landing page */




/*  ======================= Search Results Page ======================= */
#search-results .style,
#search-results .price,
#search-results .number-of-floors,
#search-results .size,
#search-results .beds,
#search-results .bathrooms{
    width: calc(16.66% - 45.3px);
    float: left;
}

#search-results h1 {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;

}
#search-results__form,
.search-results__separator{
    clear: both;
}
#search-results form {
    width: 100%;
}

#search-results select {
    margin-right: 10px;
    width: calc(100% - 10px);
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    background-image: url(/wp-content/uploads/2017/09/arrows.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    outline-color: #8C8AA2;
}
#search-results .submit {
    width: 50px;
    height: 50px;
    float: left;
}
#search-results .submit button {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}
#search-results .submit button:hover {
    background-color: #8C8AA2;
    border-color: #8C8AA2;
    color: #fff;
}
#search-results .submit button i {
    font-size: 24px;
}


#compare-btn {
    height: 50px;
    width: calc(212px - 20px);
    float: left;
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
    background-color: #0B1843;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 10px;
    font-size: 14px;
}
#compare-btn:hover {
    background-color: #8C8AA2;
    border-color: #8C8AA2;
    color: #fff;
}
.search-results__divs {
    width: calc(100% - 50px);
}

.search-result {
    background-color: #fff;
    padding: 20px 30px;
}
.search-result p,
.search-result li {
    color: #000;
}
.search-result__title p {
    font-weight: bold;
}
.search-result ul {
    margin-top: 10px;
}
.search-result ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.search-result__description p {
    font-size: 15px;
    line-height: 25px;
}
.search-result-register {
    background-color: #fff;
    border-top: 1px dotted;
    padding: 20px 30px;
}
.search-result-register ul {
    display: table;
    width: 100%;
}
.search-result-register ul li {
    color: #000;
    width: 50%;
    list-style: none;
    display: table-cell;
    font-size: 15px;
    line-height: 25px;
}
/*
.search-result-register ul li a {
    color: #fff;
    background-color: #0B1843;
    text-align: center;
    display: block;
    text-transform: uppercase;
    height: 39px;
    line-height: 39px;
    font-weight: 500;
    letter-spacing: 1px;
}
.search-result-register ul li a:hover {
    background-color: #8C8AA2;
}*/
.search-results__col > .vc_column-inner > .wpb_wrapper {
    position: relative;

}
.search-results__icons {
    position: absolute;
    top: 0;
    right: 0;
}
.search-results__icons li {
    list-style: none;
    display: inline-block;
}
.like-compare-icons a {
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 5px;
    background-color: #fff;
}
.like-compare-icons a:hover .st0 {
    fill: #c22d2d;
}
.search-result__title p span {
    font-weight: 400;
}
.search-results__col {
    float: left;
    margin-left: 10px !important;
    width: calc(33.33% - 20px);
    margin-right: 10px !important;
}
#search-results > .full_section_inner {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 1250px){
    .search-result-register ul {
        display: block;
        text-align: center;
    }
    .search-result-register ul li:first-of-type {
        margin-bottom: 10px;
    }
    .search-result-register ul li {
        display: block;
        width: 100%;
    }
    #search-results .style,
    #search-results .price,
    #search-results .number-of-floors {
        width: 33.33%;
        margin-bottom: 10px;
    }
    #search-results .size,
    #search-results .beds,
    #search-results .bathrooms{
        width: calc(33.33% - 90.66px);
    }
    #search-results .number-of-floors select {
        margin-right: 0;
        width: 100%;
    }
}
@media all and (max-width: 1000px){
    .search-results__col {
    width: calc(50% - 20px);
}
}
@media all and (max-width: 800px){
    #search-results .style {
        width: 100%;
    }
    #search-results .style select {
        margin-right: 0;
        width: 100%;
    }
    #search-results .price,
    #search-results .number-of-floors{
        width: 50%;
    }
    #search-results .size {
        width: 50%;
        margin-bottom: 10px;
    }
    #search-results .beds {
        width: 50%;
    }
    #search-results .beds select{
        width: 100%;
        margin-right: 0;
    }
    #search-results .bathrooms {
        width: calc(100% - 272px);
        clear: both;
    }
}
@media all and (max-width: 768px){
      .search-results__col {
    width: calc(100% - 20px);
}
}
@media all and (max-width: 480px){
    #search-results .bathrooms {
        width: calc(100% - 50px);
    }
    #search-results #compare-btn {
        width: calc(100% - 20px);
         margin-left: 0;
        margin-top: 10px;
    }
}

/*  ======================= /Search Results Page ======================= */


/* ======================= Register Page ======================= */

.white-text p {
    color: #fff;
}
#field_4_47 {
    margin-bottom: 20px;
}
#gform_wrapper_4 h3.gform_title {
    display: none;
}
#gf_progressbar_wrapper_4 {
    display: none;
}
#field_4_47 > div {
    background-color: #0B1843;
    padding: 20px;
}
#field_4_47 p,
#field_4_47 a {
    color: #fff;
}
#field_4_47 a {
    font-weight: bold;
    text-decoration: underline;
}
#gform_wrapper_4 h1,
#gform_wrapper_4 h2 {
    font-size: 24px;
    font-weight: bold;
}
#gform_wrapper_4 .top_label .gfield_label {
    font-size: 16px;
}
#gform_wrapper_4 select {
    height: 50px;
    padding: 0 15px;
    border: 1px solid #000;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: 0;
   background-image: url("/wp-content/uploads/2017/09/arrows-black.svg");
   background-repeat: no-repeat;
   background-position: 98% 50%;
   color: #000;
   background-color: #fff;
   font-size: 18px;
   font-family: 'Montserrat', sans-serif !important;
}

#gform_wrapper_4 select::-ms-expand {
    display: none;
}
#gform_wrapper_4 .gform_page_footer {
    border-top: none;
    padding: 0;
}

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49% !important;
    padding-right: 0;
    float: left;
}
.gform_wrapper .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49% !important;
    padding-right: 0;
    float: right;
    clear: none !important;
}

#gform_wrapper_4 .gform_next_button {
    margin-right: 0;
    border-radius: 0;
    font-size: 16px;
    background-color: #0B1843;
    color: #fff;
    border-color: #0B1843;
    margin-top: 10px;
}
#gform_wrapper_4 .gform_page_footer {
    text-align: right;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button,
#gform_submit_button_4 {
    border-radius: 0;
    font-size: 16px;
    background-color: #0B1843;
    color: #fff;
    border-color: #0B1843;
}
#gform_wrapper_4 .gform_next_button:hover,
#gform_submit_button_4:hover,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
    background-color: #8C8AA2;
    border-color: #8C8AA2;
    color: #fff;
}

.gform_wrapper .gfield_required {
    color: #c73036;
}
#gform_wrapper_4 .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0;
}
#field_4_37 > label,
#field_4_38 > label,
#field_4_39 > label,
#field_4_40 > label,
#field_4_43 > label {
    display: inline-block;
    margin-right: 20px;
    float: left;
    padding-top: 8px;
}
#field_4_37 .ginput_container_radio,
#field_4_38 .ginput_container_radio,
#field_4_39 .ginput_container_radio,
#field_4_40 .ginput_container_radio,
#field_4_43 .ginput_container_radio {
    float: left;
    margin-top: 0;
}
#field_4_37 .ginput_container_radio li,
#field_4_38 .ginput_container_radio li,
#field_4_39 .ginput_container_radio li,
#field_4_40 .ginput_container_radio li,
#field_4_43 .ginput_container_radio li,
#field_4_45 .ginput_container_radio li,
#field_4_46 .ginput_container_radio li{
    display: inline-block;
    margin-right: 20px;
    color: #000;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    max-width: 100%;
}
#field_4_45,
#field_4_46{
    background-color: #8C8AA2;
    padding: 20px;
}
#field_4_45 label,
#field_4_46 label{
    color: #fff;
}
#field_4_47 {
    padding-right: 0;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0;
}
body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
    max-width: 100%;
}
@media all and (max-width: 1024px){
   body #gform_wrapper_4  #field_4_29,
body #gform_wrapper_4 #field_4_30,
body #gform_wrapper_4 #field_4_31,
body #gform_wrapper_4 #field_4_32,
body #gform_wrapper_4 #field_4_33,
body #gform_wrapper_4 #field_4_34,
body #gform_wrapper_4 #field_4_36,
body #gform_wrapper_4 #field_4_48 {
    width: 100% !important;
    float: none;
}
}
@media all and (max-width: 768px){
    #field_4_37 > label, #field_4_38 > label, #field_4_39 > label, #field_4_40 > label, #field_4_43 > label {
        display: block;
        float: none;
        padding-top: 0;
    }
}
@media all and (max-width: 700px){
   body #gform_wrapper_4 .top_label li.gfield.gf_left_half,
   body #gform_wrapper_4 .top_label li.gfield.gf_right_half,
   body #gform_wrapper_4 .gform_wrapper .top_label li.gfield.gf_left_half,
   body #gform_wrapper_4 .top_label li.gfield.gf_right_half {
        width: 100%;
        float: none;
    }
    body #gform_wrapper_2 .top_label li.gfield.gf_left_half,
    body #gform_wrapper_2 .top_label li.gfield.gf_right_half {
        width: 100% !important;
        float: none;
    }
}
@media all and (max-width: 641px){
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
        width: auto;
    }
    .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
        width: auto;
    }
}


@media all and (min-width: 1000px){
    #field_4_37 > label,
#field_4_38 > label,
#field_4_39 > label,
#field_4_40 > label,
#field_4_43 > label {
    min-width: 460px;
}
}
/* ======================= /Register Page ======================= */


/* ======================= Home ======================= */
.grey-link-w-border a {
    border-bottom: 1px solid;
    color: #7c7c7c;
}
.grey-link-w-border a:hover {
    border-color: #8C8AA2;
    color: #8C8AA2;
}

#hp-search form select {
    background-color: rgba(255,255,255,0.3);
}
.fa-bars {
    font-size: 22px;
}
select:disabled {
	border-color: #555 !important;
	color: #555 !important;
}
.selected-value {
	color: #fff !important;
}
.selected-value option {
	color: #fff!important
}
h2 span {
    font-family: 'Plantin-Italic';
    font-size: 36px;
    line-height: 42px;
    color: #474747;
    font-weight: 500;
}
.cta-banner-row h3 {
    font-family: 'Plantin-Italic';
    text-transform: capitalize;
}

.margin-10 {
    padding: 10px;
    width: calc(100% - 20px);
}
.row-w-bg-brd .upb_row_bg {
    min-width: 100% !important;
    width: 100%!important;
}
.row-w-bg-brd {
    border-left: 10px solid #000;
    border-right: 10px solid #000;
}
.padding-tb-7 {
    padding-top: 7%;
    padding-bottom: 7%;
}
.row-w-bg-brd h2 {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}
.qode-blog-carousel-titled .qode-bct-title-holder {
    background-color: transparent;
    border-bottom: none;
}
.qode-blog-carousel-titled .arrow_carrot-left,
.qode-blog-carousel-titled .arrow_carrot-right{
    color: #000;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next, .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev {
    border: 2px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px !important;
}
.qode-blog-carousel-titled {
    position: relative;
}
.qode-bct-title-holder {
    position: absolute !important;
    top: calc(50% - 46px);
}
.qode-bct-caroufredsel-prev {
    left: -70px !important;
}
.qode-bct-caroufredsel-next {
    right: -70px !important;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-title a {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}
.qode-blog-carousel-titled .qode-bct-post-date,
.q_masonry_blog_post_info .time{
	display: none!important;
}
.cta-right {
    text-align: right;
}
.cta-banner h2 {
    width: calc(100% - 30px);
}
.cta-banner-row h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
}
.cta-banner-row .q_image_with_text_over .shader {
    background-color: transparent;
}
.cta-banner-row .q_image_with_text_over table:first-of-type td {
    vertical-align: bottom;
}
.cta-banner-row .q_image_with_text_over table:first-of-type td h3 {
    color: #ffffff;
    background-color: rgba(0,0,0, 0.6);
    padding: 30px;
    position: relative;
    top: 3px;
}
.cta-banner-row .q_image_with_text_over table:first-of-type {
    width: 101%;
}

.cta-banner-row .vc_col-sm-4 {
    border-left: 5px solid #000;
    border-right: 5px solid #000;
}
.cta-banner-row .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.q_image_with_text_over {
    display: block;
}
/*
.cta-banner-row a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 16px;
}
.cta-banner-row a:hover {
    color: #fff;
    opacity: 0.8;
}*/
.banner-row {
    margin-left: 0;
    margin-right: 0;
    border-right: 5px solid #000;
    border-left: 5px solid #000;
}
.row-w-borders {
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    margin-left: 0;
    margin-right: 0;
}
.border-w-5-borders {
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    margin-left: 0;
    margin-right: 0;
}
.banner-w-txt-on-hover h3 {
    font-family: 'Plantin-Italic';
    text-transform: capitalize;
}
.banner-w-txt-on-hover .vc_col-sm-6,
.banner-w-txt-on-hover .vc_col-sm-4 {
    border-right: 5px solid #000;
    border-left: 5px solid #000;
}
body .hp-logo-carousel .slick-next,
body .hp-logo-carousel .slick-prev {
    top: calc(50% - 16px);
}
.testimonials_c_holder .flex-control-nav {
    margin-top: 10px;
}
.cta-rw-w-bg .vc_col-sm-4{
    background-color: rgba(0,0,0,0.6);
    padding: 30px 40px;
}
.cta-rw-w-bg .vc_col-sm-4 {
    width: 40%;
}
.cta-rw-w-bg.right .vc_col-sm-4 {
    float: right;
}
.header_bottom{
    background-color: #002147 !important;
}
#search-row h1 {
    font-size: 24px;
    line-height: 30px;
}
#search-row h1 span {
    font-family: 'Plantin-Italic';
    text-transform: capitalize;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}
#search-row h1 {
    text-shadow: 0 0 4px #000;
}
.cta-rw-w-bg h2 span {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}
nav.main_menu ul .current-menu-item a,
nav.main_menu ul .current-page-ancestor a {
    color: #8C8AA2!important;
}
/*
.header_top {
    display: none !important;
}
.logged-in .header_top {
    display: block !important;
}*/
.header_top {
    display: block!important;
	height: 0!important;
}
.logged-in.admin-bar .header_top{
	height: 35px!important;
}
.header_top_bottom_holder .header_top .left, 
.header_top_bottom_holder .header_top .right{
	height: 0!important;
}
#menu-header-top-menu-guest{
	margin-bottom: 0!important;
}
@media all and (max-width: 1375px){
    nav.main_menu > ul > li > a {
        padding: 0 10px;
        font-size: 13px;
    }
}
@media all and (max-width: 1100px){
    .cta-rw-w-bg .vc_col-sm-4 {
        width: 100%;
    }
}
@media all and (max-width: 1000px) and (min-width: 600px){
    body .q_image_with_text_over .text:hover .desc{
         display: block;
     }
}
@media all and (max-width: 1024px){
    .cta-rw-w-bg .vc_col-sm-4 {
        width: 100%;
    }
}
@media all and (max-width: 1000px){
	.header_top{
		height: 35px!important;
	}
    #hp-rw-4 .vc_col-sm-6 {
        width: 100%;
        float: none;
    }
     #hp-rw-4 .vc_col-sm-6.right {
         margin-bottom: 30px;
     }
     .mobile_menu_button {
        float: right;
    }
    .header_top .left {
        display: none;
    }
	.header-widget.widget_nav_menu ul.menu li a{
		padding: 0!important;
	}
	#menu-header-top-menu{
		margin-bottom:0!important;
	}
}
@media all and (max-width: 900px){
    .qode-bct-caroufredsel-prev {
        left: -50px !important;
    }
    .qode-bct-caroufredsel-next {
        right: -50px !important;
    }
  
}
@media all and (max-width: 768px){
    #hp-search form select {
        background-color: transparent;
    }
    .cta-banner-row .vc_col-sm-4 {
        width: 100%;
    }
    .cta-right {
        text-align: left;
    }
    .banner-w-txt-on-hover .vc_col-sm-6,
    .banner-w-txt-on-hover .vc_col-sm-4,
    .cta-banner-row .vc_col-sm-4{
        border-bottom: 10px solid #000;
    }
    .banner-w-txt-on-hover .vc_col-sm-4:last-of-type,
    .banner-w-txt-on-hover .vc_col-sm-6:last-of-type,
    .cta-banner-row .vc_col-sm-4:last-of-type {
        border-bottom: none;
    }
    body .hp-logo-carousel .slick-next,
    body .hp-logo-carousel .slick-prev,
    .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next,
    .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev {
        border: none;
    }
    #hp-rw-4-title,
    #hp-rw-4-content,
    #hp-rw-6-title,
    #hp-rw-6-content,
    #hp-rw-6-content .cta-right,
    .cta-rw-w-bg .vc_col-sm-4,
    #hp-rw-11-title,
    #hp-rw-11-content,
    #hp-rw-11-content .cta-right,
    #hp-rw-13-title,
    #hp-rw-13-content{
        text-align: center !important;
    }
    .cta-rw-w-bg {
        text-align: center !important;
    }
}
@media all and (max-width: 650px){
    .hp-logo-carousel .slick-prev {
        left: -40px;
    }
    .hp-logo-carousel .slick-next {
        right: -40px;
    }
}
@media all and (max-width: 640px){
    .qode-bct-caroufredsel-prev {
        left: -30px !important;
    }
    .qode-bct-caroufredsel-next {
        right: -30px !important;
    }
    footer .gform_wrapper input#input_1_1 {
        background-color: #000000;
        border: 1px solid #fff;
        padding: 8px 20px;
    }
}
@media all and (max-width: 480px){
    body .row-w-bg-brd {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    body h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner-w-txt-on-hover .ult-new-ib-content {
        display: none !important;
    }
    #search-row h1 {
        text-align: center;
    }
    body #search-row {
        padding-bottom: 30px !important;
    }
    .cta-rw-w-bg h2 span {
        display: block;
    }
    .cta-rw-w-bg .vc_col-sm-8 {
        display:  none;
    }
    body .title-h1 h1, body .title-h1 h2 {
        font-size: 26px;
        line-height: 32px;
    }
    #search-row h1 span {
        display: block;
    }
}
@media all and (max-width: 400px){
    body h2 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media all and (min-width: 1024px){
    .parallax {
    background-attachment: fixed;
}
}


/* ======================= /Home ======================= */

/* ======================= About Us ======================= */
.truenorth-pullquote-text img {
    margin-right: 15px;
}
.title-h1 h1,
.title-h1 h2 {
    font-size: 30px;
    line-height: 36px;
}
.row-w-bg-brd.brd-off-white {
    border-color: #fff5ee;
}
.cta-rw-w-bg.brd-off-white .vc_col-sm-4 {
    width: 50%;
}
.txt-transform-none h2 {
    text-transform: none;
}
.plantin-30 h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Plantin';
}
.full-w-img .vc_single_image-wrapper {
    display: block;
}
.full-w-img .vc_single_image-wrapper img {
    width: 100%;
}
.fs-24 h2 {
    font-size: 24px;
    line-height: 30px;
}
@media all and (max-width: 1100px){
    .cta-rw-w-bg.brd-off-white .vc_col-sm-4 {
        width: 100%;
    }
}
/* ======================= /About Us ======================= */
/*
.add-to-fav a,
.share a{
    display:block;
    color:#fff;
    background-color:#0B1843;
    text-align: center;
    padding: 6px;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.add-to-fav a:hover,
.share a:hover{
    display:block;
    color:#fff;
    background-color:#8C8AA2;
}
.add-to-fav{
    padding-right: 3px;
}*/

/* ======================= Archive Collection ======================= */

.archive-collection .vc_row {
	margin: 0;
}

.archive-collection .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.archive-collection .single-collection {
	height: 0;
	overflow: hidden;
	padding-bottom: 70%;
	position: relative;
	background-position: center center;
	background-size: cover;
	border: 6px solid #fff;
}

.archive-collection .single-collection .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	-webkit-transition: top .5s ease-in-out;
	-moz-transition: 	top .5s ease-in-out;
	-o-transition: 		top .5s ease-in-out;
	transition: 		top .5s ease-in-out;
}

.archive-collection .single-collection:hover .overlay {
    background: rgba(0, 0, 0, .3);
}

.archive-collection .single-collection .overlay .overlay-wrapper {
	padding: 15px;
    position: relative;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition:    all .5s ease-in-out;
    -o-transition:      all .5s ease-in-out;
    transition:         all .5s ease-in-out;
}

.archive-collection .single-collection .overlay h3 {
	color: #fff;
	font-size: 20px;
	margin-top: 0 !important;
	line-height: 22px;
}

.archive-collection .single-collection .bb-link {
	display: block;
	background: #0B1843;
	color: #fff;
	width: 280px;
	text-align: center;
	margin: 30px auto 0;
	position: relative;
	font-weight: 600;
	line-height: 50px;
	-webkit-transition: margin-top .5s ease-in-out;
	-moz-transition: 	margin-top .5s ease-in-out;
	-o-transition: 		margin-top .5s ease-in-out;
	transition: 		margin-top .5s ease-in-out;
}

.archive-collection .single-collection .bb-link:hover {
	background: #fff;
	color: #0B1843;
}

@media all and (min-width: 768px) {
	.archive-collection .single-collection .overlay .overlay-wrapper {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

@media all and (max-width: 767px) {
	.archive-collection .single-collection .bb-link {
		margin-top: 30px;
	}

	.archive-collection .single-collection .overlay {
		background: rgba(0, 0, 0, .3);
	}

	.archive-collection .single-collection .overlay h3 {
		margin-top: 28%;
	}

    .archive-collection .single-collection .overlay .overlay-wrapper {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

@media all and (max-width: 480px){
    .archive-collection .single-collection .overlay h3 {
		margin-top: 20%;
	}
}
@media all and (max-width: 380px){
    .archive-collection .single-collection .overlay h3 {
		margin-top: 15%;
	}
}
@media all and (max-width: 320px){
    .archive-collection .single-collection .overlay h3 {
		margin-top: 10%;
	}
}
/* ======================= /Archive Collection ======================= */

/* ======================= Single Collection ======================= */

.archive.tax-collection .content {
	margin-top: 0;
}

.archive.tax-collection .content_inner {
	padding: 80px 0;
}

.archive.tax-collection .owl-nav {
	margin: 0;
	position: absolute;
	top: 12%;
	width: calc(100% + 120px);
    margin-left: -60px;
    z-index: -1;
}

.archive.tax-collection .owl-nav > button {
	margin: 0;
	display: block;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	color: #000;
	border: 1px solid #000;
	background: none;
    padding: 0;
}

.archive.tax-collection .owl-nav > button:hover {
	background: none;
	color: #000;
}

.archive.tax-collection .owl-nav > button > i {
	position: relative;
}

.archive.tax-collection .owl-prev {
	float: left;
}

.archive.tax-collection .owl-next {
	float: right;
}
.archive.tax-collection .owl-next,
.archive.tax-collection .owl-prev,
.archive.tax-collection .owl-next:hover,
.archive.tax-collection .owl-prev:hover {
    background: none;
    border: none !important;
}
.archive.tax-collection .owl-next:focus,
.archive.tax-collection .owl-next:active,
.archive.tax-collection .owl-prev:focus,
.archive.tax-collection .owl-prev:active {
    outline: none;
}

.archive.tax-collection .owl-prev > i {
    right: 1px;
    color: #000;
    font-size: 40px;
}

.archive.tax-collection .owl-next > i {
    left: 1px;
    color: #000;
    font-size: 40px;
}
.archive.tax-collection .owl-prev > i:hover,
.archive.tax-collection .owl-next > i:hover {
    color: #a18f79;
}
.archive.tax-collection h1 {
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	margin-bottom: 20px;
	line-height: 40px;
	font-weight: 700;
}

.archive.tax-collection .intro-text {
	text-transform: initial;
	font-size: 32px;
	margin: 40px 0;
	font-weight: 700;
}

.archive.tax-collection h4 {
	text-align: center;
	margin: 15px 0 0;
	font-size: 20px;
	text-transform: initial;
}

.archive.tax-collection .size,
.archive.tax-collection .summary {
	padding-top: 0;
	text-align: center;
}

.archive.tax-collection .owl-item {
	text-align: center;
}

.archive.tax-collection .owl-item .qbutton {
	color: rgb(255, 255, 255);
	border-color: rgb(47, 37, 28);
	margin: 30px auto 0;
	border-radius: 0px;
	background-color: rgb(47, 37, 28);
}
.floor-plan-row .vc_col-sm-6 p span {
    display: block;
    margin-bottom: 20px;
}
.owl-image-link {
    display: block;
}

#property-details-mobile {
    margin: 20px 0;
}

#property-details-mobile li {
    list-style-type: none;
    float: left;
    width: 50%;
    color: #fff;
}

#property-details-mobile li .iconwrap {
    padding: 5px 0 5px 30px;
    display: block;
}

.hide_thumbs {
    display: none !important;
}

@media all and (max-width: 1100px) {
	.archive.tax-collection .vc_row {
		padding: 0 40px;
	}
}
@media all and (max-width: 1024px){
    .archive.tax-collection .vc_row .collection-image {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media all and (max-width: 1000px){
    .archive.tax-collection .content_inner {
        padding: 50px 0;
    }
}
@media all and (max-width: 900px) {
	.archive.tax-collection .vc_row {
		padding: 0 60px;
    }
    .archive.tax-collection .owl-nav {
        top: 9%;
    }
}

@media all and (min-width: 768px) {
    #property-details-mobile {
        display: none;
    }
    .archive.tax-collection .owl-nav {
        top: 22%;
    }

}

@media all and (max-width: 767px) {
	.archive.tax-collection .vc_row {
		padding: 0;
		max-width: 100%;
		margin: 0 auto;
    }
    .floor-plan-row .vc_col-sm-6:first-of-type {
        margin-bottom: 30px !important;
    }

    .owl-carousel-row {
        margin: 0 auto !important;
    }

    #property-details {
        display: none;
    }

    .archive.tax-collection .owl-next {
        position: relative;
        right: 15px;
    }
    .archive.tax-collection .owl-prev  {
        position: relative;
        left: 15px;
    }
}
@media all and (max-width: 700px){
    .archive.tax-collection .owl-nav {
        top: 20%;
    }
}
@media all and (max-width: 550px){
    .archive.tax-collection .owl-nav {
        top: 18%;
    }
}
@media all and (max-width: 480px){
    .archive.tax-collection .owl-nav {
        top: 15%;
    }

}

    @media all and (max-width: 1000px){
        .archive.tax-collection .content_inner {
            padding: 30px 0;
        }
}
@media all and (max-width: 400px){
    .archive.tax-collection .owl-nav {
        top: 10%;
    }
}

@media all and (max-width: 380px) {
	.archive.tax-collection .owl-nav {
		top: 15%;
		width: calc(100% + 80px);
		margin-left: -40px;
    }
    .archive.tax-collection .owl-nav {
        top: 11%;
    }

	.archive.tax-collection .owl-nav > div {
		font-size: 20px;
		line-height: 20px;
		width: 20px;
    }
    .archive.tax-collection .owl-next {
        right: 5px;
    }
    .archive.tax-collection .owl-prev {
        left: 5px;
    }
}
@media all and (max-width: 320px){
    .archive.tax-collection .owl-nav {
        top: 7%;
    }
}

/* ======================= /Single Collection ======================= */

/* ======================= Single Floor Plan ======================= */

#floor-plan-share {
	position: relative;
}

#floor-plan-share .share-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	background: #000;
	padding: 5px;
    width: calc(100% - 10px);
	display: none;
}

#floor-plan-share:hover .share-wrapper {
	display: block;
}

#floor-plan-share .at-resp-share-element .at-share-btn .at-icon-wrapper {
	float: none;
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    text-align: center;
    width: 100%;
}

#floor-plan-share .at-style-responsive .at-share-btn {
    padding: 5px 0;
    display: block;
    width: 100%;
    margin: 0 0 5px;
}

#floor-plan-share .at-resp-share-element .at-share-btn .at-label {
	margin: 0;
	padding: 0;
}

#floor-plan-share .at-resp-share-element .at-share-btn {
    cursor: pointer;
    opacity: .8;
    -webkit-transform: none !important;
            transform: none !important;
}

#floor-plan-share .at-resp-share-element .at-share-btn:hover {
    opacity: 1;
}

div.section {
    z-index: 1;
}

div.section.share-row {
    z-index: 2;
}

.after-share {
    z-index: 1;
}

.share-divider {
    height: 1px;
    width: calc(100% - 30px);
    margin: 50px auto;
    display: block;
    background: #fff;
}

.floor-plan-360 {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
}

.floor-plan-360 .plan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: background .3s ease-in-out;
       -moz-transition: background .3s ease-in-out;
         -o-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
}

.floor-plan-360 .plan-overlay span {
    color: #fff;
    display: block;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.floor-plan-360:hover .plan-overlay {
    background: rgba(0, 0, 0, .3);
}

.floor-plan-360 .preview-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.floor-plan-360 .tour-icon {
    display: block;
    margin: 10px auto 0;
}

@media all and (min-width: 640px) and (max-width: 1024px) {
	.floor-plan-template-default #gallery-1 .fg-gallery-item:nth-child(2n+1) {
		clear: left;
	}
}

@media all and (min-width: 1025px) {
	.floor-plan-template-default #gallery-1 .fg-gallery-item:nth-child(4n+1) {
		clear: left;
	}
}

/* ======================= /Single Floor Plan ======================= */

.guest-floor-plan-row {
    padding: 50px 10%;
}

.guest-floor-plan-row > .full_section_inner > .wpb_column {
    padding: 0 10px;
}

/*.container {
    width: 1200px;
    margin: 0 auto;
}*/

.collection-search {
    background-color: #fff;
    max-width: 100%;
}

.collection-search .content,
.collection-archive .content{
    padding: 50px 0;
    width: 90%;
    margin: 0 auto !important;
}
#gallery-search-sc,
.search-collection {
    padding-top: 40px;
}

.single-search-item {
    background: #fff;
}

.single-search-item {
    padding: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    background-position: center center;
    background-size: cover;
    border: 6px solid #fff;
}

.single-search-item .img-container img {
    width: 100%;
    height: auto;
}

.single-search-item h3 {
    text-transform: initial;
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
    line-height: 24px;
}

.single-search-item p {
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.single-search-item .size {
    color: #000;

}

.single-search-item .bottom-section .full {
    width: 100%;
    text-align: center;
}

.single-search-outer > .vc_column-inner {
    padding: 0;
}

.single-search-item .img-container {
    position: relative;
}

.single-search-item .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    background: rgba(0,0,0,.6);
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .single-search-outer:nth-child(3n+1) {
        clear: left;
    }
}

@media all and (min-width: 1200px) {
    .single-search-outer:nth-child(4n+1) {
        clear: left;
    }
}

@media all and (max-width: 991px) {
    .single-search-outer:nth-child(2n+1) {
        clear: left;
    }
}

.single-item-icon {
    margin-top: 10px;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
}

.single-item-icon img {
    width: auto;
    height: 12px;
    margin-right: 6px;
}

.bottom-section {
    border-top: 1px solid #b7b7b7;
    padding: 20px 30px;
    overflow: auto;
}

.search-item-icons {
    margin-top: 6px;
    text-align: center;
}

.search-item-icons .single-item-icon {
    margin: 0 2.5px;
}

.single-search-outer a {
    display: block;
}

.single-search-outer:hover .item-content {
    background: rgba(0, 0, 0, .2);
}

.bottom-section .left,
.bottom-section .right {
    float: left;
}

.bottom-section .left {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    top: 11px;
    position: relative;
    width: 55%;
    letter-spacing: -0.5px;
}

.bottom-section .right {
    text-align: right;
    width: 45%;
}

.bottom-section .right .qbutton {
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 0px 10px;
}

.bottom-section .qbutton {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 12px !important;
    height: auto !important;
    line-height: 40px !important;
}

#hp-search h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}
#hp-search h1 span {
    text-transform: capitalize;
    font-family: 'Plantin-Italic';
    font-size: 34px;
    line-height: 40px;
}
#hp-search form .style {
    width: 36%;
    float: left;
}
#hp-search form .size,
#hp-search form .bedrooms,
#hp-search form .bathrooms,
#hp-search form .submit{
    width: 16%;
    float: left;
}
#hp-search form input {
    width: 100%;
}
#hp-search form select {
 margin-right: 10px;
 width: calc(100% - 10px);
 height: 50px;
 background-color: rgba(0,0,0,0.5);
 border: 2px solid #fff;
 border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
   padding: 0 20px;
   color: #fff;
   font-size: 18px;
   background-image: url("/wp-content/uploads/2017/09/arrows.svg");
   background-position: 95% 50%;
   background-repeat: no-repeat;
}
#hp-search form .submit input{
	height: 100%!important;
}
/*
#hp-search form .submit input{
   background-color: #fff;
    color: #000;
    height: 50px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
#hp-search form .submit input:hover {
    background-color: #8C8AA2;
    border-color: #8C8AA2;
    color: #fff;
}*/

#hp-search {
	padding: 0 6px;
}

/*body.home {
    background: #000 !important;
}*/

.collection-search .search-outer {
    margin-bottom: 6px;
    padding: 0 6px;
}

#hp-search h1 {
    color: #fff;
}

@media all and (max-width: 1300px){
    #hp-search form .style {
        width: 24%;
    }
    #hp-search form .size, #hp-search form .bedrooms, #hp-search form .bathrooms, #hp-search form .submit {
        width: 19%;
    }
}
@media all and (max-width: 1100px){
    #hp-search form .style {
        width: 20%;
    }
    #hp-search form select {
        font-size: 17px;
    }

    #hp-search form .size, #hp-search form .bedrooms, #hp-search form .bathrooms, #hp-search form .submit {
        width: 20%;
    }

}
@media all and (max-width: 1000px){
      #hp-search form .style,
    #hp-search form .size {
        width: 50%;
        margin-bottom: 10px;
    }
    #hp-search form .size select {
        margin-right: 0;
        width: 100%;
    }
    #hp-search form .bedrooms, #hp-search form .bathrooms, #hp-search form .submit{
        width: 33.33%;
    }
}

@media all and (max-width: 600px){
    #hp-search form .bedrooms,
    #hp-search form .bathrooms {
        width: 50%;
    }
    #hp-search form .bathrooms select {
        margin-right: 0;
        width: 100%;
    }
    #hp-search form .submit {
        width: 100%;
        margin-top: 10px;
    }
}
@media all and (max-width: 400px){
    #hp-search form .bedrooms,
    #hp-search form .bathrooms,
     #hp-search form .style,
    #hp-search form .size {
        width: 100%;
}
#hp-search form .bedrooms select,
#hp-search form .style select {
    margin-right: 0;
    width: 100%;
}
}
@media (min-width: 768px) {
	.d-md-flex{
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media (min-width: 768px) and (max-width: 1200px){
	.d-md-flex{
		flex-wrap: wrap;
	}
	#hp-search form .form-item:not(:last-child){
		-ms-flex: 0 0 50%;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		margin-bottom: 10px;
	}
	#hp-search form .form-item:nth-child(2n) select{
		margin-right: 0!important;
		width: 100%;
	}
	
}
#hp-search form .form-item,
#hp-search form .form-item.submit {
    /*width: 16.66%;*/
    /*float: left;*/
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.collection-search #hp-search {
    margin-top: 0 !important;
}

.model-info {
    margin: 5px 0 20px;
    text-align: center;
}

.model-info .info-icon-wrap {
    margin: 0 10px;
}

@media all and (max-width: 991px) {
    /* .container {
        width: 768px;
    } */

    .collection-item-wrap > div:nth-child(2n+1) {
        clear: left;
    }

    .collection-search .container {
        width: 100%;
    }

    .collection-search #hp-search .form-item:nth-child(1),
    .collection-search #hp-search .form-item:nth-child(2) {
        /*width: 49%;
        margin-bottom: 10px;*/
    }

    .collection-search #hp-search .form-item:nth-child(2) {
        /*margin-left: 2%;*/
    }

    .collection-search #hp-search .form-item:nth-child(3),
    .collection-search #hp-search .form-item:nth-child(4),
    .collection-search #hp-search .form-item:nth-child(5) {
        /*width: 32%;
        margin-left: 2%;
        margin-bottom: 10px;*/
    }

    .collection-search #hp-search .form-item:nth-child(3) {
       /* margin-left: 0;*/
    }

    .collection-search #hp-search .form-item:nth-child(6) {
       /* width: 100%;*/
    }
}

@media all and (max-width: 767px) {
    .container {
        width: 100%;
    }

    .collection-search #hp-search .form-item {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .collection-search #hp-search .form-item > select,
    .collection-search #hp-search .form-item > input {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 10px);
    }
}

.wide_input label,
.wide_input input[type="text"],
.wide_input input[type="email"],
.wide_input select,
.wide_input input[type="password"]{
    width: 100%;
    clear:both;
    margin-bottom: 8px;
}
.wide_input input[type="text"],
.wide_input input[type="email"],
.wide_input select,
.wide_input input[type="password"]{
    padding:7px;
    border-radius: 2px;
    border: 1px solid #7c7c7c87;
}
/*
#update_submit{
    float:right;
    padding:8px 12px;
    margin-top: 30px;
}*/

#login_title{
    margin-top: 20px !important;
}

.fullscreen_search_close{
    margin-top: 45px !important;
    display: block !important;
}
.fullscreen_search_close i{
    font-size: 33px !important;
}

.pagination-container {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    text-align: center
}

.pagination-container li {
    display: inline-block;
    margin: 0 2px;
}

.pagination-container li a {
    color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    display: block;
}

.pagination-container li.active a,
.pagination-container li:hover a {
    color: #000;
    background: #fff;
}

.product-template-default .content {
    margin-top: 0 !important;
}

body.single-product h1 {
    font-size: 22px;
    letter-spacing: 0px;
}

body.single-product .summary p {
    color: #000;
}

body.single-product .woocommerce-product-details__short-description {
    padding-bottom: 30px;
}

body.single-product .woocommerce-product-details__short-description p {
    color: #000;
}

body.single-product.woocommerce div.product .summary p.price span.amount {
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
    display: block;
}

body.single-product .shipping-text {
    font-style: italic;
    color: #000;
    font-size: 14px;
}

body.single-product .quantity.buttons_added {
    display: none;
}

body.single-product .country {
    display: none;
}

body.single-product .wcpbc-widget-country-selecting {
    text-align: right;
}

body.single-product .select2-selection {
    background: none;
    color: #000;
    border-color: #000;
}

#customer_details > div {
    margin: 0;
    width: 100%;
    float: none;
    clear: both;
}

.woocommerce-checkout .woocommerce-info {
    display: none;
}

.woocommerce-checkout h3 {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 24px;
}

.woocommerce form.checkout .col2-set p.form-row label {
    display: block !important;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.woocommerce form.checkout input[type=text],
.woocommerce form.checkout input[type=email],
.woocommerce form.checkout input[type=tel] {
    border: 1px solid #000;
    padding: 0 15px;
    color: #333;
    font-size: 18px;
    line-height: 50px;
}

.woocommerce form.checkout .select2-selection {
    border-color: #000;
    height: 50px;
}

.woocommerce form.checkout .select2-selection__rendered {
    line-height: 50px;
}

.woocommerce form.checkout .form-row {
    float: left !important;
}

.woocommerce form.checkout .select2.select2-container {
    widtH: 100% !important;
}

.woocommerce form.checkout textarea {
    border: 1px solid #000;
    padding: 20px;
    color: #000;
    font-size: 16px;
}

.form-row.form-row-wide fieldset legend {
    width: 40%;
    display: block;
    float: left;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}

.form-row.form-row-wide fieldset label {
    width: 10%;
    float: left;
    display: block;
    text-align: center;
}

.form-row.form-row-wide fieldset label input[type="radio"] {
    margin-right: 15px;
    position: relative;
    top: -2px;
}

#billing_company_field {
    display: none;
}

.side_menu_button .search_button {
    display: none !important;
}

#billing-address-fields {
    display: none;
}

#billing-address-fields.active {
    display: block;
}

.nav-authenticated {
    display: none !important;
}

body.logged-in .nav-authenticated {
    display: initial !important;
}

body.logged-in .nav-guest {
    display: none;
}

.profile-page .gf_full {
    padding-right: 10px !important;
}

.profile-page .gf_full input {
    width: 100% !important;
}

.profile-page .gf_right_half {
    padding-left: 5px !important;
    padding-right: 0 !important;
}

.profile-page .gf_left_half {
    padding-right: 5px !important;
}

.form-notification {
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 30px !important;
}

.form-notification.form-error {
    background: #C72C36;
}

.form-notification.form-success {
    background: #002615;
}

.form-notification-outer .vc_column-inner {
    padding-right: 0 !important;
}

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

.title_outer {
    display: none !important;
}

#gform_fields_5 > .gfield {
    float: left;
    width: 50%;
    padding: 0;
    clear: none;
}

#gform_fields_5 > .gfield input {
    width: 98% !important;
}

#gform_fields_5 > .gfield_html {
    float: left;
    width: 100%;
    clear: both;
    background: #000;
}

#gform_fields_5 > .gfield_html p {
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 400;
}

#gform_fields_5 > .gfield_html p a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

#gform_fields_5 > #field_5_2 input,
#gform_fields_5 > #field_5_4 input {
    width: 100%;
}

#register-full-message {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
}

.header_top_bottom_holder .header_top .middle {
    text-align: center;
}

.profile-page.edit-profile h3 {
    letter-spacing: normal !important;
    margin: 10px 0 6px;
    font-weight: 700;
    font-size: 1.25em;
}

.profile-page.edit-profile label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.profile-page.edit-profile .select2 {
    width: 100% !important;
}

.profile-page.edit-profile .select2-selection {
    border-color: #000;
    color: #000;
}

#same-as-mailing {
    margin-bottom: 20px;
}
/*
#update_submit {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}*/

.profile-page.edit-profile input[type="text"],
.profile-page.edit-profile input[type="email"],
.profile-page.edit-profile input[type="password"] {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #000;
    border: 1px solid #000;
    height: 50px;
    border-radius: 0;
    padding: 0 15px;
    width: calc(100% - 32px);
    margin-top: 5px;
}

.ad-inner {
    height: auto;
    padding: 30px;
    text-align: center;
    border: 6px solid #000;
    background: #333;
}

.gallery-ad.vc_col-md-8 .ad-inner {
    padding: 12% 0 23%;
}

body .gallery-ad.vc_col-md-12 .ad-inner {
    padding: 30px !important;
}

@media all and (min-width: 993px) {
    .desktop_clear_left {
        clear: left;
    }
}

@media all and (max-width: 992px) {
    .gallery-ad.vc_col-md-12 .ad-inner {
        padding: 22% 0 48% !important;
    }
}

@media all and (max-width: 767px) {
    .ad-inner {
        padding: 25% 30px !important;
    }
}

.tablet-gallery-ad.gallery-ad.vc_col-md-12 .ad-inner {
    padding: 30px !important;
}

.ad-inner p {
    color: #fff;
    font-weight: 700;
}

.ad-inner a {
    background: #fff;
    line-height: 40px;
    display: block;
    width: 220px;
    margin: 20px auto 0;
    font-weight: 400;
    cursor: pointer;
}

.ad-inner a:hover {
    color: #fff;
    background: #000;
}

.tablet-gallery-ad {
    display: none;
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .tablet-gallery-ad {
        display: block;
    }

    .normal-gallery-ad.position_4 {
        display: none;
    }
}

@media all and (min-width: 1001px) {
    .header_top_bottom_holder .header_top .left,
    .header_top_bottom_holder .header_top .right {
        width: 30%;
        height: 34px;
    }

    .header_top_bottom_holder .header_top .middle {
        float: left;
        width: 40%;
    }

    .header_top_bottom_holder .header_top > .container,
    .header_top_bottom_holder .header_top> .container > .container_inner {
        width: 100%;
    }

    .header_top_bottom_holder .header_top .header-right-widget {
        float: right !important;
        padding-right: 0 !important;
    }
}
/* ======================= Technology ======================= */

@media all and (max-width: 767px) {
    .page-id-1375 .wpb_video_widget {
        margin-bottom: 20px !important;
    }
}

.inner-nav {
    width: 100%;
    display: table;
}
.inner-nav li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    width: 14.28%;
    background-color: #0B1843;
    border-right: 1px solid #fff;
    position: relative;
}
.inner-nav li:hover {
    background-color: #8C8AA2;
}
.inner-nav li:last-of-type {
    border-right: none;
}
.inner-nav li a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 10px;
    font-weight: 500;
}
.video-height iframe {
    height: 400px !important;
}
.video-height .wpb_video_wrapper {
    height: 400px !important;
    padding-top: 0 !important;
}
.list-initial {
    padding-left: 20px;
}
.list-initial li {
    list-style: initial;
}
.txt-shadow,
.txt-shadow p {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.toggle-style .ui-accordion-header {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold !important;
}
.toggle-style .ui-accordion-header .accordion_mark {
    background-color: #0B1843 !important;
    border-color: #0B1843 !important;
    border-radius: 0 !important;
}
.toggle-style .ui-accordion-header.ui-state-active .accordion_mark {
    background-color: #8C8AA2 !important;
    border-color: #8C8AA2 !important;
    border-radius: 0 !important;
}
.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon, .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
    background-image: url("/wp-content/uploads/2018/02/minus@2x.png");
}
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
    background-image: url("/wp-content/uploads/2018/02/plus@2x.png");
}
.q_accordion_holder.accordion .ui-accordion-header {
    margin-bottom: 30px;
}
.q_accordion_holder.accordion .ui-accordion-header.ui-state-active {
    margin-bottom: 0;
}
@media all and (max-width: 850px){
    .inner-nav li {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 768px){
    .img-dn {
        display: none;
    }
    #keyspline-rw-ng-img {
        background-image: none !important;
        background-color: #0B1843 !important;
    }
}
@media all and (min-width: 1001px){
    .inner-nav li.current::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 10px solid #0B1843;
        top: 100%;
        left: 37%;
        opacity: 1;
        background-color: rgba(255,255,255,.05);
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition: opacity .2s;
        overflow: visible !important;
    }
    .inner-nav li.current:hover::after {
        border-top-color: #8C8AA2;
    }
    .truenorth-faketabs-nav li.current-menu-item:after { /* fake tabs navigation like on "Our Difference" et al */
        content: '';
        height: 0;
        width: 0;
        border-top: 15px solid #8C8AA2;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        position: relative;
        bottom: -10px;
    }
}

/* ======================= /Technology ======================= */


/* ======================= Our Difference  ======================= */
.truenorth-faketabs-nav.block ul li a {
    display: block;
    width: calc(100% - 20px);
}

.padding-tb-7 {
    padding-top: 7%;
    padding-bottom: 7%;
}
.txt-upper h2,
.txt-upper p {
    text-transform: uppercase;
}
.list-initial a {
    border-bottom: 1px solid;
    color: #7c7c7c;
}
.list-initial a:hover {
    border-color: #8C8AA2;
    color: #8C8AA2;
}

.margin-b-10 li {
    margin-bottom: 10px;
}
.fs-18 h2 {
    font-size: 18px;
    line-height: 24px;
}

.height-eq .full_section_inner,
.height-eq .vc_column-inner {
    display: flex;
    height: 100%;
}
.height-eq .vc_column-inner > .wpb_wrapper {
    width: 100%;
}
.vertically-ctr > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

}

@media all and (max-width: 1100px){
    #our-difference-rw-2 .img {
        display: none;
    }
     #our-difference-rw-2 .vc_col-sm-6 {
         width: 100%;
     }
}
@media all and (max-width: 1000px){
    #quality-of-materials-rw .vc_col-sm-6 {
        width: 100%;
    }
}
@media all and (max-width: 900px){
    #digital-inventory-control-rw .img {
        display: none;
    }
    #digital-inventory-control-rw .vc_col-sm-6 {
        width: 100%;
    }
}
@media all and (max-width: 850px){
    .truenorth-faketabs-nav {
        margin-bottom: 30px !important;
    }
}
@media all and (max-width: 480px){
    .padding-tb-7 {
    padding-top: 10%;
    padding-bottom: 10%;
}
}
@media all and (min-width: 1025px){
    .parallax {
        background-attachment: fixed;
    }
}

.title-h1 span {
    font-family: 'Plantin-Italic';
    text-transform: capitalize;
}
.fs-22 h1 {
    font-size: 22px;
    line-height: 28px;
}
.full-w-img .vc_single_image-wrapper {
    display: block;
}
.full-w-img .vc_single_image-wrapper img {
    width: 100%;
}
/* ======================= /Our Difference  ======================= */

/* ======================= Whats Included ======================= */
.packages-tabs .ult_tabmenu li a span {
    font-size: 14px !important;
}
.packages-tabs .ult_tabmenu li.current a {
    color: #000 !important;
}
.packages-tabs .ult_tabmenu li a:hover {
    color: #000 !important;
}
.packages-tabs .ult_tabmenu {
    width: 33%;
    float: left;
}
.packages-tabs .ult_tabmenu + div {
     width: 67%;
    float: left;
}
.packages-tabs .ult_tabmenu li {
    display: block;
    width: 100%;
}
.packages-tabs .ult_tabmenu li {
    display: block !important;
    background-color: transparent !important;
}
.packages-tabs .ult_tabmenu li a {
    display: block !important;
    width: 100%;
    background-color: transparent !important;
    padding: 8px 0 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #a3a3a3 !important;
    border-bottom: 1px solid #a3a3a3 !important;
    white-space: normal !important;
    text-align: left !important;
}
.packages-tabs .ult_tabmenu li a:hover {
    color: #000;
}
.packages-tabs .ult_tabmenu li.current a {
    color: #000;
}
.ult-tabto-accordion dt > a {
    background-color: #0B1843 !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 7px 15px !important;
}
.ult-tabto-accordion dt > a:hover,
.ult-tabto-accordion dt > a.ult-tabto-actitleActive{
    background-color: #8C8AA2 !important;
}
.ult-tabto-accordion dt {
    margin-bottom: 10px;
}
.package-title h2{
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.margin-l-50 h2,
.margin-l-50 p {
    margin-left: 50px;
}
@media all and (max-width: 1024px){
    .packages-tabs .ult_tabmenu li a{
        font-size: 16px !important;
        line-height: 22px !important;
    }

    #search-row {
        padding-top: 250px !important;
        padding-bottom: 250px !important;
    }
}
@media all and (max-width: 850px){
    .packages-tabs .ult_tabmenu,
    .packages-tabs .ult_tabmenu + div {
        width: 100%;
    }
}
@media all and (max-width: 480px){
    .packages-tabs .ult_tabmenu li a {
        padding: 0 !important;
    }
}

/* ======================= /Whats Included ======================= */


/* ======================= Corner Profile ======================= */
.cta-rw .vc_col-sm-4 {
    text-align: right;
}
.fw-500 p {
    font-weight: 500;
}
.corner-profiles .q_image_with_text_over .shader {
    background-color: transparent;
}
.corner-profiles .q_image_with_text_over h3 {
    background-color: rgba(0,0,0,0.6);
    font-size: 15px;
    line-height: 21px;
    padding: 10px;
    transition: none;
    font-weight: 700;
}
.corner-profiles .q_image_with_text_over table td {
    vertical-align: bottom;
}
.corner-profiles .q_image_with_text_over h3 {
    color: #fff;
    transition: none;
}
.corner-profiles .q_image_with_text_over .desc {
    margin: 0;
    transition: none;
}
.fs-18 h2 {
    font-size: 18px;
    line-height: 24px;
}
@media all and (max-width: 1024px){
    .corner-profiles-rw .vc_col-sm-7,
    .corner-profiles-rw .vc_col-sm-5{
        width: 100%;
    }
}
@media all and (max-width: 900px){
    .cta-rw .vc_col-sm-8,
.cta-rw .vc_col-sm-4 {
    width: 100%;
    display: block;
    text-align: center;
}
.cta-rw .height-eq .vc_column-inner {
    display: block;
}
.cta-rw.height-eq > .full_section_inner {
    display: block;
}
.cta-rw .vc_col-sm-8 {
    margin-bottom: 20px;
}

}
@media all and (min-width: 1001px){
    .profiles-height-eq .full_section_inner,
.profiles-height-eq .vc_column-inner {
    display: flex;
    height: 100%;
}
.profiles-height-eq .vc_column-inner > .wpb_wrapper {
    width: 100%;
}
.profiles-height-eq.vertically-ctr > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

}
}
/* ======================= /Corner Profile ======================= */

/*  ======================= Stain Colours ======================= */


.fs-22 h2 {
    font-size: 22px;
    line-height: 28px;
}
@media all and (max-width: 768px){
    #stain-colors-rw-3 .img {
        display: none;
    }
    #stain-colors-rw-3 .vc_col-sm-6 {
        width: 100%;
    }
    .profiles-height-eq.img {
        margin-bottom: 30px;
    }
}

/*  ======================= /Stain Colours ======================= */

/*  ======================= Log Profiles =======================*/
#log-profiles-rw-2 .vc_col-sm-2 {
    width: 20%;
    float: left;
}

@media all and (max-width: 768px){
    #log-profiles-rw-2 .vc_col-sm-2 {
    width: 100%;
    float: none;
}
}
/* ======================= /Log Profiles ======================= */

/* ======================= Stainlock System ======================= */
.icon-list .q_icon_list .qode-ili-icon-holder,
.icon-list .q_icon_list i {
    line-height: 23px;
    height: 23px;
    width: 23px;
}
/* ======================= /Stainclock System ======================= */
/* =======================  Testimonials =======================  */
.testimonials_holder.light .flex-direction-nav a {
    border-radius: 50%;
}
.plantin-italic h1 {
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    font-family: 'Plantin-Italic';
}
.fs-32 h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}
.testimonial_text_holder p {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
@media all and (max-width: 768px){
    .quote-right {
        display: none;
    }
}
/* =======================  /Testimonials ======================= */

/* =======================  Press Coverage ======================= */
#press-coverage h2 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
}
#press-coverage h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
}
#press-coverage p {
    color: #fff;
}
#press-coverage .qbutton {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}
#press-coverage .qbutton:hover {
    background-color: #8C8AA2 !important;
    border-color: #8C8AA2 !important;
    color: #fff !important;
}
#press-coverage .normerica-press-row .vc_col-sm-12 {
    margin-bottom: 30px;
}
.normerica-press-row .vc_col-lg-6 {
    width: 100%;
}
.normerica-press-row .vc_col-lg-6 .vc_col-sm-5 {
    width: 25%;
}
.normerica-press-row .vc_col-lg-6 .vc_col-sm-7 {
    width: 75%;
}
body .pagination {
    margin-bottom: 0;
}
body .pagination span, body .pagination a {
    font-size: 13px;
    background-color: #0B1843;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 9px 9px 9px;
}
.pagination a:hover {
    background-color: #BB272C !important;
}
body .pagination .current {
    background: #BB272C;
    font-weight: 700;
    padding: 9px 9px 9px 9px;
}
@media all and (max-width: 768px){
    .normerica-press-row .vc_col-lg-6 .vc_col-sm-5 {
    width: 100%;
}
.normerica-press-row .vc_col-lg-6 .vc_col-sm-7 {
    width: 100%;
}
#press-coverage .normerica-press-eq {
    text-align: center;
}
.normerica-press-eq img {
    margin-bottom: 30px;
}
}

/* =======================  Press Coverage =======================  */

/* ======================= EVENTS ======================= */
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{
    line-height: 35px!important;
    position: initial;
    display: block;
    text-align: center;
    margin-top: 0;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
    background-color: #0B1843;
    border-color: #0B1843;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover i {
    color: #fff;
}
.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body {
    background-color: #fff;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    color: #000;
}
.evcal_cblock .evo_start em.month {
    font-weight: bold;
}
.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3 {
    color: #000;
}
.evcal_evdata_row .evcal_evdata_icons i {
    color: #000;
}
.evo_cal_above span.evo-gototoday-btn {
    background-color: #000;
    opacity: 1;
    border-radius: 0;
    font-weight: bold;
    height: 39px;
    font-size: 13px;
    line-height: 39px;
    margin-bottom: 15px;
    padding: 0 23px;
    letter-spacing: 1px;
}
.evo_cal_above span.evo-gototoday-btn:hover {
    background-color: #8C8AA2;
    color: #fff;
}
#evcal_list .eventon_list_event .evcal_cblock, .evo_lightboxes .evo_pop_body .evcal_cblock {
    color: #000;
}

.purchased-book {
    display: none;
}

.user-purchased-planbook .purchased-book {
    display: initial;
}

.user-purchased-planbook .not-purchased-book {
    display: none;
}

.pdfemb-viewer {
    margin-bottom: 50px !important;
}

/* ======================= /EVENTS ======================= */

/* ======================= PRESS COVERAGE ======================= */

.normerica-press-title a {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
}
@media all and (max-width: 768px){
    #press-coverage-rw-1 {
        text-align: center !important;
    }
}
/* ======================= /PRESS COVERAGE ======================= */

/* ======================= Newsletter Sign Up ======================= */

#gform_3 label.gfield_label {
    color: #fff;
}
#gform_submit_button_3 {
    background-color: #fff;
    color: #000;
}
#gform_submit_button_3:hover {
    background-color: #8C8AA2;
    border-color: #8C8AA2;
    color: #fff;
}
/* ======================= /Newsletter Sign Up ======================= */
#gform_6 input {
    width: 100%;
}

#gform_6 .gfield {
    clear: none;
    padding: 0 !important;
}

#field_6_2,
#field_6_4 {
    width: 49%;
    float: left;
}

#field_6_4 {
    margin-left: 2% !important;
}

#gform_submit_button_6 {
    width: 100% !important;
}

.blog .content,
.single-post .content {
    padding-top: 40px;
    background: #fff !important;
}

.share-divider-col {
    z-index: -1;
}

.single-post .post_text_inner {
    padding-left: 20px;
    padding-right: 20px;
}

#single-floor-plan-hero {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

#single-floor-plan-hero .hero-hover {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

#single-floor-plan-hero .hero-hover img {
    cursor: pointer;
    position: absolute;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.touch #single-floor-plan-hero .hero-hover {
    display: none;
}

#single-floor-plan-hero:hover .hero-hover {
    opacity: 1;
}

#single-floor-plan-hero img {
    display: block;
    width: 100%;
}

#single-floor-plan-hero #hero-prev,
#single-floor-plan-hero #hero-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#single-floor-plan-carousel .single-gallery-image {
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

#single-floor-plan-carousel .single-gallery-image:hover,
#single-floor-plan-carousel .slider-active .single-gallery-image {
    opacity: 1;
}

#single-floor-plan-hero #hero-prev {
    left: -50px;
}

#single-floor-plan-hero #hero-next {
    right: -50px;
}

.single-floor-plan {
    background: #000;
}


#property-details {
    margin: 30px 0 !important;
}

#property-details .details-text {
    border: 2px solid #fff
}

#property-details .details-text .label {
    padding: 0 10px;
    color: #000;
    background: #fff;
    line-height: 40px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

#property-details .details-text .value {
    color: #fff;
    margin-left: 10px;
}

.single-floor-plan .body-copy,
.single-floor-plan .body-copy p {
    color: #fff !important;
}

.like-content,
#floor-plan-share {
    font-size: 16px;
}

.property-price p {
    color: #fff;
}

.floor-plan-row p {
    font-weight: 700;
}

.page-id-868 .q_icon_list .qode-ili-icon-holder {
    float: none;
    display: block;
    margin: 0 auto 20px;
}

.page-id-868 .q_icon_list p {
    padding: 0;
    text-align: center;
}
.single-floor-plan .wrapper > .wrapper_inner > .content {
	/*width: 90%;*/
	margin: 0 auto !important;
}

@media all and (min-width: 1001px) {
    /* .single-floor-plan .content {
        padding-left: 50px !important;
        padding-right: 50px !important;
    } */

    #property-details > .full_section_inner > .wpb_column:first-child > .vc_column-inner {
        padding-left: 0;
    }

    #property-details > .full_section_inner > .wpb_column:last-child > .vc_column-inner {
        padding-right: 0;
    }
}

@media all and (min-width: 768px) {

}

@media all and (max-width: 1000px) {
	
    #hp-search form .form-item {
       /* width: 49%; */
        margin-bottom: 6px;
    }
/*
    #hp-search form .form-item select {
        width: 100%;
    }

    #hp-search form .form-item:nth-child(2n+3) {
        margin-left: 2%;
    }

    #hp-search form .form-item:first-child,
    #hp-search form .form-item:last-child {
        width: 100%;
    }
*/
    #field_6_2,
    #field_6_4 {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    #gform_6 .gfield {
        clear: both;
    }

    #property-details > .full_section_inner > .wpb_column:nth-child(1),
    #property-details > .full_section_inner > .wpb_column:nth-child(2) {
        margin-bottom: 20px;
    }

    #single-floor-plan-hero #hero-prev {
        left: 5px;
        background: rgba(0, 0, 0, .4);
    }

    #single-floor-plan-hero #hero-next {
        right: 5px;
        background: rgba(0, 0, 0, .4);
    }
}

/* Magnify start */

html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/* Magnify finish */

.magnify > .magnify-lens {
    width: 400px;
    height: 400px;
}

.zoom-wrapper {
    position: relative;
}

.zoom-wrapper img {
    position: relative;
    z-index: 1;
}

.zoom-wrapper .zoom-icon {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
    width: 48px;
    height: 48px;
}

.zoom-wrapper:hover .zoom-icon {
    display: none;
}

.single-floor-plan .wpb_video_heading {
    color: #fff;
    margin-top: 30px;
    font-size: 26px;
}

.single-floor-plan .owl-dot {
    background: none;
    border: none;
    padding: 0;
}

/*.collection-archive {
    background: #000;
}*/

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
    color: #000;
    font-size: 30px;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows {
    border-color: #000;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    color: #000;
}

#evcal_head {
    padding: 15px 0;
}

.desc_trig {
    border-color: #0B1843 !important;
    background: #fff !important;
}

.home .at-above-post-homepage, {
    display: none !important;
}

.model-btn-1 {
    margin-top: 60px;
    padding: 0;
}

@media all and (min-width: 1001px) {
    #private-tour-btn {
        float: right;
    }
}
@media all and (min-width: 1300px){
    .height-bs-eq .full_section_inner,
    .height-bs-eq .vc_column-inner {
        display: flex;
        height: 100%;
    }
    .height-bs-eq .vc_column-inner > .wpb_wrapper {
        width: 100%;
    }
    .vertically-ctr-bs > .vc_column-inner > .wpb_wrapper {
		display: flex;
		flex-flow: column;
		align-items: left;
		justify-content: center;
		padding-right: 5%;
		padding-left: 5%;
	}
}
@media all and (min-width: 1500px){
    body .img-bs-center{
    text-align: center !important;    
}
}

@media all and (max-width: 1000px) {
    .post-type-archive-ajde_events .content {
        max-width: initial;
        width: 90%;
    }

    #events-book-a-tour .wpb_column {
        width: 100% !important;
        text-align: center;
    }
}

@media all and (max-width: 1250px) {
    #property-details .details-text .label {
        font-size: 14px;
    }

    #property-details .details-text .value {
        margin-left: 5px;
        font-size: 16px;
    }
}

@media all and (max-width: 1100px) and (min-width: 1024px) {
    #property-details .details-text .label {
        font-size: 13px;
    }
}

@media all and (max-width: 1023px) {
    .gallery-row,
    #property-details {
        padding: 0 !important;
    }
}

@media all and (max-width: 1000px) {
    .truenorth-faketabs-nav li {
        width: 100% !important;
    }

    .wpb_widgetised_column.truenorth-faketabs-nav li a {
        line-height: 40px;
        height: auto;
    }
}

@media all and (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

@media all and (max-width: 767px) {
    #property-details .details-text .label {
        display: block;
    }

    #property-details .details-text .value {
        margin: 0;
        display: block;
        text-align: center;
        line-height: 40px;
    }

    .share-row {
        text-align: center !important;
    }

    .property-price {
        text-align: center;
        margin-bottom: 20px !important;
    }

    .floor-plan-360 {
        margin-top: 20px;
    }

    .single-floor-plan .wpb_video_heading {
        font-size: 18px;
        text-align: center;
    }

    #property-details > .full_section_inner > .wpb_column {
        margin-bottom: 20px;
    }

    #property-details > .full_section_inner > .wpb_column:last-child {
        margin-bottom: 0;
    }

    .tablet-plus {
        display: none;
    }

    .home #qode-home-slider {
        height: 480px !important;
    }

    .page-id-890 .vc_col-sm-12 .vc_row {
        margin-bottom: 20px !important;
    }

    #search-row {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

nav.mobile_menu {
    background-color: transparent !important;
}

/* ======================= Woocomerce, Plan Book =======================  
.woocommerce button.button, .woocommerce-page button.button {
    background-color: #0B1843;
    border-color: #0B1843;
    color: #fff;
    font-family: 'montserrat', sans-serif;
    border-radius: 0;
    }
    .woocommerce button.button:hover, .woocommerce-page button.button:hover {
    background-color: #8C8AA2;
    border-color: #8C8AA2;
    }
*/
    .woocommerce .product h1.product_title {
    font-size: 22px;
    line-height: 28px;
    }
    .woocommerce .content .container .container_inner, .woocommerce-page .content .container .container_inner {
    width: 90%;
        margin: 0 auto;
    }
    .woocommerce .summary {
    margin-left: 20px;
    width: calc(49.09090909090909% - 20px);
    }
    body.single-product .summary p:first-of-type {
    padding-top: 0;
    }

    @media all and (max-width: 768px){
    .woocommerce .summary {
    margin-left: 0px;
    width: 100%;
    }
    .woocommerce-product-details__short-description,
    .woocommerce .summary,
    .woocommerce-product-gallery {
    text-align: center;
    }
    }
/* ======================= /Woocomerce, Plan Book =======================  */
/* ======================= Checkout =======================  */

.woocommerce table.cart thead tr,
.woocommerce-page .checkout table.shop_table thead tr,
.woocommerce-cart table.cart tbody tr,
.woocommerce table.cart tbody td.product-remove, .woocommerce-page table.cart tbody td.product-remove {
    border-color: #000;
}
.woocommerce table tr td {
    color: #000;
}

.woocommerce table.cart tbody tr span.amount,
.woocommerce-page table.cart tbody span.amount,
.woocommerce form.checkout table.shop_table span.amount {
    color: #000 !important;
}
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    background-color: #0B1843 !important;
}
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
    background-color: #BB272C !important;
}
.woocommerce .checkout table.shop_table thead tr th, .woocommerce table.cart thead tr th, .woocommerce-account table.my_account_orders thead tr th, .woocommerce-page .checkout table.shop_table thead tr th, .woocommerce-page table.cart thead tr th, .woocommerce-page table.my_account_orders thead tr th {
    font-family: 'Montserrat', sans-serif !important;
}
.woocommerce .button, .woocommerce-page .button,
.woocommerce table.cart td.actions input[type="submit"],
.woocommerce input[type="submit"],
.search-result-register ul li a,
#hp-search form .submit input{
    padding: 10px 15px;
    color: #fff;
    background-color: #0B1843;
    border: 1px solid #0B1843;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	cursor: pointer;
	line-height: normal!important;
height: auto;
border-radius: 0;
}/*
.woocommerce-page table.cart a.button {
    color: #fff !important;
}*/
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce table.cart td.actions input[type="submit"]:hover,
.woocommerce table.cart td.actions input[type="submit"]:focus,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="submit"]:focus,
.search-result-register ul li a:hover,
.search-result-register ul li a:focus,
#hp-search form .submit input:hover,
#hp-search form .submit input:focus {
	color: #0B1843!important;
	background-color: #fff!important;
	border-color: #0B1843!important;
}
.woocommerce-shipping-calculator .shipping-calculator-button,
.woocommerce .cart_totals  h2 {
    text-transform: uppercase;
    font-size: 26px !important;
    line-height: 32px !important;
}
.woocommerce .shop_table th {
    font-weight: bold !important;
}
#select2-calc_shipping_country-container {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
#calc_shipping_state,
#calc_shipping_postcode {
    border: 1px solid #000;
    height: 44px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
#calc_shipping_postcode {
    width: calc(100% - 30px);
}
@media all and (max-width: 1000px){
.woocommerce div.cart-collaterals div.cart_totals, .woocommerce-page .div.cart-collaterals div.cart_totals {
    width: 100%;
    }
}
@media all and (max-width: 600px){
.woocommerce table.cart td.actions input[type=submit]{
    width: auto !important;
    display: inline-block !important;
}
.woocommerce form.checkout .col2-set .form-row input[type=text], .woocommerce form.checkout .col2-set .form-row input[type=email], .woocommerce form.checkout .col2-set .form-row input[type=password], .woocommerce form.checkout .col2-set .form-row input[type=tel] {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
    width: 95% !important;
}
.woocommerce form.checkout .col2-set .form-row {
    width: 100%!important;
    margin-right: 0;
    }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px;
    }
}
@media all and (max-width: 480px){
.woocommerce table.cart td.actions input[type=submit],
.woocommerce table.cart .checkout-button {
    width: 100% !important;
    text-align: center;
    }
.woocommerce .woocommerce-shipping-calculator .button {
    width: 100%;
    text-align: center;
    }
}
@media all and (max-width: 400px){
.woocommerce table.cart thead tr th {
    font-size: 10px;
    }
}
/* ======================= /Checkout =======================  */
/* ======================= Edit Profile ======================= */
.profile-page.edit-profile .wide_input {
    margin-bottom: 10px;
    }
    .profile-page.edit-profile .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    }
    .select2-container--default .select2-dropdown {
    border-color: #000;
    }
    .profile-page.edit-profile .vc_col-sm-6:first-of-type {
    width: 49%;
    float: left;
    }
    .profile-page.edit-profile .vc_col-sm-6:last-of-type {
    width: 49%;
    float: right;
    }
    .profile-page.edit-profile .vc_col-sm-6 .vc_column-inner {
    padding: 0 !important;
    }
    .qode_grid_1300 .content .container .container_inner {
    width: 90%;
    margin: 0 auto;
    }
    .qode_grid_1300 .content .container .container_inner > .vc_row-fluid {
    margin: 0;
    }
    @media all and (max-width: 700px){
    body .profile-page.edit-profile .vc_col-sm-6 {
    width: 100% !important;
    float: none;
    }
    }
    @media all and (max-width: 600px){
    body #gform_fields_5 > .gfield {
        width: 100%;
        float: none;
    }
    body #gform_fields_5 > .gfield input {
        width: 100%;
    }
    }

/* ======================= /Edit Profile ======================= */

/* ======================= Log Home package ======================= */

.ult-tabto-accordionItem .wpb_single_image.vc_align_left {
    text-align: center;
}
.margin-l-50 h2, .margin-l-50 p {
    margin-left: 0;
    text-align: center;
}
@media all and (max-width: 400px){
    body .ult-tabto-accordion dt>a {
        font-size: 13px;
    }
}
/* ======================= /Log Home package ======================= */

#gform_confirmation_message_3 {
    font-size: 22px;
    line-height: 28px;
}
.select2-container--default .select2-search--dropdown {
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce div.product .summary p.price span.amount {
    font-family: 'Montserrat', sans-serif;
}
/* .woocommerce-shipping-calculator #calc_shipping_state {
    width: calc(100% - 30px);
} */
.woocommerce form.checkout label .required {
    color: #C72C36;
    text-decoration: none;
}
.q_icon_list .qode-ili-icon-holder, .q_icon_list i{
    height:70px;
    width:70px;
    line-height: 70px;
    border-radius:0;
    -webkit-border-radius:0;
}
.q_icon_list i:hover {
    background-color: #8C8AA2 !important;
}

.q_icon_list p{
    padding-top:0;
    padding-left: 60px;
}

/* ======================= Dashboard ======================= */
.dashboard-rw-1 .q_icon_list .qode-ili-icon-holder,
.dashboard-rw-1 .q_icon_list i {
    border-radius: 50%;
    background-color: #fff!important;
	color: #0B1843!important;
}
.dashboard-rw-1 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    background-color: #0B1843;
    padding: 30px 20px;
}
.dashboard-rw-1 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .q_icon_list {
    margin-bottom: 0;
}
.dashboard-rw-1 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper p {
    color: #fff!important;
    font-weight: 700;
}
.dashboard-rw-1 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper a:hover p {
    color: #fff !important;
}
.dashboard-rw-1 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper:hover{
	background-color: #BB272C;
}
.dashboard-rw-1 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper:hover .q_icon_list i{
	color: #BB272C!important;	
}
@media all and (max-width: 1024px){
    .dashboard-rw-1 .vc_col-sm-3 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 768px){
   body .dashboard-rw-1 {
        padding-bottom: 0 !important;
    }
    .dashboard-rw-1 .vc_col-sm-6,
    .dashboard-rw-2 .vc_col-sm-6 {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 600px){
    .dashboard-rw-1 .vc_col-sm-3 {
        width: 100%;
        float: none;
    }
}
/* ======================= /Dashboard ======================= */

/* Plan book Product */
.above-product .widgettitle {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    display: table-cell;
    margin-top: 8px;
    margin-right: 10px;

}
.above-product {
    display: table;
    float: right;
}
.above-product .wc-price-based-country {
    display: table-cell;
    padding-top: 0;
    margin-top: 0;
    vertical-align: top;
}
.above-product .wc-price-based-country .select2-container {
    width: 100% !important;
}

.single-collection-item {
    margin-bottom: 40px;
}

.single-collection-item .owl-image-link img {
    width: 100%;
}

.single-collection-item .qbutton {
    display: block;
    text-align: center;
}

.summary-wrap {
    min-height: 140px;
    margin-bottom: 20px;
}

@media all and (max-width: 550px) {
    .above-product {
        display: block;
        float: none;
    }
    .above-product .widgettitle {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    .above-product .wc-price-based-country {
        display: block;
        float: none;
        width: 100% !important;
    }
}
/* /Plan book product */

@media all and (min-width: 768px){
    #search_title h3 {
        padding-top: 30px;
    }
}
@media all and (min-width: 1001px){
    .truenorth-faketabs-nav.technology-eq li,
    .truenorth-faketabs-nav.log-profiles-nav li,
    .truenorth-faketabs-nav.our-difference-nav li{
        border-right: 2px solid #fff;
    }
}


span.select2.select2-container.select2-container--default.select2-container--below, .wc-price-based-country{
    width:225px !important;
}
.wc-price-based-country{
    float: right;
}

.above-product .widgettitle{
    float: left;
}

.product-preview-content{
    clear:both;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-id-1198 .packages-tabs .wpb_single_image img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#gform_wrapper_7 {
    margin: 0 !important;
}

#gform_wrapper_7 .gform_fields > .gfield {
    padding-right: 0 !important;
}

#gform_wrapper_7 .gform_fields > .gfield input {
    width: 100% !important;
}

#gform_wrapper_7 input[type="submit"] {
    width: 100% !important;
    display: block;
}

.page-id-465 .select2,
.page-id-465 span.select2.select2-container.select2-container--default.select2-container--below {
    width: 98% !important;
}

.page-id-465 .select2 .select2-selection {
    border-color: #000;
}

@media all and (max-width: 1280px) and (min-width: 992px) {
    .archive-collection .single-collection .overlay .overlay-wrapper {
        padding: 10px;
    }

    .archive-collection .single-collection .overlay h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .archive-collection .single-collection .bb-link {
        font-size: 14px;
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    .remainder_3 .ad-inner,
    .remainder_2 .ad-inner,
    .remainder_1 .ad-inner {
        display: flex;
        height: 0;
        align-items: center;
        justify-content: center;
    }

    .remainder_3 .ad-inner {
        padding: 35% 30px;
    }

    .remainder_2 .ad-inner {
        padding: 17.5% 30px;
    }

    .remainder_1 .ad-inner {
        padding: 11.666666666666667% 30px;
    }

    .remainder_3 .ad-inner-content,
    .remainder_2 .ad-inner-content,
    .remainder_1 .ad-inner-content {
        flex: 1;
    }
}

@media all and (max-width: 991px) {
    .remainder_3 .ad-inner,
    .remainder_1 .ad-inner {
        padding: 35% 30px !important;
    }

    .desktop_clear_left_small {
        clear: left;
    }
}

#dealer-title-row h1 {
    text-transform: initial;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 20px;
}

#dealer-title-row hr {
    margin-bottom: 20px;
}

.dealer-description {
    margin-bottom: 30px;
}

.dealer-img {
    margin-bottom: 20px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#dealer-map {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.dealer-row {
    padding: 0 5%;
}

#dealer-detail-row {
    padding-bottom: 60px;
}

.single-dealer h3 {
    font-size: 28px;
    letter-spacing: initial;
    text-transform: initial;
}

.dealer-template-default.single .content > .content_inner > .content {
    padding-top: 0 !important;
}

#dealer-additional-detail-row p {
    padding-bottom: 20px;
}

#dealer-additional-detail-row .vc_column-inner {
    padding: 0 15px;
}

@media all and (max-width: 1200px) {
    .vc_col-sm-12 #dealer-map {
        margin-top: 40px;
    }
}

@media all and (max-width: 767px) {
    #dealer-title-row,
    #dealer-detail-row {
        text-align: center;
    }
}

.dealer-contact-info {
    margin-bottom: 25px;
}

@media all and (max-width: 1024px) {
	.dealer-img {
		height: 300px;
	}
}

@media all and (max-width: 767px) {
	.dealer-img {
		height: 200px;
	}

	#dealer-title-row h1 {
		font-size: 22px;
		line-height: 28px;
	}

	#dealer-detail-row .qbutton {
		margin-bottom: 30px !important;
	}
}

#pretty-photo-container {
    position: absolute;
    height: 0;
    width: 0;
    left: -999999px;
    top: -999999px;
}

.lightbox-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.lightbox-social .pretty-social {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.featherlight-content {
    padding: 0 !important;
    border: none !important;
}

.featherlight-previous {
    left: 0;
    top: 0;
}

.featherlight-next {
    right: 0;
    top: 0;
}

/* smooth header transition start */

@media all and (min-width: 1001px) {
    header.page_header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
    }

    header.page_header nav.main_menu > ul > li > a {
        -webkit-transition: line-height .3s ease-in-out;
                transition: line-height .3s ease-in-out;
    }

    .header_inner_right {
        display: none !important;
    }

    .wrapper_inner > .content {
        padding-top: 120px !important;
    }
}

/* smooth header transition start end */

@media all and (min-width: 992px) and (max-width: 1100px) {
    .single-search-item .item-content {
        height: 80px;
    }
}
