
/* ------------------------------ Set Background - Margin Top, Bottom ------------------------------ */

html {
	background: #ad9459 url("images/wood-bg.png");
	box-shadow: inset 0 0 500px rgba(78,55,0,0.5);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	html {
		box-shadow: inset 0 0 100px rgba(78,55,0,0.5);
	}
}

body {
	background: transparent;
}

#page{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ------------------------------ Set Font all site ------------------------------ */

html,

button,
input,
optgroup,
select,
textarea,

body,

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{

	font-family: 'Roboto Slab', serif;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);

}



/* ------------------------------ Link color ------------------------------ */


a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

a:visited {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

a:active {
	color: #191970;
}

a:hover, a:focus {
	color: #fdffa8;
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}


/* ------------------------------ Mod Dot for Main menu ------------------------------ */


.iot-dot-menu-a::after {

	content: " \002B";

}

.iot-dot-menu ul .iot-dot-menu-a::after {

	content: " \00BB";

}


.main-navigation ul ul{
	background: rgba(255,255,255,0.95);
	border-radius: 10px;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.main-navigation ul ul a{
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}




/* ------------------------------ Dashicons ------------------------------ */


.dashicons, .dashicons-before:before {
	display: inherit;
	width: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: inherit;
	text-align: inherit;
}




/* ------------------------------ Offcanvas menu ------------------------------ */


#iot-menu-left{
	overflow-y: auto;
	position:fixed;
	height: 100%;
	width: 250px;
	left: -250px;
	top:0;
	background: #fff;
	z-index: 6;
}


.iot-menu-left-filter {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	left: -100%;
	background-color: rgba(0,0,0,.68);
}



/* Menu Left style */

.iot-menu-left-ul{
	margin-top: 10px;
}

.iot-menu-left-ul a{
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

ul.iot-menu-left-ul, .iot-menu-left-ul ul{
	line-height: 2.0;
	list-style: none;
}



/* Close button style */

.iot-menu-left-close{
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	font-size: 32px;
	border: none;
	background: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}



/* Toggle button */

.iot-menu-left-open {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	text-decoration: none;
	padding: 0.7rem 1rem;
	display: none;
	cursor: pointer;
	border: none;
	background: none;
	font-size: 32px;
}

@media screen and (max-width: 63.9375em) {

	#primary-menu{
		display: none;
	}

	.iot-menu-left-open {
		display: block;
	}

}



/* ------------------------------ Input CSS ------------------------------ */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border:none;
	border-radius: 20px;
	background: #d82d2d;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-size: 1rem;
	line-height: 1;
	padding: .45em 1.5em .4em;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: transparent;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border-color: transparent;
	outline: none;
}




input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	padding-left: 20px;
	border-radius: 20px;
	border: none;
	background: rgba(88,65,24,0.3);
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(224, 200, 141, 0.85);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}


input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	border: none;
	background: rgba(88,65,24,0.3);
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(224, 200, 141, 0.85);
}

select {
	border: none;
	border-radius: 20px;
}


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}



/* ------------------------------ Table CSS ------------------------------ */



table {
}

table thead,
table tbody,
table tfoot {
	border: 1px solid rgba(0,0,0,0.07);
	background-color: rgba(0,0,0,0.01);
}

table thead {
	background: rgba(0,0,0,0.02);
	color: initial;
}

table tfoot {
	background: rgba(0,0,0,0.07);
	color: initial;
}

table tbody tr:nth-child(even) {
	background-color: rgba(0,0,0,0.07);
}

table.unstriped tbody {
	background-color: rgba(0,0,0,0.01);
}

table.unstriped tbody tr {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	background-color: rgba(0,0,0,0.01);
}

table.hover thead tr:hover {
	background-color: rgba(0,0,0,0.05);
}

table.hover tfoot tr:hover {
	background-color: rgba(0,0,0,0.1);
}

table.hover tbody tr:hover {
	background-color: rgba(0,0,0,0.005);
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: rgba(0,0,0,0.1);
}




/* ------------------------------ Other CSS HTML ------------------------------ */



code {
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.06);
	color: initial;
}

hr {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0);
}

kbd {
	background-color: rgba(0,0,0,0.06);
	color: initial;
}

pre {
	background: rgba(0,0,0,0.08);
	padding: 20px;
}


mark, ins {
	background: rgba(255,231,0,0.2);
}

blockquote {
	border-left: 1px solid rgba(0,0,0,0.15);
}


/* ------------------------------ Other CSS WP ------------------------------ */



.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	padding: 0 20px;
}

.comment-body{
	padding: 20px;
}

.comment-list, .comment-list .children{
	list-style: none;
	margin-left: 50px;
}

.comment-metadata, .comment-reply-link{
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0;
}

.comment-meta{
	padding-top: 30px;
}

.avatar.photo{
	border-radius: 50%;
	margin-right: 10px;
}

.comment-form-comment label{
	padding-bottom: 5px;
	padding-left: 30px;
}

.comments-title, .comment-reply-title{
	word-wrap: break-word;
	font-size: 24px;
	text-transform: uppercase;
}

.comments-title{
	margin-left: 70px;
}

div.comment-metadata:before{
	content: "\f469";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 3px;
	font-size: 14px;
}

div.reply:before{
	content: "\f464";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 3px;
	font-size: 14px;
}



/* ------------------------------ Logo ------------------------------ */

.site-branding{
	padding: 15px 20px 10px 20px;
	position: relative;
}

.site-title {
	font-size: 39px;
	margin-bottom: 35px;
	line-height: 2rem;
	text-transform: uppercase;
	font-weight: bold;
}

.site-title a{
	border-radius: 15px;
	border-bottom: double 4px #695a36;
	text-shadow: 0 2px 1px rgba(0,0,0,0.2);
	padding-bottom: 10px;
}

.site-title a:hover, .site-title a:focus {
	color: #fff;
}

.site-description{
	text-transform: uppercase;
	font-size: 0.7rem;
	margin-bottom: 0rem;
	line-height: 1rem;
	letter-spacing: 3px;
}


/* ------------------------------ Menu Top ------------------------------ */

#site-navigation{

}

#primary-menu{
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
}

#primary-menu > li.current-menu-item > a{
	color: #fff;
	border-radius: 10px;
	border-bottom: double 4px #695a36;
}

.menu a{
	line-height: 1.7;
}

/* ------------------------------ Entry ------------------------------ */

#main {
	margin-top: 30px;
}

#content{
	margin-bottom: 5px;
}

#main article{
	position: relative;
	/*margin-bottom: 30px;*/
	/*border-bottom: double 4px #695a36;*/
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-radius: 15px;
	background: rgba(0,0,0,0.05);
	padding: 0 40px 40px 40px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: double 5px #695a36;
}


.entry-header{
	padding-top: 30px;
	padding-bottom: 10px;
}

.entry-title, .page-title{
	word-wrap: break-word;
	font-size: 24px;
	text-transform: uppercase;
}

.entry-meta{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 15px;
}

.entry-content img{
    padding: 5px;
    border: solid 1px rgba(255,255,255,0.3);
    border-radius: 15px;
}

.entry-footer{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 20px;
}


.posted-on, .byline, .cat-links, .tags-links, .edit-link, .comments-link{
	padding-right: 10px;
}

.posted-on:before{
	/*content: "\f469";*/
	content: "\f546";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.byline:before{
	content: "\f338";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.cat-links:before{
	content: "\f537";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.tags-links:before{
	content: "\f323";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.edit-link:before{
	content: "\f464";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.comments-link:before{
	content: "\f130";
	font-family: Dashicons;
	vertical-align: middle;
	padding-right: 1px;
	font-size: 14px;
}

.entry-footer a, .entry-meta a{
	text-transform: none;
	background: #333;
	display: inline-block;
	padding: 0px 5px;
	border-radius: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.entry-footer a:hover, .entry-footer a:focus, .entry-meta a:hover, .entry-meta a:focus {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.page-header{
	padding-left: 30px;
	margin-bottom: 20px;
}


blockquote, blockquote p {
	color: rgba(0,0,0,0.5);
}

cite {
	color: rgba(0,0,0,0.5);
}


/* ------------------------------ Secondary ------------------------------ */


#secondary{
	color: #584118;
}



#secondary section{
	border-radius: 15px;
	background: rgba(0,0,0,0.05);
	padding: 40px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: double 5px #695a36;
	margin-bottom: 30px;
}

#secondary section > h2{
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	/*padding: 0 30px 0 30px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



#secondary ul{
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

#secondary li{
	padding: 3px 0 3px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#secondary li:before{
	content: "\f345";
	font-family: Dashicons;
	vertical-align: bottom;
	padding-right: 3px;
}


/* ------------------------------ Footer ------------------------------ */

#colophon{
	text-align: center;
	font-size: 11px;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
}