/*
Theme Name: Sweeneys Landscaping
Version: 6.1
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");



/* Add font imports here */

/***  Bodoni Roman ***/
/* Regular  */
@font-face {
	font-family: 'Bodoni Roman';
	font-weight: 400;
	src: url('fonts/bodoni-roman/bodoni-roman.otf');
	font-display: swap;
}



/***  Proxima Nova ***/
/* Regular */
@font-face {
	font-family: 'Proxima Nova';
	font-weight: 400;
	src: url('fonts/proxima-nova/proxima-nova-regular.ttf');
	font-display: swap;
}
/* Bold */
@font-face {
	font-family: 'Proxima Nova';
	font-weight: 700;
	src: url('fonts/proxima-nova/proxima-nova-semibold.ttf');
	font-display: swap;
}





/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--1);
}



/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: white;
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--dark);
}

a:hover {
	color: var(--wp--custom--secondary--dark);
}


/*** LINK CARDS ***/
.link-cards .wp-block-column {
	cursor: pointer;
}





/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: var(--wp--custom--font--2);
	color: var(--wp--custom--primary--dark);
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}



/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}


/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 2.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--primary--dark);
	color: white;
		font-family: var(--wp--custom--font--2);
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	font-size: 18px;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: transparent;
	background-color: var(--wp--custom--dark--1);
	color: white;
	transform: translateY(-3px);
}

.button [class*="fa"], 
.wp-block-button__link [class*="fa"], 
.button:hover [class*="fa"], 
.wp-block-button__link:hover [class*="fa"] {
	color: inherit !important;
}

.wp-block-button__link > i,
.nav-button  i {
    bottom: 2px;
    position: relative;
    left: 2px;
}
/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--primary--dark);
	border-radius: var(--wp--custom--radius--sm);
	border-color: var(--wp--custom--primary--dark);
	
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--dark);
	background: none;
	color: var(--wp--custom--secondary--dark);
	
}



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--light--3);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--light--3);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.brand-list li:before,
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	color: var(--wp--custom--primary--main);
}

.brand-list{list-style: none;}

.brand-list li{
	margin-bottom: 0.5em;
	position: relative;
}

.brand-list li:before{
    position: absolute;
    top: 0.30em;
    left: -1.75em;
    width: 1.3em;
    height: 1.3em;
    display: block;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1em;
    text-align: center;
	content: '\e139';
}



/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--sm);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	border-color: var(--wp--custom--primary--dark);
	background-color: var(--wp--custom--primary--dark);
	border-radius: var(--wp--custom--radius--md);
	color: white;
	    font-family: var(--wp--custom--font--2);
    text-transform: uppercase;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color:  var(--wp--custom--primary--main);
	background-color:  var(--wp--custom--primary--main);
	color: white;
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}





/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
}

.scroll-logo {
	max-height: 50px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--1);
}

.top-bar .wp-block-list a {
	font-size: 14px;
}

.top-bar {
    padding-top: 9px;
    padding-bottom: 9px;
}


@media screen and (max-width: 901px) {
.top-bar .wp-block-columns .wp-block-column  {
	display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 600px) {
.top-bar .wp-block-columns .wp-block-column:nth-child(1)  {
	display: none;
}
}


/***  HEADER  ***/
@media screen and (min-width:1280px){
	.header-masthead {
		width: 313px;
	}
	
	.header-left, .header-right {
		width: calc(100% - 313px);
	}
}


.header-logo {
	max-height: 80px;
}

/* transparent header */
@media screen and (min-width: 901px) {
.home .header-wrap {
	position: absolute;
	z-index: 2;
}
}

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/



.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--dark--1);
	font-size: 17px;
}

@media screen and (max-width:1230px){
	.nav-menu > li > a, 
	.nav-menu > li > span, 
	.nav-menu > li > button {
		color: var(--wp--custom--dark--1);
		font-size: 1em;
	}
}

.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: var(--wp--custom--primary--main);
}

/* Nav Button */

.nav-menu > li.nav-button {
	background-color: transparent !important;
}

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	margin-right: -8px;
	background-color: var(--wp--custom--primary--dark);
	border-radius: var(--wp--custom--radius--md);
	color: white;
	font-family: var(--wp--custom--font--2);
	text-transform:uppercase;
	padding: 0.5em 1.5em;
	/* font-size: 18px; */
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--dark--1);
		transform: translateY(-3px);
}

/* Dropdowns */

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul > li > a, 
.nav-menu li ul > li > span, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--dark--1);
	font-size: 17px;
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	color: var(--wp--custom--primary--main);
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/***  HIDDEN NAV  ***/

.hidden-menu li a {
	color: var(--wp--custom--dark--3);
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--primary--main);
}





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: #fff;
}

.banner:before,
 .post-type-archive-resource .banner .deck{
 display: none !important
}

.banner h1,
.banner-content-wrap,
.banner .deck,
.post-date {
	color: var(--wp--custom--primary--dark);
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--md);
	padding-bottom: var(--wp--custom--spacer--xxs);
		min-height: 115px;
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner a {
	color: var(--wp--custom--primary--light);
}

.banner a:hover {
	color: white;
}



/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--lg);
	padding-bottom:  var(--wp--custom--spacer--lg);
}

.content > .alignfull:first-child {
	margin-top: calc(var(--wp--custom--spacer--lg) * -1);
}
.content > .alignfull:last-child {
	margin-bottom: calc(var(--wp--custom--spacer--lg) * -1);
}


/***  ARCHIVE  ***/

.archive-navbar .filter-form > * {
    margin: 3px;
}

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--light--1);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {
	padding: 30px;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	color: var(--wp--custom--primary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--main);
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--md);
	border-color: var(--wp--custom--light--1);
	color: #fff;
	background-color: var(--wp--custom--primary--dark);
}

.archive-pagination a:hover {
	background-color: var(--wp--custom--dark--1);
		transform: translateY(-3px);
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}

/*posts*/
@media screen and (min-width: 901px) {
	.post-cols .col-full .entry-thumb-wrap {
				width: 400px!important;
	}
}
.post-cols .col-full .entry-thumb-wrap img{
    height: 100%;
	width:100%;
}

@media (min-width:700px) and (max-width:900px){
	.post-cols .col-full{
		width:50%;
	}
}

@media screen and (max-width:700px){.post-cols .col-full{max-width:450px;}}

/***  SINGLE  ***/
/*posts*/
.single-post .content > .wp-block-image:first-child {padding-top:0;}


/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: 0;
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: white;
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 

.cta-bar .wp-block-cover{
	border-radius:var(--wp--custom--radius--md);
}

@media screen and (max-width:900px){
	.cta-bar .wp-block-cover{
		padding-left: var(--wp--preset--spacing--sm)!important;
		padding-right: var(--wp--preset--spacing--sm)!important;
	}
}
.cta-bar .wp-block-cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, black, transparent);
  z-index: 1; 
  pointer-events: none;
}

.cta-bar .wp-block-cover h2,
.cta-bar .wp-block-cover p{
  position: relative;
  z-index: 2;        
}



/***  FOOTER  ***/
.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: var(--wp--custom--dark--1);
	font-size: 0.9em;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: var(--wp--custom--primary--light);
}

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #fff;
}

.row-footer-image .wp-block-image:nth-child(2)  {
	width: 120px !important;
}

.row-footer-image .wp-block-image:hover {
 transform: scale(1.1);
}
.row-footer-image .wp-block-image {
		transition: all 350ms ease-in-out;
}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--dark--1);
	font-size: 0.9em;
	color: #fff !important;
	border-top: 2px solid var(--wp--custom--primary--main);
}



/* Menus */

.bottom-bar .menu a,
.bottom-bar a {
	color: var(--wp--custom--light--1);
}

.bottom-bar .menu a:hover,
.bottom-bar a:hover{
	color: var(--wp--custom--primary--light);
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/* Add custom theme styles here */

/* @media screen and (max-width: 900px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
} */

/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--accent--1);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}

/*** HOMEPAGE ***/
.anniv-banner {
    box-shadow: 0 25px 60px rgb(0 0 0 / 25%);
	/*margin-top: -60px !important;
	margin-bottom: -60px !important;
    z-index: 1; */
}


.group-with-bg {
	 background-image: url(/wp-content/uploads/leaves-stock-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 11%;
}

/* blog posts */
.posts-home.entry-cols .entry-link {
	background-color: transparent;
}

.posts-home .col-half {
	width: 100%;

}

.posts-home .cols-spaced {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 40px 60px; 
    align-items: start;
	
}

.posts-home .entry-link {
    display: flex;
    align-items: center; 
    text-decoration: none;
    gap: 5px; 
}


.posts-home .entry-thumb-wrap {
    flex: 0 0 170px; 
    height: 170px;  
    border-radius: 50%; 
    overflow: hidden;
    margin-bottom: 0; 
}

.posts-home .entry-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.posts-home .entry-title {
    font-size: 1.3rem;
    font-weight: 700;
}

.posts-home .post-date {
	color: var(--wp--custom--dark--1);
}

.posts-home .entry-text-wrap {
    text-align: left;
}

.posts-home .post-cats {
    display: none;
}

@media (max-width: 767px) {
    .posts-home .cols-spaced {
        grid-template-columns: 1fr; 
        gap: 30px;
    }
    
    .posts-home .entry-thumb-wrap {
        flex: 0 0 130px; 
        height: 130px;
    }
}

/* Single blog */
.post-cats a {
word-spacing: 12px;
margin: 5px;
color: var(--wp--custom--primary--dark);
}

.post-cats a:hover{
	color: var(--wp--custom--primary--main);
}

.single-post .wp-block-image {
padding-top: var(--wp--custom--spacer--md);
	text-align: center;
}


/*** SERVICES ***/

/* Divider after heading */
hr.services-separator  {
	width: 10%;
	margin: 0;
	background-color: var(--wp--custom--primary--light);
	border: 0;
	height: 4px;
}

/* Main services page */
.services-group .wp-block-image:hover {
 	transform: translateY(-3px);
}
.services-group .wp-block-image {
		transition: all 350ms ease-in-out;
}

@media screen and (min-width: 901px) {
.services-group .wp-block-image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
}


	
/* Lawn Maintenance - Services */
.lawn-table thead {
  background-color: var(--wp--custom--primary--main);
color: #fff;
}
.lawn-table .fa-check {
	font-weight: bold;
	font-size: 20px;
}

/* Related services */
.related-services {
	text-align: center;
}
	
.service-cols .entry-text-wrap{
	position: absolute;
	bottom: 0;
	background-color: color-mix(in srgb, var(--wp--custom--dark--1) 60%, transparent);
	width: 100%;
	padding: 15px;
}

.service-title {
	font-size: 16px;
	color: #fff;
	font-family: var(--wp--custom--font--1);
}


/*** GALLERY ***/
.gutena-tab-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gutena-tab-title-text {
	line-height: 18px;
}

/* Tab icons */
.gutena-tab-title::before {
	content: "";
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}


.gutena-tab-title:nth-child(1)::before { background-image: url("/wp-content/uploads/all.svg"); }
.gutena-tab-title:nth-child(2)::before { background-image: url("/wp-content/uploads/01.svg"); }
.gutena-tab-title:nth-child(3)::before { background-image: url("/wp-content/uploads/02.svg"); }
.gutena-tab-title:nth-child(4)::before { background-image: url("/wp-content/uploads/03.svg"); }
.gutena-tab-title:nth-child(5)::before { background-image: url("/wp-content/uploads/04.svg"); }
.gutena-tab-title:nth-child(6)::before { background-image: url("/wp-content/uploads/05.svg"); }
.gutena-tab-title:nth-child(7)::before { background-image: url("/wp-content/uploads/06.svg"); }
.gutena-tab-title:nth-child(8)::before { background-image: url("/wp-content/uploads/at-work.svg"); }



/*** TEAM ***/
.member-portrait-wrap img {
      border-radius: 50%;
}
.member-text-wrap {
	padding: 15px;
}
.member-position {
	font-weight: bold;
}
article.member {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:1201px){
	.member-box {
		margin: 30px;
	}
}

	



/*** FAQ ***/
.wp-block-wpseopress-faq-block-v2 {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.wp-block-wpseopress-faq-block-v2 details {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}

.wp-block-wpseopress-faq-block-v2 details p {
	padding: 15px 60px 15px;
	margin: 0;
}

/*** TOM TIPS ***/
.link-cards .wp-block-cover:hover {
 	transform: translateY(-3px);
}
.link-cards .wp-block-cover {
		transition: all 350ms ease-in-out;
}

/*.wp-block-gutsliders-logo-carousel .swiper-container-outer.zoom__in:hover img{transform:unset;}*/


.wp-block-embed,
.wp-block-image,
.single-service .wp-block-gutsliders-photo-carousel .swiper-slide,
.wp-block-media-text__media img{
	border-radius: var(--wp--custom--radius--md);
    overflow: hidden;
}
.wp-block-columns.has-background,
.wp-block-column.has-background{
	border-radius: var(--wp--custom--radius--md);
}

:focus-visible {
    outline: 2px dashed var(--wp--custom--primary--dark);
}

@media screen and (min-width:901px){
	body.home .content > .alignfull:first-child{margin-top:unset;}
}

@media screen and (max-width:1200px){
	.home-banner-inner .wp-block-cover__image-background{
        right: -20%;
        left: unset;
        width: 120%;
	}
}
@media screen and (max-width:900px){
	.home-banner-inner .wp-block-column{
		flex-basis:100%!important;
	}
	
	.home-banner-inner .wp-block-cover__inner-container > .wp-block-group{
		padding-top:var(--wp--preset--spacing--md)!important;
		padding-bottom: 240px !important;
	}
	
	.home-banner-inner .wp-block-cover__image-background {
        right: 0;
	}
}

.wp-block-columns.link-cards .wp-block-column{transition: all 300ms ease-in-out;}

.wp-block-columns.link-cards .wp-block-column:hover{transform: translateY(-3px);}

.wp-block-columns.link-cards .wp-block-column:hover .wp-block-button__link{
	border-color: transparent;
    background-color: var(--wp--custom--dark--1);
    color: white;
    transform: translateY(-3px);
}


@media (min-width:768px) and (max-width:900px){
	.recent-posts-container .entry-cols .entry-link{
	    flex-direction: column;
	}
	
	.recent-posts-container .entry-thumb-wrap{aspect-ratio:1;}
}


.custom-form{
        width: 68%;
        margin-right: auto;
        margin-left: auto;
        background: var(--wp--custom--light--1);
        padding: 38px;
        border-radius: 12px;
}

.custom-form table{
	width:100%;
	border-collapse: separate;
    border-spacing: 0 25px;
}

.custom-form .sa-ohnohoney {
	display: none;
}

.custom-form .address-row .form-group{margin-bottom:5px;}

.custom-form .checkbox-group{
	display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media screen and (min-width:768px){
	.custom-form .flex-row{
		display:flex;
		gap:10px;
	}
	
	.custom-form .flex-row .field-half{
		flex:2;
	}
		
	.custom-form .flex-row .field-quarter{
		flex:1;
	}
}

.gutena-tabs-tab .gutena-tab-title:last-of-type{margin-right:1.75em;}

@media (min-width:901px) and (max-width:1200px) {
	.laptop-3-cols,
	.laptop-2-cols{flex-wrap: wrap!important;}

	.laptop-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 80px)!important;}

	.laptop-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 80px)!important;}
	
	.laptop-stack{flex-direction:column!important;}

}

@media (min-width:601px) and (max-width:900px) {
	.tablet-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 80px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 80px)!important;}

	.wp-block-columns.tablet-reverse-order {
		display: flex;
		flex-wrap: wrap-reverse!important;
	}
	.wp-block-columns.tablet-reverse-order.tablet-2-cols,
	.wp-block-columns.tablet-reverse-order.tablet-3-cols {
		flex-direction: row-reverse;
	}

	.wp-block-columns.tablet-reverse-order:not(.tablet-2-cols):not(.tablet-3-cols) {
		flex-direction: column-reverse;
	}

	.wp-block-columns.tablet-reverse-order > .wp-block-column.has-background {
		max-width: calc(100% - (var(--wp--preset--spacing--sm) * 2));
	}
}

body.block-editor-page .screen-reader-text{
	display: block !important;
    width: auto!important;
    margin: unset!important;
    clip-path: unset!important;
    height: auto!important;
}

@media screen and (max-width:600px){
	.mobile-2-cols.wp-block-columns > .wp-block-column{flex-basis: calc(50% - 80px)!important;}

	.wp-block-columns.mobile-reverse-order {
		display: flex;
		flex-wrap: wrap-reverse!important;
	}
	.wp-block-columns.mobile-reverse-order.mobile-2-cols {
		flex-direction: row-reverse;
	}

	.wp-block-columns.mobile-reverse-order:not(.mobile-2-cols) {
		flex-direction: column-reverse;
	}

	.wp-block-columns.mobile-reverse-order > .wp-block-column.has-background {
		max-width: calc(100% - (var(--wp--preset--spacing--sm) * 2));
	}
}

@media (min-width:601px) and (max-width:900px){
	.tips-grid{
    	grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}
}

.tips-grid .wp-block-cover.cover-linked {
    cursor: pointer;
	transition: all 300ms ease-in-out;
}

.tips-grid .wp-block-cover.cover-linked:hover{
	transform: translateY(-3px);
}

@media screen and (max-width:600px){
	.tips-grid{
    	grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
}
@media screen and (max-width:900px){
	.services-group .wp-block-columns{
		padding-top: var(--wp--preset--spacing--xxs) !important;
        padding-bottom: var(--wp--preset--spacing--xxs) !important;
    }
}
@media screen and (max-width:1200px){
	.contact-cols .wp-block-column{
		max-width:600px;
		margin:auto;
	}
}

.logos-slider .wp-block-gutsliders-slide{
	height:auto!important;
}

.logos-slider a img{
	transition: all 300ms ease-in-out;
	transform: scale(.95);
}

.logos-slider a:focus-visible{
	transform: scale(.9);
}

.logos-slider a:focus-visible img,
.logos-slider a:hover img{
	transform: scale(1);
}

.baguetteBox-button:focus-visible{
	    outline: 2px dashed var(--wp--custom--primary--light);
}


.wp-block-gallery a:focus-visible{
	transform:scale(.95);
}

@media screen and (max-width:900px){
	.gutena-tabs-block.tablet-scroll>.gutena-tabs-tab{
		overflow: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
	}
}

