/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.position-relative {
	position: relative;
}

.z-index-10 {
	z-index: 10;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-menu .dropdown-menu-toggle {
    position: absolute;
    right: 0;
}

.main-navigation ul ul {
	min-width: 180px;
    width: auto;
    white-space: nowrap;
}

@media (min-width: 800px) {
	.main-navigation .main-nav ul ul li a {
		padding-right: 24px;
	}
}

.header-right {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	margin-left: auto;
}

@media (min-width: 768px) {
	.header-right {
		align-items: flex-end;
		margin-top: 0;
	}
}

.header-phone {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.1em;
}

.header-address {
	color: #333;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 10px 0 12px;
}

.header-social-icons {
	display: flex;
}

.header-social-link {
	background-color: #789C48;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	height: 40px;
	width: 40px;
}

.header-social-link:hover,
.header-social-link:focus {
	color: #fff;
	background-color: #66853d;
}

.button-shadow {
	box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
}

.radius-50 {
	border-radius: 50%;
}

.hour-block {
	display: flex;
    justify-content: space-between;
}

.fill-height > div,
.fill-height > div > div {
	height: 100%;
}

.hover-block {
	position: relative;
}

.hover-block a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.hover-block > div > div {
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.hover-block:hover > div > div {
	opacity: 1;
}

.button-full-width {
	width: 100%;
}

@media (max-width: 767px) {
	.button-full-width-mobile {
		width: 100%;
	}
}

.wp-block-latest-posts__list {
	margin-left: 0;
}

.wp-block-latest-posts__list li > a {
	font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #333;
}

.border-radius-10 {
	border-radius: 10px;
}

.c-accordion__item {
	margin-bottom: 40px;
}

.text-shadow-500 {
	text-shadow: 1px 2px 4px rgb(0 0 0 / 60%);
}

.box-shadow-500 {
	box-shadow: 1px 2px 8px 2px rgb(0 0 0 / 25%);
}

div.paoc-popup-modal {
	background-color: transparent;
	box-shadow: none;
}

.paoc-popup-modal-cnt {
	background-color: transparent;
}

.contact-form  .c-label {
	display: block;
	margin-bottom: 4px;
}

.contact-form input[type="submit"] {
	border-radius: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form textarea {
	border-radius: 5px;
	width: 100%;
}

.contact-form input[type="date"] {
	color: #666666;
    background-color: #fafafa;
    border: 1px solid #cccccc;
	padding: 10px 15px;
}

.contact-form .field {
	margin-bottom: 15px;
}

.contact-form .wpcf7-list-item.first {
	margin-left: 0;
}