@import 'wayka.css';

.blog .post .entry-title p {
    font-size: 14px;
}
.blog .posts-list .post .entry-title p,
.blog .post-content h2.entry-title p,
.archive.category .post-title p {
    display: none;
}
.et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
    background: rgba(30,115,190,0.86);
}
/*#main-header,
.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
    background: rgba(79,111,176,1) !important;
    background: -moz-linear-gradient(left, rgba(79,111,176,1) 0%, rgba(140,202,227,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(79,111,176,1)), color-stop(100%, rgba(140,202,227,1))) !important;
    background: -webkit-linear-gradient(left, rgba(79,111,176,1) 0%, rgba(140,202,227,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(79,111,176,1) 0%, rgba(140,202,227,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(79,111,176,1) 0%, rgba(140,202,227,1) 100%) !important;
    background: linear-gradient(to right, rgba(79,111,176,1) 0%, rgba(140,202,227,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f6fb0', endColorstr='#8ccae3', GradientType=1 ) !important;
}*/
#main-header {
    background: rgba(56,112,181,1);
    background: -moz-linear-gradient(left, rgba(56,112,181,1) 0%, rgba(98,203,231,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56,112,181,1)), color-stop(100%, rgba(98,203,231,1))) !important;
    background: -webkit-linear-gradient(left, rgba(56,112,181,1) 0%, rgba(98,203,231,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(56,112,181,1) 0%, rgba(98,203,231,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(56,112,181,1) 0%, rgba(98,203,231,1) 100%) !important;
    background: linear-gradient(to right, rgba(56,112,181,1) 0%, rgba(98,203,231,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3870b5', endColorstr='#62cbe7', GradientType=1 ) !important;
}
.et-fixed-header #main-header {
    background-image: noner !important;
}
.single-post article.post .post-header {
    font-size: 0;
}
.single-post article.post .post-header p,
.single-post article.post .post-header .post-meta {
    font-size: 16px;
}
.single-post article.post .post-header .post-meta {
    margin-top: 15px;
}
.nav li ul.sub-menu {
    padding: 10px 0;
}
#et-navigation li li a {
    padding: 7px 0;
    font-size: 12px;
    line-height: 20px;
}
