/*
Theme Name: Easy Magazine Pro
Theme URI:
Author: Creativ Themes
Author URI:
Description: Easy Magazine Pro is a unique and modern WordPress theme built for news and magazine websites. It includes lots of features such as sidebar layout options, boxed or frame layout, sticky menu, excerpt length, color options, typography options and so on. It is fully responsive and compatible with cross browsers like chrome, safari, opera, edge. This theme includes 11 homepage sections that consist of content types page, post and category to display the sections. It recommends contact form 7 and one click demo import plugin and demo data can be imported in just few seconds.
Version: 1.9
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 5.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: easy-magazine-pro
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-columns, custom-colors, custom-header, custom-logo

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.

Easy Magazine Pro 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 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
# Homepage Sections
    ## Breaking News
    ## Highlighted Posts
    ## Featured Posts
    ## Recent Posts
    ## Advertisement One 
    ## Popular Posts
    ## Trending Posts
    ## Advertisement Two
    ## Most Viewed Posts
    ## Recommended Posts
    ## Latest Posts
# Footer
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#content {
    position: relative;
}

.boxed-layout,
.frame-layout {
    background-color: #f6f6f6;
}

.boxed-layout #page {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

.frame-layout #page {
    max-width: 1600px;
    width: 90%;
    margin: 50px auto;
    background-color: #1a1a1a;
}

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;
}

dfn {
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #282828;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

mark {
    background: #ff0;
    color: #111;
}

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="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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;
}

#wp-calendar {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
tbody {
    text-align: left;
}

tr {
    border: 1px solid #aaa;
}

td,
th {
    padding: 5px;
    font-weight: 400;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
}
p {
    margin: 0 0 1em;
}
p:last-child {
    margin-bottom: 0;
}
dfn,
cite,
em,
i {
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f6f6f6;
    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 #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
}

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;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    margin: 0;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

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: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 25px;
    position: relative;
    background-color: #4DB2EC;
    border: 2px solid #4DB2EC;
    z-index: 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;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

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 {
    color: #fff;
    background-color: #000;
    border-color: #000;
    outline: thin dotted;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #333;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    padding: 12px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #333;
    outline: thin dotted;
}

textarea {
    width: 100%;
}
#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}
#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    margin-top: 0;
}
#respond label {
    margin-bottom: 15px;
    display: block;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
    margin: 21px 0 0;
}
#comments {
    margin-top: 35px;
    padding: 50px;
    background-color: #fff;
}
#respond {
    margin-top: 35px;
}
.logged-in-as a {
    color: #4DB2EC;
}
.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #282828;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #4DB2EC;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #000;
}

a:focus {
    outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-bar {
    padding: 5px 0;
    background-color: #1a1d20;
}
#top-bar a {
    text-decoration: none;
}
#top-bar .widget {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}
#top-bar .widget + .widget {
    margin-top: 15px;
}
.widget_address_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_address_block ul li {
    display: inline-block;
}
.widget_address_block ul li i {
    margin-right: 8px;
}
#top-bar .widget_address_block ul li {
    color: #fff;
    margin-right: 30px;
}
#top-bar .widget_address_block ul li a {
    color: #fff;
}
#top-bar .widget_address_block ul li a:hover,
#top-bar .widget_address_block ul li a:focus {
    opacity: 0.8;
}
#top-bar .widget ul li:not(:last-child) {
    margin-bottom: 0;
}
#masthead {
    position: relative;
    z-index: 3000;
    background-color: #fff;
}
#masthead a {
    text-decoration: none;
}
.site-details-wrapper {
    text-align: center;
    padding: 15px 0;
    background-size: cover;
    background-position: 50%;
}
.site-branding, 
#site-advertisement {
    padding: 10px 0;
}
#site-advertisement img {
    max-height: 90px;
    width: 100%;
    object-fit: cover;
}
.site-logo, 
#site-identity {
    display: inline-block;
    vertical-align: middle;
}
.site-title {
    font-size: 32px;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.site-description {
    margin: 0;
    line-height: 1.3;
    font-size: 18px;
    letter-spacing: 0.01em;
}
.site-logo a {
    display: block;
    margin-right: 15px;
}
.site-logo img {
    max-height: 80px;
    width: auto;
}
.main-navigation {
    display: block;
    position: relative;
    background-color: #1a1d20;
    width: 100%;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul ul li a {
    padding: 10px 15px;
}
.main-navigation ul ul a:after {
    float: right;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation ul.nav-menu > li > a {
    color: #555555;
}
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu > li.focus > a {
    color: #4DB2EC;
}
.main-navigation form.search-form input {
    background-color: #111;
    border-color: #111;
    color: #111;
    font-weight: 400;
}
.main-navigation a {
    display: block;
    font-weight: bold;
    color: #212121;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 225px;
}
.main-navigation ul.nav-menu .current_page_item > a,
.main-navigation ul.nav-menu .current-menu-item > a,
.main-navigation ul.nav-menu .current_page_ancestor > a,
.main-navigation ul.nav-menu .current-menu-ancestor > a {
    color: #4DB2EC;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    padding: 0 50px 0 15px;
    width: 100%;
}
.menu-toggle {
    font-size: 16px;
    margin: auto;
    display: block;
    height: 80px;
    position: relative;
    background-color: transparent;
    min-width: 64px;
    border: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
    background-color: #4DB2EC;
}
.menu-toggle span {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin: 7px 0;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    color: #000;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
}
button.dropdown-toggle.active i {
    transform: rotate(-180deg);
    transform-origin: center;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.nav-links .nav-next a:after {
    content: "\f0da";
    margin-left: 10px;
    margin-right: 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    display: block;
    color: #212529;
    text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
    color: #4DB2EC;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    color: #4DB2EC;
    background-color: #ffe2cf;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #4DB2EC;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    margin-right: 25px;
    width: auto;
    height: auto;
    position: relative;
    top: 2px;
    background-color: transparent;
    color: #4DB2EC;
}
.pagination .page-numbers.prev:hover, 
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:focus, 
.pagination .page-numbers.next:focus {
    color: #111;
    background-color: transparent;
}
.pagination .page-numbers.next {
    margin-left: 18px;
    margin-right: 0;
    background-color: transparent;
}
.nav-previous span {
    padding-left: 30px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 30px;
    float: right;
    text-align: right;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
/*--------------------------------------------------------------
# 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,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}
#colophon .widget {
    margin: 0 0 40px;
}
#colophon .widget.widget_text {
    margin-bottom: 20px;
}
#colophon .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}

.widget input {
    height: 40px;
    padding: 0 15px;
    border: none;
}

form.search-form button.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    padding: 0;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    height: 50px;
    padding: 0;
}
.widget_search form.search-form input[type="search"] {
    padding: 0 55px 0 15px;
    height: 50px;
    background-color: #fff;
    color: #000;
    border: none;
}
.widget_search form.search-form input[type="search"]:focus {
    border-color: #4DB2EC;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    font-weight: 600;
}

.widget-title {
    font-size: 18px;
    margin: 0 0 32px;
    color: #fff;
}

.widget li:not(:last-child) {
    margin-bottom: 10px;
}

#secondary .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212529;
    letter-spacing: 0.01em;
}
#secondary a {
    color: #333;
    font-weight: 400;
}
#secondary a:hover,
#secondary a:focus {
    color: #4DB2EC;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 35px;
}
#secondary .widget {
    background-color: #f6f6f6;
    padding: 30px;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.author img {
    display: block;
    text-align: center;
    margin: 20px auto;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #111;
}
.page-header small {
    font-size: 12px;
    color: #4DB2EC;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.posts-wrapper.col-3 article:nth-child(3n) {
    border-right: 1px solid #e4e4e4;
}
.post-categories a {
    color: #4DB2EC;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.tags-links {
    margin-bottom: 20px;
    display: inline-block;
}
.tags-links span {
    margin: 0 8px 8px 0;
}
.tags-links a {
    border: 1px solid #4DB2EC;
    display: inline-block;
    padding: 5px 8px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    background-color: #4DB2EC;
    text-decoration: none;
}
.tags-links a:hover,
.tags-links a:focus {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.single .date a:before,
.entry-meta .author:before,
span.comments-link a:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}
.entry-meta .cat-links a {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    padding: 6px 10px;
    text-decoration: none;
}
.entry-meta .cat-links a:hover,
.entry-meta .cat-links a:focus {
    background-color: #4DB2EC;
    color: #fff;
}
.entry-meta .cat-links {
    visibility: hidden;
}
.entry-meta .cat-links a {
    visibility: visible;
}
.entry-meta .author:before {
    content: "\f007";
    color: #4DB2EC;
}
span.comments-link a:before {
    content: "\f086";
}
.single .date a:before {
    content: "\f017";
}
.author.vcard {
    margin-left: 5px;
}
.byline {
    visibility: hidden;
}
.byline .author.vcard {
    visibility: visible;
    margin-left: -20px;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
    margin-bottom: 0;
}
.navigation.post-navigation,
.navigation.posts-navigation {
    padding: 20px 30px;
    margin-top: 35px;
    background-color: #f6f6f6;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.error-404.not-found {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.error-404.not-found .page-title {
    font-size: 38px;
}
.no-sidebar #secondary {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 120px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-left: 105px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
    border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 49px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
    border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 25px;
    position: relative;
    background-color: #4DB2EC;
    border: 2px solid #4DB2EC;
    z-index: 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;
}
.reply a:hover,
.reply a:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
    color: #4DB2EC;
}
.comment-metadata a,
.comment-metadata a time {
    color: #333;
}
.comment-metadata a,
.comment-metadata time {
    font-size: 14px;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
    color: #4DB2EC;
}
.comment-metadata time {
    font-weight: 500;
}
.comment-metadata {
    display: block;
    margin-bottom: 10px;
}
.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 80px;
}
.comment-content p {
    font-weight: 400;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}
.entry-content {
    margin-top: 0;
}
.wrapper {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-section {
    padding: 50px 0;
}
.page-section + .page-section {
    padding-top: 0;
}
.entry-title,
.section-title {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 600;
    word-wrap: break-word;
}
.section-title {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    background-color: #4DB2EC;
    line-height: 1;
    padding: 10px 15px;
}
.section-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #4DB2EC;
}
.entry-title a {
    color: #000;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #4DB2EC;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    position: relative;
    background-color: #4DB2EC;
    border: 2px solid #4DB2EC;
    border-radius: 25px;
    z-index: 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;
}
.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.featured-image {
    position: relative;
}
.col-1 article, 
.col-2 article, 
.col-3 article, 
.col-4 article,
.col-5 article,
.col-6 article {
    margin-bottom: 30px;
    width: 100%;
}
.col-1 article:last-child, 
.col-2 article:last-child, 
.col-3 article:last-child, 
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -4px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 4px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
    display: inline-block;
    width: auto;
}
.social-icons li:not(:last-child) {
    margin-right: 5px;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    list-style: none;
}
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons li:not(:last-child) {
    margin-right: 10px;
}
.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.20);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Brands";
}
.social-icons li a:hover {
    color: #fff;
}
.social-icons li a:before {
    content: "\f19a";
}

.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
  content: "\f39e";
}

.social-icons li a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-icons li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-icons li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-icons li a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-icons li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-icons li a[href*="pinterest.com"]:before {
  content: "\f231";
}

.social-icons li a[href*="bitbucket.org"]:before {
  content: "\f171";
}

.social-icons li a[href*="github.com"]:before {
  content: "\f113";
}

.social-icons li a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-icons li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-icons li a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-icons li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-icons li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-icons li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-icons li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-icons li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-icons li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-icons li a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.social-icons li a[href*="mailto:"]:before {
  content: "\f0e0";
}
.social-icons li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.social-icons li a[href*="wordpress.org"]:before {
  content: "\f19a";
}
.social-icons li a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-icons li a[href*="jsfiddle.net"]:before {
  content: "\f1cc";
}

.social-icons li a[href*="tripadvisor.com"]:before {
  content: "\f262";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="angel.co"]:before {
  content: "\f209";
}

.social-icons li a[href*="slack.com"]:before {
  content: "\f198";
}

.social-icons li a[href*="tiktok.com"]:before {
  content: "\e07b";
}

/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
    background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
    background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
    background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
    background-color: #ec7161 !important;
}

.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
    background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
    background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
    background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
    background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
    background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus {
    background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus {
    background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
    background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
    background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
    background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
    background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
    background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
    background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
    background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
    background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
    background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
    background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
    background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
.social-icons li a[href*="wordpress.com"]:focus {
    background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
    background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
    background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
    background-color: #111000 !important;
}

.social-icons li a[href*="tiktok.com"]:hover,
.social-icons li a[href*="tiktok.com"]:focus {
    background-color: #7d88e3 !important;
}

/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    background-color: #333;
    background-size: cover;
    background-position: 50%;
    position: relative;
    text-align: center;
    padding: 150px 0;
}
#page-site-header .overlay {
    opacity: 0.4;
}
#page-site-header .page-title {
    color: #fff;
    font-size: 42px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
#page-site-header .page-header {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    background-color: #222;
    padding: 20px 0;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.trail-items li a {
    color: rgba(255, 255, 255, 0.30);
}
.trail-items li a:hover,
.trail-items li a:focus {
    color: #fff;
}
.trail-items .separator {
    color: rgba(255, 255, 255, 0.30);
    padding: 0 2px;
}
/*--------------------------------------------------------------
#  Slick Slider
--------------------------------------------------------------*/
.slick-slide {
    outline: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-next:before, 
.slick-prev:before {
    opacity: 1;
    content: "\f060";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
}
.slick-next:before {
    content: "\f061";
}
.slick-prev,
.slick-next {
    left: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 62px;
    background-color: rgba(0, 0, 0, 0.50);
}
.slick-prev {
    left: -10px;
}
.slick-next {
    left: auto;
    right: -10px;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #4DB2EC;
}
.slick-dots li {
    margin: 0 6px;
    width: auto;
    height: auto;
}
.slick-dots li button {
    background-color: #fff;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 12px;
}
.slick-dots li.slick-active button {
    background-color: #4DB2EC;
}
.slick-dots li button:before {
    display: none;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}

/*--------------------------------------------------------------
#  Breaking News Section
--------------------------------------------------------------*/
#breaking-news {
    padding: 30px 0;
}
#breaking-news .entry-title {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
#breaking-news a {
    text-decoration: none;
}
#breaking-news .slick-arrow {
    top: -40px;
    right: 0;
    left: auto;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background-color: #4DB2EC;
}
#breaking-news .slick-arrow:hover,
#breaking-news .slick-arrow:focus {
    background-color: #000;
}
#breaking-news .slick-arrow:before {
    font-size: 14px;
}
#breaking-news .slick-prev {
    right: 35px;
}

/*--------------------------------------------------------------
#  Highlighted Posts Section
--------------------------------------------------------------*/
#highlighted-posts {
    padding-bottom: 30px;
}
#highlighted-posts article {
    margin-bottom: 20px;
}
#highlighted-posts .highlighted-post-item {
    position: relative;
    background-color: #000;
}
#highlighted-posts .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
#highlighted-posts .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
#highlighted-posts .entry-title {
    font-size: 16px;
    margin: 0;
}
#highlighted-posts .entry-title a {
    color: #fff;
}
#highlighted-posts a {
    text-decoration: none;
}
#highlighted-posts .cat-links {
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
}
#highlighted-posts .date a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
#highlighted-posts .entry-title a:hover,
#highlighted-posts .entry-title a:focus,
#highlighted-posts .date a:hover,
#highlighted-posts .date a:focus {
    color: #fff;
    opacity: 0.8;
}

/*--------------------------------------------------------------
#  Featured Posts Section
--------------------------------------------------------------*/
#featured-posts .featured-post-item {
    position: relative;
}
#featured-posts .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    margin-bottom: 20px;
}
#featured-posts .entry-title {
    font-size: 18px;
    margin: 0 0 10px;
}
#featured-posts a {
    text-decoration: none;
}
#featured-posts .cat-links {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
}
#featured-posts .date a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgb(0 0 0 / 0.50);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
#featured-posts .date a:hover,
#featured-posts .date a:focus {
    background-color: #000;
}

/*--------------------------------------------------------------
#  Recent Posts Section
--------------------------------------------------------------*/
#recent-posts {
    padding-bottom: 30px;
}
#recent-posts article {
    margin-bottom: 20px;
}
#recent-posts .recent-post-item {
    position: relative;
    background-color: #000;
}
#recent-posts .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
#recent-posts .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
#recent-posts .entry-title {
    font-size: 16px;
    margin: 0;
}
#recent-posts .entry-title a {
    color: #fff;
}
#recent-posts a {
    text-decoration: none;
}
#recent-posts .cat-links {
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
}
#recent-posts .date a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
#recent-posts .entry-title a:hover,
#recent-posts .entry-title a:focus,
#recent-posts .date a:hover,
#recent-posts .date a:focus {
    color: #fff;
    opacity: 0.8;
}

/*--------------------------------------------------------------
#  Advertisement One/Two Section
--------------------------------------------------------------*/
#advertisement-one .site-advertisement-one,
#advertisement-two .site-advertisement-two {
    text-align: center;
}

/*--------------------------------------------------------------
#  Popular Posts Section
--------------------------------------------------------------*/
#popular-posts .popular-post-item {
    position: relative;
}
#popular-posts .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    margin-bottom: 20px;
}
#popular-posts .entry-title {
    font-size: 18px;
    margin: 0 0 10px;
}
#popular-posts a {
    text-decoration: none;
}
#popular-posts .cat-links {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
}
#popular-posts .date a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgb(0 0 0 / 0.50);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
#popular-posts .date a:hover,
#popular-posts .date a:focus {
    background-color: #000;
}

/*--------------------------------------------------------------
#  Trending Posts Section
--------------------------------------------------------------*/
#trending-posts .section-content {
    margin: 0 -10px;
}
#trending-posts article{
    padding: 0 10px;
}
#trending-posts .trending-post-item {
    position: relative;
}
#trending-posts .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    margin-bottom: 20px;
}
#trending-posts .entry-title {
    font-size: 18px;
    margin: 0 0 10px;
}
#trending-posts a {
    text-decoration: none;
}
#trending-posts .cat-links {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
}
#trending-posts .date a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgb(0 0 0 / 0.50);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
#trending-posts .date a:hover,
#trending-posts .date a:focus {
    background-color: #000;
}
#trending-posts .slick-arrow {
    top: -40px;
    right: 10px;
    left: auto;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background-color: #4DB2EC;
}
#trending-posts .slick-arrow:hover,
#trending-posts .slick-arrow:focus {
    background-color: #000;
}
#trending-posts .slick-arrow:before {
    font-size: 14px;
}
#trending-posts .slick-prev {
    right: 45px;
}

/*--------------------------------------------------------------
#  Most Viewed Posts Section
--------------------------------------------------------------*/
#most-viewed-posts .most-viewed-post-item {
    position: relative;
}
#most-viewed-posts .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    margin-bottom: 20px;
}
#most-viewed-posts .entry-title {
    font-size: 18px;
    margin: 0 0 10px;
}
#most-viewed-posts a {
    text-decoration: none;
}
#most-viewed-posts .cat-links {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
}
#most-viewed-posts .date a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgb(0 0 0 / 0.50);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
#most-viewed-posts .date a:hover,
#most-viewed-posts .date a:focus {
    background-color: #000;
}

/*--------------------------------------------------------------
#  Recommended Posts Section
--------------------------------------------------------------*/
#recommended-posts {
    padding-bottom: 30px;
}
#recommended-posts article {
    margin-bottom: 20px;
}
#recommended-posts .recommended-post-item {
    position: relative;
    background-color: #000;
}
#recommended-posts .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
#recommended-posts .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);
}
#recommended-posts .entry-title {
    font-size: 16px;
    margin: 0;
}
#recommended-posts .entry-title a {
    color: #fff;
}
#recommended-posts a {
    text-decoration: none;
}
#recommended-posts .cat-links {
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
}
#recommended-posts .date a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
#recommended-posts .entry-title a:hover,
#recommended-posts .entry-title a:focus,
#recommended-posts .date a:hover,
#recommended-posts .date a:focus {
    color: #fff;
    opacity: 0.8;
}

/*--------------------------------------------------------------
# Latest Posts
--------------------------------------------------------------*/
#featured-posts + #blog {
    padding-top: 0;
}
.blog-posts-wrapper .post-item {
    position: relative;
}
.blog-posts-wrapper .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 100px 0;
    margin-bottom: 20px;
}
.blog-posts-wrapper .entry-title {
    font-size: 18px;
    margin: 0 0 10px;
}
.blog-posts-wrapper a {
    text-decoration: none;
}
.blog-posts-wrapper .cat-links {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
}
.blog-posts-wrapper .date a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgb(0 0 0 / 0.50);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
.blog-posts-wrapper .date a:hover,
.blog-posts-wrapper .date a:focus {
    background-color: #000;
    color: #fff;
}

.blog-posts-wrapper .sticky .post-item {
    background-color: #222;
}
.blog-posts-wrapper .sticky .featured-image {
    margin-bottom: 0;
}
.blog-posts-wrapper .sticky .entry-container {
    padding: 25px 20px;
}
.blog-posts-wrapper .sticky .post-item .entry-title a,
.blog-posts-wrapper .sticky .post-item .entry-content {
    color: #fff;
}
.blog-posts-wrapper .sticky .post-item .entry-title a:hover,
.blog-posts-wrapper .sticky .post-item .entry-title a:focus {
    color: #4DB2EC;
}
.blog-posts-wrapper a {
    text-decoration: none;
}
.post-item .read-more a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.entry-meta a,
.entry-meta a:before {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:hover:before,
.entry-meta a:focus:before {
    color: #000;
}
.entry-meta > span {
    margin-right: 20px;
}
.read-more {
    margin-top: 5px;
}
#primary #main > article .entry-content {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce a.added_to_cart,
.wp-block-button.wc-block-grid__product-add-to-cart a {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    background-color: #4DB2EC;
    border: 1px solid #4DB2EC;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    -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;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.wp-block-button.wc-block-grid__product-add-to-cart a:hover,
.wp-block-button.wc-block-grid__product-add-to-cart a:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.woocommerce ul.products li.product .button {
    width: 100%;
}

.woocommerce a.added_to_cart,
.wp-block-button.wc-block-grid__product-add-to-cart a {
    margin-top: 10px;
    width: 100%;
}

.widget .wc-block-grid__products {
    margin: 0 -8px;
}

.wc-block-grid__product-link,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #333;
    text-align: center;
}

.wc-block-grid__product-link:hover,
.wc-block-grid__product-link:focus,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:focus,
.woocommerce ul.products li.product a:hover h2,
.woocommerce ul.products li.product a:focus h2 {
    color: #4DB2EC;
}

.wc-block-grid__product .wc-block-grid__product-onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    position: absolute;
    top: 20px;
    left: 20px;
    border: none;
    background-color: #f77c29;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 6px 12px;
    line-height: 1;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    right: auto;
    border-radius: 3px;
}

.wc-block-grid__product .wc-block-grid__product-image {
    margin: 0 0 25px;
}

.wc-block-grid__product-title,
.wc-block-grid__product .wc-block-grid__product-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.wc-block-grid__product .wc-block-grid__product-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-size: 16px;
    color: #333;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-size: 22px;
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.wc-block-grid__product .wc-block-grid__product-price del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
    margin-right: 7px;
    color: #aaa;
    font-weight: 400;
    opacity: 1;
}

.wc-block-grid__product .wc-block-grid__product-price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    background-color: transparent;
    font-weight: 500;
}

.wc-block-grid__product-rating .star-rating,
.woocommerce ul.products li.product .star-rating {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    width: 6.1em;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wc-block-grid__product-rating .star-rating span:before,
.woocommerce .star-rating span::before {
    color: #f77c29;
}

.wp-block-button.wc-block-grid__product-add-to-cart a {
    width: 100%;
}

.woocommerce #content > .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.woocommerce.single-product #content > .container {
    padding-bottom: 0;
}

.woocommerce .woocommerce-ordering select {
    padding: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 40px;
    display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none;
    background-color: transparent;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 40px 0 0;
    position: relative;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:focus {
    border-bottom: 2px solid #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #818692;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:focus a {
    color: #000;
}

.woocommerce #comments {
    margin-top: 0;
    padding: 0;
}

.woocommerce #page-site-header .page-header {
    display: none;
}

.comments-title, 
.comment-reply-title {
    font-family: 'Poppins', sans-serif;
}

.related.products > h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #4DB2EC;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
}

#cart-section {
    position: absolute;
    bottom: -40px;
    right: 20px;
    z-index: 1;
}

#cart-section a {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 10px;
}

#cart-section strong {
    display: inline-block;
    font-size: 11px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    position: absolute;
    top: -5px;
    right: 0;
    background: #cc1818;
    border-radius: 50%;
    line-height: 20px;
}

#cart-section svg {
    width: 20px;
    height: 20px;
}

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1.woocommerce #respond input#submit.alt, 
.header-font-1.woocommerce a.button.alt, 
.header-font-1.woocommerce button.button.alt,
.header-font-1.woocommerce input.button.alt,
.header-font-1 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-1.woocommerce #respond input#submit, 
.header-font-1.woocommerce a.button, 
.header-font-1.woocommerce button.button, 
.header-font-1.woocommerce input.button,
.header-font-1.woocommerce a.added_to_cart,
.header-font-1 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-1.woocommerce ul.products li.product .onsale,
.header-font-1.woocommerce span.onsale,
.header-font-1 .wc-block-grid__product-title,
.header-font-1 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-1.woocommerce ul.products li.product .price,
.header-font-1.woocommerce div.product p.price, 
.header-font-1.woocommerce div.product span.price,
.header-font-1.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Raleway', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2.woocommerce #respond input#submit.alt, 
.header-font-2.woocommerce a.button.alt, 
.header-font-2.woocommerce button.button.alt,
.header-font-2.woocommerce input.button.alt,
.header-font-2 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-2.woocommerce #respond input#submit, 
.header-font-2.woocommerce a.button, 
.header-font-2.woocommerce button.button, 
.header-font-2.woocommerce input.button,
.header-font-2.woocommerce a.added_to_cart,
.header-font-2 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-2.woocommerce ul.products li.product .onsale,
.header-font-2.woocommerce span.onsale,
.header-font-2 .wc-block-grid__product-title,
.header-font-2 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-2.woocommerce ul.products li.product .price,
.header-font-2.woocommerce div.product p.price, 
.header-font-2.woocommerce div.product span.price,
.header-font-2.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Poppins', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3.woocommerce #respond input#submit.alt, 
.header-font-3.woocommerce a.button.alt, 
.header-font-3.woocommerce button.button.alt,
.header-font-3.woocommerce input.button.alt,
.header-font-3 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-3.woocommerce #respond input#submit, 
.header-font-3.woocommerce a.button, 
.header-font-3.woocommerce button.button, 
.header-font-3.woocommerce input.button,
.header-font-3.woocommerce a.added_to_cart,
.header-font-3 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-3.woocommerce ul.products li.product .onsale,
.header-font-3.woocommerce span.onsale,
.header-font-3 .wc-block-grid__product-title,
.header-font-3 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-3.woocommerce ul.products li.product .price,
.header-font-3.woocommerce div.product p.price, 
.header-font-3.woocommerce div.product span.price,
.header-font-3.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Montserrat', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4.woocommerce #respond input#submit.alt, 
.header-font-4.woocommerce a.button.alt, 
.header-font-4.woocommerce button.button.alt,
.header-font-4.woocommerce input.button.alt,
.header-font-4 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-4.woocommerce #respond input#submit, 
.header-font-4.woocommerce a.button, 
.header-font-4.woocommerce button.button, 
.header-font-4.woocommerce input.button,
.header-font-4.woocommerce a.added_to_cart,
.header-font-4 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-4.woocommerce ul.products li.product .onsale,
.header-font-4.woocommerce span.onsale,
.header-font-4 .wc-block-grid__product-title,
.header-font-4 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-4.woocommerce ul.products li.product .price,
.header-font-4.woocommerce div.product p.price, 
.header-font-4.woocommerce div.product span.price,
.header-font-4.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Open Sans', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5.woocommerce #respond input#submit.alt, 
.header-font-5.woocommerce a.button.alt, 
.header-font-5.woocommerce button.button.alt,
.header-font-5.woocommerce input.button.alt,
.header-font-5 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-5.woocommerce #respond input#submit, 
.header-font-5.woocommerce a.button, 
.header-font-5.woocommerce button.button, 
.header-font-5.woocommerce input.button,
.header-font-5.woocommerce a.added_to_cart,
.header-font-5 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-5.woocommerce ul.products li.product .onsale,
.header-font-5.woocommerce span.onsale,
.header-font-5 .wc-block-grid__product-title,
.header-font-5 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-5.woocommerce ul.products li.product .price,
.header-font-5.woocommerce div.product p.price, 
.header-font-5.woocommerce div.product span.price,
.header-font-5.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Lato', sans-serif;
}

.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6,
.header-font-6.woocommerce #respond input#submit.alt, 
.header-font-6.woocommerce a.button.alt, 
.header-font-6.woocommerce button.button.alt,
.header-font-6.woocommerce input.button.alt,
.header-font-6 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-6.woocommerce #respond input#submit, 
.header-font-6.woocommerce a.button, 
.header-font-6.woocommerce button.button, 
.header-font-6.woocommerce input.button,
.header-font-6.woocommerce a.added_to_cart,
.header-font-6 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-6.woocommerce ul.products li.product .onsale,
.header-font-6.woocommerce span.onsale,
.header-font-6 .wc-block-grid__product-title,
.header-font-6 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-6.woocommerce ul.products li.product .price,
.header-font-6.woocommerce div.product p.price, 
.header-font-6.woocommerce div.product span.price,
.header-font-6.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Ubuntu', sans-serif;
}

.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6,
.header-font-7.woocommerce #respond input#submit.alt, 
.header-font-7.woocommerce a.button.alt, 
.header-font-7.woocommerce button.button.alt,
.header-font-7.woocommerce input.button.alt,
.header-font-7 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-7.woocommerce #respond input#submit, 
.header-font-7.woocommerce a.button, 
.header-font-7.woocommerce button.button, 
.header-font-7.woocommerce input.button,
.header-font-7.woocommerce a.added_to_cart,
.header-font-7 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-7.woocommerce ul.products li.product .onsale,
.header-font-7.woocommerce span.onsale,
.header-font-7 .wc-block-grid__product-title,
.header-font-7 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-7.woocommerce ul.products li.product .price,
.header-font-7.woocommerce div.product p.price, 
.header-font-7.woocommerce div.product span.price,
.header-font-7.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Playfair Display', serif;
}

.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6,
.header-font-8.woocommerce #respond input#submit.alt, 
.header-font-8.woocommerce a.button.alt, 
.header-font-8.woocommerce button.button.alt,
.header-font-8.woocommerce input.button.alt,
.header-font-8 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-8.woocommerce #respond input#submit, 
.header-font-8.woocommerce a.button, 
.header-font-8.woocommerce button.button, 
.header-font-8.woocommerce input.button,
.header-font-8.woocommerce a.added_to_cart,
.header-font-8 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-8.woocommerce ul.products li.product .onsale,
.header-font-8.woocommerce span.onsale,
.header-font-8 .wc-block-grid__product-title,
.header-font-8 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-8.woocommerce ul.products li.product .price,
.header-font-8.woocommerce div.product p.price, 
.header-font-8.woocommerce div.product span.price,
.header-font-8.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Lora', serif;
}

.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6,
.header-font-9.woocommerce #respond input#submit.alt, 
.header-font-9.woocommerce a.button.alt, 
.header-font-9.woocommerce button.button.alt,
.header-font-9.woocommerce input.button.alt,
.header-font-9 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-9.woocommerce #respond input#submit, 
.header-font-9.woocommerce a.button, 
.header-font-9.woocommerce button.button, 
.header-font-9.woocommerce input.button,
.header-font-9.woocommerce a.added_to_cart,
.header-font-9 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-9.woocommerce ul.products li.product .onsale,
.header-font-9.woocommerce span.onsale,
.header-font-9 .wc-block-grid__product-title,
.header-font-9 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-9.woocommerce ul.products li.product .price,
.header-font-9.woocommerce div.product p.price, 
.header-font-9.woocommerce div.product span.price,
.header-font-9.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Titillium Web', sans-serif;
}

.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6,
.header-font-10.woocommerce #respond input#submit.alt, 
.header-font-10.woocommerce a.button.alt, 
.header-font-10.woocommerce button.button.alt,
.header-font-10.woocommerce input.button.alt,
.header-font-10 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-10.woocommerce #respond input#submit, 
.header-font-10.woocommerce a.button, 
.header-font-10.woocommerce button.button, 
.header-font-10.woocommerce input.button,
.header-font-10.woocommerce a.added_to_cart,
.header-font-10 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-10.woocommerce ul.products li.product .onsale,
.header-font-10.woocommerce span.onsale,
.header-font-10 .wc-block-grid__product-title,
.header-font-10 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-10.woocommerce ul.products li.product .price,
.header-font-10.woocommerce div.product p.price, 
.header-font-10.woocommerce div.product span.price,
.header-font-10.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Muli', sans-serif;
}

.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6,
.header-font-11.woocommerce #respond input#submit.alt, 
.header-font-11.woocommerce a.button.alt, 
.header-font-11.woocommerce button.button.alt,
.header-font-11.woocommerce input.button.alt,
.header-font-11 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-11.woocommerce #respond input#submit, 
.header-font-11.woocommerce a.button, 
.header-font-11.woocommerce button.button, 
.header-font-11.woocommerce input.button,
.header-font-11.woocommerce a.added_to_cart,
.header-font-11 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-11.woocommerce ul.products li.product .onsale,
.header-font-11.woocommerce span.onsale,
.header-font-11 .wc-block-grid__product-title,
.header-font-11 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-11.woocommerce ul.products li.product .price,
.header-font-11.woocommerce div.product p.price, 
.header-font-11.woocommerce div.product span.price,
.header-font-11.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Oxygen', sans-serif;
}

.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6,
.header-font-12.woocommerce #respond input#submit.alt, 
.header-font-12.woocommerce a.button.alt, 
.header-font-12.woocommerce button.button.alt,
.header-font-12.woocommerce input.button.alt,
.header-font-12 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-12.woocommerce #respond input#submit, 
.header-font-12.woocommerce a.button, 
.header-font-12.woocommerce button.button, 
.header-font-12.woocommerce input.button,
.header-font-12.woocommerce a.added_to_cart,
.header-font-12 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-12.woocommerce ul.products li.product .onsale,
.header-font-12.woocommerce span.onsale,
.header-font-12 .wc-block-grid__product-title,
.header-font-12 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-12.woocommerce ul.products li.product .price,
.header-font-12.woocommerce div.product p.price, 
.header-font-12.woocommerce div.product span.price,
.header-font-12.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Nunito Sans', sans-serif;
}

.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6,
.header-font-13.woocommerce #respond input#submit.alt, 
.header-font-13.woocommerce a.button.alt, 
.header-font-13.woocommerce button.button.alt,
.header-font-13.woocommerce input.button.alt,
.header-font-13 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-13.woocommerce #respond input#submit, 
.header-font-13.woocommerce a.button, 
.header-font-13.woocommerce button.button, 
.header-font-13.woocommerce input.button,
.header-font-13.woocommerce a.added_to_cart,
.header-font-13 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-13.woocommerce ul.products li.product .onsale,
.header-font-13.woocommerce span.onsale,
.header-font-13 .wc-block-grid__product-title,
.header-font-13 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-13.woocommerce ul.products li.product .price,
.header-font-13.woocommerce div.product p.price, 
.header-font-13.woocommerce div.product span.price,
.header-font-13.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Maven Pro', sans-serif;
}

.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6,
.header-font-14.woocommerce #respond input#submit.alt, 
.header-font-14.woocommerce a.button.alt, 
.header-font-14.woocommerce button.button.alt,
.header-font-14.woocommerce input.button.alt,
.header-font-14 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-14.woocommerce #respond input#submit, 
.header-font-14.woocommerce a.button, 
.header-font-14.woocommerce button.button, 
.header-font-14.woocommerce input.button,
.header-font-14.woocommerce a.added_to_cart,
.header-font-14 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-14.woocommerce ul.products li.product .onsale,
.header-font-14.woocommerce span.onsale,
.header-font-14 .wc-block-grid__product-title,
.header-font-14 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-14.woocommerce ul.products li.product .price,
.header-font-14.woocommerce div.product p.price, 
.header-font-14.woocommerce div.product span.price,
.header-font-14.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Cairo', serif;
}

.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6,
.header-font-15.woocommerce #respond input#submit.alt, 
.header-font-15.woocommerce a.button.alt, 
.header-font-15.woocommerce button.button.alt,
.header-font-15.woocommerce input.button.alt,
.header-font-15 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-15.woocommerce #respond input#submit, 
.header-font-15.woocommerce a.button, 
.header-font-15.woocommerce button.button, 
.header-font-15.woocommerce input.button,
.header-font-15.woocommerce a.added_to_cart,
.header-font-15 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-15.woocommerce ul.products li.product .onsale,
.header-font-15.woocommerce span.onsale,
.header-font-15 .wc-block-grid__product-title,
.header-font-15 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-15.woocommerce ul.products li.product .price,
.header-font-15.woocommerce div.product p.price, 
.header-font-15.woocommerce div.product span.price,
.header-font-15.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Philosopher', sans-serif;
}

.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6,
.header-font-16.woocommerce #respond input#submit.alt, 
.header-font-16.woocommerce a.button.alt, 
.header-font-16.woocommerce button.button.alt,
.header-font-16.woocommerce input.button.alt,
.header-font-16 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.header-font-16.woocommerce #respond input#submit, 
.header-font-16.woocommerce a.button, 
.header-font-16.woocommerce button.button, 
.header-font-16.woocommerce input.button,
.header-font-16.woocommerce a.added_to_cart,
.header-font-16 .wc-block-grid__product .wc-block-grid__product-onsale,
.header-font-16.woocommerce ul.products li.product .onsale,
.header-font-16.woocommerce span.onsale,
.header-font-16 .wc-block-grid__product-title,
.header-font-16 .wc-block-grid__product .wc-block-grid__product-price,
.header-font-16.woocommerce ul.products li.product .price,
.header-font-16.woocommerce div.product p.price, 
.header-font-16.woocommerce div.product span.price,
.header-font-16.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Dosis', sans-serif;
}

.header-font-17 h1,
.header-font-17 h2,
.header-font-17 h3,
.header-font-17 h4,
.header-font-17 h5,
.header-font-17 h6 {
    font-family: 'Sniglet', cursive;
}

.header-font-18 h1,
.header-font-18 h2,
.header-font-18 h3,
.header-font-18 h4,
.header-font-18 h5,
.header-font-18 h6 {
    font-family: 'Gloria Hallelujah', cursive;
}

.header-font-19 h1,
.header-font-19 h2,
.header-font-19 h3,
.header-font-19 h4,
.header-font-19 h5,
.header-font-19 h6 {
    font-family: 'Patrick Hand', cursive;
}

.body-font-1,
.body-font-1 .main-navigation a {
    font-family: 'Raleway', sans-serif;
}

.body-font-2,
.body-font-2 .main-navigation a {
    font-family: 'Poppins', sans-serif;
}

.body-font-3,
.body-font-3 .main-navigation a {
    font-family: 'Montserrat', sans-serif;
}

.body-font-4,
.body-font-4 .main-navigation a {
    font-family: 'Open Sans', sans-serif;
}

.body-font-5,
.body-font-5 .main-navigation a {
    font-family: 'Lato', sans-serif;
}

.body-font-6,
.body-font-6 .main-navigation a {
    font-family: 'Ubuntu', sans-serif;
}

.body-font-7,
.body-font-7 .main-navigation a {
    font-family: 'Playfair Display', serif;
}

.body-font-8,
.body-font-8 .main-navigation a {
    font-family: 'Lora', serif;
}

.body-font-9,
.body-font-9 .main-navigation a {
    font-family: 'Titillium Web', sans-serif;
}

.body-font,
dy-font .main-navigation a-10 {
    font-family: 'Muli', sans-serif;
}

.body-font-11,
.body-font-11 .main-navigation a {
    font-family: 'Oxygen', sans-serif;
}

.body-font-12,
.body-font-12 .main-navigation a {
    font-family: 'Nunito Sans', sans-serif;
}

.body-font-13,
.body-font-13 .main-navigation a {
    font-family: 'Maven Pro', sans-serif;
}

.body-font-14,
.body-font-14 .main-navigation a {
    font-family: 'Cairo', serif;
}

.body-font-15,
.body-font-15 .main-navigation a {
    font-family: 'Philosopher', sans-serif;
}

.body-font-16,
.body-font-16 .main-navigation a {
    font-family: 'Dosis', sans-serif;
}

.body-font-17,
.body-font-17 .main-navigation a {
    font-family: 'Sniglet', cursive;
}

.body-font-18,
.body-font-18 .main-navigation a {
    font-family: 'Gloria Hallelujah', cursive;
}

.body-font-19,
.body-font-19 .main-navigation a {
    font-family: 'Quicksand', sans-serif;
}

/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
#colophon {
    position: relative;
    background-color: #111;
}
#colophon,
#colophon a,
#colophon p,
#colophon li {
    color: #fff;
}
#colophon a:hover,
#colophon a:focus {
    color: #4DB2EC;
}
#colophon .widget-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.site-info {
    padding: 30px 0;
    background-color: #222;
}
.site-info span {
    display: block;
    text-align: center;
}
.footer-widgets-area .widget ul li {
    margin-bottom: 15px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
    margin-bottom: 0;
}
.footer-widgets-area .hentry {
    margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
    margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.widget_recent_entries ul li span {
    font-size: 12px;
    display: block;
}
#colophon #wp-calendar caption {
    font-weight: 600;
    text-align: left;
}
.widget_nav_menu ul ul {
    padding-left: 25px;
    margin-top: 15px;
}
.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    line-height: 1;
    border: 1px solid #aaa;
    padding: 5px 8px;
    margin: 0 4px 8px 0;
    display: inline-block;
    text-decoration: none;
}
#secondary .widget_tag_cloud .tagcloud a:hover,
#secondary .widget_tag_cloud .tagcloud a:focus,
#colophon .widget_tag_cloud .tagcloud a:hover,
#colophon .widget_tag_cloud .tagcloud a:focus {
    background-color: #4DB2EC;
    border-color: #4DB2EC;
    color: #fff;
}
#colophon .widget_search form.search-form button.search-submit {
    background-color: #4DB2EC;
}
#colophon .widget_recent_entries li:before {
    float: left;
}
#colophon .widget_recent_entries li a,
#colophon .widget_recent_entries li span {
    display: table-row;
}
.backtotop {
    background-color: #4DB2EC;
    z-index: 300;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -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;
    color: #fff;
}
.backtotop:hover {
    background-color: #000;
}
/*--------------------------------------------------------------
#                   RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        margin: 0 -10px;
    }
    .col-2 article,
    .col-3 article,
    .col-4 article,
    .col-5 article,
    .col-6 article {
        padding: 0 10px;
        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;
    }
    .footer-widgets-area.col-2 .hentry,
    .footer-widgets-area.col-4 .hentry {
        width: 50%;
        float: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: left;
    }
    .footer-widgets-area.col-2 .hentry:nth-child(odd),
    .footer-widgets-area.col-4 .hentry:nth-child(odd) {
        padding-right: 40px;
    }
    .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 767px) {
    .col-3 article,
    .col-5 article,
    .col-6 article {
        width: 33.33%;
    }
    .col-3 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-6 article:nth-child(2n+1) {
        clear: none;
    }
    .col-3 article:nth-child(3n+1),
    .col-5 article:nth-child(3n+1),
    .col-6 article:nth-child(3n+1) {
        clear: left;
    }
    .col-3 article:nth-last-child(-n+3),
    .col-5 article:nth-last-child(-n+3),
    .col-6 article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .site-branding {
        width: 40%;
        float: left;
        text-align: left;
        padding: 18px 30px 18px 0;
    }
    #site-advertisement {
        width: 60%;
        float: right;
        text-align: right;
    }
    #breaking-news .section-header {
        margin-bottom: 0;
        border-bottom: none;
        float: left;
        margin-right: 15px;
    }
    #breaking-news .section-content {
        padding: 8px;
    }
    #breaking-news .slick-arrow {
        top: 18px;
    }
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous {
        padding-right: 25px;
    }
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        padding-left: 25px;
    }
    .footer-widgets-area.col-3 .hentry {
        width: 33.33%;
        float: left;
        margin-bottom: 0;
    }
    .footer-widgets-area.col-3 .hentry:not(:last-child) {
        padding-right: 40px;
    }
    .site-info.col-2 span {
        float: left;
        width: 50%;
        text-align: left;
    }
    .site-info.col-2 span:nth-child(2) {
        float: right;
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    .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-4 article:nth-last-child(-n+4),
    .col-5 article:nth-last-child(-n+5),
    .col-6 article:nth-last-child(-n+6) {
        margin-bottom: 0;
    }
    #top-bar .widget + .widget {
        margin-top: 0;
    }
    #top-bar.col-2 .widget {
        float: left;
        text-align: left;
        padding: 6px 0;
    }
    #top-bar.col-2 .widget + .widget {
        float: right;
        text-align: right;
        padding: 0;
    }
    nav.navigation.pagination {
        margin-top: 63px;
    }
    #colophon .social-icons {
        margin-left: -15px;
    }
    .footer-widgets-area.col-4 .hentry {
        width: 25%;
        padding-right: 40px;
    }
    .footer-widgets-area.col-4 .hentry:last-child {
        padding-right: 0;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
        clear: none;
    }
    .footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
        clear: left;
    }
    .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1024px) {
    .site-branding {
        min-height: 110px;
        display: flex;
        align-items: center;
    }
    .menu-sticky .nav-shrink .main-navigation {
        position: fixed;
        top: 0;
    }
    .customize-support.menu-sticky .nav-shrink .main-navigation {
        top: 32px;
    }
    .main-navigation {
        text-align: center;
    }
    .main-navigation ul#primary-menu > li {
        text-align: center;
    }
    .main-navigation ul.nav-menu > li > a {
        color: #fff;
    }
    .main-navigation ul.nav-menu .current_page_item > a, 
    .main-navigation ul.nav-menu .current-menu-item > a, 
    .main-navigation ul.nav-menu .current_page_ancestor > a, 
    .main-navigation ul.nav-menu .current-menu-ancestor > a,
    .main-navigation ul.nav-menu > li:hover > a, 
    .main-navigation ul.nav-menu > li.focus > a {
        background-color: #4DB2EC;
        color: #fff;
    }
    .main-navigation .menu-item-has-children > a:after {
        content: "\f0d7";
        padding-left: 8px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
    .main-navigation ul.nav-menu > li > a {
        padding: 15px;
    }
    .main-navigation ul ul .menu-item-has-children > a:after {
        content: "\f0da";
    }
    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        margin-right: -25px;
    }
    .main-navigation ul ul {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0;
        right: auto;
        display: block !important;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }
    .main-navigation ul ul li:hover > a,
    .main-navigation ul ul li.focus > a {
        background-color: #4DB2EC;
        color: #fff;
    }
    .main-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .main-navigation ul ul ul {
        top: 0;
    }
    .main-navigation ul ul li a:hover,
    .main-navigation ul ul li.current-menu-ancestor:hover > a {
        color: #fff !important;
    }
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #search {
        position: absolute;
        z-index: 30;
        right: 0;
        top: 100%;
        display: none;
    }
    .main-navigation .search-active .icon-search {
        display: none;
    }
    .main-navigation .search-active .icon-close {
        display: inline-block;
    }
    #search:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #111;
        position: absolute;
        top: -9px;
        right: 5px;
    }
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .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%);
    }
    .main-navigation form.search-form {
        border: 20px solid #111;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border-color: #fff;
        color: #111;
    }
    #highlighted-posts .featured-image {
        padding: 120px 0;
    }
    #highlighted-posts article:first-child {
        width: 50%;
    }
    #highlighted-posts article:first-child .featured-image {
        padding: 250px 0;
    }
    #highlighted-posts article:first-child .entry-title {
        font-size: 32px;
    }
    #most-viewed-posts article.has-post-thumbnail .most-viewed-post-item {
        position: relative;
        display: table;
        width: 100%;
    }
    #most-viewed-posts article.has-post-thumbnail .featured-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        display: table-cell;
        bottom: 0;
        height: 100%;
        padding: 0;
    }
    #most-viewed-posts article.has-post-thumbnail .entry-container {
        width: 50%;
        float: right;
        text-align: left;
        padding: 30px;
    }
    .right-sidebar #primary,
    .left-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 30px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
        width: 30%;
        float: right;
    }
    .left-sidebar #primary { 
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }
    .no-sidebar #primary {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .woocommerce.right-sidebar #primary, 
    .woocommerce.left-sidebar #primary {
        width: 100%;
        padding: 0;
        float: none;
    }
    .woocommerce.right-sidebar #secondary, 
    .woocommerce.left-sidebar #secondary {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    #top-bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .site-title {
        font-size: 26px;
    }
    .main-navigation ul ul {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation ul ul ul {
        margin-top: 0;
    }
    .main-navigation ul.nav-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        display: block;
        width: 100%;
    }
    .main-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }
    .main-navigation ul#primary-menu > li {
        width: 100%;
        padding: 0;
    }
    .main-navigation ul.nav-menu > li {
        padding: 15px 0;
    }
    .main-navigation ul ul li a {
        padding-left: 35px;
    }
    .main-navigation ul ul ul li a {
        padding-left: 60px;
    }
    .main-navigation ul ul ul ul li a {
        padding-left: 80px;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .main-navigation ul#primary-menu > li:before {
        display: none;
    }
    .main-navigation .menu-item-has-children > a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: rgba(255, 255, 255, 0.20);
        width: 1px;
        height: 25px;
    }
    .main-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .main-navigation ul.sub-menu li a {
        border-left: none;
    }
    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .main-navigation {
        position: static;
    }
    .main-navigation a {
        color: #555555;
        padding: 15px;
    }
    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 400px;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
    }
    .main-navigation .search-menu a {
        display: none;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }
    .main-navigation form.search-form button.search-submit {
        height: 59px;
    }
    .main-navigation form.search-form input {
        padding-left: 25px;
    }
    #page-site-header {
        padding: 250px 0;
    }
}

@media screen and (max-width: 992px) {
    #page-site-header {
        padding: 200px 0;
    }
    .comments-title, 
    #reply-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    #masthead.site-header .main-navigation ul.nav-menu {
        max-width: 100%;
    }
    #featured-slider button.slick-arrow,
    #featured-slider:hover button.slick-arrow {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    #page-site-header .page-title {
        font-size: 32px;
    }
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous,
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        width: 100%;
        margin: 15px 0;
    }
    .post-navigation span.previous-article b, 
    .post-navigations span.previous-article b, 
    .post-navigation span.next-article b, 
    .post-navigations span.next-article b {
        font-size: 18px;
    }
    #respond {
        margin-top: 40px;
    }
    .comment-meta img {
        margin-right: 15px;
    }
    .comments-title, 
    #reply-title {
        margin-bottom: 0;
    }
    #commentform p.comment-form-comment,
    #commentform p.form-submit {
        margin-top: 21px;
    }
    nav.navigation.pagination,
    #secondary {
        margin-top: 30px;
    }
    .comments-title, 
    #reply-title {
        font-size: 26px;
    }
    #comments {
        margin-top: 40px;
    }
    .tags-links {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 567px) {
    .pagination .page-numbers.prev, 
    .pagination .page-numbers.next {
        top: 0;
    }
    .pagination .prev.page-numbers:before, 
    .pagination .next.page-numbers:before {
        width: 35px;
        height: 10px;
    }
    .pagination .page-numbers.prev, 
    .pagination .page-numbers.next {
        margin-left: 0;
        margin-right: 0;
    }
    .trail-items li {
        font-size: 12px;
    }
    #breadcrumb-list {
        padding: 10px 0;
    }
    blockquote.alignright {
        margin-left: 0;
    }
    .comment-meta img {
        margin: 0 0 25px;
        float: none;
    }
    .comment-meta .url, 
    .comment-meta .fn {
        display: block;
    }
    .comment-content {
        padding-left: 0;
    }
    #comments ol.children {
        margin-left: 50px;
    }
    .reply {
        padding-left: 0;
    }
    .footer-widgets-area .hentry:last-child,
    .footer-widgets-area.col-3 .hentry:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }
}
