@media (min-width: 768px) {


}

@media (max-width: 991px) {

#workshops h2 { padding: 15px; }

}

@media (min-width: 992px) {
body.page .col-md-6 {width: 50% !important;}

body.page .col-md-3 {width: 25% !important;}

body.page .col-md-4 {width: 33.33333333% !important;}

body.page .col-lg-9 {
    width: 75% !important;
}

body.page .col-lg-3 {
    width: 25% !important;
}

#workshops h2 { padding: 40px; }

}

@media (min-width: 1200px) {
body.page .col-lg-9 {
    width: 75% !important;
}

body.page .col-lg-3 {width: 25% !important;}

}

#workshops h2 {
	max-width: 1400px;
    margin: 0 auto !important;
    color: #fff !important;
}

span.addtocalendar.atc-style-theme {
    margin-top: 20px;
}

body.page-id-1830 .wpb_column.vc_column_container.col-sm-12.col-lg-9.col-md-4 {
    padding: 15px;
}

body .navbar-default .navbar-nav>.active>a {
  color: #818181;
    background-color: #fff;
}

body .navbar-default .navbar-nav>.active>a:hover {background-color: #fff; color: #444349;}


@media (max-width: 767px) {
body .btn-xl {
    font-size: 15px;
    padding: 15px 30px;
}
  
body p.lead.text-center {
    padding: 0 15px;
}
  
body .benefit-item .benefit-title, body .benefit-item p, h6.faq-title, p.no-rep, section.gather_sec {
    margin-left: 0;
    padding: 0 15px;
    text-align: center !important;
}
  
body .wpb_text_column.wpb_content_element.vc_custom_1469734488585 {
    padding: 0 25px !important;
}
  
}