/*
Theme Name: digitiv
Theme URI: 
Description:
Version: 1.0
Author: George Challiss
Author URI: http://www.digitiv.co.uk
*/

* {margin: 0; padding: 0; text-decoration: none; box-sizing: border-box;}
a img {border: 0;}
.cboth {clear: both;}
.showmobile {display: none;}


html, body {width:100%; height:100%;}

body {
    font-family: Montserrat, Lato, Roboto, Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #464646;
    width:100%;
    height:100%;
    background:white;
}

h1, h2, h3, h4 {
font-family:Montserrat, Lato, Roboto, Arial, Tahoma, sans-serif;
font-weight:bold;
margin-bottom:30px;
}

h1 {
	font-size:35px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:18px;
}

strong {
	font-weight:bold;
}


.left {
	width:65%;
	float:left;
	padding-right:30px;
}
.right {
	width:35%;
	float:left;
	padding-left:30px;
}


.holder {
	width:100%;
	max-width:1600px;
	padding:40px;
}

.post {
	width:100%;
}
.post p {
	line-height:25px;
}

p {
	margin:20px 0px;
}

table {
	width:100%;
}

.half {
	width:50%;
	float:left;
}
.third {
    width: 33.3%;
    float: left;
}
.quarter {
    width: 25%;
    float: left;
}

/* MODIFY BY RUDY */
body.single-product.woocommerce .woocommerce-notices-wrapper { display: none; }
body.single-product.woocommerce div.product.elementor form.cart { display: block !important; } 
body.single-product.woocommerce div.product form.cart .button { float: none; }
.woo-message-elm { display: block; margin: 15px 0; border: 2px solid #e2c834; border-radius: 5px; padding: 15px; }
/**/
.woocommerce ul.products li.product a.added_to_cart { font-family: inherit; color: rgb(122, 122, 122); font-weight: 700; display: inline-block; text-align: center; padding: 1.5rem; }
.woocommerce ul.products li.product a.added_to_cart:hover { color: #e2c834; }
@media (max-width:1400px) {
	
	
}


@media (max-width:1340px) {
	
	
}


@media (max-width:1200px) {
	
	
}


/** Tablet **/

@media (max-width:1024px) {
	
	
}


/** Mobile **/

@media (max-width:700px) {
	
	
}

