/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


#page-archive-header-wrap {
	overflow: hidden;
}


#archive_header_sidebar {
	/*display: block;
	position: relative;*/
}

body.archive.woocommerce #boxed #page-header-bg {
    background-color: none !important;
}

body.archive.woocommerce .nectar-shop-header {
	display: none !important;
}


#above_products_text {
	margin-top: 20px;
	font-weight: 600 !important;
}

#issue_archive_data {
	display: block;
    position: relative;
    float: left;
    width: 100%;
}
#issue_archive_data #archive_title {
	font-size: 14px !important;
	font-weight: 600 !important;
}
#issue_archive_data img {
	-webkit-box-shadow: 7px 7px 7px 0px rgba(50, 50, 50, 0.75) !important;
	-moz-box-shadow:    7px 7px 7px 0px rgba(50, 50, 50, 0.75) !important;
	box-shadow:         7px 7px 7px 0px rgba(50, 50, 50, 0.75) !important;
}
#issue_archive_data .span_8  {
	padding-left: 10px;
}
#issue_archive_data .span_8 p  {
	font-size: 14px;
	font-weight: 600 !important;
	padding-bottom: 0px !important;
}
#issue_archive_data .span_8 p:nth-child(2)  {
	text-transform: uppercase;
}
#issue_archive_data .content_text  {
	font-size: 14px;
	font-weight: 600 !important;
}
#issue_archive_data .span_8 p.price_text  {
	font-size: 18px;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
    color: #000000 !important;
}


body.archive.woocommerce #archive_description {
	display: block;
	float: left;
	display: none;
}

body.archive.woocommerce #sidebar h3 {
	font-size: 18px !important;
}



body.woocommerce a.button.full_issue_atc {
	background: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    margin-top: 0px;
    margin-bottom: 14px;
	padding: 12px 34px !important;
    font-weight: 600 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	-webkit-box-shadow: 4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	-moz-box-shadow:    4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	box-shadow:         4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	clear: both;
	width: 170px;
}
body.woocommerce a.button.subscription_atc {
	background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    color: #000000 !important;
    margin-top: 0px;
    margin-bottom: 14px;
	padding: 13px 34px !important;
    font-weight: 600 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	-webkit-box-shadow: 4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	-moz-box-shadow:    4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	box-shadow:         4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	clear: both;
	width: 170px;
}
body.woocommerce a.button.editorial_btn {
	background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    color: #000000 !important;
    margin-top: 0px;
    margin-bottom: 14px;
	padding: 13px 34px !important;
    font-weight: 600 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	-webkit-box-shadow: 4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	-moz-box-shadow:    4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	box-shadow:         4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	clear: both;
	width: 170px;
}






body.archive.woocommerce ul.products {
	padding-top: 20px;
	counter-reset: li;
}
body.archive.woocommerce ul.products > li {
	position:relative; 
	padding-left: 20px;
}
body.archive.woocommerce ul.products > li:before {
	content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    color: #000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    left: 0px;
}


body.archive.woocommerce ul.products li.product .price {
	display: none !important;
}
body.archive.woocommerce ul.products li.product .author {
	display: block;
	font-weight: 700;
}
body.archive.woocommerce ul.products li.product .article_summary_link {
	display: block;
	font-weight: 600;
}
body.archive.woocommerce ul.products li.product .article_summary_link a {
	color: #000000;
}
body.archive.woocommerce ul.products li.product .desc {
	display: none;
}
body.archive.woocommerce ul.products li.product .button.archive_atc {
	background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    color: #000000 !important;
    margin-top: 0px;
    margin-bottom: 14px;
	padding: 5px 10px !important;
    font-weight: 600 !important;
	-webkit-box-shadow: 4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	-moz-box-shadow:    4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
	box-shadow:         4px 5px 5px 0px rgba(50, 50, 50, 0.75) !important;
}
body.archive.woocommerce ul.products li.product h3 {
    font-weight: 600 !important;
    line-height: 20px !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    text-transform: none;
    letter-spacing: 0px;
    padding: 0px !important;
	color: #000000;
}




body.archive.woocommerce ul.products li.product .archive_product_img {	
	display: none;
}
body.archive.woocommerce ul.products li.product .archive_product_text {	
	width: 100%
}






/* Subscriptions Archive Page */
body.archive.woocommerce.term-subscriptions #issue_archive_data {
	display: none !important;
}
body.archive.woocommerce.term-subscriptions .article_summary_link {
	display: none !important;
}
body.archive.woocommerce.term-subscriptions ul.products li.product {
	width: 100% !important;
	padding-left: 0px !important;
	margin-bottom: 20px !important;
}
body.archive.woocommerce.term-subscriptions ul.products li.product:before {
	display: none !important;
}
body.archive.woocommerce.term-subscriptions ul.products li.product .archive_product_img {
	display: block !important;
	max-width: 150px;	
}
body.archive.woocommerce.term-subscriptions ul.products li.product .archive_product_text {	
	width: 58%;
	margin-left: 1%;
}
body.archive.woocommerce.term-subscriptions ul.products li.product h3 {
	margin-bottom: 18px !important;
    font-size: 16px !important;
    color: #000000;
}
body.archive.woocommerce.term-subscriptions ul.products li.product .price {
	display: block !important;
    font-size: 14px;
    color: #000000 !important;
	margin-bottom: 18px !important;
}
body.archive.woocommerce.term-subscriptions ul.products li.product .price del {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}
body.archive.woocommerce.term-subscriptions ul.products li.product .desc {
	display: block !important;
    margin-bottom: 18px;
	font-weight: bold !important;
}
body.archive.woocommerce.term-subscriptions ul.products li.product .desc p {
	font-size: 11px !important;
	line-height: 16px !important;
}
body.archive.woocommerce.term-subscriptions ul.products li.product a.button.archive_atc {
	display: none !important;
}
body.archive.woocommerce.term-subscriptions ul.products li.product a.button.archive_atc {
	display: inline !important;
}




.previous_issues_widget {
	overflow: hidden;
	position: relative;
	display: block;
}
.previous_issues_widget section {
	position: relative;
	display: block;
	clear: both;
}
.previous_issues_widget .widget-title {
	
}
.previous_issues_widget h3 {
	margin-bottom: 20px !important;
	clear: both;
}
.previous_issues_widget h4 {
	width: 100% !important;
	font-size: 20px !important;
	margin-top: 10px !important;
	display: block !important;
    float: left !important;
    clear: both !important;
}
.previous_issues_widget ul {
	width: 100% !important;
	display: block !important;
    float: left !important;
    clear: both !important;
}
.previous_issues_widget ul li {
    margin-right: 1% !important;
    float: left;
    display: block;
	padding-top: 0px !important;
}
.previous_issues_widget ul li a p {
	width: 100% !important;
    float: left;
    display: block;
}
.previous_issues_widget ul li.span_6 {
    width: 47% !important;
    margin-right: 6% !important;
    float: left;
    display: block;
}
.previous_issues_widget ul li.span_6:nth-child(even) {
    margin-right: 0px !important;
}
.previous_issues_widget ul li.span_3 {
    width: 23% !important;
    margin-right: 2% !important;
}

.previous_issues_widget ul li p,
.previous_issues_widget ul li p img {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	text-align: center;
	font-size: 13px !important;
	font-weight: bold;
	clear: both;
}
.previous_issues_widget ul li p img {
    border: 1px solid #ccc;
}



@media only screen and (min-width: 1000px) {
	#sidebar,
	.page_sidebar {
		width: 24.5% !important;
		margin-right: 5% !important;
		text-align: center;
	}
	.page_sidebar #sidebar {
		width: 100% !important;
		margin-right: 0% !important;
	}
	#post-area.col_last,
	.page_content {
		width: 70.5%;
    	padding-left: 6% !important;
		border-left: 1px solid #000000 !important;
		margin-left: 0px !important;
	}
    
}




/*------------------------------------------ Success Modal Window */ 
.no-scroll { overflow: hidden !important; }
#app_modal_bg { background: none repeat scroll 0 0 #888; height: 100%; left: 0; opacity: 0.3; position: absolute; top: 0; width: 100%; z-index: 10000; }
#app_modal_box { 
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    height: auto;
    left: 50%;
    right: 50%;
    margin-left: -250px;
    opacity: 1;
    position: absolute;
    top: 120%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 10001;
    border-radius: 0px;
    width: 500px;
    overflow: hidden;
	padding-bottom: 14px;
}
#modal_msg { display: inline-block; text-align: center; width: 100%; } 
#modal_msg span { 
	color: #638BF6;
    display: block;
    font-size: 26px; /*  34px; */
    font-weight: 600;
    width: 100% !important;
}
#modal_msg p {
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 20px 10px 20px;
}
#modal_animation { height: 10px; margin: 10px auto; width: 100px; }
#modal_bar {
    display: block;
    height: 60px;
    padding: 14px 20px 10px;
}
#modal_close {
    border: 2px solid #000000;
    border-radius: 20px;
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 26px;
    font-weight: 200;
    height: 19px;
    line-height: 15px;
    margin-top: 12px;
	margin-right: 4px;
    padding: 4px;
    text-align: center;
    white-space: nowrap;
    width: 19px;
}
#modal_dash { 
	float: left; 
}
#modal_browse { 
	float: right; 
}
#modal_dash,
#modal_browse { 
	background: #638BF6; 
	color: #fff; 
	cursor: pointer; 
	text-align: center; 
	white-space: nowrap; 
	padding: 4px 18px; 
	text-transform: uppercase;
	border-radius: 8px;
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	#app_modal_box { 
		width: 70% !important; 
		margin-left: 14% !important; 
		margin-right: 16% !important; 
		left: 0px !important;   
	}
	#modal_msg p {
		font-size: 16px;
		line-height: 18px;
		padding: 0px 20px 10px 20px;
	}
	#modal_bar {
		padding: 14px 15px 10px;
		height: 50px;
	}
	#modal_dash,
	#modal_browse { 
		padding: 3px 16px; 
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	#modal_msg img {
		width: 120px;
		height: auto;
	}
	#modal_msg p {
		padding: 0px 0px 10px 0px;
	}
	#modal_bar {
		padding: 14px 10px 10px;
		height: 50px;
	}
	#modal_dash,
	#modal_browse { 
		padding: 3px 10px; 
		font-size: 16px;
	}
}
@media only screen and (max-width: 500px) {
	#modal_msg img {
		width: 100px;
		height: auto;
	}
	#modal_bar {
		padding: 14px 5px 10px;
		text-align: center;
		height: 80px;
	}
	#modal_dash,
	#modal_browse { 
		float: none;
		width: 100%;
		display: block;
		padding: 3px 0px; 
		font-size: 14px;
		margin-bottom: 10px;
	}
}
#modal_success_img {
	margin-top: 40px;
	margin-bottom: 30px;
}
#modal_msg span { 
	margin-top: 10px;
	margin-bottom: 20px;
	color: #19ade8 !important;
}
#modal_msg p {
	font-size: 16px;
}
#modal_bar {
    text-align: center;
	padding: 14px 20px 70px;
}
#modal_bar a {
    background-color: #19ade8;
	color: #ffffff !important;
    font-weight: bolder;
    display: block;
    width: 160px !important;
    margin: 0px auto;
    padding: 8px 24px;
    border-radius: 30px;
}
#modal_close {
    border: 0px solid #19ade8;
    color: #000000;
    height: 30px;
    width: 30px;
}


#modal_msg h3 {
	font-size: 15px !important;
	margin-bottom: 0px;
}
#modal_msg p {
	font-size: 13px !important;
    padding-left: 0px;
    padding-right: 0px;
}


#contents_text {
	color: #545454;
	font-weight: 600;
}




#pa_location {
	padding: 14px 15px !important;
    width: 100%;
    border: 0px!important;
    border: 1px solid #cccccc !Important;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background-color: #f8f8f8;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}


body.ascend #header-outer .cart-menu {
    border-left: none !important;
}
.ascend #header-outer .cart-menu .cart-icon-wrap {
    width: 100% !important;
}
.ascend #header-outer .cart-menu .cart-icon-wrap:after {
    content: 'Basket';
    position: absolute;
    right: -16px;
    top: 3px;
    font-weight: 500;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	color: #888;
}
.ascend #header-outer .cart-menu .cart-icon-wrap:hover:after {
    color: #a9092f;
}
body[data-smooth-scrolling="0"] #header-outer .cart-menu {
    padding-right: 0px !important;
	padding-left: 0px !important;
	width: 90px !important;
}




body .woocommerce table.cart a.remove {
    border: 2px solid #f6653c;
    transition: all 0.2s linear;
    font-size: 36px!important;
    padding: 0px!important;
    line-height: 26px!important;
    width: 30px!important;
    height: 30px!important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
	background: #f6653c !important;
	color: #ffffff !important;
}
.woocommerce-cart table.shop_table:after {
	content: 'To remove an item from you cart, click the red X button on the left.';
    position: absolute;
    display: block;
}


.woocommerce-checkout .checkout .payment_method_realex .form-row-first,
.woocommerce-checkout .checkout .payment_method_realex .form-row-last {
	width: 100% !important;
}
.woocommerce-checkout .checkout .payment_method_realex .form-row select {
	border: 1px solid #cccccc !Important;
    color: #000;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
}
#realex_accountNumber {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
#realex_cardType {
	width: 100% !important;
}
#realex_expirationMonth {
	width: 40% !important;
}
#realex_expirationYear {
	width: 40% !important;
}
#realex_cvNumber {
	width: 40% !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}













