/*
Theme Name: Serendipity
Theme URI: http://melinasouza.com/
Description: Tema para Melina Souza.
Author: BLTR.ME
Template: highfill
Text Domain: serendipity
Version: 1.0
*/


.container {
    max-width: 1400px;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
    .main-content {
        width: 1000px;
    }

    .post-media img {
        width: 100%;
    }
    
    .sidebar {
	    width: 370px;
    }

}

.highfill-header.style2 .logo img {
    max-width: 220px;
}

.author-image {
    padding: 0 75px;
}


.post-bottom {
    border: none;
    margin-bottom: 50px;
}

.owl-nav > div {
    border: none;
}

.post .post-title {
    font-size: 28px;
    letter-spacing: inherit;
    padding-left: 50px;
    padding-right: 50px;
}

.container-padding {
    padding: 0 75%;
}

.comments-list-item p, .post-content p {
    text-align: justify;
    font-size: 17px;
    line-height: 34px;
}

.post-content p {

margin: 0 50px 35px 50px;    

}

.single .block {
    padding-top: 0;
}

.single-post-page .post-bottom {
    border:none;
}

a img.aligncenter {
    margin: 0 0px 25px -50px;
    width: 100%;
    min-width: 112%;
}

.comment-counts {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.share-post {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin: 15px auto;
}

.widget-title:before {
    display: none;
}

.highfill-footer .widget .socials {
    text-align: center;
}

.widget_media_image img {
    text-align: center;
}


.about-widget .widget-title {
    display: none;
}

.widget_media_image {
    text-align: center;
}

.sidemenu {
    background: #eab5a6!important;
}
.sidemenu li {
    border-color: #fff;
}
.sidemenu .socials a {
    color: #fff;
}

.highfill-search form {
    width: 300px;
}

.sidemenu li a:focus {
    color: #b18c81;
}
.open-menu {
    font-size: 31px;
    color: #858585;
    margin-top: 5px;
}

.author-image img {
	width: 100%;
}

.author-image {
	text-align: center;
	margin-bottom: 70px;
}

.author-image .meta-cat {
	margin: 30px auto 10px auto;
	text-align: center;
	display: inline-block;
}

.about-widget > h3 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 200!important;
    font-style: normal;	
    text-transform: uppercase;
}

.null-instagram-feed a {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 200!important;
    font-style: normal;	
    text-transform: uppercase;
}

.widget-title h4 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 200!important;
    font-style: normal;	
    text-transform: uppercase;
    display: block;
    border: none;
    border-bottom:1px solid #eec7bc;
    display: block;
}

.post-content img {
	width: 100%;
}

.archive-title-wrap {
	border-bottom: none;
	background: transparent;

}

.archive-title-wrap h1 {
	font-weight: 200;
}

.masonary .meta-cat {
	display: none;
}



@media screen and (min-width: 900px) {

.content-overflow {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	height: 100%;
	opacity: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.highfill-post.style2:hover .content-overflow {
	opacity: 1;
}


.content-overflow .inner-flow {
    z-index: 20;
    position: relative;
    top: 40%;
    padding: 0 30px;
    line-height: 27px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px 30px 0 0;
}



.mansory .highfill-post p {
	display: none!important;
}

.highfill-post.style2 > p {
	display: none;
}


}


@media screen and (max-width: 39.9375em) {
    
    body {
        padding-top: 70px;
    }
    
    .responsive-header {
    padding: 20px 15px;
    position: fixed;
    background: #fff;
    border: none;
    top: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    }
    
    .responsive-logo img {
    max-width: 120px;
    }
    
    .post .post-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .post-content p {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .author-image {
        padding: 0px 0px;
    }
    
    .post .post-title,
    .single-post .post-intro h1 {
        font-size: 20px;
    }
    
    a img.aligncenter {
        min-width: 115%;
        margin: 0 0px 5px -25px;
    }
    
    .highfill-footer .widget_media_image img {
        width: 140px;
    }
    
    .open-search {
        top:10px;
        position: relative;
    }
}


@media screen and (max-width: 768px) {
    
    
    body {
        padding-top: 70px;
    }
    
    .responsive-header {
    padding: 20px 15px;
    position: fixed;
    background: #fff;
    border: none;
    top: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    }
    
    .responsive-logo img {
    max-width: 120px;
    }
    
    .post .post-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .post-content p {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .author-image {
        padding: 0px 0px;
    }
    
    .post .post-title,
    .single-post .post-intro h1 {
        font-size: 20px;
    }
    
    a img.aligncenter {
        min-width: 115%;
        margin: 0 0px 5px -25px;
    }
    
    .highfill-footer .widget_media_image img {
        width: 140px;
    }
}

footer .textwidget {
    text-align: center;
}

.category-image img {
    width: 100%;
}

.home-images {
    margin: 0 0 40px 0;
}

.home-images img {
    width: 100%;
}

.highfill-footer {
    background: #fff!important;
}

sidebar a img.aligncenter {
    width: 100%;
    margin: auto;
    min-width: 100%;
}


.highfill-pagination {
    
}

.comments-list {
    margin-top: 40px;
}

.loading {
    clear: both;
    display: block;
    text-align: center;
    width: 100%;
    min-width: 300px;
    

}

.loading img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    clear: both;
}

.ion-ios-search:before {
    color: #eec7bc;
}

.owl-stage-outer .post-title {
    letter-spacing: 0px;
}

.highfill-post.style2 .post-title {
    font-size: 17px!important;
}

.image-mask {
    max-height: 400px;
    overflow: hidden;
}

.read-post-more {
    display: block;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 200!important;
    font-style: normal;
    width: 160px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    margin: 20px auto;
    padding: 10px 25px;
    font-size: 11px;
    text-align: center;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;     
}

.read-post-more:hover {
    border-color: #eec7bc;
    background: #eec7bc;
    color: #fff;
}

#top {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #e9a1a1;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(233, 161, 161, 0.16);
    border-radius: 45px;
    margin: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    opacity: .7;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; 
    z-index: 1000;
    display: none;
}

#top:hover {
    opacity: 1;
}


.et_divi_builder #et_builder_outer_content .et_pb_module a {
	color: #000!important;
	text-decoration: underline!important;
}

.et_divi_builder #et_builder_outer_content .et_pb_module a:hover {
	text-decoration: none!important;
}

.et_pb_text_inner {
	text-align: justify;
}

.et_pb_text_inner p,
.et_pb_text_inne {
    text-align: justify;
    font-size: 17px;
    line-height: 34px;
        color: #353535!important; 
}



h2,
h1,
h3 {
	font-weight: 100!important;
}

#et_builder_outer_content h1, #et_builder_outer_content h2, #et_builder_outer_content h3, #et_builder_outer_content h4, #et_builder_outer_content h5, #et_builder_outer_content h6 {
	font-weight: 100;
}