
/* # Typographical Elements
---------------------------------------------------------------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body,
body > div {
    font-size: 20px;
}

body {
	background-color: #CCD2AA;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
}

a {
	color: #000;
	font-weight: bold;
	font-weight: 700;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	color: #595F3A;
	text-decoration: none;
}

/* Display outline on focus */
:focus {
	outline: #000 solid 2px;
}

p {
	margin: 20px 0px;
	padding: 0;
}


ol,
ul {
	margin: 0 0 14px 0;
	padding: 0;
}

ol ol,
ol ol ol,
ol ol ol ol,
ul ul,
ul ul ul,
ul ul ul ul {
	margin-bottom: 0;
}

ul li {
	list-style-type: none;
}

ul li:last-child {
	padding-bottom: 0;
}

.content ul,
.content ol {
	margin-left: 15px;
}

.content ul li,
.content ol li {
	padding-bottom: 14px;
	margin-left: 20px;
}

.content ul li {
	list-style-type: disc;
}

.content ul li li {
	list-style-type: circle;
}

.content ul li li li {
	list-style-type: square;
}

.content ol li {
	padding-bottom: 8px;
}

.content ol li:last-child {
	padding-bottom: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-bottom: 10px solid !important;
	clear: both;
	margin: 1em 0;
	width: 100% !important;
	color: #A3AB77;
}

b,
strong {
	font-weight: bold;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
	border-left: solid 4px #ccc;
	padding-left: 15px;
}


/* ## Headings
--------------------------------------------- */

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	color: #595F3A;
	font-weight: bold;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.h1, h1 {
	font-size: 50px;
	font-weight: 300;
	border-bottom: solid 10px #C6B79B;
	padding-bottom: 10px;
}

.h1-alt {
	border: none;
	padding-bottom: 0;
}

.h2, h2 {
	font-size: 22px;
	font-weight: 900;
	color: #595F3A;
	border: none;
	padding-bottom: 0;
}

.h2-alt {
	font-size: 25px;
}

.h3, h3 {
	font-size: 20px;
	color: #000;
}

.h4, h4 {
	font-size: 20px;
	color: #000;
}

.h5, h5 {
	font-size: 20px;
}

.h6, h6 {
	font-size: 20px;
}




/* ## Text align, color
--------------------------------------------- */
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-light {
	font-weight: 300;
}

.text-normal strong,
.text-normal {
	font-weight: 400;
}

.text-script {
	font-family: "Kite One", sans-serif;
}

.editor-styles-wrapper .highlight,
.highlight {
	font-family: "Kite One", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.5;
	color: #BE481E;
}

.red {
	color: #BE481E;
}

.green {
	color: #595F3A
}

.white {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.h1, h1 {
		font-size: 40px;
	}
}


/* # Skip Links and Screen Reader Text
---------------------------------------------------------------------------------------------------- */

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/******* PREFERRED CLASS TO HIDE TEXT FROM SCREEN READERS ********/
.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.more-link {
    position: relative;
}


/* ## Skip links
--------------------------------------------- */
.skip-link {
	margin: 0;
}

.skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
