/*
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:50px;
	margin-right: 50px;
}
.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 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: -24px;
}

.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;
}
@media (min-width: 1024px) {
    .ti-widget .ti-review-item {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;		
    }
}
@media (max-width: 1024px) and @media (min-width: 768px)  {
	.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
	}	
}