/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/
.justify{
	text-align: justify;
}
/* = Theme customization go here
-------------------------------------------------------------- */
.author-italic.author.vcard {
    display: none;
}


@media screen and (max-width: 1024px) { 
  .wrapper-boxed.enable-boxed, .wrapper-boxed.enable-boxed .is-sticky #navigation {
    max-width: 75%;  
	}
	body.penci-body-boxed {
		background-attachment: fixed;
		background-position: left;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
	}
}

@media only screen and (min-width:910px){  
	  .wrapper-boxed.enable-boxed {
		max-width: 1115px !important;
	   }
	.container {
		width: 1072px !important;
	}
}
/* Boxed réduire */
/*

.wrapper-boxed.enable-boxed .is-sticky #navigation {
      max-width: 1190px !important;
}*/

/*menu font*/
#navigation .container .menu li a {
    font-family: 'PT Serif', serif !important;
}

/*title slider*/
.penci-featured-content .feat-text{
	display:none;
}

#header{
	margin-bottom:0px !important;
}
.espace {
    padding-top: 25px;
    padding-bottom: 25px;
}

.underline {
    font-weight: 300;
    display: inline-block;
    padding-bottom: 13px;
    position: relative;
}

.underline::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    border-bottom: 5px solid #23A455;
    border-radius: 5px 10px 0 5px;
}

.side-newsfeed.penci-feed-2columns.penci-2columns-featured {
    padding: 0 !important;
}


.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    padding-left: 2%;
}