header .navbar {
    height: 60px;
    background: #62C700;
}

header .darkHeader {
    position: fixed;
    width: 100%;
    background: #000 !important;
}

.navbar-collapse.show {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #000;
    padding: 10px;
}
.btn-black{
    background: #000;
    color: #fff;
}
.flex-direction-collumn{
    flex-direction: column;
}
.dropdown{
    position: relative;
    color: #fff;
}
.dropdown_menu{
    position: absolute;
    left: -99999999999999px;
    list-style: none;
    background: #000;
    width: 180px;
    padding: 10px;
}
.dropdown_menu a{
    padding: 5px 0;
    display: block;
    text-decoration: none;
    color: #fff;
}
.dropdown:hover .dropdown_menu{
    left: 0;
}
#banner {
    padding: 30px 0;
    
}

.copyright {
    margin-top: 30px;
}

#banner.blog_feature_img {
    background-image: linear-gradient(to bottom, rgba(24, 24, 27, 0.52), rgba(78, 74, 77, 0.73)), url(../images/post-sample-image.jpg);
    background-size: cover;
    background-position: center;
}

.banner_title {
    font-size: 18px;
    font-weight: bold;
}

.banner_subtitle {
    font-size: 24px;
}

#blog {
    padding: 50px 0;
    padding-top: 0px;
}


#blog .post_col {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

#blog .post_col:last-of-type {
    border-bottom: none;
}
.blog_thumbnail img{
    max-width: 100%;
    height: 230px;
    border-radius: 5px;
}
.main_posts .post_list{
    border-bottom: 1px solid #ddd;
}
.main_posts .post_list:last-of-type , .right_side_bar .latest_posts .latest_post_list:last-of-type{
    border-bottom: 0px;
}
.right_side_bar .blog_thumbnail img{
    max-width: 100%;
    height: 100px;
    border-radius: 5px;
}
.right_side_bar .latest_posts {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}
.right_side_bar .latest_posts .row{
    gap: 10px;
}
.right_side_bar .latest_post_list{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.right_side_bar .latest_posts .title{
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.post_title {
    color: #000;
    font-size: 24px;
}
h5.post_title{
    font-size: 15px;
}

.post_excerpt {
    color: #8a8a8a;
}

.post_author {
    border: 1px solid #ddd;
    padding: 10px;
}

.read_more {
    margin-bottom: 20px;
    display: inline-block;
}
.read_more:hover{
    color: #fff !important;
    text-decoration: none;
}
.btn-green {
    border: 2px solid #62C700;
    background: #62C700;
    color: #fff;
}

.btn-green:hover {
    border: 2px solid #62C700;
    color: #62C700;
}

.color-green {
    color: #62C700;
}

footer {
    background: #000;
    padding: 40px 0 0px;
}

footer ul {
    list-style: none;
    padding-left: 10px;
}

.footer_recent_posts li a {
    color: #62C700;
}

.social-icon {
    gap: 10px;
    padding: 0px;
}

.social-icon a {
    color: #fff;
    font-size: 24px;
}
.container {
	padding-left: 20px;
    padding-right: 20px;
}
.translator{
    padding: 5px;
    background: #2b1a12;
}
#pagination{
  display: flex;
  margin-top: 20px;
}
#pagination .blocks {
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #DDDDDD;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 15px;
}
#pagination .blocks:not(:first-child){
  margin-left: 5px;
}
#pagination .blocks:first-child{
  border-radius: 10px 0 0 10px;
}
#pagination .blocks:last-child{
  border-radius: 0 10px 10px 0;
}
#pagination .blocks:hover{
  background-color: #DDDDDD;
}
#pagination a.active{
  background-color: #62C700;
  color: #fff;
}
/*social widget*/
ul.spicesocialwidget {
  float: right;
}
ul.spicesocialwidget li {
  float: left;
  list-style: none outside none;
  border: none;
}
ul.spicesocialwidget li a {
  background-color: transparent;
  background-image: url("https://4.bp.blogspot.com/-Pe-J5S7YCa0/UdXsJoN7GLI/AAAAAAAAL68/ongZAtcNF1E/s1600/spice-social-gadget-sprite.png");
  background-repeat: no-repeat;
  background-size: auto 96px;
  border: 0 none;
  color: white;
  direction: ltr;
  display: block;
  height: 32px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-indent: -999em;
  transition: all 0.2s ease 0s;
  width: 32px;
}
.ie7 ul.spicesocialwidget li a,
.ie8 ul.spicesocialwidget li a {
  background-image: url("https://4.bp.blogspot.com/-Pe-J5S7YCa0/UdXsJoN7GLI/AAAAAAAAL68/ongZAtcNF1E/s1600/spice-social-gadget-sprite.png");
}
ul.spicesocialwidget li.facebook a {
  background-position: 0 0;
}
ul.spicesocialwidget li.linkedin a {
  background-position: -128px 0;
}
ul.spicesocialwidget li.twitter a {
  background-position: -256px 0;
}
ul.spicesocialwidget li.youtube a {
  background-position: -320px 0;
}
ul.spicesocialwidget li.facebook a:hover,
#sidebar ul.spicesocialwidget li.facebook a:hover {
  background-position: 0 -32px;
}
ul.spicesocialwidget li.linkedin a:hover,
#sidebar ul.spicesocialwidget li.linkedin a:hover {
  background-position: -128px -32px;
}
ul.spicesocialwidget li.twitter a:hover,
#sidebar ul.spicesocialwidget li.twitter a:hover {
  background-position: -256px -32px;
}
ul.spicesocialwidget li.youtube a:hover,
#sidebar ul.spicesocialwidget li.youtube a:hover {
  background-position: -320px -32px;
}
.btn-transparent{
    background: transparent;
    color: #fff;
}
body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
 #google_translate_element select {
	background: #2b1a12;
	color: #fff4e4;
	border: none;
	font-weight: bold;
	border-radius: 3px;
	padding: 8px 12px;
	width: 100%;
}

.footer_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.latest_post_list{
    padding-top: 20px;
}
.latest_post_list:first-of-type{
    padding-top: 0px;
}
.post_excerpt p{
    margin-bottom: 0px;
}
.header_mobile{
    display: none;
}

/*bottom to top css*/
.bottom_to_top{
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 30px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
.bottom_to_top.show {
  opacity: 1;
  visibility: visible;
}
/* responsive css */
@media only screen and (max-width: 1080px){
    header .navbar {
       padding: 10px 20px;
    }
    header .darkHeader {
        position: fixed;
        width: 97%;
        background: #000 !important;
    }
    .navbar-expand-lg .navbar-collapse {
    	display: none;
    	flex-basis: 100%;
    	flex-grow: 1;
    	align-items: center;
    	background: #000;
    	padding: 10px;
    }
    .navbar-expand-lg .navbar-toggler {
    	display: block;
    }
    .navbar-expand-lg .navbar-collapse.show {
    	display: block;
    	position: absolute;
    	top: 80px;
    	width: 93%;
    }
    .header_mobile{
        background: #000;
        padding: 10px 0;
        display: block;
    }
    .header_mobile ul{
        display: flex;
        list-style: none;
        justify-content: center;
        gap: 15px
    }
    .header_mobile ul li a{
        text-decoration: none;
        font-size: 12px;
        color: #fff;
    }
    .collapse .navbar-nav{
        display: none;
    }
    .navbar-toggler img{
        max-width: 25px;
    }
    

}
@media only screen and (max-width: 768px) {
    #banner {
        padding: 30px 0;
    }
    header .darkHeader {
        width: 94%;
    }
    .banner_title {
        font-size: 18px;
    }

    .banner_subtitle {
        font-size: 15px;
    }

    .post_title {
        font-size: 20px;
    }
    .post_excerpt {
        color: #8a8a8a;
        font-size: 13px;
    }
    #blog .post_col {
        padding: 15px 15px;
    }

    .read_more {
        padding: 4px 10px;
        font-size: 14px;
    }
    .blog_thumbnail img {
        height: 200px;
        width: 100%;
    }
    .navbar-expand-lg .navbar-collapse.show {
    	display: block;
    	position: absolute;
    	top: 55px;
    	width: 100%;
    	left: 0px;
    	margin-right: 20px !important;
    }
    .post_list {
        flex-direction: column;
        row-gap: 0px;
        column-gap: 0px;
        padding-left: 0px;
        padding-top: 30px;
    }
    .post_list:first-of-type{
        padding-top: 0px;
    }
    .post_list .col-4 , .post_list .col-8{
        width: 94%;
    }
    .col-6{
        width: 45%;
    }
    .col-lg-8 , .col-lg-4{
        width: 100%;
        
    }
    .latest_post_list .col-4 {
        width: 23.33333%;
    }
    #blog .post_col {
         padding: 0px; 
    }
    .right_side_bar .blog_thumbnail img {
        max-width: 100%;
        height: 85px;
        border-radius: 5px;
    }
    .right_side_bar .latest_posts{
        margin-top: 30px;
    }
    .footer_grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .post_excerpt p{
        margin-bottom: 0px;
    }
    .header_mobile{
        background: #000;
        padding: 10px 0;
        display: block;
    }
    .header_mobile ul{
        display: flex;
        list-style: none;
        justify-content: center;
        gap: 15px
    }
    .header_mobile ul li a{
        text-decoration: none;
        font-size: 12px;
        color: #fff;
    }
    .collapse .navbar-nav{
        display: none;
    }
    .navbar-toggler img{
        max-width: 20px;
    }
   
}