/*
Theme Name: mepei.com
Theme URI: http://mepei.com
Author: mepei.com
Author URI: http://mepei.com
Version: 2.0.1
License: Mepei
License URI:http://mepei.com
Description: Mepei.com custom theme
Text Domain: wp_mepei
*/

/**
 * Table of Contents:
 *
*/

/** Style all button site **/
@import "css/buttons.css";

/** Style mobule and type title module **/
@import "css/module.css";

/** Style all menu site **/
@import "css/menu.css";

/** Style all shortcode site **/
@import "css/shortcodes.css";

/** STYLE BASE SITE  **/
@import "css/style.min.css";

/** Style base spectrum site **/
@import "css/style.spectrum.css";

/** Style Shop **/
@import "css/woocommerce.css";

/** Style custom home **/
@import "css/custom-home.css";

/** Style RTL **/
@import "style-rtl.css";

/** Style reponsive **/
@import "css/responsive.css";

/** 3rd Extensions  **/
@import "css/extensions.css";

/* single posts */
 #continue-read {
    border: 1px solid #ccc;
    padding: 20px 30px;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
 }
#dpdf {
    background: #2642aa;
    color: white;
    padding: 8px 20px;
    margin-left: 15px;
    display: inline-block;
   /* float: right;
    transform: translate(0 , -135%);*/
}
#dpdf img {
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 21px;
    margin-right: 10px;
}
#deautor {
    border: 1px solid #ddd;
    padding: 16px;
    clear: both;
    margin-bottom: 30px;
}

#deautor h4 {
    margin-top: 0;
    font-weight: bold;
}
#deautor p {
    margin-bottom: 0;
}
#deautor > div {
    display: flex;
    padding-top: 15px;
}
#deautor img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

/* sidebar popular  */
#secondary .primary-sidebar .populare-recente h3.wg-title {
	margin-bottom: 5px;
}
#secondary .primary-sidebar .populare-recente h3.wg-title span.title-line {
	color: black!important;
	
    font-size: 25px!important;
    padding-bottom: 0!important;
}
.populare-recente li {
	display: flex;
}
.populare-recente li > div:first-child {
	width: 120px;
	margin-right: 10px;
}
.populare-recente li > div:last-child {
	width: calc(100% - 130px);
	display: flex;
	flex-direction: column-reverse;
}
.populare-recente li > div:last-child .date {
	margin-bottom: 10px;
}

.hidden-desktop {
	display: none;
}
@media screen and (max-width: 768px) {
	.hidden-mobile {
		display: none
	}
	.hidden-desktop {
		display: block;
	}
	.hidden-desktop .slotholder .tp-bgimg.defaultimg {
		background-position: center 100px!important;
		background-size: auto calc(50% - 50px)!important;
	}
	#rev_slider_7_2, #rev_slider_7_2_wrapper {
		height: var(--inaltime)!important;
	}
	.wpb_revslider_element {
		max-height: none;
	}
	#rev_slider_7_2 .slotholder + div + div {
		top: 65%!important;
	}
	div[id*='abc123'] div {
		white-space: normal!important
	}
	
}