/*
Meeting page styles
*/
h1, h2, h3, h4, h5, h6 , #header .header-main .header-contact a, #header .tooltip-icon, #header .top-links > li.menu-item #nav-menu-item-46 > a, #header .searchform-popup .search-toggle ,  .widget .widget-title {
    color: #008DD2;
}
.page-top,
.fixed-header #header.sticky-header .main-menu, #header .main-menu #nav-menu-item-46 , #main-toggle-menu .toggle-menu-wrap,
#header .main-menu .narrow .popup ul .sub-menu, #footer ,.page-template-2024-meeting-page #header .main-menu > li#nav-menu-item-1500.active > a  ,#header .main-menu #nav-menu-item-1500 .popup ul.sub-menu , .main-menu   #nav-menu-item-1500 {
    background-color: #008DD2 ;
}
#header.sticky-header .header-main.change-logo .logo img {
 -webkit-transform: scale(1);    transform: scale(1);   }

.standard-logo.retina-logo , .sticky-logo.sticky-retina-logo {
    -webkit-animation: 0.3s ease 0s normal forwards 1 fadein;
    animation: 0.3s ease 0s normal forwards 1 fadein;
}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
/*MOBILE*/
#header .mobile-toggle , #Xnav-panel .accordion-menu li.menu-item.active > a
{    background-color: #008DD2;}
#nav-panel .accordion-menu > li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > .arrow ,
#nav-panel .accordion-menu li.menu-item > a, #nav-panel .accordion-menu .arrow, #nav-panel .menu-custom-block a
{color: #008DD2;}
/*END MOBILE */
html .accordion.accordion-primary .card-header, html .section.section-primary, html .popover-primary .popover-title, html .background-color-primary, .featured-box-effect-3.featured-box-primary:hover .icon-featured , #main .share-links a {
    background-color: #008DD2 !important;
}

.fixed-header #header.sticky-header .main-menu, #header .main-menu, #main-toggle-menu .toggle-menu-wrap {
    border-color: #008DD2;
}
.share-links .share-facebook ,
article.post .post-date .month, article.post .post-date .format, .post-item .post-date .month, .post-item .post-date .format, .list.list-icons.list-icons-style-3 li i, .list.list-ordened.list-ordened-style-3 li:before, html .list-primary.list-ordened.list-ordened-style-3 li:before, html .list-secondary.list-ordened.list-ordened-style-3 li:before, html .list-tertiary.list-ordened.list-ordened-style-3 li:before, html .list-quaternary.list-ordened.list-ordened-style-3 li:before, html .list-dark.list-ordened.list-ordened-style-3 li:before, html .list-light.list-ordened.list-ordened-style-3 li:before, ul.nav-pills > li.active > a, ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus, section.toggle.active > label, .toggle-simple section.toggle > label:after, div.wpb_single_image .porto-vc-zoom .zoom-icon, .img-thumbnail .zoom, .thumb-info .zoom, .img-thumbnail .link, .thumb-info .link, .pricing-table .most-popular h3, .pricing-table-flat .plan h3, .pricing-table-flat .plan-price, .pricing-table-classic .most-popular h3 strong, .timeline-balloon .balloon-time .time-dot:after, section.exp-timeline .timeline-box.right:after, .floating-menu .floating-menu-btn-collapse-nav, .icon-featured, .featured-box .icon-featured, .featured-box-effect-3:hover .icon-featured, .feature-box .feature-box-icon, .inverted, .master-slider .ms-container .ms-bullet, .share-links a, .thumb-info .thumb-info-type, .thumb-info .thumb-info-action-icon, .thumb-info-ribbon, .thumb-info-social-icons a, .widget_sidebar_menu .widget-title .toggle:hover, .mega-menu > li.menu-item.active > a, .mega-menu > li.menu-item:hover > a, .mega-menu .narrow ul.sub-menu, .sidebar-menu > li.menu-item:hover, .sidebar-menu .menu-custom-block a:hover, .pagination span.current, .page-links span.current, .member-item.member-item-3 .thumb-info:hover .thumb-info-caption, .sort-source-style-2, .mega-menu.menu-hover-line > li.menu-item > a:before, .products-slider .owl-dot:hover span:after, .products-slider .owl-dot.active span:after, .blog-posts-hover_info2 .thumb-info-type a   {
    background-color: #008DD2;
}
.btn, .button, input.submit, [type="submit"].btn-primary, [type="submit"] {
    background: transparent;
    border-color: #008DD2;
    color: #008DD2;
    text-shadow: none;
    border-width: 3px;
    padding: 4px 10px;
}
.btn:hover, .button:hover, input.submit:hover, [type="submit"].btn-primary:hover, [type="submit"]:hover, .btn:focus, .button:focus, input.submit:focus, [type="submit"].btn-primary:focus, [type="submit"]:focus, .btn:active, .button:active, input.submit:active, [type="submit"].btn-primary:active, [type="submit"]:active {
    background-color: #008DD2;
    border-color: #008DD2 !important;
    color: #f8e7d3;
}