/*
 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
*/
.ctm-link {
	text-wrap: pretty;
}
.ctm-link a{
   text-decoration: underline;
}
.ctm-link a:hover{
  text-decoration: none;
}
.ctm-link.list-style, .ctm-link p, .list-style p, .list-style li {
   text-wrap: pretty;
}

/*list sytle*/
.list-style {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top:15px;
}
.list-style li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    text-wrap: pretty;
}
.list-style li::before {
    content: "";
    background-color: #204DA9;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    height: 9px;
    width: 9px;
}
@media (max-width: 1199.5px) {
    .list-style li {
        padding-left: 30px;
        margin-bottom: 15px;
    }
}
.list-style li:last-child {
    margin-bottom: 0;
}


/**/

.ctm-link-underline {
    margin-bottom: 0px;
}

.ctm-hov .ctm-link-underline a,   a.ctm-link-underline {
    position: relative;
    text-decoration: none; 
    max-width: fit-content;
}

.ctm-hov .ctm-link-underline a:after, a.ctm-link-underline:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #ffffff;
    transition: all 0.3s;
}
.ctm-hov:hover .ctm-link-underline a:after, a.ctm-link-underline:hover:after {
    width: 50%;
    height: 1px;
    transition: all 0.3s;
}
a.no-underline {
    text-decoration: none;
}

.no-underline span.gb-shape svg {
    width: 1.3em;
    height: 1.3em;
    margin-top: 3px; 
}
.ctm-link-ser{
	  display: block;
    letter-spacing: 0.05px;
    text-decoration: underline;
    color: #f46a1e !important;
}
.ctm-link-ser:hover{
    text-decoration: none;
}
.img-hov img {
	transition: all 0.3s;
}
.img-hov:hover img {
	transform: scale(1.05);
}
/* Sitemap css */
.rank-math-html-sitemap {
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 20px 20px 40px;
}
.rank-math-html-sitemap__title {
	margin: 20px 15px;
}
.rank-math-html-sitemap .rank-math-html-sitemap__list{
  list-style: none;
 	margin: 0 0 0 4px;
  position: relative;
  border-left: 1px solid #3d3d3d;
  padding: 0 ;
}

.rank-math-html-sitemap .rank-math-html-sitemap__item {
  margin: 0;
  padding: 2px 10px 2px 30px;
  position: relative;
  font-size: 18px;
}

.rank-math-html-sitemap__list li:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #3d3d3d;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
.rank-math-html-sitemap__list li:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #3d3d3d;
  top: 1em;
  left: 0px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.rankSitemap .rank-math-html-sitemap__title{
  font-size: 40px
}

.list-style-number {
	display: grid;
	margin: 0 0 -25px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 30px;
}
.list-style-number li {
	margin-bottom: 25px;
	list-style: none;
	display: flex;
    gap: 0 15px;
}
.list-style-number li span {
	height: 32px;
	width: 32px;
	min-width: 32px;
	background-color: #8DB1FB;
	border-radius: 100%;
	font-size: 22px;
	font-weight: 500;
	color: #000000;
	display: inline-block;
	text-align: center;
	margin-top: -1px;
}
.cust-acco .gb-block-is-current {
	padding-bottom: 0;
}
@media (max-width: 767px){
  .rankSitemap .rank-math-html-sitemap__title{
  font-size: 30px
}
.list-style-number {
	grid-template-columns: 1fr;
	margin: 0 0 0;
}
	.list-style-number li:last-child {
		margin-bottom: 0;
	}
}