@charset "utf-8";
/* CSS Document */

/* Media Queries XS - SM */
@media only screen 
and (max-width: 767px) {

.testimonials span.title.main {
    font-size: 28px;
}

.footer-main {
    padding-bottom: 0;
}

.footer-section {
    margin: 0 0 50px 0;
}

.ctas-slider {
    padding: 0;
    overflow: hidden;
}

.main-ctas-home .ctas-image span.title {
    margin: 1px 0 0 40px;
}

.about-section .about-content {
    width: 100%;
    margin: 0 0 30px 0;
}

.about-section .about-image {
    width: 100%;
    margin: 0;
}

.header-fixed .header-main a#logo-main {
    float: none;
    display: block;
    margin: 0 auto;
}

.slider-main .slides .slide-full .slider-cta {
    width: 90%;
    top: 64%;
}

.slider-main .slides .slide-full .slider-cta span.title,
.container-fluid.full-width-header-image .overlay .title-container h1 {
    font-size: 28px;
}

.slider-main .slides .slide-full .slider-cta .content {
    font-size: 16px;
}

.header-fixed .header-top ul.meta-details li:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.footer-section .footer-form div.wpcf7 form.wpcf7-form .fields.half {
    width: 100%;
}

.container-fluid.full-width-header-image {
    height: 500px;
}

}

/* Media Queries SM - MD */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 991px) {

.slider-main .slides .slide-full .slider-cta {
    width: 80%;
}

.main-ctas-home .ctas-image span.title {
    margin: 1px 0 0 40px;
}

.ctas-slider {
    padding: 0;
    overflow: hidden;
}

.header-fixed .header-main .menu-header > ul#menu-menu-main > li {
    margin: 0 0 0 25px;
}

.header-fixed .header-main .menu-header > ul#menu-menu-main > li > a {
    font-size: 15px;
}


.footer-section .footer-form div.wpcf7 form.wpcf7-form .fields.half {
    width: 100%;
}

.container-fluid.page-content.subpages {
    padding: 0 30px;
}

.container-fluid.page-content.subpages .container {
    width: 710px;
}

.container-fluid.full-width-header-image .overlay .title-container h1 {
    font-size: 30px;
}

}

/* Media Queries MD - LG */
@media only screen 
and (min-device-width : 992px) 
and (max-device-width : 1200px) { 

.ctas-slider {
    padding: 0;
    overflow: hidden;
}

.container-fluid.page-content.subpages {
    padding: 0 50px;
}

.container-fluid.page-content.subpages .container {
    width: 890px;
}

.header-fixed .header-main .menu-header > ul#menu-menu-main > li > ul.sub-menu {
    width: 250px;
}

.container-fluid.full-width-header-image .overlay .title-container h1 {
    font-size: 38px;
}

}