/*------------ SMC Styles --------------*/

/*SMC EDIT TAGS*/
.smc-edit, .smc-new, .smc-edit-template {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    float: right;
    cursor: pointer;
    z-index: 99;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px 5px !important;
    line-height: 14px;
    color: #999 !important;
    background: #fff;
    top: 10px;
    bottom: inherit !important;
    width: 24px;
    height: 24px;
}
.editable-opacity {
    opacity: 0.5;
    background: #000;
    position: relative;
}
.editable-opacity .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 20;
    padding: 0;
    margin: 0;
    opacity: 0.5;
}
.smc-edit{
    right: 20px;
}
.smc-new{
    right: 60px;
}
.smc-edit-template{
    right: 100px;
}
.pos-rel {
    position: relative;
}
.pos-left-20 {
    right: auto;
    left: 20px;
}
.pos-left-40 {
    right: auto;
    left: 40px;
}
.pos-left-60 {
    right: auto;
    left: 60px;
}
.pos-left-100 {
    right: auto;
    left: 100px;
}
.neg-top {
    top: -25px;
}
.top-450 {
    top:450px;
}
.top-240 {
    top:240px;
}
.top-50 {
    top:50px;
}
.right-35 {
    right: 35px;
}
.right-75 {
    right:75px;
}
.right-67 {
    right:67px;
}
.right-80 {
    right:80px;
}
.right-15 {
    right:15px;
}
.float-left {
    float:left;
    position:relative;
}
.smc-edit:hover, .smc-new:hover, .smc-edit-template:hover {
    /*color: #A6CE39 !important;
    border-color: #A6CE39;*/
    text-decoration: none;
}
.smc-edit i, .smc-new i, .smc-edit-template i {
    font-size: 12px;
    position: relative;
    top: 1px;
}
.edit-layout-item.smc-edit {
    width: auto;
    right: unset;
    left: 20px;
    top: -30px;
}

/*------------ Theme Overrides --------------*/

a {
    color: #000;
}
.custom-slider-background .custom-slider-background-image-stage-outer {
    width: 100%;
}
.custom-slider-background {
    left: 1.4vw;
    right: 1.4vw;
}
.custom-page-wrapper {
    padding-left: 1.4vw;
    padding-right: 1.4vw;
}
html .btn-primary {
    background: #007647
}
html .btn-primary:before {
    border-color: #007647 !important;
}
html .btn-primary:hover:not(.bg-transparent),
html .btn-primary.hover:not(.bg-transparent) {
    background: #02a264;
}
html .btn-primary:focus:not(.bg-transparent),
html .btn-primary.focus:not(.bg-transparent),
html .btn-primary:active:not(.bg-transparent),
html .btn-primary.active:not(.bg-transparent) {
    background: #02a264 !important;
}
footer .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem;
}
#header .header-btn-collapse-nav {
    color: #2a2a2a;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: #fff;
}
.testimonial-carousel h4,
.testimonial-carousel span,
.testimonial-carousel p,
.testimonial-carousel.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * {
    color: #2a2a2a !important;
    font-size: 1.1em;
}
.testimonial-carousel h4 {
    font-family: 'Arial';
}
/*.masonry .masonry-item .img-thumbnail img {
    margin: 8px 8px 0 8px;
}*/

/*------------ Custom Styles --------------*/
@font-face {
    font-family: 'Copperplate Light';
    src: url(/custom/fonts/Copperplate_Light.ttf);
}
body {
    font-family: 'Arial', 'sans-serif';
    font-size: 1em;
}
h1, h2, h3, h4 {
    font-family: "Copperplate Light";
}
h2 {
    font-size: 3em !important;
    font-weight: 600;
}
h3 {
    font-size: 2.5em !important;
    line-height: .75em;
}
h4 {
    font-size: 2em !important;
}
.custom-bg-white {
    background: #fff !important;
}
.text-color-primary-green {
    color: #007647 !important;
}
#header.header-effect-shrink .header-logo {
    margin-left: 10px;
}
#slider .text-color-light {
    text-shadow: 2px 2px 4px rgb(0 0 0), -2px -2px 4px rgb(0 0 0);
}
.home-page-slider {
    margin: 0 0 225px !important;
}
.home-page-slider h1,
.page-header h1 {
    font-family: 'Copperplate Light', 'serif';
}
.home-page-slider .owl-carousel.dots-inside .owl-dots {
    /*top: 208px;*/
    right: 1.4vw;
    left: unset;
    width: auto;
    background: #fff;
    border-radius: 12px 0 0 0;
    padding: 0 10px;
    top: unset !important;
    bottom: -103px;
    transform: none !important;
}
.home-page-slider .owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #007647;
    width: 18px;
    height: 18px;
}
.home-page-slider .owl-carousel .owl-dots .owl-dot.active span,
.home-page-slider .owl-carousel .owl-dots .owl-dot:hover span {
    background: #02a264;
    border: none;
}
.houzz-image-container img {
    margin: 0 2px 5px;
    width: 60px;
}
.bg-green-primary {
    background: #007647;
}
.highlight-container .list-unstyled > li {
    margin-bottom: 30px;
}
.highlight-container .list-unstyled .icon {
    display: block;
    float: left;
    height: 50px;
    margin-right: 15px;
    background: #007647;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 1.75em;
}
.highlight-container .list-unstyled h3 {
    float: unset;
    margin-bottom: 12px;
    padding-top: 15px;
}
.highlight-container .list-unstyled .service-text {
    float: left;
    margin-left: 67px;
    padding-right: 12px;
}
.logo-slider-container .owl-item {
    height: 249px;
}
.logo-slider-container .owl-item .img-thumbnail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}
.logo-slider-container .owl-item img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}
.logo-slider-container .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next,
.logo-slider-container .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev {
    background-color: rgba(0, 118, 71, 0.4) !important;
}
.logo-slider-container .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next:hover,
.logo-slider-container .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev:hover {
    background-color: #007647 !important;
}
.testimonial-modal .modal-title {
    color: #007647;
}
.testimonial-modal blockquote {
    border-left-color: #007647;
    color: #000;
}
.testimonial-modal button.close {
    width: 32px;
    height: 32px;
    border: none;
    font-size: 24px;
    background: none;
}
.owl-carousel.testimonial-carousel.carousel-center-active-item-2 .owl-item.active > div .read-testimonial {
    color: #000 !important;
    display: block;
    text-align: right;
    font-weight: 500;
}
.owl-carousel.testimonial-carousel.carousel-center-active-item-2 .owl-item.active > div .read-testimonial > .fa {
    padding-right: 3px;
    color: #000 !important;
}
.embed-responsive {
    width: 90%;
    padding: 0 0 50% !important;
    position: relative;
    clear: both;
    margin: 50px auto 0;
}
.embed-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mc-container {
    background: #007647;
    /*box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.5);*/
    height: 140px;
}
.mc-link:hover .mc-container {
    box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.5);
}
.mc-title {
    color: #fff;
    line-height: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Arial', 'sans-serif';
}
#contentModal {
    background: rgba(0,0,0,0.5);
}
#contentModal .modal-header .close {
    border: none;
    background: none;
    font-size: 2em;
}
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.modal-content h6 {
    font-family: 'Arial', 'sans-serif';
}

.gallery-carousel .owl-item img {
    max-height: 500px;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}
.gallery-carousel .owl-item {
    background: #dfe0e1;
}
.owl-carousel.nav-green:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next,
.owl-carousel.nav-green:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev {
    background: rgba(0, 118, 71, 0.4) !important;
}
.owl-carousel.nav-green:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next:hover,
.owl-carousel.nav-green:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev:hover {
    background: #007647 !important;
}
.owl-carousel.nav-green:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next > span,
.owl-carousel.nav-green:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev > span {
    display: none;
}
.gallery-carousel .owl-item .img-thumbnail {
    /*background: #dfe0e1;*/
}
/*.masonry-container {
    opacity: 0;
}*/
.masonry-image-container {
    padding: 5px;
}
button.mfp-arrow {
    background: #007647;
}
.inverse-page-mock .custom-page-header-1 {
    padding: 0 !important;
}
.project-details-container p:last-child {
    margin-bottom: 0;
}
.img-width-100 {
    width: 100%;
    height: auto;
}
.projects-container .project-title {
    font-family: 'Copperplate Light', 'serif';
}
.testimonial-carousel.owl-carousel.nav-style-4 .owl-nav .owl-next {
    right: 125px
}
.testimonial-carousel.owl-carousel.nav-style-4 .owl-nav .owl-prev {
    left: 125px
}
.projects-grid .project-title {
    margin-bottom: 0;
}
/*.cta-container {
    border: 5px solid #777;
}*/
.cta-btn {
    border: 5px solid #007647 !important;
    background-color: #007647 !important;
    color: #fff !important;
    margin-top: -9px;
}
.cta-container h2 {
    width: 75%;
    text-align: left !important;
}
.cta-container h2, .cta-btn {
    float: left;
}
.article-image-container {
    width: 40%;
}
.article-image-container.float-start {
    margin: 0 15px 15px 0;
}
.article-image-container.float-end {
    margin: 0 0 15px 15px;
}
.article-image-container.full-size {
    width: 100%;
    margin-bottom: 15px;
}
.content-carousel.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #007647 !important;
    border-color: #007647 !important;
    color: #fff !important;
}
.content-carousel.owl-carousel .owl-nav button[class*="owl-"]:before {
    font-size: .85rem;
}
.testimonial-carousel.owl-carousel.carousel-center-active-item-2 .owl-item.active > div > p {
    font-size: 1.35em;
}
.testimonial-carousel.owl-carousel.carousel-center-active-item-2 .owl-item.active > div > p > a {
    font-size: 1em;
}
.custom-heading-h2 {
    font-family: 'Copperplate Light';
    font-size: 2.25em !important;
    color: #000 !important;
    text-transform: uppercase !important;
}
#footer {
    background: #e7e7e7;
    border-top: 3px solid #2a2a2a;

}
#footer li,
#footer h4,
#footer .footer-copyright p {
    color: #2a2a2a;
}
#footer .footer-contact-list li a {
    color: #000 !important;
}
#footer .social-icons .fab,
.footer-copyright p a {
    color: #2a2a2a !important;
    font-size: 1.25em;
}
#footer .social-icons .fab {
    font-size: 1.5em;
}
.footer-copyright p a {
    font-size: 1em;
}
#footer .social-icons a:hover .fab {
    color: #fff !important;
}
.footer-contact-list {
    font-size: 1.75em;
}
#footer .footer-copyright {
    background: #e7e7e7;
    border-top: 1px solid rgba(0,0,0,0.15);
}
.logos-section img {
    max-height: 99px;
}
.content-project-container .project-title {
    margin-bottom: 0;
    font-size: 22px;
}
#team-members h2.name {
    font-size: 1.75em;
}
#team-members h3.position {
    font-size: 1.25em;
    line-height: 1.25em;
}
/*------------ Responsive Styles --------------*/
@media only screen and (min-width: 992px) {
    #header .header-container {
        height: 103px;
    }
    .custom-col-70 {
        flex: 0 0 auto;
        width: 70%;
    }
    .custom-col-30 {
        flex: 0 0 auto;
        width: 30%;
    }
    #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a,
    #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a,
    .sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text.inner-page-nav nav > ul > li > a,
    .sticky-header-active #header .header-nav.header-nav-line.header-nav-light-text.inner-page-nav nav > ul > li > a{
        color: #2a2a2a;
    }
    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: #2a2a2a !important;
    }
    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background: #2a2a2a !important;
    }
    #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a {
        color: #fff !important;
    }
    #header .header-nav.header-nav-links.header-nav-light-text.inner-page-nav nav > ul > li > a,
    #header .header-nav.header-nav-line.header-nav-light-text.inner-page-nav nav > ul > li > a {
        color: #fff;
    }
    .inverse-page-mock #header .header-nav.header-nav-links.header-nav-light-text.inner-page-nav nav > ul > li > a,
    .inverse-page-mock #header .header-nav.header-nav-line.header-nav-light-text.inner-page-nav nav > ul > li > a {
        color: #2a2a2a;
    }
    .feed-blog-posts .card .card-body img {
        height: 207px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .img-set-height {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .h266 {
        height: 266px;
    }
}

@media only screen and (max-width: 991px) {
    .embed-responsive {
        padding: 0 0 60% !important;;
        margin: 50px 35px auto;
    }
}
@media only screen and (max-width: 767px) {
    .article-image-container {
        float: none !important;
        width: 75% !important;
        margin: 0 auto 15px !important;
    }
}

@media only screen and (max-width: 464px) {
    .logo-slider-container .owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-prev {
        top: 50%;
    }
    .logo-slider-container .owl-carousel.nav-inside.nav-inside-half-section .owl-nav button.owl-next {
        left: 61px;
    }
}