/*
Theme Name: Palafox Market
Theme URI: http://www.palafoxmarket.com/
Description: A modern theme custom designed for the Palafox Market by Birdwell Agency, Inc.
Author: Birdwell Agency
Author URI: http://www.birdwellagency.com/
Version: 1.0
*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic);

/* @group Set Box Model */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
         -o-text-size-adjust: none;
            text-size-adjust: none;
	-webkit-text-size-adjust: auto!important;
	   -moz-text-size-adjust: auto!important;
	    -ms-text-size-adjust: auto!important;
	     -o-text-size-adjust: auto!important;
	        text-size-adjust: auto!important;
}
/* @end */

html { font-size: 62.5%; }

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: 'Sorts Mill Goudy',georgia,serif;
	font-size: 13px;
	font-size: 1.3rem;
}

img {
	max-width: 100%;
	height: auto;
}

a:link,
a:visited {
	color: #828c2a;
	text-decoration: none;
	-webkit-transition: ease-in-out .1s;
	   -moz-transition: ease-in-out .1s;
	    -ms-transition: ease-in-out .1s;
	     -o-transition: ease-in-out .1s;
	        transition: ease-in-out .1s;
}

a:hover {
	color: #6a2d36;
}

a.readmore:link,
a.readmore:visited {
	color: #000;
	font-family: 'Oswald',sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: ease-in-out .1s;
	   -moz-transition: ease-in-out .1s;
	    -ms-transition: ease-in-out .1s;
	     -o-transition: ease-in-out .1s;
	        transition: ease-in-out .1s;
}

a.readmore:after {
	content: ">";
	color: #c2c785;
	font-size: 1.3em;
	padding-left: 0.3em;
	-webkit-transition: ease-in-out .1s;
	   -moz-transition: ease-in-out .1s;
	    -ms-transition: ease-in-out .1s;
	     -o-transition: ease-in-out .1s;
	        transition: ease-in-out .1s;
}

a.readmore:hover {
	color: #6a2d36;
}

a.readmore:hover:after {
	color: #6a2d36;
}

#top {
	display: block;
	height: 14px;
	background: #e3c493;
	/*box-shadow: 0 10px 25px #f9ebd4;*/
	position: relative;
	min-width: 1250px;
}

#bg {
	min-width: 1250px;
	width: 100%;
	/*background: url('images/bg-1.jpg') repeat-y;*/
	-webkit-background-size: 100%;
	background-size: 100%;
	margin: 0 auto;
	padding-top: 60px;
}

#page {
	background: #ffffff;
	text-align: center;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#top_container {
	width: 940px;
	margin: 0 auto;
	padding-right: 35px;
}

#top_container img {
	-webkit-transition: ease-in-out .1s;
	   -moz-transition: ease-in-out .1s;
	    -ms-transition: ease-in-out .1s;
	     -o-transition: ease-in-out .1s;
	        transition: ease-in-out .1s;
}

#top_container a:link img,
#top_container a:visited img {
	float: right;
	margin: -7px 5px 0 0;
}
#top_container a:hover img {
	float: right;
	margin: 0 5px 0 0;
}

#header {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	/*background: url('images/garland.png') center 10px no-repeat;*/
	min-height: 215px;
}

#footer {
	background: #f57b20;
	color: #fff;
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 20px 0 ;
	min-width: 1250px;
}

#nav_container {
	padding-top: 10px;
}

ul.menu {
	list-style: none;
	width: 850px;
	display: table;
	table-layout: fixed;
	padding: 0;
	margin: 0 auto;
}

.menu > li {
	list-style: none;
	display: table-cell;
	width: 100%;
}

.menu > li > a {
	display: block;
	padding: 0.5em 0;
	text-transform: uppercase;
	/* background: #a1a93d; */
	background: #f57b20;
	color: #fff;
	font-family: 'Oswald',sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	text-decoration: none;
	margin: 0 2px;
	text-align: center;
	/*
	-webkit-box-shadow: inset 0 0 16px #828c2a;
	   -moz-box-shadow: inset 0 0 16px #828c2a;
	    -ms-box-shadow: inset 0 0 16px #828c2a;
	     -o-box-shadow: inset 0 0 16px #828c2a;
	        box-shadow: inset 0 0 16px #828c2a;
	*/
	-webkit-transition: ease-in-out .1s;
	   -moz-transition: ease-in-out .1s;
	    -ms-transition: ease-in-out .1s;
	     -o-transition: ease-in-out .1s;
	        transition: ease-in-out .1s;
}

.menu > li > a:hover {
	background: #acaf36;
	/*
	-webkit-box-shadow: inset 0 0 16px #522229;
	   -moz-box-shadow: inset 0 0 16px #522229;
	    -ms-box-shadow: inset 0 0 16px #522229;
	     -o-box-shadow: inset 0 0 16px #522229;
	        box-shadow: inset 0 0 16px #522229;
	*/
}

.menu >li:first-child > a {
	margin-left: 0;
}
.menu >li:last-child > a {
	margin-right: 0;
}

#featured {
	background: url('images/featured-image.jpg') no-repeat top center;
	width: 900px;
	height: 290px;
	padding: 49px 0 0 52px;
	margin: 0 auto;
}

#slider {
	background: url('images/slider-bg.jpg') no-repeat top center;
	width: 900px;
	height: 439px;
	padding: 65px 44px 54px 56px;
	margin: 0 auto;
}

#slider .wooslider {
	width: 800px;
	height: 320px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}

#slider .slide-content {
	margin: 0;
	padding: 0;
}

#slider .slide-content p {
	margin: 0!important;
}

#slider .wooslider-control-nav {
	margin-top: 15px!important;shape-rendering
}

#featured img {
	width: 800px;
	height: 200px;
	-webkit-box-shadow: inset 0 0 48px rgba(32,32,32,0.62);
	   -moz-box-shadow: inset 0 0 48px rgba(32,32,32,0.62);
	    -ms-box-shadow: inset 0 0 48px rgba(32,32,32,0.62);
	     -o-box-shadow: inset 0 0 48px rgba(32,32,32,0.62);
	        box-shadow: inset 0 0 48px rgba(32,32,32,0.62);
}

#content {
	width: 850px;
	margin: 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	padding-bottom: 20px;
}

#content-left {
	width: 640px;
	float: left;
	background: #fff;
	padding: 0 20px 20px 45px;
}

#home-content-left {
	width: 440px;
	float: left;
	background: #fff;
	padding: 0 20px 20px 45px;
}

#home-sidebar-right {
	background: #f8efe1;
	box-shadow: inset 0 0 60px #efdec3;
	width: 490px;
	float: right;
	padding: 20px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	font-family: 'Oswald',sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}

#content-left *:first-child {
	margin-top: 0;
}

#column-container {
	overflow: hidden;
	padding-top: 30px;
}

#sidebar-right {
	background: #f8efe1;
	box-shadow: inset 0 0 60px #efdec3;
	width: 290px;
	float: right;
	padding: 20px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	font-family: 'Oswald',sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}

#sidebar-right strong {
	font-weight: 400;
}

h4.widgettitle {
	font-family: 'Oswald',sans-serif;
	font-size: 1.5em;
	color: #6a2d36;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em 0;
}

#content #page_title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	font-style: italic;
}

#content *:last-child {
	margin-bottom: 0;
}

#footer p {
	margin: 0 0 1em;
}

#footer p:last-child {
	margin-bottom: 0;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

div.wpcf7 {
	
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	padding: 5px;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #999;
	color: #000;
	font-family: arial,helvetica,sans-serif;
	min-width: 400px;
}

div.wpcf7-mail-sent-ok {
	font-family: 'Oswald',sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	background: #398f14;
	color: #fff;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-family: 'Oswald',sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #c00;
	background: #c00;
	color: #fff;
}

.wpcf7-validation-errors {
	font-family: 'Oswald',sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	background: #f7e700;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(105,83,49,0.31);
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(105,83,49,0.31);
}

.aligncenter {
	margin: 1em auto;
	display: block;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}

clearright {
	clear: right;
}

h3 {
	font-weight: normal;
	font-size: 1.5em;
	font-style: italic;
}

#bottom {
	border-top: 1px solid #000;
	padding: 20px 0;
}

#bottom > .column {
	width: 312px;
	border-left: 2px solid #aaa;
	text-align: center;
	font-size: 12px;
	padding: 20px 35px;
	display: inline-block;
	float: left;
}

#bottom > .column:first-child {
	border-left: 0 none;
}

#bottom > .column p {
	margin-bottom: 0;
}

#bottom h4 {
	font-size: 28px;
	color: #6a2d36;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Oswald',sans-serif;
	font-weight: 400;
}

#bottom h5 {
	font-size: 16px;
	color: #a1a93d;
	font-style: italic;
	margin: 0;
	font-family: 'Oswald',sans-serif;
	font-weight: 400;
}



#bottom h4.bottom-left {
	font-size: 20px;
	font-style: italic;
	font-family: 'Sorts Mill Goudy',serif;
	text-align: left;
	text-transform: none;
	color: #000;
}

#bottom .bottom-left {
	text-align: left;
}

#bottom .bottom-left .wp-post-image {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 1em;
	
}

#bottom .bottom-left h5 {
	font-style: normal;

}

#content-left .post a:link .wp-post-image,
#content-left .post a:visited .wp-post-image {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(105,83,49,0.5);
	-webkit-transition: ease-in-out .1s;
	   -moz-transition: ease-in-out .1s;
	    -ms-transition: ease-in-out .1s;
	     -o-transition: ease-in-out .1s;
	        transition: ease-in-out .1s;
}

#content-left .post a:hover .wp-post-image {
	box-shadow: 0 0 5px rgba(105,83,49,0.9);
}

#content-left .post h5.post-title {
	margin: 5px 0;
}

#content-left .post h5.post-title a:link,
#content-left .post h5.post-title a:visited {
	font-size: 16px;
	font-family: 'Oswald',sans-serif;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
}

.post .subtitle {
	font-style: italic;
}

.post .subtitle span {
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-style: normal;
}

.post p {
	margin: 5px 0;
}



.post.full-article p {
	margin: 1em 0;
}

.full-article .wp-post-image {
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(105,83,49,0.5);
}

#content-left .post h3.post-title {
	font-size: 24px;
	font-family: 'Oswald',sans-serif;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	color: #6a2d36;
}

.col1 {
	float: left;
	width: 50%;
	display: inline-block;
	border-right: 2px solid #aaa;
	padding: 15px;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
}

.col1 strong,
.col2 strong {
	font-weight: 400;
}

.col2 {
	float: right;
	width: 50%;
	display: inline-block;
	padding: 15px;
	font-family: 'Oswald',sans-serif;
	font-weight: 300;
}

.col1 h4,
.col2 h4 {
	color: #6a2d36;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	margin-top: 0;
}