@charset "utf-8";
/*
Theme Name: House Of Harper
Description: House Of Harper
Author: CooperHouse
Author URI: http://www.cooper-house.com
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
/*Global css*/

body {
	background: url(images/body-bg.png) repeat center top;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
center {
	margin: 0px auto;
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}
h1 {
	color: #000000;
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
pre, code, tt {
	background: none repeat scroll 0 0 #F5F5F5;
	display: block;
	line-height: 1.5em;
	padding: 20px;
}
a {
	color: #f36f30;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000!important;
	text-decoration: underline;
}
hr.orange {
	background: none;
	height: 1px;
	border: none;
	border-top: 4px double #f36f30;
	margin: 20px 0;
	clear:both;
}
p {
	color: #000000;
	line-height: 1.69;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
}

p {
	font-size: 18px;
}

@media screen and (min-width: 750px) {

	p {
		font-size: 16px;
	}
}

@media screen and (min-width: 1051px) {

	p {
		font-size: 13px;
	}
}

strong {
	font-weight: bold;
}
em, i{
	font-style:italic;
}
.clear {
	clear: both;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.search-field {
	float: left;
	height: 29px;
	margin: 7px 0 0;
}
.search-field input[type="text"] {
	border: 1px solid #e4e1e2;
	background: #fff;
	width: 185px;
	height: 26px;
	float: left;
	max-width: 100%;
	padding: 0 0px 0 6px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.search-field input[type="submit"] {
	background: url(images/search-btn.png) no-repeat center center #E4E1E2;
	border: medium none;
	cursor: pointer;
	float: left;
	height: 28px;
	width: 30px;
}



div#message {
    background:url(images/bg-popup.png) no-repeat!important;
	width:344px;
	max-width: 100%;
	height:412px;
	z-index:99998;
	padding:143px 65px 0;
	font-family:"Lato", sans-serif!important;
}
div#message label{
font-size:10px;
text-transform:uppercase;
width:82px;
float:left;
}
div#message input.email{
font-size:10px;
text-transform:uppercase;
	max-width: 100%;
width:216px;
padding:4px;
float:left;
border:1px solid #dddbdb;
letter-spacing:.2em;
}

div#message input.submit{
border:none;
background:	#f36f30;
margin:28px 0 0 0;
text-align:center;
letter-spacing:.3em;
font-size:11px;
color:#fff;
padding:13px 21px;

}

div#message input.submit:hover{cursor:pointer}


.visiblebox{background:none!important; width:474px!important;  height:555px!important;	max-width: 100%;}
div#message form{margin:40px 0 0}

#closebox {
    position: absolute;
    width: 34px!important;
    height: 34px!important;
    background: url(images/close.png) no-repeat scroll 0% 0% transparent!important;
    top: 18px!important;
    right: 18px!important;
	left:auto!important;
    z-index: 99999!important;

}


::-webkit-input-placeholder {
 color: #c2c2c2;
 font-size:12px;
}

:-moz-placeholder { /* Firefox 18- */
 color: #c2c2c2;
 font-size:12px;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #c2c2c2;
 font-size:12px;
}

:-ms-input-placeholder {
 color: #c2c2c2;
 font-size:12px;
}
.social-icons {
	float: right;
	margin: 13px 0 0 0;
}
.social-icons a img {
	float: left;
	margin: 0 5px 0px 0;
	opacity: 1;
}
.social-icons a img:hover {
	opacity: 0.5;
}
.header-top {
		max-width: 100%;
	width: 100%;
	height: 52px;
}
.header-bottom {
	background: #fff;
	max-width: 100%;
	width: 100%;
	/*height: 215px;*/
}
.logo {
	max-width: 100%;
	width:369px;
	margin:0 auto;
	padding: 26px 0;
}
/*Navigation*/
.navigation {
	background: #f7f7f7;
	width: 100%;
	max-width: 100%;
	height: 50px;
	border-top: 1px solid #a2a5a4;
	float: left;
	border-bottom: 10px solid #fff;
}
.menu {
	display: table;
	width: 100%;
}
.menu li {
	padding: 0px 0;
	height: 59px;
	display: table-cell;
}
.menu li span {
	float: left;
	margin: -7px 0 0 51px;
	text-align: center;
}
.menu li a {
	font-family: 'Lato', sans-serif;
	color: #484848;
	display: block;
	font-size: 10px;
	letter-spacing: .05em;
	padding: 15px 24px 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 14px;
	border-top: 3px solid #f7f7f7;
}
.menu li:hover a {
	border-top: 3px solid #f26624;
	background: #f2f2f2;
}
.menu li:hover ul {
	display: block;
}
.menu ul {
	display: none;
	background-color: #f2f2f2;
	z-index: 99999;
	position: absolute;
	max-width: 100%;
	width: 207px;
	margin: 0px 0 0 0;
}
.menu ul li:hover ul {
	display: block;
}
.menu li ul li {
	float: none;
	height: auto;
	display: block;
}
.menu li ul li a {
	display: block;
	text-align: left;
	padding-left: 20px;
	font-size: 10px!important;
	border-top: 3px solid #f2f2f2!important;
	color: #484848!important;
	font-family: "Georgia", serif;
	font-style: italic;
}
.menu li ul li a:hover {
	background: #f36f30!important;
	color:#fff!important;
}
.menu li ul li {
	position: relative;
	color: #484848!important;
}
.nav-left {
	position: absolute;
	left: 0px;
	top: 49px;
}
.nav-right {
	position: absolute;
	right: 0px;
	top: 49px;
}

#shopbop-core-widget .shopbop-widget-footer {display:none!important;}

/*Slider css*/

body .slideshow-window {
	background-color:transparent;
	border: 0px;
}

.slider-wrapper {
	margin: 6px auto 0;
	width: 1028px;
	max-width:100%;
	height: 498px;
	background: #fff;
	position: relative;
}
.slider-wrapper.post{
	margin:0 0 20px 0;
	height:384px;
}

.slider-wrapper.post #slides {
height:360px;
}

.slidesjs-previous {
	position: absolute;
	bottom: 24px;
	left: 0px;
	z-index: 400;
	background: url(images/previous.png) no-repeat;
	width: 26px;
	height: 26px;
}
.slidesjs-next {
	position: absolute;
	bottom: 24px;
	right: 0px;
	z-index: 400;
	background: url(images/next.png) no-repeat;
	width: 26px;
	height: 26px;
}
/* Prevent the slideshow from flashing on load */
#slides {
	overflow: hidden;
	height: 474px;
}
#slides li {
	position: relative;
	margin:0 auto;
	width:1028px;
	max-width:100%;
}

#slides .info {
	position: absolute;
	bottom: 26px;
	left: 0;
	background: rgba(255,255,255,0.8);
	max-width: 100%;
	padding: 30px 40px;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	color: #2e2e2e;
}

@media screen and (min-width: 455px) {

	#slides .info {
		width: 500px;
	}
}

#slides .info a:hover {
	text-decoration:none!important;
	color:#f36f30!important;
}
#slides .info a:hover h2,
#slides .info a:hover p{color:#f36f30!important;}
#slides .info h2 {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 36px;
}
/* Center the slideshow */
.container {
	margin: 0 auto;
	position: relative;
	height: 498px;
}
#slidepager {
	position: absolute;
	bottom: 0;
	right: 0px;
	display: inline-block;
}
#slidepager a {
	float: left;
	padding: 4px 4px;
	color: #484848;
	width: 17px;
	display: block;
	text-align: center;
	height: 17px;
	line-height: 17px;
	font-size: 10px;
}
#slidepager a.activeSlide {
	background: #a2a5a4!important;
	color: #fff;
}
/*Header Css*/
#header-wrapper {
	height: 266px;
	margin: 0px auto;
}
.header-top {
	height: 52px;
}
#inner-wrapper {
	background: #f7f7f7;
	margin: 0px auto;
	-webkit-box-shadow: 0px 5px 24px 5px rgba(0, 0, 0, .12);
	box-shadow: 0px 5px 24px 5px rgba(0, 0, 0, .12);
}
.content-wrapper {
	padding: 10px 10px 50px;
	background: #fff;
	min-height: 1500px;
}
#main-wrapper {
	margin: 0px auto;
}
.content-wrapper .left {
	max-width: 100%;
	width: 730px;
	float: left;
}
.content-wrapper .right {
	max-width: 100%;
	width: 247px;
	min-height: 100px;
	float: right;
}
/* Media quires for a responsive layout */



/*Content-wrapper css*/




.content-wrapper .left .entrycontent{
	padding-bottom:;
}

.content-wrapper .left ul{
	list-style-type:disc;
	margin:0 0 12px ;
}
.content-wrapper .left ol{
	list-style-type:decimal;
	margin:0 0 12px ;
}
.content-wrapper .left ul li,
.content-wrapper .left ol li{
	margin-left:20px;
}

.content-wrapper .left .center {
	margin: 0px auto;
	padding: 0 0 0 0;
}

.content-wrapper .left .logo-graphic{
	width:77px!important;
	max-width:77px!important;
	margin:0 auto -30px;
	display:block;
}
.categories h2,
.content-wrapper .left h1 {
	border-top: 1px solid #a2a5a4;
	color: #2E2E2E;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 1.8em;
	font-size: 16px;
	letter-spacing: 7px;
	text-align: center;
	padding:24px 0 5px;
	text-transform: uppercase;


}
.content-wrapper .left h1 a {
	color: #2E2E2E!important
}
.content-wrapper .left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #2e2e2e;
	padding: 0 0;
	text-align: center;
	margin-bottom: 15px;
}
.content-wrapper .left h1.page-title {
	display: block;
	background: #e8e8e8;
	text-align: center;
	padding: 13px 0 9px;
	letter-spacing: 3px;
	border: none;
	margin: 0 0 50px;
}
.content-wrapper .left h3 {
	clear: both;
	color: #58585A;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 25px 0px 6px 0px;
	text-align: center;
	line-height: 12px;
	max-width: 100%;
	width: 450px;
	margin: 10px auto 10px;
}

p.read-more a {
  background-color: #F36F30;
  color: #FFF;
  width: 100px;
  font-size: 0.9em;
  padding: 5px 0px;
  margin: 0.5em auto 0;
  display: block;
  text-align: center;
}

@media screen and (min-width: 580px) {

	.content-wrapper .left h3 {
		clear: none;
		padding: 9px 0px 6px 0px;
	}
}

.left .banner{
	margin:0 0 20px 0;
	z-index:0;
	background:transparent;
}

#respond h3 {
	text-align: left;
	margin-bottom: 13px;
}
.content-wrapper .left h3 a {
	color: #58585A;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	line-height: 12px;
}
.content-wrapper .left {
	color: #231f20;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	padding: 7px 0px 0 15px;
}
.content-wrapper .left img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.content-wrapper .left iframe{
	max-width: 100%;
}
.left-social {
	float: left;
	padding: 10px 0;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	color: #58585a;
	margin: -5px 0 0 0;
}
.left-social a img {
	float: left;
	padding: 6px 3px 0;
}
.left-social a {
	background: none;
	padding: 0;
}
.left-social a:hover img {
	opacity: .5
}
.left ul li {
	padding: 0 0 10px 0
}
.commentcount {
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	color: #58585a;
	margin: 15px 0 0 0;
}
.commentcount a {
	color: #58585a;
}
.commentcount a span {
	padding: 7px 9px;
	background: #c2c2c2;
	color: #fff;
	margin: 0 0 0 12px;
}
.commentcount a:hover {
	text-decoration: none
}
.commentcount a:hover {
	opacity: .5
}
.nrelate_related {
	width: 100%;
	padding: 20px 0 0;
}
.nrelate_related h3.nr_title {
	color: #58585A !important;
	float: left !important;
	font-family: "Lato", sans-serif !important;
	font-size: 10px !important;
	letter-spacing: .2em!important;
	line-height: 18px;
	padding: 5px 28px 0 0 !important;
	margin: 20px 14px 0 0;
	text-align: right;
	width: 52px;
	text-transform: uppercase;
	background: url("images/left-p.png") no-repeat right;
}
.nrelate_related a .nr_post_title {
	color: #f36f30;
	text-transform:uppercase
}
.nrelate_related a:hover .nr_post_title {
	color: #000;
}
.nrelate_related .nr_inner {
	width: auto!important;
	float: left!important;
	padding: 0 0 0 16px;
	clear: none!important;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.alignnone {
	margin: 0 0 15px 0;
}
.press-featured {
	overflow: hidden;
	margin: 0 -15px;
}
.press {
	box-sizing: border-box;
	width: 33.3%;
	background: #e3e3e3;
	color: #58585a;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Lato", sans-serif;
	float: left;
	margin: 0;
	height: 320px;
	border-bottom: 30px solid #FFF;
	border-left: 15px solid #FFF;
	border-right: 15px solid #FFF;
}
.press img {
	margin: 0 !important;
}
.press a {
	padding: 23px 29px;
	max-width: 100%;
	display: block;
	text-align: center
}
.press h4 {
	height: 34px
}
.press h4, .press a .date {
	color: #58585a;
	text-transform: uppercase;
	;
	font-size: 10px;
	font-family: "Lato", sans-serif;
	display: block;
	text-align: center!important;
}
.press a h4, .press a .date {
	color: #58585a;
}
.press a:hover, .press a:hover h4, .press a:hover .date {
	color: #f26624;
	text-decoration: none!important
}
.press a .date {
	margin: 21px 0 0 0
}
#smart-archives-fancy .archive-thumb{ background-image: url(images/default.gif); background-size: cover; background-repeat: no-repeat; background-position: center center; margin: 0 15px 20px 0; padding: 0; }
#smart-archives-fancy .archive-thumb a { display: block; height: 145px; background-repeat: no-repeat; background-position: center center; }
.archive-thumb img, li.latest-thumb img {
	margin: 0 !important;
}
.archive-thumb, li.latest-thumb {
	max-width: 100%;
	width: 31.6%;
	height: 145px;
	position: relative;
	float: none;
	display:inline-block;
	margin: 0 15px 20px 0;
	overflow: hidden;
}
.archive-thumb .hover-title, li.latest-thumb .hover-title {
	z-index: 10;
	width: 213px;
	max-width: 100%;
	margin: 40px 0px 0px 0;
	padding: 8px !important;
	position: absolute;
	left: -220px;
	display: block;
	background: rgba(243,111,48,.9);
	color: #fff;
	overflow: hidden;
	font-size: 10px;
	font-family: "Lato", sans-serif;
	line-height: 1.8em;
	text-transform: uppercase;
}

.touch .archive-thumb .hover-title, .touch li.latest-thumb .hover-title {
	left: 0px;
	margin-top:0;
}
ul#latest{
	text-align: center;
}
li.latest-thumb {
	width: 150px;
}

li.latest-thumb .hover-title {
	z-index: 10;
	width: 134px;
	margin: 60px 0px 0px 0;
}
li.latest-thumb h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #F36F30!important;
	display: block;
	text-align: center;
	font-family: "Lato", sans-serif;
	padding: 0 0 0 0;
	z-index: 1000;
	margin: 7px 0 0;
}
li.latest-thumb a:hover{
	text-decoration: none!important;
}
li.latest-thumb a:hover h4 {
	text-decoration: none!important;
	color: #000!important;
}

li.latest-thumb img {
	border: 1px solid #a5a8a7;
}

/*form css*/
fieldset {
	border: 0px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4-px;
	border-radius: 4px;
	-opr-border-radius: 4px;
	margin: 0 0 0 105px;
	padding: 18px 7px;
	width: 522px;
		max-width: 100%;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	float: left;
}
.label {
	width: 100px!important;
	float: left;
	position: relative;
	text-align: left;
	color: #58585a;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.txtfieldline {
	width: auto;
	height: 40px;
	border-bottom: 0px solid #e3f0f1;
	padding: 0 0 12px!important;
}
.mandatory {
	color: red
}
.txtbox {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDBDB;
	color: #858181;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	height: 27px;
	padding: 0 10px;
	width: 238px;
		max-width: 100%;
}
.txtbox:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDBDB;
	color: #858181;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	height: 27px;
	padding: 0 10px;
		max-width: 100%;
	width: 238px;
}
.txtarea {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #DDDBDB;
	color: #858181;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 198px;
	margin-left: 101px;
	outline: medium none;
	resize: none;
		max-width: 100%;
	width: 415px;
	margin: -4px 0 0 0;
}
.txtarea:hover {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #DDDBDB;
	color: #858181;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 198px;
	margin-left: 101px;
	outline: medium none;
	resize: none;
		max-width: 100%;
	width: 415px;
	margin: -4px 0 0 0;
}
.formbtn {
	background-color: #F36F30;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "myriadproregular" !important;
	font-size: 12px!important;
	height: 36px;
	letter-spacing: .2em;
	outline: medium none;
	position: relative;
	text-transform: uppercase;
	width: 98px;
	margin: 14px 0 0 0;
	font-weight: bold
}
.formbtn:hover {
	background-color: #c2c2c2;
	color:#000;

}
.formbtnrow {
	float: right;
	padding: 0;
}
#formarea {
	float: left;
	position: relative;
		max-width: 100%;
	width: 350px;
	height: auto;
}
.checkbox {
	float: left;
	margin: 4px 9px 0 99px;
}
.checkbox-label {
	float: left;
	margin: 0 0 0 0;
}
.checkbox-wra {
	float: left;
}
.content-wrapper .right h6 {
	color: #58585A;
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 3px;
	line-height: 20px;
	padding: 3px 42px 0 8px;
}
.right-img {
	padding: 25px 13px 0 0px;
}
.content-wrapper .right h1 {
	color: #58585A;
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 29px;
	letter-spacing: 3px;
	line-height: 27px;
	margin: 1px 35px 0 1px;
	text-align: left;
	width: 42px;
}
.right-social {
	margin: 17px 0;
}
.right-social ul {
}
.right-social ul li {
	display:inline-block;
	padding: 0 0 0 3px;
	margin:0;
}
.right-social ul li a img:hover {
	opacity: 0.5;
}
.signup {
	background: none repeat scroll 0 0 #F7F7F7;
	color: #58585A;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 10px;
	height: 18px;
	letter-spacing: 1px;
	padding: 7px 13px 0;
	text-align: left;
	width: 226px;
		max-width: 100%;
	word-spacing: 2px;
	margin: 8px auto;
	text-align:center;
}
.signup span {
	color: #58585a;
	font-style: italic;
}
.content-wrapper .right input[type="text"] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E1E2;
	height: 23px;
	margin: 0 0 0 7px;
	width: 199px;
		max-width: 100%;
	padding:0 5px;
}
.content-wrapper .right input[type="submit"] {
    background: none repeat scroll 0 0 #c2c2c2;
    border: medium none;
    height: 22px;
    margin: 11px 0 15px;
    text-align: center;
    width: 100px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    cursor: pointer;
}
.right-title {
	background: none repeat scroll 0 0 #F7F7F7;
	color: #58585A;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 16px 0 0 0!important;
	padding: 8px 13px;
	width: 324px;
		max-width: 100%;
	text-transform: uppercase;
}

.right-nav div[id*="div-fm-gpt-zone"] {
	margin: 0 auto;
}

.right-nav {
	margin: 23px auto 0;

}
.right-nav ul {
	padding: 0 0 0 25px;
}
.right-nav ul li{text-align:left}
.right-nav a {
	display: block;
	padding: 1px 0;
	font-size: 10px;
	color: #121212;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	line-height: 2em;
	text-transform: uppercase;
	color: #121212!important;
	letter-spacing:1px;
}

@media screen and (min-width: 1050px) {

	.right-nav a {
		padding: 0 0 0 20px;
	}
}
.right-nav p {
	padding: 0;
	margin: 0;
}

.right-nav img{max-width:100%;
height:auto;
}

.right-nav ul li a {
}
.right-nav ul li a:hover {
}
a.completelist{
	background:url(images/las-li.png) no-repeat 0 5px;
	padding:0 0 0 12px!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#010000;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	text-transform:lowercase!important;
	margin:-20px 0 0 25px;
}
.links_sc{text-align:center; display:block}
.right-title2 {
	background: none repeat scroll 0 0 #565656;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 16px 0 14px 17px;
	padding: 8px 13px;
	width: 190px;
		max-width: 100%;
	text-align: center;
}
.right-title3 {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #E17531;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 0 0 11px 17px;
	padding: 0 13px;
	text-align: center;
	text-transform: uppercase;
	width: 190px;
		max-width: 100%;
}
.right-title4 {
	background: none repeat scroll 0 0 #908885;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	margin: 0 0 11px 17px;
	padding: 11px 13px;
	text-align: left;
	text-transform: uppercase;
	width: 190px;
		max-width: 100%;
}
.right-title4 span {
	float: right;
	padding: 0px;
}
.right-img-box {
	width: 200px;
		max-width: 100%;
	margin: 0 0 11px 17px;
}
.right-img-box a img {
	float: left;
	padding: 0 3px;
}
.branding-img {
	padding: 20px 24px;
	float: left;
}
#shopbop-core-widget {
	padding: 16px 0 0!important;
}
.comments {
	border-bottom: 1px dotted #000000;
	margin: 25px 27px;
	width: 646px;
		max-width: 100%;
}
.comment-meta cite {
	text-transform: uppercase!important;
}
.comments h4 {
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	color: #58585a;
	margin: 0 0 30px 0;
}
.comments img {
	float: left;
}
.comments p {
	float: left !important;
	line-height: 38px;
	margin: 0 0 0 20px !important;
	width: 539px !important;
		max-width: 100%;
	font-size: 12px !important;
	color: #58585a!important;
}
.recent-post-box, .pagination-box {
	color: #F26624;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin: 0 25px;
	width: 642px;
		max-width: 100%;
}
.recent-post-box a {
	background: url("images/recent-post.png") no-repeat scroll left center transparent;
	color: #F26624;
	float: left;
    text-decoration:none;
   font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	height: 15px;
	padding: 21px 0;
	text-align: center;
	width: 84px;
}
.recent-post-box .older a {
	background: url("images/older-post.png") no-repeat scroll right center transparent;
	color: #F26624;
	text-decoration: none;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	height: 15px;
	padding: 21px 0;
	text-align: center;
	width: 84px;
}
.pagination-box a {
	color: #F26624;
	font-size: 12px;
}
.pagination-box a.on {
	color: #333
}
.return-to-top {
	height: 59px;
	width: 59px;
	position: fixed;
	bottom: 120px;
	right: 40px;
	display: none;
	z-index:999;
}
#wrap {
	width: 700px;
		max-width: 100%;
}
#mycarousel {
	width: 700px;
		max-width: 100%;
}
.carousel {
	border-top: 1px solid #a2a5a4;
	clear: both;
	width: 100%;
		max-width: 100%;
	background: #fff;

}
.footer-top {
	width: 100%;
		max-width: 100%;
	background: #f7f7f7;
	overflow: hidden;
	position:relative;
	text-align:center
}
.carousel h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	color: #58585a;
	margin: 0 31px 0;
	padding-top: 24px;
}
.carousel h4 span {
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
	padding: 0 3px;
}
.footer-social {
	margin: 0 auto;
	width: 300px;
	max-width: 100%;
	display: block;
	text-align:center
}

@media screen and (min-width: 1050px) {

	.footer-social {
		width: 241px;
	}
}
.footer-social ul {
}
.footer-social ul li {
	display: inline-block;
	padding: 24px 3px 8px;
}
.footer-social ul li a img:hover {
	opacity: 0.5;
}
.footer-wrapper {
	width: 100%;
		max-width: 100%;
	float: left;
	height: 195px;
}
.h-logo {
	float: left;
	padding: 0 0 0 46px;
}
.footer-hr {
	margin: 0 2px;
}

.bl-1, .al-1 {
   height:auto!Important; width:350px!important; overflow:hidden!important; margin:0 auto!important;
}
#instagrm_widget-2 {
	width: 300px;
	max-width: 100%;
	padding: 12px 0 0 40px;
	text-transform: uppercase;

	float: none;
	position:absolute;
	top:22px;
	left:0;
}
#instagram_widget_title {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #565656;
	font-family: 'Lato', sans-serif;
}
#instagrm_widget-2 ul {
}
#instagrm_widget-2 ul li {
	width: 90px;
	height: 90px;
	float: left;
	background: #c2c2c2;
	margin: 0 10px 10px 0px;
}
#instagrm_widget-2 ul li img {
	width: 90px;
	height: 90px;
}
#instagrm_widget-2 h1 {
	color: #565656;
	font-size:12px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#pinterest_rss_widget-2 {
	width: 300px;
		max-width: 100%;
	float: none;
	position:absolute;
	top:22px;
	right:0;
	padding: 12px 30px 0 0;
	text-transform: uppercase;

}
#pinterest_rss_widget-2 h2.widgettitle {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #565656;
	font-family: 'Lato', sans-serif;
	padding: 0 0 10px 0;
	line-height: 22px;
}


#pinterest_rss_widget-2 ul {
}
#pinterest_rss_widget-2 ul li {
	width: 90px;
	height: 90px;
	float: left;
	background: #c2c2c2;
	margin: 0 10px 10px 0px;
}
#pinterest_rss_widget-2 ul li img {
	width: 90px;
	height: 90px;
}
#pinterest_rss_widget-2 h1 {
	color: #565656;
	font-size:12px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#twitter-2 {

	width: 296px;
		max-width: 100%;
	margin: 30px auto 0;
	background: #d0d0d0;
	min-height: 154px;
	position: relative;
}
#twitter-2 div {
	padding: 9px 11px;
}
#twitter-2 h1 {
	text-align: center;
	font-size: 12px;
	color: #565656;
	font-family: 'Lato', sans-serif;
}
#twitter-2 h2 {
	color: #58585A;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding: 0!important;
	text-align: center;
	letter-spacing: 1px;
}
#twitter-2 span {
	color: #58585A;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 10px 0;
	text-align: center;
}
#twitter-2 span.time-meta {
	float: right;
	font-style: italic;
}
#twitter-2 a.foot {
	position: absolute;
	bottom: 0;
	left: 0;
}
#twitter-2 .entry-content {
	padding-bottom: 62px;
}
#twitter-2 .entry-meta {
	position: absolute;
	bottom: 21px;
	right: 11px;
}
#twitter-2 span.time-meta a {
	color: #58585A;
}
#twitter-2 span.intent-meta {
	padding: 9px 0 0 20px;
	display: block;
	position: absolute;
	bottom: 41px;
	left: -10px;
}
#twitter-2 span.intent-meta a {
	padding: 0 5px;
}
#twitter-2 span.from-meta {
	display: none;
}
#twitter-2 input[type="text"] {
	border-bottom: 1px solid #c2c2c2;
	background: #f7f7f7;
	border-top: none;
	border-left: none;
	border-right: none;
	float: left;
	width: 187px;
		max-width: 100%;
}
#twitter-2 input[type="submit"] {
	color: #f36f30;
	font-family: 'Lato', sans-serif;
	font-size: 9px;
	background: none;
	border: none;
	cursor: pointer;
}
.footer-bottom {
	width: 100%;
	margin: 0px auto;
}
@media screen and (min-width: 1050px) {

	.footer-bottom {
		height: 111px;
	}
}
.footer-bottom p {
	color: #a6a6a6;
	font-size: 12px;
	padding: 46px 0;
}
.footer-bottom span {
	font-family: "Georgia", serif;
	font-style: italic;
	padding: 0 3px;
}
.footer-bottom a {
	color: #a6a6a6;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1
} /* IE7 */

/*********COMMENTS ******/

.comment a {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	color: #58585a;
	margin: 0 0 8px 0;
}
.comment a:hover {
	color: #f36f30;
}
.commentlist li .avatar {
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	margin-right: 10px;
	margin-top: -3px;
}
.comment header {
	font-size: 10px!important;
}
.commentlist cite, .commentlist cite a {
	color: #000;
	text-transform: uppercase;
}
.avatar {
	float: left;
	clear: left;
}
section.comment-content {
	font-size: 12px;
	display: block;
	float: left;
	width: 570px;
		max-width: 100%;
}
.commentlist p {
	display: block;
	font-family: 'Lato', sans-serif;
	color: #58585a;
}
.comment-reply-link {
	margin-bottom: 10px;
	display: block;
}
#commentform p {
}
.commentmetadata {
	font-size: 13px;
	display: block;
	font-family: 'Lato', sans-serif;
	color: #58585a;
}
.commentmetadata a {
	color: #000;
	font-size: 10px;
	padding: 0;
}
.commentmetadata a:hover {
	color: #000;
	font-size: 10px;
	background: none;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
h3#comments {
	padding: 0 0 0 0;
	margin: 0 0 10px 0px;
	font-size: 14px;
	color: #666666;
}
#respond {
	margin: 0 0px 0 0px;
	padding: 0 0 0 0px;
	font-size: 14px;
}
h3.respond {
	padding: 0;
	margin: 0px 0 10px 0px;
	font-size: 14px;
	border-top: none;
	color: #666666;
}
#respond h3, .respond-title {
	padding: 10px 0 0 0;
	margin: 0px 10px 10px 0px;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}
.respond-title{
	float: left;
	text-align: left !important;
	font-size: 14px !important;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0;
}
.commentlist li {
	margin: 0 10px 0px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	display: block;
	clear: both;
}
.commentlist li:hover {
	background: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0 0 0px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
		max-width: 100%;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	margin-top: 20px;
	width: 99%;
	padding: 2px;
	max-width: 100%;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond small {
	font-size: 12px;
}
.month-archive-link {
	display: none;
}



/** PAGE TEMPLATES **/
.full.content-wrapper {
	padding-top: 0;
	position: relative;
}
	.full.content-wrapper .right {
		position: absolute;
		right: 25px;
		top: 10px;
		width: auto;
	}

	.full.content-wrapper .left {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 1px 15px 0;
		width: 100%;
	}

	.full .left .banner {
		min-height: 90px;
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 0 !important;
	}
		.full .left .banner img {
			padding: 0;
			margin: 0;
		}

	.full .page-title {
		margin-bottom: 20px !important;
	}

	.full .column {
		width: 65%;
		margin: 0 auto;
	}

/**  INTERIORS **/
#interiors .center {
	margin: 0 auto;
	max-width: 70%;
}

#interiors .interior {
	border-top: 1px solid #a2a5a4;
	margin: 30px 15px;
	padding-top: 45px;
}

#interiors .interior h4 {
	color: #58585a;
	margin-bottom: 5px;
}

#interiors .interior h4 span {
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
	padding: 0 3px;
	text-transform: lowercase;
}

#interiors .interior .grid {
	margin: 0 -15px;
	overflow: hidden;
}

#interiors .interior .post {
	box-sizing: border-box;
	border: 15px solid #FFF;
	float: left;
	height: 250px;
	position: relative;
	width: 33.3%;
}

@media screen and (max-width: 768px) {
	#interiors .interior .grid .post:nth-child(3) {
		display: none;
	}

	#interiors .interior .post {
		height: 200px;
		width: 50%;
	}
}

#interiors .interior .title {
	bottom: 0;
	font-size: 16px;
	font-weight: 300;
	left: 0;
	line-height: 1.25;
	opacity: 0;
	padding: 1em;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all .5s ease;
	z-index: 4;
}

#interiors .interior .title:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-left: -5px;
	vertical-align: middle;
	width: 0;
}

#interiors .interior .post:hover .title {
	opacity: 1;
}

#interiors .interior .title span {
	background: rgba(243, 111, 48, 0.8);
	display: inline-block;
	letter-spacing: 2px;
	padding: 15px;
	top: 50%;
	text-align: center;
	vertical-align: middle;
}

#interiors .interior .more span {
	background-color: #FFF;
	display: inline-block;
	margin: -20px 0;
	padding: 15px;
}

#interiors .interior .more {
	border-bottom: 1px solid #f36f30;
	border-top: 1px solid #f36f30;
	clear: both;
	display: block;
	margin: 10px 0 65px;
	position: relative;
	z-index: 5;
	text-align: center;
}



/**  ABOUT **/
.page-template-about .full .left .banner { text-align: center; }
.page-template-about .carousel { display: none; }
.page-template-about .content-wrapper { padding-bottom: 20px; }

.vCenter {
	position: relative;
	overflow: hidden;
}

.vCenter > blockquote {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
	z-index: 5;
}

.orangeQuote {
	background: #f36f30;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.5em 2em 1em;
}

	.orangeQuote p {
		color: #FFF;
		font-family: Georgia, serif;
		font-size: 16px;
		font-style: italic;
		line-height: 1.4;
		text-align: right;
	}

	.orangeQuote cite {
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		font-style: normal;
	}

.categories {
	padding: 0 15px;
}

	.categories .logo-graphic {
		display: block;
		margin: 0 auto -30px;
	}

	.categories .categories-title {
		display: block;
		padding: 50px 0 40px !important;
		text-align: center !important;
	}

	.categories .categories-title span {
		border-bottom: 4px solid #a2a5a4;
		display: inline-block;
		text-indent: 3px;
	}

	.categories .grid {
		margin: 0 -15px;
		overflow: hidden;
	}

	.categories .category {
		border: 15px solid #FFF;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		position: relative;
		width: 33.3%;
	}

		.categories .category .title {
			background-color: rgba(243, 111, 48, .8);
			bottom: 0%;
			font-size: 14px;
			letter-spacing: 3px;
			pointer-events: none;
			position: absolute;
			text-align: center !important;
			text-transform: uppercase;
			width: 100%;
			z-index: 1;
		}

	.categories .slides {
		padding-bottom: 100%;
	}
		.categories .category .figure {
			position: absolute;
		}

/** RESPONSIVE EMBED & HELPERS **/
.permalink,
.cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.permalink { z-index: 5; }

.cover {
	background-size: cover;
	background-position: center center;
}

.videoEmbed {
	height: 0;
	margin-bottom: 2em;
	padding-bottom: 56.25%;
	position: relative;
}

	.videoEmbed .still { cursor: pointer; }

	.videoEmbed .still,
	.videoEmbed iframe {
		height: 100%;
		left: 0;
		margin: 0 !important;
		position: absolute;
		top: 0;
		width: 100%;
	}


/** LAYOUT **/


#header-wrapper {
	max-width: 100%;
	width: 1131px;
}
.header-top {
	max-width: 100%;
	width: 1131px;
	height: 52px;
}
#inner-wrapper {
	max-width: 100%;
	width: 1131px;
}
.content-wrapper {
	max-width: 100%;
}
#main-wrapper {
	max-width: 100%;
	width: 1111px;
}
.content-wrapper .left {
	max-width: 100%;
	width: 65.5%;
}
.content-wrapper .right {
	max-width: 100%;
	width: 32.5%;
	text-align:center;
}

.jcarousel-skin-tango{width:100%!important;}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    margin: 5px auto!important;
   	max-width: 100%;
	width: 861px;
}



@media screen and (max-width: 1050px), (max-device-width: 1050px) {

	#main-wrapper {
		max-width: 100%;
		width: 100%;
		overflow:hidden;
	}
	#header-wrapper {
		max-width: 100%;
		width: 100%;
	}
	.header-top {
		max-width: 100%;
		width: 100%;
		height: 52px;
	}
	#inner-wrapper {
		width: 100%;
	}
	#slides li {
		max-width: 100%;
		width: 100%!important;
		overflow:hidden!important;
	}
	.banner{text-align:center}
	.content-wrapper {
		margin:0;
		padding:0 2%;
		max-width:96%;
	}
	.content-wrapper .left {
		max-width: 100%;
		width: 100%;
		float: none;
	}
	.content-wrapper .right {
		max-width: 100%;
		margin-top: 75px;
		width: 100%!important;
		float: none!important;
		text-align:center!important;
	}
	.right-nav ul {
		padding: 0px ;
	}
	.right-nav a {
		text-align: center!important;
	}
	{
	    text-align: center!important;
	}

	.full.content-wrapper .right { display: none; }

	.navigation {
		height: auto;
		text-align: center
	}
	.menu li {
		padding: 0px 0;
		height: 50px;
		display: inline-block;
	}
	.content-wrapper .left{padding-left:0}
	.carousel h4 {
		text-align:center;
	}
	.jcarousel-skin-tango .jcarousel-container-horizontal {
		width: 336px!important;
			max-width: 100%;
		overflow: hidden;
		margin:0 auto!important;
		padding:20px;
		float:none!important;
	}
	.jcarousel-skin-tango .jcarousel-clip-horizontal {
			max-width: 100%;
		width: 350px!important;
		max-width: 100%;
	}

	.about-author,
	.right-social ul ,
	.right-nav,
	.shopbop-core-widget,
	#a-1, #b-1 {
		float:none!important;
		display:block!important;
		text-align:center!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	.recent-post-box, .pagination-box {

		margin: 0px 5%;
		width: 90%;
		max-width: 100%;
	}
	.jcarousel-skin-tango{display:block; width:100%;	max-width: 100%;}

	.right-nav{display:inline-block;}

	.right form{width:220px; margin:0 auto; max-width: 100%;}
	.right-title, .signup{margin:16px auto 0!important}
	.footer-hr { display:none	}
	.footer-top {border-top:3px solid #f36f30}
	#instagrm_widget-2 {position:relative; float:none; top:auto; left:auto; padding:10px 0; margin:0 auto}
	#pinterest_rss_widget-2 {position:relative; float:none; top:auto; right:auto; padding:10px 0; margin:0 auto}
	.footer-wrapper {
		height: auto;
	}

	.archive-thumb{float:none; display:inline-block}
	.archive .left, .category .left, .page-id-5813  .left{text-align:center}

	.return-to-top{bottom:0; right:0; opacity:.7}
	.return-to-top:hover{opacity:1}

	.nrelate_related h3.nr_title {
		display:block!important;
		float:none!important;
		text-align:center;
		width: auto;
		background:none
	}
	.nr_inner{text-align:center}

	.nrelate_related .nr_inner {
	    width: auto !important;
	    float: none !important;
	    text-align: center!important;

	}
	.nrelate_bty .nr_panel {
	    display: inline-block!important;
	    float: none!important;
	    vertical-align: top;
	}

}



@media (max-width:550px),
(max-device-width:550px) {
	#main-wrapper {
		width: 100%;
		overflow:hidden;
	}
	#header-wrapper {
		width: 100%;
	}
	.carousel h4 {text-align:center; padding-bottom:10px }
	.search-field{width:223px; margin:0 auto; display:block; float:none; }

	.header-top {
		margin-top: 15px;
		width: 100%;
		height: 82px;
	}
	.social-icons{display:block; width:100%; text-align:center}
	.social-icons a{ display:inline-block}
	.menu li a { padding:5px 10px;}
	.menu li{height:24px!important;}
	.logo{max-width:90%; padding-left:4%; padding-right:4%}
	.logo img{max-width:100%; margin:0 auto;}
	#inner-wrapper {
		width: 100%;
	}
	#slides li {
		width: 100%!important;
		overflow:hidden!important;
	}

	.content-wrapper {
		width: 100%;
	}
	.content-wrapper .left {
		width: 100%;
		float: none;
	}
	.content-wrapper .right {
		width: 100%;
		float: none;

	}
	.navigation {
		height: 60px;
		text-align: center
	}
	.menu li {
		padding: 0px 0;
		height: 50px;
		display: inline-block;
	}

	.menu li a{font-size:larger; padding:10px;}


	.content-wrapper .left{padding-left:0}


	.return-to-top {
    height: 60px;
    width: 60px;
	right:0;
	bottom:0;
	}
		.return-to-top img{max-width:100%; height:auto }
	.about-author,
	.right-social ul ,
	.right-nav,
	.shopbop-core-widget,
	#a-1, #b-1 {
		float:none!important;
		display:block!important;
		text-align:center!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}

	.right form{ margin:0 auto;	max-width: 100%;}
	.right-title, .signup{margin:16px auto 0!important}
	.footer-hr {
		margin-left: -160px!important;
	}
	#instagrm_widget-2 {position:relative; float:none; top:auto; left:auto; padding:10px 0; margin:0 auto}
	#pinterest_rss_widget-2 {position:relative; float:none; top:auto; right:auto; padding:10px 0; margin:0 auto}
	.footer-wrapper {
		height: auto;
	}
	#latest{max-width:100%
	}
}

/* For smartphones */

@media screen and (max-width: 800px) {

	.navigation {
		display: none;
	}

	.inner-wrapper {
		//border-top: 1px solid #A2A5A4;
	}

	.info.jpibfi_container p {
		display: none;
	}

	.press {
		width: 50%;
	}

	.categories {
		padding-bottom: 15px;
	}

	.categories .category {
		width: 50%;
	}

	.full .column {
		width: 100%;
	}

	.orangeQuote {
		position: static !important;
		margin: -100px 0 0 !important;
		-webkit-transform: translateY(0%) !important;
		transform: translateY(0%) !important;
		width: 50% !important;
	}
}

@media screen and (max-width: 450px) {

	.orangeQuote {
		width: 100% !important;
	}
}

@media screen and (max-width: 550px) {

	body #click-menu {
		top: 125px!important;
	}
}

@media screen and (min-width: 551px) {

	body #click-menu {
		top: 68px!important;
	}
}

#click-menu, #responsive-menu {
	background: #d6d6d6!important;
}

body #responsive-menu .responsive-menu li a {
	border-top: 1px solid #bababa!important;
}

body #responsive-menu .responsive-menu li.current-menu-item > a,
body #responsive-menu .responsive-menu li.current-menu-item > a:hover, body #responsive-menu .responsive-menu li.current-menu-item > .appendLink, body #responsive-menu .responsive-menu li.current_page_item > a, body #responsive-menu .responsive-menu li.current_page_item > .appendLink {
	background: #929698!important;
}

@media screen and (max-width: 1110px) {

	.search-field {
		margin: 7px 0 0 20px;
	}
}

#about-widget,
#acf_widget_18377-2,
#acf_widget_18388-2,
#null-instagram-feed-2 {
	display: none;
}

#footer-wrapper .widget-title {
	margin-bottom: 14px;
	color: #000;
	font-size: 12px;
}

.archive-thumb-last { margin-right: 0; }
