/*
Theme Name: FARMS
Theme URI: https://appfinesse.com
Description: FARMS child of Bootstrap Basic4
Author: Kevin Holloway
Author URI:
Template:     bootstrap-basic4
Version:      1.0.0
Text Domain:  bootstrap-basic4

*/

/*
Required WordPress CSS
*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* kevin added for FARMS */
#content {
	padding:0 15px;
}

button.red {background-color: orangered!important;color: white!important;}
button.red>a {color: white!important;}

button.green {background-color: mediumseagreen;!important;color: white!important;}
button.green>a {color: white!important;}

button {background-color: gold;color: black!important;}
button>a {color: black!important;}


table {
	border: 2px solid darkgrey;
}
thead {
	background-color: lightgrey;
}
td , th {
	border: 1px solid grey!important;
}

.page-container {
            margin:0 auto;
            max-width: none;
            background-color: beige ;
            border-bottom:2px solid orangered;
        }
        .ktabs {
            display:flex;
            flex-direction: row;
            background-color:grey;
            width: calc(100% + 30px);
			margin-left: -15px;
		    margin-right: -15px;
        }
        .ktabs .ktab {
            display:flex;
            background-color:goldenrod;
            border:1px solid black;
            font-weight: bold;
            padding:0.25rem 0.5rem;
            color:black;
            margin:0 0.25rem;
            cursor:pointer;
        }
        .ktabs .ktab.selected {
            background-color:gold;
        }

.logo {
	background-image: url(/logo.png);
	background-size: contain;
	width:100px;
	height:100px;

}
.page-container {
	max-width: 100%!important;
	overflow-x: hidden;
}
html {
	background-color: #222;
}
header {
	background-color: black;
	color: darkorange;
	margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 0 15px;
}