/*
Theme Name: Blogification
Theme URI: https://themepalace.com/downloads/blogification
Version: 1.2
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 5.8
Author: Theme Palace
Author URI: https://themepalace.com
Description: Blogification is a bright blog theme with an absolutely stunning design. The theme is so designed that you can showcase your content effortlessly in a visually appealing way. It supports high-resolution photography and renders the image beautifully on the screen. Also, the design is fully flexible and responsive. The visitors can access the content from any screen size and device without compromising its design display. Easy and powerful customization is one of the best features of Blogification. All of the modifications and edits can be accessed using the WordPress theme customizer.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blogification
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blogification is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
	## Featured Slider
	## About Us Section
	## Services Section

# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive
/*--------------------------------------------------------------
	Default Fonts
----------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #0056fb;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-loader {
    text-align: center;
    margin-top: 50px;
}
.blog-loader svg {
    width: 30px;
    height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
    margin-left: 15px;
    animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
	100%{transform: rotate(180deg);}
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #0056fb;}
    25% {height:30px;transform:translateY(15px);background: #0056fb;}
    50% {height:5px;transform:translateY(0px);background: #0056fb;}
    100% {height:5px;transform:translateY(0px);background: #0056fb;}
}

.backtotop {
    background-color: #0056fb;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    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;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #0056fb;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #0056fb;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}

#page {
    position: relative;
}

#content {
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
    color: #7b7b7b;
}

dfn {
	font-style: italic;
}

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: #171616;
	margin: 0;
	line-height: 1.4;
	font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

mark {
	background: #ff0;
	color: #000;
}

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;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #ccc;
}
td,
th {
	padding: 10px 25px;
    font-weight: 400;
}

th {
	color: #fff;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7c7c7c;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	font-size: 18px;
	margin: 0;
	padding: 14px 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #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 {
    padding: 21px 25px;
    margin: 30px 0;
    font-size: 22px;
    line-height: 1.5;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}
blockquote p:before,
blockquote p:after {
    content: "“";
    display: inline-block;
}
blockquote p:after {
    content: "”";
}
blockquote p {
    margin: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
    display: inline-block;
    overflow: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	outline: thin dotted;
}

input[type="text"],
input[type="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 {
	width: 100%;
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 10px;
	background-color: #eaedf3;
    border: 1px solid #eaedf3;
}

select {
	border: 1px solid #e0e0e0;
}

input[type="text"]:focus,
input[type="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: #111;
	outline: thin dotted;
}

textarea {
    width: 100%;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    margin-bottom: 11px;
    display: inline-block;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 21px 0 0;
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -5px;
    clear: both;
    display: table;
    width: 100%;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
    float: left;
    padding: 5px;
    margin: 0;
}

.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;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #0056fb;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #171616;
}

a:focus {
	outline: thin dotted;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    -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;
}
#masthead a {
	text-decoration: none;
}
#masthead .social-icons {
    margin: 10px 0 0;
}
.site-branding-container {
    position: relative;
    padding: 20px 0;
}
.site-branding-container .overlay {
    opacity: 0.5;
}
.site-branding-container .wrapper {
    position: relative;
    z-index: 1;
}
.site-branding {
    text-align: center;
}
.site-branding  {
    margin-top: 10px;
}
.site-branding-wrapper {
	float: left
}
.site-logo + #site-identity {
    margin-top: 15px;
}
.site-logo {
    margin-right: 20px;
}
.site-logo {
    max-height: 60px;
    width: auto;
}
.site-title {
    margin: 0;
    line-height: 1.3;
    font-family: 'Philosopher', sans-serif;
    font-weight: bold;
    font-size: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-title a {
    color: #000;
}
.relative:before, .relative:after {
    content: "";
    display: table;
    clear: both;
}
.site-title a:hover,
.site-title a:focus {
	opacity: 0.8;
	color: #0056fb;
}
.site-description {
    margin: 0;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Barlow', sans-serif;
}
.main-navigation {
	display: block;
    position: relative;
}
.main-navigation ul.nav-menu li.current-menu-item > a {
	font-weight: 500;
}
.main-navigation ul.nav-menu li.current-menu-item > a,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li:focus > a {
    color: #0056fb;
}
.main-navigation ul.nav-menu li:hover > svg,
.main-navigation ul.nav-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children:focus > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
    fill: #0056fb;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #000;
    border-bottom: 1px solid #eee;
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .social-menu-item ul {
    display: block;
    border: none;
}
.main-navigation .social-menu-item ul li a {
	width: 40px;
    border: 1px solid #d6d6d6;
}
.main-navigation .social-menu-item ul li a:hover,
.main-navigation .social-menu-item ul li a:focus {
	opacity: 0.8;
}
.main-navigation .social-menu-item .social-icons {
    margin: 0;
    padding: 20px 15px 20px 25px;
}
.main-navigation li {
	position: relative;
}
.main-navigation ul.nav-menu > li > a {
    padding: 18px 8px;
    color: #000;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
	fill: #0056fb;
}
.main-navigation a:hover,
.main-navigation ul.nav-menu > li > a:hover {
    color: #0056fb;
}
.main-navigation a {
    font-weight: 600;
	display: block;
	color: #000;
}
.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 .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #000;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
#masthead .home-icon > a svg.icon-home {
    width: 24px;
    height: 24px;
    margin-top: -3px;
}
#search {
    position: absolute;
    top: 100%;
    display: none;
}
#masthead .search-active .icon-search {
	display: none;
}
#masthead .search-active .icon-close {
	display: inline-block;
}
input.search-field {
    height: 50px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.main-navigation svg.icon-close {
    display: none;
}
#search.hidden-small form.search-form {
    position: absolute;
    left: 0;
    right: 0;
}
svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.search-menu svg.icon-search {
    fill: #000;
}
svg.icon-search,
svg.icon-close {
    width: 16px;
    height: 16px;
    fill: #000;
}
.menu-toggle svg.icon-close {
    width: 20px;
    height: 20px;
}
.search-submit svg.icon-search {
    fill: #adadad;
}
.main-navigation form.search-form input {
    background-color: #000;
    border-color: #000;
    color: #000;
    font-weight: 400;
}
.main-navigation svg.icon-down {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    fill: #7b7b7b;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #7b7b7b;
    position: absolute;
    right: 15px;
    top: 17px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#search-menu input[type="search"] {
	padding-left: 40px;
    border-radius: 4px;
    min-height: 40px;
    height: auto;
    background-color: #efefef;
    border-color: #efefef;
    padding: 5px 15px 0px 40px;
}
#search-menu form.search-form button.search-submit {
	min-height: 40px;
	height: auto;
}
.menu-toggle{
	float: right;
    border-radius: 0;
    min-height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-toggle:hover, 
.menu-toggle:focus {
    background-color: #0056fb;
}
.menu-toggle:hover svg, 
.menu-toggle:focus svg {
	fill: #fff;
}
.secondary-menu-toggle {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.secondary-menu-toggle svg {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.secondary-menu-toggle svg.icon-close {
    display: none;
    fill: #000;
    width: 16px;
    height: 16px;
}
.secondary-menu-toggle.active svg.icon-menu-bar {
	display: none;
}
.secondary-menu-toggle.active svg.icon-close {
	display: block;
}
#site-menu .menu-toggle.active svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-label {
    text-transform: uppercase;
    color: #000;
    padding: 3px 0 0 10px;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    display: none;
}

.main-navigation form.search-form button.search-submit:focus {
	outline: thin dotted #000;
}
svg.icon-menu {
    fill: #000;
    vertical-align: baseline;
    width: 30px;
    height: 30px;
}
svg.icon-close,
.menu-toggle.active svg.icon-menu {
    display: none;
}
.menu-toggle.active svg.icon-close {
	display: block;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 57px;
    line-height: 62px;
}
.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 3;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    margin-top: 30px;
    padding: 23px 20px;
    background-color: #eaedf3;
    border: 1px solid #eaedf3;
    float: left;
    width: 100%;
    margin-bottom: 44px;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 500;
    color: #171616;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #0056fb;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.pagination .page-numbers {
    border: 1px solid #ddd;
}
.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: #171616;
    background-color: #fff;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #0056fb;
    border-color: #0056fb;
}
.pagination .prev.page-numbers svg,
.pagination .next.page-numbers svg {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}
.pagination .next.page-numbers svg {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prev.page-numbers svg,
.next.page-numbers svg {
    fill: #cecece;
}
.nav-previous span {
    padding-left: 38px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 38px;
    float: right;
    text-align: right;
}
.navigation .nav-previous svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    top: 3px;
    left: 0;
}
.navigation .nav-next svg {
    position: absolute;
    top: 3px;
    right: 0;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
.border-line {
    border: 1px solid #d9d9d9;
    width: 100%;
    display: inline-block;
    margin: 15px 0 30px;
}
/*--------------------------------------------------------------
# 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,
.widget:before,
.widget:after,
.widget_recent_news.col-2 > ul > li:before,
.widget_recent_news.col-2 > ul > li:after,
.widget_most_read_posts > ul > li:before,
.widget_most_read_posts > ul > li:after,
.widget_posts_filter .tab-content > ul > li:before,
.widget_posts_filter .tab-content > ul > li: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,
.widget:before,
.widget:after,
.widget_recent_news.col-2 > ul > li:before,
.widget_recent_news.col-2 > ul > li:after,
.widget_most_read_posts > ul > li:before,
.widget_most_read_posts > ul > li:after,
.widget_posts_filter .tab-content > ul > li:before,
.widget_posts_filter .tab-content > ul > li:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 20px;
}
.widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #efefef;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}
select:focus {
    outline: thin dotted;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}
.search-menu form.search-form button.search-submit  {
	top: 20px;
}
form.search-form button.search-submit {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 21px;
    top: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.widget_search form.search-form .search-submit {
    width: auto;
    color: #fff;
    background-color: #171616;
    left: auto;
    right: 0;
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 10px;
}
.widget_search form.search-form .search-submit:hover,
.widget_search form.search-form .search-submit:focus {
	background-color: #0056fb;
	color: #fff;
}
.widget_search form.search-form .search-submit svg {
	fill: #fff;
	width: 14px;
    height: 14px;
}
.widget_search form.search-form .search-submit:hover svg,
.widget_search form.search-form .search-submit:focus svg {
	fill: #fff;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 55px 0 15px;
    height: 40px;
    background-color: #eaedf3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 20px 40px 20px 15px;
    font-weight: 300;
    border: 20px solid #000;
    min-width: 280px;
    height: 45px;
    background: #fff;
}
.scoial-icons svg.icon-close {
	width: 15px;
	height: 15px;
}
#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
}

.widget-title {
    font-size: 22px;
    /*margin: 0 0 16px;*/
}

.widget li:not(:last-child) {
    margin-bottom: 8px;
}

.widget_instagram ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}
.widget_instagram li {
	margin: 0;
	padding: 0 8px;
}
.widget.widget_instagram li:not(:last-child),
#colophon .footer-widgets-area .widget.widget_instagram li:not(:last-child) {
    margin-bottom: 20px;
}
.widget_instagram .col-1 li {
	width: 100%;
	float: none;
}
.widget_instagram .col-2 li {
	width: 50%;
	float: left;
}
.widget_instagram .col-3 li {
	width: 50%;
	float: left;
}
.widget_instagram .col-4 li {
	width: 25%;
	float: left;
}
.widget_instagram .col-5 li {
	width: 20%;
	float: left;
}
.widget_instagram .col-6 li {
	width: 16.66%;
	float: left;
}
.widget_instagram li img {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
}
#instagram-01 {
    float: left;
    margin-top: 56px;
}
#instagram-01 svg.icon-instagram {
    margin-right: 12px;
    fill: #fff;
}
.widget_instagram button[type="submit"]:hover,
.widget_instagram button[type="submit"]:focus {
	background-color: #000;
    border-color: #000;
    color: #fff;
}
.widget_instagram button[type="submit"] {
    padding: 10px 35px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #0056fb;
    border: 2px solid #0056fb;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    font-family: 'Barlow', 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;
}
.widget.widget_archive li {
	text-align: right;
}
.widget.widget_archive li a {
	float: left;
}
.widget-title,
.widgettitle {
	/*margin: 0 0 25px;*/
    font-weight: 600;
    font-size: 32px;
    color: #171616;
}
#secondary .widget,
#secondary-sidebar .widget {
    margin-bottom: 30px;
}
#right-sidebar .widget-title, 
#secondary .widget-title {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 33px;
}
#right-sidebar .widget {
    margin-bottom: 60px;
    float: none;
}
input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    background-color: #0056fb;
    color: #fff;
    position: relative;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #171616;
    color: #fff;
}
.jetpack_subscription_widget form {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.jetpack_subscription_widget input[type="email"] {
    width: 100%;
    min-height: 60px;
    padding: 2px 168px 0 30px;
    background-color: transparent;
    border: 1px solid #818181;
    border-radius: 12px;
    color: #fff;
}
.jetpack_subscription_widget input[type="submit"] {
    padding: 13px 23px;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    border-radius: 25px;
    min-width: 133px;
    min-height: 60px;
    background-color: #0056fb;
    color: #fff;
    border: none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
#subscribe-now button[type="submit"] {
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    background-color: #0056fb;
    border: 2px solid #0056fb;
    border-radius: 12px;
    color: #fff;
    font-family: 'Barlow', 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;
}
#subscribe-now button[type="submit"]:hover ,
#subscribe-now button[type="submit"] :focus {
	background: #000;
} 
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus {
	background-color: #0056fb;
}
.jetpack_subscription_widget #subscribe-text {
    display: inline-block;
    margin-bottom: 10px;
}
.jetpack_subscription_widget #subscribe-text p {
    margin-top: 0;
    line-height: 25px;
}
.jetpack_subscription_widget #subscribe-submit {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.jetpack_subscription_widget .widget-title {
    /*margin-bottom: 5px;*/
}
#subscribe-now.section-header {
    padding: 20px 34px;
    text-align: center;
}
#sponser {
    text-align: center;
    margin-top: 26px;
}
#sponser article {
    float: left;
    width: 33.33%;
}
#subscribe-email label {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.widget_popular_post ul,
.widget_latest_post ul,
.widget_featured_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
    display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li,
.widget.widget_featured_post ul li {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child,
.widget.widget_featured_post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3,
.widget_featured_post h3 {
    font-size: 16px;
    line-height: 1.5;
    display: table-row;
    letter-spacing: 0.01em;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_featured_post h3 a {
	display: block;
}
#secondary .widget_popular_post h3 a,
#secondary .widget_latest_post h3 a,
#secondary .widget_featured_post h3 a {
	font-weight: 600;
}
.widget_popular_post time,
.widget_latest_post time,
.widget_featured_post time {
    display: table-row;
    font-weight: 500;
}
.widget_popular_post h3 a,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
    color: #000;
}
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a:hover,
.widget_featured_post h3 a:focus,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
	color: #0056fb;
}
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post time,
.widget_featured_post a time,
.widget_featured_post time {
    color: #0056fb;
    font-family: 'Barlow', sans-serif;
}
.widget_popular_post img,
.widget_latest_post img,
.widget_featured_post img {
    max-width: 95px;
    width: 95px;
    height: 95px;
    float: left;
    margin-right: 14px;
}
.textwidget img {
    margin-bottom: 25px;
    display: block;
}
.widget.widget_text .btn {
	margin-top: 20px;
}
.textwidget a {
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
}
#secondary .jetpack_subscription_widget input[type="email"] {
    height: 50px;
    min-height: auto;
    background-color: #fff;
    border-color: #fff;
    padding: 15px 18px;
}
#secondary .jetpack_subscription_widget input[type="submit"] {
    position: relative;
    margin: auto;
    min-height: 50px;
    border-radius: 0;
    background-color: #000;
    min-width: 151px;
    margin: 0;
    text-transform: uppercase;
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
	background-color: #0056fb;
}
#secondary p#subscribe-email {
    margin-top: 0;
}
#secondary .widget .social-icons {
    text-align: center;
    margin-top: -10px;
}
#secondary .widget .social-icons li a:hover svg,
#secondary .widget .social-icons a:focus svg {
	fill: #fff;
}
#secondary .widget ul,
#secondary-sidebar .widget ul,
.widget_trending_posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget svg {
	fill: #0056fb;
}


#secondary ul li,
#secondary-sidebar ul li,
.widget_trending_posts ul li {
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    float: left;
    width: 100%;
}
.widget_recent_news li img,
.widget_posts_filter li img {
    object-fit: cover;
    float: right;
    border-radius: 12px;
    max-width: 162px;
}
.widget_recent_news li > a,
.widget_posts_filter li > a{
    float: right;

} 

.widget_recent_news li .entry-container,
.widget_posts_filter li .entry-container {
	padding-right: 15px;
	display: table-cell;
}
.widget_recent_news .entry-title,
.widget_most_read_posts .entry-title,
.widget_posts_filter .entry-title {
	font-size: 16px;
	margin-bottom: 0;
}


header.entry-header {
    margin-top: 6px;
}
#secondary .post-categories a:hover,
#secondary-sidebar .post-categories a:hover,
#secondary .post-categories a:focus,
#secondary-sidebar .post-categories a:focus {
	color: #171616;
}
.widget_recent_news ul.post-categories,
.widget_recent_news .cat-links li,
.widget_recent_news .entry-meta {
    line-height: 1;
}
.widget_recent_news li:not(:last-child),
.widget_posts_filter li:not(:last-child) {
	margin-bottom: 30px;
}
.widget_recent_news .entry-meta {
	margin-bottom: 8px;
}
.widget_most_read_posts ul li .entry-container .entry-meta {
    margin-top: 7px;
}
.widget_posts_filter .widget-title span:not(:last-child):after {
    content: "|";
    /*margin: 0 7px;*/
}
.widget_posts_filter .widget-title span {
	cursor: pointer;
}
.widget_posts_filter .widget-title .active {
	color: #0056fb;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.sb_instagram_header.sbi_no_avatar {
    display: none;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 33.33%;
}
#sb_instagram .sbi_photo_wrap {
    position: relative;
    padding: 5px;
}
#sb_instagram .sbi_photo {
    width: 100%;
    border-radius: 12px;
}
#sb_instagram #sbi_load .sbi_load_btn,
 #sb_instagram .sbi_follow_btn a {
 	padding: 12px 96px;
 	margin: 20px auto 0 auto;
 }


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.grid-layout {
	float: left;
	width: 100%;
    margin-top: 62px;
    position: relative;
}
#hero-posts .full-width.grid-layout {
	margin-top: unset;
}
#hero-posts a,
#todays-highlight a,
#popular-post-container a,
#you-may-have-missed a {
    text-decoration: none;
}
.view-more {
	position: absolute;
	top: 38px;
	right: 0;
}
.view-more a {
	color: #000;
	font-size: 11px;
	line-height: 28px;
	border-bottom: 2px solid #000;
    padding-bottom: 5px;
	font-family: 'Barlow', sans-serif;
}
.view-more a:hover,
.view-more a:focus {
	color: #0056fb;
	border-color: #0056fb;
}
/*--------------------------------------------------------------
## 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;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.navigation.pagination svg {
    fill: #171616;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
	fill: #fff;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 20px;
    height: 20px;
    fill: #171616;
    display: inline-block;
    vertical-align: middle;
}
.navigation.posts-navigation a:hover svg, 
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:focus svg, 
.navigation.post-navigation a:focus svg {
	fill: #0056fb;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
	margin-right: 20px;
	transform: rotate(270deg);
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
	margin-left: 20px;
	transform: rotate(90deg);
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
	margin-bottom: 0;
}
.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 .previous-article b,
.post-navigations .previous-article b,
.post-navigation .next-article b,
.post-navigations .next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation .previous-article,
.post-navigations .previous-article {
    display: table;
}
.no-sidebar-content #hero-posts {
    max-width: 900px;
}
/*--------------------------------------------------------------
## 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: 43px;
	font-size: 42px;
	font-weight: 600;
}
.post-categories {
    list-style: none;
    padding-left: 0;
}
.post-categories li {
    display: inline-block;
    vertical-align: middle;
}
.post-categories li:last-child {
	margin-right: 0;
}
.post-categories a,
.posted-on a {
    color: #0056fb;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 35px;
}
.posted-on a {
	color: #171616;
}
.post-categories a:hover,
.post-categories a:focus {
	color: #171616;
}
.posted-on a:hover,
.posted-on a:focus {
    color: #0056fb;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 90px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-left: 80px;
    display: inline-block;
    margin-top: 3px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
.comment-meta .fn {
    margin-left: 20px;
    margin-top: 18px;
}
.comment-content {
    margin-bottom: 13px;
    margin-top: -45px;
    margin-left: 80px;
    padding: 55px 20px 20px;
    background-color: #eaedf3;
    border: 1px solid #eaedf3;
}
#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:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li {
    margin-bottom: 30px;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    display: inline-block;
    border-radius: 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    background-color: #0056fb;
    padding: 5px 20px;
    -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 {
	background-color: #171616;
    color: #fff;
}
.comment-author.vcard {
    display: inline;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #171616;
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}
.comment-meta .fn:after {
    content: "|";
    color: #72757a;
    margin: 0 3px;
}
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time {
	color: #0056fb;
}
.comment-metadata a,
.comment-metadata a time {
    color: #171616;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #0056fb;
}
.comment-metadata {
    display: inline-block;
    margin-left: -5px;
}
.comment-content p {
    margin-bottom: 0;
}
#comments {
    margin-top: 40px;
}
.comment-wrap {
    background-color: #fff;
    padding: 20px;
    margin-left: 80px;
}
/*--------------------------------------------------------------
# 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;
}
.page-section {
	padding: 50px 0;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
 .entry-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #171616;
    word-wrap: break-word;
}
.entry-title a {
	color: #171616;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #0056fb;
}
.section-header,
.widget-header {
    position: relative;
    overflow: hidden;
}
.section-title {
    font-size: 28px;
    font-weight: 600;
    /*margin: 0 0 54px;*/
    display: inline-block;
}
.widget-title {
	padding-right: 15px;
    display: inline-block;
    /*margin: 0 0 58px;*/
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
	padding: 14px 30px;
	font-size: 14px;
	line-height: 26px;
	min-height: 55px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 30px;
	min-width: 161px;
	border: none;
	background-color: #0056fb;
	color: #fff;
	position: relative;
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
	background-color: #171616;
    color: #fff;
}
#infinite-handle {
    text-align: center;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
## 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,
.social-icons ul {
    margin: 0;
    padding: 5px 0;
}
.social-icons li a {
    background-color: transparent;
    display: block;
}
.social-icons li a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.read-story a {
    border-bottom: 1.25px solid #000;
    padding-bottom: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

/*--------------------------------------------------------------
## 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,
.tp-social.social-icon li a[href*="fb.com"],
.tp-social.social-icon li a[href*="facebook.com"] {
 	background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus,
.tp-social.social-icon li a[href*="twitter.com"] {
 	background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus,
.tp-social.social-icon li a[href*="linkedin.com"] {
 	background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus,
.tp-social.social-icon li a[href*="plus.google.com"] {
 	background-color: #ec7161 !important;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus,
.tp-social.social-icon li a[href*="slack.com"] {
	background-color: #E60264;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus,
.tp-social.social-icon li a[href*="youtube.com"] {
 	background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus,
.tp-social.social-icon li a[href*="dribbble.com"] {
 	background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus,
.tp-social.social-icon li a[href*="pinterest.com"] {
 	background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus,
.tp-social.social-icon li a[href*="bitbucket.com"] {
 	background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus,
.tp-social.social-icon li a[href*="github.com"] {
 	background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus,
.tp-social.social-icon li a[href*="codepen.com"] {
 	background-color: #000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus,
.tp-social.social-icon li a[href*="flickr.com"] {
 	background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus,
.tp-social.social-icon li a[href*="feed.com"] {
 	background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus,
.tp-social.social-icon li a[href*="foursquare.com"] {
 	background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus,
.tp-social.social-icon li a[href*="instagram.com"] {
 	background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus,
.tp-social.social-icon li a[href*="tumblr.com"] {
 	background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus,
.tp-social.social-icon li a[href*="reddit.com"] {
 	background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus,
.tp-social.social-icon li a[href*="vimeo.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus,
.tp-social.social-icon li a[href*="digg.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus,
.tp-social.social-icon li a[href*="twitch.tv"] {
 	background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus,
.tp-social.social-icon li a[href*="stumbleupon.com"] {
 	background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus,
.tp-social.social-icon li a[href*="delicious.com"] {
 	background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus,
.tp-social.social-icon li a[href*="mailto:"] {
 	background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus,
.tp-social.social-icon li a[href*="soundcloud.com"] {
 	background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus,
.tp-social.social-icon li a[href*="wordpress.org"] {
 	background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
.tp-social.social-icon li a[href*="wordpress.com"] {
 	background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus,
.tp-social.social-icon li a[href*="jsfiddle.net"] {
 	background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus,
.tp-social.social-icon li a[href*="tripadvisor.com"] {
 	background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus,
.tp-social.social-icon li a[href*="angel.co"] {
 	background-color: #000 !important;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 50px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
}
#page-site-header .page-title {
	font-size: 36px;
	color: #fff;
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.trail-items li a {
	color: rgba(255, 255, 255, 0.60);
}
.trail-items li a:hover,
.trail-items li a:focus {
	color: #fff;
}
.trail-items li:not(:last-child):after {
	content: "/";
    color: rgba(255, 255, 255, 0.60);
    padding-left: 4px;
    padding-right: 2px;
}

/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 140px 0;
    text-align: center;
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
}
#page-site-header .wrapper {
    position: relative;
    text-align: center;
}
#page-site-header .page-title {
	font-size: 32px;
	color: #fff;
    margin: 0;
    line-height: 1.5;
}

/*--------------------------------------------------------------
#  main-posts Section
--------------------------------------------------------------*/
.grid-layout article:not(:last-child),
.list-layout article:not(:last-child),
#main-post .full-width {
    margin-bottom: 40px;
}
.grid-layout .featured-image,
.list-layout .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 110px 0;
    margin-bottom: 20px;
    background-color: #000;
    border-radius: 12px;
}

.featured-image:hover,
.featured-image:focus,
.widget_recent_news ul li img:hover, 
.widget_posts_filter ul li img:hover,
.widget_recent_news ul li img:focus, 
.widget_posts_filter ul li img:focus {
    opacity: 0.8;
}
.grid-layout .entry-title,
.list-layout .entry-title {
    margin-bottom: 5px;
}
.grid-layout.full-width .entry-title,
.grid-layout.full-width .entry-content {
    margin-bottom: 14px;
}
.grid-layout.full-width .entry-content p {
	margin: 0;
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
}
#main-posts .read-story {
    font-weight: 600;
    font-size: 18px;
    margin: 44px 0;
}
#main-posts .read-more a {
	color: #fff;
	background-color: #0056fb;
	padding: 14px 20px;
	border-radius: 10px;
	border-bottom: none;
}
#main-posts .read-story a:hover,
#main-posts .read-story a:focus {
	background-color: #000;
}
#main-posts .entry-meta {
    margin: 38px 0;
}

#you-may-have-missed article:nth-child(2n) .cat-links ul a,
#editors-picked article:nth-child(2n) .cat-links ul a,
#recent-posts article:nth-child(1n) .cat-links ul a,
#todays-highlight article:nth-child(2n) .cat-links ul a,
ul > li:nth-child(1n) .cat-links a {
    color: #eb4986;
}

#you-may-have-missed article:nth-child(4n) .cat-links ul a,
#editors-picked article:nth-child(5n) .cat-links ul a,
#recent-posts article:nth-child(2n) .cat-links ul a,
ul > li:nth-child(2n) .cat-links a {
    color: #0056fb;
}

#editors-picked article:nth-child(4n) .cat-links ul a,
#you-may-have-missed article:nth-child(3n) .cat-links ul a,
#recent-posts article:nth-child(3n) .cat-links ul a,
#todays-highlight article:nth-child(3n) .cat-links ul a,
ul > li:nth-child(3n) .cat-links a {
    color: #8ad6ab;
}

#you-may-have-missed article:nth-child(5n) .cat-links ul a,
#editors-picked article:nth-child(3n) .cat-links ul a,
#recent-posts article:nth-child(4n) .cat-links ul a,
ul > li:nth-child(4n) .cat-links a {
    color: #ff8737;
}

/*--------------------------------------------------------------
#  Popular / Most Viewed Posts Section
--------------------------------------------------------------*/

#most-viewed-posts {
    margin-bottom: 35px;
}
/*--------------------------------------------------------------
# Posts Slider Section
--------------------------------------------------------------*/
#posts-slider {
    margin-bottom: 14px;
}
#posts-slider .featured-slider article,
.widget_posts_slider article {
    padding: 150px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.widget_posts_slider article {
	padding: 165px 0;
}
#posts-slider .featured-slider {
    margin-bottom: 30px;
}
#posts-slider .featured-slider .entry-container,
.widget_posts_slider .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
}
.widget_posts_slider .entry-container {
	padding: 50px 30px 23px 30px;
    background: linear-gradient(to top,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 100%);
}
#posts-slider .featured-slider .min-read,
.widget_posts_slider .min-read {
    position: relative;
    background-color: transparent;
    padding: 0;
}
#posts-slider .featured-slider .entry-title {
    margin-bottom: 3px;
    font-weight: 500;
}
.widget_posts_slider .entry-title {
	margin-bottom: 12px;
}
#posts-slider .featured-slider .post-categories a,
#posts-slider .featured-slider .posted-on a,
#posts-slider .featured-slider .entry-title a,
#posts-slider .featured-slider .min-read,
#posts-slider .featured-slider .byline, 
#posts-slider .featured-slider .byline a,
#posts-slider .featured-slider .entry-meta > span:not(:first-child):before,
#secondary-sidebar .widget_posts_slider .post-categories a,
#secondary-sidebar .widget_posts_slider .posted-on a,
#secondary-sidebar .widget_posts_slider .entry-title a,
#secondary-sidebar .widget_posts_slider .min-read,
#secondary-sidebar .widget_posts_slider .byline, 
#secondary-sidebar .widget_posts_slider .byline a,
#secondary-sidebar .widget_posts_slider .entry-meta > span:not(:first-child):before,
#secondary .widget_posts_slider .post-categories a,
#secondary .widget_posts_slider .posted-on a,
#secondary .widget_posts_slider .entry-title a,
#secondary .widget_posts_slider .min-read,
#secondary .widget_posts_slider .byline, 
#secondary .widget_posts_slider .byline a,
#secondary .widget_posts_slider .entry-meta > span:not(:first-child):before,
#colophon .widget_posts_slider .post-categories a,
#colophon .widget_posts_slider .posted-on a,
#colophon .widget_posts_slider .entry-title a,
#colophon .widget_posts_slider .min-read,
#colophon .widget_posts_slider .byline, 
#colophon .widget_posts_slider .byline a,
#colophon .widget_posts_slider .entry-meta > span:not(:first-child):before {
	color: #fff;
	font-weight: 500;
}
#posts-slider .featured-slider .post-categories a:hover,
#posts-slider .featured-slider .posted-on a:hover,
#posts-slider .featured-slider .entry-title a:hover,
#posts-slider .featured-slider .byline a:hover,
#posts-slider .featured-slider .post-categories a:focus,
#posts-slider .featured-slider .posted-on a:focus,
#posts-slider .featured-slider .entry-title a:focus,
#posts-slider .featured-slider .byline a:focus,
.widget_posts_slider .post-categories a:hover,
.widget_posts_slider .posted-on a:hover,
.widget_posts_slider .entry-title a:hover,
.widget_posts_slider .byline a:hover,
.widget_posts_slider .post-categories a:focus,
.widget_posts_slider .posted-on a:focus,
.widget_posts_slider .entry-title a:focus,
.widget_posts_slider .byline a:focus {
	color: #fff;
	opacity: 0.8;
}
#posts-slider .featured-slider .min-read,
#posts-slider .featured-slider .byline, 
#posts-slider .featured-slider .byline a,
.widget_posts_slider .min-read,
.widget_posts_slider .byline, 
.widget_posts_slider .byline a {
	font-weight: 300;
}
#posts-slider .featured-slider .slick-prev,
.widget_posts_slider .slick-prev {
	left: 0;
}
#posts-slider .featured-slider .slick-next,
.widget_posts_slider .slick-next {
	right: 0;
}
#posts-slider .featured-slider .slick-prev, 
#posts-slider .featured-slider .slick-next,
.widget_posts_slider .slick-prev, 
.widget_posts_slider .slick-next {
    background-color: rgba(255, 255, 255, 0.80);
    width: 40px;
    height: 40px;
}
#posts-slider .featured-slider .slick-prev:hover, 
#posts-slider .featured-slider .slick-next:hover, 
#posts-slider .featured-slider .slick-prev:focus, 
#posts-slider .featured-slider .slick-next:focus,
.widget_posts_slider .slick-prev:hover, 
.widget_posts_slider .slick-next:hover, 
.widget_posts_slider .slick-prev:focus, 
.widget_posts_slider .slick-next:focus {
    background-color: #E73819;
}
.widget_recent_news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider-related-posts.widget_recent_news.col-2 > ul > li {
    margin-bottom: 30px;
}
#todays-highlight,
#you-may-have-missed {
    margin-top: 66px;
}

#todays-highlight .featured-image,
#you-may-have-missed .featured-image,
#editors-picked .featured-image,
#popular-posts .featured-image {
	background-position: 50%;
    padding: 175px 0;
    margin-bottom: 20px;
    border-radius: 16px;
    position: relative;
}
.purple  a {
	color: #865fc1;
}
.green  a {
	color: #8ad6ab;	
}
.pink a {
	color: #eb4986;
}
.orange a {
	color: #ff8737;
}
#subscribe-now {
    float: left;
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 12px;
    margin-top: 62px;
}
#subscribe-now .entry-container {
	float: left;
	width: 100%;
}
#subscribe-now .entry-container h2.section-title {
    font-size: 34px;
    color: #fff;
}
#subscribe-now .subscribe-form-wrapper {
	float: right;
	width: 100%;
	padding: 10px 24px;
}
#subscribe-now .section-header {
    padding: 20px 34px;
    text-align: center;
}
#subscribe-now .entry-content {
    padding: 5px 20px;
    text-align: center;
}
#subscribe-now .entry-content p {
    color: #818181;
}
#subscribe-now .entry-content p a {
    color: #818181;
    border-bottom: 1px solid #818181;
    padding-bottom: 4px;
}
#subscribe-now .entry-content p a:hover,
#subscribe-now .entry-content p a:focus {
	color: #0056fb;
}
#todays-highlight .entry-meta,
#you-may-have-missed .entry-meta {
    margin: 34px 0 16px 0;
}
#media-posts {
    margin-bottom: 43px;
}
.media-posts-wrapper.col-2 {
    margin-bottom: 30px;
}
.media-posts-wrapper.col-2:last-child {
    margin-bottom: 0;
}
#media-posts .overlay {
    opacity: 0.5;
}
#media-posts .video-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-button svg {
    width: 60px;
    height: 60px;
    fill: #fff;
}
.widget_posts_slider .slick-arrow {
    top: 5px;
    transform: none;
    background-color: #0056fb;
}
.widget_posts_slider .slick-prev {
	left: auto;
	right: 50px;
}
.widget_posts_slider .slick-next {
	right: 5px;
}
.widget_posts_slider .slick-arrow:before {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.recipe-slider .entry-container {
    margin-bottom: 23px;
}
.read-story {
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
}
.read-story a{
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
	color: #000;
}
.read-story a:hover,
.read-story a:focus{
	color: #0056fb;
	border-color: #0056fb; 
}
.recipe-slider .slick-arrow {
	width: 70px;
    top: auto;
    transform: none;
    bottom: 0;
    background-color: #fff;
}
.recipe-slider .slick-prev {
	left: -30px;
}
.recipe-slider .slick-next {
	right: auto;
	left: 40px;
}
.recipe-slider .slick-prev:after {
    content: "";
    background-color: #000;
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: 22px;
    opacity: 0.3;
}
.recipe-slider .slick-prev:hover:before, 
.recipe-slider .slick-next:hover:before, 
.recipe-slider .slick-prev:focus:before, 
.recipe-slider .slick-next:focus:before {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
/*--------------------------------------------------------------
Popular-post #  left-sidebar
--------------------------------------------------------------*/
#popular-post-container,
#left-sidebar {
    float: left;
    width: 100%;
}
/*--------------------------------------------------------------
#  right-sidebar
--------------------------------------------------------------*/
#right-sidebar {
    float: right;
    width: 100%;
    position: relative;
}
.widget_most_read_posts .post-number {
	float: left;
	margin-right: 20px;
    font-size: 42px;
    line-height: 60px;
    color: #c4c4c4;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
}
.widget_most_read_posts {
    margin-top: 0;
}
article.widget_trending_posts {
	position: relative;
	margin-top: 0;
}
article.widget_trending_posts .featured-image {
	padding: 295px 0;
	border-radius: 14px;
}
article.widget_trending_posts .entry-container {
	position: absolute;
	top: 140px;
	right: 0;
	left: 0;
	text-align: center;
	padding: 196px 30px;
}
article.widget_trending_posts a {
	color: #fff;	
}
article.widget_trending_posts .read-story a {
	border-bottom: 1.2px solid #fff;
}
.widget_trending_posts li:not(:last-child) {
	margin-bottom: 30px;
}
.widget_trending_posts li img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	float: left;
	border-radius: 10px;
	margin-right: 20px;
}
.widget_trending_posts li .entry-container,
.widget_posts_filter li .entry-con{
	display: table-cell;
	/*padding: 15px 0 15px 30px;*/
}
.widget_trending_posts ul li .entry-title {
	font-size: 22px;
}

/*--------------------------------------------------------------
#  Popular-posts
--------------------------------------------------------------*/
#popular-posts {
    margin-top: 0;
}
#popular-posts li {
	float: left;
	width: 100%;
}
#popular-posts section.widget.widget_recent_news {
    margin-top: 28px;
}
.popular-post-first-content .entry-title {
	font-size: 28px;
	line-height: 35px;
    position: relative;
}
.popular-post-first-content {
    float: left;
}
.widget_most_read_posts {
    margin-top: 44px;
    float: left;
}
.widget_most_read_posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_recent_news .entry-title {
	font-size: 22px;
	line-height: 28px;
}
.widget_most_read_posts .entry-container {
	display: table-cell;
	padding: 0px 0 15px 30px;
}

/*--------------------------------------------------------------
#  Editors Picked
--------------------------------------------------------------*/
#editors-picked {
    float: left;
    width: 100%;
    margin-top: 92px;
}
/*--------------------------------------------------------------
#  Recent Post
--------------------------------------------------------------*/
#recent-posts article.has-post-thumbnail {
    clear: both;
}
#recent-posts .featured-image {
	width: 100%;
	background-position: 50%;
    padding: 167px 0;
    border-radius: 12px;
}
#recent-posts .entry-container {
	width: 100%;
	padding: 10px;
}

/*--------------------------------------------------------------
#  Archive / Blog
--------------------------------------------------------------*/
.entry-meta {
    margin-bottom: 3px;
}

.entry-meta > span {
    display: inline-block;
    vertical-align: middle;
}
.post-categories :not(:last-child):after {
	content: ",";
}
.entry-meta > span:not(:first-child):before {
    content: "|";
    margin: 0 10px;
}
.byline,
.byline a {
	font-size: 14px;
    color: #171616;
}
.byline a:hover,
.byline a:focus {
	color: #0056fb;
}
/*--------------------------------------------------------------
#  Single Post
--------------------------------------------------------------*/
.single .featured-image {
    margin-bottom: 30px;
    position: relative;
}
.single #primary article .entry-title {
    font-size: 28px;
    margin: 14px 0;
}
.single .post-categories a, 
.single .posted-on a {
	font-size: 14px;
}

/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    color: #000;
}
#colophon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.custom-menu ul li:last-child {
	margin-right: 0;
}
#colophon .social-icons li a {
    line-height: 38px;
}
#colophon .social-icons li:not(last-child) {
	padding-right: 32px;	
}
#colophon .social-icons li svg {
	fill:  #4a4a4a;
	width: 28px;
    height: 28px;
}

.widget_featured_post ul li .entry-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
#colophon ul li, 
#colophon ul li a {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 40px;
    font-family: 'Lora', serif;
    font-weight: 400;
}
#colophon ul li a,
#secondary ul li a {
	text-decoration: none;
}
.footer-widgets-area .widget_nav_menu ul li:before {
    content: "-";
    margin-right: 5px;
}
#colophon .widget-title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 54px;
    font-weight: bold;
}
.footer-widgets-area.page-section.col-5 {
    text-align: center;
}
#colophon h2.site-title {
    font-size: 36px;
}
#colophon .cat-links li {
	margin-bottom: 0;
	margin-right: 3px;
    width: auto;
}
#colophon .cat-links a,
#colophon .site-info a:hover,
#colophon .site-info a:focus,
#colophon .widget-title, 
#colophon .widgettitle {
	color: #000;
}
#colophon .cat-links a {
    color: #0056fb;
}
#colophon .widget_text .textwidget p {
    font-size: 18px;
    line-height: 35px;
    color: #4a4a4a;
    font-family: 'Lora', serif;
    font-weight: 400;
}
#colophon ul li a:hover,
#colophon ul li a:focus {
	color: #0056fb;
}
#colophon ul li a:hover svg,
#colophon ul li a:focus svg {
	fill: #fff;
}
#colophon .cat-links a:hover,
#colophon .cat-links a:focus {
	opacity: 1;
}
.widget_featured_post article {
    position: relative;
    clear: both;
    display: table;
    width: 100%;
}
.widget_featured_post .featured-image {
    background-size: cover;
    background-position: 50%;
    background-color: #000;
    width: 100px;
    height: 100%;
    float: left;
    display: table-cell;
    position: absolute;
    top: 0;
    left: 0;
}
.widget_featured_post .entry-container {
    padding: 5px 0;
    display: table-cell;
    text-align: left;
    padding-left: 120px;
}
.widget_categories li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#colophon .widget_categories li {
    margin-bottom: 8px;
}
#colophon .widget_categories li:last-child {
    margin-bottom: 0;
}
#colophon .footer-widgets-area .widget.widget_featured_post > ul > li {
    margin-bottom: 7px;
}
.footer-widgets-area ul li {
    font-weight: 500;
}
#colophon .footer-widgets-area .widget > ul > li:last-child,
#colophon .footer-widgets-area .widget.widget_featured_post > ul > li:last-child {
	margin-bottom: 0;
}
#colophon .widget_recent_entries ul li span {
    display: block;
    font-size: 16px;
}
#colophon .social-icons li svg:hover,
#colophon .social-icons li svg:focus {
	fill: #fff;
}
.social-icons li:not(.search-menu) a:hover svg,
.social-icons li:not(.search-menu) a:focus svg  {
	fill: #fff;
}
#colophon .widget_recent_entries ul li span:before {
	content: "";
    background-image: url('assets/images/clock.svg');
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.home #colophon .site-info.col-2 a {
	color: #0056fb;
}
.home #colophon .site-info.col-2 a:hover,
.home #colophon .site-info.col-2 a:focus {
	color: #000;
}
.site-info .social-icons {
    display: inline-block;
}
.site-info {
    text-align: center;
    padding: 28px 0;
    position: relative;
}
.site-info:before {
    content: "";
    background-color: #fff;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.site-info span {
	display: block;
	text-align: center;
    margin: 0 0 10px;
}
.site-info span:last-child {
    margin-bottom: 0;
}
.custom-menu {
    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;
	float: left;
	width: 100%;
}
.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;
}
.footer-widgets-area.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.archive-blog-wrapper a,
.single-wrapper a {
    text-decoration: none;
}
.single-wrapper .entry-content a {
	text-decoration: underline;
}
/*--------------------------------------------------------------
.					Blog  &  Single
--------------------------------------------------------------*/
.blog #recent-posts,
.single #recent-posts {
    margin-top: unset;
}

.blog #recent-posts article,
.single #recent-posts article {
    float: left;
    width: 100%;
}
.blog.left-sidebar #recent-posts article {
    float: right;
}
.blog.left-sidebar #recent-posts .entry-container {
	float: left;
	padding: 33px 33px 0px 20px;
}
.blog.left-sidebar #recent-posts .featured-image {
	float: right;
}
.blog #secondary .widget ,
.single #secondary .widget,
.archive #secondary .widget,
.search #secondary .widget {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #eee;
    clear: both;
}
.blog #secondary .widget_search form.search-form input ,
.single #secondary .widget_search form.search-form input {
    background-color: #fff;
    padding: 0 40px 0 15px;
    height: 50px;
}
.blog .widget_search form.search-form .search-submit,
.single .widget_search form.search-form .search-submit {
	color: #fff;
    background-color: #0056fb;
    left: auto;
    right: -4px;
    top: 0;
    font-size: 14px;
    height: 50px;
    width: 47px;
    line-height: 10px;
    position: absolute;
}
.blog .widget-title,
.single .widget-title {
	color: #0056fb;
	margin: 0 0 20px; 
}
.archive #secondary ul,
.blog #secondary ul,
.single #secondary ul{
    margin: 0 0 21px;
    padding-left: 1.5em;
}
#secondary ul li{
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	list-style: disc;
}
#secondary .widget_widget_trending_posts ul li{
	list-style: none;
}
.single #recent-posts .entry-container {
    width: 100%;
     padding: unset; 
}
.single #recent-posts .featured-image {
	width: 100%;
	padding: 250px 0;
}
/*--------------------------------------------------------------
. 					error404
--------------------------------------------------------------*/
.error404 #primary {
    width: 100%;
    float: none;
}
.error-404.not-found {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.error-404.not-found .page-header {
    margin-bottom: 20px;
}
.error-404 form.search-form button.search-submit {
	background: #e6e6e6;
}

/*--------------------------------------------------------------
      Education Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#featured-slider-section {
    position: relative;
}
#featured-slider-section .read-more {
    display: inline-block;
    margin-bottom: 15px;
}
#featured-slider-section .discover-now .btn {
	background-color: #ac0b08;
}
#featured-slider-section .discover-now .btn:hover,
#featured-slider-section .discover-now .btn:focus {
	background-color: #000;
}
#featured-slider-section .wrapper {
	position: relative;
}
.featured-slider article {
	background-color: #000;
    background-size: cover;
    background-position: 50%;
    padding: 200px 0;
    vertical-align: middle;
    position: relative;
}
.featured-content-wrapper {
    position: relative;
    z-index: 1;
}
.featured-content-wrapper .entry-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.featured-content-wrapper .section-subtitle {
    color: #fff;
    font-size: 18px;
}
.featured-content-wrapper .entry-title {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
}
.featured-content-wrapper .entry-title a,
.featured-content-wrapper .entry-content {
	color: #fff;
}
.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-title a:focus {
	opacity: 0.8;
	color: #0056fb;
}
.featured-content-wrapper .entry-content {
	margin-bottom: 33px;
}
.featured-slider .slick-dots li button {
	border-color: #fff;
}
.featured-slider .slick-dots li button:focus-visible {
	outline: auto;
}
.featured-slider .slick-dots li.slick-active button {
	background-color: #fff;
}
.featured-slider-gallery {
    max-width: 480px;
    margin: 0 auto;
}
.featured-slider-gallery article {
    position: relative;
}
.featured-slider-gallery .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    position: relative;
}
.featured-slider-gallery .entry-title {
    padding: 29px 50px;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #37ADE4;
}
.featured-slider-gallery .entry-title a {
	color: #fff;
}
.featured-slider-gallery .entry-title a:hover,
.featured-slider-gallery .entry-title a:focus {
	color: #fff;
	opacity: 0.8;
}

.featured-slider-gallery .featured-image a svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.featured-slider-gallery .slick-arrow {
    transform: none;
    top: auto;
    bottom: 15px;
    background-color: #37ADE4;
    border: none;
}
.featured-slider-gallery .slick-arrow:hover,
.featured-slider-gallery .slick-arrow:focus {
	background-color: #37ADE4;
}
.featured-slider-gallery .slick-prev {
    left: 0;
}
.featured-slider-gallery .slick-next {
    right: 0;
}
.featured-slider-gallery .slick-prev:before, 
.featured-slider-gallery .slick-next:before {
	width: 14px;
	height: 14px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-slide {
    outline: none;
}
.slick-prev:before, 
.slick-next:before {
	-webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/uploads/left-arrow.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:before {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(0deg);
}
.slick-prev,
.slick-next {
	background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 1;
    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;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	opacity: 1;
	border-color: #EB4985;
	background-color: #EB4985;
}
.slick-prev {
	left: 50px;
}
.slick-next {
	right: 50px;
}
.slick-prev, 
.slick-next {
    border: 1px solid #000;
    background-color: #000;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 1px solid #0056fb;
}
.slick-dots li.slick-active button {
	background-color: #0056fb;
}
.slick-dots li button:focus {
	outline: thin dotted #000;
}
.slick-dots li button:before {
	display: none;
}

/*--------------------------------------------------------------
#  About Us
--------------------------------------------------------------*/
#about-us .featured-image {
    background-size: cover;
    background-position: 50%;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 40px;
}
#about-us .entry-container {
	text-align: center;
}
#about-us .section-header {
    margin-bottom: 20px;
}
#about-us .entry-content {
    margin-bottom: 33px;
}
#about-us .read-more a:focus {
    outline: thin dotted #000;
}
/*--------------------------------------------------------------
#  Our Services Section
--------------------------------------------------------------*/
#our-services article {
    border: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 0;
}
#our-services .service-item-wrapper {
    text-align: center;
    padding: 60px 30px;
}
#our-services .icon-container {
	margin-bottom: 15px;
}
#our-services .icon-container a {
    font-size: 52px;
}
#our-services .entry-title {
    font-size: 22px;
    font-weight: 600;
}
.second-design .section-header,
.third-design .section-header {
    text-align: center;
    margin-bottom: 40px;
}
/*--------------------------------------------------------------
#  Counter Section
--------------------------------------------------------------*/
#counter-section {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    padding: 120px 0;
}
#counter-section .wrapper {
	text-align: center;
	position: relative;
	z-index: 1;
}
#counter-section .section-title,
#counter-section .section-subtitle {
	color: #fff;
}
#counter-section .separator {
	background-color: #fff;
}
#counter-section .counter-value,
#counter-section .counter-title {
    font-size: 72px;
    color: #fff;
    margin: 0;
}
#counter-section .counter-title {
    font-size: 20px;
    font-weight: 500;
}
#counter-section .counter-icon {
    font-size: 36px;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 20%);
    margin: 0 auto 15px;
}

/*--------------------------------------------------------------
#  Gallery Section
--------------------------------------------------------------*/
#gallery-section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}
#gallery-section .entry-header {
    background-color: #0056fb;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -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;
}
#gallery-section article:hover .entry-header,
#gallery-section article.active .entry-header {
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#gallery-section .entry-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#gallery-section .entry-title a {
	color: #fff;
}
#gallery-section .entry-title a:hover,
#gallery-section .entry-title a:focus {
	color: #000;
}

/*--------------------------------------------------------------
#  Our Projects
--------------------------------------------------------------*/
#our-projects article {
    position: relative;
    text-align: center;
}
#our-projects article .overlay {
    visibility: hidden;
    background-color: #08ac2e;
    opacity: 0;
    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;
}
.tab-content {
	display: none;
}
.tab-content.active {
    display: block;
}
#our-projects .entry-header {
	position: relative;
	z-index: 10;
	padding: 0 15px;
	-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;
}
#our-projects .entry-header .more-link {
    font-size: 28px;
    margin-bottom: 20px;
    display: none;
}
#our-projects .featured-image {
    margin-bottom: 20px;
}
#our-projects .featured-image img {
    width: 100%;
}
#our-projects .entry-title {
    font-weight: bold;
    margin-bottom: 0;
}
#our-projects .entry-title a {
    color: #2e2e36;
}
#our-projects .entry-title a:hover,
#our-projects .entry-title a:focus {
	color: #007aff;
}
ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul.tabs li {
    display: inline-block;
    margin: 8px;
}
ul.tabs li a {
    background-color: #eef4fa;
    display: inline-block;
    padding: 1px 20px;
    border-radius: 20px;
    color: #000;
}
ul.tabs li a.active,
ul.tabs li a:hover,
ul.tabs li a:focus {
    background-color: #08ac2e;
    color: #fff;
}
ul.tabs li a:focus {
	outline: thin dotted #000;
}
#our-projects .section-content {
    margin-top: 40px;
}
#our-projects .view-all {
	margin-top: 30px;
	text-align: center;
}
#our-projects .section-header {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
#  Call To Action
--------------------------------------------------------------*/
#call-to-action {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    position: relative;
}
#call-to-action .wrapper {
    position: relative;
    text-align: center;
    max-width: 740px;
}
#call-to-action .entry-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
#call-to-action .entry-content {
    color: #fff;
}
#call-to-action .read-more {
    margin-top: 30px;
}


/*--------------------------------------------------------------
#  Team Section
--------------------------------------------------------------*/
#team-section .team-item-wrapper {
    position: relative;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 65px rgb(0 0 0 / 6%);
}
#team-section .featured-image img {
    width: 100%;
}
#team-section .social-icons {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
}
#team-section .entry-container {
    padding: 35px 15px 40px;
}
#team-section .entry-title {
    margin: 0 0 10px;
    font-weight: 600;
}
#team-section .social-icons a {
    background-color: #fff;
    box-shadow: 1px 1px 16px 7px rgb(245 245 245);
    margin: 0 5px;
}
#team-section .social-icons a:hover svg,
#team-section .social-icons a:focus svg {
	fill: #fff;
}
/*--------------------------------------------------------------
#  Testimonial Section
--------------------------------------------------------------*/
#testimonial-section .testimonial-slider {
    max-width: 1170px;
    margin: 0 auto;
}
#testimonial-section .slick-track {
    padding-top: 50px;
}
#testimonial-section article {
    padding: 0 15px;
}
#testimonial-section .testimonial-item {
    background-color: #fff;
    box-shadow: 1px 1px 16px 7px rgb(245 245 245 / 50%);
    border-radius: 5px;
    padding: 30px;
}
#testimonial-section .featured-image {
	margin: -80px 0 20px;
}
#testimonial-section .featured-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    border: 10px solid #fff;
    box-shadow: 1px 1px 16px 7px rgb(245 245 245 / 50%);
}
#testimonial-section .testimonial-position {
    color: #696687;
}
#testimonial-section .entry-title {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 500;
}
#testimonial-section .user-rating {
	margin-bottom: 15px;
}
#testimonial-section .user-rating i {
    color: #D71700;
}
#testimonial-section .user-rating i.active:before {
    content: "\f005";
}
#testimonial-section .entry-content {
    color: #696687;
    font-size: 18px;
}
#testimonial-section .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

/*--------------------------------------------------------------
#  Most Read Posts
--------------------------------------------------------------*/
.widget_most_read_posts-posts .featured-image {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 130px 0;
    margin-bottom: 23px;
}
.widget_most_read_posts-posts .cat-links {
    margin-bottom: 3px;
    display: block;
}
.widget_most_read_posts-posts .entry-title {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 15px;
}
.admin-profile {
    display: table;
    width: 100%;
}
.admin-profile .admin-image {
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 70px;
}
.admin-profile .admin-container {
    display: table;
    padding-top: 10px;
}
.admin-profile .admin-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.admin-profile .admin-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px;
}
.admin-profile .admin-name a {
    color: #1C1B1A;
}
.admin-profile .admin-name a:hover,
.admin-profile .admin-name a:focus {
	color: #0056fb;
}
.admin-profile .admin-profile .posted-on a {
    color: #666;
}

.col-2 article:not(:last-child),
.col-3 article:not(:last-child),
.col-4 article:not(:last-child),
.col-5 article:not(:last-child),
.col-6 article:not(:last-child) {
	margin-bottom: 22px;
}

/*--------------------------------------------------------------
#  Magazine Trending News Section
--------------------------------------------------------------*/
#magazine-trending-news {
    margin-top: 30px;
    padding: 0;
}
#magazine-trending-news .trending-news-wrapper {
    padding: 3px 0;
}
#magazine-trending-news .trending-news-header {
    margin-bottom: 15px;
}
#magazine-trending-news .trending-news-title {
    background-color: #ec0743;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}
#magazine-trending-news .entry-title {
    font-weight: 400;
}
#magazine-trending-news .slick-arrow {
    top: 0;
    transform: none;
    background-color: #18191B;
    width: 30px;
    height: 30px;
    line-height: 45px;
    border-radius: 0;
    right: 0;
}
#magazine-trending-news .slick-prev {
    left: auto;
    right: 35px;
}
#magazine-trending-news .slick-arrow:hover,
#magazine-trending-news .slick-arrow:focus {
    background-color: #ec0743;
}
#magazine-trending-news .slick-prev:before, 
#magazine-trending-news .slick-next:before {
    width: 16px;
    height: 16px;
    color: #fff;
    line-height: 16px;
}
#magazine-trending-news .slick-next:before,
#magazine-trending-news .slick-prev:before{
    content: "\f054";
}
#magazine-trending-news .slick-next:before {
	transform: rotate(180deg);
}
/*--------------------------------------------------------------
#  Magazine Featured Posts Section
--------------------------------------------------------------*/
#magazine-featured-posts {
    margin-top: 30px;
    padding: 0;
}
#magazine-featured-posts .section-content {
    margin: 0 -10px;
}
#magazine-featured-posts article {
    padding: 0 10px;
}
#magazine-featured-posts article:last-child {
    margin-bottom: 0;
}
#magazine-featured-posts .featured-image {
    padding: 125px 0;
}
#magazine-featured-posts .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 50px 25px 17px;
    background: linear-gradient(to top,rgba(0,0,0,0.9) 0,rgba(0,0,0,0) 100%);
}
#magazine-featured-posts .entry-meta {
    margin-bottom: 12px;
    display: block;
}
#magazine-featured-posts .entry-header {
    margin-bottom: 7px;
}
#magazine-featured-posts .entry-title {
    font-size: 22px;
    font-weight: 500;
}
#magazine-featured-posts .entry-title a,
#magazine-featured-posts .posted-on a,
#magazine-featured-posts .author.vcard a,
#magazine-featured-posts .entry-meta.author-posted-on > span:not(:last-child):after {
    color: #fff;
}
#magazine-featured-posts .entry-title a:hover,
#magazine-featured-posts .entry-title a:focus,
#magazine-featured-posts .posted-on a:hover,
#magazine-featured-posts .posted-on a:focus,
#magazine-featured-posts .author.vcard a:hover,
#magazine-featured-posts .author.vcard a:focus {
    color: #ec0743;
}
#magazine-featured-posts .entry-meta.author-posted-on {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
#  Magazine Sports News
--------------------------------------------------------------*/

#magazine-sports-news article {
    margin-bottom: 30px;
}
#magazine-sports-news article:last-child {
    margin-bottom: 0;
}
#magazine-sports-news .featured-image {
    padding: 125px 0;
    margin-bottom: 20px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
#magazine-sports-news .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-sports-news .entry-header {
    margin-bottom: 5px;
}
#magazine-sports-news .entry-title {
    font-size: 24px;
}
#magazine-sports-news .entry-content {
    margin-top: 5px;
}
#magazine-sports-news .cat-links {
    display: block;
    margin-bottom: 12px;
}
/*--------------------------------------------------------------
#  Magazine Advertisement Section
--------------------------------------------------------------*/
#magazine-advertisement-section,
#magazine-top-advertisement-section {
	text-align: center;
}
#magazine-top-advertisement-section {
	padding: 20px 0;
}
#magazine-advertisement-section img,
#magazine-top-advertisement-section img {
    width: 100%;
}

/*--------------------------------------------------------------
# Magazine Popular Posts Section
--------------------------------------------------------------*/
#magazine-popular-posts .section-content {
    margin: 0 -10px;
}
#magazine-popular-posts article {
    padding: 0 10px;
    margin-bottom: 20px;
}
#magazine-popular-posts article:first-child {
    margin-bottom: 30px;
}
#magazine-popular-posts article:last-child {
    margin-bottom: 0;
}
#magazine-popular-posts .featured-image {
    padding: 160px 0;
    margin-bottom: 20px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
#magazine-popular-posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-popular-posts .entry-header {
    margin-bottom: 5px;
}
#magazine-popular-posts .entry-content {
    margin-top: 5px;
}
#magazine-popular-posts article:first-child .entry-title {
    font-size: 24px;
}
#magazine-popular-posts article:not(:first-child) .featured-image .entry-meta,
#magazine-popular-posts article:not(:first-child) .entry-meta.author-posted-on .byline,
#magazine-popular-posts article:not(:first-child) .entry-content {
    display: none;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail {
    display: table;
    width: 100%;
    position: relative;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .featured-image,
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .entry-container {
    display: table-cell;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .featured-image {
    width: 160px;
    padding: 0;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .entry-container {
    padding: 10px 0 5px 15px;
}
#magazine-popular-posts .cat-links {
    display: block;
    margin-bottom: 12px;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .entry-title {
	font-size: 16px;
}
#magazine-popular-posts article:not(:first-child).has-post-thumbnail .entry-meta > span:before {
    content: "";
    margin: 0;
}

/*--------------------------------------------------------------
#  Magazine Most Viewed Posts Section
--------------------------------------------------------------*/
#magazine-most-viewed-posts {
    padding: 0;
    margin-bottom: 50px;
}
#magazine-most-viewed-posts .section-content {
    margin: 0 -10px;
}
#magazine-most-viewed-posts article {
    padding: 0 10px;
    margin-bottom: 20px;
}
#magazine-most-viewed-posts article:last-child {
    margin-bottom: 0;
}
#magazine-most-viewed-posts .featured-image {
    padding: 125px 0;
    margin-bottom: 20px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
#magazine-most-viewed-posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-most-viewed-posts .entry-header {
    margin-top: 5px;
    margin-bottom: 5px;
}
#magazine-most-viewed-posts .entry-title {
    font-size: 16px;
}
#magazine-most-viewed-posts .entry-content {
    margin-top: 5px;
}
#magazine-most-viewed-posts .cat-links {
    display: block;
    margin-bottom: 12px;
}
/*--------------------------------------------------------------
#  Magazine Recent Posts Section
--------------------------------------------------------------*/
#magazine-recent-posts .section-content {
    margin: 0 -10px;
}
#magazine-recent-posts article {
    padding: 0 10px;
    margin-bottom: 20px;
}
#magazine-recent-posts article:last-child {
    margin-bottom: 0;
}
#magazine-recent-posts article:nth-child(-n+2) .recent-post-item {
    padding-bottom: 30px;
}
#magazine-recent-posts .recent-post-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 20px;
}
#magazine-recent-posts .featured-image {
    padding: 150px 0;
    margin-bottom: 20px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
#magazine-recent-posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#magazine-recent-posts .entry-header {
    margin-bottom: 5px;
}
#magazine-recent-posts .entry-content {
    margin-top: 5px;
}
#magazine-recent-posts article:nth-child(-n+2) .entry-title {
    font-size: 20px;
}
#magazine-recent-posts article:not(:nth-child(-n+2)) .featured-image .entry-meta,
#magazine-recent-posts article:not(:nth-child(-n+2)) .entry-meta.author-posted-on .byline,
#magazine-recent-posts article:not(:nth-child(-n+2)) .entry-content {
    display: none;
}
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail {
    display: table;
    width: 100%;
    position: relative;
}
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail .featured-image,
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail .entry-container {
    display: table-cell;
}
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail .featured-image {
    width: 120px;
    padding: 0;
}
#magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail .entry-container {
    padding: 10px 0 5px 15px;
}
#magazine-recent-posts .cat-links {
    display: block;
    margin-bottom: 12px;
}

/*--------------------------------------------------------------
# 					second design
--------------------------------------------------------------*/
.second-design .btn,
.second-design .slick-dots li.slick-active button,
.second-design .backtotop,
.second-design #gallery-section .entry-header,
.second-design .main-navigation ul.sub-menu li:hover > a, 
.second-design .main-navigation ul.sub-menu li:focus > a  {
	background-color: #f4d10c;
}
.second-design .slick-dots li button {
	border: 1px solid #f4d10c;
}
.second-design .btn:hover,
.second-design .btn:focus,
.second-design .backtotop:hover,
.second-design .backtotop:focus {
	background-color: #000;
}
.second-design a:hover,
.second-design a:focus,
.second-design .admin-profile .admin-name a:hover,
.second-design .admin-profile .admin-name a:focus,
.second-design #colophon ul li a:hover,
.second-design #colophon ul li a:focus ,
.second-design .featured-content-wrapper .entry-title a:hover, 
.second-design .featured-content-wrapper .entry-title a:focus,
.second-design #colophon .site-info.col-2 a,
.second-design #our-services .icon-container a,
.second-design #masthead .main-navigation ul.nav-menu li.current-menu-item > a,
.second-design #masthead .main-navigation ul.nav-menu > li > a:hover, 
.second-design .main-navigation ul.nav-menu li:hover > a,
.second-design #masthead .main-navigation ul.nav-menu > li > a:focus,
.second-design .main-navigation ul.nav-menu li:focus > a{
	color: #f4d10c;
}
.second-design #colophon .site-info.col-2 a:hover,
.second-design #colophon .site-info.col-2 a:focus,
.second-design #our-services .icon-container a:hover,
.second-design #our-services .icon-container a:focus {
	color: #000;
}
.second-design .main-navigation ul.sub-menu li:hover > a, 
.second-design .main-navigation ul.sub-menu li:focus > a  {
	color: #fff;
}
#most-read-posts article:nth-child(1n) .post-categories a{
    color: #eb4986;
}
#most-read-posts article:nth-child(2n) .post-categories a{
    color: #8ad6ab;
}
#most-read-posts article:nth-child(3n) .post-categories a{
    color: #865fc1;
}
#most-read-posts article:nth-child(n) .post-categories a:hover,
#most-read-posts article:nth-child(n) .post-categories a:focus{
    color: #f4d10c;
}


/*--------------------------------------------------------------
# 					third design
--------------------------------------------------------------*/
.third-design .btn,
.third-design .slick-dots li.slick-active button,
.third-design .backtotop,
.third-design #gallery-section .entry-header,
.third-design .main-navigation ul.sub-menu li:hover > a, 
.third-design .main-navigation ul.sub-menu li:focus > a  {
	background-color: #08ac2e;
}
.third-design .slick-dots li button {
	border: 1px solid #08ac2e;
}
.third-design .btn:hover,
.third-design .btn:focus,
.third-design .backtotop:hover,
.third-design .backtotop:focus {
	background-color: #000;
}
.third-design a:hover,
.third-design a:focus,
.third-design .admin-profile .admin-name a:hover,
.third-design .admin-profile .admin-name a:focus,
.third-design #colophon ul li a:hover,
.third-design #colophon ul li a:focus ,
.third-design .featured-content-wrapper .entry-title a:hover, 
.third-design .featured-content-wrapper .entry-title a:focus,
.third-design #colophon .site-info.col-2 a,
.third-design #our-services .icon-container a,
.third-design #masthead .main-navigation ul.nav-menu li.current-menu-item > a,
.third-design #masthead .main-navigation ul.nav-menu > li > a:hover, 
.third-design .main-navigation ul.nav-menu li:hover > a,
.third-design #masthead .main-navigation ul.nav-menu > li > a:focus,
.third-design .main-navigation ul.nav-menu li:focus > a{
	color: #08ac2e;
}
.third-design #colophon .site-info.col-2 a:hover,
.third-design #colophon .site-info.col-2 a:focus,
.third-design #our-services .icon-container a:hover,
.third-design #our-services .icon-container a:focus {
	color: #000;
}
.third-design .main-navigation ul.sub-menu li:hover > a, 
.third-design .main-navigation ul.sub-menu li:focus > a  {
	color: #fff;
}


/*--------------------------------------------------------------
# 					fourth design
--------------------------------------------------------------*/
#magazine-trending-news .entry-title, 
#magazine-trending-news .section-title,
#magazine-trending-news header.entry-header {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    word-wrap: break-word;
}
.fourth-design .btn,
.fourth-design .slick-dots li.slick-active button,
.fourth-design .backtotop,
.fourth-design #gallery-section .entry-header,
.fourth-design .main-navigation ul.sub-menu li:hover > a, 
.fourth-design .main-navigation ul.sub-menu li:focus > a  {
	background-color: #ec0743;
}
.fourth-design .slick-dots li button {
	border: 1px solid #ec0743;
}
.fourth-design .btn:hover,
.fourth-design .btn:focus,
.fourth-design .backtotop:hover,
.fourth-design .backtotop:focus {
	background-color: #000;
}
.fourth-design a:hover,
.fourth-design a:focus,
.fourth-design .admin-profile .admin-name a:hover,
.fourth-design .admin-profile .admin-name a:focus,
.fourth-design #colophon ul li a:hover,
.fourth-design #colophon ul li a:focus ,
.fourth-design .featured-content-wrapper .entry-title a:hover, 
.fourth-design .featured-content-wrapper .entry-title a:focus,
.fourth-design #colophon .site-info.col-2 a,
.fourth-design #our-services .icon-container a,
.fourth-design #masthead .main-navigation ul.nav-menu li.current-menu-item > a,
.fourth-design #masthead .main-navigation ul.nav-menu > li > a:hover, 
.fourth-design .main-navigation ul.nav-menu li:hover > a,
.fourth-design #masthead .main-navigation ul.nav-menu > li > a:focus,
.fourth-design .main-navigation ul.nav-menu li:focus > a{
	color: #ec0743;
}
.fourth-design #colophon .site-info.col-2 a:hover,
.fourth-design #colophon .site-info.col-2 a:focus,
.fourth-design #our-services .icon-container a:hover,
.fourth-design #our-services .icon-container a:focus {
	color: #000;
}
.fourth-design .main-navigation ul.sub-menu li:hover > a, 
.fourth-design .main-navigation ul.sub-menu li:focus > a  {
	color: #fff;
}
.fourth-design .cat-links {
    visibility: hidden;
}
.fourth-design .cat-links a {
    visibility: visible;
    background-color: #ec0743;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px;
    text-transform: capitalize;
}
.fourth-design .section-header {
    text-align: left;
    margin-bottom: 20px; 
        border-bottom: 2px solid #ec0743;
}
.fourth-design .cat-links a:nth-child(1n) {
    background-color: #ec0743;
}
.fourth-design .cat-links a:nth-child(2n) {
    background-color: #875FC0;
}
.fourth-design .cat-links a:nth-child(3n) {
	background-color: #c1f211;
}
.fourth-design .section-title {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    background-color: #ec0743;
    line-height: 1;
    padding: 10px 15px;
}
.fourth-design .cat-links a:nth-child(1n):hover, 
.fourth-design .cat-links a:nth-child(1n):focus {
    background-color: #000;
}
.fourth-design .featured-image {
	position: relative;
	background-size: cover;
    background-position: 50%;
}
.fourth-design .byline {
    visibility: hidden;
}
.fourth-design .byline .author.vcard {
    visibility: visible;
    margin-left: -25px;
    font-weight: 400;
}
.fourth-design .entry-title a,
.fourth-design .author.vcard a:hover,
.fourth-design .author.vcard a:focus {
    color: #000;
}
.fourth-design .entry-title a:hover,
.fourth-design .entry-title a:focus,
.fourth-design .author.vcard a {
    color: #ec0743;
}

.featured-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	
}
#most-read-posts .featured-image {
	padding: 130px 0;
    margin-bottom: 23px;
}
#magazine-featured-posts .featured-image {
    padding: 125px 0;
    position: relative;
    background-size: cover;
    background-position: 50%;
}
#magazine-featured-posts .cat-links a {
	visibility: visible;
    background-color: #ec0743;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px;
    text-transform: capitalize;
}
#magazine-featured-posts .cat-links a:hover,
#magazine-featured-posts .cat-links a:focus {
    background-color: #000;
}
#magazine-featured-posts .cat-links a:nth-child(2n) {
    background-color: #875FC0;
}
#magazine-featured-posts .byline {
    display: inline;
    color: #fff;
}

/*--------------------------------------------------------------
#  Dark Version
--------------------------------------------------------------*/
.dark-version,
.dark-version #masthead,
.dark-version #our-features,
.dark-version #colophon .widget_search form.search-form input {
	background-color: #222;
}

.dark-version pre,
.dark-version blockquote,
.dark-version #testimonial-section,
.dark-version #colophon,
.dark-version .site-info,
.dark-version .navigation.post-navigation, 
.dark-version .navigation.posts-navigation,
.dark-version #secondary .widget_search form.search-form input,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea {
	background-color: #33333342;
}

.dark-version,
.dark-version .site-title a,
.dark-version .site-description,
.dark-version .menu-label,
.dark-version h1, 
.dark-version h2, 
.dark-version h3, 
.dark-version h4, 
.dark-version h5, 
.dark-version h6,
.dark-version a:hover,
.dark-version a:focus,
.dark-version b, 
.dark-version strong,
.dark-version figcaption,
.dark-version blockquote,
.dark-version cite,
.dark-version .service-item-wrapper .entry-title a,
.dark-version #about-us .entry-title a,
.dark-version #our-features .entry-title a,
.dark-version #our-team .entry-title a,
.dark-version #testimonial-section .entry-content,
.dark-version #testimonial-section .entry-title a,
.dark-version .post-item-wrapper .entry-meta,
.dark-version .post-item-wrapper .entry-meta > .posted-on a,
.dark-version .post-item-wrapper .entry-title a,
.dark-version #colophon .site-info a,
.dark-version #colophon a, 
.dark-version #colophon p, 
.dark-version #colophon li, 
.dark-version .site-footer strong,
.dark-version #secondary a,
.dark-version table th,
.dark-version .navigation.post-navigation a, 
.dark-version .navigation.posts-navigation a,
.dark-version .pagination .page-numbers, 
.dark-version .pagination .page-numbers.dots:hover, 
.dark-version .pagination .page-numbers.dots:focus, 
.dark-version .pagination .page-numbers.prev, 
.dark-version .pagination .page-numbers.next,
.dark-version #respond label,
.dark-version .single-wrapper .entry-meta > span a,
.dark-version #secondary .widget_search form.search-form input,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version .section-subtitle a {
	color: #fff;
}

.dark-version .site-title a:hover,
.dark-version .site-title a:focus,
.dark-version .service-item-wrapper .entry-title a:hover,
.dark-version .service-item-wrapper .entry-title a:focus,
.dark-version #about-us .entry-title a:hover,
.dark-version #about-us .entry-title a:focus,
.dark-version #our-features .entry-title a:hover,
.dark-version #our-features .entry-title a:focus,
.dark-version #our-team .entry-title a:hover,
.dark-version #our-team .entry-title a:focus,
.dark-version #testimonial-section .entry-title a:hover,
.dark-version #testimonial-section .entry-title a:focus,
.dark-version .post-item-wrapper .entry-meta > .posted-on a:hover,
.dark-version .post-item-wrapper .entry-meta > .posted-on a:focus,
.dark-version .post-item-wrapper .entry-title a:hover,
.dark-version .post-item-wrapper .entry-title a:focus,
.dark-version #colophon .site-info a:hover,
.dark-version #colophon .site-info a:focus,
.dark-version #secondary a:hover,
.dark-version #secondary a:focus,
.dark-version .navigation.post-navigation a:hover, 
.dark-version .navigation.posts-navigation a:hover,
.dark-version .navigation.post-navigation a:focus, 
.dark-version .navigation.posts-navigation a:focus,
.dark-version .single-wrapper .entry-meta > span a:hover,
.dark-version .single-wrapper .entry-meta > span a:focus,
.dark-version .section-subtitle a:hover {
	color: #fff;
	opacity: 0.8;
}
.dark-version #masthead .main-navigation ul.nav-menu > li > a,
.dark-version #colophon .widget_text .textwidget p,
.dark-version #colophon,
.dark-version #colophon .widget-title{
	color: #fff;
}
.dark-version #magazine-recent-posts .entry-title a,
.dark-version #magazine-trending-news .trending-news-wrapper .entry-title a,
.dark-version .author.vcard a:hover,
.dark-version .author.vcard a:focus,
.dark-version #magazine-popular-posts .entry-title a,
.dark-version #magazine-sports-news .entry-title a,
.dark-version #magazine-most-viewed-posts .entry-title a,
.dark-version .posted-on a  {
    color: #fff;
}
.dark-version #magazine-recent-posts .entry-title a:hover,
.dark-version #magazine-recent-posts .entry-title a:focus,
.dark-version #magazine-recent-posts .posted-on a:hover,
.dark-version #magazine-recent-posts .posted-on a:focus,
.dark-version #magazine-trending-news .trending-news-wrapper .entry-title a:hover,
.dark-version #magazine-trending-news .trending-news-wrapper .entry-title a:focus,
.dark-version #magazine-popular-posts .entry-title a:hover,
.dark-version #magazine-popular-posts .entry-title a:focus,
.dark-version #magazine-sports-news .entry-title a:hover,
.dark-version #magazine-sports-news .entry-title a:focus,
.dark-version #magazine-most-viewed-posts .entry-title a:hover,
.dark-version #magazine-most-viewed-posts .entry-title a:focus,
.dark-version .posted-on a:hover ,
.dark-version .posted-on a:hover ,
.dark-version .posted-on a:focus ,
.dark-version .fourth-design .author.vcard a {
    color: #ec0743;
}
.dark-version button.menu-toggle svg,
.dark-version .search-menu svg.icon-search,
.dark-version  svg.icon-close,
.dark-version .main-navigation .search-menu > a > svg,
.dark-version .main-navigation li.search-menu a.search-active svg,
.dark-version .navigation.posts-navigation svg, 
.dark-version .navigation.post-navigation svg,
.dark-version .navigation.post-navigation a:hover svg, 
.dark-version .navigation.posts-navigation a:hover svg, 
.dark-version .navigation.post-navigation a:focus svg, 
.dark-version .navigation.posts-navigation a:focus svg,
.dark-version .navigation.pagination svg,
.dark-version .main-navigation .nav-menu > li > a > svg.icon-down ,
.dark-version #colophon .social-icons li svg{
	fill: #fff;
}

.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea {
	border-color: #333;
}

.dark-version button.menu-toggle:focus {
	outline: thin dotted #fff;
}
.dark-version .second-design .team-position {
    color: #645b5b;
}
.dark-version #secondary .purple  a {
	color: #865fc1;
}
.dark-version #secondary .green  a {
	color: #8ad6ab;	
}
.dark-version #secondary .pink a {
	color: #eb4986;
}
.dark-version #secondary .orange a {
	color: #ff8737;
}
.dark-version .read-story a ,
.dark-version .view-more a{
    border-bottom: 1.25px solid #fff;
    color: #fff;
}

.dark-version .home #secondary a:hover ,
.dark-version .home #secondary a:focus,
.dark-version .home .entry-title a:hover ,
.dark-version .home .entry-title a:focus {
	color: #0056fb;
}
.dark-version .entry-title a ,
.dark-version .admin-profile .admin-name a{
	color: #fff;
}
.dark-version #team-section .team-item-wrapper,
.dark-version #testimonial-section .testimonial-item{
    background-color: #2e2c2c;
}

/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
		margin: 0 -15px;
	}
	.col-2 article,
	.col-3 article,
	.col-4 article,
	.col-5 article,
	.col-6 article {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.col-2 article:nth-child(2n+1),
	.col-3 article:nth-child(2n+1),
	.col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: left;
	}
	.col-2 article:nth-last-child(-n+2),
	.col-3 article:nth-last-child(-n+2),
	.col-4 article:nth-last-child(-n+2),
	.col-5 article:nth-last-child(-n+2),
	.col-6 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.site-logo img {
	    max-height: 65px;
	    width: auto;
	}
		#recent-posts .featured-image {
		width: 50%;
		float: left;
		background-position: 50%;
	    padding: 167px 0;
	    border-radius: 12px;
	}
	.view-more {
		top: 60px;
	}
	.view-more a {
		font-size: 18px;
	}
	.widget_instagram .col-3 li {
		width: 33.33%;
	}
	#recent-posts .entry-container {
		width: 50%;
		float: right;
		padding: 10px;
	}
	#main-post .section-content {
		margin: 0 -15px;
	}
	.grid-layout .section-title {
    	font-size: 54px;
    	/*margin: 0 0 54px;*/
	}
	.full-width.grid-layout .featured-image {
	    padding: 175px 0;
	}
	#media-posts .media-posts-wrapper.col-2 {
	    margin-bottom: 30px;
	}
	.widget_recent_news .entry-title,
	.widget_most_read_posts .entry-title,
	.widget_posts_filter .entry-title {
		font-size: 22px;
		margin-bottom: 0;
	}
	.read-story {
		font-size: 18px;
	}
	#secondary .post-categories a,
	#secondary-sidebar .post-categories a {
		font-size: 18px;
	}
	#media-posts .media-posts-wrapper.col-2:last-child {
		margin-bottom: 0;
	}
	#most-viewed-posts .col-2 {
	    margin: 0 -15px;
	}
	#todays-highlight .col-3 article,
	#you-may-have-missed .col-3 article,
	#editors-picked .col-4 article {
	    width: 50%;
	    float: left;
	    padding: 0 15px;
	}
	#todays-highlight .col-3 article:nth-child(2n+1),
	#you-may-have-missed .col-3 article:nth-child(2n+1),
	#editors-picked .col-4 article:nth-child(2n+1) {
		clear: left;
	}
	#todays-highlight .col-3 article:nth-last-child(-n+2),
	#you-may-have-missed .col-3 article:nth-last-child(-n+2),
	#editors-picked .col-4 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#posts-slider .featured-slider article {
	    padding: 200px 0;
	}
	#posts-slider .featured-slider .entry-container {
		padding: 30px;
	}
	.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-1 .hentry {
        width: 100%;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
	.col-5 article,
	.col-6 article {
		width: 33.33%;
	}
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: none;
	}
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: left;
	}
	.col-5 article:nth-last-child(-n+3),
	.col-6 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	#magazine-trending-news .trending-news-header {
        margin-bottom: 0;
        float: left;
    }
    #magazine-trending-news .trending-news-title {
        margin-right: 15px;
    }
    #magazine-trending-news .trending-news-wrapper .entry-title {
        display: inline-block;
        vertical-align: middle;
    }
    #magazine-featured-posts .featured-image {
        padding: 255px 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50%;
    }
    #magazine-popular-posts article, 
    #magazine-popular-posts article:not(:first-child).has-post-thumbnail,
    #magazine-recent-posts article,
    #magazine-recent-posts article:not(:nth-child(-n+2)).has-post-thumbnail{
        width: 50%;
        float: left;
    }
    #magazine-recent-posts article:nth-child(2n+1){
        clear: left;
    }
    #magazine-recent-posts article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
	.site-branding-wrapper {
	    clear: both;
	    width: 100%;
	    float: none;
	}
	.site-branding {
		width: 30%;
		float: left;
		text-align: left;
	    margin: 21px 0;
	}
	#recent-posts .entry-container {
		width: 50%;
		float: right;
		padding: 20px 0 33px 33px;
	}
	.site-branding  {
	    margin-top: 8px;
	}
	#popular-posts .section-content.clear {
		width: 50%;
		float: left;
		padding-right: 15px;
	}
	#popular-posts section.widget.widget_recent_news {
		float: right;
		width: 50%;
		margin-top: unset;
		padding-left: 15px;
	}
	#subscribe-now .entry-container,
	#subscribe-now .subscribe-form-wrapper  {
		width: 50%;
		padding: 6px 14px;
	}
	#subscribe-now .section-header,
	#subscribe-now .entry-content {
		padding: unset;
		text-align: unset;
	}
	/*.widget_most_read_posts .entry-container {
	    width: 80%;
	}*/
	.full-width.grid-layout .entry-title {
	    font-size: 54px;
	    font-weight: 600;
	    line-height: 54px;
	}
	#media-posts .col-2 {
		margin: 0 -15px;
	}
	#media-posts .media-posts-wrapper.col-2 {
	    margin-bottom: 30px;
	}
	#media-posts .media-posts-wrapper.col-2:last-child {
		margin-bottom: 0;
	}
	.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 {
		margin-bottom: 0;
		width: 33.33%;
		float: left;
	}
	
	.footer-widgets-area.col-5 .hentry {
		width: 30%;
	}
	.footer-widgets-area.col-5 .hentry:nth-child(1) {
		width: 35%;
	}
	.footer-widgets-area.page-section.col-5 {
    	text-align: unset;
	}
	.footer-widgets-area.col-5 .hentry:not(:first-child) {
		padding-left: 40px;
	}
	#about-us article.has-post-thumbnail {
	    position: relative;
		display: table;
	    width: 100%;
	}
	#about-us article.has-post-thumbnail .featured-image {
		width: 50%;
		display: table-cell;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		padding-bottom: 0;
	}
	#about-us article.has-post-thumbnail .entry-container {
		width: 50%;
		display: table-cell;
		float: left;
	    padding: 50px 50px 50px 0;
    	text-align: left;
	}
	#about-us article.has-post-thumbnail .section-header,
	#about-us article.has-post-thumbnail .read-more {
		text-align: left;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-4 article {
		width: 25%;
	}
	.col-5 article {
		width: 20%;
	}
	.col-6 article {
		width: 16.66%;
	}
    .col-4 article:nth-child(2n+1),
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: none;
	}
	.col-4 article:nth-child(4n+1),
	.col-5 article:nth-child(5n+1),
	.col-6 article:nth-child(6n+1) {
		clear: left;
	}
	.col-5 article:nth-last-child(-n+5),
	.col-6 article:nth-last-child(-n+6) {
		margin-bottom: 0;
	}
	.archive-blog-wrapper article .archive-post-wrapper .entry-container {
		padding: 43px 50px;
	}
	.archive-blog-wrapper article.has-post-thumbnail .featured-image {
		width: 40.6%;
	}
	.archive-blog-wrapper article.has-post-thumbnail .entry-container {
		padding: 43px 50px;
		width: 59.4%;
	}
	.no-sidebar .comment-form-author, 
	.no-sidebar .comment-form-email, 
	.no-sidebar .comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	#magazine-popular-posts article:not(:first-child).has-post-thumbnail .entry-title {
		font-size: 28px;
	}
	.footer-widgets-area.col-5 .hentry:not(:first-child) {
		padding-left: unset;
	}
	.no-sidebar .comment-form-author input, 
	.no-sidebar .comment-form-email input {
	    max-width: 93%;
	}
	.site-info.col-2 span {
	    width: 50%;
	    float: left;
	    text-align: left;
	    margin-bottom: 0;
	    font-size: 18px;
    	font-weight: 600;
	}
	.site-info.col-2 span:nth-child(2) {
	    width: 50%;
	    float: right;
	    text-align: right;
	}
	.footer-widgets-area.col-5 .hentry:first-child {
  	  	width: 32%;
	}
	.footer-widgets-area.col-5 .hentry {
    	width: 17%;
	}
}
@media screen and (min-width: 1025px) {
	.col-3 article{
		width: 33.33%;
	}
	.col-3 article:nth-child(2n+1) {
		clear: none;
	}
	.col-3 article:nth-child(3n+1) {
		clear: left;
	}
	.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.site-title {
		font-size: 38px;
	}
	#masthead .social-icons {
	    margin: 0;
	    float: right
	}
	.menu-overlay.active {
		display: none;
	}
	.main-navigation .social-menu-item ul {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 1;
	    float: none;
	    background-color: transparent;
	    box-shadow: none;
	}
	.main-navigation .social-menu-item ul li:not(:last-child),
	.main-navigation .social-menu-item ul li a {
	    border: none;
	}
	.main-navigation .social-menu-item .social-icons {
		padding: 5px 0;
	}
	.main-navigation li.social-menu-item {
	    float: right;
	}
	.main-navigation .nav-menu > li > a > svg.icon-down {
		fill: #000;
	}
	#site-menu .search-menu {
		display: none;
	}
	#search-menu a svg {
	    fill: #949494;
	}
	.main-navigation form.search-form {
    	border: 20px solid #000;
	}
	.main-navigation + .social-icons  {
		display: block;
	}
	.main-navigation {
        display: block !important;
	}
	.main-navigation a,
	.main-navigation ul.nav-menu > li > a {
		color: #000;
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		text-transform: uppercase;
	}
	.main-navigation li.menu-item-has-children:hover > a > svg, 
	.main-navigation li.menu-item-has-children > a:hover > svg,
	.main-navigation li.menu-item-has-children:focus > a > svg, 
	.main-navigation li.menu-item-has-children > a:focus > svg {
		fill: #000;
	}
	#masthead .main-navigation ul.nav-menu li.current-menu-item > a,
	#masthead .main-navigation ul.nav-menu > li > a:hover,
	.main-navigation ul.nav-menu li:hover > a ,
	#masthead .main-navigation ul.nav-menu > li > a:focus,
	.main-navigation ul.nav-menu li:focus > a {
		color: #0056fb;
	}
	.main-navigation ul.nav-menu > li:hover > a > svg,
	.main-navigation ul.nav-menu > li:focus > a > svg,
	.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
		fill: #000;
	 }
	.main-navigation ul.nav-menu,
	.main-navigation {
		display: block !important;
	    height: auto !important;
	    float: left
	}
	.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.sub-menu li a {
		border-bottom: none;
	}
	.main-navigation ul ul li:not(:last-child) {
	    border-bottom: 1px solid #ddd;
	}
	.main-navigation ul ul {
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
	.main-navigation ul.sub-menu li > a:hover,
	.main-navigation ul.sub-menu li.focus > a {
		background-color: #0056fb;
		color: #fff;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	.main-navigation li.search-menu {
		display: none;
	}
	#subscribe-now .entry-container,
	#subscribe-now .subscribe-form-wrapper {
		padding: 34px 78px;
	}
	#masthead .main-navigation ul ul li.menu-item-has-children > a {
	    padding-right: 35px;
	}
	#masthead .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 17px;
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}
	.main-navigation ul.nav-menu ul li.current-menu-item > a,
	.main-navigation ul.nav-menu ul li:hover > a,
	.main-navigation ul.nav-menu ul li:focus > a {
	    color: #fff;
	}
	.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
	.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
		fill: #fff;
	}
	button.dropdown-toggle,
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:before {
	    content: "";
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #fff;
	    position: absolute;
	    bottom: 0px;
	    left: 0;
	    right: 0;
	    width: 10px;
	    height: 10px;
	    margin: auto;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#testimonial-section .slick-prev {
	    left: -50px;
	}
	#testimonial-section .slick-next {
	    right: -50px;
	}
	.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 .main-navigation-search {
	    float: right;
	    padding: 12px 0;
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #000;
	}
	.main-navigation form.search-form {
	    min-width: 320px;
	    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
	    border-radius: 25px;
	}
	.main-navigation form.search-form svg.icon-search {
		fill: rgba(255, 255, 255, 0.40);
	}
	.menu-sticky #masthead {
	    position: sticky;
	    top: 0;
	}
	.menu-sticky #masthead.nav-shrink {
	    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
	}
	.customize-support.menu-sticky #masthead.nav-shrink {
	    top: 32px;
	}
	#masthead .main-navigation ul.nav-menu > li.main-navigation-search:before {
		display: none;
	}
	.main-navigation form.search-form ::-webkit-input-placeholder {
		color: #fff;
	}
	#left-sidebar {
    	width: 66.67%;
    	float: left;
    	padding-right: 20px;
	}
	#right-sidebar {
		width: 33.33%;
		padding-left: 20px;
	    margin-top: 30px;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: -11px;
	    top: 100%;
	    display: none;
	}
	#page-site-header .wrapper {
	    position: absolute;
	    left: 0;
	    right: 0;
	    text-align: center;
	    width: 90%;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	#page-site-header .page-title {
		font-size: 54px;
	}
	.no-sidebar nav.navigation.pagination {
	    text-align: center;
	}
	
	#main-posts-wrapper.left-sidebar {
		margin: 0 -15px;
	}
	#main-posts-wrapper.left-sidebar #primary-contents {
	    width: 66.8%;
	    float: right;
	    padding: 0 15px;
	}
	#main-posts-wrapper.left-sidebar #secondary-sidebar {
	    width: 33.2%;
	    float: right;
	    padding: 0 15px;
	}
	#posts-slider .featured-slider .entry-container {
	    padding: 43px 50px;
	}
	.slider-related-posts.widget_recent_news.col-2 > ul > li {
	    width: 100%;
	    float: none;
	}
	.featured-slider article {
	    padding: 400px 0;
	}
	.featured-content-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
    .featured-content-wrapper .entry-title {
	    font-size: 70px;
	}
	#featured-slider-section .travel-search-section {
	    position: absolute;
	    bottom: 0;
	    left: 0;
        width: 64.8%;
	}
	.featured-slider-gallery {
	    position: absolute;
	    bottom: 0;
	    right: 15px;
	    width: 34%;
	    margin-right: 0;
	}
	#about-us article.has-post-thumbnail .entry-container {
		padding: 107px 100px 115px 0;
	}
	#about-us .section-title {
	    font-size: 52px;
	    line-height: 1.1;
	}
	#todays-highlight .col-3 article,
	#you-may-have-missed.col-3 article {
		width: 25%;
		margin-bottom: 50px;
	}
	#todays-highlight .col-3 article ,
	#you-may-have-missed .col-3 article {
		width: 33.33%;
	}
	#todays-highlight .col-3 article:nth-child(2n+1),
	#you-may-have-missed .col-3 article:nth-child(2n+1) {
		clear: none;
	}
	#todays-highlight .col-3 article:nth-child(3n+1),
	#you-may-have-missed .col-3 article:nth-child(4n+1) {
		clear: left;
	}
	#todays-highlight .col-4 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.inner-wrapper-sticky {
	    padding-bottom: 50px;
	    display: block;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 66.67%;
    	float: left;
	    padding-right: 20px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 33.33%;
    	float: left;
    	padding-left: 20px;
    }
	.left-sidebar #primary {
		padding-left: 30px;
		padding-right: 0;
		float: right;
	}
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .boxed-layout,
    .frame-layout {
	    background-image: url('assets/images/pattern.png');
	}
    .boxed-layout #page,
    .frame-layout #page {
	    max-width: 1200px;
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	    background-color: #fff;
	}
	.frame-layout #page {
		margin: 50px auto;
	}
	#popular-posts {
	    width: 100%;
	    float: left;
	}
	.widget_most_read_posts {
		margin-top: unset;
		width: 100%;
		float: right;
	}
	#our-projects .wrapper.tabs-wrapper {
	    max-width: 100%;
	    width: 100%;
	    padding: 0;
	}
	#our-projects article,
	#our-projects .featured-image {
		margin-bottom: 0;
		padding: 0;
	}
	#our-projects .entry-header .more-link {
		display: inline-block;
	}
	#our-projects article .entry-header a {
		color: #fff;
	}
	#our-projects article .entry-header a:hover,
	#our-projects article .entry-header a:focus {
		color: #fff;
		opacity: 0.8;
	}
	#our-projects .entry-header {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    text-align: center;
	    padding: 25px;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	#our-projects article:hover .overlay {
		opacity: 0.8;
		visibility: visible;
	}
	#our-projects article:hover .entry-header {
		opacity: 1;
		visibility: visible;
	}
	#counter-section + #our-projects .wrapper.title-wrapper {
		margin-top: -100px;
		position: relative;
		z-index: 300;
		background-color: #fff;
		padding-top: 80px;
	}
	.dark-version #counter-section + #our-projects .wrapper.title-wrapper{
    	background-color: #2e2c2c;
	}
	
}
@media screen and (min-width: 1200px) {
	.full-width.grid-layout .featured-image {
	    padding: 355px 0;
	}
	.site-title {
		font-size: 38px;
	}
	#colophon .textwidget {
		padding-right: 62px;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 35px;
	}
	.footer-widgets-area.col-5 .hentry {
		/*width: 20%;*/
		float: left;
	}
	.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),
	.footer-widgets-area.col-5 .hentry:nth-child(5n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	.site-info.col-3 span, 
	.site-info.col-3 .social-icons {
	    width: 20%;
	    float: left;
	}
	.site-info.col-3 span {
	    text-align: left;
	}
	.site-info.col-3 .custom-menu {
	    width: 60%;
	    float: left;
	    text-align: center;
	}
	.site-info.col-3 .social-icons {
	    float: right;
	    text-align: right;
	}
	#our-projects .entry-title {
		font-size: 26px;
	}

}
@media screen and (min-width: 1900px) {
	.wrapper {
	    max-width: 1440px;
	}
	.site-branding {
		width: 25%;
	}
	#subscribe-now .entry-container {
		padding: 42px 100px;
	}
	#subscribe-now .subscribe-form-wrapper {
		padding: 78px 100px;
	}
	#subscribe-now .entry-container h2.section-title {
	    font-size: 54px;
	}
	#colophon .textwidget {
    	padding-right: 100px;
	}
	.main-navigation ul.nav-menu > li > a {
	    padding: 18px 15px;
	}
	#masthead .main-navigation a {
	    font-size: 18px;
	}
	.boxed-layout #page,
	.frame-layout #page {
	    max-width: 1600px;
	}
	.site-info:before {
		max-width: 1410px;
	}
	#magazine-popular-posts article:first-child .entry-title {
		font-size: 28px;
	}
	.site-info.col-3 span, 
	.site-info.col-3 .social-icons {
	    width: 15%;
	}
	.site-info.col-3 .custom-menu {
	    width: 70%;
	}
	#media-image img {
		width: 450px;
		height: 700px;
		object-fit: contain;
	}
	.view-more {
		top: 62px;
	}
}
@media screen and (max-width: 1024px) {
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation .wrapper {
	    width: 100%;
	    padding: 0;
	}
	.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.sub-menu li {
	    padding-right: 0;
	}
	.main-navigation .menu-item-has-children > a:before {
	    content: "";
	    float: right;
	    position: relative;
	    right: 25px;
	    background-color: #ccc;
	    width: 1px;
	    height: 25px;
	}

	.main-navigation .menu-item-has-children > a:after {
	    padding-top: 3px;
	}
	.main-navigation ul.nav-menu > li > a,
	.main-navigation ul.sub-menu li a {
	    padding: 15px 15px 15px 25px;
	}
	.main-navigation ul.sub-menu li a {
		padding-left: 50px;
	}
	.main-navigation ul.sub-menu ul li a {
		padding-left: 75px;
	}
	.main-navigation ul.sub-menu ul ul li a {
		padding-left: 100px;
	}
	.main-navigation ul.sub-menu ul ul ul li a {
		padding-left: 125px;
	}
	.main-navigation .menu-item-has-children a svg {
		display: none;
	}
	.main-navigation ul.sub-menu li a {
		border-left: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #fff;
	    border-top: 1px solid #eee;
	}
	.main-navigation {
		position: static;
		display: none;
	}
	.main-navigation a {
		color: #000;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #000;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #fff;
	    border-top: 1px solid #eee;
	    margin-top: 0;
	    position: absolute;
	    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;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	    top: 28px;
	}
	#page-site-header {
		padding: 150px 0;
	}
	#secondary {
	    margin-top: 30px;
	}
	.home:not(.blog) #secondary {
	    margin-top: 0;
	}
}

@media screen and (max-width: 992px) {
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	.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 .previous-article b, 
	.post-navigations .previous-article b, 
	.post-navigation .next-article b, 
	.post-navigations .next-article b {
		font-size: 18px;
	}
	.comment-wrap {
	    margin-left: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	#subscribe-now .entry-container {
		float: left;
		width: 50%;
	}
	#subscribe-now .subscribe-form-wrapper {
		float: right;
		width: 50%;
		padding: 109px 24px;
	}
}
@media screen and (max-width: 567px) {
	.site-branding {
	    display: block;
	}
	.site-logo {
	    margin-right: 0;
	}
	.site-logo + #site-identity {
	    margin-top: 20px;
	}
	#our-project .view-all {
    	margin-top: 50px;
	}
	.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;
	}
	#subscribe-now .entry-container {
		width: 100%;
	}
	#subscribe-now .subscribe-form-wrapper {
		float: right;
		width: 100%;
		padding: 10px 24px;
	}

	.comment-content {
		margin-left: 0;
	    background-color: #fff;
	    margin-top: 25px;
	    padding: 15px 20px;
	}
	.reply {
		padding-left: 0;
	}
	#comments ol.children {
	    margin-left: 25px;
	}
	.comment-meta .fn {
	    margin-left: 0;
	    margin-top: 10px;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
}

img.image.wp-image-6680.attachment-medium.size-medium {
    width: 100%;
}

#main-posts .read-more a:focus,
#main-posts .read-more a:hover {
    background-color: #000;
 }

 .single .featured-image img{
 	width: 100%;
 }