/*
Theme Name: BACME
Theme URI: https://www.bacme.com
Author: Jam Creative
Author URI: https://jamcreativemarketing.co.uk/
Description: This theme powers the BACME website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:bacme

*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{height:100%;} 

body {
  height:auto;
	font-family: "Inter", sans-serif;
  color: #444444;
}

a {
  color: #2f7baf;
  text-decoration: none;
}

a:hover {
  color: #8554AA;
  text-decoration: none;
}

.main_box p a {
border-radius: 50px;
padding: 0.5rem 1rem;
margin-left:0.5rem;
 color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #8554AA;
  background: #8554AA;
  font-weight: 500;
}

.main_box p a:hover {
 color: #fff;
  border: 1px solid #2f7baf;
  background: #2f7baf;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

.highlight {
 color: #8554AA;
}

.page-link {
    color: #8554aa;
    border: 1px solid #e1d3ec;
}

.page-link:hover {
    color: #2f7baf;
}

.page-item.active .page-link {
    background-color: #8554aa;
    border-color: #8554aa;
}

.page-link:hover {
    background-color: #ebf5fc;
    border-color: #e1d3ec;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #0d1d4a;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0d1d4a;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #8554AA;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #2f7baf;
  color: #fff;
}

div#cookie-law-info-bar {
    max-width: 90%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#topbar{
	background-color:#0d1d4a;
	opacity:0.99;
font-size:14px;
}

#header {
  transition: all 0.5s;
  z-index: 1020;
  padding: 0;
background-color:#fff;
}


#nav_contain {
padding: 35px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: #fff;
}

#header .logo, #header_blank .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img, #header_blank .logo .img {
  max-height: 150px;
width:100%;
	min-height:92px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 0;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #0d1d4a;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #2f7baf;
text-decoration:underline;
}

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ea6623;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Started Button */
.get-started-btn, div.wpforms-container-full .wpforms-form button[type=submit] {
  color: #fff;
  border-radius: 50px;
  padding: 6px 25px 7px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #8554AA;
  background: #8554AA;
  font-weight: 500;
}

.get-started-btn a, .get-started-btn a:hover{
color:#fff !important;
}

.get-started-btn:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background: #2f7baf;
 border: 1px solid #2f7baf;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn, div.wpforms-container-full .wpforms-form button[type=submit] {
    
    padding: 6px 20px 7px 20px;
  }
}


@media (min-width:992px) and (max-width:1200px) {
#header .get-started-btn {
padding: 7px 12px;
}
}

.get-started-btn-alt {
background: #2f7baf !important;
border-color: #2f7baf !important;
}

.get-started-btn-alt:hover {
background: #8554AA !important;
border-color: #8554AA !important;
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 9px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 51px;
  right: 15px;
  bottom: 15px;
  left: -300px;
  z-index: 9999;
  overflow-y: auto;
  background: #0d1d4a;
  transition: left 500ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  width: 65%;  
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fff;
  opacity:0.8;
  text-decoration: underline;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .dropdown-menu {
Border:none;
Background: #8554AA;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 0;
  height: 0;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.5s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
left: 0px;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-active .mobile-nav-overly {
Height: 100%;
width: 100%;
}

.mobile-nav-active ul.dropdown-menu.show {
position: relative !important;
transform: none !important;
}

.mobile-nav a.dropdown-item:hover, .mobile-nav a.dropdown-item:focus {
    color: #16181b;
}

.social-header i {
font-size:1.5rem;
}

.social-header a:hover {
opacity: 0.8;
}

.icon_menu a.get-started-btn {
    background: none;
    color: #0d1d4a;
    border-color: #0d1d4a;
    font-weight: 500;
    border: 1px solid;
}

.icon_menu a.get-started-btn:hover {
    color: #fff;
    border-color: #2f7baf;
    background: #2f7baf;
}

#collapseOne .form-control {
    border-radius: 50px;
    padding: 0 25px 0 25px;
}

#collapseOne .get-started-btn {
font-size: 1.25rem;
padding:0.5rem 2rem;
}

.cart {
border-left: 1px solid #aec2cf;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: #fff;
	min-height:650px;
}

@media (min-width:992px) {
#hero, #pagehead {
position: relative;

}
#pageheadimg {
    width: 55%;
    position: absolute;
    right: 0;
    min-height: 100%;
	height: 100%;
}
	
.hero_logo {
	max-width: 300px;
    float: left;
    margin-bottom: 1rem;
	width:100%;
}
}

#pageheadimg, .col-lg-7 #pageheadimg {
background-size: cover !important;
    
}






#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #0d1d4a;
	text-transform: uppercase;
}

#hero h2 {
  color: #606060;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight:300;
}



@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
#hero .container, #pagehead .container, #about .container {
max-width:100%;
}
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
   
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
 
}

.widgetty {border-bottom: 5px solid #2f7baf !important;}

.widgetty:nth-child(even) {border-bottom: 5px solid #8554AA;}

.widgetty-alt {border-bottom: 5px solid #8554AA !important;}

@media (min-width: 991px) {
.col-lg-4.col-gap-0:nth-child(even) {
position: relative;
margin-top: -3rem;
z-index: 996;

}
}

.home-quicklinks .widgetty:hover {
    transform: translateY(-10px);
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #0d1d4a;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #8554AA;
  bottom: 1px;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

.main_box h2 {
    font-weight: 700;
    color: #0d1d4a;
    border-bottom: 2px solid #8554AA;
    padding-bottom: 1.5rem;
    margin: 2rem 0;
    text-transform: uppercase;
    display: inline-block;
}

img.attachment-thumbnail.size-thumbnail {
    border: 1px solid #d6d3d3;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

@media (min-width: 992px){
#about {
position:relative;
}
#about #pageheadimg {
left: 0;
width:50%;
    clip-path: circle(39vw at 10vw);
    min-height: 450px;
}
}

#callout_home {
background-color: #2f7baf;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  height:100%;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #ea6623;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4, .services .icon-box h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}


.services .icon-box:hover {
  transform: translateY(-10px);
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)) fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

#cta .cta-newsletter {
  padding: 0;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

.cta-newsletter .btn-learn-more {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 28px;
  display: inline-block;
  padding: 10px 32px 11px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #ea6623;
	text-transform: uppercase;
}

.cta-newsletter .btn-learn-more:hover {
  background: #209dd8;
}

.cta-newsletter .btn-learn-more i {
    margin-left: 1rem;
    color: #ea6623;
    background: #fff;
    padding: 0.35rem;
    border-radius: 10%;
}

.cta-newsletter .btn-learn-more:hover i {
	color:#209dd8;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #2f7baf;
}

#footer .footer-top {
  padding: 60px 0 30px 0;

}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ea6623;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ea6623;
}

#footer .footer-top .footer-links p {
	color: #fff;
}


#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ea6623;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

.footer-darkbg {
    background-color: #0f1830;
	padding-bottom:60px;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
	
}

#footer .credits a {
  transition: 0.3s;
text-decoration: underline;
color: #fff;
}

#footer .credits a:hover {
color: #2f7baf;
}

@media (max-width: 992px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits, #footer .footer-contact, #footer .footer-links {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

#footer .nav-menu a {
color: #fff;
text-decoration: none;
padding-left:0.5rem;
padding-right: 0.5rem;
}

@media (min-width: 992px) {
#footer .nav-menu a {
padding-left:0;
padding-right: 2rem;
}
}

#footer .nav-menu a:hover, #footer .nav-menu .active > a, #footer .nav-menu li:hover > a {
 opacity: 0.8;
text-decoration:underline;

}

#footer .form-control {
border-radius: 50px;
}

#footer .get-started-btn:hover {
border: 1px solid #fff;
}

#footer .mc4wp-response {
	color: #fff !important;
    padding-top: 1.5rem;
    padding-left: 0.5rem;
    font-size: 16px;
}
/*--------------------------------------------------------------
# Page Headers
--------------------------------------------------------------*/

section#pagehead {
padding: 0;
min-height:600px;
}

div#pageheadimg {
   min-height: 275px;
}

@media (min-width: 991px) {

div#pageheadimg {
    clip-path: circle(40vw at 40vw);
    min-height: 400px;
}
}

@media (min-width: 1920px) {

div#pageheadimg {
    clip-path: circle(38vw at 40vw);
    min-height: 600px;
}
	section#pagehead {
min-height:800px;
}
}

.pagehead {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

@media (max-width: 1024px) {
  .pagehead {
    background-attachment: scroll;
  }
}

.pagehead .section-title {
    padding-top: 5rem;
    padding-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs{
padding: 30px 0;
background: #2f7baf;
color: #fff;
}

#crumbs a:hover, .bb_bread a:hover {
opacity: 0.8;
text-decoration: underline;
}

#crumbs span.text-white a, .bb_bread a {
color: #fff !important;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

/*@media (min-width: 1200px){
#widget_box {
    transform: translateY(-40px);
}
}*/

#widgetty {border-bottom: 5px solid #8554AA;}

#widgetty:hover {
    transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Social Share
--------------------------------------------------------------*/

.social-box {
    display: block;
    margin: 40px 0 40px;  
border-top: 2px solid #8554AA; 
}

@media (min-width:1200px) {
.social-box {
max-width:55%;
}
}

.social-box h4, .social-box h3 {
color: #8554AA;
display: inline-block;
margin-right: 1.5rem;
}

.social-box:last-of-type {
    margin: 40px 0 40px;
}

.social-btn {
    display: block;
    width: 100%;
}

a.col-2.sbtn span {
    display: none;
}

a.col-2.sbtn {
    width: 6%;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    margin: 0 0.5% 0 0;
    line-height: 1.825 !important;
    max-width: 50px;
    min-width: 50px;
 font-size: 1.5rem;
color: #8554AA;
}


.s-twitter::before {
    font-family: icofont;
    content: '\ed7a';
}

.s-facebook::before {
    font-family: icofont;
    content: '\ed37';
}
a.col-2.sbtn:hover {
    color: #2f7baf;
}

.s-whatsapp::before {
    font-family: icofont;
    content: '\ed86';
}


.s-linkedin::before {
    font-family: icofont;
    content: '\ed4d';
}

.s-pinterest::before {
    font-family: icofont;
    content: '\ed5d';
}

/********************************
////// Important
*******************************/

.social-btn a:last-of-type {
    margin: 0;
}

/*--------------------------------------------------------------
# Top Level Pages
--------------------------------------------------------------*/

.event_wrapper {
    width: 100%;
    Height: auto;
    text-shadow: none;
    padding-bottom: 1rem;
}

.event_feat {
    min-height: 300px;
    max-height: 450px;
    height: 35vh;
    background-size: cover;
}

.feature {
    width: 100%;
    position: relative;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 10;
    padding: 1rem 1rem 1rem 2rem;
    color: #fff;
    text-align: left;
    background-color: #8554AA;
}

@media (min-width: 995px){
.carousel-caption {
    padding: 3rem 3rem 2rem 4rem;
}
}

/*--------------------------------------------------------------
# ACADP Overrides
--------------------------------------------------------------*/
.acadp-map .leaflet-popup-content-wrapper {
border-bottom: 5px solid #8554aa;
}

.acadp-map .leaflet-popup-content-wrapper .media-left {
    display: none;
}

.acadp .leaflet-popup-content a , .leaflet-container .leaflet-popup-content a {
color: #8554aa;
}

.acadp .leaflet-popup-content a:hover, .leaflet-container .leaflet-popup-content a:hover {
color: #2f7baf;
}

.acadp a.get-started-btn, .leaflet-container a.get-started-btn {
color: #fff;
    background: #8554AA;
}

.acadp a.get-started-btn:hover, .leaflet-container a.get-started-btn:hover {
color: #fff;
    background: #2f7baf;
text-decoration: none;
}

.leaflet-top, .leaflet-bottom {
       z-index: 950;
   }

.acadp .pull-left.text-muted {
    padding-top: 0.3rem;
}


/*---------------------------------------------------------------
#WP Forms styling
----------------------------------------------------------------*/

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week] {
border-radius: 50px;
height:45px;
}

/* Move reCAPTCHA v3 badge up */ 
.grecaptcha-badge {
bottom: 90px !important;
}

/*--------------------------------------------------------------
# Events Calendar Overrrides
--------------------------------------------------------------*/

.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common p {
     font-family: inter, sans-serif !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
   padding-top: 1.5rem;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    color: #fff;
    background-color: #8554aa;
    border: 1px solid #8554aa;
    border-radius: 50px;
    }

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #2f7baf;
	 border-color: #2f7baf;
    
}


#dash_events .tribe-events-widget {
margin-bottom: 0;
}

#dash_events span.tribe-events-widget-events-list__event-date-tag-month, span.tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 16px !important;
 color: #fff !important;
    font-family: inter, sans-serif !important;
	text-transform: uppercase !important;
    font-weight: 500 !important;
}

#dash_events span.tribe-events-widget-events-list__event-date-tag-daynum, span.tribe-events-calendar-list__event-date-tag-daynum {
    color: #fff !important;
 font-family: inter, sans-serif !important;
font-size: 2rem !important;
    font-weight: 500 !important;
}

#dash_events time.tribe-events-widget-events-list__event-date-tag-datetime, time.tribe-events-calendar-list__event-date-tag-datetime  {
background-color: #8554AA !important;
justify-content: center !important;
border-radius: 14px !important;
}

#dash_events .tribe-events-widget-events-list__event-wrapper.tribe-common-g-col {
    padding-left: 1rem;
}

#dash_events h3.tribe-events-widget-events-list__event-title.tribe-common-h7 {font-family: 'Inter', sand serif;font-size: 1.5rem !important;color: #858796 !important;font-weight: 400;}

#dash_events a.tribe-events-widget-events-list__event-title-link.tribe-common-anchor-thin {
    color: #2f7baf;
}

#dash_events .tribe-common .tribe-common-anchor-thin { border-bottom: none;}

#dash_events .tribe-common .tribe-common-anchor-thin:active, #dash_events .tribe-common .tribe-common-anchor-thin:focus, #dash_events .tribe-common .tribe-common-anchor-thin:hover {border-bottom:  none;color: #8554aa;}

#dash_events .tribe-events-widget-events-list__event-datetime-wrapper.tribe-common-b2.tribe-common-b3--min-medium {font-size:  14px;font-family: 'Inter', sans-serif;}

#dash_events a, .tribe-common a {
    font-family: 'Inter', sans-serif;
    color: #8554aa;
}

#dash_events a:hover, .tribe-common a:hover {
    color: #2f7baf;
}

.tribe-common-l-container.tribe-events-l-container {
    max-width: 100% !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #8554aa;
   }


svg.tribe-common-c-svgicon.tribe-common-c-svgicon--cal-export.tribe-events-c-subscribe-dropdown__export-icon {
    display: none;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    max-width: 400px;
	width: auto;
}

#tribe-events-pg-template {
    max-width:100%;
}

@media (min-width: 768px) {
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    width: 100% !important;
}
	.tribe-events-meta-group {
    width: 33%;
	}
		.tribe-events-venue-map {
    width: 100%;
}
}

.tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
    margin-left: 1rem;
}


.main_box .tribe-events-back a, .main_box .tribe-events-back a:visited {
   color: #fff;
}

.main_box .tribe-events h2 {
	border-bottom: none;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Login Form
--------------------------------------------------------------*/

#header_blank {
background: #0d1d4a;padding-top: 2rem;
}

.mp_wrapper h3 {
    text-align: left;
    margin-bottom: 1rem;
}

input#user_login, input#user_pass, input#mepr_user_or_email, .mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password]   {
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #c8cfdc !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400
}

.mp_wrapper input[type=tel] {
	padding-left:100px !important;
}

.iti--separate-dial-code .iti__selected-flag {
   
    border-radius: 50px 0 0 50px;
}

.mp_wrapper select {
	border-radius:0 !important;
}

input#user_login:focus, input#user_pass:focus, input#mepr_user_or_email:focus, .mp_wrapper textarea:focus, .mp_wrapper select:focus, .mp_wrapper input[type=text]:focus, .mp_wrapper input[type=url]:focus, .mp_wrapper input[type=email]:focus, .mp_wrapper input[type=tel]:focus, .mp_wrapper input[type=number]:focus, .mp_wrapper input[type=password]:focus  {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ea6623 !important;
    outline-width: 0;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}


input#wp-submit, input.mepr-submit, .mepr-price-box-button a {
    color: #fff !important;
    border-radius: 50px;
    padding: 6px 25px 7px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #8554AA;
    background: #8554AA;
    font-weight: 500 !important;
}

input#wp-submit:hover, input.mepr-submit:hover, .mepr-price-box-button a:hover {
   background: #2f7baf;
    border: 1px solid #2f7baf;
    color: #fff;
}

#latest_post .blog-post-meta {
    border-bottom: 1px solid #7e7a7abf;
    margin-bottom: 2rem;
}

.mp-form-row.mepr_tos {
    margin-top: 1.5rem;
}




/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/

#wrapper #content-wrapper {
   background-color: #fff !important; 
   }

@media (min-width: 768px){
.sidebar .nav-item .nav-link span {
 
    top: -8px !important;
}
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}


.sidebar.toggled #logout .get-started-btn {
    font-size: 14px;
    display: block;
    top: 0;
padding: 6px 15px 7px 15px;
}


@media (min-width: 768px) {
.sidebar.toggled .nav-item .nav-link span {
    font-size: 16px !important;
    }
.sidebar.toggled .nav-item .nav-link {
    padding: 1rem !important;
    }
}

.card {
    height: 100%;
}

#menu-members-menu li {
    list-style: none;
}

ul#menu-members-menu {
    padding-left: 0;
}

.sidebar .nav-item.active .nav-link {
    font-weight: normal; 
}

ul.dlm-downloads {
    list-style: none;
}

.dlm-downloads img {
    max-width: 35%;
}

#download-page img.wp-post-image {
    max-width: 50%;
}

#assoc_files ul.dlm-downloads {
    padding-left: 0;
}

#bbpress-forums {
	overflow: visible;
}

#bbpress-forums, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums .bbp-breadcrumb, #bbpress-forums .bbp-topic-tags, #bbpress-forums ul.bbp-topics, #bbpress-forums .bbp-template-notice li, #bbpress-forums .bbp-template-notice p, #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta   {
    
     font-size: 1rem;
    
}

a.bbp-forum-title, a.bbp-topic-permalink {
    font-size: 18px;
    font-weight: 700;
}


#bbpress-forums .bbp-forums-list li {
display: block;
}

#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
height: 38px;
min-height: 38px;
border-radius: 50px;
    border-width: 1px;
    margin-top: 0.5rem;
}

#bbpress-forums fieldset.bbp-form select{
	border-radius: 0;
}

#bbpress-forums #subscription-toggle {
	color: #fff;
}

#bbpress-forums button, a.subscription-toggle, input#bbp_search_submit {
color: #fff;
    border-radius: 50px;
    padding: 6px 25px 7px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #8554AA;
    background: #8554AA;
    font-weight: 500;
}

a.favorite-toggle, a.bbp-topic-reply-link, a.bbp-reply-to-link {
color: #fff !important;
    border-radius: 50px;
    padding: 6px 25px 7px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #2f7baf;
    background: #2f7baf;
    font-weight: 500;
}


#bbpress-forums button:hover, a.subscription-toggle:hover, input#bbp_search_submit:hover {
background: #2f7baf;
    border: 1px solid #2f7baf;
    color: #fff;
}

a.favorite-toggle:hover, a.bbp-topic-reply-link:hover, a.bbp-reply-to-link:hover {
background: #8554AA;
    border: 1px solid #8554AA;
    color: #fff;
}

span#subscription-toggle, span.favorite-toggle, #bbpress-forums div.bbp-search-form  {
    margin-bottom: 1rem;
}

#bbpress-forums #bbp-search-form #bbp_search {
    border-radius: 50px;
    padding: 6px;
    border-width: 1px;
    border-color: #999;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: #8554aa;
	color:#fff;
	font-weight:500;
	padding: 1rem 0.5rem 1rem 0.5rem;
}

span.bbp-admin-links a {
      font-size: 14px;
    }

#bbpress-forums ul.bbp-replies, #bbpress-forums ul#forums-list-0, #bbpress-forums ul.bbp-topics {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}



.info .phone i {
    background-color: #8554aa;
}

.info i {
    padding: 0.75rem;
    background-color: #2f7baf;
    border-radius: 50%;
    color: #fff;
}

.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 1600px;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


element.style {
}
#download-page .download-information article {
    width: 100% !important;
    float: none !important;
}

#dash_res img.card-img-top {height: 35vw;}

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    #dash_res img.card-img-top {
        height: 10vw;
    }
  }

.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-2-col .mepr-price-box {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-top-left-radius: 0.25rem!important;
    border-top-right-radius: 0.25rem!important;
    background-color: #fff;
	border-bottom: 5px solid #2f7baf;
}
.mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box.highlighted {
	z-index: 996;
	position:relative;
	padding: 2rem 10px;
}

.mepr-price-box-price {
    color: #8554aa;
}

.mepr-price-box-benefits-item, .mepr-price-box-foot {
    padding: 1rem 0 !important;
}

@media (max-width: 1023px) {
	.mepr-price-box, .mepr-price-menu.minimal_horizontal .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-1-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-2-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-3-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-4-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-5-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-7-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-8-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-9-col .mepr-price-box.highlighted, .mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-10-col .mepr-price-box.highlighted  {
    width: 100% !important;
   }
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-heading {
	font-size:100% !important;
}

.mepr-price-box-heading {
    padding: 0 1rem;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-title {
    margin-top: 25px;
}

#userDropdown img.avatar.avatar-96.wp-user-avatar.wp-user-avatar-96.alignnone.photo, #userDropdown img.avatar.avatar-96wp-user-avatar.wp-user-avatar-96.alignnone.photo.avatar-default {
    width: 32px;
    height: 32px;
}

div#mepr-mailchimptags-privacy {
    display: none;
}

.mp_wrapper .mp-form-row {
    margin-bottom: 1.5rem;
}

.mp-form-label {
    margin-bottom: 1rem;
   
}

.mp-form-row.mepr_bold.mepr_price {
    font-size: x-large;
    font-weight: 700;
    border: 1px solid #8554aa;
    display: inline-block;
    padding: 1rem 3rem;
    width: auto !important;
    border-radius: 50px;
    color: #8554aa;
}



#dashboard-widgets li a {
   font-size: 14px;
	margin-bottom: 0.25rem;
}

.mepr-nav-item {
    padding: 0 10px 0 0;
}

.tribe-events-promo a.tribe-common-anchor-thin.vcard.url.org.fn {
    background: none;
    color: #8554aa;
    border: none;
    padding: 0;
    margin-left: 0;
    text-decoration: underline;
}

.have-coupon-link { display: none; }
.mp-form-row.mepr_coupon { display: block; }

span.mepr-account-change-password a, button#wpua-remove-existing, button#wpua-undo-existing {
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px 7px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
    background: #2f7baf !important;
    border: 1px solid #2f7baf !important;
    font-weight: 500;
}

span.mepr-account-change-password a:hover, button#wpua-remove-existing:hover, button#wpua-undo-existing:hover {
    background: #8554AA !important;
    border-color: #8554AA !important;
}

button#wpua-add-existing, #wpua-edit-1 input#submit {
	 color: #fff;
    border-radius: 50px;
    padding: 6px 25px 7px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
    background: #8554AA !important;
    border: 1px solid #8554AA !important;
    font-weight: 500;
}

button#wpua-add-existing:hover, #wpua-edit-1 input#submit:hover {
    background: #2f7baf !important;
    border-color: #2f7baf !important;
}

dt.tribe-events-event-categories-label, dd.tribe-events-event-categories {
    display: none !important;
}

button.tribe-common-c-btn {
     color: #fff;
     border-radius: 50px !important;
     padding: 6px 25px 7px 25px;
     white-space: nowrap;
     transition: 0.3s;
     font-size: 16px !important;
     display: inline-block;
     background: #8554AA !important;
     border: 1px solid #8554AA !important;
     font-weight: 500 !important;
}

button.tribe-common-c-btn:hover {
      background: #2f7baf !important;
    border-color: #2f7baf !important;
}

.faq-list p a {
    display: inline !important;
    padding: 0 !important;
    text-decoration: underline;
}

.introjs-tooltip {
    background-color: rgb(8 13 63) !important;
    }

.introjs-arrow.bottom, .introjs-arrow.bottom-middle, .introjs-arrow.bottom-right {
	border-color: rgb(8 13 63) transparent transparent !important;
}

.introjs-arrow.top, .introjs-arrow.top-middle, .introjs-arrow.top-right {
  border-color: transparent transparent rgb(8 13 63) !important;
 
}

.introjs-tooltiptext a {
    color: rgb(255 255 255 / 70%);
    text-decoration: underline;
}

.introjs-tooltiptext a:hover {
    color: #fff;
}

.introjs-dontShowAgain label {
    font-size: 16px;
   background-color: rgb(8 13 63) !important; 
    color: #fff !important;
   
}

ul.bbp-forums-widget li, ul.bbp-topics-widget li {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 8px;
}

ul.bbp-forums-widget, ul.bbp-topics-widget {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

ul.bbp-forums-widget li:first-child, ul.bbp-topics-widget li:first-child {
    border-top:0;
}



#bbp_forums_widget-2 .card-body, #bbp_topics_widget-2 .card-body {
    padding-top: 0;
}