body.page-id-652 div.onlyonmobile {display: none;}
@media only screen and (min-width: 900px) and (max-width: 1280px) {
body nav.main_menu ul li {
    border-right: 0;
}
body nav.main_menu ul li:first-child {
    border-left: 0;
}
body nav.main_menu ul li {float: none;}
body nav.main_menu>ul { left: 0; white-space: nowrap;}
body nav.main_menu > ul > li > a {
    padding: 0 9px;
}
body nav.main_menu {
    left: auto;
    white-space: nowrap;
    right: 90px; }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
body nav.main_menu {
    right: 220px; }
}
@media only screen and (max-width: 480px) {
body.page-id-652 div.onlyonmobile {display: block; text-align: center;}
body.page-id-652 div.full_width div.section div.element_from_bottom.element_from_bottom_on {display: table;}
body.page-id-652 div.full_width div.section div.vc_col-sm-8 {display: table-footer-group;}
body.page-id-652 div.full_width div.section div.vc_col-sm-4 {display: table-header-group;}
}
div.promo { color:#fff; font-family: 'Montserrat', sans-serif !important; }
.radius5, .radius5 img { -webkit-border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }
.div50 { float: left; width: 40%; }
.div70 { float: left; width: 70%; }
.div30 { float: left; width: 30%; }
.div40 { float: left; width: 40%; }
.div20 { float: left; width: 20%; }
.clear { clear: both; }
.t_left { text-align: left; }
.t_right { text-align: right; }
#wpcf7-f182-p2-o1 .wpcf7-submit { font-size: 16pt; font-weight: 500; padding: 10px 30px; margin-bottom: 25px; margin-top: 10px; }
.wpcf7-list-item, .wpcf7-submit { font-family: 'Montserrat', sans-serif !important; }
.wpcf7-submit { font-size: 14pt; }
input.wpcf7-form-control.wpcf7-submit[disabled] {
    color: #fff !important;
    border: 0 !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

/* TOP */
nav .second ul li.current-menu-item span {
    color: #e8e5a0 !important;
}
.drop_down .second .inner ul { background-color: #754fba !important; border-color: #754fba !important; }
.drop_down .second .inner ul li { width: 300px !important; font-family: 'Montserrat', sans-serif !important; border-left: 0 !important; border-right: 0 !important;  }
.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 { color:#fff; font-weight: 400;}
.drop_down .second .inner ul li a b { font-weight: 600;}
.drop_down .second .inner ul li a:hover { color:#e8e5a0; }
@media only screen and (min-width: 1001px) { header .q_logo img {margin-left: -10px; } nav.main_menu ul li:first-child {border-left: 1px #e8e8e8 solid;} nav.main_menu ul li { border-right: 1px #e8e8e8 solid; }}
body nav.mobile_menu ul li a, body nav.mobile_menu ul li h3 { color: #333 !important; }
body nav.mobile_menu ul li a:hover, body nav.mobile_menu ul li.active > a, body nav.mobile_menu ul li.current-menu-item > a { color: #774bbc !important;}
div.image.responsive { background-color: #f5f5f5; }
div.image.responsive img { max-width: 2000px !important; margin: 0 auto; }
@media only screen and (max-width: 1000px) { header .q_logo img { z-index: 111; }}
@media only screen and (max-width: 1024px) {div.header_bottom_right_widget_holder { display: none !important; }}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
nav ul li.current-menu-item span {color: #774bbc !important;}
.top_tel { font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; font-size: 12pt; color: #774bbc;}
header .q_logo img {height: 137% !important;  animation: zoomInLeft 1s linear  1  alternate; -moz-animation: zoomInLeft 1s linear  1  alternate; -webkit-animation: zoomInLeft 1s linear  1 alternate; -o-animation: zoomInLeft 1s linear  1 alternate; animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; -o-animation-fill-mode: forwards;}
.side_menu_button > a {color:#774bbc !important; font-size: 18pt;}

section.side_menu.right { font-family: 'Montserrat', sans-serif !important; }
section.side_menu.right div { font-size: 12.2pt; }
section.side_menu.right .side_form { margin-top: 10px; }
section.side_menu.right .side_form .div30, section.side_menu.right .side_form .div20 { width: 70%; float: none; }
section.side_menu.right .div50 { width: 50%; }
section.side_menu.right .side_form .div20 input { background-color: #392854 !important; border-color: #392854 !important; padding: 10px !important; margin-top: 5px; }
section.side_menu.right .side_form .div20 .ajax-loader { position: absolute; margin-left: 20px;}
section.side_menu.right .side_form .f_smallinfo { font-size: 9pt; }
section.side_menu.right .title { font-family: 'Playfair Display', sans-serif; font-size: 16pt; line-height: 34px; color:#fff; }

/* CONTENT */
.wpcf7-form-control-wrap.gdpr span.wpcf7-list-item-label small { color: #8e6e9a !important; }
.mtop150 { margin-top: -100px; }
div.bark-top-container { height: 53px !important; }
.testimonials_c_holder .testimonial_content_inner { background:transparent !important; padding: 20px 0 !important; }
.testimonials_c_holder .flex-control-nav {
    margin-top: 10px !important;
    margin-bottom: 50px;
    text-align: center;
}
.pen div.vc_column-inner { background-position: center center !important; }
.cta_div50 { width: 48%; display: inline-block; margin: 1%; float: left; }
@media only screen and (max-width: 1000px) { .cta_div50 { width: 100%; display:block; margin: 1% 0; float: none; } 
div.client_logos div.vc_col-md-6.vc_col-lg-3 { width: 50% !important; float: left !important; }
div.client_logos div.vc_col-md-6.vc_col-lg-3 div { border-left: 0 !important; text-align: center;  }
}
@media only screen and (max-width: 668px) { .div50,.div70, .div30, .div40, .div20, .div60, .footer_cta_box .cta_div50 { float: none; width: 100%; }}
.client_logos img { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ &amp; Opera 15+ */
}

/* Disable grayscale on hover */
.client_logos img:hover { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease
  filter: none;
  -webkit-filter: grayscale(0);
}


/* HOME PAGE */
#rev_slider_2_1 .Creative-Button { background-color: #774bbc !important; border-color: #774bbc !important; color:#fff !important}
#rev_slider_2_1 .Creative-Button:hover { background-color: transparent !important; border-color: #cab4ec !important; color:#cab4ec !important}
#rev_slider_2_1 .Creative-Title { text-shadow: rgba(0,0,0,0.65) 1px 1px 2px !important; }
#rev_slider_2_1 .Creative-Title small { font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; font-size: 14pt; }

/* FOOTER */
footer .div40 input { border-right: 1px #333 solid !important; }
footer .div20 input { margin-top: 5px !important; height: 43px !important; line-height: 43px !important; }

footer .widget h5 { font-size: 18pt; font-weight: 400; text-shadow: rgba(0,0,0,0.65) 1px 1px 2px;}
.f_icon { font-size: 14pt;
    display: block;
    width: 30px;
    color: #fff;
    line-height: 40px;
    float: left;
}
.f_text {
    color:#c2bbf9;
    display: block;
    line-height: 40px;
}
.footer_top a { color:#c2bbf9; }
.footer_top a:hover { color:#fff; }
.footer_bottom_holder .textwidget div { font-family: 'Montserrat', sans-serif !important; font-weight: 400; font-size: 14px; }
.footer_bottom_holder .textwidget div b { color:#fff; font-weight: 400; }
.footer_bottom_holder .footer_bottom { border-top: 1px rgba(255, 255, 255, 0.13) solid; padding-top: 20px; padding-bottom: 0; }
footer input.wpcf7-form-control.wpcf7-submit { color: #381375 !important;
    font-family: 'Montserrat', sans-serif !important;
    border-color: #a884e2 !important;
    background-color: #a884e2 !important;
    height: 47px !important; }

footer { background: url(/wp-content/uploads/2019/07/footer_img.jpg) no-repeat center bottom; background-color: #774bbc; background-size: 100%;}
footer .footer_top_holder { background: transparent !important; }
footer .footer_bottom_holder { background: transparent !important; }
div.f_smallinfo {
    font-size: 10pt;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div.f_smallinfo:hover {    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

/* COOKIE BAR */
.cookie-notice-container { font-family: arial; }
.cookie-notice-container .cn-button.wp-default {background: #cab4ec; border-color: #cab4ec; color: #000; text-shadow: none; }

@media only screen and (max-width: 767px) { .hideonmobile {display: none !important;} .mobilecentered, .mobilecentered p, .mobilecentered div, .mobilecentered span { text-align: center; } .mobileblock {display: block !important; margin: 0 auto !important;} .mobileauto {margin: 0 auto !important; }}

.interr {
background: #fff;
    margin: 5px 0;
padding-left: 10px; 
font-size: 13px;
text-align: left;
}
.interr .wpcf7-list-item {display: block;}
@media (min-width: 991px) {.highta textarea {min-height: 312px;}}
@media (min-width: 801px) and (max-width: 1024px) { section.side_menu.right div.div50 {display: none;} section.side_menu.right div#custom_html-3 {margin-top: -50px;}}
@media (min-width: 768px) and (max-width: 1023px) { .vc_col-sm-6 { width: 100% !important; float: none !important;}
}
@media (max-width: 800px) { .hideonmobile {display: none !important;}
body div.vc_row.wpb_row.grid_section { padding-top: 50px !important; padding-bottom: 0px !important; }
body div.vc_row.wpb_row.grid_section.client_logos { padding-top: 15px !important; padding-bottom: 0px !important; }
div.qode_vertical_separator { height: 100px !important; margin-top: 50px !important; }
div.client_logos div.vc_col-sm-4 { margin-top: -75px !important; padding-bottom: 50px !important; } 
body div.vc_row.wpb_row.grid_section.ctabox { padding-bottom: 75px !important; }
}

@media (max-width: 1500px) { body nav.main_menu>ul>li>a {
    padding: 0 15px;
}}