/*
Theme Name:     George Brazil Service
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.header-navigation .menu{
	gap:20px;
	margin-right: 20px;
}
.footer-widget-area h2{
	color:#fff;
	font-size:18px;
}
.footer-widget-area h2.widget-title{
	text-transform:inherit;
}
.footer-widget-area {
	color:#A5A5A5;
}
.footer-widget-area b, .footer-widget-area strong{
	color:#fff;
}
.footer-widget-area a, .footer-widget-area a:hover{
	color:#F69F19;
}
.footer-widget-area ul#menu-footer{
	column-count: 2;
} 
.footer-widget-area ul#menu-footer a{
	color:#fff
}
.footer-widget-area ul#footer-menu li a{
	color:#A5A5A5;
}
.entry-content-wrap {
    padding: 0 !important;
}
.btm-bdr .wp-block-kadence-listitem{
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 12px !important;
    margin-bottom: 12px;	
}
.red-back:before{
	    content: "";
    background-color: #CC0000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: rotate(356deg);
    border-radius: 5px;
}
.red-back{
    position: relative;
    max-width: max-content;
}
.arrow-separator {
    position: relative;
}

.arrow-separator::after {
    content: "";
    position: absolute;
    
    /* Position the arrow */
    top: 100%; /* Aligns the top of the arrow with the bottom of the line */
    left: 50%;
    transform: translateX(-50%); /* Centers the arrow perfectly */
    
    /* Create the Triangle Shape */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;  /* Controls width */
    border-right: 10px solid transparent; /* Controls width */
   
	 border-top: 10px solid #CCCCCC;       /* Controls height and Color */
	margin-top: -25px;
}

.top-dotted-line{
	position:relative
}
.top-dotted-line:before{
	content:"";
	background-image:url("/wp-content/uploads/2025/12/dotted-yellow-line.svg");
	    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin-top: -42px;
    text-align: center;
    background-position: center top;
    background-size: 42%;
}
.left-img-infobox .kt-info-box-image{
	    max-width: 50px !important;
}
.ti-profile-img{
	    border: 1px solid #CC0000;
    border-radius: 50%;
    padding: 2px;
}
.ti-inner:before{
	content:"" !important;
	background-image:url("/wp-content/uploads/2025/12/quote-yellow.svg");
	    position: absolute;
    width: 125px;
    height: 90px;
    background-repeat: no-repeat;
    margin-top: -90px;
    text-align: center;
    background-position: center top;
    background-size: 70%;
}
.kt-inside-inner-col .ti-widget.ti-goog .ti-review-item>.ti-inner{
	padding-top:60px !important
}
.ti-widget .ti-review-item {
	padding-top: 26px !important;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
	    margin-top: 0px !important;
}
.single-content p{
	    margin-bottom: 15px;
}
.ti-read-more-active{
	    color: #F69F19 !important;
    font-weight: bold !important;
}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev{
	border: 1px solid #000 !important;
}
.three-options:hover .arrow-separator::after, .three-options:focus .arrow-separator::after, .three-options:active .arrow-separator::after, .three-options:target .arrow-separator::after {
 border-top: 10px solid #CC0000 !important;       /* Controls height and Color */	
	transition:0.3s
}
.three-options:hover h3, .three-options:focus h3, .three-options:active h3, .three-options:target h3{
	color: #CC0000 !important; 
	transition:0.3s
}

.three-options:hover .kb-svg-icon-wrap, .three-options:focus .kb-svg-icon-wrap, .three-options:active .kb-svg-icon-wrap,  .three-options:target .kb-svg-icon-wrap{
	background:#CC0000 !important; 
	color:#fff !important;
	transition:0.3s
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label{
	margin-bottom: 5px !important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}

.faq .kt-blocks-accordion-header.kt-accordion-panel-active{
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
}
.kb-svg-icon-wrap{
	    margin-top: 5px;
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .main-navigation .primary-menu-container > ul li.menu-item > a {
        font-size: 16px;
        max-width: 100px;
        line-height: 22px;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .ti-widget .ti-review-item {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;		
    }
}
@media (min-width: 768px)  and (max-width: 1024px)  {
	.top-dotted-line:before{
		    background-size: 25%;
	}
}
@media (max-width: 767px) {
	.site-branding a.brand img {
    max-width: 150px;
}
	.top-dotted-line:before{
		display:none
	}	
}
.single-post .post-hero-section .entry-hero-container-inner{
	padding: 75px 0;
}
.single-post .entry.single-entry {
    box-shadow: none;
}
.post-navigation .nav-next a, .post-navigation .nav-previous a{
	color:#f69f19;
	font-weight:600;
}
.post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover{
	color:#cc0000;
	
}
.single-post aside.primary-sidebar{
	background: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
}
.single-post aside.primary-sidebar .widget li:not(.kb-table-of-content-list li) {
    border-bottom: 1px solid #d6d6d6;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 10px;
}
.single-post aside.primary-sidebar.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){
	color:#cc0000;
	
}
.single-post .wp-block-latest-posts__post-title{
    font-size: 16px;	
}
.single-post .single-content h2, .single-post .single-content h3, .single-post .single-content h4, .single-post .single-content h5, .single-post .single-content b, .single-post .single-content strong{
	font-weight:600;
}
.single-post .wp-block-latest-posts.wp-block-latest-posts__list, .single-post .widget_categories ul {
    list-style: square;
    padding-left: 20px !important;
}
.single-post  aside h2.wp-block-kadence-advancedheading{
	    border-bottom: 2px solid;
    padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
    .has-sidebar .content-container {
        grid-template-columns: 6fr 3fr;
    }
}
.kadence-posts-list .entry-list-item {
    display: flex;
    flex-direction: column;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--global-palette7, #EDF2F7);
    overflow: hidden;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}


.loop-entry .entry-content-wrap{
    padding: 20px !important;
}
.loop-entry .entry-content-wrap h2.entry-title{
    font-family: 'Open Sans';
}
.loop-entry .entry-content-wrap h2.entry-title{
    font-size: 22px;
    line-height: 28px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
}
a.post-more-link{
   color: #cc0000;
}