/*
Theme Name: Netube
Theme URI: http://demo.zozothemes.com/netube/
Author: zozothemes
Author URI: http://zozothemes.com/
Description: netube 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 2019 works great in many languages, for any abilities, and on any device.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: netube
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;
}
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 #e8e8e8;
	-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 .netube-block-title span {
    color: #fff;
}

.typo-dark, .typo-dark .portfolio-filter li a, .typo-dark .netube-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
--------------------------------------------------------------*/
.netube-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;
}
.netube-mobile-menu ul.sub-menu {
    width: 100%;
}
.widget_nav_menu .sub-menu > li {
    padding-bottom: 0;
}
.navbar{
	padding:0;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.netube-content-wrapper{
	clear: both;
}
.theme-bg {
    padding: 0px 5px;
    color: #fff;
    margin: 0 1px;
}
.container, .boxed-container, .custom-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 45px;
    width: 1140px;
}
.netube-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;
    box-shadow: 0 14px 28px rgba(236, 236, 236, 0.38), 0 10px 10px rgb(236, 236, 236);
    font-size: 13px;
    margin-bottom: 10px;
}
.page-links > a:hover, .page-links > span {
    color: #fff;
}
.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: 33px;
    vertical-align: middle;
}
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;
}
.site-desc {
	margin-bottom: 0;
    line-height: 25px;
}
.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;
}
a.back-to-top {
    background-color: #333333;
    color: #ffffff !important;
    height: 40px;
    line-height: 43px;
    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;
}
a.back-to-top:hover > i {
	color: #fff;
}
.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 #eaeaea;
    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: 165px;
    padding: 15px 20px;
}
/* Netube 404 style */
.site-main .error-404 {
    padding: 100px 0;
}
.img-404-wrap img {
    max-width: 354px;
    margin-bottom: 25px;
}
.error-404 .page-title {
    color: #000;
}
.site-main .error-404 .page-content {
    padding: 30px 0;
}

/* Netube 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: 13px;
}

/*--------------------------------------------------------------
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 
--------------------------------------------------------------*/
.netube-header{
	background-color:#fff;
}
.netube-header.header-absolute {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}
.netube-header .navbar-nav .nav-item{
	list-style:none;
}
.netube-header .header-inner .nav-link{
	padding-top:0;
	padding-bottom:0;
}
.netube-header .topbar-items.nav ul > li.menu-item > a {
    position: relative;
}
.netube-header .topbar-items.nav ul > li.menu-item > a:after {
    content: "|";
    padding-left: 8px;
    color: #c2c2c2;
    position: absolute;
}
.netube-header .topbar-items.nav ul > li.menu-item:last-child > a:after {
    content: unset;
}
.netube-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 15px;
}
.netube-header ul.dropdown-menu > li > a:hover {
    padding-left: 5px;
    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;
}
.netube-header .dropdown-menu .nav-link {
    display: block;
    padding: 10px 0;
    white-space: nowrap;
}
.netube-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;
}
.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;
}
.sticky-social-wrap ul.nav.social-icons {
    display: inline-block;
}
.sticky-social-wrap ul.social-icons > li {
	display: block;
}
.sticky-social-wrap ul.nav.social-icons {
    display: inline-block;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	
}
.sticky-social-wrap ul.social-icons > li > a {
    color: #fff;
    margin: 0;
    width: 50px;
    line-height: 53px;
    height: 50px;
}
.netube-single-post .sticky-social-wrap ul.social-icons > li > a:hover {
    background: #222;
}
/*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;
}
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;
}

/* 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap 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,
.sticky-social-wrap ul.social-icons > li > a.social-dribbble {
	background: #ea4c89;
}
ul.social-icons.social-bg-own > li a.social-rss, ul.social-icons.social-hbg-own > li a.social-rss:hover,
.sticky-social-wrap 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,
.sticky-social-wrap ul.social-icons > li > a.social-whatsapp {
	background: #0d8b06;
}


/* 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*/
.netube-header .topbar .social-icons li > a {
    padding-right: 0;
    font-size: 12px;
    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;
}
/*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:0;
}
.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;
}
.netube-main-menu > li > .dropdown-menu li.dropdown:hover > a:after {
	content: "\e64a";	
}
.netube-main-menu > li > .dropdown-menu li.dropdown > a:after {
    content: "\e649";
    float: right;
    font-family: 'themify';
}
.netube-main-menu > li > .dropdown-menu li.dropdown:hover > .mega-sub-dropdown-menu > li.mega-sub-child a:after {
    content: unset;
}
/*Menu type 1*/
ul.netube-main-menu > li > a {
    padding: 0 20px;
    display: block;
}
/* Mega Dropdown Menu */
.netube-main-menu .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}
.netube-main-menu li.menu-item-has-children .dropdown-menu .dropdown-menu {
    left: -100%;
    top: -5px;
}
.netube-main-menu .left-side .dropdown-menu {
    left: auto !important;
    right: 100%;
}
.netube-main-menu li a.dropdown-toggle:after {
    border: none;
    content: unset;
    font-family: fontawesome;
    font-size: 16px;
    line-height: 20px;
    vertical-align: 0;
    margin-left: 10px;
    display: inline;
    font-weight: 700;
}
.netube-main-menu li a.nav-link:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    right: 0;
    left: -20px;
    margin: auto;
    transform: translateY(-50%) scale(0);
    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;
    z-index: -1;
}
.netube-main-menu .mega-dropdown-menu .nav.news-tabs > li > a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: -6px;
    margin: auto;
    transform: translateY(-50%) scale(0);
    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;
    z-index: -1;
}
.netube-main-menu .mega-dropdown-menu .nav.news-tabs > li > a {
	position: relative;
}
.netube-main-menu .mega-dropdown-menu .nav.news-tabs > li > a:hover:before {
    transform: translateY(-50%) scale(1);
}
.netube-header .header-inner ul.dropdown-menu > li > a:before {
    content: "";
}
.netube-main-menu li.current-menu-item a.nav-link:before,
.navbar .netube-main-menu > li.current-menu-ancestor > a:before,
.netube-main-menu li a.nav-link:hover:before {
    transform: translateY(-50%) scale(1);
}
.netube-main-menu li a.nav-link {
    position: relative;
    z-index: 0;
}
.netube-main-menu li .dropdown-menu a.nav-link:before {
    margin: 0;
}
.sub-menu > li.dropdown:hover:after {
    content: "\e64a";
}
.sub-menu > li.dropdown:after {
    content: "\e649";
    font-family: 'themify';
    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);
}
.netube-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;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
}
.dropdown.mega-dropdown {
	position:static;
    z-index: 999;
}
.netube-main-menu .dropdown-menu {
	margin: 0px 0 0 0;
	line-height: 30px;
}
.mega-dropdown .mega-dropdown-menu {
    margin: 0 auto;
}
.netube-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;
}
.mega-dropdown-menu{
	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%;
}
.netube-main-menu > li .mega-child-widget img {
    max-height: 100%;
	padding:5px;
}
.mega-dropdown-menu .netube-block .post-grid .post-thumb-wrapper {
    position: relative;
}
.mega-dropdown-menu .netube-block .post-grid .post-thumb-wrapper:after {
	content: "";
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    width: 0;
    border-radius: 0;
    transform: scale(0);
    transition: all .3s;
}
.mega-dropdown-menu .netube-block .post-grid:hover .post-thumb-wrapper:after {
    width: 30px;
    transition: all .3s;
    transform: scale(1);
}
/*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: 1px;
    margin: 6px 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;
}
.search-toggle-wrap:first-child:before {
    content: unset;
    position: absolute;
    top: 50%;
    width: 1px;
    height: 17px;
    background: #d0d0d0;
    transform: translateY(-50%);
    right: 10px;
}
.search-toggle-wrap:first-child {
    padding-right: 0;
}
.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;
}
.netube-wrapper{
	position:relative;
	overflow: hidden;
}
body.secondary-push-actived{
    width: 100%;
}
.netube-content-wrapper > div {
	position:relative;
}
.netube-content {
    position: relative;
}
.netube-content-wrapper .container .wrap{
	max-width:100%;
}
.netube-content > .netube-content-inner {
    clear: both;
    overflow: hidden;
}
.netube-content > .netube-content-inner > div {
	padding-top: 50px;
    padding-bottom: 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 .netube-main-menu .menu-item-has-children, .mobile-bar .netube-main-menu .menu-item-has-children{
	position:relative;
}
.zmm-dropdown-toggle {
    padding: 5px 20px;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    line-height: 28px;
    font-weight: 700;
}
.netube-mobile-main-menu .nav-link{
	padding:0;
}
ul.netube-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 20px;
    border-radius: 30px;
}
.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 .netube-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 .textbox-search-toggle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
.search-toggle-wrap .textbox-search-toggle:hover,
.search-toggle-wrap .textbox-search-toggle:focus {
    color: #fff;
}
.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: #fff 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.netube-main-menu{
	padding:0;
}
.mobile-bar ul.netube-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.ti-minus {
    top: unset;
}
.top-sliding-toggle::before {
    bottom: 12px;
    color: #ffffff;
    content: "\e61a";
    font-family: 'themify';
    height: 30px;
    position: absolute;
    right: 5px;
    width: 30px;
	line-height:30px;
}
.top-sliding-toggle.ti-minus:before {
    content: "\e622";
}

/*--------------------------------------------------------------
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 30px;
}
.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-size: 30px;
    line-height: 32px;
}
.no-results.not-found .page-title {
    color: #000;
}
.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;
}
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: 8px;
}
.media-left.author-img > img {
    max-width: inherit;
    width: 50px;
}
ul.comments {
	list-style: none;
}
ul.comments {
    padding-bottom: 70px;
    margin-bottom: 0;
}
ul.comments .media-body {
	overflow: auto;
}
div#comments_pagination {
    margin-bottom: 30px;
    text-align: center;
}
/*Author Info*/
.netube-single-post .media-body.author-meta {
    margin-left: 16px;
}
.netube-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);
}
.netube-single-post .author-url a:hover {
	color: #fff;
}
.netube-single-post .author-url a {
	padding: 1px 12px;
    background: #111;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 8px;
}
.netube-single-post .author-info-wrapper ul.social-icons > li > a {
    line-height: 35px;
    height: 35px;
    background: #fff;
}
.nav.text-center.social-icons {
    display: block;
    padding-top: 12px;
}
.author-info-wrapper .nav.text-center.social-icons {
    display: block;
}
.netube-single-post .author-bio {
    padding-top: 15px;
}
.netube-single-post  p.rating-stars {
    color: #FFC107;
}
.news-rating-wrap {
    margin-bottom: 70px;
}
/* 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;
	margin-bottom: 60px;
}
.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;*/
	height: auto;
    position: relative;
    width: 89.3%;
    background-color: #fff;
    margin: auto;
    margin-top: -210px;
    padding: 40px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.post-full-thumb-wrap img {
    width: 100%;
}
.netube-content .post-full-thumb-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
}
.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: 0;
}
.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;
}
.netube-content.netube-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: 400;
	font-size: 14px;
}
.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 .netube-block-post {
    margin-bottom: 30px;
}
.related-articles-wrap .related-title {
    position: relative;
    margin: 0 0 35px;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.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 'themify';
    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;
}
.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;
}
iframe {
    max-width: 100%;
    width: 100%;
}
.alignnone {
    margin: 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 {
    padding: 44px 40px 40px 40px;
    margin: 80px 30px 55px;
    border: double 6px #efefef;
    position: relative;
    color: #111;
    font-size: 16px;
    background: transparent;
    font-style: italic;
    line-height: 33px;
}
.single-post-template blockquote > p:last-child {
    margin-bottom: 0;
}
.single-post-template .quote:before {
    font-family: 'themify';
    font-size: 20px;
    content: "\e67f";
    color: #fff;
    font-style: normal;
    position: absolute;
    top: -32px;
    left: -32px;
    right: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.netube-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;
}
.netube-single-post .post-link-inner, .netube-single-post .post-quote-wrap > .blockquote {
	padding: 150px 15px;
}
.netube-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: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 15px 0px 15px;
    color: #989898;
    margin-top: 30px;
}
.single-post-template .post-meta .nav .post-category > a {
    background: none;
    color: #808080 !important;
    padding: 0 0 0 6px;
	font-size: inherit;
    text-transform: capitalize;
}
.single-post-template .post-meta ul.nav > li {
    padding: 0 9px;
}
.single-post-template .post-meta ul.nav > li:first-child {
    padding-left: 0;
}
.single-post-template .post-meta .post-author .author-name {
	text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.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;
}
.post-navigation .nav-links > * {
    float: left;
    max-width: 44%;
}
.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:before {
    position: absolute;
    content: "\e64a";
    top: 50%;
    left: 0px;
    font-family: 'themify';
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    border: solid 2px #e2e2e2;
    font-size: 12px;
}
.post-navigation .nav-links .nav-next a {
    padding-right: 60px;
}
.post-navigation .nav-links .nav-next a:before {
    position: absolute;
    content: "\e649";
    top: 50%;
    right: 0px;
    font-family: 'themify';
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    border: solid 2px #e2e2e2;
    font-size: 12px;
}
.single-post-template {
    padding-bottom: 70px;
}
.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;
    line-height: 26px;
}
.post-navigation .nav-links .nav-previous a {
    padding-left: 60px;
}

.related-slider-wrapper {
    margin-top: 30px;
}
.related-articles-wrap .netube-block .post-grid > .post-thumb-wrapper {
    margin-bottom: 16px;
}
.related-slider-content span {
    color: #fff;
}
.related-articles-wrap .netube-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;
}
.netube-single-post .content-area .adv-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
}
.netube-single-post .content-area .adv-wrapper:first-child {
    padding-top: 0;
    padding-bottom: 40px;
}
.post-grid a.read-more {
    background: transparent;
    color: #000;
    padding: 4px 28px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
    border: solid 3px #e4e4e4;
    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 {
    color: #fff;
}
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 p, 
blockquote.wp-block-quote.is-style-large p {
    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;
}
ul.wp-block-categories.wp-block-categories-list.aligncenter, ul.wp-block-categories.wp-block-categories-list.aligncenter ul.children {
    list-style: none;
}
.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;
}
.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) {
	margin: 32px 0;
    border: none;
    border-left: solid 2px;
    text-align: left;
    color: #676767;
    font-weight: 500;
}
.single-post-template article.post .wp-block-cover-text > a {
    color: #fff;
}
/* 	Standard Layout */
.standard-layout .post-video-wrap iframe, .single-post-template .post-video-wrap iframe{
	min-height: 400px;
	width: 100%;
}
.post-video-wrap video {
    width: 100%;
}

.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;
}
.netube-single-post .author-info-wrapper, .netube-single-post .post-navigation-wrapper {
    margin-bottom: 70px;
}
.author-info-wrapper {
    text-align: center;
    padding: 40px;
    background: #f3f3f3;
}
.author-info-wrapper * {
    color: #fff;
}
.page-title-wrap .author-info-wrapper {
    background: transparent;
}
.page-title-wrap .posts-count h5, 
.page-title-wrap .posts-count h6 {
    color: #111;
}
.page-title-wrap .author-info-wrapper {
    padding: 0 10%;
}

/*Related Articles*/
.related-articles-wrap, 
.related-articles-wrap .netube-block-post {
    position: relative;
}
.related-articles-wrap .netube-block {
    position: relative;
}
.related-articles-wrap .netube-slider-nav {
	margin-bottom: 0;
}
.related-articles-wrap .post-thumb-wrapper .category-tag {
    display: none;
}
.related-articles-wrap {
    padding-bottom: 70px;
}
.related-articles-wrap .netube-block .post-title-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 .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 img {
    margin-right: 20px;
}
.comment-like {
	cursor: pointer;
}
.comments li.comment {
    margin-bottom: 30px;
	border-bottom: solid 1px #f1f1f1;
    padding-bottom: 30px;
}
.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 {
    padding: 40px 30px;
    background: #F2F2F2;
}
h4.comment-reply-title {
    font-size: 18px;
    line-height: 26px;
}
.comment-respond .form-submit {
    margin-bottom: 0;
}
.comment-form-cookies-consent label {
    margin-bottom: 0;
    margin-left: 10px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.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: "\e6c6";
}
.post-comments .author {
    margin-bottom: 0;
}
.comment-meta > p {
    padding: 16px 0;
    margin-bottom: 0;
}
.post-comments .comment-meta span, .comment-author-link i {
    padding-right: 10px;
}
.post-comments .comment-meta span.reply > a {
    font-size: 15px;
}
.post-comments .comment-meta span.reply > a:after {
    content: "\e72f";
    font-family: themify;
    vertical-align: 0;
    margin-left: 7px;
    font-size: 13px;
    font-weight: 700;
}
.post-comments span.date:before {
   	font-family: 'themify';
    padding-right: 10px;
    font-size: 14px;
}
.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;
	box-shadow: 0 14px 28px rgba(236, 236, 236, 0.38), 0 10px 10px 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
----------------------------------------*/
.site-main.single-post-template .top-meta .post-meta.pull-left, .site-main.single-post-template .post-meta.pull-right {
	font-size: 14px;
}
.site-main.single-post-template .article-inner:last-child .entry-meta.top-meta {
    margin-bottom: 60px;
}
.site-main.single-post-template .article-inner:last-child .entry-meta.top-meta {
    position: relative;
}
.site-main.single-post-template .article-inner:last-child .entry-meta.top-meta:before {
	content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100px;
    height: 1px;
}
.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;
}
.netube-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 h5 {
    text-transform: capitalize;
    font-size: 18px;
}
.posts-count h5:before{
    content: "\e602";
}
.posts-count h6:before{
    content: "\e6c8";
}
.posts-count h6:before, .posts-count h5:before {
    font-family: "themify";
    padding-right: 10px;
    vertical-align: middle;
    font-weight: bold;
    color: #111;
}
/* 	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 {
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 20px;
    border-radius: 19px;
}
.post-video-wrap:hover .video-play-icon > span,
.video-play-icon > span {
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.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;
}
.netube-news-slider:hover .owl-prev,
.netube-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: dashed 1px #e6e6e6;
    padding: 30px;
	transition: ease-in-out .2s;
}
.page-has-no-sidebar {
    padding-bottom: 40px;
}
.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: 20px;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
/*widgets title*/
.site-footer .widget {
    line-height: 28px;
}
.widget-img.text-left img {
    margin: 0 0 25px 0;
}
.site-footer .widget-title {
    margin-top: 0;
}
.site-footer .widget-title {
    border-bottom: solid 1px #1b1b2b;
}
.footer-middle-wrap .col-lg-4:first-child {
    padding-right: 30px;
}
.widget.widget_media_image img {
    margin: 0;
}
.widget-title {
    margin: 0;
    display: block;
}

.widget-title a {
    color: #070707;
}
.site-footer .widget-title a {
    color: #fff;
}
.site-footer strong {
    color: #a7a7a7;
}
/*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;
}
.widget.widget_recent_entries li:first-child {
    padding-top: 0;
}
.widget.widget_recent_entries li span.post-date {
    display: block;
    font-size: 13px;
}
.widget.widget_recent_entries li {
    line-height: 26px;
    border-bottom: 1px solid #efefef;
    padding: 8px 0;
    font-size: 14px;
}
/*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;
    border-radius: 50%;
}
.widget.zozo_about_widget .about-description {
    text-align: center;
}
.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*/
.netube_most_view_post_widget .most-viewed-posts h6 {
    font-size: 15px;
    padding-top: 16px;
    line-height: 24px;
}
.netube_most_view_post_widget .most-viewed-post-item {
    margin-bottom: 30px;
}
.widget.netube_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: 3px 12px;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    margin-bottom: 8px;
    margin-right: 2px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    border: solid 1px #dedede;
}
.site-footer .widget.widget_tag_cloud a.tag-cloud-link {
    border-color: #2e2e42;
}
.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;
}
.widget_categories ul > li {
    padding: 10px 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;
    padding: 1px;
    border-radius: 4px;
    font-weight: 400;
    color: #fff;
}
.widget_categories .cat-item a {
    font-size: 15px;
    letter-spacing: 0.2px;
}
/*widget service menu*/
.widget-area .widget .menu-item-object-netube-service a {
    display: block;
    padding: 15px 20px;
    background: #f7f7f7;
    color: #000;
    border-left: 5px solid;
	font-weight:600;
}
.widget-area .widget .menu-item-object-netube-service a:hover,
.widget-area .widget .menu-item-object-netube-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: "\e6b6";
    font-family: 'themify';
    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.widget_calendar {
    font-size: 13px;
}
.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: 600;
}
.widget_calendar td,
.widget_calendar th {
    padding: 0.4em;
}
.site-footer .widget_calendar th, 
.site-footer .widget_calendar td {
    border: solid 1px #24244e;
}
.site-footer .widget.widget_recent_entries li {
    border-bottom: 1px solid #24244e;
}
.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.netube_latest_post_widget img,
.widget.netube_popular_post_widget img {
    margin: 0 22px 0 0;
    float: left;
}
.widget.netube_latest_post_widget li, 
.netube_popular_post_widget li {
    margin-bottom: 22px;
    clear: both;
    position: relative;
    display: inline-block;
    padding: 0 !important;
}
.netube_latest_post_widget .comments-wrap, 
.netube_popular_post_widget .side-item-meta span {
    font-size: 12px;
    text-transform: uppercase;
}
.widget.netube_latest_post_widget li:last-child,
.netube_popular_post_widget li:last-child {
	margin-bottom:0;
}
.netube_popular_post_widget li .side-item-text h6,
.netube_latest_post_widget li .side-item-text h6 {
    margin-bottom: 0;
}
.netube_latest_post_widget li .side-item-text a,
.netube_popular_post_widget li a {
    margin-bottom: 3px;
    display: block;
    line-height: 26px;
}
.comments-wrap > * i {
    margin-right: 4px;
}
.widget .comments-wrap > *:last-child {
    margin-right: 0;
}
.widget.netube_latest_post_widget li .side-item, 
.netube_popular_post_widget li .side-item {
    clear: both;
    float: none;
}
.widget.netube_latest_post_widget li .side-image, 
.netube_popular_post_widget li .side-image {
    float: left;
}
.widget.netube_latest_post_widget li .side-image .side-noimg,
.netube_popular_post_widget li .side-image .side-noimg {
    margin-right: 10px;
}
.widget.netube_latest_post_widget li .side-item-text, 
.netube_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;
}
.widget.netube_latest_post_widget li:hover .side-item .post-serial {
	background: #000;
}
/*Mail Chimp*/
.widget.netube_mailchimp_widget .zozo-mc-form .zozo-mc-subtitle {
    margin-bottom: 23px;
}
.widget.netube_mailchimp_widget .zozo-mc-form {
	text-align: center;
}
.widget.netube_mailchimp_widget > img {
    margin-bottom: 20px;
	max-width: 130px;
}
.site-footer .widget.netube_mailchimp_widget .zozo-mc-form {
    padding: 0;
    background: transparent;
}
.widget.netube_mailchimp_widget .form-control {
    background: #FAFAFA;
    margin-bottom: 17px;
}
.widget.netube_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/netube/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 */
.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 {
    height: 40px;
    line-height: 43px;
    margin-right: 4px;
    width: 40px;
    font-size: 14px;
}
.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;
}
.site-footer .widget.widget_nav_menu ul.menu > li {
    display: inline-block;
}
.site-footer .widget.widget_nav_menu ul.menu > li a {
    padding: 0 20px;
    letter-spacing: 1px;
}
.footer-middle-sidebar ul.social-icons > li > a {
    height: 50px;
    line-height: 54px;
    width: 50px;
    margin-right: 11px;
    margin-bottom: 11px;
}
.footer-middle-wrap .widget:nth-child(2) {
    margin: 50px 0 39px;
}
.site-footer .widget.null-instagram-feed {
    margin-bottom: 0;
}
/*Footer Menu */
.footer-menu li {
    display: inline-block;
}
.footer-menu li:after {
    content: "|";
    padding: 0 10px;
}
.footer-menu li:last-child:after {
    content: unset;
}
/*--------------------------------------------------------------
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;
    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;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.6%;
	margin-bottom: 30px;
}
.woocommerce ul.products.shop-col-2 li.product, .woocommerce-page ul.products.shop-col-2 li.product {
    width: 48.1%;
    margin-bottom: 30px;
}
.woocommerce ul.products.shop-col-4 li.product, .woocommerce-page ul.products.shop-col-4 li.product {
    width: 22.1%;
}
.woocommerce ul.products.shop-col-5 li.product, .woocommerce-page ul.products.shop-col-5 li.product {
    width: 16.9%;
}
.woocommerce ul.products.shop-col-6 li.product, .woocommerce-page ul.products.shop-col-6 li.product {
    width: 13.5%;
}
.woocommerce .woo-thumb-wrap img {
    width: 100%;
}
.woocommerce .page-title {
	color: #000;
}
.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;
}
/* 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;
}
.mobile-header .cart-bar-toggle {
    margin-right: 20px;
}
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: 15px;
    line-height: 15px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -10px;
    width: 15px;
    background: red;
}
.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: 224px;
    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;
    padding-right: 10px;
    padding-right: 10px;
}
.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: 0;
    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: #ececec;
    color: #777777;
}
.woocommerce.single .quantity input{
    line-height: 25px;
}
.netube-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 .netube-content > .netube-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 .netube-content > .netube-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: "\e64a";
}
.woocommerce-page nav.woocommerce-pagination ul li a.next:before {
    content: "\e649";
}
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before, 
.woocommerce-page nav.woocommerce-pagination ul li a.next:before {
    font-family: 'themify';
    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 .netube-block-title span {
    margin-bottom: 20px;
}
.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;
    }
}
/*Slider Animation*/
.owl-carousel.owl-drag .owl-item.center .netube-block-overlay div:nth-child(1) {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}
.owl-carousel.owl-drag .owl-item.center .netube-block-overlay div:nth-child(2) {
-webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}
.owl-carousel.owl-drag .owl-item.center .netube-block-overlay div:nth-child(3) {
webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}
.owl-carousel.owl-drag .owl-item.center .netube-block-overlay div:nth-child(4) {
webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}
.owl-carousel.owl-drag .owl-item.center .netube-block-overlay div:nth-child(5) {
webkit-animation: fadeInUp 300ms linear 1500ms both;
    -moz-animation: fadeInUp 300ms linear 1500ms both;
    -o-animation: fadeInUp 300ms linear 1500ms both;
    -ms-animation: fadeInUp 300ms linear 1500ms both;
    animation: fadeInUp 300ms linear 1500ms both;
}

/*--------------------------------------------------------------
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 .netube-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.netube-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 .netube-main-menu li a.dropdown-toggle:after {
    margin-right: 8px;
}
.rtl .netube-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 .netube-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 .netube-block .news-tabs {
    text-align: left;
}
.rtl .dropdown-menu li.dropdown:after {
    content: "\e64a";
    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 .netube-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 .netube-slider-nav .slide-nav > li > a {
    transform: rotate(180deg);
    backface-visibility: hidden;
}
.rtl .banner-author-meta a:last-child {
    padding-right: 0;
}
.rtl .netube_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.netube_latest_post_widget li .side-image,.rtl .netube_popular_post_widget li .side-image {
	float:right;
}
.rtl .widget.netube_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 .netube-block-post .post-format-icon, 
.rtl .widget-area .widget .netube-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 footer.site-footer {
    text-align: right;
}
/*latest post*/
.rtl .widget .comments-wrap > * {
    margin-left: 12px;
    margin-right: 0;
}
.rtl .widget.netube_latest_post_widget li .side-image .side-noimg,
.rtl .netube_popular_post_widget li .side-image .side-noimg {
    margin-left: 10px;
	margin-right:0;
}
.rtl .widget.netube_latest_post_widget img, 
.rtl .widget.netube_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 .ti-shopping-cart {
    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%;
}
.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-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    color: #fff;
    height: 28px;
    left: 0;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 28px;
	font-size: 11px;
	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: #000;
}
.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;
    color: #fff;
}
.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-media-text.alignwide {
    margin-left: auto;
    margin-right: auto;
}
.single-post-template article.post .wp-block-cover-text > a {
    color: #fff;
}
.entry-content .wp-block-gallery.alignwide.columns-4 {
    width: 100%;
    margin: 0;
}
.entry-content .wp-block-quote[style*="text-align:right"]:not(.is-large):not(.is-style-large):before, .entry-content .wp-block-quote[style*="text-align: right"]:not(.is-large):not(.is-style-large):before {
    right: -32px;
    left: auto;
}
.single-post-template .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    padding: 0;
    border: none;
    margin: 0 auto;
}
.wp-block-image img {
    margin-left: 0;
}
.single-post-template .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote:before {
    content: none;
}
@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;
}
.wp-block-quote:not(.is-large):not(.is-style-large):before, .wp-block-freeform blockquote:before,
.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before,
.single-post-template blockquote:before,
blockquote:before {
    content: "";
    font-family: 'themify';
    font-size: 20px;
    content: "\e67f";
    color: #fff;
    font-style: normal;
    position: absolute;
    top: -32px;
    left: -32px;
    right: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-freeform blockquote {
    padding: 44px 40px 40px;
    margin: 80px 30px 55px;
    border: double 6px #efefef;
    position: relative;
    color: #676767;
    font-size: 16px;
    background: 0 0;
    font-style: italic;
    line-height: 30px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large, blockquote {
	padding: 44px 40px 40px;
    margin: 80px 30px 55px;
    border: double 6px #efefef;
    position: relative;
    color: #111;
    font-size: 16px;
    background: 0 0;
    font-style: italic;
    line-height: 33px;
}
figure.wp-block-pullquote.alignleft blockquote {
	text-align: left;
}
figure.wp-block-pullquote.alignright blockquote {
	text-align: right;
}
figure.wp-block-pullquote.alignfull blockquote {
    background: #fff;
    margin: 35px;
}
.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;
}
.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;
}

/*-------------------------------------------
              NEWS TABLE OF CONTENT
---------------------------------------------*/

/**! 01. Mailchimp Shortcode Styles **/
/**! 02. Blog Shortcode Styles **/
/**! 03. News Styles **/
/**! 04. Section Title Shortcode**/

/*--------------------------------------------------------------
 General Styles
--------------------------------------------------------------*/
.modal-backdrop.show {
    z-index: -1;
}
/*dark*/
.entry-title .post-title, .entry-title a, .client-name, .entry-title {
	color:#222;
}
/*light*/
.blog-dark .entry-title a , .services-dark .entry-title {
	color:#fff;
}
/*--------------------------------------------------------------
01.     Mailchimp Shortcode Styles
--------------------------------------------------------------*/
.mailchimp-wrapper .mc-submit-btn > * {
	margin-right: 6px;
}
.mailchimp-wrapper .mc-submit-btn > *:last-child {
	margin-right: 0;
}
form.mc-form input {
    margin-bottom: 15px;
}
form.mc-form input:last-child {
	margin-bottom: 0;
}
.mc-form > :not(.input-group) > .btn {
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
/*--------------------------------------------------------------
02.     Blog Shortcode Styles
--------------------------------------------------------------*/
.blog-wrapper .post-author .author-img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
	max-width: 20px;
}
.blog-wrapper .blog-inner > div:last-child {
    margin-bottom: 0;
	padding-bottom:15px;
}
.blog-wrapper .owl-carousel div[class^="col-"] {
	padding: 0;
	width: auto;
	max-width: 100%;
}
.blog-wrapper .blog-inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:30px;
}
.blog-wrapper .blog-inner > div {
    padding: 0 25px;
    margin-bottom: 15px;
}
.blog-wrapper.blog-style-1 .blog-inner > div {
    padding: 0;
}
.blog-wrapper.blog-dark .blog-inner {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
	border: none;
}
.blog-dark .blog-inner a {
    color: #fff;
}
.typo-white .post-title {
    color: #fff;
} 
.blog-dark .entry-title a {
    color: #fff;
}
.blog-wrapper .blog-inner > *:first-child {
    padding-top: 12px;
}
.blog-wrapper .blog-inner > .post-thumb {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.blog-wrapper > .row:last-child {
    margin-bottom: 0;
}
.blog-wrapper .read-more:after {
    content: "\e661";
    font-family: 'themify';
    margin: 0 10px;
}
.blog-wrapper .col-lg-12.col-md-12 .blog-inner {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}
.blog-wrapper > .row:last-child .blog-inner {
    border: 0;
}
/*Blog Style -1 */
.blog-wrapper.blog-style-1 .blog-inner > .post-thumb {
    margin-left: 0;
    margin-right: 0;
}
.blog-wrapper.blog-style-1 .blog-inner {
	border:0;
}
/*dark*/
.blog-wrapper.blog-style-1.blog-dark .blog-inner > div {
    padding: 0 25px;
}
.blog-wrapper.blog-style-1.blog-dark .blog-inner > div:last-child {
	padding-bottom:15px;
}
.blog-wrapper.blog-style-1.blog-dark .blog-inner > div.post-thumb {
	padding:0;
} 
/*Blog Style - 2 */
.blog-style-2 .blog-inner {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	border: none;
}
.blog-wrapper.blog-style-2 {
    padding: 0 5px;
}
.blog-wrapper.blog-style-2 .owl-carousel div[class^="col-"] {
	 padding: 0 10px;
}
/*Blog Style - 3 */
.blog-style-3 .post-thumb {
    border-bottom: 3px solid;
}
/*list style*/
.blog-style-4 .post-thumb > img {
	margin-right:15px;
}
.blog-wrapper.blog-style-4 .col-lg-12.col-md-12 .blog-inner {
    border-bottom: 0;
}
.blog-wrapper.blog-style-4 .blog-inner {
    border: 0;
    padding: 0 0 15px 0;
    margin-bottom: 0px !important;
}
.blog-wrapper.blog-style-4 > .row {
    margin-bottom: 0;
}
.blog-style-4 p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}
.blog-style-4 > .row:last-child .blog-inner {
    border: 0;
}
.blog-style-4 > .row .blog-inner > div {
    padding: 0;
}
.blog-style-4 .media-body > * {
    margin-bottom: 15px;
}
.blog-style-4 .media-body > *:last-child {
    margin-bottom: 0;
}
.blog-style-4 > .row .blog-inner > div {
    padding: 0 0 0;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.15);
}
.blog-style-4 .media-body {
    padding: 20px;
}
/*meta*/
.blog-wrapper .top-meta ul > li:last-child, .blog-wrapper .bottom-meta ul > li:last-child {
 	float: right;
	margin-right:0;	
}
.blog-wrapper .top-meta ul > li:first-child, .blog-wrapper .bottom-meta ul > li:first-child {
	float: left;
}
.blog-wrapper .top-meta ul > li {
    display: inline-block;
	margin-right:15px;
}
.blog-wrapper .top-meta, .blog-wrapper .bottom-meta {
 clear: both;
}
.bottom-meta-list > li {
    display: inline-block;
}
.bottom-meta-list {
    overflow: hidden;
}
/*Category Box*/
.category-box {
    text-align: center;
    background: #fff;
    box-shadow: 0 14px 28px rgba(236, 236, 236, 0.38), 0 10px 10px rgb(243, 243, 243);
}
.category-box-name {
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
	position: relative;
    margin-bottom: 0;
}
.category-box-name:before,
.category-box-name:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #aaa;
}
.category-box-name:before {
    left: 0;
    right: 0;
}
.category-box-name:after {
    right: 0px;
    left: auto;
}
/*Blog Days*/
.blog-days-items > div {
    margin-bottom: 15px;
}
.blog-days-items > div:last-child {
    margin-bottom: 0;
}
.post-day-title-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.post-day-wrap .post-count {
    position: absolute;
    right: 15px;
    margin-top: 3px;
    top: -100%;
    left: 0;
    margin: auto;
    display: inline-block;
    width: 76px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 0;
    border-radius: 4px;
}
.date-title {
    font-size: 28px;
    line-height: 34px;
}
.blog-days-items {
    margin-bottom: 35px;
}
.blog-days-items:last-child {
    margin-bottom: 0;
}
.blog-days-wrapper .row {
    margin-bottom: 35px;
}
.blog-days-wrapper .post-day-wrap:last-child {
    margin-bottom: 0;
}
.blog-days-wrapper .post-day-wrap {
    margin-bottom: 75px;
    position: relative;
}
.blog-days-items .bottom-meta-list > li, 
.blog-days-items .top-meta-list > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    border-right: solid 2px rgba(0, 0, 0, 0.4);
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-days-items .bottom-meta-list > li i, 
.blog-days-items .top-meta-list > li i {
    vertical-align: middle;
}
.blog-days-items .bottom-meta-list > li .read-more:hover, 
.blog-days-items .top-meta-list > li .read-more:hover {
    color: #fff;
}
.blog-days-items .bottom-meta-list > li:last-child, 
.blog-days-items .top-meta-list > li:last-child {
    padding-right: 0;
    border-right: 0;
}
.blog-days-items .bottom-meta-list > li:first-child, 
.blog-days-items .top-meta-list > li:first-child {
    padding-left: 0;
}
.blog-days-items .bottom-meta-list > li .read-more,
.blog-days-items .top-meta-list > li .read-more {
    background: transparent;
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
    line-height: 1;
    border: solid 3px #e4e4e4;
    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;
}
.blog-days-items ul.top-meta-list a,
.blog-days-items ul.bottom-meta-list a {
    color: inherit;
}
.blog-days-items ul.top-meta-list .post-category a {
    font-size: 10px;
    padding: 6px 11px 6px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
}
.blog-days-items ul.top-meta-list .post-category a:hover {
    color: #fff;
    background: #2d313a;
}
body.netube-days-post-active .vc_section.netube-only-section-visible, body.netube-days-post-active .vc_row.netube-only-section-visible {
    display: block;
}
body.netube-days-post-active .vc_section, body.netube-days-post-active .vc_row {
    display: none;
}
.col-md-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media only screen and (min-width: 768px){
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*--------------------------------------------------------------
09.     Section Title Shortcode Style
--------------------------------------------------------------*/
.section-title-wrapper .title-separator {
    background-color: #000000;
    display: block;
    height: 2px;
    position: relative;
    width: 45px;
}
.section-title-wrapper.text-center .title-separator {
	margin: 0 auto;
}
.section-title-wrapper.text-left .title-separator {
	margin-right: auto;
}
.section-title-wrapper.text-right .title-separator {
	margin-left: auto;
}
.section-title-wrapper {
    margin-bottom: 50px;
}
.title-separator.separator-img {
	background: transparent;
	height: auto;
	width: auto;
	max-width: 200px;
}
.title-separator.separator-img > img {
	max-height: 50px;
}
.text-left .title-separator.separator-img > img {
    margin-left: 0;
}
.text-right .title-separator.separator-img > img {
    margin-right: 0;
}
.section-title-wrapper .title-wrap > * {
    display: block;
    margin-bottom: 10px;
}
.section-title-wrapper .title-wrap > *:last-child {
    margin-bottom: 0;
}
.section-title-wrapper .title-wrap > .sub-title {
    font-size: 18px;
}
.section-title-wrapper .title-wrap {
    margin-bottom: 30px;
}
.section-title-wrapper.text-center .section-description {
    margin: 0 auto;
	max-width:800px;
}
.section-title-wrapper .section-description a.btn {
    margin-top: 20px;
}
.textshadow .section-title {
    text-shadow:0px 2px 5px rgba(0,0,0,0.5);
}
/*Feature Box*/
.cf-title {
    color: #fff;
}
h5.cf-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.feature-box-btn .btn {
    padding: 10px 25px;
    font-family: "Poppins";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}
h3.cf-title {
    font-size: 30px;
    line-height: 40px;
}
/*RTL*/

/*blog */
.rtl .blog-style-4 .post-thumb > img {
	margin-right:0;
}
.rtl .list-layout .article-inner .post-list-left-part,.rtl .list-layout .article-inner .post-list-right-part {
	float:right;
}
.rtl .list-layout .article-inner .post-list-left-part {
	padding-right:0;
	padding-left:25px;
}
.rtl .blog-zz-list .blog-zz-odd .blog-zz-items {
    right: -60px;
    left: auto;
}
.rtl .blog-zz-list .blog-zz-even .blog-zz-items {
    right: auto;
	left: -60px;
}
/*woo*/
.rtl .woocommerce ul.cart_list li img, .rtl .woocommerce ul.product_list_widget li img {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
/*intropage */
.portfolio-shadow .portfolio-img {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}
.portfolio-shadow .portfolio-wrap {
    padding: 20px;
}
.portfolio-shadow .portfolio-title h4 {
    font-weight: 900;
}
.feature-shadow .feature-box-style-2 {
    box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
}
.font-big .counter-value h3 span {
    font-size: 100px;
	line-height: 100px;
}
.font-big .counter-value h3 span:after {
    content: "+";
}
.intro-page .vc_single_image-wrapper img {
    box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
	 -webkit-box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Crypto Shortcode Styles */
.crypto-stat-down {
    color: #f02222;
}
.crypto-stat-up {
    color: #20c52f;
}
.last-hour-stat-text {
    display: block;
    font-size: 11px;
}
ul.crypto-slider > li {
    padding: 0 10px;
    line-height: 40px;
}
.crypto-slider.crypto-dark,
.crypto-slider.crypto-dark h3, .crypto-slider.crypto-dark h5 {
    color: #fff;
}
.crypto-dark .crypto-short-info .crypto-symbol {
    color: #fff;
}
.crypto-slider.crypto-dark {
	background: #333;
}
.crypto-slider.crypto-light,
.crypto-slider.crypto-light h6, .crypto-slider.crypto-light h5 {
    color: #000;
}
.crypto-light {
	background: #fff;
}
.crypto-light .crypto-short-info .crypto-symbol {
    color: #000;
}
/* liScroll styles */
.tickercontainer {
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}
ul.newsticker {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left;
  margin: 0 10px;
  padding: 0;
}

/* Crypto Widget Styles */
div.btcwdgt-chart .stats,
div.btcwdgt-chart .btcwdgt-header h2,
div.btcwdgt-text-ticker .btcwdgt-edge {
    background: #000000 !important;
}
div.btcwdgt-chart .btcwdgt-header .stats div,
div.btcwdgt-chart .btcwdgt-header h4 {
    color: #fff !important;
}

div .btcwdgt-s-price {
    max-width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.vc_row .btcwdgt-headlines.btcwdgt-light {
    box-shadow: none !important;
}
.crypto-short-info > * {
    vertical-align: middle;
    display: inline-block;
}
.crypto-short-info > img {
    margin-left: 0px !important;
    max-width: 20px;
    height: auto !important;
}
.crypto-short-info .crypto-symbol {
    font-size: 14px;
    margin-left: 6px;
    font-weight: bold;
}
.crypto-short-info {
    margin-right: 6px;
}
.crypto-short-info .crypto-usd {
    font-size: 12px;
    margin-left: 8px;
}
.crypto-short-info .crypto-1h-percent {
    color: #67c624;
    margin-left: 6px;
}
.crypto-short-info .crypto-stat-down {
    color: #ff0000;
}
.crypto-short-info .crypto-stat-up,
.crypto-short-info .crypto-stat-down {
	font-size: 12px;
}

/* Blog Zig Zag Styles */
.blog-zz-list .blog-zz-inner > * {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.blog-zz-inner .post-category a, 
.blog-zz-inner .post .post-tags a {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.blog-zz-inner .post-category a, 
.blog-zz-inner .post .post-tags a {
    font-size: 13px;
    padding: 5px 15px;
    line-height: 1;
    letter-spacing: 1px;
}
.blog-zz-list .blog-zz-inner {
    margin-bottom: 40px;
}
.blog-wrapper .blog-zz-grid {
    padding: 0;
}
.blog-zz-even .blog-zz-items, .blog-zz-odd .blog-zz-items {
    background: #fff;
    border: solid 0px #fff;
}
.blog-zz-even .blog-zz-items {
    padding: 60px 40px 50px;
	border-bottom: 0;
}
.blog-zz-odd .blog-zz-items {
    padding: 55px 40px 56px;
	border-top: 0;
}
.blog-zz-grid .blog-zz-items-inner .entry-title a {
    position: relative;
    margin-bottom: 23px;
    display: block;
    padding-bottom: 20px;
}
.blog-zz-grid .blog-zz-items-inner .entry-title a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #5f5f5f;
    left: 0;
    right: 0;
    margin: auto;
}
.blog-wrapper.text-center .top-meta ul > li:first-child, 
.blog-wrapper.text-center .bottom-meta ul > li:first-child, 
.blog-wrapper.text-center .top-meta ul > li:last-child, 
.blog-wrapper.text-center .bottom-meta ul > li:last-child {
    float: none;
}
.blog-zz-list .blog-zz-odd .blog-zz-items,
.blog-zz-list .blog-zz-even .blog-zz-items {
    padding: 40px 40px 40px;
    position: relative;
}
.blog-zz-list .blog-zz-odd .blog-zz-items, .blog-zz-list .blog-zz-even .blog-zz-items {
    box-shadow: 0 10px 20px rgba(208, 208, 208, 0.19), 0 6px 6px rgba(230, 230, 230, 0.23);
}
.blog-zz-list .blog-zz-odd .blog-zz-items {
    left: -60px;
}
.blog-zz-list .blog-zz-even .blog-zz-items {
    right: -60px;
}

/**! 03. News Styles **/

/* Mega Menu News Block Styles */
.mega-dropdown-menu .netube-block .post-thumbnail {
 	max-height: inherit;
}
.mega-dropdown-menu .netube-block .news-tabs > li {
    display: block;
}
.mega-dropdown-menu .netube-block {
 display: table;
}
.mega-dropdown-menu .netube-block .news-tabs {
    display: table-cell;
    height: 100%;
    padding-top: 14px;
    position: relative;
    vertical-align: top;
    width: 190px;
    max-width: 190px;
}
.netube-main-menu .mega-dropdown-menu .nav.news-tabs > li > a {
    display: block;
}
.mega-dropdown-menu .netube-block .netube-content {
    padding: 15px 20px 0;
    border: none;
    border-radius: 0;
}
.mega-dropdown-menu .netube-block.news-tab-none .netube-content {
 	width: 100%;
}
.mega-dropdown-menu .netube-block .netube-content .col-sm-2 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 12px;
}
.mega-dropdown-menu .netube-block.news-tab-none .netube-content .col-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 12px;
}
.mega-dropdown-menu .netube-block .netube-content .row {
	margin-left: -5px;
	margin-right: -5px;
}
.mega-dropdown-menu .netube-block .netube-slider-nav {
	clear: both;
	float: none;
	padding: 0 22px 13px;
}
.mega-dropdown-menu .netube-block .netube-slider-nav {
    margin-top: 15px;
}
.mega-dropdown-menu .netube-block.news-tab-none .netube-slider-nav {
 	margin-left: 0;
}
.mega-dropdown-menu .netube-block .netube-news > .row:last-child {
    margin-bottom: 0;
}
.mega-dropdown-menu .netube-block .netube-news > .row {
    margin-bottom: 20px;
}
.mega-dropdown-menu .netube-block .news-tabs > li {
 	border: solid 1px transparent;
}
.header-inner .secondary-space-toggle.active {
    background: none;
}
.mega-dropdown-menu .nav.news-tabs > li > a {
	line-height: 1;
    padding: 10px 22px;
    line-height: 1;
    padding: 10px 22px;
    margin-right: 0;
    border: none;
    background: none;
}
.netube-main-menu .mega-dropdown-menu .nav.news-tabs > li > a:hover {
    border: none;
    background: none;
    padding-left: 27px;
}
.netube-main-menu .mega-dropdown-menu .nav.news-tabs > li > a:hover,
.netube-main-menu .mega-dropdown-menu .nav.news-tabs > li > a {
    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;
}
.netube-main-menu .netube-slider-nav .slide-nav {
    margin-top: 15px;
    position: relative;
    display: inline;
	top: 0;
}
.netube-main-menu .netube-block .slide-nav a.netube-slider-previous {
    left: 0;
    right: auto;
}
.netube-main-menu .netube-block .slide-nav a.netube-slider-next {
    left: 20px;
    right: auto;
}
.mega-dropdown-menu li.news-megamenu-li {
    padding: 0;
 	margin-bottom: -8px;
    margin-top: -8px;
}
.mega-dropdown-menu .netube-block .news-tabs > li {
	 border: solid 1px rgba(0, 0, 0, 0.05);
	 border-right: none;
}
.mega-dropdown-menu .netube-block .news-tabs > li.active {
	 position: relative;
	 border-right: none;
}
.mega-dropdown-menu .netube-block .news-tabs > li.active:after {
	 background: #fff;
	 z-index: 1;
}
/*General Styles*/
.netube-main-menu .netube-block-post {
    margin-bottom: 15px;
}
.post-title {
	margin-bottom: 0;
}
.netube-block-post:hover .post-title-wrapper .post-title > a, 
.netube-block-post .post-title-wrapper .post-title > a {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.widget-title, .netube-block-title, .section-title-wrapper .section-title {
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 35px;
}
.site-footer .netube-block-title {
    border-bottom-color: #3c3c3c;
}
.netube-block-title span {	
    line-height: 28px;
}
/*Style 1*/
.netube-block {
    position: relative;
}
.custom-video .netube-block.player-type-3 .netube-block-title.title-style-1 span {
    color: #fff;
    font-size: 17px;
}
.custom-video .netube-block.player-type-3 .netube-block-title.title-style-1:after {
    background: #444444;
}
.netube-block-title.text-center.title-style-1:before {
    margin: auto 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.netube-block-title.title-style-1 {
    position: relative;
    border-bottom: 1px solid #3B5BC0;
    padding-bottom: 12px;
    margin-bottom: 35px;
    font-weight: 700;
}
.netube-block .netube-block-title.title-style-1 span {
    background: transparent;
    color: #000;
    padding: 0;
}
.typo-white .netube-block .netube-block-title.title-style-1 span {
    color: #fff;
}

.netube-block .netube-block-title.title-style-1 span,
.netube-block .netube-block-title.title-style-2 span,
.netube-block .netube-block-title.title-style-3 span {
    background: transparent;
}
.netube-block .netube-block-title.title-style-3 {
    border: none;
    background: #000;
    color: #fff;
    margin-bottom: 0;
	padding: 8px 15px;
}
.netube-block .netube-block-title.title-style-3 span {
    padding: 0;
}
.netube-block-title.title-style-2,
.netube-block-title.title-style-3 {
    border: none;
}
.block-type-2 .nav.news-tabs {
    margin-bottom: 20px;
}
/*Block 8*/
.netube-block.netube-block-8 .post-thumb-wrapper .category-tag:after,
.netube-block.netube-block-2 .post-thumb-wrapper .category-tag:after {
    border-top-color: #333;
}
.netube-block.netube-block-8 .post-thumb-wrapper .category-tag,
.netube-block.netube-block-2 .post-thumb-wrapper .category-tag {
    background: #333;
}
.netube-block.text-center .post-title-wrapper {
    padding: 0 30px;
}
/*Navigation*/
.netube-main-menu .netube-slider-nav {
    margin-bottom: 0;
}
.netube-main-menu .netube-slider-nav .slide-nav > li > a {
    font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border: solid 1px #e1e1e1;
    border-radius: 3px;
}
.netube-main-menu .netube-slider-nav .slide-nav > li > a:hover {
    color: #fff;
}
.netube-block.netube-block-13.custom-block .post-grid > div {
    margin-bottom: 0;
}
.netube-block.netube-block-13.custom-block .post-grid.netube-block-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}
.netube-block.netube-block-13 .netube-block-post > * {
    padding: 0 30px;
}
.netube-block.netube-block-13 .netube-block-post > *.post-thumb-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.block-default.netube-block-13 .netube-news > .row {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.block-default.netube-block-13 .post-grid > div.post-content-wrapper {
    margin-top: 20px;
}
.block-default.netube-block-13 .netube-news > .row:last-child {
    margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.post.post-grid.netube-block-post.clearfix:first-child {
    padding-top: 0;
}
custom-list-dark
/*Block Type 2 Styles*/
.block-type-2 {
	padding: 20px;
    background: #fff;
    border-radius: 0px;
    border: solid 1px #f2f2f2;
    border-top: solid 2px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.09), 0 10px 0px rgba(0, 0, 0, 0);
}
.widget .netube-block-list .post-list .post-list-thumb {
    max-width: 35%;
}
.block-type-2 .netube-block-title.title-style-2 span {
    margin-bottom: 20px;
    border: none;
	background: none;
    color: #000;
    padding: 0;
}
.block-type-2 .netube-slider-nav:last-child {
    margin-bottom: 0;
}
.block-type-2 .post-grid.netube-block-post {
    padding-bottom: 20px;
    background: #fff;
    border-bottom: solid #ddd 1px;
} 
.netube-block-10.block-type-2 .post-grid.netube-block-post:last-child {
    background: #fff;
    border: none;
    margin-bottom: 0;
}
.block-type-2 .netube-block-list > .post-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.block-type-2 .netube-block-list > .post-list:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.netube-block-slide.block-type-2 .post-grid.netube-block-post:last-child,
.netube-block-1.block-type-2 .post-grid.netube-block-post:last-child,
.netube-block-6.block-type-2 .post-grid.netube-block-post:last-child,
.netube-block-7.block-type-2 .post-grid.netube-block-post:last-child,
.netube-block-13.block-type-2 .post-grid.netube-block-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.netube-block-20 .post-list-thumb {
    margin-right: 0;
    margin-left: 15px;
}
.netube-block-slide .post-grid.netube-block-post {
    margin-bottom: 0;
}
.netube-block-slide.block-type-2 .owl-nav > div {
	height: 25px;
    width: 25px;
    line-height: 25px;
}
.hvr-overlay-wrapper:hover .dark-overlay {
	background: linear-gradient(to right top, rgba(0,0,0,0.8) 0%, transparent 75%);	background: -webkit-linear-gradient(right top, rgba(0,0,0,0.8) 0%, transparent 75%);	background: -moz-linear-gradient(right top, rgba(0,0,0,0.8) 0%, transparent 75%);	background: -ms-linear-gradient(right top, rgba(0,0,0,0.8) 0%, transparent 75%);	background: -o-linear-gradient(right top, rgba(0,0,0,0.8) 0%, transparent 75%);
}
/*---------------------------------------------------------------
						OVERLAY
-------------------------------------------------------------- */
.overlay-container,.banner-post-grid,.banner-post-grid .banner-grid-thumb > a {
	display:block;
    overflow: hidden;
    position: relative;
}
.dark-overlay,.light-overlay,.theme-overlay,.gradient-black-overlay,.gradient-theme-overlay,.rainbow-overlay,.news-slide-loader {
	background:rgba(0, 0, 0, 0.4);
	top: 0; right:0; bottom: 0; left:0;
	height: 100%; width: 100%;
	position: absolute;
	transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.light-overlay,.news-slide-loader { background:rgba(255,255,255,0.6); }	
.gradient-black-overlay {
    background: rgba(0, 0, 0, 0.4);
}
.theme-dark .news-slide-loader {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.gradient-theme-overlay,.rainbow-overlay { opacity:0.6; }
/*----- RAINBOW OVERLAY -----*/
.rainbow-overlay {
	background: linear-gradient(to right top, #0099F7, #F11712);	background: -webkit-linear-gradient(right top, #0099F7, #F11712);	background: -moz-linear-gradient(right top, #0099F7, #F11712);	background: -ms-linear-gradient(right top, #0099F7, #F11712);	background: -o-linear-gradient(right top, #0099F7, #F11712);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099F7', endColorstr='#F11712', GradientType=0 );
}
.banner-gradient-2 .rainbow-overlay {
	background: linear-gradient(to right top, #ffc500, #24FE41);	background: -webkit-linear-gradient(right top, #ffc500, #24FE41);	background: -moz-linear-gradient(right top, #ffc500, #24FE41);	background: -ms-linear-gradient(right top, #ffc500, #24FE41);	background: -o-linear-gradient(right top, #ffc500, #24FE41);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc500', endColorstr='#24FE41', GradientType=0 );
}
.banner-gradient-3 .rainbow-overlay {
	background: linear-gradient(to right top, #c21500, #ffc500);	background: -webkit-linear-gradient(right top, #c21500, #ffc500);	background: -moz-linear-gradient(right top, #c21500, #ffc500);	background: -ms-linear-gradient(right top, #c21500, #ffc500);	background: -o-linear-gradient(right top, #c21500, #ffc500);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21500', endColorstr='#ffc500', GradientType=0 );
}
.banner-gradient-4 .rainbow-overlay {
	background: linear-gradient(to right top, #fc00ff, #00dbde);	background: -webkit-linear-gradient(right top, #fc00ff, #00dbde);	background: -moz-linear-gradient(right top, #fc00ff, #00dbde);	background: -ms-linear-gradient(right top, #fc00ff, #00dbde);	background: -o-linear-gradient(right top, #fc00ff, #00dbde);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc00ff', endColorstr='#00dbde', GradientType=0 );
}
.banner-gradient-5 .rainbow-overlay {
	background: linear-gradient(to right top, #f26522, #00dbde);	background: -webkit-linear-gradient(right top, #f26522, #00dbde);	background: -moz-linear-gradient(right top, #f26522, #00dbde);	background: -ms-linear-gradient(right top, #f26522, #00dbde);	background: -o-linear-gradient(right top, #f26522, #00dbde);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26522', endColorstr='#00dbde', GradientType=0 );
}
.banner-gradient-6 .rainbow-overlay {
	background: linear-gradient(to right top, #000, #ffc400);	background: -webkit-linear-gradient(right top, #000, #ffc400);	background: -moz-linear-gradient(right top, #000, #ffc400);	background: -ms-linear-gradient(right top, #000, #ffc400);	background: -o-linear-gradient(right top, #000, #ffc400);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffc400', GradientType=0 );
}
.banner-gradient-7 .rainbow-overlay {
	background: linear-gradient(to right top, #0b8793, #F11712);	background: -webkit-linear-gradient(right top, #0b8793, #F11712);	background: -moz-linear-gradient(right top, #0b8793, #F11712);	background: -ms-linear-gradient(right top, #0b8793, #F11712);	background: -o-linear-gradient(right top, #0b8793, #F11712);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8793', endColorstr='#F11712', GradientType=0 );
}
/*Block Meta*/
.news-meta-wrapper .post-author .avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin: 0 9px 0 0;
    vertical-align: middle;
}
.post-meta .read-more {
    padding: 5px 20px;
    color: #fff;
    background: #000000;
    display: block;
}
.netube-block .post-meta .read-more {
    padding: 10px 20px;
}
.post-meta .read-more:hover {
    color: #fff;
}
.post-rating i {
    color: #c1c1c1;
    margin: 0px 1px;
    font-size: 12px;
}
.post-rating i.ti-star-half {
    color: #c1c1c1;
}
.post-rating i.ti-star-filled {
    color: #fab702;
}
.netube-single-post .netube-block .netube-block-overlay .post-meta a {
    color: #fff;
}
.netube-block-overlay .post-category > a,
.post .post-category a {
    font-size: 13px;
    padding: 5px 15px 7px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #fff;
}
.post .post-category a:hover {
    color: #fff !important;
    background: #333;
}
.netube-block-overlay .post-category > a:hover,
.post .post-category a:hover {
}
.netube-block ul.social-icons > li > a {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.widget .news-meta-wrapper > ul > li:first-child {
    padding-bottom: 0;
}
/*News Slider Meta*/
.netube-block.news-slide .post-grid a {
    color: #fff;
}
.netube-block.news-slide .post-grid .post-meta a:hover {
    color: #c7c7c7;
}
.netube-block.news-slide .post-grid > div:not(.post-thumb-wrapper) {
    color: #fff;
    padding: 0 25px;
    margin-bottom: 0;
}
.news-slide .owl-carousel .owl-dots {
    margin-top: 0;
    margin-top: 0;
    text-align: left;
    padding: 25px 25px 0;
	line-height: 1;
}
.news-slide .owl-carousel .owl-dots span {
	background: #fff;
}
.netube-block.news-slide .post-grid > div:first-child {
    margin-bottom: 20px;
}
.owl-carousel {
    display: none;
}
/* News Common Styles */
.hide {
	display: none;
}
/* News Ticker */
.topbar .news-ticker-slide.netube-ticker, 
.topbar .news-ticker-title {
    line-height: inherit;
    height: inherit;
}
.topbar .easy-news-ticker {
    padding-left: 5px;
}
.news-ticker-slide.netube-ticker {
    position: relative;
    line-height: 25px;
}
.news-ticker-navs {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news-ticker-navs > i:first-child {
    margin-right: 5px;
}
.news-ticker-navs > i {
    height: 20px;
    line-height: 20px;
    color: #313131;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 7px;
    vertical-align: middle;
    border: solid 1px #e2e2e2;
}
.news-ticker-navs > i:hover {
	color: #fff;
}
.news-ticker-title {
    float: left;
    margin-right: 10px;
    background: #333;
    color: #fff;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
}
.widget.widget_netube_vc_block_1,
.widget.widget_netube_vc_block_2,
.widget.widget_netube_vc_block_3,
.widget.widget_netube_vc_block_4,
.widget.widget_netube_vc_block_5,
.widget.widget_netube_vc_block_6,
.widget.widget_netube_vc_block_7,
.widget.widget_netube_vc_block_8,
.widget.widget_netube_vc_block_9,
.widget.widget_netube_vc_block_10,
.widget.widget_netube_vc_block_11,
.widget.widget_netube_vc_block_12,
.widget.widget_netube_vc_block_13,
.widget.widget_netube_vc_block_14 {
/*    margin-bottom: 0;*/
}
.widget .netube-block .netube-block-overlay {
    padding: 0 30px;
}
.widget .netube-block .post-title-wrapper {
	padding: 0;
}
.vc_row .wpb_content_element .netube-block-list .post-list:last-child,
.widget-area .widget .netube-block-list .post-list:last-child {
    margin-bottom: 0;
}
.vc_row .wpb_content_element .netube-block-post .post-format-icon,
.widget-area .widget .netube-block-post .post-format-icon {
    bottom: 0;
    top: unset;
    right: unset;
    background: rgba(0, 0, 0, 0.74);
    padding: 12px;
    font-size: 18px;
}
/* News Tab Styles */
.nav.news-tabs {
    display: block;
}
a.tab-more-text {
    margin-right: 0 !important;
    text-align: center;
}
.nav.news-tabs  > li > a {
	padding: 0 12px 0px 12px;
    color: #686868;
}
.nav.news-tabs > li:last-child > a {
    padding-right: 0;
}
.netube-block .news-tabs ul.more-tab-dropdown li:nth-child(even) {
    background: #f4f4f4;
}
a.tab-more-text:after {
    border: none;
     content: "\e64b";
    font-family: themify;
    font-size: 12px;
    line-height: 20px;
    vertical-align: initial;
    margin-left: 7px;
    display: inline;
}
.netube-block .news-tabs ul.more-tab-dropdown > li > a {
    font-weight: 400;
    padding: 7px 15px;
    color: #888;
}
.netube-block .news-tabs .dropdown-menu {
    min-width: 140px;
}
.news-tabs ul.dropdown-menu > li {
    padding: 0;
}
ul.more-tab-dropdown {
    left: auto;
    right: 0;
	margin-top: -1px;
}
.news-tabs .dropdown-menu {
    min-width: 140px;
}
ul.more-tab-dropdown > li > a {
    display: block;
    padding: 6px 10px;
}
.news-slide-loader {
	display:none;
    z-index: 1;
}
.news-slide-loader:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.no-slide-verlay .netube-content .tab-pane.active.process > .netube-news.active:before {
	content: none;
	background: none;
}
.netube-load-more.btn {
	border: 1px solid #eeeeee;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.netube-load-more.btn:hover {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
}
.type-infinite img {
    display: none;
}
.netube-block-title-pack {
	position: relative;
}
.netube-block-title-pack .nav.news-tabs {
    position: absolute;
    top: 0;
    right: 0;
}
.no-slide-verlay .netube-slider > .netube-news {
    margin-bottom: 30px;
}
.no-slide-verlay .netube-slider > .netube-news:last-child {
    margin-bottom: 0;
}
@-webkit-keyframes newsFadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,20px,0);
		transform:translate3d(0,20px,0)
	} to {
		opacity:1; 
		-webkit-transform:none; 
		transform:none 
	}
}
@keyframes newsFadeInUp {
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,20px,0);
		transform:translate3d(0,20px,0);
	} to {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@-webkit-keyframes newsFadeInDown {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0)
	} to {
		opacity:1; 
		-webkit-transform:none; 
		transform:none 
	}
}
@keyframes newsFadeInDown {
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,-20px,0);
		transform:translate3d(0,-20px,0);
	} to {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@-webkit-keyframes newsFadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-20px,0,0);
		transform:translate3d(-20px,0,0);
	} to {
		opacity:1; 
		-webkit-transform:none; 
		transform:none 
	}
}
@keyframes newsFadeInLeft {
	0%{
		opacity:0;
		-webkit-transform:translate3d(-20px,0,0);
		transform:translate3d(-20px,0,0);
	} to {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@-webkit-keyframes newsFadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translate3d(20px,0,0);
		transform:translate3d(20px,0,0)
	} to {
		opacity:1; 
		-webkit-transform:none; 
		transform:none 
	}
}
@keyframes newsFadeInRight {
	0%{
		opacity:0;
		-webkit-transform:translate3d(20px,0,0);
		transform:translate3d(20px,0,0)
	} to {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
.tab-content.netube-content {
    overflow: hidden;
	position: relative;
}
.netube-content .tab-pane, .netube-news {
	display: block;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	margin: 0;
}
.netube-content .tab-pane.active, .netube-news.active {
	opacity: 1;
	visibility: visible;
	height: auto;
}
.animate-news-fade-in-up .netube-content .tab-pane.active, .animate-news-fade-in-up .netube-news.active {
	animation-duration: 0.7s;
    animation-name: newsFadeInUp;
}
.animate-news-fade-in-down .netube-content .tab-pane.active, .animate-news-fade-in-down .netube-news.active {
	animation-duration: 0.7s;
    animation-name: newsFadeInDown;
}
.animate-news-fade-in-left .netube-content .tab-pane.active, .animate-news-fade-in-left  .netube-news.active {
	animation-duration: 0.7s;
    animation-name: newsFadeInLeft;
}
.animate-news-fade-in-right .netube-content .tab-pane.active, .animate-news-fade-in-right .netube-news.active {
	animation-duration: 0.7s;
    animation-name: newsFadeInRight;
}
/*Grid and Small grid*/
.netube-block-14 .post-list-thumb {
    float: none;
}
.netube-block-14 .post-list-content {
	padding-left: 0;
}
.netube-block-14 .post.post-list .post-list-thumb {
    margin-bottom: 14px;
}
.netube-block-14 .post-list-content > * {
    margin-bottom: 0px !important;
}
.netube-block-14 .post-list-content > *:last-child {
    margin-bottom: 0px !important;
}
.netube-block-14 .post-grid.netube-block-post {
    margin-bottom: 30px;
}
.netube-block-14 .netube-block-list > .post-list {
    margin-bottom: 30px;
}	
/* News List Styles */
.post-list.netube-block-post {
	display: block;
}
.post-list.netube-block-post,
.big-list > .netube-block-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.post-list-thumb {
	margin-right: 15px;
}
.post-list-content {
	-ms-flex: 1;
    flex: 1;
}

.netube-block-14 .post-list-thumb {
	margin-right: 0;
}
.netube-block-14 .post-list-content {
    flex: unset;
}
.netube-block-14 .post-list.netube-block-post {
    display: block;
}
.post-list-content li {
    display: inline-block;
}
.netube-block-list > .post-list {
    margin-bottom: 30px;
}
.netube-block .post-list-content .post-title-wrapper {
    padding: 0;
}
/*News Big List Styles*/
.big-list .netube-block-post .post-title {
    margin-bottom: 0;
}
.big-list .netube-block-post {
    margin-bottom: 15px;
}
.big-list .post-list-thumb {
    padding-right: 15px;
}
.netube-block .big-list .post-list-content > div:last-child {
    margin-top: 20px;
}
.netube-block .post-list-content > div {
    margin-bottom: 0;
}
.netube-block .big-list .post-list-content > div {
    margin-bottom: 7px;
}
.site-footer .netube-block.netube-block-9 .post-list-content > div {
    margin-bottom: 0;
}
.netube-block .post-list-content > div:last-child,
.site-footer .netube-block.netube-block-9 .post-list-content > div:last-child {
	margin-bottom: 0;
}
.netube-block.netube-block-3.custom-list-dark .netube-block-list.big-list {
    background: #000;
    color: #fff;
}
.netube-block.netube-block-3.custom-list-dark .netube-block-list.big-list .post-title a {
    color: #fff;
}
.netube-block.netube-block-3.custom-list-dark .netube-block-list.big-list .post-list-content {
    padding: 30px 30px 30px 0px;
}
/* News Slide Styles */
.slide-nav > li {
    display: inline-block;
    margin-right: 10px;
}
.type-load-more .slide-nav > li {
	display: block;
}
.slide-nav > li:last-child {
    margin-right: 0;
}
ul.slide-nav a.disabled {
	cursor: default;
}
.netube-slider-nav .slide-nav > li > a {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #d9d9d9;
}
.netube-slider-nav .slide-nav > li > a:hover {
    color: #fff;
}
.related-articles-wrap .netube-block .slide-nav a.netube-slider-previous, 
.related-articles-wrap .netube-block .slide-nav a.netube-slider-next {
    position: relative;
    right: 0;
    left: auto;
}
.slide-nav a.disabled  {
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}
/* News Loader Styles */
.news-slide-loader > img {
    top: 50%; right: 0; left: 0;
    position: absolute;
    margin: 0 auto;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
	z-index: 99;
}
.type-load-more img {
	display:none;
}
/* News Meta Style */
ul.post-meta.right-meta {
    float: right;
}
.news-meta-wrapper > .nav {
    display: inline-block;
    float: left;
}
.news-meta-wrapper > ul > li {
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    line-height: 1;
}
.netube-block-overlay .news-meta-wrapper > ul > li {
    border-right: solid 2px #fff6;
}
.news-meta-wrapper > ul > li:last-child,
.netube-block-overlay .news-meta-wrapper > ul > li:last-child{
    padding-right: 0;
	border-right: 0;
}
.news-meta-wrapper > ul > li:first-child,
.netube-block-overlay .news-meta-wrapper > ul > li:first-child {
    padding-left: 0;
}
.news-meta-wrapper > ul > li {
/*    border-right: solid 2px #0006;*/
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
}
.post-list .post-content-wrapper {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.news-meta-wrapper > ul > li:last-child {
    margin-right: 0;
}
/* News Items Styles */
.netube-content > div {
    margin-bottom: 30px;
}
.post-thumb-wrapper {
    position: relative;
    overflow: hidden;
}
.netube-block-post:hover .post-thumb-wrapper:before {
    opacity: 1;
}
.post-thumb-wrapper .category-tag {
    padding: 3px 12px;
    color: #fff !important;
    position: absolute;
    bottom: 0;
    margin: 0;
    line-height: 20px;
}
.netube-block.netube-block-1 .post-thumb-wrapper .category-tag:after {
    border-top-color: #333;
}
.netube-block.netube-block-1 .post-grid > .post-thumb-wrapper .category-tag {
    background-color: #333;
}
.netube-block .post-grid > .post-thumb-wrapper {
    overflow: unset;
}
.netube-block-overlay {
	position: absolute;
    padding: 0 20% 10% 20%;
    bottom: 0;
    right: 0;
    left: 0;
}
.netube-block .netube-block-post:hover .gradient-black-overlay {
    background: rgba(0, 0, 0, 0.6);
}
.netube-block .netube-block-overlay {
    padding: 0 20% 0% 20%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
}
.owl-carousel.owl-drag .owl-item.center .netube-block-overlay {
    opacity: 1;
}
.owl-carousel.owl-drag .owl-item .netube-block-overlay {
    opacity: 0;
}
.netube-block-overlay > * {
    margin-bottom: 4px;
}
.netube-block-overlay .news-meta-wrapper:first-child {
    margin-bottom: 10px;
}
.netube-block-overlay .news-meta-wrapper:last-child {
    margin-bottom: 0;
}
.netube-block-overlay > *:last-child {
    margin-bottom: 0;
}
.comments-count-wrap > span {
    display: inline-block;
    vertical-align: middle;
}
span.comments-count {
    line-height: 1;
}
.comments-count-wrap > span:first-child {
	margin-right: 0px;
}
.netube-block .post-thumb-wrapper .post-thumbnail {
    max-height: 100%;
    max-width: 100%;
}
.menu-item .netube-block .post-thumb-wrapper .post-thumbnail {
	width: 100%;
}
.mega-dropdown-menu .netube-block .post-grid > div {
    margin-bottom: 10px;
    overflow: hidden;
}
ul.dropdown-menu > li .post-thumb-wrapper .category-tag {
    font-size: 11px;
    font-weight: 400;
    padding: 3px 0;
}
ul.dropdown-menu > li .post-thumb-wrapper .category-tag:hover,
ul.dropdown-menu > li .post-thumb-wrapper .category-tag {
    color: #fff;
}
.mega-dropdown-menu .post-grid.netube-block-post {
    margin-bottom: 10px;
}
.post-grid.netube-block-post {
    margin-bottom: 30px;
}
.netube-block-overlay .post-title > a:hover, .banner-post-title > a:hover {
    color: #d2d2d2;
}
.little-space .post-grid.netube-block-post {
    margin-bottom: 13px;
}
.little-space .big-list .post-list-thumb {
    padding-right: 0;
    margin-right: 0;
}
.netube-content > div:last-child {
    margin-bottom: 0;
}
.netube-block .post-grid > div {
    margin-bottom: 10px;
}
.netube-block .post-grid > .post-thumb-wrapper {
    margin-bottom: 28px;
    overflow: hidden;
}
.netube-block.netube-block-slide .post-grid > .post-thumb-wrapper {
    margin-bottom: 0;
}
.netube-block .big-list .post-list-thumb {
    margin-bottom: 0;
}
.netube-block.big-list .post-list-content > div {
    margin-bottom: 0px;
}
.netube-block .post-list-content > div:last-child {
    margin-bottom: 0;
}
/*---------------------------------------------------------------
						SOCIAL COUNTS
-------------------------------------------------------------- */
.social-counts .social-facebook, 
.social-counts.modal-2 > li > a.social-facebook > span:first-child,
.social-counts.modal-4 > li > a.social-facebook > span:first-child { background:#3C599F; }
.social-counts .social-twitter,
.social-counts.modal-2 > li > a.social-twitter > span:first-child,
.social-counts.modal-4 > li > a.social-twitter > span:first-child { background:#32CCFE; }
.social-counts .social-pinterest,
.social-counts.modal-2 > li > a.social-pinterest > span:first-child ,
.social-counts.modal-4 > li > a.social-pinterest > span:first-child {	background:#cb2027; }
.social-counts .social-youtube,
.social-counts.modal-2 > li > a.social-youtube > span:first-child,
.social-counts.modal-4 > li > a.social-youtube > span:first-child  { background:#bb0000;}
.social-counts > li {
    display: block;
    margin-bottom: 10px;
}
.widget .social-counts > li {
    padding: 0;
}
.social-counts > li > a {
    display: block;
	font-size: 13px; font-weight: 700;
    height: 40px; line-height: 40px;
    padding: 0 10px;
}
.social-counts > li:last-child > a {
	margin-bottom:0;
}
.social-counts > li > a:hover,.social-counts > li > a:focus,
.zozo_social_widget .social-widget > li > a:hover,.zozo_social_widget .social-widget > li > a:focus {
	opacity:1; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1;
	color:#fff;
}
.social-counts > li > a > .fa {
	background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 25px; width: 25px; line-height: 25px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}
.social-counts.modal-1 > li > a,.social-counts.modal-3 > li > a,
.social-counts.modal-1 > li > a > .fa,.social-counts.modal-3 > li > a > .fa {
	color:#fff;
}
.social-counts .follow-redirect-text {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    float: right;
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
    padding: 0 10px;
    vertical-align: middle;
}
ul.social-counts {
    margin-bottom: 40px;
}
/* ----- MODEL 2 ----- */
.social-counts.modal-2 > li > a,.social-counts.modal-2 > li > a > .fa,.social-counts.modal-4 > li > a > .fa {	background:transparent; }
.social-counts.modal-2 > li > a > .fa { font-size: 14px; }
.social-counts.modal-2 > li > a .follow-redirect-text {
    background: #eee;
}
.social-counts.modal-2 li {
    border: solid 2px #eee;
	padding: 4px;
}
.social-counts.modal-2 li:last-child {
    margin-bottom: 0;
}
.social-counts.modal-2 > li > a {
    color: #333333;
}
.social-counts.modal-2 > li > a > span:first-child {
    color: #ffffff;
	padding: 5px 6px;
    margin-right: 9px;
}
/* ----- MODEL 3 ----- */
.social-counts.modal-3 > li,.social-counts.modal-4 > li {
	display: inline-block;
    margin: 4px;
    width: 47.3%;
    vertical-align: top;
}
.social-counts.modal-3 > li:last-child, 
.social-counts.modal-4 > li:last-child {
	padding: 0;
}
.social-counts.modal-3 > li > a,.social-counts.modal-4 > li > a {
    display: inline-block;
    height: auto; width: 100%;
    line-height: 20px;
    padding: 15px 10px;
    text-align: center;
}
.social-counts.modal-3 > li > a > span,.social-counts.modal-4 > li > a > span  {
	display:block;
}
.social-counts.modal-3 > li > a > .fa,.social-counts.modal-4 > li > a > .fa {
    font-size: 25px;
    margin: 0 auto 5px;
    height: 45px; width: 45px; line-height: 45px;
    border-radius: 50%;
}
.social-counts.modal-3 .follow-redirect-text.pull-right,.social-counts.modal-4 .follow-redirect-text.pull-right {
	float:none!important;
}
/* ----- MODEL 4 ----- */
.social-counts.modal-4 > li > a, .social-counts.modal-4 > li > a > .follow-redirect-text {
	background: none;
	color: #333;
}
.social-counts.modal-4 > li > a > span:first-child {
    color: #ffffff;
}
/* Banner Styles */
.netube-banner {
    position: relative;
}
span.banner-as-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.post-format-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}
.netube-block-post:hover .post-format-icon:after, 
.banner-post-grid:hover .post-format-icon:after {
    background: rgba(0, 0, 0, 0.58);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.post-format-icon:after {
    content: "";
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: -25px;
    right: -26px;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.banner-grid-item,.banner-inner-parent {
	overflow: hidden;
	float: left;
}
.netube-block-slide [data-items="1"] .post-format-icon {
	position: absolute;
    bottom: 36%;
    top: auto;
    right: 28%;
    left: auto;
    transform: translateY(0%);
    font-size: 24px;
}
.netube-block-slide [data-items="1"] .post-format-icon:after {
	content: "";
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: -28px;
    right: -28px;
    border-radius: 50%;
}
.banner-author-meta img,
.owl-carousel .owl-item .author-link img,
.news-meta-wrapper .post-author .avatar {
    display: inline-block;
    width: 20px;
    margin-right: 8px;
    border-radius: 50%;
}
.banner-grid-itemw2 { width:50%;}
.banner-grid-itemw3 { width:33.333%;}
.banner-grid-itemw4 { width:25%;}
.banner-grid-sizer { width: 25%;}
.netube-banner .banner-grid-parent{	 height:400px; overflow:hidden;}
.netube-banner.banner-layout-6 .banner-grid-parent { height:600px; }
.banner-inner-parent, .banner-grid-item, .banner-grid-parent .banner-grid-item .banner-post-grid, .banner-grid-thumb, .banner-grid-parent .banner-grid-item .banner-grid-thumb a, .banner-grid-thumb img, .banner-grid-67x100{
	 height: 100%;
}
.banner-grid-100x100 { width:100%; }
.banner-grid-50x100, .banner-grid-25x100 { height:100%; }
.banner-grid-25x50, .banner-grid-50x50, .banner-grid-33x50 { height:50%; }
.banner-grid-50x33, .banner-grid-25x33 { height:33.333%;}
.banner-grid-25x66{ height:66.666%; }
.banner-grid-67x100{ width:66.666%; }
.banner-grid-itemw2 .banner-grid-50x50, .banner-grid-itemw4 .banner-grid-25x50, .banner-grid-itemw2 .banner-grid-50x33, .banner-grid-itemw4 .banner-grid-25x66, .banner-grid-itemw4 .banner-grid-25x33{
	width:100%;
}
.banner-grid-thumb img{
	width:100%;
	height:100%;
}
.banner-grid-50x33 img{
	height:auto;
}
.banner-post-grid {
	position: relative;
}
.banner-post-grid .banner-grid-details {
	padding: 0 25px 25px 25px;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.banner-grid-thumb {
    overflow:hidden;
}
.post-mini-grid-content {
    margin-bottom: 19px;
}
.banner-post-grid .banner-grid-thumb img, .banner-post-grid .banner-grid-thumb img, .mblock26 .netube-block-post .post-thumbnail, .mblock27 .netube-block-post .post-thumbnail {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.banner-post-grid:hover .banner-grid-thumb img, .banner-post-grid:focus .banner-grid-thumb img, .mblock26 .netube-block-post:hover .post-thumbnail, .mblock27 .netube-block-post:hover .post-thumbnail {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
body.netube-lazy-active .pp_pic_holder.is-single.pp_default img {
    opacity: 1;
}
body.netube-lazy-active img, body.netube-lazy-active img.lazy-process {
    opacity: 0;
}
body.netube-lazy-active img.lazy-initiate {
	opacity: 1;
}
body.netube-lazy-active img.lazy-active {
    opacity: 1;
    transition: all ease-in-out .3s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
}

.ti-star-half {
	position: relative;
}

/*Search filter styles*/
.search-with-filter-list .dropdown-menu > span {
	cursor: pointer;
    font-size: 13px;
}
.filtered-ajax-result {
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 0;
}
.search-with-filter-form {
	display: inline-block;
}
.search-with-filter-form .dropdown-menu .dropdown-item, .search-with-filter-form .filtered-ajax-result ul li {
	line-height: 20px;
    padding: 8px 13px;
}
.search-with-filter-wrap .form-control {
    height: 42px;
    padding: 0 12px;
}
.search-with-filter-form .btn {
    color: #fff;
}
.header-inner .search-with-filter-form .btn:focus, 
.header-inner .search-with-filter-form .btn:active {
    box-shadow: none !important;
}
.search-with-filter-form .btn.dropdown-toggle {
    padding: 0 20px;
}
.search-with-filter-form .btn.dropdown-toggle:hover, 
.search-with-filter-form .btn.dropdown-toggle {
    border: none;
}
/* Video Template Styles */
.video-page-header-wrap {
    max-width: 650px;
    margin: 0 auto;
	padding: 40px 0 80px;
}
.video-submit-form-wrap {
    margin-bottom: 40px;
}
.header-inner .btn.video-subbtn {
    color: #fff;
    font-size: 12px;
    padding: 0 16px;
	border: none;
	vertical-align: top;
}
.header-inner .logobar .btn.video-subbtn {
    vertical-align: middle;
    padding: 10px 15px;
}
.header-inner .btn.video-subbtn:hover {
    background: #444444;
}
select.form-control[multiple] {
    height: 100px;
}
.login-form-trigger {
    padding: 11px 18px;
    background: #fff;
    border-radius: 5px;
    box-shadow: -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 2px #060221;
}
/*Trending Icon*/
span.news-trend > i {
    line-height: 30px;
    font-size: 16px;
}
span.news-trend {
	position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    background: #f44336;
    padding: 1px 0px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
}
/*Banner Meta*/
.banner-post-title,
.banner-author-meta {
    margin-bottom: 0;
}
.banner-post-title {
    margin-top: 15px;
}
.banner-author-meta {
	margin-top: 4px;
}
.banner-author {
    text-align: center;
}
.banner-author-meta a:last-child {
    margin-right: 0;
}
.banner-author-meta a {
    position: relative;
	padding-left: 7px;
    padding-right: 7px;;
}
.banner-grid-item span.before-icon {
    padding-right: 8px;
    font-weight: normal;
}
.banner-author-meta a.author-link {
    text-transform: uppercase;
    font-weight: 500;
}
.banner-author-meta a:first-child {
    padding-left: 0;
}
.banner-author-meta a:last-child {
    padding-right: 0;
}
.category-tag {
    position: relative;
    padding: 4px 10px;
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 10px;
}

/* ----- VIDEO PLAYLIST ----- */
.video-playlist-outer {
	position:relative;
}
.video-playlist-slide {
	width: 100%;
	background: #444444;
}
.video-playlist { 
	padding:10px; 
	transition: all ease 0.4s;-webkit-transition: all ease 0.4s;-moz-transition: all ease 0.4s;-o-transition: all ease 0.4s;
}

.player-type-1 .video-playlist {
    padding: 0 0 15px;
}
.player-type-1 .video-playlist-slide,
.player-type-1 .video-playlist.active {
    background: none;
}
.video-playlist-nav > i:hover {
    cursor: pointer;
}
.player-type-1 .video-play .post-format-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}
.video-playlist .post-thumb-wrapper { cursor:pointer; }
.video-playlist-nav .easy-ticker-prev,.video-playlist-nav .easy-ticker-next { top:0; transform: none;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none; }
/* Playlist 2 */
.video-playlist-nav .easy-ticker-prev, .video-playlist-nav .easy-ticker-next{
	top:5px;
}
/* Playlist 3 */
.player-type-3 .video-playlist-slide .video-playlist .video-content {
	padding: 5px 0;
}
.player-type-3 .video-playlist-slide .video-playlist .video-poster {
	float: none;
	margin: 0;
}
.player-type-3 .video-playlist-slide.nav.navbar-nav{
	text-align: center;
	margin:0 auto;
	display: block;
}
.player-type-3 .video-playlist-slide.nav.navbar-nav li{
	float: none;
	display: inline-block;
	text-align:left;
	margin-right:10px;
	white-space:normal;
	vertical-align: top
}	
.player-type-3 .video-playlist-outer{
	padding-top:0px;
}
.player-type-3 .video-playlist-slide.nav.navbar-nav li, .player-type-3 .video-playlist-slide .post-list-thumb img{
	width:150px;
}
.player-type-3 .video-playlist-slide .post-list-content .list-inline li{
	width:auto;
}
.player-type-3 .video-playlist-slide{
	padding: 20px 20px 0;
	white-space:nowrap;
}
.player-type-3 .video-playlist-wrapper {
    overflow: auto;
    white-space: nowrap;
}
.video-play {
    position: relative;
    text-align: center;
}
.video-playlist.active .ti-control-play:before {
    content: "\e6ae";
    margin-left: -3px;
}
.video-play .post-format-icon {
	border-radius: 50%;
    color: #fff;
    height: 50px;
    left: 50%;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    font-size: 18px;
    padding-left: 2px;
    background: #e22122;
}
.video-playlist .post-item-views > span:first-child {
    margin-right: 4px;
}
.video-playlist .post-item-views > span {
    display: inline-block;
    vertical-align: middle;
}
.video-play .post-format-icon.icon-control-pause {
	padding-left: 0;
}
.video-playlist-nav > i {
	height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    color: #fff;
    margin-right: 4px;
    font-size: 8px;
    padding: 6px;
}
.video-playlist-nav > i:hover {
    background: #000;
}
.video-playlist.active a:hover {
    color: #ccc;
}
.video-playlist.active a {
    color: #fff;
}
.video-playlist.active {
    color: #fff;
}
.video-playlist-nav {
    margin-top: 10px;
}
.video-player {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.netube-block.player-type-4 .col-lg-9 {
    padding-right: 5px;
}
.netube-block.player-type-4 .col-lg-3 {
    padding-left: 5px;
}
.netube-block.player-type-4 .video-playlist-slide {
	background: transparent;
}
.netube-block.player-type-4 .video-playlist-nav {
    margin-top: 0;
    padding-left: 9px;
    position: absolute;
    top: 4px;
    right: 7px;
}
.netube-block.player-type-4 .video-playlist {
    padding: 0px 0 15px;
}
.netube-block.player-type-4 .video-playlist:nth-child(3) {
    padding-bottom: 0;
    margin-bottom: 5px !important;
}
.netube-block.player-type-4 .video-poster ul.list-inline {
    padding: 8px 15px 7px;
	background: linear-gradient(to top, rgba(0,0,0,0.80) 0%, transparent 75%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.80) 0%, transparent 75%);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.80) 0%, transparent 75%);
	background: -ms-linear-gradient(bottom, rgba(0,0,0,0.80) 0%, transparent 75%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.80) 0%, transparent 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
}

.netube-block.player-type-4 .video-poster.post-list-thumb {
    margin-right: 0;
}
.video-player > iframe {
    background: #000;
    border: none;
    height: 100%;
    width: 100%;
    left: 15px;
    right: 0;
    position: absolute;
}
.video-player .video-poster {
    margin-left: 15px;
}
.netube-block .video-player .mejs__container {
    height: 400px !important;
    width: 100% !important;
}
.netube-block .video-player .mejs__container video,
.netube-block .video-player .mejs__container .mejs__overlay {
	width: 100% !important;
}
.netube-block .player-type-4 .video-playlist .post-list-thumb {
    margin-right: 0;
}
.video-playlist {
    display: flex;
}
.video-playlist .post-list-thumb {
    margin-right: 15px;
}

/*Scrollbars*/
.player-type-3 .video-playlist-wrapper::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}
.netube-block .news-tabs .dropdown-menu {
	min-width: 140px;
	margin-top: 11px;
}
.player-type-3 .video-playlist-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #999;
}
.player-type-3 .video-playlist-wrapper::-webkit-scrollbar-thumb {
	background-color: #000;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                  color-stop(.5, rgba(255, 255, 255, .2)),
					          color-stop(.5, transparent), to(transparent));
}
/*News Related RTL Style*/
.rtl .news-meta-wrapper .post-author .avatar {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .news-meta-wrapper > .nav {
    float: right;
}
.rtl .post-list-thumb {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .social-counts > li > a > .fa {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .post-title {
    text-align: right;
}
.rtl .netube-block {
    text-align: right;
}
.rtl .social-counts .follow-redirect-text {
    float: left;
}
.rtl .social-counts.modal-3 > li > a > span, 
.rtl .social-counts.modal-4 > li > a > span {
    text-align: center;
}
.rtl .post-thumb-wrapper .category-tag {
    right: 0px;
    left: auto;
}
.rtl .netube-block-post .post-format-icon {
    left: 15px;
    right: auto;
}
.rtl .text-left {
    text-align: right !important;
}
.rtl .text-right {
    text-align: left !important;
}
.rtl .mega-dropdown-menu .netube-block .news-tabs > li > a {
    text-align: right;
}
.rtl .mega-dropdown-menu .netube-block .news-tabs > li:last-child > a {
    padding: 10px 22px;
}
.rtl .video-playlist .post-item-views > span:first-child {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .news-meta-wrapper > ul > li {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .news-meta-wrapper > ul > li:last-child {
    margin-left: 0;
}
.rtl .big-list .post-list-thumb {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .banner-author-meta a {
    padding-left: 0;
    padding-right: 15px;
    margin-right: 0;
}
.rtl .netube-block-title.title-style-1:before,
.rtl span.post-serial {
    right: 0;
    left: auto;
}
.rtl .news-ticker-navs {
    left: 0;
    right: auto;
}
.rtl .news-ticker-title {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
.rtl .full-search-wrapper .input-group-btn {
    left: 0;
    right: auto;
}
.rtl .little-space .big-list .post-list-thumb {
    padding-left: 0;
    margin-left: 0;
}
.rtl .social-counts.modal-3 > li > a > .fa, 
.rtl .social-counts.modal-4 > li > a > .fa {
    margin: auto;
    margin-bottom: 5px;
}
.rtl .netube-block .slide-nav a.netube-slider-previous {
    left: 0;
    right: auto;
    margin-left: 10px;
}
.rtl .netube-banner .banner-grid-parent {
    text-align: right;
}
.rtl .netube-block .slide-nav a.netube-slider-next {
    left: -20px;
    right: auto;
}
.rtl .netube-main-menu .netube-block .slide-nav a.netube-slider-previous {
    left: auto;
    right: 20px;
}
.rtl .netube-main-menu .netube-block .slide-nav a.netube-slider-next {
    left: 0;
    right: 0;
}
.rtl .related-articles-wrap .netube-block .slide-nav a.netube-slider-previous {
    right: 20px;
}
.rtl span.tag-link-count {
    display: inline-block;
}
.rtl .bottom-search-wrap {
    left: 0;
    right: auto;
}
/*Resoponsive Code*/
@media screen and (min-width: 768px){
	.banner-grid-item,.banner-inner-parent {
		overflow:hidden;
		float:left;
	}
	.banner-grid-itemw2 { width:50%;}
	.banner-grid-itemw3 { width:33.333%;}
	.banner-grid-itemw4 { width:25%;}
	.banner-grid-sizer { width: 25%;}
	.netube-banner .banner-grid-parent{	 height:400px; overflow:hidden;}
	.netube-banner.banner-layout-6 .banner-grid-parent { height:600px; }
	.banner-grid-50x100, .banner-grid-25x100 { height:100%; }
	.banner-grid-25x50, .banner-grid-50x50 { height:50%; }
	.banner-grid-50x33, .banner-grid-25x33 { height:33.333%;}
	.banner-grid-25x66{ height:66.666%; }
	.banner-grid-itemw2 .banner-grid-50x50, .banner-grid-itemw4 .banner-grid-25x50, .banner-grid-itemw2 .banner-grid-50x33, .banner-grid-itemw4 .banner-grid-25x66, .banner-grid-itemw4 .banner-grid-25x33, .banner-grid-itemw4 .banner-grid-25x100{
		width:100%;
	}
	.banner-grid-thumb img{
		width:100%;
		height:auto;
	}
	.banner-grid-50x33 img{
		height:auto;
	}
	span.follow-inner-text {
		display: none;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.netube-block-post .post-format-icon,
	.netube-banner .post-format-icon {
		font-size: 18px;
		top: 10px;
		right: 10px;
	}
	.netube-block-list > .post-list {
		margin-bottom: 15px;
	}
	.netube-block .post-list-content > div {
		margin-bottom: 5px;
	}
	/*VC Styles*/
	.vc_column_container>.vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	/*Block Title*/
	h2.post-title, h2.banner-post-title {
		font-size: 24px;
		line-height: 1.4;
	}
	h3.post-title, h3.banner-post-title {
		font-size: 22px;
		line-height: 1.4;
	}
	h4.post-title, h4.banner-post-title{
		font-size: 18px;
		line-height: 1.4;
	}
	h5.post-title, h5.banner-post-title{
		font-size: 15px;
		line-height: 1.4;
	}
	h6.post-title, h6.banner-post-title {
		font-size: 14px;
		line-height: 23px;
	}	
}
@media only screen and (max-width: 1024px){
	.block-static-block {
		z-index: 9999;
		display: none;
	}
	.widget .netube-block .post-thumb-wrapper .post-thumbnail {
		width: 100%;
	}
	.widget .most-viewed-post-image img {
		width: 100%;
	}
	.netube-block .news-tabs .dropdown-menu {
		min-width: 140px;
		margin-top: 11px;
	}
	.rtl .netube-block .news-tabs .dropdown-menu {
    	right: auto;
		left: 0;
	}
	.site-footer .container, .site-footer .boxed-container, .site-footer .custom-container {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 768px){
	.social-counts.modal-3 > li, 
	.social-counts.modal-4 > li {
		padding: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	.banner-post-grid .banner-grid-details {
		padding: 0 15px 15px 15px;
	}
	h3.post-title, h3.banner-post-title {
		font-size: 18px;
		line-height: 1.4;
	}
	.category-tag {
		font-size: 10px;
		padding: 3px 11px;
	}
	.social-counts.modal-3 > li:last-child, 
	.social-counts.modal-4 > li:last-child {
		margin-bottom: 0;
	}
	.widget .netube-block .post-thumb-wrapper .post-thumbnail {
		width: 100%;
	}
	.netube-block-4 .netube-block-overlay {
		padding: 10px;
	}
	h4.post-title, h4.banner-post-title {
		font-size: 15px;
		line-height: 1.4;
	}
	.widget .most-viewed-post-image img {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){ 
	.netube-block.netube-block-2 .post-thumb-wrapper .post-thumbnail,
	.netube-block.netube-block-8 .post-list-thumb .post-thumb-wrapper .post-thumbnail,
	.netube-block.netube-block-5 .post-thumb-wrapper .post-thumbnail,
	.netube-block.netube-block-9 .post-thumb-wrapper .post-thumbnail {
		width: 100%;
	}
	.netube-block.netube-block-3 .big-list .post-list-thumb .post-thumbnail,
	.netube-block.netube-block-10 .big-list .post-list-thumb .post-thumbnail {
		width: 100%;
		margin-bottom: 15px;
	}
	.netube-block.netube-block-3 .big-list .netube-block-post,
	.netube-block.netube-block-10 .big-list .netube-block-post {
		margin-bottom: 15px;
		display: block;
	}
	.netube-block.netube-block-3 .big-list .post-list-thumb,
	.netube-block.netube-block-10 .big-list .post-list-thumb {
		margin-right: 0;
		padding-right: 0;
	}
	a.tab-more-text {
		min-width: 100px;
	}
	.netube-block.netube-block-13 {
		margin-bottom: 50px;
	}
	.single-post .widget-area .most-viewed-posts > div, .category .widget-area .most-viewed-posts > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px){ 
	.banner-grid-item,.banner-inner-parent {
    overflow: hidden;
    float: left; 
    width: 100% !important;
    display: block;
	}
	span.follow-inner-text {
		display: unset;
	}
	h4.post-title, h4.banner-post-title {
    	font-size: 18px;
		line-height: 1.4;
	}
	.netube-block-list > .post-list:last-child {
		margin-bottom: 30px;
	}	
	.wpb_row .news-tick-res.wpb_column {
	margin-bottom: 0;
	}
	.full-search-wrapper .search-form {
		width: 100%;
	}
	.full-search-wrapper .search-form .form-control {
		font-size: 30px;
		line-height: 30px;
	}
	.full-search-wrapper .search-form .input-group .btn {
		line-height: 47px;
		font-size: 21px;
	}
	.big-list .netube-block-post {
		display: block;
	}
	.netube-block .post-thumb-wrapper .post-thumbnail {
		width: 100%;
	}
	.post-grid .post-list-thumb {
		margin-right: 0;
		padding-right: 0;
	}
	.vc_row .vc_column_container>.vc_column-inner {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.big-list .post-list-content {
		margin-top: 30px;
	}
	.netube-block.netube-block-3.custom-list-dark .netube-block-list.big-list .post-list-content {
		padding: 30px;
	}
	.netube-banner.netube-banner-as-bg .banner-grid-item {
		height: 250px;
		width: 100%;
	}
    .blog-days-items:last-child {
        margin-bottom: 35px;
    }
    .blog-days-wrapper .post-day-wrap {
        margin-bottom: 40px;
    }
    .blog-days-wrapper .row {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 640px){ 
	.news-ticker {
		display: none;
	}
}
@media only screen and (max-width: 480px){ 
	.wpb_row .wpb_column:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 380px){
	.banner-post-grid .banner-grid-details {
		padding: 0 15px 15px 15px;
	}
	.netube-block .netube-block-title span {
		font-size: 17px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	.blog-zz-odd .blog-zz-items {
		margin-bottom: 30px;
	}
	.blog-zz-list .blog-zz-odd .blog-zz-items {
		left: 0;
	}
	.blog-zz-list .blog-zz-even .blog-zz-items {
		right: 0;
	}
	.blog-zz-list .blog-zz-inner > * {
		display: block;
		width: 100%;
	}
	.category-box {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 580px) {
	.site-footer .widget.widget_nav_menu ul.menu > li a {
		padding: 0 13px;
	}
}
/* 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;
    }
	.netube-block.netube-block-slide.single-slide .netube-block-overlay {
		padding: 0 5% 0% 5%;
	}
}
@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;
	}
	.netube_latest_post_widget li .side-item-text a, .netube_popular_post_widget li a {
		line-height: 21px;
		font-size: 14px;
		margin-top: 10px;
	}
	.banner-post-grid .banner-grid-details, .netube-block-overlay {
		padding: 0 6px 6px 6px;
	}
	.netube-block-title {
		margin-bottom: 25px !important;
	}
	.widget-area .widget, .vc_row .widget {
		padding: 15px;
	}
	.netube-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;
	}
	.sticky-social-wrap ul.nav.social-icons {
		z-index: 9;
		
	}
	.sticky-social-wrap ul.social-icons > li > a {
		width: 35px;
		line-height: 37px;
		height: 35px;
		font-size: 12px;
	}
	.post-full-thumb-wrap {
		padding: 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.netube_latest_post_widget li, 
	.rtl .netube_popular_post_widget li {
		width: 100%;
	}
	.site-main.single-post-template .entry-header, 
	.site-main.single-post-template .entry-meta.top-meta {
		margin-right: 40px;
		margin-left: 40px;
	}
}
@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.netube_latest_post_widget li, 
	.netube_popular_post_widget li {
		display: block;
	}
	.widget-area.right-widget-area, .widget-area.left-widget-area {
		margin-bottom: 0;
	}
	.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.netube_latest_post_widget li .side-image, 
	.netube_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%;
	}
	.woocommerce ul.products li.product {
		width: 100% !important;
		clear: both;
	}
	.netube-block-slide [data-items="1"] .post-format-icon:after {
		content: "";
		width: 60px;
		height: 60px;
		line-height: 60px;
		position: absolute;
		top: -20px;
		right: -20px;
		border-radius: 50%;
	}
	.netube-block-slide [data-items="1"] .post-format-icon {
		position: absolute;
		bottom: auto;
		top: 50px;
		right: 50px;
		left: auto;
		transform: translateY(0%);
		font-size: 20px;
	}
}
@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;
	}
	.footer-middle-sidebar ul.social-icons>li>a {
		margin-right: 8px;
		margin-bottom: 15px;
	}
	.instagram-pics.instagram-size-large li {
	    max-width: 32.7%;
	}
}
@media only screen and (max-width : 540px){ 
	.woocommerce ul.products li.product {
	    width: 100% !important;
    	clear: both;
	}
	.nav.pagination>li.nav-item a, .nav.pagination>li.nav-item span {
		margin-bottom: 14px;
		display: block;
	}
}
@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%;	
	}
	.instagram-pics.instagram-size-large li {
		max-width: 49.7%;
	}
	.site-main.single-post-template .entry-header, 
	.site-main.single-post-template .entry-meta.top-meta {
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media only screen and (max-width : 520px){
	.post-list.netube-block-post, .big-list > .netube-block-post {
		display: block;
	}
	.post-list.netube-block-post .post-thumb-wrapper, 
	.big-list > .netube-block-post .post-thumb-wrapper {
		margin-bottom: 20px;
	}
	.netube-block-slide [data-items="1"] .post-format-icon:after {
		content: "";
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: absolute;
		top: -12px;
		right: -13px;
		border-radius: 50%;
	}
	.netube-block-slide [data-items="1"] .post-format-icon {
		position: absolute;
		bottom: auto;
		top: 23px;
		right: 25px;
		left: auto;
		transform: translateY(0%);
		font-size: 15px;
	}
	h2.post-title, h2.banner-post-title {
		font-size: 15px;
		line-height: 1.4;
	}
	h3.post-title, h3.banner-post-title {
		font-size: 14px;
		line-height: 1.4;
	}
	.netube-block-overlay .post-category > a, .post .post-category a, .category-tag {
		font-size: 9px;
	}
	.post-navigation .nav-links > * {
		float: none !important;
		max-width: 80%;
		margin: auto;
	}
	.post-navigation .nav-links .nav-previous {
		padding-bottom: 15px;
		border-bottom: solid 1px #eaeaea;
		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;
	}
}
@media (max-width: 576px) {
	.most-viewed-posts .col-sm-6 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media (max-width: 480px) {
	.most-viewed-posts .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 360px) {
	.most-viewed-posts .col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}