/*
Theme Name:  CONCERT AEROBIC
Theme URI:   http://www.concert-aerobic.com
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site concert aerobic.
Author:      marcel
Author URI:  http://www.concert-aerobic.com
Template:    Divi
*/


@import url("../Divi/style.css");

h1, h2, h3, h4, h5, h6 { color: #000; }

/***********************************************************************
Caution: do not remove this to keep Divi Children Engine always updated 
Divi Children Engine version: 1.0.2
***********************************************************************/

/*------------------------------[FONT ICONS]-----------------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*-----------------------------------------------------------------------*/

.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

.text-center {
text-align: center;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

/* Change header to float correctly wherever it is in the page */

	#main-header { position:relative !important; top:0px !important; } /* inline */
	#main-header.et-fixed-header { position:fixed !important; margin-bottom:0px; top:0px !important; } /* floating */
	body.admin-bar #main-header.et-fixed-header { top:32px !important; } /* adjust for WP admin bar */
	#page-container { overflow:hidden; } /* prevent sub-menus from breaking scrolling */
	
	/* Handle top header */
	#top-header { position:relative !important; top:0px !important; } /* inline header */

	#myprefix-page-start { 
		margin-bottom:0px; 
		width:100%; 
		position: relative;  
		padding-top: 28vh; 
		padding-bottom: 28vh;   
		background: url(http://www.concert-aerobic.com/wp-content/uploads/2015/05/STAGE2-gray.jpg) center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	#headerImg { max-width: 1000px; width: 100%; display: block; margin-left: auto; margin-right: auto; }
	

/* Style the image for full screen layouts */
@media only screen and ( min-width:981px ) {

	
	/* Override Divi JS padding adjustment */
	div#page-container[style] { padding-top:0 !important; } 
	
	/* Remove gap between heading and menu caused by line height */
	body { line-height:0 !important; }
	body * { line-height:1.7em }
}

/* Style the image for box layout */
@media only screen and (min-width: 1200px) {
	.et_boxed_layout #myprefix-page-start {
		width:1200px;
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		display:block !important;
		margin-left:auto;
		margin-right:auto;
	}
}

@media only screen and ( min-width:981px ) {
	#signatureImg { position: absolute; bottom: 5vh; right: 20vw; max-height: 26vh; }
	#signatureImg .signature { max-height: 26vh };
}

@media only screen and ( max-width:980px ) {
	#myprefix-page-start { 
		padding-top: 120px;
		padding-bottom: 120px;
		padding-left: 10px;
		padding-right: 10px;
	 }
	#signatureImg { position: absolute;  bottom: 17vh; max-height: 17vh; right: 10vw; }
	#signatureImg .signature { max-height: 16vh;  padding-top: 10vh; }
}




/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
#top-menu li {
text-transform: uppercase;
font-size: 16px;
}


/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/

.casanoportfolio a {
	display: block;
	position: relative;
	-webkit-transition: transform 0.4s; /* Safari */
	transition: transform 0.4s;
}
.casanoportfolio a:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);

}

.casanoportfolio a span {
  display: block;
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0,0,0,0.7);
font-size: 1.3em;
}

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}


.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #f65e0b !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}

span.wpcf7-list-item {
  margin-left: 0;
  width: 33%;
  display: block;
  float: left;
  text-align: center;
  margin-top: 39px;
}
span.wpcf7-list-item input {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.et_pb_bg_layout_dark {
color: #909090 !important;
}

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .fullheight.et_pb_slider, .fullheight.et_pb_slider .et_pb_container { 
	height: 900px !important; 
        height: 90vh !important; 
    }
    .fullheight.et_pb_slider, .fullheight.et_pb_slider .et_pb_slide { 
        max-height: 900px; 
        max-height: 90vh; 
    }
    .fullheight.et_pb_slider .fullheight.et_pb_slide_description { 
        position: relative; 
	top: 25%;
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}

.text-black,
.text-black * {
	color: black !important;
}

.price-blue .et_pb_pricing_heading { background-color: #0BA3F6; }
.price-blue .et_pb_sum { color: #0BA3F6 !important; }
.price-blue .et_pb_pricing li:before {  border-color: #0BA3F6; }

.price-orange .et_pb_pricing_heading { background-color: #F65E0B; }
.price-orange .et_pb_sum { color: #F65E0B !important; }
.price-orange .et_pb_pricing li:before {  border-color: #F65E0B; }

.price-red .et_pb_pricing_heading { background-color: #F60B2D; }
.price-red .et_pb_sum { color: #F60B2D !important; }
.price-red .et_pb_pricing li:before {  border-color: #F60B2D; }