/*
	Theme Name: Barefoot Designer
	Theme URI: http://www.barefootdesigner.co.uk
	Description: Made just for you
	Version: 1.4.3
	Author: Barefoot designer
	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;
}



#close{
	
	position:absolute;
	top:-40px;
	right:-40px;
	font-size:3em;
	z-index:99999;
}

#ctabox select{
	
	width:100%;
}

#ctabox{
	
 width: 800px;
  height: 370px;
  position:fixed; 
  top: calc(50% - 250px); 
  left: calc(50% - 400px); 
		font-size:13px;
-webkit-box-shadow: 0px 0px 43px 23px rgba(0,0,0,0.79); 
box-shadow: 0px 0px 43px 23px rgba(0,0,0,0.79);
    background-color:#3070be;
	color:#fff;
	z-index:99999;
	display:none;
}

#image{
	
	position:absolute;
	top:0px;
	right:0px;
	width:40%;
	height:100%;
	background-color:#eee;
	  background-repeat:no-repeat;
    background-position:top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-image:url(https://relaxed-zhukovsky.88-208-196-212.plesk.page/wp-content/uploads/2021/11/abda6fee-57ca-4e46-adb9-aa63353956d1-1536x1024.jpg);
}

#ctabox .wpcf7-submit{
	
	background-color:#000;
	border:none;
		font-weight:900;	
	font-size:1.4em;

}

p a{
	
font-weight:900;
	color:#3070be;
}

.blue p a{
	
font-weight:900;
	color:#fff;
}


#hidden{
	
	display:none;
}

#ctabox input{
	
	border-radius:0px;
	border:0px;
	font-size:13px;
}

#ctabox textarea{
	
	border-radius:0px;
	border:0px;
		font-size:13px;

	height:100px;
}

#half{
	
	float:left;
	width:60%;
	padding:20px;
}

.wp-block-getwid-images-slider {
	
	float:left;
	width:100%;
}

.wp-block-getwid-accordion {

max-width:1100px;

margin:auto;
	padding:40px;
}

.wp-block-button__link {
    color: #fff;
    background-color:#3070be;
font-weight:900;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.wp-block-getwid-banner {
   margin-bottom:20px;
}

.wp-block-image {
    margin: 0 0 0em;
}


.sub-menu{
	
	position:absolute;
	top:63px;
	left:-300px;
	background-color:#333;
	width:400px;
}


/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background-color:#fff;
		height:100%;


}


.wp-block-cover, .wp-block-cover-image {
   
    min-height: 730px;
   
}

.hamburger{
	
	display:none !important;
}
body {
	color:#605f5f;
    font-size:20px;
font-family: 'Poppins', sans-serif;
	overflow-x:hidden;
	font-weight:400;
	height:100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#333;
	text-decoration:none;
}


.wp-block-pullquote {
    padding:0px 10%;
}


a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

#nav a{color:#fff;}


.pullout .wp-block-cover__inner-container {
    width: 500px;
    z-index: 1;
	background-color:#fff;
	color:#605f5f;
	right:10%;
	padding:60px 30px;
	position:absolute;
}

.pullout {

   padding-top:200px;
	padding-bottom:200px;
	min-height:800px;
   
}

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

/* wrapper */
.wrapper {
	max-width:2100px;
	width:100%;
	margin:0 auto;
	height:100%;
	position:relative;
}
/* header */
.header {
    
  float:left;
	position:relative;
    width:100%;
    z-index:999;
	border-bottom:solid 1px #ccc;

}

#cta{
	
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:230px;
	background-color:#eee;
}

#cta img{
	 max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
	padding:10px;
    left: 0;
    right: 0;
    margin: auto;
}






.wp-block-group{
	
	float:left;
	width:100%;
}

.wp-block-group__inner-container{
	
	
}

main{
	
	float:left;
	width:100%;
}



.wp-block-cover__inner-container{
	max-width:1400px;
	padding:40px;
	margin:auto;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 130%;
    min-height: 300px;
    background-size: cover;
}







/* logo */
.logo {
    
    width:210px;
  float:left;
	PADDING:10PX;

}
.logo img {

}


.hamburger{
    
    position:absolute;
    top:4px;
    right:20px;
    z-index:99999;
}
/* nav */
.nav {
     
    width:100%;
    position:absolute;
    top:17px;
    left:0px;
	text-transform:uppercase;
	letter-spacing:1px;
    text-align:left;
	padding-left:280px;
    font-size:1.0em;

}






.nav ul{
    
    padding:0px;
    margin:0px;
}

.nav li{
    
    list-style:none;
    display:inline-block;
    padding:20px 10px;
    line-height:1.0em;
}

.nav a{color:#595755;
}

.nav a:hover{color:#333;}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
    
    float:left;
    width:100%;
    text-align:center;
    padding:40px;
    font-sizE:0.8em;
    MARGIN-TOP:0PX;
    color:#666;

}

#footitem img{width:160px;}

#footitem{
	
	display:inline-block;
	margin-right:30px;
	
}

.slick-dots{OPACITY:0;}

#footercopy{
    
    float:left;
    width:50%;
    text-transform:uppercase;
    font-size:0.7em;
    padding-top:20px;
    text-align:left;
}

#call{
    
    position:absolute;
    top:45px;
    right:0px;
    width:250px;
    color:#fff;
    background:url(img/call.png);
    background-position:center left;
    background-repeat:no-repeat;
    padding-left:45px;
    font-size:1.2em;
    FONT-WEIGHT:700;
}

#footerlogo{
    
    float:left;
    width:60%;
    text-align:center;
}

#footersocial{
    
    float:right;
    width:20%;
        padding-top:20px;

}

#footersocial img{float:left; width:23%; padding:10px;}

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

#panel{
    
    float:left;
    width:100%;
    clear:both;
    position:relative;
}

.ghostkit-grid {

max-width:1400px;
padding:40px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}

.ghostkit-carousel p {

font-size:0.8em;
}

.ghostkit-carousel .ghostkit-grid {

max-width:1400px;
padding:0px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
}



#pagefeature{
    

  background-repeat:no-repeat;
    background-position:top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	float:left;
	width:100%;
	height:500px;
	opacity:0.4;

}

.wp-block-columns{
    
    max-width:1200px;
    padding:20px;
    margin:auto;
    width:100%;
}

.wp-block-pullquote p {
    font-size: 1.55em;
    line-height: 1.2;
	color:#e3ac6c;
		font-family: 'Cinzel', serif;

	
}

.wp-block-media-text{
    
    max-width:1350px;
    padding:20px;
    margin:auto;
    width:100%;
}

.wp-block-media-text__content{
	
	background-color:#fff;
	margin-left:-100px;
	padding:40px !important;
-webkit-box-shadow: 9px 12px 15px 3px rgba(0,0,0,0.05); 
box-shadow: 9px 12px 15px 3px rgba(0,0,0,0.05);
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
	
	background-color:#fff;
	margin-right:-100px;
	padding:40px !important;
	margin-left:0px;
	
}


.wp-block-media-text li{
    
  border-bottom:dotted 2px #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}


.wp-block-getwid-section__inner-content ul{
    margin:0px;
    padding:0px;
    
}


.wp-block-getwid-section__inner-content li{
    
  border-bottom:dotted 2px #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
    text-align:center;
    list-style:none;
}

.wp-block-buttons{
    
    text-align:center;
    font-size:1.0em;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

#mobilemenu{
    
    position:fixed;
    top:75px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#3070be;
	

    z-index:99;
    padding-top:10px;
    color:#fff;
    text-align:center;
    display:none;
	
	
	
	

}

#mobilemenu a{
    
    color:#fff;
}

#mobilemenu li{
    
    float:left;
    width:100%;
    list-style:none;
    padding-left:0px;
    border-bottom:1px #fff solid;
    font-size:1.5em;
    padding:10px;
}

#mobilemenu ul{
    
    padding:0px;
    margin:0px;
}

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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

.call{
    
      background:url(img/call.png);
    background-position:center left;
    background-repeat:no-repeat;
    font-size:1.3em;
    padding:20px;
    padding-left:50px;
}

.email{
    
      background:url(img/email.png);
    background-position:center left;
    background-repeat:no-repeat;
    font-size:1.3em;
    padding:20px;
    padding-left:50px;
}


#contact input{
    
    background:none;
    border:solid 1px #fff;
    color:#fff;
}

#contact textarea{
    
    background:none;
    border:solid 1px #fff;
    color:#fff;
}
input{
    
    width:100%;
    margin-bottom:10px;
    padding:10px;
    border:0px;
    border-radius:10px;
    border:solid 1px #000;
}

#half p{
    
}

#logos{
    
    float:left;
    width:100%;
    text-align:center;
}

#contact ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

#contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#contact ::placeholder {
  color: #fff;
}

textarea{
        padding:10px;

    width:100%;
    margin-bottom:10px;
        border-radius:10px;

}

#contact .wpcf7-submit{
    
    background-color:#fff;
   color:#333;

}


.wpcf7-submit{
    
    color:#fff;
    background-color:#015d96;

}

h1,h2,h3,h4,h5{
    
    font-weight:600;
}


.box{
	
	text-align:center;
	border-radius:15px !important;
	padding:20px;
}

.box img{
	
	width:150px !important;
	height:150px !important;
}

.box h3{
	
	padding:0px 15px;
}


.box p{
	
	font-size:0.8em;
	padding:3px 15px;
}

.blue{
	
	background-color:#3070be;
	color:#fff;

}

.blue h2{
	
	color:#fff;
}


h1{
    
    font-size:2.0em;
    line-height:0.7em;
	margin:0px;
	padding:0px;
	color:#159397;
	padding-bottom:15px;
font-weight:600;	

}

h2 strong{
	
	color:#b2b2b2;
		font-weight:900;	

}

.feature2{
    
   
	max-width:650px;



}

.feature{
    
    font-size:3.9em;
	margin:0px;
	font-weight:900;	

	padding:0px;
        line-height:0.9em;
	color:#fff;
	max-width:800px;



}


#ctacall{
    
    font-size:2.8em;
	margin:0px;
	font-weight:900;	

	padding:20px;
	padding-bottom:0px;
        line-height:0.9em;
	color:#fff;



}


h2{
    
    font-size:2.8em;
	margin:0px;
	font-weight:900;	

	padding:0px;
        line-height:0.9em;
	color:#3070be;



}

h3{
    
  
    font-size:1.2em;
        line-height:1.2em;


}

h4{
	
	
      font-size:2.0em;
	margin:0px;
	font-weight:900;	
	padding:0px;padding-top:15px;

        line-height:0.9em;
	color:#3070be;
}

h5{
	
	font-size:2.0em;
	color:#666;
	padding:20px 0px;
	margin:0px;
	font-family: 'Caveat', cursive;
}

.ghostkit-col-content{
	
	position:relative;
}



strong{
	
	color:#3792ca;
}

.current-menu-item {

border-bottom:solid 4px #ccc;



}


.ghostkit-col-content li{
	
	list-style:none;
	padding:5px;
	border-bottom:dotted 2px #ccc;
}

.ghostkit-col-content ul{
	
	margin:0px;
	padding:0px;
}

.wp-block-getwid-accordion__header-title{
	
	   font-size:1.1em;
        line-height:1.2em;
    font-family: 'SerpentineEF';
		color:#333;

}


h5 a{
	
		color:#e3ac6c;

}




.wp-block-getwid-media-text-slider-slide-content__content-wrapper p{
    
    font-size:2.2em;
    line-height:1.2em;
}


.copy{opacity:0.5;}



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




@media only screen and (max-width:1560px) {




    
}

@media only screen and (max-width:1320px) {

	.wp-block-cover, .wp-block-cover-image {
    min-height: 600px;
}
	
	.wp-block-media-text {
 
    padding: 40px;
    
}
	
	.nav{
		
		font-size:0.8em;
		top:21px;
	}
	
	
	
	@media only screen and (max-width:1120px) {

		.nav{
			
			padding-left:220px;
			top:30px;
		}
		
		.nav li{
			
			padding:10px 5px;
		}
		
		.logo{
			
			width:200px;
		}
		
	}
	
	
  
    
    
}

	@media only screen and (max-width:1080px) {

		.nav{
			
			font-size:0.6em;
		}

		
}
@media only screen and (max-width:980px) {

	
		.nav li{
			
			padding:10px 5px;
		}
		
		
		
	}
	
	
  
    
    








@media only screen and (max-width:800px) {
	
	.what-we-do .box{
		
		height:500px;
	}
	.what-we-do .ghostkit-grid {
   margin-top:0px;
		margin-bottom:10px;
}
	
	.ghostkit-grid {
    max-width: 1400px;
    padding: 10px;
	}
	
	.wp-block-cover__inner-container {
    max-width: 1400px;
    padding: 10px;
    margin: auto;
}
	
	
	.feature2{
    
   
	max-width:800px;
		text-align:center;



}
	
	.wp-block-buttons {
     display: inherit;
 
}

.feature{
    
    font-size:2.4em;
	margin:0px;
	font-weight:900;	
		text-align:center;

	padding:0px;
        line-height:0.9em;
	color:#fff;
	max-width:800px;



}
	
	.pointitem i{
		
		color:#3070be;
	}
	
	
	
	
	#cta{
	
	position:absolute;
	top:0px;
	right:60px;
	height:100%;
	width:150px;
	background-color:#eee;
}
	
	
	.wp-block-media-text {
    padding: 15px;
}
	
	.wp-block-media-text li {
    list-style:none;
}
	.wp-block-media-text ul {
margin:0px;
	padding:0px;}	
	
	
	.wp-block-media-text__media img, .wp-block-media-text__media video {
   height:auto !important;
}
	
	
.has-text-align-right {
    text-align: center;
}

	
	#footitem{
		
		padding:20px;
	}
	
	
	
	
	
	
	
	
	
    
    
	.hamburger{
		
		background-color:#3070be !important;
		top:0px; right:0px;
		display:block !important;

	}
	.wp-block-pullquote p {
    font-size: 0.8em;
    line-height: 1.1;
    color: #e3ac6c;
    font-family: 'Cinzel', serif;
}
	
	
	
	
	
	.wp-block-cover, .wp-block-cover-image {
;
    min-height: 430px !important;
   
}
	
	
	.wp-block-pullquote {
    padding: 0px 0%;
}
	
	.logo {
		
		width:150px;
		padding:7px;
	}
	
	.wp-block-media-text__content {

    -webkit-box-shadow: 9px 12px 15px 3px rgb(0 0 0 / 0%);
    box-shadow: 9px 12px 15px 3px rgb(0 0 0 / 0%);
}
	
	

	.pointitem{
		
		float:left;
		width:100%;
	}
	
	
	.wp-block-spacer {
    height:50px !important;
}
    
    body{
		
		text-align:center;
        
    }
    
    .wp-block-media-text__content{
	
	background:none;
		margin-top:45px;
	margin-left:0px;
	padding:10px !important;
		text-align:center;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
	
	background-color:#fff;
	margin-right:0px;
	padding:0px !important;
	margin-left:0px;
			text-align:center;

	
}
   
    
    .wp-block-getwid-media-text-slider .wp-block-buttons{
    
    text-align:center;
    font-size:1.2em;
}

    
    .wp-block-getwid-media-text-slider-slide-content__content-wrapper p{
    
    font-size:1.8em;
    line-height:1.2em;
        TEXT-ALIGN:CENTER;
}
.wp-block-group__inner-container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}
    
    
    h1{
    font-size:1.5em;
 
}

h2{
    
font-size:1.3em;

}

h3{
   font-size:1.2em;
 
   
}
    
 h4{
      font-size:1.1em;
 
   
}   
    .nav{display:none;}
    
     

    .wp-block-columns{
    
    text-align:center;
}
	
	
	.wp-block-cover .wp-block-buttons {
  margin-top:20px;
}


}

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



