/**----------------------------------------
 Core
----------------------------------------**/

body {
}

/**----------------------------------------
 Top Header
----------------------------------------**/

/* <editor-fold desc="Top Header"> */

.top-header {
    position: relative;
    margin: 0;
    z-index: 100;
    text-align: center;
    padding-right: 0px;
}

.top-header .header-contact {
    display: inline-block;
}

.top-header .header-contact a {
}

/* </editor-fold> */

/**----------------------------------------
 Social Links
----------------------------------------**/

/* <editor-fold desc="Socials"> */

.top-header .header-socials {
    position: absolute;
    top: 8px;
    right: 15px;
}

.header-socials,
.header-socials .socials {
    display: inline-block;
    float: none;
    border: 0;
}

.header-socials .socials ul {
    float: none;
    display: inline-block;
}

.header-socials .socials ul li {
    float: none;
    display: inline-block;
}

.header-socials .socials ul li a {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    margin-left: 8px;
}

.footer-main .header-socials .socials ul li a {
    margin-right: 8px;
    margin-left: 0;

}

.header-socials .socials ul li a:hover {
    background: transparent !important;
}

.header-socials ul li:last-child {
    border: 0;
}

.header-socials ul li {
    border: 0;
}

/* </editor-fold> */

/**----------------------------------------
 Main Header
----------------------------------------**/

/* <editor-fold desc="Main Header"> */

.main-header {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 0;
}

.main-header .container {
    position: relative;
}

.logo {
    width: auto;
    display: inline-block;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    position: relative;
    left: 5.65%;
}

.logo .logo-img {
    width: 100%;
    height: auto;
}

@media (max-width: 960px) {
    .top-header .header-contact a.btn.btn-primary {
        font-size: 14px;
        padding: 5px 8px;
    }
}

/* </editor-fold> */

/**----------------------------------------
 Nav
----------------------------------------**/

/* <editor-fold desc="Nav"> */

.main-nav {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.main-nav > li {
    display: inline-block;
    position: relative;
}

.main-nav > li > a {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
}

/*
	@todo Enable for arrows under menus with sub-menu
.main-nav > li.menu-item-has-children > a:after {
	content: "\f078";
	color: #888;
	font-size: 12px;
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	margin-left: 15px;
	bottom: 10px;
}
*/

.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-ancestor > a,
.main-nav > li > a.hovered,
.main-nav > li > a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.main-nav > li > ul.sub-menu {
    position: absolute;
    z-index: 1001;
    display: none;
    visibility: hidden;
    padding: 0;
    margin: 0;
    width: auto;
    left: 0;
    top: -999em;
    background: #f3f3f3;
    box-shadow: none;
}

.main-nav > li:hover > ul.sub-menu {
    left: 0;
    top: 35px;
}

.main-nav > li > ul.sub-menu > li {
    list-style-type: none;
    float: left;
    display: block;
    clear: both;
    position: relative;
    text-align: left;
    width: 100%;
}

.main-nav > li > ul.sub-menu > li > a {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    min-width: 140px;
    text-align: left;
    padding: 10px 20px;
    min-height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

.main-nav > li > ul.sub-menu > li.current-menu-item > a,
.main-nav > li > ul.sub-menu > li > a:hover {
    background: rgba(0, 0, 0, 0.2);
}

/* </editor-fold > */

/**----------------------------------------
 Mobile Nav
----------------------------------------**/

/* <editor-fold desc="Mobile Nav"> */

.mobile-nav {
    display: none;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #333;
}

.mobile-nav li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.mobile-nav li a {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
}

.mobile-nav li ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.mobile-nav li ul > li > a {
}

.mobile-nav-trigger {
    display: none;
    font-size: 22px !important;
    padding: 10px 20px !important;
}

/* </editor-fold> */

/**----------------------------------------
 Banner / Slider
----------------------------------------**/

/* <editor-fold desc="Slider"> */

.slideshow-wrapper {
    margin-bottom: 0;
    margin-top: -192px;
}

.flex-caption {
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 20%;
    left: 60%;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
}

.flex-caption-wrap {
}

.flex-caption-title {
    padding: 0;
    background: none;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 300;
    text-shadow: none;
    font-size: 2em;
    display: block;
    clear: both;
    color: #fff;
}

.flex-caption-description {
    padding: 0;
    background: none;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 1em;
    display: block;
    clear: both;
    color: #fff;
}

.flex-caption-link a.btn.btn-primary {
    font-size: 14px !important;
    padding: 10px 20px !important;
}

/* </editor-fold> */

/**----------------------------------------
 Responsive Slider
----------------------------------------**/

/* <editor-fold desc="Responsive Slider"> */

.page-top-slider.slider-mobile {
    display: none;
}

@media (max-width: 1122px) {
    .page-top-slider.slider-desktop {
        display: none;
    }

    .page-top-slider.slider-desktop-only {
        display: block;
    }

    .page-top-slider.slider-mobile {
        display: block;
    }
}

@media (max-width: 1000px) {

    .flex-caption {
        display: none;
    }
}

/* </editor-fold> */

/**----------------------------------------
 Page Header
----------------------------------------**/

/* <editor-fold desc="Page Header"> */

.page-title {
    border: 0;
    margin-bottom: 20px;
}

.page-title h1 {
    padding: 0;
    margin: 0;
    background: transparent;
    text-transform: uppercase;
}

.breadcrumbs {
    background: transparent;
    color: #000;
    padding: 0;
}

.breadcrumbs a {

}

/* </editor-fold> */

/**----------------------------------------
 Main Content
----------------------------------------**/

/* <editor-fold desc="Content"> */

.content-wrapper {
    overflow: visible;
}

.content-wrapper > p {
    margin: 0;
}

.content img.alignright {
    margin-left: 20px;
    margin-bottom: 20px;
}

.content img.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .content img.alignright {
        width: 100%;
        height: auto;
        clear: both;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .content img.alignleft {
        width: 100%;
        height: auto;
        clear: both;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.content,
.content p {
    line-height: 1.2;
    font-size: 18px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 1.2;
}

.content h1 {
    font-family: museo-slab, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 36px;
    text-align: center;
    color: #415364;
    margin-bottom: 30px;
}

.content h2 {
    font-family: museo-slab, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 32px;
    text-align: center;
    color: #415364;
    margin-bottom: 30px;
}

.content h3 {
    font-family: museo-slab, sans-serif;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    color: #4e738a;
    margin-bottom: 30px;
}

.content h4 {
    font-family: museo-slab, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: #4e738a;
    margin-bottom: 30px;
}

.content h5 {
    font-family: museo-slab, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: #111;
    margin-bottom: 30px;
}

.content h6 {
    margin-bottom: 30px;
}

.content ul,
.content ol {
    margin-bottom: 30px;
}

.content ul li,
.content ol li {
    margin-bottom: 10px;
}

.content ul.nav-tabs li {
    margin-bottom: 0;
}

h4.widget-title {
    font-size: 16px;
    text-transform: none;
}

.header-custom.single > span:before,
.header-custom.single > span:after {
    display: none;
}

.googlemap {
    margin-bottom: 20px;
}

.static-map {
    width: 100%;
    height: auto;
}

.container .jumbotron,
.jumbotron {
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.jumbotron p {
    font-weight: 200;
    margin-bottom: 20px
}

.content .jumbotron h2,
.content .jumbotron h3,
.content .jumbotron h4,
.content .jumbotron h5,
.content .jumbotron h6 {

}

.jumbotron ul:last-child,
.jumbotron ol:last-child {
    margin-bottom: 0;
}

.jumbotron a.btn {
    display: inline-block;
    margin-top: 20px;
}

.n10-news-ticker {
    background: #4e738a;
    line-height: 24px;
}

@media (max-width: 768px) {
    #neighbourhood, #footermap {
        background-size: cover;
        background-image: url("https://www.carriagelaneestates.ca/wp-content/uploads/2019/01/carriage-lane-estates-mobile-neighbourhood-section.jpg") !important;
        background-attachment: scroll !important;
    }

    #why {
        background-size: auto;
        background-attachment: scroll !important;
        background-image: url("https://carriagelaneestates.nine10hosting.com/wp-content/uploads/2018/12/carriage-lane-estates-why-carriage-lane-section-mobile.jpg") !important;
    }

    #gpstats {
        background-size: auto;
        background-attachment: scroll !important;
        background-image: url("https://carriagelaneestates.nine10hosting.com/wp-content/uploads/2018/12/carriage-lane-estates-stats-carriage-lane-section-mobile.jpg") !important;
    }

    #contact {
        background-size: auto;
        background-attachment: scroll !important;
        background-image: url("https://carriagelaneestates.nine10hosting.com/wp-content/uploads/2018/12/carriage-lane-estates-contact-carriage-lane-section-mobile.jpg") !important;
    }
}

/* </editor-fold> */

/**----------------------------------------
 Buttons
----------------------------------------**/

/* <editor-fold desc="Buttons"> */

.btn.btn-default,
.btn.btn-primary,
.gform_button {
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 8px;
    font-family: museo-slab, sans-serif;
    font-size: 24px;
    /*margin-bottom: 10px;*/
}

.btn.btn-default.lot-pricing-button {
    background: #ff9e18;
    text-transform: uppercase;
    font-weight: 700;
}

.btn.btn-default.lot-pricing-button:hover {
    background: #fcac4c;
    text-transform: uppercase;
    font-weight: 700;
}

.btn.btn-default:hover,
.btn.btn-primary:hover,
.gform_button:hover {
    /*background: #d1dbab;*/
    /*color: #fff;*/
}

.btn.btn-default.btn-lg,
.btn.btn-primary.btn-lg {
    /*font-size: 22px;*/
    /*padding: 10px 30px;*/
}

.nt-document-actions .btn.btn-default {
    margin-bottom: 10px;
}

/* </editor-fold> */

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

/* <editor-fold desc="Forms"> */

.gform_wrapper form {
    padding: 20px;
    background: #f3f3f3;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
    border: 1px solid #ccc;
}

.ginput_container_radio,
.ginput_container_checkbox {
    padding-left: 20px;
}

.gfield_radio label,
.gfield_checkbox label {
    font-weight: normal;
}

@media (max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.79);
        -webkit-transform: scale(0.79);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* </editor-fold> */

/**----------------------------------------
 Team
----------------------------------------**/

/* <editor-fold desc="Team Module"> */

.team-member-list-2-col .team-member:nth-child(6n) {
    clear: right;
}

.team-member-list-2-col .team-member:nth-child(6n+1) {
    clear: left;
}

.team-member-list-3-col .team-member:nth-child(4n) {
    clear: right;
}

.team-member-list-3-col .team-member:nth-child(4n+1) {
    clear: left;
}

.team-member-list-4-col .team-member:nth-child(3n) {
    clear: right;
}

.team-member-list-4-col .team-member:nth-child(3n+1) {
    clear: left;
}

.team-member-list-6-col .team-member:nth-child(2n) {
    clear: right;
}

.team-member-list-6-col .team-member:nth-child(2n+1) {
    clear: left;
}

body.page h2.team-member-name {
    margin-bottom: 5px;
    line-height: 1.2;
}

body.page h3.position {
}

body.single-teammembers .team-contacts {
    margin-bottom: 30px;
}

body.single-teammembers .team-contact {
    display: block;
    padding: 5px 0;
    border-top: 1px dotted #ccc;
}

body.single-teammembers .team-contact:last-of-type {
    border-bottom: 1px solid #ccc;
}

body.single-teammembers .content h1 {
    line-height: 1;
    margin-top: -11px;
    margin-bottom: 5px;
}

body.single-teammembers .content h2.team-member-position {
    margin-bottom: 20px;
    font-size: 30px;
}

body.single-teammembers .team-socials {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

body.single-teammembers .team-socials ul {
    margin-bottom: 0 !important;
}

/* </editor-fold> */

/**----------------------------------------
 Blog
----------------------------------------**/

/* <editor-fold desc="Blog"> */

.meta {
    margin-bottom: 20px;
}

.post-content,
.meta-inner {
    padding: 0;
}

.meta-inner .meta-item {
    box-shadow: none;
    background: none;
    padding: 0;
    color: #444;
    font-size: 18px;
}

.meta-inner .meta-item .fa {
    margin-right: 10px;
    color: #888;
}

/* </editor-fold> */

/**----------------------------------------
 FAQ
----------------------------------------**/

/* <editor-fold desc="FAQ"> */

.mt-accordion .ui-accordion-header {
    display: block;
    min-height: auto;
    line-height: auto;
    margin: -1px 0 0;
    padding: 16px 10px 16px 40px;
    cursor: pointer;
    outline: none;
    position: relative;

}

.mt-accordion span.ui-icon {
    top: 12px;
    left: 21px;
}

body.page .content .mt-accordion h3 {
    margin-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.mt-accordion .ui-accordion-content {
    padding-left: 50px;
}

.mt-accordion-item {
    margin-bottom: 10px;
}

/* </editor-fold> */

/**----------------------------------------
 Portfolio
----------------------------------------**/

/* <editor-fold desc="Portfolio"> */

.portfolio-row.grid {
    margin-bottom: 30px;
}

ul.portfolio-filters {
    padding-left: 0 !important;
    text-align: center;
}

.portfolio-filters li {
    float: none;
}

.portfolio-navigation div a {
    background: #4c6048;
    font-size: 18px;
    margin-top: 1px;
}

.portfolio-filters a {
    font-size: 20px;
    font-weight: 400;
}

.portfolio-gallery {
    margin-top: 30px;
}

.portfolio-info {
    margin-top: 30px;
}

.single-portfolio .content {
    padding-top: 15px;
}

.portfolio-row.grid .portfolio-item-wrapper .portfolio-item-top, .gallery-row.grid .mt-gallery-item a {
}

.portfolio-picture img {
    width: 100%;
    height: auto;
}

.content .portfolio-blog-post {
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
}

.content .portfolio-blog-post p {
    font-size: 14px;
}

.content .portfolio-blog-post p:last-of-type {
    margin-bottom: 0;
}

.content .portfolio-blog-post h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

.content .portfolio-blog-post h4 a {
    font-weight: 500;
}

.content .portfolio-blog-post a.btn.btn-default {
    font-size: 14px !important;
    margin-top: 0;
}

.content .portfolio-blog-post .meta-item {
    font-size: 12px;
    font-weight: 400;
}

.portfolio-item {
    /*border-radius:50%;*/
    overflow: hidden;
}

.overlay-wrapper {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.5s;
}

.overlay-wrapper:hover {
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s;
}

.portfolio-row .project-overlay:hover img {
    transform: scale(1.03);
    -webkit-backface-visibility: hidden;
}

.image-overlay .overlay-content h5 {
    transition: all 0.5s;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    overflow: hidden;
}

.overlay-wrapper:hover .overlay-content h5 {
    transition: all 0.5s;
    background: rgba(0, 0, 0, 1);
}

.portfolio-filters a {
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: bold;
}

.portfolio-single-details .title-col h2 {
    margin-bottom: 5px;
}

.portfolio-single-details .pdf-col {
    text-align: right;
}

/* </editor-fold> */

/**----------------------------------------
 Footer
----------------------------------------**/

/* <editor-fold desc="Footer"> */

.footer-main {
    line-height: 1.4;
}

.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-main h5,
.footer-main h6 {
    line-height: 1.2;

}

.footer-main h2 {
    font-family: museo-slab, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 30px;
    color: #415364;
    margin-bottom: 30px;
}

.footer-main h3 {
    font-family: museo-slab, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    color: #415364;
    margin-bottom: 30px;
}

.footer-main h4 {
}

.footer-main h5 {
}

.footer-main h6 {
}

.footer-main .header-socials .socials ul li a {
    color: #415364;
}

.footer-bottom {
    color: #fff;
}

.footer-bottom a {
    color: #fff;
}

@media (max-width: 767px) {
    .footer-main {
        text-align: center;
    }

    .footer-main .btn.btn-default {
        margin-bottom: 4px;
    }
}

/* </editor-fold> */
