/*
Theme Name:   Impeka Child
Theme URI:    http://themeforest.net/user/greatives
Description:  Impeka Child Theme
Version:      1.1.5
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/


/* WPImmoMakler Anpassungen */

.immomakler h1, .immomakler h2, .immomakler h3 {
	font-family:'GeneralSans-Semibold' !important; 
}


.immomakler-archive,
.immomakler-single {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 1199px) {
  .immomakler-archive,
  .immomakler-single {
    max-width: 95% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.immomakler-archive.immomakler, .immomakler-single.immomakler {
    padding-top: 8rem;
    padding-bottom: 5rem;
}

.immomakler .paginator.row {
    margin-left: 0px;
    margin-right: 0px;
	font-family:'GeneralSans-Regular';
	font-size: 14px;
}

.immomakler-archive .immomakler-boxed .property-container {
    border-width: 0 !important;
    border-style: solid;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.immomakler-single .panel, .immomakler-archive .property-data {
	font-family:'GeneralSans-Regular';
	font-size: 14px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.immomakler-archive .property-subtitle {
  font-family:'GeneralSans-Light';
  font-size: 15px !important; 
  letter-spacing: 1.8px !important;
	text-transform: uppercase !important;
}

.immomakler-archive .property-title {
	text-transform: uppercase !important;
    font-size: 1em !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.immomakler .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.immomakler ol, .immomakler ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.immomakler-single .property-actions {
    float: left;
    margin-bottom: 15px;
    font-family: 'GeneralSans-Semibold';
}

.immomakler-archive .immomakler-boxed .property-container .property-actions {
    display: none !important;
}

.immomakler-single .panel-default .dt, .immomakler-single .property-features li {
	font-family:'GeneralSans-Semibold' !important;
    font-weight: normal !important;
}

.immomakler label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family:'GeneralSans-Semibold' !important;
    font-weight: normal !important;
}

.immomakler-archive .immomakler-boxed .property-container {
    background-color: #FAFAF4 !important;
}

/* WPImmoMakler Detailseite */
.immomakler .panel-default>.panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: #d7dc5a !important;
}

.immomakler .panel>.list-group {
  padding-top: 20px;
}

.immomakler-single h2.property-subtitle {
    font-size: 100% !important;
    display: block;
    font-weight: normal;
    margin-bottom: 15px;
}

.immomakler a {
    color: #323287 !important;
    text-decoration: none;
}

.hidden-print > a[href="#immomakler-contactform-panel"]:not(.btn-sm) {
    display: inline-block;
    padding: 1.000em 1.500em;
    min-width: 11.250em;
    line-height: 1.4;
    border-radius: 0;
    z-index: 2;
    vertical-align: top;
    outline: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #323287;
    background-color: transparent;
    color: #323287;
    text-decoration: none;
    overflow: hidden;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    box-sizing: border-box;
    user-select: none;
    touch-action: manipulation;
}

/* Hover effect */
.hidden-print > a[href="#immomakler-contactform-panel"]:not(.btn-sm):hover {
    background-color: #323287;
    color: #ffffff !important;
    border-color: #323287;
}

.immomakler-single .panel-body.h-card.vcard {
	padding-top: 20px;
}

.immomakler-single .btn.btn-primary.btn-sm {
	display: inline-block;
    border-radius: 0;
    z-index: 2;
    vertical-align: top;
    outline: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #323287;
    background-color: transparent;
    color: #323287;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
    box-sizing: border-box;
    user-select: none;
    touch-action: manipulation;
}

/* Hover effect */
.immomakler-single .btn.btn-primary.btn-sm:hover {
    background-color: #323287;
    color: #ffffff !important;
    border-color: #323287;
}
button.submit.btn.btn-primary {
    background-color: transparent;
    color: #323287;
    border-color: #323287;
    transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}

/* Hover effect */
button.submit.btn.btn-primary:hover {
    background-color: #323287;
    color: #ffffff;
    border-color: #323287;
}

button#immomakler-consent-accept-map.btn.btn-primary {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
    transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}

button#immomakler-consent-accept-map.btn.btn-primary:hover {
    background-color: #ffffff;
    color: #323287;
    border-color: #ffffff;
}

