/*
Theme Name: Bootstrap Basic Child
Theme URI: https://rundiz.com
Template: bootstrap-basic
Author: Vee Winch
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. To follow what was changed, please look for commits of this theme at Github or changelog.md file that come with the theme.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-menu,featured-images,front-page-post-form,post-formats,threaded-comments,translation-ready
Version: 1.2.4.1684869838
Updated: 2023-05-23 19:23:58

*/
body{
  font-family: 'Montserrat', sans-serif;
  font-size:17px;
}
a {
  color:inherit;
}
a:hover{
  text-decoration: none;
  color:inherit;
}

.navbar-nav {
  text-align: center;
  float:none;
}
.navbar-nav li{
  display:inline-block;
  float:none;
}
.navbar-default {
  background: transparent;
  border: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
background: transparent;
box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
  color: #545454;
  font-size:21px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
color:#000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #333;
}

.header-hero {
  height: 45vw;
  min-height: 305px;
  max-height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.gradient-border{
  height:10px;
  width:100%;
  background: rgb(48,46,255);
  background: -moz-linear-gradient(270deg, rgba(48,46,255,1) 0%, rgba(255,47,72,1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(48,46,255,1) 0%, rgba(255,47,72,1) 100%);
  background: linear-gradient(270deg, rgba(48,46,255,1) 0%, rgba(255,47,72,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#302eff",endColorstr="#ff2f48",GradientType=1); ;
}
.overlay {
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .39;
}
.pad-top{
padding-top: 25px;
}
.pad-bottom{
padding-bottom: 25px;
}
.nopad{
padding:0;
}
.site-title{
  margin-bottom:10px;
}


.welcome-block{
  padding-top:150px;
  font-size:19px;
}
.welcome-block h1{
font-size:40px;

}
.welcome-block hr{
  width:200px;
  border-top:5px solid #ff2f48;
  margin-top:30px;
  margin-bottom:50px;
}
.wb-img img{
  position: absolute;
  bottom:0;
}
.intro-text{
  padding-bottom:75px;
}
.purple-bar{
  background:#634eda;
  color:#fff;
  font-size:40px;
  font-weight: 500;
  font-style: italic;
  padding-top:25px;
  padding-bottom:30px;
  margin-bottom:130px;
}
.interior-pb{
  background:#634eda;
  color:#fff;
  font-size:32px;
  font-weight: 500;
  font-style: italic;
  padding-top:25px;
  padding-bottom:30px;
  margin-bottom:130px;
  margin-top:50px;
}
.upcoming-events{
  background-color:#ebeae6;
  padding-top:100px;
  padding-bottom:50px;

}
.upcoming-events .upcoming-intro-text{
  font-size:22px;
font-style: italic;
}
.upcoming-events h2{
font-size:48px;
}
.upcoming-events hr{
  border-top: 5px solid #634eda;
  width:200px;
}

.contact{
  padding-top:75px;
  padding-bottom:75px;
}
.contact h2{
font-size: 48px;
}
.contact p{
  font-size:22px;
  font-style: italic;
  font-weight: 300;
}
.contact hr, .default hr, .event-main-block hr{
  border-top: 5px solid #ff2f48;;
  width:200px;
  margin-left:0;
  }
#gform_1{
  margin-top:25px;
  margin-bottom:20px;
  background:#e8f2fc;
  padding:40px 50px;
}


.contact-main-block{
  padding-bottom:20px;
}
.contact-info-block{
  padding-top:20px;
  padding-bottom:20px;
}

.default, .event-main-block{
  margin-bottom:60px;
  font-size:21px;
}
.default h1{
  font-size:40px;
  padding-top:25px;

}
.default hr{
  margin-top:35px;
  margin-bottom:40px;
}
.event-main-block h1{
  padding-top:20px;
}
.event-main-block hr{
  margin-top:35px;
  margin-bottom:40px;
}
.event-main-block h2{
  padding-bottom:15px;
}

.blog-img{
  background-size:cover;
  background-position: center;
  min-height:300px;
}

.blog-post{
  border:1px solid #777;
  margin-bottom:40px;
}
.blog-intro{
  padding-bottom:15px;
  font-size:17px;
}
.blog-intro .gradient-border{
  margin-top:20px;
  margin-bottom:20px;
}

.enroll-btn{
  border:none;
  font-weight: 600;
  font-size:21px;
  padding:15px 30px;
  background: rgb(48,46,255);
  background: -moz-linear-gradient(270deg, rgba(48,46,255,1) 0%, rgba(255,47,72,1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(48,46,255,1) 0%, rgba(255,47,72,1) 100%);
  background: linear-gradient(270deg, rgba(48,46,255,1) 0%, rgb(255, 46, 71) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#302eff",endColorstr="#ff2f48",GradientType=1); 
  margin: 15px;
  white-space: normal;
}
.enrollment-links{
padding-top:15%;
}


#site-footer {
  border-top: none;
  font-size: 16px;
  padding: 10px 0 30px;
}
.site-footer ul{
  list-style: none;
  padding-left:0;
}
#site-footer .fa{
  font-size: 35px;
  padding: 15px;
  color: #302eff;

}
#site-footer h3{
  font-size:18px;
  margin-bottom:5px;
}
.copyright{
color:#848484;
background:#464646;
font-size:12px;
padding:7px;
}
.copyright p{
margin:0;
}
img{
  max-width: 100%;
  height:auto;
}

@media screen and (max-width:767px){
	.nav > li{
		position: relative;
		display: block;
		width:100%;
	}
	.navbar-toggle {
		display: block;
		margin: auto;
		text-align: center;
		float: none;
	}
	.enroll-btn{
		font-size:17px;
		padding:10px;
	}
  .welcome-block{
    padding-top:75px;
  }
}
@media screen and (max-width:991px){
  .navbar-default .navbar-nav > li > a{
    font-size:18px;
  }
}
@media screen and (min-width:768px){
  .tribe-events-event-image img {
    width: 75%;
    margin: auto;
  }

}
@media screen and (min-width:992px){
  .welcome-block{
  text-align: right;
  }
  .welcome-block hr{
  margin-right:0;
  }
  .site-branding{
  display: flex;
  align-items: center;
  }

}
@media (min-width:1400px){
  .container{
    width:1370px
  }
}
@media (min-width:1600px){
  .container{
    width:1570px
  }
  .welcome-block .purple-bar .col-lg-6{
    padding-left:100px;
  }
}