/* 
Theme Name: Hello Elementor Child
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
*/

/*
    Add your custom styles here
*/

/* Custom Utilities for Custom Tools-Plugins */
/* General Utilities */
.mp-padding-10 {
	padding: 10px;
}

.mp-padding-bottom-5 {
	padding-bottom: 5px;
}

.mp-padding-bottom-10 {
	padding-bottom: 10px;
}

.mp-border-bottom {
	border-bottom: 1px solid #CCC;
}

/* Single Project Template Styles */
/* Styles for Post Navigation Starts here */
/* These styles belong to a shortcode */
.project-navigation a:hover,
.project-navigation span.post-navigation__next--label:hover,
.project-navigation span.post-navigation__prev--label:hover {
	color: var(--e-global-color-primary);
}

.project-navigation span.post-navigation__next--label,
.project-navigation span.post-navigation__prev--label {
	font-size: 1rem;
	color: var( --e-global-color-secondary );
}

.project-navigation span.post-navigation__prev--title,
.project-navigation span.post-navigation__next--title {
    font-size: .9rem;
}
/* Styles for Post Navigation ends here */

/* Utility Classes */
.mbottom-0 p {
	margin-bottom: 0;	
}

.mpons-text-uppercase {
	text-transform: uppercase;
}

.image-desc {
	padding: 24px 32px;
	text-align: center;
	font-size: 24px;
	background-color: #1c1c1c;
	color: #FFF;
	margin-bottom: 0;
	line-height: 1.5rem
}

.subtitle {
	font-size: 12px;
	text-transform: uppercase;
	color: #ACACAC;
}

.mpons-display-none {
	display: none;
}

/* Icon Boxes on Startseite starts */
.custom-icon-box .elementor-icon {
    background: #E6E8EB;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
}

.custom-icon-box .elementor-icon svg {
	right: -20px;
    left: unset;
    top: -12px;
}

.custom-icon-box .elementor-icon i:before {
    right: -40px;
    left: unset;
    top: -14px;
}

.custom-icon-box.icon-left .elementor-icon-box-icon {
	margin-top: 28px;
}
/* Icon Boxes on Startseite ends */

/* Service column for background blackish on hover start */
.service:hover {
	background-color: #1c1c1c;
	color: #fff;
	transition: all .3s ease-in;
}

.service:hover .elementor-element-populated {
	border: none !important
}

.service:hover h3 {
	color: #fff !important;
	transition: all .3s ease-in;
}
/* Service column for background blackish on hover end */

/* Price Table related styles start */
.price-table-subtitle h2 {
	color: var(--e-global-color-primary) !important;
}
/* Price Table related styles end */

/* Tabbed Content on New Website Page updated and revised for the New container based design - IMPORTANT */
.tabbed-btn .elementor-button:hover {
	/* Orange like color on tabbed button hover */
	color: var(--e-global-color-ae5e5c6);
}

.tabbed-btn.active a {
	background-color: var(--e-global-color-secondary) !important;
	color: #fff;
}

body.elementor-editor-active .tabbed-content-box {
	display: flex;
}

body.elementor-editor-active .tabbed-content-box:not(.active-content-box) {
	opacity: .6;
}

body:not(.elementor-editor-active) .tabbed-content-box {
	display: none;
}

body:not(.elementor-editor-active) .tabbed-content-box.active-content-box {
	display: flex;
}

/* CONTACT FORM 7 STYLES START */
.mpons-web-form span.wpcf7-list-item,
.wpcf7-acceptance span.wpcf7-list-item {
	margin-left: 0;
}

span.wpcf7-list-item { 
	display: block;
}

.wpcf7-form .elementor-button {
	border: none;	
}

/* Small hack for the right and left margin of the Contact Form 7 input elements  */
.wpcf7-form .elementor-form-fields-wrapper {
	margin-left: calc(-37px / 2);
	margin-right: calc(-37px / 2);
}

.wpcf7-form .elementor-field-group {
	padding-right: calc(37px / 2);
    padding-left: calc(37px / 2);
    margin-bottom: 10px;
}

.wpcf7-form .elementor-field-group > label {
	font-weight: 600;
}

.wpcf7-form .elementor-labels-above .elementor-field-group > label {
	padding-bottom: 5px;
}

/* VERY IMPORTANT CSS RULE FOR CF7: Contact form 7 input fields are wrapped in span tag. */
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .wpcf7-form-control-wrap {
	flex-basis: 100%;
	max-width: 100%;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input[type=submit] {
	flex-basis: auto;
}
/* CONTACT FORM 7 STYLES END */

/* RESPONSIVE STYLES start */
/* Large Screen Laptop and Desktop Breakpoint */
@media screen and (max-width: 1366px) {
	.section-padded-right {
		padding-right: 10%;
	}
}

/* Large Screen Tablet and Small Screen Laptop */
@media screen and (max-width: 1024px) {
	
	.section-padded-right .image-desc {
		padding: 17px 26px;
		font-size: 30px;
	}
}

/* Mobile Landscape and Small Tablet Screen Breakpoint */
@media screen and (max-width: 767px) {
	/* No styles added for this breakpoint	*/
}

/* Mobile Portrait Breakpoint */
@media screen and (max-width: 480px) {
	/* No styles added for this breakpoint */
}

/* Large Screen Laptop and Desktop Breakpoint */
@media screen and (min-width: 1367px) {
	
	.section-padded-right {
		padding-right: 14%;
	}
	
	.section-padded-left {
		padding-left: 14%;
	}
}
/* RESPONSIVE STYLES end */