li#block-9 {
    list-style: none;
}

.contact-us-btn-float {
	    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    font-family: Tahoma, sans-serif;
    background-color: #000;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px;
    border-top: 5px solid #f4ed3c !important;
    border-left: unset;
    border-bottom: unset;
    border-right: unset;
    border-radius: 5px;
    font-size: 19px;
    cursor: pointer;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    margin: 0;
    padding: 6px 13px 8px 13px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    display: block;
}

.contact-us-btn-float:hover {
    background-color: #f4ed3c !important;
    border-top: 5px solid #000 !important;
    color: #000;
}

#wrapper .infographic-left-to-right .sh-heading .sh-heading-content,
#wrapper .infographic-right-to-left .sh-heading .sh-heading-content {
    font-weight: 900 !important;
		font-family: proximanova-light !important;
}

.sh-nav ul.sub-menu ul.sub-menu {
		left: 100% !important;
    top: -0!important;
    width: 220px !important;
    padding: 0 0 10px 0;
}

.d-none{
	display: none!important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.d-block{
	display: block!important;
	
}

.d-table-cell {
    display: table-cell !important;
}

.not-visible {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all .3s !important;
}

.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.cx-exp-hover-text {
    display: table-cell !important;
    vertical-align: middle !important;
}

.home-hero rs-module div.rs-layer,
.home-hero rs-module span.rs-layer,
.home-hero rs-module p.rs-layer,
.home-hero rs-module rs-layer{
    font-family: EllenLuff-Bison-Bold !important;
}

rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer,
rs-module rs-layer{
    font-family: proximanova-light !important;
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer {
    font-family: EllenLuff-Bison-Bold !important;
}

.radio-btn.rs-layer.checked {
    background-color: #666 !important;
}


.radio-btn.rs-layer.checked:before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #F4ED3C;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.padding-15px {
    padding: 15px;
}

.padding-25px {
    padding: 15px;
}

.padding-35px {
    padding: 15px;
}

body .yellow-cta .shortcode-widget-area {
    position: relative;
    width: 100%;
}

body .yellow-cta .shortcode-widget-area .widget.widget_block {
    list-style: none;
}

body .yellow-cta .shortcode-widget-area .widget.widget_block > div {
    padding: 60px 0px;
}

body .yellow-cta.yellow-cta-v2 .shortcode-widget-area .widget.widget_block > div {
    background: left center / 19% 100% no-repeat url(https://thepetrovaexperience.com/wp-content/uploads/2023/03/Frame.png), right center / 19% 100% no-repeat url(https://thepetrovaexperience.com/wp-content/uploads/2023/03/Frame.png);
}

body #wrapper .max-width-900px .sh-section-container.container {
    max-width: 900px !important;
}

/* Team Members */

.team-members .sh-column-wrapper {
    display: flex;
}

.team-members .sh-team {
    border: 2px solid #f2ed42;
    display: flex;
    align-items: center;
}

.team-members .sh-team-image-container {
    max-width: 32%;
}

.team-members .sh-team-image-container .sh-team-image, .team-members .sh-team-image-container .sh-team-image img {
    margin-bottom: 0;
    height: 268px;
    object-fit: cover;
}

.team-members .sh-team-aside {
    display: flex;
		gap: 64px;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    padding-right: 10px;
    height: 100%;
    justify-content: space-between;
}
.team-members .sh-team-name{
	text-align: right;
}

.team-members .sh-team-aside .sh-team-role {
    display: none;
}

.team-members .sh-team-aside .sh-team-name {
    order: 2;
}

.team-members .sh-team-aside .sh-team-name h3 {
    font-size: 24px;
}

.team-members .sh-team-aside .sh-team-description,
.team-members .sh-team-aside .sh-team-description p{
    font-size: 20px;
		line-height: 26px;
}

/* body .height-unset .sh-column{
	height: 530px!important;
} */

.box-position-style .fw-col-sm-3{
		width: 24%!important;
	}

.color-black-style {
	background-color: black;
	color: #F4ED3C;
	padding: 20px 15px 20px 15px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.35);
	width: 100%;
}
.style-color-text{
	color: #F4ED3C!important;
}
.style-center-section .fw-row{
	display: flex;
	align-items: baseline;
}

@media (max-width: 768px) {
	.style-center-section .fw-row {
    flex-direction: column;
}
	
	.sh-column-50123dfeff090d18c9da4162785e0213,
	.sh-column-240d6c09e04d2c14529a4c28cea60cf1{
    padding: 0 15px;
}
}

.style-button-yellow{
font-family: proximanova-light !important;
	font-style: normal;
font-weight: 600;
font-size: 16px;
	margin-left: 0px!important;
	width: auto!important;
	padding: 10px 12px 10px 12px!important;
	margin: 110px 0px 15px 0px;
}


.color-yellow-style{
	color: black;
	background-color: #F4ED3C;
	padding: 20px 15px 20px 15px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.35);
	width: 100%;
}

.style-center .fw-row{
	display: flex;
	justify-content: center;
}

.d-flex-align-items-center .fw-row{
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.style-center .fw-row{
	flex-direction: column;
	}
	
	.d-flex.mobile-flex-column {
    flex-direction: column;
	}
	
	.mobile-no-margins {
    margin: 0 !important;
}
	
	.sh-section-cf25727e7178cc461e458fc9422968a6 {
		padding: 0
	}
}

.box-culture-driven .sh-column-wrapper{
	  display: flex;
    align-items: center;
}

.box-culture-driven.sh-column{
	margin-right: 50px;	
	margin-bottom: 30px;
	height: 110px!important;
}

.box-culture-driven.sh-column:last-child {
    margin-right: 0;
    margin-left: 50px;
}
.border-black.sh-column {
	border: 6px solid black;
}
.border-yellow.sh-column {
	border: 6px solid #F4ED3C;
}
.d-flex {
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.flex-dir-col {
	flex-direction: column;
}

.align-items-center {
	align-items: center;
}

.gap-20 {
	gap: 20px;
}

body #wrapper .width-970px .sh-section-container.container {
    max-width: 970px !important;
    width: 970px !important;
}

body #wrapper .width-845px .sh-section-container.container {
    max-width: 845px !important;
    width: 845px !important;
}

body #wrapper .width-430px .sh-section-container.container {
    max-width: 430px !important;
    width: 430px !important;
}

body #wrapper .width-1460px .sh-section-container.container {
    max-width: 1460px !important;
    width: 1460px !important;
}
.style-box-d-flex .fw-row{
	display: flex;
	justify-content: center;
}

.width-970px .fw-row {
    justify-content: center;
    display: flex;
}
.width-845px .fw-row{
	 justify-content: center;
    display: flex;
}

.style-border-right .sh-column-wrapper{
	border-right: 2px solid white;
}

.sh-column.sh-column-bed07b3f825fb089a71e361d12954c23 .sh-column-wrapper{
	border-right: none!important;
}

.style-border-yellow-box,
.style-background-yellow-box {
	padding: 34px 30px;
}

.style-border-yellow-box {
	border: 1px solid #F4ED3C;
}

.style-background-yellow-box {
	background: #F4ED3C;
}

.arrow-after-box:after {
    content: '';
    background: url(https://thepetrovaexperience.com/wp-content/uploads/2023/02/Rectangle-3468059-1.png);
    width: 28px;
    height: 15px;
    display: block;
    position: absolute;
    --spacing-icon-vertical: 20px;
    --spacing-icon-horizontal: 10px;
    top: calc(100% + var( --spacing-icon-vertical ));
    left: 50%;
    transform: translateX(-50%) rotateZ(90deg);
}

.test-1:active {
	background-color: red;
}

@media (max-width: 768px) {
	body #wrapper .width-970px .sh-section-container.container {
    max-width: 100% !important;
}
	.width-970px .fw-row {
    flex-wrap: wrap;
}
}

.backdrop-filter-blur-10px {
    backdrop-filter: blur(10px);
}

/* Yellow Box Step */
.box-yellow-step{
	background-color: #F4ED3C;
	width: 287px;
  min-height: 146px;
	margin-bottom: 18px!important;
	display: block;
	margin: 0 auto;
}

.black-text{
	position: absolute;
	background-color: black;
	color: white;
 font-family: EllenLuff-Bison-Bold !important;
  font-style: normal; 
  font-weight: 300;
  font-size: 32px;
	text-transform: uppercase;
	padding: 10px;
}
.text-step-info{
	color: black!important;
	font-size: 16px!important;
	padding: 25px;
	font-weight: 700;
}
.text-info-1{
	padding-top: 40px!important;
}

/* END */

.white-text,
.white-text * {
	color: #fff !important;
}

span.number-yellow-icon {
    background: #E8E44B;
    color: #000 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 1;
    font-size: 20px;
    font-family: EllenLuff-Bison-Bold !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.white-background a {
	background: #fff !important;
}

.white-background a:hover {
	color: #000 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.sh-copyrights-style1 {
    width: 100%;
}

a.linkbox {
	opacity: 0;
}

li#menu-item-30947 a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff !important;
}

li#menu-item-30947 a {
    background: #f4ed3c;
    border: 1px solid #f4ed3c;
    transition: 0.3s;
}

div#text-9 {
    text-align: left;
}

.home a.hp-read-all span {
    margin-bottom: unset;
}

.home a.hp-read-all {
    display: block;
    margin-bottom: 25px;
}

/*FAQ Section Start*/

.sh-table-cell-top {
    padding: 1em 0;
}

.faq-accordion .sh-table-cell-top span {
    font-size: 1.6em;
}

.fw-page-builder-content p a,
.fw-page-builder-content li a {
    background: #f4ed3c;
    color: #000 !important;
    padding: 2px 4px;
    transition: 0.3s all ease-in-out;
}

.fw-page-builder-content p a:hover,
.fw-page-builder-content li a:hover {
    background: #000;
    color: #fff !important;
}

/*FAQ Section End*/
.container.entry-content {
    overflow-x: hidden;
}

.cons-boxes {
    position: relative;
}

a.linkbox {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sh-header:not(.sh-header-megamenu-style2) .sh-nav > li.menu-item:not(.menu-item-cart) ul a:hover {
    color: #ffffff!important;
    background: #000;
}

body.custom-background {
	background: #fff !important;
}

/*** Works on common browsers ***/
::selection {
	color: #000 !important;
}

/*** Mozilla based browsers ***/
::-moz-selection {
	color: #000 !important;
}

/***For Other Browsers ***/
::-o-selection {
	color: #000 !important;
}

::-ms-selection {
	color: #000 !important;
}

/*** For Webkit ***/
::-webkit-selection {
	color: #000 !important;
}

.calendly-btn.center a, a.calendly-btn.center {
    margin: auto;
}

.calendly-btn a,
a.calendly-btn,
rs-layer.calendly-btn {
    background: #f4ed3c !important;
    padding: 10px 45px !important;
    color: #000 !important;
    font-weight: 900 !important;
    width: max-content !important;
    display: block !important;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: proximanova-light !important;
		line-height: 1 !important;
}

.calendly-btn.disabled a,
a.calendly-btn.disabled,
rs-layer.calendly-btn.disabled {
    background: transparent !important;
    border: 1px solid #000 !important;
    cursor: not-allowed;
}

.calendly-btn.disabled a:hover,
a.calendly-btn.disabled:hover,
rs-layer.calendly-btn.disabled:hover {
    background: transparent !important;
    color: #000 !important;
}

.calendly-btn.black a,
a.calendly-btn.black,
rs-layer.calendly-btn.black {
    background: #000 !important;
    color: #fff !important;
}


.calendly-btn.black a:hover,
a.calendly-btn.black:hover,
rs-layer.calendly-btn.black:hover {
    background: #f4ed3c !important;
    color: #000 !important;
}

.calendly-btn a:hover,
a.calendly-btn:hover,
rs-layer.calendly-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.gsBtn a {
    background: #f4ed3c;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600;
}

.gsBtn {
    text-align: center;
    padding-top: 25px;
}

.wwhBox {
    height: 285px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    margin-bottom: 25px;
    width: 355px;
    margin-left: 25px;
	padding: 35px;
	text-align: center;
}

.page-id-24863 .wwhBox {
    width: 265px;	
}

.wwhBox-cta {
    height: 285px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    margin-bottom: 25px;
    width: 355px;
	margin-left: 25px;
	padding: 35px;
	text-align: center;
}

.wwhBox-cta h3,
.wwhBox h3 {
    display: table;
    margin: auto;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.wwhBox:hover p,
.wwhBox:hover h3 {
	color: #fff;
}

.wwhBox:hover {
    background: #000;
}

.brands-cta {
    background: url(https://thepetrovaexperience.com/wp-content/uploads/2019/07/wwh-y.jpg);
    background-size: cover;
    background-position: bottom;
}

.smpeBtn {
    margin-top: 203px;
}

.smpeBtn a {
    display: block;
    background: #000;
    padding: 5px;
    color: #fff;
    width: 80%;
    margin: auto;
		transition: 0.5s;
}

.smpeBtn a:hover {
    background: #fff;
    color: #000 !important;
}

.smpe-1-white a:hover{
	border: 1px solid #F4ED3C;
}
.smpe-1-black a:hover{
	background-color: #F4ED3C!important;
}
.smpe-1-black a{
	background-color: black!important;
	color: white!important;
}

.steps-box {
    min-height: 150px;
}

.infographic-right-to-left .fw-row, .infographic-left-to-right .fw-row {
    display: flex;
    width: 100%;
    margin: auto;
}

.infographic-left-to-right .steps-box,
.infographic-right-to-left .steps-box {
    --spacing: 47.5px;
	margin: 0;
}

.infographic-left-to-right .steps-box {
    margin-right: var( --spacing );
}

.infographic-right-to-left .steps-box {
    margin-left: var( --spacing );
}

.infographic-left-to-right .steps-box:last-child {
    margin-right: unset;
}

.infographic-right-to-left .steps-box:first-child {
    margin-left: unset;
}

.infographic-left-to-right .steps-box:before,
.infographic-right-to-left .steps-box:before {
    content: '';
    background: url(https://thepetrovaexperience.com/wp-content/uploads/2023/02/Rectangle-3468059-1.png);
    width: 28px;
    height: 15px;
    display: block;
    position: absolute;
		--spacing-icon-vertical: 20px;
		--spacing-icon-horizontal: 10px;
}

.no-last-arrow.infographic-left-to-right .steps-box:last-child:before,
.no-last-arrow.infographic-right-to-left .steps-box:first-child:before {
		content: unset;
}

.infographic-left-to-right .steps-box:before {
    top: 50%;
    left: calc( 100% + var( --spacing-icon-horizontal ) );
    transform: translateY(-50%);
}

.infographic-right-to-left .steps-box:before {
    top: 50%;
    right: calc( 100% + var( --spacing-icon-horizontal ) );
    transform: translateY(-50%) rotate(180deg);
}

.infographic-left-to-right .steps-box:last-child:before {
    top: calc(100% + var( --spacing-icon-vertical ));
    left: 50%;
    transform: translateX(-50%) rotateZ(90deg);
}

.infographic-right-to-left .steps-box:first-child:before {
    top: unset;
    bottom: calc(100% + var( --spacing-icon-vertical ));
    right: 50%;
    transform: translateX(50%) rotate(-90deg);
}

@media (max-width: 768px) {
	
	.infographic-right-to-left .fw-row {
    flex-direction: column-reverse;
	}
	
	.infographic-left-to-right .fw-row {
    flex-direction: column;
	}
	
	.infographic-left-to-right .steps-box,
	.infographic-right-to-left .steps-box {
		margin-left: 0;
		margin-right: 0;
    margin-bottom: var( --spacing );
}
	
	.infographic-left-to-right .steps-box:before,
	.infographic-right-to-left .steps-box:before {
    top: calc( 100% + var( --spacing-icon-horizontal ) );
    left: 50%;
    transform: translate(-50%, 50%) rotateZ(90deg);
}
	
	.infographic-right-to-left .steps-box:first-child:before {
    content: unset;
}
}

.style-center-button{
	display: flex;
	justify-content: center;
}

body:not(.sh-blog-style-2) .sh-sidebar-search-active .search-field {
	color: #000 !important;
}

/* Flip Boxes WWH */

.square-flip-2 {
    width: 355px;
    height: 285px;
    margin-bottom: 25px !important;
    margin: 0px;
}

.square-flip-2 h2 {
    border-bottom: 2px solid #000;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 31px;
}

.square-flip-2 h5 {
    font-family: proximanova-light !important;
    font-size: 17px;
    line-height: 21px;
    padding-left: 25px;
    padding-right: 25px;
}

.square-wwh {
	top: 100px;	
}

.square2-wwh {	
		top: 83%;
}

.centerflipcards2 {
	width: 358px;	
}

.square2-wwh p {
    font-size: 17px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
    font-family: proximanova-light !important;
}

body.single-post .jssocials-share-link:hover {
    color: #f4ed3c !important;
}

/* Individuals */

.square2.square2-2 {
    background-position: right;
}

.square-flip-3 {
    width: 295px;
    height: 255px;
    margin-bottom: 10px !important;
    margin: 0px;
}

.square-flip-3 h2 {
    border-bottom: 2px solid #000;
    display: table;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 31px;
}

.square-flip-3 h5 {
    font-family: proximanova-light !important;
    font-size: 17px;
    line-height: 21px;
    padding-left: 25px;
    padding-right: 25px;
}

.centerflipcards3 {
	width: 358px;	
}
.border-style.sh-column{
	border: 1px solid #f4ed3c;
}

@media only screen and (max-width: 800px) {

.centerflipcards2,	
.centerflipcards3,
.square-flip-3, 
.square-flip-2 {
		width: auto;
    margin: 0;
}	
	
	
.signupBtn a {
    width: 100px;
}	
	
ul.titlebarCapts li {
    margin-left: 17px;
}	
	
.titlebar-cols {
    height: 185px;
}	
	
div#slider-10-layer-9 {
    display: none;
}
	
div#slider-10-layer-11 {
    display: none;
}	
	
.square-flip {
    float: none;
}	
	
.square, .square2 {
    width: 325px;
    height: 100%;
    margin-left: 25px;
}
	
.smpe {
    text-align: left;
    margin-left: 35px;
}	
	
.style-width-column{
	width: 72%!important;
	}


.btn-primary-1{
	font-family: EllenLuff-Bison-Bold;
    background: #f4ed3c;
    display: inline-block;
    text-align: center;
    color: #000 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 30px;
    text-transform: uppercase;
    font-style: normal;
		font-size: 20px;
}
	
	.padding-left-style{
		padding-left: 30px;
	}
	
	
	
	@media (max-width: 800px){
		
		.calendly-btn a,
a.calendly-btn,
rs-layer.calendly-btn {
    padding: 10px 15px !important;
}
		
		.mobile-style-padding .sh-column{
			padding: 50px 20px 50px 20px;
		}
	body .yellow-cta .shortcode-widget-area .widget.widget_block > div{
			padding: 30px;
		}
		.team-members .sh-team-aside {
			gap: 10px;
			padding: 15px;
		}
		
		.team-members .sh-team-aside .sh-team-name h3{
			font-size: 16px;
		}
		.team-members .sh-team-aside .sh-team-description p{
			font-size: 14px;
		}
		.style-box-d-flex .fw-row{
			flex-direction: column;
		}
		
	.border-style.sh-column{
    padding: 30px 20px 30px 20px;
}
		.d-flex{
			justify-content: center;
		}
		.d-flex-column .fw-row{
			display: flex;
			flex-direction: column;
		}
		
		.text-center-mobile .sh-heading-content{
			text-align: center!important;
		}
		
		body #wrapper .width-mobile-270px  .sh-section-container.container{
			max-width: 270px!important;
			width: 270px!important;
		}
		.sh-text-block.font-size-32px h2 {
			font-size: 32px;
		}
		
		.style-border-bottom .sh-column{
	margin-bottom: 15px;
}
		.style-border-right .sh-column-wrapper{
	border-right: none;
}
		
	}