/*
	Theme Name: eleven40 Pro Theme
	Theme URI: http://my.studiopress.com/themes/eleven40/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.0

	Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-comments:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #2c2c2c;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: .1rem;
	font-weight: 300;
}

body.eleven40-landing {
	background: url(images/texture.png);
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #d7b68d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

hr {
	clear: both;
	margin-bottom: 1.5rem;
	margin-top: -1rem;
}


#pinterest-pinboard-widget-container .row { width: 500px; height: 150px; }
#pinterest-pinboard-widget-container .pinboard { margin-top: 10px; }
#pinterest-pinboard-widget-container .pin_link { padding-top: 5px; }
#pinterest-pinboard-widget-container .pin_text { vertical-align: super; }
#pinterest-pinboard-widget-container .pin_text a { color: #999; }
#pinterest-pinboard-widget-container .pinboard img { width: 150px; height: 150px; padding: 0 4px 4px 0; }
#pinterest-pinboard-widget-container .pinboard img, #pinterest-pinboard-widget-container .pin_logo img { display: inline; }
#pinterest-pinboard-widget-container a.pin_logo { text-decoration: none; }


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Quattrocento', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 5px;
	margin-bottom: .5rem;
	padding: 0;
}

h1, 
h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
}



h2 a {
	color: #414141;
	text-decoration: none;
}

h2 a:hover {
	color: #d7b68d;	
}



h3 {
	font-size: 20px;
	font-size: 2rem;

}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 10px;
	font-size: 1.0rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #414141;
	border-radius: 0px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Quattrocento', serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
	text-decoration: none;

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #d7b68d;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Quattrocento', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 10px 18px;
	padding: 1.0rem 1.8rem;
	margin: 3px 0 10px;
	text-transform: uppercase;
	width: 100%;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	color: #d7b68d;
	background: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.eleven40-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0px 0 20px;
	margin: 0rem 0 2rem;
}

.site-inner .wrap {
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1020px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	padding: 0px 0px 0px;
	padding: 0rem 0rem 0rem;
	width: 640px;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 640px;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.sidebar-content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 40px 0 0;
	padding: 4rem 0 0;
	width: 100%;
	max-width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	
	float: right;
	width: 415px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: right;
}





/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 150px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.teaser .entry-title,
.teaser .entry-title a {
color: #555;
background: none;
padding: 0 ; 
font-size: 2rem;
letter-spacing: .2rem;
line-height: 1;
max-width: 95%;
height: 5rem;

}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.sticky {
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	height: 40px;
	margin: 0px;
	padding: 0;
	position: relative;
	width: 120px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
}

.archive-description,
.author-box {
	background: url(images/texture.png);
	color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
}

.archive-description h1,
.author-box h1 {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.archive-description p,
.author-box p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}



.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Headings
--------------------------------------------- */

.entry-title {
	color: #555;
	background: url("images/circle.png") top left no-repeat;
	padding: 0 0 0 4rem;
	font-size: 2.6rem;
	letter-spacing: .3rem;
	line-height: 1;
	max-width: 95%;
}

.entry-title a,
.sidebar .widgettitle a {
	text-decoration: none;
	color: #555;
}

.entry-title a:hover {
	color: #d7b68d;
	text-decoration: none;
}

.sidebar .widgettitle {
	display: none;
}

.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.sidebar .widgettitle a {
	text-decoration: none;
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}



.more-link,
.comment-reply-link {
	font-family: 'Quattrocento';
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	margin-top: 30px;
	padding: 5px 10px 5px 65px;
	color: #000;
	display: block;
	clear: both;
	width: 210px;
	background: url("images/more.png") top left no-repeat;
}

.comment-reply-link {
	width: 175px;
}



/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */



.sidebar-primary .gfwa-odd,
.sidebar-primary .gfwa-even  {
	padding: 0;
width: 140px;
float: left;
}

.sidebar-primary .gfwa-odd {
	margin: 0 20px 15px 0;
}

.sidebar-primary .gfwa-even {
	margin: 0 0px 0 0;
}

.sidebar-primary img {
	margin: 0 0 -1rem 0;
	padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

#mc_embed_signup {
	margin: .5rem 0 0 0;
}

.mc-field-group {
width: 68%;
float: left;	
}

.mc-field-group input {
background-color: #fff;
border: 1px solid #414141;
border-radius: 0px;
box-shadow: 1px 1px 3px #eee inset;
color: #d2d2d2;
font-family: 'Quattrocento Sans', serif;
	font-style: italic;
	text-transform: uppercase;
font-size: 18px;
font-size: 1.8rem;
	letter-spacing: .3rem;
padding: 8px;
padding: .8rem;
width: 100%;
text-decoration: none;
margin: 0 0 1rem 0;
	font-weight: 400;
}

#mc_embed_signup input[type="submit"] {
	float: right;
	width: 30%;
height: 84px;
margin: -47px 0 0 0;
	font-family: 'Arvo';
	font-weight: 700;
	color: #222;
	font-size: 19px;
	font-size: 1.9rem;
	background: #ffebe4;
	}


#pinterest-pinboard-widget-container .pinboard img {
width: auto !important;
height: 90px !important;
padding: 0 10px 10px 0 !important;
}

#pinterest-pinboard-widget-container .row {
width: 100% !important;
height: 80px !important;
}

#pinterest-pinboard-widget-container .pin_link {
display: none;
}

.ssba {
padding: .9rem 0 0 0rem;
}

.ssba img
{ 
width: auto !important;

}

.mr_social_sharing_wrapper .linksalpha_image {
display: none !important;
display: none;
}

div.mr_social_sharing_wrapper {
height: auto;
width: 51% !important;
margin: 0px 0 !important;
padding: 15px 0 0 10px !important;
border: 0;
line-height: 0;
float: right !important;
text-align: left !important;
}

.front-photo {
width: 30% !important;
background-color: white;
vertical-align: middle;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important; 
box-shadow: none !important;
margin: 1% !important;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 3rem 0 4rem;
	min-height: 165px;
	width: 100%;
	z-index: 999;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 320px;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	padding: 2.0rem 0;
	text-transform: uppercase;
}

.header-image .site-title {
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: 'Lora', serif;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	margin: 4rem 0 0;
	padding: 24px 0;
	padding: 2.4rem;
	text-align: center;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {

	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	background-position: center;
	text-decoration: none;
	height: 165px;
	width: 100%;
}

.header-image .site-header .title-area {
		background-position: center center !important;
		
	}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
	margin-top: 0.6rem;
}

.site-header .widget_text {
	margin-top: 12px;
	margin-top: 1.2rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #414141;
	font-family: 'Quattrocento';
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0 auto 0;
	padding: 0;
	width: 97%;
	text-decoration: none;
}



.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	font-weight: 600;
	color: #414141;
	display: block;
	padding: 22px 18px;
	padding: 2.2rem 1.8rem 1rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #d7b68d;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	letter-spacing: 0;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 22px 18px;
	padding: 2.2rem 1.8rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 8px 12px 0 0;
	padding: 0.8rem 1.2rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu a {
	background: url(images/texture.png);
}

.site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
	color: #d7b68d;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-primary .sub-menu a {
	color: #414141;
	font-family: 'Quattrocento';
}

.nav-primary {
	border-top: 0px solid #fff;
	background: url('images/top-bg.png') top center repeat-x;
	text-align: center;
	background-size: 100% 100%;
	
}

.nav-primary .wrap {
	border: none;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #d7b68d;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary,
.nav-secondary .sub-menu a {
	background: url(images/texture.png);
}

.nav-secondary {
	border-top: 1px solid #fff;
}

.nav-secondary .wrap {
	border: none;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	color: #d7b68d;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	padding: 0;
	margin-bottom: 20px;
	background: #fff;
}

.entry-content {
	clear: both;
	padding-top: 10px;
}

.single .entry {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	font-family: 'Quicksand', serif;
	font-weight: 400;
	float: left;
	clear: both;
	color: #2f2f2f;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.archive .inner {
	background: #fff;
}

.archive .entry-meta {
	display: none;
}

.archive .info-comments {
	display: none;
}

.archive .entry-footer {
	display: none;
}

.page .related_title {
	display:none;
}

.archive .home-bottom-widgets {
	display: none;
}

.single .home-bottom-widgets {
	display: none;
}

.entry-header .entry-meta {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.entry-footer {
	text-align: center;
}

.entry-footer .entry-meta {
	padding-top: 12px;
	padding-top: 1.2rem;
	font-size: 1.8rem;
	font-family: 'Quattracento';
	letter-spacing: .3rem;
	width: 41%;
	text-align: right;
	margin-bottom: 1.5rem;
}


.entry-comments-link::before {
	margin: 0 0px 0 0px;
	margin: 0 0rem 0 0rem;
}

.entry-comments-link {
	margin: 0 0px 0 0px;
	margin: 0 0rem 0 0rem;
	font-family: Quattrocento;

}

.entry-comments-link a {
	background: #fff;
border-radius: 0px;
color: #d7b68d;
font-size: 18px;
padding: 6px 10px 6px 0;
text-decoration: none;
text-transform: uppercase;
}

.info-comments {
	float: right;
	color: #999;
	font-family: 'Quicksand';
	font-size: 18px;
	font-style: normal;
	margin: -30px 0 0 0;
	padding: 0px 0px 0 0;
	height: 30px;
	line-height: 1.5;
}

.entry-categories,
.entry-tags {
	display: inline-block;
}

.entry-categories a {
	margin: 0 0 0 .5rem;
	font-family: 'Quattrocento Sans';
	background: #ffebe4;
	color: #2f2f2f;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5rem 1rem;
}



.home-bottom-widgets {

	background: #fff;
	clear: both;
	padding: 0;
}

.home-bottom-widgets h2 {
	font-size: 18px;
	margin: 10px 0;
	margin: 1rem 0;
	font-weight: 400;
}	

.home-bottom-widgets .entry {
	padding: 0;
	background: #fff;
}

.home-bottom-1 {
	float: left;
	width: 325px;
	margin-right: 60px;
}

.home-bottom-2 {
	float: left;
	width: 325px;
}

.home-bottom-3 {
	float: right;
	width: 325px;
}



/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-family: 'Quattrocento', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0px 0;
	margin: 0rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background: #fff;
	color: #d7b68d;
	border-radius: 0px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	padding: 2px 10px;
	padding: 0.2rem 1.0rem;
	text-decoration:none;
	letter-spacing: .3rem;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	text-decoration: none;
	color: #ffebe4;
}

.adjacent-entry-pagination {
	background: #f5f4f3;
	padding: 10px 20px;
	height: 70px;
}
 

.adjacent-entry-pagination .pagination-next,
.pagination-previous {
	
	width: 45%;
float: right;
text-align: right;
}



.pagination a {
}

.adjacent-entry-pagination .pagination-previous,
.pagination-next {
	width: 45%;	
float: left;
text-align: left;
}

.paged .entry-meta {

}	

.paged .info-comments {

}

.paged .entry-footer {
}

.paged .more-link {
}

.paged .entry-content {
}


.teaser {
	max-height: 325px;
	overflow: hidden;
	
}

.related-post-thumb {
	text-transform: uppercase;
}


.teaser .related_title,
.teaser .related-post-thumb,
.teaser .post-info,
.teaser .post-meta {
	display: none;
	visibility: hidden;
}

.teaser img.alignleft, 
.teaser .featured-content .alignleft img, 
.teaser .wp-caption.alignleft {
margin: 0 24px 100px 0;
margin: 0 2.4rem 10rem 0;
}

.archive .entry {
padding: 20px 20px 20px;
padding: 2rem 2rem 2rem;
}

.teaser .entry-title {
max-width: 100%;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding: 20px;
	background: #fff;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-header {
	font-family: Quicksand;
	font-weight: 400;
}

.comment-respond {
	background: #fff;
	padding: 20px;
	font-family: 'Quicksand';
	font-weight: 300;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -20px;
	margin-right: -2.0rem;
	background: #f5f5f5;
}

.comment {
	background-color: #fff;
	border: 0px solid #fff; 
	border-right: none; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-family: 'Quattrocento';
	text-align: center;
	background: #efedea;
width: 415px;
display: inline;
font-size: 18px;
font-size: 1.8rem;
	letter-spacing: .2rem;
padding: 30px;
padding: 3rem;
}

.sidebar .lefty {
	background: none;
	float: left;
	width: 210px;
	}

.sidebar .righty {
	background: none;
	float: right;
	width: 120px;
	}

.sidebar .social {
	line-height: .5;
	background: #fff;
	text-align: center;
	padding: 1.5rem 0;
	margin: 1rem 0 0 0;
}

.sidebar .social img {
	background: #d7b68d;	
	width: 50px;
	margin: 0rem 0 0 0;

}



.sidebar .social img:hover {
	background: #ffebe4;
}

.sidebar .white {
	background: #fff;
	padding: 2rem;
	line-height: 1.2;
}



.sidebar .div-small {
	display: block; 
	margin: .5rem auto;
	width: auto;
}



.sidebar .menu {
	margin: 0 auto 0;
}
.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li {
	font-family: 'Quicksand';
	font-weight: 400;
	display: inline-block;
	list-style-type: none;
	margin: 12px 0px;
	margin: 1.2rem 0rem;
	padding: 4px 15px;
	padding: 0.4rem 1.5rem;
	text-transform: uppercase;
	border-right: 1px solid #414141;
}	

.sidebar a {
	text-decoration: none;
	color: #414141;
}

.sidebar a:hover {
	color: #d7b68d;
}

.widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .search-form input[type="search"] {
	width: 66%;
	background: #efedea;
	border: 2px solid #2f2f2f;
	padding: 1rem;	
	font-family: 'Quattrocento Sans';

}

.sidebar .search-form input[type="submit"] {
	background: #2f2f2f;
	color: #fff;
	font-family: 'Quattrocento Sans';

	
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	font-family: 'Quattrocento';
	background: #4d4d4d;
	text-align: center;
	color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 40px 0 8px;
	padding: 4rem 0 0.8rem;
line-height: 1.3;
}

.footer-widgets .wrap {
	width: 1100px;
}

.footer-widgets a {
	text-decoration: none;
}

.footer-widgets-1 {
	float: left;
	width: 35%;
}

.footer-widgets-2 {
	width: 25%;
	float: left;
}

.footer-widgets-3 {
	width: 40%;
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.footer-widgets .social {
	line-height: .5;
	text-align: center;
	padding: .5rem 0;
	margin: 0rem 0 0 0;
}

.footer-widgets .social img {
	background: #d7b68d;	
	width: 70px;
	margin: 0rem 0 0 0;

}

.footer-widgets .social img:hover {
	background: #ffebe4;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}




/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px 0;
	padding: 2.4rem 0;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #d7b68d;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.eleven40-pro-blue .archive-pagination a,
.eleven40-pro-blue .footer-widgets .entry-title a, 
.eleven40-pro-blue .genesis-nav-menu a,
.eleven40-pro-blue .site-title a,
.eleven40-pro-blue .site-title a:hover,
.eleven40-pro-green .archive-pagination a,
.eleven40-pro-green .footer-widgets .entry-title a, 
.eleven40-pro-green .genesis-nav-menu a,
.eleven40-pro-green .site-title a,
.eleven40-pro-green .site-title a:hover,
.eleven40-pro-red .archive-pagination a,
.eleven40-pro-red .footer-widgets .entry-title a, 
.eleven40-pro-red .genesis-nav-menu a,
.eleven40-pro-red .site-title a,
.eleven40-pro-red .site-title a:hover {
	color: #fff;
}

.eleven40-pro-blue .entry-title a,
.eleven40-pro-green .entry-title a,
.eleven40-pro-red .entry-title a {
	color: #333;
}

/* eleven40 Pro Blue
--------------------------------------------- */

.eleven40-pro-blue a,
.eleven40-pro-blue .entry-title a:hover,
.eleven40-pro-blue .genesis-nav-menu a:hover,
.eleven40-pro-blue .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-blue .nav-primary .sub-menu a:hover,
.eleven40-pro-blue .nav-secondary .sub-menu a:hover,
.eleven40-pro-blue .site-footer a:hover,
.eleven40-pro-blue .site-header .sub-menu a:hover {
	color: #2aa4cf;
}

.eleven40-pro-blue button:hover,
.eleven40-pro-blue input:hover[type="button"],
.eleven40-pro-blue input:hover[type="reset"],
.eleven40-pro-blue input:hover[type="submit"],
.eleven40-pro-blue .archive-pagination a:hover,
.eleven40-pro-blue .archive-pagination li.active a {
	background-color: #2aa4cf;
}

/* eleven40 Pro Green
--------------------------------------------- */

.eleven40-pro-green a,
.eleven40-pro-green .entry-title a:hover,
.eleven40-pro-green .genesis-nav-menu a:hover,
.eleven40-pro-green .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-green .nav-primary .sub-menu a:hover,
.eleven40-pro-green .nav-secondary .sub-menu a:hover,
.eleven40-pro-green .site-footer a:hover,
.eleven40-pro-green .site-header .sub-menu a:hover {
	color: #6ca741;
}

.eleven40-pro-green button:hover,
.eleven40-pro-green input:hover[type="button"],
.eleven40-pro-green input:hover[type="reset"],
.eleven40-pro-green input:hover[type="submit"],
.eleven40-pro-green .archive-pagination a:hover,
.eleven40-pro-green .archive-pagination li.active a {
	background-color: #6ca741;
}

/* eleven40 Pro Red
--------------------------------------------- */

.eleven40-pro-red a,
.eleven40-pro-red .entry-title a:hover,
.eleven40-pro-red .genesis-nav-menu a:hover,
.eleven40-pro-red .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-red .nav-primary .sub-menu a:hover,
.eleven40-pro-red .nav-secondary .sub-menu a:hover,
.eleven40-pro-red .site-footer a:hover,
.eleven40-pro-red .site-header .sub-menu a:hover {
	color: #cf4344;
}

.eleven40-pro-red button:hover,
.eleven40-pro-red input:hover[type="button"],
.eleven40-pro-red input:hover[type="reset"],
.eleven40-pro-red input:hover[type="submit"],
.eleven40-pro-red .archive-pagination a:hover,
.eleven40-pro-red .archive-pagination li.active a {
	background-color: #cf4344;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1100px) {

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 560px;
	}

	.sidebar {
		width: 375px;
		padding: 1.5rem;
	}

	.genesis-nav-menu {
		font-size: 1.7rem;
	}

	.genesis-nav-menu a {
		padding: 22px 12px;
		padding: 2.2rem 1.2rem;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	
	.teaser {
		max-height: 280px;
	}
	

}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {

	

	.wrap {
		max-width: 768px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.sidebar-primary {
		width: 240px;
	}

	.sidebar .menu {
		text-align: center;
	}

	.sidebar li {
		border: none;
		width: 100%;
		padding: 0;
		
	}

	.related_title,
	.related-post-thumb {
		display: none;
	}


.entry-title {
font-size: 26px;
font-size: 2.6rem;
line-height: 1;
}

	.home-bottom-1,
	.home-bottom-2,
	.home-bottom-3 {
		width: 220px;
	}	

	.site-header {
		position: relative;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 2%;
		padding-right: 2%;
	}

	.entry-footer .entry-meta {
		font-size: 1.4rem;
	}


.ssba img {
width: px !important;
padding: 7px 0px 0px 6px !important;
border: 0;
box-shadow: none !important;
display: inline !important;
vertical-align: top !important;
height: 20px !important;
}
	

	.comment-respond,
	.entry-comments,
	.entry-footer .entry-meta,
	.site-header {
		padding: 0;
	}

	.sidebar .righty,
	.sidebar .lefty {
padding: 1rem 0;
text-align: center;
float: none;
display: block;
margin: 0 auto 2rem;
	width: 100%;
}

.sidebar .search-form input[type="search"] {
width: 100%;
background: #efedea;
border: 2px solid #2f2f2f;
padding: 1rem;
font-family: 'Quattrocento Sans';
text-align: center;
}

.teaser {
		max-height: 230px;
	}

	.entry {
		padding: 20px;
	}

.teaser .entry-title, .teaser .entry-title a {
	font-size: 1.5rem;
	height: 4rem;
}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

.genesis-nav-menu {
		width: 100%;
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 11px;
		padding: 2rem 1.1rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.content {
		max-width: 67%;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.author-box {
		padding: 20px;
		padding: 2rem;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding: 40px 0% 16px;
	}

.footer-widgets .wrap {
width: 730px;
}

.footer-widgets .social img {
	width: 30%;
}

	
#mc_embed_signup input[type="submit"] {
	font-size: 1.4rem;
}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

#header {
     background-size: contain !important;
     max-width: 50px; /* original: min-height: 100%; */
     overflow-y:hidden;
}

.sidebar {
	clear: both;
	float: none;
	display: block;
	width: 100%;
}

.sidebar .lefty {
	float: left;
	width: 65%;
	}

.sidebar .righty {
	float: right;
	width: 27%;
	}


.content-sidebar-wrap,
	.content-sidebar .content,
.content {
	clear: both;
	width: 100%;
	max-width: 100%;
}

.entry-title {
font-size: 20px;
font-size: 2rem;
line-height: 1;
letter-spacing: .1rem;
padding: 0 0 0 3.5rem;
max-width: 98%;
background-size: 20px;
}


.teaser .entry-title {
font-size: 1.5rem;
height: 6rem;
}


.info-comments {
	font-size: 14px;
	margin: 0;
	
}

.entry-meta  {
	padding: 8px 0 0 0;
}



	

	.home-bottom-1,
	.home-bottom-2,
	.home-bottom-3 {
		float: none;
		width: 90%;
		margin: 10%;
	}	

.footer-widgets .wrap {
width: 70%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
	margin: 0 0 3rem;
	}




.header-full-width .site-title {

}

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

}


@media only screen and (max-width: 520px) { 

.entry-footer .entry-meta {
padding-top: 12px;
padding-top: 1.2rem;
font-size: 1.4rem;
font-family: 'Quattracento';
letter-spacing: .1rem;
width: 43%;
text-align: right;
margin-bottom: 1.5rem;
}

div.mr_social_sharing_wrapper {

width: 55% !important;
}

.mr_social_sharing img, .mr_social_sharing_top img {
height: 1.3rem !important;
width: auto !important;

}



@media only screen and (max-width: 478px) {


.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

	img {
	height: auto;
	width: 100%;
	}

.entry-footer .entry-meta {
		width: 100%;
		text-align: center
	}


.ssba img {
width: px !important;
padding: 7px 0px 0px 6px !important;
border: 0;
box-shadow: none !important;
display: inline !important;
vertical-align: top !important;
height: 20px !important;
}

.teaser .entry-title, 
.teaser .entry-title a {
	font-size: 2rem;
	height: 4rem;
	margin-top: 1rem;
}

.genesis-nav-menu a {
	padding: 20px 6px;
	padding: 2rem .6rem;
}

#pinterest-pinboard-widget-container .pinboard img {
	width: 115px !important;
	height: 115px !important;
}


}