/*
Theme Name: Ridan
Theme URI: https://ridan.co.uk
Author: North Devon Design
Author URI: http://northdevondesign.co.uk
Description: custom theme for Ridan
Version: 1.0
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Template: reykjavik
Text Domain: reykvavik-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* =Theme customization starts here
------------------------------------------------------- */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 3, 2022 */



@font-face {
    font-family: 'kayak_sansregular';
    src: url('fonts/kayak_sans_regular-webfont.woff2') format('woff2'),
         url('fonts/kayak_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kayak_sansbold';
    src: url('fonts/kayak_sans_bold-webfont.woff2') format('woff2'),
         url('fonts/kayak_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kayak_sanslight';
    src: url('fonts/kayak_sans_light-webfont.woff2') format('woff2'),
         url('fonts/kayak_sans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kayak_sanslight_italic';
    src: url('fonts/kayak_sans_light_italic-webfont.woff2') format('woff2'),
         url('fonts/kayak_sans_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kayak_sansbold_italic';
    src: url('fonts/kayak_sans_bold_italic-webfont.woff2') format('woff2'),
         url('fonts/kayak_sans_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kayak_sansregular_italic';
    src: url('fonts/kayak_sans_regular_italic-webfont.woff2') format('woff2'),
         url('fonts/kayak_sans_regular_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

ul.client-list{
	
	margin:auto;
	
	padding:0;
	list-style: none;
}
ul.client-list li{
	
	margin:0;
	padding:5px;
	list-style:none;
	text-align:center;
	display: inline-block;
	
}


ul.client-list li img {
	max-width:100px;
	height:auto;
}


ul.client-list.clients-per-row-1 li ul li {width: 100%;}
ul.client-list.clients-per-row-2 li ul li {width: 50%;}
ul.client-list.clients-per-row-3 li ul li {width: 33.33%;}
ul.client-list.clients-per-row-4 li ul li {width: 25%;}
ul.client-list.clients-per-row-5 li ul li {width: 20%;}
ul.client-list.clients-per-row-6 li ul li {width: 16.66%;}
ul.client-list li ul li.last{
	border-right:none;
}
.client-link{
	position:relative;
	margin:0;
	padding:0;
	display:block;
	text-align:center;
}
.logo-hover{
	position:absolute;
	left:50%;
	margin-left:-54px;
}

.widget .button {
  display: inline-block;
  padding: 0.76391em 2em;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.618;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.809em;
  letter-spacing: 0.06367em;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  color:#fff;
}

.bigbtnholder {
	display: flex;
	flex-wrap: wrap;
}

a.bigbtn {
 
  display: inline-block;
  padding: 0.76391em 2em;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.618;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.809em;
  letter-spacing: 0.06367em;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  color:#fff;
  background-color: #29873f;
  width:31%;
  margin:1%;
}

a.bigbtn.buybtn {
	width:50%;
	font-size: 24px;
	padding-left:5%;
	padding-right:5%;
}

a.bigbtn:hover {
	background-color: #000;
	color:#29873f;
	text-decoration: none;
}

@media (max-width:600px) {

a.bigbtn {
	width:100%;
	margin:0;
	margin-bottom:20px;
	
}

}

/*=== homepage boxes ====*/
  
  
  
 .boxes {
	 display: flex;
	 flex-wrap: wrap;
	 width:100%;
	 text-align: center;
	 padding-top:40px;
	 padding-bottom:40px;
 }
 
.box {
  display: inline-block;
  vertical-align: top;
  background-color: #d7dbd9;
  margin: 0;
  margin: 2%;
  padding: 0;
  width: 46%;
}

.box2,
.box4 {
	
	 width: 46%;
	
}

.box3 {
	width:29%;
}
 
 .box p {
	 display: none;
 }
 
  .box ul {
	  list-style: none;
	  margin:10px;
	  padding:10px;
	  
  }
  
  .box ul li:before {
	  content:none;
  }
  
  .box ul li {
	  display: block;
  }
  
   .box ul li a {
	   display: block;
	   color:#fff;
	   font-size: 18px;
	   padding:10px;
   }
   
   .box ul li a:hover {
	   color:#000;
   }
 
 .box br {
	 display: none;
	 clear:none;
 }
 
 .three-box {
	 width:31%;
	 min-height:290px;
	 
 }
 
 .two-box {
	 width:46%;
	 
	 margin-bottom:40px;
 }
 
  
 .box a {
	 display: block;
	 overflow: visible;
	 cursor: pointer;
	 color:#333;
	 text-decoration: none;
 }
 

 
 
 .box img {
	 display: block;
	 width:100%;
	 height:auto;
	 margin:0;
	 padding:0;
	 
 }
 
.cth-pagecontent .box img {
	margin:0;
}
 
 .box h3 {
	 padding-left:20px;
	 padding-right:20px;
	 padding-top:10px;
	 padding-bottom:10px;
	 color:#333;
	 font-size:24px;
	 margin:0;
	 line-height: normal;
	 font-weight: normal;
 }
 
.box h3 a {
	color:#333;
	text-decoration: none;
	background-color: #d7dbd9;
}

.box:hover,
.box:hover a {
	
	background-color: #333;
	 color:#d7dbd9;
	
}

 

 
 .section {
	display: block;
	overflow:hidden;
	
	padding-bottom:50px;
	padding-top:50px;
}

.home .section {
	text-align:center;
}

.col1 {
	width:30%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	float:right;
}



.col2 {
	width:60%;
	display: inline-block;
	float:left;
	text-align: left;
	vertical-align: top;
}



.inner {
	width:65%;
	margin:auto;
	padding-bottom:40px;
}

@media (max-width:800px) {
	 
	  .box h3 {
	
	 font-size:18px;
	 
 }
 
 .box {
	 
	 min-height:180px;
 }
 
  
 }










@media (max-width:600px) {
	 
	  .box {
	 width:100%;
	 display: block;
	 clear:both;
	 margin:0;
	
	 margin-bottom:30px;
 	}
 	
 	.box2,
.box4 {
	
	 width: 100%;
	
}

.box3 {
	width:100%;
}

 
}

.highlited-zone {

    display: block;
    margin-bottom: 50px;
    background-image: url('img/highlited-background.png');
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;

}

.one_half {

    width: 50%;

}

.highlited-zone {
    display: block;
    margin-bottom: 50px;
    background-image: url('img/highlited-background.png');
    padding: 20px;
    border-radius: 10px;
}


	 
.testimonial-standout {
	margin-top:50px;
	display: block;
	margin-bottom:50px;
	padding:20px;
	border-radius:10px;
	background-image: url('img/highlited-background.png');
}

.testimonial-standout img {
	float:left;
	margin-right:30px;
}

ul.ticks {
	list-style:none;
	text-align: left;
}

ul.ticks li {
	display: block;
	padding:8px;
	font-size: 20px;
	font-weight:bold;
	position: relative;
	
}

ul.ticks li:before {
	font-family: FontAwesome;
   content: "\f00c";
   color:#224d24;
   position:absolute;
   top:8px;
   left:-20px;
   
   
}

.widget_custom_html,
.widget_custom_html .widget-text-media-image img {
	border-radius:14px;
}

.highlited-zone {

    display: block;
    margin-bottom: 50px;
    background-image: url('img/highlited-background.png');
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;

}

.one_half {

    width: 50%;
    text-align: left;

}

.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
}

.cateringpoints {

    padding: 20px;
    margin: 20px;
    text-align: left;
    border-radius: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    margin:auto;

}

.section {
	display: block;
	overflow:hidden;
	
	padding-bottom:50px;
	padding-top:50px;
}

.home .section {
	text-align:center;
}

.col1 {
	width:40%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	float:right;
}



.col2 {
	width:50%;
	display: inline-block;
	float:left;
	text-align: left;
	vertical-align: top;
}

@media (max-width:680px) {
	
	.one_half {

    width: 100%;
    text-align: center;
    display: block;
    clear:both;
    margin-bottom:40px;

	}

	.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: none;
	}

	
	
	
}

.entry-content img {
	margin-top:40px;
	margin-bottom:40px;
}

#upcycle img {
	width:100%;
	height:auto;
}

.row {
	display: flex;
	width:100%;
	max-width: 100%;
padding-right: calc(var(--bs-gutter-x)/ 2);
padding-left: calc(var(--bs-gutter-x)/ 2);
margin-top: var(--bs-gutter-y);
flex-wrap: wrap;
}

.col-md-4 {
	display: inline-block;
	width:33.333%;
	text-align: center;
}

.col-md-5 {
	display: inline-block;
	width:20%;
	text-align: center;
}

.col-md-4:nth-of-type(even),
.col-md-5:nth-of-type(even) {
	background-color: #d7dbd9;
}

.min-max {
  /*background: #fff;
  border-radius: 6px;*/
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--montserrat);
  color: var(--purple);
  text-align: center;
  font-size: 16px;
  padding-bottom:20px;
  border-bottom:2px solid #333;
}

.col-md-5 .min-max {
  /*background: #fff;
  border-radius: 6px;*/
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--montserrat);
  color: var(--purple);
  text-align: center;
  font-size: 14px;
  padding-bottom:20px;
  border-bottom:2px solid #333;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.min-max span {
  display: block;
  color: var(--pink);
  font-size: 26px;
  font-weight: 700;
}

.col-md-5 .min-max span {
  display: block;
  color: var(--pink);
  font-size: 18px;
  font-weight: 700;
}

.col-md-5 h3 {
	font-size: 18px;
	height:80px;
	vertical-align: top;
}

@media(max-width:880px) {
	
	.col-md-5 {
	display: block;
	width:100%;
	clear:both;
	text-align: center;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:2px solid #333;
	}
	
	.col-md-5 .min-max {
  /*background: #fff;
  border-radius: 6px;*/
  height: auto;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-family: var(--montserrat);
  color: var(--purple);
  text-align: center;
  font-size: 14px;
  padding-bottom:20px;
  
}
}

@media(max-width:820px) {
	
	.col-md-4 {
	display: block;
	width:100%;
	text-align: center;
	clear:both;
	border-bottom:2px solid #333;
	margin-bottom:40px;
	}
	
	
}


.page-id-49 blockquote {
  font-size: 1.1em;
}

.easy_testimonial_image_wrapper,
.easy_testimonial_image_wrapper img {
	width:200px;
	height:auto;
}


.single-casestudies .sidebar {
	display: none;
}

.single-casestudies .content-area {
	width:80%;
	margin:auto;
}










