@charset 'UTF-8';
/*
 Theme Name:     PyM
 Theme URI:      http://periodismoymisterio.com
 Description:    Child Theme based on Divi
 Author:         @robergd
 Author URI:     http://www.robergonzalez.es
 Template:       Divi
 Version:        1.0.0
*/
@import url('../Divi/style.css');

body{
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
a{
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
a:hover{
	text-decoration: underline;
}

.logo_container {
    margin-top: 5px;
}
.nav {
    margin-top: 20px;
}
.featured_post {
    position: relative;

    height: 400px;
    padding: 20px;
    padding-right: 50px;
    padding-left: 50px;

    text-align: center;

    color: #fff;
    background-color: #555;
    background-attachment: initial;
    background-size: cover;

    background-blend-mode: overlay;
}
.featured_post a {
    position: absolute;
    top: 30%;
    left: 0;

    width: 100%;

    text-align: center;

    color: #fff;
    text-shadow: 0 0 13px #000;
}
.featured_post a:hover {
    text-decoration: none;
}
.featured_post a h3 {
    font-size: 40px;

    color: #fff;
}
.featured_post .sep {
    max-width: 70%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;

    border-bottom: 1px solid #fff;
}
.featured_excerpt {
    font-size: 18px;

    padding: 20px;
    padding-top: 0;
    padding-right: 50px;
    padding-left: 50px;

    text-align: center;

    color: #fff;
}


.last_article_header {
    margin-bottom: 60px;

    color: #dda2df;
    border-bottom: 1px solid #dda2df;
}
.et_color_scheme_pink a {
    color: #dda2df;
}
.entry-content,
.entry-content p,
.entry-content.is_home,
.et_pb_post {
    font-family: 'Lora', sans-serif;
    font-size: 18px;

    color: #212121;
}
.entry-title {
    font-size: 34px;
    font-weight: 700;

    margin-bottom: 60px;

    text-align: center;
	color: #212121;
}
.entry-title a{
	color: #212121;
}
.entry-title a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.a_cont:hover{
	text-decoration: none;
}

.entry-title.single {
    font-size: 40px;
}
.entry-content.is_home::first-letter {
    font-size: 80px;
    font-weight: 300;

    float: left;

    margin-top: -10px;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;

    color: #dda2df;
}
.et_pb_post .entry-content p:first-child::first-letter {
    font-size: 80px;
    font-weight: 300;

    float: left;

    margin-top: -10px;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;

    color: #dda2df;
}
.cap::first-letter {
    font-size: 80px;
    font-weight: 300;

    float: left;

    margin-top: -10px;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;

    color: #dda2df;
}
.et_pb_post .entry-content p.wp-caption-text::first-letter {
    font-size: 12px;
    font-weight: 300;

    float: none;

    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;

    color: #fff;
}

.feat_img {
    margin-bottom: 50px;

    text-align: center;
}
.feat_img img {
    border-radius: 4px;
}
.end_post {
    margin-top: 20px;
    margin-bottom: 50px;

    text-align: center;
}
.post_info {
    font-style: italic;

    width: 100%;

    text-align: center;
    text-transform: capitalize;
	line-height: initial;
}
.reading_time {
    font-size: 14px;

    text-align: center;

    color: #edaede;
}
.signature {
    text-align: right;
}
.signature img {
    max-width: 275px;
    margin-top: 30px;
}
#main-footer .footer-widget h4 {
    margin-bottom: 15px;

    text-align: center;

    color: #dda2df;
    border-bottom: 1px solid rgba(166, 125, 156, .18);
}
#footer-widgets .footer-widget li img {
    display: block;

    margin: auto;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
}
#footer-widgets .footer-widget li a {
    display: block;
    overflow: hidden;

    max-width: 335px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
#footer-widgets .footer-widget li:before {
    display: none;
}
.adwrap {
    text-align: center;
}
#top-menu i {
    font-size: larger;

    vertical-align: middle;
}
.et_pb_post .entry-content {
    padding-top: 55px;
}
.wp-caption {
    position: relative;

    max-width: 100%;

    -webkit-transition: all .2s;
       -moz-transition: all .2s;
            transition: all .2s;

    border: none;
    background-color: transparent;
}
.wp-caption img {
    width: 100%;
}
.wp-caption .wp-caption-text {
    display: none;
}
.wp-caption:hover .wp-caption-text {
    position: inherit;

    display: block;

    width: 100%;
    margin-top: -53px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: rgba(0,0,0,.7);
}

.post_tags {
	margin-top: -15px;
    line-height: initial;
}
input[type=text],
input[type=email],
input.text,
input.title,
textarea,
select {
    font-size: 16px;

    margin: 0;
    padding: 10px;

    border-radius: 3px;
}
.wpcf7-form input[type=submit] {
    font-size: 16px;

    width: 150px;
    padding: 15px;

    -webkit-transition: all .2s;
       -moz-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border: 1px solid #edaede;
    border-radius: 3px;
    background-color: #edaede;
}
.wpcf7-form input[type=submit]:hover {
    font-size: 16px;

    width: 150px;
    padding: 15px;

    cursor: pointer;

    color: #edaede;
    border: 1px solid #edaede;
    background-color: transparent;
}
.arrow {
    font-size: 70px;

    position: absolute;
    z-index: 9999;
    top: 40%;

    opacity: .6;
}
.arrow._l {
    left: 20px;
}
.arrow._r {
    right: 20px;
}

.is_homepage #sidebar{
	width: 100% !important;
	text-align: center;
}
.is_homepage #sidebar ul li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.et_pb_post h1{
	margin-bottom: 40px;
}

.et_pb_gallery_caption{
	font-size: 13px !important;
	margin-top: 20px;
}

#left-area ul{
	list-style: none;
	padding-left: 0px;
}

.et_pb_scroll_top.et-pb-icon, .et_overlay:before, #et_search_icon, .et_close_search_field{
	font-family: 'Ionicons' !important;
}
.et_pb_scroll_top:before{
	content: '\f126';
}
.et_overlay:before{
	content: '\f133';
}
#et_search_icon:before{
	content: '\f4a4';
	font-family: 'Ionicons' !important;
}

.et_close_search_field:after{
	content: "\f2d7" !important;
	font-family: 'Ionicons' !important;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a{
	font-family: 'Ionicons' !important;
	content: '\f124' !important;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
	font-family: 'Ionicons' !important;
	content: '\f125' !important;
}
.mobile_menu_bar:before{
	font-family: 'Ionicons' !important;
	content: '\f394' !important;
}


@media (max-width: 600px) {
    .featured_post a {
        top: 15%;
    }
	.featured_post a h3{
		top: 15%;
		font-size: 30px;
	}
}