:root {
    --primary-color:#FFC013;
    --bg-light:#FAF6F6;
    --bg-dark-2:#252525;
  }
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
body {
    font-family: Rubik;
    background-color: #F4F4F4;
    color:#595959;
}
a:hover {
    text-decoration: none;
}
a {
    outline: 0!important;
}
.form-control:focus {
    box-shadow: none;
}
.dark-bg {
    color:#ffffff;
    background-color: #FFC013;
    background-color: var(--primary-color);
}
.dark-2-bg {
    background-color: #252525;
    background-color: var(--bg-dark-2);
}
.dark-bg a, .dark-2-bg a,
.dark-bg p, .dark-2-bg p,
.dark-bg i, .dark-2-bg i {
    color:#ffffff;
}
.no-borders {
    border:0px!important;
}
.icon-left i {
    margin-right:5px;
}
input.bg-light+.input-group-prepend i {
    color:#FFC013;
    color:var(--primary-color);
}
/* Header */
header {
    background: #FFC013;
    background: var(--primary-color);
    margin-bottom: 30px;
}
header .container{
    padding: 15px 15px;
    position: relative;
}
.height-40 {
    height: 40px;
}
.socials li {
    display: inline-block; 
}
.socials li:not(:last-child) {
    margin-right:15px;
}

header .socials li a {
    color: #ffffff;
}
.horizontal-menu {
    padding-left:0px;
}
.horizontal-menu li {
    display: inline-block;
    margin-right:15px;
    position: relative;
}
header .horizontal-menu li a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
header .horizontal-menu li a:hover:after {
    left: 0;
    width:60px;
    background-color: var(--color-2);
    height:2px;
    content: " ";
    position: absolute;
    bottom:-10px;
}

#moreMenu {
    position: absolute;
    z-index: 9;
    background: rgb(255, 255, 255);
    padding: 10px 15px;
    width: 200px;
    right:0;
}
#autoNavMoreList {
    padding-left:0px;
    background:#ffffff;
    display: flex;
    flex-direction: column;
}
#autoNavMoreList li a {
    color:#FFC013;
    color:var(--primary-color);
}
/* Global */
section:not(:last-child) {
    margin-bottom:32px;
    margin-top:32px;
}
/* Ad Banner */
.ad-banner {
    text-align: center;
}
/* Top Grid */
.top-slider .slick-prev,
.top-slider .slick-next {
    font-size: 22px;
    position: absolute;
    top:45%;
    margin-top:-11px;
    color: #ACADAD;
}
.top-slider .slick-prev {
    left:-30px;
}
.top-slider .slick-next {
    right:-30px;
}
.horizontal-meta, .horizontal-meta-1,.horizontal-meta-2 {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
    flex-wrap: wrap;
}
.horizontal-meta span:not(:last-child){
    margin-right:30px;
}
.grid-list .item {
    box-shadow: 0px 2px 32px 0 rgba(0, 0, 0, 0.03);
    margin-bottom:30px;
}
.grid-list .item .item-middle a h2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
    margin-bottom:0px;
}

.grid-list .item .item-middle {
    padding:15px 20px;
    background:#ffffff;
}
.grid-list .item .item-bottom {
    padding:10px 20px;
    background:#faf6f6;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
    color: #909090;
}
.grid-list .item .item-bottom a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
    color: #909090;
}
/* Widgets */
.sidebar {
    background-color: #ffffff;
}
 
.widget .widget-inner {
    padding:20px 20px;
}
 
.widget .widget-title {
    margin-bottom:15px;
}
.widget .widget-inner .widget-content .post > * {
   margin-bottom:12px;
   display: block;
}
.widget .widget-title h1 {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
}
.widget .post p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
}
.widget a, .widget .post-title-link-1 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #353535;
}
.widget.dark-bg .meta a {
    color: var(--text-light-2);
}
.widget .posts-list {
    padding:0 16px;
}
.widget .posts-list .post-item {
    display: flex;
    align-items: center;
}
.widget .posts-list .post-item:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.widget .posts-list .post-item .left {
    flex:3;
    padding:8px 0;
}
.widget .posts-list .post-item .right {
    flex:4;
    padding:12px;
}
.widget .posts-list .post-item:first-child .left,
.widget .posts-list .post-item:first-child .right {
    padding-top:0px;
}
.widget .posts-list .post-item .meta {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
}
.widget .posts-list .post-item .item-title{
    line-height: 1.3;
}
.widget .posts-list .post-item .item-title a.post-title-link-1 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
}
.widget .meta span, .widget .meta span a {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
    color: #616161;
}
.widget.popular-news .widget-inner {
    padding-left:0px;
    padding-right:0px;
}
/* Single */
.col-wrapper {
    height: 100%;;
    border-radius: 2px;
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
}
.post-top {
    padding: 30px;
    position: relative;
}
.post-top.dark-bg.centered {
    margin-bottom: 30px;
}
.post-top h1 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    margin-bottom:16px;
}
.post-top .image {
    position: relative;
    z-index: 2;
    margin-bottom:30px;
}
.post-top .meta, .post-top .meta a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #353535;
}
.post-top.dark-bg .meta, .post-top.dark-bg .meta a, .post-top.dark-bg .meta i {
    color: #ffffff;
}
.post-top .meta i {
    color:#d3d3d3;
}
.post-content {
    padding:0 30px;
}
.comments {
    margin-left:-8px;
}
.post-detail {
    padding:20px 0;
    padding-top:0px;
}
.post-detail p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #7b7b7b;
}
.post-detail h1 {
    font-size:1.5rem;
}
.post-detail h2 {
    font-size:1.3rem;
}
.post-detail h3 {
    font-size:1.1rem;
}
.post-detail h4 {
    font-size:1rem;
}
.post-detail h1, .post-detail h2,.post-detail h3, .post-detail h4,.post-detail h5,.post-detail h6 {
    color: #7b7b7b;
}
.inner-ad {
    margin-bottom:1rem;
}
.share-box {
    display: flex;
    align-items: center;
}
.share-box > * {
    margin-right:5px;
}
.share-box .fb_iframe_widget {
    display: flex;
}
/* Gallery */
/* Gallery Pagination */
.list-group-inline {
    display: flex;
    padding-left:0px;
    flex-wrap: wrap;
}
.gallery-pagination .list-group-inline {
    justify-content: center;
}
.gallery-pagination {
    margin:30px 0;
}
.gallery-pagination .list-group-inline {
    justify-content: center;
}
.gallery-pagination ul li {
    margin-right:5px;
    border: 0;
    padding:0px;
    background-color:transparent!important;
    margin-bottom:10px;
}
.gallery-pagination ul li a {
    background-color: #ffffff;
    padding:10px 12px;
    color:#363c52;
    display: table;
    border-radius: 4px;
    border: solid 1px #dddddd;
}
.gallery-pagination ul li.prev a, 
.gallery-pagination ul li.next a
{
    background-color: #FFC013;
    background-color: var(--primary-color);
     color:#ffffff;
 }
.gallery-pagination ul li.list-group-item.active a,
.gallery-pagination ul li.list-group-item:hover a
{
    color: #ffffff;
    background-color:#FFC013;
    background-color:var(--primary-color);
}
.gallery-pagination ul li:last-child {
    margin-right:0px;
}
.gallery-pagination .list-group-item:first-child,
.gallery-pagination .list-group-item:last-child
{
    border-radius: 10px; 
}
section.pagination {
    margin:16px 0;
}
.pagination .gallery-pagination {
    margin: 0;
}
.pagination .list-group-inline {
    margin-bottom: 0;
}
/* Gallery Arrows */
.post-top a.next-image, a.prev-image {
    padding: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    position: absolute;
    z-index: 9;
    height: 100px;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    box-shadow: 0px 2px 9px 0 rgba(0, 0, 0, 0.1);
}
.post-top a.next-image i, a.prev-image i {
    color: #FFC013;
    color: var(--primary-color);
    font-size:45px;
}
.post-top a.next-image {
    right: 0;
    margin-right: -25px;
}
.post-top a.prev-image {
    left: 0;
    margin-left: -25px;
}
/* Category */
.category-title h1 {
    font-size:24px;
    margin-bottom:1rem;
    text-align: center;
}
/* Video */
.video .post-top {
    padding:30px 0;
}
.video .post-top > div {
    padding:0 30px;
}
#videocontent {
    display: table;
    margin: 0 auto;
    margin-bottom:15px;
}
/* Footer */
    footer section {
    margin:0!important;
    padding-top:32px;
    padding-bottom:32px;
    }
    .footer-1 {
    padding:16px 0;
    }
    .footer-2 {
    background-color: #f6f7f7;
    }
    .footer-2 a {
    color:#464646;
    font-weight: 400;
    }
    .footer-menu  li.bold-item, .footer-menu  li.bold-item a {
        font-weight: 600!important;
        color:#464646;
    }
    .footer-menu {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    list-style: none;
    padding-left: 0px;
    }
    footer .socials {
    margin-left:auto;
    display: table;
    }
    footer .socials li:not(:last-child) {
    margin-right:24px;
    }
    .horizontal-grid-menu {
    padding-left:0px;
    display: flex;
    flex-wrap: wrap;
    }
    .horizontal-grid-menu li {
    display: inline-block;
    margin-bottom:5px;
    width:14%;
    }
    .horizontal-grid-menu li a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #464646;
    }
    .copyright p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #464646;
    }
    .grid-images img {
    width: 100%;
    }
    .grid-images .item {
    padding:5px;
    }
    .horizontal-menu-2 {
    padding-left:0px;
    margin-bottom:0px;
    }
    .horizontal-menu-2 li {
    display: inline-block;
    }
    .horizontal-menu-2 li:not(:last-child):after {
    content: ' | ';
    margin-left:5px;
    margin-right:5px;
    }
    .footer-3 {
    padding:15px 0;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    }
/* Footer End */