/*
Theme Name:  EuroLatamSummit
Theme URI:   
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site EuroLatamSummit.
Author:      lomax
Author URI:  
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/*-----------        Général      ----------------*/

.raya-naranja h2::after {
    content: '';
    width: 100%;
    border-bottom: rgba(236,120,0,1) double;
    border-bottom-width: medium;
    display: inline-block;
    vertical-align: middle;
    margin-right: -100%;
    margin-left: 1em;
    border-width: 7px;
}

/*-----------      Responsive  479        ----------------*/	
@media only screen and ( max-width: 479px ) {
.raya-naranja h2::after {
    content: '';
    width: 100%;
    border-bottom: rgba(236,120,0,1) double;
    border-bottom-width: medium;
    display: block;
    margin-right: -100%;
    margin-left: 0;
    border-width: 7px;
    margin-top: 20px;
}
	
.transicion p {
    font-size: 18px;
}
.transicion h1 {
    font-size: 30px;
}
}
/*-----------      finResponsive  479        ----------------*/	


.transicion .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
}

/*- Alignment vertical -*/
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

/*-----------        Top Header        ----------------*/

.et-fixed-header#top-header,
.et-fixed-header#main-header{
    background-color: rgba(35,11,71,0.5)!important;
}

/*-----------        Header        ----------------*/

.et-fixed-header#main-header #logo{
        height: 25px;
}

.error404 .et_menu_container  {
	background-color: #230b47!important;   
}


/*-----------        Menu Header        ----------------*/

#main-header #top-menu #menu-item-31 a,
.et-fixed-header #top-menu #menu-item-31 a
{
    color: #ec7800!important;
}

#main-header #top-menu li.current-menu-item > a,
.et-fixed-header #top-menu li.current-menu-item > a,
#main-header #top-menu li.current-menu-ancestor>a
{
    color: #ffffff !important;
}

#main-header .et_mobile_menu {
    background-color: rgba(35,11,71,1) !important;
}

#main-header .et_mobile_menu li a {
    text-transform: uppercase;
}



/*************************- Menu Fixe sur Mobile -*************************/

@media (max-width: 980px) {
 
/*********************************
style mobile fixed header
*********************************/
 
.et_fixed_nav #main-header.et-fixed-header  {
position: fixed;
background: rgba(35,11,71,1)!important;
height: 54px;
}
 
.et-fixed-header .logo_container {
height: 54px!important;
}
 
.et-fixed-header .mobile_menu_bar {
padding-bottom: 5px!important;
}
 
/*********************************
make mobile fixed header navigation icon larger
*********************************/
 
.et-fixed-header .mobile_menu_bar:before, .mobile_menu_bar:before {
font-size: 45px;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
padding-top: 5px;
}
 
.et_fixed_nav #et-top-navigation {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
 
/**************************
Increase height of logo area on mobile and mobile fixed header
***************************/
.et-fixed-header #logo {
max-height: 80%;
}
	
#logo {
max-height: 60px;
}

#main-header  {
height: 90px;
}

.et_header_style_left .logo_container {
height: 90px;
}
 
.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
    padding-bottom: 21px;
}
	
}

/*************************- Fin Menu Fixe sur Mobile -*************************/

/*************************- Img logo moins haut sur Mobile -*************************/
@media only screen and ( max-width: 479px ) {
	
.et-fixed-header#main-header #logo{
        height: 15px;
}
/*************************- fin Img logo moins haut sur Mobile -*************************/
}

/*-----------        Section Home        ----------------*/

#home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
}	

#home .et_pb_fullwidth_header_subhead {
   /*font-size: 22px;
	-- ajout en attendant la nouvelle date*/
	font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ec7800;
	
}	

/*-----------        T(-) Countdown         ----------------*/
#home .c-3po-dashboard {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 20px;
	height: auto;
}

#home .c-3po-dash {
    border: 0;
	border-right: 1px solid rgba(255,255,255,0.2);
    border-radius: 0;
    background:none;
	color: white;
	margin:0;
	padding:5px 30px;
	height: auto;
}

#home .c-3po-dash.c-3po-seconds_dash {
    border: 0;

}

#home .c-3po-dash_title {
   font-size:12px;
	text-align:center;
	text-transform:uppercase;
	color:rgba(255,255,255,0.5);
	position:static;
}

#home .c-3po-digit {
   font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size:32px;
	width:32px;
	text-shadow:none;
	height: 44px;
}

/*-----------      fin  T(-) Countdown         ----------------*/

@media only screen and ( max-width: 981px ) {
	
#home h1 {
    font-size: 52px;
}
	.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    background-color: rgba(35,11,71,0.1)!important;
}
	
/*-----------        T(-) Countdown         ----------------*/

#home .c-3po-dash {
   	padding:5px 15px;
	}


#home .c-3po-dash_title {
   font-size:12px;
	color:rgba(255,255,255,0.5);
}

#home .c-3po-digit {
 	font-size:32px;
	width:32px;
	height: 44px;
}
	

}	
/*-----------      fin  981        ----------------*/	
@media only screen and ( max-width: 479px ) {
	
#home h1 {
    font-size: 28px;
}
	
#home .et_pb_fullwidth_header_subhead {
    font-size: 14px;
}	
	
	
	
/*-----------        T(-) Countdown         ----------------*/
#home .c-3po-dashboard {
    margin-top: 10px;
	padding:0;
}

#home .c-3po-dash {
    padding:5px;
	margin-bottom: 10px;
}

#home .c-3po-dash_title {
   font-size:10px;
}

#home .c-3po-digit {
   	font-size:16px;
	width:16px;
	text-shadow:none;
	height: 26px;
}
}


/*-----------        Section El Evento        ----------------*/

#el-evento .titulo-divider h4 {
position: relative;
top: 25px; /* positions the icon over the line */
z-index: 25; /* positions the icon on top of the line */
background: #ec7800;
display: inline-block;
padding: 0px 20px;
	}


#experiencia h4 {
color: #ec7800!important;
	}

/*-------------------Responsive 981 - 1400 ------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1400px ) {

#el-evento .presentacion-evento {
    padding: 50px!important;
}	

#experiencia .et_pb_blurb {
    padding: 100px 25px !important;
   
}
	
}


/*-----------        Responsive 981        ----------------*/
@media only screen and ( max-width: 981px ) {
	
#el-evento .et_pb_row {
    width: 100% !important;
}
	
#el-evento .presentacion-evento {
    padding: 50px!important;
}

#experiencia  {
    padding: 25px;
}
	
#experiencia .et_pb_column {
width:33.33%;
}
	
#experiencia .et_pb_blurb {
    padding: 25px !important;
    background-image: none;
}

#experiencia h3 {
    font-size: 22px;
}	

}

/*-----------      Responsive  479        ----------------*/	
@media only screen and ( max-width: 479px ) {

#el-evento .et_pb_image {
    width: 100%;
    margin-bottom: 25px;
}
	
	
}

/*-----------        Section Participan        ----------------*/

#ponentes h4 {
color: #ec7800!important;
	}

#ponentes .ponentes-linea-padtop {
	padding-top:0;
}


#expositores .et_pb_team_member_image,
#expositores-2017 .et_pb_team_member_image {
	margin: 0;
	}

#expositores .et_pb_team_member_description,
#expositores-2017 .et_pb_team_member_description {
	padding: 20px;
}

#expositores h3,
#expositores-2017 h3 {
color: #ec7800!important;
font-size:26px;
	}

#expositores p.et_pb_member_position,
#expositores-2017 p.et_pb_member_position {
color: #ffffff;
font-weight: 700;
padding-bottom: 0;
	}


#expositores ul li,
#expositores-2017 ul li {
    background-color: rgba(255,255,255,0.25);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

#expositores .et_pb_member_social_links a,
#expositores-2017 .et_pb_member_social_links a {
color: #230B47;
font-size: 18px;
}

#logos-familia-eurolatam li {
background: rgba(255,255,255,0);
	}

/*-----------      Responsive  479        ----------------*/	
@media only screen and ( max-width: 479px ) {

#ponentes .et_pb_row_6col > .et_pb_column.et_pb_column_1_6 {
width: 44.5%!important;
margin-right: 5.5%;
margin-bottom: 5.5%;
}

.et_pb_row_6col > .et_pb_column.et_pb_column_1_6:nth-child(2n) {
    margin-right: 0!important;
}	
	
#expositores h3,
#expositores-2017 h3	{
	font-size:26px;
}
	
#ponentes .ponentes-linea-padbot {
	padding-bottom:0;
}
	
}

/*-----------        Section Programa        ----------------*/
#programa  pre {
    color: #ec7800!important;
	
}

#programa  p strong {
    color: #ec7800!important;
	
}

#programa  p {
	border-top: 2px solid rgba(255,255,255,0.1);
    padding-top: 15px;
}


#agenda ul li a {
font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif;
font-size: 26px;
padding: 25px;
	}

#agenda  h3 {
    color: #ec7800 !important;
	float: left;
	font-size:22px;
	width:30%;
}

#agenda  p {
    color: #000 !important;
	
}

#agenda  pre {
    color: #666 !important;
	float: left;
	margin-right:30px;
}

#agenda hr {
    border: 1px solid #F0F0F5;
}

/*-----------        Section Testimonios        ----------------*/

/* Desktop */

#testimonios  {
    background-color: #230b47!important;
	
}

/*#testimonios .et_pb_slide .et_pb_container {
	height: auto !important;
	min-height: 400px !important;
}*/

#testimonios .et-pb-controllers {
    position: relative;
    bottom: 0;    
}

#testimonios .et_pb_slide .et_pb_container img {
	width:200px;
}

#testimonios .et_pb_slide .et_pb_container p {
	font-size:16px;
	margin-bottom: 20px;
	color: #ec7800;
}

#testimonios .et_pb_slide .et_pb_container p strong {
	margin-bottom: 20px;
	color: #ffffff!important;
	text-transform:uppercase;
	font-size: 22px;
}

/* Handle padding */
#testimonios  .et_pb_slide {
	padding-bottom: 0px !important;
}
#testimonios div.et_pb_slide_description, 
#testimonios .et_pb_slider_fullwidth_off div.et_pb_slide_description {
	padding-top: 2%;
	padding-bottom: 2%;
}


/*-----------        Section Sede        ----------------*/

.map-height .et_pb_map {
    overflow:visible;
    height: 600px!important;
}

.et-pb-contact-message {
    position: relative;
    color: red!important;
}

#mas-info pre {
    text-transform: uppercase;
    font-size: 12px;
}

#mas-info .et_pb_testimonial_author {
    margin-top: 0;
	font-size: 20px;
}

#mas-info .et_pb_testimonial_meta {
    color: #ec7800;
	font-size: 14px;
}

.et_pb_contact_field_options_title{
    display:none;
}

.et_pb_contact_field_checkbox{
    color: #ec7800;
}
/*-----------        Responsive 981        ----------------*/
@media only screen and ( max-width: 981px ) {
	
#sede .et_pb_row {
    width: 100% !important;
}
	
.map-height .et_pb_map {

    height: 350px !important;

}	
#sede .formulario {
    padding: 50px!important;
}

}

/*-----------      Responsive  479        ----------------*/	
@media only screen and ( max-width: 479px ) {

#mas-info  .et_pb_testimonial_author,
#mas-info  .et_pb_testimonial_meta,
#mas-info  pre {
    text-align: center;
}	
}

/*-----------        Section Siguenos        ----------------*/
#siguenos {
    padding-bottom: 0;
 }

#siguenos .et_pb_row  {
    padding: 0;
 }

#siguenos ul li {
    float: none;
    display: inline-block;
	margin: 0 1% 1% 0 !important
}

#siguenos .et_pb_text {
    margin-bottom: 1%;
}

/*-----------        Main Footer        ----------------*/
#main-footer {
   margin-bottom: 50px;
 }

