/*
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;
}




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


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


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


/** Tablet **/

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


/** Mobile **/

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

