 /*
Theme Name: Themify Basic Child
Description: Child theme for Themify Basic
Author: BigTree for Henry Clay Inn
Template: basic
*/

/* write custom css below */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin:0;
	padding:0;
}

img, fieldset {
	border:0;
}

/* set img max-width */
img {
	box-sizing:border-box;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}

/* audio */
audio,
iframe, object {
	max-width:100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing:antialiased;
}
body {
	font-family: 'Raleway', sans-serif!important;
	font:1em/1.5em 'Raleway', sans-serif!important;
	overflow-wrap:break-word;
	background-color:#fafcf7;
	color:#1b1b1b;
}
a {
	color:#2b758a;
	text-decoration:none;
	outline:none;
}
.header-nav li{
	white-space: nowrap;
}
.header-nav a:hover {
	text-decoration:underline;
}
p {
	margin:0 0 1.2em;
	padding:0;
}
small {
	font-size:87%;
}
blockquote {
	font:italic 110%/130% "Times New Roman", Times, serif;
	padding:8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin:1em 0 1.4em 24px;
	padding:0;
	line-height:140%;
}
li {
	margin:0 0 .5em 0;
	padding:0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif!important;
	font-weight:400!important;
	line-height:1.3em;
	margin:0 0 .4em;
	overflow-wrap:normal;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}

/* FORM
================================================ */
/* form input */
input,textarea,select,input[type=search],button{
	font-size:100%;
	font-family:inherit;
	max-width:100%;
	line-height:inherit
}
textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
	background-color:#f3f3f3;
	border:solid 1px rgba(0,0,0,.1);
	padding:7px 10px;
	border-radius:5px;
	-webkit-appearance:none;
	box-sizing:border-box
}
textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
	width:99%;
	max-width:100%;
}

/* text area */
textarea {
	width:100%;
}

/* form input:focus */
textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus{
	outline:none;
	background-color:#f9f9f9;
	box-shadow:0 2px 6px rgba(0,0,0,.1)	
}

/* form button */
input[type=reset], input[type=submit], button {
	background-color:#1b1b1b;
	color:#fafcf7;
	border:none;
	padding:7px 20px;
	cursor:pointer;
	border-radius:0px;
	-webkit-appearance:none;
}
.wpcf7-submit input[type=submit]{
	float:right!important;
	text-align: right!important;
}
.hci-submit p{
	margin-bottom:0!important;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color:#1b1b1b;
	color:#fafcf7;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav,#sidebar, .widget, #footerwrap, #footer {
	box-sizing:border-box;
}

/* main page width */
.pagewidth {
	width:1060px;
	margin:0 auto;
}

/* body (middle container) */
#body {
	margin:0 auto;
	max-width:100%;
}
#layout::before{
    content: '';
    background: url(https://henryclayinn.com/wp-content/themes/basic-child/images/henry_clay_inn-ashland_virginia-bg.jpg) no-repeat center center/cover;
    position:fixed;
    bottom:0;
    left:0px;
	width: 100vw;
    height: 100vh;
    z-index: -1;
}

/* content */
#content {
	width:68%;
	float:left;
	padding:5% 0 3%;
}

/* sidebar */
#sidebar {
	width:26.5%;
	float:right;
	padding:5% 0 3%;
}

/* sidebar left */
.sidebar-left #content {
	float:right;
}
.sidebar-left #sidebar {
	float:left;
}

/* sidebar none */
.sidebar-none #content {
	width:100%;
	float:none;
}

/* fullwidth content */
.full_width #layout {
	width:100%;
}
.hci-text{
	text-align: justify;

}
.hci-wrap{
}
.hci-wrap::before{
    content: '';
    background: url('https://henryclayinn.com/wp-content/themes/basic-child/images/border-top_left_corner.png') top left no-repeat,
    url('https://henryclayinn.com/wp-content/themes/basic-child/images/border-top_right_corner.png') top right no-repeat,
    url('https://henryclayinn.com/wp-content/themes/basic-child/images/border-bottom_left_corner.png') bottom left no-repeat,
    url('https://henryclayinn.com/wp-content/themes/basic-child/images/border-bottom_right_corner.png') bottom right no-repeat;
    position:absolute;
	opacity:.5;
	top:0;
	margin:0 auto;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.hci-inside{
	margin: 1% 6% 3%;
}
.hci-menu-wrap{
	background-color:rgba(255,254,249,.8);
	z-index: 0;
}
.hci-menu-wrap::before{
    content: '';
    background: url('https://henryclayinn.com/wp-content/themes/basic-child/images/border-top_left_corner.png') top left no-repeat,
    url('https://henryclayinn.com/wp-content/themes/basic-child/images/border-top_right_corner.png') top right no-repeat,
    url('https://henryclayinn.com/wp-content/themes/basic-child/images/border-bottom_left_corner.png') bottom left no-repeat,
    url('https://henryclayinn.com/wp-content/themes/basic-child/images/border-bottom_right_corner.png') bottom right no-repeat;
    position:absolute;
	opacity:.5;
	top:0;
	margin:0 auto;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.hci-menu{
	padding: 1% 6% 3%;
}
.hci-blog h2.post-title{
	text-align: center;
}
.full_width #content {
	padding:0;
	width:auto;
	float:none;
}
.full_width #sidebar {
	width:auto;
	float:none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left:3.2%;
	float:left;
}
.col4-1 {
	width:22.6%;
}
.col4-2, .col2-1 {
	width:48.4%;
}
.col4-3 {
	width:74.2%;
}
.col3-1 {
	width:31.2%;
}
.col3-2 {
	width:65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left:0;
	clear:left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap{
	margin: 0;
	padding:0;
	height:auto!important;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index:9999;
	border-bottom:none;
}
#header {
	height: auto;
	width:100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-bottom: none;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	overflow: auto;
	margin: 0 auto;
	position: fixed; 
	top: 0; left: 0; right: 0;
	max-width:242px;
	width:100%;
	height:auto;
	padding: 2px 14px 10px;
	z-index:200001;
	font-size: 0px;
	font-weight: bold;
	line-height: 0;
	background-color: #fffef9;
	box-shadow: 0px 0px 0px 0px rgba(27,27,27,0.3);
-webkit-box-shadow: 0px 0px 0px 0px rgba(27,27,27,0.3);
-moz-box-shadow: 0px 0px 0px 0px rgba(27,27,27,0.3);
	clear:both;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:	all 0.5s ease-in-out;
	-ms-transition:	 all 0.5s ease-in-out;
	-o-transition:	  all 0.5s ease-in-out;
	transition:		 all 0.5s ease-in-out;
}
#site-logo a, #site-logo a:hover {
	text-decoration: none;
}

  /* Chrome, Safari, Opera */
  @-webkit-keyframes bbe-logo-reveal {
    from {opacity: 0.1;}
    to {opacity: 1;}
  }

  /* Standard syntax */
  @keyframes bbe-logo-reveal {
    from {opacity: 0.1;}
    to {opacity: 1;}
  }
#site-description{
	visibility: hidden!important;
	display: none;
    margin: 0!important;
}
/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	display: none;
	float:right;
	position:absolute;
	bottom:10px;
	right:0;
}
.social-widget a,
.social-widget a:hover {
	text-decoration:none;
}
.social-widget .widget {
	display:inline-block;
	margin:0 2px 0 0;
}
.social-widget .widget div {
	display:inline;
}
.social-widget .widgettitle {
	width:auto;
	font-weight:bold;
	font-size:100%;
	text-transform:none;
	border:none;
	letter-spacing:0;
	position:static;
	display:inline-block;
	margin:5px 8px 2px 0;
	padding:0;
	background:transparent;
	box-shadow:none;
}
.social-widget ul {
	margin:6px 0 0 !important;
	padding:0;
	display:inline;
}
.social-links.horizontal li {
	padding:0 2px 5px 0;
	margin:0;
	display:inline-block;
	border:none !important;
	clear:none;
	line-height:100%;
}
.social-widget li img {
	vertical-align:middle;
	margin-top:-5px;
}

/* 
RSS
================================================ */
.social-widget div.rss {
	display:inline-block;
	vertical-align:middle
}
.social-widget div.rss a {
	display:inline-block;
	margin-bottom:5px
}
.social-widget div.rss .tf_fa {
	font-size:1.75em;
	padding-right:5px;
	display:inline-block;
	vertical-align:middle;
	color:#f9a447
}

/* 
SEARCH FORM
================================================ */
#header #searchform {
	position:absolute;
	right:0;
	top:20px;
}
#header #searchform #s {
	width:100px;
	padding:5px 7px 5px 28px;
	float:right;
	border-radius:5px;
	transition:width .7s;
	position:relative;
	box-sizing:border-box;
}
#searchform .tf_fa{
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
	pointer-events:none;
	transform:rotatez(90deg)
}
#header #searchform #s:focus {
	width:140px;
	color:#333;
}

/* 
MAIN NAVIGATION
================================================ */
nav {
	margin: 0!important;
}
.mobile-button {	
	margin-right:20px;
	background-color: transparent!important;
	color:#FFF!important;
    width: 38px!important;
}
.menu-icon-inner {
    width: 32px!important;
}
.mobile-button {
    height: 20px!important;
    padding: 7px 4px;
	display: none;
}
.menu-icon-inner, .menu-icon-inner::before, .menu-icon-inner::after {
    border-bottom: 2px solid;
}
#main-nav-wrap{	
	background-color: #1b1b1b;
	display:inline-block;
	width:100%;
	margin: 0 auto 0!important;
}

#main-nav {
	font-size: 90%;
	margin: 0 auto!important;
	padding:0;
	width:100%;
	max-width: 1360px;
	z-index: 20;
	text-align:center;
	display: flex;
	align-items: center;
	flex-wrap:nowrap!important;
	font-weight:500;
}
#main-nav li {
	margin: 0 auto;
	width:12%;
	height: auto;
	display:inline-block;
	float:none!important;
	position: relative;
}

/* main level link */
#main-nav a {
	color:#fafcf7;
	display:block;
	margin: 0;
	text-decoration: none;
	white-space:nowrap;
	min-height:28px;
	padding:10px 0 0;
	border-radius: 0px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition:	all 0.6s ease-in-out;
	-ms-transition:	 all 0.6s ease-in-out;
	-o-transition:	  all 0.6s ease-in-out;
	transition:		 all 0.6s ease-in-out;
}

#main-nav:first-of-type > li:nth-child(3) {
	margin: 0 12% 0 0;
}
#main-nav:first-of-type > li:nth-child(4) {
	margin:0 0 0 12%;
}
/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	cursor:pointer!important;cursor:hand;
	color:#1b1b1b;
	background-color:#ffeea6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-ms-transition:	 all 0.4s ease-in-out;
	-o-transition:	  all 0.4s ease-in-out;
	transition:		 all 0.4s ease-in-out;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color:transparent;
	color:#ffeea6;
	border-radius: 0px;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	background-color:transparent;
		border-radius: 0px;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	color:#1b1b1b;
	text-align: center;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
	text-transform:none;
	padding: 9px 8px 7px;
	margin:0;
	display:block;
	width:100%;
	background:none;
	border:none;
	text-shadow:none;
	border-radius:0;
	box-shadow:none;
	box-sizing:border-box
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background-color:#ffeea6;
	color:#1b1b1b;
}
/* dropdown ul */
#main-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	background-color:#fffffa;
	z-index:10000;
	border-radius:2px;
	left:-999em;
	box-shadow:0 0 0 1px rgba(0,0,0,.2), 0 2px 12px rgba(0,0,0,.15);
}
#main-nav ul li {
	background:none;
	padding:0;
	margin:0;
	float:none;
}
/* show dropdown ul */
#main-nav li.dropdown-open > ul{
	left:0;
}
#main-nav li li.dropdown-open > ul.children,
#main-nav li li.dropdown-open > ul.sub-menu{
	left:190px;
	top:-2px;
}
#main-nav ul.sub-menu li{
	width:100%;
	text-align: left;
	clear:right;
	float:left;
}
@media (hover:hover){
	/* show dropdown ul */
	#main-nav li:hover > ul {
		left:0;
		right:0;
	}
	#main-nav li li:hover > ul.sub-menu,
	#main-nav li li:hover > ul {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translate(0%, -50%);
		width:100%;
	}
}
#main-nav a:focus {
	outline:1px solid #f3eccf;
}
@media (hover:none){
	#main-nav .child-arrow {
		border-radius:100%;
		padding:0 7px;
		margin-left:7px;
	}
	#main-nav ul .child-arrow {
		float:right;
		margin-right:10px;
	}
}
#search-area{
	position:relative;
	z-index:100;
	font-size:95%;
	padding: 0;
	margin:0 10px 0 0;
	display: block;
	text-align:center;
	float: left;
}
#header #searchform {
    position: absolute;
    left: 0;
	top: 0;
}
#sub-menu{
	z-index:100!important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:95%;
	padding: 0;
	margin:0 auto 0;
	text-align:center;
	float: none;
}
#sub-menu ul{
	margin:0;
}
#sub-menu li {
	float: left;
	margin: 0;
	color:#1b1b1b;
	text-transform:uppercase;
	font-size:.875em;
	padding: 0;
	display:inline-block;
	border:0 solid #1b1b1b;
	border-top:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
#sub-menu li a:hover{
	background-color:#1b1b1b;
	color:#fafcf7;	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-ms-transition:	 all 0.4s ease-in-out;
	-o-transition:	  all 0.4s ease-in-out;
	transition:		 all 0.4s ease-in-out;
}
#sub-menu a {
	display: block;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-ms-transition:	 all 0.4s ease-in-out;
	-o-transition:	  all 0.4s ease-in-out;
	transition:		 all 0.4s ease-in-out;
}

/************************************************************************************
PAGE
*************************************************************************************/
/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin:0 0 30px;
}
.author-bio .author-avatar {
	float:left;
	margin:0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color:#fafcf7;
	padding:4px;
	border:solid 1px #ccc;
}
.author-bio .author-name {
	margin:0 0 5px;
	padding:0;
	font-size:160%;
}
.author-posts-by {
	margin:0 0 20px;
	padding:10px 0 0;
	font-size:140%;
	text-transform:uppercase;
	border-top:double 4px #ccc;
	border-color:rgba(118,118,118,.3);
}

/*
CATEGORY SECTIONS
================================================ */
.category-section {
	clear:both;
	margin-bottom:30px;
}
.category-section-title {
	font-size:120%;
	text-transform:uppercase;
	margin:0 0 20px;
	padding:10px 0 0;
	border-top:double 4px #ccc;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom:50px;
	box-sizing:border-box;
}

/* post content */
.post-content {
	min-width:120px;
}

/* post title */
.post-title {
	font-size:26px;
	margin:0 0 5px;
	padding:0;
}
.post-title a {
}

/* post image */
.post-image {
	max-width:100%;
	margin:0 0 5px;
}
.post-image.left {
	float:left;
	margin-right:15px;
}
.post-image.right {
	float:right;
	margin-left:15px;
}

/* post meta */
.post-meta {
	margin:0 0 7px;
	font-size:.9em
}
.post-meta a {
	color:inherit
}
.post-meta span .tf_fa{
	display:inline-block;
	margin-right:6px;
	vertical-align:middle;
	opacity:.6
}
.post-meta .post-author {
	padding:2px 0;
}
.post-meta .post-category {
	padding:2px 0;
}
.post-meta .post-tag {
	padding:2px 0;
}
.post-meta .post-author:after,
.post-meta .post-category:after,
.post-meta .post-tag:after{
	display:inline-block;
	content:'';
	width:1px;
	height:1.3em;
	margin:0 .45em 0 .6em;
	white-space:nowrap;
	vertical-align:middle;
	border-left:1px solid;
	transform:skewX(-15deg);
	opacity:.1;
}

.loops-wrapper.grid4 .post-title {
	font-size:120%;
	margin:0 0 3px;
	padding:0;
}
.loops-wrapper.grid3 .post-title {
	font-size:140%;
	margin:0 0 3px;
	padding:0;
}

.loops-wrapper.grid2 .post-title {
	font-size:150%;
	margin:0 0 3px;
	padding:0;
}

.loops-wrapper.grid2-thumb .post-title {
	margin:0 0 5px;
	font-size:150%;
}
.loops-wrapper.grid2-thumb .post-image {
	float:left;
	margin:5px 14px 10px 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow:hidden;
}


/* list thumb post */
.loops-wrapper.list-thumb-image .post-image {
	float:left;
	margin:7px 16px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow:hidden;
}

/* list large image */
.loops-wrapper.list-large-image .post-image {
	float:left;
	margin:7px 22px 10px 0;
}
.loops-wrapper.list-large-image .post-title {
	font-size:200%;
	margin:0 0 5px;
	padding:0;
}
.loops-wrapper.list-large-image .post-content {
	overflow:hidden;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	font-size:.9em;
	margin-bottom:15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered {
max-width:100% !important;
}
/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin:15px 0;
}
.author-box .author-avatar {
	float:left;
	margin:0 15px 5px 0;
}
.author-box .author-name {
	margin:0 0 5px;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align:right;
	margin:.5em 0 2em;
}
.post-pagination strong {
	margin-right:3px;
}
.post-pagination a {
	margin-left:3px;
	margin-right:3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin:0 0 30px;
	padding:15px 0;
	clear:both;
}
.post-nav .prev,
.post-nav .next {
	width:47%;
	position:relative;
}
.post-nav a {
	text-decoration:none;
	display:block;
}
.post-nav a:hover {
	text-decoration:none;
}
.post-nav .prev {
	float:left;
}
.post-nav .next {
	float:right;
	text-align:right;
}

/* post nav arrow */
.post-nav .arrow {
	background-color:#333;
	color:#fafcf7;
	font:normal 20px/100% "Times New Roman", Times, serif;
	display:block;
	float:left;
	width:32px;
	height:28px;
	padding:4px 0 0;
	text-align:center;
	margin:-8px 10px 17px 0;
	border-radius:10em;
}
.post-nav .next .arrow {
	float:right;
	margin-left:10px;
	margin-right:0;
}
.post-nav a:hover span {
	background-color:#1b1b1b;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin:10px 0 20px;
	position:relative;
	clear:both;
}

/* comment title */
.comment-title, #reply-title {
	font-size:140%;
	margin:0 0 10px;
	padding:0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin:10px 0;
	border:none;
	box-shadow:none;
}
.commentwrap .pagenav.top {
	margin:0;
	position:absolute;
	top:10px;
	right:0;
}

/* commentlist */
.commentlist {
	margin:0 0 30px;
	padding:5px 0 0;
	border-top:solid 1px rgba(0,0,0,.1);
}
.commentlist li {
	margin:0;
	padding:15px 0 0;
	list-style:none;
	position:relative;
}
.commentlist .comment-author {
	margin:2px 0 5px;
	padding:0;
}
.commentlist .avatar {
	float:left;
	margin:0 15px 0 0;
}
.commentlist cite {
	font-style:normal;
	font-size:130%;
}
.commentlist cite a {
	text-decoration:none;
}
.commentlist cite .tf_fa{
	margin-right:10px
}
.commentlist .bypostauthor > .comment-author cite .tf_fa {
	margin-right:18px;
	color:#ca0012;
}
.commentlist .comment-time {
	font-size:75%;
	text-transform:uppercase;
}
.commentlist .commententry {
	border-bottom:solid 1px rgba(0,0,0,.1);
	position:relative;
	min-height:40px;
	overflow:hidden;
	padding-bottom:5px;
	overflow-wrap:break-word;
}
.commentlist ul, .commentlist ol {
	margin:0 0 0 7%;
	padding:0;
}

/* reply link */
.commentlist .reply {
	position:absolute;
	right:0;
	top:8px;
}
.commentlist .comment-reply-link {
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
}
.commentlist .comment-reply-link:hover {
	text-decoration:none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin:0;
	padding:10px 0 0;
	position:relative;
	clear:both;
}
#respond #cancel-comment-reply-link {
	position:absolute;
	top:20px;
	right:0;
	font-size:85%;
	line-height:100%;
	text-decoration:none;
	padding:5px 10px;
	display:block;
	color:#fafcf7;
	background-color:#F30;
}
#respond #cancel-comment-reply-link:hover {
	background-color:#333;
}
#commentform {
	margin:15px 0 0;
}
#commentform label {
	font-weight:bold;
}
#commentform label small {
	font-weight:normal;
}
#commentform textarea {
	height:140px;
	width:100%;
	box-sizing:border-box;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
	width:50%;
	float:left;
	box-sizing:border-box;
	clear:none;
}
#commentform p.comment-form-author {
    padding-right:2%;
}
#commentform .comment-form-email {
	padding-left:2%;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url] {
	width:100%;
	max-width:none;
	box-sizing:border-box;
}
#commentform input#submit {
	padding:7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin:0 0 10px;
	overflow-wrap:break-word;
}
.widgettitle {
	margin:0 0 10px;
	padding:0;	
	font-size:120%;
	position: relative;
}

.widgettitle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px; 
    background: #fff;
    top: 100%;
    left: 0;
}

.widget ul {
	margin:0;
	padding:0;
}
.widget li {
	margin:0;
	padding:6px 0;
	list-style:none;
	clear:both;
}
.widget ul ul {
	margin:6px 0 -6px 0;
	padding:0;
	border-top:none;
}
.widget ul ul li {
	margin:0;
	padding-left:10px;
}
.right-banner.widget li, .right-banner.widget li::after{	
	clear:none!important;
}
/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight:bold;
	padding-bottom:10px;
}
.widget #wp-calendar td {
	width:31px;
	padding:4px 2px;
	text-align:center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display:none;
}
.widget .feature-posts-list .post-img {
	margin:4px 12px 10px 0;
	float:left;
}
.widget .feature-posts-list small {
	font-style:italic;
	font-size:90%;
	display:block;
	margin:0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin:4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display:block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font-style:italic;
	font-size:90%;
}
.widget .follow-user {
	margin:0;
	padding:5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align:middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right:12px;
	float:left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top:10px;
}
.widget .flickr_badge_image img {
	width:50px;
	height:50px;
	margin-right:12px;
	margin-bottom:12px;
	float:left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width:23.8%;
	margin:0 1.5% 1.5% 0;
	float:left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right:0;
}
.shortcode .flickr_badge_image img {
	margin:0;
}

/* search widget */
#sidebar #searchform {
	position:static;
}
#sidebar #searchform #s {
	width:93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width:100% !important;
}
#content .twt-border {
	max-width:100% !important;
	min-width:180px !important;
}

/* Social Links Widget */
.widget .social-links {
	margin:0 0 20px;
	padding:0;
	line-height:100%;
}
.widget .social-links li {
	margin:0 5px 5px 0;
	padding:0;
	list-style:none;
	border:none;
	display:inline-block;
}
.widget .social-links img {
	vertical-align:middle;
}

/* Text widget */
.widget .textwidget ul {
	margin:0 0 1.4em 1.6em;
}
.widget .textwidget li {
	display:list-item;
}
.widget .textwidget ul li {
	list-style:disc;
}
.widget .textwidget ol li {
	list-style:decimal;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap{
	background-color: #1b1b1b;
	border-bottom: solid 5px #ffeea6;
	clear: both;
}
#footer {
	padding:30px 0;
	color:#fafcf7;
	clear:both;
	border-top:solid 1px rgba(0,0,0,.1);
}
.footer-logo {
	text-align:center;
	display:block;
	margin: 0 auto!important;
	max-width:204px!important;
}
/* back to top */
.back-top {
	visibility: hidden;
	clear:both;
	float:left;
	margin-top:-3px;
}
.back-top a {
	background-color:#1b1b1b;
	display:block;
	width:30px;
	height:30px;
	margin:0 10px 10px 0;
	text-indent:-900em;
	border-radius:10em;	
	color:#fafcf7;
}
.back-top a .tf_fa{
	text-indent:0;
	text-align:center;
	width:100%;
	float:left;
	font-size:1.4em;
	margin-top:5px;
}
.back-top a:hover {
	background-color:#333;
}

/* footer nav */
.footer-nav {
	margin:7px 0 10px;
	padding:0;
	text-align:left;
}
.footer-nav li {
	padding:0;
	margin:0 8px 5px 0;
	list-style:none;
	display:inline-block;
}

/* footer text */
.footer-text {
	font-size:90%;
	clear:both;
}
.one, .two{
	text-align: center;
}
.one a, .two a{
	color: #ffeea6;
}
.one a:hover, .two a:hover{
	color: #fff;
}
.address {
	padding-left: 32px;
}
#menu-footer-widget .menu-item a{
    position:relative;
	padding-left:30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-ms-transition:	 all 0.4s ease-in-out;
	-o-transition:	  all 0.4s ease-in-out;
	transition:		 all 0.4s ease-in-out;
}
#menu-footer-widget .menu-item a:hover{
	color:#FFF;
	text-decoration: none;
}

#menu-footer-widget .menu-item a:before {
    content:"\A";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ffeea6;
    position: absolute;
    left: 12px;
	top:4px;
}
.footer-widgets a {
	color:#ffeea6;
}
.footer-widgets a:hover {
	color:#ffffff;
}
/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:30px;
}
.alignright {
	float:right;
	margin-left:30px;
}
.aligncenter {
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	text-align:center;
	margin-bottom:15px;
	max-width:100%;
}
.wp-caption-text {
	font-size:95%;
	line-height:120%;
	margin:6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float:none;
	margin:0;
	text-align:left;
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width:1060px; /* same width as .pagewidth */
	max-width:100%;
	margin:auto;
}
.module_row.fullwidth > .row_inner {
	width:100%;
	padding:0;
}
.module-title{
	text-align: center;
	font-size: 1.75em;
	margin: 0 0 .75em;
	padding-bottom:3px;
}
.intro-header{
	padding-bottom:1px;
}
.intro-header:after{
	content:'';
    background-image: url("https://henryclayinn.com/wp-content/themes/basic-child/images/Henry_Clay_Inn-hr.png");
	background-size: 200px 24px; background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	right:0;
	left:0;
	position:absolute;
	bottom:-34px;
	margin:0 auto 1.5em;
    width: 200px;
    height: 24px;
	z-index: 1;
}
.hci-rule .module-title h3{
  text-align: center;
  font-size: 1.75em;
  margin: 0 0 .25em;
}
.hci-rule .module-title:after{
	content:'';
    background-image: url("https://henryclayinn.com/wp-content/themes/basic-child/images/Henry_Clay_Inn-hr.png");
	background-size: 200px 24px; background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	position:absolute;
	right:0;
	left:0;
	bottom:-6px!important;
	margin:0 auto 1.6em;
    width: 200px;
    height: 24px;
	z-index: 1;
}
.hci-rule-other .module-title:after{
	content:'';
    background-image: url("https://henryclayinn.com/wp-content/themes/basic-child/images/Henry_Clay_Inn-hr2.png");
	background-size: 155px 14px; background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	right:0;
	left:0;
	position:absolute;
	bottom:-12px;
	margin:0 auto;
    width: 155px;
    height: 14px;
	z-index: 1;
}
.hci-rule-above:after{
	content:'';
    background-image: url("https://henryclayinn.com/wp-content/themes/basic-child/images/Henry_Clay_Inn-hr2.png");
	background-size: 155px 14px; background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	right:0;
	left:0;
	 top: 50%;
        position: absolute;
	margin:0 auto;
    width: 155px;
    height: 14px;
	z-index: 1;
}
.hci-border-top{
	border-top:#1b1b1b solid 4px;
}
.hci-border-top-beige{
	border-top:#bfbb9f solid 4px;
}
.hci-border-top-blue{
	border-top:#2f8caa solid 4px;
}
.hci-border-top-green{
	border-top:#77c8b9 solid 4px;
}
.hci-restricted{
	font-size: 14px!important;
	position: relative;
	bottom: 15px;
}
.hci-newsletter-button{
  display: flex;
  justify-content: center;
  align-items: center;
}
.hci-newsletter-button span{
	background: #ffeea6;
	display: inline-block;
	text-align: center;
	justify-content: center;
 	align-items: center;
	color: #1b1b1b!important;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 1.2em 5em;
	letter-spacing: 0.125em;
	font-size: 0.875em;
	margin: 1em auto;
	position: relative;
	border:solid 1px #1b1b1b!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-ms-transition:	 all 0.4s ease-in-out;
	-o-transition:	  all 0.4s ease-in-out;
	transition:		 all 0.4s ease-in-out;
}
.hci-newsletter-button span:hover{
	cursor: pointer!important;
	background:rgba(27,27,27,1)!important;
	color:#FFF!important;
}
.hci-newsletter-button span:before, .hci-newsletter-button span:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	height:2px;
	width:0;
	background:#ffeea6;
	transition:400ms ease all;
}
.hci-newsletter-button span:after{
	right:inherit;
	top:inherit;
	left:0;
	bottom:0;
}
.hci-newsletter-button span:hover:before, .hci-newsletter-button span:hover:after{
	width:100%;
	transition:800ms ease all;
}
#totop{
	z-index: 30000;
}
.builder_button {
	background: #ffeea6;
	display: flex;
	justify-content: center;
 	align-items: center;

}
.builder_button.black {	
	color: #1b1b1b!important;
	text-transform: uppercase;
	background: rgba(255,238,166,1);
	border-radius: 2px;
	padding: 1.2em 1.2em;
	letter-spacing: 0.125em;
	font-size: 0.875em;
	margin: 1em;
	position: relative;
	border:solid 1px #1b1b1b!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-ms-transition:	 all 0.4s ease-in-out;
	-o-transition:	  all 0.4s ease-in-out;
	transition:		 all 0.4s ease-in-out;
}

.builder_button.black:hover{
  background:rgba(27,27,27,1)!important;
  color:#FFF!important;
}
.builder_button.black:before,.builder_button.black:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:#ffeea6;
  transition:400ms ease all;
}
.builder_button.black:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.builder_button.black:hover:before,.builder_button.black:hover:after{
  width:100%;
  transition:800ms ease all;
}

.ctct-form-wrapper span.ctct-label-right {
  display: inline-block;
  width: 50%!important;
}


.ctct-disclosure{
	display:none;
}
.signup-form{
	margin:0 auto;
	text-align: center;
	border-radius:10px;
	border:1px solid #96967c;
}
.signup-form .ctct-submit{
	font-weight:600!important;
	padding:5px 20px;
	border-radius:0px;
}
/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}

/* clearfix */
.widget li:after, #body:after, #footer:after, footer:after,#main-nav:after, .menu:after,#content:after
{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.widget li,footer,#main-nav, .menu
{ display:block; }
.nobreak{
	margin-right:.2em; 
	display:inline-block;
	white-space: nowrap;
	display:inline-block;
}
/************************************************************************************
TOP BAR/TOP MENU
*************************************************************************************/
.top-banner-wrap{
	background-color: #fffef8;
	display:block;
	width:100%;
	height:auto;
	clear:both;
	list-style:none;
	margin: 0!important;
}
.top-banner a{
	color:#1b1b1b!important;
}
.top-banner{
	font: .9em/1em 'Raleway', sans-serif;
	overflow-wrap: break-word;
	color:#1b1b1b;
	max-width:1280px;
	padding:9px 10px 9px;
	margin:0 auto;
	min-height:24px;
	display:block;
}
.top-banner li{
	width:auto;
}
.top-banner .widget, .widget .social-links {
    margin: 0!important;
}
.left-banner{
	width:50%;
	float:left;
	display:inline-block;
	clear: none!important;
}
.left-banner .widget li {
	text-transform:uppercase;
	font-size:90%;
	display:inline-block;
	margin: 0;
	padding:4px 0 0;
	list-style: none;
	clear: none!important;
	border-top: none!important;
	width:100%;
}
ul.social-links{
	text-align:left;
	margin:0 auto;
	padding:0 0 3px;
}
.social-links{
	display:inline-block;
	padding:2px 0 5px;
}
.left-banner .widget li:before{
	content: "|";
	color:#1b1b1b;
	padding:0 5px;
}
.left-banner .widget li:first-of-type:before{
	content:""
}
.top-banner .widget .social-links li {
    margin: 0 5px 0 0!important;
}
.right-banner{
	width:49%;
	float:right;
	display:inline-block;
	text-align:right;
	clear: none;
}
.right-banner.widget li::after{	
	clear:none!important;
}
.right-banner .widget li:nth-of-type(2):before, .right-banner .widget li:nth-of-type(3):before{
	content: "|";
	color:#1b1b1b;
	padding:0 5px;
	clear:none!important;
}
.right-banner .widget li {
	text-transform:uppercase;
	text-align: right!important;
	font-size:90%;
	display:inline-block;
	margin: 0;
	clear: none;
	padding:4px 0 0;
	list-style: none;
	border-top: none!important;
}
.hci-border:before{
	content:'';
    background-image: url("https://henryclayinn.com/wp-content/uploads/2021/04/hci_web-border-bottom.svg");
	background-repeat: repeat-x;
	background-position: top;
	position:absolute;
	top:2px;
	margin:0 auto;
    width: 100%;
    height: 28px;
	z-index: 1;
}
.hci-border:after{
	content:'';
    background-image: url("https://henryclayinn.com/wp-content/uploads/2021/04/hci_web-border-bottom.svg");
	background-repeat: repeat-x;
	background-position: bottom;
	position:absolute;
	bottom:4px;
	margin:0 auto;
    width: 100%;
    height: 28px;
	z-index: 1;
}
.shiftnav-nav .menu-item .current_page_item l1{
	background-color: #ffeea6!important;
	color:#1B1B1B!important;
}
.recaptcha-text{
	font-size: 80%;
	margin-bottom:20px;
}
.grecaptcha-badge { display:none !important}
/************************************************************************************
Shrink on Scroll
*************************************************************************************/
.smaller-nav{
	padding-top:0px;
}
.shrink-nav{
	background-color:#1b1b1b!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-ms-transition:	 all 0.4s ease-in-out;
	-o-transition:	  all 0.4s ease-in-out;
	transition:		 all 0.4s ease-in-out;
}
.shrink-nav a{
	color: #fffef9!important;
	padding-top: 8px!important;
}
.shrink-nav a:hover{
	color: #fffef9!important;
	background-color:#81bda8;
}
.shrink-nav .current_page_item a, .shrink-nav .current-menu-item a {
	background-color:transparent!important;
}
.shrink-nav #main-nav ul a, .shrink-nav #main-nav .current_page_item ul a, .shrink-nav #main-nav ul .current_page_item a, .shrink-nav#main-nav .current-menu-item ul a, .shrink-nav #main-nav ul .current-menu-item a {
	color: #1b1b1b!important;
}
.smaller-headerwrap{
	padding:0!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:	all 0.2s ease-in-out;
	-ms-transition:	 all 0.2s ease-in-out;
	-o-transition:	  all 0.2s ease-in-out;
	transition:		 all 0.2s ease-in-out;
}
#site-logo.bye{
	background-color: transparent!important;
}
#site-logo img.bye{
	height:34px;
	visibility: hidden;
	opacity:0;
	background-position: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:	all 0.2s ease-in-out;
	-ms-transition:	 all 0.2s ease-in-out;
	-o-transition:	  all 0.2s ease-in-out;
	transition:		 all 0.2s ease-in-out;
}

#site-logo a.shrink {
	font-size: 0px!important;
	position:fixed;
	cursor: pointer!important;
	left: 0;
	right: 0;
	top: 3px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	background-position: center;
	display:block;
	width:220px;
	height:auto;
	box-shadow: 0px 3px 5px 0px rgba(27,27,27,0);
-webkit-box-shadow: 0px 3px 5px 0px rgba(27,27,27,0);
-moz-box-shadow: 0px 3px 5px 0px rgba(27,27,27,0);
	background-image:url("https://henryclayinn.com/wp-content/themes/basic-child/images/Henry_Clay_Inn-logo-horizontal.png");
	background-size:contain;
	background-repeat:no-repeat;
    -webkit-animation: bbe-logo-reveal 3s ; /* Chrome, Safari, Opera */
    animation: bbe-logo-reveal 3s ;
  }
.top-banner-wrap.bye{
	display: none;
	opacity:0;
	background-position: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:	all 0.2s ease-in-out;
	-ms-transition:	 all 0.2s ease-in-out;
	-o-transition:	  all 0.2s ease-in-out;
	transition:		 all 0.2s ease-in-out;
}
.tribe-common-l-container, .tribe-events-single{
	margin-top:80px!important;
}
:root { --tec-color-accent-primary: #1b1b1b; }

.tribe-common-c-btn:hover{
	background-color:#b9b59a!important;
	color:#1b1b1b!important;
}
.hci-market-logo h2{
	display:inline-block;
	font-weight:500!important;
}
.hci-market-logo h2::before { 
      content: ""; 
      display: block; 
      border-top: 1px solid black; 
      margin-bottom: 1px; 
    } 
.hci-market-corners{
  min-width: 332;
  min-height: 332;
  background:
    url(https://henryclayinn.com/wp-content/uploads/2024/03/hci-market-corners.png) left -166px top -166px no-repeat,
    url(https://henryclayinn.com/wp-content/uploads/2024/03/hci-market-corners.png) right -166px top -166px no-repeat,
    url(https://henryclayinn.com/wp-content/uploads/2024/03/hci-market-corners.png) left -166px bottom -166px no-repeat,
    url(https://henryclayinn.com/wp-content/uploads/2024/03/hci-market-corners.png) right -166px bottom -166px no-repeat,
    rgba(255,255,255,0.5);
  padding: 40px;
}

.hci-market-logo h2::after { 
      content: ""; 
      display: block; 
      border-bottom: 1px solid black; 
      margin-top: 1px; 
    } 
.tribe-events-pg-template .tribe-events-before-html{
	display: none!important;
}

/************************************************************************************
End
*************************************************************************************/

@media screen and (max-width:1060px) {
	.pagewidth {
		width:1060px;
		margin:0 auto;
		padding: 0 25px;
}
	/************************************************************************************
	FOR PAGE SKIN
	*************************************************************************************/
	.skin-page .pagewidth,
	.skin-page-black .pagewidth {
		max-width:100%;
	}
	/* content */
	.skin-page #content,
	.skin-page-black #content {
		width:67.8%;
	}
	
	/* sidebar */
	.skin-page #sidebar,
	.skin-page-black #sidebar {
		width:26.2%;
	}
	.footer-widgets{
		padding-left:2%;
		padding-right:2%;
	}
}

@media screen and (max-width:1100px) {

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	.pagewidth,
	.module_row > .row_inner {
		max-width:100%!important;
	}
	.module-layout-part .module_row.fullwidth > .row_inner,
	.module_row.fullwidth > .row_inner {
		max-width:100%;
	}

		
	/* content */
	#content {
		width:67.8%;
	}
	
	/* sidebar */
	#sidebar {
		width:26.2%;
	}
	#site-logo {
		max-width:200px;
	}
}

@media screen and (max-width:900px) {

	#site-logo {
		max-width:165px;
	}
	#main-nav li {
		width:10%;
	}
	#main-nav:first-of-type > li:nth-child(3) {
		margin: 0 15% 0 0;
}
	#main-nav:first-of-type > li:nth-child(4) {
		margin:0 0 0 15%;
	}
	.hci-inside{
		margin:10%;
}
}
@media screen and (max-width:824px) {
	
	#main-nav{
		z-index: 300000!important;
		
	}
	.header-nav{
		display: none;
	}
	.right-banner .widget li:nth-of-type(2):before, .right-banner .widget li:nth-of-type(3):before{
		content:none!important;
		clear:none!important;	
	}
	.menu-item svg.tf_fa{
		transform: scale(1.1)!important;
		padding-left:2px;
		padding-right:2px;
		clear:none!important;
	}
		
	.right-banner .widget li:last-of-type{
		margin-right:2px!important;
	}
	.right-banner .widget li:nth-of-type(2):before, .right-banner .widget li:nth-of-type(3):before{
		padding:0 6px!important;
	}
	.left-banner .widget li, .right-banner .widget li{
		transform: scale(1.25)!important;
		font-size: 100%;
	}
	.right-banner .widget li a{
		display: block;
		floar:right;
		padding:0 4px;
	}
	#menu-address a{
		display: block;
		floar:left;
		padding:0 4px;	
}
}
@media screen and (max-width:800px) {

	#site-logo{
		padding: 2px 10px 10px!important;
	}
	.mobile-button{
		display:block;
	} 
	#main-nav {
    	right: 10px!important;
		width: 240px;
	}
	#main-nav:first-of-type > li:nth-child(3) {
		margin: 0;
	}
	#main-nav:first-of-type > li:nth-child(4) {
		margin:0;
	}	
	.shrink-nav a {
  		color: #1b1b1b !important;
	}
	.menu-item .tf_fa {
		pointer-events: none;
	}
	.left-banner .widget li{
		padding-left:10px;
	}
	.left-banner .widget li:first-of-type:before{
		content:none;
	}
	#main-nav a, .shrink-nav a {
		padding: 6px 14px!important;
		min-height: 18px;
	}
	#main-nav li {
    	width: 100%;
		text-align: left;
		line-height: 130%;
		color: #1b1b1b!important;
		position: relative;
	}
	#main-nav li a{
		letter-spacing: 0em;
		font-size: 1.125em;
	}
	#main-nav ul a {
		text-align: left;
	}
	#main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav .current_page_item .shrink-nav a{
    	background-color: transparent;
    	color: #81bda8!important;
	}
	#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
    	color: #c1bca0!important;
	}
	#main-nav ul.sub-menu li{
		padding-left:20px!important;
	}
}
@media screen and (max-width:760px) {

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#content {
		width:100% !important;
		max-width:100% !important;
		float:none;
		clear:both;
	}
	
	/* sidebar */
	#sidebar {
		width:100% !important;
		max-width:100% !important;
		float:none;
		clear:both;
	}
	#sidebar .secondary {
		width:48%;
	}
	
	/************************************************************************************
	LAYOUT
	*************************************************************************************/
	.list-thumb-image .post-content {
		overflow:visible;
	}
	.list-large-image .post-content {
		overflow:visible;
	}
	.header-nav{
		display: none;
	}

}

@media screen and (max-width:680px) {
	
	/************************************************************************************
	HEADING
	*************************************************************************************/
	h1 {
		font-size:1.8em;
	}
	h2,
	.post-title,
	.loops-wrapper.grid4 .post-title,
	.loops-wrapper.grid3 .post-title,
	.loops-wrapper.grid2 .post-title {
		font-size:1.6em;
	}
	h3 {
		font-size:1.4em;
	}
	h4 {
		font-size:1.2em;
	}	
	
	/************************************************************************************
	POST VIDEO (css for fluid video)
	*************************************************************************************/
	.post-video {
		clear:both;
	}

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust:none;
	}

	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	 {
		margin-left:0;
		width:100%;
		max-width:100%;
	}
	
	/************************************************************************************
	LAYOUT
	*************************************************************************************/
	/* loops-wrapper */
	.loops-wrapper {
		margin-left:0 !important;
		width:auto !important;
	}

	/* post */
	.post {
		width:auto !important;
		max-width:100% !important;
		margin-left:0 !important;
		float:none !important;
	}
	
	/************************************************************************************
	POST NAV
	*************************************************************************************/
	.post-nav .prev, .post-nav .next {
		display:block;
		width:100%;
		clear:both;
		margin-bottom:10px;
	}
	
	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist {
		padding-left:0;
	}
	.commentlist .commententry {
		clear:left;
	}
	.commentlist .avatar {
		float:left;
		width:40px;
		height:40px;
		margin:0 10px 10px 0;
	}
	
	/************************************************************************************
	WOOCOMMERCE SUPPORT
	*************************************************************************************/
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary {
		float:none !important;
		width:100% !important;
	}
	/************************************************************************************
	MISC.
	******************************************************************/
	.hci-nolink {
  pointer-events: none!important;
  cursor: default;
}
	.footer-logo{
		padding: 30px 0;}
}