/*
Theme Name:        Doctify
Theme URI:         https://doctify.com
Author:            Doctify
Author URI:        https://doctify.com
Description:       Child Theme of Around Multipurpose Busines Theme.
Requires at least: WordPress 5.0
Template:          around
Version:           1.0.8
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       around-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
*/



/**
 *
 * Blog style
 *
 */
.post-container {
    max-width: 1084px;
    margin: 0 auto;
}
	
.post-container article {
    margin: 15px 2px 50px 10px;
    border: 1px solid #D5DEF9;
    border-radius: 4px;
    padding: 15px 15px 5px 15px;
	min-height: 510px;
}
	
.post-container article:hover {
	border: 1px solid #2B59E0;
	border-radius: 4px;
	box-shadow: 0px 0px 8px 2px rgba(43,89,224,0.11);
}	

.post-container .post-image {
	max-height: 250px;
	position: relative;
	height: 100%;
}	

.post-container .post-inner_image {
	height: 100%;
	object-fit: cover;
}

.post-container .post-inner_term {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #112971;
	font-size: 12px;
	line-height: 18px;
	background: #F4F7FD;
	border: 1px solid #051851;
	border-radius: 16px;
	padding: 4px 12px;
}	
	
.post-container .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}	

.post_meta_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.post_meta_author .blog_author_avatar.mx-auto {
    border-radius: 50%;
	width: 38px;
    height: 38px;
}

.post-container .post_first_name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 11.85px;
    line-height: 18px;
    color: #6F7F9E;
    margin-top: 15px;
    margin-left: 10px;
}
	
.post-descr {
    margin-top: 10px;
}	
	
.post-container .post-title {
    min-height: 55px;
}	
	
.post-container .post-inner_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #051851;
}
	
.post-container .post-excerpt {
    min-height: 80px;
    height: 100%;
}	
	
.post-container .post-inner_excerpt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #051851;
}	
	
.post-container .post-footer_reading_time {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11.85px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6F7F9E;
}	

.post-footer_share {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.post-container .icon-date {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11.85px;
    line-height: 18px;
    color: #6F7F9E;
}

.post-footer_reading,
.post-footer_share{
    width: 50%;
}
	
.post-footer {
    height: 35px;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.post-pagination {
    max-width: 1084px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
}	
	
.post-pagination span.page-numbers.current {
    border-radius: 50%;
    margin-right: 10px;
    background: #2B59E0;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 33px;
}
	
.post-pagination a.page-numbers {
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
    color: #2B59E0;
	border: 1px solid #2B59E0;
    width: 32px;
    height: 32px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;	
}
	
.post-pagination a.prev.page-numbers,
.post-pagination a.next.page-numbers{
    display: none;
}	
	
.post-pagination span.page-numbers.dots {
    margin-right: 10px;
}	

.post-related-article {
    padding: 14px 10px 0px 10px !important;
}


/* Related */

.related-feature-image .elementor-widget-container {
    height: 263px;
}

.related-feature-image .elementor-widget-container img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.related-feature-image .elementor-widget-container a {
    height: 100%;
}

.post-related-article {
    border: 1px solid #D5DEF9;
    border-radius: 4px;
    padding-top: 15px;
    background-color: #fff;
}

.post-related-article:hover {
    border: 1px solid #2B59E0;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 2px rgba(43,89,224,0.11);
}

.related-post-content {
    height: auto;
}

.related-post-time {
    color: #6F7F9E !important;
    font-size: 12px;
    line-height: 18px;
	margin-bottom: 0px !important;
}

.related-post-title-shortcode .elementor-shortcode {
    min-height: 60px;
    max-height: 65px;
    height: 100%;
}

.related-post-title, .related-post-title a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #051851;
}

.related-post-cat {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #112971;
    font-size: 12px;
    line-height: 18px;
    background: #F4F7FD;
    border: 1px solid #051851;
    border-radius: 16px;
    padding: 4px 12px;
}

.related-post-cat.patients {
    background: #2B59E0;
    color: #ffff;
    border: 1px solid #051851;
}



/* Elementor pagination */
.elementor-pagination {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    max-width: 1084px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	padding-top: 40px;
    padding-bottom: 0px;
}

.elementor-pagination a.page-numbers {
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
    color: #2B59E0;
    border: 1px solid #2B59E0;
    width: 32px;
    height: 32px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
}


.elementor-pagination .page-numbers.current{
    border-radius: 50%;
    margin-right: 10px;
    background: #2B59E0;
    color: #fff !important;
    width: 32px;
    height: 32px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 33px;	
}


/* Single blog */

.single .post-content-container {
    max-width: 700px;
	width:100%;
    min-height: 323px;
    margin: 0 auto;
	position: relative;
}
.single .blog-author-section .elementor-widget-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: unset !important;
        flex-wrap: unset !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}

.single .blue-cta {
    max-width: 850px;
    margin: 0 auto;
}

.single .post-content-container .elementor-widget-container h1,
.single .post-content-container .elementor-widget-container h2,
.single .post-content-container .elementor-widget-container h3,
.single .post-content-container .elementor-widget-container h4,
.single .post-content-container .elementor-widget-container h5,
.single .post-content-container .elementor-widget-container h6{
    font-family: "Klarheit Kurrent", Sans-serif !important;
    color: #051851 !important;
}

.single .post-content-container figure.wp-block-image img {
    border-radius: 16px;
}


.single .post-inner_term {
    color: #051851;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.single .post-content-container .elementor-blockquote:before {
    content: url(/wp-content/themes/around-child/img/quote.svg);
    font-size: unset !important;
    color: unset !important;
    font-family: unset;
    font-weight: unset;
    line-height: unset;
    display: block;
    height: auto !important;
}

.single .post-content-container .elementor-widget-container a {
    text-decoration: underline;
}

.single .post-content-container blockquote.elementor-blockquote {
    padding: 15px 30px 15px 30px;
}

.single .custom-blockquote .elementor-widget-container {
    border-radius: 16px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.elementor-widget-container p {
    margin-bottom: 20px;
	color: #051851;
}


	
/* Elements */

.alm-btn-wrap {
    margin: 30px 0px 80px 0px !important;
}
	
div#ajax-load-more {
    max-width: 1084px;
    margin: 0 auto;
}	

button.alm-load-more-btn.more {
    border: 1px solid #2B59E0;
    border-radius: 32px;
    background: white;
	background-color: white !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #2B59E0;
    padding: 8px 24px;
}	
	
.alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: white !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    color: #2B59E0 !important;
}	

.cta-custom-blue{
    max-width: 850px !important;
    margin: auto !important;
    padding-top: 30px;
    padding-bottom: 40px;
}

.cta-custom-blue .elementor-widget-container {
    margin-inline: calc((100% - min(100vw,850px)) / 2) !important;
}

.cta-custom-blue .elementor-widget-container .elementor-cta__description spam{
	color: #00E5D0;
}

.cta-custom-blue .elementor-widget-container .elementor-cta__content {
    padding-left: 70px;
}

p.elementor-blockquote__content {
    margin-top: 20px;
}

/* Custom/Reuseable Blocks */

.blue-cta-block {
	background-color: #406ae3 !important;
    padding-left: 80px;
    border-radius: 16px;
	margin-inline: calc((100% - min(100vw,850px)) / 2) !important;
	margin-top: 50px;
    margin-bottom: 50px;
}

.blue-cta-block .wp-block-button__link{
	margin-top: 15px;
	text-decoration: none !important;
}

.single .post-content-container .blue-cta-block .wp-block-heading {
    color: #fff !important;
}

.custom-quote-block,
blockquote{
    padding: 60px !important;
    border-left: unset !important;
    border-radius: 16px !important;
    background-color: #ffefef !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.custom-quote-block:before{
    content: url(/wp-content/themes/around-child/img/quote.svg);
    font-size: unset !important;
    color: unset !important;
    font-family: unset;
    font-weight: unset;
    line-height: unset;
    display: block;
    height: auto !important;
}

blockquote p:before{
	margin-bottom:20px;
}

blockquote p span{
	color: #051851;
	font-size: 35px;
	line-height: 49px;
	font-weight: 400;
}

.custom-quote-block .has-text-color {
    margin-top: 25px;
}

.wp-block-outermost-social-sharing-link {
    border-radius: 5px !important;
}

.wp-block-outermost-social-sharing:not(.is-style-logos-only) .outermost-social-sharing-link-whatsapp,
.wp-block-outermost-social-sharing:not(.is-style-logos-only) .outermost-social-sharing-link,
.wp-block-outermost-social-sharing:not(.is-style-logos-only) .outermost-social-sharing-link-linkedin,
.wp-block-outermost-social-sharing:not(.is-style-logos-only) .outermost-social-sharing-link-facebook,
.wp-block-outermost-social-sharing:not(.is-style-logos-only) .outermost-social-sharing-link-twitter{
    background-color: #051851;
    color: #fff;
	margin-right: 5px;
}
    

.hs-richtext.hs-main-font-element p:before {
    content: url(/wp-content/themes/around-child/img/form-icon.svg);
}

/* Media CSS */

@media (min-width:1024px) {
	
    .post-container {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:1024px) {
	
    .post-container {
        display: grid;
  		grid-template-columns: 50% 50%;	
    }
	
	.cta-custom-blue .elementor-widget-container .elementor-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
			-ms-flex-direction: column !important;
				flex-direction: column !important;
		-webkit-box-align: center !important;
			-ms-flex-align: center !important;
				align-items: center !important;
		-webkit-box-pack: center !important;
			-ms-flex-pack: center !important;
				justify-content: center !important;
	}	
	
	.cta-custom-blue .elementor-widget-container .elementor-cta__bg-wrapper {
		min-width: 100% !important;
		min-height: 270px;
	}
	
	.cta-custom-blue .elementor-cta__content {
		padding: 15px !important;
		min-width: 100% !important;
		text-align: center !important;
		min-height: 200px !important;
		padding-top: 0 !important;
		-ms-flex-line-pack: start !important;
			align-content: start !important;
	}
	
	.cta-custom-blue .elementor-cta__bg {
		background-size: cover;
		background-position: center;
		z-index: 1;
		background-size: auto;
		background-repeat: no-repeat;
	}	
	
	
}

@media (max-width:768px) {
	
	.single .post-content-container {
		max-width: 100%;
		width:100%;
		min-height: 323px;
		margin: 0 auto;
	}
	
    .post-container {
        display: grid;
  		grid-template-columns: 100%;	
    }
	
	.related-postitem-loop-footer .elementor-column {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}	
	
	.single .post-content-container blockquote.elementor-blockquote {
		padding: 0;
	}	
	
	
	 .single .post-content-container .elementor-blockquote__content {
		font-size: 25px !important;
		line-height: 35px !important;
		padding-top: 20px;
	}
	
	.custom-quote-block,
	blockquote{
		padding: 20px !important;
	}	
	
	.custom-quote-block .has-text-color,
	blockquote p span,
	blockquote p{
		font-size: 28px !important;
		font-weight: 500;
		line-height: 39px !important;
	}	
	
	.blue-cta-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%;
		margin-left: 0 !important;
		padding: 30px;
		text-align: center;
	}
	
	.blue-cta-block .wp-block-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		text-align: center;
		width: 100%;
	}	
	.single .post-content-container .blue-cta-block .wp-block-heading {
    	text-align: left;
	}

}

