/*

Theme Name: Pro &ndash; Child Theme - ConsoleMAD
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* reCaptcha */
.grecaptcha-badge {
	display: none;
}

/* Portfolio */
.x-portfolio .x-sidebar.right {
	width: 100%;
}

.x-portfolio .entry-cover-content span {
	display: none;
}

/* Navigation */
ul.sub-menu li a {
	font-size: 14px;
	text-transform: uppercase;
}

.x-navbar.x-navbar-fixed-top.x-container.max.width {
	width: 100% !important;
}

.desktop .sub-menu {
	padding-top:0;
	padding-bottom:0;
	min-width: inherit;
}

div#nextend-accordion-menu-nextendaccordionmenuwidget-3  a span {
	font-family: 'Oswald' !important;
	line-height: 32px !important;
	padding-left:10px !important;
}

.x-pagination ul {
	background-color: #1E73BE;
	margin-top: 10px;
}

.x-pagination a {
	color: #2c3e50;
	font-size:13px;
}

/* Old Menu */
.nextend-nav-6213, /* MSX */
.nextend-nav-6149, /* Microsoft Strategy Guides */
.nextend-nav-6215, /* MSX Cassette */
.nextend-nav-6216, /* MSX Hardware */
.nextend-nav-6220, /* SuperGrafx */
.nextend-nav-6192, /* US Virtual Boy Games */
.nextend-nav-6261,  /* US Neo Geo Pocket */
.nextend-nav-23631,  /* US Neo Geo Pocket */
.nextend-nav-23114,  /* US Neo Geo Pocket */
/* New Menu */
.nextend-nav-245, /* Consoles */
.nextend-nav-44, /* Virtual Boy */
.nextend-nav-214, /* Amstrad GX4000 */
.nextend-nav-131, /* MSX Cartridges */
.nextend-nav-175, /* MSX Hardware */
.nextend-nav-233, /* CD-I Hardware */
.nextend-nav-153, /* SuperGrafx Games */
.nextend-nav-216, /* US Saturn Games */
.nextend-nav-158, /* US Neo Geo Pocket Games */
.nextend-nav-163, /* US Wii Games */
.nextend-nav-136, /* US Playstation Games */
.nextend-nav-18, /* Atari Jaguar */
.nextend-nav-189, /* Neo Geo Pocket Color */
.nextend-nav-130 /* Sony Strategy Guides */
{
	display: none !important;
}
/* End of Navigation */


/* Calls to Action */
.cta-box {
	text-align: center;
	width: 100%;
	display: block;
	padding:20px 0 20px 0;
	background-color: #1E73BE;
	color: white;
	font-family: "Oswald",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 5px;
}

.cta-box:hover {
	color: white;
	text-decoration: underline;
	background-color: #008FFF;
}


/* Floating content */
.advanced_floating_content .floating_content_full_details a {
	color: #FFF !important;
	text-decoration: underline;
	position: relative;
}

.advanced_floating_content .floating_content_full_details {
	text-align: center;
}

/* Helper Classes */
.nopaddingbottom {
	padding-bottom: 0 !important;
}

/* Typography */
p {
	margin:0 0 15px;
}

li {
	line-height: 1.6;
}

html .woocommerce div.product .woocommerce-tabs h2 {
	margin-bottom: 20px;
}

.h-landmark, .entry-title.h-landmark {
	letter-spacing: -1px;
}

.h-landmark {
	letter-spacing: -1px;
}

h2 {
	line-height: 32px;
	font-size:24px;
}

.homeintro h2 {
	margin-top: 0 !important;
}

.introtext h2 {
	color: white;
}

h3 {
	font-size: 20px;
	line-height: 1;
}

body h2, body h3, body .h2, body .h3 {
	letter-spacing: normal;
}

body.woocommerce h3, body.woocommerce .h3 {
	letter-spacing: -1px;
}

.x-text h1, .x-text h2, .x-text h3, .x-text h4, .x-text h5 {
	margin-top:0;
}

.h-custom-headline {
	margin-top:0 !important;
}

/* End of Typography */

/* Offers Page */

.fullwidthrow h2 {
	background-color: #1E73BE;
	text-align: center;
	color: white;
	margin-top: 0;
	font-size: 28px;
}

.offersrow h2 {
	margin-top: 0;
}

.offersrow .vc-hoverbox-front-inner h2 {
	font-size: 34px;
	color: white;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

/* End of Offers Page */

/* Header */
.x-header-landmark {
	padding:15px 0;
}

#breadcrumbs {
	margin:0;
}
/* End of Header */

/* Homepage */
.notifier {
	background:#1E73BE !important;
}

.notifier h4 {
	color: white !important;
}

.slidercontainer {
	margin-bottom: 0px !important;
}

.home-intro p {
	font-size:25px;
	color: white;
	margin-bottom: 0px;
}

.home-intro .x-container {
	padding:15px;
	text-align: center;
}

.home.page-template-default .x-header-landmark {
	/* display: none; */
}

#advanced_floating_content_24950 .floating_content_close_button {
	line-height: 25px;
}
/* End of Homepage */

/* Cornerstone */
.x-section{
	padding-top:0 !important;
	padding-bottom: 0 !important;
}

/* End of Cornerstone */


/* Fix for tooltips on hover */
.tooltip.fade.bottom.in {
	top:auto !important;
	bottom:0 !important;
}

/* Footer */
.x-colophon.bottom {
	padding:0 !important;
}

.entry-footer {
	display: none;
}

.x-colophon.bottom a:hover {
	text-decoration: underline;
}

.x-social-global a:hover {
	color: white;
}

.x-social-global a {
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;	
}
/* End of Footer */


/* 404 Page */
.error404 .entry-404 {
	margin:2% 0;
}

.error404 .entry-404 .form-search {
	margin:0;
}

.error404 .entry-404 p {
	margin:0;
}

.error404 h2 {
	margin-top:0;
}
/* End of 404 Page */

/* Widgets */
.widget_ultimate_posts .current-post-item a {
	font-weight: bold;
}

.x-sidebar .widget {
	margin-top:0px !important;
	margin-bottom:20px !important;
}

.widget ul li {
	padding:2px 0;
}
/* End of Widgets */

/* Woocommerce */
form.woocommerce-product-search:before {
	left: 6px !important;
	top: 6px !important;
	color: #1E73BE;
	font-size: 20px;
}

form.woocommerce-product-search button {
	display: none;
}

form.woocommerce-product-search.search-cm:before {
	top:23px !important;
}

#text-5 {
	margin-bottom: 0px !important;
}

#woocommerce_product_search-3 {
	margin-bottom: 0px !important;
}

.tax-product_cat .x-pagination:first-of-type {
	margin:0 0 20px 0;
}

.woocommerce .upsells {
	margin-top:20px;
	margin-bottom:0px;
}

.woocommerce  .woocommerce-result-count {
	border:none;
}

.woocommerce-loop-category__title {
	margin-top:10px;
}

h2 mark.count {
	display: none;
}

.sku_wrapper {
	display: block;
}

.woocommerce-loop-category__title {
	text-align: center;
}

html .woocommerce li.product .entry-header h3 {
	line-height: 1.2;
}

.woocommerce .woocommerce-result-count {
	font-size: 13px;
}

.woocommerce .x-pagination:before {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

h3 .count {
	display:none !important;
}

.single-product.woocommerce div.product .summary .product_title {
	font-size: 175%;
}

.single-product.woocommerce .product_meta .posted_in h2 {
	font-size: 140%;
	margin-top:5px;
}

.single-product.woocommerce .product_meta .posted_in h2 a {
	color: #1e73be;
}

.single-product.woocommerce .product_meta .posted_in h2 a {
	color: #53aaed;
}

.products h3, .entry-product .price {
	text-align: center;
} 

.product-category h3 {
	font-size:175% !important;
}

.product-category a img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: initial;	
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);    
}

.product-category a img:hover {
	opacity: 0.75;
}

.woocommerce li.product, .woocommerce-page li.product {
	margin-bottom:4% !important;
}

.woocommerce-tabs .description_tab a {
	background-color:#1E73BE !important;
	color: white !important;
}

li.outofstock {
	opacity: 0.4;
}

html .woocommerce div.product .woocommerce-tabs h2 {
	font-size: 200%;
}

.woocommerce-tabs > ul {
	display: none;
}

.woocommerce-tabs .x-tab-content {
	border:none;
}

.woocommerce-tabs .x-tab-content .x-tab-pane {
	padding: 0;
}

.woocommerce-checkout form .payment_methods label {
	padding-left:0;
}

.woocommerce-checkout form .payment_methods li input {
	margin-right:7px;
}

/* End of Woocommerce */

/* Blog Styling */
.format-standard .entry-title:before, .format-gallery .entry-title:before {
    content: "" !important;
}

.format-gallery .entry-featured, .format-gallery .p-meta {
	display: none;
}

.type-post .p-meta span:first-child {
	display: none;
}

.postimage img, .postimage {
	width: 210px;
	height:auto;
}

div.postimage-title {
	width:auto;
}

.category .hentry {
	margin-top:45px;
}

.category-news .more-link {
	display: none;
}

.category-buying-guides .entry-featured,
.category-import-gaming .entry-featured  {
	display: none;
}

.category-buying-guides .p-meta span:nth-child(1),
.category-buying-guides .p-meta span:nth-child(2),
.category-import-gaming .p-meta span:nth-child(1),
.category-import-gaming .p-meta span:nth-child(2) {
	display: none;
}

.x-recent-posts .x-recent-posts-date {
	display: none;
}

.x-recent-posts .h-recent-posts {
	font-size: 22px;
	line-height: 28px;
}

/* End of Blog Styling */

/* Mailchimp Sign-up Form */
.x-section.mailchimp form {
	max-width: 100% !important;
	margin-top:15px !important;
}

.x-content-dock {
	padding:5px !important;
	border-color:#1E73BE !important;
}

.x-content-dock p {
	text-align: center;
	margin-bottom:5px;
	color:#28323f;
}

.x-content-dock .x-section {
	padding:0;
}

.x-subscribe-form input {
	margin-bottom:5px !important;
}

/* End of Mailchimp Sign-Up Form


/* Screenshots */
.category-screenshots .p-meta {
	display: none;
}

.pp_arrow_next {
	margin-left:10px !important;
}
/* End of Screenshots Page*/

/* Social Icons */
.x-social-global a i {
	font-weight: normal;
}
/* End of Social Icons */

/* Other Sites */
.othersites h2 span {
	padding-left: 0 !important;
	padding-bottom:25px !important;
}
/* End of Other Sites */


/* Extra Media Queries */
@media (min-width: 767px) {
	.x-landmark {
		width:60%;
	}

	.x-breadcrumbs-wrap {
		width:35%;
	}

	.x-landmark {
		padding-right: 10px;
	}

	.x-brand img {
		width:225px !important;
	}	

	.entry-product .entry-featured {
		height:200px;
		line-height: 175px;
	}
}

@media (max-width: 767px) {
	.x-brand.img {
		width:175px;
	}

	.product-category a img {
		display: block;
		margin:0 auto;
	}
}

@media (min-width: 767px) and (max-width: 979px) {
	.entry-product .entry-featured {
		height: auto;
		line-height: initial;
	}
}

@media (min-width: 980px) and (max-width: 1238px) {
	body.x-navbar-fixed-top-active .x-navbar-wrap {
		height: 121px !important;
	}
}

@media (min-width: 980px) and (max-width: 1107px) {
	.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
		padding-left:10px !important;
		padding-right:10px !important;
	}
}

@media (max-width: 979px) {
	.x-sidebar {
		border-top:5px solid #1E73BE;
		margin-top:15px;
		padding-top:25px;
	}
}

@media (max-width: 480px) {
	.woocommerce li.product {
		margin-right:0 !important;
		margin-bottom:25px !important;
	}
}

@media (max-width: 540px) {
	.thumbnailblock .griditemleft {
		float: none;
	}	
}

@media (min-width:770px) and (max-width: 975px) {
	.product-category a img {
		width: 100%;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.product-category a img {
		width: 100% !important;
		margin: 0 auto !important;
	}
}