/*
Theme Name: bepart
Description: Tema para la web bepart
Version: 7.1.3
Author: Pumpún Dixital
Author URI: http://www.pumpun.com
Template: enfold
*/
#gform_confirmation_message_4{
	font-size: 30px !important;
}

#top label {
    font-weight: normal !important;
}
.gform_required_legend{
	display: none !important;
}
#gform_submit_button_4{
	color: #ffffff !important;
    font-size: 16px !important;
	padding: 20px 30px !important;
}
#join .av-section-cont-open {
	width: 100% !important;
    max-width: 100% !important;
}

.full_width_meetus {
	margin-bottom: 0px !important;
}

html {
    background-color: #fff !important;
}

.gfield_label {
	font-size: 1.20em !important;
}

.gfsp_icon {
	margin-left: 5px !important;
	padding-bottom: 0px !important;
}

.mfp-close {
	font-size: 35px;
}

.cardstore {
	justify-content: space-around;
	background-color: #f1f1f1;
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	display: flex;
	flex-direction:row;
}

#field_1_4 {
	margin-bottom: 20px;
}

#field_1_5 {
	margin-bottom: 10px;
}

.sp_goose_wrapper.gravity-theme select {
	box-shadow: none !important;
}

#top .main_color select {
	border-color: white;
    background-color: white;
}

#input_1_4, #input_1_5, #input_1_27  {
	margin: 5px 5px 5px 5px !important;
	padding-left: 40px !important;
}

.ginput_container {
	border-bottom: grey solid 1px
}

/*.gfield_required {
	display: none !important;
}
*/

#buttonlightbox, #gform_submit_button_1{
	border-radius: 3px;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	background-color: #2c2c2c;
	border-color: #000;
	color: #fff;
	width: 200px;
}

#top .av-trans-light-style .av-countdown-cell-inner {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.flex_column.av-23x0ye-a12f4834e281d1ebfa6d470c0c5709d7 {
    padding: 0px !important;
}

.logo {
    margin-top: 5px !important;
}

.avia-section {
    min-height: 0px;
}
#top #wrap_all .av-special-heading.av-l6xydhil-01d1a005b2ead210e6acba7d5d555cd3 .av-special-heading-tag {
    font-size: 110px !important;
    letter-spacing: -1px !important;
    line-height: 92px !important;
}

#top .main_color select {
    border-color: #b5b5b5 !important;
    background-color: white;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  .mfp-content {
		width: 600px !important;
		height: 700px;
	}
	
	.mfp-iframe-scaler {
		height: 600px !important;
		width: 650px !important;
	}

}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  #top #wrap_all .all_colors h3 {
    font-weight: 300 !important;
}
#top #wrap_all .av-special-heading.av-l6xydhil-01d1a005b2ead210e6acba7d5d555cd3 .av-special-heading-tag {
    font-size: 45px !important;
    line-height: 41px !important;
    letter-spacing: -1px !important;
    font-weight: 500 !important;
}
	
	.mfp-content {
		width: 100% !important;
		height: 180% !important;
	}
	
	.mfp-iframe-scaler {
		min-height: 600px !important;
	}
	
	.cardstore {
    	flex-direction: column !important;
	}
	
	#av-layout-grid-2 .flex_cell {
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	
	.responsive #top #wrap_all .av-flex-cells .no_margin {
		padding-left: 0 !important;
    	padding-right: 0 !important;
		padding-top: 0px !important;
	}
	
	.cardstore {
		line-height: 0.1;
	}
	
	#av_section_1 .av-section-cont-open {
		height: 100% !important;
	}
	

}