/* 
Theme Name: Jon Taffer
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
*/


/************************************** 
***************************************
***************************************

				General

***************************************
***************************************
***************************************/

.elementor-2 .elementor-element.elementor-element-7ca447d .elementor-repeater-item-0101f52:not(.dce-item_readmore)>*,
.elementor-2 .elementor-element.elementor-element-7ca447d .elementor-repeater-item-0101f52 a.dce-button {
    min-height: 151px;
}

body,
html {
    overflow-x: hidden;
}

.slp_info_bubble {
    color: black;
}

a,
button,
.button,
input[type=submit] {
    transition: all 0.5s ease-in-out;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

.title-line .elementor-heading-title {
    padding-left: 20px;
    max-width: max-content;
    margin: auto;
    position: relative;
}

.title-line .elementor-heading-title::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 30px;
    background-color: #fff;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: auto;
}


/************************************** 
***************************************
***************************************

				Header

***************************************
***************************************
***************************************/

.main-menu ul.elementor-nav-menu:not(.sub-menu) li a:hover,
.main-menu ul.elementor-nav-menu:not(.sub-menu) li a.elementor-item-active,
.subpages-submenu ul.elementor-nav-menu:not(.sub-menu) li a:hover,
.subpages-submenu ul.elementor-nav-menu:not(.sub-menu) li a.elementor-item-active {
    background-color: #000;
    color: #fff !important;
}

body .main-menu .sub-menu {
    border: 1px solid #CFCFCF;
}

body .main-menu .sub-menu li:not(:last-child) {
    min-width: 160px;
    border-bottom: 1px solid #CFCFCF;
}

body .main-menu .sub-menu li a {
    text-transform: uppercase;
    font-size: 15px !important;
    /*     font-family: "Oswald" !important; */
    font-weight: 300 !important;
    color: #000;
    padding: 10px 20px;
    position: relative;
}

body .main-menu .sub-menu li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #000;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

body .main-menu .sub-menu li a:hover {
    padding: 10px 20px !important;
    color: #fff;
}

body .main-menu .sub-menu li a:hover:before {
    border-left-color: #fff;
}

/*.dialog-widget:not(.cookie-popup),
.dialog-widget:not(.cookie-popup) .dialog-widget-content {
    background-color: #fff !important;
}*/


/************************************** 
***************************************
***************************************
			
			Homepage Styles

***************************************
***************************************
***************************************/

body .header-home .swiper-pagination-bullets {
    bottom: 65px;
}

body .header-home .swiper-pagination-bullets span.swiper-pagination-bullet {
    margin: 0 3px;
    background-color: #fff !important;
    opacity: 1;
}

body .header-home .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #575757 !important;
    border: 1px solid #fff;
}

body .header-home .slider-extra-space {
    padding: 220px;
}

/*.header-home .elementor-slide-heading br {
    display: none;
}*/

body .featured-logos .gallery {
    display: flex;
    align-items: center;
}

body .services-img .wp-caption a {
    display: block;
    padding: 0 7px;
    transition: 0.5s all;
}

body .services-img .wp-caption a img {
    filter: grayscale(100%);
    transition: 0.5s all;
}

body .services-img .wp-caption a:before {
    content: "";
    width: 97%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    position: absolute;
    z-index: 1;
    display: block;
    transition: 0.5s all;
}

body .services-img .wp-caption {
    position: relative;
}

body .services-img .wp-caption .wp-caption-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border: 1px solid #ACACAC;
    width: 285px;
    max-height: 100px;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

body .man-img .wp-caption .wp-caption-text {
    max-height: 140px;
}

body .services-img .wp-caption:hover a img {
    filter: grayscale(0%);
}

body .services-img .wp-caption:hover a:before {
    background-color: rgba(0, 0, 0, 0.33);
}

body .services-img .wp-caption:hover .wp-caption-text {
    max-height: 100%;
    width: 90%;
    height: 90%;
}

body .blog-home {
    padding: 0 40px;
}


/*


body .blog-home .dce-posts-wrapper .dce-post-item{
	padding: 0 10px;
}
*/

body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_image {
    max-height: 300px;
}

body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_image img {
    min-height: 300px;
    top: 0;
    transform: translate(0, 0);
    left: 0;
}

body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_title .dce-post-title a {
    /*overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;*/
}

body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_readmore {
    background-color: #000;
    height: 100px;
}

body .blog-home .dce-carousel-controls .dce-container-navigation div svg {
    display: none;
}

body .blog-home .dce-carousel-controls .dce-container-navigation div {
    opacity: 1 !important;
    width: 52px;
    height: 52px;
}

body .blog-home .dce-carousel-controls .dce-container-navigation div::after {
    content: '';
    background-image: url(img/arrow.svg);
    width: 52px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

body .blog-home .dce-carousel-controls .dce-container-navigation div.swiper-button-prev {
    left: -30px;
    position: absolute;
}

body .blog-home .dce-carousel-controls .dce-container-navigation div.swiper-button-next {
    right: -30px;
    position: absolute;
}

body .blog-home .dce-carousel-controls .dce-container-navigation div.swiper-button-prev::after {
    transform: rotate(180deg);
}

body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_date,
body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_date a {
    border: 0 !important;
    margin: -1px;
}

body .blog-home .dce-taxonomy-publishers li:before {
    content: "|";
    display: inline-block;
    margin-right: 5px;
    top: -2px;
    position: relative;
}

.blog-home::after {
    display: none;
}

.blog-home .dce-img {
    padding-bottom: 0 !important;
}

.blog-home .dce-post-button a {
    margin-bottom: 40px;
}


/************************************** 
***************************************
***************************************
			
			Breadcrumbs Styles

***************************************
***************************************
***************************************/

.bread .breadcrumbs {
    font-family: "Oswald", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.bread .breadcrumbs>span {
    margin: 0 3.2px;
}

.bread .breadcrumbs>span a {
    color: #000;
    font-weight: 700;
}


/************************************** 
***************************************
***************************************
			
			Press Page Styles

***************************************
***************************************
***************************************/

body .press-grid .dce-post-button a {
    border: 0 !important;
    text-transform: uppercase;
    display: block;
    max-width: max-content;
    position: relative;
}

body .press-grid .dce-post-button a:after {
    content: '';
    background-image: url(img/press-arrow.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    transition: right 0.5s ease-in-out;
}

body .press-grid .dce-post-button a:hover::after {
    right: -30px;
}

body .press-grid .dce-pagination {
    padding-top: 50px !important;
}

body .press-grid .dce-pagination span,
body .press-grid .dce-pagination a {
    border: 1px solid #000;
    margin-right: 10px !important;
}

body .press-grid .dce-pagination a {
    color: #000;
    background: #fff;
    transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}

body .press-grid .dce-pagination a:hover {
    color: #fff;
    background: #000;
}

body .press-grid .dce-taxonomy-publishers li {
    position: relative;
}

body .press-grid .dce-taxonomy-publishers li:before {
    content: "|";
    display: inline-block;
    margin-right: 5px;
    top: -2px;
    position: relative;
}

body .press-number .elementor-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .press-grid .dce-posts-wrapper .dce-post-item .dce-item_title .dce-post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body .press-grid .dce-posts-wrapper .dce-post-item .dce-post-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 !important;
    margin-bottom: 25px;
}

body .press-grid .dce-posts-wrapper .dce-post-item .dce-item_image {
    max-height: 185px;
}

body .press-grid .dce-post-image img {
    z-index: 100;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: inherit !important;
    object-fit: cover;
    width: 100% !important;
}


/************************************** 
***************************************
***************************************

			Bussiness Styles

***************************************
***************************************
***************************************/

body .bussiness-img .wp-caption a {
    display: block;
    padding: 0 7px;
    transition: 0.5s all;
}

body .bussiness-img .wp-caption a img {
    filter: grayscale(100%);
    transition: 0.5s all;
}

body .bussiness-img .wp-caption a:before {
    content: "";
    width: 97%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    position: absolute;
    z-index: 1;
    display: block;
    transition: 0.5s all;
}

body .bussiness-img .wp-caption a:after {
    content: "";
    width: 91%;
    height: 94%;
    position: absolute;
    z-index: 1;
    display: block;
    transition: 0.5s all;
    padding: 20px;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body .bussiness-img .wp-caption {
    position: relative;
}

body .bussiness-img .wp-caption .wp-caption-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border: 1px solid #ACACAC;
    min-width: 315px;
    max-height: 100px;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

body .bussiness-img.harbortouch .wp-caption .wp-caption-text {
    min-width: 360px;
}

body .bussiness-img .wp-caption:hover a img {
    filter: grayscale(0%);
}

body .bussiness-img .wp-caption:hover a:before {
    background: rgb(251, 91, 49);
    background: linear-gradient(180deg, rgba(251, 91, 49, 0.42) 0%, rgba(84, 84, 84, 0.42) 100%);
}

body .bussiness-img .wp-caption:hover .wp-caption-text {
    max-height: 100%;
    width: 90%;
    height: 90%;
}

body .bussiness-img .wp-caption:hover a:after {
    opacity: 0;
}


/************************************** 
***************************************
***************************************

		Taffer Consulting Styles

***************************************
***************************************
***************************************/

.work-column {
    position: relative;
}

.work-column .bread {
    position: absolute;
    top: 78px;
    margin-left: -4px;
}

.consulting-btn a {
    width: 195px !important;
}

.process-btn a {
    width: 350px !important;
}

.process-reverse .elementor-container {
    flex-direction: row-reverse;
}


/************************************** 
***************************************
***************************************

		Contact Us Styles

***************************************
***************************************
***************************************/

body .contact-info .elementor-text-editor p:not(:last-child) {
    margin-bottom: 30px;
}

body .contact-info .elementor-text-editor p::last-child {
    margin-bottom: 0;
}

body .contact-info .elementor-text-editor p a:hover {
    text-decoration: underline;
}


/************************************** 
***************************************
***************************************

		About Us Styles

***************************************
***************************************
***************************************/

.about-text ul {
    padding-left: 0;
    list-style-position: inside;
    padding-bottom: 30px;
}

.about-text .elementor-text-editor p:not(:last-child) {
    margin-bottom: 30px;
}

.about-ico .elementor-icon-list-items {
    justify-content: space-between !important;
    align-items: flex-start;
}

.about-ico .elementor-icon-list-items .elementor-icon-list-item {
    max-width: 110px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.about-ico .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    padding: 5px 0 0 0;
}


/************************************** 
***************************************
***************************************

		Book Jon Styles

***************************************
***************************************
***************************************/

body .book-jon-appareances .elementor-image-carousel-wrapper {
    max-width: 1060px;
}

body .book-jon-appareances:not(.not-gray) .elementor-image-carousel-wrapper img {
    filter: grayscale(100%);
	object-fit:contain;
}

.speaking-list .elementor-icon-list-item .elementor-icon-list-icon i {
    background: #000;
    border-radius: 360px;
    padding: 2px 8px 4px;
    position: relative;
    top: -3px;
}

.speaking-list .elementor-icon-list-item .elementor-icon-list-icon i:before {
    left: -2px;
    top: 1px;
    position: relative;
}

body .book-jon-gallery .eicon-chevron-right:before {
    content: '';
    background-image: url(img/arrow.svg);
    width: 52px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

body .book-jon-gallery .elementor-swiper-button i:before {
    content: '';
    background-image: url(img/arrow.svg);
    width: 52px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

body .book-jon-gallery .elementor-swiper-button i.eicon-chevron-left:before {
    transform: rotate(180deg);
}

body .book-jon-appareances.book-jon-gallery .elementor-image-carousel-wrapper {
    max-width: 1200px;
}

body .testimonials .elementor-testimonial {
    max-width: 700px;
    margin: auto;
}

body .testimonials .elementor-testimonial__content {
    padding-bottom: 5px;
}


/************************************** 
***************************************
***************************************

			Shop Styles

***************************************
***************************************
***************************************/

body .services-img.white .wp-caption a {
    padding: 0 0 14px 7px;
}

body .services-img.white.ent-img .wp-caption a {
    padding: 0 7px 15px;
}

body .services-img.shop-img .wp-caption a:before {
    background-color: rgba(0, 0, 0, 0.87);
}

body .services-img.big .wp-caption a:before {
    width: 98.3%;
}

body .services-img.small .wp-caption a:before {
    width: 95.3%;
}

body .services-img.white .wp-caption a:before {
    background-color: rgba(255, 255, 255, 0.73);
    width: 100%;
}

body .services-img.big .wp-caption .wp-caption-text {
    width: 535px;
}

body .services-img.white .wp-caption .wp-caption-text,
body .services-img.medium .wp-caption .wp-caption-text {
    width: 430px;
}

body .services-img.small .wp-caption .wp-caption-text {
    width: 195px;
}

body .services-img.shop-img .wp-caption:hover a:before {
    background-color: rgba(0, 0, 0, 0.54);
}

body .services-img.white .wp-caption:hover a:before {
    background-color: rgba(255, 255, 255, 0.54);
}

body .services-img.big .wp-caption:hover .wp-caption-text,
body .services-img.white .wp-caption:hover .wp-caption-text,
body .services-img.medium .wp-caption:hover .wp-caption-text {
    width: 95%;
    height: 95%;
}

body .services-img.small .wp-caption:hover .wp-caption-text {
    width: 90%;
    height: 90%;
}


/************************************** 
***************************************
***************************************

			Podcast Styles

***************************************
***************************************
***************************************/

body .podcast-sub-hero {
    position: relative;
}

body .podcast-sub-hero .elementor-widget-wrap {
    justify-content: center;
}

body .podcast-sub-hero .elementor-widget-image {
    max-width: max-content;
    display: inline-block;
    margin: 0 12px;
}

body .podcast-content .dce-post-item {
    background-color: #1E1E1E;
    margin-bottom: 20px;
    padding: 55px 50px !important;
}

body .podcast-content .dce-post-item .dce-image-area {
    width: 27%;
}

body .podcast-content .dce-post-item .dce-content-area {
    width: 73%;
    padding: 0 0 0 65px;
    margin-top: -10px;
}

body .podcast-content .dce-post-item .dce-item_image,
body .podcast-content .dce-post-item .dce-image-area .dce-item {
    position: relative;
    height: 100%;
}

body .podcast-content .dce-post-item .dce-image-area .dce-item::before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2021/05/Jon-Taffer-TV-Studio.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
}

body .podcast-content .dce-post-item.post-503527 .dce-image-area .dce-item::before {
    background-image: url(/wp-content/uploads/2022/03/chef-robert-irvine.jpg);
}

body .podcast-content .dce-post-item.post-504716 .dce-image-area .dce-item::before {
    background-image: url(/wp-content/uploads/2023/05/JTP_DraftKings.jpg);
}

body .podcast-content .dce-post-item .dce-content-area iframe {
    max-height: 45px;
}

body .podcast-content .dce-post-item .dce-content-area a.btn {
    border: 2px solid #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 35px;
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44em;
    letter-spacing: 0.9px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    vertical-align: top;
    max-width: 250px;
    max-width: 250px;
    width: 250px;
    text-align: center;
    max-height: 53px;
}

body .podcast-content .dce-post-item .dce-content-area a.btn:hover {
    background-color: #000;
    color: #fff;
}

body .podcast-content .dce-post-item .dce-content-area a:not(.btn):hover {
    text-decoration: underline;
}

body .podcast-content .dce-post-item .dce-content-area .podcast-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 780px;
    padding-top: 5px;
}

body .podcast-content .dce-pagination {
    padding-top: 50px !important;
}

body .podcast-content .dce-pagination span,
body .podcast-content .dce-pagination a {
    border: 1px solid #fff;
    margin-right: 10px !important;
}

body .podcast-content .dce-pagination a {
    color: #fff;
    background: #000;
    transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}

body .podcast-content .dce-pagination a:hover {
    color: #000;
    background: #fff;
}

body .recent .elementor-post__title {
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 30px;
}

body .recent .elementor-post__title::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 10px;
    /* 	top: 50%; */
    /* 	transform: translateY(-50%); */
    background-image: url(img/arrow-right-circle.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
}

body .podcast-call a:hover {
    text-decoration: underline;
}

.newsletter-sidebar_wrapper .gfield {
    padding-right: 0 !important;
}


/************************************** 
***************************************
***************************************

			Single Podcast Styles

***************************************
***************************************
***************************************/


/*
body .single-podcast-content iframe{
	max-height: 45px;
}
*/

body .single-podcast-content a.btn {
    border: 2px solid #000;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 35px;
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44em;
    letter-spacing: 0.9px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    max-width: 250px;
    width: 250px;
    text-align: center;
    max-height: 53px;
    margin: 0 5px;
}

body .single-podcast-content a.btn:hover {
    background-color: #fff;
    color: #000;
}

body .single-podcast-content a:not(.btn) {
    color: #000 !important;
}

body .single-podcast-content .podcast-btn-container {
    display: flex;
    flex-direction: row;
    max-width: 780px;
    padding-top: 5px;
}

body .single-podcast-content a.btn:first-child {
    margin-left: 0;
}


/************************************** 
***************************************
***************************************

			Bar Rescue Styles

***************************************
***************************************
***************************************/

body .bar-rescue-gallery .elementor-swiper-button i:before {
    content: '';
    background-image: url(img/arrow-white.svg);
    width: 52px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

body .bar-rescue-gallery .elementor-swiper-button i.eicon-chevron-left:before {
    transform: rotate(180deg);
}

body .bar-rescue-gallery .elementor-image-carousel-wrapper {
    max-width: 1200px;
}

body #sl_div .slp_search_form label {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.75em;
    color: #000;
}

body #sl_div .slp_search_form .label_text,
body #sl_div .slp_search_form select {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    border-radius: 0 !important;
    height: 54px;
}

body #sl_div .slp_search_form .slp_ui_button {
    border: 1px solid #000 !important;
    color: #fff;
    background-color: #000;
    font-family: "Oswald", Sans-serif;
    letter-spacing: 0.9px;
    font-size: 18px;
    margin: 0;
}

body #sl_div .slp_search_form .slp_ui_button:hover {
    color: #000;
    background-color: #fff;
}

body #sl_div .search_box {
    display: flex;
    align-items: flex-end;
    padding-bottom: 35px;
}

body #sl_div .search_box #addy_in_address {
    width: 40%;
    padding-right: 25px;
    flex-direction: column;
}

body #sl_div .search_box .search_item:not(#addy_in_address) {
    width: 60%;
    display: flex;
    align-items: flex-end;
}

body #sl_div .search_box .search_item:not(#addy_in_address) #addy_in_radius {
    width: 70%;
    padding-right: 25px;
    flex-direction: column;
}

body #sl_div .slp_search_form #addy_in_radius label {
    margin-bottom: 10px;
}

body #sl_div .slp_search_form #addy_in_address label {
    margin-bottom: 5px;
    text-align: left;
}

body .slp_results_container {
    padding-top: 55px;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

body .slp_results_container .results_entry {
    display: flex;
    align-items: center;
    border-color: #707070 !important;
    padding: 30px 25px !important;
    justify-content: space-between;
}

body .slp_results_container .results_entry .results_row_left_column {
    width: 25%;
}

body .slp_results_container .results_entry .results_row_center_column {
    width: 50%;
}

body .slp_results_container .results_entry .results_row_center_column span {
    display: block;
}

body .slp_results_container .location_name,
body .slp_results_container .slp_result_address,
body .slp_results_container .slp_result_contact {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    line-height: 1.75;
    color: #000;
    text-transform: initial !important;
}

body .slp_results_container .location_distance {
    display: none !important;
}

body .slp_results_container .slp_result_contact a {
    color: #000;
    font-weight: 700;
}

body .slp_results_container .slp_result_contact a:hover {
    text-decoration: underline;
}

body .slp_results_container .location_name {
    font-weight: 700;
}

.stream-slider .elementor-image-carousel-wrapper {
    max-width: 93% !important;
}

html .stream-slider .elementor-swiper-button-next {
    right: 0;
}

html .stream-slider .elementor-swiper-button-prev {
    left: 0;
}

.stream-slider img {
    height: 140px;
    object-fit: contain;
}

/************************************** 
***************************************
***************************************

        Restaurants Rivals Styles

***************************************
***************************************
***************************************/


.episodes-slider{
    background-color: #000;
}

.episodes-slider .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    border: 1px solid #fff;
    background-color: #000;
    width: 8px;
    height: 8px;
}

.episodes-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}


.episodes-slider .swiper-slide{
    display: flex;
    flex-direction: row-reverse;
    height: auto !important;
}

.episodes-slider .swiper-slide-bg {
    background-position: center;
    width: 50%;
    min-width: 1px;
    background-size: cover !important;
}

.episodes-slider .swiper-slide-inner{
    width: 50%;
    position: relative;
    background-color: #000;
    padding: 100px 100px 100px 200px !important;
}

.episodes-slider .swiper-slide-inner .swiper-slide-contents{
    max-width: 100% !important;
}

.episodes-slider .elementor-slide-description {
    padding-bottom: 25px;
}

.episodes-slider .elementor-button {
    padding: 13px 128px 13px 128px;
}

@media (max-width: 1530px){
    .episodes-slider .swiper-slide-inner{
        padding: 100px 50px 100px 100px !important;
    }
}

@media (max-width: 1150px){
    .episodes-slider .swiper-slide-inner{
        padding: 30px 50px 30px 50px !important;
    }
}

@media (max-width: 1125px){
    body .socials-desktop .elementor-widget-container .elementor-icon{
        font-size: 17px;
    }
}


@media (max-width: 1024px) {
    .episodes-slider .elementor-button {
        padding: 13px 70px;
    }
}

@media (max-width: 767px) {
    .episodes-slider .swiper-slide{
        flex-direction: column;
    }
    .episodes-slider .swiper-slide-bg, .episodes-slider .swiper-slide-inner{
        width: 100%;
    }
    .episodes-slider .swiper-slide-bg{
        height: 200px;
        min-height: 1px;
    }
    .dialog-widget:not(.cookie-popup) .dialog-widget-content{
        max-width: 90%;
    }
    .dialog-widget:not(.cookie-popup) .dialog-widget-content .dialog-lightbox-message{
        width:100% !important;
    }
    
    .dialog-widget:not(.cookie-popup) .dialog-close-button{
        top: -8% !important;
    }
}


/************************************** 
***************************************
***************************************

		Privacy and Terms Styles

***************************************
***************************************
***************************************/

.privacy-content h2,
.privacy-content h1,
.privacy-content h3,
.privacy-content h4 {
    line-height: 1.4;
    font-size: 34px !important;
}

.privacy-content h2,
.privacy-content h3,
.privacy-content h4 {
    margin-top: 40px;
}


/************************************** 
***************************************
***************************************

			Forms Styles

***************************************
***************************************
***************************************/

body .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

body .gform_wrapper .gfield {
    margin-top: 0 !important;
}

body .gform_wrapper .gfield .ginput_container,
body .gform_wrapper .gfield .ginput_container input {
    margin-top: 0 !important;
}

body .home-form .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
}

body .home-form .gform_wrapper .gform_fields .gfield:not(.gfield-text) {
    width: 25%;
}

body .home-form .gform_wrapper .gform_fields .gfield-text {
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 38px 0 8px;
}

body .home-form .gform_wrapper .gform_footer {
    text-align: center;
}

body .home-form .gform_wrapper .gform_fields .gfield input {
    background-color: transparent;
    border: 0 !important;
    border-bottom: 1px solid #707070 !important;
    padding-bottom: 20px;
    color: #fff;
    font-size: 17px;
}

body .home-form .gform_wrapper .gform_fields .gfield input:placeholder {
    color: #fff !important;
}

body .home-form input::-webkit-input-placeholder {
    color: #fff;
}

body .home-form input::-moz-placeholder {
    color: #fff;
}

body .home-form input:-ms-input-placeholder {
    color: #fff;
}

body .home-form input:-moz-placeholder {
    color: #fff;
}

body .validation_error {
    border: 0 !important;
    padding: 0 !important;
    font-size: 17px;
}

body .gfield.gfield_error {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body .gfield.gfield_error .ginput_container {
    padding-right: 16px;
}

body .gfield.gfield_error input {
    border: 0 !important;
}

body .gfield.gfield_error .gfield_description {
    padding: 0;
}

body .gfield.gfield_error .ginput_container {
    padding-right: 0 !important;
}

body .contact-form {
    max-width: 855px;
    margin: auto;
}

body .contact-form.booking-form {
    max-width: 975px;
}

body .contact-form .gform_body input:not(input[type=checkbox]),
body .contact-form .gform_body select,
body .contact-form .gform_body textarea {
    border: 0;
    border-radius: 0;
    width: 100% !important;
}

body .contact-form.booking-form .gform_body input:not(input[type=checkbox]),
body .contact-form.booking-form .gform_body select,
body .contact-form.booking-form .gform_body textarea {
    border: 1px solid #707070;
}

body .gfield.gfield_error input {
    border: 1px solid #707070 !important;
}

body .contact-form .gform_body input:not(input[type=checkbox]),
body .contact-form .gform_body textarea {
    padding: 10px 25px !important;
}

body .contact-form .gform_body select {
    padding: 10px 21px !important;
}

body .contact-form .gform_body .ginput_complex {
    width: 100% !important;
}

body .contact-form .ginput_complex span {
    width: 100% !important;
    padding-right: 0;
}

body .contact-form .gform_body .gfield:not(.custom-labels-contact) {
    padding-bottom: 12px;
    /* 	padding-right: 0; */
}


/*
body .contact-form .gform_body .gfield.custom-labels-contact {
	padding-right: 0 !important;
}
*/

body .contact-form .gform_body .gfield_checkbox {
    margin-left: -5px;
    padding-top: 13px;
}

body .contact-form .gform_body .gfield_checkbox label {
    text-transform: none;
    max-width: 97%;
    margin-left: 5px;
    font-size: 16px;
}

body .contact-form .gform_body .gfield.captcha {
    height: 0;
    padding-bottom: 0;
}

body .contact-form .gform_body .gfield.captcha .grecaptcha-badge {
    z-index: 100;
}

body .contact-form .gform_footer {
    text-align: center;
    /* 	padding: 25px 0 0 !important; */
    padding: 0 !important;
    margin: 0 !important;
}

body .contact-form .gform_footer input {
    width: 100% !important;
    max-width: 470px;
    background-color: #000;
    color: #fff;
}

body .podcast-form .gform_footer input {
    max-width: 100%;
}

body .contact-form .gform_footer input:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

body .contact-form .gform_wrapper .gform_fields .gfield input:placeholder {
    color: #000 !important;
}

body .contact-form input::-webkit-input-placeholder {
    color: #000;
}

body .contact-form input::-moz-placeholder {
    color: #000;
}

body .contact-form input:-ms-input-placeholder {
    color: #000;
}

body .contact-form input:-moz-placeholder {
    color: #000;
}

body .contact-form .gfield.gfield_error label {
    color: #000;
}

body .gform_confirmation_message {
    text-align: center;
    font-size: 17px !important;
}

body .white-errors .validation_error {
    color: #fff !important;
}

body .white-errors .gfield.gfield_error input {
    border-bottom: 1px solid #707070 !important;
}

body .white-errors .gfield.gfield_error .gfield_description {
    color: #fff !important;
}

body .red-errors .validation_error {
    color: #FF0000 !important;
}

body .red-errors .gfield.gfield_error .gfield_description {
    color: #FF0000 !important;
}


/************************************** 
***************************************
***************************************

			ADA Plugin

***************************************
***************************************
***************************************/

body .accessability_container .aicon_link {
    bottom: 140px;
    left: -60px;
    padding: 0 !important;
}

body .accessability_container .aicon_link,
body .accessability_container .aicon_link img {
    background: transparent !important;
    padding: 0 !important;
    height: inherit;
    display: block;
}

button.close_container {
    line-height: 0 !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

button.close_container:hover {
    background: transparent !important;
    color: #000 !important;
}

body .accessability_container button.wah-action-button:hover {
    background: #000 !important;
    color: #fff !important;
}

body .accessability_container button.wah-action-button {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.a_module_title {
    text-align: center;
    text-transform: uppercase !important;
    padding-bottom: 5px !important;
    font-weight: 700 !important;
}

.color_selector .convar {
    line-height: 0;
    width: 100%;
    margin: 5px 0;
}

.color_selector .black {
    color: #fff !important;
}

.post-2105 p a {
    color: #000 !important;
}

.post-2105 p a:hover {
    color: #2046ff !important;
}


/************************************** 
***************************************
***************************************

			Medias Queries

***************************************
***************************************
***************************************/

@media (max-width: 1800px) {
    body .blog-home .dce-carousel-controls .dce-container-navigation div.swiper-button-prev {
        left: -20px;
    }
    body .blog-home .dce-carousel-controls .dce-container-navigation div.swiper-button-next {
        right: -20px;
    }
    .ent-img img {
        height: 288px !important;
    }
    body:not(.rtl) .elementor-15 .elementor-element.elementor-element-5b6d6cfe .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 1730px) {
    .subscribe-col .elementor-widget-wrap {
        padding: 42px 30px 0 !important;
    }
    .recent .elementor-widget-container {
        padding: 0 30px !important;
    }
}

@media (max-width: 1530px) {
    .watch-column .elementor-column-wrap {
        padding: 0 !important;
    }
    .watch-column .elementor-widget-wrap {
        padding: 30px 50px 30px 100px !important;
    }
}

@media (max-width: 1525px){
    .main-menu .menu-item a{
        font-size: 14px !important;
    }
}

/*
@media (max-width: 1510px){
	body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_title .dce-post-title {
	    min-height: 153px;
	}
}
*/

@media (max-width: 1500px) {
    body .socials-desktop .elementor-widget-container {
        padding: 0 0 0 20px !important;
    }
    .work-column .bread {
        top: -55px;
    }
    body .bar-rescue-column>.elementor-widget-wrap {
        padding: 30px 105px 30px 105px !important;
    }
    body .podcast-content .dce-post-item .dce-item_image::before {
        background-size: contain;
    }
}

@media (max-width: 1490px) {
    .ent-img img {
        height: 285px !important;
    }
}

@media (max-width: 1470px){
    .main-menu .menu-item a .sub-arrow{
        margin-top: -13px !important;
    }
}

@media (max-width: 1465px){
    .top-menu-left-col{
        width: 30% !important;
    }
}

@media (max-width: 1440px) {
    body .podcast-sub-hero .elementor-column-wrap {
        padding: 0 !important;
    }
    body .podcast-sub-hero .elementor-widget-wrap {
        padding: 30px 100px !important;
    }
}

@media (max-width: 1400px) {
    body .work-column>.elementor-column-wrap {
        padding: 50px 105px 0px 105px !important;
    }
    .ent-img img {
        height: 268px !important;
    }
    body .main-menu .elementor-nav-menu--main .elementor-nav-menu:not(.sub-menu) .menu-item a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 1366px) {
    body .podcast-video-container .elementor-widget-video .elementor-fit-aspect-ratio {
        padding-bottom: 100%;
    }
}

@media (max-width: 1362px) {
    .ent-img img {
        height: 250px !important;
    }
    body .main-menu .elementor-nav-menu--main .elementor-nav-menu:not(.sub-menu) .menu-item a {
        padding-left: 5px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    html .elementor-15 .elementor-element.elementor-element-43e46308 {
        width: 34.798%;
    }
}
@media (max-width: 1350px) {
    body .socials-desktop .elementor-widget-container .elementor-icon {
        font-size: 17px;
    }
}

@media (max-width: 1345px) {
    body .book-jon-appareances.book-jon-gallery .elementor-image-carousel-wrapper,
    body .bar-rescue-gallery .elementor-image-carousel-wrapper {
        max-width: 1100px;
    }
    
    .elementor-15 .elementor-element.elementor-element-276e458a img {
        max-width: 135px;
    }
}

@media (max-width: 1321px) {
    body .socials-desktop .elementor-widget-container {
        padding: 0 0 0 10px !important;
    }
}

@media (max-width: 1300px) {
    body .bar-rescue-column>.elementor-widget-wrap {
        padding: 30px 85px !important;
    }
    body .podcast-content .dce-post-item .dce-content-area a.btn {
        width: 245px;
    }
    body .main-menu .sub-menu li a::before {
        left: 0;
    }
    .work-column .bread {
        top: -30px;
    }
}

@media (max-width: 1260px) {
    body .socials-desktop .elementor-widget-container .elementor-icon {
        font-size: 15px;
    }
    body .main-menu .elementor-nav-menu--main .elementor-nav-menu:not(.sub-menu) .menu-item a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .blog-home a.elementor-button {
        padding: 12px 35px 12px 35px !important;
    }
    .ent-img img {
        height: 200px !important;
    }
    body .blog-home .dce-posts-wrapper .dce-post-item .dce-item .dce-post-content {
        min-height: 190px;
    }
    body .podcast-content .dce-post-item .dce-content-area .podcast-btn-container,
    body .single-podcast-content .podcast-btn-container {
        flex-wrap: wrap;
    }
    body .podcast-content .dce-post-item .dce-content-area a.btn {
        width: 250px;
        margin-bottom: 20px;
    }
    body .podcast-content .dce-post-item .dce-content-area a.btn:last-child {
        margin-bottom: 0;
    }
    body .podcast-content .dce-post-item .dce-image-area {
        width: 45%;
    }
    body .podcast-content .dce-post-item .dce-content-area {
        width: 55%;
    }
}

@media (max-width: 1244px) {
    body .book-jon-appareances.book-jon-gallery .elementor-image-carousel-wrapper,
    body .bar-rescue-gallery .elementor-image-carousel-wrapper {
        max-width: 1000px;
    }
}

@media (max-width: 1220px) {
    body .bussiness-img.harbortouch .wp-caption .wp-caption-text {
        min-width: 280px;
    }
    body .bussiness-img .wp-caption .wp-caption-text {
        min-width: 250px;
    }
}

@media (max-width: 1200px) {
    body .bar-rescue-column>.elementor-widget-wrap {
        padding: 30px 50px 30px 50px !important;
    }
    body .podcast-sub-hero .elementor-widget-wrap {
        padding: 40px !important;
    }
    .privacy-content h2,
    .privacy-content h1,
    .privacy-content h3 {
        line-height: 1.4 !important;
        font-size: 34px !important;
        margin-top: 30px;
    }
}

@media (max-width: 1175px) {
    body .work-column>.elementor-column-wrap {
        padding: 100px 50px 50px 50px !important;
    }
    .top-menu-left-col{
        width: 29% !important;
    }
    body .socials-desktop .elementor-widget-container .elementor-icon {
      font-size: 14px;
    }
}

@media (max-width: 1160px){
    body .main-menu .elementor-nav-menu--main .elementor-nav-menu:not(.sub-menu) .menu-item a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    body .socials-desktop .elementor-widget-container .elementor-grid-item {
        --icon-size: 15px;
    }
}

@media (max-width: 1150px) {
    body .book-jon-appareances.book-jon-gallery .elementor-image-carousel-wrapper,
    body .bar-rescue-gallery .elementor-image-carousel-wrapper {
        max-width: 900px;
    }
    .watch-column .elementor-widget-wrap {
        padding: 30px 50px 30px 50px !important;
    }
   
    
    body .socials-desktop .elementor-widget-container .elementor-icon {
        font-size: 19px;
    }
}

@media (max-width: 1126px){
    body .socials-desktop .elementor-widget-container .elementor-icon{
        font-size: 16px;
    }
}

@media (max-width: 1110px) {
    .bar-rescue-title .elementor-heading-title {
        font-size: 30px !important;
    }
    .bar-rescue-title .elementor-heading-title {
        font-size: 28px !important;
    }
}

@media (max-width: 1075px) {
    body .socials-desktop .elementor-widget-container .elementor-icon {
        font-size: 14px;
    }
    body .main-menu .elementor-nav-menu--main .elementor-nav-menu:not(.sub-menu) .menu-item a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    body .socials-desktop .elementor-widget-container .elementor-icon {
        font-size: 15px;
    }
}

@media (max-width: 1050px) {
    body .book-jon-appareances.book-jon-gallery .elementor-image-carousel-wrapper,
    body .bar-rescue-gallery .elementor-image-carousel-wrapper {
        max-width: 800px;
    }
    body .services-img.white .wp-caption .wp-caption-text,
    body .services-img.medium .wp-caption .wp-caption-text {
        width: 350px;
    }
    body .services-img.small .wp-caption .wp-caption-text {
        width: 150px;
    }
    .main-menu .menu-item a{
        font-size: 13px !important;
    }
}

@media (max-width: 1024px) {
    .about-ico .elementor-icon-list-items {
        padding: 0 25px !important;
    }
    .about-ico .elementor-icon-list-items .elementor-icon-list-item {
        max-width: 310px;
        padding: 0 0 25px;
    }
    body .socials-desktop .elementor-widget-container .elementor-icon {
        font-size: 20px;
    }
    body .services-img.big .wp-caption .wp-caption-text {
        width: 430px;
    }
    body .slp_results_container .results_row_left_column {
        width: 50% !important;
    }
    body .slp_results_container .results_row_center_column {
        width: 30% !important;
    }
    .top-menu-left-col{
        width: 90% !important;
    }
}

@media (max-width: 989px) {
    span.hm {
        display: none;
    }
    span.bm {
        display: block;
    }
    body .services-img .wp-caption .wp-caption-text,
    body .bussiness-img .wp-caption .wp-caption-text {
        width: 200px;
    }
    body .bussiness-img.harbortouch .wp-caption .wp-caption-text {
        min-width: 1px;
    }
    body .bussiness-img .wp-caption .wp-caption-text {
        min-width: 1px;
    }
    body .validation_error span {
        display: block;
    }
    .speaking-list .elementor-icon-list-item .elementor-icon-list-icon i::before {
        left: -3px;
        top: 0px;
    }
    .speaking-list .elementor-icon-list-item .elementor-icon-list-icon {
        padding-left: 12px !important;
    }
    body .services-img.big .wp-caption .wp-caption-text {
        width: 330px;
    }
    body .services-img.white .wp-caption .wp-caption-text,
    body .services-img.medium .wp-caption .wp-caption-text {
        width: 250px;
    }
    body .services-img.small .wp-caption .wp-caption-text {
        width: 110px;
    }
    .podcast-sub-cont>.elementor-container {
        flex-direction: column;
    }
    .podcast-sub-cont>.elementor-container>.elementor-column {
        width: 100% !important;
    }
    body .podcast-video-container .elementor-widget-video .elementor-fit-aspect-ratio {
        padding-bottom: 66.6666%;
    }
    body .podcast-content .dce-post-block {
        flex-direction: column !important;
    }
    body .podcast-content .dce-post-item .dce-content-area,
    body .podcast-content .dce-post-item .dce-image-area {
        width: 100%;
    }
    body .podcast-content .dce-post-item .dce-content-area {
        margin-top: 0;
        padding: 30px 0 0 0;
    }
    body .podcast-content .dce-post-item .dce-image-area {
        min-height: 345px;
    }
    body .podcast-content .dce-post-item .dce-item_image::before {
        background-position: center center;
        min-height: 250px;
    }
    .ent-img img {
        height: 145px !important;
    }
    body .services-img.white.ent-img .wp-caption a {
        padding: 0 0 15px 7px;
    }
}

@media (max-width: 950px) {
    body .book-jon-appareances.book-jon-gallery .elementor-image-carousel-wrapper,
    body .bar-rescue-gallery .elementor-image-carousel-wrapper {
        max-width: 85%;
    }
}

@media (max-width: 900px) {
    body .podcast-content .dce-post-item .dce-content-area .podcast-btn-container {
        flex-direction: column;
    }
}

@media (max-width: 850px) {
    /*
	body .consulting-btn-column-cont .consulting-btn-column{
		width: 50% !important;
	}
*/
    body .consulting-btn-column-cont .consulting-btn-column:first-child {
        padding-bottom: 30px;
    }
    .about-ico .elementor-icon-list-items {
        flex-wrap: wrap !important;
    }
    .about-ico .elementor-icon-list-items .elementor-icon-list-item {
        max-width: 110px;
        padding: 10px 0;
    }
}

@media (max-width: 800px) {
    body .contact-form .gform_body .gfield_checkbox label {
        max-width: 96%;
    }
    body .single-podcast-content .podcast-btn-container {
        flex-direction: column;
    }
    body .single-podcast-content .podcast-btn-container a.btn:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
			
    .top-menu-left-col{
        width: 85% !important;
    }
    .ent-img img {
        height: 100% !important;
    }
    body .services-img.white.ent-img .wp-caption a {
        padding: 0;
    }
    .mob-slid .elementor-button {
        margin-bottom: 20px !important;
        min-width: 250px !important;
    }
    .header-home .elementor-slide-heading br {
        display: block;
    }
    body .header-home .swiper-pagination-bullets span.swiper-pagination-bullet {
        border: 1px solid #fff;
    }
    body .featured-logos .gallery {
        flex-direction: column;
    }
    body .home-form .gform_wrapper .gform_fields .gfield-text {
        font-size: 12px;
        padding: 8px 20px 0px;
    }
    body .home-form .gform_wrapper .gform_fields {
        flex-direction: column;
    }
    body .home-form .gform_wrapper .gform_fields .gfield:not(.gfield-text) {
        width: 100%;
    }
    body .gform_wrapper .gfield {
        margin-bottom: 30px;
    }
    body .validation_error {
        font-size: 15px;
    }
    body .home-form .gform_wrapper .gform_footer {
        margin-top: 0;
    }
    body .services-img .wp-caption .wp-caption-text {
        width: 285px;
    }
    body .home-form .gform_wrapper .gform_footer input {
        font-size: 16px !important;
        max-width: max-content;
        padding: 8px 35px;
    }
    body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_image img {
        min-height: 1px;
    }
    body .blog-home .dce-carousel-controls .dce-container-navigation div::after,
    body .blog-home .dce-carousel-controls .dce-container-navigation div {
        width: 30px;
        height: 30px;
    }
    body .blog-home .dce-carousel-controls .dce-container-navigation div.swiper-button-prev {
        left: -10px;
    }
    body .blog-home .dce-carousel-controls .dce-container-navigation div.swiper-button-next {
        right: -10px;
    }
    body .blog-home {
        padding: 0 30px;
    }
    body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_image {
        max-height: 200px;
    }
    body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_readmore {
        height: 70px;
    }
    body .press-grid .dce-pagination,
    body .podcast-content .dce-pagination {
        padding-top: 0 !important;
    }
    body .bussiness-img.harbortouch .wp-caption .wp-caption-text {
        min-width: 285px;
    }
    body .bussiness-img .wp-caption .wp-caption-text {
        min-width: 260px;
    }
    body .work-column>.elementor-column-wrap,
    body .bar-rescue-column>.elementor-widget-wrap {
        padding: 20px 20px 29px !important;
    }
    .work-column .bread {
        position: relative;
        top: 0;
    }
    body .consulting-btn-column-cont .consulting-btn-column {
        width: 100% !important;
    }
    .bar-rescue-title .elementor-heading-title {
        font-size: 25px !important;
    }
    .process-btn a {
        width: auto !important;
    }
    .process-reverse .elementor-container {
        flex-direction: column;
    }
    body .contact-form .gform_body .gfield_checkbox {
        padding-top: 0;
    }
    body .contact-form .gform_footer {
        padding: 0 !important;
    }
    body .contact-form .gform_footer input {
        font-size: 16px !important;
    }
    body .contact-form .gform_body .gfield_checkbox label {
        font-size: 13px;
    }
    body .gform_wrapper .gfield {
        margin-bottom: 0;
    }
    .gform_wrapper .ginput_complex.ginput_container span {
        margin-bottom: 0 !important;
    }
    body .press-grid .dce-pagination,
    body .podcast-content .dce-pagination {
        flex-wrap: wrap;
        margin: 5px;
    }
    body .podcast-content .dce-pagination span,
    body .podcast-content .dce-pagination a {
        margin-bottom: 10px;
    }
    .about-ico .elementor-icon-list-items {
        justify-content: space-around !important;
    }
    .about-text ul {
        padding: 0 16px 30px 15px;
        list-style-position: outside;
    }
    .about-ico .elementor-icon-list-items .elementor-icon-list-item {
        max-width: 100%;
        align-content: center;
        justify-content: flex-start;
        flex-direction: row;
        width: 100%;
    }
    .about-ico .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
        padding: 0 0 0 30px;
        text-align: left;
    }
    .blog-home a.elementor-button {
        font-size: 16px !important;
    }
    /*
	body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_title .dce-post-title{
		min-height: 1px;
	}
*/
    body .blog-home .dce-posts-wrapper .dce-post-item .dce-item_title .dce-post-title a,
    body .press-grid .dce-posts-wrapper .dce-post-item .dce-item_title .dce-post-title a,
    body .press-grid .dce-posts-wrapper .dce-post-item .dce-post-content {
        -webkit-line-clamp: inherit;
    }
    .featured-logos .gallery {
        margin: 0 !important;
    }
    .featured-logos .gallery .gallery-item:not(:last-child) {
        padding: 0 0 40px 0 !important;
    }
    .featured-logos .gallery .gallery-item:last-child {
        padding: 0 !important;
    }
    .featured-logos .gallery .gallery-item img {
        max-width: 150px;
    }
    /*
	.featured-logos .gallery .gallery-item:nth-child(2) img{
		max-width: 100px;
	}
*/
    .featured-logos .gallery .gallery-item:nth-child(3) img {
        max-width: 200px;
    }
    body .blog-home .dce-posts-wrapper .dce-post-item .dce-item .dce-post-content {
        min-height: 1px;
    }
    .header-home .elementor-slide-heading {
        max-width: 330px;
    }
    body .book-jon-appareances.book-jon-gallery .elementor-swiper-button-prev,
    body .bar-rescue-gallery .elementor-swiper-button-prev {
        left: -10px;
    }
    body .book-jon-appareances.book-jon-gallery .elementor-swiper-button-next,
    body .bar-rescue-gallery .elementor-swiper-button-next {
        right: -10px;
    }
    body .book-jon-appareances.book-jon-gallery .elementor-image-carousel-wrapper,
    body .bar-rescue-gallery .elementor-image-carousel-wrapper {
        max-width: 70%;
    }
    body .services-img.big .wp-caption a::before,
    body .services-img.small .wp-caption a::before,
    body .services-img.medium .wp-caption a::before,
    body .services-img.white .wp-caption a::before {
        width: 100%;
    }
    body .services-img.big .wp-caption .wp-caption-text,
    body .services-img.white .wp-caption .wp-caption-text,
    body .services-img.medium .wp-caption .wp-caption-text,
    body .services-img.small .wp-caption .wp-caption-text {
        width: 270px;
    }
    body .services-img.big .wp-caption:hover .wp-caption-text,
    body .services-img.white .wp-caption:hover .wp-caption-text,
    body .services-img.medium .wp-caption:hover .wp-caption-text,
    body .services-img.small .wp-caption:hover .wp-caption-text {
        width: 90%;
        height: 90%;
    }
    body .services-img.white .wp-caption a,
    body .services-img.shop-img .wp-caption a {
        padding: 0;
    }
    body .services-img.white,
    body .services-img.shop-img {
        padding: 0 0 20px;
    }
    body .podcast-sub-hero .elementor-widget-image {
        max-width: 110px;
    }
    body .podcast-sub-hero .elementor-widget-wrap {
        padding: 30px 20px 38px !important;
    }
    .watch-column .elementor-widget-wrap {
        padding: 30px 20px !important;
    }
    body #sl_div .search_box {
        flex-direction: column;
    }
    body #sl_div .search_box #addy_in_address,
    body #sl_div .search_box .search_item:not(#addy_in_address) #addy_in_radius {
        width: 100%;
    }
    body #sl_div .search_box .search_item:not(#addy_in_address) {
        width: 100%;
        flex-direction: column;
        padding-top: 20px;
    }
    body #sl_div .search_box .search_item:not(#addy_in_address) #addy_in_radius,
    body #sl_div .search_box #addy_in_address {
        padding-right: 0;
    }
    body #sl_div .search_box .search_item:not(#addy_in_address) #radius_in_submit {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    body #sl_div .slp_search_form label {
        font-size: 13px;
    }
    body .slp_results_container .results_entry {
        flex-direction: column;
    }
    body .slp_results_container .results_row_left_column,
    body .slp_results_container .results_row_center_column,
    body .slp_results_container .results_row_right_column {
        width: 100% !important;
        text-align: center !important;
    }
    body .slp_results_container .results_entry .results_row_center_column {
        margin-top: 20px;
    }
    body .slp_results_container .location_name,
    body .slp_results_container .slp_result_address,
    body .slp_results_container .slp_result_contact {
        line-height: 1;
        font-size: 13px;
    }
    .privacy-content h2,
    .privacy-content h1,
    .privacy-content h3,
    .privacy-content h4 {
        font-size: 24px !important;
    }
    body .podcast-content .dce-post-item {
        padding: 20px !important;
    }
    .subscribe-col .elementor-widget-wrap,
    .recent .elementor-widget-container {
        padding: 0 !important;
    }
    body .header-home .slider-extra-space {
        padding: 80px;
    }
    .blog-home .dce-post-button a {
        margin: 5px auto 25px;
    }
}

@media (max-width: 465px) {
    body .podcast-content .dce-post-item .dce-image-area {
        min-height: 250px;
    }
}

@media (max-width: 365px) {
    body .podcast-content .dce-post-item .dce-image-area {
        min-height: 200px;
    }
}