/*
Theme Name: Newstation
Theme URI: https://themepalace.com/downloads/newstation
Author: Theme Palace
Author URI: https://themepalace.com
Description: Newstation, Clean and elegantly designed multipurpose WordPress theme. It is ideal for magazines, blogs, and especially news-related websites. It is the most flexible theme you will ever find to create almost any website imaginable. Newstation is a cleanly coded WordPress theme that offers enough design freedom to fit any website while not losing the design aesthetic and coherent user experience. The theme is simple to install, and anyone with little or no programming experience may create a professional-looking website. In addition to this, Newstation is fully compatible with WooCommerce plugins to start an online store. It includes ad spots to display ads on the website. It is also browser compatible, responsive, mobile-optimized, and prioritizes performance.
Version: 1.0.1
Requires PHP: 5.6
Requires at least: 5.0
Tested up to: 5.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: newstation
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, portfolio, news, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Newstation is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Sections
	## Featured Slider 
# Footer
# Responsive

--------------------------------------------------------------*/

.backtotop {
    text-align: center;
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: #D039AB;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    bottom: -100px;
    right: 25px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    cursor: pointer;
    z-index: 300;
}

.backtotop:hover {
    background-color: #D039AB;
}

.backtotop:hover svg {}

.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
    0% {
        border-color: #e30048;
    }

    25% {
        border-color: #D039AB;
    }

    50% {
        border-color: #9acf0b;
    }

    75% {
        border-color: #a93d7b;
    }

    100% {
        border-color: #f1ad02;
    }
}

@keyframes colorchange {
    0% {
        border-color: #e30048;
    }

    25% {
        border-color: #D039AB;
    }

    50% {
        border-color: #9acf0b;
    }

    75% {
        border-color: #a93d7b;
    }

    100% {
        border-color: #f1ad02;
    }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/***
====================================================================
## Start CSS
====================================================================
***/

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

#page {
    position: relative;
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

.h3-space {
    letter-spacing: -1px;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #6745c5;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

.featured-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}


/***
====================================================================
## Social Icons
====================================================================
***/

.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li {
    text-align: center;
    display: inline-block;
    position: relative;
    height: auto;
    list-style: none;
}

.social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border-radius: 50%;
}

.social-icons li a svg {
    fill: #2f3241;
}

.social-icons li a:hover svg,
.social-icons li a:focus svg {
    fill: #D039AB;
}


/***
====================================================================
## Main Menu
====================================================================
***/

.main-navigation {
    display: block;
    position: relative;
}

#top-navigation .main-navigation:before,
div#top-navigation .main-navigation:after {
    clear: both;
    display: table;
    content: "";
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
}


/**
 * Site Branding
 * -------------------------------------------------------------
 */

.site-branding-container {
    position: relative;
}

.site-branding-container .wrapper {
    position: relative;
    z-index: 1;
}

#top-navigation .site-branding-wrapper {
    display: none;
}

.site-branding {
    /*text-align: center;*/
}

.site-logo {
    width: auto;
    max-height: 100%;
    margin-right: 20px;
}

.site-logo img {
    max-width: 100%;
    /*-webkit-filter: brightness() invert(1);
    -moz-filter: brightness() invert(1);
    -ms-filter: brightness() invert(1);
    -o-filter: brightness() invert(1);
    filter: brightness() invert(1);*/
}


/**
 * Icon
 * -------------------------------------------------------------
 */

#top-navigation .icon-wrapper {
    display: none;
}

.icon-wrapper .social-icons:after {
    margin: 0 20px;
}

.icon-wrapper .social-icons li:not(:last-child) {
    margin-right: 10px;
}

.main-navigation ul .social-icons ul.menu {
    display: block;
    width: 100%;
    left: 0;
}

.main-navigation ul ul {
    text-align: left;
    float: left;
    position: absolute;
    background-color: transparent;
    padding: 0;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

/*.main-navigation ul .social-icons ul.menu li a {
    width: 30px;
}*/

/*.main-navigation ul ul a {
    width: 225px;
}*/


/**
 * Masthead
 * -------------------------------------------------------------
 */

#masthead {
    position: relative;
    width: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3000;
}

#masthead .main-navigation ul.nav-menu>li {
    padding: 15px 15px 15px 25px;
    border-bottom: solid 1px #eee;
}

#masthead .main-navigation ul.nav-menu>li:last-child {
    border-bottom: none;
}

#masthead .main-navigation ul.nav-menu>li>a {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#masthead .main-navigation ul.nav-menu li>a:hover,
#masthead .main-navigation ul.nav-menu li:hover>a {
    color: #6745c5;
}


/**
 * Menu Toggle
 * -------------------------------------------------------------
 */

.menu-toggle {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: .6em 1em;
    z-index: 111;
}

.menu-toggle:focus {
    outline: dotted #a09f9f;
}

.menu-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 0 10px;
}

#top-navigation .menu-label {
    color: #2f3241;
}

#top-navigation .menu-label:hover {
    color: #fff;
}

#top-navigation .menu-toggle svg {
    fill: #2f3241;
}

#top-navigation .menu-toggle:hover svg {
    fill: #fff;
}

#masthead .menu-label {
    color: #2f3241;
}

#masthead .menu-toggle svg {
    fill: #2f3241;
}

svg.icon-menu {
    fill: #fff;
    vertical-align: baseline;
    width: 30px;
    height: 30px;
}

svg.icon-close,
.menu-toggle.active svg.icon-menu {
    display: none;
}

.menu-toggle.active svg.icon-close {
    display: block;
}

svg {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

svg.icon-close {
    width: 15px;
    height: 15px;
    fill: #fff;
}

svg.icon-close {
    width: 20px;
    height: 20px;
}

@media screen and (min-width: 1025px) {
    /**
     * Elements
     * -------------------------------------------------------------
     */
    .main-menu {
        position: absolute;
        background-image: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 30%) 100%);
        top: 0;
        left: 0;
        right: 0;
        z-index: 111;
    }
    .main-navigation {
        display: block !important;
    }
    .main-navigation {
        align-items: center;
        display: flex !important;
        height: auto !important;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation ul.nav-menu {
        display: flex !important;
        align-items: center;
        height: auto !important;
    }


    /**
     * Top Navigation
     * -------------------------------------------------------------
     */
    #top-navigation {
        padding: 15px 0;
    }


    /**
     * Site Branding
     * -------------------------------------------------------------
     */
    .site-branding-container {
        width: 75%
    }
    #top-navigation .site-branding-wrapper {
        float: none;
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    .site-branding-wrapper {
        float: left;
    }
    .site-logo img {
        max-width: 100%;
        /*-webkit-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        -o-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);*/
        filter: unset;
    }
    #masthead .site-branding-wrapper {
        display: none;
    }


    /**
     * Icon
     * -------------------------------------------------------------
     */
    #top-navigation .icon-wrapper {
        display: flex;
        align-items: center;
        float: right;
    }
    .icon-wrapper {
        float: right;
        width: 25%;
        padding: 10px 0;
    }
    .icon-wrapper .social-icons {
        /*float: left;*/
        float: right;
        padding-left: 25px;
    }
    .icon-wrapper .social-icons ul.menu {
        float: right;
    }
    .icon-wrapper .social-icons ul.menu li a svg {
        fill: #fff;
    }
    .main-navigation ul.nav-menu .social-icons {
        display: none;
    }
    /*#top-navigation .main-navigation ul {
        float: left;
    }
    #top-navigation .main-navigation ul.nav-menu li a {
        font-weight: 400;
    }*/
    /*.main-navigation ul ul {
        border: solid 1px #000;
    }
    .main-navigation ul ul li:not(:last-child) {
        border-bottom: solid 1px #000;
    }*/
    /*.main-navigation .social-icons {
        float: right;
        padding-left: 25px;
    }*/
    /*.main-navigation a,
    .main-navigation ul.nav-menu>li>a,
    #site-navigation a {
        color: #fff;
    }*/


    /**
     * Masthead
     * -------------------------------------------------------------
     */
    #site-navigation {
        text-align: center;
    }
    #site-navigation.main-navigation {
        /*border-top: solid 1px rgb(255 255 255 / 10%);
        border-bottom: solid 1px rgb(255 255 255 / 10%);*/
    }
    #masthead .main-navigation ul.nav-menu,
    #masthead .main-navigation {
        display: block !important;
        height: auto !important;
    }
    #masthead .main-navigation ul.nav-menu {
        background: #fff;
    }
    #masthead .main-navigation ul.nav-menu li {
        padding: 15px 10px;
        border-bottom: none;
    }
    #masthead .main-navigation ul.nav-menu li>a {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }
    #masthead .main-navigation ul.nav-menu li>a:hover,
    #masthead .main-navigation ul.nav-menu>li:hover>a {
        color: #6745c5;
    }
}

/*@media screen and (min-width: 1200px) {
    #masthead #primary-menu {
        padding: 10px 0;
    }
}*/

/*@media screen and (min-width: 1900px) {
    #masthead #primary-menu {
        padding: 15px 0;
    }
}*/

@media screen and (max-width: 1024px) {
    /**
     * Elements
     * -------------------------------------------------------------
     */
    .main-navigation {
        position: static;
    }
    .main-navigation {
        display: none;
        position: absolute;
        width: 100%;
        max-width: 100%;
        background-color: #fff;
        top: 100%;
        left: auto;
        right: 0;
        margin-top: 0;
        z-index: 30000;
    }
    .main-navigation .wrapper {
      width: 100%;
      padding: 0;
    }
    /*.main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        border-top: solid 1px #eee;
    }*/


    /**
     * Top Navigation
     * -------------------------------------------------------------
     */
    #top-navigation {
        background-color: #fff;
        border-bottom: solid 1px #eee;
    }


    /**
     * Site Branding
     * -------------------------------------------------------------
     */
    .site-branding-container {
        text-align: center;
        background: #2e057b;
    }
    .site-branding-container .wrapper {
        width: 100%;
        padding: 0;
    }
    .site-branding-wrapper {
        padding: 10px 0;
    }
    .site-logo {
        margin-right: 0;
    }


    /**
     * Icon
     * -------------------------------------------------------------
     */
    #top-navigation .main-navigation {
        display: none;
        background-color: #fff;
    }
    #top-navigation .icon-wrapper {
        padding: 15px 15px 15px 25px;
    }
    .main-navigation li.social-icons {
        padding: 10px 15px;
    }
    .main-navigation ul ul {
        float: none;
        display: none;
        position: relative;
        box-shadow: none;
        top: 0;
        left: 0;
        margin-bottom: 0;
    }
    /*.main-navigation ul ul a {
        width: 100%;
    }*/}


    /**
     * Masthead
     * -------------------------------------------------------------
     */
    #masthead .menu-toggle {
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    #masthead.site-header .main-navigation ul.nav-menu {
        max-width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .site-branding {
        display: block;
    }
    /*.site-logo {
        margin-right: 0;
    }*/
}


/***
====================================================================
## Content
====================================================================
***/

#content {}


/***
====================================================================
## Page Site Header
====================================================================
***/

#page-site-header {
    text-align: center;
    position: relative;
    padding: 298px 0;
    background-color: #333;
    background-position: 50%;
    background-size: cover;
}

/*.single #page-site-header {
    text-align: left;
}*/

#page-site-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 50%);
    top: 0;
    left: 0;
}

#page-site-header .wrapper {
    text-align: center;
    position: relative;
}

/*.single #page-site-header .wrapper {
    text-align: left;
}*/

#page-site-header .page-content {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(52, 55, 72) 50%, rgba(0,0,0,0) 100%);
    padding: 10px 20px;
}

#page-site-header .page-content p {
    margin: 0;
    padding: 0;
    color: #fff;
}

#page-site-header .page-header {    
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(52, 55, 72) 50%, rgba(0,0,0,0) 100%);
    padding: 10px 20px;
}

#page-site-header h2.page-title {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    #page-site-header h2.page-title {
        font-size: 32px;
    }
}

@media screen and (min-width: 1025px) {
    #page-site-header .wrapper {
        text-align: center;
        position: absolute;
        width: 90%;
        /*top: 50%;*/
        bottom: 30px;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*.single #page-site-header .wrapper {
        text-align: left;
    }*/
}

@media screen and (max-width: 1024px) {
    #page-site-header {
        padding: 150px 0;
    }
}


/***
====================================================================
## Categories-1
====================================================================
***/

#newstation_featured_news_section {
    padding: 50px 0;
}

.featured-news-post {
    position: relative;
    /*margin-top: 30px;*/
}

.featured-news-post .tab-content {
    display: none;
}

.featured-news-post .tab-content.active {
    display: block;
    background: none;
}

.featured-news-post article {
    position: relative;
    padding: 220px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.featured-news-post article .entry-container {
    /*text-align: center;*/
    position: absolute;
    /*background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 90%) 50%);
    padding: 150px 35px 30px 35px;*/
    background: rgb(255 255 255 / 90%);
    padding: 30px;
    bottom: 0;
    left: 0;
    right: 50%;
}

.featured-news-post article .entry-header {}

.featured-news-post article h2.entry-title {
    position: relative;
    font-weight: normal;
    color: #fff;
    padding: 15px 20px 15px 45px;
    background-image: linear-gradient(90deg,#2f057b 0%,#6745c5 100%);
    margin-bottom: 20px;
    margin-left: -45px;
}

.featured-news-post article h2.entry-title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #2f057b;
}

.featured-news-post article .entry-content {}

.featured-news-post article .entry-content p {
    margin: 0;
    /*color: #fff;*/
}

@media screen and (min-width: 1025px) {
    .featured-news-wrapper {
        width: 100%;
    }
    .featured-news-post {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    #newstation_featured_news_section {
        padding: 65px 0;
    }
    .featured-news-post {
        /*margin-top: 0;*/
    }
}

@media screen and (max-width: 992px) {
    .featured-news-post article .entry-container {
        padding: 15px;
    }
    .featured-news-post article h2.entry-title {
        padding-right: 15px;
        padding-left: 30px;
        margin-left: -30px;
    }
}

@media screen and (max-width: 767px) {
    .featured-news-post article .entry-container {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;

        right: 15px;
    }
    .featured-news-post article h2.entry-title {
        font-size: 27px;
    }
}

/***
====================================================================
## Post 3-1
====================================================================
***/

#newstation_top_politician_section {
    padding: 50px 0;
    /*padding-top: 0;*/
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f1f1f1' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 7px;
    border-top: solid 1px #f8f8f8;
    border-bottom: solid 1px #f8f8f8;
}

.slick-slide {
    outline: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

#newstation_top_politician_section .top-politician-wrapper {
    /*align-items: center;
    display: table;*/
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(148 146 245 / 20%);
}

#newstation_top_politician_section .featured-image {
    /*display: table-cell;
    position: absolute;
    width: 40%;*/
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    /*padding-bottom: 0;*/
    padding: 100px 0;
}

@media screen and (min-width: 1200px) {
    #newstation_top_politician_section .featured-image {
        padding: 150px 0;
    }
}

#newstation_top_politician_section .entry-container {
    /*text-align: unset;
    display: table-cell;
    width: 60%;
    padding: 0 20px;*/
    padding: 20px;
}

#newstation_top_politician_section .entry-header {}

#newstation_top_politician_section h3.entry-title {
    /*padding: 0 48px 0 0;*/
}

#newstation_top_politician_section h3.entry-title a {
    color: #333;
}

#newstation_top_politician_section .entry-content {}

#newstation_top_politician_section .entry-content p {}

#newstation_top_politician_section .know-more {
    margin: 5px 0 10px 0;
}

#newstation_top_politician_section .btn {
    display: inline-block;
    position: relative;
    min-width: unset;
    min-height: unset;
    background: none;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    color: #333;
    padding: 0;
}

#newstation_top_politician_section .btn:hover,
#newstation_top_politician_section .btn:focus {
    color: #6745c5;
}

#newstation_top_politician_section .btn svg {
    fill: #D039AB;
    margin-left: 5px;
}

@media screen and (min-width: 1200px) {
    #newstation_top_politician_section {
        padding: 65px 0;
        /*padding-top: 0;*/
    }
}

@media screen and (min-width: 1900px) {
    #newstation_top_politician_section h3.entry-title {
        /*padding: 0 65px 0 0;*/
    }
}


/***
====================================================================
## Inner Content Wrapper
====================================================================
***/

#inner-content-wrapper {
    padding: 50px 0;
}

.home #inner-content-wrapper {}

.single #inner-content-wrapper {}

@media screen and (min-width: 1025px) {
    .right-sidebar #primary {
        float: left;
        width: 75%;
        padding-right: 30px;
    }
    .right-sidebar #secondary {
        float: left;
        width: 25%;
        padding-left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    #inner-content-wrapper {
        padding: 65px 0;
    }
}

@media screen and (max-width: 1024px) {
    #secondary {
        /*margin-top: 60px;*/
        margin-top: 110px;
    }
}

#main.site-main {}

.home #main.site-main {}

.single #main.site-main {}


/***
====================================================================
## Primary
====================================================================
***/


/**
 * Categories-2
 * -------------------------------------------------------------
 */

#business-news {
    margin-bottom: 60px;
}

.business-news-post {}

.business-news-full-width {}

.business-news-post article {
    background: none;
}

.business-news-post .business-news-wrapper {}

.business-news-post .featured-image {
    position: relative;
    padding: 170px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    /*margin-bottom: 20px;*/
}

.business-news-post .entry-container {}

.business-news-post .entry-header {}

.business-news-post h2.entry-title {
    font-weight: normal;
    position: relative;
    color: #fff;
    padding: 15px 20px 15px 35px;
    background-image: linear-gradient(90deg,#ff4a17 0%,#ff8a17 100%);
    margin-bottom: 20px;
    margin-left: -15px;
}

@media screen and (max-width: 767px) {
    .business-news-post h2.entry-title {
        font-size: 27px;
    }
}

.business-news-post h2.entry-title::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    border: none;
    border-top: solid 15px transparent;
    border-right: solid 15px #ff4a17;
}

.business-news-post .entry-content {}

.business-news-post .entry-content p {
    margin: 0;
}


/**
 * List Post
 * -------------------------------------------------------------
 */

.archive-blog-wrapper {}

.archive-blog-wrapper article {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(148 146 245 / 20%);
}

.archive-blog-wrapper article:not(:last-child) {
    margin-bottom: 60px;
}

.archive-blog-wrapper article .featured-image {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 20px;
}

.archive-blog-wrapper article .entry-container {
    padding: 0 20px 20px;
}

.archive-blog-wrapper article .entry-header {}

.archive-blog-wrapper article h3.entry-title {}

.archive-blog-wrapper article h3.entry-title a {
    color: #333;
}

.archive-blog-wrapper article .entry-content {}

.archive-blog-wrapper article .entry-content p {
    margin: 0;
}

@media screen and (min-width: 567px) {
    .archive-blog-wrapper article {
        display: table;
        position: relative;
        width: 100%;
    }
    .archive-blog-wrapper article .featured-image {
        display: table-cell;
        position: absolute;
        width: 47.85%;
        height: 100%;
        margin-bottom: 0;
        padding: 0;
        top: 0;
        left: 0;
    }
    .archive-blog-wrapper article .entry-container {
        display: table-cell;
        width: 52.15%;
        padding: 25px 25px 25px 40px;
    }
}

@media screen and (min-width: 992px) {
    .archive-blog-wrapper article .featured-image {
        width: 40.6%;
    }
    .archive-blog-wrapper article .entry-container {
        width: 59.4%;
        padding: 43px 50px;
        /*padding-right: 0;*/
    }
}


/***
====================================================================
## Single
====================================================================
***/

.single #primary article {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(148 146 245 / 20%);
}

.single #primary article .wp-image {
    position: relative;
    margin-bottom: 20px;
}

.single #primary article .wp-image img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}

.single #primary article .entry-container {
    padding: 0 20px 20px;
}

.single #primary article .entry-header {}

.single #primary article h2.entry-title {
    font-weight: normal;
}

.single #primary article .entry-content {}

.single #primary article .entry-content h3 {}

.single #primary article .entry-content p {}

@media screen and (max-width: 767px) {
    .single #primary article .wp-image img {
        height: auto;
    }
}


/***
====================================================================
## Secondary
====================================================================
***/

#secondary .widget {
    margin-bottom: 30px;
    padding: 25px 15px 15px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(148 146 245 / 20%);
}

#secondary .widget:last-child {}

#secondary .widget .widget-header {
    /*overflow: hidden;*/
    position: relative;
}

#secondary .widget h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

#secondary .widget h2.widget-title:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #D039AB;
    left: -15px;
    top: 0;
}

#secondary .widget h2.widget-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    left: 0;
    bottom: -5px;
}

#secondary .widget h2.widget-title a {
    color: #333;
}


/**
 * Widget Slidder News
 * -------------------------------------------------------------
 */

.widget_slidder_news {
    position: relative;
}

.widget_slidder_news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_slidder_news li {
    position: relative;
    margin: 0;
    padding: 110px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.widget_slidder_news .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
}

.widget_slidder_news .entry-container {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.widget_slidder_news .entry-header {}

.widget_slidder_news h2.entry-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.widget_slidder_news h2.entry-title a {
    color: #fff;
}

.widget_slidder_news h2.entry-title a:hover,
.widget_slidder_news:hover h2.entry-title a {
    color: #fff;
}


/**
 * Widget Recent News
 * -------------------------------------------------------------
 */

.widget_recent_news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_recent_news li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget_recent_news li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget_recent_news li:before,
.widget_recent_news li:after {
    clear: both;
    display: table;
    content: "";
}

.widget_recent_news .recent-news-wrapper {
    /*display: table;*/
    position: relative;
    align-items: center;
    width: 100%;
}

.widget_recent_news .featured-image {
    /*display: table-cell;
    position: absolute;
    width: 30%;*/
    float: left;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    /*top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding-bottom: 0;*/
}

.widget_recent_news .entry-container {
    display: table-cell;
    /*text-align: unset;
    width: 70%;*/
    padding: 25px 0 0 15px;
}

.widget_recent_news .entry-header {}

.widget_recent_news h2.entry-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

.widget_recent_news h2.entry-title a {
    color: #333;
}

.widget_recent_news h2.entry-title a:hover,
.widget_recent_news li:hover h2.entry-title a {
    color: #6745c5;
}


/***
====================================================================
## Footer
====================================================================
***/

#colophon {
    text-align: center;
    position: relative;
    padding: 15px 0;
    background-color: #2e057b;
}

.site-info {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.site-info a {
    color: #fff;
}

.site-info .wrapper {}


/***
====================================================================
## Slick Prev-Next
====================================================================
***/

.widget_slidder_news button {
    position: absolute;
    background-color: transparent;
    border-radius: 0;
    top: 20px;
}

.widget_slidder_news .slick-next {
    right: 5px;
    background-color: #fff;
    border-color: #fff;
}

.widget_slidder_news .slick-prev {
    left: auto;
    right: 40px;
    background-color: #fff;
    border-color: #fff;
}

.widget_slidder_news .slick-prev:hover,
.widget_slidder_news .slick-next:hover,
.widget_slidder_news .slick-prev:focus,
.widget_slidder_news .slick-next:focus {
    /*background-color: unset;
    border-color: #aaa #bbb #bbb;*/
    background-color: #fff;
    border-color: #fff;
}

.widget_slidder_news .slick-prev:hover:before,
.widget_slidder_news .slick-next:hover:before,
.widget_slidder_news .slick-prev:focus:before,
.widget_slidder_news .slick-next:focus:before {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.slick-prev:before,
.slick-next:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.slick-prev:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}


/***
====================================================================
## End CSS
====================================================================
***/

/*--------------------------------------------------------------
#  Slick Slider
--------------------------------------------------------------*/
/*.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.slick-prev:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #E73819;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
    color: #7b7b7b;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #333;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    text-align: left;
}

tr {
    border: 1px solid #ccc;
}

td,
th {
    padding: 10px 25px;
    font-weight: 400;
}

th {
    color: #fff;
}

td#next {
    text-align: right;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    color: #444;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    word-wrap: break-word;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #fff;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #6745c5;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote {
    padding: 21px 25px;
    margin: 30px 0;
    font-size: 22px;
    line-height: 1.5;
}

blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

blockquote p:before,
blockquote p:after {
    content: "“";
    display: inline-block;
}

blockquote p:after {
    content: "”";
}

blockquote p {
    margin: 0;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0.5em;
}

dt {
    font-weight: bold;
    margin-bottom: 1em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    display: inline-block;
    overflow: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    outline: thin dotted;
}

input[type="text"],
input[type="url"],
input[type="number"],
input[type="color"],
textarea {
    width: 100%;
    color: #6745c5;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 10px;
    background-color: #eaedf3;
    border: 1px solid #eaedf3;
}

select {
    border: 1px solid #e0e0e0;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: thin dotted;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead .social-icons {
    margin: 10px 0 0;
}

.site-logo+#site-identity {
    margin-top: 15px;
}

.site-title {
    margin: 0;
    line-height: 1.3;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-title a {
    color: #fff;
}

.site-title a:hover,
.site-title a:focus {
    opacity: 0.8;
}

.site-description {
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Lato', sans-serif;
}

.main-navigation ul.nav-menu li:hover>svg,
.main-navigation li.menu-item-has-children:hover>a>svg,
.main-navigation li.menu-item-has-children>a:hover>svg,
.main-navigation ul.nav-menu>li.current-menu-item>a>svg {
    fill: #D039AB;
}

.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    text-transform: capitalize !important;
}

.main-navigation ul.sub-menu a:after {
    float: right;
}

.main-navigation .social-menu-item ul {
    display: block;
    border: none;
}

.main-navigation .social-menu-item ul li a {
    width: 40px;
    border: 1px solid #d6d6d6;
}

.main-navigation .social-menu-item ul li a:hover,
.main-navigation .social-menu-item ul li a:focus {
    opacity: 0.8;
}

.main-navigation .social-menu-item .social-icons {
    margin: 0;
    padding: 20px 15px 20px 25px;
}

.main-navigation+.social-icons {
    display: none;
}

.main-navigation ul.nav-menu>li>a.search:hover svg.icon-search,
.main-navigation ul.nav-menu>li>a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
    fill: #D039AB;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    color: #333;
}

form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}

/*.main-navigation form.search-form {
    min-width: 320px;
}
*/
#masthead .home-icon>a svg.icon-home {
    width: 24px;
    height: 24px;
    margin-top: -3px;
}

input.search-field {
    height: 50px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}

.main-navigation svg.icon-down {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    fill: #7b7b7b;
}

.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #7b7b7b;
    position: absolute;
    right: 15px;
    top: 17px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#site-menu #search {
    display: none;
}

.secondary-menu-toggle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.secondary-menu-toggle svg {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.secondary-menu-toggle svg.icon-close {
    display: none;
    fill: #000;
    width: 16px;
    height: 16px;
}

.secondary-menu-toggle.active svg.icon-menu-bar {
    display: none;
}

.secondary-menu-toggle.active svg.icon-close {
    display: block;
}

#site-menu .menu-toggle.active svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#top-navigation .main-navigation ul.nav-menu>li>a {
    text-transform: none;
}

svg.icon-user {
    margin-right: 5px;
    vertical-align: middle;
}

.main-navigation svg.icon-close {
    display: none;
}

button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 57px;
    line-height: 62px;
}

.main-navigation .dropdown-toggle.active>svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 3;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    background-color: #efefef;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

select:focus {
    outline: thin dotted;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

.widget.widget_archive li {
    text-align: right;
}

.widget.widget_archive li a {
    float: left;
}

#secondary-sidebar .widget {
    margin-bottom: 30px;
}

.textwidget img {
    margin-bottom: 15px;
    display: block;
}

.widget.widget_text .btn {
    margin-top: 20px;
}

.textwidget a {
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
}

#secondary .widget .social-icons {
    text-align: center;
    margin-top: -10px;
}

#secondary .widget .social-icons li a:hover svg,
#secondary .widget .social-icons li a:focus svg {
    fill: #fff;
}

#secondary-sidebar .widget ul,
#left-sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget svg {
    fill: #D039AB;
}

#secondary-sidebar a,
#secondary-sidebar li {
    color: #000;
    text-decoration: none;
}

#secondary-sidebar a:hover,
#secondary-sidebar a:focus {
    color: #6745c5;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.entry-summary {
    margin: 0;
}

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
    position: relative;
}

.relative {
    display: block;
    position: relative;
}

.relative:before,
.relative:after {
    content: "";
    display: table;
    clear: both;
}

.page-section {
    padding: 50px 0;
}

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section-header {
    position: relative;
    overflow: hidden;
}

.section-title,
.widgettitle {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.btn {
    padding: 14px 30px;
    font-size: 14px;
    line-height: 26px;
    min-height: 55px;
    display: inline-block;
    text-transform: uppercase;
    min-width: 161px;
    border: none;
    background-color: #D039AB;
    color: #fff;
    position: relative;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.btn:hover,
.btn:focus {
    background-color: #2f3241;
    color: #fff;
}

#infinite-handle {
    text-align: center;
    margin-bottom: 30px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

.footer-widgets-area .widget .social-icons li {
    display: inline-block;
    width: auto;
}

#masthead .social-icons li a {
    line-height: 30px;
}

/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:hover {
    background-color: #3c5798;
}

.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
    background-color: #1ea0f1;
}

.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
    background-color: #0077B5;
}

.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
    background-color: #ec7161;
}

.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
    background-color: #cc181e;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
    background-color: #f4a09c;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
    background-color: #E6001C;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
    background-color: #205081;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
    background-color: #323131;
}

.social-icons li a[href*="codepen.io"]:hover {
    background-color: #333;
}

.social-icons li a[href*="flickr.com"] {
    background-color: #025FDF;
}

.social-icons li a[href$="/feed/"]:hover {
    background-color: #089DE3;
}

.social-icons li a[href*="foursquare.com"]:hover {
    background-color: #F94877;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
    background-color: #9A26C9;
}

.social-icons li a[href*="tumblr.com"]:hover {
    background-color: #56BC8A;
}

.social-icons li a[href*="reddit.com"]:hover {
    background-color: #FF4500;
}

.social-icons li a[href*="vimeo.com"] {
    background-color: #00ADEF;
}

.social-icons li a[href*="digg.com"] {
    background-color: #00ADEF;
}

.social-icons li a[href*="twitch.tv"] {
    background-color: #0E9DD9;
}

.social-icons li a[href*="stumbleupon.com"] {
    background-color: #EB4924;
}

.social-icons li a[href*="delicious.com"] {
    background-color: #0076E8;
}

.social-icons li a[href*="mailto:"] {
    background-color: #4169E1;
}

.social-icons li a[href*="soundcloud.com"] {
    background-color: #FF5500;
}

.social-icons li a[href*="wordpress.org"] {
    background-color: #0073AA;
}

.social-icons li a[href*="wordpress.com"] {
    background-color: #00AADC;
}

.social-icons li a[href*="jsfiddle.net"] {
    background-color: #396AB1;
}

.social-icons li a[href*="tripadvisor.com"] {
    background-color: #FFE090;
}

.social-icons li a[href*="angel.co"] {
    background-color: #333;
}

.social-icons li a[href*="slack.com"] {
    background-color: #E60264;
}

/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/

.tab-wrapper {
    text-align: right;
}

.same-background {
    padding-top: 0;
}

#left-sidebar .widget,
#secondary.right-sidebar .widget,
#primary-ad-1,
#primary-ad-2,
#primary-ad-3 {
    margin-bottom: 32px;
}

.featured-news {
    width: 100%;
    display: block;
}

.widget_posts_slider .slick-arrow,
{
top: -45px;
}

.widget_posts_slider .slick-prev {
    left: auto;
    right: 40px;
}

#secondary .read-more,
#secondary-sidebar .read-more {
    color: #D039AB;
}

#secondary .read-more:hover,
#secondary-sidebar .read-more:hover,
#secondary .read-more:focus,
#secondary-sidebar .read-more:focus {
    color: #2f3241;
}

/*--------------------------------------------------------------
#  Single Post
--------------------------------------------------------------*/

.no-sidebar .archive-blog-wrapper .col-3 {
    margin: 0 -15px;
}

.no-sidebar .archive-blog-wrapper article {
    display: block;
}

.no-sidebar .archive-blog-wrapper article .featured-image {
    width: 100%;
    position: relative;
    padding: 200px 0;
    display: block;
    height: auto;
}

.no-sidebar .archive-blog-wrapper article .entry-container {
    padding: 43px 0px;
    width: 100%;
    display: block;
}

/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/

#colophon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.custom-menu ul li:last-child {
    margin-right: 0;
}

.widget_featured_post ul li .entry-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

#colophon ul li,
#colophon ul li a {
    color: #fff;
}

#colophon ul li a {
    text-decoration: none;
}

#colophon .cat-links li {
    margin-bottom: 0;
    margin-right: 3px;
    width: auto;
}

#colophon .widget-header {
    border-color: #383332;
}

#colophon .widget-title,
#colophon .widgettitle,
#colophon .textwidget p {
    color: #fff;
}

#colophon .textwidget p {
    margin: 0;
    font-size: 24px;
}

.footer-widgets-area.page-section {
    padding-bottom: 0;
}

#colophon .widget_text .textwidget {
    color: rgba(255, 255, 255, 0.60);
}

#colophon ul li a:hover,
#colophon ul li a:focus {
    color: #D039AB;
}

#colophon .cat-links a:hover,
#colophon .cat-links a:focus {
    opacity: 1;
}

.footer-widgets-area .wrapper {
    border-bottom: 1px solid #383332;
}

.footer-widgets-area .entry-title {
    font-size: 15px;
}

#colophon .widget_recent_entries ul li span {
    display: block;
    font-size: 16px;
}

#colophon .widget_recent_entries ul li span:before {
    content: "";
    background-image: url('assets/images/clock.svg');
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.site-info .social-icons {
    display: inline-block;
}

#colophon .site-info-wrapper ul.social-icons {
    padding: 22px 0;
}

.site-info-wrapper {
    padding: 50px 0;
}

.site-info span {
    display: inline-block;
    text-align: center;
    color: #808080;
}

.site-info span>span {
    color: #D039AB;
}

.site-info span:last-child {
    margin-bottom: 0;
}

.custom-menu {
    margin-bottom: 15px;
}

#colophon .social-icons li a svg {
    fill: #908e8d;
}

#colophon .social-icons li a:hover svg,
#colophon .social-icons li a:focus svg {
    fill: #fff;
}


/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {

    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        margin: 0 -15px;
    }

    .col-2 article,
    .col-3 article,
    .col-4 article,
    .col-5 article,
    .col-6 article {
        padding: 0 15px;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }

    .col-2 article:nth-child(2n+1),
    .col-3 article:nth-child(2n+1),
    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: left;
    }

    .col-2 article:nth-last-child(-n+2),
    .col-3 article:nth-last-child(-n+2),
    .col-4 article:nth-last-child(-n+2),
    .col-5 article:nth-last-child(-n+2),
    .col-6 article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    #single-column-news article {
        display: table;
        width: 100%;
        position: relative;
    }

    #single-column-news article .featured-image {
        width: 47.85%;
        margin-bottom: 0;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: table-cell;
    }

    #single-column-news article .entry-container {
        width: 52.15%;
        display: table-cell;
        padding: 25px 0 25px 20px;
    }
}

@media screen and (min-width: 767px) {
    .col-1 .hentry {
        width: 100%;
    }

    .col-2 .hentry {
        width: 50%;
        float: left;
    }

    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }

    .col-4 .hentry {
        width: 50%;
        float: left;
    }

    .col-5 .hentry {
        width: 20%;
        float: left;
    }

    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }

    .col-5 article,
    .col-6 article {
        width: 33.33%;
    }

    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: none;
    }

    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: left;
    }

    .col-5 article:nth-last-child(-n+3),
    .col-6 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    .site-branding+.site-advertisement {
        margin-top: 0;
    }

    .full-width.grid-layout .entry-title {
        font-size: 28px;
    }

    .thumbnail-wrapper.col-4 article {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }

    .featured-news {
        width: 47%;
        display: table-cell;
    }
}

@media screen and (min-width: 992px) {
    .col-4 .hentry {
        width: 25%;
        float: left;
    }

    .col-5 .hentry {
        width: 20%;
        float: left;
    }

    .col-4 article {
        width: 25%;
    }

    .col-5 article {
        width: 20%;
    }

    .col-6 article {
        width: 16.66%;
    }

    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: none;
    }

    .col-4 article:nth-child(4n+1),
    .col-5 article:nth-child(5n+1),
    .col-6 article:nth-child(6n+1) {
        clear: left;
    }

    .col-5 article:nth-last-child(-n+5),
    .col-6 article:nth-last-child(-n+6) {
        margin-bottom: 0;
    }

    .archive-blog-wrapper article .archive-post-wrapper .entry-container {
        padding: 43px 50px;
    }

    .site-info.col-2 span {
        width: 50%;
        float: left;
        text-align: left;
        margin-bottom: 0;
    }

    .site-info.col-2 span:nth-child(2) {
        width: 50%;
        float: right;
        text-align: right;
    }
}

@media screen and (min-width: 1025px) {
    .col-3 article {
        width: 33.33%;
    }

    .col-3 article:nth-child(2n+1) {
        clear: none;
    }

    .col-3 article:nth-child(3n+1) {
        clear: left;
    }

    .col-3 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    .page-template-default .main-menu {
        position: absolute;
        z-index: 111;
        left: 0;
        right: 0;
        top: 0;
        background: transparent;
    }

    .site-title {
        font-size: 42px;
    }

    #masthead .social-icons li:not(:last-child) {
        margin-right: 15px;
    }

    #masthead .social-icons {
        margin: 0;
    }

    .menu-overlay.active {
        display: none;
    }

    .second-design #site-navigation.main-navigation {
        border-top: unset;
        border-bottom: unset;
    }

    /*.site-branding-wrapper {
        clear: both;
        width: 100%;
        display: flex;
        align-items: center;
    }*/

    /*.site-branding {
        width: 25%;
        float: left;
        text-align: left;
        margin: 21px 0;
    }*/

    #top-navigation .main-navigation .nav-menu li:not(:first-child):after {
        content: "";
        background-color: #6a6a6a;
        position: absolute;
        width: 1px;
        height: 20px;
        top: 17px;
    }

    .main-navigation .social-menu-item ul {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        float: none;
        background-color: transparent;
        box-shadow: none;
    }

    .main-navigation .social-menu-item ul li:not(:last-child),
    .main-navigation .social-menu-item ul li a {
        border: none;
    }

    .main-navigation .social-menu-item .social-icons {
        padding: 5px 0;
    }

    .main-navigation li.social-menu-item {
        float: right;
    }

    .main-navigation .nav-menu>li>a>svg.icon-down {
        fill: #fff;
    }

    #top-navigation .main-navigation ul.nav-menu>li>a {
        color: #fff;
        padding: 11px 16px;
        position: relative;
    }

    #top-navigation .main-navigation ul.nav-menu>li:nth-last-child(-n+2)>a:after {
        display: none;
    }

    .main-navigation li.menu-item-has-children:hover>a>svg,
    .main-navigation li.menu-item-has-children>a:hover>svg {
        fill: #000;
    }

    .main-navigation ul.nav-menu>li:hover>a>svg,
    .main-navigation ul.nav-menu>li.current-menu-item>a>svg {
        fill: #D039AB;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 0;
        right: auto;
    }

    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
        right: auto;
    }

    .main-navigation ul.sub-menu li a {
        border-bottom: none;
    }

    .main-navigation ul.sub-menu li:hover>a,
    .main-navigation ul.sub-menu li:focus>a {
        color: #D039AB;
    }

    .main-navigation ul.sub-menu>li:last-child>a {
        border-bottom: none;
    }

    #masthead .social-icons li a svg {
        fill: #fff;
    }

    #masthead .main-navigation ul ul li .sub-menu li a,
    #masthead .main-navigation ul li .sub-menu li a,
    #masthead .main-navigation ul ul li.menu-item-has-children>a {
        padding-right: 35px;
        color: #000;
    }

    #masthead .main-navigation ul ul li a svg {
        display: inline-block;
        top: 17px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .main-navigation ul.nav-menu ul li.current-menu-item>a,
    .main-navigation ul.nav-menu ul li:hover>a,
    .main-navigation ul.nav-menu ul li:focus>a {
        color: #D039AB;
    }

    .main-navigation ul ul li.menu-item-has-children:hover>a>svg,
    .main-navigation ul ul li.menu-item-has-children>a:hover>svg {
        fill: #D039AB;
    }

    button.dropdown-toggle,
    .menu-toggle {
        display: none;
    }

    .main-navigation ul.nav-menu>li.menu-item-has-children:hover>a:before {
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        width: 10px;
        height: 10px;
        margin: auto;
    }

    .main-navigation .left-menu {
        padding-left: 50px;
    }

    .main-navigation ul.nav-menu>li.left-menu>a,
    .main-navigation ul.nav-menu>li.right-menu>a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .main-navigation li.left-menu+li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .menu-sticky .nav-shrink #site-navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #1a1a1a;
    }

    .menu-sticky .site-content {
        z-index: -111;
    }

    .customize-support.menu-sticky .nav-shrink #site-navigation {
        top: 20px;
    }

    .nav-shrink .main-navigation {
        padding: 10px 0;
    }

    #top-navigation .main-navigation ul.nav-menu>li.current-menu-item>a,
    #top-navigation .main-navigation ul.nav-menu>li>a:hover,
    #top-navigation .main-navigation ul.nav-menu>li:hover>a {
        color: #D039AB;
    }

    #top-navigation .main-navigation ul.nav-menu>li.current-menu-item>a svg,
    #top-navigation .main-navigation ul.nav-menu>li>a:hover svg,
    #top-navigation .main-navigation ul.nav-menu>li:hover>a svg {
        fill: #D039AB;
    }

    #masthead .main-navigation ul.nav-menu>li.main-navigation-search:before {
        display: none;
    }

    .main-navigation form.search-form ::-webkit-input-placeholder {
        color: #fff;
    }

    .inner-wrapper-sticky {
        padding-bottom: 50px;
        display: block;
    }

    .left-sidebar #primary {
        width: 75%;
        float: left;
        padding-right: 30px;
    }

    .left-sidebar #secondary {
        width: 25%;
        float: left;
    }

    .left-sidebar #secondary {
        padding-right: 15px;
    }

    .left-sidebar #primary {
        padding-left: 30px;
        padding-right: 0;
        float: right;
    }

    .boxed-layout,
    .frame-layout {
        background-image: url('assets/images/pattern.png');
    }

    .boxed-layout #page,
    .frame-layout #page {
        max-width: 1200px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }

    .frame-layout #page {
        margin: 50px auto;
    }

    #main-post-wrapper #left-sidebar {
        width: 25%;
        float: left;
        padding-right: 15px;
    }

    #main-post-wrapper #primary {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    #main-post-wrapper .right-sidebar {
        width: 25%;
        float: left;
        padding-left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .page-section {
        padding: 65px 0;
    }

    .thumbnail-wrapper.col-4 article {
        width: 25%;
    }

    .full-width.grid-layout .featured-image {
        padding: 250px 0;
    }

    .site-info.col-3 span,
    .site-info.col-3 .social-icons {
        width: 20%;
        float: left;
    }

    .site-info.col-3 span {
        text-align: left;
    }

    .site-info.col-3 .custom-menu {
        width: 60%;
        float: left;
        text-align: center;
    }

    .site-info.col-3 .social-icons {
        float: right;
        text-align: right;
    }
}

@media screen and (min-width: 1900px) {
    .page-section {
        padding: 85px 0;
    }

    .wrapper {
        max-width: 1440px;
    }

    .mid-advertisement {
        padding: 0;
    }

    /*#site-navigation a,
    #secondary-navigation a {
        font-size: 16px;
    }*/

    #top-navigation .main-navigation ul.nav-menu>li>a {
        padding: 11px 18px;
    }

    /*.main-navigation ul.nav-menu>li>a {
        padding: 13px 22px;
    }*/

    .site-info:before {
        max-width: 1410px;
    }

    .site-info.col-3 span,
    .site-info.col-3 .social-icons {
        width: 15%;
    }

    .site-info.col-3 .custom-menu {
        width: 70%;
    }

    #colophon ul li a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }

    .main-navigation ul.sub-menu li {
        padding-right: 0;
    }

    .main-navigation .menu-item-has-children>a:before {
        content: "";
        float: right;
        position: relative;
        right: 25px;
        background-color: #ccc;
        width: 1px;
        height: 25px;
    }

    .main-navigation .menu-item-has-children>a:after {
        padding-top: 3px;
    }

    .main-navigation ul.sub-menu li a {
        padding: 15px 15px 15px 25px;
    }

    .main-navigation ul.sub-menu li a {
        padding-left: 50px;
    }

    .main-navigation ul.sub-menu ul li a {
        padding-left: 75px;
    }

    .main-navigation ul.sub-menu ul ul li a {
        padding-left: 100px;
    }

    .main-navigation ul.sub-menu ul ul ul li a {
        padding-left: 125px;
    }

    .main-navigation .menu-item-has-children a svg {
        display: none;
    }

    .main-navigation ul.sub-menu li a {
        border-left: none;
    }

    .main-navigation svg.icon-down {
        fill: #333;
        margin-top: -5px;
    }

    .main-navigation ul.sub-menu {
        border: none;
    }

    .main-navigation .sub-menu svg {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        top: 28px;
    }

    body.home:not(.blog) #secondary {
        margin-top: 0;
    }

    .mid-advertisement {
        margin: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .section-header-wrapper {
        display: block;
    }
}

@media screen and (max-width: 567px) {
    .site-logo+#site-identity {
        margin-top: 20px;
    }
}

.section-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

::placeholder {
    color: #b2afaf !important;
    opacity: 1;
    padding-left: 5px;
    font-size: 15px;
}

/*=================Top Bar===========================*/

#top-bar {
    background-color: #000;
    color: #fff;
    padding: 0;
    min-height: 50px;
    z-index: 3;
}

#top-bar svg.icon-up,
#top-bar svg.icon-down {
    margin: auto;
    display: block;
    cursor: pointer;
    fill: #fff;
}

#top-bar ul {
    padding: 0;
    margin: 0;
}

#top-bar svg.icon-up,
#top-bar.top-menu-active svg.icon-down {
    display: none;
}

#top-bar.top-menu-active svg.icon-up {
    display: block;
}

.secondary-menu {
    float: right;
}

#top-bar ul li {
    float: left;
    list-style: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#top-bar .col-1 .hentry {
    text-align: center;
}

#top-bar .col-1 ul li {
    float: none;
    display: inline-block;
}

#top-bar .col-1 .secondary-menu {
    float: none;
}

.secondary-menu a {
    color: #738f9d;
}

#top-bar svg {
    fill: #fff;
}

#top-bar .social-icons li a svg {
    width: 18px;
    height: 18px;
}

#top-bar ul.social-icons li {
    margin-right: 15px;
}

#top-bar ul.social-icons li:last-child {
    margin-right: 0;
}

#top-bar ul.social-icons li a:hover svg,
#top-bar ul.social-icons li a:focus svg {
    fill: #fff;
}

#top-bar .wrapper {
    display: none;
    padding-top: 15px;
    margin-top: 8px;
}

#top-bar {
    cursor: pointer;
    min-height: auto;
    padding: 10px;
    background-color: #000;
}

#top-bar ul li {
    float: none;
    text-align: center;
}

#top-bar .col-2 .hentry {
    width: 100%;
}

#top-bar .secondary-menu {
    float: none;
    text-align: center;
    padding: 10px 0;
}

#top-bar.top-menu-active:before {
    content: "";
    background-color: #fff;
    opacity: 0.4;
    position: absolute;
    top: 35px;
    width: 100%;
    left: 0;
    height: 1px;
}

@media screen and (min-width: 1025px) {
    #top-bar.top-menu-active:before {
        content: unset;
    }

    #top-bar {
        padding: 0;
    }

    #top-bar svg.dropdown-icon {
        display: none !important;
    }

    #top-bar .col-2 .hentry {
        width: 50%;
        float: left;
    }

    #top-bar .wrapper {
        display: block !important;
        height: auto !important;
        padding-top: unset;
        margin-top: unset;
    }

    #top-bar ul li {
        float: left;
    }

    #top-bar .secondary-menu {
        float: right;
    }
}

/*============featured news===================*/

.featured-news-side-post ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 6px;
}

.featured-news-side-post>ul>li:not(:last-child) {
    margin-bottom: 25px;
}

.featured-news-side-post>ul>li:before,
.featured-news-side-post>ul>li:after {
    display: table;
    content: "";
    clear: both;
}

.featured-news-side-post>ul>li:not(:last-child) {
    margin-bottom: 25px;
}

.featured-news-side-post article {
    padding: 0 15px 0 0;
}

.featured-news-post .entry-title a {
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.featured-news-post .entry-title a:hover,
.featured-news-post .entry-title a:focus {
    color: #D039AB;
}

.featured-news-sidebar ul {
    margin: 0;
    padding: 0;
}

.featured-news-sidebar ul.section-header {
    margin: 0;
    padding: 0;
    margin-bottom: 30px !important;
}

.featured-news-sidebar ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.featured-news-sidebar ul li:not(:last-child) {
    padding-right: 25px;
}

#newstation_featured_news_section .featured-news-sidebar .sidebar-post-wrapper {
    display: table;
    position: relative;
    align-items: center;
    width: 100%;
}

#newstation_featured_news_section .featured-news-sidebar .featured-image {
    width: 30%;
    position: absolute;
    display: table-cell;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#newstation_featured_news_section .featured-news-sidebar .entry-container {
    text-align: unset;
    width: 70%;
    display: table-cell;
    padding: 0 15px;
}

#newstation_featured_news_section .featured-news-sidebar article:not(:last-child) {
    margin-bottom: 25px;
}

.featured-news-sidebar ul li {
    position: relative;
}

.featured-news-sidebar {
    margin-top: 30px;
}

.featured-news-sidebar ul li.active:after {
    content: "";
    background-color: #D039AB;
    width: 65px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.featured-news-sidebar .sidebar-tab li .section-title {
    color: #808080;
    cursor: pointer;
}

.featured-news-sidebar .sidebar-tab li.active .section-title {
    color: #000;
}

@media screen and (min-width: 767px) {
    .featured-news-side-post>ul>li {
        width: 50%;
        float: left;
    }

    .featured-news-side-post>ul>li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width: 1025px) {
    #newstation_featured_news_section .featured-news-side-post {
        float: left;
        width: 35%;
        padding-right: 15px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .featured-news-side-post>ul>li {
        width: 100%;
        float: none;
    }

    .featured-news-side-post .entry-title a,
    .featured-news-sidebar .entry-title {
        font-size: 15px;
    }

    .featured-news-side-post>ul>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .featured-news-sidebar {
        margin-top: 0;
    }

    #newstation_featured_news_section .featured-news-sidebar .entry-title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1900px) {

    .featured-news-side-post .entry-title a,
    .featured-news-sidebar .entry-title a {
        font-size: 20px;
    }

    .featured-news-post article {
        padding: 200px 0;
    }

    #newstation_featured_news_section .featured-news-sidebar article:not(:last-child) {
        margin-bottom: 20px;
    }

    .featured-news-sidebar ul li:not(:last-child) {
        padding-right: 35px;
    }

    .featured-news-post .entry-container {
        padding: 150px 60px 30px 60px;
    }
}

/*====================top politician========================*/

#newstation_top_politician_section .section-header .btn {
    float: right;
}

@media screen and (min-width: 1900px) {
    .widget-area .widget .entry-title a {
        font-size: 16px;
    }
}

#primary-ad-1 .featured-image img,
#primary-ad-2 .featured-image img,
#primary-ad-3 .featured-image img {
    width: 100%;
    object-fit: cover;
}


#business-news .btn {
    background-color: unset;
    border: unset;
    border-radius: unset;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    line-height: unset;
    min-height: unset;
    min-width: unset;
    font-size: 15px;
}

#business-news .btn:hover,
#business-news .btn:focus {
    color: #D039AB;
}

#business-news .section-header .btn {
    float: right;
}

#business-news .btn svg {
    fill: #D039AB;
    margin-left: 8px;
}

.business-news-sub-width .featured-image {
    padding: 100px 0;
    margin-bottom: 10px;
}

.business-news-sub-width article {
    margin-bottom: 15px;
}

.business-news-full-width .entry-title a {
    font-size: 20px;
}

#newstation_primary_post .entry-title {
    margin-bottom: 0;
    font-size: 20px;
}

#newstation_primary_post .view-all {
    margin-top: 42px;
    margin-left: 42px;
}

@media screen and (min-width: 767px) {
    .business-news-sub-width article {
        width: 50%;
        float: left;
    }

    .business-news-sub-width article {
        padding: 0 10px;
    }

    #newstation_primary_post .primary-post-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
    }

    #newstation_primary_post .entry-container {
        text-align: unset;
        width: 60%;
        padding: 0px 40px;
    }

    #newstation_primary_post .featured-image {
        width: 40%;
        padding: 0;
        position: relative;
    }
}

@media screen and (min-width: 1025px) {
    #content-wrapper #primary {
        width: 75%;
        float: left;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1200px) {
    .business-news-full-width .entry-title a {
        font-size: 24px;
    }
}

@media screen and (min-width: 1900px) {
    .business-news-full-width .entry-title a {
        font-size: 28px;
    }
}

.widget_right_sidebar_ad img {
    width: 100%;
}

.featured-post-wrapper {
    display: inline-block;
    width: 100%;
}

.widget_featured_items .featured-post-wrapper {
    display: table;
    position: relative;
    align-items: center;
    width: 100%;
}

.widget_featured_items .featured-image {
    width: 30%;
    position: absolute;
    display: table-cell;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_featured_items .entry-container {
    text-align: unset;
    width: 70%;
    display: table-cell;
    padding: 0px 10px;
}

.widget_featured_items .entry-title {
    margin-bottom: 2px;
}


@media screen and (min-width: 1025px) {
    #content-wrapper #secondary {
        width: 25%;
        float: left;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1900px) {
    .widget-area .widget .entry-title a {
        font-size: 16px;
    }
}

.featured-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-content-wrapper .entry-title {
    color: #fff;
    font-size: 32px;
    margin: 0 0 22px;
    font-weight: 600;
    line-height: 1.25;
}

.featured-content-wrapper .entry-title a {
    color: #fff;
}

.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-title a:focus {
    opacity: 0.8;
}

.featured-content-wrapper .entry-content {
    color: #fff;
    margin: 0 0 35px;
}

.featured-content-wrapper .btn {
    margin: 5px;
}

.featured-content-wrapper .btn:not(:first-child) {
    background-color: #fff;
    border-color: #fff;
    color: #1d70c9;
}

.featured-content-wrapper .btn:hover,
.featured-content-wrapper .btn:focus,
.featured-content-wrapper .btn:not(:first-child):hover,
.featured-content-wrapper .btn:not(:first-child):focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.featured-content-wrapper .btn:hover .more-icon,
.featured-content-wrapper .btn:focus .more-icon {
    background-color: #fff;
}

.featured-content-wrapper .btn:hover .more-icon svg,
.featured-content-wrapper .btn:focus .more-icon svg {
    fill: #1d70c9;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-arrow {
    background-color: #1d70c9;
    border-radius: 10px;
}

@media screen and (min-width: 1200px) {
    .featured-content-wrapper .entry-title {
        font-size: 42px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

@media screen and (min-width: 1900px) {}

.grid-layout article:not(:last-child) {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# 				Dark Version
--------------------------------------------------------------*/
.dark-version {
    background-color: #000;
}

.dark-version .archive-blog-wrapper .post-wrapper,
.dark-version #featured-posts-section .entry-title a,
.dark-version input[type="text"],
.dark-version input[type="url"],
.dark-version input[type="number"],
.dark-version input[type="color"],
.dark-version textarea,
.dark-version #top-bar {
    background-color: #111;
}

.dark-version,
.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version p,
.dark-version a,
.dark-version figcaption,
.dark-version cite,
.dark-version blockquote,
.dark-version pre,
.dark-version #secondary ul li a,
.dark-version #respond label,
.dark-version input[type="text"],
.dark-version input[type="url"],
.dark-version input[type="number"],
.dark-version input[type="color"],
.dark-version textarea,
.dark-version .featured-news-sidebar .sidebar-tab li.active .section-title,
.dark-version #newstation_top_politician_section .btn {
    color: #fff;
}

.dark-version #secondary ul li a:hover,
.dark-version #secondary ul li a:focus {
    color: #D039AB;
}

.dark-version #top-navigation .social-icons li a svg {
    fill: #000;
}

.dark-version .social-icons li a svg {
    fill: #fff;
}

.dark-version input[type="text"],
.dark-version input[type="url"],
.dark-version input[type="number"],
.dark-version input[type="color"],
.dark-version textarea {
    border-color: #111;
}

.dark-version .site-logo img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dark-version.default-design #secondary .widget {
    background-color: unset;
}

.dark-version #newstation_our_service_section article {
    border: 1px solid rgb(221 221 221 / 9%);
}

@media screen and (min-width: 1025px) {

    .dark-version #top-navigation .main-navigation ul.nav-menu>li.current-menu-item>a,
    .dark-version #top-navigation .main-navigation ul.nav-menu>li>a:hover,
    .dark-version #top-navigation .main-navigation ul.nav-menu>li:hover>a,
    .dark-version.blog #top-navigation .main-navigation ul.nav-menu>li>a:hover,
    .dark-version.single #top-navigation .main-navigation ul.nav-menu>li>a:hover,
    .dark-version.blog .main-navigation a:hover,
    .dark-version.blog .main-navigation ul.nav-menu>li>a:hover,
    .dark-version.blog #site-navigation a:hover,
    .dark-version.single .main-navigation a:hover,
    .dark-version.single .main-navigation ul.nav-menu>li>a:hover,
    .dark-version.single #site-navigation a:hover,
    .dark-version.blog #top-navigation .main-navigation ul.nav-menu>li>a:focus,
    .dark-version.single #top-navigation .main-navigation ul.nav-menu>li>a:focus,
    .dark-version.blog .main-navigation a:focus,
    .dark-version.blog .main-navigation ul.nav-menu>li>a:focus,
    .dark-version.blog #site-navigation a:focus,
    .dark-version.single .main-navigation a:focus,
    .dark-version.single .main-navigation ul.nav-menu>li>a:focus,
    .dark-version.single #site-navigation a:focus {
        color: #D039AB;
    }

    .dark-version #top-navigation .social-icons li a svg,
    .dark-version.blog #top-navigation .social-icons li a svg,
    .dark-version.single #top-navigation .social-icons li a svg,
    .dark-version.blog .main-navigation .nav-menu>li>a>svg.icon-down,
    .dark-version.single .main-navigation .nav-menu>li>a>svg.icon-down {
        fill: #fff;
    }

    .dark-version.blog #top-navigation .main-navigation ul.nav-menu>li>a,
    .dark-version.single #top-navigation .main-navigation ul.nav-menu>li>a,
    .dark-version.blog .main-navigation a,
    .dark-version.blog .main-navigation ul.nav-menu>li>a,
    .dark-version.blog #site-navigation a,
    .dark-version.single .main-navigation a,
    .dark-version.single .main-navigation ul.nav-menu>li>a,
    .dark-version.single #site-navigation a {
        color: #fff;
    }

    .dark-version .main-navigation ul.nav-menu>li:hover>a>svg,
    .dark-version .main-navigation ul.nav-menu>li.current-menu-item>a>svg,
    .dark-version.blog .main-navigation .nav-menu>li>a:hover svg.icon-down,
    .dark-version.single .main-navigation .nav-menu>li>a:hover svg.icon-down,
    .dark-version.blog .main-navigation .nav-menu>li>a:focus svg.icon-down,
    .dark-version.single .main-navigation .nav-menu>li>a:focus svg.icon-down {
        fill: #D039AB;
    }

}

ul.tabs li a {
    padding: unset;
    margin-bottom: 0;
}