/*
Theme Name:Zen Waves Clinic
Theme URI:
Description:Zen Waves Clinic
Version: 1.01
Author:
*/

body{
	margin: 0;
    padding: 0;
	color: #6b6c6a;
    font-family: "Poppins", sans-serif;
	font-size:16px;
}
.padding-0 {
	 padding: 0 0 50px !important;
}
.padding-0 p:last-child{
	 margin-bottom: 0 !important;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
a {
	text-decoration:none;
	outline:none;
    color: #0100cf;
}
a:hover, a:focus, a:active{
	color:#0100cf;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
.img-rite {
	position: relative;
	float:right;
	z-index:999;
	margin-bottom: 20px;
	margin-left: 20px;
}
section {
	padding:50px 0;
}
.container {
    width: 100% !important;
	padding: 0 250px;
}
.container-fluid {
    width: 100%;
	padding: 0 150px;
}
hr {
    border-top: 1px solid #945a964f !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
h1, .services-sec h2, .quicklinks-sec h2, .faqs-sec h2, .grey-sec h2 {
    color: #020000;
    font-weight: 400;
	font-size: 40px;
	margin-bottom: 30px;
	font-family: "Questrial", sans-serif;
}
h1 span {
    display: block;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}
h2 {
    color: #020000;
	font-size: 24px;
    font-weight: 400;
	margin-bottom: 30px;
	font-family: "Questrial", sans-serif;
}
h2 span {
    display: block;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.panel-title {
        font-size: 24px;
    }
h3 {
    color:#020000;
	font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
	padding-top: 10px;
	font-family: "Poppins", sans-serif;
	color: #0100cf;
	text-transform: uppercase;
}
h3 span {
    display: block;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	text-transform: unset;
}
h4 {
	color: #020000;
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;	
}
h5 {
}
h6 {
}
a.site-btn {
    font-size: 14px;
    background-color: #0100cf;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50px;
    margin-top: 19px;
}
a.site-btn:hover {
    background-color:#fff;
    color: #0100CF;
	border: 1px solid #0100CF;
}
a.transparent-btn {
    background-color: transparent !important;
    color: #0100CF !important;
    border: 1px solid #0100CF;
}
a.transparent-btn:hover {
    background-color: #0100CF !important;
    color: #fff !important;
    border: 1px solid #fff;
}
a.green-btn {
    background-color: #3deea8;
    border: 1px solid #3deea8;
    color: #020;
}
a.green-btn:hover {
    background-color: #020;
    border: 1px solid #020;
    color: #3deea8;
}
p.margin-ten {
    padding-top: 10px;
    margin-bottom: 10px;
}
:where(.wp-block-columns) {
    margin-bottom: 0px !important;
}
.testimonial-text {
	margin-bottom: 0px !important;
}
iframe {
	width: 100%;
}
.wp-block-embed__wrapper {
  --video--width: 1500;
  --video--height: 850;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-header {
    padding: 10px 0;
    z-index: 9999;
    top: 0;
    width: 100%;
	background:#0100cf;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 99999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
	background:#0100CF;
    margin-top: 0 !important;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, .34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-right {
    text-align: end;
}
.banner {
    position: relative;
	text-align: center;
}
.banner-text {
    position: absolute;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 250px;
    right: 250px;
    text-align: left;
}
.banner-text h1 {
	color: #fff;
	font-size: 55px;	
}
.banner-text a.site-btn{
	background-color: transparent;
}
.banner-text a.site-btn:hover{
	background-color: #fff;
}
.home h2{
	font-size: 40px
	}
.welcome-sec a.site-btn {
    background-color: #fff;
    color: #14c6a4;
}
.welcome-sec a.site-btn:hover {
    color: #fff;
    background-color: #14c6a4;
}
.testimonials-sec {
	background-color: #f2f2f5;
}
.home .testimonials-sec {
    padding: 100px 0px 50px;
    background-color: #0100cf;
}

p.before-testimonial-icon:before {
    content: '';
    display: block;
    background-image: url(images/testimonial-icon-white.svg);
    width: 40px;
    height: 34px;
    position: absolute;
    right: 0;
    left: 0;
    top: -60px;
    margin: 0 auto 30px;
}
p.before-testimonial-icon-blue:before {
    content: '';
    display: block;
    background-image: url("images/testimonial-icon-blue.svg");
    width: 40px;
    height: 34px;
    position: absolute;
    right: 0;
    left: 0;
    top: -60px;
    margin: 0 auto 30px;
}
p.before-testimonial-icon-blue {
	position: relative;
}
.greylight-sec p {
    color: #6b6c6a;	
}
hr.wp-block-separator.has-alpha-channel-opacity.blue-line {
    width: 20%;
    margin: 40px auto 40px !important;
}
hr.wp-block-separator.has-alpha-channel-opacity.grey-line {
    width: 20%;
    margin: 40px auto 40px !important;
}
.home .testimonials-sec p{
	margin-bottom:0;
	text-align:center;
	color: #fff;
}
.testimonials-sec p{
	margin-bottom:0;
	text-align:center;
}
.services-sec {
    background-color: #3deea8;
}
.service-box p {
	color: #0c493c;
}
.services-sec p:last-child, .home .services-sec p:first-child{
	margin-bottom:0px;
}
.service-box {
	position: relative;
	background-color: #3deea8;
	margin-bottom:30px;
	padding:20px;
	border-radius: 10px;
}
.post-type-archive-services .service-box {
	background-color: unset;
	border: 1px solid #a0a0a0;
}
.post-type-archive-services .service-box p{
    color: #6b6c6a;
}
.post-type-archive-services .service-box a.site-btn{
    background-color: #fff;
    color: #0100CF;
    border: 1px solid #0100CF;
}
.post-type-archive-services .service-box a.site-btn:hover{
    background-color: #0100CF;
    color: #FFF;
    border: 1px solid #0100CF;
}
.service-box2 {
	position: relative;
	text-align: center;
    transition: 0.4s;
}
.service-box2:hover {
    
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: 0.4s;
}
.service-box2 img {
	width:80%;
}
/*.service-box2 a{
    position: absolute;
    width: 90%;
    height: 100%;
    display: block;
    z-index: 9;
}*/

.quick-box a{color:#FFF}
.service-box-heading{
}
.service-box-heading h3{
    margin-bottom: 0px;
	padding-top:20px;
	font-family: "Questrial", sans-serif;
	text-transform:unset;
	color: #020000;
}
.post-type-archive-service .service-box-heading h3{
	font-weight: bold;
}
.portion {
	padding: 20px 15px;
	margin-bottom:20px;
}
.portion ul.inner-list {
    list-style: none;
    text-transform: uppercase;
    margin-left: 0px !important;
	border-top: 1px solid #b1aead;
	border-bottom: 1px solid #b1aead;
	padding: 20px 0px 5px !important;
}
.portion h3 {
    margin-bottom: 20px;
    color: #020000;
	padding-top: 0px;
	text-transform: unset !important;
	letter-spacing: 0px;
}
ul.help-list {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	 -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	margin-bottom:20px;
}
ul.help-list li{
	position: relative;
	font-weight:400;
	text-align:center;
	line-height:32px;
	vertical-align: middle;
	color:#606060;
	letter-spacing:0;
	text-transform:uppercase;
}
ul.help-list li h3{
	color:#606060;
}	
ul.help-list li a{
	color:#606060;
}
ul.help-list li a:hover{
	text-decoration: underline;
	color:#606060;
}
.quicklinks-sec {
    background-color: #a0a0a0;
}
.quicklinks-sec h2{
    color: #fff;
}
.quick-box {
	position: relative;
    text-align: center;
    transition: 0.4s;
	padding:0 15px;
}
.quick-box:hover {
 
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: 0.4s;
}
.quick-img {
	background: #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    line-height: 140px;
    vertical-align: middle;
	margin: 0 auto;
    margin-bottom: 10px;
}
.quick-box:hover .quick-img{
	background: #3deea8;
}
.quick-box:hover .quick-img img{
	filter: brightness(0) invert(1);
}
.quick-text h3 {
    color: #fff;
	font-family: "Questrial", sans-serif;
	text-transform:unset;
    line-height: 24px;
	letter-spacing:0;
	margin-bottom:0;
}
.signup-sec {
   background-color:#0100cf;
}
.form-sec h2 {
	color:#fff;
}
.form-sec h2 a{
	color: #fff;
	text-decoration:underline;
}
.form-control {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 15px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #6e7a84;
	border-radius:0;
}
textarea.form-control {
    height: 185px;
}
.submit-btn {
    font-size: 16px;
    background-color: #0100cf;
    font-weight: 400;
	cursor: pointer;
    color: #fff;
	position: relative;
    padding: 5px 50px;
    border-radius: 50px;
	border: 1px solid #0100cf;
}
.submit-btn:hover {
	background-color: #fff;
	color: #0100cf;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    margin: 0px auto !important;
    text-align: center;
    width: 50%;
    background-color: #0100cf;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border-color: #0100cf !important;
    border-radius: 50px;
}
.wpcf7-not-valid-tip {
    color: #363636 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: block;
    text-align: center !important;
}
.wpcf7-form .text-right p {
	margin-bottom:0;
}
select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}
.map-section {
    padding: 0;
   
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 470px;
    position: relative;
}
.map-link {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 6px;
    background: rgba(86, 97, 115, .65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 250px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.map-link a {
    color: #fff;
}
.signup-sec {
	background-color: #0100cf;
}
.signup-sec h2{
	color: #fff;
}
.signup-sec .submit-btn {
    border: 1px solid #fff;
}	
.footer {
    position: relative;
	padding: 50px 0;
    background: rgb(1,0,207);
    background: linear-gradient(90deg, rgba(1,0,207,1) 0%, rgba(169,100,246,1) 35%, rgba(61,238,168,1) 100%);
}
.footer h3 {
    color: #fff;
    font-weight: 100;
    margin-bottom: 20px;
	letter-spacing:0;
	text-transform: uppercase;
}
.hour-outer {	
	max-width:300px; 
}
.hour ul {
    padding: 0;
    list-style: none;
}
.hour ul li {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
}
.hour ul li span:last-child {
    float: right;
}
ul.footer-logos {
    padding: 0;
	list-style: none;
}
ul.footer-logos li {
   display: inline-block;
	padding:0;
	width:16.6%
}
.hour ul li span:last-child {
    float: right;
}
.footer-logo {
    margin-top: 50px;
	float: right;
}
a.footer-logo {
    display: block;
    margin-bottom: 60px;
}
/*.getintouch-footer {
    max-width:360px; 
    margin:0 auto;
}*/
ul.contact-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}
ul.contact-list li {
    padding: 0 5px;
	margin:15px 0;
	 display: block;
}
ul.contact-list li:first-child {
   margin-top:0;
}
ul.contact-list li a {
    color: #fff;
}
ul.contact-list li:last-child img {
	float: left;
	margin-right:10px;
}
ul.contact-list li a:hover img {
    transition: 1s;
    transform: rotate(360deg);
}
.webby {
    margin-top: 40px;
}
.webby p {
    font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}
.webby p a {
    color: #fff;
}
/****** Inner CSS *******/

.top-bar {
    height: 30px;
    background-color: #f5f5f6;
}
.inner-sec, .archive-sec {
    min-height: calc(100vh - 426.5px);
}
.inner-sec h3, .single-sec h3 {
	color:#0100cf;
	letter-spacing:1.5px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 10px;
	}
.inner-banner {
	position: relative;
	margin-bottom:30px;
}
.inner-banner img{
	width:100%;
}	
p.sub-text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    line-height: 24px;
}
.home ul.inner-list {
	margin:0;
	padding:0;
	margin-left:20px;
}
ul.inner-list li {
    line-height: 20px;
    margin-bottom: 15px;
}
ul.inner-list li ul li {
    margin-bottom: 0px;
}
ul.inner-list li::marker {
	color: #0100cf;
}	
ol.inner-list {
}
ol.inner-list li {
    line-height: 20px;
    margin-bottom: 15px;
}
.grey-sec {
    background-color: #F2F2F5 !important;
	}
.grey-sec figure {
	margin: 0px;
}
/****************************************** Team CSS ********************************************/
.single-team .meet-sec {
	padding-top:0;
}
.team-box {
	position: relative;
    text-align: center;
     transform: translateY(0px);
     transition: 0.2s;
	 background: #000000;
	display:grid;
}
.team-box:hover {
    transform: translateY(-10px);
}

/*.team-box a {
    position: absolute;
    display: block;
    width: 80%;
    height: 100%;
    z-index: 9;
}*/
.team-text {
	background:#000000;
	padding:10px 5px;
	place-items: center;
	}
.team-text h3{
	color:#fff;
	font-family: "Questrial", sans-serif;
	text-transform: unset;
    margin-bottom: 0px;
	padding-top: 0px;
	letter-spacing:0;
} 
/****************************************** FAQs CSS ********************************************/
.faqs-sec {
	background-color: #0100cf;
}
.faqs-sec h2{
	color: #fff;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
    color: #fff;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.panel-default > .panel-heading {
    color: #fff !important;
    border-color: transparent !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: unset !important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
	font-size: 24px;
}
.panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
}
.panel-body {
    padding: 0px 80px;
}
.panel-body a {
	color: #fff;
	text-decoration:underline;
}
.panel {
    border: unset !important;
    margin-bottom: 10px !important;
	box-shadow: unset !important;
	border-radius:0 !important;
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
}
.page-id-861 .panel-collapse {
	background: #fff !important;
	color:#6b6c6a !important;	
}
.panel-body .inner-list li {
    color: #fff;
}
/******************************** Referral CSS ***************************************/

.referral-form-sec {
    background-color: #ccc5e2;
    padding: 40px 30px;
    border-radius: 10px;
}
.referral-form-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec input.wpcf7-form-control.wpcf7-text.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec select.wpcf7-form-control.wpcf7-select.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 6px 20px;
    border: 1px solid #c7dde8;
    height: 48px;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
    height: 170px;
}
.wpcf7-form-control-signature-wrap {
    font-size: 17px !important;
    margin-bottom: 25px !important;
    border: 1px solid #c7dde8 !important;
    outline: 0 !important;
    color: #5a6772 !important;
    width: 100% !important;
}
.sig p {
	margin-bottom:0;
}


/*************** News css ***********/

.post-details {
    position: relative;
    min-height: 250px;
    background-color: #f4f2f2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}
.affiliations-sec {
	background-color:#efefef;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media(max-width: 1920px) {			
.container-fluid {
    padding: 0 120px;
}
.container {
	padding: 0 200px;
}	
.banner-text {
    left: 200px;
    right: 200px;
}
.banner-text h1 {
	font-size: 48px;	
}	
.home h2{
	font-size:36px
	}
	
h1, .services-sec h2, .quicklinks-sec h2, .faqs-sec h2, .grey-sec h2 {
    font-size: 36px;
}	
h2{
    font-size: 22px;
}
.panel-title {
    font-size: 22px !important;
}	
h3 {
    font-size: 22px;
}	
ul.contact-list li a {
    color: #fff;
    font-size: 15px;
}	
}
@media(max-width: 1440px) {			
.container-fluid {
    padding: 0 50px;
}
.container {
	padding: 0 100px;
}	
.banner-text {
    left: 100px;
    right: 100px;
}
.banner-text h1 {
	font-size: 42px;	
}	
.home h2{
	font-size:32px
	}	
	
h1, .services-sec h2, .quicklinks-sec h2, .faqs-sec h2 , .grey-sec h2 {
    font-size: 32px;
}	
h2{
    font-size: 20px;
}
h4 {
	font-size: 19px;
}	
.panel-title {
    font-size: 20px !important;
}
h3 {
    font-size: 20px;
}
.footer{
	font-size: 14px;	    
}
ul.contact-list li a {
    font-size: 12px;
}	
.webby p {
    font-size: 12px;
}	
}
@media(max-width: 1024px) {		
body {
    font-size: 14px;
}	
.container-fluid {
    padding: 0 50px;
}
.container {
	padding: 0 75px;
}	
.banner-text {
    left: 75px;
    right: 75px;
}
.banner-text h1 {
	font-size: 34px;	
}	
.home h2{
	font-size:30px
	}
	
h1, .services-sec h2, .quicklinks-sec h2, .faqs-sec h2, .grey-sec h2 {
    font-size: 30px;
}	
h2 {
    font-size: 18px;
}
.panel-title {
    font-size: 18px !important;
}		
h3 {
    font-size: 18px;
}
h3 span {
    font-size: 14px;
}	
h4 {
	font-size: 17px;
}	
}
@media(max-width: 768px) {		
.container-fluid {
    padding: 0 30px;
}
.container {
	padding: 0 50px;
}	
	
.banner-text {
    left: 50px;
    right: 50px;
}
.banner-text h1 {
	font-size: 28px;	
}	
.home h2{
	font-size:28px
	}
	
h1, .services-sec h2, .quicklinks-sec h2, .faqs-sec h2, .grey-sec h2 {
    font-size: 28px;
}	
h2 {
    font-size: 16px;
}
h3 {
    font-size: 16px;
}
h4 {
	font-size: 16px;
}		
.panel-title {
    font-size: 16px !important;
}
h3 span {
    font-size: 13px;
}	
}
@media(max-width: 480px) {			
.container-fluid {
    padding: 0 15px;
}
.container {
	padding: 0 30px;
}	
.banner-text {
    left: 40px;
    right: 40px;
}
.banner-text h1 {
	font-size: 24px;	
}	
.home h2{
	font-size:24px
	}
	
h1, .services-sec h2, .quicklinks-sec h2, .faqs-sec h2, .grey-sec h2  {
    font-size: 24px;
}	
h2 {
    font-size: 16px;
}
.panel-title {
    font-size: 16px !important;
}	
h3 {
    font-size: 18px;
}
	
}
@media (max-width: 1024px) {	
.header-right {
    text-align: center;
    margin-top: 0px;
}	
a.site-btn {
    font-size: 12px;
	padding: 5px 13px;
}	
.service-box {
	margin-top:10px;
	}
ul.help-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
ul.contact-list li img {
	max-width: 12px;
}
.footer {
    font-size: 12px;
 }	
}
@media (max-width: 767px) {
.img-rite {
	float:none;
	z-index:999;
	margin-left: 0px;
	margin-top:0px;
	text-align:center;
}	
section {
    padding: 30px 0;
}
.logo {
    text-align: center;
    margin-bottom: 10px;
}
.header-right {
    text-align: center;
	margin:0;
}
.service-box {
    margin:10px 0;
}
.banner-text h1 {
    font-size: 20px;
	margin-bottom:0;
}
ul.help-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
}		
.banner-text a.site-btn {
    display:none;
}		
.wpcf7-response-output {
    width: 100%;
	}
.team-box.h-100 {
    height: auto !important;
}
.team-box {
		margin-bottom:10px;
	}
.footer {
    font-size: 14px;
}	
.footer-logo {
    margin-top: 30px;
    float: none;
    text-align: center;
}
ul.contact-list li img {
	max-width: unset;
}
.getintouch-footer	{
	max-width: unset;
    margin: 0;
	margin-top: 30px;	
	}
.footer {
	padding:30px 0px;
}	
.single-team h1 {
		margin-top:10px;
	}
.post-nav a.site-btn {
        font-size: 9px;
        padding: 5px 7px;
    }
    #wp-block-themeisle-blocks-advanced-columns-13cda35e {
        padding-top: 80px !important;
    }	
#wp-block-themeisle-blocks-advanced-columns-57960dcd {
        padding-top: 80px !important;
}	
}