/*
Theme Name: the-landscaper-child
Version: 1.1
Description: A child theme of The Landscaper
Template: the-landscaper
*/

/*@import url("../the-landscaper/style.css");*/
#pg-11009-4, #pl-11009 .so-panel, #pl-4999 .so-panel {margin-bottom:0 !important;}
#pg-11009-4 .panel-row-style, #pl-11009 .panel-row-style ,  #pl-4999 .panel-no-style{margin-bottom:30px !important;}
.content .icon-box.icon-big {
    padding: 10px 0px 10px 95px;
}

.fontsize,
.fontsize h1,
.fontsize h2,
.fontsize h3,
.fontsize h4,
.fontsize h5,
.fontsize h6,
.fontsize p,
.fontsize li:not(.a11y-toolbar-list-item),
.fontsize label,
.fontsize input,
.fontsize select,
.fontsize textarea,
.fontsize legend,
.fontsize code,
.fontsize pre,
.fontsize dd,
.fontsize dt,
.fontsize blockquote {
    font-size: 110% !important;
}

.blog-grid .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-grid .row article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.content .icon-box .title {
    margin-bottom: 0;
}

.w-footer .icon-box.icon-big {
    padding: 0px 0px 5px 95px;
    margin-bottom: -22px;
}

.bottom-footer {
	display: block !important;
}

.navbar-header img {
    max-height: 80px;
    /*height: 80px;*/
}


.sweet-alert a {
    margin-right: 15px;
    margin-left: 15px;
}

.pdf-link {
	cursor: pointer;
}

.esg-layout-even .esg-entry-media img {
    width: 100% !important;
    height: 100% !important;
    position: static !important;
}

@media (min-width: 992px) {
	.navbar-brand,
	.navigation .navbar-brand {
    	padding: 0 0 0 4px;
	}
}

footer a img {
    margin: 2px 30px 20px 0;
}

.isotope-gallery .isotope-item a {
    display: block;
    overflow: hidden;
}

.isotope-gallery .isotope-item a img {
    display: block;
    width: 100%;
    height: auto !important;
    -webkit-transition: transform 200ms ease;
    transition: transform 200ms ease;
}

.isotope-gallery .isotope-item a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.isotope-gallery .isotope-sizer {
    width: 25%;
}

.isotope-gallery .isotope-item.single {
    width: 25%;
}

.isotope-gallery .isotope-item.double {
    width: 50%;
}

.isotope-gallery .isotope-item.triple {
    width: 33.33333333%;
}

.isotope-gallery .isotope-item.quatruple {
    width: 100%;
}

.isotope-gallery-after {
    margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .isotope-gallery .isotope-item.single,
    .isotope-gallery .isotope-item.triple {
        width: 50%;
    }

}

@media only screen and (min-width: 780px) and (max-width: 1200px) {
    .brochure-box {
        font-size: 12px;
    }
    .brochure-box .fa {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

.page-header .main-title {
    color: #333333;
    font-size: 25px !important;
}

/*#pg-6406-4 {display:none !important;} */
.fa-custom {height:85px !important;}
/*.brochure-box {font-size:10px;}*/
.widget-title {font-size: 28px !important;}
.dropcap.style1 {
    min-height: 100px !important;
    }

    .isotope-gallery .isotope-item.single,
    .isotope-gallery .isotope-item.double,
    .isotope-gallery .isotope-item.triple,
    .isotope-gallery .isotope-item.quadruple {
        width: 100%;
    }

}

.calendar-item {
    padding: 15px;
    margin-bottom: 30px;
    border: 4px solid #f2f2f2;
    border-radius: 1px;
}

.calendar-item:last-child {
    margin-bottom: 60px;
}

.calendar-item h2 {
    margin: 0;
    font-size: 24px;
}

.calendar-item h2 a {
    color: inherit;
}

.calendar-item h2 a:hover {
    color: #a2c046;
}

.bottom-footer{
	background-color: #292929;
}

.bottom-footer p {
    color: #777777;
}

.bottom-footer a {
    color: #e4e4e4;
}



@media screen and (max-width: 1200px){
    .content .content-box, .content .border-box{
        padding: 15px;
    }
    
    .content .border-box .widget-title{
        font-size: 26px;
    }
    .w-footer .icon-box .title, .content .icon-box .title{
        font-size: 16px;
    }
}

@media screen and (max-width: 992px){
    .content .content-box, .content .border-box{
        padding: 15px;
    }

    .content .border-box .widget-title{
        font-size: 26px;
    }
    .w-footer .icon-box .title, .content .icon-box .title{
        font-size: 16px;
    }
}


@media screen and (max-width: 480px){
	.content .content-box, .content .border-box{
		padding: 15px;
	}
	.content .border-box .widget-title{
		font-size: 26px;
	}
	.w-footer .icon-box .title, .content .icon-box .title{
		font-size: 16px;
	}
}

.calendar-item{
	border-width: 1px;
	padding: 10px;
}


.calendar-item .fa-calendar{
	font-size: 24px;
}

.calendar-item h6 a{
	font-size: 18px;
	color: #000;
}
.calendar-item h6{
    padding-left: 38px;
    margin-top: 0;
    margin-bottom: 0;
}

.calendar-item .fa-calendar{
    margin-right: 10px;
}

.calendar-item small{
    font-size: 100%;
}

.fa-custom{
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: 25px center; 
    width: 100px;
    height: 48px;
    display: block;
    float: left;
}


.icon-custom{
	padding: 10px 0px 10px 0;
}

.ina{
    background-image: url('img/icons/ina.png');
}

.orf{
    background-image: url('img/icons/orf.png');
    background-size: auto 22px;
}

.lak{
    background-image: url('img/icons/lak.png');
    background-size: auto 22px;
}


.kleine{
    background-image: url('img/icons/kleine.png');
}

.lk{
    background-image: url('img/icons/lk.png');
}

/* Mailpoet */
.mailpoet_text_label,
.fontsize label {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #99ca3b !important;
}


/* Custom CSS - copy */

.the-landscaper .esg-filterbutton,
.the-landscaper .esg-sortbutton,
.the-landscaper .esg-cartbutton {
	margin-bottom: 7px;
}
.bottom-footer {
    display: block !important;
}

.w-footer .fa {font-size:18px; color: #aaa; padding-right: 5px;}

@media screen and (max-width: 1200px) {
    .content .content-box, .content .border-box { 
        position: relative; padding: 15px; border: 6px solid #f2f2f2; border-radius: 1px; 
    }
    .content .border-box .widget-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .counter.count-box {
        min-height: 140px;
    }
	a.icon-box.icon-big {
		min-height: 86px;
	}
	div.icon-box.icon-big {
		min-height: 108px;
	}
    .lak-icon-box-right h6.title {
        font-size: 13px !important;
		margin: 16px 0;
    }
}


@media screen and (max-width: 992px) {
    .content .content-box, .content .border-box { 
        position: relative; padding: 15px; border: 6px solid #f2f2f2; border-radius: 1px; 
    }
    .content .border-box .widget-title {
        font-size: 18px;
    }
    .post-item .title {
        margin: 22px 0 15px 0;
        font-size: 12px;
    }
    .w-footer .icon-box .title, .content .icon-box .title {
        font-size: 16px;
    }
    .calendar-item h2 {
        margin: 0;
        font-size: 20px;
    }
}


.label.comments {
	display: none !important;
}

@media screen and (max-width: 768px) {
    .content .content-box, .content .border-box { 
        position: relative; padding: 15px; border: 6px solid #f2f2f2; border-radius: 1px; 
    }
    .content .border-box .widget-title {
        font-size: 18px;
    }
    .post-item .title {
        margin: 22px 0 15px 0;
        font-size: 16px;
    }
    .w-footer .icon-box .title, .content .icon-box .title {
        font-size: 16px;
    }
    .calendar-item h2 {
        margin: 0;
        font-size: 20px;
    }
    .counter.count-box {
        display:none;
    }
}

.calendar-item .fa-calendar {
    margin-right: 10px;
}

.calendar-item small {
    font-size: 100%;
    padding-left: 38px;
}

.calendar-item .fa-calendar {
    margin-right: 10px;
    position: absolute;
    top: 18px;
    margin-top: 0;
    left: 15px;
}

.calendar-item h2 {
    padding-left: 38px
}

.widget_search .search-field {
	height: 30px;
	padding: 0px 4px;
	font-size: 13px;
	font-weight: normal;
	width: 100%;
	outline: none;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius: 5px 0 0 5px;
}

.widget_search .search-submit {
	height: 30px;
	border: none;
	width: 35%;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}

.topbar .widget.widget_search::before {
	display: table;
	content: "";
}	

@media (min-width: 992px) {
	.topbar {
			padding: 11px 0 4px 0;
	}
	.topbar .widgets {
			padding-top: 8px;
	}
	.topbar .widget.widget_search {
			float: right;				
			width: 320px;
	}
}
