/*
 Theme Name:     WW I AIRSOFT
 Theme URI:      
 Description:    World War I airsoft
 Author:         Mark Granath 
 Author URI:     https://mark.granath.fi
 Template:       Harmony
 Version:        1.0.0
*/
 
@import url("../Harmony/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.title
{
/*	font-family: 'UnifrakturCook', cursive !important;	*/
	font-size: 3rem !important;
	text-transform: capitalize;
	color: darkred;
	text-shadow: 1px 1px 0 #111;
}

.widgettitle
{
/*	font-family: 'UnifrakturCook', cursive !important;	*/
	font-size: 1.6rem !important;
}

.widget .widgettitle {
    background-color: #333;
	font-size: none;
	color: #B00;
	text-shadow: 1px 1px 0 #111;
}

.widget a {
	font-size: 1.2rem;
}

.article h2 {
/*	font-family: 'UnifrakturCook', cursive !important;	*/
}

.entry h1.title {
	padding-bottom: 1.2em;
}

.et_mobile_menu {
background-color: #111;	
}

#main-area p {
	font-size: 1.2rem;
}

#main-nav {
	background-color: #333 !important;
}

#top-menu a, #mobile_links a {
	text-shadow: none;
	color: white;
}

#top-menu a:hover, #mobile_links a:hover {
	color: red;
}

#et-site-title h2 {
	letter-spacing: 0.3em;
}

#breadcrumbs {
	background-color: #111;
	color: red;
}

#breadcrumbs a {
	color: dimgray;
}

#footer-bottom {
	background-color: #333;
	color: #B00;
	text-shadow: 1px 1px 0 #111;
}

.headerslider {
	position: absolute;
	z-index:-1;
}

.headerslider ul.slides > li > img {
	height: 529px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}

.home .headerslider ul.slides > li > img {
	height: 702px;
}

#social-icons a {
	color: #AAA;
}

#social-icons a:hover {
	color: #8b0000;
}

.nav ul {
	background: #333;
}

#et-contact p input, #et-contact p textarea {
    font-size: 16px !important;
    font-family: open-sans !important;
}

.woocommerce div.product .out-of-stock  {
	display: none;
}

.woocommerce div.product .product_title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce-products-header h1 {
  	/* font-family: 'UnifrakturCook', cursive !important;	*/
	font-size: 2rem !important;
	text-transform: capitalize;
	color: darkred;
	text-shadow: 1px 1px 0 #111;
}

.woocommerce ul.products li.product .price {
	font-size: 1.5em !important;
	
}


.woocommerce div.product .woocommerce-tabs .panel h2 {
/*	font-family: 'UnifrakturCook', cursive !important;	*/
	font-size: 2rem !important;
	text-transform: capitalize;
	color: darkred;
	text-shadow: 1px 1px 0 #111;

}

@media only screen and ( max-width: 960px ) {
	.headerslider ul.slides > li > img {
		height: 529px;
	}
	.home .headerslider ul.slides > li > img {
		height: 702px;
	}
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
	
	.headerslider ul.slides > li > img {
		height: 529px;
	}
	.home .headerslider ul.slides > li > img {
		height: 541px;
	}
}

@media only screen and ( max-width: 767px ) {
	.headerslider ul.slides > li > img {
		height: 329px;
	}
	.home .headerslider ul.slides > li > img {
		height: 347px;
	}
}

@media only screen and ( max-width: 479px ) {
	.headerslider ul.slides > li > img {
		height: 263px;
	}
	.home .headerslider ul.slides > li > img {
		height: 287px;
	}
}

