/*
	Theme Name: The Inspired Room 2013
 
	Version: 1.0
 
	Template: genesis
	Template Version: 1.8
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Page Title
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Intense Plugin
* Instagram Plugin
* UberGrid
* Book Page
* FAQ Form
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@font-face {
    font-family: 'JennaSueRegular';
    src: url('lib/fonts/JennaSue-webfont.eot');
    src: url('lib/fonts/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/JennaSue-webfont.woff') format('woff'),
         url('lib/fonts/JennaSue-webfont.ttf') format('truetype'),
         url('lib/fonts/JennaSue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('lib/fonts/BebasNeue-webfont.eot');
    src: url('lib/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/BebasNeue-webfont.woff') format('woff'),
         url('lib/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('lib/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Custom Edits (Mitchell)
------------------------------------------------------------ */

.genesis-grid img,
.archive img {
	border: none !important;
	padding: 0 !important;
}



/* Defaults
------------------------------------------------------------ */

*, *:after, *:before {
    box-sizing: border-box;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 16px;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	box-sizing: border-box;
	color: #333;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #588C9A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

::-moz-selection {
	background-color: #588C9A;
	color: #fff;
}

::selection {
	background-color: #588C9A;
	color: #fff;
}

body {
	/*background: url(images/bg.jpg) repeat-x #FAFBF6;*/
}

/* Wrap
------------------------------------------------------------ */

#wrap {
	margin-top: 10px;
	width: 1040px;
	margin: 0 auto;
}

/*.inspired-dog #wrap {
	background: url(images/inspired-dog-header.png) no-repeat;
	margin-top: 10px;
	width: 980px;
	margin: 0 auto;
}*/

.inspired-video.header-image #wrap {
	background-position: center top;
}

.header-image #wrap {
	background-position: center 105px;
}

.wrap {
	margin: 0 auto;
	max-width: 980px;
}


/* Header
------------------------------------------------------------ */

#before-header {
    margin: 0 auto 15px;
    width: 728px;
}

#header {
	background: url(https://theinspiredroom.net/wp-content/uploads/2018/06/the-inspired-room-logo.jpg) no-repeat top left;
}

.inspired-dog #header {
	background: url(images/inspired-dog-header-2.png) no-repeat top left;
}

.header-image #header {
	min-height: 200px;
	max-width: 700px;
	margin: 0;
}

/*.inspired-dog.header-image #header {
	height: 215px;
}
*/
#title-area {
	float: left;
	overflow: hidden;
	width: 30%;
}

#title {
	font-family: 'JennaSueRegular', arial, serif;
	font-size: 30px;
	line-height: 1.4;
	margin: 12px 0 0 32px;
	text-shadow: 0 1px #333;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 65%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 125px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 265px;
}

/*.inspired-dog.header-image #title-area {
	height: 215px;
}*/

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
	clear: both;
	color: #8e8e8e;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
}

.menu-primary {
    text-transform: uppercase;
}

#nav {
	background: url(images/nav.png) no-repeat transparent;
    margin: 2px 0;
    width: 700px;
    padding: 10px 0 0 20px;
}

/*.inspired-dog #nav {
	top: 60px;
	left: 420px;
}*/

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #8d8d8d;
	display: block;
	font-family: "BebasNeueRegular",Georgia,Serif;
    font-size: 16px;
	padding: 10px 6px;
	position: relative;
	text-decoration: none;
}

#header .menu a {
	color: #fff;
	padding: 20px 15px 17px;
	text-shadow: 0 2px #111;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #8d8d8d;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-align: left;
	text-transform: none;
	width: 138px;
}

#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: url(images/bg-pattern.png);
	border: 1px solid #333;
	border-top: none;
	color: #fff;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #588C9A;
}

#header .menu li li a:active,
#header .menu li li a:hover {
	background: url(images/bg-pattern.png);
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 10px 15px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #588C9A;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin-top: 0;
}

#inner .wrap {
	margin: 0 auto;
	overflow: visible;
}


/* Page Title
------------------------------------------------------------ */

.page-title {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: 'BebasNeueRegular', serif;
	font-size: 30px;
	line-height: 1.0;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
}

.page-title p {
	font-size: inherit;
	line-height: 1.0;
	margin: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border: none;
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 1040px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	/*width: 100%;/**/
	width: 1040px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 580px;
}

#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
    color: #686868;
    font-family: 'BebasNeueRegular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin: 10px 0;
    padding: 0;
}

#content h6 {
    color: #686868;
    font-size: 16px;
}

.content-sidebar #content,
.sidebar-content #content {
	background: transparent;
	width: 650px;
}

.content-sidebar #content {
}

.content-sidebar-sidebar #content {
	padding: 25px 39px 30px 0;
	width: 620px;
}

.sidebar-content #content {
	float: right;
	padding: 25px 0 30px 39px;
}

.sidebar-sidebar-content #content {
	border-right: none;
	float: right;
	padding: 25px 0 30px 39px;
	width: 620px;
}

.full-width-content #content {
	border: none;
	padding: 25px 0;
	width: 1140px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 15px 20px 10px;
	margin: 0;
	border-bottom: none;
	overflow: hidden;
}

.hentry {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 15px 0 10px;
	margin: 0 0 20px;
	border-bottom: 3px solid #CECECE;
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

.entry-content img {
	clear: both;
	display: block;
	margin: 0 auto;
}

blockquote {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    color: #686868;
    font-family: 'Courier New',Courier,monospace;
    font-style: normal;
    margin: 0 15px 15px;
    padding: 10px 20px 0 15px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

#content .entry-title {
	background: url(images/headline-bg.png) no-repeat left 15px;
}

#content .entry-title,
#content .entry-title a {
	font-family: "BebasNeueRegular",Georgia,Serif;
	font-size: 22px;
	line-height: 32px;
	margin: 0;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

/*.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}*/

.genesis-grid img {
	text-align: center;
}
/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 23px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 23px;
}

h2 a,
h2 a:visited {
	color: #686868;
	font-family: 'JennaSueRegular', arial, serif;
}

h2 a:hover {
	color: #588C9A;
	text-decoration: none;
}

.genesis-grid h2,
.genesis-grid h2 a,
.genesis-grid h2 a:visited {
	/*font-size: 24px;
	line-height: 1.4;/**/
}

.widget-area h2,
.widget-area h2 a {
	font-size: 30px;
	margin: 0 0 5px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.after-post h4 {
	color: #aaa;
	margin: 0 0 15px;
}

.taxonomy-description h1,
.widget-area h4 {
	color: #888;
	text-align: center;
	font-size: 18px;
	font-family: "BebasNeueRegular",Georgia,Serif;

}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	color: #ddd;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0;
	text-shadow: 0 2px #111;
}

h5,
h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.after-post ul,
.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.after-post ul li,
.archive-page ul li,
.entry-content ul li {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	margin: 0 0 5px 20px;
	padding: 0 0 0 15px;
	word-wrap: break-word;
}

.after-post ul li {
	background: url(images/list-after-post.png) no-repeat top left;
	margin: 0 0 5px 15px;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-family: "BebasNeueRegular",Georgia,Serif;
	color: #8D8D8D;
	font-size: 15px;
	text-transform: uppercase;
	
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	font-family: 'BebasNeueRegular';
	border-top: none;
	clear: both;
	color: #666;
	font-size: 18px;
	padding: 5px 0 0;
}

#after-post-box {
	clear: both;
	overflow: hidden;	
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* After Post
------------------------------------------------------------ */

.after-post {
	background: url(images/bg-pattern.png);
	border: double #ddd;
	clear: both;
	color: #fff;
	margin: 30px 0;
	padding: 25px;
	overflow: hidden;
	text-shadow: 0 1px #111;
}

.after-post p {
	color: #fff;
}

.after-post form {
	background: url(images/arrow.png) no-repeat 40px 0;
	display: block;
	padding: 10px 0 10px 120px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
   background: url("images/icon-comments.png") no-repeat scroll left center transparent;
    margin: 0 0 0 3px;
    padding: 0 0 2px 18px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

/*.WPBannerizeWidget img {
    margin: 5px 0;
}*/

.widget.WPBannerizeWidget img {
  margin:0 auto 5px;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background: #F3F3F3;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
        position: relative;
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
        position: relative;
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px 0;
	overflow: hidden;
	clear: both;
	background: none repeat scroll 0 0 #FFFFFF;
	text-align: center;
}

.navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 10px auto;
	text-align: center;
}
	
.navigation li {
	display: inline;
}



.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid #8E9FA7
}

.navigation li a:hover,
.navigation li.active a {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #8E9FA7;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid #8E9FA7
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: url(images/sidebar-bg.png) no-repeat transparent center top;
	display: inline;
	float: right;
	font-size: 14px;
	padding: 0;
	width: 325px;
	margin-top: -240px;
}

.inspired-dog .sidebar {
	margin-top: -200px;
}

#sidebar-alt {
	float: left;
	padding: 25px 0 0;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

.sidebar .widget {
	margin: 0 0 10px;
	overflow: hidden;
}

.sidebar .user-profile,
.sidebar .widget_nav_menu {
	margin-bottom: 0;
}
.sidebar .featuredpage .page, 
.sidebar .featuredpost .post,
.sidebar .featuredpage,
.sidebar .featuredpost {
	overflow: visible;
}
.sidebar .WPBannerizeWidget {
	text-align: center;
}
.sidebar.widget-area ul {
	clear: both;
}

.sidebar.widget-area ul li,
#footer-widgets ul li {
	list-style-type: none;
	float: left;
	margin: 0 0 10px;
	padding: 0 5px;
	word-wrap: break-word;
	font-family: "BebasNeueRegular",Georgia,Serif;
	font-size: 14px;
}

.sidebar.widget-area ul li a,
.sidebar.widget-area ul li a:active {
	color: #79a3b3;
}

#footer-widgets ul li {
	border-bottom: 1px solid #444;
}

#sidebar .social-links {
    margin-top: 10px;
}
#sidebar .social-links ul {
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
}

#sidebar .social-links li a {
    color: #517E80 !important;
    font-size: 12px;
    text-transform: uppercase;
}
#sidebar .social-links .text-before, #sidebar .social-links .text-after {
    clear: both;
}
#sidebar .social-links li {
    font-size: 12px;
    list-style-type: none;
    text-transform: uppercase;
    border: none;
}
#sidebar .social-links .twitter-link {
    background: url("images/social/sm-twitterbird.png") no-repeat scroll left center transparent;
    display: inline-block;
    margin: 0;
    padding: 4px 10px 4px 35px;
}
#sidebar .social-links .feed-link {
    background: url("images/social/sm-rssicon.png") no-repeat scroll left center transparent;
    display: inline-block;
    margin: 0;
    padding: 4px 10px 4px 35px;
}
#sidebar .social-links .facebook-link {
    background: url("images/social/sm-facebook.png") no-repeat scroll left center transparent;
    display: inline-block;
    margin: 0;
    padding: 4px 0 4px 35px;
}
#sidebar .social-links .feedburner {
    display: inline-block;
    margin-left: 0;
    padding: 4px 10px;
}
#sidebar .social-links .feedburner span {
    font-weight: bold;
}
#sidebar .social-links .pinterest-link {
    background: url("images/social/sm-pinteresticon.png") no-repeat scroll left center transparent;
    display: inline-block;
    margin: 0;
    padding: 4px 5px 4px 35px;
}
.sidebar #menu-social-icons {
	margin: 0 20px;
}

.sidebar #menu-social-icons li a {
	text-indent: -9999px;
	height: 36px;
	width: 36px;
	display: block;
}

.sidebar #menu-social-icons li.rss a {
	background: url(images/social/rss.png) no-repeat transparent 0 0;
}

.sidebar #menu-social-icons li.twitter a {
	background: url(images/social/twitter.png) no-repeat transparent 0 0;
}

.sidebar #menu-social-icons li.facebook a {
	background: url(images/social/facebook.png) no-repeat transparent 0 0;
}

.sidebar #menu-social-icons li.instagram a {
	background: url(images/social/instagram.png) no-repeat transparent 0 0;
}

.sidebar #menu-social-icons li.pinterest a {
	background: url(images/social/pinterest.png) no-repeat transparent 0 0;
}

.sidebar #menu-social-icons li.gplus a {
	background: url(images/social/gplus.png) no-repeat transparent 0 0;
}

.coffeetablebook-banner,
.coffeetablebook-sidebar {
     position: relative;
}
.coffeetablebook-sidebar {
     padding: 0 4%;
}
.coffeetablebook-banner img,
.coffeetablebook-sidebar img {
     width: 100%;
     height: auto;
}
.coffeetablebook-sidebar .amazon,
.coffeetablebook-banner .amazon,
.coffeetablebook-sidebar .bn,
.coffeetablebook-banner .bn {
     position: absolute;
     display: block;
     bottom: 0px;
     height: 100%;
}
.coffeetablebook-banner .amazon {
     width: 65%;
     left: 0;
}
.coffeetablebook-sidebar .amazon {
     width: 50%;
     left: 0;
}
.coffeetablebook-banner .bn {
     width: 35%;
     right: 0;
}
.coffeetablebook-sidebar .bn {
     width: 50%;
     right: 0;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
.widget_taxonomy select,
#cat {
	color: #888;
	display: block;
	margin: 0 auto;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 0 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile,
.user-profile p {
	color: #8D8D8D;
	overflow: hidden;
	font-family: "BebasNeueRegular",Georgia,Serif;
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

.user-profile .avatar {
	background: none;
	border: none;
	padding: 0;
/*	filter: url(lib/filters.svg#grayscale); /* Firefox 3.5+ */    
	filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #588C9A;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #588C9A;
	text-decoration: none;
}

.widget_ns_mailchimp label {
    display: none;
}

.widget_ns_mailchimp {
    text-align: center;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.s {
	margin: 0 -7px 0 0;
	padding: 9px 8px;
	width: 65%;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 9px 8px;
	width: 70%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background: url(images/footer-widgets.png);
	border-top: 3px solid #222;
	clear: both;
	font-size: 14px;
	overflow: hidden;
}

#footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 25px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	clear: both;
	color: #888;
	padding: 30px 0 0;
}

#footer-widgets p {
	color: #888;
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets .latest-tweets {
	background: url(images/footer-twitter.png) top right no-repeat;
}

#footer-widgets .latest-tweets li span a,
#footer-widgets .latest-tweets li span a:visited {
	color: #bbb;
	text-decoration: none;
}

#footer-widgets .latest-tweets li span a:hover {
	color: #bbb;
	text-decoration: underline;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 350px;
}

.footer-widgets-2 {
	float: left;
	width: 360px;
}

.footer-widgets-3 {
	float: right;
	width: 350px;
}


/* Social Icons
------------------------------------------------------------ */

#footer-widgets ul li.social-facebook,
#footer-widgets ul li.social-linkedin,
#footer-widgets ul li.social-pinterest,
#footer-widgets ul li.social-plus,
#footer-widgets ul li.social-rss,
#footer-widgets ul li.social-twitter {
	border: none;
	float: left;
}

#footer-widgets ul li.social-facebook a,
#footer-widgets ul li.social-facebook a:hover,
#footer-widgets ul li.social-linkedin a,
#footer-widgets ul li.social-linkedin a:hover,
#footer-widgets ul li.social-pinterest a,
#footer-widgets ul li.social-pinterest a:hover,
#footer-widgets ul li.social-plus a,
#footer-widgets ul li.social-plus a:hover,
#footer-widgets ul li.social-rss a,
#footer-widgets ul li.social-rss a:hover,
#footer-widgets ul li.social-twitter a,
#footer-widgets ul li.social-twitter a:hover {
	background: #333 url(images/social-icons.png);
	display: block;
	height: 32px;
	margin: 0 20px 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
}

#footer-widgets ul li.social-facebook a:hover,
#footer-widgets ul li.social-linkedin a:hover,
#footer-widgets ul li.social-pinterest a:hover,
#footer-widgets ul li.social-plus a:hover,
#footer-widgets ul li.social-rss a:hover,
#footer-widgets ul li.social-twitter a:hover {
	background: #588C9A url(images/social-icons.png);
}

#footer-widgets ul li.social-facebook a {
	background-position: 0 0;
}

#footer-widgets ul li.social-facebook a:hover {
	background-position: 0 0;
}

#footer-widgets ul li.social-linkedin a {
	background-position: -32px 0;
}

#footer-widgets ul li.social-linkedin a:hover {
	background-position: -32px 0;
}

#footer-widgets ul li.social-pinterest a {
	background-position: -64px 0;
}

#footer-widgets ul li.social-pinterest a:hover {
	background-position: -64px 0;
}

#footer-widgets ul li.social-plus a {
	background-position: -96px 0;
}

#footer-widgets ul li.social-plus a:hover {
	background-position: -96px 0;
}

#footer-widgets ul li.social-rss a {
	background-position: -128px 0;
}

#footer-widgets ul li.social-rss a:hover {
	background-position: -128px 0;
}

#footer-widgets ul li.social-twitter a {
	background-position: -160px 0;
}

#footer-widgets ul li.social-twitter a:hover {
	background-position: -160px 0;
}


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

#footer {
	color: #686868;
	clear: both;
}

#footer .wrap {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
}

#footer p {
	color: #686868;
    font-family: 'BebasNeueRegular';
    font-size: 13px;
    text-transform: uppercase;
}

#footer a,
#footer a:visited {
	color: #686868;
}

#footer a:hover {
	color: #588C9A;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 30%;
}

#footer .creds {
	color: #686868;
	float: none;
	font-family: 'BebasNeueRegular';
	text-align: center;
	width: 100%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Notice Box
------------------------------------------------------------ */

#notice-box {
	background: transparent url(images/welcome-widget.png) no-repeat scroll top center;
	margin: 0 0 10px;
	padding: 15px 20px 10px;
	}
	
#notice-box h4 {
	font-size:15px;
	letter-spacing: 0.1em;
	text-align:center;
	margin-top: 0;
	margin-bottom: 3px;
	}

/* After Post Box
------------------------------------------------------------ */

#after-post-box {
	width: 500px;
	margin: 0 auto;
}
#after-post-box a.diy {
	display: block;
	background: url(images/diy-banner.png) no-repeat;
	height: 100px;
	width: 500px;
	text-indent: -9999px;
}

#after-post-box a.room-tours {
	display: block;
	background: url(images/room-tours-banner.png) no-repeat;
	height: 100px;
	width: 500px;
	text-indent: -9999px;
}

/* Google Custom Search
------------------------------------------------------------ */

.gsc-control-cse {
    font-family: 'Times New Roman',serif!important;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}
  
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b {
	font-family: 'BebasNeueRegular';
    color: #686868;
    font-size: 20px!important;
    line-height: 24px!important;
}

.gsc-result .gs-title {
    height: auto!important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 0 0 5px!important;
}

.gsc-control-cse {
	width: 500px!important;
}

#cse-search-box .button,
#mailchimp-form .button,
#sidebar .mymail-form .button,
#sidebar .mailster-form .button {
 position: absolute;
 visibility: hidden;
}

#sidebar .mymail-form,
#sidebar .mailster-form {
  margin-bottom: 0;
}

#cse-search-box,
#mailchimp-form,
#sidebar .mymail-form,
#sidebar .mailster-form {
text-align: center;
}

.mymail-form-info ul,
.mailster-form-info ul {
    clear: none !important;
}
.mymail-form-info ul li,
.mailster-form-info ul li {
    float: none !important;
    text-align: left !important;
}

h4.google-search,
.widget_search h4 {
	float: left;
	margin-left: 25px;
}
#cse-search-box input,
#mailchimp-form input,
#sidebar .mymail-form input,
#sidebar .mailster-form input,
#sidebar .search-form input{
	background-image: none!important;
	background-color: #ffffff; 
    float: right;
    margin-right: 30px;
    width: 200px !important;
	padding: 2px;
}
.searchsubmit { display: none; }



/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.next-post-nav{     
    display: block;
    margin-bottom: 5px;
    padding-left: 55px;
    float: right;
   
}
.prev-post-nav{ 
    display: block;
    margin-bottom: 5px;
    padding-right: 68px;
    float:left;
    
}

/*
Intense Plugin
------------------------------------------------------------ */
/*
.intense.menu.sf-menu li {
   display: inline-block;
}
*/
.intense.content-section.repeatbg {
  background-repeat: repeat !important;
}

.intense.subtle-effect,
.intense.subtle-effect figure {
   max-height: 380px;
}
.subtle-effect-caption a,
.subtle-effect-caption a:hover {
  text-decoration: none;
  color: #fff;
}
/*
.subtle-effect-caption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -5000px;
}
*/

/*
Instagram Plugin
------------------------------------------------------------ */
/*
body .AlpinePhotoTiles-highlight-div {
    padding: 0;
    margin: 0;
}
*/


/*
UberGrid Plugin
------------------------------------------------------------ */
.uber-grid-edit-wrapper { display: none; }

.popbutton { padding: 0 2%; font-size: 18px; text-transform:uppercase;}
popbutton.left { float: left; }
popbutton.right { float: right; }
body .mfp-uber-grid .mfp-bottom-bar,
body .uberbox-lightbox-item.uberbox-description-mini .uberbox-item-description,
body .reactbox-description-mini .reactbox-lightbox-item-description {
/*  background: none repeat scroll 0% 0% rgba(15, 15, 15, 0.65); */
  height: 80%;
}
body .reactbox-description-mini .reactbox-lightbox-item-description {
   position: absolute;
   top: 0;
}


/* Book Page
------------------------------------------------------------ */
#lthyh-menu .intense.container {
  /* float: left;
   padding: 0;
   margin: 0;*/
}
#lthyh-menu ul#menu {
  /* clear: left;
   position: relative;
   float: left;
   left: 25%;*/
   text-align: center;
  /* margin: 0 auto; */
}
#lthyh-menu .intense.sf-menu li {
    position: relative;
    display: inline-block;
    float: none;
}

#navgrid figcaption h2 {
   font-family: "BebasNeueRegular",Georgia,serif;
   font-size: 320%;
   padding: 0px 2px;
   word-spacing: 0px;
}

#navgrid figcaption p {
   color: #fff;
   font-style: italic;
   font-size: 28px;
}

a.popbutton[href^="http"] {
   border: 1px dotted #fff !important;
   padding: 5px; 
   border-radius: 4px;
   margin: 5px 10%;
   display: block !important;
   color: #fff;
   background: none repeat scroll 0% 0% rgba(15, 15, 15, 0.75);
}

a.popbutton + br {
   display: none;
}

/*Endorsements*/
#endorsements .intense.person {
  display: block;
}
#endorsements h3.person-title {
  color: #F8D37B;
  font-family: landlieberegular;
  font-size: 36px;
  margin-top: 4%;
}
#endorsements .person_author_wrapper .entry-content {
  background: none;
  font-style: italic;
  padding: 0;
  color: #4D4D4F;
  font-size: 20px;
}
#endorsements .pull-left h3.person-title,
#endorsements .pull-left .person_author_wrapper .entry-content {
  text-align: right;
}
#endorsements .entry_content {
  color: #fff;
  text-align: justify;
}
#endorsements img.person_img {
  border: 15px solid rgba(255,255,255,0.3);
}

/* Flair */
.flair-yellow,
.flair-white,
.flair-gray {
  margin-bottom: 40px;
}
.flair-yellow:before,
.flair-gray:before,
.flair-white:before { 
  content: "";
  display: inline-block;
  width: 303px;
  height: 75px;
  margin-right: 20px;
  margin-bottom: -40px;
}
.flair-yellow:after,
.flair-gray:after,
.flair-white:after {
  content: "";
  display: inline-block;
  width: 303px;
  height: 75px;
  margin-left: 20px;
  margin-bottom: -40px;
}
.flair-yellow:before {
  background: url(images/title-flair-left-yellow.png) center center no-repeat;
}
.flair-white:before {
  background: url(images/title-flair-left-white.png) center center no-repeat;
}
.flair-gray:before {
  background: url(images/title-flair-left-gray.png) center center no-repeat;
}
.flair-yellow:after {
    background: url(images/title-flair-right-yellow.png) center center no-repeat;
}
.flair-white:after {
    background: url(images/title-flair-right-white.png) center center no-repeat;
}
.flair-gray:after {
    background: url(images/title-flair-right-gray.png) center center no-repeat;
}

/*Subscribe Form */
/*
.hs_email > label, .hs-form-required {
    font-family: 'Open Sans','Helvetica Neue', sans-serif !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
}
.hs-form.stacked .actions {
    margin: 0 !important;
    padding: 0 !important;
}
.hs-input {
    width: 100% !important;
    max-width: none !important;
    font-size: 15px !important;
    line-height: 30px !important;
    padding: 0 10px 0 10px !important;
    height: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.hs-button:visited,
.hs-button {  
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0 auto 0 auto !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-align: center !important;
    background: #ffcf2e !important;
    color: #294b52 !important;
    text-shadow: none !important;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 1.25em !important;
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased !important;
    border: none !important;
    padding: 22px !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    transition: all 0.7s ease 0s !important;
    box-shadow: none !important;
}
.hs-button:hover {
    text-decoration: none !important;
    color: #122124 !important;
    text-shadow: #ffffff 1px 1px 0px !important;
    box-shadow: none !important;
    background: #ffd747 !important;
}
.hs-button:active {
    text-decoration: none !important;
    color: inherit !important;
    background: #ffd747 !important;
}
*/

/*======= FAQ Form Styles =======*/
form.faq-form {
    display: block;
    width: 100%;
    max-width: 600px !important;
    overflow: hidden;
    box-sizing: border-box;
}

.faq-form fieldset {
    max-width: none !important;
}

.faq-form fieldset.form-columns-2,
.faq-form fieldset.form-columns-1 {
    margin-bottom: 5px;
}

.faq-form .hs-input {
    width: 100% !important;
}

.faq-form input[type="text"],
 .faq-form input[type="email"],
 .faq-form textarea,
 .faq-form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.faq-form .hs_firstname,
.faq-form .hs_lastname,
.faq-form .hs_email,
.faq-form .hs_your_message,
.faq-form .hs-richtext,
.faq-form .hs_submit {
    box-sizing: border-box;
}

.faq-form .hs_firstname label,
.faq-form .hs_lastname label,
.faq-form .hs_email label,
.faq-form .hs_your_message label {
    color: #ababab;
    font-size: 11px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.faq-form .hs-input[name="firstname"],
.faq-form .hs-input[name="lastname"],
.faq-form .hs-input[name="email"],
.faq-form textarea.hs-input  {
    box-sizing: border-box;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid lightgray;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.5;
}

.faq-form textarea.hs-input {
    min-height: 100px;
}

.faq-form .hs-richtext a {
    display: block;
    margin-bottom: 5px;
    color: #83CFCD; /* Matches Button Color */
    font-weight: 700;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.faq-form .hs_terms_and_conditions {
    display: block;
    margin-bottom: 20px;
}

.faq-form .inputs-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

.faq-form input[type="radio"] {
    width: auto;
}

.faq-form input[type="checkbox"] {
    width: 5% !important;
}

.faq-form .inputs-list li {
    color: #575556;
    list-style-type: none;
    font-weight: 300;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}


.faq-form .hs_recaptcha {
    margin-bottom: 20px;
}

.faq-form .hs_submit {
    text-align: left;
}

.faq-form .hs-button {
    display: inline-block;
    padding: 15px 25px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #83CFCD; /* Change Button Color */
    color: #ffffff;
    font-size: 18px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.faq-form .hs-button:hover {
    background: #73bdbb; /* Change Button Hover Color */
}

.faq-form ul.custom-error {
    margin: 0;
    padding: 0;
}

.faq-form ul.custom-error li {
    list-style-type: none;
    display: block;
    padding: 5px 0 0 25px;
}

.faq-form ul.custom-error li label {
    color: #b93c3c;
    font-style: italic;
    font-size: 13px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.submitted-message {
    font-style: italic;
    color: #575556;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}
/*===================================*/


/* Responsive Design
------------------------------------------------------------ */

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

        #lthyh-menu ul#menu {
          left: 5%;
        }
 
        #wrap { width: 100%; }
	.wrap {
		max-width: 980px;
	}

        #header, #nav {  margin: 0 auto !important; }

	#content-sidebar-wrap {
		max-width: 770px;
                width: 100% !important;
                float: none;
                margin: 0 auto;
	}

	#content {
		width: 400px;
                float: none;
                margin: 0 auto;
	}

         #sidebar {
	        clear: both;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.content-sidebar #content,
	.sidebar-content #content {
		width: 630px;
	}

	.content-sidebar-sidebar #content,
	.sidebar-sidebar-content #content {
		width: 440px;
	}
	
	.full-width-content #content {
		width: 100%;
	}
	
	.genesis-grid-even,
	.genesis-grid-odd {
		float: left;
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	.footer-widgets-1 {
		width: 290px;
	}

	.footer-widgets-2 {
		width: 300px;
	}

	.footer-widgets-3 {
		width: 290px;
	}

}


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

        /*- Book Page -*/
        .flair-yellow:before,.flair-gray:before,.flair-white:before,
        .flair-yellow:after,.flair-gray:after,.flair-white:after {
                 display: none;
        }
        #navgrid figcaption h2 { 
                 font-size: 240%; 
        }
        .intense.heading { 
                 font-size: 80%; 
        }
}

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

        .intense.heading {
            font-size: 250% !important;
        }

	#before-header, #header, #nav {  width: 100% !important; }


	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#sidebar-alt {
		width: 100%;
	}
	
	#inner .wrap {
		padding: 20px;
		width: auto;
	}

	.header-image #wrap {
		background-position: -50px 125px;
	}
	
	#title {
		min-height: 141px;
		margin: 18px 0 0;
	}
	
	#nav {	
		margin-left: 0px;
		right: 0;
	}

        #header {
                 background-size: 100%;
        }
	
	.menu-secondary,
	#header ul.menu,
	#header .widget-area,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#header .searchform {
		float: center;
	}
	
	#header ul.menu {
		background: url(images/bg-pattern.png);
		float: left;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 10px;
	}
	
	.menu li.right {
		display: none;
	}
	
	.page-title {
		font-size: 24px;
		padding: 10px 20px;
	}
	
	.page-title p {
		line-height: 1.2;
	}
	
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		border: none;
		padding: 20px 0;
		width: 100%;
	}
	
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}
	
	.after-post form {
		background: none;
		padding: 0;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
	
	#footer .creds,
	#footer .gototop {
		float: none;
	}
	
	#footer p {
		padding: 0 20px;
		text-align: center;
	}

        body .reactbox-description-mini .reactbox-lightbox-item-description {
                 width: 80%;
        }

}

@media only screen and (max-width: 480px) {  
        .header-image #header { min-height: 120px; }
        .pull-left,.pull-right { width: 100% !important; }
}