.page-header {
    margin: 0;
}


.site-footer p {
    color: white;
}

/* ------ BLOG -------------- */

.blog .match-height-content{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* ------ SIDR MOBILE ------- */

.sidr-class-menu-item-has-children.active>a{
  color: #ac002c!important;
}

#site-header #site-navigation .dropdown-menu ul>li>a:hover {
    color: #eaeaea;
    background-color: #ac002c;
}

#site-header #site-navigation .dropdown-menu ul>.current-menu-item>a {
    color: #ac002c;
    font-weight: 900;
}

.sidr a:hover{
  color: black;
}

.sidr-inner a{
  display: none;
}

#sidr-main{
  background: white !important;
}


/* ------ NAV Dropdown ------ */

.wpex-dropdowns-caret .dropdown-menu ul:after {
    display: none;
}

.wpex-dropdowns-caret .dropdown-menu ul:before {
    display: none;
}


.sub-menu{
  padding: 10px;
}

#site-header #site-navigation .dropdown-menu ul>li>a {
    color: #ac002c;
}

#site-header #site-navigation .dropdown-menu ul {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 20px #0000001c;
}

#site-navigation .dropdown-menu ul {
    background: #fff;
    border: 1px solid #eee;
}


/* -------------------------- */


#site-navigation .dropdown-menu>li>a {
    font-family: 'cm-sans-serif-2012' !important;
    color: #ac002c;
  
}

#site-navigation .dropdown-menu>li>a:hover{
    color: #ac002c8c;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: white !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: white !important;
    background-color: #ac002c !important;
}

#mobile-menu {
    right: 30px;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #ac002c;
    background-color: #eaeaea;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #ac002c;
}

#site-header-inner {
    margin-left: 50px !important;
}
.page-header.wpex-supports-mods .page-header-title {
    display: none;
}

.footer {
   float: right !important;
}

.footer-widget {
    padding-bottom: 15px;
}

.site-footer-inner {
    padding-top: 15px;
}

.site-footer, .site-footer a {
    color: white;
}

.site-footer a:hover {
    color: #eaeaea;
    text-decoration: underline;
}

#site-navigation .dropdown-menu >.current-menu-item >a, #site-navigation .dropdown-menu >.current-menu-parent >a, #site-navigation .dropdown-menu >.current-menu-item >a:hover, #site-navigation .dropdown-menu >.current-menu-parent >a:hover {
    color: #ac002c!important;
    border-bottom: 1px solid white;
}

.navbar-style-one .dropdown-menu>li>a {
    height: 40px;
}

.page-header.wpex-supports-mods {
    background-color: transparent !important;
    border-bottom-color: transparent !important;
}

#site-header {
  box-shadow: 0 0 20px 0px #0000001a; 
  background: white !important;
}

.wpex-sticky-header-holder {
  background: white;
}

ul, ol {
    margin: 0 0 20px 18px;
}

p + ul {
  margin: -20px 0 20px 2px !important;
}

@media screen and (max-width: 610px) {
    
#site-header {
    background: white;
}

.wpex-sticky-header-holder {
     background: white;
}

@media screen and (max-width: 1024px) {
.entry iframe, .entry embed {
    display: none;
}
}