/*
Theme Name: ROBERT-PAYSAGE
Version: 0.0.1
Template: Divi

*/ 
/* _______________________________ */


/* _________________  SUPPRESSION DE LA SIDEBAR - rajouter sur le ftp un fichier vide sidebar.php ______________________*/
/*** 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;
}
}

/* ________________ HOME _________________ */
#home-overlay{
  top: 170px;
  position: absolute;
  z-index: 99;
  background: transparent;
}
/* For tablets */
@media only screen and (min-width: 600px) {
  #home-overlay{
    top: 130px;
  }  
}
/* For mobiles */
@media only screen and (max-width: 600px) {
  #home-overlay{
    top: 70px;
  }  
}
@media only screen and (min-width: 768px) {
  #home-overlay{
    top: 100px;
  } 
}
@media only screen and (min-width: 992px) {
  #home-overlay{
    top: 140px;
  } 
}


/* ________________ HEADER _________________ */
#main-header, #et-top-navigation {
	text-align:center;
	background-color:rgba(255,255,255,0);
}
#et-top-navigation {
	border-bottom:1px solid #fff;
}
#main-header.et-fixed-header {
	background-color: #fff !important;
}

/* _________________ MENUS _________________ */
#top-menu li {
	line-height:1.5em;
}

.baseline {
    font-family: 'Caveat', cursive;
	font-size:32px;
	color:#fff;
}

/* ___________________ FOOTER ___________ */
.bottom-nav {
	padding:5px 0;
	float:right;
}


/* _________________ STYLE _________________ */
