/*
	Theme Name: Barefoot
	Theme URI: http://www.barefootdesigner.co.uk
	Description: Made just for you
	Version: 1.4.3
	Author: Adam
	Author URI: http://www.barefootdesigner.co.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
    background-color:#ccc;
}
body {
	font:300 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
    font-size:20px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444; 
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#pagefeature{
    
    float:left;
    width:100%;
  background-repeat:no-repeat;
    background-position:center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    color:#fff;
    text-align:center;

        	font-family:'Cinzel-Regular';
    line-height:1em;
    border:solid 12px #fff;
    overflow:hidden;
    position:relative;


}

#pagefeature h1{
    
    font-size:3.5em;
    padding-top:220px;
    line-height:1.3em;
    padding-left:10%;
    padding-bottom:100px;
    padding-right:10%;
    text-shadow: 1px 1px 9px rgba(0, 0, 17, 1);
}

#third{
    
    float:left;
    width:30%; 
    margin:1%;
    padding:20px;
}

.more{ background-color:#eee; padding:10px; border-radius:10px;}


video#bgvid3 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:-1;
}


#pagefeature2{
    
    float:left;
    width:100%;
    height:400px;
  background: url(img/img1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
font-size:3.5em;
    color:#fff;
    text-align:right;
    padding-right:50px;
    padding-left:50%;
    padding-top:300px;
        	font-family:'Cinzel-Regular';
    line-height:1em;
    border:solid 12px #fff;


}

#menu1{
    
    position:absolute;
    top:70px;
    left:30px;
    width:35%;
    text-align:right;
    color:#fff;
    Z-INDEX:999999;
}

#menu2{
    
    position:absolute;
    top:70px;
    right:30px;
    width:35%;
    text-align:left;
    color:#fff;
        Z-INDEX:999999;

}



.header ul{padding:0px; margin:0px;}
.header li{list-style:none; display:inline-block; padding:10px;text-shadow: 1px 1px 10px rgba(0, 0, 0, 1); 
    	font-family:'Cinzel-Regular';
        font-weight:bold;}
.header a{color:#fff;}

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
    
    width:100%;
    text-align:center;
    position:absolute;
    text-align:center;
    margin-top:30px;
    z-index:9999;

}
.logo img {
    
    width:190px;

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
    
    float:left;
    width:100%;
    background-color:#fff;
    padding:20px;
    color:#333;
    text-align:center;
    font-size:0.7em;

}

.footer img{
    
   display:inline-block;
    opacity:0.7;
}


#row{
    
    float:left;
    width:100%;
    clear:both;
    background-color:#fff;
}

.content{
    
    padding:0px 20% 40px 20%;
    text-align:center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.box{
    
    padding:20px;
}

.homebox{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;"
}


.homebox2{
background-color:#eee;
    padding:40px;
}


.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    float:left;
    width:100%;
        background-color:#fff;

    grid-column-gap: 0px;
    grid-row-gap: 0px;
  
 }


.containerfour {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    float:left;
    width:100%;
    background-color:#fff;
    
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  
 }
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

#thumb img{width:100%;}

#item{
    
    float:left;
    width:100%;
   padding:40px;
}

#thumb{
    
    float:left;
    width:20%;
}

#extract{
    
    float:right;
    width:75%;
}

#extract h2{margin-top:0px; padding-top:0px;}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Cinzel-Regular';
	src:url('fonts/Cinzel-Regular.ttf');
	
    font-weight:normal;
    font-style:normal;
}

h1,h2,h3,h4,h5,h6{
    
    	font-family:'Cinzel-Regular';
        font-weight:normal;
}

p{
    
    line-height:1.5em;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:900px) {
    
    .container {
    grid-template-columns: 1fr ;
  
}
    
    .homebox{height:300px;}
    
    
    #third {
    float: left;
    width: 100%;
    margin: 0%;
    padding: 20px;
        text-align:center;
        
}
    
    
    #pagefeature h1 {
    font-size: 2.5em;
    padding-top: 220px;
    line-height: 1.3em;
    padding-left: 10%;
    padding-bottom: 100px;
    padding-right: 10%;
    text-shadow: 1px 1px 9px rgba(0, 0, 17, 1);
}
    
    
    .content {
    padding: 10px 10px 10px 10px;
    text-align: center;
}
    
#menu1{display:none;}
   #menu2{display:none;}
 


}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
