/*
 Theme Name:   alex_brown
 Description:  KVGO Base Theme
 Author:       Kleurvision Inc
 Author URI:   http://kleurvision.com
 Template:     divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  karma
*/

#page-container{
	overflow: hidden;
}

.tilt_right{
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.tilt_left{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.image_divider{
	height:400px!important;
	display: flex;
	align-items: center;
}

.quote_divider .et_pb_text_inner{
    padding: 100px 0;
    vertical-align: middle;
    margin: 0 auto;
    width: 70%;
}

#companies_block .et_pb_column{
	border: 20px solid #f4f4f4;
	border-right: 0px;
}

#companies_block .et_pb_column.et-last-child{
	border-right: 20px solid #f4f4f4;
}

@media  (max-width: 980px){
	#companies_block .et_pb_column, #companies_block .et_pb_column.et-last-child{
		padding: 0px;
		border:0px;
	}
}

#companies_block .company_tile{
	padding: 200px 20px 0px;
	min-height: 360px;
}

#companies_block .et_pb_button{
	margin-bottom: 30px;
	font-size: 14px!important;
}

#companies_block .company_tile ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

#companies_block .company_tile ul li{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#companies_block .company_tile ul li span{
	border-bottom: 1px solid #a022d6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
}

#companies_block h3 span{
	font-weight: bold!important;
}

.et_pb_fullwidth_header_subhead{
	margin-top: 30px;
}

@media (max-width: 768px){
	span.et_pb_fullwidth_header_subhead{
		font-size: 14px!important;
	}
}

#testimonial_block .et_pb_testimonial{
	background-color: white!important;
    text-align: center;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0px 50px 0px rgba(0,0,0,0.1);
    min-height: 340px;
}

#testimonial_block .et_pb_testimonial .et_pb_testimonial_description{
	text-align: center;
	font-size: 15px;
}

#testimonial_block .et_pb_testimonial_portrait{
	border: 5px solid #f1f1f1;
	width: 100px;
	height: 100px;
}

#testimonial_block .et_pb_testimonial_author{
	font-family: 'Montserrat', 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color:#a022d6;
}

#footer_capture{
	min-height: 500px;
}

#main-header .container{
	width: 100%!important;
	padding: 0 20px!important;
}

#main-header .et_mobile_menu{
	background-color: rgba(0,0,0,0.9)!important;
}

#main-header .et_mobile_menu a{
	text-transform: uppercase;
	font-size: 21px;
	margin: 10px 0;
}
.et_header_style_left .logo_container{
	width: auto!important;
}

#footer_capture #agile-form legend, #action #agile-form legend{
	font-family: montserrat, arial, sans-serif;
	text-transform: uppercase;
	color: rgba(0,0,0,0.2);
    line-height: 1em;
    text-align: left;
    font-size: 48px;
    padding: 0;
}

#footer_capture #agile-form .agile-form-description, #action #agile-form .agile-form-description{
    font-size: 21px;
    text-align: left;
    margin: 20px 0;
}

#action #agile-form legend, #action #agile-form .agile-form-description, #action #agile-form label{
	color: #fff;
}

#footer_capture #agile-form, #action #agile-form{
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	width: 95%;
	max-width: 95%!important;
}

#footer_capture #agile-form .agile-group, #action #agile-form .agile-group{
	width: 32%;
	margin: 0 1% 0 0;
	float: left;
}

#footer_capture #agile-form .agile-group .agile-field, #action #agile-form .agile-group .agile-field{
	width: 100%;
}

#footer_capture #agile-form .agile-group .agile-button, #action #agile-form .agile-group .agile-button{
	margin: 1px;
	border-radius: 0px;
	font-family: montserrat, arial, sans-serif;
	text-transform: uppercase;
	border: none;
	background: #a022d6!important
}

#footer_capture #agile-form label{
	display: none;
}


#footer_capture #agile-form input, #footer_capture #agile-form label, #footer_capture #agile-form p{
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;	
}


@media (max-width: 980px){
	#footer_capture #agile-form{
		background: transparent;
		box-shadow: none;
		border-radius: 0;
		width: 50%;
		max-width: 50%!important;
	}
	#footer_capture #agile-form .agile-group, #action #agile-form .agile-group{
		width:100%;
		margin: 0 0 15px;
		float: left;
	}
	#footer_capture #agile-form legend{
		font-family: montserrat, arial, sans-serif;
		text-transform: uppercase;
		color: rgba(0,0,0,0.2);
	    line-height: 1em;
	    text-align: left;
	    font-size: 36px;
	    padding: 0;
	}
	
	#footer_capture #agile-form .agile-form-description{
	    font-size: 18px;
	    text-align: left;
	    margin: 20px 0;
	}

}

@media (max-width: 768px){
	#footer_capture #agile-form{
		background: transparent;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		max-width: 100%!important;
		overflow: visible;
		 margin-top: 50px;
	}
	#footer_capture #agile-form legend{
		font-family: montserrat, arial, sans-serif;
		text-transform: uppercase;
		color: rgba(0,0,0,0.2);
	    line-height: 1em;
	    text-align: left;
	    font-size: 30px;
	    padding: 0;
	   
	}
	
	#footer_capture #agile-form .agile-form-description{
	    font-size: 16px;
	    text-align: left;
	    margin: 20px 0;
	}

}

#hacks-cta h2, #hacks-cta p{
	padding-bottom: 20px;
}

#features #modules .et_pb_main_blurb_image img{
	width: 25%;
}

#features #modules .et_pb_column .et_pb_blurb h4{
		height: 60px;
		font-family: montserrat, arial, sans-serif;
		text-transform: uppercase;
		color:#a022d6!important;
	}

@media (max-width: 980px){
	#features #modules .et_pb_column {
		float: none;
	}
	#features #modules .et_pb_column .et_pb_blurb.et_pb_module{
		width: 48%!important;
		float: left;
		margin-bottom: 0!important;
		margin: 0 1% 0!important;
	}
	
	#features #modules .et_pb_column .et_pb_blurb h4{
		font-size: 16px;
	}
	
}

#previous-dates{
	opacity: 0.5;
}

#upcoming-dates h2, #previous-dates h2{
	text-align: center!important;
}

#upcoming-dates .et_pb_blurb_content, #previous-dates .et_pb_blurb_content{
	max-width: 800px!important;
}

#upcoming-dates h4, #previous-dates h4{
	color: #a022d6!important;
}

#upcoming-dates .et_pb_blurb_content .et_pb_blurb_container, #previous-dates .et_pb_blurb_content .et_pb_blurb_container, #upcoming-dates .et_pb_blurb_content .et_pb_blurb_container h4, #previous-dates .et_pb_blurb_content .et_pb_blurb_container h4, #upcoming-dates .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, #previous-dates .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	text-align: center!important;
}

#ac_ab_optin form{
	background: transparent!important;
	margin: 0;
	padding: 0;
	width: 100%!important;
}

#ac_ab_optin form ._form_element{
	width: 30%!important;
}

#ac_ab_optin form ._form_element._clear{
	width: 100%!important;
}

#ac_ab_optin form ._form_element input{
	width: 100%!important;
	padding:15px!important;
}

#ac_ab_optin form ._form-title{
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 40px!important;
    line-height: 1em!important;
    margin-bottom: 20px!important;
}

#ac_ab_optin form p{
	line-height: 1.5em!important;
	font-size: 16px!important;
	margin-bottom: 20px;
}

#ac_ab_booking form {
	color:#e1e1e1!important;
	width: 60%!important
}

@media and (max-width: 768px){
	width: 100%!important
}

#ac_ab_booking form ._form_element input{
	background: #333!important;
	padding:15px!important;
}

#ac_ab_booking form ._form-title{
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 40px!important;
    line-height: 1em!important;
    margin-bottom: 20px!important;
    text-align: center!important;
}

#social-image-block .social-image .et_pb_image_wrap img{
	padding: 33%;
	transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: opacity;
    transition-duration: 0.5s;
}

#social-image-block .social-image .et_pb_image_wrap img:hover{
	padding: 20% 33% 46%;
	
}


#social-image-block .social-image{
	border-radius: 10px;
    box-shadow: 0 0px 50px 0px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0px 50px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0px 50px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0px 50px 0px rgba(0,0,0,0.1);
}

@media (max-width: 1175px) {
	#et_mobile_nav_menu {
	 	display: block;
	}
	
	#top-menu {
		display: none;
	}
}