/*
Theme Name:cbenoit
Template:generatepress
Author: apd 
*/

.quest_ctct h2{
	margin-bottom: 20px!important;
}

div.vc_gitem-post-data-source-post_title h4{
	line-height: 1.3em;
}

/* header */
.site-header{
	background-color: #fff;
	/*background: linear-gradient(150deg,rgba(255, 235, 163, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);*/
}
.inside-header {
    padding: 10px 40px 20px 40px;
}
/*accueil*/

#acc-txt1{
	background-color: rgba(255, 255, 255, 0.55);
}
#acc-txt2{
	background-color: rgba(0, 0, 0, 0.55);
}
#acc-txt2{
	color: #fff;
}

/* posts */
.allft img{
    float: left;
    width: 50%;
    margin-right: 10px;
}
.alrgt img{
    float: right;
    width: 50%;
    margin-left: 10px;
}
.type-post{
	margin-bottom: 30vh!important;
}
/* buttons*/
/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {
	top: -14px;
  background: #ff9900;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  /*box-shadow: inset 0 0 1.6em -0.6em #714da6;*/
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  font: 700 1.5em "Josefin Sans", sans-serif;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  /*box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;*/
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}


/*nav*/




#site-navigation{
	margin-top: 50px;
}
#site-navigation .main-nav ul li a {
    line-height: 20px;
}


nav.main-navigation ul li a{
	font-size: 16px!important;
	font-weight: 700;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px!important;
}

.top-bar {
	display: none;
}

@media (min-width: 768px){
	div.entry-content, div.inside-article{
		padding: 0 8%!important;
	}
	.top-bar {
	    background-color: #636363;
	    color: #ffffff;
	    height: 75px!important;
	    display: block!important;
	}

	.top-bar .inside-top-bar .widget {
	    width: 100%;
	    padding: 0;
	    display: inline-block;
	    margin-bottom: 0;
	}
	.top-bar .inside-top-bar .widget a.ubtn-link {
	    display: inline-block;
	    margin: 0;
	    color: inherit;
	    text-decoration: none;
	    max-width: 100%;
	}
	aside.widget div.ubtn-ctn-right {
    	display: block;
    	text-align: right;
	}

}
/*contact et form*/
form.wpcf7-form label{
	font: 700 1em "Josefin Sans", sans-serif;
}
input.wpcf7-text,select.wpcf7-select,textarea.wpcf7-textarea{
	background-color: #DED8C2!important;
	border-radius: 10px;
}
input.wpcf7-submit{
	border-radius: 10px;
	font: 700 1em "Josefin Sans", sans-serif;
}
div.icn-lst-2 ul.smile_icon_list li.icon_list_item{
	margin-bottom: 15px!important;
}
#chap_ctct p{
	padding: 0px 20px;
	font-size: 1.7;
	line-height: 1.75;
}
#carto div.wpb_wrapper , #carto div.wpb_wrapper div.wpb_map_wraper,#carto div.wpb_wrapper div.wpb_map_wraper iframe{
	border-radius: 10px!important;
}

/* footer */
.footer-widgets-container{
	padding: 15px 40px!important;
	color: #E8E4D9;
}
#footer-widgets{
	background-color: #7F714C;
	/*background: linear-gradient(150deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 235, 163, 1) 100%);*/
}