@charset "UTF-8";
/*
Theme Name: Polaris
Theme URI: https://github.com/WordPress/twentynineteen
Author: CounterSpace
Author URI: https://wordpress.org/
Description: A new Gutenberg-ready theme.
Requires at least: WordPress 4.9.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polaris
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*-------------------------------------------*\
    		Global CSS Styles
\*-------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	word-break: break-word;
}

html {
	scroll-behavior: smooth;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	/*line-height: normal !important*/
}

ul, li {
	padding-left: 0;
	padding-right: 0;
	word-break: break-word;
}

p:empty {
	display: none;
}

/*-------------------------------------------*\
    		Header CSS Styles
\*-------------------------------------------*/

#body-main-content {
	clear: both;
	width: 100%
}

header {
	border-bottom: 1px solid #dddddd;
}

nav {
	border-top: 1px solid #dddddd;
}

header .subscribe-box button {
	width: auto;
	border: 1px solid #cfcfcf;
	background: #fff;
	font-size: 15px;
	color: #9b9b9b!important;
	padding: 8px 20px;
	border-radius: 1px;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 22px;
}

header .signup-pnl {
	position: absolute;
	right: 0;
}

header .signup-pnl li a {
	cursor: pointer;
	float: right;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 15px;
	color: #9b9b9b!important;
	text-transform: uppercase;
}

.fw-header-welcome-msg {
	display: none !important;
}

header .logo {
	padding: 10px 0;
}

header .signup-pnl li.fw-header-welcome-login, header .signup-pnl li.fw-header-cart {
	float: right;
	padding: 0 0px;
	position: relative;
	margin: 0 5px;
}

header .signup-pnl .mini-cart {
	margin-top: -8px;
}

header .mobile-toggle {
	display: none;
}

.section-title h1 {
    font-size: 42px;
    padding-top: 40px;
    padding-bottom: 10px;
    color: #4a4a4a;
}

.section-title h1 span,
.mainPageHeading span {
    color: #979797;
}

/*-------------------------------------------*\
    		Main Body content CSS 
\*-------------------------------------------*/

#body-main-content {
	padding-bottom: 30px;
	padding-top: 30px;
}

.body-content {
	clear: both
}

.pageheading h1 {
	text-transform: capitalize;
	text-align: center;
	padding: 25px 0 45px;
}

.content-middle {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
}

.site-content {
	width: 100%;
	clear: both
}

.top_head {
	/* position: fixed; */
	top: 0;
	z-index: 999999;
	width: 100%;
	float: left;
	background: #3db8ea;
	height: 46px;
}

.top_head li {
	padding: 0 12px !important;
	display: block!important;
}

.top_head li a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	text-shadow: 0px 0px 1px rgba(93, 93, 93, 0.45);
	line-height: 45px;
	display: block;
	padding: 0 18px 0 12px;
}

.top_head li ul {
	margin-top: 0px;
	border-radius: 0;
	padding: 0;
}

.top_head li a:hover {
	background: #4890be !important;
}

.top_head li a:hover {
	background: #4890be !important;
	color: #fff!important;
}

.top_head li ul li:hover {
	background: #f1f1f1 !important;
}

.top_head li ul li a:hover {
	background: transparent !important;
}

.top_head .dropdown-toggle::after {
	/* content:'\f107'!important; */
	display: block !important;
	font-family: FontAwesome !important;
	border: none !important;
	float: right;
	margin-right: 12px;
}

.top_head .dropdown-toggle::before {
	content: "\f107" !important;
	display: block !important;
	font-family: FontAwesome !important;
	border: none !important;
	float: right;
	margin-right: -5px;
}

.top_head li ul li a {
	color: #666666;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	margin: 0px;
	padding: 0;
}

.top_head li ul li a:hover {
	color: #666666!important;
}

.course-menu {
	margin-right: 12px;
}

.course-navbar ul {
	min-width: 200px;
}

.course-navbar li {
	float: left;
	color: #fff;
	line-height: 44px;
	padding: 0 12px;
	list-style: none;
}

.course-navbar li:hover {
	padding: 0 0px;
	background: #4890be !important;
}

.course-navbar li.dropdown a {
	padding-left: 5px;
	padding-right: 22px;
}

.course-navbar li.dropdown a {
	padding-left: 5px;
	padding-right: 22px;
}

.course-navbar li.dropdown::before {
	content: "\f107" !important;
	display: block !important;
	font-family: FontAwesome !important;
	border: none !important;
	float: right;
	margin-right: 2px;
	color: #fff;
}

.dropdown-menu li.extracl {
	display: none!important;
}

.course-navbar ul li {
	min-width: 100%;
	width: 100%;
}

/* .signin-form-conatiner {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
} */

/*  ------------ Here Start Sign in/up form popup ------------ */

#signup {
	background: #fff;
}

#signup h1 {
	text-align: center
}

.custom-control-input:checked~.custom-control-indicator {
	color: #fff;
	background-color: #0088cc;
	line-height: 18px;
}

.custom-control-indicator {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	pointer-events: none;
	user-select: none;
	background-color: #dee2e6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	width: 20px !important;
	height: 20px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:before {
	content: '\f00c';
	font-family: FontAwesome !important;
	margin-left: 4px;
	font-size: 13px;
}

/*  ------------ Here end Sign in/up form popup ------------ */

.sec-slider .img-pnl {
	height: 350px;
	overflow: hidden;
}

.sec-slider img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.magento.magento-category .item, .magento-product .item {
	width: 25%;
	position: relative;
	min-height: 405px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	text-align: left;
	margin-bottom: 50px;
}

.main_four_block_section~.row, .main_four_block_section .row+.row {
	margin-bottom: 40px;
}

.featured-area, .magazine-porduct {
	position: relative;
	clear: both;
}

.featured-area .main-container .row, .featured-area .main-container .row+.row {
	margin-bottom: 40px;
}

.featured-area small, .magazine-porduct small {
	right: 0
}

.featured-area figure {
	width: 100%;
	height: 226px;
	background: #f1f1f1;
	text-align: center;
}

.featured-area figure img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
}

.featured-area h2, .featured-area h3, .featured-area h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* fallback */
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

.sidebar-content {
	clear: both
}

.site-branding {
	width: 100%;
	text-align: center;
}

.site-branding a img.standard-logo {
	text-align: center;
	margin: 0 auto;
}

#page .top-sticky-ad {
	text-align: center;
	margin-top: 0px;
}

.current-issue-image img {
	margin-bottom: 0px;
	padding-bottom: 0!important;
}

/*-------------------------------------------*\
    		Video Section CSS 
\*-------------------------------------------*/

.video-box .vdo-box {
	padding-bottom: 56.25%;
	position: relative;
	height: 0px;
	border-bottom: 0px;
	background: #f1f1f1;
}

.video-box .vdo-box iframe {
	width: 100%;
	vertical-align: middle;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video-box h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* fallback */
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

/*-------------------------------------------*\
    		four block section CSS 
\*-------------------------------------------*/

.main_four_block_section figure, .magazine-porduct figure {
	width: 100%;
	height: 226px;
	background: #f1f1f1;
	text-align: center;
}

.main_four_block_section figure img, .magazine-porduct figure img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
}

.main_four_block_section h2, .main_four_block_section h3, .main_four_block_section h4, .magazine-porduct h2, .magazine-porduct h3, .magazine-porduct h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.best_deal_strip {
	background: #222;
	margin-top: -37px;
	padding: 5px 0;
	position: absolute;
	left: 15px;
	right: 15px;
	text-align: center;
}

.main_four_block_section .price-box, .magazine-porduct .price-box {
	text-align: left;
	/* padding-top: 0px */
}

.featured-area .img-lrg-box {
	height: 606px;
	background: #e9ecef;
	overflow: hidden;
}

.featured-area .img-lrg-box img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
	float: left;
}

.info-img {
	width: 100%;
	float: left;
	max-height: 545px;
	overflow: hidden;
}

.info-img img {
	width: 100%;
	height: auto;
}

.at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile {
	display: none;
}

/*-------------------------------------------*\
    		Inner Page CSS 
\*-------------------------------------------*/

/* ----------- Single post page ------------ */

.featured-area .main-container .row .main-left-content-area p {
	padding-bottom: 10px;
}

.main-left-content-area h1, .main-left-content-area h2, .main-left-content-area h3 {
	padding-top: 0px;
	/* margin-bottom: 30px; */
	text-align: left;
}

.main-left-content-area p img, .main-left-content-area img {
	padding-bottom: 5px;
}

.widget_text, .widget, .widget_custom_html {
	padding-bottom: 20px
}

.main-left-content-area .post-content .img-thumbnail {
	float: left;
	margin-right: 10px;
}

.main-left-content-area .post-content .img-thumbnail img {
	float: left;
	padding-bottom: 0;
}

.main-left-content-area .post-content figure {
	width: 100%;
	/*max-width: 100%;*/
}

.main-left-content-area .comments-area {
	float: left;
	margin-top: 20px;
}

.comments-area ul li {
	padding-bottom: 10px;
}

.main-left-content-area .related-posts .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 10px;
	padding-right: 15px;
}

.owl-item span.zoom {
	display: none
}

.main-left-content-area .nav-links {
	width: 100%;
	float: left;
}

.main-left-content-area span.post-title {
	width: 100%;
	float: left;
}

.main-left-content-area span.meta-nav {
	font-weight: bold;
}

.main-left-content-area .nav-previous {
	float: left;
}

.main-left-content-area .nav-next {
	float: right;
	text-align: right;
}

#sidebar-content .post-item-small {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}

#sidebar-content .img-thumbnail {
	float: left;
	margin-right: 5px;
}

#sidebar-content h2.widget-title {
	display: none;
}

.category-products {
	text-align: center
}

.recent-carousel .owl-item {
	padding-left: 15px;
	padding-right: 15px;
}

.recent-carousel .owl-item h4 {
	padding: 7px 0;
}

.vdo-container iframe {
	width: 100%;
}

/* -------- tv page -------- */

.flowplayer-embed-container {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* -------- Pagination -------- */

.pagination-wrap {
	width: 100%;
	margin-top: 35px;
	border-top: 1px solid #979797;
	padding-top: 24px;
}

.pagination, .pagination-wrap .page-links {
	float: none;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.pagination>a, .page-links>a, .pagination>span, .page-links>span {
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	color: #4A4A4A;
	display: block;
}

/*-------------------------------------------*\
    		Newsletter Section CSS 
\*-------------------------------------------*/

.default-newsletter-area h3.widget-title {
	display: none
}

.default-newsletter-area input {
	max-width: 270px;
	margin: auto;
	min-height: 40px;
}

.default-newsletter-area button {
	padding: 10px 20px;
	border: 1px solid;
	margin-top: 15px
}

.fw-header-cart .mini-cart .topCartContent {
	max-width: 320px!important;
	width: 320px!important;
	padding-bottom: 15px!important;
}

.fw-header-cart .mini-cart .mini-products-list {
	padding: 0;
	max-height: 320px;
	overflow: auto;
	margin: -11px 0!important;
}

.fw-header-cart .mini-cart .mini-products-list .item {
	direction: rtl;
	position: relative;
	padding: 0;
	border: none;
	display: block !important;
	border-bottom: none!important;
}

.fw-header-cart .mini-cart .totals {
	background-color: #FFF;
	border-top: solid 1px #666;
	color: #3DB8EA;
	margin: 1em 0 0.5em;
	padding: 8px 0;
	font-size: 16px;
	white-space: normal;
}

.fw-header-cart .mini-cart .actions {
	padding: 0;
	line-height: 1;
	border: none;
	white-space: normal;
}

.fw-header-cart .mini-cart .mini-products-list .item .product-details a, .fw-header-cart .mini-cart .mini-products-list .item .product-details p {
	color: #000!important;
}

.fw-header-cart .mini-cart .mini-products-list .item .product-details {
	position: relative;
}

.fw-header-cart .mini-cart .mini-products-list .item .product-details p {
	font-weight: bold;
}

.fw-header-cart .mini-cart .mini-products-list .item .product-details .btn-remove {
	right: 102px;
	float: right;
	margin-top: -25px;
	color: #454545;
	position: absolute;
	top: -77px;
	display: none;
}

.fw-header-cart .mini-cart .totals {
	background-color: #FFF!important;
	color: #3DB8EA;
	margin: 1em 0 0.5em;
	padding: 8px 0;
	font-size: 16px;
	white-space: normal;
}

.fw-header-cart .mini-cart .totals {
	background-color: #FFF;
	border-top: solid 1px #666;
	color: #3DB8EA;
	margin: 1em 0 0.5em;
	padding: 8px 0;
	font-size: 16px;
	white-space: normal;
}

.fw-header-cart .mini-cart .topCartContent .inner-wrapper li {
	width: 100%;
	float: left;
	padding: 1px !important;
	border-bottom: 1px solid #c1c1c1 !important;
	padding-bottom: 10px!important;
	padding-top: 5px!important;
}

/*-------------------------------------------*\
    		Footer Section CSS 
\*-------------------------------------------*/
footer li{
	list-style: none;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0!important;	
}

footer li a{
	list-style: none;
	color: #fff;
	text-decoration: none;
}
.copy-txt {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0;
	background: #333;
	color: #fff;
}

/*-------------------------------------------*\
    		Css for Ipad view
\*-------------------------------------------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}
	.sec-slider .img-pnl {
		height: 230px;
	}
	.video-box .vdo-box {
		width: 100%;
		height: 160px;
	}
	.responsive-col .row div+div:nth-child(n+4) {
		/* border: 1px solid #ff1000; */
		display: none;
	}
}

/*-------------------------------------------*\
    		Css for Small device
\*-------------------------------------------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
	header .mobile-toggle {
		display: block;
	}
	header .mobile-toggle i {
		font-size: 28px;
		color: #000;
	}
	header .subscribe-box button {
		display: none;
	}
	header .signup-pnl {
		position: relative;
		right: 0;
		top: -3px;
		margin-bottom: -24px;
		pointer-events: visible;
		z-index: 1;
	}

	
	header li.fw-header-cart {
		display: inline-block!important;
		margin-left: 26px;
	}
	header li.fw-header-cart .mini-cart .icon-mini-cart {
		font-size: 20px;
		color: #777;
	}
	header li.fw-header-cart .mini-cart .cart-info {
		background-color: #c1c1c1 !important;
		position: absolute;
		top: 1px;
		right: -5px;
		color: #FFF;
		line-height: 1;
		bottom: auto;
		padding: 3px 6px;
		border-radius: 48px;
		font-size: 12px;
		font-weight: 600;
	}



	.responsive-col .row div+div:nth-child(n+3) {
		/* border: 1px solid #ff1000; */
		display: none;
	}
	#sidebar-content {
		display: none
	}
	.course-menu {
		display: none;
	}
}
