/*******************************************************
 *
 * General
 *
 *******************************************************/
 #agents-single {
    position: relative;
	max-width: 1600px;
    margin: 40px auto 0;
}

#agents-single .agents-main {
    position: relative;
    display: flex;
    align-items: flex-start;
}

#agents-single .agents-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    flex-shrink: 0;
}

#agents-single .agents-img {
    position: relative;
    background: var(--aios-agents-primary-color);
    padding: 10px;
    
}
    #agents-single .agents-img .agent-img-wrap{
        position: relative;
        
    }


#agents-single .agents-img img {
    object-fit: cover;
    object-position: top center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#agents-single .agents-img canvas {
    width: 100%;
}

#agents-single .agents-info {
    margin-top: 22px;
    padding: 0 0px;
    width: 360px;
}

#agents-single .agents-contact {
	margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

#agents-single .agents-contact li {
	font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--aios-agents-text-color);
	margin: 0 0 12px;
	width: 100%;
}

#agents-single .agents-contact li.agents-contact-half  {
    width: 50%;
}

#agents-single .agents-contact li.agent-email-address {
}

#agents-single .agents-contact li.agent-contact-centered > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#agents-single .agents-contact li.agent-contact-centered > div > span,
#agents-single .agents-contact li.agent-contact-centered > div > div{
    float: none;
}

#agents-single .agents-contact li.agent-contact-short > div > div{
    width: auto;
}

#agents-single .agents-contact li.agents-contact-office-address,
#agents-single .agents-contact li.agents-contact-home-address {
    height: auto;
}

#agents-single .agents-contact li .agents-contact-ext{
    display: block;
    text-align: center;
}

#agents-single .agents-contact li > div > span {
    color: var(--aios-agents-text-color);
    font-size: 13px;
    margin-right: 6px;
    margin-top: 2px;
    min-width: 18px;
    width: 18px;
    display: inline-block;
    float: left;
}

#agents-single .agents-contact li > div > em{
    text-align: left;
}

#agents-single .agents-contact li span.sm {
    font-size: 10px;
}

#agents-single .agents-contact li span.lg {
    font-size: 16px;
}

#agents-single ul.agents-contact li > div {
    text-align: left;
    width: 100%;
    padding: 0px 20px;
    border-left: solid 1px #eee;
}

#agents-single ul.agents-contact li > div > div{
    float: left;
    width: 85%;
    line-height: 1.7;
    text-align: center;
}

#agents-single ul.agents-contact li > div:first-child{
    border: none;
}

#agents-single ul.agents-contact li > div .ext {
    display: block;
    margin: auto;
    text-align: center;
}

#agents-single .agents-contact li a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
    color: var(--aios-agents-text-color);
}


#agents-single .agents-contact li a:hover {
    color: var(--aios-agents-hover-color);
}

#agents-single .agents-right {
    flex-grow: 1;
    margin-left: 60px;
}

#agents-single .agents-description {
    position: relative;
}

#agents-single .agents-description p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    color: var(--aios-agents-text-color);
}

#agents-single .agents-right .agents-description-line {
    height: 10px;
    background: var(--aios-agents-primary-color);
    width: 50%;
    margin-top: 10px;
    margin-bottom: 57px;
}

#agents-single .agents-right .agents-description-line.bottom-part {
    float: right;
    margin-top: 54px;
}

#agents-single .agents-button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    height: 50px;
	padding: 0 30px;
    border: 2px solid var(--aios-agents-primary-color);
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: var(--aios-agents-primary-color);
    transition: all 0.4s ease;
    margin: auto;
}

#agents-single .agents-button:hover {
    background: var(--aios-agents-hover-color);
    color: #fff;
    border-color: var(--aios-agents-hover-color);
}

#agents-single .agents-smi {
    display: flex;
    flex-flow: row wrap;
    margin: 44px auto;
    padding: 0;
    justify-content: center;
}

#agents-single .agents-smi li {
    display: block;
    margin: 0;
    padding: 3px;
}

#agents-single .agents-smi li a {
    color: var(--aios-agents-icon-color);
    text-decoration: none;
    transition: all 0.4s ease;
    background: var(--aios-agents-primary-color);
    width: 33px;
    height: 33px;
    display: block;
    border-radius: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
}

#agents-single .agents-smi li a:hover {

    color: var(--aios-agents-primary-color);
    background: var(--aios-agents-hover-color);
    border: solid 1px var(--aios-agents-hover-color);
}

#agents-single .agents-listings {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin-top: 60px;
}

#agents-single .agents-listings-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}

#agents-single .agents-listings-control {
    margin-left: auto;
    display: flex;
    align-items: center;
}

#agents-single .agents-listings-arrow {
    display: block;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    transition: all 0.4s ease;
}

#agents-single .agents-listings-arrow.slick-hidden {
    display: none;
}

#agents-single .agents-listings-arrow + .agents-listings-arrow {
    margin-left: 23px;
}

#agents-single .agents-listings-arrow:hover {
    color: var(--aios-agents-primary-color);
}

#agents-single .agents-listings-slider {
    margin-top: 50px;
    margin-left: calc((100vw - 1140px) / -2);
    margin-right: calc((100vw - 1140px) / -2);
    width: 100vw;
}

#agents-single .agents-listings-slider:not(.slick-slider) {
    display: flex;
}

#agents-single .agents-listings-slider:not(.slick-slider) .agents-listings-col {
    flex-shrink: 0;
    width: 20%;
}

#agents-single .agents-listings-col,
#agents-single .agents-listings-item {
    display: block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

#agents-single .agents-listings-img {
    position: relative;
    background: #fff;
    overflow: hidden;
}

#agents-single .agents-listings-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.4s ease;
}

#agents-single .agents-listings-item:hover .agents-listings-img canvas {
    transform: scale(1.1);
}

#agents-single .agents-listings-button {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 166px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    opacity: 0;
    transform: translateY(100%) translateY(50px);
    transition: all 0.4s ease;
}

#agents-single .agents-listings-item:hover .agents-listings-button {
    opacity: 1;
    transform: translateY(0);
}

#agents-single .agents-testi {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    padding: 100px 0 130px;
}

.container #agents-single .agents-testi {

}

#agents-single .agents-testi:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.84);
}

#agents-single .agents-testi-quote {
    margin-bottom: 40px;
}

#agents-single .agents-testi-quote img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#agents-single .agents-testi-slider {
    position: relative;
}

#agents-single .agents-testi-col,
#agents-single .agents-testi-item {
    position: relative;
}

#agents-single .agents-testi-slider:not(.slick-initialize) .agents-testi-col:nth-child(n + 2) {
    display: none;
}

#agents-single .agents-testi-description {
    position: relative;
    width: 975px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0.05em;
    text-align: center;
}

#agents-single .agents-testi-description p {
    margin: 0;
    line-height: inherit;
}

#agents-single .agents-testi-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-top: 12px;
}



#agents-single .agents-testi-image {
    margin: auto;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 70px;
    background-size: cover;
    background-position: center center;
}

#agents-single .agents-testi-star{
    margin: 50px auto 30px;
    display: block;
}

#agents-single .agents-testi-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

#agents-single .agents-testi-arrow {
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.4s ease;
    position: absolute;
}
    #agents-single .agents-testi-arrow {
        pointer-events: auto;
        cursor: pointer;
        transition: all 0.4s ease;
        position: absolute;
    }

    #agents-single .agents-testi-arrow i {
        font-size: 60px;
        opacity: 0.5;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-property: all;
        transition-property: all;
        display: block;
        font-style: normal;
    }

    #agents-single .agents-testi-arrow.agents-testi-prev i {
        transform: rotate(180deg);
    }
.agents-testi-arrow.agents-testi-next.slick-arrow {
    top: 34%;
    right: 50px;
}

.agents-testi-arrow.agents-testi-prev.slick-arrow {
    top:34%;
    left: 50px;
}

#agents-popup-form {
	z-index: 5;
	position: relative;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form .aios-popup-body {
    max-width: 710px !important;
    /*max-width: calc(100% - 30px);*/
    min-height: 0 !important;
   padding: 30px 40px !important;
	background: #000;
	overflow: hidden;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form .aios-popup-body::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../../../../assets/images/monogram.png') no-repeat center bottom / 100% auto;
	opacity: 0.2;
	z-index: 1;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form .aios-popup-body .aiosp-close {
	color: #fff;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form h2 {
    margin-top: 15px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  margin: 25px 0 50px;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form h2 span {
   color: var(--primary);
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form form {
    margin: 0;
    padding: 0;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form [class*=col-] {
    position: relative;
    padding: 10px 5px;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form input[type=text],
.aiosp-wrap .aiosp-ref-\#floating_popup_form input[type=email],
.aiosp-wrap .aiosp-ref-\#floating_popup_form input[type=tel],
.aiosp-wrap .aiosp-ref-\#floating_popup_form textarea {
    font-size: 15px;
    width: 100%;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(33,33,33,0.8);
    height: 55px;
    color: #fff;
  	padding: 0 15px;
    border-radius: 0;
    resize: none;
    border: none;
    /*border-bottom: solid 1px #a5a5a5;*/
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form textarea {
    padding-top: 15px;
    height: 120px;
    resize: none;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form input[type=submit]:hover {
    color: #c1b283;
}

.aiosp-wrap .aiosp-ref-\#floating_popup_form .ajax-loader {
    display: block;
	position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.agent-entry-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .4px;
}

/** Videos **/
.agent-videos {
    position: relative;
    z-index: 2;
    width: 960px;
    height: 540px;
    margin: auto;
    margin-top: 88px;
}


.video-bottom-bg{
    position: relative;
    z-index: 1;
    height: 250px;
    margin-top: -169px;
    background-image: url('../images/video-bg.jpg');
    background-position: center center;
}

.max-container .video-bottom-bg {
    width: 100vw;
    margin-left: calc((100vw - 1500px) / -2);
    margin-right: calc((100vw - 1500px) / -2);
}

.container .video-bottom-bg  {
    width: 100vw;
    margin-left: calc((100vw - 1140px) / -2);
    margin-right: calc((100vw - 1140px) / -2);
}

.video-bottom-bg-overlay{
    background-image: url('../images/video-bg-overlay.png');
    width: 100%;
    height: 100%;
}

.agent-videos .slick-dots{
    text-align: center;
}

.agent-videos .slick-dots li {
    display: inline;
}
.agent-videos .slick-dots li button {
    background: #fff;
    border: none;
    color: #fff;
    font-size: 0px;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 12px;
    opacity: .7;
}

/** Additional Information **/
#content .agents-additional-info{
    font-size: 15px;
    margin-top: 48px;
}

#content .agents-additional-info-head{
    margin-bottom: 16px;
    cursor: pointer;
}

.agents-additional-info-head span{
    float: right;
    font-size: 24px;
    color: var(--aios-agents-primary-color);
    line-height: 16px;
}

.agents-additional-info-line{
    border-top: dashed 1px #a5a5a5;
    width: 100%;
    margin-bottom: 25px;
}



#content .agents-additional-info ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 0;
    list-style: none;
}

#content .agents-additional-info ul li span.li-marker {
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background-color: var(--aios-agents-primary-color);
    display: inline-block;
}

#content .agents-additional-info ul li{
    width: 32%;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

#content .agents-additional-info ul li > div{
    float: left;
    width: 93%;
    padding-left: 20px;
}

.agents-popup-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    line-height: 1;
}

.agents-popup-form .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}


/* Custom Styles */
header.header, 
.ip-banner,
nav.rank-math-breadcrumb, 
h1.entry-title, 
.agent-entry-content {
    display: none;
}

.header.fixed {
    transform: translateY(0);
    opacity: 1;
}

div#inner-page-wrapper {
    margin: 0;
}

div#inner-page-wrapper > .container{
    padding: 0;
    width: 100%;
}

.agentDetails {
    padding: 99px 0;
    background: #000;
}

.agentDetails__container {
    width: 100%;
    padding: 0 135px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.agentDetails__accent {
    position: absolute;
    top: 46px;
    left: 0;
    width: 1132px;
    z-index: 2;
    opacity: 0.09;
    pointer-events: none;
}

.agentDetails__accent img {
    width: 100%;
    height: auto;
}


.agentDetails__text{
    width: 53.5%;
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

.agentDetails__text-overlay {
    position: absolute;
    top: 0;
    left: -135px;
    width: calc( 100% + 380px );
    pointer-events: none;
}

.agentDetails__text-overlay img {
    width: 100%;
    height: auto;
}

.agentDetails__info{
    width: 46.5%;
}

.agentDetails__text-title span{
    font-size: 78px;
    font-weight: 700;
    line-height: 0.875;
    color: var(--primary);
    text-transform: uppercase;
}
    

.agentDetails__text-verbiage {
    padding: 55px 0;
    position: relative;
}

#content .agentDetails__text-verbiage p {
    color: #fff;
    font-size: 17px;
    line-height: 1.88;
    margin: 0;
    letter-spacing: 0.050em;
}

#content .agentDetails__text-verbiage p:not(:last-child) {
    margin-bottom: 20px;
}

.agentDetails__text-title {
    padding-bottom: 45px;
    position: relative;
    margin-right: -400px;
}

.agentDetails__text-verbiage::before, .agentDetails__text-verbiage::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 10px;
    background: var(--primary);
    left: 0;
}

.agentDetails__text-verbiage::before {
    top: 0;
}

.agentDetails__text-verbiage::after {
    bottom: 0;
}

.agentDetails__info-photo {
    margin-left: -30px;
    margin-bottom: 25px;
    position: relative;
}

.agentDetails__info-wrapper {
    margin-right: -135px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    text-align: center;
}

.agentDetails__info-photo .imgWrap {
    position: relative;
}

.agentDetails__info-photo .imgWrap canvas {
    display: block;
    width: 100%;
    height: auto;
}

.agentDetails__info-photo .imgWrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.agentDetails__info-position {}

.agentDetails__info-position span {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4545;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.050em;
}

.agentDetails__info-details {
    margin-bottom: 15px;
}

#content .agentDetails__info-details ul {
    margin: 0px;
}

.agentDetails__info-details ul li {
    list-style-type: none;
}

.agentDetails__info-details ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.050em;
    transition: var(--default-transition);
}

.agentDetails__info-details ul li a:hover{
    opacity: 0.7;
}

#content .agentDetails__info-details ul li a i {
    font-style: normal;
    font-size: 15px;
    position: relative;
    top: 1px;
}

.agentDetails__info-details ul li:not(:last-child) {
    margin-bottom: 15px;
}

.agentDetails__info-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agentDetails__button {
    width: 410px;
    position: relative;
}

.agentDetails__button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(185, 146, 66, 0.55) 0%, rgba(185, 146, 66, 1) 100%);
}

.agentDetails__button-wrap {}

.agentDetails__button-wrap button {
    width: calc(100% - 40px);
    min-height: 134px;
    margin: 0 auto;
    background: transparent;
    padding: 10px 28px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: var(--default-transition);
}

.agentDetails__button-wrap button span.agentDetails__button-text {
    text-align: center;
    position: relative
}

.agentDetails__button-wrap button span.agentDetails__button-text span {
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.300em;
    padding-left: 5px;
}

#content .agentDetails__button-wrap button span.agentDetails__button-text em {
    font-size: 50px;
    font-weight: 700;
    line-height: 0.85;
    text-transform: uppercase;
    font-style: normal;
}

#content .agentDetails__button-wrap button span.agentDetails__button-text span i {
    font-style: normal;
    transition: all 0.3s ease-in-out;
    width: max-content;
    display: block;
    position: relative;
    left: 0;
    transform: none;
}


#content .agentDetails__button-wrap button:hover span.agentDetails__button-text span i{
    left: 50%;
    transform: translateX(-50%);
}

.agentDetails__button-wrap button::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../../../assets/images/cta-item-monogram.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28%;
    z-index: 1;
    transition: var(--default-transition);
    pointer-events: none;
}

.agentDetails__button-wrap button:hover::before{
    opacity: 0.22;
}

.agentDetails__button-wrap button:hover{
    border-color: rgba(255,255,255,0.2);
    background: #000;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.3);
}


body:not([sidebar-active-section="hp-cu"]) .fixed-smi-inner > a:not(:hover), 
body:not([sidebar-active-section="hp-cu"]) .fixed-smi-inner > .smi-link:not(:hover),
body.single[sidebar-active-section="inner-page-wrapper"] .fixed-smi-inner > a:not(:hover), 
body.single[sidebar-active-section="inner-page-wrapper"] .fixed-smi-inner > .smi-link:not(:hover){
    border-color: #fff;
    color: #fff;
}

body:not([sidebar-active-section="hp-cu"]) .fixed-smi-inner > span,
body.single[sidebar-active-section="inner-page-wrapper"] .fixed-smi-inner > span{
    color: #fff !important;
}

body:not([sidebar-active-section="hp-cu"]) .fixed-smi-inner::after,
body.single[sidebar-active-section="inner-page-wrapper"] .fixed-smi-inner::after{
    background: #fff !important;
}

/* Custom Styles */


.agent-form-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
}

.agent-form-button-wrap {
    position: relative;
    padding: 0 15px;
}

.agent-form-button-wrap::before {
    content: '';
    width: 100%;
    background: linear-gradient(to bottom, rgba(185, 146, 66, 0.55) 0%, rgba(185, 146, 66, 1) 100%);
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    z-index: 1;
}

.agent-form-button span.agent-form-button-inner em {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    font-style: normal;
    z-index: 1;
    transition: var(--default-transition);
    width: 0;
}

.agent-form-button-wrap button {
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    display: block;
    height: 90px;
  width: 140px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.agent-form-button-wrap button::before {
    content: '';
    width: 327px;
    width: 100%;
    height: 201px;
    background-image: url(../../../../assets/images/cta-item-monogram.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
    z-index: 1;
    transition: var(--default-transition);
}

.agent-form-button-wrap button:hover {
    border-color: #000;
    background: #000;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

.agent-form-button-wrap button:hover::before {
    opacity: 0.22;
}

.agent-form-button span.agent-form-button-inner {
    display: inline-block;
    transition: var(--default-transition);
    position: relative;
    overflow: hidden;
}

.agent-form-button-wrap button:hover span.agent-form-button-inner em {
    width: 100%;
}

.agent-form-button .wpcf7-spinner {
	position: absolute;
	z-index: 9;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 992px) {
    /* Custom Styles */
    .agentDetails {
        padding: 6.1875vw 0; /* 99px */
    }

    .agentDetails__container {
        padding: 0 8.4375vw; /* 135px */
    }

    .agentDetails__text{
        padding-top: 6.875vw; /* 110px */
    }

    .agentDetails__text-title{
        margin-right: -25vw;
    }

    .agentDetails__text-title span{
        font-size: 4.875vw; /* 78px */
    }

    .agentDetails__text-verbiage {
        padding: 3.4375vw 0; /* 55px */
    }

    #content .agentDetails__text-verbiage p {
        font-size: 1.0625vw; /* 17px */
    }

    #content .agentDetails__text-verbiage p:not(:last-child) {
        margin-bottom: 1.25vw; /* 20px */
    }

    .agentDetails__text-title {
        padding-bottom: 2.8125vw; /* 45px */
    }

    .agentDetails__text-verbiage::before, 
    .agentDetails__text-verbiage::after {
        width: 22.5vw; /* 360px */
        height: 0.625vw; /* 10px */
    }

    .agentDetails__info-photo {
        margin-left: -1.875vw; /* -30px */
        margin-bottom: 1.5625vw; /* 25px */
    }

    .agentDetails__info-wrapper {
        margin-right: -8.4375vw; /* -135px */
        gap: 1.25vw; /* 20px */
    }

    .agentDetails__info-position span {
        font-size: 1.375vw; /* 22px */
    }

    .agentDetails__info-details {
        margin-bottom: 0.9375vw; /* 15px */
    }

    .agentDetails__info-details ul li a {
        gap: 0.3125vw; /* 5px */
        font-size: 1.25vw; /* 20px */
    }

    #content .agentDetails__info-details ul li a i {
        font-size: 0.9375vw; /* 15px */
        top: 0.0625vw; /* 1px */
    }

    .agentDetails__info-details ul li:not(:last-child) {
        margin-bottom: 0.9375vw; /* 15px */
    }

    .agentDetails__button {
        width: 25.625vw; /* 410px */
    }

    .agentDetails__button::before {
        height: calc(100% - 2.5vw); /* 40px */
    }

    .agentDetails__button-wrap {}

    .agentDetails__button-wrap button {
        width: calc(100% - 2.5vw); /* 40px */
        min-height: 8.375vw; /* 134px */
        padding: 0.625vw 1.75vw; /* 10px 28px */
        border-width: 0.0625vw;
    }

    .agentDetails__button-wrap button span.agentDetails__button-text span {
        font-size: 1vw; /* 16px */
        padding-left: 0.3125vw; /* 5px */
    }

    #content .agentDetails__button-wrap button span.agentDetails__button-text em {
        font-size: 3.125vw; /* 50px */
    }

    .agentDetails__text-overlay {
        left: -8.4375vw; /* -135px */
        width: calc(100% + 23.75vw); /* 380px */
    }

    .agentDetails__accent {
        top: 2.875vw; /* 46px */
        width: 70.75vw; /* 1132px */
    }

    .agentDetails__accent{
        width: 70.75vw;
    }
    /* Custom Styles */

}

@media only screen and (max-width: 1500px) {
    .max-container .video-bottom-bg {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }
}

@media only screen and (max-width: 1199px) {
    #agents-single .agents-right {
        margin-left: 30px;
    }

    #agents-single .agents-testi-arrow {
        font-size: 50px;
    }

    #agents-single .agents-listings-slider:not(.slick-slider) .agents-listings-col {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 1024px) {

    #agents-single .agents-testi-description{
        padding: 0 45px;
    }

}

@media only screen and (max-width: 991px) {
    #agents-single .agents-main {
        flex-flow: column-reverse wrap;
    }

    #agents-single .agents-left,
    #agents-single .agents-right {
        width: 100%;
        margin: 30px 0 0;
    }

    #agents-single .agents-testi-description{
        padding: 0 15px;
    }

    #agents-single .agents-description:after {
        display: none;
    }


    #agents-single .agents-listings-title {
        width: 100%;
        text-align: center;
    }

    #agents-single .agents-listings-slider:not(.slick-slider) .agents-listings-col {
        width: 100%;
    }

    #agents-single .agents-listings-control {
        width: 100%;
        order: 1;
        margin-top: 30px;
        justify-content: center;
    }

    #agents-single .agents-testi-arrow {
        font-size: 30px;
        bottom: -20px;
        top: auto;
    }

    #agents-single .agents-testi-arrow img {
        margin: 0px;
    }

    .agents-testi-arrow.agents-testi-prev.slick-arrow{
        left: 45%;
    }

    .agents-testi-arrow.agents-testi-next.slick-arrow{
        right: 45%;
    }

    #agents-single .agents-testi {
        margin-top: 100px;
        padding: 100px 0;
    }

    #agents-single .agents-testi-description {
        max-width: 100%;
    }

    #agents-single .agents-testi-control {
        position: static;
        margin-top: 50px;
        justify-content: center;
    }

    #agents-single .agent-videos {
        width: 100%;
        height: auto;
    }

    .video-bottom-bg{
        display: none;
    }
    .agent-videos .slick-dots li button{
        background: #000;
    }

    #agents-single .agents-listings-img canvas{
        height: 600px;
    }

    /* Custom Style */
    .agentDetails__text-title{
        margin-right: 0;
    }

    .agentDetails__text-title span {
        font-size: 50px;
    }

    .agentDetails__text {
        padding-top: 30px;
    }

    .agentDetails__info-photo {
        margin: 0 auto;
        max-width: 400px;
    }

    .agentDetails__info-wrapper {
        margin-right: 0;
    }

    .agentDetails__info {
        padding-top: 70px;
        width: 100%;
        margin: 0 auto;
    }

    .agentDetails__text {
        width: 100%;
    }

    .agentDetails__container {
        flex-wrap: wrap;
        padding: 0 70px;
    }

    .agentDetails__text-overlay {
        display: none;
    }

    .agentDetails__accent {
        width: 150%;
        left: 50%;
        transform: translateX(-50%);
    }
    /* Custom Style */
}

@media only screen and (max-width: 768px) {
    #agents-single .agents-listings-slider {
        margin-left: 0;
    }

    #agents-single .agents-listings,
    #agents-single .agents-testi {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }

    #agents-single .agents-testi {
        margin-top: 75px;
        padding: 75px 0;
    }

    #agents-single .agents-description:before {
        margin-bottom: 45px;
    }

    #agents-single .agents-right .agents-description-line {
        width: 100%;
        margin: 0px auto 30px;
    }


    #agents-single .agents-left, #agents-single .agents-right{
        display: block;
    }

    #agents-single .agents-info{
        margin: 22px auto;
    }

    #agents-single .agents-info{
        width: 75%;
    }

    #agents-single .agents-contact li .agents-contact-ext{
        display: inline-block;
    }

    #agents-single .agents-contact li,
    #agents-single ul.agents-contact li > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .agents-testi-arrow.agents-testi-prev.slick-arrow{
        left: 42%;
    }

    .agents-testi-arrow.agents-testi-next.slick-arrow{
        right: 42%;
    }

    /* Custom Styles */
    .agentDetails__container {
        padding: 0 20px;
    }

    .agentDetails__text-title span {
        font-size: 50px;
    }

    .agentDetails__text-verbiage::before, .agentDetails__text-verbiage::after {
        width: 60%;
    }

    .agentDetails__button {
        width: 100%;
        max-width: 410px;
    }
    /* Custom Styles */

}

@media only screen and (max-width: 480px) {
    #agents-single .agents-description:before {
        margin-bottom: 30px;
    }

    #agents-single .agents-testi {
        margin-top: 50px;
    }

    #agents-single .video-bottom-bg{
        display: none;
    }

    #content .agents-additional-info ul li{
        width: 100%;
    }

    h1.agent-entry-title {
        font-size: 50px;
        margin: .67em auto 0px;
    }

    #agents-single .agents-contact li {
        display: block;
        margin: 5px 0px !important;
    }

    #agents-single .agents-contact li.agents-contact-half{
        width: 100%;
        margin: 0px;
    }

    #agents-single .agents-contact li.agent-contact-short{
        margin: 0px auto;
    }

    #agents-single ul.agents-contact li > div{
        display: block;
        float:none;
        margin-bottom: 16px;
        border:none;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #agents-single .agents-contact li .agents-contact-ext{
        display: inline-block;
    }

    #agents-single .agents-contact li{
        height: 40px;
    }

    #agents-single .agents-contact li.agents-contact-office-address,
    #agents-single .agents-contact li.agents-contact-home-address {
        height: 40px;
        margin: 0px 0px 20px;
    }

    #agents-single .agents-info{
        width: 100%;
    }

    #agents-single .agents-contact li.agent-email-address{
        margin: 34px auto 0px;
    }

    #agents-single .agents-listings-img img{
        height: 280px;

    }

    .agents-testi-arrow.agents-testi-prev.slick-arrow{
        left: 35%;
    }

    .agents-testi-arrow.agents-testi-next.slick-arrow{
        right: 35%;
    }

    /* Custom Styles */
    .agentDetails__text-title span {
        font-size: 50px;
    }

    .agentDetails__button {
        max-width: 300px;
    }

    #content .agentDetails__button-wrap button span.agentDetails__button-text em {
        font-size: 33px;
    }

    .agentDetails__button-wrap button span.agentDetails__button-text span {
        font-size: 13px;
    }
    /* Custom Styles */

}
