/*
Theme Name: Citruscube v4
Template: blankslate
Author: Child Theme Configurator
Version: 1.0.1786090728
Updated: 2026-08-07 08:18:48

*/


/* Hide Protected by Recaptcha badge */
.grecaptcha-badge {
  display: none !important;
}

html {

}

body{
margin:0;
padding:0;
font-family: 'Raleway', sans-serif;
font-size: 16px;
line-height: 1.6em;

height:100px;
	background-color:#FFF;
}

.websliderhome{
  min-height:550px;
  /*background-image: url('https://www.citruscube.com/wp-content/uploads/2022/02/slider-1.jpg');*/
  background-image: url('https://www.citruscube.com/wp-content/uploads/2022/02/Pexels_Videos_4703_-_HD.mp4.jpeg');
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  color:#FFF;

  text-align:center;
  position:relative;

}

.websliderhome video{
  position:absolute;
  left:0;
  top:0;
  z-index:-999999;
  width:100%;
  object-fit:cover;
  height:550px;
}

.webslider{
  min-height:550px;
  /*background-image: url('https://www.citruscube.com/wp-content/uploads/2022/02/slider-1.jpg');*/
/*background-image: url('https://www.citruscube.com/wp-content/uploads/2022/02/slider2.jpg');*/
background-image: url('https://www.citruscube.com/wp-content/uploads/2022/02/Pexels_Videos_4703_-_HD.mp4.jpeg');



  background-size: cover;
  background-position: center bottom;
text-align: center;
color:#FFF;
}

.subwebslider{
  min-height:150px;
  background-image: url('https://www.citruscube.com/wp-content/uploads/2022/02/slider-1.jpg');
  background-size: cover;
  background-position: center center;
text-align: center;
color:#FFF;
overflow: auto;
padding-bottom: 40px;
}




.mainlogo{
  margin-top: 20px;

}

.webnavigation{
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 50px;
}

.webslider h1, .websliderhome h1{
	margin-top:30px !important;
}


.webslider h1, .websliderhome h1, .subwebslider h1{
  font-size: 48px;
  line-height: 56px;
}


.webslider h2, .websliderhome h2{
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;

  margin-top:20px !important;
	margin-bottom:10px !important;
}


.webslider h3, .websliderhome h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.wrapper{
    margin:0 auto;
    max-width: 1100px;
}

.restofcontent{
	position:relative;
	top:-90px
}



.whatcanidosection{
  width: calc(100% - 0px);
  min-height:400px;
  background-color: #FFF;
  color:#000;
padding:20px 40px;
border:1px solid #EAEAEA;
/*position:relative;
top:-90px;*/
border-radius: 10px;
overflow: auto;
margin-bottom: 20px;
}

.whatcanidoitems{
overflow: auto;
margin-top: 10px;
}


.whatcanidoitem{
  float:left;
  width: calc(50% - 20px);
  background-color: #E5E5E5;
  padding:20px 50px;
  margin-right:20px;
  margin-bottom: 0px;
  border-radius: 10px;
  text-align: center;

  min-height: 441px;
}

.whatcanidoitemeven{
  float:left;
  width: calc(50% - 20px);
background-color: #E5E5E5;
  padding:20px 50px;
  margin-left:20px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  min-height: 441px;
}



.whatcanidoitem h3, .whatcanidoitemeven h3{
  text-align: center;
}

.featuredworkheader{
  background-color: #363130;
  border-radius: 10px;
  color:#FFF;
  padding:20px;
  width: calc(100% - 0px);
  min-height: 100px;
  margin-bottom: 20px;
  overflow: auto;
}


.featuredworkheadercol1{
  float:left;
  width:100px;
}


.featuredworkheadercol2{
  float:left;
  width: calc(100% - 200px);
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  padding:0 20px;
}


.featuredworkheadercol3{
  float:left;
  width:100px;
}

.featuredworkheadercol1 img, .featuredworkheadercol3 img{
  height:100px;
  width:auto;
}



.featuredworkcol{
  width: calc(50% - 20px);
  float:left;
  margin-right: 20px;
}

.featuredworkcoleven{
    width: calc(50% - 20px);
  float:left;
  margin-left: 20px;
}




.featureworkcolimage{

  min-height:200px;
  width:100%;
  margin-bottom: 10px;
  padding: 0;


}

.featureworkcolimage img{
  width: calc(100% - 0px);
  -webkit-box-shadow: 1px 2px 12px 0px #E5E5E5;
box-shadow: 1px 2px 12px 0px #E5E5E5;
padding:10px;
transition: 0.5s;
}

.featureworkcolimage img:hover{
  width: calc(100% - 0px);
  -webkit-box-shadow: 1px 2px 12px 0px #333;
box-shadow: 1px 2px 12px 0px #333;
padding:10px;
}



.featuredworkcoltext{
  margin-bottom: 10px;
  text-align: center;
}

.featuredworkcoltext a{
  background-color: #333;
  color:#FFF;
  border-radius: 20px;
  padding:7px 25px;
  display:inline-block;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  transition: 0.5s;
}

.featuredworkcoltext a:hover{
  background-color: #000;
}

.featuredworksectionfooter {
  text-align: center;
}

.featuredworksectionfooter p{
  margin-top: 15px;
}

.testimonialssection{
  background-color: #F6F6F6;
  padding:20px 0;
  overflow: auto;
  margin: 20px 0 0 0;
}


.testimonialsectionitem{
  float:left;
  width: calc((100% / 3) - 20px);
  background-color: #FFF;
  text-align: center;
  padding:20px;
  border-radius: 10px;
  margin:0 10px;
  transition: 0.5s;
}

.testimonialsectionitem:hover{
  -webkit-box-shadow: 1px 2px 12px 0px #E5E5E5;
box-shadow: 1px 2px 12px 0px #E5E5E5;
}

.testimonialsectionitem a{
color:#000;
}


.testimonialsectionitem img {
max-width: 100%;
padding-bottom: 15px;
}

.testimonialsectionfooter {
  text-align: center;
}

.testimonialsectionfooter p{
  margin-top: 15px;
}

/* Style of text inside the testimonial plugin grid/masonry */

.wpmtst-testimonial-content.testimonial-content{
	font-style:normal !important;
	font-size:16px !important;
	line-height:1.9em !important;
}

.testimonial-name{
font-style:normal !important;
	font-size:14px !important;
	line-height:1.9em !important;
}

.testimonial-company{
font-style:normal !important;
	font-size:14px !important;
	line-height:1.9em !important;
}


.googlereview{

  padding:20px 0;
  overflow: auto;
}

.faqssection{
  padding:20px 0;
  text-align: center;
  overflow: auto;
}

.clientssection{
  padding:20px 0;
  text-align: center;
}

.clientssection img{
  margin-left: 10px;
  margin-right: 10px;
  height:65px;
  width:auto;
}

.subpagecontent{
  overflow:auto;
  height:auto;
  display:block;
  padding:40px 0 100px 0;
}

.subpagecontent a{
  color:#000;
}

.webfooter{
  background-color: #5C5C5C;
  padding:20px 0;
  color: #FFF;
  font-size: 13px;
  line-height: 1.6em;

  position:relative;
	top:-90px
}

.webfooter a, .subwebfooter a, .bottomfooter a, .subbottomfooter a{
  color:#FFF;

}

.subwebfooter{
  background-color: #5C5C5C;
  padding:20px 0;
  color: #FFF;
  font-size: 12px;
  line-height: 1.6em;
}


.bottomfooter{
background-color: #3B3B3B;
padding: 10px 0;
color:#FFF;
text-align: center;
font-size: 13px;
line-height: 1.4em;
position:relative;
	top:-90px
}

.subbottomfooter{
background-color: #3B3B3B;
padding: 10px 0;
color:#FFF;
text-align: center;
font-size: 12px;
line-height: 1.4em;
	
	

	
	
	position: fixed;
   bottom: 0;
   width: 100%;
   height: 60px;   /* Height of the footer */
   
	

}


a.button{
  background-color: #333;
  color:#FFF;
  border-radius: 20px;
  padding:7px 25px;
  display:inline-block;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
    transition: 0.5s;
}

a.button:hover{
  background-color: #000;


}


.button a{
  background-color: #333;
  color:#FFF;
  border-radius: 20px;
  padding:7px 25px;
  display:inline-block;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
    transition: 0.5s;
}

.button:hover a{
  background-color: #000;


}

.clear{
  clear:both;
}


input[type=text]{
margin-bottom: 10px;
margin-top: 10px;
width:100%;
padding: 10px;
border-radius:3px;
border:1px solid #666;
font-size:13px;
}

input[type=email]{
margin-bottom: 10px;
margin-top: 10px;
width:100%;
padding: 10px;
border-radius:3px;
border:1px solid #666;
font-size:13px;
}


textarea{
width:100%;
padding: 10px;
margin-top: 10px;
border:1px solid #666;
border-radius:3px;
margin-bottom: 10px;
resize:none;
font-size:13px;
}


input[type=submit]
{
margin-bottom: 10px;
width:100px;
padding: 10px;
border-radius:3px;
border:1px solid #666;
background-color: #FFF;
color: black;
font-size:15px;
cursor:pointer;
}

input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}

h1, h2, h3, h4 h5, h6{
  margin-top:0;
  padding-top:0;
  font-weight: bold;
}

h1{
  font-size: 40px;
  line-height: 1.2em;
  margin: 0;
  padding:0;
}

h2{
  font-size: 30px;
    line-height: 1.2em;
  text-align: center;
}

.subpagecontent h2{
  font-size: 30px;
    line-height: 1.2em;
  text-align: center;
  margin-top:20px;
}

h3{
  font-size: 24px;
    line-height: 1.2em;
  margin-bottom: 15px;
}

h4{
  font-size: 18px;
    line-height: 1.2em;
  margin-bottom: 15px;
}

h2 span{
  border-bottom:4px solid #FC5D37;
padding-bottom: 5px;
display:inline-block;
margin-bottom: 20px;
}

p{
  margin:0 0 10px 0;
}


strong{
  font-weight: bold;
}


figcaption{
	font-size:13px;
	text-align:center;
	background-color:#EFEFEF;
	margin-top:20px !important;

}


.page-id-367 figcaption{

	margin-top:0px !important;

}

