/*
Theme Name: The Retailer Child Theme
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 1.0
*/

@import url("../theretailer/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
.archive-title {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}


img#wpstats {
	display: none;
}

#mce-EMAIL {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 196px;
	height: 20px;
}

#content input.button {
	background-color: #35876f;
}

.mobile-only {
	text-align: center;
	padding-bottom: 1em;
}

.desktop-only {
	text-align: center;
	padding-bottom: 3em;
}

.fg-paginate {
	text-align: center;
    margin: 30px 0;
    font-size: 0;
}

.fg-paginate .page-numbers,
.fg-paginate .page-numbers:after {
	display: inline-block;
	vertical-align: middle;
}

.fg-paginate .page-numbers {
	font-size: 16px;
    text-align: center;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    margin: 0 5px;
}

.fg-paginate .page-numbers:after {
	content: '';
	width: 1px;
	height: 30px;
	background-color: #e5e5e5;
	position: absolute;
	right: -5px;
}

.fg-paginate .next:after {
	display: none;
}

.fg-paginate .page-numbers:first-child {
	border-left: 0;
}

.fg-paginate .prev,
.fg-paginate .next {
	width: auto;
}

.fg-paginate .prev {
	padding-right: 10px;
}

.fg-paginate .next {
	padding-left: 10px;
}

.fg-paginate .current {
	color: #fff;
    background: #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

@media only screen and (max-width: 719px) {
	.trigger-footer-widget-area {
		display: none;
	}

	.gbtr_widgets_footer_wrapper {
		display: block;
	}
}


.gbtr_light_footer_wrapper {
    line-height: 2;
    font-size: 14px;
}

.gbtr_light_footer_wrapper a {
    color: #282828;
}

.gbtr_light_footer_wrapper a:hover,
.gbtr_light_footer_wrapper a:focus,
.gbtr_light_footer_wrapper a:active {
    color: grey;
    text-decoration: underline;
}

.woocommerce-table .product-name .wc-item-downloads > li > a {
	text-decoration: underline;
	color: #41836d;
}


/* 
=============== 
BLOG
===============
*/

.archive-title {
	font-size: 2.25em;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

.archive-header {
	padding-bottom: 2em;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3em;
}

.post .entry-header .entry-title {
	margin-bottom: 0;
}

.post .entry-header .entry-title a {
	font-size: 32px;
}

.ad-block {
	text-align: center;
	padding: 2em 0;
}

@media only screen and (max-width: 719px) {
	.single-post .box-share-container {
		position: static;
		float: none;
		display: block;
		margin-bottom: 1em;
	}
}


/* 
=============== 
FOOTER
===============
*/
.widget.the_retailer_connect a:before, 
.widget.widget_the_retailer_social_media a:before {
	padding: 3px 0 0 9px;
}

.widget a.widget_connect_facebook:before {
    padding-left: 12px;
    top: 2px;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/