/*
Theme Name:   Poseidon Child
Theme URI:    https://dustacleaning.co.uk/poseidon-child/
Description:  Poseidon Child Theme
Author:       Gaffyn
Author URI:   https://dustacleaning.co.uk
Template:     poseidon
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  poseidonchild
*/

:root {
	/*--page-background-color: #cd94cd;
    --title-font: 'Orbitron', sans-serif;
    --navi-font: 'Orbitron', sans-serif;
    --header-background-color: #f6d5f6; */

	/*--page-background-color: #fbf6ea;
    --page-background-color: #f1f9f6;
	--header-background-color: #fbf6ea;
	--link-color: #c4a48d;
	--navi-hover-color: #c4a48d; */

	--primary-color: #22aadd;
	--secondary-color: #0084b7;
	--tertiary-color: #005e91;
	--accent-color: #dd2e22;
	--highlight-color: #00b734;
	--light-gray-color: #eeeeee;
	--gray-color: #777777;
	--dark-gray-color: #404040;
	--text-color: #404040;
	--medium-text-color: #777;
	--light-text-color: #aaa;
	--light-background-color: #eee;
	--dark-border-color: #404040;
	--medium-border-color: #ccc;
	--light-border-color: #ddd;
	--link-color: #22aadd;
	--link-hover-color: #404040;
	--button-color: #22aadd;
	--button-text-color: #fff;
	--button-hover-color: #404040;
	--button-hover-text-color: #fff;
	--page-background-color: #fff;
	--page-border-color: rgba(0, 0, 0, 0.12);
	--header-background-color: #fff;
	--site-title-color: #404040;
	--site-title-hover-color: #22aadd;
	--navi-color: #404040;
	--navi-hover-color: #22aadd;
	--navi-border-color: #ccc;
	--title-color: #404040;
	--title-hover-color: #22aadd;
	--widget-title-color: #404040;
	--widget-title-hover-color: #22aadd;
	--widget-title-border-color: #eee;
	--footer-background-color: #fff;
	--footer-text-color: #404040;
	--text-font: "Ubuntu", arial, helvetica, sans-serif;
	--title-font: "Raleway", arial, helvetica, sans-serif;
	--navi-font: "Raleway", arial, helvetica, sans-serif;
	--widget-title-font: "Raleway", arial, helvetica, sans-serif;
	--title-font-weight: bold;
	--navi-font-weight: bold;
	--widget-title-font-weight: bold;
	--title-text-transform: none;
	--navi-text-transform: uppercase;
	--widget-title-text-transform: uppercase;
	--text-line-height: 1.5;
	--title-line-height: 1.5;

}

@font-face {
    font-family: 'dyson_sans_modernregular';
    /*src: url('https://www.dustacleaning.co.uk/wp-content/themes/poseidon-child/fonts/dyson-sans-modern-webfont.woff2') format('woff2'),
         url('https://www.dustacleaning.co.uk/wp-content/themes/poseidon-child/fonts/dyson-sans-modern-webfont.woff') format('woff'); */
	src: url(https://www.dustacleaning.co.uk/wp-content/themes/poseidon-child/fonts/dyson-sans-modern.ttf);
    font-weight: normal;
    font-style: normal;

}
/* dusta yellow - #FFDE59 
 * dusta grey - #737373 */

.page-title {
	display: none;
	/* background: #FFDE59; */
}

.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
	font-family: "Comfortaa", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.hometop {
	font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bolder;
	background: #ffde59;
	padding: 10px;
	text-align: center;
	width: 80%;
	margin: auto;
}

.wp-post-image {
    padding: 10px 0;
}

.header-image {
    background: #b598b5;
}

.post-content .entry-meta,
.site-content .entry-meta {
    outline-color: #fff;
    background: #a9f2b2;
}


/* No Sidebar & Centered Layout Template */
.no-sidebar .content-area,
.site-content .centered-content-area {
	float: none;
	margin: 0 auto;
	padding: 0;
	max-width: 2000px;
	width: 100%;
}

.container {
    max-width: 2000px;
}

.pagetext {
	max-width: 90%;
	padding: 10px;
	margin: 20px auto;
	height: auto;
	width: auto;
	text-align: center;
}

.site-title {
	font-family: "Comfortaa", sans-serif;
	font-weight: 700;
	font-style: bolder;
}


@media screen and (max-width: 700px) {
	.pagetext {
		text-align: center;
	}
}



.homestageflex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
}

.homestage {
	position: relative;
	/*max-width: 80%;*/
	width: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 3px dotted #FFDE59;
	padding: 5px;
}

.homestagetext {
	width: auto;
	max-width: 400px;
	margin: 0 auto;
	height: 350px;
	border: 2px solid #FFDE59;
}

@media screen and (max-width: 440px) {
	.homestagetext {
		height: auto;
	}
}

#metaslider-id-133, #metaslider-id-142, #metaslider-id-157 {
	padding: 10px;
	border: 2px solid #FFDE59;
	width: auto;
	pointer-events: none;
	background: #737373;
}

#metaslider-id-133 li img, #metaslider-id-142 li img, #metaslider-id-157 li img {
	opacity: 0.8;
}

.servicelist {
  list-style-type: none;
  padding: 10px;
  border: 10px solid #444444;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: space-around;
  align-items: stretch;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
}

.servicelist:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
}

.residential:before {
	content: url('https://dustacleaning.co.uk/wp-content/uploads/2024/10/greybrick.jpg');
}

.commercial:before {
	content: url('https://dustacleaning.co.uk/wp-content/uploads/2024/09/metal-texture.jpg');
}

.servicelist li {
  padding: 8px 10px;
  border: 3px solid #ffde59;
  color: #ffde59;
  background: #444444;
  margin: 8px 10px;
  width: 25%;
  min-height: 10%;
  height: auto;
  order: 1;
  flex: 0 1 auto;
  align-self: center;
  display: flex;            /* NEW */
  align-items: center;      /* NEW */
	justify-content: center;
	flex-flow: row wrap;
  opacity: 0.8;
	font-style: bolder;
}

.servicelist li:nth-child(odd) {
	color: #444444;
	background: #ffde59;
	border: 3px solid #444444;
	opacity: 0.9;
}

/*.servicelist li:last-child {
  border-bottom: none
}*/

.servicegroup {
	margin: 50px auto;
}

.servicegroup p {
	text-align: center;
	padding: 10px;
	background: #ffde59;
	color: #737373;
	margin-bottom: 30px;
}

@media screen and (max-width:720px) {
	.servicelist li {
		font-size: 0.9em;
		width: 90%;
		margin: 5px;
		border: 1px dotted #d19e81;
	}
}

.contactline {
	padding: 20px 0;
	margin: 10px auto;
}

.tel {
	font-size: 24px;
}

.dustacopyright {
	width: 100%;
	background: #FFDE59;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-flow: row wrap;
	padding: 10px;
	margin: 10px auto;
	margin-top: 20px;
	height: auto;
	border-radius: 10px;
}

.dustacopyright p {
	color: #444444;
	padding: 0 20px;
}

@media screen and (max-width: 600px) {
	.dustacopyright {
		flex-flow: column wrap;
	}
}