/*
Theme Name: Cornish Holiday Cottages
Theme URI: https://github.com/
Author: Lewis Westcott
Author URI: http://ws233812-awt.remote.ac/
Description: UCW Cornish Holiday Cottage Theme for Advanced Web
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 1.1
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ucwTheme

ucwTheme WordPress Theme © 2023  
ucwTheme is distributed under the terms of the GNU GPL

*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&family=Shantell+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Playfair+Display&family=Quicksand:wght@300;400;500&display=swap');



/* Media queries for mobile responsivness */

@media only screen and (max-width: 767px) {
  /* Styles for screens smaller than 768px, such as mobile devices */
  
  /* Reduce the font size of the heading */
  h1 {
    font-size: 24px;
  }
  
  /* Make the logo smaller */
  .logo {
    width: 100px;
  }
  
  /* Increase the font size and line height of the navigation links */
  .nav a {
    font-size: 18px;
    line-height: 1.5;
  }
  
  /* Adjust the layout of the content */
  .content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  /* Styles for screens smaller than 481px, such as small mobile devices */
  
  /* Reduce the font size of the body text */
  body {
    font-size: 16px;
  }
  
  /* Make the navigation links stack vertically */
  .nav {
    flex-direction: column;
  }
}


h1,h2,h3,h4
{
	font-family: 'Playfair Display', serif;
	color: #1291AE;

}

.icons-section{
	display: flex;
	justify-content: space-around;
}
h1{
	font-size: 28pt;
}

i{
	font-size: 48pt;
}

.iconSet{
	flex-direction: column;
	display: flex;
	text-align: center;
}

/* YOUR CSS */
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
	padding-left:2px;
	padding-right:2px;
	
}

#wrapper{
	position: relative;
}

/* TYPOGRAPHY */
p
{
    font-family: 'Quicksand', sans-serif;
	color: #1291AE;


}
h1
{

 }

 h2
{
    
 }

 h3
 {
     
  }

ul {
		list-style-type: none!important;


}

#footer {
	position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  text-align: center;
  padding: 10px;
	font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
    color: #1291AE;
}


/* PAGE LAYOUT */


.grid-container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.image-container-2 {
  justify-self: start;
  align-self: center;
}

#homepagetext h1 {
	text-align: center;
}

.list-container-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-container-2 ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
}

.home-content
{
	width:100%;
	display: grid;
	grid-template-areas: 'slider-container slider-container slider-container' 'icon1 icon2 icon3' 'content-area content-area content-area';
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}


.slider-container {
    grid-area: slider-container;
	position: relative;
    text-align: center;
    color: white;
  }

.icon1
{
	grid-area: icon1;
}
.icon2
{
	grid-area: icon2;
}
.icon3
{
	grid-area: icon3;
}

.content_area
{
	grid-area: content-area;
}

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5em;
    font-family: 'Gloock', serif;
    text-shadow: black 0.1em 0.1em 0.2em;
  }

.property-main-image img {
	max-height:400px;
}

/* Change the color of the field labels */
.wpforms-field-label {
    color: #1291AE !important;
}

/* Change the color of the input fields */
.wpforms-field-row-block > input[type="text"],
.wpforms-field-row-block > input[type="email"],
.wpforms-field-row-block > input[type="tel"],
.wpforms-field-row-block > input[type="url"],
.wpforms-field-row-block > textarea {
    color: #1291AE !important;
}


#navbar {
    background-color: #ffffff;
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
	text-decoration: none!important;
	list-style-type: none!important;
    
  }

#navbar li {
	margin: 0 10px;
    margin-right: 0;
    float: right;
}

#navbar li a {
	font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    color: #1291AE;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#navbar li a:hover {
	background-color: #1291AE;
    color: #ffffff;
}

#navbar ul {
	flex-direction: column-reverse;
}

.logoimg{
    max-height: 90px;
  }

#wrapper
{
	width:100%;
	min-height: 100vh;
	display:grid;

	grid-template: 'header header header' '. container .' 'footer footer footer';	
		grid-template-rows: 125px 4fr 75px;
	grid-template-columns: 250px 1fr 250px;
}
header
{
    grid-area: header;
	background-color: white;
}

.grid-container {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    position: relative;
    
  }

  .grid-item {
    text-align: left;
    color: white;
    background-color: #1291AE;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
	min-height: 500px;


  }

	.grid-item-a {
		text-decoration: none;
	

}

@media (max-width: 1100px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
	.specific-container
  {
    margin-inline: 0px;
  }
}

.propertypageimages {
	width: 100%;

}

  .specific-container
  {
    margin-inline: 50px;
  }

  .properties-page-text
  {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
    color: #1291AE;
  }

#container
{
    	grid-area: container;
		background-color: white;
}

.container-aboutpage-text {
    font-family: 'Quicksand', sans-serif;
    background-color: #1291AE;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 600px; /* adjust this value to your liking */
    margin: 0 auto;
    padding: 50px;
}

.container-aboutpage-text p {
    margin-bottom: 30px;
	color: white;

}

#abouttextbody {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imageforthe-aboutpage img {
    max-width: 600px; /* match the max-width of the container above */
    height: auto;
    margin-top: 50px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);

}

.imageforthe-aboutpage{
	display: flex;
	justify-content: center;
}

footer
{
    grid-area: footer;
	background-color: white;
    
}

.property-title {
color: white;
	
}

.homepagetext h1 {
  text-align: center;
  text-shadow: 2px 2px 5px #999;
	  font-size: 3.5vw; /* default font size */

}


/* MENU / NAV */
#menu
{
background-color: white;	
}


#main-menu
{

}

#main-menu > .menu-item
{

}

#main-menu > .menu-item > a 
{

}

#main-menu > .menu-item > a:hover, #main-menu > .menu-item > a:active
{

}


.swiper-slide:not(.swiper-slide-active){
	display: none !important;
}