/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* --- GLOBAL STYLES --- */

a {
    color: #1da1f2;
}

.swiper-wrapper {
	z-index: 0;
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.gform_required_legend {
    display: none;
}


.arrow-link .elementor-button-icon {
    transition: 0.2s;
}

.arrow-link:hover .elementor-button-icon {
    transform: translateX(2px);
}

.checkmark-list {
  list-style: none;
  padding-left: 10px;
	margin-bottom: 10px;
}

.checkmark-list li {
	padding-bottom: 5px;
	line-height: 1.4;
}

.checkmark-list li::before {
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: inherit;
}

:is(ul, ol) li {
    line-height: 1.4;
    padding-bottom: 11px;
}

.hover-block-text {
    text-wrap: pretty;
}

.elementor-heading-title {
    text-wrap: pretty;
}

a.wp-block-button__link.wp-element-button,
a.wp-block-button__link.wp-element-button:hover {
    background-color: var( --e-global-color-accent );
    color: white;
    font-weight: 600;
    font-size: 16px;
}

/* Global CSS Gravity Formns Styles */

.gform_required_legend {
    display: none;
}

/* Hides error messages from view - screen readers can still see */
.gfield_validation_message, .validation_message {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* Error summary section */
.gform_wrapper.gravity-theme .gform_validation_errors {
   background:#c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  color:#fff !important;
   font-size:.8rem !important;
}

.modal-content .gfield select {
    height: 44px;
}

/* red border around inputs with issues */
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
   border: 1px solid #c02b0a !important;
}

/* --- HEADER --- */

.menu-green a {
    color: var( --e-global-color-primary ) !important;
}

@media only screen and (max-width: 1180px) {
	.header-btn .elementor-button-text {
		display: none;
	}
	.header-btn .elementor-button-content-wrapper::after {
		content: "Get Started";
	}
}

/* --- CC PAGE --- */

.cc-hero .btn-primary {
	background-color: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
	padding: 10px 25px;
	font-weight: 600;
}

.service-block-row .e-con{
    transition: 0.2s;
}

.service-block-row .e-con:hover {
    transform: translateY(-8px);
    transition: 0.2s;
}

.elementor-shape .elementor-shape-fill {
    -webkit-transform: none;
    transform: none;
}

.icon-box-slide svg {
    filter: grayscale(1) contrast(700) invert(1);
}

.icon-box-slide {
    z-index: 1;
    transition: 0.3s;
}

.icon-box-slide .elementor-icon-box-description {
    transition: 0.3s;
    background: white;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 30px 0 20px;
    border: 1px solid #0000000f;
}

.icon-box-slide:hover .elementor-icon-box-description {
    transform: translateY(calc(100% - 20px));
    box-shadow: 0 1px 2px #00000024;
}

.icon-box-slide:hover  {
    transform: scale(1.06);
		transition: 0.2s;
}

@media only screen and (max-width: 726px) {
	.icon-box-slide:hover {
		transform: none;
	}
	
	.icon-box-slide .elementor-icon-box-description {
		display: none;
	}
}

/* Modal Timeline */
ul.base-timeline , li.base-timeline__item {
  margin: 0 auto;
  padding: 0;
}

ul.base-timeline {
  list-style-type: none;
  counter-reset: number; /* number 2021*/
  position: relative;
  display: block;
  z-index: 2;
  width: 75%;
  margin-bottom: 70px;
}

.base-timeline::before {
  content: '';
  width: 100%;
  border-top: 2px solid #FFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: -1;

}

.base-timeline__item {
  position: relative;
  display: inline-block;
  width: calc(100% / 3 - 15px); /* change width */
}

.base-timeline__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number; /* number -1*/
  content: counter(number) ''; 
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  color: #444444;
  font-weight: bold;
  transition: all 0.6s ease-in-out;
  box-sizing: border-box;
}

.base-timeline__item:last-child {
  width: 0;
}

.base-timeline__summary-text {
  position: absolute;
  left: clamp(-81px, 8vw, -80px);
  font-size: clamp(11px, 2.2vw, 1.3rem);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #444444;
  max-width: clamp(25%, 25vw, 200px);
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
}

.base-timeline__item:last-child .base-timeline__summary-text {
    min-width: 200px;
}

/* Start hover section */
#hover-image img {
    border: 15px solid #f2f2f200;
    border-radius: 12px;
}

#hover-1:has(#hover-people:hover) + #hover-2 img {
  content: url('/wp-content/uploads/2024/01/Home-WhyEnableComp-People-Photo.webp');
}

#hover-1:has(#hover-process:hover) + #hover-2 img {
  content: url('/wp-content/uploads/2024/01/enablecomp-process.webp');
}

#hover-1:has(#hover-product:hover) + #hover-2 img {
  content: url('/wp-content/uploads/2024/01/enablecomp-product.webp');
}

#hover-1:has(#hover-performance:hover) + #hover-2 img {
  content: url('/wp-content/uploads/2024/01/enablecomp-performance.webp');
}

#hover-1:has(.hover-box:hover) + #hover-2 img {
    border: 15px solid var(--e-global-color-primary);
}

.hover-box {
    transition: 0.2s;
    border-radius: 12px 0 0 12px;
}

.hover-box:hover {
    background: var(--e-global-color-primary);
}

.hover-box:hover svg {
    filter: brightness(200) saturate(0);
}

.hover-box:hover * {
    color: white;
}

.hover-box .elementor-icon-box-description {
    max-width: 288px;
}

/* End hover section */

.chevron-graphic .e-child {
    padding: 0;
		cursor: default;
}

.chevron-graphic .e-child:nth-child(even) {
    background: var( --e-global-color-c6c636e ) !important;
}

.chevron-graphic .elementor-widget-heading {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);;
    background: var( --e-global-color-accent );
}

.chevron-graphic .e-child:nth-child(odd) .elementor-widget-heading {
    background: var( --e-global-color-c6c636e );
}

.chevron-graphic .e-child:last-child {
    background: var( --e-global-color-accent ) !important;
}

@media only screen and (min-width: 768px) {
    .chevron-graphic .elementor-widget-heading {
        clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0% 0%);
    }
}

.chevron-text {
    position: absolute;
    margin: 0 auto;
    opacity: 0;
    font-size: .9rem;
    padding: 20px;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 12px #0000001a;
    top: 90%;
    transition: 0.3s;
    background: #feebb7;
    color: #000000d4 !important;
}

.chevron-text p:last-child {
    margin: 0;
}

.chevron-child .elementor-widget-heading {
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .chevron-graphic .chevron-child:not(:is(:first-child, :last-child)) .chevron-text {
        left: -16%;
        min-width: 150% !important;
    }
    .chevron-child .elementor-heading-title {
        transition: 0.3s;
    }
.chevron-child:hover .elementor-heading-title {
        transform: scale(1.14)
    }
    .chevron-child:hover .chevron-text {
        opacity: 1;
        top: 100%;
        z-index: 3;
    }
	
		.chevron-graphic .elementor-widget-heading {
			height: 100%;
	}
	.chevron-graphic .elementor-widget-heading {
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
    .chevron-text {
        opacity: 1;
        display: block;
        position: static !important;
        margin: -46px auto 0 !important;
        max-width: 430px !important;
        border-radius: 10px;
        box-shadow: 0;
        padding: 15px 20px;
        z-index: 3;
        min-width: 90% !important;
    }
    .chevron-child .elementor-widget-text-editor {
        width: 100%;
        max-width: 350px !important;
    }
    .chevron-graphic .e-child:last-child {
        padding-bottom: 50px
    }
	.map_wrapper {
		margin-bottom: 40vw;
	}
}

/* Hover Service Blocks */

.hover-block .elementor-widget-heading h3 {
    transition: all .3s;
}

.hover-block .elementor-widget-heading {
    transition: all .3s;
    z-index: 1;
    position: absolute;
}

.hover-block .hover-block-text {
    position: relative;
    z-index: 1;
    transition: all .3s;
    transform: scale(.8);
    top: 0;
    opacity: 0;
}

.hover-block .hover-block-text p {
    margin: 50px 0 20px;
    text-shadow: 0 0 14px black;
}

.hover-block:hover > .elementor-widget-heading {
    transition: all .3s;
    transform: translate(0px, -50px) scale(.8);
    top: 35%;
    line-height: 1;
}

.hover-block:hover > .hover-block-text {
    opacity: 1;
    top: 36%;
    transform: scale(1);
}

.hover-block:hover > .elementor-widget-heading h3 {
    line-height: 1;
    text-shadow: 0 0 14px #000000bd;
}

@media only screen and (max-width: 767px) {
    .hover-block > .elementor-widget-heading {
        transition: all .3s;
        transform: translate(0px, -50px) scale(.8);
        top: 35%;
        line-height: 1;
    }
    .hover-block > .hover-block-text {
        opacity: 1;
        top: 36%;
        transform: scale(1);
    }
    .hover-block > .elementor-widget-heading h3 {
        line-height: 1;
    }
}
/* End Hover Service Blocks */

/* --- Team Page --- */
.bio-toggle .elementor-tab-title {
    display: flex;
    justify-content: center;
    gap: 0;
    align-items: center;
    align-content: center;
}

.bio-toggle .elementor-toggle-icon {
    float: none !important;
    order: 1;
}

/* --- Implementation Page --- */
.arrow-box {
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}

@media only screen and (max-width: 767px) {
    .arrow-box {
        clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
    }
}
/* --- End Implementation --- */


/* --- Approach Page --- */
.link-block[href] :is(h2, h3) {
    color: var( --e-global-color-secondary );
}

.link-block[href] :is(h2, h3)::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    margin-left: 6px;
    position: relative;
    top: 1px;
    font-size: .86em;
    transition: 0.2s;
}

.link-block[href]:hover :is(h2, h3)::after {
    margin-left: 9px;
}

.link-block[href] img {
    transition: 0.4s;
}

.link-block[href]:hover img {
    transform: scale(1.03);
}
/* --- END Approach Page --- */

/* --- SIDEBAR --- */


input.large, textarea {
    border: 1px solid #dadada;
    border-radius: 5px;
}

.sidebar-form fieldset#field_3_5 {
    text-align: left;
}

.sidebar-form  .gfield_label_before_complex {
    text-align: left;
}

input[type=submit] {
    background: #3C98EF;
    border: none;
    padding: 8px 30px;
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .5px;
    width: 100%;
}

.sidebar-form .gform_footer.top_label {
    padding: 0;
}

.sidebar a.cr-phone {
	margin: auto;
}

textarea#input_3_4 {
    border-radius:  5px;
}

.gform_button.button[type=submit] {
	background: var(--e-global-color-accent);
	margin-top: 6px;
}

.gform_button.button[type=submit]:hover {
	background: var(--e-global-color-c6c636e);
}

/* --- RESOURCES --- */

.resource-nav a {
    border-radius: 60px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    transition: .6s;
}

.resource-nav a:hover {
    background: #E3F0D5A6;
    color: black !important;
    transition: 0.2s;
}

.image-post-block {
    background-size: 145% !important;
    transition: background-size 0.3s ease;
}

.image-post-block:hover {
    background-size: 155% !important;
}

/* Hide author on News archive */
.category-news .elementor-icon-list-item[itemprop="author"] {
    display: none;
}

/* Only show newsletter block on webinar page */

body:not(.webinar-page) .newsletter-block {
    display: none;
}

body:not(.webinar-page) .upcoming-webinars {
    display: none;
}

/* Shift close button on map iframe */
.gslide-media.gslide-external .igm_close {
    top: 76px;
}

#acf-external-btn a:not([href^="https://go.enablecomp.com/"]) {
    display: none;
}

/* Style Resources loop builder images like backgrounds */
.featured-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
		border-radius: 5px;
}

.featured-image-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0000001A 36%, #000000 100%);
	    border-radius: 5px;
}

/* --- RESOURCE TYPE ACF CUSTOM TAXONOMY --- */
.speakers-list ul {
    list-style-type: none;
    color: #fff;
    display: flex;
    gap: 0 20px;
    margin: 0 auto;
    width: fit-content;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.speakers-list i {
    padding-right: 5px;
}

/* Hide Featured Image with ACF checkbox */
.hide-featured-image #page-image {
    display: none;
}

/* --- CHILD PAGE --- */

/* Hide subtitle on blog posts */
.single-post .title-bar-subtitle {
    display: none;
}

/* Hide blog meta on Pages */
body:not(.single-post) .blog-post-meta {
    display: none;
}

/* Hide blog imager on Pages */
body:not(.single-post) .blog-image {
    display: none;
}

/* Show images on blog posts */
.single-post #page-content {
    display: block;
}

.elementor-post-info a:hover {
    text-decoration: underline;
}

.single-post #page-image {
    float: right;
    padding: 0 0 20px 20px;
	max-width: 350px;
}

@media only screen and (max-width: 500px) {
    .single-post #page-image {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 0 20px;
    }
}
/* End blog posts */

/* Makes titles wrap in a more visually-appealing way */
.child-page-title {
	text-wrap: pretty;
}

.modal-block,
.modal-block-video { 
    color: white;
    text-align: center;
    padding: 30px;
    margin: 24px 0 24px;
    border-radius: 12px;
}

.page-template-default .modal-block {
		background-color: #78AD3C;
		position: relative;
		padding: 33px 15px;
}

.page-template-default .modal-block-video {
		position: relative;
		padding: 33px 15px;
}

.modal-block-video #modal-block-popup-button-download-recording-women-in-rev-cycle {
	background-color: #ffffff;
	color: #81b93a;
}

.modal-block-video #modal-block-popup-button-download-recording-women-in-rev-cycle:hover {
	background-color: #6DA22B;
	color: #ffffff;
}

.page-template-default .modal-block::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.22;
	background-image: url('https://enablecomp.com/wp-content/uploads/2022/09/modal-wave.svg');
  background-repeat: no-repeat;
  background-position: 75% 30%;
  background-size: 125%;
}

.modal-block h3,
.modal-block-video h3 {
	color: white;
	max-width: 550px;
	margin: 0 auto 20px;
}

.modal-block p,
.modal-block-video p {
	max-width: 610px;
	margin: 0 auto 30px;
}

.modal-block :is(button, h3, p),
.modal-block-video :is(button, h3, p) {
	position: relative;
}


a.parent-post:before {
    content: "‹ ";
}

figure.alignright.wp-block-post-featured-image {
    max-width: 350px;
}

.page-template-default .modal-block p:first-of-type {
    display: none;
}

.page-template-default .modal-block h3 {
    margin-bottom: 23px;
    font-size: clamp(1.3rem, 5vw, 1.7rem);
}

figure.wp-block-post-featured-image {
    max-width: 100% !important;
}

/* AI Automation page */
.wp-block-stats {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.wp-block-stats p {
    margin: 0;
}

.wp-block-stats p.has-small-font-size {
    max-width: 200px;
	margin: 0 auto;
}

.wp-block-stats .wp-block-columns {
    margin-bottom: 10px;
}

.wp-block-image-box img {
    max-width: 55px;
    height: 40px;
}

/* Reduce height of logo block */
.child-logo-block .e-con-inner {
    padding: 40px 0 50px !important;
}

blockquote.wp-block-quote {
    background: #F6EDD7;
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px;
    font-weight: 500;
    color: #3C2B00;
}

blockquote.wp-block-quote p {
    margin-bottom: 0;
}

/* --- CONTACT PAGE --- */

input#gform_submit_button_2:hover {
		background: var(--e-global-color-c6c636e);
}

/* --- MODAL BLOCK --- */

button#myModal-launch {
    background-color: var( --e-global-color-accent );
    padding: 10px 30px;
    font-weight: 600;
    border: none;
    transition: 0.2s;
		color: #fff;
}

button#myModal-launch:hover {
    filter: contrast(1.1);
}

.modal {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}


.modal-backdrop.in {
    opacity: .5 !important;
}

.modal-header button.close {
	color: #000;
	background: none;
	font-size: 1.7rem;
	color: #555;
}

.modal-header button.close:hover {
	color: black;
}

a#myModal-launch {
    background: var( --e-global-color-accent );
    position: relative;
}

/* --- REVIEW PAGE --- */



/* --- MODAL WINDOW --- */

.modal-footer {
    display: none;
}

.modal-content {
	border-radius: 17px;
}

#myModal-114 h3#modalLabel:before {
    content: '';
    background: url(/wp-content/uploads/2023/11/logo-enablecomp-tm.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: max(230px, 53%);
    height: 55px;
    margin: 0 auto 20px;
    position: relative;
    pointer-events: none;
}

.modal {
    font-family: sans-serif;
}

.modal-body {
    padding-top: 5px;
}

.modal-body p:first-child {
    color: #7a7a7a;
    padding-bottom: 20px;
	    padding-top: 20px;
	    font-size: 18px;
		text-wrap: balance;
}


.modal form {
    max-width: 500px;
    margin: 0 auto;
}

/* --- Pop-UP WINDOW --- */

h3#modalLabel:before {
	content: url(/wp-content/uploads/2023/11/logo-enablecomp-tm.svg);
}

h3#modalLabel {
    color: #333333;
	margin-bottom: 40px;
	 font-size: 1.6rem;
    font-weight: bold;
	padding-top: 20px;
	margin-bottom: 25px;
}

ul#gform_fields_1 input {
    font-weight: 600 !important;
    color:#7a7a7a !important;
    border-radius: 6px !important;
    background: #f8f9fa;
}

.modal-header {
	background: #f8f9fa;
	    border-radius: 20px 20px 0 0;
}

input#input_10_1, input#input_10_2, input#input_10_5, input#input_10_7, input#gform_submit_button_10 {
    font-weight: 600;
}

.modal-block {
	background: #0066bb;
}

[type=submit]:hover, [type=button]:hover {
    background-color: #000;
}

/* --- GEOBLOCK --- */

.geo-block-inner {
    background: #F4F2F2;
    padding: 40px 20px;
}

h3.gb-cities-col {
    line-height: 1.6;
}

.gb-title h2 {
    font-size: 1.2rem;
    line-height: 1.1;
}

.gb-buttons a {
    border-radius: 50px;
    color: white;
    background: var( --e-global-color-primary );
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
    border: 2px solid var( --e-global-color-primary );
    padding: 8px;
}

.gb-buttons a:last-child {
    background: none;
    border: 2px solid var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    margin-top: 10px;
}

.gb-buttons a:hover {
    background-color: #6DA22B;
    border-color: #6DA22B;
    color: white;
}

p.geo-subhead {
    font-size: 15px;
    max-width: 400px;
    margin: 0 auto 20px;
}



/* --- FOOTER --- */

.footer-shortcode button#myModal-launch {
    display: none;
}

span.fn.org {
    color: #ffffff61;
    font-weight: 600;
}

a.cr-phone {
    background: var(--e-global-color-accent);
    color: white;
    padding: 7px 20px;
    display: block;
    width: fit-content;
    border-radius: 3px;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.2s;
}

ol.breadcrumb {
    text-align: center;
    margin-bottom: 10px;
}

li.breadcrumb-item {
    padding-bottom: 3px;
}

.subfooter a {
	color: #FFFFFFD1;
}

.subfooter a:hover {
	color: white;
}

/* ############################################################## */
/* Global CSS styles to fix form validation from breaking layouts */
/* ############################################################## */

/* Hides error messages from view - screen readers can still see */
.gfield_validation_message, .validation_message {
     border: 0;
     clip: rect(0 0 0 0);
     height: auto;
     margin: 0;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
     white-space: nowrap;
}
/* Error summary section */
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding:5px !important;
    background:#c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2 {
   color:#fff !important;
    font-size:.8rem !important;
}
/* red border around inputs with issues */
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}
/* ######## */
/* Legacy form code */
/* ######## */

.gform_legacy_markup_wrapper .gform_validation_errors {
    padding:5px !important;
    background:#c02b0a !important;
}

.gform_legacy_markup_wrapper .gform_validation_errors h2 {
   color:#fff !important;
    font-size:.8rem !important;
}

.gform_legacy_markup_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}
.gfield_contains_required {background: none !important;border: none !important;margin-top: 0px !important;padding: 0 !important;}

.gform_legacy_markup_wrapper .gform_validation_errors>h2:before {
    vertical-align:middle !important;
}

.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
}
.gform_legacy_markup_wrapper ul li.gfield  {
   padding-top:0px !important;
   margin-top:0px !important;
}

/* ############################################################## */

/* --- RESPONSIVE --- */

@media only screen and (min-width: 1025px) {
		.menu-mobile-only {
		display: none !important;	
	}
}

@media only screen and (max-width: 760px) {
	
	figure.alignright.wp-block-post-featured-image {
    margin: 0 auto 20px;
    float: none;
 }
	.testimonial-block .elementor-element .swiper .elementor-swiper-button-prev {
			left: 0;
	}

	.testimonial-block .elementor-element .swiper .elementor-swiper-button-next {
			right: 0;
	}
}
