/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 18 2023 | 09:39:19 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

.k-header__main__nav a, .k-header__main__nav button {
    color: inherit;
    font-weight: 400!important;
    letter-spacing: .1em;
    font-family: 'Mulish';
	font-size: 16px;
}

.k-nav .k-nav__link {
    font-family: 'Mulish';
}

.k-block--container[data-faux-link]:hover>.k-block__overlay {
    background-color: rgba(60,60,59,.6);
}

.journal-card-spacing .k-card .k-card__bottom {
    padding-top: 15px;
}

body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
	font-size: 19px;
}

.gform_wrapper.gravity-theme .gfield select {
    color: #bdbdbe;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    border: 0px solid #bdbdbe;
}

.spacer-with-border-top {
	border-top: 1px solid #3c3c3b;
}

.spacer-with-border-bottom {
	border-bottom: 1px solid #3c3c3b;
}

.k-carousel .owl-nav.disabled+.owl-dots {
    margin-bottom: 30px;
}

.k-carousel .owl-dots .owl-dot span {
    background: rgba(0,0,0,.2)!important ;
}

.k-carousel .owl-dots .owl-dot.active span, .k-carousel .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,.6) !important;
}

.k-carousel .owl-dots .owl-dot span {
    margin: 5px 8px;
}