/*=============================================
=            Helpers            =
=============================================*/
.bg-none {
    background: none;
}

.rotate-180 {
    transform: rotate(180deg);
}

.site-content {
    margin-top: 30px;
}

.l-h-0 {
    line-height: 0;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.text-grey-light {
    color: #999;
}

.mb-30 {
    margin-bottom: 30px;
}

/*Button*/
.btn {
    padding: .8rem 3rem;
    box-shadow: none;
}

.btn-circular {
    border-radius: 500rem;
}

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

.fixed-width .container-fluid {
    max-width: 1170px;
}

.sy-scroll-top {
    position: fixed;
    right: -20px;
    bottom: 15px;
    z-index: 111;
    padding: 0;
    /*background: rgba(0,0,0,.5);*/
    background: transparent;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.sy-scroll-top.show {
    opacity: 1;
    right: 15px;
    visibility: visible;
    transition: all 400ms ease-in-out;
}

/*=============================================
=            Default Widgets            =
=============================================*/
@media only screen and (max-width: 991px) {
    .widget-area {
        margin-top: 3.4rem;
    }
}

h2.widget-title {
    font-size: 24px;
    color: #999;
}

/*h2.widget-title:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 40px;*/
/*    margin-top: 4px;*/
/*    height: 1px;*/
/*    background-color: #cecece;*/
/*}*/

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

.sy-footer__item .widget {
    margin-bottom: 0;
}

.sy-footer__item .widget ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

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

.widget ul li a:hover {
    transition: all 200ms ease-in;
    color: #22A7F0;
}

.widget li {
    padding: 20px 0 0;
    position: relative;
    font-size: 16px;
}

.calendar_wrap {
    padding: 8px 0;
}

.textwidget {
    word-wrap: break-word;
    line-height: 24px;
    padding-top: 24px;
}

.calendar_wrap td {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    color: #555;
}

.calendar_wrap th {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    padding: 8px;
}

.calendar_wrap caption {
    border-top: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 8px;
    text-align: center;
}

.calendar_wrap td a {
    color: #22A7F0;
    text-decoration: none;
}

#today {
    background: #22A7F0;
    color: #fff;
}

#today:hover {
    background: #22A7F0;
}

/*=====  End of Default Widgets  ======*/

/*=============================================
=                 Single Page                 =
=============================================*/
.single .entry-content {
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .single .entry-content {
        margin: 0 0 6rem 0;
        padding: 2rem 1.4rem 0 !important;
    }
}

.entry-header h1 {
    font-size: 2.6rem;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .entry-header h1 {
        font-size: 1.8rem;
    }
}

.entry-content p {
    line-height: 24px;
    font-size: 15px;
}

footer.entry-footer {
    padding-top: 18px;
}

.sy-btn {
    color: #fff;
    background-color: #22A7F0;
    opacity: 1;
    font-size: 16px;
    display: inline-block;
    padding: .8rem 1.6rem;
    filter: brightness(100%);
    transition: all 300ms ease-in-out;
}

.sy-btn:hover {
    background-color: #22A7F0;
    opacity: 1;
    color: #fff;
    filter: brightness(92%);
    transition: all 300ms ease-in-out;
}

.nnc-load-more button:focus {
    outline: transparent;
}

.sy-card__content-white .sy-btn.sy-btn--transparent {
    color: #fff;
}

.sy-card__content-white .sy-btn.sy-btn--transparent .sy-icon {
    fill: #fff;
}

.sy-card__content-white .sy-btn.sy-btn--outlined {
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    color: #fff;
}

.sy-card__content-white .sy-btn.sy-btn--outlined .sy-icon {
    fill: #fff;
}

.sy-card__content-white .sy-btn.sy-btn--outlined:hover {
    background-color: rgba(366,366,366,.1);
    color: #fff;
    border: 1px solid #fff;
}

.sy-btn.sy-btn--outlined {
    background-color: transparent;
    border: 1px solid #999;
    opacity: 1;
    color: #999;
}

.sy-btn.sy-btn--outlined .sy-icon {
    fill: #666;
}

.sy-btn.sy-btn--outlined:hover {
    background-color: transparent;
    filter: brightness(100%);
    color: #333;
    border: 1px solid #333;
}

.sy-btn .sy-icon {
    fill: #fff;
    transform: translateY(-1px);
}

.sy-btn.sy-btn--transparent {
    padding: 0;
    background-color: transparent;
    color: #666;
}

.sy-btn.sy-btn--transparent:hover {
    background-color: transparent;
    color: #22A7F0;
}

.sy-btn.sy-btn--transparent .sy-icon {
    fill: #999;
}

.sy-btn--rounded {
    border-radius: 500rem;
}

.sy-btn--search {
    padding: .66rem .8rem;
    margin-left: .3rem;
}

.sy-btn--center {
    justify-content: center;
}

.sy-btn--right {
    justify-content: flex-end;
}

.edit-link {
    position: relative;
    font-size: 16px;
}

a.post-edit-link {
    display: inline-block;
}

a.post-edit-link:hover {
    color: #22A7F0;
}

.home .navigation.posts-navigation {
    margin-bottom: 4rem;
}
.sy-pagination {
    margin-bottom: 3rem;
}

.sy-pagination .page-numbers {
    background-color: #fff;
    padding: .6rem 1rem .5rem;
    display: inline-block;
    color: #555;
    box-shadow: 0 0 12px 2px #f5f5f5;
}

.page-numbers.current {
    background-color: #22A7F0;
    color: #fff;
}

/*=====  End of Single Page  ======*/



/*=============================================
=                 Single Post                 =
=============================================*/
.entry-meta {
    margin-top: 18px;
}

.nav-links {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    display: inline-block;
    width: 100%;
}

.nav-previous a,
.nav-next a {
    color: #444;
    font-size: 28px;
}

.nav-previous a:hover,
.nav-next a:hover {
    color: #22A7F0;
}

.nav-previous:before {
    content: 'Previous Post';
    display: block;
    color: #999;
}

.nav-next:before {
    content: 'Next Post';
    display: block;
    color: #999;
}

.tags-links {
    display: block;
    color: #999;
}

.tags-links a {
    color: #444;
}

.tags-links a:hover {
    color: #22A7F0;
}

/*=====Author Detail========*/
.author_wrapper {
    background: #eee;
    padding: 14px;
    margin-bottom: 20px;
}

.pm_author_info_wrap {
    float: right;
    width: 84%;
}

.single_author_inner:after {
    content: '';
    display: block;
    clear: both;
}


/*=============================================
=                 Default Comments                 =
=============================================*/
h2.comments-title {
    margin-bottom: 14px;
    font-size: 24px;
}

article.comment-body {
    margin-bottom: 8px;
}

footer.comment-meta:after {
    content: '';
    display: block;
    clear: both;
}

.comment-author.vcard img {
    float: left;
    width: 60px;
    margin-right: 12px;
}

.comment-content {
    background: #f9f9f9;
    padding-top: 10px;
}

.comment-content p {
    margin: 0;
    color: #888;
}

.comment-body .reply {
    margin-bottom: 1.2rem;
    display: flex;
    justify-content: flex-end;
}

.comment-body .reply a {
    color: #22A7F0;
    opacity: .6;
}

.comment-notes {
    color: #888;
    font-size: 14px;
}

.comment-body .reply a:hover {
    color: #22A7F0;
    opacity: 1;
}

.comment-body .reply a:hover {
    text-decoration: underline;
}

a.comment-edit-link {
    color: #666;
    border-left: 1px solid #ccc;
    padding-left: 14px;
    margin-left: 14px;
}

.comment-metadata a {
    color: #888;
    font-size: 14px;
}

.comment-metadata a:hover {
    color: #22A7F0;
}

h3#reply-title {
    font-size: 18px;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
}

.comment-form-cookies-consent {
    display: flex;
}

.comment-form-cookies-consent input{
    transform: translateY(2px);
}

.comment-form-cookies-consent label {
    padding-left: .6rem;
}

p.comment-form-comment label {
    padding-bottom: 10px;
}

input.submit {
    background: #333;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border: 0;
    margin: 14px 0;
    padding: 14px;
    transition: all 400ms ease-in-out;
}

input.submit:hover {
    background: #22A7F0;
    box-shadow: none;
    color: #fff;
    transition: all 400ms ease-in-out;
}

.search-block.active {
    opacity: 1;
    visibility: visible;
    transition: all 400ms ease-in-out;
    transform: translate(0px, 0px) scale(1, 1);
}

.search-block {
    opacity: 0;
    visibility: hidden;
    padding: 2.8rem;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    z-index: 11;
    background-color: #fff;
    transition: all 400ms ease-in-out;
    box-shadow: 0 0 12px 2px #f5f5f5;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    transform: translate(0px, 0px) scale(0.7, 0.7);
}

/*SEARCH CLOSE */
.search-close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 10px;
}

.search-close .sy-icon {
    fill: #666;
}

.search-close .sy-icon:hover {
    fill: #666;
}

.search-form label {
    width: 100%;
    margin-bottom: 1rem;
}

.search-form label input {
    width: 100%;
}

.search-submit {
    width: 100%;
}

.search article {
    display: flex;
}

/*=====  End of Default Comments  ======*/

/*=====  End of Single Post  ======*/
.wpcf7-form p {
    padding: 8px 0;
}

input.wpcf7-form-control {
    width: 100%;
    padding: 6px 8px;
    font-size: 14px;
}

input.wpcf7-submit {
    background: #666;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border: 0;
    padding: 12px;
}

input.wpcf7-submit:hover {
    background: #22A7F0;
    box-shadow: none;
}

/*Custom CSS*/
.sy-header {
    padding: 1.2rem 0;
    position: relative;
    z-index: 11;
}

.nnc-header-block {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background-color: #fff;
}

.nnc-header-block.nnc-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 11;
}

.sy-icon {
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    transition: all 200ms ease-in-out;
}

.sy-icon:focus {
    fill: #22A7F0;
    transition: all 200ms ease-in-out;
}

.sy-social-links > a {
    fill: #444;
    transition: fill 100ms ease-in-out;
    padding-right: 1.4rem;
}

.sy-social-links > a:hover,
.sy-social-links > a:focus {
    fill: #22A7F0;
    transition: fill 100ms ease-in-out;
}

.sy-icon--sm {
    height: .7rem;
    width: .7rem;
}

.sy-icon--md {
    height: 1rem;
    width: 1rem;
}

.sy-icon--grey-light {
    fill: #999;
}

.sy-card {
    background-color: #fff;
    box-shadow: 0 0 12px 2px #f5f5f5;
    margin-bottom: 1.9rem;
    padding: 0;
}

.sy-card:hover .sy-card__img img {
    transform: scale(1.1);
    transition: transform 600ms ease-in-out;
}

.sy-card__img img {
    transform: scale(1);
    transition: transform 600ms ease-in-out;
}

.sy-card__img .sy-post-category {
    position: absolute;
    left: 12px;
    bottom: 12px;
    line-height: normal;
    color: #333;
    background: rgba(366,366,366, .8);
    padding: 8px 8px;
}

.sy-card__img .sy-post-category a {
    color: #333;
}

.sy-card__img .sy-post-category a:hover {
    color: #22A7F0;
}

.sy-card__img a {
    line-height: 0;
}

.transition {
    transition: all 400ms ease-in-out;
}

h2.entry-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    h2.entry-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    h2.entry-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    h2.entry-title {
        font-size: 18px;
    }
}

.entry-title a {
    color: #333;
    text-decoration: none;
    transition: all 200ms ease-in;
}

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

.posted-on {
    position: relative;
}

/*.posted-on:before {*/
/*    content: '.';*/
/*    color: #999;*/
/*    position: absolute;*/
/*    left: -1px;*/
/*    top: -7px;*/
/*}*/

.cat-links a {
    color: #444;
}

/*.cat-links:before {*/
/*    content: '.';*/
/*    color: #999;*/
/*    position: absolute;*/
/*    left: -1px;*/
/*    top: -7px;*/
/*}*/

.comments-link {
    position: relative;
    padding-left: .8rem;
    font-size: 14px;
    padding-right: .8rem;
}

.comments-link a {
    color: #444;
}

/*.comments-link:before {*/
/*    content: '.';*/
/*    color: #999;*/
/*    position: absolute;*/
/*    left: -1px;*/
/*    top: -7px;*/
/*}*/

.entry-content > p {
    font-size: 16px;
    line-height: 1.68;
    color: #888;
}

.author a {
    text-decoration: none;
}

.posted-on a {
    text-decoration: none;
}

.site-info {
    font-size: 16px;
}

.site-info a {
    color: #444;
}

.site-info a:hover {
    color: #22A7F0;
    transition: all 200ms ease-in;
}

ol.comment-list {
    margin: 0 0 2rem 0;
}

/*Swiper CSS*/
.swiper-pagination-bullet {
    transition: width 400ms ease-in-out;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #22A7F0;
    width: 20px;
    border-radius: 5px;
    transition: width 400ms ease-in-out;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 8px;
}

.sy-hero-slider-one .swiper-button-next, .sy-hero-slider-one .swiper-button-prev {
    align-items: center;
    background: transparent;
    bottom: 16px;
    display: flex;
    height: 64px;
    justify-content: center;
    outline: none;
    top: auto;
    right: 36px;
    width: 64px;
    z-index: 1;
}

.sy-hero-slider-one .swiper-button-next.swiper-button-disabled, .sy-hero-slider-one .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: initial;
}

.sy-hero-slider-one .swiper-button-next {
    right: 18px;
}

.sy-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

body.fixed-width .sy-bg {
    height: 600px;
}

.sy-bg--overlay:before {
    background-color: #fff;
    opacity: .4;
}

.sy-bg--overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sy-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sy-content-left {
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
}

.sy-content-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.sy-hero-slider-one .entry-title a {
    font-size: 3rem;
}

.entry-description {
    font-size: 1.4rem;
    padding-top: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .entry-description {
        display: none;
    }
}

.entry-description p {
    line-height: 1.6;
    margin: 0;
}

.sy-top-bar--light-grey {
    background-color: #f1f1f1;
}

.border-bottom--light-grey {
    border-bottom: 1px solid #e6e6e6;
}

.sy-footer__top {
    padding: 4rem 0;
    background-color: #eff1f5;
}

span.sy-post-category,
span.sy-post-date {
    color: #888;
    font-size: 14px;
}

.sy-post-title {
    line-height: 1.5;
}

.sy-widget-post__image-cat {
    position: relative;
}

.sy-widget-post__image-cat .sy-post-category {
    position: absolute;
    left: 12px;
    bottom: 12px;
    line-height: normal;
    color: #333;
    background: rgba(366,366,366, .8);
    padding: 8px 8px;
}

/*------Entry Meta: date,calendar, comments, etc.----*/

.entry-meta-slider-1 .author,
.entry-meta-slider-1 .cat-links,
.entry-meta-slider-1 .posted-on {
    font-size: 32px;
    text-transform: capitalize;
    color: #111;
    padding-right: 1rem;
    font-weight: 300;
    display: inline-block;
}

.entry-meta-slider-1 .author a,
.entry-meta-slider-1 .cat-links a,
.entry-meta-slider-1 .posted-on a {
    color: #111;
}

.entry-meta-slider-1 .author a:hover,
.entry-meta-slider-1 .cat-links a:hover,
.entry-meta-slider-1 .posted-on a:hover,
.sy-card__content-white .entry-title a:hover
{
    color: #22A7F0;
}

.entry-meta .author,
.entry-meta .cat-links,
.entry-meta .posted-on,
.entry-meta .comments {
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
}

.entry-meta .posted-on a,
.entry-meta .comments a {
    color: #999;
}

.entry-meta .posted-on a:hover,
.entry-meta .comments a:hover {
    color: #22A7F0;
}

.entry-meta .author a {
    color: #333;
}

.entry-meta .author a:hover {
    color: #22A7F0;
}

.author {
    position: relative;
}

.entry-meta .author:after {
    content: '.';
    color: #999;
    position: absolute;
    right: 7px;
    top: -4px;
}

.entry-meta .posted-on:after {
    content: '.';
    color: #999;
    position: absolute;
    right: 7px;
    top: -4px;
}

.single .entry-meta-2 .author,
.single .entry-meta-2 .cat-links,
.single .entry-meta-2 .posted-on,
.single .entry-meta-2 .comments {
    padding-right: 1.4rem;
}

.entry-meta-2 .author,
.entry-meta-2 .cat-links,
.entry-meta-2 .posted-on,
.entry-meta-2 .comments {
    text-transform: capitalize;
    color: #999;
    padding-right: 1rem;
    font-size: 16px;
    padding-top: .6rem;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .entry-meta-2 .author, .entry-meta-2 .cat-links, .entry-meta-2 .posted-on, .entry-meta-2 .comments {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .entry-meta-2 .author, .entry-meta-2 .cat-links, .entry-meta-2 .posted-on, .entry-meta-2 .comments {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .entry-meta-2 .author, .entry-meta-2 .cat-links, .entry-meta-2 .posted-on, .entry-meta-2 .comments {
        font-size: 14px;
    }
}

.entry-meta-2 .sy-icon {
    transform: translateY(-3px);
    margin-right: 3px;
}

.entry-meta-2 .author a {
    color: #333;
}

.entry-meta-2 .author a:hover {
    color: #22A7F0;
}

.entry-meta-2 .posted-on a {
    color: #999;
}

.entry-meta-2 .posted-on a:hover {
    color: #22A7F0;
}

.entry-meta-2 .cat-links a,
.entry-meta-2 .cat-links {
    color: #999;
    font-size: .8rem;
}

.entry-meta-2 .cat-links a:hover {
    color: #22A7F0;
}

.single .entry-meta-2 .cat-links a,
.single .entry-meta-2 .cat-links {
    color: #999;
    font-size: 1rem;
}

.single .entry-meta-2 .cat-links a:hover {
    color: #22A7F0;
}

.sy-author--name a {
    color: #333;
}

.sy-author--url a {
    color: #666;
}

.sy-author--name a:hover,
.sy-author--url a:hover {
    color: #22A7F0;
}

.sy-author--bio {
    color: #999;
}

.sy-author--image > img {
    width: 100px;
}

.sy-social-share {
    margin-top: 2rem;
}

.sy-social-share .sy-icon {
    transform: translateY(-4px);
}

.heroslider3 .slide-img {
    margin-right: 30px;
    width: calc(33.33% - 12px);
}

@media only screen and (max-width: 991px) {
    .heroslider3 .slide-img {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 768px) {
    .heroslider3 .slide-img {
        width: 100%;
    }
}

.sy-card__img {
    overflow: hidden;
}

.sy-card__content-white .cat-links a,
.sy-card__content-white .cat-links,
.sy-card__content-white .entry-title a,
.sy-card__content-white .entry-description,
.sy-card__content-white .author a,
.sy-card__content-white .posted-on a
{
    color: #fff;
}

.sy-swiper-icon-white svg {
    fill: #fff;
}

.sy-card-2 {
    margin-bottom: 2rem;
}

.sy-card-2 .sy-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2763480392156863) 47%, rgba(0,0,0,0.6965161064425771) 100%);
    width: 100%;
}

.sy-card-2 .cat-links a,
.sy-card-2 .entry-title a,
.sy-card-2 .author a,
.sy-card-2 .posted-on a,
.sy-card-2 .cat-links
{
    color: #fff;
}

.sy-card-2 .sy-icon {
    fill: #fff;
}

/*reloader CSS*/
.load-more-block.active {
    display: block;
}

.load-more-block {
    display: block;
}

/*=============================================
=            Side Menu CSS            =
=============================================*/

.admin-bar .side-menu-block .side-menu {
    margin-top: 2rem;
}

.nnc-side-nav {
    padding-top: 4rem;
}

.nnc-side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nnc-side-nav ul li {
    padding: .6rem 1rem;
}

.nnc-side-nav ul li a {
    color: #333;
}

.nnc-side-nav ul li a:hover {
    color: #22A7F0;
}

.nnc-side-nav .menu-item-has-children {
    position: relative;
}

.nnc-side-nav li.menu-item-has-children a {
    padding-right: 0;
    display: block;
}

.nnc-side-nav ul li ul.sub-menu {
    height: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    box-shadow: -1px 0 0 0 #ccc;
}

.nnc-side-nav .menu-item-has-children:hover ul.sub-menu {
    height: auto;
    transition: all 300ms ease-in-out;
}

.nnc-side-nav .menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu  {
    display: none;
}

.nnc-side-nav .menu-item-has-children ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.side-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.side-menu {
    width: 460px;
    height: 100vh;
    position: fixed;
    left: -460px;
    top: 0;
    transition: left 500ms ease-in-out;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

@media only screen and (max-width: 480px) {

    .side-menu {
        width: 340px;
    }
}
.active .side-menu {
    left: 0;
    transition: left 500ms ease-in-out;
}

.side-menu-block {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.side-menu-block.active {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out;
}

.side-menu .main-navigation li {
    width: 100%;
}

/*Animation*/
.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.sy-top-bar__info .list-inline .list-inline-item {
	margin-left: 0;
	margin-right: 1.5rem;
}

.sy-mobile-menu {
    margin-right: 2rem;
}

.sy-header--one .sy-mobile-menu {
    margin-right: 0;
}

.sy-header--two .sy-mobile-menu {
    margin-right: 0;
    text-align: right;
}

.side-menu .side-menu__box {
    padding-left: 2rem;
}

.nnc-side-menu {
    margin-right: 1.2rem;
}

.sy-content-area {
    background-color: #fff;
    padding: 1.875rem;
    box-shadow: 0 3px 4px 0px #eee;
    margin-bottom: 1.875rem;
}

#secondary {
    background-color: #fff;
    padding: 1.875rem;
    margin-bottom: 1.875rem;
    box-shadow: 0 3px 4px 0px #eee;
}

.single-post .post-thumbnail img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .slider-none {
        display: none;
    }
}