/*helpers*/
.bg-none {
    background: none;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

/*=============================================
=            Default Sidewards            =
=============================================*/

@media only screen and (max-width: 991px) {
    .Sideward-area {
        margin-top: 3.4rem;
    }
}

/*=============================================
=                 Single Page                 =
=============================================*/
.entry-header h1 {
    font-size: 2.6rem;
    margin: 0;
}

.sy-header {
    padding: 15px 0;
    margin-bottom: 30px;
    background: #fff;
}

.col-sm-6.col-12.col-md-12.d-flex .sy-card {
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
    transition: transform 300ms ease-in-out;
}
.col-sm-6.col-12.col-md-12.d-flex .sy-card .sy-card_content.p-4.sy-card_half {
    background: url(../images/pattern.jpg) repeat;
    height: 244px;
    background: #fff;
}
.sy-card_content.p-4.sy-card_half .entry-header h2.entry-title {
    color: #333;
    font-weight: bold;
}
.sy-card_content.p-4.sy-card_half .entry-content.mt-3 p.mb-0 {
    color: #333;
}
.sy-card.post {
    margin-bottom: 30px;
}
.sy-card_img {
    position: relative;
	overflow: hidden;
}
.sy-card_img a:after {
    content: '';
    display: block;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms ease-in-out;
}

.sy-card:hover .sy-card_img a:after {
    opacity: .4;
}

.sy-card_img img {
    transition: transform 500ms ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.sy-card:hover .sy-card_img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.sy-card_img a {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.transition {
    transition: all 200ms ease-in;
}

h2.entry-title a {
    color: #476893;
    text-decoration: none;
    font-weight: bold;
}

.entry-title a:hover {
    color: #476893;
    transition: all 200ms ease-in;
}

.entry-meta .byline {
    text-transform: capitalize;
    padding-right: .8rem;
    color: #999;
    font-size: 14px;
}

.site-info {
    padding: 5px 10px;
    color: #fff;
}
.site-info a {
    color: #fff;
    font-weight: bold;
}

.site-info a:hover {
    text-decoration: underline;
    transition: all 200ms ease-in;
}


.Sideward ul {
    margin: 0 0 1.5em 0;
    list-style: none;
    padding: 0;
}

.Sideward ul li a {
    color: #444;
    transition: all 200ms ease-in;
}

.Sideward ul li a:hover {
    transition: all 200ms ease-in;
    color: #476893;
}


.footer-bottom {
    text-align: center;
}

.sy-content-area {
    /*background-color: #fff;*/
    padding: 15px;
}
.sy-content-area img {
    margin-bottom: 20px;
}

#secondary {
    /*background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 4px 0px #eee;*/
}
#secondary .Sideward:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
#secondary .Sideward.Sideward_entries h2.sidebar-title {
    font-size: 20px!important;
    font-weight: bold;
    padding: 10px 15px;
    background: #819B26;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}
#secondary .Sideward.Sideward_entries h2.sidebar-title a {
    color: #fff;
}
#secondary .Sideward ul {
    margin: 0;
    padding: 0 15px;
    background: rgba(84, 90, 57, 0.5);
    border: solid 1px #819B26;
}
#secondary .Sideward ul li {
    padding: 10px 15px 10px 30px;
    border-bottom: dashed 1px #819B26;
    background: url(../images/compass.png) no-repeat left center;
}
#secondary .Sideward ul li:last-child {
    border-bottom: none;
}
#secondary .Sideward ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
#secondary .Sideward ul li a:hover {
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
}


article .entry-summary p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .p-4.sy-card_half {
      width: 50%;
      float: left;
      padding-left: 30px;
      padding-right: 0;
      padding-bottom: 0;
    }

    .sy-card_img.category {
        width: 50%;
        float: left;
        overflow: hidden;
    }
}

.no-right-padding {
    padding-right: 0;
}
.no-left-padding {
    padding-left: 0;
}
.slider-section2 {
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}
.slider-section {
    direction: ltr;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.slider-section {
    direction: ltr;
}
.slider-section2 .container .row {
    margin-left: -2px;
    margin-right: -2px;
}
.slider-section2 .container .row .post-block {
    padding-left: 2px;
    padding-right: 2px;
}
.slider-section2 .post-block.post-thumb {
    width: 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.slider-section2 .post-block.post-big {
    width: 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
.slider-section2 .container .row .post-block .post-box {
    float: left;
    position: relative;
    overflow: hidden;
}
.slider-section2 .post-block.post-big .post-box {
    height: 100%;
}
.post-box {
    overflow: hidden;
}
.type-post .entry-cover>a img, .post-box img {
    border-radius: 4px;
    transition: transform 0.8s;
}
.slider-section2 .container .row .post-block .post-box::before {
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.slider-section2 .container .row .post-block.post-thumb .post-box:first-child {
    margin-bottom: 4px;
}
.slider-section2 .container .row .post-block .post-box {
    float: left;
    position: relative;
    overflow: hidden;
}
.slider-section2 .container .row .post-block .post-box .entry-content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.6)), to(#000));
    background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 60%, #000 100%);
    background-color: transparent;
}
.slider-section2 .container .row .post-block .post-box .entry-content {
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    animation-duration: 1s;
    padding: 30px;
    background-color: rgb(0, 0, 0, 0.5);
}
.blog-paralle .type-post:hover img, .post-box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.type-post .entry-cover>a img, .post-box img {
    border-radius: 4px;
    transition: transform 0.8s;
}

@media only screen and (max-width: 767px) {
    .slider-section2 .post-block.post-big {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .slider-section2 .post-block.post-thumb {
        flex-wrap: wrap;
        max-width: 100%;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .slider-section2 .post-block.post-big .post-box {
        height: auto;
        margin-bottom: 4px;
    }
}