#header-branding,
#header-branding h1,
#header-branding div.logo,
#header-branding .ad,
#header-branding .wrap-container {
	height: 115px;
	overflow: hidden;
}
#top-navigation {
	height: 35px;
}
#header-navigation {
	height: 50px;
	border-top-width: 0;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #f8cb4c;
}
#header-navigation ul#menu-main-nav {
	height: 50px;
	overflow: hidden;
}
#header-navigation .dropnav-container .dropnav-menu li a:hover {
	background: #f8cb4c;
}
#header-navigation a i.fa,
#header-navigation a span.glyphicon,
#header-navigation .subnav-container .subnav-menu li.current a {
	color: #f8cb4c;
}
#header-navigation ul li a {
	padding-bottom: 4px;
}
#header-navigation ul li a.main-menu-link:after {
	height: 4px;
}
.affix #main-menu span.sticky-logo,
.wrap-header-layout-none #main-menu span.sticky-logo {

	width: 610px;
}
.affix #main-menu ul.nav,
.wrap-header-layout-none #main-menu ul.nav {
	padding-left: 610px;
}
.affix #main-menu span.sticky-logo,
.wrap-header-layout-none #main-menu span.sticky-logo {

	background-size: 100% 100%;
	width: 590px;
	height: 138px;
	margin-right: 20px;
}
.affix #main-menu ul.nav li:first-child {
	display: none;
}
.affix #main-menu ul.nav ul.dropnav-menu li:first-child,
.affix #main-menu ul.nav ul.subnav-menu li:first-child {
	display: block;
}
body.admin-bar .on #pbCloseBtn {
	top: 30px;
}
.post-pagination a:hover,
.post-pagination .current {
	background: #f8cb4c;
	border-color: #f8cb4c;
}
.page-links a:hover {
	background: #f8cb4c;
	border-color: #f8cb4c;
	color: #fff;
}
#page-content header h2 em {
	font-style: normal;
	color: #f8cb4c;
}
.article-post p a,
.main p a {
	color: #f8cb4c;
}
.loop-cat-12 a.btn-fa-icon,
.loop-cat-12 .main article.def span.text a.more-link {
	background: #f8cb4c;
}
.loop-cat-12 .main article.def div.entry-meta a {
	color: #f8cb4c;
}
#comments-list li .comment-text header .reply a {
	color: #f8cb4c;
}
.module-tags li a {
	border-color: #f8cb4c;
}
.module-tags li a span {
	background: #f8cb4c;
}
.raty .star-on-png,
.raty .star-half-png {
	color: #f8cb4c;
}
.noUi-connect {
	background: #f8cb4c;
}
.vc-block-fx .col-style-one .shadow-ver-right,
.vc-block-fx .col-style-two .shadow-ver-right,
.vc-block-fx .col-style-three .shadow-ver-right {
	background: none;
}
.vc-block-fx .col-style-one .shadow-box,
.vc-block-fx .col-style-two .shadow-box,
.vc-block-fx .col-style-three .shadow-box {
	background: none;
	padding-bottom: 10px;
}
.vc-block-fx .col-style-one .shadow-box:last-child,
.vc-block-fx .col-style-two .shadow-box:last-child,
.vc-block-fx .col-style-three .shadow-box:last-child {
	padding-bottom: 20px;
}
#page-footer {
	border-color: #f8cb4c;
}
#footer-section-top a {
	color: #f8cb4c;
}
.woocommerce span.onsale {
	padding: 0;
}
.woocommerce ul.products li.product .star-rating {
	font-size: 1em;
}
.woocommerce .star-rating span {
	color: #f8cb4c;
}
.woocommerce .star-rating:before {
	color: #999;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	margin-right: 15px;
	width: 65px;
	height: auto;
	box-shadow: none;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 1.45em;
}
.woocommerce ul.products li.product .price {
	font-size: 1.15em;
}
.widget.woocommerce li div.star-rating {
	margin-top: 3px;
}
.widget.woocommerce li span.reviewer {
	font-size: 13px;
	display: inline-block;
	margin-top: 8px;
}
.widget.woocommerce li span.amount {
	font-weight: 700;
	color: #222;
	display: inline-block;
	margin-top: 8px;
}
.widget.woocommerce li del span.amount {
	font-weight: 400;
	color: #999;
	text-decoration: line-through;
}
.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	color: #222;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 75px;
	padding: 0;
	border: none;
	background: none;
	margin-left: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 120px;
	position: relative;
	line-height: 24px;
	padding: 25px;
	border: 1px solid #ededed;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
	position: absolute;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: #fff;
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed;
	margin-left: -34px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.woocommerce #review_form #respond p.comment-form-rating {
	margin: 15px 0;
}
#bbpress-forums a {
	color: #f8cb4c;
}
#bbpress-forums a.page-numbers:hover,
#bbpress-forums .page-numbers.current {
	background: #f8cb4c;
	border-color: #f8cb4c;
}
@media (min-width: 1170px) {
	.loop-page-7 .article-post .miptheme-photo-gallery-one {
		margin-left: -233px;
		margin-right: -30px;
	}
	#article-post-review-header header {
		padding-left: 295px;
	}
	#single-post-header-full.header-loop-page-7 header {
		text-align: left;
		padding-left: 345px;
	}
	.loop-page-7 .article-post .row-review-template {
		padding-left: 0;
		padding-right: 0;
		margin-left: -25px;
	}
	.loop-page-7 .article-post .row-review-template .col {
		padding: 0 25px;
	}
	.loop-page-7 .article-post .row-review-template .col-info {
		padding: 0;
		margin-top: -30px;
		min-height: 200px;
		background: url(../../../../../../../../themes/newsgamer-child/images/vertical-right-shadow.png)
			no-repeat 100% 100%;
	}
	.loop-page-7 .article-post .row-review-template .col-has-poster {
		margin-top: -178px;
	}
	.article-post-review-meta {
		padding: 25px;
		margin-bottom: 0;
		border-bottom: none;
		background: url(../../../../../../../../themes/newsgamer-child/images/top-left-shadow.png)
			no-repeat 100% 0;
	}
	.article-post-review-meta p {
		margin-bottom: 15px;
	}
	.article-post-review-meta p span {
		display: block;
	}
	.loop-page-7 .article-post .review {
		margin-left: -233px;
		margin-right: -30px;
	}
	#comment-user-reviews {
		margin: 25px -25px;
		padding: 25px 10px !important;
	}
	.loop-cat-2.full-width .main .row,
	.loop-cat-3.full-width .main .row,
	.main .loop-cat-3.full-width .row,
	.loop-cat-4.full-width .main .row,
	.loop-cat-5.full-width .main .row,
	.loop-cat-6.full-width .main .row,
	.loop-cat-12.full-width .main .row {
		margin: 0 -25px 30px -26px;
	}
	.loop-cat-7.full-width .main .row,
	.loop-cat-8.full-width .main .row,
	.loop-cat-9.full-width .main .row,
	.loop-cat-10.full-width .main .row {
		margin: 0 -25px 1px -26px;
	}
	.loop-cat-2.full-width .main div.entry,
	.loop-cat-3.full-width .main div.entry,
	.main .loop-cat-3.full-width div.entry,
	.hide-sidebar.loop-cat-4.full-width .main div.entry,
	.loop-cat-5.full-width .main div.entry,
	.loop-cat-6.full-width .main div.entry {
		padding: 0 25px;
	}
}
@media (min-width: 1200px) {
	.main.article {
		padding: 25px;
	}
	#page-content.left-sidebar .main,
	#page-content.right-sidebar .main {
		width: 820px;
	}
	#page-content.left-sidebar .main,
	#page-content.right-sidebar .main,
	#page-content.hide-sidebar .main {
		padding: 25px 25px 0 25px;
	}
	.sidebar {
		width: 348px;
		padding: 24px;
	}
	.main .section-full,
	#page-content.left-sidebar .main .section-full,
	#page-content.right-sidebar .main .section-full,
	#page-content.hide-sidebar .main .section-full {
		margin: 0 -25px 0 -25px;
	}
	#page-slider article .main .col-md-4 {
		padding-right: 28px;
	}
	#page-slider article .main h2 {
		font-size: 22px;
		line-height: 26px;
	}
	#page-slider article .main p {
		line-height: 20px;
	}
	article.def h2 {
		font-size: 28px;
		line-height: 36px;
		font-weight: 400;
	}
	article.def h3 {
		font-size: 18px;
		line-height: 24px;
	}
	article.def h4 {
		font-size: 16px;
		line-height: 20px;
	}
	article.def-medium figure.overlay figcaption div.entry-meta {
		padding: 7px 14px;
	}
	article.def-small figure.overlay figcaption div.entry-meta {
		padding: 5px 10px;
	}
	.loop-cat-12 .main article.def figure img {
		margin-bottom: -100px;
	}
	.loop-cat-12 .main article.def div.entry {
		padding: 20px 25px 25px 110px;
		margin: 0 25px 20px 25px;
	}
	.loop-cat-12 .main article.no-image div.entry {
		padding: 0 0 25px 110px;
		margin: 0;
	}
	.loop-cat-12 a.btn-fa-icon {
		display: block;
	}
	.article-post .miptheme-photo-gallery-one {
		position: relative;
		margin-top: 30px;
		margin-left: -25px;
		margin-right: -25px;
		padding-left: 270px;
	}
	.loop-page-7 .article-post .miptheme-photo-gallery-one {
		margin-left: -294px;
		margin-right: -36px;
		padding-left: 270px;
	}
	.hide-sidebar.loop-page-7 .article-post .miptheme-photo-gallery-one {
		margin-left: -411px;
		padding-left: 388px;
	}
	.miptheme-photo-gallery-one .gallery-info {
		position: absolute;
		top: 0;
		left: 0;
		width: 270px;
		height: 375px;
		margin-top: 0;
	}
	.hide-sidebar .miptheme-photo-gallery-one .gallery-info {
		width: 388px;
		height: 533px;
	}
	.article-post .review {
		margin-left: -25px;
		margin-right: -25px;
		padding-top: 5px;
	}
	.article-post .review .review-circle-wrapper {
		top: -85px;
	}
	.article-post .review .score-desc {
		margin-top: 85px;
	}
	.loop-page-7 .article-post .review {
		margin: 30px -36px 30px -294px;
		padding: 20px;
	}
	.hide-sidebar.loop-page-7 .article-post .review {
		margin-left: -411px;
	}
	.loop-page-7 .article-post .review .review-circle-wrapper {
		top: -100px;
	}
	.loop-page-7 .article-post .review h4 {
		margin-top: 0;
	}
	.loop-page-7 .article-post .review .score-desc {
		position: relative;
		margin-top: 80px;
		left: auto;
		top: auto;
	}
	.vc-block-shadow .shadow-box {
		margin: 0 -25px;
		padding: 22px 25px;
	}
	#page-content section header h2 {
		margin: 0 25px;
	}
	#page-content section .has-header header h2 {
		margin: 0;
	}
	.vc-block-fx #page-content section header h2 {
		padding: 0 25px;
		margin: 0;
	}
	.section-two.section-full .def-medium .col-sm-6 {
		width: 253px;
	}
	#top-grid.top-grid-layout-3.container .col-md-6 article.def:first-child img {
		height: 301px;
	}
}
@media (min-width: 1370px) {
	.container {
		width: 1340px;
	}
	#page-content.left-sidebar .main,
	#page-content.right-sidebar .main {
		width: 940px;
	}
	.sidebar {
		width: 398px;
	}
	article.def figure.overlay figcaption span.entry-comments {
		right: 10px;
		bottom: 5px;
	}
	article.def-medium figure.overlay figcaption span.entry-comments {
		right: 20px;
		bottom: 15px;
	}
	article.def-medium figure.overlay figcaption div.entry,
	article.def-medium figure.overlay figcaption div.entry div.entry-meta {
		padding: 25px 25px;
	}
	article.def-medium figure.overlay figcaption div.entry span.entry-comments {
		right: 25px;
		bottom: 25px;
	}
	.loop-cat article.def figure.overlay figcaption div.entry-meta {
		padding: 15px 20px;
	}
	.article-post .miptheme-photo-gallery-one {
		margin-left: -25px;
		padding-left: 310px;
	}
	.hide-sidebar .article-post .miptheme-photo-gallery-one {
		padding-left: 444px;
	}
	.loop-page-7 .article-post .miptheme-photo-gallery-one {
		margin-left: -334px;
		padding-left: 310px;
	}
	.hide-sidebar.loop-page-7 .article-post .miptheme-photo-gallery-one {
		margin-left: -467px;
		padding-left: 444px;
	}
	.miptheme-photo-gallery-one .gallery-info {
		width: 310px;
		height: 430px;
	}
	.hide-sidebar .miptheme-photo-gallery-one .gallery-info {
		width: 444px;
		height: 610px;
	}
	#single-post-header-full.header-loop-page-7 header {
		padding-left: 335px;
	}
	#single-post-header-full.hide-sidebar.header-loop-page-7 header {
		padding-left: 468px;
	}
	.loop-page-7 .article-post .review {
		margin-left: -334px;
		padding: 25px;
	}
	.hide-sidebar.loop-page-7 .article-post .review {
		margin-left: -467px;
	}
	#top-grid.top-grid-layout-3.container .col-md-6 article.def:first-child img {
		height: 344px;
	}
}
.img-cov {
	text-align: center;
}
