/*
Theme Name: Blogmax
Theme URI: https://themepalace.com/downloads/blogmax/ 
Author: Theme Palace
Author URI: https://themepalace.com
Description: Blogmax is a multipurpose WordPress theme designed to meet all the requirements of a complete blogging site. Regardless of your niches and business types, the theme works best for all kinds of websites ranging from personal blogs to fashion and lifestyle blogs, photography, and even small business to get started. Furthermore, it is designed with beautiful layouts and practical features to give that modern look to the site without compromising the content. The theme comprises a strong customization ability to enhance the outlook and functionality of the blog site. Blogmax offers a clean, readable, streamlined, and responsive design. The theme is entirely flexible and responsive so that your contents are visually stunning on every device regardless of their screen size.
Requires at least: 5.0
Version: 1.0.3
Requires PHP: 5.6
Tested up to: 6.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blogmax
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.

Blogmax 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
# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
}

#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;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #000;
	-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;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #ff2d00;}
    25% {height:30px;transform:translateY(15px);background: #ff2d00;}
    50% {height:5px;transform:translateY(0px);background: #ff2d00;}
    100% {height:5px;transform:translateY(0px);background: #ff2d00;}
}

@-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);}
}
.backtotop {
    background-color: #000;
    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: #904f31;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #000;}
	25%  {border-color: #000;}
	50%  {border-color: #000;}
	75%  {border-color: #000;}
	100% {border-color: #000;}
}

@keyframes colorchange {
	0%   {border-color: #000;}
	25%  {border-color: #000;}
	50%  {border-color: #000;}
	75%  {border-color: #000;}
	100% {border-color: #000;}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/images/pattern.png');
}

.boxed-layout #page,
.frame-layout #page {
    background-color: #fff;
}

#content {
    position: relative;
    overflow-x: hidden;
}

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;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
    color: #000;
}

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: #000;
	margin: 16px 0;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

h1 {
	margin: 0 0 16px;
}

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 #e4e4e4;
}
td,
th {
	padding: 10px;
    font-weight: 400;
}

th {
	color: #000;
}

td#next {
    text-align: right;
}

.calendar_wrap table {
    display: table;
}

.calendar_wrap th, 
.calendar_wrap td {
    padding: 8px 5px;
}

.site-footer .calendar_wrap th, 
.site-footer .calendar_wrap td {
    color: #fff;
}

.site-footer .calendar_wrap caption {
	color: #fff;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5c5f6b;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	margin: 0 0 1em;
}
p:last-child {
	margin-bottom: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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: transparent;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    padding: 15px 0;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0 0 21px;
}

blockquote p {
    margin-bottom: 0;
}

blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 21px;
    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;
}

img:focus {
	outline: thin dotted;
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 9px 26px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #904F31;
    border-color: #904F31;
    color: #fff;
}

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 {
	background-color: #904F31;
    border-color: #904F31;
    color: #fff;
    outline: thin dotted;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	padding: 10px;
	background-color: #f5f5f5;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
	border-color: #000;
	outline: thin dotted;
}

textarea {
	width: 100%;
}
#respond input,
.wpcf7 input {
    width: 100%;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    color: #273238;
    margin-bottom: 5px;
    display: block;
}
#commentform p {    
    margin-bottom: 21px;
}
.customize-support #commentform p.comment-form-comment {
    margin-bottom: 10px;
}
#commentform p.form-submit {
	margin: 0;
}
#comments {
    margin: 60px 0 0;
}
#respond {
    margin-top: 50px;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 10px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #904f31;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Top Navigation
--------------------------------------------------------------*/
#top-navigation {
	position: relative;
    background-color: #904F31;
    border-bottom: 1px solid rgb(239 174 144 / 20%);
}
#top-navigation .main-navigation li {
    color: #333;
    margin-right: 0;
}
#top-navigation .main-navigation ul.nav-menu > li > a {
    text-transform: none;
}
#top-navigation .menu-label {
    color: #fff;
}
#top-navigation .menu-toggle svg {
	fill: #fff;
}
#top-navigation .social-icons li a:hover,
#top-navigation .social-icons li a:focus {
	opacity: 1;
}
.main-navigation form.search-form button.search-submit:focus {
	outline: thin dotted #fff;
}
#top-navigation .main-navigation .social-icons li:not(:last-child) {
    margin-right: 5px;
}
#top-navigation .main-navigation .social-menu-item ul li a {
    width: 40px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    padding: 5px 0;
    width: 100%;
    z-index: 300;
    background-color: #904F31;
    -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 ul.nav-menu > li > a {
	text-transform: uppercase;
}
.site-branding {
    text-align: center;
    padding: 25px 0 0;
}
#site-identity,
.site-logo {
    margin: 15px 0;
}
.site-title {
    font-size: 32px;
    margin: 0 0 10px;
}
.site-title a {
    color: #fff;
    font-family: 'Roboto', 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;
}
.site-title a:hover,
.site-title a:focus {
	color: #000;
}
.site-description {
    margin: 0;
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.site-logo img {
    max-height: 60px;
    width: auto;
    -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;
}
.main-navigation {
	display: block;
    position: relative;
}
.main-navigation ul#primary-menu li.current-menu-item > a {
    color: #fff;
}
.main-navigation ul#primary-menu li:hover > svg,
.main-navigation ul#primary-menu li:focus > svg,
.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 > a:focus > svg,
.main-navigation ul#primary-menu > li.current-menu-item > a > svg {
    fill: #fff;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #000;
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul.nav-menu > li > a {
    padding: 10px;
    color: #fff;
}
.main-navigation form.search-form input {
    background-color: #000;
    border-color: #000;
    color: #000;
    font-weight: 400;
}
.main-navigation .search-menu svg {
    fill: #fff;
}
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a.search-active:hover svg,
.main-navigation ul#primary-menu li.search-menu:hover > a.search-active svg {
	fill: #fff;
}
.main-navigation li.search-menu a.search-active svg {
	fill: #fff;
}
.main-navigation a:hover,
.main-navigation ul.nav-menu > li > a:hover {
    color: #000;
}
.main-navigation a {
    display: block;
    color: #000;
    position: relative;
}
.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: 250px;
}
.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;
}
.main-navigation .count {
    float: right;
    background-color: #000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.1;
    margin-top: 5px;
}
#masthead ul.nav-menu > li.cart-menu > a {
    background-color: rgb(0 0 0 / 10%);
    padding: 10px 31px;
    border-bottom: none;
}
#masthead ul.nav-menu > li.cart-menu > a:hover, 
#masthead ul.nav-menu > li.cart-menu > a:focus {
	background-color: #000;
	color: #fff;
}
#masthead ul.nav-menu > li.cart-menu > a svg {
	margin-right: 10px;
}
#masthead ul.nav-menu > li.cart-menu > a:hover svg,
#masthead ul.nav-menu > li.cart-menu > a:focus svg {
	fill: #fff;
}
.main-navigation ul#primary-menu a:hover, 
.main-navigation ul#primary-menu a:focus {
    color: #fff;
    background-color: rgb(0 0 0 / 10%);
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 45px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
input.search-field:focus {
    outline: thin dotted;
}
.main-navigation svg.icon-close {
    display: none;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.main-navigation svg.icon-down {
	width: 12px;
    height: 12px;
	fill: #fff;
    margin-left: 5px;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    margin: auto;
    display: block;
    height: 60px;
    position: relative;
    background-color: transparent;
    border: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #000;
}
.menu-toggle:focus {
	outline: thin dotted #000;
}
.menu-toggle svg {
    fill: #fff;
}
.menu-label {
    color: #fff;
    padding: 2px 0 0 10px;
}
svg.icon-menu {
    width: 30px;
    height: 30px;
}
.menu-open svg.icon-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    line-height: 62px;
}
button.dropdown-toggle:hover,
button.dropdown-toggle:focus {
	background-color: rgb(0 0 0 / 10%);
}
button.dropdown-toggle:focus {
	outline: thin dotted #000;
}
svg.icon-close, 
.menu-toggle.active svg.icon-menu {
    display: none;
}
.menu-toggle.active svg.icon-close {
    display: inline-block;
}
.menu-toggle svg.icon-close {
	width: 20px;
	height: 20px;
}
.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: fixed;
    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: 50px 0 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;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    color: #000;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #000;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers {
	text-decoration: none;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #000;
    background-color: transparent;
    border: 1px solid #ccc;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination img {
	opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pagination a:hover img,
.pagination a:focus img {
	opacity: 1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.nav-previous span {
    padding-left: 20px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 20px;
    float: right;
    text-align: right;
}
.navigation .nav-previous svg {
    position: absolute;
    top: 35px;
    left: 20px;
}
.navigation .nav-next svg {
    position: absolute;
    top: 35px;
    right: 20px;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #f5f5f3;
}
.navigation.posts-navigation {
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 26px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 22px;
	color: #000;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	color: #904f31;
}
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	outline: thin dotted;
}
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg {
	fill: #904f31;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.3em;
}
.widget:last-child {
    margin-bottom: 0;
}

#colophon .widget {
	margin: 0 0 40px;
}

#colophon .widget.widget_text {
	margin-bottom: 35px;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

#secondary .widget {
    margin-bottom: 35px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}
.widget select:focus {
    outline: thin dotted;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
}

form.search-form button.search-submit {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 0;
}
form.search-form button.search-submit svg {
	fill: #fff;
	width: 16px;
    height: 16px;
}
form.search-form button.search-submit:hover,
form.search-form button.search-submit:focus {
	background-color: #000;
}
form.search-form button.search-submit:hover svg,
form.search-form button.search-submit:focus svg {
	fill: #fff;
}
form.search-form input {
	border: none;
}
form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: #f5f5f3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
    text-align: left;
}
#colophon .widget.widget_calendar th {
    color: #fff;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
	text-decoration: none;
}
#secondary .widget.tp-instagram ul li.hentry {
    margin: 0;
}
.widget li:not(:last-child) {
    margin-bottom: 20px;
}

.tp-instagram ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}
.widget.tp-instagram li {
	margin: 0;
	padding: 5px;
}
.tp-instagram .col-1 li {
	width: 100%;
	float: none;
}
.tp-instagram .col-2 li {
	width: 50%;
	float: left;
}
.tp-instagram .col-3 li {
	width: 33.33%;
	float: left;
}
.tp-instagram .col-4 li {
	width: 25%;
	float: left;
}
.tp-instagram .col-5 li {
	width: 20%;
	float: left;
}
.tp-instagram li img {
	width: 100%;
}
.tp-instagram .col-2 li:nth-child(2n+1) {
	clear: left;
}
.tp-instagram .col-3 li:nth-child(3n+1) {
	clear: left;
}
.tp-instagram .col-4 li:nth-child(4n+1) {
	clear: left;
}
.tp-instagram .col-5 li:nth-child(5n+1) {
	clear: left;
}
.footer-widgets-area .tp-instagram ul.col-1 .hentry {
    width: 100%;
}
.footer-widgets-area .tp-instagram ul.col-2 .hentry {
    width: 50%;
}
.footer-widgets-area .tp-instagram ul.col-3 .hentry {
    width: 33.33%;
}
.footer-widgets-area .tp-instagram ul.col-4 .hentry {
    width: 25%;
}
.footer-widgets-area .tp-instagram ul.col-5 .hentry {
    width: 20%;
}
.footer-widgets-area .tp-instagram ul.col-2 .hentry:nth-child(2n+1) {
    clear: left;
}
.right-sidebar #secondary, 
.left-sidebar #secondary {
	margin-top: 50px;
}
.no-sidebar #secondary {
    display: none;
}
#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input {
	background-color: #f5f5f3;
}
.widget_popular_post ul,
.widget_latest_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 {
    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 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3 {
    display: table-row;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.widget_popular_post .entry-meta {
    margin-top: 10px;
}
.widget_popular_post time,
.widget_latest_post time {
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post 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 {
	color: #000;
}
.widget_popular_post img,
.widget_latest_post img {
    width: 116px;
    height: 95px;
    object-fit: cover;
    margin-right: 20px;
    float: left;
}
.textwidget img {
    margin-bottom: 30px;
    display: block;
}
.widget.widget_text .btn {
	margin-top: 20px;
}
.widget_featured_courses .image-wrapper img,
.widget_popular_courses .image-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 5px;
    float: left;
}
.widget_featured_courses .course-wrapper,
.widget_popular_courses .course-wrapper {
    display: table;
}
.widget_featured_courses .course-wrapper h5,
.widget_popular_courses .course-wrapper h5 {
	margin: 0 0 4px;
    font-size: 18px;
}
.widget_featured_courses .course-wrapper h5 a,
.widget_popular_courses .course-wrapper h5 a {
	color: #72757a;
}
.widget_featured_courses .tp-course-price-label,
.widget_popular_courses .tp-course-price-label {
	display: none;
}
.widget_featured_courses .tp-course-price,
.widget_popular_courses .tp-course-price {
	font-size: 18px;
}
.widget_featured_courses ul li,
.widget_popular_courses ul li {
    clear: both;
    display: table;
    width: 100%;
}
#colophon .widget .social-icons li a:hover svg,
#colophon .widget .social-icons li a:focus svg {
	fill: #fff;
}
.widget_contact_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_categories li {
    position: relative;
}
.widget_categories .has-post-thumbnail a {
    position: absolute;
    background-color: #fff;
    top: 20px;
    left: 20px;
    color: #000;
    padding: 6px 19px;
    text-transform: uppercase;
}
#secondary .widget_categories li.has-post-thumbnail:not(:last-child) {
    margin-bottom: 20px;
}
#secondary .cat-links a,
#secondary a:hover,
#secondary a:focus {
	color: #904f31;
}
#secondary a {
	color: #333;
    font-family: 'Roboto', sans-serif;
}
#secondary .widget li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

}
#secondary .widget.widget_popular_post li:not(:last-child) {
    margin-bottom: 20px;
}
#secondary .widget_social_icons ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#secondary .widget_social_icons {
    margin-bottom: 30px;
}
#secondary .widget ul li ul {
    padding-top: 5px;
    padding-left: 15px;
}
.widget_recent_entries .post-date {
    display: block;
}
#secondary .widget li, 
#secondary .widget_nav_menu ul li {
    padding: 10px 0;
}
#secondary .widget li:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.tp-instagram li a:before,
.widget_latest_post a:before,
.widget_popular_post a:before,
.widget_contact_info a:before {
	display: none;
}
#colophon .widget_contact_info li:before {
	content: "-";
	margin-right: 5px;
}
li.wp-block-latest-comments__comment {
    display: inline-flex;
}
ol.wp-block-latest-comments {
    padding-left: 0em;
}
.tp-instagram ul {
	margin: -3px;
	clear: both;
	display: table;
	width: 100%;
}
.tp-instagram ul li {
	padding: 3px;
}
.tp-instagram ul.col-1 li {
	width: 100%;
}
.tp-instagram ul.col-2 li {
	width: 50%;
	float: left;
}
.tp-instagram ul.col-3 li {
	width: 33.33%;
	float: left;
}
.tp-instagram ul.col-4 li {
	width: 25%;
	float: left;
}
.tp-instagram ul.col-5 li {
	width: 20%;
	float: left;
}
.tp-instagram ul.col-2 li:nth-child(2n+1),
.tp-instagram ul.col-3 li:nth-child(3n+1),
.tp-instagram ul.col-4 li:nth-child(4n+1),
.tp-instagram ul.col-5 li:nth-child(5n+1) {
	clear: left;
}
.footer-widgets-area.col-4 .tp-instagram ul .hentry:nth-child(4n+1) {
	clear: none;
}
.footer-widgets-area.col-4 .tp-instagram .hentry,
.footer-widgets-area.col-4 .tp-instagram .hentry:nth-child(odd) {
	padding: 3px;
	margin: 0;
}
.footer-widgets-area .widget_popular_post h3 a, 
.footer-widgets-area .widget_latest_post h3 a, 
.footer-widgets-area .widget_popular_post a time, 
.footer-widgets-area .widget_popular_post time, 
.footer-widgets-area .widget_latest_post a time, 
.footer-widgets-area .widget_latest_post time {
	color: #fff;
}
.footer-widgets-area .widget_popular_post time, 
.footer-widgets-area .widget_latest_post time {
	display: table-row;
    font-size: 12px;
}
#secondary .widget.tp-instagram li, 
#secondary .widget.tp-instagram li:first-child,
#secondary .widget.tp-instagram li:hover {
    border: none;
    padding: 3px;
    background-color: transparent;
}
#secondary .widget.food_restro_pro_social_link li, 
#secondary .widget.food_restro_pro_social_link li:first-child,
#secondary .widget.food_restro_pro_social_link li:hover {
	border: none;
	padding: 0;
}
#secondary .social-icons li {
	margin-right: 5px;
	margin-bottom: 5px;
}
#secondary .social-icons li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#secondary .widget.widget_latest_post li, 
#secondary .widget.widget_latest_post li:first-child,
#secondary .widget.widget_latest_post li:hover,
#secondary .widget.widget_popular_post li, 
#secondary .widget.widget_popular_post li:first-child,
#secondary .widget.widget_popular_post li:hover {
    padding: 0;
    border: none;
    background-color: transparent;
}
#secondary .widget.widget_latest_post h3 a,
#secondary .widget.widget_popular_post h3 a {
	font-weight: 600;
}
#secondary .widget.widget_latest_post li:not(:last-child),
#secondary .widget.widget_popular_post li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-widgets-area .widget.widget_latest_post ul li:not(:last-child),
.footer-widgets-area .widget.widget_popular_post ul li:not(:last-child) {
	margin-bottom: 5px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header span.author-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}
.page-header small {
    font-size: 12px;
    color: #000;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.navigation.pagination svg {
    fill: #000;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    left: -1px;
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
    fill: #fff;
}
.navigation.pagination .prev svg,
.navigation.posts-navigation .nav-previous svg, 
.navigation.post-navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation.pagination .next svg {
	left: auto;
    right: -1px;
}
.navigation.pagination .next svg,
.navigation.posts-navigation .nav-next svg, 
.navigation.post-navigation .nav-next svg {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 13px;
    height: 13px;
    fill: #000;
    display: inline-block;
    vertical-align: middle;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
	margin-right: 20px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
	margin-left: 20px;
}
.single-post-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-post-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
}
.single-post-wrapper article p {
    margin-top: 0;
    margin-bottom: 28px;
}
.single-post-wrapper article blockquote p {
    margin-bottom: 0;
}
.single-post-wrapper article img {
    margin-bottom: 30px;
}
.single-post-wrapper article .author-image img {
    margin-bottom: 0;
    border-radius: 50%;
}
.single-post-wrapper article p.first-letter:first-letter {
    display: inline-block;
    float: left;
    font-size: 90px;
    line-height: 0.6;
    margin: 16px 16px 0 0;
}
.single-post-wrapper span.posted-on svg,
.single-post-wrapper span.cat-links svg {
    fill: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.single-post-wrapper span.cat-links svg {
	top: -2px;
}
.single-post-wrapper span.posted-on a:hover svg,
.single-post-wrapper span.posted-on a:focus svg,
.single-post-wrapper span.cat-links:hover svg {
    fill: #000;
}
.single-post-wrapper .entry-meta > span:not(:last-child):after {
	content: "";
	padding: 0 5px;
}
.single-post-wrapper span.cat-links a:not(:last-child):after {
	content: ",";
	color: #000;
	padding-left: 2px;
	margin-right: 3px;
}
.single.no-sidebar #inner-content-wrapper {
    max-width: 968px;
}
.tags-links {
    display: block;
}
.single .entry-meta .cat-links:after,
.single .entry-meta .tags-links:after {
	display: none;
}
.single-post-wrapper span.tags-links a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #72757a;
    font-weight: 400;
}
.single-post-wrapper span.tags-links a:hover,
.single-post-wrapper span.tags-links a:focus {
	color: #000;
	border-color: #000;
}
.single-post-wrapper .entry-meta {
    margin-bottom: 25px;
}
.single-post-wrapper .entry-meta .date {
    font-size: 49px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-post-wrapper .entry-meta .month {
    font-size: 14px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    padding-left: 5px;
    margin-bottom: 28px;
    font-weight: bold;
}
.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 span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.no-sidebar .single-post-wrapper .featured-image {
	text-align: center;
}
span.next-article {
    padding-right: 65px;
    display: inline-block;
}
#author-section {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0;
    margin-bottom: 35px;
}
.author-image {
    float: left;
    margin-right: 30px;
}
.author-content {
    display: table;
}
.author-name {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.author-name:after {
    content: "";
    background-color: #000;
    width: 29px;
    height: 3px;
    display: block;
    margin-top: 30px;
}
.author-name span {
    color: #5e5e5e;
    padding-left: 5px;
    font-weight: 400;
}
.author-content .social-icons li a {
	background-color: #171717;
}
.author-content .social-icons li a svg {
	fill: #fff;
}
.author.vcard {
    text-transform: capitalize;
}
.error404.left-sidebar #primary,
.error404.right-sidebar #primary,
.error404.no-sidebar #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.not-found .search-form button.search-submit {
	background-color: #333;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 800;
}
/* ul.post-categories li:after {
    content: ",";
} */
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.children li {
    margin-bottom: 25px;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children .comment-content {
    box-shadow: none;
}
#comments ol.children .reply {
    padding-left: 12px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    margin-top: -20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 10px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 18px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 9px 26px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    text-decoration: none;
    -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: #904F31;
    border-color: #904F31;
    color: #fff;
}
.reply a:focus {
	outline: thin dotted #000;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
	color: #000;
}
.comment-metadata a,
.comment-metadata a time {
	color: #82868b;
	text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #000;
}
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #000;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #f5f5f3;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
    border-radius: 5px;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-section {
    padding: 60px 0;
}
.same-background + .same-background {
    padding-top: 0;
}
.entry-title {
    font-size: 22px;
    margin: 0 0 16px;
    font-weight: 500;
    color: #000;
}
.entry-title a {
	text-decoration: none;
	color: #211d1b;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #904f31;
}
.section-header {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}
.section-title {
    font-size: 32px;
    margin: 0 0 10px;
    word-wrap: break-word;
    position: relative;
    font-weight: 500;
    color: #904f31;
}
.section-subtitle {
	position: relative;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    padding: 9px 26px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    -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: #904f31;
	border-color: #904f31;
	color: #fff;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-image {
	position: relative;
}
.view-all {
    text-align: center;
    margin-top: 30px;
}
.col-1 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.col-1 article, 
.col-2 article, 
.col-3 article, 
.col-4 article {
	margin-bottom: 30px;
}
.col-1 article:last-child, 
.col-2 article:last-child, 
.col-3 article:last-child, 
.col-4 article:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -5px;
    clear: both;
    display: table;
    width: 100%;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
    float: left;
    padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
	display: inline-block;
    width: auto;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 0;
    display: block;
}
.social-icons a:focus {
	outline: thin dotted;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a svg {
    fill: #efae90;
}
/*--------------------------------------------------------------
## 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,
#blogmax_our_team_section li a[href*="fb.com"],
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section li a[href*="slack.com"] {
	background-color: #E60264;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section li a[href*="flickr.com"] {
 	background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section li a[href*="instagram.com"] {
 	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section li a[href*="delicious.com"] {
 	background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus,
#blogmax_our_team_section li a[href*="mailto:"] {
 	background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus,
#blogmax_our_team_section 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,
#blogmax_our_team_section li a[href*="wordpress.org"] {
 	background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section 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,
#blogmax_our_team_section li a[href*="angel.co"] {
 	background-color: #000 !important;
}

/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 200px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#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: 32px;
	color: #fff;
    margin: 0;
    font-weight: 500;
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
#page-site-header + #breadcrumb-list {
    display: none;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
}
.trail-items li:not(:last-child):after {
	content: "/";
	padding-left: 4px;
	padding-right: 1px;
}
.trail-items li a {
    color: #fff;
    opacity: 0.8;
}
.trail-items li a:hover,
.trail-items li a:focus {
    opacity: 1;
}

/*--------------------------------------------------------------
#  Featured Slider Section
--------------------------------------------------------------*/
#blogmax_featured_slider_section article {
	background-color: #000;
    background-size: cover;
    background-position: 50%;
    padding: 280px 0;
    position: relative;
}
#blogmax_featured_slider_section .wrapper {
    position: relative;
}
.featured-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-content-wrapper .entry-title {
    color: #fff;
    font-size: 32px;
    margin: 0 0 22px;
    font-weight: 600;
    line-height: 1.25;
}
.featured-content-wrapper .entry-title a {
	color: #fff;
}
.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-title a:focus {
	opacity: 0.8;
}
.featured-content-wrapper .entry-content {
    color: #fff;
    margin: 0 0 35px;
}
.featured-content-wrapper .btn {
	margin: 5px;
}
.featured-content-wrapper .btn:not(:first-child) {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.featured-content-wrapper .btn:hover,
.featured-content-wrapper .btn:focus,
.featured-content-wrapper .btn:not(:first-child):hover,
.featured-content-wrapper .btn:not(:first-child):focus {
	background-color: #000;
	border-color: #000;
    color: #fff;
}
.featured-content-wrapper .btn:first-child:hover,
.featured-content-wrapper .btn:first-child:focus {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-slide {
    outline: none;
}
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/images/down-arrow.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.slick-prev:before {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.slick-prev,
.slick-next {
	background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 0;
    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-arrow {
	background-color: #000;
	border-radius: 10px;
}
.slick-prev {
	left: 25px;
}
.slick-next {
	right: 25px;
}
#blogmax_featured_slider_section .slick-prev {
	left: 25px;
}
#blogmax_featured_slider_section .slick-next {
	right: 25px;
}
#blogmax_featured_slider_section .slick-arrow {
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	border-radius: 0;
}
#blogmax_featured_slider_section:hover .slick-arrow,
#blogmax_featured_slider_section:focus .slick-arrow {
	opacity: 1;
	visibility: visible;
}
#blogmax_featured_slider_section .slick-arrow:hover,
#blogmax_featured_slider_section .slick-arrow:focus {
	background-color: #000;
}
#blogmax_featured_slider_section .slick-prev:hover:before, 
#blogmax_featured_slider_section .slick-next:hover:before,
#blogmax_featured_slider_section .slick-prev:focus:before, 
#blogmax_featured_slider_section .slick-next:focus:before {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
ul.slick-dots {
    bottom: 25px;
}
ul.slick-dots li {
	margin: 0;
}
ul.slick-dots li button:before {
	display: none;
}
ul.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
ul.slick-dots li.slick-active button {
	background-color: #000;
}
#blogmax_featured_slider_section ul.slick-dots li button {
	background-color: rgb(255 255 255 / 50%);
}
#blogmax_featured_slider_section ul.slick-dots li.slick-active button {
	background-color: #fff;
}

/*--------------------------------------------------------------
#  Our Services
--------------------------------------------------------------*/
.service-item-wrapper .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
.service-item-wrapper .entry-container {
    padding: 20px;
    text-align: center;
}
.service-item-wrapper .icon-container {
    margin-bottom: 25px;
}
.service-item-wrapper .icon-container a {
    color: #000;
    margin: 0 auto;
    text-align: center;
    font-size: 65px;
}
.service-item-wrapper .icon-container a:hover,
.service-item-wrapper .icon-container a:focus {
	color: #904F31;
}
.service-item-wrapper .entry-title a {
    color: #000;
}
.service-item-wrapper .entry-title a:hover,
.service-item-wrapper .entry-title a:focus {
	color: #904f31;
}
.service-item-wrapper .entry-content {
	margin-bottom: 15px;
}
.service-item-wrapper .entry-container .btn {
    padding: 5px 15px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #000;
}
.service-item-wrapper .entry-container .btn:hover,
.service-item-wrapper .entry-container .btn:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
#  Gallery Slider
--------------------------------------------------------------*/
#blogmax_gallery_slider_section {
    background-color: #904F31;
    padding-top: 25px;
}
#blogmax_gallery_slider_section:after {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
}
#blogmax_gallery_slider_section .wrapper {
    position: relative;
    z-index: 1;
}
#blogmax_gallery_slider_section article {
    padding: 0 15px;
}
#blogmax_gallery_slider_section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    border: 10px solid #fff;
}
#blogmax_gallery_slider_section .slick-arrow {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
}
#blogmax_gallery_slider_section:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
#blogmax_gallery_slider_section .slick-prev {
    left: 38%;
}
#blogmax_gallery_slider_section .slick-next {
    right: 38%;
}
#blogmax_gallery_slider_section .slick-arrow:before {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

/*--------------------------------------------------------------
#  About Us
--------------------------------------------------------------*/
#blogmax_about_us_section {
	text-align: center;
}
#blogmax_about_us_section .section-header {
    margin: 0;
}
#blogmax_about_us_section .section-subtitle {
	margin-bottom: 30px;
}
#blogmax_about_us_section .section-title {
    max-width: 750px;
    margin: 0 auto 25px;
}
#blogmax_about_us_section .section-content {
	max-width: 900px;
    margin: 0 auto 43px;
}

/*--------------------------------------------------------------
#  Working Process
--------------------------------------------------------------*/
#blogmax_working_process_section {
    background-color: #DCD5CF;
}
#blogmax_working_process_section article {
	width: 100%;
    margin-bottom: 30px;
}
#blogmax_working_process_section article:last-child {
	margin-bottom: 0;
}
#blogmax_working_process_section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
}
#blogmax_working_process_section .entry-container {
    background-color: #fff;
    text-align: center;
    padding: 40px 30px;
}
#blogmax_working_process_section .entry-title {
	font-size: 32px;
}
#blogmax_working_process_section .entry-title a {
    color: #904f31;
}
#blogmax_working_process_section .entry-title a:hover,
#blogmax_working_process_section .entry-title a:focus {
    color: #000;
}
#blogmax_working_process_section .entry-content {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
#  Our Projects
--------------------------------------------------------------*/
#blogmax_gallery_section {
    background-color: #DCD5CF;
}
#blogmax_gallery_section article {
    margin-bottom: 30px;
}
#blogmax_gallery_section .gallery-item-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
}
#blogmax_gallery_section article .overlay {
    visibility: hidden;
    background-color: #000;
    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;
}
#blogmax_gallery_section .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;
}
#blogmax_gallery_section .entry-header .more-link {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #fff;
	color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    display: none;
}
#blogmax_gallery_section .entry-header .more-link {
	display: inline-block;
}
#blogmax_gallery_section article .entry-header a {
	color: #fff;
}
#blogmax_gallery_section article .entry-title a:hover,
#blogmax_gallery_section article .entry-title a:focus {
	color: #fff;
	opacity: 0.8;
}
#blogmax_gallery_section .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%);
}
#blogmax_gallery_section article:hover .overlay,
#blogmax_gallery_section article:focus .overlay {
	opacity: 0.8;
	visibility: visible;
}
#blogmax_gallery_section article:hover .entry-header,
#blogmax_gallery_section article:focus .entry-header {
	opacity: 1;
	visibility: visible;
}
#blogmax_gallery_section .featured-image img {
    width: 100%;
    -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;
}
#blogmax_gallery_section .gallery-item-wrapper:hover .featured-image img,
#blogmax_gallery_section .gallery-item-wrapper:focus .featured-image img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
#blogmax_gallery_section .entry-title {
    margin-bottom: 0;
}
#blogmax_gallery_section .entry-title a {
    color: #000;
}
#blogmax_gallery_section .entry-title a:hover,
#blogmax_gallery_section .entry-title a:focus {
	color: #000;
}

/*--------------------------------------------------------------
#  Our Features
--------------------------------------------------------------*/
#blogmax_our_features_section {
    background-color: #EEF7FF;
}
#blogmax_our_features_section article {
	position: relative;
	margin-bottom: 50px;
}
#blogmax_our_features_section article:last-child {
	margin-bottom: 0;
}
#blogmax_our_features_section article:not(.has-post-thumbnail) {
    padding: 50px;
}
#blogmax_our_features_section .featured-image {
    background-size: cover;
    background-position: 50%;
    margin-bottom: 30px;
    padding-bottom: 100%;
}
#blogmax_our_features_section .entry-container {
    text-align: center;
}
#blogmax_our_features_section .entry-title {
    font-size: 22px;
}
#blogmax_our_features_section .entry-title a {
    color: #000;
}
#blogmax_our_features_section .entry-title a:hover,
#blogmax_our_features_section .entry-title a:focus {
	color: #000;
}
#blogmax_our_features_section .entry-content {
    margin-bottom: 34px;
}
#blogmax_our_features_section .btn:focus {
	outline: thin dotted #000;
}

/*--------------------------------------------------------------
#  Featured Posts Section
--------------------------------------------------------------*/
#blogmax_featured_posts_section .section-header {
    margin-bottom: 30px;
}
#blogmax_featured_posts_section .section-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 55px;
}
#blogmax_featured_posts_section article {
    text-align: center;
    margin-bottom: 50px;
}
#blogmax_featured_posts_section article.no-post-thumbnail .featured-post-item {
    background-color: #EFAE90;
    border-radius: 100%;
    padding: 35px;
}
#blogmax_featured_posts_section article.no-post-thumbnail .entry-title {
    margin-bottom: 15px;
}
#blogmax_featured_posts_section article.no-post-thumbnail .posted-on {
    display: none;
}
#blogmax_featured_posts_section article.no-post-thumbnail .entry-footer {
    display: block;
}
#blogmax_featured_posts_section .entry-content {
    margin-bottom: 35px;
    color: #211d1b;
}
#blogmax_featured_posts_section .entry-meta {
    margin-bottom: 20px;
}
#blogmax_featured_posts_section .entry-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.35;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
#blogmax_featured_posts_section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 190px 0;
    margin-bottom: 13px;
}
#blogmax_featured_posts_section article.has-post-thumbnail .entry-content {
    display: none;
}
#blogmax_featured_posts_section .entry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#blogmax_featured_posts_section .posted-on a {
    color: #656565;
}
#blogmax_featured_posts_section .more-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #211d1b;
    letter-spacing: 0.1em;
}
#blogmax_featured_posts_section .posted-on a:hover,
#blogmax_featured_posts_section .posted-on a:focus,
#blogmax_featured_posts_section .more-link:hover,
#blogmax_featured_posts_section .more-link:focus {
	color: #904f31;
}

/*--------------------------------------------------------------
#  Promotion Section
--------------------------------------------------------------*/
#blogmax_promotion_section {
    background-size: cover;
    background-position: 50%;
    text-align: center;
}
#blogmax_promotion_section .overlay {
	opacity: 0.3;
}
#blogmax_promotion_section .section-header {
    max-width: 700px;
    margin: 0 auto 15px;
}
#blogmax_promotion_section .section-title,
#blogmax_promotion_section .section-subtitle {
    color: #fff;
}
#blogmax_promotion_section .section-subtitle {
    margin-bottom: 15px;
}
#blogmax_promotion_section .section-title {
    margin-bottom: 30px;
}
#blogmax_promotion_section .btn {
    background-color: #fff;
    border-color: #fff;
    color: #211d1b;
}
#blogmax_promotion_section .btn:hover,
#blogmax_promotion_section .btn:focus {
	background-color: #211D1B;
	border-color: #211D1B;
	color: #fff;
}

/*--------------------------------------------------------------
#  Call To Action
--------------------------------------------------------------*/
#blogmax_call_to_action_section {
    background-color: #DCD5CF;
}
#blogmax_call_to_action_section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    margin-bottom: 40px;
}
#blogmax_call_to_action_section .entry-container {
    text-align: center;
}
#blogmax_call_to_action_section .section-header {
    margin-bottom: 0;
}
#blogmax_call_to_action_section .section-title,
#blogmax_call_to_action_section .section-subtitle {
    margin-bottom: 20px;
}
#blogmax_call_to_action_section .section-title {
	font-size: 32px;
}
#blogmax_call_to_action_section .entry-content {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
#  Subscribe Section
--------------------------------------------------------------*/
#blogmax_subscribe_section {
    background-size: cover;
    background-position: 50%;
}
#blogmax_subscribe_section .subscribe-content-wrapper {
    text-align: center;
	max-width: 490px;
	margin: 0 auto;
}
#blogmax_subscribe_section .subscribe-form-wrapper {
    text-align: center;
	max-width: 570px;
	margin: 0 auto;
}
.video-button {
    display: block;
    text-align: center;
}
.video-button a {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 6px;
    text-align: center;
}
.video-button svg {
    fill: #fff;
    width: 28px;
    height: 28px;
}
#cta .video-button {
    margin-bottom: 0;
}
#blogmax_subscribe_section .entry-header {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#blogmax_subscribe_section .entry-title {
    font-size: 32px;
}
#blogmax_subscribe_section .entry-content {
    margin-bottom: 45px;
}
#blogmax_subscribe_section form {
    position: relative;
}
#blogmax_subscribe_section .jetpack_subscription_widget input[type="email"] {
    background-color: rgba(255, 255, 255, 0.80);
}
.jetpack_subscription_widget input[type="email"] {
    padding: 10px 25px;
    width: 100%;
}

/*--------------------------------------------------------------
#  Our Team
--------------------------------------------------------------*/
#blogmax_our_team_section .team-item-wrapper {
    text-align: center;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
}
#blogmax_our_team_section .entry-container {
    padding: 30px 15px;
}
#blogmax_our_team_section .featured-image img {
    width: 100%;
}
#blogmax_our_team_section .entry-title {
    margin-bottom: 0;
}
#blogmax_our_team_section .entry-title a {
    color: #000;
}
#blogmax_our_team_section .entry-title a:hover,
#blogmax_our_team_section .entry-title a:focus {
	color: #000;
}
#blogmax_our_team_section .position {
    color: #000;
    margin-top: 2px;
    display: block;
}
#blogmax_our_team_section .social-icons {
    margin-top: 10px;
}
#blogmax_our_team_section .social-icons li {
    margin: 5px;
}
#blogmax_our_team_section .social-icons svg {
	fill: #fff;
}
#blogmax_our_team_section .social-icons a:hover,
#blogmax_our_team_section .social-icons a:focus {
	opacity: 0.8;
}
#blogmax_our_team_section .btn:focus {
    outline: thin dotted #000;
}

/*--------------------------------------------------------------
#  Counter Section
--------------------------------------------------------------*/
#blogmax_counter_section {
    position: relative;
    background-size: cover;
    background-position: 50%;
}
#blogmax_counter_section .overlay {
    opacity: 0.6;
}
#blogmax_counter_section .wrapper {
	position: relative;
}
#blogmax_counter_section .section-title,
#blogmax_counter_section .section-subtitle {
	color: #fff;
}
#blogmax_counter_section .counter-item {
	text-align: center;
	position: relative;
	z-index: 1;
}
#blogmax_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;
}
#blogmax_counter_section .counter-value,
#blogmax_counter_section .counter-title {
    font-size: 62px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
}
#blogmax_counter_section .counter-title {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

/*--------------------------------------------------------------
#  Our Partners
--------------------------------------------------------------*/
#blogmax_our_partners_section {
	background-color: #EFEFEA;
}
#blogmax_our_partners_section article {
    text-align: center;
}
#blogmax_our_partners_section article a {
    display: block;
}
#blogmax_our_partners_section article a:focus {
    outline: thin dotted #fff;
}
#blogmax_our_partners_section .client-logo {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
}

/*--------------------------------------------------------------
#  Testimonial Section
--------------------------------------------------------------*/
#blogmax_testimonial_section .wrapper {
    max-width: 1200px;
}
#blogmax_testimonial_section .section-header {
    margin-bottom: 20px;
}
#blogmax_testimonial_section .slick-list {
    max-width: 900px;
    margin: 0 auto;
}
#blogmax_testimonial_section article {
	text-align: center;
}
#blogmax_testimonial_section .testimonial-item-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
#blogmax_testimonial_section .featured-image {
    margin-bottom: 25px;
}
#blogmax_testimonial_section .featured-image a {
    display: inline-block;
    vertical-align: middle;
}
#blogmax_testimonial_section .featured-image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
    margin: 0 auto;
    border-radius: 50%;
}
#blogmax_testimonial_section .entry-content {
    color: #000;
    margin: 0 auto 40px;
    font-size: 32px;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
}
.separator {
    background-color: #000;
    width: 70px;
    height: 2px;
    display: inline-block;
    margin: 0 auto 23px;
}
#blogmax_testimonial_section .entry-title {
    margin-bottom: 5px;
}
#blogmax_testimonial_section .entry-title a {
    color: #000;
}
#blogmax_testimonial_section .entry-title a:hover,
#blogmax_testimonial_section .entry-title a:focus {
    color: #000;
}
#blogmax_testimonial_section .position {
	color: #000;
}
#blogmax_testimonial_section .slick-arrow {
    background-color: transparent;
}
#blogmax_testimonial_section .slick-prev {
	left: -13px;
}
#blogmax_testimonial_section .slick-next {
	right: -13px;
}
#blogmax_testimonial_section .slick-prev:before, 
#blogmax_testimonial_section .slick-next:before {
	width: 40px;
	height: 40px;
}
#blogmax_testimonial_section .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}
#blogmax_testimonial_section .slick-dots li button {
    background-color: rgb(0 0 0 / 20%);
}
#blogmax_testimonial_section .slick-dots li.slick-active button {
    background-color: rgb(0 0 0 / 60%);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#blogmax_contact_section .contact-information {
    display: block;
    margin-bottom: 40px;
}
#blogmax_contact_section .contact-information ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#blogmax_contact_section .contact-information li {
	font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
#blogmax_contact_section .contact-information i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #eee;
    font-size: 30px;
    margin-right: 20px;
}
#blogmax_contact_section textarea {
    height: 150px;
}
#blogmax_contact_section input[type="text"], 
#blogmax_contact_section input[type="email"], 
#blogmax_contact_section input[type="url"], 
#blogmax_contact_section input[type="password"], 
#blogmax_contact_section input[type="search"], 
#blogmax_contact_section input[type="number"], 
#blogmax_contact_section input[type="tel"], 
#blogmax_contact_section input[type="range"], 
#blogmax_contact_section input[type="date"], 
#blogmax_contact_section input[type="month"], 
#blogmax_contact_section input[type="week"], 
#blogmax_contact_section input[type="time"], 
#blogmax_contact_section input[type="datetime"], 
#blogmax_contact_section input[type="datetime-local"], 
#blogmax_contact_section input[type="color"], 
#blogmax_contact_section textarea {
    background: #eee;
    border: none;
    border-radius: 5px;
}


/*--------------------------------------------------------------
#  Information Section
--------------------------------------------------------------*/
#blogmax_information_section article:nth-child(odd) {
    margin-bottom: 30px;
}
#blogmax_information_section article.has-post-thumbnail {
    display: table;
    position: relative;
    width: 100%;
}
#blogmax_information_section .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 40px;
}
#blogmax_information_section .featured-image img {
    width: 100%;
    border-radius: 10px;
}
#blogmax_information_section .entry-container {
    text-align: center;
}
#blogmax_information_section .entry-content {
    margin-bottom: 20px;
}
#blogmax_information_section .price {
    font-weight: 600;
}
#blogmax_information_section article.has-post-thumbnail {
    overflow: hidden;
    position: relative;
}
#blogmax_information_section article.has-post-thumbnail .featured-image:before {
    background: #fff;
    content: "";
    height: 35px;
    margin: auto;
    margin-left: 45px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 100%;
    top: 0;
    width: 35px;
    z-index: 1;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: margin-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
    transition: margin-left 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
}
#blogmax_information_section article.has-post-thumbnail:hover .featured-image:before,
#blogmax_information_section article.has-post-thumbnail:nth-child(even):hover .featured-image:before {
    margin-left: -18px;
    margin-right: 0;
    opacity: 1;
}
#blogmax_information_section article.has-post-thumbnail .featured-image {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
#blogmax_information_section article.has-post-thumbnail:hover .featured-image {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#blogmax_information_section article.has-post-thumbnail:nth-child(even) .featured-image:before {
    left: 0;
    margin-left: -45px;
}

/*--------------------------------------------------------------
#  Natural
--------------------------------------------------------------*/
#blogmax_natural_section {
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    text-align: center;
}
#blogmax_natural_section .overlay {
    opacity: 0.3;
}
#blogmax_natural_section .section-container {
    max-width: 700px;
    text-align: left;
    position: relative;
}
#blogmax_natural_section .section-header {
    max-width: 700px;
    margin: 0 auto 15px;
    text-align: left;
}
#blogmax_natural_section .section-subtitle {
    margin-bottom: 15px;
}
#blogmax_natural_section .section-title, 
#blogmax_natural_section .section-subtitle {
    color: #fff;
}
#blogmax_natural_section .entry-content {
    margin-bottom: 30px;
    color: #fff;
}
/*--------------------------------------------------------------
#  Archive / Blog
--------------------------------------------------------------*/
.archive-blog-wrapper.grid article {
    margin-bottom: 60px;
}
.post-item-wrapper .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 150px 0;
    margin-bottom: 30px;
}
.post-item-wrapper img {
	width: 100%;
}
.post-item-wrapper .entry-title {
	text-transform: uppercase;
	line-height: 1.35;
    margin-bottom: 14px;
    font-size: 20px;
}
.post-item-wrapper .entry-meta {
    margin-bottom: 18px;
    color: #000;
}
.post-item-wrapper .entry-meta > span.posted-on a:hover,
.post-item-wrapper .entry-meta > span.posted-on a:focus {
	color: #000;
}
.post-item-wrapper .entry-meta > span {
    font-size: 16px;
}
.post-item-wrapper .entry-meta > span.posted-on a {
	color: #606060;
}
.post-item-wrapper .entry-meta > span:not(:last-child):after {
    content: "";
    width: 1px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    margin: 0 2px 0 6px;
}
.entry-meta a,
.cat-links a,
.posted-on a,
.post-categories a {
	text-decoration: none;
}
.cat-links a {
    text-transform: uppercase;
    color: #8f4e30;
    letter-spacing: 0.1em;
}
.post-item-wrapper .read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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;
}
.post-item-wrapper:hover .read-more,
.post-item-wrapper:focus .read-more {
	opacity: 1;
	visibility: visible;
}
.post-item-wrapper .btn {
	border-color: #fff;
	background-color: #fff;
	color: #000;
}
.post-item-wrapper .btn:hover,
.post-item-wrapper .btn:focus {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
}
.no-sidebar-content #inner-content-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.single-wrapper .entry-meta span svg {
    fill: #82868b;
    margin-right: 10px;
}
.single-wrapper .entry-meta span.cat-links svg {
    margin-right: 7px;
}
.single-wrapper .entry-meta span.posted-on, 
.single-wrapper .entry-meta span.posted-on a {
	color: #82868b;
}
.single-wrapper .entry-meta span a:hover, 
.single-wrapper .entry-meta span a:focus,
.single-wrapper .cat-links a,
.single-wrapper .entry-meta span.byline a.fn:hover,
.single-wrapper .entry-meta span.byline a.fn:focus {
    color: #000;
}
.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta,
.single-wrapper .entry-container {
	margin-bottom: 25px;
}
.single-wrapper .comments-title {
    margin-bottom: 40px;
}
.single-wrapper .entry-meta .cat-links {
    display: inline-block;
}
.single-wrapper .entry-meta a, 
.single-wrapper .entry-meta i {
	font-size: 16px;
	font-weight: 400;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
    content: "|";
    margin: 0 1px 0 3px;
}
.single-wrapper .entry-meta > span.tags-links a:not(:last-child):after {
    content: ",";
}
.single-wrapper .entry-meta > span a {
	color: #8c8c8c;
}
.single-wrapper .entry-meta > span a:hover,
.single-wrapper .entry-meta > span a:focus {
	color: #000;
}
.single-wrapper .comment-respond {
	background-color: transparent;
	border: none;
}
#commentform .comment-form-url,
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.post-categories li {
	display: inline-block;
}
.archive-description p {
    color: #fff;
}

/*--------------------------------------------------------------
#  Woocommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    right: auto;
    left: 25px;
    top: 10px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    padding: 0;
    background-color: #000;
    border-radius: 3px;
    line-height: 1.3;
    padding: 4px 11px;
    font-weight: 400;
}
.product_meta a {
    color: #797973;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.product_meta a:hover,
.product_meta a:focus,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #000;
}
.woocommerce div.product p.price del {
	color: #797973;
    margin-right: 5px;
}
.woocommerce div.product .product_meta > span {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.woocommerce ul.products li.product .price ins {
	font-weight: 400;
}
.woocommerce ul.products li.product .price del {
    color: #797973;
    opacity: 1;
    font-weight: 500;
    margin-right: 3px;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 9px 26px;
    display: inline-block;
    line-height: 28px;
    position: relative;
    text-align: center;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    text-decoration: none;
    -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;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus {
	background-color: #904f31;
    border-color: #904f31;
    color: #fff;
}

/*--------------------------------------------------------------
#  Recent Products
--------------------------------------------------------------*/
.woocommerce #blogmax_recent_products_section ul.products li.product, 
.woocommerce-page #blogmax_recent_products_section ul.products li.product {
	float: none;
	width: 100%;
	padding: 0;
}
.woocommerce #blogmax_recent_products_section ul.products li.product:last-child, 
.woocommerce-page #blogmax_recent_products_section ul.products li.product:last-child {
	margin-bottom: 0;
}
.woocommerce #blogmax_recent_products_section ul.products li.product, 
.woocommerce-page #blogmax_recent_products_section ul.products li.product {
	text-align: center;
}


/*--------------------------------------------------------------
#  Shop Sections
--------------------------------------------------------------*/
#blogmax_latest_products_section {
    background-color: #EFEFEA;
}
#blogmax_latest_products_section .grid {
    margin: -10px;
}
#blogmax_latest_products_section .grid article {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}
#blogmax_latest_products_section .grid article:last-child {
    margin-bottom: 0;
}
#blogmax_latest_products_section .featured-image {
    background-size: cover;
    background-position: 50%;
    background-color: #333;
    padding: 50px 0;
    text-align: center;
    position: relative;
}
#blogmax_latest_products_section .entry-container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px;
}
#blogmax_latest_products_section .entry-title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.1em;
}
#blogmax_latest_products_section span.cat-links {
    margin-top: 10px;
    display: block;
}
#blogmax_latest_products_section .cat-links li {
    display: block;
}
#blogmax_latest_products_section .cat-links li:after {
    display: none;
}
#blogmax_latest_products_section .cat-links a {
    color: #797973;
}
#blogmax_latest_products_section .cat-links a:hover,
#blogmax_latest_products_section .cat-links a:focus {
    color: #000;
}
.product-filtering {
    text-align: center;
    margin-bottom: 45px;
}
ul.product-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
ul.product-nav li {
    text-align: center;
    float: left;
}
ul.product-nav li a {
    display: block;
    color: #000;
    padding: 11px 28px;
    border: 2px solid #E5E5E5;
    border-right: none;
}
ul.product-nav li:last-child a {
    border-right: 2px solid #E5E5E5;
}
ul.product-nav li.active a {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    right: auto;
    left: 15px;
    top: 0;
    margin: 0;
    min-width: auto;
    min-height: auto;
    padding: 0;
    background-color: #000;
    border-radius: 0;
    line-height: 1.3;
    padding: 4px 11px;
    font-weight: 400;
}
.product_meta a {
    color: #797973;
    text-transform: uppercase;
}
.product_meta a:hover,
.product_meta a:focus,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #000;
}
.woocommerce div.product p.price del {
    color: #797973;
    margin-right: 5px;
}
.woocommerce div.product .product_meta > span {
    display: block;
}
.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.products li.product .price del {
    color: #797973;
    opacity: 1;
    font-weight: 400;
    margin-right: 3px;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce #blogmax_popular_products_section ul.products li.first, 
.woocommerce-page #blogmax_popular_products_section ul.products li.first {
    clear: none;
}
.woocommerce #blogmax_popular_products_section ul.products, 
.woocommerce-page #blogmax_popular_products_section ul.products {
    margin: 0 -15px;
}
.woocommerce #blogmax_popular_products_section ul.products li.product, 
.woocommerce-page #blogmax_popular_products_section ul.products li.product {
    margin: 0;
    padding: 0 15px;
}
#blogmax_popular_products_section ul.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 35px;
}
#blogmax_popular_products_section .slick-arrow {
    background-color: transparent;
    border: none;
}
#blogmax_popular_products_section .slick-arrow:before {
    width: 30px;
    height: 30px;
    opacity: 1;
}
body:not(.dark-version) #blogmax_popular_products_section .slick-arrow:before {
    filter: none;
}
#blogmax_popular_products_section .slick-prev {
    left: -50px;
}
#blogmax_popular_products_section .slick-next {
    right: -50px;
}
#blogmaxducts_collection_section {
    background-color: #EFEFEA;
}
#blogmaxducts_collection_section .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding: 150px 0 0;
}
#blogmaxducts_collection_section .entry-container {
    padding: 25px;
}
#blogmaxducts_collection_section ul.post-categories li {
    margin-right: 3px;
}
#blogmaxducts_collection_section ul.post-categories li:after,
#blogmaxducts_collection_section .entry-title a {
    color: #fff;
}
#blogmaxducts_collection_section .cat-links a {
    text-transform: uppercase;
    color: #fff;
}
#blogmaxducts_collection_section .entry-title {
    font-weight: 600;
}
#blogmaxducts_collection_section .cat-links a:hover,
#blogmaxducts_collection_section .cat-links a:focus,
#blogmaxducts_collection_section .entry-title a:hover,
#blogmaxducts_collection_section .entry-title a:focus,
#blogmaxducts_collection_section article:nth-child(even) .cat-links a:hover,
#blogmaxducts_collection_section article:nth-child(even) .cat-links a:focus,
#blogmaxducts_collection_section article:nth-child(even) .entry-title:nth-child(odd) a:hover,
#blogmaxducts_collection_section article:nth-child(even) .entry-title:nth-child(odd) a:focus {
    opacity: 0.8;
}
#blogmaxducts_collection_section .read-more {
    text-align: left;
}
.woocommerce #blogmax_recent_products_section ul.products li.product .onsale,
.woocommerce #blogmax_popular_products_section ul.products li.product .onsale {
    left: 15px;
}
.woocommerce #blogmax_recent_products_section ul.products li.product, 
.woocommerce-page #blogmax_recent_products_section ul.products li.product {
    float: none;
    width: 100%;
    padding: 0;
}
.woocommerce #blogmax_recent_products_section ul.products li.product:last-child, 
.woocommerce-page #blogmax_recent_products_section ul.products li.product:last-child {
    margin-bottom: 0;
}
#blogmax_featured_products_section .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 50px 0;
    position: relative;
}
#blogmax_featured_products_section .entry-container {
    text-align: center;
    padding: 10px;
}
#blogmax_featured_products_section .cat-links a {
    text-transform: uppercase;
    color: #fff;
}
#blogmax_featured_products_section .entry-title {
    margin-bottom: 0;
    font-weight: 600;
}
#blogmax_featured_products_section .entry-title a,
#blogmax_featured_products_section .entry-content {
    color: #fff;
}
#blogmax_featured_products_section .entry-content {
    margin-bottom: 15px;
}
#blogmax_featured_products_section .entry-title a:hover,
#blogmax_featured_products_section .entry-title a:focus,
#blogmax_featured_products_section .cat-links a:hover,
#blogmax_featured_products_section .cat-links a:focus {
    opacity: 0.8;
}
.category-title {
    font-size: 24px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    font-weight: 600;
    margin-bottom: 38px;
}
#blogmax_trending_products_section {
    background-color: #EFEFEA;
}
#blogmax_trending_products_section .section-content {
    margin: 0 -15px;
}
#blogmax_trending_products_section .product-wrapper {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
#blogmax_trending_products_section article {
    margin-bottom: 30px;
    position: relative;
    display: table;
    width: 100%;
}
#blogmax_trending_products_section .product-wrapper:last-child,
#blogmax_trending_products_section article:last-child {
    margin-bottom: 0;
}
#blogmax_trending_products_section .featured-image {
    position: absolute;
    width: 120px;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    display: table-cell;
}
#blogmax_trending_products_section .featured-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
#blogmax_trending_products_section .entry-container {
    float: left;
    padding-left: 140px;
    display: table-cell;
    min-height: 120px;
}
span.discount-offer {
    background-color: #000;
    color: #fff;
    line-height: 1.2;
    padding: 3px 7px;
    display: inline-block;
}
#blogmax_trending_products_section span.discount-offer {
    margin-bottom: 5px;
}
#blogmax_trending_products_section .cat-links {
    margin-bottom: 5px;
    display: block;
}
#blogmax_trending_products_section span.cat-links a {
    color: #797973;
    text-transform: uppercase;
}
#blogmax_trending_products_section .entry-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
#blogmax_trending_products_section .entry-title a {
    color: #000;
}
#blogmax_trending_products_section .entry-title a:hover,
#blogmax_trending_products_section .entry-title a:focus {
    color: #000;
}
#blogmax_trending_products_section .price {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
#blogmax_trending_products_section .price del {
    color: #797973;
    opacity: 1;
    font-weight: 400;
    margin-right: 3px;
}
#blogmax_trending_products_section .price ins {
    background: transparent;
    font-weight: 600;
    display: inline-block;
}

@media screen and (min-width: 567px) {
    #blogmax_latest_products_section .grid article {
        width: 50%;
    }
    .woocommerce #blogmax_popular_products_section ul.products li.product, 
    .woocommerce-page #blogmax_popular_products_section ul.products li.product,
    .woocommerce #blogmax_recent_products_section ul.products li.product, 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product {
        text-align: center;
    }
    #blogmaxducts_collection_section .cat-links {
        margin-bottom: 7px;
        display: block;
    }
    #blogmaxducts_collection_section article {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #blogmaxducts_collection_section article:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #blogmaxducts_collection_section article:nth-child(1n) .featured-image {
        padding: 30px 0 0;
    }
    #blogmaxducts_collection_section article:nth-child(2n) .featured-image {
        padding: 150px 0 0;
    }
    #blogmaxducts_collection_section article:nth-child(3n) .featured-image {
        padding: 150px 0 0;
    }
    #blogmaxducts_collection_section article:nth-child(4n) .featured-image {
        padding: 30px 0 0;
    }
    #blogmaxducts_collection_section .entry-container {
        padding: 30px;
    }
    .woocommerce #blogmax_recent_products_section ul.products li.product, 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product {
        padding: 0 15px;
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }
    .woocommerce #blogmax_recent_products_section ul.products li.product:nth-child(2n+1), 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product:nth-child(2n+1) {
        clear: left;
    }
    .woocommerce #blogmax_recent_products_section ul.products li.product:nth-last-child(-n+2), 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .woocommerce #blogmax_recent_products_section ul.products li.product, 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product {
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 767px) {
    #blogmax_latest_products_section .featured-image {
        padding: 150px 0;
    }
    #blogmaxducts_collection_section .entry-container {
        padding: 65px;
    }
    #blogmax_featured_products_section .featured-image {
        padding: 150px 0;
    }
    #blogmax_featured_products_section .entry-container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        padding: 25px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #blogmax_featured_products_section .entry-title {
        font-size: 32px;
        margin-bottom: 7px;
    }
    #blogmax_featured_products_section .cat-links {
        margin-bottom: 2px;
        display: block;
    }
    #blogmax_featured_products_section .entry-content {
        margin-bottom: 21px;
    }
    #blogmax_trending_products_section .product-wrapper:nth-child(2n+1) {
        clear: left;
    }
    #blogmax_trending_products_section .product-wrapper:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #blogmax_trending_products_section .product-wrapper {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .woocommerce #blogmax_recent_products_section ul.products li.product, 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product {
        width: 33.33%;
    }
    .woocommerce #blogmax_recent_products_section ul.products li.product:nth-child(2n+1), 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product:nth-child(2n+1) {
        clear: none;
    }
    .woocommerce #blogmax_recent_products_section ul.products li.product:nth-child(3n+1), 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product:nth-child(3n+1) {
        clear: left;
    }
    .woocommerce #blogmax_recent_products_section ul.products li.product:nth-last-child(-n+3), 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #blogmax_trending_products_section .product-wrapper {
        width: 33.33%;
    }
    #blogmax_trending_products_section .product-wrapper:nth-child(2n+1) {
        clear: none;
    }
    #blogmax_trending_products_section .product-wrapper:nth-child(3n+1) {
        clear: left;
    }
    #blogmax_trending_products_section .product-wrapper:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    #blogmaxducts_collection_section .entry-title {
        font-size: 42px;
        max-width: 300px;
    }
}

@media screen and (min-width: 1200px) {
    #blogmax_featured_products_section .featured-image {
        padding: 250px 0;
    }
    #blogmax_featured_products_section .entry-title {
        font-size: 42px;
    }
}

@media screen and (min-width: 1900px) {
    #blogmaxducts_collection_section .entry-container {
        padding: 100px;
    }
    #blogmax_trending_products_section .entry-container {
        padding-left: 150px;
    }
}

@media screen and (max-width: 567px) {
    .woocommerce #blogmax_recent_products_section ul.products li.product, 
    .woocommerce-page #blogmax_recent_products_section ul.products li.product {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# 					Magazine
--------------------------------------------------------------*/
.fourth-design .page-section {
    padding: 60px 0;
}
.fourth-design .same-background + .same-background {
    padding-top: 0;
}
.fourth-design .section-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #904f31;
    text-align: left;
    max-width: 100%;
}
.fourth-design .section-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background-color: #904f31;
    line-height: 1;
    padding: 10px 15px;
}
.fourth-design #blogmax_about_us_section .section-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: none;
    max-width: 100%;
}
.fourth-design #blogmax_about_us_section .section-title {
    border: none;
    font-size: 52px;
    background-color: transparent;
    margin-bottom: 0;
    color: #904f31;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1;
    padding: 0;
    font-weight: 500;

}
.fourth-design #blogmax_latest_posts_section {
    background-color: transparent;
}
.highlighted-post-item,
.featured-post-item {
    position: relative;
}
#blogmax_highlighted_posts .featured-image img,
#blogmax_trending_posts .featured-image img,
#blogmax_recent_posts .featured-image img,
#blogmax_popular_posts .featured-image img,
#blogmax_sports_section .featured-image img,
#blogmax_three_column_posts .featured-image img,
#blogmax_two_column_posts .featured-image img,
#magazine-latest-posts .featured-image img {
    width: 100%;
    border-radius: 0;
    border: none;
    vertical-align: middle;
    object-fit: cover;
}
#blogmax_two_column_posts .featured-image img {
    height: 100%;
}
#blogmax_highlighted_posts .entry-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-image: linear-gradient(transparent, rgba(0,0,0,0.7));
}
#blogmax_highlighted_posts .entry-header,
#blogmax_trending_posts .entry-header,
#blogmax_recent_posts .entry-header,
#blogmax_popular_posts .entry-header,
#blogmax_sports_section .entry-header,
#blogmax_three_column_posts .entry-header,
#blogmax_two_column_posts .entry-header,
#magazine-latest-posts .entry-header {
    padding: 0;
}
#blogmax_highlighted_posts ul.post-categories,
#blogmax_trending_posts ul.post-categories,
#blogmax_recent_posts ul.post-categories,
#blogmax_popular_posts ul.post-categories,
#blogmax_sports_section ul.post-categories,
#blogmax_three_column_posts ul.post-categories,
#blogmax_two_column_posts ul.post-categories,
#magazine-latest-posts ul.post-categories,
#blogmax_most_viewed_posts ul.post-categories {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
#blogmax_highlighted_posts ul.post-categories li,
#blogmax_trending_posts ul.post-categories li,
#blogmax_recent_posts ul.post-categories li,
#blogmax_popular_posts ul.post-categories li,
#blogmax_sports_section ul.post-categories li,
#blogmax_three_column_posts ul.post-categories li,
#blogmax_two_column_posts ul.post-categories li,
#magazine-latest-posts ul.post-categories li,
#blogmax_most_viewed_posts ul.post-categories li {
    display: inline-block;
    vertical-align: middle;
}
#blogmax_highlighted_posts ul.post-categories li a,
#blogmax_trending_posts ul.post-categories li a,
#blogmax_recent_posts ul.post-categories li a,
#blogmax_popular_posts ul.post-categories li a,
#blogmax_sports_section ul.post-categories li a,
#blogmax_three_column_posts ul.post-categories li a,
#blogmax_two_column_posts ul.post-categories li a,
#magazine-latest-posts ul.post-categories li a,
#blogmax_most_viewed_posts ul.post-categories li a {
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    background-color: #000;
}
#blogmax_highlighted_posts ul.post-categories li a:hover,
#blogmax_trending_posts ul.post-categories li a:hover,
#blogmax_recent_posts ul.post-categories li a:hover,
#blogmax_popular_posts ul.post-categories li a:hover,
#blogmax_sports_section ul.post-categories li a:hover,
#blogmax_three_column_posts ul.post-categories li a:hover,
#blogmax_two_column_posts ul.post-categories li a:hover,
#magazine-latest-posts ul.post-categories li a:hover,
#blogmax_most_viewed_posts ul.post-categories li a:hover,
#blogmax_highlighted_posts ul.post-categories li a:focus,
#blogmax_trending_posts ul.post-categories li a:focus,
#blogmax_recent_posts ul.post-categories li a:focus,
#blogmax_popular_posts ul.post-categories li a:focus,
#blogmax_sports_section ul.post-categories li a:focus,
#blogmax_three_column_posts ul.post-categories li a:focus,
#blogmax_two_column_posts ul.post-categories li a:focus,
#magazine-latest-posts ul.post-categories li a:focus,
#blogmax_most_viewed_posts ul.post-categories li a:focus {
	background-color: #904f31;
}
#blogmax_highlighted_posts .entry-title,
#blogmax_trending_posts .entry-title,
#blogmax_recent_posts .entry-title,
#blogmax_popular_posts .entry-title,
#blogmax_sports_section .entry-title,
#blogmax_three_column_posts .entry-title,
#blogmax_two_column_posts .entry-title,
#magazine-latest-posts .entry-title,
#blogmax_most_viewed_posts .entry-title {
    font-size: 22px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
#blogmax_highlighted_posts .entry-title {
	font-size: 16px;
}
#blogmax_highlighted_posts .entry-title a {
	color: #fff;
}
#blogmax_highlighted_posts .posted-on a,
#blogmax_trending_posts .posted-on a,
#blogmax_recent_posts .posted-on a,
#blogmax_popular_posts .posted-on a,
#blogmax_sports_section .posted-on a,
#blogmax_three_column_posts .posted-on a,
#blogmax_two_column_posts .posted-on a,
#magazine-latest-posts .posted-on a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#blogmax_highlighted_posts ul.post-categories li a:hover,
#blogmax_highlighted_posts ul.post-categories li a:focus,
#blogmax_highlighted_posts .entry-title a:hover,
#blogmax_highlighted_posts .entry-title a:focus,
#blogmax_highlighted_posts .posted-on a:hover,
#blogmax_highlighted_posts .posted-on a:focus,
#blogmax_most_viewed_posts .entry-title a:hover,
#blogmax_most_viewed_posts .entry-title a:focus,
#blogmax_highlighted_posts .entry-title a:hover,
#blogmax_highlighted_posts .entry-title a:focus {
	opacity: 0.8;
}
#blogmax_trending_posts .featured-image,
#blogmax_recent_posts .featured-image,
#blogmax_popular_posts .featured-image,
#blogmax_sports_section .featured-image,
#blogmax_three_column_posts .featured-image,
#blogmax_two_column_posts .featured-image,
#magazine-latest-posts .featured-image {
    position: relative;
    margin-bottom: 15px;
}
#blogmax_trending_posts .posted-on,
#blogmax_recent_posts .posted-on,
#blogmax_popular_posts .posted-on,
#blogmax_sports_section .posted-on,
#blogmax_three_column_posts .posted-on,
#blogmax_two_column_posts .posted-on,
#magazine-latest-posts .posted-on,
#blogmax_most_viewed_posts .posted-on {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}
#blogmax_trending_posts .posted-on a,
#blogmax_recent_posts .posted-on a,
#blogmax_popular_posts .posted-on a,
#blogmax_sports_section .posted-on a,
#blogmax_three_column_posts .posted-on a,
#blogmax_two_column_posts .posted-on a,
#magazine-latest-posts .posted-on a,
#blogmax_most_viewed_posts .posted-on {
    background-color: rgb(0 0 0 / 0.50);
    padding: 0 7px;
    display: inline-block;
    font-size: 12px;
}
#blogmax_trending_posts ul.post-categories,
#blogmax_recent_posts ul.post-categories,
#blogmax_popular_posts ul.post-categories,
#blogmax_sports_section ul.post-categories,
#blogmax_three_column_posts ul.post-categories,
#blogmax_two_column_posts ul.post-categories,
#magazine-latest-posts ul.post-categories {
    margin-bottom: 15px;
}
#blogmax_trending_posts .entry-title,
#blogmax_recent_posts .entry-title,
#blogmax_popular_posts .entry-title,
#blogmax_sports_section .entry-title,
#blogmax_three_column_posts .entry-title,
#blogmax_two_column_posts .entry-title,
#magazine-latest-posts .entry-title {
    color: #000;
    margin-bottom: 10px;
}
#blogmax_trending_posts .entry-content,
#blogmax_recent_posts .entry-content,
#blogmax_popular_posts .entry-content,
#blogmax_sports_section .entry-content,
#blogmax_three_column_posts .entry-content,
#blogmax_two_column_posts .entry-content,
#magazine-latest-posts .entry-content {
    background-color: transparent;
    color: #666;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
#blogmax_trending_posts .entry-content p,
#blogmax_recent_posts .entry-content p,
#blogmax_popular_posts .entry-content p,
#blogmax_sports_section .entry-content p,
#blogmax_three_column_posts .entry-content p,
#blogmax_two_column_posts .entry-content p,
#magazine-latest-posts .entry-content p {
	margin: 0;
}
#blogmax_trending_posts .posted-on a:hover,
#blogmax_trending_posts .posted-on a:focus,
#blogmax_trending_posts ul.post-categories li a:hover,
#blogmax_trending_posts ul.post-categories li a:focus,
#blogmax_trending_posts .entry-title a:hover,
#blogmax_trending_posts .entry-title a:focus,
#blogmax_recent_posts .posted-on a:hover,
#blogmax_recent_posts .posted-on a:focus,
#blogmax_recent_posts ul.post-categories li a:hover,
#blogmax_recent_posts ul.post-categories li a:focus,
#blogmax_recent_posts .entry-title a:hover,
#blogmax_recent_posts .entry-title a:focus,
#blogmax_popular_posts .posted-on a:hover,
#blogmax_popular_posts .posted-on a:focus,
#blogmax_popular_posts ul.post-categories li a:hover,
#blogmax_popular_posts ul.post-categories li a:focus,
#blogmax_popular_posts .entry-title a:hover,
#blogmax_popular_posts .entry-title a:focus,
#blogmax_sports_section .posted-on a:hover,
#blogmax_sports_section .posted-on a:focus,
#blogmax_sports_section ul.post-categories li a:hover,
#blogmax_sports_section ul.post-categories li a:focus,
#blogmax_sports_section .entry-title a:hover,
#blogmax_sports_section .entry-title a:focus,
#blogmax_three_column_posts .posted-on a:hover,
#blogmax_three_column_posts .posted-on a:focus,
#blogmax_three_column_posts ul.post-categories li a:hover,
#blogmax_three_column_posts ul.post-categories li a:focus,
#blogmax_three_column_posts .entry-title a:hover,
#blogmax_three_column_posts .entry-title a:focus,
#blogmax_two_column_posts .posted-on a:hover,
#blogmax_two_column_posts .posted-on a:focus,
#blogmax_two_column_posts ul.post-categories li a:hover,
#blogmax_two_column_posts ul.post-categories li a:focus,
#blogmax_two_column_posts .entry-title a:hover,
#blogmax_two_column_posts .entry-title a:focus,
#magazine-latest-posts .posted-on a:hover,
#magazine-latest-posts .posted-on a:focus,
#magazine-latest-posts ul.post-categories li a:hover,
#magazine-latest-posts ul.post-categories li a:focus,
#magazine-latest-posts .entry-title a:hover,
#magazine-latest-posts .entry-title a:focus {
	opacity: 0.8;
}
#blogmax_advertisement_section {
    text-align: center;
}
#blogmax_most_viewed_posts article {
    margin-bottom: 30px;
}
#blogmax_most_viewed_posts article:last-child {
    margin-bottom: 0;
}
#blogmax_most_viewed_posts .featured-image {
    padding: 200px 0;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-position: 50%;
}
#blogmax_most_viewed_posts .featured-image .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 15px;
}
#blogmax_most_viewed_posts .entry-header {
    margin-bottom: 5px;
}
#blogmax_most_viewed_posts .entry-content {
    margin-top: 5px;
}
#blogmax_most_viewed_posts .cat-links {
    display: block;
    margin-bottom: 12px;
}
#blogmax_most_viewed_posts .section-content {
    margin-bottom: 0;
}
#blogmax_two_column_posts article:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
	#blogmax_two_column_posts .featured-post-item {
	    position: relative;
	    display: table;
	    width: 100%;
	}
	#blogmax_two_column_posts article.has-post-thumbnail .featured-image {
	    width: 50%;
	    display: table-cell;
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	}
	#blogmax_two_column_posts article.has-post-thumbnail .entry-container {
	    width: 50%;
	    display: table-cell;
	    float: right;
	    padding: 25px;
	}
}
@media screen and (min-width: 1024px) {
	.fourth-design .site-branding-wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    border-bottom: 1px solid rgb(238 238 238 / 20%);
	    padding-bottom: 25px;
	}
	.site-advertisement {
	    padding: 20px 0 0 0;
	}
	#blogmax_highlighted_posts .col-3 {
	    margin: 0 -5px;
	}
	#blogmax_highlighted_posts article {
		width: 25%;
	    padding: 0 5px;
	    margin-bottom: 10px;
	}
	#blogmax_highlighted_posts article:first-child {
	    width: 50%;
	}
	#blogmax_highlighted_posts article .featured-image img {
		height: 245px;
	    object-fit: cover;
	}
	#blogmax_highlighted_posts article:first-child .featured-image img {
	    height: 500px;
	}
	#blogmax_highlighted_posts article:first-child .entry-title {
		font-size: 32px;
	}
	#blogmax_two_column_posts article.has-post-thumbnail .entry-container {
		padding: 30px;
	}
	#blogmax_two_column_posts .section-content {
		margin: 0 -15px;
	}
	#blogmax_two_column_posts article {
	    width: 50%;
	    float: left;
	    padding: 0 15px;
	    margin-bottom: 30px;
	}
	#blogmax_two_column_posts article:nth-child(2n+1) {
		clear: left;
	}
	#blogmax_two_column_posts article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #211D1B;
    color: rgb(255 255 255 / 50%);
}
#colophon .footer-widgets-area {
    padding: 60px 0;
}
#colophon a,
#colophon p,
#colophon li {
    color: rgb(255 255 255 / 50%);
}
#colophon a:hover,
#colophon a:focus {
    color: #904f31;
}
#colophon h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
#colophon ul li:before,
#secondary ul li:before {
    content: "-";
    margin-right: 10px;
}
#colophon .social-icons li a svg {
    width: 18px;
    height: 18px;
    fill: rgb(255 255 255 / 50%);
}
#colophon .social-icons li a:hover svg,
#colophon .social-icons li a:focus svg {
	fill: #fff;
}
#colophon ul.social-icons li:before, 
#secondary ul.social-icons li:before {
	display: none;
}
#colophon .social-icons {
    width: 50%;
    text-align: right;
}
#colophon .logo-wrapper {
    width: 50%;
}
#colophon .footer-logo-wrapper {
    padding: 60px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.footer-widgets-area .social-icons li a svg {
	fill: #000;
}
.site-info {
    padding: 22px 15px;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.site-info span {
	display: block;
	text-align: center;
}
.site-info .social-icons {
	text-align: center;
	line-height: 44px;
}
#colophon .site-info a {
	color: #efae90;
	text-decoration: none;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
	color: #fff;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area ul li ul {
    padding-top: 10px;
    padding-left: 15px;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
	margin-bottom: 0;
}
.footer-widgets-area .hentry {
	margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area .hentry:last-child,
.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.page-section.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.site-info .social-icons li a svg {
    fill: #fff;
}

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1 .site-title a,
.header-font-1 .site-description,
.header-font-1 #secondary a,
.header-font-1 #blogmax_testimonial_section .entry-content,
.header-font-1 #blogmax_contact_section .contact-information li,
.header-font-1 #blogmax_recent_posts_section ul.post-categories li a,
.header-font-1 #blogmax_recent_posts_section .posted-on a,
.header-font-1 #blogmax_popular_posts_section ul.post-categories li a,
.header-font-1 #blogmax_popular_posts_section .posted-on a {
	font-family: 'Rajdhani', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2 .site-title a,
.header-font-2 .site-description,
.header-font-2 #secondary a,
.header-font-2 #blogmax_testimonial_section .entry-content,
.header-font-2 #blogmax_contact_section .contact-information li,
.header-font-2 #blogmax_recent_posts_section ul.post-categories li a,
.header-font-2 #blogmax_recent_posts_section .posted-on a,
.header-font-2 #blogmax_popular_posts_section ul.post-categories li a,
.header-font-2 #blogmax_popular_posts_section .posted-on a {
	font-family: 'Cherry Swash', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3 .site-title a,
.header-font-3 .site-description,
.header-font-3 #secondary a,
.header-font-3 #blogmax_testimonial_section .entry-content,
.header-font-3 #blogmax_contact_section .contact-information li,
.header-font-3 #blogmax_recent_posts_section ul.post-categories li a,
.header-font-3 #blogmax_recent_posts_section .posted-on a,
.header-font-3 #blogmax_popular_posts_section ul.post-categories li a,
.header-font-3 #blogmax_popular_posts_section .posted-on a {
	font-family: 'Philosopher', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4 .site-title a,
.header-font-4 .site-description,
.header-font-4 #secondary a,
.header-font-4 #blogmax_testimonial_section .entry-content,
.header-font-4 #blogmax_contact_section .contact-information li,
.header-font-4 #blogmax_recent_posts_section ul.post-categories li a,
.header-font-4 #blogmax_recent_posts_section .posted-on a,
.header-font-4 #blogmax_popular_posts_section ul.post-categories li a,
.header-font-4 #blogmax_popular_posts_section .posted-on a {
	font-family: 'Slabo 27px', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5 .site-title a,
.header-font-5 .site-description,
.header-font-5 #secondary a,
.header-font-5 #blogmax_testimonial_section .entry-content,
.header-font-5 #blogmax_contact_section .contact-information li,
.header-font-5 #blogmax_recent_posts_section ul.post-categories li a,
.header-font-5 #blogmax_recent_posts_section .posted-on a,
.header-font-5 #blogmax_popular_posts_section ul.post-categories li a,
.header-font-5 #blogmax_popular_posts_section .posted-on a {
	font-family: 'Dosis', sans-serif;
}

.body-font-1 {
	font-family: 'News Cycle', sans-serif;
}

.body-font-2 {
	font-family: 'Pontano Sans', sans-serif;
}

.body-font-3 {
	font-family: 'Gudea', sans-serif;
}

.body-font-4 {
	font-family: 'Quattrocento Sans', sans-serif;
}

.body-font-5 {
	font-family: 'Khand', sans-serif;
}

/*--------------------------------------------------------------
#  Dark Version
--------------------------------------------------------------*/
.dark-version,
.dark-version .menu-toggle:hover, 
.dark-version .menu-toggle:focus,
.dark-version #blogmax_our_partners_section,
.dark-version #blogmax_gallery_slider_section,
.dark-version #blogmax_working_process_section .entry-container,
.dark-version #blogmax_latest_posts_section {
	background-color: #000;
}

.dark-version #masthead,
.dark-version pre,
.dark-version blockquote,
.dark-version .navigation.post-navigation, 
.dark-version .navigation.posts-navigation,
.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 #colophon,
.dark-version #secondary .widget_search form.search-form input,
.dark-version .comment-content,
.dark-version #blogmax_gallery_section,
.dark-version #blogmax_promotion_section,
.dark-version #blogmax_subscribe_section .jetpack_subscription_widget input[type="email"],
.dark-version #blogmaxducts_collection_section,
.dark-version #blogmax_latest_products_section,
.dark-version #blogmax_latest_products_section .entry-container,
.dark-version #blogmax_trending_products_section,
.dark-version #blogmax_gallery_slider_section:after,
.dark-version #top-navigation,
.dark-version #blogmax_working_process_section,
.dark-version #blogmax_call_to_action_section {
	background-color: #111;
}

.dark-version #blogmax_testimonial_section .slick-dots li.slick-active button {
    background-color: #fff;
}

.dark-version #blogmax_testimonial_section .slick-dots li button {
    background-color: rgb(255 255 255 / 30%);
}

.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 b, 
.dark-version strong,
.dark-version figcaption,
.dark-version blockquote,
.dark-version cite,
.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,
.dark-version .service-item-wrapper .entry-title a,
.dark-version #blogmax_testimonial_section .entry-title a,
.dark-version #blogmax_testimonial_section .entry-content,
.dark-version #blogmax_testimonial_section .position,
.dark-version .post-item-wrapper .entry-title a,
.dark-version .post-item-wrapper .entry-meta > span.posted-on a,
.dark-version .post-item-wrapper .entry-meta,
.dark-version #blogmax_trending_products_section .entry-title a,
.dark-version #blogmax_popular_posts_section ul.post-categories li a,
.dark-version #blogmax_popular_posts_section .entry-title a,
.dark-version #blogmax_popular_posts_section .posted-on a,
.dark-version #blogmax_recent_posts_section ul.post-categories li a,
.dark-version #blogmax_recent_posts_section .posted-on a,
.dark-version #blogmax_recent_posts_section .entry-title a,
.dark-version .comment-meta .url, 
.dark-version .comment-meta .fn,
.dark-version .comment-metadata a, 
.dark-version .comment-metadata a time,
.dark-version .entry-title a,
.dark-version #colophon,
.dark-version #colophon h2,
.dark-version .service-item-wrapper .icon-container a,
.dark-version.woocommerce ul.products li.product .price,
.dark-version #blogmax_trending_products_section .price,
.dark-version #blogmax_working_process_section .entry-title a:hover,
.dark-version #blogmax_working_process_section .entry-title a:focus,
.dark-version #blogmax_featured_posts_section .posted-on a,
.dark-version #blogmax_featured_posts_section .more-link,
.third-design.dark-version #blogmax_subscribe_section .entry-title,
.third-design.dark-version #blogmax_subscribe_section .section-subtitle,
.third-design.dark-version #blogmax_subscribe_section .entry-content  {
	color: #fff;
}

.dark-version a:hover,
.dark-version a:focus {
	color: #fff;
	opacity: 0.8;
}

.dark-version #blogmax_subscribe_section .entry-title,
.dark-version #blogmax_subscribe_section .section-subtitle {
	color: #000;
}

.dark-version #blogmax_subscribe_section .entry-content {
	color: #606060;
}

.dark-version button.menu-toggle svg,
.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 .footer-widgets-area .social-icons li a 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 .btn,
.dark-version button, 
.dark-version input[type="button"], 
.dark-version input[type="reset"], 
.dark-version input[type="submit"],
.dark-version.woocommerce #respond input#submit, 
.dark-version.woocommerce a.button, 
.dark-version.woocommerce button.button, 
.dark-version.woocommerce input.button,
.dark-version .pagination .page-numbers.current, 
.dark-version .pagination .page-numbers:hover, 
.dark-version .pagination .page-numbers:focus,
.dark-version .reply a {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.dark-version .btn:hover, 
.dark-version .btn:focus,
.dark-version button:hover, 
.dark-version input[type="button"]:hover, 
.dark-version input[type="reset"]:hover, 
.dark-version input[type="submit"]:hover,
.dark-version button:focus, 
.dark-version input[type="button"]:focus, 
.dark-version input[type="reset"]:focus, 
.dark-version input[type="submit"]:focus,
.dark-version.woocommerce #respond input#submit:hover, 
.dark-version.woocommerce a.button:hover, 
.dark-version.woocommerce button.button:hover, 
.dark-version.woocommerce input.button:hover,
.dark-version.woocommerce #respond input#submit:focus, 
.dark-version.woocommerce a.button:focus, 
.dark-version.woocommerce button.button:focus, 
.dark-version.woocommerce input.button:focus,
.dark-version .reply a:hover,
.dark-version .reply a:focus {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.dark-version .menu-toggle {
	background-color: transparent;
}

.dark-version button.menu-toggle:focus {
	outline: thin dotted #fff;
}

.dark-version #colophon a:hover,
.dark-version #colophon a:focus {
	opacity: 0.8;
}

.dark-version button.dropdown-toggle {
	background-color: transparent;
}

.dark-version button.dropdown-toggle:hover, 
.dark-version button.dropdown-toggle:focus {
    background-color: rgb(0 0 0 / 10%);
}

@media screen and (max-width: 567px) {
	.dark-version .site-branding {
	    border-bottom-color: rgb(255 255 255 / 30%);
	}
}

@media screen and (min-width: 767px) {
	.dark-version #blogmax_call_to_action_section:before,
	.dark-version #blogmax_call_to_action_section:after {
	    background-color: #000;
	}
}

@media screen and (min-width: 1024px) {
	.dark-version #blogmax_gallery_section:before,
	.dark-version #blogmax_promotion_section:before {
		background-color: #000;
	}
}

@media screen and (min-width: 1024px) {
	.dark-version.menu-sticky #masthead.nav-shrink {
		background-color: #000;
	}
	.dark-version .main-navigation ul.nav-menu > li > a,
	.dark-version .main-navigation ul#primary-menu > li.current-menu-item > a,
	.dark-version .main-navigation ul#primary-menu > li > a:hover, 
	.dark-version .main-navigation ul#primary-menu > li > a:focus {
		color: #fff;
	}
	.dark-version .main-navigation ul#primary-menu > li > a > svg,
	.dark-version .main-navigation li.search-menu a:hover svg, 
	.dark-version .main-navigation li.search-menu a.search-active:hover svg, 
	.dark-version .main-navigation ul#primary-menu li.search-menu:hover > a.search-active svg {
		fill: #fff;
	}
}

/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.col-2,
	.col-3,
	.col-4 {
		margin: 0 -15px;
	}
	.col-2 article,
	.col-3 article,
	.col-4 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) {
		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) {
		margin-bottom: 0;
	}
	.section-title {
	    font-size: 32px;
	}
	#blogmax_gallery_slider_section .featured-image {
	    padding: 200px 0;
	}
	.view-all {
	    margin-top: 50px;
	}
	.right-sidebar #secondary, 
	.left-sidebar #secondary {
		margin-top: 50px;
	}
	#secondary .widget_social_icons li a svg {
		width: 30px;
		height: 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;
	}
	.site-info.col-2 span {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@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;
    }
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	#page-site-header {
	    padding: 250px 0;
	}
	.section-title {
		font-size: 52px;
	}
	#blogmax_working_process_section .grid {
		margin: 0 -20px;
	}
	#blogmax_working_process_section article {
		width: 50%;
		padding: 0 20px;
	}
	.featured-content-wrapper .entry-header span {
	    font-size: 24px;
	}
	.featured-content-wrapper .entry-title {
		font-size: 42px;
	}
	#blogmax_working_process_section .entry-title {
	    font-size: 42px;
	}
	#blogmax_call_to_action_section:before {
	    content: "";
	    background-color: #fff;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    padding: 0;
	    width: 50%;
	    height: 100%;
	}
	#blogmax_call_to_action_section:after {
	    content: "";
	    background-color: #fff;
	    position: absolute;
	    right: 50%;
	    top: 0;
	    bottom: 0;
	    padding: 0;
	    width: 60px;
	    height: 100%;
	}
	#blogmax_call_to_action_section article {
		position: relative;
		display: table;
		width: 100%;
	}
	#blogmax_call_to_action_section .featured-image {
	    width: 50%;
	    display: table-cell;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	}
	#blogmax_call_to_action_section .entry-container {
		width: 50%;
		display: table-cell;
		text-align: left;
		padding: 50px 0 50px 50px;
	}
	#blogmax_call_to_action_section .section-header {
	    text-align: left;
	}
	#blogmax_our_features_section article {
	    margin-bottom: 0;
	}
	#blogmax_our_features_section .wrapper {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	#blogmax_our_features_section article.has-post-thumbnail .featured-image,
	#blogmax_our_features_section article.has-post-thumbnail .entry-container {
		width: 50%;
	}
	#blogmax_our_features_section article.has-post-thumbnail:nth-child(even) .featured-image {
		right: 0;
		left: auto;
	}
	#blogmax_our_features_section article.has-post-thumbnail:nth-child(even) .entry-container {
		float: left;
	}
	#blogmax_testimonial_section .entry-content {
	    font-size: 42px;
	}
	#blogmax_subscribe_section button[type="submit"] {
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	#blogmax_subscribe_section .jetpack_subscription_widget input[type="email"] {
	    padding-right: 230px;
	}
	#blogmax_contact_section .section-header-wrapper,
	#blogmax_contact_section .section-content {
	    width: 50%;
	    float: left;
	}
	#blogmax_contact_section .section-header {
		text-align: left;
	}
	#blogmax_contact_section .section-content {
		padding-left: 50px;
	}
	#blogmax_information_section article.has-post-thumbnail .featured-image {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 47%;
	    display: table-cell;
	    height: 100%;
	    padding: 0;
	    margin-bottom: 0;
	}
	#blogmax_information_section article.has-post-thumbnail:nth-child(even) .featured-image {
	    left: auto;
	    right: 0;
	}
	#blogmax_information_section .featured-image img {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    height: 100%;
	    object-fit: cover;
	}
	#blogmax_information_section article.has-post-thumbnail .entry-container {
	    width: 53%;
	    display: table-cell;
	    float: right;
	    padding: 50px 0 50px 80px;
	}
	#blogmax_information_section article.has-post-thumbnail:nth-child(even) .entry-container {
	    float: left;
	    padding: 50px 80px 50px 0;
	}
	.archive-blog-wrapper article:nth-child(1n) .featured-image {
	    padding: 200px 0;
	    border-radius: 0;
	}
	.archive-blog-wrapper article:nth-child(2n) .featured-image {
	    padding: 135px 0;
	    border-radius: 0;
	    border-top-left-radius: 50%;
	    border-top-right-radius: 50%;
	}
	.archive-blog-wrapper article:nth-child(3n) .featured-image {
	    padding: 150px 0;
	    border-radius: 0;
	}
	.archive-blog-wrapper article:nth-child(4n) .featured-image {
	    padding: 165px 0;
	    border-radius: 0;
	    border-bottom-left-radius: 50%;
	    border-bottom-right-radius: 50%;
	}
	.archive-blog-wrapper article:nth-child(5n) .featured-image {
		padding: 200px 0;
	    border-radius: 0;
	}
	.archive-blog-wrapper article:nth-child(6n) .featured-image {
	    padding: 165px 0;
	    border-top-left-radius: 50%;
	    border-top-right-radius: 50%;
	}
	.archive-blog-wrapper article:nth-child(7n) .featured-image {
	    padding: 150px 0;
	    border-radius: 0;
	}
	.archive-blog-wrapper article:nth-child(8n) .featured-image {
	    padding: 135px 0;
	    border-radius: 0;
	    border-bottom-left-radius: 50%;
	    border-bottom-right-radius: 50%;
	}
	.single-wrapper #reply-title {
	    font-size: 42px;
	}
	.single-wrapper .comments-title {
	    font-size: 42px;
	}
	#comments ol.children {
	    padding-left: 110px;
	}
	.comment-metadata {
	    margin-top: -25px;
	}
	.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;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child) {
		padding-right: 40px;
	}
	.site-info {
	    display: flex;
	    flex-wrap: wrap;
	}

	.site-info span {
	    width: 75%;
	    text-align: left;
	}

	.site-info span:nth-child(2) {
	    text-align: right;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .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;
	}
    .col-4 article {
		width: 25%;
	}
	.col-4 article:nth-child(2n+1) {
		clear: none;
	}
	.col-4 article:nth-child(4n+1) {
		clear: left;
	}
	.col-4 article:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	.section-title,
	#blogmax_subscribe_section .entry-title {
	    font-size: 60px;
	}
	#blogmax_call_to_action_section .section-title {
	    font-size: 52px;
	}
	#blogmax_working_process_section .grid {
	    margin: 0 -35px;
	}
	#blogmax_working_process_section article {
		padding: 0 35px;
		margin-bottom: 60px;
	}
	#blogmax_working_process_section article.has-post-thumbnail .entry-container {
	    max-width: 425px;
	    margin: -200px auto 0;
	    padding: 60px 30px;
	    position: relative;
	    z-index: 1;
	}
	#blogmax_working_process_section article.no-post-thumbnail .entry-container {
		min-width: 425px;
		padding: 135px 90px;
		border-radius: 50%;
	}
	#blogmax_working_process_section article:nth-child(1) {
		margin-top: 150px;
	}
	#blogmax_working_process_section article:nth-child(1n) .featured-image {
	    padding: 300px 0;
	}
	#blogmax_working_process_section article:nth-child(2n) .featured-image {
	    padding: 250px 0;
	    border-top-left-radius: 50%;
	    border-top-right-radius: 50%;
	}
	#blogmax_call_to_action_section .section-title, 
	#blogmax_call_to_action_section .section-subtitle {
	    margin-bottom: 30px;
	}
	#blogmax_call_to_action_section .entry-content {
	    margin-bottom: 43px;
	}
	#blogmax_featured_posts_section .col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.featured-content-wrapper .entry-title {
		font-size: 52px;
	}
	#blogmax_our_features_section .entry-title,
	#blogmax_our_services_section .entry-title {
	    font-size: 32px;
	}
	#blogmax_our_features_section article.has-post-thumbnail .entry-container {
	    padding: 75px;
	}
	#blogmax_testimonial_section .slick-prev:before, 
	#blogmax_testimonial_section .slick-next:before {
		width: 60px;
		height: 60px;
	}
	#blogmax_subscribe_section {
	    padding: 115px 0;
	}
	#blogmax_subscribe_section .subscribe-content-wrapper,
	#blogmax_subscribe_section .subscribe-form-wrapper {
		text-align: left;
		margin: 0;
	}
	#blogmax_promotion_section {
	    overflow: hidden;
	}
	#blogmax_testimonial_section .entry-title {
	    font-size: 32px;
	}
	#blogmax_testimonial_section .testimonial-item-wrapper {
	    max-width: 855px;
	    margin: 0 auto;
	}
	#blogmax_testimonial_section .entry-content {
	    font-size: 72px;
	}
	#blogmax_featured_posts_section article:nth-child(1n) .featured-image {
		border-radius: 0;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
	}
	#blogmax_featured_posts_section article:nth-child(3n) .featured-image {
		border-radius: 0;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
	}
	#blogmax_featured_posts_section article:nth-child(4n) .featured-image {
		border-radius: 0;
	}
	#blogmax_featured_posts_section article:nth-child(5n) .featured-image {
		border-radius: 0;
		border-bottom-left-radius: 50%;
		border-bottom-right-radius: 50%;
	}
	#blogmax_featured_posts_section article:nth-child(6n) .featured-image {
		border-radius: 50%;
	}
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 30px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 30px;
	}
	.footer-widgets-area.col-4 .hentry:last-child,
	.footer-widgets-area.col-5 .hentry:last-child {
		padding-right: 0;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
	.footer-widgets-area.col-5 .hentry:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
	#top-navigation .main-navigation ul.nav-menu > li > a {
		color: #fff;
		padding: 11px 16px;
		position: relative;
	}
	#top-navigation .main-navigation ul.nav-menu > li.current-date {
		color: #fff;
	    margin-right: 25px;
	}
	#top-navigation .main-navigation ul.nav-menu > li.contact-info > a,
	#top-navigation .main-navigation ul.nav-menu > li.contact-info {
	    color: #fff;
	}
	#top-navigation .main-navigation ul.nav-menu > li > a:after {
		content: "-";
	    color: #efae90;
        margin-left: 20px;
	}
	#top-navigation .main-navigation ul.nav-menu > li:nth-last-child(-n+2) > a:after {
		display: none;
	}
	#top-navigation .social-icons li a {
		line-height: 38px;
	}
	#top-navigation .social-icons a svg {
		transform: none;
	}
	#top-navigation .main-navigation ul.nav-menu ul li a {
	    color: #000;
	}
	#top-navigation .main-navigation ul.nav-menu ul li a:hover,
	#top-navigation .main-navigation ul.nav-menu ul li a:focus {
	    background-color: rgb(0 0 0 / 10%);
	}
	#top-navigation .main-navigation ul.nav-menu > li > a svg {
		fill: #2d3039;
	}
	#masthead .main-navigation {
	    text-align: center;
	}
	.main-navigation {
	    display: block !important;
	}
	#top-navigation .main-navigation ul.nav-menu > li.current-menu-item > a,
	#top-navigation .main-navigation ul.nav-menu > li > a:hover,
	#top-navigation .main-navigation ul.nav-menu > li > a:focus,
	#top-navigation .main-navigation ul.nav-menu > li:hover > a,
	#top-navigation .main-navigation ul.nav-menu > li.focus > a {
		color: #fff;
	}
	#top-navigation .main-navigation ul.nav-menu > li.current-menu-item > a svg,
	#top-navigation .main-navigation ul.nav-menu > li > a:hover svg,
	#top-navigation .main-navigation ul.nav-menu > li:hover > a svg,
	#top-navigation .main-navigation ul.nav-menu > li > a svg {
		fill: #fff;
	}
	#top-navigation .main-navigation .social-menu-item ul {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 1;
	    float: none;
	    background-color: transparent;
	    box-shadow: none;
	}
	#top-navigation .main-navigation .social-menu-item ul li:not(:last-child),
	#top-navigation .main-navigation .social-menu-item ul li a {
	    border: none;
	}
	#top-navigation .main-navigation .social-menu-item .social-icons {
		padding: 5px 0;
	}
	#top-navigation .main-navigation li.social-menu-item {
	    float: right;
	}
	#top-navigation .social-icons li a svg {
	    fill: #fff;
	}
	#site-navigation {
	    padding: 15px 0;
	}
	.main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	}
	.main-navigation ul.nav-menu > li:not(:last-child) {
		margin-right: 25px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
		right: auto;
		opacity: 1;
    	visibility: visible;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul.sub-menu li a {
	    color: #000;
        padding: 10px 20px;
	}
	.main-navigation ul.sub-menu > li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}
	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}
	.main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li:focus > a {
		color: #fff;
	}
	.main-navigation .sub-menu svg {
		fill: #000;
		right: 0;
	    margin-top: 5px;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: 0;
	    top: 60px;
	    display: none;
	}
	.main-navigation .search-active .icon-search {
		display: none;
	}
	.main-navigation .search-active .icon-close {
		display: inline-block;
	}
	#masthead .main-navigation ul ul li.menu-item-has-children > a {
	    padding-right: 35px;
	}
	.main-navigation ul.nav-menu ul li a svg {
	    display: inline-block;
	    top: 17px;
	    right: 15px;
	    -webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	}
	.main-navigation ul#primary-menu ul li.current-menu-item > a,
	.main-navigation ul#primary-menu ul li:hover > a,
	.main-navigation ul#primary-menu ul li:focus > a {
	    color: #000;
    	background-color: rgb(0 0 0 / 10%);
	}
	.main-navigation ul ul {
		background-color: #fff;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	}
	.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: #000;
	}
	#search:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #efae90;
	    position: absolute;
	    top: -7px;
	    right: 8px;
	}
	button.dropdown-toggle {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-navigation form.search-form {
	    border: 10px solid #efae90;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #000;
	}
	.page-section {
	    padding: 100px 0;
	}
	#blogmax_gallery_slider_section .wrapper {
	    width: 100%;
	    max-width: 2500px;
	    padding: 0;	    
	}
	#blogmax_gallery_slider_section .gallery-slider {
		margin: 0 -100px;
	}
	#blogmax_gallery_slider_section .featured-image {
		padding: 250px 0;
	}
	#blogmax_gallery_slider_section .slick-current .featured-image {
	    border-bottom-left-radius: 50%;
	    border-bottom-right-radius: 50%;
	}
	#blogmax_gallery_slider_section .slick-current + .slick-slide .featured-image {
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	}
	#blogmax_gallery_slider_section .slick-current + .slick-slide + .slick-slide .featured-image {
	    border-top-left-radius: 50%;
	    border-top-right-radius: 50%;
	}
	#blogmax_call_to_action_section:after {
		width: 100px;
	}
	#blogmax_call_to_action_section .entry-container {
		padding-left: 100px;
	}
	#blogmax_featured_slider_section article {
	    padding: 315px 0;
	}
	#blogmax_featured_slider_section .video-button {
	    position: absolute;
	    top: 50%;
	    right: 100px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);	    
	}
	#blogmax_contact_section form {
        margin: 0 -10px;
    }
    #blogmax_contact_section form p {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #blogmax_contact_section form p:nth-child(2),
    #blogmax_contact_section form p:nth-child(3),
    #blogmax_contact_section form p:nth-child(4) {
        width: 33.33%;
        float: left;
    }
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 70%;
    	float: left;
    	padding-right: 40px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 30%;
    	float: right;
    	margin-top: 0;
    }
    .secondary-inactive #primary {
	    width: 100%;
	    float: none;
	    padding:0;
	}
    .left-sidebar #primary { 
    	float: right;
    	padding-right: 0;
    	padding-left: 40px;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .boxed-layout #page {
	    max-width: 1250px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.frame-layout {
	    max-width: 100%;
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
	    margin: 50px auto;
	}
}
@media screen and (min-width: 1200px) {
	#page-site-header .page-title {
		font-size: 52px;
	}
	.featured-content-wrapper .entry-title {
		font-size: 62px;
	}
	#blogmax_featured_slider_section .video-button {
		right: 200px;
	}
	#blogmax_our_partners_section .section-header {
	    margin-bottom: 60px;
	}
	#blogmax_our_features_section article.has-post-thumbnail .entry-container {
	    padding: 100px;
	}
	#blogmax_our_features_section .entry-title {
		font-size: 38px;
	}
	#blogmax_featured_posts_section article.no-post-thumbnail .featured-post-item {
		margin-top: 145px;
	}
	.footer-widgets-area.col-5 .hentry:first-child {
	    width: 33%;
    	padding-right: 50px;
	}
	.footer-widgets-area.col-5 .hentry {
	    width: 16.75%;
	}
}
@media screen and (min-width: 1900px) {
	.wrapper {
		max-width: 1440px;
	}
	.page-section {
	    padding: 150px 0;
	}
	#blogmax_gallery_slider_section {
	    padding-top: 50px;
	}
	#blogmax_gallery_slider_section .gallery-slider {
	    margin: 0 -125px;
	}
	#blogmax_gallery_slider_section .featured-image {
		padding: 335px 0;
	}
	#blogmax_working_process_section article:nth-child(1n) .featured-image {
	    padding: 450px 0;
	}
	#blogmax_working_process_section article:nth-child(2n) .featured-image {
	    padding: 335px 0;
	}
	#blogmax_working_process_section article.has-post-thumbnail .entry-container {
		max-width: 525px;
		padding: 90px 50px;
	}
	#blogmax_working_process_section article.no-post-thumbnail .entry-container {
	    min-width: 670px;
	    padding: 182px 90px;
	}
	#blogmax_working_process_section .entry-title {
	    margin-bottom: 30px;
	}
	#blogmax_working_process_section .entry-content {
	    margin-bottom: 43px;
	}
	#blogmax_working_process_section .entry-title {
		font-size: 60px;
	}
	#blogmax_call_to_action_section .section-title {
	    font-size: 60px;
	}
	#blogmax_featured_posts_section .featured-image {
		padding: 225px 0;
	}
	#blogmax_featured_posts_section article.no-post-thumbnail .featured-post-item {
	    margin-top: 135px;
	    padding: 75px;
	}
	#blogmax_information_section article.has-post-thumbnail .entry-container {
	    padding: 100px 0 100px 100px;
	}
	.post-item-wrapper .entry-title {
		font-size: 22px;
	}
	.archive-blog-wrapper.grid article {
	    margin-bottom: 90px;
	}
	.archive-blog-wrapper article:nth-child(1n) .featured-image {
	    padding: 225px 0;
	    border-radius: 0;
	}
	.archive-blog-wrapper article:nth-child(2n) .featured-image {
	    padding: 155px 0;
	    border-radius: 0;
	    border-top-left-radius: 50%;
	    border-top-right-radius: 50%;
	}
	.archive-blog-wrapper article:nth-child(3n) .featured-image {
	    padding: 165px 0;
	    border-radius: 0;
	}
	.archive-blog-wrapper article:nth-child(4n) .featured-image {
	    padding: 205px 0;
	    border-radius: 0;
	    border-bottom-left-radius: 50%;
	    border-bottom-right-radius: 50%;
	}
	.archive-blog-wrapper article:nth-child(5n) .featured-image {
		padding: 225px 0;
	    border-radius: 0;
	}
	.archive-blog-wrapper article:nth-child(6n) .featured-image {
	    padding: 205px 0;
	    border-top-left-radius: 50%;
	    border-top-right-radius: 50%;
	}
	.archive-blog-wrapper article:nth-child(7n) .featured-image {
	    padding: 155px 0;
	    border-radius: 0;
	}
	.archive-blog-wrapper article:nth-child(8n) .featured-image {
	    padding: 155px 0;
	    border-radius: 0;
	    border-bottom-left-radius: 50%;
	    border-bottom-right-radius: 50%;
	}
	#blogmax_featured_slider_section article {
		padding: 375px 0;
	}
	.service-item-wrapper .entry-container {
	    padding: 20px 50px;
	}
	#blogmax_our_features_section .entry-title {
		font-size: 42px;
	}
	#blogmax_gallery_section:before {
		width: 100px;
	}
	#blogmax_gallery_section .section-content {
		margin: 0 -35px;
	}
	#blogmax_gallery_section article {
		padding: 0 35px;
		margin-bottom: 70px;
	}
	#blogmax_promotion_section {
	    padding: 150px 0;
	}
	.post-item-wrapper .featured-image {
	    padding: 285px 0;
	}
	.post-item-wrapper:hover .featured-image,
	.post-item-wrapper:focus .featured-image {
		padding: 230px 0;
	}
	.frame-layout {
	    padding-left: 70px;
	    padding-right: 70px;
	    margin: 70px auto;
	}
	#inner-content-wrapper {
	    padding: 100px 0;
	}
	#respond {
	    margin-top: 55px;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child),
	.footer-widgets-area.col-2 .hentry:nth-child(odd) {
		padding-right: 100px;
	}
	.boxed-layout #page {
	    max-width: 1600px;
	    width: 90%;
	}
}
@media screen and (max-width: 1023px) {
	#top-navigation {
		z-index: 3;
	}
	#top-navigation .main-navigation {
		display: none;
	}
	#top-navigation .main-navigation li.social-menu-item {
	    margin: 15px;
	}
	#top-navigation .main-navigation li.social-menu-item a {
	    border: none;
	}
	.site-title {
		font-size: 26px;
	}
	.main-navigation {
	    margin-top: 0;
	    position: absolute;
	    background-color: #fff;
	    z-index: 30000;
	    max-width: 100%;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	    display: none;
	}
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation ul.nav-menu > li {
		padding: 0;
	}
	.main-navigation ul.nav-menu > li > a {
		padding: 15px;
	}
	.site-wrapper {
	    border-bottom: 1px solid rgb(239 174 144 / 20%);
	    border-top: 1px solid rgb(239 174 144 / 20%);
	}
	.main-navigation ul.sub-menu li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	.main-navigation ul#primary-menu li.current-menu-item > a, 
	.main-navigation ul#primary-menu li:hover > a, 
	.main-navigation ul#primary-menu li:focus > a,
	.main-navigation ul.nav-menu > li > a {
		color: #000;
	}
	.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 .social-icons ul {
		display: block;
	}
	.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;
	}
	.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;
	}
	.menu-open .menu-toggle .icon-close {
		display: inline-block;
		margin: auto;
		width: 20px;
    	height: 20px;
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border: none;
	}
	.menu-open #search {
	    display: block !important;
	}
	.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);
	}
	#site-navigation ul ul {
		background-color: transparent;
	}
	.page-section {
	    padding: 60px 0;
	}
}

@media screen and (max-width: 992px) {
	.page-section {
	    padding: 60px 0;
	}
	#blogmax_featured_posts_section article.no-post-thumbnail .featured-post-item {
		border-radius: 0;
	}
	.single-post-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	.comment-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
	}
	.post-navigation span.previous-article b, 
	.post-navigations span.previous-article b, 
	.post-navigation span.next-article b, 
	.post-navigations span.next-article b {
		font-size: 18px;
	}
	.pagination .page-numbers,
	.pagination .page-numbers.dots:hover,
	.pagination .page-numbers.dots:focus,
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		margin-bottom: 7px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 16px;
	}
	#respond {
		margin-top: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	nav.navigation.pagination {
		margin-top: 15px;
	}
	#secondary {
		margin-top: 30px;
	}
	.single-post-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.comment-metadata {
	    float: none;
	    padding-right: 0;
	}
	.comment-content {
	    padding: 25px;
	    margin-left: 20px;
        margin-top: 30px;
	}
	.comment-meta .fn {
		padding-left: 0;
	}
	.comment-meta img {
		margin-top: 0;
	}
	#comments ol.children .comment-metadata {
	    padding-right: 90px;
	}
	#comments ol.children .comment-content {
		margin-right: 0;
	}
	.comment-content:before {
	    border-right-color: transparent;
	    border-bottom-color: #f5f5f3;
	    left: 20px;
	    top: -18px;
	}
	#comments ol.children .comment-content:before {
	    border-right-color: transparent;
    	border-bottom-color: #f5f5f3;
	}
	.tags-links {
	    margin-bottom: 25px;
	}
	.navigation.post-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next svg {
		top: 10px;
	}
}
@media screen and (max-width: 567px) {
	.site-logo img {
	    max-height: 50px;
	}
	.menu-label {
		display: none;
	}
	.menu-toggle {
		min-width: 60px;
	}
	#blogmax_featured_slider_section .slick-prev,
	#blogmax_featured_slider_section .slick-next {
		opacity: 0;
		visibility: hidden;
	}
	.featured-content-wrapper .entry-content, 
	.featured-content-wrapper .entry-content p {
	    font-size: 16px;
	}
	.featured-content-wrapper .entry-content {
	    margin: 15px 0 20px;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before, 
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	.site-main .comment-navigation, 
	.site-main .post-navigation {
		margin-top: 25px;
	}
	.site-main .posts-navigation {
		margin-top: 0;
	}
	.single-wrapper .comments-title {
	    margin-bottom: 0;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 25px;
	}
	blockquote.alignright {
		margin-left: 0;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
	.footer-widgets-area {
	    text-align: center;
	}
	.footer-widgets-area .widget_text img {
	    margin-left: auto;
	    margin-right: auto;
	}
}
