/*
Theme Name: Independent
Theme URI: https://magazine.zozothemes.com/independent/
Author: zozothemes
Author URI: https://zozothemes.com/
Description: independent brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: independent
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*-------------------------------------------
              TABLE OF CONTENT
---------------------------------------------*/
/**! 01. Normalize **/
/**! 02. Typography **/
/**! 03. Accessibility **/
/**! 04. Theme Default Styles **/
/**! 05. Buttons **/
/**! 06. Alignments **/
/**! 07. Header Common Style **/
/**! 08. Social Icons General Style **/
/**! 09. Header Styles **/
/**! 10. Sticky/Fixed Header Space Styles **/
/**! 11. Full Screen Search **/
/**! 12. Mobile Header Styles **/
/**! 13. Page Title **/
/**! 14. Blog Layout and Styles **/
/**! 15. Owl Carousel **/
/**! 16. Widget Styles **/
/**! 17. VC Styles **/
/**! 18. Footer Styles **/
/**! 19. Woo Styles **/
/**! 20. Footer Styles **/
/**! 21. Animation key frames **/
/**! 22. Extra Spacing **/
/**! 23. Responsive Styles **/
/**! 24. RTL( Right to Left ) Styles **/

/*------------------------------------------------------------
01. Normalize
--------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
a {
    text-decoration: none;
    outline:none;
    cursor: pointer;
	color:#000000;
}
a:focus, a:hover, a:active {
    text-decoration: none;
    outline:none;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
p {
    margin-bottom: 10px;
}
ul {
    list-style: none;
	padding: 0;
}
ul:last-child, ol li:last-child {
	margin-bottom: 0px;
}
ol li {
    margin-bottom: 8px;
}
ul.nav > li {
    display: inline-block;
}
strong, .editor-styles-wrapper .editor-block-list__layout .editor-block-list__block strong {
    color: #222;
}
.wp-block-cover-text strong {
    color: #fff;
}
img, video {
    max-width: 100%;
    height: auto;
}
img {
	display:block;
	margin:0 auto;
}
select {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #eaeaea;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(assets/images/select-arrow.png) 96% / 7% no-repeat;
	background-color: #fff;
}
dd {
    margin-left: 40px;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
address {
	line-height: 1.8;
}
figcaption {
    margin-top: 4px;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}

select:focus {
	outline:0;
}
input:focus {
    outline: 0;
}
span:focus {
    outline: 0;
}
::selection {
	color:#fff;
}
pre {
    background: #eeeeee none repeat scroll 0 0;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
table td, table th {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
}
input {
    border: 1px solid #cccccc;
}
table {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
02. Typography
--------------------------------------------------------------*/
.typo-white,.typo-white a, .typo-white .portfolio-filter li a, .typo-white input, .typo-white textarea,.typo-white h1,.typo-white h2,.typo-white h3,.typo-white h4,.typo-white h5,.typo-white h6, .typo-white .independent-block-title span {
    color: #fff;
}

.typo-dark, .typo-dark .portfolio-filter li a, .typo-dark .independent-block-title span {
    color: #000;
}
.typo-grey {
	color:#7a7a7a;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}	

/*--------------------------------------------------------------
03. Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

/*--------------------------------------------------------------
04. Theme Default Styles
--------------------------------------------------------------*/
.content-area {
    margin-bottom: 50px;
}
.independent-page .post-comments-wrapper {
    margin-bottom: 50px;
}
.post-title, .entry-header {
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}
.breadcrumb > a, .breadcrumb > span,
.nav-links > div a, .nav-links > div a {
	word-break: break-all;
}
figure {
    margin: 0 0 5px;
	max-width: 100%;
}
ul.sub-menu{
	padding-left:15px;
}
.widget_nav_menu .sub-menu > li {
    padding-bottom: 0;
}
.navbar{
	padding:0;
}
.independent-content-wrapper{
	clear: both;
}
.theme-bg {
    padding: 0px 5px;
    color: #fff;
    margin: 0 1px;
    border-radius: 4px;
}
.container, .boxed-container, .custom-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 45px;
    width: 1140px;
}
.independent-header .custom-container,
.page-title-wrap .container {
    padding: 0;
}
.img-before::before{
	content:'';
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.nav-item-inner img {
    display: inline-block;
    vertical-align: middle;
}
.nav-item-inner img:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.page-links > a, .page-links > span {
    padding: 8px 17px;
    margin-right: 10px;
    border: 1px solid rgb(236, 236, 236);
    font-size: 13px;
    margin-bottom: 10px;
}
.page-links > a:hover, .page-links > span {
	border: solid 1px;
    color: #fff;
}
.page .page-links > a:hover {
    background: none;
    color: inherit;
}
.page .page-links > a, .page .page-links > span {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
	margin: 0;
}
.single-post-template article.post .page-links > a {
    color: #000;
}
.page-links > a:hover {
    color: #fff;
}
.single-post-template article.post .page-links > a:hover {
    color: #fff;
}
.site-title {
    font-size: 40px;
    vertical-align: middle;
}
.site-desc {
	margin-bottom: 0;
    line-height: 25px;
}
article.post.sticky {
    position: relative;
}
.sticky-post-icon {
    color: #333;
    font-size: 25px;
    right: 20px;
    position: absolute;
    top: 20px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.topbar-items > .nav-item,
.logobar-items > .nav-item,
.navbar-items > .nav-item {
	height: auto;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.main-logo img.custom-logo {
    padding: 10px 0;
}
.main-logo.max-log-width {
    max-width: 400px;
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
}
.topbar span.site-date {
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
}
ol ul, .entry-content > ul, .comment-text > ul, .type-page > ul,
.entry-content > ul ul, .comment-text > ul ul, .type-page > ul ul {
	list-style: disc;
	margin-left: 15px;
	padding-left: 15px;
}
.page-links {
    clear: both;
    float: none;
	padding-top: 15px;
}
.post-comments .post-box-title {
    margin-bottom: 33px;
    font-size: 18px;
    text-transform: uppercase;
}
.post-password-form input[type="submit"], 
.post-password-form input[type="password"] {
    line-height: 40px;
    height: 40px;
}
.post-password-form input[type="submit"]:hover {
	background: #000;
}
.post-password-form input[type="submit"] {
    color: #fff;
}
.post-password-form input[type="password"] {
    padding: 0 10px;
}
.single-post-template .entry-content > h3 {
	margin-top: 20px;
}
.single-post-template .entry-content > h3:first-child {
	margin-top: 0;
}
img.alignleft,
img.alignright {
	float: none;
	margin: 0;
	margin-bottom: 15px;
}
img.alignleft {
	float: left;
	margin-right: 15px;
}
img.alignright {
	float: right;
	margin-left: 15px;
}
/*.back-to-top*/
.back-to-top {
	display: none;
    bottom: 20px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.back-to-top > i {
    background-color: #333333;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 40px;    
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.secondary-menu-area {
    overflow-y: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 20px;
    font-size: inherit;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.form-control:focus {
    box-shadow: none;
}
.site-footer .widget .form-control {
    background: #2b2b2b;
    color: #fff;
    border: none;
}
textarea.form-control {
    height: 250px;
    padding: 15px 20px;
}
/* Independent 404 style */
.site-main .error-404 {
    padding: 100px 0;
}
.site-main .error-404 .page-content {
    padding: 30px 0;
}

/* Independent Ads Style */
.site-footer .adv-wrapper {
    padding: 30px 0;
    text-align: center;
    text-align: -webkit-center;
}
.header-inner .adv-wrapper > * {
    vertical-align: middle;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
/* Page Loader */
.page-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

/*Icons*/
span.before-icon {
    padding-right: 4px;
    width: auto;
    height: auto;
    font-size: 14px;
}

/*--------------------------------------------------------------
05. Buttons
--------------------------------------------------------------*/

.btn,button {
	cursor:pointer;
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 0;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn.classic, .btn.bordered:hover {
	color:#fff;
}
.btn.btn-default {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
	color: #ffffff;
}
.btn.btn-default:hover {
	color: #ffffff;
}
.btn.classic , .btn.inverse {
    background: #000;
	color:#fff;
} 
.btn.link {
    background: none;
    padding: 0;
}
.btn.link:hover {
    background: none;
    text-decoration: underline;
    color: unset;
	border-color: transparent;
}
.btn.bordered {
    background: transparent;
    border: 1px solid;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    margin-left: 0;
    border-color: transparent;
}
/*button hover*/
input[type="submit"]:hover,
.btn:hover , button:hover , 
.search-form .input-group .btn:hover {
    background: #000;
	color:#fff;
}
.btn.inverse:hover {
    background: #fff;
    color: #000;
}


/*--------------------------------------------------------------
06. 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;
}

/*--------------------------------------------------------------
07. Header Common Style 
--------------------------------------------------------------*/
.independent-header{
	background-color:#fff;
}
.independent-header.header-absolute {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}
.independent-header .navbar-nav .nav-item{
	list-style:none;
}
.independent-header .header-inner .nav-link{
	padding-top:0;
	padding-bottom:0;
}
.independent-header .topbar-items.nav ul > li.menu-item > a {
    position: relative;
}
.independent-header .topbar-items.nav ul > li.menu-item > a:after {
    content: "|";
    padding-left: 8px;
    color: #c2c2c2;
    position: absolute;
}
/*.independent-header .topbar-items.nav ul > li.menu-item:last-child > a:after {
    content: unset;
}*/
.max-col-1.left-side .mega-sub-dropdown-menu>li.mega-sub-child {
    float: none;
}
.independent-main-menu .left-side .dropdown-menu .dropdown-menu {
    left: auto !important;
    right: 111%;
    top: 0px;
}
.independent-main-menu .left-side .dropdown-menu {
    left: auto !important;
    right: 100%;
    top: 0px;
}
.independent-header .header-inner ul.dropdown-menu > li > a {
	transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
ul.dropdown-menu > li {
    padding: 0 20px;
}
.independent-header ul.dropdown-menu > li > a:hover {
    padding-left: 10px;
    transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.independent-header .dropdown-menu .nav-link {
    border-bottom: 1px solid rgba(127, 127, 127, 0.2);
    display: block;
    padding: 10px 0;
    white-space: nowrap;
}
.independent-header .dropdown-menu li:last-child .nav-link {
    border: none;
}
.boxed-container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.nav.pull-center{
	position: static;
	left: 0;
	right: 0;
	float: left;
	display: inline-block;
	text-align: center;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.nav.pull-center.show-opacity {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity ease 0.35s;
	-moz-transition: opacity ease 0.35s;
	transition: opacity ease 0.35s;
}
.nav.pull-center .nav{
	display: inline-flex;
}
.search-form .input-group .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-right: 0;
	height: 45px;
    line-height: 45px;
    color: #999;
}
.bottom-search-wrap .search-form .input-group .form-control {
    color: #fff;
}
.search-form .input-group .input-group-btn {
    line-height: 40px;
    height: 40px;
    display: inherit;
}
.full-search-wrapper .search-form .input-group .input-group-btn {
    line-height: 75px;
    height: 75px;
    display: block;
    width: 130px;
}
.bottom-search-wrap .input-group-btn {
	display: flex;
}
.bottom-search-wrap .search-form .input-group .form-control:placeholder {
	color: #fff;
}
input[type="submit"] {
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
input[type="submit"], .search-form .input-group .btn{
    border: medium none;
    line-height: 45px;
    padding: 0px 15px;
}
.search-form .input-group .btn {
	padding: 0 16px;	
}
.search-form .input-group .btn:hover,
.search-form .input-group .btn:focus,
.search-form .input-group .btn:active {
     transition: all 0.4s ease-in-out 0s;
     -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.search-form .input-group .btn:focus {
    box-shadow: none;
}
.nav-item-inner .search-form{
	display:inline-block;
	vertical-align: middle;
}
.sticky-logo{
	display:none;
}
.nav-link {
    padding: 0 10px;
	display: block;
}   

/*  Close icon style */
.close {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 32px;
	height: 32px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.close:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=100);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
    cursor: pointer;
}
.close:before, .close:after {
    position: absolute;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #fff;
    right: 15px;
    top: 8px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}
.close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close:hover:before, .close:hover:after {
    transform: rotate(90deg);
    transition: all ease .4s;
}

/*--------------------------------------------------------------
08. Social Icons General Style
--------------------------------------------------------------*/

.social-icons .nav {
    display: block;
}
ul.social-icons > li {
	text-align: center;
	text-align: -webkit-center;
	padding:0;
}
ul.social-icons > li > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    width: 40px;
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
}
article ul.social-icons > li > a {
	background: transparent;
    border: solid 1px #d5eaea;
}
.single-post-template article.post ul.social-icons > li > a {
    color: #fff;
}
/*Social Icons Colors*/
ul.social-icons.social-circled > li a ,
article ul.social-icons > li > a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
ul.social-icons.social-rounded > li a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.single-post-template article ul.social-icons > li > a {
	border: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-right: 12px;
}
ul.social-icons.social-white > li a, ul.social-icons.social-h-white > li a:hover {
	color: #fff;
}
ul.social-icons.social-black > li a, ul.social-icons.social-h-black > li a:hover {
	color: #333;
}
ul.social-icons.social-bg-white > li a, ul.social-icons.social-hbg-white > li a:hover {
	background-color: #fff;
}
ul.social-icons.social-bg-black > li a, ul.social-icons.social-hbg-black > li a:hover {
	background-color: #333;
}
ul.social-icons.social-bg-light > li a, ul.social-icons.social-hbg-light > li a:hover {
	background: rgba(255, 255, 255, 0.5);
}
ul.social-icons.social-bg-dark > li a, ul.social-icons.social-hbg-dark > li a:hover {
	background: #333;
}

/* Social Media Colors */
ul.social-icons.social-hbg-transparent > li a:hover {
 background: transparent;
}
ul.social-icons.social-own > li a.social-fb, ul.social-icons.social-h-own > li a.social-fb:hover {
	color: #3b5999;
}
ul.social-icons.social-own > li a.social-twitter, ul.social-icons.social-h-own > li a.social-twitter:hover {
	color: #55acee;
}
ul.social-icons.social-own > li a.social-instagram, ul.social-icons.social-h-own > li a.social-instagram:hover {
	color: #e4405f;
}
ul.social-icons.social-own > li a.social-linkedin, ul.social-icons.social-h-own > li a.social-linkedin:hover {
	color: #0077B5;
}
ul.social-icons.social-own > li a.social-pinterest, ul.social-icons.social-h-own > li a.social-pinterest:hover {
	color: #bd081c;
}
ul.social-icons.social-own > li a.social-youtube, ul.social-icons.social-h-own > li a:hover.social-youtube {
    color: #cd201f;
}
ul.social-icons.social-own > li a.social-vimeo, ul.social-icons.social-h-own > li a.social-vimeo:hover {
	color: #1ab7ea;
}
ul.social-icons.social-own > li a.social-soundcloud, ul.social-icons.social-h-own > li a.social-soundcloud:hover {
	color: #ff3300;
}
ul.social-icons.social-own > li a.social-yahoo, ul.social-icons.social-h-own > li a.social-yahoo:hover {
	color: #410093;
}
ul.social-icons.social-own > li a.social-tumblr, ul.social-icons.social-h-own > li a.social-tumblr:hover {
	color: #34465d;
}
ul.social-icons.social-own > li a.social-paypal, ul.social-icons.social-h-own > li a.social-paypal:hover {
	color: #003087;
}
ul.social-icons.social-own > li a.social-mailto, ul.social-icons.social-h-own > li a.social-mailto:hover {
	color: #ffa500;
}
ul.social-icons.social-own > li a.social-flickr, ul.social-icons.social-h-own > li a.social-flickr:hover {
	color: #ff0084;
}
ul.social-icons.social-own > li a.social-dribbble, ul.social-icons.social-h-own > li a.social-dribbble:hover {
	color: #ea4c89;
}
ul.social-icons.social-own > li a.social-bloglovin, ul.social-icons.social-h-own > li a.social-bloglovin:hover {
	color: #459dfd;
}
ul.social-icons.social-own > li a.social-rss, ul.social-icons.social-h-own > li a.social-rss:hover {
	color: #ff6600;
}
ul.social-icons.social-own > li a.social-whatsapp, ul.social-icons.social-h-own > li a.social-whatsapp:hover {
	color: #0d8b06;
}


ul.social-icons.social-transparent > li a {
	background: transparent;
}
ul.social-icons.social-own>li a.social-whatsapp,
ul.social-icons.social-h-own>li a.social-whatsapp:hover,
article.post ul.social-icons>li>a.social-whatsapp,
ul.social-icons>li>a.share-whatsapp:hover {
    color: #075e54;
}
ul.social-icons.social-own>li a.social-tiktok,
ul.social-icons.social-h-own>li a.social-tiktok:hover,
article.post ul.social-icons>li>a.social-tiktok,
ul.social-icons>li>a.share-tiktok:hover {
    color: #ff0050;
}
/* Social Media Background Colors */
ul.social-icons.social-bg-own > li a.social-fb, ul.social-icons.social-hbg-own > li a.social-fb:hover,
article.post ul.social-icons > li > a.social-fb {
	background: #5D82D2;
}
ul.social-icons.social-bg-own > li a.social-twitter, ul.social-icons.social-hbg-own > li a.social-twitter:hover,
article.post ul.social-icons > li > a.social-twitter {
	background: #4AC2F6;
}
ul.social-icons.social-bg-own > li a.social-instagram, ul.social-icons.social-hbg-own > li a.social-instagram:hover ,
article.post ul.social-icons > li > a.social-instagram {
	background: #e4405f;
}
ul.social-icons.social-bg-own > li a.social-linkedin, ul.social-icons.social-hbg-own > li a.social-linkedin:hover ,
article.post ul.social-icons > li > a.social-linkedin {
	background: #0077B5;
}
ul.social-icons.social-bg-own > li a.social-pinterest, ul.social-icons.social-hbg-own > li a.social-pinterest:hover ,
article.post ul.social-icons > li > a.social-pinterest {
	background: #bd081c;
}
ul.social-icons.social-bg-own > li a.social-youtube, ul.social-icons.social-hbg-own > li a.social-youtube:hover,
article.post ul.social-icons > li > a.social-youtube {
	background: #cd201f;
}
ul.social-icons.social-bg-own > li a.social-vimeo, ul.social-icons.social-hbg-own > li a.social-vimeo:hover,
article.post ul.social-icons > li > a.social-vimeo {
	background: #1ab7ea;
}
ul.social-icons.social-bg-own > li a.social-soundcloud, ul.social-icons.social-hbg-own > li a.social-soundcloud:hover ,
article.post ul.social-icons > li > a.social-soundcloud {
	background: #ff3300;
}
ul.social-icons.social-bg-own > li a.social-yahoo, ul.social-icons.social-hbg-own > li a.social-yahoo:hover ,
article.post ul.social-icons > li > a.social-yahoo {
	background: #410093;
}
ul.social-icons.social-bg-own > li a.social-tumblr, ul.social-icons.social-hbg-own > li a.social-tumblr:hover ,
article.post ul.social-icons > li > a.social-tumblr {
	background: #34465d;
}
ul.social-icons.social-bg-own > li a.social-paypal, ul.social-icons.social-hbg-own > li a.social-paypal:hover ,
article.post ul.social-icons > li > a.social-paypal {
	background: #003087;
}
ul.social-icons.social-bg-own > li a.social-mailto, ul.social-icons.social-hbg-own > li a.social-mailto:hover ,
article.post ul.social-icons > li > a.social-mailto {
	background: #ffa500;
}
ul.social-icons.social-bg-own > li a.social-flickr, ul.social-icons.social-hbg-own > li a.social-flickr:hover,
article.post ul.social-icons > li > a.social-flickr {
	background: #ff0084;
}
ul.social-icons.social-bg-own > li a.social-bloglovin, ul.social-icons.social-hbg-own > li a.social-bloglovin:hover,
article.post ul.social-icons > li > a.social-bloglovin {
	background: #459dfd;
}
ul.social-icons.social-bg-own > li a.social-dribbble, ul.social-icons.social-hbg-own > li a.social-dribbble:hover ,
article.post ul.social-icons > li > a.social-dribble {
	background: #ea4c89;
}
ul.social-icons.social-bg-own > li a.social-rss, ul.social-icons.social-hbg-own > li a.social-rss:hover ,
article.post ul.social-icons > li > a.social-rss {
	background: #ff6600;
}
ul.social-icons.social-bg-own>li a.social-whatsapp,
ul.social-icons.social-hbg-own>li a.social-whatsapp:hover,
article.post ul.social-icons>li>a.social-whatsapp:hover {
    background: #075e54;
}
ul.social-icons.social-bg-own>li a.social-tiktok,
ul.social-icons.social-hbg-own>li a.social-tiktok:hover,
article.post ul.social-icons>li>a.social-tiktok:hover {
    background: #ff0050;
}


/* Social Hover Effects */
 ul.social-icons.social-h-white > li a:hover {
	color: #fff;
}
 ul.social-icons.social-h-black > li a:hover {
	color: #333;
}
ul.social-icons.social-hbg-white > li a:hover {
	background-color: #fff;
}
ul.social-icons.social-hbg-black > li a:hover {
	background-color: #333;
}
ul.social-icons.social-hbg-light > li a:hover {
	background: rgba(255, 255, 255, 0.5);
}
ul.social-icons.social-hbg-dark > li a:hover {
	background: rgba(0, 0, 0, 0.8);
}
.social-icons-wrapper.text-right .social-icons {
    display: inline-block;
}
.social-icons-wrapper.text-center .social-icons {
    margin: 0 auto;
    display: inline-block;
}

/*Topbar Social Icons*/
.independent-header .topbar .social-icons li > a {
    padding-right: 0;
    font-size: 15px;
    width: auto;
}

/*----- BG Overlay -----*/
.blog-template.standard-layout .gradient-white-overlay,
.featured-item .gradient-white-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 75%);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.72) 0%, rgba(0, 0, 0, 0) 75%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, transparent 75%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, transparent 75%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, transparent 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
}
.post-format-wrap .post-overlay-items {
    background: linear-gradient(to top, rgb(0,0,0) 0%, transparent 100%);
    background: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, transparent 100%);
    background: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, transparent 100%);
    background: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, transparent 100%);
    background: -o-linear-gradient(bottom, rgb(0,0,0) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
}
.post-format-wrap .post-overlay-items:after
.blog-template.standard-layout .gradient-white-overlay,
.featured-item .gradient-white-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
/*--------------------------------------------------------------
09. Header Styles
--------------------------------------------------------------*/
.topbar, .logobar, .navbar {
	position: relative;
}
/*logo*/
.sticky-logo{
	display:none;
}
.header-sticky .sticky-logo, .sticky-scroll.show-menu .sticky-logo {
    display: block;
}
.sticky-outer .header-sticky .sticky-logo, .sticky-outer .sticky-scroll.show-menu .sticky-logo{
	display:block;
}
.header-sticky .navbar .main-logo, .sticky-scroll.show-menu .navbar .main-logo {
    display: none;
}
.main-logo > h1 {
    margin-bottom: 0;
}
/*Topbar*/
.topbar{
	background:#333;
	color:#fff;
}
.topbar-items,
.logobar-items{
	margin:0;
}
.topbar-items > li{
	height:50px;
	line-height:50px;
}
.topbar-items > li img,
.logobar-items > li img,
.navbar-items > li img{
 margin-top:-4px;
}
.topbar-items .nav-item-inner,
.logobar-items .nav-item-inner,
.navbar-items .nav-item-inner{
    padding: 0 10px;
}
.topbar-items .nav-item-inner:first-child, 
.logobar-items .nav-item-inner:first-child, 
.navbar-items .nav-item-inner:first-child {
    padding-left: 0;
}
.topbar-items .nav-item:last-child .nav-item-inner,
.logobar-items .nav-item:last-child .nav-item-inner:last-child,
.navbar-items .nav-item:last-child .nav-item-inner:last-child {
    padding-right: 0;
}
.header-phone span,
.header-email span,
.header-address span {
    padding: 0 10px;
}

.topbar-items .form-control, .topbar-items .input-group-btn, .topbar-items .btn, 
.logobar-items .form-control, .logobar-items .input-group-btn, .logobar-items .btn{
	font-size:inherit;
}
.topbar-center-item,
.logobar-center-item{
	display:inline-block;
	-webkit-transition: margin 0.5s ease 0s;
	-moz-transition: margin 0.5s ease 0s;
	-ms-transition: margin 0.5s ease 0s;
	-o-transition: margin 0.5s ease 0s;
	transition: margin 0.5s ease 0s;
}
.topbar .search-form .input-group .form-control {
    line-height: 27px;
    height: 27px;
}
.topbar .search-form .input-group .btn {
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
}
.topbar-items .nav-item-inner .right-top > *:first-child,
.topbar-items .nav-item-inner .left-top > *:first-child {
    padding-right: 15px;
}
.topbar-items .nav-item-inner .right-top > *, 
.topbar-items .nav-item-inner .left-top > * {
    float: left;
}
.weather-short-wrap > div {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
/* Logobar */
.logobar-items > li{
	height:100px;
	line-height:100px;
}
/* General Menu */
.menu-tag {
    color: #fff;
    padding: 3px 12px;
    float: right;
    font-size: 11px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}
.independent-main-menu > li > .dropdown-menu li.dropdown:hover > a:after {
	content: "\f104";		
}
.independent-main-menu > li > .dropdown-menu li.dropdown > a:after {
    content: "\f105";
    float: right;
    font-family: fontAwesome;
}
.independent-main-menu > li > .dropdown-menu li.dropdown:hover > .mega-sub-dropdown-menu > li.mega-sub-child a:after {
    content: unset;
}
/*Menu type 1*/
.navbar .independent-main-menu > li.current-menu-item > a {
    color: #fff !important;
}
ul.independent-main-menu > li > a {
    padding: 0 20px;
    display: block;
}
/* Mega Dropdown Menu */
.independent-main-menu .dropdown-menu .dropdown-menu{
	left:100%;
	top:-3px;
}
.independent-main-menu .left-side .dropdown-menu {
    left: auto !important;
    right: 100%;
}
.independent-main-menu li a.dropdown-toggle:after {
    border: none;
    content: "\f107";
    font-family: fontawesome;
    font-size: 16px;
    line-height: 20px;
    vertical-align: 0;
    margin-left: 10px;
    display: inline;
    font-weight: 700;
}
.mega-sub-dropdown-menu > li.mega-sub-child {
	float:left;
}
.sub-menu > li.dropdown:hover:after {
    content: "\f104";
}
.sub-menu > li.dropdown:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: inherit;
    line-height: normal;
    top: 10px;
    right: 30px;
    font-size: 14px;
    font-weight: 700;
}
span.menu-icon{
	padding-right: 10px;
}
.dropdown-menu {
	border-radius:0;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	padding:0;
	border:0;
	min-width:220px;
}
.dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.independent-main-menu .dropdown-menu {
    margin: 0;
    line-height: 30px;
    padding: 5px 0;
}
ul:last-child, ol li:last-child {
    margin-bottom: 0px;
}
.dropdown-menu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.dropdown.mega-dropdown {
	position:static;
    z-index: 999;
}
.independent-main-menu .dropdown-menu {
	margin:0;
	line-height: 30px;
}
.mega-dropdown .mega-dropdown-menu {
    margin: 0 auto;
}
.independent-header .mega-child-dropdown a.nav-link {
    border: 0;
}
.mega-dropdown .mega-dropdown-menu.mega-dropdown-full {
 	width: 100%;
}
.dropdown:hover > .dropdown-menu {
	display:block;
    border-top: 2px solid;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.mega-dropdown-menu{
	top:auto;
	left:0;
	right:0;
	
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.mega-dropdown-menu .mmenu-list-show {
	display:none;
}
.dropdown-menu.mega-dropdown-menu {
    padding: 15px 0;
}
.mega-dropdown-menu > li {
    float: left;
}
.mega-child-dropdown-menu{
	list-style:none;
	padding-left:0;
}
.menu-item .mega-child-dropdown {
    margin-bottom: 20px;
}
.mega-child-dropdown-menu > li{
	padding-left:0;
}
.mega-child-dropdown > a,
.mega-child-heading > a {
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
}
.mega-child-item-disabled {
    font-weight: bold;
    padding-left: 10px;
    font-size: 17px;
    line-height: 17px;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.menu-item.menu-item-logo {
    padding: 0 30px;
}

.mega-sub-dropdown.max-col-2 .mega-sub-dropdown-menu{
	width:174%;
}
.mega-sub-dropdown.max-col-3 .mega-sub-dropdown-menu{
	width:261%;
}
.mega-sub-dropdown.max-col-4 .mega-sub-dropdown-menu{
	width:348%;
}
.mega-sub-dropdown.max-col-2.left-side .mega-sub-dropdown-menu{
	left:-174%;
}
.mega-sub-dropdown.max-col-3.left-side .mega-sub-dropdown-menu{
	left:-261%;
}
.mega-sub-dropdown.max-col-4.left-side .mega-sub-dropdown-menu{
	left:-348%;
}
.mega-sub-dropdown-menu > li.mega-sub-child{
	float:left;
}
.mega-sub-dropdown-menu > li.mega-sub-child > a{
	display:inline-block;
}
ul.mega-sub-child-inner {
    padding-left: 0;
}
.mega-sub-dropdown.max-col-2 .mega-sub-dropdown-menu > li.mega-sub-child{
	width:50%;
}
.mega-sub-dropdown.max-col-3 .mega-sub-dropdown-menu > li.mega-sub-child{
	width:33.333%;
}
.mega-sub-dropdown.max-col-4 .mega-sub-dropdown-menu > li.mega-sub-child{
	width:25%;
}
.independent-main-menu > li .mega-child-widget img {
    max-height: 100%;
	padding:5px;
}
.mega-dropdown-menu .independent-block .post-grid .post-thumb-wrapper {
    position: relative;
}
.mega-dropdown-menu .independent-block .post-grid .post-thumb-wrapper:after {
    content: "";
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
}
.mega-dropdown-menu .independent-block .post-grid:hover .post-thumb-wrapper:after {
    width: 100%;
    transition: all .3s;
}
/*Sticky Part*/
.sticky-outer{
	height:auto;
}
.sticky-outer .header-sticky, .sticky-outer .sticky-scroll.show-menu{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:99;
    transition: 0.70s ease-in-out;
	-moz-transition: 0.70s ease-in-out;
	-webkit-transition: 0.70s ease-in-out;
}
.sticky-head .topbar, .sticky-head .logobar, .sticky-head .navbar {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.sticky-outer .header-sticky, .sticky-outer .sticky-scroll.show-menu {
    -webkit-animation: header_sticky 0.70s ease-in-out;
    animation: header_sticky 0.70s ease-in-out;
}
.logged-in.admin-bar .sticky-outer .header-sticky, .logged-in.admin-bar .sticky-outer .sticky-scroll.show-menu {
	top: 31px;
}

.boxed-container .sticky-outer .header-sticky, .boxed-container .sticky-outer .sticky-scroll.show-menu{
	left:auto;
	right:auto;
}
.sticky-outer .header-sticky .sticky-logo, .sticky-outer .sticky-scroll.show-menu .sticky-logo{
	display:block;
}

/* Secondary Space Styles */
.secondary-menu-area{
	background-color: #fff;
    height: 100%;
    position: fixed;
    width: 350px;
    z-index: 999999;
    margin-bottom:20px;
    overflow-y: auto;
}
.secondary-menu-area.left-overlay, .secondary-menu-area.left-push{
	left:-350px;
}
.secondary-menu-area.right-overlay, .secondary-menu-area.right-push{
	right:-350px;
    left: auto;
}
.secondary-menu-area.full-overlay{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	text-align:center;
	display:none;
}
.secondary-menu-area-inner {
	padding:80px 20px
}
.secondary-menu-area.full-overlay > .secondary-menu-area-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.secondary-space-toggle {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 32px;
}
.close.secondary-space-toggle:before, 
.close.secondary-space-toggle:after {
    background: #fff;
}
.secondary-space-toggle > span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 25px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.secondary-space-toggle > span:nth-child(2) {
    width: 20px;
}
.secondary-space-toggle > span:nth-child(3) {
    width: 17px;
}
.secondary-space-toggle.active > span {
    width: 22px;
}
.secondary-space-toggle.active > span:first-child {
    bottom: 7px;
    margin: 0;
    position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.secondary-space-toggle.active > span:nth-child(2) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.secondary-space-toggle.active > span:last-child {
    bottom: 7px;
    margin: 0;
    position: absolute;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.secondary-menu-area-inner ul.menu li {
    position: relative;
}
.independent-wrapper{
	position:relative;
	overflow: hidden;
}
body.secondary-push-actived{
    width: 100%;
}
.independent-content-wrapper > div {
	position:relative;
}
.independent-content-wrapper .container .wrap{
	max-width:100%;
}
.independent-content > .independent-content-inner {
    clear: both;
    overflow: hidden;
}
.independent-content > .independent-content-inner > div {
	padding-top: 50px;
}
/*header address*/
.header-inner .nav-item-inner .media {
    line-height: 1;
    vertical-align: middle;
    display: inline-flex;
}
.header-inner .media i {
    font-size: 17px;
    color: #fff;
    padding: 11px;
}
ul.nav.header-info > li {
    padding: 0 20px;
}
ul.nav.header-info > li:last-child {
    padding-right: 0;
}

/*header Button*/
button.header-button {
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
	font-size: inherit;
}

/*--------------------------------------------------------------
10. Sticky/Fixed Header Space Styles
--------------------------------------------------------------*/
.sticky-header-space {
    background-color: #333333;
    height: 100%;
    position: fixed;
    width: 350px;
    z-index: 99999;
	overflow:auto;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    padding: 15px 20px;
}
.sticky-header-space.left-sticky{
	left:0;
}
.sticky-header-space.right-sticky{
	right:0;
}
.sticky-header-space .nav li {
    padding: 10px 0px;
	display:block;
	text-align:left;
}
.sticky-header-space .nav.social-icons li {
    display: inline-block;
} 

/* Mobile/Sticky Menu Style  */
.sticky-header-space .independent-main-menu .menu-item-has-children, .mobile-bar .independent-main-menu .menu-item-has-children{
	position:relative;
}
.mobile-bar-inner .container {
    width: auto;
}
.zmm-dropdown-toggle {
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 12px;
    cursor: pointer;
    line-height: 28px;
}
.independent-mobile-main-menu .nav-link{
	padding:0;
}
ul.independent-mobile-menu li.menu-item {
    line-height: 40px;
    position: relative;
}

/*--------------------------------------------------------------
11. Full Screen Search
--------------------------------------------------------------*/

.full-search-wrapper {
    height: 100%; width: 100%;
	left:0; right:0;
    position: fixed;
	display:none;
    top: 0;
	background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation .5s ease forwards;
    animation: menu-animation .5s ease forwards;
    z-index: 999999;
}
.full-search-wrapper.search-wrapper-opened {
	opacity: 1;
}
/* animation keyframes list */
@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

.full-search-wrapper form.search-form {
    top: 50%;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
	opacity: 0;
    transform: translateY(-100px);
	 transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
}
.full-search-wrapper.search-form-animate .search-form {
	transform: translateY(0);
	opacity: 1;
}
.full-search-wrapper .close {
    border: none;
    right: 2%;
    top: 7%;
    width: 32px;
    height: 32px;
	transform: scale(0.7);
}
.full-search-wrapper .search-form .input-group .form-control {
    font-size: 20px;
    padding: 0 30px;
    height: 75px;
    line-height: 75px;
    border: 1px solid transparent !important;
    background-color: #3a3a3a;
    border-radius: 50px;
    color: #fff;
}
.full-search-wrapper .search-form .input-group .form-control::placeholder {
    color: #fff;
}
.full-search-wrapper .close {
    border: none;
	opacity: 0;
	transform: translateY(-100px);
	transition: all 0.75s ease 0.5s;
	-webkit-transition: all 0.75s ease 0.5s;
}
.full-search-wrapper.search-form-animate .close {
	transform: translateY(0);
	opacity: 1;
}
.full-search-wrapper .search-form .input-group .btn {
    cursor: pointer;
    background: none;
    line-height: 60px;
    font-size: 20px;
	color: #fff;
	box-shadow: none !important;
}
.full-search-wrapper .input-group-btn {
    width: 150px;
    border-radius: 0 57.5px 57.5px 0;
    line-height: 75px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-align: center;
	z-index: 9;
}
.full-search-wrapper .input-group-btn .btn.btn-default {
	background:transparent;
    border: none;
    font-size: 20px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    top: 0; right: 0;
}

/* Toggle Text Search Wrap Styles */
.textbox-search-wrap .form-control{
	width:0;
	height:0;
	padding:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
   transition: all 0.8s ease 0s;
}
.search-toggle-wrap.active .textbox-search-wrap .form-control{
	background:#fff;
	width:200px;
    border-right: 1px solid #eee;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
    height: 35px;
    line-height: 35px;
	font-size: 12px;
    padding: 0 10px;
}
.textbox-search-wrap .textbox-search-toggle, .search-toggle-wrap .textbox-search-wrap, .search-toggle-wrap .full-bar-search-wrap{
	display: inline-block;
}
.full-bar-search-wrap {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
   transition: all 0.8s ease 0s;
   background:#fff;
}
.full-bar-search-wrap.active{
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
    z-index: 999;
}
.full-bar-search-wrap, .full-bar-search-wrap .search-form, .full-bar-search-wrap .input-group, .full-bar-search-wrap .input-group .form-control{
	height: 100%;
    width: 100%;
}
.full-bar-search-wrap .input-group .form-control {
    font-size: 26px;
    line-height: 1;
	padding: 0 40px;
}
.rtl .mega-dropdown-menu .independent-block .post-grid > div {
    text-align: right;
}
.close.full-bar-search-toggle{
	background-color:#333;
	z-index:99;
	vertical-align:middle;
	top: 50%;
	transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);
}
.search-toggle-wrap {
	position:relative;
    padding: 0 0 0 10px;	
}
.search-toggle-wrap.active .textbox-search-toggle {
    height: 35px;
    width: 22px;
    display: inline-block;
    line-height: 35px;
    text-align: right;
}
.search-toggle-wrap .textbox-search-toggle {
    width: 28px;
}
.bottom-search-wrap span.input-group-btn {
    line-height: 43px;
}
.bottom-search-wrap .search-wrap {
    width: 100%;
}
.search-toggle-wrap i {
    font-weight: bold;
}
.bottom-search-toggle {
	display:inline-block;
}
.bottom-search-wrap{
	background: #000 none repeat scroll 0 0;
    display: flex;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 265px;	
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.bottom-search-wrap .search-form {
    width: 100%;
}
.search-toggle-wrap.active .bottom-search-wrap{
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 999;
	display: flex;
}


/*--------------------------------------------------------------
12. Mobile Header Styles
--------------------------------------------------------------*/
.mobile-header, .mobile-header .sticky-outer{
	position:relative;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.02), 0 10px 10px rgba(0, 0, 0, 0.06);
}
.mobile-header .mobile-header-inner ul > li img{
	margin-bottom: 6px;
    padding: 5px 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile-header-items li i {
    font-size: 20px;
}
.mobile-header .mobile-header-inner ul > li{
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
   transition: all 0.8s ease 0s;
}
.mobile-header .sticky-head, .mobile-header .header-sticky, .mobile-header .sticky-scroll, .mobile-header .sticky-scroll.show-menu{
	height:auto;
	overflow:hidden;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
   transition: all 0.8s ease 0s;
}
.header-sticky .topbar, .header-sticky .logobar, .header-sticky .navbar{
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
   transition: all 0.8s ease 0s;
}
.mobile-header-inner .sticky-outer{
	height:auto;
}
.header-inner .sticky-outer{
	height:auto;
}
.sticky-head.header-sticky .mobile-header-items.pull-center,
.sticky-head.show-menu .mobile-header-items.pull-center {
    -webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	        transform: translateX(-50%);
    margin-left: 0 !important;
    position: absolute;
    left: 50%;
}


/* Mobile Bar Styles */
.mobile-bar {
    background: #ffffff none repeat scroll 0 0;
    position: fixed;
    z-index: 999999;
	height:100%;
	width:100%;
	overflow:auto;
	padding-top:50px;
    padding-bottom: 30px;
}    
.mobile-bar-toggle.close {
    right: 30px;
}
.mobile-bar.animate-from-left{
	top:0;
	left: -100%;
}
.mobile-bar.animate-from-right{
	top:0;
	right: -100%;
}
.mobile-bar.animate-from-top{
	top: -100%;
	left:0;
}
.mobile-bar.animate-from-bottom{
	bottom: -100%;
	left:0;
}
body.mobile-bar-active{
	overflow:hidden;
}
ul.mobile-bar-items > li.nav-item {
    padding: 15px 5px;
}
.mobile-bar ul.independent-main-menu{
	padding:0;
}
.mobile-bar ul.independent-main-menu > li{
	line-height:36px;
}
.mobile-bar .main-logo, .mobile-logo {
	text-align:center;
    text-align: -webkit-center;
}
.mobile-header .custom-container{
	position:relative;
	height:auto;
}

/* Top sliding Bar Styles */
.top-sliding-bar {
    position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	z-index:9999;
}
.top-sliding-bar-inner{
	position:relative;
	background-color:#ccc;
	display:none;
	overflow:hidden;
	height:auto;
	padding:25px 0;
}
.logged-in.admin-bar .top-sliding-bar .top-sliding-bar-inner {
    padding-top: 50px;
}
.top-sliding-toggle {
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-top: 40px solid #333333;
    bottom: -40px;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
	outline:none;
	text-align:right;
	transition: all ease 0.5s;
}
.logged-in.admin-bar .top-sliding-toggle {
    top: 32px;
}
.logged-in.admin-bar .top-sliding-toggle.fa-minus {
    top: unset;
}
.top-sliding-toggle::before {
    bottom: 12px;
    color: #ffffff;
    content: "\f067";
    font-family: FontAwesome;
    height: 30px;
    position: absolute;
    right: 5px;
    width: 30px;
	line-height:30px;
}
.top-sliding-toggle.fa-minus:before {
    content: "\f068";
}

/*--------------------------------------------------------------
13. Page Title
--------------------------------------------------------------*/
.parallax-item {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}
.page-title-wrap-inner{
	position: relative;
	background: #f2f2f2;
    padding: 50px 0;
}
.page-title-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pull-center .breadcrumb {
    display: block;
}
.page-title-inner {
    display: table;
	width:100%;
}
.page-title-inner > div {
    display: table-cell;
    vertical-align: middle;
}
.page-title {
    font-weight: 700;
	color: #000;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
}
.page-title-inner .pull-left {
    width: 50%;
    float: none;
}
.page-title-inner .pull-center {
    text-align: center;
    text-align: -webkit-center;
    width: 100%;
}
.page-title-inner .pull-right {
    float: none;
    text-align: right;
    width: 50%;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.category .page-title-wrap {
    margin-bottom: 40px;
}
.post-items > .breadcrumb {
	margin: 15px 0 0 0;
}
.breadcrumb > * {
    padding-right: 10px;
}
.breadcrumb a > span {
    padding-right: 6px;
}
.breadcrumb > *:last-child {
    padding-right: 0;
}
.category .page-title-wrap {
    margin-bottom: 40px;
}
.page-title-wrap .page-title-desc {
    margin-bottom: 0;
}
.page-title-inner .pull-center .author-social.social-icons {
    display: block;
}
.page-title-inner .pull-center .author-info-wrapper .media.author-info {
    display: inline-block;
    width: 100%;
    max-width: 48%;
}
.breadcrumb > a, .breadcrumb > span {
    line-height: 28px;
}
/*--------------------------------------------------------------
14. Blog Layout and Styles
--------------------------------------------------------------*/

article.post {
    background: #fff;
	position: relative;
/*	border-bottom:1px solid #eaeaea;*/
}
article.post:last-child {
    border-bottom: 0;
}
.single-post-template .post-author a {
    display: inline-block;
    clear: both;
}
.single-post-template .article-inner> *:first-child.entry-header {
    padding-top: 0;
}
.post-meta span.before-icon {
    font-weight: normal;
    padding-right: 7px;
}
.single-post-template article .article-inner > * {
	clear: both;
    float: none;
    margin-bottom: 30px;
}
.single-post-template article .article-inner > *.breadcrumb:first-child {
    margin-top: 0;
    margin-bottom: 15px;
}
.single-post-template article .article-inner > .entry-content {
    margin-bottom: 0;
}
.article-inner > * {
    margin-bottom: 5px;
}
.standard-layout .article-inner > * {
    margin-bottom: 18px;
}
.article-inner > *:last-child {
    margin-bottom: 0;
}
.archive-template .page-title-wrap {
    margin-bottom: 50px;
}
.post-quote-wrap > .blockquote {
    margin-bottom: 0;
}
.site-main.archive-template.list-layout h3.entry-title {
    font-size: 20px;
    line-height: 1;
}
.site-main.archive-template.list-layout .article-inner .entry-meta.top-meta {
    padding-bottom: 0;
}
.site-main.archive-template.list-layout .article-inner .entry-meta.bottom-meta {
    padding-top: 15px;
}
.site-main.archive-template.list-layout .entry-content {
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog-template .post-thumb-wrapper .category-tag {
    background: #333;
}
.blog-template .post-thumb-wrapper .category-tag:hover:after,
.blog-template .post-thumb-wrapper .category-tag:after {
    border-top-color: #333;
}
/* Author Template */
.author-avatar img {
    border-radius: 50% !important;
}
.author-avatar {
    margin-left: 0 !important;
    padding-bottom: 15px;
}
.author-info-wrapper .media.author-info .media-left {
	padding-right: 0px;
}
.pull-center .author-info-wrapper .media.author-info {
    display: inline-block;
}
.pull-center .author-info-wrapper .media.author-info .media-left {
    margin-bottom: 20px;
}
.nav.author-social > li > a > i {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
span.view-count {
    padding: 2px 10px;
    background: rgb(255, 7, 236);
    color: #fff;
    margin: 0 10px;
    text-align: center;
	text-align: -webkit-center;
}
.post-meta .post-author .author-img img {
    border-radius: 30px;
	max-width: 20px;
    margin-right: 10px;
}
.media-left.author-img > img {
    max-width: inherit;
    width: 40px;
}
ul.comments {
	list-style: none;
}
ul.comments .media-body {
	overflow: auto;
}
/*Author Info*/
.independent-single-post .media-body.author-meta {
    margin-left: 16px;
}
.independent-single-post .media-body.author-meta {
    margin-left: 7px;
    padding: 20px;
    background: #f7f7f7;
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
}
.independent-single-post .author-info-wrapper {
    padding: 60px 0;
}
.independent-single-post .author-url a:hover {
	color: #fff;
}
.independent-single-post .author-url a {
    padding: 3px 10px;
	background: #111;
	color: #fff;
}
.independent-single-post .author-info-wrapper ul.social-icons > li > a {
    line-height: 1;
    height: 28px;
}
.independent-single-post .author-bio {
    padding-top: 15px;
}
.independent-single-post  p.rating-stars {
    color: #FFC107;
}
.news-rating-wrap {
    margin-bottom: 45px;
}
/* Category Template */
.category-banner {
    padding-bottom: 75px;
}
/* ---- Gallery Styles ---- */
.left-gallery-grid, .right-gallery-grid, .right-gallery-grid > .grid-popup {
    float: left;
    max-width: 50%;
}
.left-gallery-grid .grid-popup {
    border-right: 1px solid #ffffff;
}
.right-gallery-grid > .grid-popup {
    border: 1px solid #ffffff;
}
.right-gallery-grid {
    margin-right: -1px;
    margin-top: -2px;
}
.single-post-template .right-gallery-grid {
	 margin-top: -1px;
}
.right-gallery-grid > .grid-popup:nth-of-type(1n+5) {display: none;}

/*-------------------------------
	 Post Layout Styles
---------------------------------*/
article.post {
	margin-bottom: 50px;
	height: auto;
	overflow: hidden;
}
.single-post article.post {
	overflow: visible;
}
.blog .article-inner >:first-child.post-format-wrap {
    margin-top: -25px;
}
.article-inner >:first-child.post-format-wrap {
    padding-top: 0;
}
.post-thumb-wrap {
    position: relative;
}
.post-thumb-wrap img {
    max-width: 100%;
}
.post-full-thumb-wrap {
	height: auto;
	position:relative;
	width: 100%;
	background-color: #fff;
}
.blog-template.grid-layout ul.nav li {
    display: inline-block;
}
.blog-template.grid-layout .entry-title a {
    font-size: 20px;
    line-height: 28px;
}
.post-meta .nav .post-category > a {
    background: #333333;
    padding: 0 14px;
    line-height: 25px;
    color: #fff !important;
    font-size: 12px;
	position: relative;
    margin-bottom: 10px;
}
.post-meta .nav .post-category > a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #333333;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.grid-layout .top-standard-post article.post header.entry-header {
    margin-top: 0;
    padding-top: 0;
}
.list-layout .article-inner .entry-meta.top-meta,
.list-layout .post-meta .nav .post-category {
	padding-bottom: 0;
}
.list-layout .article-inner .post-list-right-part {
    padding-top: 15px;
}
.grid-layout h3.entry-title {
    font-size: 22px;
	margin-bottom: 0;
}
.grid-layout .bottom-meta .post-meta .nav .post-category {
    padding-bottom: 0;
}

/* Featured Slider */
.featured-item {
    text-align: center;
	text-align: -webkit-center;
    position: relative;
}
.independent-content.independent-blog .featured-slider-wrapper {
    background: #fff;
}
.featured-slider-wrapper .owl-carousel .author-img img {
    height: auto;
    width: 35px;
	margin: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.post-author a {
	display: inline-block;
	clear: both;
}
.post-author .author-img {
	display: inline-block;
    vertical-align: middle;
    color: #676768;
}
.post-meta .post-author .author-name {
    text-transform: uppercase;
    font-weight: 600;
	font-size: 13px;
}
.featured-slider .post-author span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
}
.featured-meta > div,
.related-meta > div {
    display: inline-block;
    padding: 0 15px;
}
.featured-item-inner {
    background: rgba(0, 0, 0, 0.56);
    position: absolute;
    z-index: 2;
    width: 80%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
}
.featured-item-inner a,
.featured-item-inner .post-category
{
	color: #fff;
}
.featured-item-inner h3.featured-title {
    margin-bottom: 0;
}
.featured-meta ul.nav.post-like-wrap {
    float: right;
}
.featured-item-inner .post-category, .featured-item-inner h3.featured-title,
.featured-item-inner .post-author, .featured-item-inner .post-meta {
    padding-bottom: 15px;
}
/* Related Slider */
.related-title {
    margin-bottom: 20px;
}
.related-slider-wrapper {
    margin-top: 40px;
	position: relative;
}
.related-slider-wrapper .related-meta > div {
    padding-left: 0;
}
.related-slider-content {
    padding: 20px;
    background: #333;
}
.related-articles-wrap .independent-block-post {
    margin-bottom: 30px;
}
.related-articles-wrap .related-title {
    text-transform: uppercase;
    position: relative;
    margin: 0 0 53px;
    font-size: 18px;
}
.related-articles-wrap .related-title:after {
	content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -16px;
    position: absolute;
    background: #2d2d2d;
}
.related-slider-content a {
    color: #fff;
} 
.empty-post-image {
	background: rgba(0, 0, 0, 0.5);
    height: 100px;
	position: relative;
}
.empty-post-image > i {
    color: #ffffff;
	position: absolute;
    top: 50%;
	left: 0;
	right: 0;
	font-size: 40px;
    transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);
}
/* 9.4 Gallery Slider */
.blog-template .owl-carousel .owl-nav .owl-prev, .blog-template .owl-carousel .owl-nav .owl-next,
.related-slider-wrapper .owl-carousel .owl-nav .owl-prev,
.related-slider-wrapper .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: rgba(34, 34, 34, 0.38);
}
.blog-template .owl-carousel .owl-nav .owl-prev:before,
.blog-template .owl-carousel .owl-nav .owl-next:before, 
.related-slider-wrapper .owl-carousel .owl-nav .owl-prev:before,
.related-slider-wrapper .owl-carousel .owl-nav .owl-next:before {
    font: normal normal normal 24px/1 FontAwesome;
    line-height: 48px;
}
/* Post Overlay */
.post-format-wrap {
    position: relative;
}
article.post .post-format-wrap .post-overlay-items {
    padding: 0 30px 30px;
}
article.post:last-child,
.single-post .article-inner > *:last-child, .grid-layout .article-inner > *:last-child, .list-layout .article-inner > .post-list-right-part > *:last-child {
	margin-bottom:0;
}
.grid-layout .article-inner > * {
	margin-bottom: 12px;
}
.grid-layout .entry-meta.bottom-meta {
    margin-top: 0;
}
.post-overlay-items {
    bottom: 0;
    position: absolute;
    max-width: 100%;
	left: 0;
	right: 0;
}
.article-inner .post-overlay-items .entry-meta.top-meta {
    padding: 0;
}
.set-bg-img {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    width: 100%;
	max-height: 400px;
}
.post-full-thumb-wrap .post-overlay-items {
	position: relative;
	padding: 40px 0 60px;
}
.post-full-thumb-wrap .post-overlay-items.thumb-exists {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.post-overlay-items > *:last-child {
    margin-bottom: 0;
}
.post-overlay-items.video-post-overlay {
    position: relative;
}
/* Grid Layout */
.grid-layout article.post .post-format-wrap .post-overlay-items {
    padding: 0 20px 13px;
}
.article-inner > .post-format-wrap,
.grid-layout .article-inner > .post-format-wrap {
	margin-top:0px;
}
.grid-layout article.post{
	float:left;
}
.grid-layout.isotope article.post {
    float: none;
}
.post-quote-wrap, .post-link-wrap{
	background-size: cover;
	text-align: center;
}
.grid-layout .article-inner .entry-meta.top-meta {
    padding-bottom: 0;
}
/* List Layout*/
.site-main.list-layout .post-quote-wrap > .blockquote, .site-main.list-layout .post-link-inner, .site-main.list-layout .post-format-wrap .post-audio-wrap{
	margin-bottom: 0;
}
.list-layout .article-inner .post-list-left-part {
    padding-right: 25px;
    padding-top:0;
    margin-top: 0;
	margin-bottom:0;
}
.post-list-right-part .entry-title {
    font-size: 20px;
    line-height: 26px;
}
.list-layout .post-list-right-part .post-meta a {
    color: inherit;
	font-size: 14px;
}
.list-layout .post-list-right-part > *.entry-header {
    margin-bottom: 8px;
}
.list-layout .article-inner .post-list-left-part, .list-layout .article-inner .post-list-right-part{
	float: left;
	width: 50%;
}
.list-layout .article-inner .post-list-right-part.post-list-full{
	width:100%;
    margin-top: 0;
}
.list-layout .video-play-icon > span {
    font-size: 60px;
}
.list-layout .post-list-right-part > * {
    margin-bottom: 15px;
}
.site-main.list-layout .blockquote {
    border-left: 0;
}
.site-main.list-layout .post-format-wrap {
    margin: 0;
}
.list-layout article.post {
    margin-bottom: 40px;
}
.list-layout .article-inner .post-thumb-wrap {
    margin-bottom: 0;
}
.list-layout .top-standard-post .article-inner .post-thumb-wrap:first-child {
    margin-bottom: 30px;
}
.list-layout article.post header.entry-header {
    padding-top: 0;
}
.list-layout .entry-meta.bottom-meta {
    margin-top: 0;
}
/*Pagination*/
.post-pagination-wrap {
    margin: 40px 0;
}
.post-pagination-wrap {
    text-align: center;
}
.nav.pagination.post-pagination {
    display: inline-block;
}
.pagination li.nav-item {
    display: inherit;
}
.nav.pagination > li.nav-item a, .nav.pagination > li.nav-item span {
    padding: 8px 17px;
    margin-right: 10px;
    border: 1px solid rgb(236, 236, 236);
    font-size: 13px;
    margin-bottom: 10px;
}
.nav.pagination > li.nav-item.active span {
    color: #fff;
}
.nav.pagination > li.nav-item a:hover,
.nav.pagination > li.nav-item.active span:hover {
	color: #fff;
}

/*Gallery Post*/

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 33%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 20%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11111%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: center;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}
/*Categories */
.post .post-tags a {
    display: inline-block;
}
.post-category a,
.post .post-tags a {
    padding-left: 5px;
}
.post .post-category a {
    display: inline-block;
}
/*----------------------------------
 	Single Post Layouts
------------------------------------*/
.single-post-template blockquote {
    font-size: 14px;
	border-left: solid #676767 5px;
    padding-left: 30px;
}
.single-post-template .quote:before {
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f10d";
    color: #ccc;
    font-style: normal;
}
.single-post-template .quote > p {
    margin-top: 10px;
}
.independent-single-post .post-full-thumb-wrap .post-video-wrap {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    text-align: center;
	text-align: -webkit-center;
}
blockquote.about-quote {
    background: #ffffff;
    padding: 20px;
    font-style: italic;
    line-height: 36px;
}
.single-post-template .entry-content h3 {
    margin-bottom: 20px;
}
.single-post-template .entry-content > h3 {
	margin-top: 0;
	margin-bottom: 8px;
}
span.first-ltr {
    color: #000;
    display: block;
    float: left;
    font-size: 70px;
    line-height: 60px;
    padding: 0 8px 0 0;
}
.single-post-template article.post .post-format-wrap .post-overlay-items {
    padding-bottom: 0;
    color: #fff;
}
article.post .post-format-wrap .post-overlay-items .post-meta ul li a {
    color: #fff;
}
.post-full-thumb-wrap .owl-carousel {
	max-height: 500px;
}
.independent-single-post .post-link-inner, .independent-single-post .post-quote-wrap > .blockquote {
	padding: 150px 15px;
}
.independent-single-post .post-quote-wrap blockquote {
	margin-bottom: 0;
}
.post-audio-full-wrap .post-audio-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.site-main.single-post-template .entry-meta.bottom-meta {
    border-top: 1px solid #EEEEEE;
    margin-bottom: 0;
    padding: 27px 0px 0;
    color: #989898;
    font-size: 13px;
    margin-top: 35px;
}
.single-post-template .post-meta .nav .post-category > a {
    background: none;
    color: #808080 !important;
    padding: 0 0 0 6px;
	font-size: inherit;
}
.single-post-template .post-meta .nav .post-category > a:after {
	content: unset;
}

.single-post-template .post-meta .nav .post-category > a
.site-main.single-post-template .entry-meta.bottom-meta:last-child {
    margin-top: 30px;
}
.site-main.single-post-template .entry-header,
.site-main.single-post-template .entry-meta.top-meta {
    margin-bottom: 20px;
}
.site-main.single-post-template .article-inner .entry-meta.top-meta {
    padding-bottom: 0;
}
.single-post-template article .article-inner > *:nth-child(2).top-meta {
    padding-top: 23px;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 25px;
}
.post-navigation .nav-links > * {
    float: left;
    max-width: 48%;
}
.navigation.post-navigation .nav-next {
    float: right;
}
.post-navigation .nav-links .nav-next a, .post-navigation .nav-links .nav-previous a {
	position: relative;
}
.post-navigation .nav-links .nav-previous a:after,
.post-navigation .nav-links .nav-next a:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #fff;
    left: 0;
    bottom: -8px;
	transition: all ease-in-out 0.5s;
}
.post-navigation .nav-links .nav-previous a:before {
    position: absolute;
    content: "\e649";
    bottom: -21px;
    left: 0;
	opacity: 0;
    font-family: 'themify';
    font-size: 10px;
	transition: left ease-in-out 0.8s;
}
.post-navigation .nav-links .nav-next a:before {
    position: absolute;
    content: "\e64a";
    bottom: -21px;
    right: 0;
	opacity: 0;
    font-family: 'themify';
    font-size: 10px;
	transition: right ease-in-out 0.8s;
}
.post-navigation .nav-links .nav-previous:hover a:before {
    left: 48px;
	opacity: 1;
}
.post-navigation .nav-links .nav-next:hover a:before {
    right: 48px;
	opacity: 1;
}
.post-navigation .nav-links .nav-next a:after { 
	left: auto;
	right: 0;
}
.post-navigation .nav-links .nav-previous:hover a:after,
.post-navigation .nav-links .nav-next:hover a:after {
	width: 50px;
}
.single-post-template {
    padding-bottom: 35px;
}
.post-navigation .nav-links .nav-next, 
.post-navigation .nav-links .nav-previous {
    position: relative;
    background-position: center center;
    background-size: cover;
    padding: 0;
	z-index: 0;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    border: 0;
	display:inline-block;
    font-size: 16px;
    font-weight: 900;
    line-height: 26px;
}
.post-navigation-wrapper a, .post-navigation-wrapper span.nav-icon {
    color: #111;
}
.related-slider-wrapper {
    margin-top: 30px;
}
.related-articles-wrap .independent-block .post-grid > .post-thumb-wrapper {
    margin-bottom: 16px;
}
.related-slider-content span {
    color: #fff;
}
.related-articles-wrap .independent-block .slide-nav {
    position: unset;
}
.entry-content .dropcap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    line-height: 42px;
    font-size: 42px;
    color: #000;
    font-weight: 900;
    margin: 2px 13px 0 0;
}
p.has-drop-cap:not(:focus)::first-letter {
	font-weight: inherit;
}
.independent-single-post .content-area .adv-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
}
.independent-single-post .content-area .adv-wrapper:first-child {
    padding-top: 0;
    padding-bottom: 40px;
}
.post-grid a.read-more {
    padding: 4px 21px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.post-grid a.read-more:hover {
	background: #000;
}
span.nav-icon {
	display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #999;
}
.post-navigation .nav-links .nav-next a {
    text-align: right;
}
/* 	Gutenberg Support */
.wp-block-file a.wp-block-file__button,
.wp-block-button .wp-block-button__link {
    color: #fff;
}
.wp-block-column ul li {
    margin-bottom: 10px;
}
blockquote.wp-block-quote cite {
    font-style: normal;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
blockquote.wp-block-quote {
    font-size: 20px;
    line-height: 34px;
    margin: 45px;
}
blockquote.wp-block-quote.is-large, 
blockquote.wp-block-quote.is-style-large {
    font-size: 20px;
    font-style: italic;
    line-height: 1.8;
}
pre.wp-block-code code {
    font-size: 14px;
}
table.wp-block-table,
table.wp-block-table.aligncenter, 
table.wp-block-table.alignleft, 
table.wp-block-table.alignright {
    width: 100%;
}
.wp-block-table.is-style-stripes td {
    text-align: center;
}
.wp-block-file .wp-block-file__button {
    padding: 7px 20px;
}
.wp-block-latest-posts.columns-3 li > a {
    font-size: 16px;
    line-height: 26px;
}
.wp-block-image figcaption {
    padding: 10px;
    margin: 0 0 20px;
}
.entry-content ul.wp-block-gallery {
    padding-left: 0;
}
/* 	Standard Layout */
.standard-layout .post-video-wrap iframe, .single-post-template .post-video-wrap iframe{
	min-height: 400px;
}
.top-standard-post article.post {
    margin-bottom: 30px;
    max-width:100%;
	 width: 100% !important;
}
.grid-layout .post-video-wrap iframe, .list-layout .post-video-wrap iframe{
	min-height: 200px;
}
.independent-single-post .author-info-wrapper, .independent-single-post .post-navigation-wrapper {
	padding: 0;
}
/* Link Post */
.post-link-inner i {
    font-size: 35px;
    color: #fff;
}
.post-link-inner h4 {
    padding-top: 20px;
}
.post-link-wrap a.post-link:hover {
    opacity: .7;
}
.post-audio-wrap{
	padding-top: 40px;
	padding-bottom:40px;
}
.post-audio-wrap .mejs__audio {
    max-width: 100%;
}
.post-video-wrap {
	min-height: 200px;
}
/* 	Quote Post */
.post-quote-wrap > .blockquote, .post-link-inner{
	padding:50px 15px;
	background-color: rgba(0, 0, 0, 0.7);
}
.post-quote-wrap > .blockquote h4, .post-link-wrap .post-link-inner a{
	color: #fff;
	line-height: 42px;
}
.post-quote-wrap > .blockquote .blockquote-footer{
	color: #ffffff;
	margin-top: 10px;
}
.post-quote-wrap blockquote.blockquote {
    text-align: center;
	text-align: -webkit-center;
}
.blockquote i {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}
.post-quote-wrap.blockquote-theme .blockquote,
.post-link-wrap.post-link-theme .post-link-inner {
    border: 25px rgba(0, 0, 0, 0.05) solid;
}
/* Post Comments */
.comments .media > .media-left {
    padding-right: 20px;
}
.post-comments-wrapper * a:hover {
    opacity: 0.6;
}
.comment-like {
	cursor: pointer;
}
.comments li.comment {
    margin-bottom: 20px;
	border-bottom: solid 1px #f1f1f1;
    padding-bottom: 20px;
}
.comments li.comment:last-child {
    border: none;
    padding-bottom: 0;
}
.comments li.comment:last-child {
    margin-bottom: 0;
}
.independent-single-post .post-comments-wrapper {
	padding-top: 50px;
}
.post-comments-wrapper .comment-form-comment,
.post-comments-wrapper .comment-form-author,
.post-comments-wrapper .comment-form-url,
.post-comments-wrapper .comment-form-email {
	margin-bottom: 20px;
}
.comment-respond {
	margin-top: 30px;
    padding: 40px 30px;
    background: #F2F2F2;
}
.comment-respond .form-submit {
    margin-bottom: 0;
}
.comment-reply-title {
    text-transform: uppercase;
}
.post-comments-wrapper input {
    display: block;
    line-height: 1.25;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.post-comments-wrapper p.form-submit input {
	border: none !important;
    padding: 13px 35px;
    margin-top: 10px;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
	border-radius: 4px;
}
ul.comments .comment-respond {
    margin-bottom: 24px;
}
.post-comments span.date:before {
    content: "\f017";
}
.post-comments .author {
    text-transform: uppercase;
    margin-bottom: 0;
}
.comment-meta > p {
    padding-top: 10px;
}
.post-comments .comment-meta span, .comment-author-link i {
    padding-right: 10px;
}
.post-comments .comment-meta span.reply > a {
    font-size: 16px;
    color: #b3b3b3;
}
.post-comments span.date:before {
   	font-family: 'FontAwesome';;
    padding-right: 10px;
}
.comments .author-img img {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.post-comments-wrapper ul.children {
    padding-left: 40px;
}
.post-comments .page-numbers {
    padding: 8px 17px;
    margin-right: 10px;
    border: 1px solid rgb(236, 236, 236);
    font-size: 13px;
    margin-bottom: 8px;
}
.post-comments .page-numbers:hover, .post-comments .page-numbers.current {
	color: #fff;
	opacity: 1;
}
/*--------------------------------------
	General Meta Styles
----------------------------------------*/
.post-meta .nav .nav-item, .nav.comments-share > li, .comments-like-nav > li {
	padding: 0 8px;
}
.post-meta .nav .nav-item:first-child, .nav.comments-share > li:first-child, .comments-like-nav > li:first-child {
	padding-left:0;
}
.post-meta .nav .nav-item:last-child, .nav.comments-share > li:last-child, .comments-like-nav > li:last-child {
	padding-right:0;
}
.post-tags a {
    padding-left: 4px;
}
.entry-title a {
    color: #333;
}
.standard-layout article.post:first-child header.entry-header {
    padding-top: 0;
}
.post-meta a {
    color: inherit;
}
.independent-block-post.text-center .nav.post-meta {
    float: none;
}
.post-fav-wrap a.icon.icon-heart.post-fav-done,
.single-post-template article.post .post-format-wrap .post-overlay-items .post-fav-wrap a.icon.icon-heart.post-fav-done
 {
    color: #e72153;
}
.icon-like:before, .icon-dislike:before {
    font-size: 15px;
}
span.like-count, span.dlike-count {
    padding: 0 6px;
    display: inline-block;
    font-family: "Work Sans";
}
ul.nav.nav-block > li {
    display: inline-block;
}
ul.nav.nav-block {
    display: block;
}
.post-more .read-more {
    padding: 5px 20px;
    color: #fff;
    background: #000000;
	display: block;
}
.blog-template article.post .post-meta .read-more {
    background: transparent;
    color: inherit;
    border: solid 2px #eee;
    margin-top: 10px;
}
.blog-template article.post .post-meta .read-more:hover {
    background: #333;
    color: #fff;
}
/* Post Meta*/
.post-category > a:first-child, .post-tags > a:first-child {
    padding-left: 0;
}
.pull-center .author-info-wrapper .media-left.author-avatar img {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.posts-count h1 {
    text-transform: capitalize;
    font-size: 18px;
	line-height: 26px;
}
.posts-count h1:before{
    content: "\e005";
}
.posts-count h6:before{
    content: "\e05f";
}
.posts-count h6:before, .posts-count h1:before {
    font-family: Simple-Line-Icons;
    font-size: 13px;
    padding-right: 10px;
    vertical-align: middle;
}
/* 	Magnific Popup Styles */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
article.post.format-video .post-format-wrap {
    margin-left: 0;
    margin-right: 0;
}
article.post.format-video .post-format-wrap .post-overlay-items {
    left: 0;
    right: 0;
}
.post-video-wrap {
	position: relative;
}
.post-video-wrap iframe{
	border: none;
}
.video-play-icon {
	left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.video-play-icon > span {
    font-size: 75px;
    color: rgba(255, 255, 255, 0.8);
}
.grid-layout .video-play-icon > span {
    font-size: 40px;
}
.zoom-anim-dialog{
	max-width: 800px;
	margin:0 auto;
	position:relative;
}
.zoom-anim-dialog .mfp-close {
    left: auto;
    position: absolute;
}
/*------------------------
	Infinite Scroll
--------------------------*/
#infscr-loading {
    bottom: -30px;
    left: 0;
    position: absolute;
    right: 0;
}
#infscr-loading > img {
    left: 50%;
    position: absolute;
    top: 0%;
    transform: translateX(-50%);
    margin-top: 40px;
}
#infscr-loading > div {
    margin: 0 auto;
    text-align: center;
	text-align: -webkit-center;
    font-size: 20px;
}


/*--------------------------------------------------------------
15. Owl Carousel
--------------------------------------------------------------*/
.owl-carousel, .owl-carousel .owl-item {
    position: relative;
}
/*owl navigation*/
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}
.owl-carousel .owl-dot {
    display: inline-block;
}
.owl-dot.active span {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.owl-dot span {
    background: #171717 none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    display: block;
    height: 7px;
    margin: 0 7px;
    width: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #000;
    z-index: 999999;
}

/*owl Navigation*/
.owl-nav {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    bottom: auto;
    position: absolute;
    width: 100%;
    margin: 0;
}
.owl-nav > div {
    line-height: 33px;
	position: relative;
    text-align: center;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}
.owl-nav > div.owl-prev {
    float: left;
    margin: 5px 30px;
}
.owl-nav > div.owl-next {
    float: right;
    margin: 5px 30px;
}
.owl-nav > div {
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
	opacity: 0;
}
.owl-prev, .owl-next {
    display: inline-block;
    background: #000;
    padding: 0 10px;
    color: #fff;
}
.owl-prev:hover, 
.owl-next:hover {
    background: #000;
}
.independent-news-slider:hover .owl-prev,
.independent-news-slider:hover .owl-next,
.owl-banner:hover .owl-prev,
.owl-banner:hover .owl-next {
	opacity: 1;
}
.owl-prev {
    margin-right: 10px;
}
.owl-carousel .owl-stage-outer .owl-item .item img {
    max-width: 100%;
    width: auto;
}

/*--------------------------------------------------------------
16. Widget Styles
--------------------------------------------------------------*/
.widget-area .widget, .vc_row .widget {
    margin-bottom: 40px;
    border: solid 1px #d9d9d9;
    padding: 30px;
	transition: ease-in-out .2s;
}
.widget-area.right-widget-area, .widget-area.left-widget-area {
    margin-bottom: 50px;
}
.site-footer .widget:last-child {
    margin-bottom: 0;
}
/*widget general*/
.widget {
    max-width: 100%;
	overflow: hidden;
	margin-bottom:30px;
	width: 100%;
}
.widget .nav {
    display: block;
}
.widget-area .widget .widget-title {
    margin-bottom: 40px;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
/*widgets title*/
.widget-title {
    position: relative;
    text-transform: uppercase;
}
.site-footer .widget {
    line-height: 28px;
}
.widget-img.text-left img {
    margin: 0 0 25px 0;
	image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
.site-footer .widget-title {
    margin-top: 0;
}
.widget .widget-title:after {
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -15px;
    position: absolute;
}
.widget .widget-title:after {
    background: #2d2d2d;
}

.widget-title {
    margin: 0;
    margin-bottom: 48px;
    display: block;
    padding: 0px;
    border-bottom: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-top: none;
}
.widget-title a {
    color: #fff;
}
/*Style 1*/
.widget-area .widget .widget-title.title-style-1,
.wpb_widgetised_column .widget-title.title-style-1 {
    border: none;
    background: #000;
    color: #fff;
    text-align: center;
	margin-bottom: 25px;
	padding: 7px;
}
.widget-area .widget .widget-title.title-style-1:before,
.widget-area .widget .widget-title.title-style-1:after,
.wpb_widgetised_column .widget-title.title-style-1:before,
.wpb_widgetised_column .widget-title.title-style-1:after {
	content: unset;
}
.widget select {
    width: 100%;
}
.widget ul li, .widget ol li {
	padding: 5px 0;
}
.widget ul .children li {
    padding-left: 15px;
}
.widget p:last-child {
    margin-bottom: 0;
}
.widget ul:last-child {
    margin-bottom: 0;
}
.widget .comments-wrap > *:last-child {
    margin-right: 0;
}
.widget .comments-wrap > * {
    display: inline-block;
    margin-right: 15px;
}
/*Video*/
.widget_media_video .mejs__container, .widget_media_video .mejs__overlay-play,
.widget_media_video .wp-video-shortcode video, video.wp-video-shortcode {
    height: 100%;
    max-width: 100%;
}
/*About widget*/
.widget.zozo_about_widget img {
    margin-bottom: 20px;
}
.zozo_about_widget > *:last-child {
    margin-bottom: 0;
}
img.sign-image {
    margin-top: 20px;
    max-width: 250px;
}
.about-widget .author-url a {
    padding: 5px 20px;
    color: #fff;
    background: #000000;
    display: inline-block;
}
/*Most View Posts*/
.independent_most_view_post_widget .most-viewed-posts h6 {
    font-size: 15px;
    padding-top: 16px;
    line-height: 24px;
}
.independent_most_view_post_widget .most-viewed-post-item {
    margin-bottom: 30px;
}
.widget.independent_most_view_post_widget {
    padding-bottom: 0;
}
/*Ad Widget*/
.widget-area .widget.zozo_ads_widget, 
.vc_row .widget.zozo_ads_widget {
    padding: 0;
    border: none;
    background: none;
}
/*Author widget*/
.zozo_author_widget img {
    margin: 0 0 10px 0;
}
.zozo_author_widget span {
    display: block;
}
/*Contact Info Widget */
.contact-widget-info > p > span:first-child {
    width: 30px;
    line-height: 2;
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.contact-widget-info > p > span:last-child {
 	display: table-cell;
}
.contact-widget-info > p {
    margin-bottom: 10px;
    display: block;
}
.contact-widget .contact-text {
    margin-bottom: 20px;
}
.contact-widget > p > span {
    margin-right: 8px;
}
/*instagram widget*/
/*Instagram Pictures*/
.widget .instagram-pics li {
    display: inherit;
    float: left;
    height: 90px;
    width: 33.3333%;
    padding: 3px !important;
}
.widget .instagram-pics li .insta-footer-img {
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.instagram-pics.instagram-size-thumbnail li {
    height: 85px;
    width: 85px;
}
.instagram-pics.instagram-size-large li {
    height: 100px;
    width: 50%;
}

/* Cols */
.widget .instagram-pics.insta-col-2 li {
    width: 50%;
}
.widget .instagram-pics.insta-col-3 li {
    width: 33.3333%;
}
.widget .instagram-pics.insta-col-4 li {
    width: 25%;
}
.widget .instagram-pics.insta-col-5 li {
    width: 20%;
}
.widget .instagram-pics.insta-col-6 li {
    width: 16.66666%;
}
.widget .instagram-pics.insta-col-8 li {
    width: 12.5%;
}
.widget .instagram-pics.insta-col-10 li {
    width: 10%;
}


ul.nav.instagram-pics {
    margin: 0 -3px;
}
.widget .instagram-pics.instagram-size-original li {
    width: 100%;
    height: 150px;
}
.widget-area .instagram-pics.instagram-size-large li {
    width: 33.3%;
    height: 100px;
}
.widget.null-instagram-feed .clear {
    text-align: center;
    margin-bottom: 0;
}
.null-instagram-feed p a {
    padding: 8px 25px;
    display: inline-block;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    margin-top: 20px;
    color: #fff;
}
.null-instagram-feed p a:hover {
    background: #000;
}
/* Instagram Hover Effects */
.instagram-pics > li > a div.insta-footer-img {
    position: relative;
}
.widget .instagram-pics > li > a div.insta-footer-img{
	position: relative;
	overflow:hidden;
}
.instagram-pics > li > a div.insta-footer-img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.instagram-pics > li > a div.insta-footer-img:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Tag cloud */
.widget.widget_tag_cloud a.tag-cloud-link {
	font-size: 11px !important;
    padding: 6px 8px;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    margin-bottom: 8px;
    margin-right: 2px;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    border: solid 1px #303030;
}
.widget-area .widget_tag_cloud a.tag-cloud-link {
    border: none;
    background: #eee;
    font-size: 12px !important;
    color: #717171;
}
.widget.widget_tag_cloud a.tag-cloud-link:hover  {
	background: #000;
    color: #e5e5e5;
}
.site-footer .widget_categories span.cat-count {
    background: #353535;
    color: #ffffff;
}
.widget_categories ul > li {
    padding: 15px 0;
}
.widget_categories > ul > li:first-child {
    padding-top: 0;
}
.widget_categories ul > li:last-child {
    padding-bottom: 0;
}
.widget_categories ul ul.children {
    padding-top: 15px;
}
.widget_categories .cat-item:last-child {
    border-bottom: 0;
}
.widget_categories span.cat-count {
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #f0f0f0;
    padding: 1px;
    border-radius: 4px;
    font-weight: 400;
    color: #929292;
}
.widget_categories .cat-item a {
    font-size: 15px;
    letter-spacing: 0.2px;
}
/*widget service menu*/
.widget-area .widget .menu-item-object-independent-service a {
    display: block;
    padding: 15px 20px;
    background: #f7f7f7;
    color: #000;
    border-left: 5px solid;
	font-weight:600;
}
.widget-area .widget .menu-item-object-independent-service a:hover,
.widget-area .widget .menu-item-object-independent-service.current-menu-item a {
    color: #fff;
    -webkit-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    border-color: #eaeaea;
}

/*widget Archive*/
.widget_archive li:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 10px;
}

/*widget calender*/
.widget_calendar th, .widget_calendar td {
    text-align: center;
	border: 1px solid #ccc;
}
.widget_calendar tr {
    border-bottom: 1px solid #eee;
} 
.widget_calendar table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
	color:#fff;
}
.widget_calendar caption {
    border-color: transparent;
    padding-bottom: 0;
}
.widget_calendar .calendar_wrap td a {
    font-weight: 800;
}
.widget_calendar td,
.widget_calendar th {
    padding: 0.4em;
}
.widget_calendar caption {
    text-align: center;
    font-weight: 600;
}
/*Twitter Widget*/
.zozo-twitter-widget .twitter-wrap.media {
    margin-bottom: 20px;
}
.widget .zozo-twitter-widget ul li.tweet-item {
	padding:0;
}	
.tweet-profile-pic img {
    max-width: 50px;
}
/*opening hours*/
span.open-time {
    float: right;
}
/*Tab Widget*/
.widget .nav.nav-tabs {
    border-bottom: 2px solid;
}
.nav-fill .nav-item {
    padding: 0;
}
.zozo_advance_tab_post_widget .nav-tabs .nav-link {
    line-height: 36px;
    border-radius: 0;
    color: #000;
	border: 0;
    font-weight: 600;
	background: #ededed;
}
.zozo_advance_tab_post_widget .nav-tabs .nav-item.show .nav-link,
.widget .nav-tabs .nav-link.active {
    background: #000000;
}
.widget.zozo_advance_tab_post_widget p {
    font-size: 14px;
    line-height: 1;
	margin-bottom: 10px;
}
.widget.zozo_advance_tab_post_widget p:last-child {
    margin-bottom: 0;
}
.zozo_advance_tab_post_widget .nav-tabs .nav-item.show .nav-link, .widget .nav-tabs .nav-link.active {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.post-item-comment span:before,
.side-item-meta span.post-item-comment:before{
	content: "\e04a";
    font-family: Simple-Line-Icons;
	font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: top;
}
.post-item-date span:before,
.side-item-meta span.post-item-date:before {
	content: "\e075";
    font-family: Simple-Line-Icons;
	font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: top;
}
.zozo_advance_tab_post_widget .post-item > .post-image {
	max-width: 110px;
	position: relative;
}
ul.nav.nav-tabs {
    display: flex;
    border-bottom: 0;
}
.tab-content {
    padding: 0px 0 0;
    position: relative;
}
.zozo_advance_tab_post_widget ul.post-newsfeed li,
.zozo_advance_tab_post_widget li.recentcomments {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
.zozo_advance_tab_post_widget .post-item-desc p a {
    font-size: 13px;
    vertical-align: middle;
    color: #777;
}
.zozo_advance_tab_post_widget ul.post-newsfeed li:last-child,
.zozo_advance_tab_post_widget li.recentcomments:last-child {
    padding-bottom: 0;
	border: none;
}
.zozo_advance_tab_post_widget .post-image a {
    display: block;
    position: relative;
}
.post-item:hover .post-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
	-webkit-transition: .2s ease all;
    transition: .2s ease all;
}
/*Widget Latest Post*/
.side-item {
    position: relative;
}
.widget.independent_latest_post_widget img,
.widget.independent_popular_post_widget img {
    margin: 0 22px 0 0;
    float: left;
}
.widget.independent_latest_post_widget li, 
.independent_popular_post_widget li {
    margin-bottom: 22px;
    clear: both;
    position: relative;
    display: inline-block;
    padding: 0 !important;
}
.independent_latest_post_widget .comments-wrap, 
.independent_popular_post_widget .side-item-meta span {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.widget.independent_latest_post_widget li:last-child,
.independent_popular_post_widget li:last-child {
	margin-bottom:0;
}
.independent_latest_post_widget li .side-item-text a,
.independent_popular_post_widget li a {
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
    line-height: 26px;
    font-size: 16px;
}
.comments-wrap > * i {
    margin-right: 4px;
}
.widget .comments-wrap > *:last-child {
    margin-right: 0;
}
.widget.independent_latest_post_widget li .side-item, 
.independent_popular_post_widget li .side-item {
    clear: both;
    float: none;
}
.widget.independent_latest_post_widget li .side-image, 
.independent_popular_post_widget li .side-image {
    float: left;
}
.widget.independent_latest_post_widget li .side-image .side-noimg,
.independent_popular_post_widget li .side-image .side-noimg {
    margin-right: 10px;
}
.widget.independent_latest_post_widget li .side-item-text, 
.independent_popular_post_widget li .side-item-text {
    display: table-cell;
}
/*Serial*/
span.post-serial {
    font-size: 13px;
    position: absolute;
    color: #fff;
    font-weight: 700;
    top: 0;
    left: 0;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    width: 30px;
    height: 30px;
	text-align: center;
    text-align: -webkit-center;
    vertical-align: middle;
    line-height: 33px;
    transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
}
/*Mail Chimp*/
.widget.independent_mailchimp_widget .zozo-mc-form .zozo-mc-subtitle {
    margin-bottom: 23px;
}
.widget.independent_mailchimp_widget .zozo-mc-form {
	text-align: center;
}
.widget.independent_mailchimp_widget > img {
    margin-bottom: 20px;
	max-width: 130px;
}
.site-footer .widget.independent_mailchimp_widget .zozo-mc-form {
    padding: 0;
    background: transparent;
}
.widget.independent_mailchimp_widget .form-control {
    background: #FAFAFA;
    margin-bottom: 17px;
}
.widget.independent_mailchimp_widget .btn {
    padding: 11px 12px;
    border-radius: 4px;
}
/*opening hours */
.opening-hours .time {
    float: right;
}
.mc-submit-btn, .mc-submit-btn:hover, .btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
}
/*widget rss*/
.rsswidget img {
    display: inherit;
}
.widget_rss ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(120,120,120,0.5);
    padding-top: 0;
}
.widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

/*Widget Image */
.widget img {
    margin: 0 auto;
	width: auto;
}
.weather-title {
    text-align: center;
    margin-bottom: 18px;
	color: #fff;
}
.weather-single-wrap {
    padding-bottom: 15px;
    color: #fff;
}
.weather-widget.widget-content {
    padding-top: 30px;
    background: url(http://demo.zozothemes.com/xmazine/wp-content/uploads/2018/04/weather-bg-3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.widget.zozo_weather {
    padding: 0;
}
.weather-days-report .weather-img-wrap:nth-child(odd) {
    background: rgba(0, 136, 255, 0.4117647058823529);
    color: #fff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.68), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.weather-days-report .weather-img-wrap:nth-child(even) {
    background: rgba(0, 111, 208, 0.47843137254901963);
    color: #fff;
}
/*Widget Social */
.site-footer ul.social-icons > li > a {
    font-size: 22px;
    width: auto;
    margin-right: 22px;
    line-height: 1;
    height: auto;
}
.widget-area ul.social-icons > li {
    padding: 0;
    margin: 0;
}
.widget-area ul.social-icons > li > a,
.wpb_widgetised_column ul.social-icons > li > a {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-right: 7px;
    width: 50px;
}
.widget-area .widget.zozo_social_widget {
    padding-bottom: 18px;
}
.widget-area ul.social-icons > li > a:first-child {
    margin-bottom: 12px;
}
.site-footer ul.social-icons > li {
    padding: 0;
    line-height: 1;
}
/*Custom Widget Menu*/
.footer-bottom-widget .widget_nav_menu li {
    float: left;
    padding: 0 9px;
}
/*Footer Menu */
.footer-menu li {
    display: inline-block;
}
.footer-menu li:after {
    content: "|";
    padding: 0 10px;
}
.footer-menu li:last-child:after {
    content: "";
}
/*--------------------------------------------------------------
17. VC Styles
--------------------------------------------------------------*/
.vc_row {
	padding: 60px 0;
}
.row-overlay-light,.row-overlay-custom,.row-overlay-dark, .vc_row{
	z-index:0;
}
.vc_row.vc_inner {
	padding: 0;
}
.vc_row-has-fill > div > .vc_column-inner:first-child, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner:first-child {
    padding-top: 0;
}
.bg-fixed > div , section.bg-fixed ,.vc_row.bg-fixed {
    background-attachment: fixed;
}
/* Vc Row Styles */
span.row-overlay {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.row-overlay-dark > span.row-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.row-overlay-light > span.row-overlay {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

/*--------------------------------------------------------------
18. Footer Styles
--------------------------------------------------------------*/
footer.site-footer {
	position: relative;
}
.footer-menu{
	padding:0;
}
.footer-menu > li {
    display: inline-block;
}
footer.site-footer {
    position: relative;
    overflow: hidden;
}
.footer-bottom-items.nav > li {
    display: block;
}
/*Footer Top*/
.footer-top-wrap {
	padding:60px 0;
}

/*Footer Middle*/
.footer-middle-wrap {
    padding: 60px 0 30px 0;
}
/*footer Bottom*/
.footer-bottom.footer-bottom-fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
}
.footer-fixed .footer-bottom.footer-bottom-fixed {
	position: relative;
}
.footer-bottom {
    background: #000;
    color: #fff;
}
/*-------------------------------
19. Woo Styles
---------------------------------*/
.loop-product-wrap {
    margin: 0 2.8%;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
    border: solid 1px #eaeaea;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
	border-radius: 5px;
}
.loop-product-wrap:hover {
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    -moz-box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    border-color: transparent;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 30.33%;
	margin-bottom: 0;
}
/* Woo Top Meta */
.woo-top-meta > form {
    display: inline-block;
}
.woocommerce-product-gallery figure {
    max-width: none;
}
.mini-cart-items i.icon-bag {
    font-size: 16px;
}
.mini-cart-items a.cart-contents:hover {
    color: inherit;
}
header .cart-contents, .mobile-header .cart-bar-toggle {
    position: relative;
}
header .cart-count, .mobile-header .cart-count {
    color: #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 10px;
    height: 18px;
    line-height: 17px;
    position: absolute;
    right: -8px;
    text-align: center;
    bottom: -8px;
    width: 18px;
}
.cart-dropdown-menu {
    left: auto;
    margin: 0;
    right: 0;
    width: 280px;
    padding: 15px;
}
.dropdown-menu.cart-dropdown-menu .cart-item .no-cart-items {
    font-size: 14px;
}
.cart-dropdown-menu > li > * {
    display: inline-block;
}
.cart-dropdown-menu .product-remove {
    background: #f6f6f6;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;    
    height: 27px;
    line-height: 28px;
    position: absolute;
	right: 0;
	text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);    
	width: 27px;    
}
.cart-dropdown-menu .product-name {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    width: auto;
    max-width: 150px;
    vertical-align: middle;
}
.cart-dropdown-menu img {
    margin: 0 !important;
}
.cart-dropdown-menu > li .product-thumbnail {
    margin-right: 10px;
    margin-bottom: 12px;
    max-width: 60px;
}
.cart-dropdown-menu .mini-view-cart {
    line-height: 1;
}
.dropdown-menu.cart-dropdown-menu .mini-view-cart a {
    font-size: 14px;
    padding: 8px 25px;
    color: #fff;
	max-width: 150px;
    margin: 0 auto;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}
.dropdown-menu.cart-dropdown-menu .mini-view-cart a:hover {
    background: #000;
    color: #fff;
}	
.cart-dropdown-menu > li {
    line-height: 1;
	position: relative;
}
.remove-item-overlay > img {
    padding-top: 15px;
}
.no-cart-items, .cart-update-pbm {
    color: #333333;
    line-height: 1;
    margin-bottom: 0;
    width: 100%;
	font-size: 12px;
}
.remove-item-overlay {
    left: 0;
    position: absolute;
    right: 0;
	top: 0;
	display: none;
}
.woocommerce ul.products.related-slider li.product, 
.woocommerce-page ul.products.related-slider li.product {
    margin: 0;
    width: 100%;
}
.woo-top-meta .woocommerce-result-count {
    margin: 11px 0;
}
.woo-top-meta form {
    display: inline-block;
	margin-bottom: 25px !important;
}
.woo-top-meta select {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    line-height: 24px;
    padding: 8px 20px;
    height: 50px;
    width: 260px;
    color: #777777;
    cursor: pointer;
    border: 1px solid #f3f5fe;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
	background-position: right center;
	background-repeat: no-repeat;
    -webkit-appearance: none;
	-moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #f3f5fe;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
	text-align: center;
}
.woocommerce .product .price, 
.woocommerce ul.products li.product .price {
	font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.woocommerce ul.products li.product .price, .woocommerce .product .price {
	color: #636363;
    margin-bottom: 0;
}
.woocommerce.single .product .price {
	color: #252525;
}
.woocommerce .product .price del .amount {
    font-size: 16px;
}
.woocommerce.single .product .price {
    text-align: left;
}
.woocommerce .product .price del,
.woocommerce ul.products li.product .price del {
    padding-right: 10px;
    color: #848484;
}
.woocommerce .product .price ins, 
.woocommerce ul.products li.product .price ins, 
.woocommerce.single  .product .price ins {
    text-decoration: none;
    display: inline-block;
	font-weight: 600;
}
.woocommerce .product .onsale,
.woocommerce ul.products li.product .onsale {
    left: 15px;
    top: 15px;
    color: #fff;
    right: auto;
    min-width: auto;
    display: block;
    overflow: hidden;
    padding: 5px 12px;
    min-height: auto;
    font-weight: 400;
    line-height: initial;
    font-size: 14px;
    border-radius: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.woocommerce ul.products li.product .onsale {
	left: 15px;
    top: 22px;
}
.woocommerce ul.products li.product .woo-thumb-wrap {
    position: relative;
	margin-bottom: 15px;
}
.woocommerce ul.products li.product .button, 
.woocommerce ul.products li.product .added_to_cart {
    font-size: 15px;
	line-height: 27px;
    margin: 0 auto;
    padding: 10px 30px;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    color: #fff;
	opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
	top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 170px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.woocommerce ul.products li.product .loop-product-wrap:hover .button,
.woocommerce ul.products li.product .loop-product-wrap:hover .added_to_cart {
	opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.woocommerce ul.products.related-slider li.product .button,
.woocommerce ul.products li.product .button.loading,
.woocommerce ul.products li.product .button.added {
    padding: 10px 30px;
}
.woocommerce ul.products li.product .added_to_cart {
    opacity: 1;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 15px;
	margin-top: 10px;
    border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
}
.woocommerce button.button, 
.woocommerce .product .button, 
.woocommerce.single .product .button, 
.woocommerce #review_form #respond .form-submit input,
.woocommerce ul.products li.product .loop-product-wrap:hover .added_to_cart {
	font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.woocommerce .product .button:hover, 
.woocommerce.single .product .button:hover,
.woocommerce button.button:hover,
.woocommerce #review_form #respond .form-submit input:hover {
	background: #000;
	color: #fff;
}
.woocommerce .woocommerce-ordering {
    margin: 0 10px 1em;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	color : #fff;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
	color : #fff;
}



/* Single */
.product_meta > span {
    padding-right: 15px;
    display: block;
}
.woocommerce.single .product_meta .post-social {
    margin-top: 20px;
}
.single-product .product_meta ul.social-icons > li > a {
    background: #f3f5fe;
}
.single.woocommerce .product .entry-summary .price,
.single.woocommerce .product .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
}
.single-product .product_meta {
    margin-bottom: 15px;
}
.woocommerce div.product form.cart {
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations select {
    border: 1px solid #eaeaea;
}
.woocommerce .woocommerce-product-gallery ol.flex-control-thumbs {
    padding-top: 18px !important;
}
.woocommerce .woocommerce-product-gallery ol.flex-control-thumbs li:last-child {
    margin-right: 0 !important;
}
.woocommerce .woocommerce-tabs {
    padding-top: 30px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: 0px;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {

	padding: 10px 15px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    border: none;
    width: 0;
    height: 0;
}
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
	padding: 30px 25px;
    border: 1px solid #eaeaea;
    margin-top: -1px;
}
.woocommerce-page div.product .woocommerce-tabs .panel > p:last-child {
    margin-bottom: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    background: #f3f5fe;
}
.woocommerce-page div.product .woocommerce-tabs .panel table.shop_attributes {
    margin-bottom: 0;
}
.woocommerce table.shop_attributes td {
    padding: 1px 20px;
}
.woocommerce-tabs .panel h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
	font-weight: 500;
    color: #000;
}
.woocommerce .related.products h2, .up-sells.upsells.products h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: inherit;
    padding-bottom: 20px;
	color: #000;
}
.woocommerce div.product form.cart .button:focus {
    outline: unset;
}
.woocommerce ul.products li.product .star-rating {
	display: block;
    margin: 7px auto 10px;
    text-align: center;
    margin-bottom: 10px;
}
.woocommerce .star-rating span {
    color: #ffb919;
}
.woocommerce .woocommerce-tabs .woocommerce-Reviews-title {
    margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
    padding-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    border: none;
    background: unset;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 98px;
    padding: 0;
    border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
    font-size: 16px;
    color: #252525;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
    font-size: 13px;
    font-weight: 600;
}
.woocommerce .comment-respond .comment-reply-title {
    font-size: 22px;
    color: #252525;
    font-weight: 600;
}
.woocommerce .comment-respond form {
    margin-top: 15px;
}
.woocommerce #review_form #respond .comment-form p.comment-notes {
    margin-bottom: 22px;
}
.woocommerce #review_form .comment-form-author, 
.woocommerce #review_form .comment-form-email {
    width: 49.8%;
    display: inline-block;
}
.woocommerce #review_form .comment-form-author {
    padding-right: 2%;
}
.woocommerce #review_form .comment-form-author input,
.woocommerce #review_form .comment-form-email input {
    width: 100%;
}
.woocommerce #review_form #respond input {
    border: none;
    border-bottom: 1px solid #c7c7c7;
    padding-left: 0;
}
.woocommerce #review_form #respond input,
.woocommerce #review_form #respond textarea {
    padding: 10px;
    border: 1px solid #eaeaea;
}
.woocommerce #review_form #respond .comment-form-comment {
    margin-bottom: 25px;
}
.woocommerce #review_form .comment-form-author,
.woocommerce #review_form .comment-form-email {
    margin-bottom: 50px !important;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce div.quantity {
    display: block;
}
.woocommerce div.product form.cart div.quantity {
    margin-bottom: 20px;
}
.woocommerce.single .quantity input.input-text.qty {
    margin-right: 0px;
    height: 50px;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    padding: 0 20px 0 10px;
    font-size: 20px;
    background: #f3f5fe;
    color: #777777;
}
.woocommerce.single .quantity input{
    line-height: 25px;
}
.independent-single-product .page-title-wrap a {
    color: inherit;
}
.up-sells.upsells.products{
    margin-bottom: 50px;
    margin-top: 50px;
}
.single-product.woocommerce div.product .product_title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
/* Crt */
.woocommerce-cart .independent-content > .independent-content-inner {
	border-top: 0;
}

/* Woocommerce Grouped Products */
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item {
    margin-bottom: 10px;
    display: block;
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item > * {
    margin-bottom: 10px;
}
.woocommerce-grouped-product-list-item__price p:last-child{
    margin-bottom: 0;
}
/* Woocommerce Sidebar */
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
	margin-bottom: 32px;	
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
    width: 15px;
    height: 15px;
    top: -7px;
    background: #333;
}
.widget_price_filter .price_label {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    padding: 0 0 13px;
    margin: 13px 0 0;
    min-height: 65px;
}
.woocommerce ul.product_list_widget li {
    border-bottom: 1px solid #eee;
    position: relative;
}
.woocommerce ul.product_list_widget li:last-child {
    border: none;
}
.woocommerce ul.product_list_widget li a {
    color: #7f7f7f;
    font-weight: 500;
    position: relative;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-right: 10px;
    min-height: 60px;
    margin-left: 0;
}
.product_list_widget .amount {
    font-weight: 500;
}
.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after {
    top: 10px;
    right: 18px;
	font-size: 16px;
}
/* Woocommerce Cart */
.woocommerce table.shop_table {
    margin-bottom: 0;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    border-color: #e1e1e1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    color: #333;
	padding: 14px 12px;
}
.woocommerce table.shop_table th.product-remove, 
.woocommerce-page table.shop_table th.product-remove {
    padding: 0;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    margin: 0 -15px;
}	

.woocommerce table.shop_table td.product-thumbnail, .woocommerce-page table.shop_table td.product-thumbnail {
    padding: 15px;
}
.shop_table.cart td.product-name > a {
    color: #333;
}
.shop_table.cart td.product-price .amount,
.shop_table.cart td.product-subtotal .amount {
    font-size: 17px;
    font-weight: 500;
}
.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
    line-height: 30px;
    width: 26px;
    height: 26px;
    float: right;
    color: #999999 !important;
    font-weight: 300;
}
.woocommerce table.cart a.remove:hover {
    color: #fff!important;
}
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    width: 40%;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #e0e0e0;
    padding: 12px 17px;
    text-align: center;
	line-height: 18px;
   	font-size: 14px;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    width: 50%;
}
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button {
    float: left;
	font-size: 14px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0 15px 0 0;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
   text-transform: uppercase;
   line-height: 18px;
   font-size: 14px;
}
.woocommerce table.cart td.actions .coupon .input-text:-moz-placeholder { 
   text-transform: uppercase;
   line-height: 18px;
   font-size: 14px;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder {  
   text-transform: uppercase;
   line-height: 18px;
   font-size: 14px;
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder { 
   text-transform: uppercase;
   line-height: 18px;
   font-size: 14px;
}
.woocommerce table.shop_table td.product-remove, 
.woocommerce-page table.shop_table td.product-remove {
    padding: 0 15px 0 0;
}
.woocommerce table.shop_table td.product-name {
    font-weight: 600;
}
.woocommerce table.shop_table td.product-thumbnail {
    padding: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
    display: block !important;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
    margin-bottom: 15px;
}
.woo-cart-collaterals-container,
.woo-cart-totals-container {
    margin-top: 35px;
}
.shipping label {
    display: inline;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: none;
}
.woocommerce-page .price_slider_amount .button {
    padding: 8px 30px 8px 30px;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cross-sells h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

/* Woocommerce Checkout */
.woocommerce-checkout .independent-content > .independent-content-inner {
    border-top: 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.zozo-woocommerce-thank-you .order_info {
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #e1e1e1;
}
.woocommerce #order_review table.shop_table thead,
.woocommerce-page #order_review table.shop_table thead,
.woocommerce #order_review .order-total {
    background-color: transparent;
}
.woocommerce-checkout-review-order table.shop_table td:last-child {
    padding-right: 15px;
}
.woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout-review-order .woocommerce table.shop_table td {
    padding-left: 15px;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
    padding-left: 0;
    color: #000
}
.woocommerce form .form-row label {
    color: #000;
}
.woocommerce-checkout h2, .woocommerce-checkout h3 {
    color: #000;
    margin-bottom: 30px;
}
.woocommerce #order_review .shop_table thead tr th,
.woocommerce #order_review .shop_table .cart_item td {
    padding: 15px;
    background: transparent;

}
#ship-to-different-address .checkbox {
    display: inline-block;
    font-weight: 500;
}
#ship-to-different-address {
    width: 100%;
}
#ship-to-different-address .input-checkbox {
    margin-right: 10px;
}
.woocommerce-shipping-calculator button:focus{
    outline: none;
}
.woocommerce table.shop_table td{
    padding: 15px 20px;	
}
.woocommerce-cart-form table.shop_table td {
    padding: 20px 20px;
}
.woocommerce-cart .toggle-search-form input.form-control {
    border: 0;
    padding: 0;
}
.select2-drop-active,
.select2-container .select2-choice {
    border-color: transparent;
    padding: 5px 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}
span.select2-selection.select2-selection--single {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
}
.woocommerce form .form-row .input-checkbox {
    position: relative;
}
.woocommerce button.button.alt:hover {
    color: #fff !important;
}
.woocommerce-cart .toggle-search-form input.form-control {
    border: 0;
    padding: 0;
}

.payment_methods label {
    font-weight: 600;
    font-size: 13px;
}
.woocommerce-checkout form .form-row label.inline {
    float: left;
    line-height: 40px;
    width: 100%;
}
.woocommerce-checkout .inline > input {
    float: left;
    margin-right: 5px;
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
    width: 100%;
}
.woocommerce #order_review table.shop_table,
.woocommerce-page #order_review table.shop_table {
    margin-right: 15px;
    width: 100%;
}
.order-total > th {
    line-height: 26px;
}
.woocommerce-cart-form table td, 
.woocommerce-cart-form table th{
    border:0;
}
.woocommerce-privacy-policy-text p{
    margin-bottom: 15px;
}
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce #order_review table.shop_table tfoot th,
.woocommerce-page #order_review table.shop_table tfoot td,
.woocommerce-page #order_review table.shop_table tfoot th,
.woocommerce #order_review table.shop_table th,
.woocommerce-page #order_review table.shop_table th {
    background: transparent;
    font-size: 16px;
}
.single-sidebar-container .woocommerce-checkout-payment {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
    display: inline-block;
}
.woocommerce-checkout #payment div.payment_box {
    padding: 10px 31px;
}
.payment_box p {
    color: #333;
}
.woocommerce #payment,
.woocommerce-page #payment {
    background: none;
}
.payment_methods.methods {
    border: 1px solid #e3e3e3;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after,
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    background: #f7f7f7;
    border: none;
    margin: 0;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}
.woocommerce #order_review .payment_methods.methods {
    padding: 0;
}
.woocommerce-checkout #payment .form-row.place-order {
    padding: 20px 0 0;
}
.checkout #payment {
    margin-bottom: 75px;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-color: #e1e1e1;
}
.woocommerce #order_review .payment_methods.methods > li {
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 20px;
}
.woocommerce #order_review .payment_methods.methods > li:last-child {
    border-bottom: 0px;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
    margin-right: 5px;
}
.checkout_coupon .form-row-last {
    text-align: right;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    padding-left: 15px;
}
.woocommerce-billing-fields input {
    border: 1px solid #eee;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%;
}
.woocommerce-checkout-payment {
    margin-top: 30px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	border: 1px solid #e1e1e1;
    padding: 0px 8px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px !important;
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
    height: 100px !important;
    line-height: 100px !important;
    padding: 6px 10px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
}
.woocommerce-message a.button{
    padding: 9px 20px!important;
}
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper{
    width: 100%;
}   
.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-row input,
.woocommerce-shipping-calculator input{
    color: #777;
}
/* Woocommerce Order Received */
.zozo-woocommerce-thank-you .order_info {
    margin: 20px 0 18px;
    padding: 20px 0px;
    border: 1px solid #e1e1e1;
}
.zozo-woocommerce-thank-you .thank-you-title,
.zozo-woocommerce-thank-you h2,
.woo-order-customer-info h2,
.zozo-woocommerce-order-details h2 {
    font-size: 32px;
    line-height: 42px;
}
.zozo-woocommerce-thank-you .thank-you-title {
    margin-bottom: 0;
}
.zozo-woocommerce-thank-you h3.thank-you-text {
    margin-top: 5px;
}
.woocommerce .order_details li {
    border-right: 1px solid #e1e1e1;
    text-transform: capitalize;
    margin: 0px 20px;
}
.woocommerce .order_details li > strong {
    font-size: 16px;
    font-weight: 300;
}
.woocommerce .order_details li.total,
.woocommerce-page .order_details li.total {
    border-right: none;
}
.woocommerce .order_details li.method,
.woocommerce-page .order_details li.method {
    margin-top: 18px;
    width: 100%;
}
.woocommerce table.shop_table.order_details,
.woocommerce-page table.shop_table.order_details {
    padding: 20px;
}
.woocommerce .zozo-woocommerce-order-details table.shop_table thead {
    background: none;
    height: auto;
}
.woocommerce .zozo-woocommerce-order-details table.shop_table tfoot td,
.woocommerce .zozo-woocommerce-order-details table.shop_table tfoot th,
.woocommerce-page .zozo-woocommerce-order-details table.shop_table tfoot td,
.woocommerce-page .zozo-woocommerce-order-details table.shop_table tfoot th,
.woocommerce .zozo-woocommerce-order-details table.shop_table thead th {
    border: none;
    font-weight: 300;
    font-size: 16px;
}
#order_review_heading {
    margin-top: 40px;
}
.woo-cart-totals-container tr th {
    padding-left: 0;
    font-size: 13px;
    line-height: 26px;
}
.woo-cart-totals-container tr td {
    text-align: right;
    padding-right: 0;
    color: #7f7f7f;
}
.woocommerce-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    margin: 12px;
}
/* Woocommerce Pagination */
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
	padding: 0;
	color: #333;
	display: inline-block;
	line-height: 50px;
	width: 50px;
	position: relative;
	margin-right: 10px;
	border: 1px solid rgb(236, 236, 236);
	margin-bottom: 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.woo-page-prev,
.woocommerce nav.woocommerce-pagination ul li span.woo-page-next {
    font-size: 0;
    padding: 0;
    line-height: 0;
}
.woocommerce .next.page-numbers,
.woocommerce .prev.page-numbers {
    font-size: 0;
}
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before {
	content: "\f104";
}
.woocommerce-page nav.woocommerce-pagination ul li a.next:before {
    content: "\f105";
}
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before, 
.woocommerce-page nav.woocommerce-pagination ul li a.next:before {
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, 
.woocommerce-page #content input.button, .woocommerce-page #respond input#submit, 
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button,
.woocommerce input.button.alt, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled],
.cart_totals .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    padding: 12px 25px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-weight: normal;
    height: auto;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #fff;
    padding: 12px 25px;
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, 
.woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, 
.woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover,
.woocommerce input.button.alt:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled[disabled]:hover,
.cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce button.button.alt:hover {
	background: #000;
	color: #fff;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: block;
    font-size: inherit;
    margin-bottom: 0;
    text-align: -webkit-auto;
    float: left;
}
.cart-collaterals {
    margin-top: 90px;
}
.woocommerce nav.woocommerce-pagination {
     margin-top: 30px;
	 margin-bottom: 30px;
}
/*Woocommerce Widgets*/
.woocommerce .widget-area {
    padding-top: 0;
}
.woocommerce .widget-area .widget {
    margin-bottom: 42px;
}
.woocommerce .widget-area .widget .widget-title:after {
    height: 1px;
    background: #eaeaea;
}
.woocommerce .widget-area .widget:last-child {
    margin-bottom: 0;
}
.woocommerce .widget.zozo_social_widget .widget-title {
    margin: 0;
    padding-bottom: 25px;
}
.woocommerce .footer-middle-wrap .widget-title {
    font-size: 18px;
    line-height: 19px;
}
.woocommerce .widget_product_search input {
    background: #eeeeee;
    border: none;
    font-style: italic;
    font-size: 14px;
    line-height: 45px;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding-right: 112px;
}
.woocommerce .widget_product_search button {
    position: absolute;
    padding: 1px 12px;
    line-height: 45px;
    border: none;
    top: 0;
    right: 0;
    color: #fff;
}
.woocommerce .widget .widget-title, .woocommerce .widget .independent-block-title span {
    margin-bottom: 50px;
}
.woocommerce .widget-area .widget .widget-title:after {
    height: 1px;
    background: #eaeaea;
}
.widget_product_search form.woocommerce-product-search {
    position: relative;
}
.woocommerce .widget_product_search button:focus {
    outline: none;
    box-shadow: none;
}
.woocommerce .widget.widget_product_categories li {
    padding: 0;
}
.woocommerce .widget.widget_product_categories li a {
    color: #888787;
    display: block;
    margin-bottom: 10px;
}
/*Popular Products*/
.woocommerce ul.product_list_widget li a {
    position: relative;
	margin-bottom: 5px;
    font-weight: 500;
    color: #242222;
}
.woocommerce ul.product_list_widget li .star-rating {
	margin-bottom: 4px;
}
.woocommerce .widget.widget_products ins .woocommerce-Price-amount.amount {
    font-weight: 700;
    color: #212121;
    display: block;
    font-size: 18px;
}
/*--------------------------------------------------------------
20. Animation key frames
--------------------------------------------------------------*/
@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}
@-webkit-keyframes header_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes header_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/* Bootstrap Hidden Styles */
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
@media only screen and (max-device-width : 1024px) and (orientation : landscape) {
	.hidden-md-land-down{
		display: none !important;
	}
	.hidden-lg-land-up {
		display: block !important;
	}
}

/*--------------------------------------------------------------
21. Responsive Styles
--------------------------------------------------------------*/
@media only screen and (max-device-width : 991px){
	.footer-bottom{
		text-align:center;
	}
	.footer-bottom-items.nav {
		display: inline-block;
		float: none !important;
		margin: 0 !important;
		padding: 10px 0;
		text-align: center;
	}
}
@media only screen and (max-width: 1024px) {
	/*Woocommerce Styles*/
    .woo-top-meta select {
        width: 238px;
    }
}
@media only screen and (max-width:1024px) and (min-width:992px) {
    /* Woocommerce */
    .woocommerce-result-count {
        width: 100%;
    }
    .woo-top-meta select {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.wpb_row .wpb_column.vc_col-sm-6, .wpb_row .wpb_column.vc_col-sm-12 {
		margin-bottom: 0px;
	}
	.independent_latest_post_widget li .side-item-text a, .independent_popular_post_widget li a {
		line-height: 21px;
		font-size: 14px;
		margin-top: 10px;
	}
	.banner-post-grid .banner-grid-details, .independent-block-overlay {
		padding: 0 6px 6px 6px;
	}
	.independent-block-title {
		margin-bottom: 25px !important;
	}
	.widget-area .widget, .vc_row .widget {
		padding: 15px;
	}
	.independent-block-overlay {
		padding: 0 15px 15px 15px;
	}
	.social-counts.modal-3 > li, 
	.social-counts.modal-4 > li {
		width: 89%;
	}
}
@media screen and (min-width: 768px) {
	.topbar .news-ticker {
		min-width: 550px;
	}
	.site-footer .widget:last-child {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width : 1024px){
	.full-search-wrapper {
		-webkit-animation: none;
		animation: none;
		border-radius: 0;
		padding-bottom: 0;
	}
	.full-search-wrapper.search-form-animate .search-form {
		transform: translateY(-50%);
		opacity: 1;
		top: 50%;
		transition: none;
	}
	.container, .boxed-container, .custom-container, .page-title-wrap .container {
		padding: 0 15px;
	}
}
@media only screen and (max-width : 768px){
	.widget_categories .cat-item a {
		font-size: 13px;
		letter-spacing: 0.2px;
	}
	.widget_categories span.cat-count {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 9px;
	}
	.widget ul.sub-menu {
		padding-left: 8px;
	}
	/*Woocommerce Styles*/
    .woocommerce ul.products li.product {
        width: 50% !important;
        clear: both;
    }
    .woocommerce ul.products[class*=shop-col-] li.product:nth-child(2n) {
        clear: none !important;

    }
    .woocommerce ul.products li.product .woo-thumb-wrap img {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
    }
	.rtl .widget.independent_latest_post_widget li, 
	.rtl .independent_popular_post_widget li {
		width: 100%;
	}
    .adv-wrapper-inner {
        text-align: center;
    }
}
@media only screen and (max-width : 767px){
	.wpb_row .wpb_column {
		margin-bottom: 30px;
	}
	.site-footer.footer-fixed {
		position: relative;
	}
	.footer-bottom.footer-bottom-fixed {
		position: relative;
	}
	/*page title*/
	.page-title-inner .pull-left,
	.page-title-inner .pull-right {
    	width: 100%;
	}
	.page-title-inner > div {
    	display: block;
	}
	.widget-area {
		padding-top: 40px;
	}
	.site-footer .widget:last-child {
		margin-bottom: 30px;
	}
	.widget.independent_latest_post_widget li, 
	.independent_popular_post_widget li {
		display: block;
	}
	.footer-bottom-items.nav {
		display: block;
		float: none;
		margin: 0;
		padding: 10px 0;
	}
	.site-footer .footer-bottom .widget {
		margin-bottom: 0;
	}
	.zozo-twitter-widget .twitter-wrap.media:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.mobile-bar-inner .nav-item-inner .search-form {
		display: block;
	}
	.wpb_widgetised_column {
		padding-top: 60px;
	}
	.container, .boxed-container, .custom-container {
		padding: 0 15px;
	}
	.nav-item-inner .search-form {
		display: block;
	}
	.most-viewed-post-item img {
		width: 100%;
		max-width: 100%;
	}
	.widget.independent_latest_post_widget li .side-image, 
	.independent_popular_post_widget li .side-image {
		margin-bottom: 20px;
	}
	.widget_categories .cat-item a {
		font-size: 15px;
		letter-spacing: 0.2px;
	}
	.widget_categories span.cat-count {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	/*Woocommerce Styles*/
    .woo-top-meta select {
        margin-left: 0;
    }
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: block;
    }
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        margin-bottom: 5px;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        max-width: 100%;
    }
    .woocommerce-additional-fields {
        margin-top: 30px;
    }
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.list-layout .article-inner .post-list-left-part, .list-layout .article-inner .post-list-right-part {
		width:100%;
	}
	.list-layout .article-inner .post-list-left-part {
		margin-bottom:25px;
		padding-right:0;
	}
	.list-layout .article-inner .post-list-left-part .post-thumb-wrap img {
		width:100%;
	}
	.container, .boxed-container, .custom-container {
		padding: 0 15px;
	}
	.footer-middle-wrap, .footer-bottom, .footer-top {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.full-search-wrapper form.search-form {
		width: 90%;
	}
	.woo-top-meta>* {
        display: block;
        overflow: hidden;
        width: 100%;
    }
	.woocommerce ul.products {
		width: auto;
	}
}
@media only screen and (max-width : 540px){ 
	.woocommerce ul.products li.product {
	    width: 100% !important;
    	clear: both;
	}
}
@media only screen and (max-width : 479px){
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin: 0;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 0;
	}
}
@media only screen and (max-width: 480px) {
	.full-search-wrapper .search-form .input-group {
		display: block;
	}
	.full-search-wrapper .input-group-btn {
		width: 20%;
		border-radius: 50px;
		height: 50px;
		line-height: 50px;
		top: 0;
	}
	.full-search-wrapper .search-form .input-group .form-control {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		height: 52px;
		font-size: 13px;
	}
	.single-post-template .top-meta .pull-right, 
	.single-post-template .bottom-meta .pull-right {
		float: none;
		clear: both;
	}
	.full-search-wrapper .search-form .input-group .btn {
		font-size: 18px;
	}
	.single-post-template article ul.social-icons > li > a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.woocommerce ul.products.shop-col-6 li.product,
	.woocommerce ul.products.shop-col-5 li.product,
	.woocommerce ul.products.shop-col-4 li.product,
	.woocommerce ul.products.shop-col-3 li.product,
	.woocommerce ul.products.shop-col-2 li.product {
		width: 100%;
	}
	.woocommerce ul.products li.product .woo-thumb-wrap img {
		width: 100%;	
	}
}
@media only screen and (max-width : 420px){
	.post-list.independent-block-post, .big-list > .independent-block-post {
		display: block;
	}
	.post-list.independent-block-post .post-thumb-wrapper, 
	.big-list > .independent-block-post .post-thumb-wrapper {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 782px) and (min-width: 600px) {
	.logged-in.admin-bar .sticky-outer .header-sticky, .logged-in.admin-bar .sticky-outer .sticky-scroll.show-menu {
		top:46px;
	}
}
@media only screen and (max-device-width : 600px){ 
	.logged-in.admin-bar .mobile-header-inner .sticky-outer .header-sticky, .logged-in.admin-bar .mobile-header-inner .sticky-outer .sticky-scroll.show-menu {
		top: 0;
	}
}
@media (min-width: 768px) {
	.pull-md-3 {
		right: 25%;
	}
	.pull-md-4 {
		right: 33.333333%;
	}
	.pull-md-6 {
		right: 50%;
	}
	.pull-md-8 {
		right: 66.666667%;
	}	
	.push-md-3 {
		left: 25%;
	}
	.push-md-4 {
		left: 33.333333%;
	}
	.push-md-6 {
		left: 50%;
	}
	.push-md-8 {
		left: 66.666667%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
}

@media (min-width: 768px) {
	.site-footer.footer-fixed {
		bottom: 0;
		left: 0;
		margin: 0 auto;
		max-width: 100%;
		position: fixed;
		right: 0;
		z-index: -1;
	}

}

/*--------------------------------------------------------------
24.	RTL( Right to Left ) Styles
--------------------------------------------------------------*/
.rtl {
    direction: rtl;
}
/*RTL Float*/
.rtl .pull-left,
.rtl .page-title-inner .pull-left {
    float: right;
    text-align: right;
}
.rtl .pull-right {
    float: left;
	text-align:left;
}
.rtl .page-title-inner > div  {
	float:none;
}
.rtl .independent-single-post .post-comments .comment-text {
    margin-right: 15px;
}
.rtl .post-box-title {
    margin-bottom: 25px;
}
.rtl .search-toggle-wrap, .rtl .widget .side-item-text {
    padding-right: 15px;
    text-align: right;
}
.rtl .mobile-header-inner > .custom-container {
    clear: both;
    float: none;
    overflow: hidden;
}
.rtl .nav.pull-center {
    float: right;
}
.rtl ul.independent-mobile-menu li.menu-item {
    text-align: right;
}

/*search */
.rtl .close.full-bar-search-toggle {
    left: 16px;
    right: auto;
}
.rtl .nav.news-tabs {
    left: 0;
    right: auto;
    text-align: left;
}
/*RTL Btn*/
.rtl blockquote.blockquote {
	border-left: none;
}
/*RTL Main Menu*/
.rtl .independent-main-menu li a.dropdown-toggle:after {
    margin-right: 8px;
}
.rtl .independent-header .topbar-items.nav ul > li.menu-item > a:after {
    left: -10px;
}
.rtl span.menu-icon,
.rtl .post-tags-before {
	padding-left: 10px;
}
.rtl ul.dropdown-menu > li .post-thumb-wrapper .category-tag {
    padding: 4px 10px;
}
.rtl .independent-main-menu .dropdown-menu .dropdown-menu {
    top: 0;
    right: 100%;
}
.rtl ul.dropdown-menu > li, .rtl ul.mega-child-dropdown-menu > li {
    text-align: right;
}
.rtl .mega-dropdown-menu > li {
    float: right;
}
.rtl .mega-dropdown-menu .independent-block .news-tabs {
    text-align: left;
}
.rtl .dropdown-menu li.dropdown:after {
    content: "\f104";
    left: 15px;
    right: auto;
    top: 10px;
}
.rtl span.menu-tag {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
    margin: 0 7px 0px 0;
}
.rtl .site-footer ul.social-icons > li:first-child > a {
    margin-right: 0;
}
.rtl .dropdown-menu.cart-dropdown-menu {
    left: 0;
    right: auto;
}
.rtl .independent-header ul.dropdown-menu > li > a:hover {
	padding-right:20px;
	padding-left:0px;
}
.rtl .mini-cart-items > a > i {
    display: inline-block;
}
/*Sticky Header*/
.rtl .zmm-dropdown-toggle {
    left: 0;
    right: auto;
}
.rtl .nav.news-tabs > li:last-child > a {
    padding-left: 0;
}
.rtl .full-search-wrapper .input-group-btn {
    border-radius: 57.5px 0 0 57.5px;
}
.rtl .independent-slider-nav .slide-nav > li > a {
    transform: rotate(180deg);
    backface-visibility: hidden;
}
.rtl .banner-author-meta a:last-child {
    padding-right: 0;
}
.rtl .independent_most_view_post_widget .most-viewed-posts {
    text-align: right;
}
.rtl .single-post-template blockquote {
    font-size: 14px;
    border-right: solid #676767 5px;
    border-left: 0;
    padding-left: 0;
    padding-right: 30px;
}
/*Sliders*/
/*Portfolio*/
.rtl .portfolio-icons p a:last-child {
    margin-right: 6px;
}
/*Related Slider*/
.rtl .related-slider-wrapper .related-meta > div {
    padding-right: 0;
}
.rtl .widget .nav.social-icons {
    text-align: right;
}
/*RTL Meta Icons*/

.rtl .post-meta .post-author .author-img img {
    margin-left: 0;
    margin-right: 10px;
}
.rtl .post-meta .nav .nav-item, .rtl .nav.comments-share > li, .rtl .comments-like-nav > li {
    padding: 0 0px 0 12px;
}
.rtl .post-meta .post-fav-wrap li.nav-item {
    padding-left: 0 !important;
}
.rtl span.like-count, .rtl span.dlike-count {
    padding: 0 7px 0 0px;
}

/*RTL Widgets*/
.rtl .zozo_advance_tab_post_widget .post-item > .post-item-desc {
    padding-right: 20px;
}
.rtl .site-footer .widget .widget-title, 
.rtl .tab-content, .rtl .zozo_advance_tab_post_widget .post-item > .post-item-desc  {
    text-align: right;
}
.rtl .widget.widget_archive li a,
.rtl .widget .author-counts a {
    display: inline-block;
}
.rtl .comments-wrap > * i {
    margin-right: 0;
    margin-left: 6px;
}
.rtl i.icon {
	padding-left: 10px;
	padding-right: 0;
}
.rtl .widget.independent_latest_post_widget li .side-image,.rtl .independent_popular_post_widget li .side-image {
	float:right;
}
.rtl .widget.independent_latest_post_widget img {
    margin: 0 0px 10px 0;
}	
/*blog*/
.rtl span.before-icon {
    padding-left: 10px;
    display: inline-block;
    padding-right: 0;
}
.rtl .comments-count-wrap > span:first-child {
    margin-right: 0;
    margin-left: 8px;
	padding: 0;
}
.rtl.single-post {
    text-align: right;
}
.rtl .post-meta .post-author .author-img {
    margin-left: 10px;
}
.rtl ul.post-meta.right-meta,
.rtl .widget_categories span.cat-count {
    float: left;
}
.rtl span.dropcap {
    float: right;
    margin: 2px 0px 0 13px;
}
/*Rtl For widgets */
.rtl .mr-3 {
    margin-right: 0 !important;
    margin-left: 1em;
}
.rtl .contact-widget > p > span {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .contact-widget-info > p > span:first-child {
    float: right;
	margin:0;
}
.rtl .vc_row .wpb_content_element .independent-block-post .post-format-icon, 
.rtl .widget-area .widget .independent-block-post .post-format-icon {
    right: 0;
    left: auto;
}
.rtl .widget_categories .cat-item {
    text-align: right;
}
.rtl .widget .widget-title:before {
    right: 0;
}
.rtl .widget .side-item-text .side-item-meta span {
    padding-right: 0px;
}
.rtl .widget-title {
	text-align: right;
}
.rtl .widget .widget-title:after {
    height: 3px;
}
.rtl footer.site-footer {
    text-align: right;
}
/*latest post*/
.rtl .widget .comments-wrap > * {
    margin-left: 12px;
    margin-right: 0;
}
.rtl .widget.independent_latest_post_widget li .side-image .side-noimg,
.rtl .independent_popular_post_widget li .side-image .side-noimg {
    margin-left: 10px;
	margin-right:0;
}
.rtl .widget.independent_latest_post_widget img, 
.rtl .widget.independent_popular_post_widget img {
    margin: 0 0px 15px 0;
}
.rtl .search-form .input-group .form-control:focus {
    border-left: 0;
    border-right: 1px solid;
}
.rtl .search-form .input-group .form-control {
    border-left: 0;
    border-right: 1px solid #eee;
}
/*Cart*/
.rtl .cart-dropdown-menu {
    right: auto;
    left: 0;
}
.rtl .cart-dropdown-menu>li .product-thumbnail {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .cart-dropdown-menu .product-remove {
    left: 0;
    right: auto;
}
.rtl .mini-cart-items .icon-basket {
    display: inline-block;
}
/*Shop*/
.rtl .woo-top-meta select {
    background-position: 16px center;
}
.rtl.woocommerce .product .price {
    text-align: right;
}
.rtl.woocommerce .product .price del,
.rtl.woocommerce ul.products li.product .price del {
    float: right;
    padding-left: 10px;
    padding-right: 0;
}
.rtl.woocommerce ul.cart_list li img,
.rtl.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}
/* ================================================================
 * SPACINGS
 * ================================================================ */
.padding-none{padding:0!important}.padding-top-none{padding-top:0!important}.padding-bottom-none{padding-bottom:0!important}.padding-left-none{padding-left:0!important}.padding-right-none{padding-right:0!important}.padding-top-10{padding-top:10px}.padding-top-20{padding-top:20px}.padding-top-30{padding-top:30px}.padding-top-40{padding-top:40px}.padding-top-50{padding-top:50px}.padding-top-60{padding-top:60px}.padding-top-70{padding-top:70px}.padding-top-75{padding-top:75px}.padding-top-80{padding-top:80px}.padding-top-90{padding-top:90px}.padding-top-100{padding-top:100px}.padding-top-110{padding-top:110px}.padding-bottom-none{padding-bottom:0px}.padding-bottom-10{padding-bottom:10px}.padding-bottom-20{padding-bottom:20px}.padding-bottom-30{padding-bottom:30px}.padding-bottom-40{padding-bottom:40px}.padding-bottom-50{padding-bottom:50px}.padding-bottom-60{padding-bottom:60px}.padding-bottom-70{padding-bottom:70px}.padding-bottom-75{padding-bottom:75px}.padding-bottom-80{padding-bottom:80px}.padding-bottom-90{padding-bottom:90px}.padding-bottom-100{padding-bottom:100px}.padding-bottom-110{padding-bottom:110px}.padding-10{padding:10px}.padding-20{padding:20px}.padding-30{padding:30px}.padding-40{padding:40px}.padding-50{padding:50px}.padding-60{padding:60px}.padding-70{padding:70px}.padding-75{padding:75px}.padding-80{padding:80px}.padding-90{padding:90px}.padding-100{padding:100px}.padding-110{padding:110px}.padding-tb-10{padding-top:10px;padding-bottom:10px}.padding-tb-0{padding-top:0px;padding-bottom:0px}.padding-tb-20{padding-top:20px;padding-bottom:20px}.padding-tb-30{padding-top:30px;padding-bottom:30px}.padding-tb-40{padding-top:40px;padding-bottom:40px}.padding-tb-50{padding-top:50px;padding-bottom:50px}.padding-tb-60{padding-top:60px;padding-bottom:60px}.padding-tb-70{padding-top:70px;padding-bottom:70px}.padding-tb-75{padding-top:75px;padding-bottom:75px}.padding-tb-80{padding-top:80px;padding-bottom:80px}.padding-tb-90{padding-top:90px;padding-bottom:90px}.padding-tb-100{padding-top:100px;padding-bottom:100px}.padding-tb-110{padding-top:110px;padding-bottom:110px}.padding-lr-10{padding-left:10px;padding-right:10px}.padding-lr-20{padding-left:20px;padding-right:20px}.padding-lr-30{padding-left:30px;padding-right:30px}.padding-lr-40{padding-left:40px;padding-right:40px}.padding-lr-50{padding-left:50px;padding-right:50px}.padding-lr-60{padding-left:60px;padding-right:60px}.padding-lr-70{padding-left:70px;padding-right:70px}.padding-lr-75{padding-left:75px;padding-right:75px}.padding-lr-80{padding-left:80px;padding-right:80px}.padding-lr-90{padding-left:90px;padding-right:90px}.padding-lr-100{padding-left:100px;padding-right:100px}.padding-lr-110{padding-left:110px;padding-right:110px}.margin-none{margin:0!important}.margin-top-none{margin-top:0!important}.margin-bottom-none{margin-bottom:0!important}.margin-left-none{margin-left:0!important}.margin-right-none{margin-right:0!important}.margin-top-1{margin-top:1px}.margin-top-2{margin-top:2px}.margin-top-3{margin-top:3px}.margin-top-4{margin-top:4px}.margin-top-5{margin-top:5px}.margin-top-6{margin-top:6px}.margin-top-7{margin-top:7px}.margin-top-8{margin-top:8px}.margin-top-9{margin-top:9px}.margin-top-10{margin-top:10px}.margin-top-15{margin-top:15px}.margin-top-20{margin-top:20px}.margin-top-25{margin-top:25px}.margin-top-30{margin-top:30px}.margin-top-35{margin-top:35px}.margin-top-40{margin-top:40px}.margin-top-50{margin-top:50px}.margin-top-60{margin-top:60px}.margin-top-70{margin-top:70px}.margin-top-75{margin-top:75px}.margin-top-80{margin-top:80px}.margin-top-90{margin-top:90px}.margin-top-100{margin-top:100px}.margin-top-110{margin-top:110px}.margin-top-125{margin-top:125px}.margin-top-130{margin-top:130px}.margin-top-150{margin-top:150px}.margin-bottom-0{margin-bottom:0px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-bottom-30{margin-bottom:30px!important}.margin-bottom-40{margin-bottom:40px!important}.margin-bottom-50{margin-bottom:50px}.margin-bottom-60{margin-bottom:60px}.margin-bottom-70{margin-bottom:70px}.margin-bottom-75{margin-bottom:75px!important}.margin-bottom-80{margin-bottom:80px}.margin-bottom-90{margin-bottom:90px}.margin-bottom-100{margin-bottom:100px}.margin-bottom-110{margin-bottom:110px}.margin-10{margin:10px}.margin-20{margin:20px}.margin-30{margin:30px}.margin-40{margin:40px}.margin-50{margin:50px}.margin-60{margin:60px}.margin-70{margin:70px}.margin-75{margin:75px}.margin-80{margin:80px}.margin-90{margin:90px}.margin-100{margin:100px}.margin-110{margin:110px}.margin-tb-10{margin-top:10px;margin-bottom:10px}.margin-tb-20{margin-top:20px;margin-bottom:20px}.margin-tb-30{margin-top:30px;margin-bottom:30px}.margin-tb-40{margin-top:40px;margin-bottom:40px}.margin-tb-50{margin-top:50px;margin-bottom:50px}.margin-tb-60{margin-top:60px;margin-bottom:60px}.margin-tb-70{margin-top:70px;margin-bottom:70px}.margin-tb-75{margin-top:75px;margin-bottom:75px}.margin-tb-80{margin-top:80px;margin-bottom:80px}.margin-tb-90{margin-top:90px;margin-bottom:90px}.margin-tb-100{margin-top:100px;margin-bottom:100px}.margin-tb-110{margin-top:110px;margin-bottom:110px}.margin-lr-10{margin-left:10px;margin-right:10px}.margin-lr-20{margin-left:20px;margin-right:20px}.margin-lr-30{margin-left:30px;margin-right:30px}.margin-lr-40{margin-left:40px;margin-right:40px}.margin-lr-50{margin-left:50px;margin-right:50px}.margin-lr-60{margin-left:60px;margin-right:60px}.margin-lr-70{margin-left:70px;margin-right:70px}.margin-lr-75{margin-left:75px;margin-right:75px}.margin-lr-80{margin-left:80px;margin-right:80px}.margin-lr-90{margin-left:90px;margin-right:90px}.margin-lr-100{margin-left:100px;margin-right:100px}.margin-lr-110{margin-left:110px;margin-right:110px}
.padding-right-30{padding-right: 30px;}
.padding-left-50{padding-left: 50px;}
.margin-top-minus-150{margin-top: -150px;}.margin-top-minus-90{margin-top: -90px;}

/*Unit Test*/
table {
    margin: 15px 0;
    width: 100%;
    text-align: center;
}
table.wp-block-table.has-fixed-layout {
    width: auto;
}
table td, table th, .wp-block-table td, .wp-block-table th {
    border: 1px solid #e1e1e1;
    padding: 8px 10px;
}
th {
    text-align: left;
}
ol ul, .entry-content > ul, .comment-text ul, .type-page > ul, .entry-content > ul ul, .comment-text ul ul, .type-page > ul ul {
    list-style: disc;
    margin-left: 15px;
    padding-left: 15px;
}
.comment-meta > ul, .comment-meta > ol {
    margin-bottom: 16px;
}
ul.comments .media-body {
    overflow: auto;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 33%;
}
iframe {
    width: 100%;
}
.alignnone {
    margin: 0;
}
.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}
.page-links {
    clear: both;
    float: none;
    padding-top: 10px;
	margin-bottom: 20px;
}
.page .post-comments {
    margin-top: 30px;
}
ul.comments .comment-respond {
    margin-bottom: 30px;
}

/* Extra Styles */
.post-thumb-wrapper .post-meta .category-tag, 
.post-category .category-tag.category-tag-classic {
    position: relative;
}

.most-viewed-post-image .most-viewed-index {
    background-color: #333;
    border: 2px solid #fff;
    border-radius: 28px;
    color: #fff;
    height: 28px;
    left: 0;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 28px;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.most-viewed-post-item:hover span.most-viewed-index {
    background: #222;
}
.secondary-menu-area-inner .most-viewed-post-image .most-viewed-index {
    left: 18px;
    top: 3px;
}
.video-poster.post-list-thumb {
    position: relative;
}
.video-poster ul.list-inline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 0 15px;
}
.video-poster ul.list-inline > li {
    display: inline-block;
    vertical-align: middle;
}
.player-type-3 ul.video-playlist-slide {
    max-width: 650px;
    margin: 0 auto;
}
.player-type-3 .video-playlist-slider {
	background: #444;
}
ul.slide-nav.list-inline.text-seperate {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
ul.slide-nav.list-inline.text-seperate > li:first-child {
    left: 0;
    position: absolute;
}
ul.slide-nav.list-inline.text-seperate > li:last-child {
    position: absolute;
    right: 0;
}
span.post-promotion {
	position: absolute;
	top: 0;
	left: 0;
	margin: 4px;
	padding: 0 10px;
	background: #333;
	color: #fff;
}
span.post-promotion:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #333;
    left: 0;
    right: 0;
    z-index: 0;
	animation: blast-toggle-animate 1.2s ease-in infinite forwards;
}
@keyframes blast-toggle-animate {
	0% {
		transform: scale(0);
		opacity: 0.8; 
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

/* Secondary Wrapper Extra Style */
span.secondary-left-overlay, span.secondary-right-overlay {
    top: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    background: #000;
}
span.secondary-left-overlay {
	right: 100%;
}
span.secondary-right-overlay {
	left: 100%;
}
.secondary-active span.secondary-left-overlay, .secondary-active span.secondary-right-overlay {
    opacity: .9;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    right: 0;
}
.secondary-active span.secondary-left-overlay {
	right: 0;
}
.secondary-active span.secondary-right-overlay {
	left: 0;
} 

/* Gutenberg Styles */
.entry-content .has-huge-font-size, .entry-content .has-larger-font-size {
	font-size: 48px;
	line-height: 1.6;
}
.entry-content .wp-block-video {
    max-width: calc(6 * (100vw / 12) - 28px);
}
.entry-content .wp-block-video video {
    width: 100%;
	max-width: 100%;
}

.entry-content .has-small-font-size,
.entry-content .has-regular-font-size,
.entry-content .has-large-font-size, 
.entry-content .has-regular-font-size, 
.entry-content .has-larger-font-size {
	line-height: 1.6;
}
.page-has-no-sidebar .entry-content > *.alignwide, .page-has-no-sidebar .entry-summary > *.alignwide {
    margin-left: -45px;
    margin-right: -45px;
    clear: both;
}
.entry-content > *.alignwide, .entry-summary > *.alignwide,
.entry-content > *.alignfull, .entry-summary > *.alignfull {
    margin-left: -45px;
    margin-right: -45px;
    width: auto;
    max-width: 110%;
}
.entry-content .wp-block-gallery.alignwide.columns-4 {
    width: 100%;
    margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-has-no-sidebar .entry-content > *.alignwide,
  .page-has-no-sidebar .entry-summary > *.alignwide {
    width: auto;
    max-width: 1000%;
  }
}

.page-has-no-sidebar .entry-content > *.alignfull,
.page-has-no-sidebar .entry-summary > *.alignfull {
  position: relative;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both;
  padding: 0;
}
.wp-block-text-columns .wp-block-column,
.wp-block-columns .wp-block-column {
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .page-has-no-sidebar .entry-content > *.alignfull,
  .page-has-no-sidebar .entry-summary > *.alignfull {
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
}

.entry-content > *.alignleft,
.entry-summary > *.alignleft {
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry-content > *.alignleft,
  .entry-summary > *.alignleft {
    max-width: calc(4 * (100vw / 12));
    margin-right: calc(2 * 1rem);
  }
}

.entry-content > *.alignright,
.entry-summary > *.alignright {
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry-content > *.alignright,
  .entry-summary > *.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    margin-left: calc(2 * 1rem);
  }
}

.entry-content > *.aligncenter,
.entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .entry-content > *.aligncenter,
  .entry-summary > *.aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
  .entry-content > figure.aligncenter {
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1168px) {
  .entry-content > *.aligncenter,
  .entry-summary > *.aligncenter,
  .wp-block-image .aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry-content > *.aligncenter,
  .entry-summary > *.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-file .wp-block-file__button, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
	color: #333;
}
.wp-block-file .wp-block-file__button, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover {
	background-color: #333;
}
.editor-block-list__layout .editor-block-list__block .wp-block-file .wp-block-file__button:hover, 
.editor-block-list__layout .editor-block-list__block .wp-block-button:not(.is-style-outline) .wp-block-button__link:active, 
.editor-block-list__layout .editor-block-list__block .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, 
.editor-block-list__layout .editor-block-list__block .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	background-color: #333;
	color: #fff;
}
figure.wp-block-pullquote {
    border: none;
}
ul.wp-block-gallery {
    padding: 0;
	margin: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large,
.wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-freeform blockquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 0 0 0 110px;
    margin: 32px 0;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 16px;
}
.wp-block-pullquote:not(.is-style-solid-color) {
    margin-top: 30px;
}
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
    margin: 14px;
}
figure.wp-block-pullquote.alignleft {
	text-align: left;
}
figure.wp-block-pullquote.alignright {
	text-align: right;
}
figure.wp-block-pullquote blockquote,
.wp-block-pullquote:not(.is-style-solid-color) blockquote {
    border-left: 4px solid #eaeaea;
    padding-left: 30px;
}
.wp-block-quote:not(.is-large):not(.is-style-large):before, .wp-block-freeform blockquote:before {
	content: none;
}
.wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-freeform blockquote {
	padding-left: 30px;
}
.wp-block-image img {
    max-width: 100%;
    margin-left: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding-left: 0;
	border: none;
}
blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
	padding-left: 30px;
	border-left: 5px solid;
}
ul.wp-block-categories.wp-block-categories-list.aligncenter,
ul.wp-block-categories.wp-block-categories-list.aligncenter ul.children {
    list-style: none;
}
.single-post-template .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    border-left: 0;
    padding: 0;
}
.single-post-template article.post .wp-block-cover-text > a {
    color: #fff;
}
.entry-content .wp-block-quote[style*="text-align:right"]:not(.is-large):not(.is-style-large),
.entry-content .wp-block-quote[style*="text-align: right"]:not(.is-large):not(.is-style-large) {
    padding-left: 0;
    padding-right: 30px;
	border-left: none;
}
.wp-block-pullquote.alignfull blockquote {
    border: 0;
}
.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6;
}
.wp-block-embed {
    clear: both;
}
.page-has-no-sidebar .wp-block-embed iframe {
    width: 100%;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 2em/*!rtl:end:ignore*/;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 2em/*!rtl:end:ignore*/;
    margin-bottom: 30px;
}
.entry-content .wp-block-cover.alignleft, .entry-summary .wp-block-cover.alignleft,
.entry-content .wp-block-cover.alignright, .entry-summary .wp-block-cover.alignright {
    max-width: 305px;
}
.entry-content > *.wp-block-media-text.alignwide {
    margin-left: auto;
    margin-right: auto;
}
.single-post-template article.post a.wp-block-file__button {
	color: #fff;
}
.single-post-template article.post a.wp-block-file__button:hover, .single-post-template article.post a.wp-block-file__button:focus, .single-post-template article.post a.wp-block-file__button:active,
body .wp-block-file a.wp-block-file__button:hover, body .wp-block-file a.wp-block-file__button:focus, body .wp-block-file a.wp-block-file__button:active {
	color: #fff;
	background-color: #333;
	opacity: 1;
}
@media only screen and (max-width: 768px) {
	.page-has-no-sidebar .entry-content > *.alignfull,
	.page-has-no-sidebar .entry-summary > *.alignfull {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	.page-has-no-sidebar .entry-content > *.alignwide, .page-has-no-sidebar .entry-summary > *.alignwide {
		margin-left: 0;
		margin-right: 0;
		clear: both;
	}
	.entry-content > .wp-block-button {
		margin: 0;
		max-width: 100%;
	}
}

/*Post List Vice Versa*/
.post.post-list.post-list-vice-versa .post-list-thumb {
    margin-left: 15px;
    margin-right: 0;
}

/* Sticky Bottom Ads */
.independent-bottom-sticky-ads {
    position: fixed;
    width: 100%;
    background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);	-ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	transition: all ease 0.4s;-webkit-transition: all ease 0.4s;-moz-transition: all ease 0.4s;-o-transition: all ease 0.4s;
    padding: 5px 15px;
	z-index:99;
	text-align: center;
}
.independent-bottom-sticky-ad-hide {
    position: absolute;
    color: #333;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
    cursor: pointer;
}

/* Sticky Left/Right Ads */
.independent-left-sticky-ads, .independent-right-sticky-ads{
	position:fixed;
	top:30px;
}
.independent-left-sticky-ads {
	left: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);
}
.independent-right-sticky-ads {
	right: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);-moz-transform: translateX(100%);-ms-transform: translateX(100%);-o-transform: translateX(100%);
}
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}