/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.9.1475208361
Updated: 2016-09-30 04:06:01

*/

@media only screen and (min-width: 981px) {
    #top-menu {
        margin-top: 19px;
        display: block !important;
    }

    #top-menu li a {
        font-size: 16px !important;
        text-transform: uppercase;
    }

    #et-top-navigation {
        background: #0374bd !important;
    }

}

#top-menu-nav a {
    color: #fff !important;
}

#top-menu-nav .sub-menu a {
    color: #000 !important;
    padding: 7px 0;
}

#main-content .container {
    padding-top: 28px;
}

.home .container:before, .category .container:before {
    display: none !important;
}

.post-card-wrapper {
    margin-bottom: 50px;
}

.post-card {
    width: calc(32% - 20px);
    display: inline-block;
    margin: 15px 10px 50px 10px;
    vertical-align: top;
    box-shadow: 0 0 10px #dedede;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.post-card.post-card-featured h2, .post-card.post-card-featured span.rm {
    color: #fff;
    background-color: #c51c04;
}

.post-card.post-card-featured .cats {
    text-align: right;
}

.post-card.post-card-featured .cats i.cat {
    color: #c51c04;
    background-color: #fff;
}

.post-card .cats {
    text-align: left;

    background-color: #0374bd;
    padding: 8px 15px;
    display: none;
}

.post-card.post-card-featured .cats {
    background-color: #fff;
}

.post-card:hover .cats {
    background-color: #fff;
}

.post-card:not(.post-card-featured):hover .cats i.cat {
    background-color: #fff;
    color: #0374bd;
}

.post-card i.cat {
    background-color: #0374bd;
    padding: 1px 10px;
    color: #fff;
    border-radius: 3px;
    opacity: 0.7;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    font-style: initial;
}

.post-card .entry-featured-image-url {
    display: block;
    width: 100%;
    position: relative;
}

.post-card .entry-featured-image-url img {
    width: 100% !important;
}

.post-card:hover {
    background-color: #0071bd;
    transition: 0.3s ease all;
    color: #fff;
}

.post-card:hover h2, .post-card:hover span.rm {
    color: #fff;
    transition: 0.3s ease all;
}

.post-card:hover span.rm {
    padding-right: 10px;
    transition: 0.3s ease all;
}

.post-card h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 15px 10px 15px;
    margin-top: -10px;
}

.post-card span.rm {
    display: block;
    padding-bottom: 15px;
    color: #0073bc;
    text-align: right;
    padding-right: 20px;
    transition: 0.3s ease all;
}

.entry-featured-image-url {
    width: 150px;
}

@media(min-width: 1280px) {
    .post-card .cats {
        display: block;
    }
}

@media(max-width: 920px) {
    .post-card {
        width: calc(50% - 30px);
    }

    .post-card .cats {
        display: none;
    }
}

@media(max-width: 720px) {
    .post-card {
        width: 100%;
    }
}


.pagination {
    text-align: center;
    padding: 20px 0;
    margin-top: -30px;
}

.pagination a, .pagination span {
    height: 35px;
    min-width: 35px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.pagination a {
    background-color: #0374bd;
    color: #fff;
    border-radius: 2px;
    padding: 5px 10px;
}

.cat-438 {
    display: none;
}

p#comments {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    margin: 0;
    text-transform: none!important;
    font-size: 24px;
}

/* wider mobile content area */

@media only screen and (max-width: 980px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	body.single #main-content > .container,
	body.page:not(.et-tb-has-template) div.et_pb_row,
	body.page.et-tb-has-template .et-l--post div.et_pb_row,
	body.single-project div.et_pb_row,
	body.single-project div.et_pb_row.et_pb_row_fullwidth {
		width: 93% !important; 
   }
}