/*
Theme Name: Oranjestate
Description: Oranjestate Child Theme for the Beans Theme.
Author: Tico Keers
Author URI: https://www.ticokeers.nl
Template: tm-beans
Version: 1.0.0
Text Domain: tm-beans
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #525252;
	overflow-x: hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a, .uk-link {
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}
a:hover, .uk-link:hover {
    color: #ff8000;
}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

ul, ol {
    padding-left: 17px;
}
:focus {
    outline: none !important;
}

.float-right {
	float: right;
}
.float-right:after {
	clear: right;
}

.uk-overlay-background {
    margin-left: 10px;
}
.uk-overlay-icon::before {
    content: "\f01d";
    color: #f3f3f3;
}
.vr-icon::before {
    content: "\f21d";
}
.vr-1::after {
    font-size: 24px;
    font-weight: bold;
    content: "1";
}
.vr-2::after {
    font-size: 24px;
    font-weight: bold;
    content: "2";
}
.vr-3::after {
    font-size: 24px;
    font-weight: bold;
    content: "3";
}
.vr-4::after {
    font-size: 24px;
    font-weight: bold;
    content: "4";
}
.vr-5::after {
    font-size: 24px;
    font-weight: bold;
    content: "5";
}
.vr-6::after {
    font-size: 24px;
    font-weight: bold;
    content: "6";
}

.header2 {
    font-family: 'Raleway', sans-serif;
	font-weight: 700;
    color: #ff8000;
}

.oranje {
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #ff8000;
}

.bolder {
    font-weight: 900;
}

h3.oranje {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #ff8000;
	margin-bottom: 100px;
}

.uk-slidenav {
    text-decoration: none;
}
.sidebar-div label {
	text-transform: capitalize;
}

.home .tm-main {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #ffffff;
}
.home .tm-article-content {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	    column-count: 3;
    column-gap: 35px;
}
@media screen and (max-width: 1024px) {
	.home .tm-article-content {
	    column-count: 1;
    	column-gap: 0;
	}
}

.home .tm-article-content .uk-width-medium-1-3 {
	padding-right: 35px;
}


.tm-main {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f3f3f3;
}


.top-header-container {
	background: #f2f2f2;
}
.top-header {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	color: #9e9e9e;
}
.top-header .uk-float-left, .top-header .uk-float-right {
	padding: 15px 0;
}
.top-header .uk-float-right {
	font-weight: 700;
	font-size: 16px;
}
.header-buttons span {
	line-height: 71px;
}
.header-buttons a {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 900;
	margin-left: 15px;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bababa;
	border: 2px solid #bababa;
}
.header-buttons a:hover {
	color: #ff8000;
	border: 2px solid #ff8000;
	text-decoration: none;
}
nav .uk-button {
	margin-top: 17px;
    line-height: 40px;
}
.tm-header {
	border-bottom: none;
}

.uk-navbar-nav > li > a {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 72px;
	height: 72px;
}
.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
	background: none;
	color: #ff8000;
}

.uk-close {
	text-decoration: none !important;
}

.custom-login {
	width: 200px;
	margin: 0 auto;
}
.custom-login #wp-submit {
	font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 900;
    width: 195px;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #bababa;
    border: 2px solid #bababa;
    background: transparent;
}
.custom-login #wp-submit:hover {
	cursor: pointer;
	color: #ff8000;
    border: 2px solid #ff8000;
}
.other-buttons {
	float: right;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 900;
	margin: 15px 0;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bababa;
	border: 2px solid #bababa;
}
.uk-modal-dialog:after {
	content: '';
    display: block;
    clear: both;
}
.other-buttons:hover {
	color: #ff8000;
	border: 2px solid #ff8000;
	text-decoration: none;
}

.uk-tab > li.uk-active > a {
    border-color: #ff8000;
    background: #ff8000;
    color: #fff;
}
.uk-tab > li > a {
    border: 1px solid transparent;
    border-bottom-width: 0;
    color: #ff8000;
}
.uk-tab > li:not(.uk-active) > a:hover {
    border-color: #eee;
    background: #eee;
    color: #ff8000;
}

#tabs p {
	margin: 8px 12px;
}
.uk-table th, .uk-table td {
    padding: 8px 12px;
}

.pand-table, .berichten-table {
	border: 1px solid #999;
	border-top: none;
}
.pand-table thead, .berichten-table thead {
	background: #999;
	color: #ffffff;
}

.bericht-table td {
	padding: 5px 0;
}

.banner-container {
	width: 100%;
	height: 80vh;
	background: url('https://www.oranjestate.nl/wp-content/uploads/header-bg.jpg') center center no-repeat;
	background-size: cover;
}
.banner-container .uk-container {
	padding-top: 18vh;
}
.banner-container h1 {
	font-size: 130px;
    line-height: 120px;
    font-weight: 900;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
}
.banner-container h2 {
	font-size: 45px;
	line-height: 50px;
	color: #ffffff;
	font-family: 'Alegreya Sans', sans-serif;
}
.banner-container p {
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	display: inline-block;
}
.banner-container form {
    display: inline-block;
}

.home-buttons {
	font-family: 'Raleway', sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    margin-left: 15px !important;
    padding: 8px 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    background: none;
}
.home-buttons:hover, .home-buttons:active {
	color: #ffffff;
	cursor: pointer;
	text-decoration: underline;
}

.details-banner-container {
	width: 100%;
	height: 70vh;
	background-size: cover !important;
}
.details-banner-container .details-banner {
	height: 20vh;
	margin-top: calc(50vh - 60px);
	padding: 30px 0 30px 30px;
	background: rgba(71,71,71,0.5);
	position: relative;
}
.details-banner h1 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
}
.details-banner p {
	color: #ffffff;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: normal;
	margin: 0;
}
.details-banner a, .details-banner a:hover, .details-banner a:active {
	text-decoration: underline;
	color: #ffffff;
}
.detail-icons {
	padding-top: 62px;
}


.banner-2-image {
	height: 210px;
	background: url('https://www.oranjestate.nl/wp-content/uploads/action-bg.jpg') center center no-repeat;
	background-size: cover;
}
.banner-2-tekst {
	min-height: 120px;
	background-color: #ff8000;
}
.banner-2-tekst h4 {
	margin: 44px 0 !important;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 28px;
	line-height: 32px;
}
.banner-2-tekst h4.links {
	font-weight: 700;
	color: #fff;
}
.banner-2-tekst h4.rechts {
	font-weight: normal;
	color: #fff;
}
.banner-2-tekst a {
    color: #fff;
    text-decoration: none;
}
.banner-2-tekst a:hover {
    color: #fff;
    text-decoration: underline;
}

.type-pand {
	position: absolute;
    right: 30px;
    top: -15px;
    width: 80px;
    height: 30px;
    background: #ff8000;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    z-index: 100;
}
article {
	position: relative;
	margin-bottom: 32px;
	background: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.pand-image-overzicht {
	height: 100%;
    width: 100%;
	min-height: 230px !important;
	background-size: cover !important;
}

.pand-image-overlay {
    position:absolute;
    top:0;
    width:0;
    width:100%;
    height:100%;
    margin-right: 35px;
    background-color:rgba(255, 127, 0, 0.4);
    display:none;
}
article:hover .pand-image-overlay {
    display:block;
}
.pand-image-overlay span {
    font-family: 'Raleway', sans-serif;
    font-size: 18px !important;
    font-weight: 900;
    line-height: 25px;
    color: #fff;
}

.pand-text-overzicht {
	padding: 30px 30px 30px 0;
	font-size: 14px;
	line-height: 20px;
}
.pand-text-overzicht h2, .pand-text-overzicht a {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 25px;
	text-transform: uppercase;
	color: #ff8000;
}

.soort-pand {
	margin-top: -12px;
	text-transform: uppercase;
}


.pand_details_full {
	background: #ffffff;
	padding: 35px 30px;
	margin-bottom: 30px;
}
.pand_details_full h2, .pand_details_full h3, .pand_details h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #ff8000;
}
.pand_details_full, .pand_details {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.pand_details {
	background: #ffffff;
	padding: 35px 30px;
}
.uk-slider a {
    display: block;
}

.sidebar-div {
	background: #ffffff;
	padding: 50px;
}
.tm-widget {
	margin-bottom: 35px;
}
.tm-widget p {
	margin-bottom: 35px;
}
.widget_text {
	margin-bottom: 0;
}
.uk-panel-title {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #ff8000;
}
form label {
	line-height: 24px;
}
input[type="checkbox"] {
	vertical-align: middle;
    top: -1px;
    position: relative;
}
.slider-text {
	text-align: center;
}
/* For this slider, disable the 'origin' size. */
#slider .noUi-origin, #slider2 .noUi-origin, #slider3 .noUi-origin {
	right: auto;
	width: 0;
}
/* Position the bar and color it. */
#slider .connect, #slider2 .connect2, #slider3 .connect3 {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #919191;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
}
/* When the slider is moved by tap,
   transition the connect bar like the handle. */
#slider.noUi-state-tap .connect, #slider2.noUi-state-tap .connect2, #slider3.noUi-state-tap .connect3 {
    -webkit-transition: left 300ms, right 300ms;
	transition: left 300ms, right 300ms;
}
.noUi-target {
    width: 94%;
    margin: 0 auto;
}
.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    left: -10px !important;
    top: -2px !important;
}
.noUi-handle:after, .noUi-handle:before {
    height: 12px !important;
    left: 7px !important;
    top: 3px !important;
}
.noUi-handle:after {
    left: 10px !important;
}
.filter-zoeken {
	width: 100%;
	font-family: 'Raleway', sans-serif !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	padding: 10px !important;
	color: #bababa !important;
	background: #ffffff;
	border: 2px solid #bababa;
}
.filter-zoeken:hover, .filter-zoeken:active {
	cursor: pointer;
	color: #ff8000 !important;
	border: 2px solid #ff8000;
}


.sidebar_detail_page {
	padding: 0;
	background: none;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
}
.sidebar_detail_page p, .sidebar_detail_page ul {
	margin: 0;
}
.gmaps {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 30px;
}
.meer-info {
	background: #ff8000;
	padding: 35px 30px;
	color: #ffffff;
}
.meer-info a {
    color: #ffffff;
    text-decoration: none;
}
.meer-info h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #ffffff;
}
.meer-info-2 {
	background: #ff9327;
	padding: 35px 30px;
	margin-bottom: 30px;
	color: #ffffff;
}
.terug {
	background: #ffffff;
	border: 2px solid #ff8000;
	text-align: center;
	padding: 15px;
}
.js-back {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #ff8000;
}
.js-back:hover, .js-back:active {
	color: #ff8000;
}


.caldera-form-page h3 {
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #ff8000;
}


.pre-footer {
	margin: 35px 0;
}
.pre-footer-1, .pre-footer-2, .pre-footer-3 {
	min-height: 100%;
	height: 100%;
}
.pre-footer-bg {
	background: url('https://www.oranjestate.nl/wp-content/uploads/footer-left-bg.jpg') center center no-repeat;
	background-size: cover;
}
.pre-footer-2 {
	background: #ff8000;
	position: relative;
}
.pre-footer-2-image img {
	position: absolute;
	top: -20px;
	width: 100%;
	height: auto;
	z-index: 1;
}
.pre-footer-2-tekst {
	position: relative;
	padding: 30px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
    color: #ffffff;
    z-index: 2;
}
.pre-footer-2-tekst a {
    color: #fff;
    text-decoration: none;
}
.pre-footer-2-tekst a:hover {
    color: #fff;
    text-decoration: underline;
}

.pre-footer-3 {
	background: #f6f6f6;
}
.footer-form {
	max-width: 310px;
	padding: 30px;
}
.footer-form h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #9e9e9e;
	margin-bottom: 30px;
}
.verstuur-footer {
	margin-bottom: 0 !important;
}
.verstuur-footer input {
	width: 100%;
}

.tm-footer {
	border-top: none;
	background: #f6f6f6;
}
footer ul {
	margin-top: 15px;
	text-align: right;
}
footer li {
	display: inline;
	font-size: 12px;
}
footer li:not(:first-child), footer span {
	margin-left: 20px;
}
footer p {
	font-size: 12px;
	text-align: right;
}
.gform-theme--foundation .gform_fields {
	row-gap: 5px !important;
}
input#gform_submit_button_3,
input#gform_submit_button_2 {
    background: #333 !important;
}

@media only screen and (max-height: 800px) {
	.banner-container .uk-container {
	    padding-top: 15vh;
	}
	.banner-container h1 {
	    font-size: 110px;
	    line-height: 100px;
	}
}

@media only screen and (max-width: 768px) {
	.banner-container h1 {
	    font-size: 80px;
	    line-height: 70px;
	}
	.details-banner h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .top-header .uk-float-left {
        display: none;
    }
    .top-header .uk-float-right a {
        margin-left: 5px;
    }
	.pand-text-overzicht {
		padding: 30px;
	}
	.pre-footer-1, .pre-footer-2, .pre-footer-3 {
		margin-right: 25px;
	}
	footer img {
	    margin-bottom: 25px;
	}
}

@media only screen and (max-width: 500px) {
    .header-buttons {
        display: none;
    }
    .banner-container h1 {
	    font-size: 40px;
	    line-height: 50px;
	}
	.banner-container h2 {
	    font-size: 20px;
	    line-height: 28px;
	}
	.home-buttons {
        margin-left: 10px;
	}
}
