
/*
Theme Name: GET THAT POWER
Theme URL: 24-7website.co.uk
Description: Theme for getthatpower.eu
Version: 1.0
Author: 24-7website.co.uk

*/
html>body #content {
	height: auto;
}

body{
	padding: 0px;
	margin: 0px;
	font: 62.5% 'Exo 2', sans-serif; /* Resets 1em to 10px */
	overflow-y: scroll;		
}

/************************************************
*	HEAD										*
************************************************/

#head{
	height: 210px;
	animation: fadein 1000ms ease;
}

#head h5 {
	display: none;
}

.logo {
	float: left;
	width: 300px;
	height: 300px;
	display: block;
	background: url(images/Suppdady.png) no-repeat;
	animation: logo-anim 1000ms ease;
	transition: 100ms ease;
	
}

.logo:hover {
	transform: scale(1.05);
	transition: 100ms ease;
}

.phone-header {
    background: url(images/phone.svg) no-repeat left center;
    padding: 0 0 0 50px;
    color: #ff0000;
    font-size: 1.8em;
    float: left;
    margin: 20px 20px 20px 40px;
    min-height: 40px;
    line-height: 2.2em;
}

.uk-header {
    width: 80px;
	height: 80px;
	display: block;
	background: url(images/quality_80.png) no-repeat left center;
    padding: 0 0 0 50px;
    float: right;
    margin: 50px 250px 0px 20px;
    
}

.quality-header {
    width: 120px;
	height: 150px;
	display: block;
	background: url(images/uk.png) no-repeat left center;
    padding: 0;
    float: left;
    margin: 0;
    
}


@media(max-width:700px) {
	.uk-header {
		float: left;
		margin: 50px 0 0 0;
		padding: 0;
	}
	.quality-header {
		float: left;
		clear: both;
	}
}


.email-header {
	background: url(images/email.svg) no-repeat left center; 
    padding: 0 0 0 50px;
    color: #ff0000;
    font-size: 1.8em;
    float: left;
    margin: 20px 20px 20px 0;
    min-height: 40px;
    line-height: 2.2em;	
	transition: 100ms ease;
}

.email-header:hover {
	transition: 100ms ease;
	color: #31180e;
}

.woocommerce-product-search {
	float: left;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 0 !important;
}

.search-field  {
	padding: 10px !important;
	width: 300px;
}

.woocommerce-product-search button{
	padding: 24px 20px 15px 20px;
	border: none !important;
	background: url(images/zoom.svg) no-repeat #31180e !important;
	cursor: pointer;
	transition: 100ms ease;
}
.woocommerce-product-search button:hover{
	background-color: #c49a6d !important;
	transition: 100ms ease;
}

.head-shop {
	clear: right;
	padding-top: 30px;
	}

.login-header {
	padding-top: 55px;
	background: url(images/login.svg) no-repeat top center;
	float: right;
	font-size: 1.2em;
	color: #31180e;
	display: block;
	margin: 0 60px 0 0;
	transition: 100ms ease;
	background-position: center 3px;
}

.login-header:hover {
	background-position: center 0;
	transition: 100ms ease;
	color: #c49a6d;
}



.cart-header {
	padding-top: 55px;
	background: url(images/cart.svg) no-repeat top center;
	float: right;
	font-size: 1.2em;
	color: #31180e;
	display: block;
	margin-left: 10px;
	transition: 100ms ease;
	width: 50px;
	text-align: center;
	background-position: center 3px;
}

.cart-header:hover {
	background-position: center 0;
	transition: 100ms ease;
	color: #c49a6d;
}



.product-search-form {
		margin-top: 10px;
		margin-bottom: 10px;
		clear: right;
}

.product-search {
	float: right !important;
	font-size: 1.4em !important;
}

.product-search a{
	color: #31180e !important;
	font-weight: 700 !important;
}
.product-search input {
	font-size: .9em;
	text-transform: uppercase;
	padding: 5px 10px;
	font-family: 'Exo 2', sans-serif;
}

/************************************************
*	MENUS										*
************************************************/

.menu ul {
		margin: 0;
		padding: 0;
		}
#head .menu {
	float: right;
	display: block;
	text-align: right;
	clear: right;
	margin: 0 0 0 0;
}

#head .menu li {
		list-style: none; 
		display: inline-block;

		}
		
#head .menu li a{
		font-size: 2em;
		font-weight: 500;
		color: #31180e;
		padding: 0 0 0 20px;
		-webkit-transition: 200ms ease;
		transition: 200ms ease;
		}
		
#head .menu li a:hover,#head li.current-menu-item a	 {
		color: #c49a6d;
		transition: 100ms ease;
		}

		
/* CATEGORIES */

#categories-menu  .menu {
	text-align: center;
	float: none;
	clear: none;
	padding: 10px 0;
	margin: 0;
}



#categories-menu ul ul {
	display: none;
	position: absolute;
	background: #ff0000;
	padding: 20px 20px 20px 0;
	z-index: 666;

}

#categories-menu ul li:hover > ul
{
	display:block;
	animation: menu-anim 300ms;
	transform-origin: left top;
}

@keyframes menu-anim {
	0% {opacity: 0; transform: scale(1,0);}
	100% {opacity: 1; transform: scale (1,1);}
}	

#categories-menu ul ul li {
	padding: 0 !important;
	margin: 0 !important;
}


#categories-menu a:hover {
	color: #fff !important;
	opacity: .5 !important;
}




#categories-menu  .menu li {
		list-style: none; 
		display: inline-block;

		}
		
#categories-menu  .menu li a{
		font-size: 1.3em;
		font-weight: 700;
		color: #fff;
		padding: 0 0 0 10px;
		-webkit-transition: 200ms ease;
		transition: 200ms ease;
		text-transform: uppercase;
		}
		
#categories-menu  .menu li a:hover,#head li.current-menu-item a	 {
		opacity: .7;
		color: #fff !important;
		transition: 100ms ease;
		}

/* FOOTER */

		
#foot .menu {
	float: none;
	display: block;
	text-align: center;
}

#foot ul.menu {
	padding: 0 !important;
	margin: 0 !important;
}

#foot .menu li {
		list-style: none; 
		display: inline;
		padding: 0 10px;
		}
		
#foot .menu li a{
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: 300;
		color: #333;
		transition: 100ms ease;
		}
		
#foot .menu li a:hover,#foot li.current-menu-item a	 {
		opacity: .6;
		transition: 100ms ease;
		}

/************************************************
*	MOBILE										*
************************************************/		
	
#mobile {
	position: fixed;
	background: #ff0033;
	width: 100%;
	z-index: 666;
	font-size: 1.8em;
	left: -100%;
	transition: 500ms ease;
	padding: 30px 0 0 0;
	}	
		
#mobile .menu {
	display: block;
	text-align: center;
	clear: right;
	margin: 25px 0 0 0;
}
		
#mobile ul.menu  {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

#mobile .menu li {
		list-style: none; 
		display: block;

		}
		
#mobile .menu li a{
		font-size: 1.1em;
		font-weight: 300;
		color: #31180e;
		padding: 0 0 0 20px;
		-webkit-transition: 200ms ease;
		transition: 200ms ease;
		}
		
#mobile .menu li a:hover,#head li.current-menu-item a	 {
		color: #c49a6d;
		transition: 100ms ease;
		}

#menu-close {
	display: block;
	right: 20px;
	top: -100px;
	position: fixed;
	z-index: 777;
	background: #31180e;
	color: #ff0033;
	padding: 8px 14px;
	font-size: 1.2em;
	font-weight: 700;
	border-radius: 30px;
	cursor: pointer;
	transition: 500ms ease;
}
#menu-open {
	right: 20px;
	top: -100px;
	position: fixed;
	z-index: 777;
	background: #31180e;
	color: #ff0033;
	padding: 12px 20px;
	font-size: 1.2em;
	font-weight: 700;
	border-radius: 30px;
	cursor: pointer;
	transition: 500ms ease;
}
/************************************************
*	TEXT										*
************************************************/

.text {
        padding: 40px 0 0 0;
        color: #333333;  
        font-size: 1.6em;
        line-height: 1.6em;	
}

a img,:link img,:visited img { border:none }    
a, a:link {text-decoration: none;}
a:hover {text-decoration: none;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}


h1 {
        font-size: 2.0em;
        line-height: 1.1em;
		font-weight: 500;
        margin: 0px;
}


h2 {
	font-size: 2.2em;
	font-weight: 500;
}

h3 {
	font-family: 'Anton', sans-serif;	
        color: #FF0000;
		font-size: 1.7em;
        line-height: 1.1em;
		font-weight: 500;
        margin: 0px;
}

h4 {
	font-size: 0.5em;
	line-height: 0.9em;
}
.more-link {
	background: #000;
	font-size: 1.8em;
	padding: 5px 10px 10px 10px;
	color: #fff;
	margin: 0 0 20px 0;
	transition: 100ms ease;
}

.more-link:hover {
	padding-left: 25px;
	padding-left: 25px;
	text-align: center !important;
	transition: 100ms ease;
}


.back {float: right;}


/************************************************
*	LAYOUT										*
************************************************/

.inside {
        width: 1100px;
		margin: 0 auto;
}

.text-content {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-content h4 {
	font-size: .9rem;
	font-weight: 700;
}

#categories-menu {
	background: #ff0033;
	width: 100%;
	z-index: 666;
}

#categories-menu.scroll 
		{
			position: fixed;
			top: 0;
		}

#slider {
	background: #000;
	width: 100%;
}

.front-info {
	background: #ff0033;
	font-size: 3.5em;
	padding: 20px 0;
	text-align: center;
	animation: infoanim 1000ms ease infinite;
}

@keyframes infoanim {
	0%{color: #31180e;}
	50%{color: #ff0000;}
	100%{color: #31180e;}
}

.page {
	padding: 20px;
}

.page h1 {
	margin: 10px 0 30px 0;
}
.list{}
.single{}

.alignleft {
			float: left;
			margin-right: 20px;
			}
.alignright {
			float: right;
			margin-left: 20px;
			}
.aligncenter {
			display: block;
			text-align: center;
			margin: 0 auto !important;
			}

.item p a{
	text-decoration: none;
}
.clear {clear: both;}



.blog-list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 0 auto;
	justify-content: space-evenly;
}

.blog-list .blog-post {
	width: 30%;
	text-align: center;
	transition: 200ms;
	margin-bottom: 40px;
}

.blog-list .blog-post:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: 200ms;
}

.blog-list .blog-post h2 {
	font-size: 1.3rem;
	line-height: 1.8rem;
	font-weight: 500;
	padding: 0 10px;
}

.blog-list .blog-post a {
	color: #ff0000;
}

.blog-list .blog-post .date{
	font-size: .9rem;
	opacity: .3;
	font-weight: 500;
	padding: 0 10px;
}

.blog-list .blog-post .imagewrapper {
	overflow: hidden;
}

.blog-list .blog-post .imagewrapper img{
	max-width: 100%;
	height: auto;
	transition: 200ms;
}

.blog-list .blog-post:hover .imagewrapper img {
	transform: scale(1.03);
	transition: 200ms;
}

.blog-list .blog-post a.fl-button {
	display: inline-block !important;
	margin: 20px auto !important;
}

.blog-single-post {
	width: 800px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	margin: 40px auto;
	background: rgba(255,255,255,.6);
}

.blog-single-post img {
	max-width: 100%;
	height: auto;
}

.blog-single-post .fl-button {
	margin: 0 20px 40px 0;
}

.blog-single-post h1 {
	color: #ff0000;
	margin: 30px 0 0 0;
	font-size: 2.5rem;
	line-height: 3.2rem;
	font-weight: 700;
}


.blog-single-post .date {
	opacity: .4;
	margin-bottom: 40px;
}


.blog-single-post .opis {
	padding: 0 40px;
}


.fl-button {
    font-size: 1rem !important;
    color: #FF00000 !important;
    padding: 5px 10px !important;
    display: block !important;
    text-align: center !important;
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
	transition: 200ms ease;
}


.fl-button:hover {
    color: #fff !important;
	background: #ff0000 !important;
	transition: 200ms ease;
}



/************************************************
*	WOOCOMMERCE									*
************************************************/

.woocommerce-products-header__title  {display: none;}
.wpls-logo-showcase .slick-dots  {
	position: inherit !important;
}

.product_title {
	margin: 40px 0 0 0 !important;
}

.woocommerce-breadcrumb {display: none;}

.woocommerce-loop-product__title {
	text-align: center;
}

h2.woocommerce-loop-product__title {
		color: #000 !important;
		font-size: 1.3em !important;
		margin: 0 0 20px 0 !important;
		text-transform: uppercase;
}

.loop .woocommerce-Price-amount {
    font-size: 1.3em !important;
    color: #FF00000 !important;
    padding: 5px 10px;
    display: block;
    text-align: center;
    color: #ff0000;
    border: 1px solid #ff0000;
	transition: 200ms ease;
}

.star-rating {
	display: none !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	transition: 200ms ease;
}

.woocommerce nav.woocommerce-pagination ul li a {

	color: #fff;
	background: #ff0000;
	border: 1px solid #fff;
	box-shadow: none !important;
	transition: 200ms ease;
}

.page-numbers a {
	
}

.loop {
	margin-top: 100px;
}

.single-product .price.single-price{
	color: #31180e !important;
	font-size: 2.2em !important;
}

.woocommerce button.button.alt {
	background: #ff0000 !important;
	color: #fff !important;
	border-radius: 0 !important;
	transition: 100ms ease;
}

.woocommerce button.button.alt:hover {
	padding-left: 25px !important;
	padding-right: 25px !important;
	transition: 100ms ease;
}
.woocommerce-tabs {
	border-bottom: 1px solid #d3ced2;
}


.related h2 {

}

.product_meta a {
	color: #31180e !important;
	transition: 100ms ease;
}

.product_meta a:hover {
	opacity: .6;
	transition: 100ms ease;
}

.enter {
	background: url(images/search.svg) #ff0033 center center no-repeat;
	background-size: 50% 50%;
	color: #fff;
	float: right;
	padding: 5px 10px 10px 10px;
	font-size: 2em;
	font-weight: 900;
	transition: 200ms ease;
	display: block;
	position: absolute;
	top: 0%;
	right: 0;
	width: 25px;
	height: 30px;
	border-radius: 40px;
	transform: scale(0);
}


li.product:hover > a .enter {
	transform: scale(1);
}



li.product:hover > a .price span.woocommerce-Price-amount {
    font-size: 1.3em !important;
    background: #ff0000;
	color: #fff !important;
    padding: 5px 10px;
    display: block;
    text-align: center;
	transition: 200ms ease;
	}

.imagewrapper {
	width: 100%;
	display: block;
	overflow: hidden; 
	
}

.imagewrapper img {
	transition: 200ms ease;
	
}

.imagewrapper img:hover{
	transform: scale(1.05);
	transition: 200ms ease;
}



/************************************************
*	SIDEBAR									*
************************************************/

/************************************************
*	FOOTER									*
************************************************/
#foot {
	background: #fff;
	padding: 30px 0;
	width: 100%;
	color: #333;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

.foot-logo {
	background: url(images/footer6.png) no-repeat top center;
	background-size: cover;
	width: 562px;
	height: 30px;
	display: block;
	margin: 0 auto;
}


.wws {
    margin-top: -60px;
    margin-left: 30px;
    width: 90px;
    height: 98px;
    display: block;
    float: left;
    background: url(images/wws1.png) center top no-repeat;
}
		

.phone-footer {
    background: url(images/phone-footer.svg) no-repeat left center;
    padding: 0 0 0 50px;
    color: #cccccc;
    
    font-size: 2.1em;
    float: right;
    min-height: 40px;
    line-height: 2.2em;
}

.email-footer {
	background: url(images/email-footer.svg) no-repeat left center; 
    padding: 0 0 0 50px;
    color: #cccccc;
    
    font-size: 2.1em;
    float: right;
    min-height: 40px;
    line-height: 2.2em;	
	transition: 100ms ease;
}

.email-footer:hover {
	opacity: .6;
	transition: 100ms ease;
}

.recentposts {
	margin: 30px auto;
	display: block;
	width: 1100px;
}


.weblogo {display: block; float: right; width: 100px; height: 30px; background: url(images/24-7logo.png) no-repeat; margin-bottom: 20px;}


/************************************************
*	CF7											*
************************************************/				

div.wpcf7-response-output {padding-left: 0 !important;}

.wpcf7-form {
		color: #000;
}
.wpcf7 label {
		color: #000;
		font-size: .8em;
		}
		
.wpcf7 input, .wpcf7 textarea {
		background: #fff;
		border: 1px dotted #000;
}

.wpcf7-text, .wpcf7-textarea {color: #000;}
		


div.wpcf7-validation-errors 
		{
		border: none !important; 
		background-color: #dc3335;
		color: #fff !important;
		padding: 3px 5px;
		border-radius: 5px;
		display: inline !important;
		margin-top: 10px !important;
		width: auto;
		}				

div.wpcf7-mail-sent-ok {
		border: none !important; 
		background-color: #37c841;
		color: #fff !important;
		padding: 3px 5px;
		border-radius: 5px;
		display: inline !important;
		margin-top: 10px !important;
		width: auto;	
}

div.wpcf7-response-output {margin: 0 !important;}

.wpcf7-submit {
				border: none !important;
				background-color: #dc3335;
				color: #fff;
				padding: 5px 10px;
				cursor: pointer;
				border-radius: 5px;
				}
				
				
span.wpcf7-not-valid-tip {
		background-color: #dc3335;
		color: #fff !important;
		padding: 3px 5px;
		border-radius: 5px;
		display: inline !important;
		margin-top: 10px !important;
		width: auto;
}				
				
/************************************************
*	ANIMATION									*
************************************************/	

@keyframes logo-anim {
	0%{background-position: 0 -250px;}
	100%{background-position: 0 0;}
	
}
@keyframes fadein {
	0%{opacity: 0;}
	100%{opacity: 1;}
}
				
				
				
				
/************************************************
*	Slide Side										*
************************************************/
				

.slideside {
	background: url(images/slide02.png) no-repeat;
	width: 330px;
	height: 424px;
	position: fixed;
	display: block;
	left: -280px;
	top: 300px;
	transition: 300ms ease;
	z-index: 960;
}

.slideside:hover {
	left: 0;
	transition: 300ms ease;
}
				
/************************************************
*	MOBILE										*
************************************************/	
@media(max-width:1100px) {
	.inside {width: 100%;}
	.email-footer, .phone-footer {
		float: left;
		clear: both;
	}
	.recentposts {width: 100%;}
	
}

@media(max-width:950px) {

.blog-list .blog-post {width: 45%;}
}


@media (max-width:900px) {
	.phone-header, .email-header, .login-header, .cart-header, .love-header, .menu-top-container, #categories-menu, #head form {
		display: none;
	}
	.foot-logo {
		width: 100%;
		float: left;
		clear: both;
		margin: 20px 0;
	}
}

#responsive-menu {
	clear: both;
}

#responsive-menu-additional-content {
	padding: 65px 5% 0 5% !important;
}



@media(max-width:500px) {

.blog-list .blog-post {width: 95%;}
}


@media(max-width:800px) {
.blog-single-post {width: 100%;}
}


@media (max-width:430px) {
	.foot-logo {
		background-size: 100% auto;
		height: 98px;
		float: none;
	}
	.wws {
		margin: 20px 0;
		float: none;
		display: relative;
	}
	#foot .menu {float: none;}
	.email-footer, .phone-footer {
		float: none;
	}
}