/*
 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
*/

/*Custom Font Setup*/

h1, h2, h3, h4, h5, h6 {
	font-family: "omnes-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-wrap: pretty;
}

/* Mobile */
@media (max-width: 767px) {
    h2{
		font-size:35px;
	}
	h3{
		font-size:27px;
	}
	h4{
		font-size:24px;
	}
	h5{
		font-size:21px;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    h2{
		font-size:45px;
	}
	h3{
		font-size:35px;
	}
	h4{
		font-size:29px;
	}
	h5{
		font-size:25px;
	}
}

/* Desktop */
@media (min-width: 1025px) {
	h2{
		font-size:55px;
	}
	h3{
		font-size:45px;
	}
	h4{
		font-size:37px;
	}
	h5{
		font-size:30px;
	}
}
/*Custom Font Setup*/


.mySitemap ul {
    list-style: none;
    margin: 0;
    position: relative;
    border-left: 1px solid #3d3d3d;
    padding: 0 0;
}
.mySitemap ul li {
    margin: 0;
    padding: 2px 10px 2px 30px;
    position: relative;
    font-size: 16px;
}
.mySitemap  li:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #3d3d3d;
    position: absolute;
    left: 0;
    top: .7em;
    transform: translateY(-50%);
}
.mySitemap li:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #3d3d3d;
    top: .7em;
    left: 0px;
    transform: translate(-50%, -50%);
    background: #fff;
}

.ctm-link,
.ctm-link.list-style,
.ctm-link p,
.list-style p,
.list-style li {
    text-wrap: pretty;
}

.ctm-link a{
  text-decoration:underline;
}

.ctm-link a:hover{
  text-decoration:none;
}

.list-style {
    margin-left: 20px;
    margin-bottom: 0px;
}

.location-name{
	display:block;
}

.cs-line:after {
    content: "";
    background: #AF7448;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0px;
    transition: all 0.3s;
}

.cs-line:hover::after{
	width: 50%;
}

.cl-count{
	column-count:2;
}

/* Image Zoom effect in hovering box */
.in-image{
	transition: transform 0.3s ease;
}

.hov-div:hover .in-image{
	transform: scale(1.1);
}

/* CS Line shrink effect hovering Box */
.hov-div:hover .cs-line:after{
	width: 45%;
}

@media (max-width:1023px){
	.cl-count{
		column-count:1;
	}
}

.request-appointment-seperator-1 {
    border-top: 1px;
    margin-top: 0;
    margin-bottom: 0;
    width: 45%;
	background:#ffffff59;
}

.request-appointment-seperator-2 {
    border-top: 1px;
    margin-top: 0;
    margin-bottom: 0;
	background:#ffffff59;
}

.cs-color a{
	color:#fff;
}

/* Blog and 404 Banner CSS */
.wp-singular.single .grid-container,
.archive .grid-container,
.error404 .grid-container,
.blog .grid-container {
    max-width: 100%;
}

.cta-heading-shape:after {
    content: "";
    width: 50px;
    height: 80px;
    background-image: url(/wp-content/uploads/2026/09/img-shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 40px;
    top: -15px;
}




