﻿
.navbar {
    background: forestgreen
}

#footer,
.graphene-footer {
    background-color: forestgreen;
    color: #ffffff
}

body {
    background-image: none
}

.header_title,
.header_title a,
.header_title a:visited,
.header_title a:hover,
/*.header_desc {
            color: #blank
        }*/
.entry-content,
.sidebar,
.comment-entry {
    /*font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;*/
}

.carousel,
.carousel .item {
    height: 394px
}

@media (max-width: 991px) {

    .carousel,
    .carousel .item {
        height: 250px
    }
}

#header {
    /* max-height: 132px */
}


body.custom-background {
    background-color: #ffffff;
    /*background-image: url("../images/bg.jpg");*/
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


.post-title,
.post-title a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    font-size: 20px;
    margin-top: -3px;
}

.sidebar h3,
.webmaster h3 {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 3px solid forestgreen;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
}

div.entry-content.clearfix h3 {
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
}

div.slider_post.clearfix.grid_11 {
    background-size: 100%;
}

#copyright {
    /* max-width: 40%; */
}

#developer {
    padding: 0px 0;
}

div#footer a {
    font-weight: 700;
}

#footer {
    margin-bottom: 0px;
}

div#header-menu-wrap {
    border-top: 1px solid #ffffff;
}

h2.slider_post_title {
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
}

.single .entry-header,
.page .entry-header {
    margin-bottom: 0;
}

.elementor {
    padding-top: 0 !important;
}
.searchform {
    /*width: 394px;*/
}


div.paginator {
    font: 14px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0;
}

.paginator a {
    font-weight: bold !important;
    margin-right: 0 !important;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    font-size: 14px !important;
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    line-height: 34px !important;
}

.paginator [disabled] {
    cursor: not-allowed
}

.paginator a:visited {
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
}

.paginator .cpb {
    font-weight: bold;
    margin-right: 0 !important;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    background-color: #004080;
    border-color: #004080;
    color: #ffffff;
}

.paginator .fa.fa-angle-left, .paginator .fa.fa-angle-right {
    font-size: 20px;
    line-height: 34px;
}
.global-search {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    align-items: center;
    padding-left: 10px;
    background-color: #f9f9f9;
    margin-right: 15px;
    flex-wrap: wrap
}
.carousel.slide {
    margin-top: 30px;
}