/*---------------------------------------------------------------------------------

 Theme Name:   ICM
 Theme URI:    http://www.icmin.in
 Description:  Child Theme for ICM India
 Author:       ICM
 Author URI:   http://www.icmin.in
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.et-fixed-header #top-menu .donatebutton a{color: #ffffff !important;}
.et_pb_blog_grid_wrapper .post-content, .et_pb_blog_grid_wrapper .post-meta {
    display: none;
}
.et_pb_blog_grid .et_pb_post{border:none !important;}
.et_pb_blog_grid .et_pb_post:hover {-webkit-transform: translateY(0);
    transform: translateY(0);}

.et_pb_blog_grid .et_pb_post{-webkit-transform: translateY(calc(5%));
    transform: translateY(calc(5%));
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
         }
.hero-section {
    padding-top: 250px;
    padding-bottom: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    max-height: 500px;
    background-color: #333;
}
 
.single-post #main-content #left-area {padding-top: 0px;}
 
/* ---- Sidebar Settings ---- */
.single #sidebar {background: #efefef; padding-top: 20px; padding-right: 20px; padding-left: 20px; padding-bottom: 20px;}
 
/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,.attachment h1.entry-title, .single p.post-meta {
width: 100%;
text-align: center;
padding-left: 8px;
padding-right: 8px;
font-weight: 800;
text-transform: uppercase;
color: #fff;
}
 
 @media only screen and (min-width: 980px) {
/*** Set title font size for desktop ***/
.single h1.entry-title {
font-size: 40px !important;
}
#main-content .container:before{background:transparent !important;}
 }
