/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

hr{
	margin: 30px 0px !important;
}

h2{
	border-bottom: 2px dotted #f1c8d2;
}

p{
	margin-bottom: 1em;
}


/* HERO */
.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
    max-width: calc(1300px) !important;
}

.masthead:not(.side-header).full-height .main-nav{
	align-content: space-evenly;
}

.page-title{
	min-height: 225px;
	align-items: flex-end;
}

.page-title .wf-wrap{
	background-color: rgb(255, 255, 255, 0.6);
}

@media screen and (min-width: 768px){
	.masthead{
		position: absolute !important;
		top: 20px;
		width: 100%;
	}
}

/* WOOCOMMERCE */
.sidebar-content section.widget{
	padding-bottom: 0px;
	padding-top: 0px;
}

.sidebar-content section.widget h2{
	margin-bottom: 20px;
	margin-top: 35px;
}

.switcher-wrap .view-mode-switcher{
	display: none;
}

.woocommerce-shop article.post.product-category.product {
    border-bottom: 1px solid #a22f49;
    padding-bottom: 15px;
}

.woocommerce-shop article.post.product-category.product .woo-buttons-on-img {
    /*background-color: #a22f49;*/
}

.woocommerce-shop img.preload-me.thumb-lazy-load-show{
	/*opacity: 0.6;*/
}

.woocommerce-page .content .product .stock{
	display: none;
}

.post-type-archive.woocommerce-shop #sidebar{
	display: none;
}

.post-type-archive.woocommerce-shop #main:not(.sidebar-none) .wf-container-main {
  display: -ms-block;
  display: block;
}

.woo-vou-recipient-fields .woo-vou-recipient-details{
	height: 100px;
}

.woo-vou-recipient-fields .woo-vou-recipient-details{
	height: 100px;
}

.woocommerce-page small.description {
  font-size: 100%;
}

.single-product .woocommerce-message {
  display: flex !important;
}





