/* WP STYLE */
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: block;
}

.wp-block-image img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: block;
    text-align: center;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    text-align: center;
    margin-bottom: 20px;
}

.wp-caption .wp-caption-text {
    text-align: center;
}

.has-text-align-center{
    text-align: center;
}

.has-text-align-left{
    text-align: left;
}

.has-text-align-right{
    text-align: right;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.link-contact{
    cursor: pointer;
    color: white;
    text-decoration: none;
}
.link-contact:hover{
    color: #2E2E2E;
}

.service-detail__title{
    font-size: 48px;
}

.service-detail__promo{
    font-size: 38px;
    padding: 0px 100px;
}

.service-detail__description {
    padding: 0px 100px;

}


.clock {
    display: flex;
    text-align: center;
}
.clock__item {
    line-height: 25px;
    height: 80px;
    margin: 0 0.5rem;
    padding: 1rem;
    border-radius: 9px;
    background: -webkit-gradient(linear, left top, left bottom, from(#25C0C0), to(#2eb3ac));
    background: linear-gradient(#25C0C0 0%, #2eb3ac 100%);
    color: #fff;
    font-size: 40px;
    box-shadow: 5px 5px rgb(37 192 192 / 30%);
    /* box-shadow: 20px 20px 60px #a6b0c0, -20px -20px 60px #e0eeff; */
}
.clock__colon {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.clock__colon-item {
    width: 1rem;
    height: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#25C0C0), to(#2eb3ac));
    background: linear-gradient(#25C0C0 0%, #2eb3ac 100%);
    border-radius: 50%;
    box-shadow: 3px 3px rgb(37 192 192 / 30%);
}

.blinking {
    animation: blink 2s ease infinite;
    transition: all 0.2s ease;
}

.text-bold {
    font-weight: 700;
}


@media (max-width: 767px) {
    .service-detail__title {
        margin-top: 20px;
        font-size: 30px;
    }
    .service-detail__description {
        padding: 0px 0px;
    }
    .service-detail__promo{
        font-size: 28px;
        padding: 0px 0px;
    }
    .clock__item{
        font-size: 15px !important;
        height: 50px !important;
        line-height: 5px !important;
    }
    .clock__colon-item {
        width: 0.5rem !important;
        height: 0.5rem !important;
    }
    .lead {
        font-size: 14px;
        line-height: 1.2rem
    }
}


.card-note .sticky {
    -webkit-box-shadow: #DDD 0px 1px 2px;
    position: relative;
    /* background-color: #F4F39E;
    border-color: #DEE184; */
    background: -webkit-gradient(linear, left top, right top, from(#FA53A0), to(#FA53A0));
    background: linear-gradient(to right, #FA53A0 0%, #FA53A0 100%);
    color: #fff;
    text-align: center;
    margin: 2.5em 0px;
    padding: 1.5em 1em;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    /* -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    /* -webkit-box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%);
    box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%); */
    width: 250px;
    z-index: 0;
    /* font-family: 'Indie Flower', cursive;
    font-family: 'Give You Glory', cursive;
    font-family: 'The Girl Next Door', cursive;
    font-family: 'Gloria Hallelujah', cursive; */
}

.card-note .post-it {
    display: table;
    margin: 3em auto 0;
}

.card-note .taped {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.card-note .sticky.taped:after {
    display: block;
    content: "";
    position: absolute;
    width: 110px;
    height: 30px;
    top: -21px;
    left: 30%;
    border: 1px solid #F4F39E;
    background: #F4F39E;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
}

.card-note .note {
    -webkit-box-shadow: #DDD 0px 1px 2px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#FA53A0),  to(#FA53A0));
    background: linear-gradient(to right, #FA53A0 0%, #FA53A0 100%);
    text-align: center;
    margin: 1.5em auto;
    padding: 1.5em 1em;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    width: 250px;
    /*originally with brain flower font*/
    font-size: 1em;
    /* font-family: 'The Girl Next Door', cursive; */
}

.card-note .note:after {
    display: block;
    content: "";
    position: absolute;
    width: 110px;
    height: 30px;
    top: -21px;
    left: 30%;
    border: 1px solid #fff;
    background: rgba(254, 254, 254, .6);
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
}

.card-note-mobile .sticky {
    -webkit-box-shadow: #DDD 0px 1px 2px;
    position: relative;
    /* background-color: #F4F39E;
    border-color: #DEE184; */
    background: -webkit-gradient(linear, left top, right top, from(#FA53A0), to(#FA53A0));
    background: linear-gradient(to right, #FA53A0 0%, #FA53A0 100%);
    color: #fff;
    text-align: center;
    margin: 2.5em 0px;
    padding: 1.5em 1em;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    /* -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    /* -webkit-box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%);
    box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%); */
    width: 250px;
    z-index: 0;
    /* font-family: 'Indie Flower', cursive;
    font-family: 'Give You Glory', cursive;
    font-family: 'The Girl Next Door', cursive;
    font-family: 'Gloria Hallelujah', cursive; */
}

.card-note-mobile .post-it {
    display: table;
    margin: 2em auto 0;
}

.card-note-mobile .taped {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 3vw;
}

.card-note-mobile .sticky.taped:after {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 25px;
    top: -15px;
    left: 25%;
    border: 1px solid #F4F39E;
    background: #F4F39E;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
}

.card-note-mobile .note {
    -webkit-box-shadow: #DDD 0px 1px 2px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#FA53A0),  to(#FA53A0));
    background: linear-gradient(to right, #FA53A0 0%, #FA53A0 100%);
    text-align: center;
    margin: 1.5em auto;
    padding: 1.5em 1em;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    width: 250px;
    /*originally with brain flower font*/
    font-size: 1em;
    /* font-family: 'The Girl Next Door', cursive; */
}

.card-note-mobile .note:after {
    display: block;
    content: "";
    position: absolute;
    width: 110px;
    height: 30px;
    top: -21px;
    left: 30%;
    border: 1px solid #fff;
    background: rgba(254, 254, 254, .6);
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
}


.card-seo__card {
    background: #fff;
    /* box-shadow: 0px 0px 23.3862px  rgb(0, 0, 0, 0.08) ; */
    -webkit-box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%);
    box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%);
    /* background: #25C0C0; */
    /* box-shadow: 0px 0px 23.3862px  rgb(37, 192, 192, 0.9) ; */
    border-radius: 5.84656px;
    position: relative;
}
.card-seo__card__badge {
    font-weight: 700;
    vertical-align: middle;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 7px;
    /* background-color: #fff; */
    background-color: #FA53A0;
    position: absolute;
    height: 60px;
    width: 60px;
    left: -15px;
    top: 15px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 23.3862px rgba(0, 0, 0, 0.08); */
}
.card-seo__card__body__title {
    padding: 30px 15px 5px 60px;
    font-size: 20px;
    font-weight: 700;
    /* color: #fff; */
}
.card-seo__card__body__separator {
    margin: 0px 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 90%;
}
.card-seo__card__body__text {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 25px 15px 30px;
    /* color: #fff; */
    color: #919192;
}

.card-seo-homepage__card {
    background: #fff;
    /* box-shadow: 0px 0px 23.3862px  rgb(0, 0, 0, 0.08) ; */
    -webkit-box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%);
    box-shadow: 0px 0px 18px 0px rgb(50 77 215 / 14%);
    /* background: #25C0C0; */
    /* box-shadow: 0px 0px 23.3862px  rgb(37, 192, 192, 0.9) ; */
    border-radius: 5.84656px;
    position: relative;
    /* background-color: rgb(37, 192, 192, 0.3); */
}
.card-seo-homepage__card__badge {
    font-weight: 700;
    vertical-align: middle;
    line-height: 0px;
    color: #fff;
    text-align: center;
    font-size: 2.7vw !important;
    padding: 7px;
    /* background-color: #fff; */
    /* background-color: #FA53A0; */
    background-color: rgb(37, 192, 192, 0.9);
    position: absolute;
    height: 25px;
    width: 25px;
    left: -10px;
    top: 15px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 23.3862px rgba(0, 0, 0, 0.08); */
}

.card-seo-homepage__card__badge-pink {
    font-weight: 700;
    vertical-align: middle;
    line-height: 0px;
    color: #fff;
    text-align: center;
    font-size: 2.7vw !important;
    padding: 7px;
    /* background-color: #fff; */
    background-color: #FA53A0;
    position: absolute;
    height: 25px;
    width: 25px;
    left: -10px;
    top: 15px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 23.3862px rgba(0, 0, 0, 0.08); */
}

.card-seo-homepage__card__body__title {
    padding: 10px 10px 10px 20px;
    font-size: 2.7vw !important;
    font-weight: 700;
    /* color: #fff; */
}
.card-seo-homepage__card__body__separator {
    margin: 0px 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 90%;
}
.card-seo-homepage__card__body__text {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 25px 15px 30px;
    /* color: #fff; */
    color: #919192;
}

/*===========================
	TEAM css
===========================*/
.single-team {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px;
}

.single-team .team-image {
    position: relative;
}

.single-team .team-image img {
    width: 100%;
    max-width: 150px;
    margin-top:30px;
}

.single-team .team-image .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.single-team .team-image .social ul {
    background-color: rgba(255, 255, 255, 0.23);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50px;
    padding: 8px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.single-team .team-image .social ul::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe8464), to(#fe6e9a));
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-team .team-image .social ul li a {
    margin: 0px 8px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

.single-team .team-image .social ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.single-team .team-content {
    padding: 30px;
}

.single-team .team-content .holder-name a {
    font-size: 20px;
    font-weight: 700;
    color: #2E2E2E;
}

.single-team .team-content .text {
    margin-top: 5px;
}

.single-team:hover .team-image .social ul::before {
    opacity: 1;
    visibility: visible;
}
