body {
    font-size: 16px;
	  background-image: url("/wp-content/themes/kale/assets/images/Coffee-Paper-Texture-wrap-lighter.jpg");
}

p a,
li a {
	text-decoration:underline;
}

.navbar a {
	text-decoration: none;
}

.container {
	  /*background-image: url("/wp-content/themes/kale/assets/images/handmadepaper.png");*/
	background-color: rgba(255, 255, 255, 0.6);
}

.header {
    /*background-image: url("/wp-content/themes/kale/assets/images/header2.png");*/
    background-repeat: no-repeat;
    background-position: 50% 15%;
}

.frontpage-slider {
    text-shadow: 2px 2px 3px black;
	background-image: linear-gradient(black, black), url('/wp-content/themes/kale/assets/images/Coffee-Paper-Texture-wrap-lighter.jpg');
	background-blend-mode: saturation;
}
.frontpage-slider .owl-carousel-item::before {
	opacity: 0.35;
}
.owl-carousel {
	height: 550px;
	background: linear-gradient(#000a,#0007);
}
.owl-carousel-item {
	height: 550px;
	overflow: hidden;
}


.header-row-3 {
	/* remove spaces from navbar buttons */
	font-size: 0;
}
.navbar-nav > li > a {
	font-size: 12px;
  padding: 20px 25px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: -1px;
}
.navbar-default {
	border-top: 1px solid #8C2131;
	border-bottom: 1px solid #F3CD00;
}
.header-row-3::after {
	content: "";
	border-top: 1px solid #F3CD00;
	display: block;
	position: relative;
	top: -1px;
}
.navbar-collapse {
	background-color: white;
	padding: 0px;
}
.search.open {
	position: relative;
  left: -150px;
	border-left: 1px solid black;
}
.search.open a {
	border-color: #f0f0f0;
}
.main_search .form-control {
	height: 60px;
}
@media screen and (max-width: 1199px) {
	#menu-main-menu {
		max-width: 700px;
	}
}


.single-content p a:hover, .single-content p a:active, .single-content p a:focus {
    color: #000000;
    text-decoration: none;
}

.single-content p a {
	color: #000000;
	text-decoration: underline;
}

.header-row-1-right {
	margin-bottom: .7em;
}

.tagline p {
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    /*font-style: italic;*/
    letter-spacing: 1px;
}

.entry h3 {
    font-size: 20px;
}
.entry-content .entry-thumb {
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.05)), url('/wp-content/themes/kale/assets/images/Coffee-Paper-Texture-wrap-lighter.jpg');
	border-radius: 4px;
	padding: 10px;
}
.entry-content img {
	border-radius: 3px;
	margin: auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.widget ul >li >a, .widget ul >li > span >a {
    text-transform: initial;
    font-size: 13px;
}

.form-control, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="date"], textarea, select {
    font-weight: normal;
    font-size: 14px;
}

.sidebar-no-borders .widget-title {
    text-align: center;
}

.sidebar-no-borders .widget-title span:before, .sidebar-no-borders .widget-title span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 40px;
    height: 4px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.sidebar-no-borders .widget-title span:after {
    left: auto;
    right: 0;
}

/*
.sidebar-no-borders .widget-title span {
    display: inline-block;
    max-width: 100%;
    position: relative;
    padding: 0 36px;
}
*/