/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */


h2.woocommerce-loop-product__title:lang(en-GB)::after {
    content: "FM";
    white-space: nowrap;
    font-size: 0.7rem;
    color: #878787 !important;
    font-weight: 300;
    font-family: futura-pt, sans-serif;
    display: list-item;
    margin-top: 12px;
    margin-bottom: -12px;
}

.page-template .woocommerce-Price-currencySymbol:after {
    content: "FM";
    white-space: nowrap;
    font-size: 0.7rem;
    color: #878787 !important;
    font-weight: 300;
    font-family: futura-pt, sans-serif;
    display: list-item;
    margin-top: 12px;
    margin-bottom: -22px;
}

.woocommerce-cart .woocommerce-Price-currencySymbol:after {
    display: none !important;
}

.woocommerce-checkout .woocommerce-Price-currencySymbol:after {
    display: none !important;
}

.woocommerce-checkout ul#shipping_method li {
    list-style-type: none !important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 0.7rem;
    color: #878787 !important;
    font-weight: 300;
    font-family: futura-pt, sans-serif;
}

.mobile-download-thumb {
background-color: rgba(246,246,246,1);
position: fixed;
width: 383px;
margin-top: 10px;
}

.single-press .row {
margin-right: -15px;
margin-left: -15px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(174,174,174,1);

}

.single-press section.main.container.frontpage.downloadpage.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
width: 1240px ! Important;
max-width: 1240px ! Important;
}

.downloadpage .col-8 {
padding: 0 15px ! Important;
}

.single-press .col-8 {
max-width: 66.666667%;
margin-right: -15px;
box-sizing: inherit;
margin-left: 420px;
margin-top: 40px;

}

.single-press .col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}

.press-image {
min-height: 155px;
width: 100%;
border: 1px solid rgba(174,174,174,1);
box-sizing: inherit;

}

.press-preview {
display: none;
}

.single-press .press-button p {
background-color: rgba(74,74,74,1);
display: block;
color: rgba(255,255,255,1.0);
font-size: 0.95rem;
font-weight: 400;
width: 100%;
padding: 10px 0 8px 0;
margin-top: 10px ! Important;
margin-bottom: 20px ! Important;
text-align: center;
text-transform: uppercase;
border-radius: 4px;
transtion: all 0.25s ease-in-out;
}

.single-press h1 {
font-family: "segoe ui", arial, sans-serif;
font-weight: 400;
margin: 10px 0;
font-size: 36px;
}

/**** DOWNLOAD PAGE ****/
.page-template-page-downloadtwo .post-password-form {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}
.page-template-page-downloadtwo .dl-content {
	margin-bottom: 25px;
}
.page-template-page-downloadtwo .dl-content p {
	margin: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    letter-spacing: 0.2px;
    font-size: 1.0em;
    text-align: left;
    color: rgba(105,105,105,1.0);
    line-height: 1.3;
}
.page-template-page-downloadtwo .dl-content a {
    color: rgba(135,135,135,1.0);
    font-weight: 700;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-size: 15px;
}
.page-template-page-downloadtwo .dl-content a:hover {
	color: rgba(64,64,64,1.0);
	text-decoration: none;
}
.page-template-page-downloadtwo .dl-filter-menu {
	display: block;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.page-template-page-downloadtwo .dl-filter-menu li {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	list-style-type: none;
}
.page-template-page-downloadtwo .dl-filter-menu li a {
	display: block;
	background-color: rgba(64,64,64,1.0);
	color: #fff;
	font-size: 1.1rem;
	text-decoration: none;
	padding: 7px 18px 8px 18px;
	border: 2px solid rgba(64,64,64,1.0);
	transition: all 0.3s ease;
}
.page-template-page-downloadtwo .dl-filter-menu li a:hover {
	background-color: #000;
	border: 2px solid #000;
}
.page-template-page-downloadtwo .dl-filter-menu li a:active {
	background-color: #fff;
	color: rgba(64,64,64,1.0);
	border: 2px solid rgba(64,64,64,1.0);
}
.page-template-page-downloadtwo .product-list .col-2 {
	padding-left: 8px !important;
	padding-right: 8px !important;
	flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.page-template-page-downloadtwo .product-box.product-box-dl {
    border: 2px solid rgba(246,246,246,1.0);
    background-color: #f6f6f6;
    margin-bottom: 16px;
    border: 4px solid rgba(246,246,246,1.0);
    transition: all 0.3s ease;
	min-height: 276px;
}

.page-template-page-downloadtwo .product-box.product-box-dl:hover {
	border: 2px solid rgba(206,206,206,1.0);
}
.page-template-page-downloadtwo .dl-button .product-list-info {
	background-color: rgba(64,64,64,1.0);
	text-align: center;
	padding: 25px 10px 8px 10px;
	transition: all 0.3s ease;
}
.page-template-page-downloadtwo .product-box.product-box-dl:hover .dl-button .product-list-info {
	background-color: #000;
}
.page-template-page-downloadtwo .product-box.product-box-dl .product-list-info {
    padding: 15px;
    width: 100%;
    height: 25px;
    color: rgba(64,64,64,1.0);
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    letter-spacing: 0.2px;
    min-height: 80px;
}
.page-template-page-downloadtwo .product-box.product-box-dl .product-list-info p {
	line-height: 0.8;
}
.page-template-page-downloadtwo .dl-button .product-list-info p {
	color: #fff;
	font-size: 1rem;
	line-height: 1rem;
	margin-top: -8px;
}
.page-template-page-downloadtwo .product-number-dl {
	font-size: 0.8rem;
	color: rgba(165,165,165,1.0);
}

.page-template-page-downloadtwo .row.product-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.page-template-page-downloadtwo section.main.container.frontpage.container-fluid {
    max-width: 1240px !important;
    margin: auto;
}

form#wpml-login-ls-form {
    display: none !important;
}