/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Template: storefront 
*/
body{
	color: #3a3838;
}
.grey-text {
    color: #6d6d6d !important;
}
.green{
	color:#1b861b;
}
.lightblue{
	color:#2ea3f2;
}
.left{
	float: left;
}
.right{
	float: right;
}


/*
 * Logo
 */
.site-header .custom-logo-link img {
    max-width: 90%;
} 
@media (min-width: 768px){
	.site-header .site-branding img {
		height: auto;
		max-width: 17%;
	}
}
/*
 * Top search form
 */
@media (min-width: 768px){
	.woocommerce-active .site-header .site-search {
		margin-top: 1em;
	}
}
.site-search .widget_product_search form input[type=search], .site-search .widget_product_search form input[type=text] {
    border-radius: 10px;
    background-color: #3a3a3a;
	color: #fff;
}
.site-search .widget_product_search form::before{
    color: #2ca9e0;
}
.site-search .widget_product_search form input[type=search]::placeholder, .site-search .widget_product_search form input[type=text]::placeholder {
	text-transform: lowercase;
	color:#fff;
}
/*
 * Header
 */
@media (min-width: 768px){
	.site-header {
		padding-top: 0.5em;
	}
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    	padding: 0em 1em;
	}
	.site-header-cart .cart-contents {
    	padding: 0em 0;
	}
	.storefront-primary-navigation {
		background-color: #2ba9e0;
	}
	div.storefront-primary-navigation div.col-full{
		padding: .5em 0em;
		font-weight:700;
	}
	.site-header {
		/*border-bottom-color: #f0f0f0;*/
		border-bottom: #2aa9e0 0px solid;
	}
}
/*
 * Content
 */
header .entry-title{
	display: none;
}
.hentry {
    margin: 0;
}
.home.page:not(.page-template-template-homepage) .site-header{
	margin-bottom: 0em;
}
.spaces{
	line-height: 23px;
}
.page-template-template-fullwidth-php .content-area, .page-template-template-homepage-php .content-area {
    margin-bottom: 0
}	

.site-main {
    margin-bottom: 0;
}
/*bottom loyalty program form*/
.et-db #et-boc .et_pb_module input[type=text] {
    background-color: whitesmoke;
	width: -webkit-fill-available;
    margin-bottom: 18px;
}
/*
 * Content full width
 */ 
#content .col-full{
	margin-left: 0em;
    margin-right: 0em;
}
@media (min-width: 768px){
	#content .col-full {
		max-width: 100%;
		padding: 0 0em;
	}
}
/*shop page mobile columns*/
@media screen and (max-width: 576px) {
    .et_gallery_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n) {
        width: 94%!important;
        margin: 0 3% 3% 0!important;
    }
    .et_gallery_item:nth-child(2n), .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0!important;
    }
}
@media screen and (max-width: 959px) and (min-width: 577px) {
    .et_gallery_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n) {
        width: 40%!important;
        margin: 15px  5% !important;
		min-height: 470px;
    }
    .et_gallery_item:nth-child(2n), .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0!important;
    }
}
@media only screen and (max-width: 980px){
	.et-db #et-boc .et_pb_column .woocommerce ul.products li.product:nth-child(3n+1) {
 		clear: none!important;
	}
}
/*
 * Widget side bar
 */

#secondary{
	margin-top: 50px;	
	margin-right: 10px;
    width: 20%;
    float: left;
}	
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://secureservercdn.net/198.71.233.41/qzn.2b3.myftpupload.com/wp-content/themes/storefront-child/photographer.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text button:hover {
  background-color: #555;
  color: white;
}
@media only screen and (max-width: 767px) {
	#secondary {
		margin: 50px auto;
		width: 90%;
		float: none;
	}
}
/*
 * Footer
 */
#menu-top-menu-2 li a{
	text-decoration: none;
}
@media  only screen and (max-width: 768px){
	#colophon .col-md-8{
		display:none;
	}
}
ul#mega-menu-social-menu li{
	display: inline-block !important;
}
/*
 * Cart
 */
.et-db #et-boc .et-l .et_pb_text ul{
	padding-top: 1em;
}
.et-db #et-boc .et-l .et_pb_text ul li{
	list-style: none !important;
}
.wc-forward::after{
	content: none;
}
@media  only screen and (max-width: 768px){
	table.shop_table_responsive tr td{
		text-align:left;
	}
}

/*
 * Checkout
 */
#custom-checkout{
	margin: 0 15px;
}
.et-db #et-boc .et-l .et_pb_module input[type=email], .et-db #et-boc .et-l .et_pb_module input[type=password], .et-db #et-boc .et-l .et_pb_module input[type=tel],.et-db #et-boc .et-l .et_pb_module input[type=text]{
	width: 100%;
}
/* hides addtional shipping address fields on checkout page
 * #custom-checkout div.col-2{
	display: none;
}
/*