/*
Theme Name: A Southern Drawl
Theme URI: http://leapblogdesign.com
Description: A Clean & Crisp Wordpress design by Leap Blog Design.
Author: <a href="http://leapblogdesign.com">Leap Blog Design</a>
Author URI:http://leapblogdesign.com
Version: 1.0.0
Tags: one-column, no-sidebar, custom-header, custom-colors, custom-background, custom-menu
*/

/* =Menu
-------------------------------------------------------------- */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1025px;
}
a:link, a:visited {
color: #F7989B;
text-decoration:none;
}
a:active, a:hover {
color: #F7989B;
text-decoration:underline;
}
#menu-area{
position:fixed;
height: 50px;
background: #000000;
width: 100%;
z-index:100;
}
#top-navigation {
padding: 0px;
position:fixed;
height: 50px;
width:1025px;
z-index:10000;
}
#top-navigation ul {
display: inline-block;
list-style:none;
}
#top-navigation li {
padding: 0px 0px 0px 0px;
display:inline;
}
#socmedia {
float:left;
text-align:left;
position:fixed;
top:35%;
left:5px;
}
#socmedia ul {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}
#socmedia li {
	display:block;
	padding:13px 2px 5px 2px;
}
#access {
background:transparent;
display: block;
z-index: 999;
position: absolute;
text-align: center;
margin-top: 12px;
font-style:normal;
width:100%;
padding:0px 0px 5px 0px;
}
#access .menu-header, div.menu {
width:auto;
margin-left:0px;
}
#access .menu-header ul,
div.menu ul {
list-style: none;
margin: 0;
}
#access .menu-header li,
div.menu li {
float: left;
position: relative;
}
#access a {
color: #ffffff;
padding: 3px;
text-decoration: none;
font-family: 'Quicksand', sans-serif;
font-weight:400;
text-transform: uppercase;
font-size: 12px;
margin-top:0px;
margin-bottom:0px;
letter-spacing:1px;
}
#access li {
padding:3px 10px 0px 10px;
height:25px;
}
#access li:first-child {
	background:url('images/shop-btn.png') no-repeat;
	background-position-y:7px;
	border-right: 1px solid #ffffff;
	padding-left:15px;
	padding-right: 18px;
    margin-right: 2px;
}
.menu-header li > a:after {
	color: #ffffff;
	content: url(images/dropdown-icon.png) top no-repeat;
	vertical-align:1px;
}
.menu-header li > a:only-child:after {
	content: '';
}
#access li:last-child {
padding-right:0px;
}
#access ul {
display: inline-block;
padding-left:0px;
}
#access ul ul {
display: none;
position: absolute;
top: 28px;
left: 0;
text-align:center;
width: 160px;
z-index: 999;
background: #000000;
box-shadow: none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
padding-left:0px;
}
#access ul ul li {
width: 130px;
background: transparent;
border-right:none;
padding:8px 15px 5px 15px;
border-bottom:1px solid #ffffff;
margin: 0px;
}
#access ul ul li:last-child {
background: none;
margin-left:0px;
}
#access ul ul ul {
left: 100%;
top: 0;
}
#access ul ul a {
color:#ffffff;
background:transparent;
line-height: 1.5em;
padding: 5px 5px 5px 5px;
width: auto;
height: auto;
text-align: center;
font-size: 12px;
}
#access li:hover > a, #access ul ul :hover > a {
background: transparent;
color: #F7989B;
}
#access ul li:hover > ul {
display: block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color: #ffffff;
background: transparent;
}
#access ul ul li:first-child {
width: 130px;
background: transparent;
border-right:none;
padding:8px 15px 5px 15px;
border-bottom:1px solid #ffffff;
}
#access ul ul li:last-child {
min-width: 130px;
background: transparent;
border-right:none;
padding:8px 15px 5px 15px;
border-bottom:none;
}
#access ul ul :hover > a {
background:transparent;
color: #F7989B;
height:auto;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color: #ffffff;
}
ul {
list-style: circle;
margin: 0 0 18px 1.5em;
}
ol {
list-style: decimal;
margin: 0 0 18px 1.5em;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0;
}
dl {
margin: 0 0 24px 0;
}
dt {
font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
cite,
em,
i {
	font-style: italic;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
textarea, .pingback a.url{
	font-family: 'Proxima Nova', sans-serif;
}
#content hr, hr {
border-top: 2px solid #e6e6e6;
border-left: none;
margin-bottom: 20px;
margin-top: 16px;
border-right: none;
border-bottom: none
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Fonts
-------------------------------------------------*/
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* Layout
-------------------------------------------------*/
#wrapper {
background: transparent;
margin-top: 0px;
padding: 0px 40px 0px 40px;
margin-bottom: 0px;
}
#site-title {
float: left;
font-size: 30px;
line-height: 36px;
margin: 0 0 18px 0;
width: 700px;
}
#site-title a {
color: #000;
font-weight: bold;
text-decoration: none;
}
#site-description {
clear: right;
float: right;
font-style: italic;
margin: 15px 0 18px 0;
width: 220px;
}
#branding img {
border-top: 0px solid black;
border-bottom: 0px solid black;
display: block;
float: left;
padding-bottom:55px;
padding-top:90px;
}
#header {
padding: 0px 0 0 0;
background: transparent;
background-repeat:repeat-x;
}
#main {
clear: both;
overflow: hidden;
padding: 7px 0 0 0;
background: transparent;
}
#top-area {
float: left;
margin: 0px;
width: 100%;
padding-right: 0px;
padding-left: 0px;
background: transparent;
padding-top: 0px;
}
#container {
float: left;
margin: 0 -353px 0 -22px;
width: 100%;
padding-right: 0px;
padding-left: 0px;
background: transparent;
padding-top: 0px;
}
#container.one-column {
float: left;
margin:0px;
width: 100%;
padding-right: 0px;
padding-left: 0px;
background: transparent;
padding-top: 0px;
}
#content {
margin: 0 353px 0 22px;
}
#contenttwo {
margin: 0px;
}
#primary, #secondary{
float: right;
overflow: visible;
width: 300px;
padding-left: 0px;
text-align:center;
}
#secondary {
clear:right;
margin-top:-50px;
}
.one-column #content {
	margin: 0 auto;
	width: 1025px;
}
.single-attachment #content {
	margin: 0 auto;
	width:970px;
}
body{
word-wrap: break-word;
font-family: 'Didot', serif;
font-size: 14px;
font-weight:400;
font-style: normal;
color: #000000;
line-height:1.4em;
margin:0px;
background: #ffffff;
}
#content, #content input, #content textarea {
color: #000000;
font-size: 14px;
line-height:1.35em;
margin-bottom:3px;
padding-bottom:50px;
padding-top:0px;
}
#content input, #content textarea {
color: #000000;
font-size: 14px;
line-height:1.5em;
border-right:none;
margin-bottom:3px;
padding-bottom:50px;
}
#content p, #content ol, #content dd, #content pre {
margin-bottom: 10px;
color:#000000;
font-size: 14px;
font-family: 'Didot', serif;
font-weight: 400;
line-height: 1.5em;
text-align:left;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content ul {
margin-bottom: 5px;
color: #000000;
font-family: 'Didot', serif;
font-weight:400;
line-height: 1.5em;
font-size:15px;
text-align:left;

}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
border: 0px solid #fff;
margin: 0px;
text-align: center;
width: 100%;
font-family: 'Quicksand' sans-serif;
text-transform: uppercase;
font-size: 10px;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 0px solid #fff;
	padding: 0px;
}
#content tr td ul {
padding-left:0px;
margin-left:0px;
}
#content tr td li {
display: inline-block;
list-style: none;
padding: 18px 10px 10px 10px;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
font-size: 11px;
}
#content tr.odd td {
	background: #f2f7fc;
}
p {
	margin-bottom: 18px;
}

#content h1 {
color: #000000;
line-height: 1.5em;
margin: 0 0 8px 0;
font-size: 36px;
font-weight:400;
font-family:'Quicksand', sans-serif;
margin-bottom:20px;
letter-spacing:1px;
text-transform: uppercase;
}
#content h2 {
color: #000000;
line-height: 1.5em;
margin: 0px 0 8px 0;
font-size: 26px;
font-weight:normal;
font-family:'Quicksand', sans-serif;
margin-bottom:0px;
text-align:center;
font-style:normal;
text-transform:uppercase;
letter-spacing:1px;
}
#content h3 {
color: #000000;
line-height: 1.5em;
margin: 0 0 -5px 0;
font-size: 12px;
font-weight:400;
font-family: 'Quicksand', serif;
text-transform: uppercase;
padding-top: 15px;
text-align: center;
}
#content h4 {
color: #000000;
line-height: 1.25em;
margin: 20px 0 10px 0;
font-size: 16px;
font-weight:400;
font-family: 'Quicksand', sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
}
#content h5 {
color: #000000;
line-height: 1.5em;
padding-bottom: 5px;
font-size: 18px;
font-weight: normal;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
border-bottom: 2px solid #ededed;
margin-bottom: 0px;
}
#content h6 {
color: #000000;
line-height: 1em;
margin: 0 0 8px 0;
font-size: 14px;
font-weight:400;
font-family: 'Prata',serif;
margin-bottom: 0px;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
padding-bottom: 20px;
padding-top:15px;
-webkit-margin-before:0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.hentry {
margin: 0px 0 90px 0;
text-align:center;
}
.one-column .hentry{
	width:1025px;
}
.home .sticky {
	background: #ffffff;
	border-top: 4px solid #f2f2f2;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 10px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
#content h1.page-title {
text-align: center;
padding-top: 0px !important;
font-size: 12px;
letter-spacing: 3px;
padding-bottom: 30px;
font-family: 'Quicksand', sans-serif;
}
.page-title span {
  color: #000000;
  font-size: 18px;
  font-family: 'Didot',sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
}
#content h4.page-title {
color: #000000;
font-size: 38px;
line-height: 1em;
font-family: 'Quicksand', sans-serif;
font-weight:normal;
text-align: center;
text-transform:uppercase;
letter-spacing: 3px;
margin-bottom:20px;
padding-top:10px;
margin-left:0px;
font-style:normal;
width:1025px;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #808080;
}
strong {
	font-weight:bold;
}

/* REVSLIDER
-----------------------------------------------*/

.tp-caption {
	white-space:normal !important;
	padding: 0px 150px 0px 150px;
}
/* Related Posts
-----------------------------------------------*/
ul.related_post li img {
  display: block !important;
  width: 110px !important;
  height: 110px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
ul.related_post li {
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
  zoom: 1 !important;
  width: 110px !important;
  margin: 10px 10px 10px 0px !important;
  padding: 0 !important;
  background: none !important;
}

/* INSTAGRAM
-----------------------------------------------*/
#instafeed {
position: relative;
height: 300px;
}
#atinstagram {
position: absolute;
top: 0px;
text-align: center;
font-family: 'Quicksand', sans-serif;
letter-spacing: 4px;
font-size: 0px;
vertical-align: middle;
background: rgba(255, 255, 255, .0);
z-index: 10001;
text-transform: uppercase;
padding: 0px;
width: 300px;
height: 300px;
}

/* Popular Posts
-----------------------------------------------*/
.wpp-post-title {
  display: inline-block;
  font-family: 'Prata', serif;
  font-size: 18px;
  margin-top: 18px;
  text-align: left;
  width: 300px;
  padding-bottom: 15px;
}
.wpp-list li {
	display: inline-block !important;
	clear:left;
	padding:0px !important;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:10px;
}
.wpp-list li:last-child {
	border-bottom: none;
}

/*nRelate
-----------------------------------------------*/

.nrelate {
margin: 25px 0px 0px 0px !important;
}
.nrelate .nr_inner {
clear: both;
width: 100%;
padding: 4px 0px 0px 38px !important;
}
#content h3.nr_title {
	display:none;
}
.nr_uc_toggle .nr_uc_button.glyphicon {
position: absolute;
left: 5px;
top: 0;
display: none !important;
background-image: none !important;
background-size: 20px 20px;
width: 20px;
height: 20px;
}

/* PAGES
-----------------------------------------------*/
#content .page-title {
color: #000000;
font-size: 24px;
line-height: 1em;
font-family: 'Prata', serif;
font-weight:normal;
text-align: center;
text-transform:uppercase;
letter-spacing: 0px;
margin-bottom:20px;
padding-top:30px !important;
margin-left:0px;
font-style:normal;
}
.page-content a:link, .page-content a:visited {
	text-decoration: none;
	color: #F7989B;
}
.page-content a:hover, .page-content a:active {
	text-decoration:underline;
	color:#F7989B;
}


/* SECOND FEATURE IMAGE / MAIN LOOP POSTS
-----------------------------------------------*/

#second-feature {
	display: block;
	margin-top: 30px;
}
#shop-the-post {
height:auto;
}
#shop-the-post p {
	text-align:center;
	font-size:12px;
}
.product-links {
	border-bottom: 1px solid #000000;
padding-bottom: 10px;
margin-bottom: 20px;
}
.carousel-widget {
padding:0px 0px 15px 0px;
margin: 10px auto 0px auto;
max-width: 650px;
text-align: center;
}
#shop-the-post-single {
height:auto;
margin: 40px auto 0px auto;
max-width:650px;
}
.carousel-widget-single {
border-bottom:none;
padding:0px 0px 15px 0px;
margin: 10px auto 0px auto;
max-width: 650px;
text-align: center;
border-top:1px solid #000000;
}
#second-content h6 {
color: #000000;
line-height: 1.35em;
margin: 0px 0 10px 0;
font-size: 10px;
font-weight:400;
font-family: 'Quicksand',sans-erif;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
font-style: normal;
margin-top: 10px;
}
#product-links p {
max-width:650px;
text-align:center;
margin: 0px auto;
}
.thumbnail-wrapper img {
	max-width:650px;
	max-height:970px;
}
.thumbnail-wrapper-auto img {
max-width:650px;
height: auto !important;
}

/* POSTS
-----------------------------------------------*/
#content .entry-title {
color: #000000;
font-size: 24px;
line-height: 1em;
font-family: 'Prata', serif;
font-weight:normal;
text-align: center;
text-transform:uppercase;
letter-spacing: 0px;
margin-bottom:0px;
margin-left:0px;
font-style:normal;
padding-top:0px;
max-width:650px;
}
h1.entry-title {
	text-align:center;
}
.entry-title a:link, .entry-title a:visited {
color: #000000;
text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
color: #F7989B;
}
h2.entry-title {
	text-align: center;
}
.entry-meta {
color: #000000;
font-size: 12px;
text-align: center;
text-transform: uppercase;
font-family: 'Quicksand', sans-serif;
text-decoration: none;
padding-bottom: 0px;
font-weight:400;
letter-spacing:2px;
padding-top: 15px;
max-width:650px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-meta a{
color: #000000;
font-size:12px;
text-align: center;
text-transform: uppercase;
font-family: 'Quicksand', sans-serif;
text-decoration: none;
padding-bottom: 10px;
font-weight:400;
font-style:normal;
letter-spacing:2px;
}
.entry-meta a:visited {
color:  #000000;
text-decoration:none;
}
.entry-meta a:hover {
color: #F7989B;
text-decoration:none;
}
.entry-meta li {
margin-top:4px;
}
.entry-content, .entry-summary {
clear:both;
padding:12px 0 0 0;
max-width:650px;
}
#full-content {
	max-width:650px;
	margin: 0px auto 0px auto;
}
#full-content img {
max-width:650px !important;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
border: 1px solid #e7e7e7;
margin: 0 0 24px 0;
padding: 24px;
}
.entry-content fieldset legend {
background: #fff;
color: #000;
font-weight: bold;
padding: 0 24px;
}
.entry-content input {
margin-right: 0px;
}
.entry-content input.file, .entry-content input.button {
margin-right: 0px;
padding: 10px 6px 3px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-content a:link, .entry-content a:visited{
color: #F7989B;
text-decoration:none;
}
.entry-content a:hover {
color: #F7989B;
text-decoration:underline;
}
.entry-utility {
color: #000000;
font-size: 11px;
line-height: 1em;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
font-weight:400;
text-decoration: none;
border:1px solid #000000;
width:648px;
margin-top:20px;
margin-bottom:100px;
letter-spacing:2px;
float:left;
text-align:left;
}
.entry-utility a:link, .entry-utility a:visited {
	color: #000000;
	text-transform:uppercase;
	font-family:'Quicksand', sans-serif;
	text-decoration:none;
	font-size:11px;
	font-style:normal;
	letter-spacing:2px;
}
.entry-utility a:active, .entry-utility a:hover {
color: #F7989B;
text-decoration:none;
}
.post-footer-social {
text-align: left;
display: inline-block;
border-right: 1px solid #000000;
padding-top: 18px;
padding-bottom: 16px;
padding-left: 20px;
padding-right: 20px;
vertical-align: -3px;
}
.post-footer-data {
	text-align:left;
	display:inline-block;
	padding-left:20px;
}
.post-footer-single {
text-align: center;
padding-top: 18px;
padding-bottom: 16px;
margin-left: 20px;
margin-right: 20px;
border-bottom: 1px solid #000000;
}
.post-footer-related {
margin-top: -10px;
padding-bottom: 8px;
}
.entry-utility ul {
	margin:0px;
	padding-bottom:0px;
	padding-left:0px;
}
#content .video-player {
	padding: 0;
}
.more-link a {
background: url('images/read-more.png') bottom no-repeat;
height: 48px;
display: block;
width: 142px;
text-indent:-9999em;
margin-bottom:30px;
margin-top:20px;
}
.entry-content a.more-link:link {
background: url('images/read-more.png') bottom no-repeat;
height: 48px;
display: block;
width: 142px;
text-indent:-9999em;
margin-bottom:30px;
margin-top:10px;
}
.more-link a:hover {
	opacity: .6;
}

/* NAVIGATION BELOW CONTENT
--------------------------------------*/

navigation {
	color: #000000;
	font-size: 22px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
color: #000000;
text-decoration: none;
}
.navigation a:active,.navigation a:hover {
color: #999999;
}
.nav-previous {
float: left;
width: 50%;
padding-left: 0px;
font-family:'Quicksand', sans-serif;
text-transform: uppercase;
font-size:14px;
font-weight:normal;
letter-spacing: 1px;
margin-top: -40px;
}
.nav-previous a:hover {
	color:#999999;
}
.nav-next {
float: right;
text-align:right;
width: 49%;
padding-right: 0px;
font-family:'Quicksand', sans-serif;
text-transform: uppercase;
font-size:14px;
font-weight:normal;
letter-spacing:1px;
margin-top: -40px;
}
.nav-next a:hover {
	color:#999999;
}
#nav-above {
	margin: 0 0 18px 0;
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding-bottom: 30px;
	max-width:650px;
	padding-top:30px;
}
/* ASIDES
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* GALLERY LISTING
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 2px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}


/* ATTACHMENT PAGES
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* IMAGES
--------------------------------------*/
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 0px;
max-width:650px;
text-align:center;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 650px; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.one-column #content img.size-auto,
.one-column #content img.size-full,
.one-column #content img.size-large,
.one-column #content img.size-medium,
.one-column #content .attachment img,
.one-column #content.widget-container img {
	max-width: 1025px; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
background: #fff;
line-height: 18px;
margin-bottom: 20px;
max-width: 650px;
padding:0px;
text-align: center;
}
.wp-caption img {
	margin: 0px;
	max-width: 650px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* COMMENTS
--------------------------------------*/
#comments {
clear:both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
color: #000000;
font-size: 26px;
margin-bottom: 5px;
margin-top:25px;
font-family: 'Quicksand', sans-serif;
font-weight:normal;
text-align: left;
border-bottom: none;
text-transform:uppercase;
letter-spacing: 2px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment author {
	text-transform: uppercase;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment author .says {
	color: #808080;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
	text-transform:lowercase;
	font-style:italic;
}
.comment-author a:link, .comment-author a:visited {
	color:#000000;
}
.comment-author a:hover {
	color:#808080;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* COMMENTS FORM
--------------------------------------*/
input[type="submit"] {
font-family: 'Proxima Nova', sans-serif;
color:#333;
}
#respond {
border-top: 0px solid #fff;
margin: 0px 0;
overflow: hidden;
position: relative;
}
#respond p {
	margin-bottom: 5px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
color: #000000;
font-size: 11px;
font-family:'Quicksand', sans-serif;
font-style: normal;
text-transform:uppercase;
letter-spacing:3px;
font-weight:400;
}
#respond .form-allowed-tags {
color: #777;
font-size: 12px;
line-height: 18px;
display: none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}


/* Widgets
-----------------------------------------------*/
.widget-area ul {
list-style: none;
margin-left: 0;
}
.xoxo {
	padding-left:0px;
	padding-top:8px;
}
.widget-area ul ul {
list-style: none;
margin-left:0px;
padding-left:0px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
width: 75%;
border: none;
font-size: 13px;
  padding: 9px 0px 0px 6px;
font-family: 'Quicksand', sans-serif;
color:#000000;
margin-top:1px;
float:left;
font-weight:400;
font-style:normal;
text-transform:uppercase;
line-height:1em;
}
.widget_search label {
	display: none;
}
.widget-container {
margin: 0px 0 10px 0;
padding: 0px 0px 10px 0px;
list-style-type: none;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
color: #000000;
font-weight: normal;
text-transform: uppercase;
text-align:left;
font-size: 16px;
padding-bottom:4px;
}
h3.widget-title {
	font-family: 'Prata', serif;
	background: url('images/sidebar-title-bkgd.png') no-repeat;
	height:50px;
	color: #ffffff;
	padding-bottom:4px;
	padding-top:13px;
	margin:50px 0px 5px 0px;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:400;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
	color: #F7989B;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar caption {
color: white;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#slider.widget-area {
	width:1025px;
	margin-bottom:15px;
}
#slider .widget-container {
	margin:0px;
	padding:0px;
}
#one.widget-area {
	width:320px;
	margin-right:15px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
}
#two.widget-area {
	width:320px;
	margin-right:15px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
}
#three.widget-area {
	width:320px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
}
#leaderboard.widget-area {
width: 1025px;
text-align:left;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
  padding-top: 13px;
  font-size: 17px;
margin-bottom:50px;
}
#leaderboard h3.widget-title {
  background: none;
  color: #000000;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  height: auto;
}
#one.widget-area ul, #two.widget-area ul, #three.widget-area ul {
	font-size:17px !important;
	letter-spacing:1px;
}
#one .widget-container, #two .widget-container, #three .widget-container {
	border-top:0px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:40px;
	padding:12px 0px 10px 0px;
	text-align:center;
}
#one .widget-container:first-child,#two .widget-container:first-child, #three .widget-container:first-child {
	border:none;
	padding-bottom:0px;
	margin-bottom: -25px;
}
#shopthepost.widget-area {
	border:1px solid #000000;
	text-align:center;
	margin: 30px 0px 40px 0px;
}



/* MAIN SIDEBAR
-----------------------------------------------*/
#main .widget-area ul {
margin-left: 0;
font-family:'Didot', serif;
}
#main .widget-area ul ul {
padding: 0 0px 0px 0px;
text-align:left;
margin-bottom:0px;
}
#primary .widget-container {
margin: 0px 0 15px 0px;
padding: 0px 0px 15px 0px;
list-style-type: none;
}
#secondary .widget-container {
margin: 0px 0 15px 0px;
padding: 0px 0px 15px 0px;
list-style-type: none;
}
#secondary .widget-container ul {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* HEADERS
-----------------------------------------------*/
h1, h4, h5, h6 {
clear: both;
font-weight:400;
font-family: 'Quicksand', sans-serif;
font-size: 16px;
color: #000000;
text-align:left;
}
h3 {
clear: both;
font-weight:400;
font-family: 'Quicksand', sans-serif;
font-size: 12px;
color: #000000;
text-align:left;
font-style:italic;
text-transform: uppercase;
}
h2 {
text-align:left;
clear: both;
font-weight:400;
font-family: 'Proxima Nova', sans-serif;
font-size: 18px;
text-transform:uppercase;
letter-spacing:3px;
}
/* FOOTER WIDGET AREA
-----------------------------------------------*/
#footer-widget-area {
	overflow: hidden;
}
#footerad.widget-area {
margin:0px auto;
width:1025px;
text-align:center;
padding:20px 0px;
}
#footerad .widget-container {
margin:0px auto;
text-align:center;
}
#footer-widget-area .widget-area {
	float:left;
	margin-right: 0px;
	text-align:center;
}
#footer-widget-area .widget-container {
	margin: 0px 0 0px 0;
	padding:0px 0px 10px 0px;
}

#footer-widget-area #second {
text-align: left;
  width: 65%;
  font-family: 'Prata', serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  padding-top: 0px;
  margin-right: 15px;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
  padding-bottom: 0px;
}
#footer-widget-area #third {
text-align: center;
width: 30%;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
font-size: 15px;
color: #ffffff;
padding-top:28px;
margin-right:15px;

}
#footer-widget-area #fourth {
text-align: left;
  width: 100%;
  float: right;
  font-family: 'Prata', serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  padding-top: 20px;
  margin-right: 0px;
}
#footer .widget-title {
color: #ffffff;
font-family: 'Quicksand', sans-serif;
padding-bottom: 0px;
padding-top: 0px;
margin-bottom: 15px;
font-size: 16px;
text-align: center;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
}
#footer .widget-area a:link, #footer .widget-area a:visited {
text-decoration:none;
color: #000000;
}
#footer .widget-area a:hover {
text-decoration:none;
color: #F7989B;
}
#footer-widget-area ul {
	padding-left:0px;
}
/* Mailchimp
---------------------------------------------- */
mc_embed_signup_four {
padding-top:20px;
}
.mc-field-group-four{
	background-color: transparent;
	float:left;
	margin-left: 10px;
    margin-top: 15px;
}
input#mce-EMAIL4 {
	color: #000000;
}
input#mce-EMAIL4.required.email {
margin: 0px 5px 0px 0px;
  width: 170px;
  background: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px !important;
  border: 1px solid #000000;
  color: #000000;
  padding: 5px 2px 3px 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 32px;
  font-weight: normal;
  vertical-align: 2px;
}
input#mc-embedded-subscribe4.button {
  background-color: #F7989B;
  border-radius: 0px;
  border: 0px;
  padding:16px 18px 11px 18px;
  margin-left: -1px;
  font-family: 'Proxima Nova', sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 40px;
  font-weight: bold;
}
input#mc-embedded-subscribe4.button:hover {
	background-color: #FFC7CB;
}


/* Footer
-----------------------------------------------*/
#footer {
width:100%;
color:#ffffff;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 25px;
margin-bottom:0px;
clear:both;
background:#fff url('images/footer-bkgd.png') repeat-x;
border-bottom: 3px solid #000000;
}
#button-top {
height: 25px;
margin-left: 48%;
margin-top: 10px;
}
#footer ul {
	display: inline;
}
#footer li {
		padding:0px 15px 0px 0px;
		display:inline-block;
	}
	copyright {
		color: #000000;
		font-family: 'Proxima Nova', sans-serif;
		font-size:10px;
	}
#colophon {
background: transparent;
background-repeat: no-repeat;
margin-top: -4px;
overflow: hidden;
padding: 0px;
width:1025px;
}
#site-info {
float: left;
font-size: 9px;
width: 100%;
text-align: center;
font-family: 'Quicksand', sans-serif;
font-weight:400;
text-transform: none;
color: #000000;
padding-top: 13px;
letter-spacing: 3px;
text-transform: uppercase;
}
#site-info a:link, #site-info a:visited {
color: #000000;
text-decoration: none;
}
#site-info a:hover, #site-info a:active {
color: #F7989B;
text-decoration: none;
}
#site-info .footer-list-data li {
display:inline;
list-style:none;
color: #000000;
}
#site-info ul {
margin:0px;
padding-left:0px;
}
#site-generator {
font-style: normal;
position: relative;
padding-right: 15px;
float:right;
width:220px;
}
#site-generator a {
background: url(images/wordpress.png) center left no-repeat;
color: #666;
display: inline-block;
line-height: 16px;
padding-left: 20px;
text-decoration: none;
}
#site-generator a:hover {
text-decoration: none;
}
img#wpstats {
display: block;
margin: 0 auto 10px;
}

/* Search Button
-----------------------------------------------*/
form#searchform {
color: #ffffff;
  height: 32px;
  width: 298px;
  border: 1px solid #000;
  position: relative;
  top: 7px;
  z-index: 10000;
}
#content form#searchform {
color: #000000;
height: 30px;
width: 300px;
position: relative;
border: 1px solid #000000;
margin-left: 0px;
}
input#s.text {
color: #000000;
background:transparent;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
padding: 2px;
height:30px;
float: left;
width: 80%;
}
#content input.submit.button {
background: black;
-webkit-box-align: center;
text-align: center;
cursor: default;
color: buttontext;
padding: 11px 15px 10px 15px !important;
border: none;
box-sizing: border-box;
width: auto;
border-radius: 0px;
float: right;
margin-top: 0px;
margin-right: 0px;
}
input.submit.button {
background: none;
-webkit-box-align: center;
text-align: center;
cursor: default;
color: buttontext;
padding: 11px 10px 6px 3px !important;
border: none;
box-sizing: border-box;
width: auto;
border-radius: 5px;
float: right;
margin-top: 0px;
margin-right: 0px;
}
input.subscribe.button {
background: none;
-webkit-box-align: center;
text-align: center;
cursor: default;
color: buttontext;
padding: 8px 6px 3px;
border: none;
border-radius: 5px;
float: right;
margin-top: -36px;
margin-right: 5px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"], textarea {
background: transparent;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: 0;
padding: 4px 2px 2px 12px;
font-family:'Proxima Nova', sans-serif;
font-size: 15px;
font-weight:400;
color: #000000;
letter-spacing:1px;
}
input#s {
border: none;
background: transparent;
font-family: 'Proxima Nova', sans-serif;
font-size: 11px;
text-transform:uppercase;
padding: 6px 2px 2px 2px;
font-weight:normal;
color: #ffffff;
margin-left:5px;
height:18px;
width:60%;
line-height:1em;
}
#content input#s {
border: none;
background: transparent;
font-family: 'Proxima Nova', sans-serif;
font-size: 12px;
text-transform:uppercase;
padding: 7px 2px 2px 2px;
font-weight:normal;
color: #000000;
margin-left:5px;
height:18px;
width:60%;
line-height:1em;
}
#respond textarea {
width:95%;
background: white;
border: 1px solid #000000;
padding:10px;
}
#respond input {
width:95%;
background: transparent;
border: 1px solid #000000;
padding:10px;
font-family:'Quicksand', sans-serif;
}
#respond .form-submit input {
font-size: 15px;
width: auto;
text-transform: uppercase;
letter-spacing: 1px;
padding-top:12px;
color: #ffffff;
background: #000000;
border: none;
font-family: 'Proxima Nova', sans-serif;
font-weight:400;
letter-spacing: 2px;
}
#respond .form-submit input:hover {
color: #ffffff;
background: #F7989B;
}

/* Comment Form
-----------------------------------------------*/
form#commentform {
background: none;
padding: 0px;
margin-top: 20px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
.tp-caption {
	white-space:normal !important;
	padding: 0px 150px 0px 150px;
        -webkit-text-size-adjust: 100%;
}
#access{
	-webkit-text-size-adjust: 95%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

@media screen and (max-width: 1040px) {
#main, #wrapper {
  max-width:100vw;
  padding:0;
  margin:0;
}
#wrapper {
overflow:hidden;
}
#branding img {
  max-width:100vw !important;
  height:auto;
  transform:scale(2);
  padding-top:70px;
}
.widget-area {
  max-width:100%;
}
#primary, #secondary, #menu-area, #top-navigation {
  display:none;
}
#footerad, #footer, #footer-widget-area {
  max-width:100vw;
}
#content {
  margin:20px;
}
#container {
  margin:0;
}
.tp-caption img {
  margin-right:100px;
}
img, #full-content img, #shop-the-post-single, #product-links p {
  max-width:100% !important;
}
#respond textarea, #respond input {
  max-width:90%;
}
#socmedia {
  display:none;
}
#colophon {
  max-width:100vw;
}

#footerad {
   display:none;
  }

#footer-widget-area #third {
   width:100%;
  }

  #text-3 {
    display:none !important;
  }

  #text-5 {
    text-align:center;
  }

  .slide-nav-link, .sidr a, .sidr button {
   font-family: "Prata" !important;
   color: #F7989B !important;
  }

  .sidr .sub-menu-toggle:before {
    color: #F7989B !important;
  }

}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
