/*
 Theme Name:     DiviThirdBlog Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Divi Third Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");

.widget_search {
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
}

.widget_search input#s {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.widget_search input#searchsubmit {
    position: relative;
    padding: 10px 20px;
    width: auto;
}

.cutomize-category-header {
    margin-bottom: 50px;
}

.cutomize-category-title {
    display: block;
    width: auto;
    padding: 10px 30px;
    float: left;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.cutomize-category-title.category-blog {
    background-color: #3e3eb7 !important;
}

.cutomize-category-title.category-carreira {
    background-color: #f88426 !important;
}

.cutomize-category-title.category-ferramentas {
    background-color: #d639b3 !important;
}

.cutomize-category-title.category-livros-e-filmes {
    background-color: #1bd3b4 !important;
}

.cutomize-category-title.category-felicidade-e-bem-estar {
    background-color: #3f355a !important;
}


.cutomize-category-description {

}

.cutomize-post-thumbnail-left {
    float: left;
    width: 35%;
    margin-right: 30px;
}

.cutomize-post-thumbnail-right {
    float: left;
    width: 55%;
}



body.blog #main-content .wrap-article,
body.search #main-content .wrap-article,
body.archive #main-content .wrap-article {    
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 33.33333333%; 
    box-sizing: border-box;
}

body.blog #main-content article.et_pb_post,
body.search #main-content article.et_pb_post,
body.archive #main-content article.et_pb_post {
    position: relative;
    margin-right: 15px;
    padding: 15px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 400px;   
    box-sizing: border-box;
    
}

body.blog #main-content article.et_pb_post .wrap-overflow,
body.search #main-content article.et_pb_post .wrap-overflow,
body.archive #main-content article.et_pb_post .wrap-overflow {
    overflow: hidden;
    height: 100%;
}

body.blog #main-content .wrapper-widget-slide,
body.search #main-content .wrapper-widget-slide,
body.archive #main-content .wrapper-widget-slide {
    margin-bottom: 30px;
}

body.blog #main-content .widgets-list-posts-banners,
body.search #main-content .widgets-list-posts-banners,
body.archive #main-content .widgets-list-posts-banners {
    clear: both;
    margin-bottom: 30px;
}

body.blog #main-content .widgets-list-posts-banners .widget-banners-container,
body.search #main-content .widgets-list-posts-banners .widget-banners-container,
body.archive #main-content .widgets-list-posts-banners .widget-banners-container {
    clear: both;
    box-sizing: border-box;
    margin-right: -15px;
    margin-left: -15px;
}

body.blog #main-content .widgets-list-posts-banners .widget-banners-column,
body.search #main-content .widgets-list-posts-banners .widget-banners-column,
body.archive #main-content .widgets-list-posts-banners .widget-banners-column {
    float: left;
    width: 33.33333333%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
    
body.blog #main-content article.et_pb_post .post-meta,
body.search #main-content article.et_pb_post .post-meta,
body.archive #main-content article.et_pb_post .post-meta,
body.single #main-content article.et_pb_post .post-meta {
    font-size: 14px;
}

body.blog #main-content,
body.search #main-content,
body.archive #main-content,
body.single #main-content {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

body.single #main-content p {
    line-height: 30px;
}

body.blog #main-content article.et_pb_post:hover,
body.search #main-content article.et_pb_post:hover,
body.archive #main-content article.et_pb_post:hover,
body.single #main-content article.et_pb_post:hover {
    border: 1px solid #ccc;
}

body.blog #main-content article.et_pb_post a.et_main_post_thumb,
body.search #main-content article.et_pb_post a.et_main_post_thumb,
body.archive #main-content article.et_pb_post a.et_main_post_thumb,
body.single #main-content article.et_pb_post a.et_main_post_thumb {
    display: block;
    height: 120px;
    max-height: 120px;
    overflow: hidden;
    background: #f9f9f9;
}

body.blog #main-content article.et_pb_post a.et_main_post_thumb img,
body.search #main-content article.et_pb_post a.et_main_post_thumb img,
body.archive #main-content article.et_pb_post a.et_main_post_thumb img,
body.single #main-content article.et_pb_post a.et_main_post_thumb img {
    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}

body.blog #main-content article.et_pb_post:hover a.et_main_post_thumb img,
body.search #main-content article.et_pb_post:hover a.et_main_post_thumb img,
body.archive #main-content article.et_pb_post:hover a.et_main_post_thumb img,
body.single #main-content article.et_pb_post:hover a.et_main_post_thumb img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
}

body.blog #main-content article.et_pb_post div.label-category,
body.search #main-content article.et_pb_post div.label-category,
body.archive #main-content article.et_pb_post div.label-category,
body.single #main-content article.et_pb_post div.label-category {
    position: relative;
    min-height: 20px;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
}

body.blog #main-content article.et_pb_post div.label-category a,
body.search #main-content article.et_pb_post div.label-category a,
body.archive #main-content article.et_pb_post div.label-category a,
body.single #main-content article.et_pb_post div.label-category a {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}


body.blog #main-content article.et_pb_post .entry-content,
body.search #main-content article.et_pb_post .entry-content,
body.archive #main-content article.et_pb_post .entry-content {
    padding-top: 0px;
    padding-bottom: 20px;
    font-weight: 300 !important;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    height: 120px;
    position: relative;
    box-sizing: border-box;
}

body.blog #main-content article.et_pb_post .entry-content::before,
body.search #main-content article.et_pb_post .entry-content::before,
body.archive #main-content article.et_pb_post .entry-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(255,255,255,0)),color-stop(80%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 80%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 80%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=20 );
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}

body.blog #main-content article.et_pb_post:hover .entry-content::before,
body.search #main-content article.et_pb_post:hover .entry-content::before,
body.archive #main-content article.et_pb_post:hover .entry-content::before {
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0 );
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}

body.blog #main-content article.et_pb_post .date-post,
body.search #main-content article.et_pb_post .date-post,
body.archive #main-content article.et_pb_post .date-post {
    position: absolute;
    padding: 3px 10px;
    background: #fff;
    color: #aaa;
    bottom: -15px;
    right: 30px;
    z-index: 9999;
    font-size: 12px;
    font-weight: 300 !important;
}

body.blog #main-content article.et_pb_post .entry-title,
body.search #main-content article.et_pb_post .entry-title,
body.archive #main-content article.et_pb_post .entry-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 20px;
    text-align: center;    
    margin-top: 20px !important;
    font-family: Roboto, sans-serif;
}

body.blog #main-content article.et_pb_post h2,
body.search #main-content article.et_pb_post h2,
body.archive #main-content article.et_pb_post h2,
body.single #main-content article.et_pb_post h2 {
    margin-top: 0px;
}

body.blog #main-content article.et_pb_post p,
body.search #main-content article.et_pb_post p,
body.archive #main-content article.et_pb_post p,
body.single #main-content article.et_pb_post p {
    font-size: 16px;
    line-height: 1.5625;
    padding-bottom: 20px;
}


.cutomize-post-thumbnail-left img {
    width: 300px;
    height: 170px;
}

/*.cutomize-post-title {
    font-size: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

.zem_rp_wrap {
    padding: 30px 0px;
}

.zem_rp_wrap .related_post_title {

}

body.blog #main-content .container::before,
body.search #main-content .container::before,
body.archive #main-content .container::before,
body.single #main-content .container::before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: transparent;
    content: "";
}

.et_right_sidebar #sidebar {
    padding-left: 10px;
}

/*
 
 wp-pagenavi

 */
.wp-pagenavi {
    border-top: 1px dotted #ddd;
    font-size: 14px;
    padding: 20px 0px;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    padding: 8px 12px;
    border: 1px solid #ddd !important;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: #f9f9f9;
    font-weight: 500 !important;
}

.wp-pagenavi .current {
    color: #ccc !important;
    font-weight: 300 !important;
}

#author-bio-box {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding: 20px 30px !important;
}

#author-bio-box h3 {
    margin-bottom: 20px !important;
}

.term-single-title {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #eee;
}

.term-single-title h1 span {
    display: block;
    clear: both;
    font-weight: 300;
    font-size: 18px;
}

@media (max-width: 1280px) {
    body.blog #main-content .wrap-article,
    body.search #main-content .wrap-article,
    body.archive #main-content .wrap-article {    
        max-width: 49%; 
    }
}

@media (max-width: 1024px) {
    body.blog #main-content .wrap-article,
    body.search #main-content .wrap-article,
    body.archive #main-content .wrap-article {    
        max-width: 49%;
    }
    
    body.blog #main-content article.et_pb_post,
    body.search #main-content article.et_pb_post,
    body.archive #main-content article.et_pb_post {
        max-width: 100%;
    }
}

@media (max-width: 980px) {

    body.blog #main-content .widgets-list-posts-banners .widget-banners-column,
    body.search #main-content .widgets-list-posts-banners .widget-banners-column,
    body.archive #main-content .widgets-list-posts-banners .widget-banners-column {
        width: 100%;
    }
    
    body.blog #main-content .wrap-article,
    body.search #main-content .wrap-article,
    body.archive #main-content .wrap-article {    
        max-width: 49%;
    }
    
    .cutomize-post-thumbnail-left {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .cutomize-post-thumbnail-right {
        float: none;
        margin-top: 30px;
        width: 100%;
    }

    .et_pb_post h2 {
        font-size: 24px;
    }

    body.blog #main-content article.et_pb_post,
    body.search #main-content article.et_pb_post,
    body.archive #main-content article.et_pb_post {
        max-width: 100%;
    }
    
    body.single #main-content .container {
        width: 95%;
    }
    
    body.blog #main-content article.et_pb_post .entry-content::before,
    body.search #main-content article.et_pb_post .entry-content::before,
    body.archive #main-content article.et_pb_post .entry-content::before {
        background: transparent;
    }

    body.blog #main-content article.et_pb_post:hover .entry-content::before,
    body.search #main-content article.et_pb_post:hover .entry-content::before,
    body.archive #main-content article.et_pb_post:hover .entry-content::before {
        background: transparent;
    }
    
    body.blog #main-content .widgets-list-posts-banners .column,
    body.search #main-content .widgets-list-posts-banners .column,
    body.archive #main-content .widgets-list-posts-banners .column {
        clear: both;
        width: 100%;
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    
    body.blog #main-content .wrap-article,
    body.search #main-content .wrap-article,
    body.archive #main-content .wrap-article {    
        max-width: 100%; 
    }
    
    #metaslider_49448.flexslider .slides li {
        min-height: 250px;
        text-align: center;
    }
    
    #metaslider_49448.flexslider .slides li img {
        width: auto;
    }
    
    .cutomize-post-thumbnail-left {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .cutomize-post-thumbnail-right {
        float: none;
        margin-top: 30px;
        width: 100%;
    }

    .et_pb_post h2 {
        font-size: 24px;
    }

    body.blog #main-content #left-area,
    body.search #main-content #left-area,
    body.archive #main-content #left-area {
        padding: 0px;
        width: 100%;
    }
    
    body.blog #main-content #sidebar,
    body.search #main-content #sidebar,
    body.single #main-content #sidebar,
    body.archive #main-content #sidebar {
        clear: both;
    }
    
    body.blog #main-content article.et_pb_post,
    body.search #main-content article.et_pb_post,
    body.archive #main-content article.et_pb_post {
        margin-right: 0px;
        max-width: 100%;
    }
    
    
    body.blog #main-content .container,
    body.single #main-content .container,
    body.archive #main-content .container {
        width: 90%;
    }
    
    body.single #main-content p {
        font-size: 16px;
        line-height: 25px;
    }
    
    body.blog #main-content article.et_pb_post:hover a.et_main_post_thumb,
    body.search #main-content article.et_pb_post:hover a.et_main_post_thumb,
    body.archive #main-content article.et_pb_post:hover a.et_main_post_thumb {
        max-height: none; 
    }
    
    body.blog #main-content article.et_pb_post .entry-content::before,
    body.search #main-content article.et_pb_post .entry-content::before,
    body.archive #main-content article.et_pb_post .entry-content::before {
        background: transparent;
    }

    body.blog #main-content article.et_pb_post:hover .entry-content::before,
    body.search #main-content article.et_pb_post:hover .entry-content::before,
    body.archive #main-content article.et_pb_post:hover .entry-content::before {
        background: transparent;
    }
}

body.blog .wrap-left-area,
body.search .wrap-left-area,
body.archive .wrap-left-area {
    float: left !important;
    padding-right: 0.8% !important;
    margin-right: -10px !important;
    margin-left: -10px !important;
}