/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1250px) {
	.municip-content .col-right {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
    .nav-menu > li > a{
        padding: 48px 11px 36px;
    }
    .banner-text{
        padding: 35px 30px 60px 30px;
    }
    .sub-banner .banner-text{
        padding: 35px 30px 15px 30px;
    }
    .banner .large-text:after{
        margin-left: -30px;
    }
    .banner .single-banner:before,
    .banner .single-banner:after,
    .section-wrapper:before,
    .section-wrapper:after{
        content: none;
    }
    .move-down{
        right: 15px;
        bottom: 15px;
    }
    .sub-banner .container,
    .main-content .container{
        max-width: 1130px;
        padding-left: 15px;
    }
    .about-top{
        padding: 55px 0 30px 30px;
    }
    .about-text{
        padding: 30px 0 50px 30px;
    }
    .about-side-banner{
        padding: 55px 30px 40px 30px;
    }
    .quick-links-wrapper .container{
        padding: 40px 15px 50px;
    }
    .quick-links-wrapper .flexbox{
        padding: 0 0 0 120px;
    }
    .events-wrapper{
        padding: 50px 0 0;
    }
    .events-wrapper > .container{
        margin-left: 0;
        padding-right: 15px;
    }
    .events-top h2,
    .event-date{
        font-size: 29px;
    }
    .events-main > .event-box,
    .event-slider{
        max-width: 50%;
        width: 100%;
    }
    .event-slider{
        padding-left: 12px;
    }
    .event-slider .event-box{
        margin: 0 10px;
    }
    .event-slider .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{
        right: 0;
        left: 22px;
    }
    .testimonials-wrapper .inner-box:before{
        width: 100px;
        height: 84px;
    }
    .testimonials-wrapper .inner-box{
        padding: 0 0 25px 135px;
    }
    .section-wrapper{
        padding: 50px 0;
    }
    .section-wrapper .img-box{
        margin-bottom: 50px;
    }
    .section-wrapper .text-box{
        padding: 35px 30px;
    }
    .footer-wrapper .move-top{
        left: 18px;
    }
    .footer-top,
    .footer-btm{
        justify-content: center;
        padding-left: 130px;
    }
    .footer-top div:first-child{
        padding-left: 0;
    }
    .footer-top div:nth-child(2){
        padding-left: 35px;
    }
    .footer-btm .social,
    .footer-btm div:nth-child(2){
        padding: 0 35px 0 0;
    }
}
@media screen and (max-width: 1100px) {
    .logo-wrapper{
        width: 190px;
        padding-right: 10px;
    }
    .nav-menu{
        margin-right: -9px;
    }
    .nav-menu > li > a{
        padding: 48px 9px 36px;
    }
    .sub-menu{
        width: 300px;
    }
    .banner .slick-dots{
        max-width: calc(50% - 15px);
        left: 15px;
    }
    .quick-links-wrapper{
        background: #f7f7f7;
    }
    .quick-links-wrapper .flexbox{
        padding: 0;
    }
    .quick-links-wrapper .large-text{
        margin-bottom: 30px;
        text-align: center;
        font-size: 35px;
    }
    .main-content .sidebar{
        width: 350px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
    h1,
    .large-text{
        font-size: 29px;
    }
    h2,
    .about-top h1{
        font-size: 25px;
    }
    .logo-wrapper{
        width: 175px;
    }
    .nav-menu > li > a{
        font-size: 15px;
    }
    .section-wrapper .img-box {
        height: 300px;
    }
    .col-right.photos .img-box.large{
        top: 200px;
    }
}

@media screen and (max-width: 900px) {
    #header{
        height: 80px;
    }
    .top-bar{
        height: 80px;
        padding: 12px 0;
        font-size: 18px;
        color: #42361f;
        background-color: #fff;
    }
    .top-bar .container{
        padding: 0 60px 0 15px;
    }
    .top-bar .social a{
        margin-left: 10px;
        font-size: 25px;
    }
    .logo-wrapper{
        position: relative;
        margin-top: -80px;
    }
    #nav-btn{
        display: block;
        position: absolute;
        right: 15px;
        top: 13px;
        font-size: 30px;
        font-weight: bold;
    }
    #nav-close-btn{
        position: absolute;
        top: 35px;
        right: 55px;
        display: block;
        font-size: 30px;
        z-index: 5;
    }
    .main-nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        color: #fff;
        background-color: #63513d;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
    }
    .open .main-nav{
        width: 450px;
    }
    .main-nav nav{
        position: relative;
        min-width: 450px;
        padding: 80px 80px 40px 40px;
        text-align: left;
    }
    .nav-menu{
        margin: 0;
        padding: 0;
        text-align: inherit;
    }
    .nav-menu > li{
        display: block;
        margin: 0;
        padding: 0;
    }
    .nav-menu > li > a{
        display: block;
        padding: 20px 30px 16px 15px;
        border-bottom: 1px solid #000;
        text-transform: uppercase;
        font-size: 20px;
        color: inherit;
        -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    }
    .nav-menu > li.active > a{
        color: #6d8d23;   
    }
    .nav-menu > li > a:after,
    .footer-wrapper > .relative:before,
    .col-right.photos .img-box.large:before,
    .col-right.photos .img-box.large:after{
        content: none;
    }
    .sub-ctrl{
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .sub-ctrl:after{
        content: "\f105";
        font: 22px/62px Font Awesome\ 5 Pro;
    }
    .sub-ctrl.show{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sub-menu{
        position: static;
        display: none;
        min-width: 100%;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 18px 25px 10px;
        text-align: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform:none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        box-shadow: none;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
    }
    .sub-menu li{
        margin-bottom: 15px;
    }
    .sub-menu li a{
        text-transform: none;
        font-size: 18px;
        color: inherit;
    }
    .sub-menu li a:hover{
        color: inherit;
    }
    .banner-text,
    .banner .slick-dots{
        max-width: 500px;
    }
    .sub-banner{
        height: 300px;
    }
    .move-down,
    .footer-wrapper .move-top,
    .footer-wrapper br,
    .footer-btm .social{
        display: none;
    }
    .about-wrapper{
        text-align: center;
    }
    .about-wrapper > .flexbox{
        flex-direction: column-reverse;
    }
    .about-wrapper > .flexbox > div,
    .section-wrapper > .flexbox > div{
        width: 100%;
    }
    .about-wrapper > .flexbox > div:last-child{
        background: none;
    }
    .about-top{
        padding: 55px 0 0;
    }
    .about-top:after{
        position: static;
        display: block;
        height: 5px;
        width: auto;
        margin-top: 5px;
    }
    .about-top h1{
        font-size: 29px;
    }
    .about-text{
        padding: 25px 0 0;
    }
    .about-side-banner{
        flex-direction: column-reverse;
        border: 0;
        padding: 40px 0 50px;
    }
    .about-side-banner .text-box{
        padding: 0 0 25px;
    }
    .about-side-banner .img-box{
        max-width: 100%;
    }
    .events-top .flexbox{
        flex-direction: column;
    }
    .events-top h2{
        margin-bottom: 10px;
    }
    .events-main{
        flex-direction: column-reverse;
        align-items: center;
        padding: 30px 0 50px;
    }
    .event-slider{
        max-width: 100%;
        margin-bottom: 60px;
        padding: 0;
    }
    .event-slider .event-box:first-child{
        margin-left: 0;
    }
    .event-slider .event-date{
        font-size: 18px;
    }
    .event-slider .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{
        bottom: -30px;
        left: 0;
    }
    .event-slider .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
    .event-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
    .event-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
        height: 5px;
    }
    .testimonials-wrapper{
        height: auto;
        padding: 50px 0;
        background-position: center;
    }
    .testimonials-wrapper .inner-box{
        padding: 0;
    }
    .testimonials-wrapper .inner-box:before{
        position: static;
        display: block;
        margin: 0 auto 20px;
        width: 70px;
        height: 59px;
    }
    .testimonials-wrapper .author{
        text-align: inherit;
    }
    .main-content .container > .table,
    .main-content .container > .table > .cell{
        display: block;
    }
    .main-content .sidebar{
        width: 300px;
        margin: 40px auto 0;
        padding: 0;
    }
    .main-content h2{
        margin-bottom: 15px;
    }
    .col-right.photos{
        width: 100%;
        margin: 50px auto 0;
        background: none;
    }
    .col-right.photos > .relative{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .col-right.photos .img-box{
        position: relative;
        width: 250px;
        height: 250px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .col-right.photos .img-box:first-child{
        left: 0;
    }
    .col-right.photos .img-box.large{
        width: 250px;
        height: 250px;
        top: 0;
        right: 0;
        margin-left: 25px;
    }
    .section-wrapper > .flexbox > div:last-child,
    .section-wrapper:nth-child(even) > .flexbox > div:first-child{
        padding-left: 0;
    }
    .section-wrapper .img-box{
        height: 350px;
        margin: 20px 0 0;
    }
    .footer-wrapper{
        padding: 40px 0;
        text-align: center;
    }
    .footer-top,
    .footer-btm{
        flex-direction: column;
        align-items: center;
        padding-left: 15px;
    }
    .footer-top div:nth-child(2){
        padding: 20px 0 10px;
    }
    .footer-top div:last-child{
        padding-left: 0;
    }
    .footer-top .logo{
        max-width: 155px;
    }
    .footer-btm div:nth-child(2){
        padding: 0 0 15px;
    }
    .jbsystems div{
        margin: 0 auto 5px;
    }
    .top-search-row h3{
        margin-right: 25px;
    }
}   

@media screen and (max-width: 770px) { /* Tablet View */
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
    h1,
    .about-top h1,
    h2,
    .events-top h2,
    .event-date,
    .large-text{
        font-size: 25px;
    }
    .top-bar .contact-list{
        display: none;
    }
    .btn:not(.btn-short){
        min-width: 150px;
        padding: 12px 15px 8px;
    }
    .banner-text,
    .banner .slick-dots{
        max-width: 450px;
    }
    .banner-content,
    .ql-box h3,
    .event-box h4,
    .testimonials-wrapper{
        font-size: 21px;
    }
    .quick-links-wrapper .large-text{
        font-size: 32px;
    }
    .quick-links-wrapper .flexbox{
        flex-direction: column;
        align-items: center;
    }
    .ql-box{
        width: 290px;
        margin-bottom: 25px;
        padding: 20px 15px;
        border: 2px solid #5e5e5e;
        border-radius: 5px;
    }
    .ql-box:last-child{
        margin-bottom: 0;
        padding-right: 15px;
    }
    .ql-box p{
        margin-bottom: 20px;
    }
    .ql-icon{
        display: block;
        height: auto;
    }
    .ql-icon img{
        display: inline-block;
    }
    .events-main > .event-box{
        max-width: 400px;
    }
    .event-slider .event-date{
        font-size: 16px;
    }
    .testimonials-wrapper .inner-box:before{
        width: 50px;
        height: 42px;
    }
    .testimonials-wrapper .btn{
        min-width: 180px;
        margin-bottom: 8px;
    }
    .testimonials-wrapper .btn:last-child{
        margin-left: 0;
    }
}

@media screen and (max-width: 670px) { /* Phone View */
    #nav-close-btn{
        top: 30px;
        right: 30px;
    }
    .open .main-nav{
        width: 350px;
    }
    .main-nav nav{
        min-width: 350px;
        padding: 80px 30px 30px;
    }
    .main-content .jb-form .captcha-container{
        margin: 1em auto 2em;
    }
    .top-search-row .flexbox{
        flex-direction: column;
    }
    .top-search-row h3{
        margin: 0 0 15px;
    }
    .top-search-row form{
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
    h1,
    .about-top h1,
    h2,
    .main-content h2,
    .large-text,
    .event-date{
        font-size: 21px;
    }
    .main-content.no-breadcrumbs{
        padding-top: 40px;
    }
    .banner-content,
    .ql-box h3,
    .event-box h4,
    .testimonials-wrapper{
        font-size: 20px;
    }
    .breadcrumbs{
        padding: 0 0 40px;
    }
    .banner{
        min-height: auto;
    }
    .banner .slick-dots{
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .sub-banner,
    .section-wrapper .img-box{
        height: 250px;
    }
    .sub-banner .container{
        padding-left: 0;
    }
    .sub-banner .banner-text {
        padding: 20px 15px 15px 15px;
    }
    .section-wrapper {
        padding: 30px 0;
    }
    .quick-links-wrapper .large-text{
        font-size: 29px;
    }
    .gallery-wrapper{
        height: 300px;
    }
    .col-right.photos .img-box,
    .col-right.photos .img-box.large{
        width: 50%;
        height: 175px;
    }
    .col-right.photos .img-box.large{
        margin-left: 15px;
    }
    .section-wrapper .text-box,
    .section-wrapper:nth-child(even) .text-box{
        padding: 30px 0 0;
        background: transparent;
    }
    .footer-wrapper{
        font-size: 13px;
    }
    .main-content .inner-top{
        padding-bottom: 30px;
    }
    .top-search-row form{
        flex-direction: column;
        align-items: center;
    }
    .top-search-row .btn{
        margin: 25px 0 0;
    }
    .modal-wrapper .img-box{
        margin-bottom: 15px;
    }
    .modal-wrapper .flexbox{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .modal-wrapper .flexbox > div:last-child{
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    #nav-close-btn{
        top: 20px;
        right: 20px;
    }
    .open .main-nav{
        width: 320px;
    }
    .main-nav nav{
        min-width: 320px;
        padding: 60px 20px 25px;
    }
    .nav-menu > li > a{
        padding: 16px 30px 12px 15px;
        font-size: 18px;
    }
    .sub-ctrl{
        height: 49px;
    }
    .sub-ctrl:after{
        line-height: 51px;
        font-size: 20px;
    }
    .main-content .sidebar{
        width: 100%;
    }
    .gallery-wrapper{
        height: 250px;
    }
    .col-right.photos .img-box,
    .col-right.photos .img-box.large{
        height: 130px;
    }
    .main-content .captcha-container .g-recaptcha > div,
    .main-content .captcha-container iframe{
        width: 100% !important;
    }
}