/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* Remove sidebar */
#sidebar {
  display: none;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
  background: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
}

/*** Single Survey - Description ***/
.single-glb-survey .survey-intro,
.single-glb-survey .survey-content{
  max-width: 2560px;
  margin: 0 auto;
}
.single-glb-survey .survey-content h1{
  color: #006A53 !important;
  font-size: 36px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-glb-survey .survey-content .et_pb_image_wrap img{
  min-width: 200px;
}
.single-glb-survey .survey-content .survey_date{
  color: #006A53;
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.single-glb-survey .survey-content .survey_date .date{
  padding-left: 15px;
}
.single-glb-survey .survey-content .survey_date .icon{
  font-size: 23px;
  font-family: FontAwesome!important;
  font-weight: 400!important;
  line-height: 1.6em;
  padding-right: 15px;
}
.single-glb-survey .survey-content .survey_text{
  margin-top: 1.2rem;
  line-height: 1.9em;
}

.single-glb-survey .survey-content{
  background-color: rgba(230,249,245,0.3)!important;
}
.single-glb-survey .survey-content h2,
.single-glb-survey .survey-content h3{
  color: #006A53 !important;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  line-height: 1.4rem;
}
.single-glb-survey .survey-content h2{
  text-align: center;
  font-size: 30px;
}

/*** Single Survey - Zone de l'enquête ***/
.single-glb-survey .wpforms-container{
  margin-top: 2rem;
}
.single-glb-survey .wpforms-user-locked .form-locked-message,
.single-glb-survey .survey-warning{
  color: #444444;
  font-weight: semi-bold;
  background: #fff9e7!important;
  padding: 20px 40px!important;
  text-align: center!important;
}

/*** Single Survey - Lots ***/
.single-glb-survey .survey-content h3{
  font-size: 20px;
  margin-bottom: 1rem;
}
.single-glb-survey .survey-content .prizes{
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border: 0 solid #333;
  border-width: 1px;
  border-color: #f0f0f0;
  padding: 1.5rem 1rem;
}
.single-glb-survey .survey-content .prize{
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 40px auto;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.single-glb-survey .survey-content .prize-content{
  padding-left: 60px;
}
.single-glb-survey .survey-content .prize-content div{
  font-size: 90%;
  line-height: 1.2;
  margin-top: 7px;
}
.single-glb-survey .prize-content h4{
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #222222!important;
  line-height: 1.2em;
  padding: 0;
}
.single-glb-survey .rules-link{
  color: #0C71C3!important;
  text-decoration: underline;
}
.ot-sdk-show-settings{
  color: #FFFFFF !important;
  text-decoration: none;
  cursor: pointer;
}
.ot-sdk-show-settings:hover{
  opacity: 0.7;
}
