/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Sime
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.site-navigation ul.menu li.current_page_item a:after {
    content: '.';
    color: #e24874;
    font-size: 70px;
    position: absolute;
    line-height: .2;
    left: calc(50% + -5px);
    width: 12px;
}
.page-header {
    display: none;
}
#menu-main-navigation .highlighted.menu-item {
    background: #9b1359;
    border-radius: 5px;
	margin-left: 15px;
}
#menu-main-navigation .highlighted.menu-item a {
    color: #fff;
}

#icon_set .icon_image_with-title img {
    max-height: 129px;
}
.icon_image_with-title {
    padding: 5%;
}
.icon_image_with-title figcaption.widget-image-caption.wp-caption-text span {
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0px;
    display: block;
}
.icon_image_with-title figcaption.widget-image-caption.wp-caption-text {
    padding: 0 10px 10px 10px;
    font-size: 20px;
}

#card_grid .icon_image_with-title {
    padding: 0;
    background: #ebebeb;
    border: 2px solid #fff;
    border-radius: 5px;
}


#card_grid .icon_image_with-title:before {
    content: '';
    width: 100%;
    height: 150px;
    left:0;
    background: #f5f5f5;
    clip-path: polygon(0% 0%, 0% 100%, 100% 30%, 100% 0%, 0% 0%);
    position: absolute;
}

#card_grid .icon_image_with-title img {
    padding: 10% 0 5% 0;
    position: relative;
}
#card_grid .icon_image_with-title.last-two-cards {
    left: 50%;
}
.last_bubles {
    left: 50%;
}

.image_we-serve figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
    bottom: 0;
    background: #ffffff99;
    width: 100%;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 70px;
}
.image_we-serve img {
    width: 350px;
    height: 350px;
}
.image_we-serve a {
    display: block;
}

#boxed_we-serve {
    max-width: 1140px;
    width: 90%;
    margin: auto;
}


#let-pirinska-guide {
    justify-items: end;
}



#site-footer {
    text-align: center;
    background-color: #ececec;
}
nav.footer-menu ul {
    padding: 0;
    list-style: none;
}

.service_wrap .elementor-widget-text-editor {
    padding: 0% 0% 0% 3%;
    width: 100%;
    max-width: 600px !important;
}
.service_wrap .e-child {
    align-items: center;
}
.service_wrap.left .e-child {
	justify-items: end;
}
.service_wrap .elementor-spacer {
    min-height: 350px;
}
.service_wrap h3 { 
	color: #000;
}
.footer-subscribe {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.footer-subscribe h3 {
    font-weight: bold;
}
.footer-subscribe input {
	border-right-width: 0;
	border-radius: 0;
    border-color: #afafaf !important;
}

.footer-subscribe input.wpcf7-submit {
	width: 100px;
    background: #9b1359;
    color: #fff;
    border-color: #9b1359;
}
.footer-subscribe .wpcf7-form-control-wrap {
    float: left;
    width: calc(100% - 100px);
}
footer .elementor-column.footer-menus p {
    margin-bottom: 0;
}
.elementor-widget-container.contact_us-form div.wpcf7.js {
    background: rgb(6, 159, 247);
    background: linear-gradient(90deg, rgba(6, 159, 247, 1) 0%, rgba(226, 72, 116, 1) 100%);
    padding: 6%;
	width: 80%;
    float: right;
} 
div.wpcf7.js textarea.wpcf7-textarea {
    height: 100px;
}
.elementor-element.free_consultation-form {
    color: #fff;
    width: 50%;
    padding: 5%;
    background: #213063;
}
.eael-contact-form input.wpcf7-submit,
.elementor-element.free_consultation-form input.wpcf7-submit {
    width: 100%;
    background: #9b1359;
    color: #fff;
    border-color: #9b1359;
}
.elementor-element.free_consultation-form span.wpcf7-form-control-wrap {
    text-align: center;
    width: 100%;
    display: block;
}
.elementor-element.free_consultation-form  form.wpcf7-form.init p {
    width: 100%;
}
footer#site-footer {
	padding: 30px 0 0 0;
}
footer#site-footer .footer-content.elementor-container.elementor-row {
    width: 100%;
    display: inline-flex;
}
footer#site-footer a {
	color: #000;
}
footer#site-footer .elementor-column .elementor-widget-container {
    width: 100%;
}
footer#site-footer .elementor-col-50 h3 {
	width: 80%;
    float: right;
}
footer#site-footer .footer-bottom {
	margin-top: 50px;
    background-color: #213063;
    color: #fff;
    padding: 13px 0 3px;
}

@media only screen and (max-width: 820px) {
	.elementor-element.free_consultation-form {
		width: 100%;
	}
	footer#site-footer .elementor-col-50 h3, footer#site-footer .elementor-widget-container.contact_us-form div.wpcf7.js {
		width: 100%;
	}
	#card_grid .icon_image_with-title.last-two-cards, .last_bubles {
		left: 0;
	}
	footer#site-footer .footer-content.elementor-container.elementor-row {
		display: block;
	}
}