/*
    Theme Name: Custom Theme by The Blog Decorator
    Theme URI: http://www.theblogdecorator.com
    Description: A custom WordPress theme built for the Genesis Framework.
    Author: The Blog Decorator
    Author URI: http://www.theblogdecorator.com/
    Version: 1.0.0
 
    Tags: responsive, retina ready, custom header, custom menu, custom socials, share buttons, scroll to top, pin it button, left sidebar, right sidebar, one-column, simple, clean
 
    Template: genesis
    Template Version: 2.2.6
*/
 
/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Profile Photo
        - Featured Content
        - Scroll to Top
        - Simple Social Icons
    - Plugins
        - Genesis eNews Extended
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Primary Navigation
        - Secondary Navigation
        - Header Navigation
        - Responsive Navigation
    - Content Area
        - Home Page
        - Home Page Featured Posts
        - Footer
        - Entries
        - After Entry
        - Pagination
        - Comments
    - Page Templates
        - Category Page
        - Landing Page
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Media Queries
        - Retina Display
        - max-width: 1139px
        - max-width: 1023px
        - max-width: 768px
    	- max-width: 568px
        - max-width: 480px
    	- max-width: 320px
    	- max-width: 240px
*/

/*
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 solid}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px solid}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
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
    	content: " ";
   	 display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    	clear: both;
    	content: " ";
    	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */


.screen-reader-text {
    	clip: rect(1px, 1px, 1px, 1px);
    	position: absolute !important;
    	height: 1px;
    	width: 1px;
    	overflow: hidden;
}

body {
   	 -webkit-font-smoothing: subpixel-antialiased;
    	line-height: 1.7em; 
    	font: normal 15px century gothic;
    	color: #666;
    	letter-spacing: 1px; 
    	font-weight: 300;
}

body.custom-background {
background-size:50% !important;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
img.entry-image.attachment-post,
.social i,
.share i,
.etsy,
.footer-social .social i,
#menu-secondary-nav .menu-item,
a.more-link {
    	-webkit-transition: all 0.25s ease-in-out;
    	-moz-transition:    all 0.25s ease-in-out;
    	-ms-transition:     all 0.25s ease-in-out;
    	-o-transition:      all 0.25s ease-in-out;
    	transition:         all 0.25s ease-in-out;
}

a, .page .entry-content ul li a {
    	color: #9DDDDD;
    	text-decoration: none;
}

a:hover, .site-footer a:hover,
.page .entry-content ul li a:hover {
    	color: #d7f1f1;
}

::-moz-selection {
    	background-color: #c0c0c0;
}

::selection {
    	background-color: #c0c0c0;
}


p {
    	margin: 0 0 16px;
    	padding: 0;
}

strong {
    	font-weight: 700;
}

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

blockquote {
background: #9ddddd;
border: 0px solid #383e3e;
color: #383e3e;
text-transform: none;
letter-spacing:.0em;
font-size: 17px;
padding: 10px;
}

blockquote p  {
margin-bottom:0px !important;
}

.entry-content code {
    	background-color: #fff;
    	color: #666;
}

cite {
    	font-style: normal;
}
#ssnoshadow, #ssnoshadow img, #ssnoshadow a, #ssnoshadow a img{
	border: none !important;
}

/* Headings
--------------------------------------------- */

h1 {
    	font-family: 'Kranky', cursive;
	color: #9ddddd;
}

h2 {     	
	font-family: 'Kranky', cursive;
	color: #c7bed3;
}

h3, h5 {
	font-family: century gothic;
	color: #9ddddd;
}

h4, h6 {
	font-family: century gothic;
	color: #c7bed3;
}

.entry {
	margin-bottom: 45px;
	padding:0 0 0px;
}

.entry-title {
	color: #424747;
	font-size: 35px;
	text-align: left;
	letter-spacing: 2px;
	width: 100%;
	margin-bottom: 40px;
	text-transform: none;
}

h1, h2,
.home-top .entry-title {
    	font-size: 30px;
}

h3, h4,
.archive-title,
.comments-title,
.home-middle .entry-title {
    	font-size: 20px;
}

h5, h6,
.sidebar .entry-title {
	font-size:20px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    	max-width: 100%;
}

img {
    	clear: both;
    	height: auto;
}

.entry-content img, .entry-content img a, .entry-content .attachment a, .entry-content .gallery a {
    	clear: both;
    	height: auto;
	border:0px solid #c7af83;
	padding:5px;
}

.gallery img {
    	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #c0c0c0;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #666;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	letter-spacing: inherit;
	font-weight: 300;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    	width: auto;
}	

input:focus,
textarea:focus {
   	 outline: none;
}

.entry-meta a {
	color: #9ddddd;
}

.entry-meta a:hover {
	color: #d7f1f1; 
}

::-moz-placeholder {
    	color: #666;
    	opacity: 1;
}

::-webkit-input-placeholder {
    	color: #666;
}

button,
input[type="button"],
input[type="reset"],
.button,
.entry-content .button {
    	background-color: #c0c0c0;
    	border: 1px solid #c0c0c0;
    	box-shadow: none;
    	border: none;
    	color: #fff;
    	cursor: pointer;
    	padding: 16px 24px;
    	width: auto;
}


input[type="submit"] {
    	background-color: #c0c0c0;
    	box-shadow: none;
    	letter-spacing: .2em;
    	color: #fff;
    	font: lighter 12px Raleway, sans-serif;
    	cursor: pointer;
    	text-transform: uppercase;
    	margin: 0;
    	padding: 10px 14px;
    	border: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    	background-color: #666;
    	color: #fff;
}

.button {
    	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    	display: none;
}

#hover {
    	opacity: 1;
    	transition: opacity .25s ease-in-out;
    	-moz-transition: opacity .25s ease-in-out;
    	-webkit-transition: opacity .25s ease-in-out;
    	filter:alpha(opacity=25);
    	-webkit-backface-visibility: hidden;
}
#hover:hover {
    	opacity:.7;
}

/* Tables
--------------------------------------------- */

table {
    	border-collapse: collapse;
    	border-spacing: 0;
    	line-height: 2;
    	margin-bottom: 40px;
    	width: 100%;
}

tbody {
    	border-bottom: 1px solid #c0c0c0;
}

th,
td {
    	text-align: left;
}

th {
    	font-weight: bold;
    	text-transform: uppercase;
}

td {
    	border-top: 1px solid #c0c0c0;
    	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    	background-color: #fff;
    	margin: auto;
    	max-width: 88%;
    	width: 100%;
    	overflow: hidden;
    	padding: 0 0px 15px;
	border-left: 5px solid #c7bed3;
	border-right: 5px solid #c7bed3;
}

.site-inner {
    	clear: both;
    	padding-top: 30px;
	width:88%;
	margin:0 auto;
}
.thebdcustom-home .site-inner {
	width:100%;
    	clear: both;
    	padding-top: 20px;
}
	
.wrap {
	margin: 0 auto;
    	max-width: 1140px;
}

/* 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: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    	float: left;
}

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

/* Content */

.content {
    	float: right;
    	width: 65%;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    	width: 500px;
}

.sidebar-content-sidebar .content {
	margin-left:40px;
}

.full-width-content .content {
   	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    	float:right;
    	width: 27%;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
    	float: left;
    	width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
    	float: right;
}

/* 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;
}

.alignright .avatar {
    	margin-left: 24px;
}

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

a.alignnone {
    	display: inline-block;
}

img.alignnone,
.alignnone {
    	margin-bottom: 12px;
}

.alignleft {
    	float: left;
    	text-align: left;
}

.alignright {
    	float: right;
    	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    	margin: 0 15px 15px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    	margin: 0 0 15px 15px;
}

.alignleft.post-image {
    	margin: 0 15px 15px 0;
}

.entry-content .wp-caption-text {
    	font-size: 14px;
    	margin: 0;
    	text-align: center;
}

.widget_calendar table {
    	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    	text-align: center;
}

.search-form {
     	overflow: hidden;
     	width: 85%;
}

.search-form input[type="submit"] {
    	padding: 0;
    	position: absolute;
    	background-color: #9ddddd;
    	height: 37px;
    	width: 37px;
    	margin-left: 5px;
    	border: 0;
    	padding-left: 2px;
    	color: white;
    	font: lighter 11px Raleway, sans-serif;
}

input[type="search"] {
    	-webkit-appearance: textfield;
    	-moz-box-sizing: content-box;
   	-webkit-box-sizing: content-box;
    	box-sizing: content-box;
    	height: 25px;
    	width: 92%;
    	float: left;
    	outline: none;
    	border: 1px solid #c0c0c0;
    	font-size: 13px;
    	padding: 5px 0px 5px 10px;
    	letter-spacing: 1px;
}
.search-form input[type="submit"]:hover {
    	background-color: #d7f1f1;
    	color: #fff;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    	border: 1px solid #c0c0c0;
    	font-size: 12px;
    	margin-bottom: 32px;
    	padding: 16px 32px;
}

.archive-description,
.author-box,
.sticky {
    	border: 1px solid #c0c0c0;
    	margin-bottom: 32px;
    	overflow: hidden;
    	padding: 32px;
}

.author-box-title {
    	font-size: 16px;
    	margin: 0 0 8px;
}

.author-box p {
    	margin-bottom: 0;
}

.author-box .avatar {
    	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  	color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
    	color: #424747;
    	text-decoration: none;
}

.widget-title {
    	color: #fff; 
	text-align: center; 
    	font: normal 170% 'Kranky', cursive;
	padding:6px 20px 6px;
	margin:0 auto 15px;
	background: #9ddddd;
}

.entry-title a:hover {
    	color: #979797;
}

.archive-title {
    	font-size: 20px;
}

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

.widget {
    	word-wrap: break-word;
}


/* profile photo
--------------------------------------------- */

#about-photo {
	margin-top:7%;
	border-radius: 1000px;
	width: 94%;
	height: 94%;
	margin-bottom:30%;
}
#about {
  	margin: 8px auto 0;
  	line-height: 1.6em;
 	font-size: 13px;
}

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

.sidebar .featured-content .entry-title {
    	width: 90%;
  	text-align: center;
  	font: lighter 13px Raleway, sans-serif;
  	text-transform: none;
  	line-height: 18px;
  	letter-spacing: 2px;
  	padding: 0;
  	margin: 0 auto; 
    	border: 0;
}

.sidebar .featured-content img {
    	padding-bottom: 10px;
}

.sidebar .featured-content .entry {
    	float: left;
    	padding: 5px;
    	width: 50%;
}

.featuredpost.widget li {
    	text-align: center;
}

.more-from-category {
    	padding-top: 12px;
}	

.more-from-category a {
    	border-top: 1px solid #c0c0c0;
    	display: block;
    	padding-top: 12px;
}

a.more-link {
    	color: #fff;
    	font: lighter 12px Raleway, sans-serif;
    	padding: 13px 13px;
    	text-transform: uppercase;
    	width: 200px;
    	margin: 0 auto;
    	letter-spacing: 2px;
    	background: #979797;
    	text-align: center;
}
a.more-link:hover {
    	background: #c7bed3;
    	color: #fff;
}

.sidebar a { 
	color: #666; 
}

.sidebar a:hover { 
	color: #c0c0c0; 
}


/* Scroll to Top
--------------------------------------------- */
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	border-radius:100px;
	border:0px solid #C7AF83;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:#C7BED3 url(images/up-arrow-white.png) no-repeat center 50%;
	visibility: hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index:9999;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:1;
}

.to-top:hover {
	-webkit-transform: rotate(360deg) }
	background: url('') no-repeat;
}

/* Simple Social Icons
----------------------------------------------- */
.ssba, .ssba a {
	padding-top:30px !important;
}
.footer-social .simple-social-icons {
	margin:0 auto;
	width:100%;
}
.simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
	border-radius: 100% !important;
    	background: #EE33BE !important;
    	color: #fff !important;
        padding:8PX !IMPORTANT;
	font-size:15px !important;
}
.nav-secondary .simple-social-icons ul li a, .nav-secondary .simple-social-icons ul li a:hover {
	background: none !important;
	color: #000 !important;
	font-size:15px !important;
}
.nav-secondary .simple-social-icons {
	margin-top:-40px;
	padding:0px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget .widget-title {
background:none;
color: #fff;
border-bottom:none;
}

.enews-widget input {
    width: 24%;
    margin: 5px;
}
.enews-widget {
    padding: 10px 0 30px !important;
    margin-bottom: 0 !important;
    background-color: #13a4bf;
    margin-top: 25px;
}

.above-footer .enews-widget {
    padding: 0px 0 0px !important;
    margin-bottom: 0 !important;
    background-color: #D8D8D8;
    margin-top: 0px;
}

.enews-widget input[type="submit"] {
    width: 16%;
    background-color: #fede55;
    color: #000;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: normal 12px Raleway, sans-serif;
    padding: 12px 0 10px;
}

.above-footer .widget {
    	margin-bottom: 5px;
}

.above-footer {
    	background-color: #fff;
	padding:0px 0 0px;
	border-top:5px solid #9ddddd;
	width:100%;
}
.above-footer .wrap {
    	max-width: 100%;
}

.enews p {
    	color: #fff;
}

.enews-widget input[type="submit"]:hover { 
	color: #666; 
	background-color: #fff;
}

.enews form + p {
    	margin-top: 24px;
}

.sidebar .enews-widget, .footer-widgets .enews-widget {
    	padding: 30px 30px 35px !important;
    	margin-bottom: 45px !important;
    	background-color: #c0c0c0;
}

.slider .enews-widget input, .below-footer .enews-widget input {
    	width: 24%;
    	margin: 5px;
}

.slider .enews-widget {
    	padding: 25px 0 !important;
    	margin-bottom: 0 !important;
    	background-color: #c0c0c0;
    	margin-top: 25px;
}

.below-footer .enews-widget {
    	padding: 25px 0 !important;
    	margin-bottom: 20px !important;
    	background-color: #c0c0c0;
    	margin-top: 25px;
}

.enews {
    	text-align: center;
}

.sidebar .jetpack_subscription_widget input[type="submit"], .footer-widgets .jetpack_subscription_widget input[type="submit"] {
    	margin: 0;
    	width: 100%;
    	font-size: 12px;
    	letter-spacing: 2px;
    	background-color: #c0c0c0;
    	color: #fff;
    	border: 1px solid #fff;
    	font-weight: 300;
    	text-transform: uppercase;
    	font: lighter 12px Raleway, sans-serif;
}

.jetpack_subscription_widget input[type="submit"]:hover { 
	color: #666; 
	background-color: #c7af83;
}

.jetpack_subscription_widget {
    	padding: 30px 30px 35px !important;
    	margin-bottom: 45px !important;
    	background-color: #c0c0c0;
}

.jetpack_subscription_widget input {
    	margin-bottom: 12px;
    	text-align: center;
    	font-size: 12px;
    	letter-spacing: 1px;
    	font: lighter 13px Raleway, sans-serif;
}

.jetpack_subscription_widget h4 {
    	color: #666;
    	font: lighter 16px Raleway, sans-serif;
    	margin-bottom: 10px;
    	margin-top: 0;
    	padding-top: 5px;
    	font-weight: 300;
    	letter-spacing: 3px;
}

label.screen-reader-text {
    	display: none;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: left;
}

div.sharedaddy h3.sd-title:before {
	border:none !important;
}
.content .share-count {
	display: none !important;
}
.content div.sharedaddy h3.sd-title {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-custom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
	border-radius:100% !important;
	background: #eed8da !important;
	border:1px solid #c7af83 !important;
	color: #fff !important;
}

.content .sd-social-icon .sd-content ul li a.sd-button:hover,
.content .sd-social-text .sd-content ul li a.sd-button:hover,
.content .sd-content ul li a.sd-button:hover,
.content .sd-content ul li .option a.share-custom:hover,
.content .sd-content ul li.preview-item div.option.option-smart-off a:hover,
.content .sd-content ul li.advanced a.share-more:hover,
.content .sd-social-icon-text .sd-content ul li a.sd-button:hover,
.content .sd-social-official .sd-content > ul > li > a.sd-button:hover,
.content #sharing_email .sharing_send:hover,
.sd-social-official .sd-content > ul > li .digg_button > a:hover {
	background: #fede53 !important;
	border:1px solid #fede53 !important;
	color: #fff !important;
	opacity:10;
}


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

.site-header .wrap {
	max-width: 100%;
	margin-bottom: 0px;

}

.site-header {
	max-width: 100%;
	margin: 0 auto;
	min-height: 0;
}


/* Title Area
--------------------------------------------- */

.title-area {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0px auto 20px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: Raleway, sans-serif;
	color: #c7af83;
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #c7af83;
	padding-bottom: 10px;
}

.site-description {
	color: #c0c0c0;
	font-family: Raleway, sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding-top: 22px;
        position: relative;
	text-transform: none;
}

.site-description:before {
  	content:"";
	background-color: #fff;
	height: 2px; 
	left: 0;
	margin-left: auto;
	margin-right: auto;
 	position: absolute;
	right: 0;
	top: 0;
  	width: 30%;
}


/* Logo, hide text */

.header-image .site-title {
	text-indent: 0;
	margin-top:0px;
}

.header-image .site-title > a {
	background: none;
	float: none;
	min-height: 0;
	width: auto;
}

.header-image .site-description,
.header-image .site-description:before {
	display: none;
}

.site-title img {
	vertical-align: top;
        margin: 0px auto 0;
	max-width:100%;
	width:100%;
}


/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	text-align: right;
	max-width: 785px;
	margin-top: 7%;
}

.header-image .site-header .widget-area {
	padding:  0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.site-header .genesis-nav-menu {
	text-align: right;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    	clear: both;
    	width: 100%;
    	display: inline;
    	text-transform: none;
    	font: normal 25px 'Kranky', cursive;
    	top: 0;
}

.genesis-nav-menu .menu-item {
    	display: inline-block;
    	text-align: left;
}

.genesis-nav-menu a {
    	display: block;
    	color: #fff;
    	padding: 18px 26px;
    	font-weight: 300;
    	position: relative;
    	text-decoration: none;
}

.genesis-nav-menu li.menu-item-has-children:hover > a,
.genesis-nav-menu a:hover {
    	color: #000;
}

.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: 184px;
    	z-index: 99;
    	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
    	background-color: #979797;
    	color: #fff;
    	font: normal 12px Raleway, sans-serif
    	text-align: center;
    	position: relative;
    	min-width: 184px;
    	line-height: normal;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
    	background-color: #424747;
    	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    	margin: -48px 0 0 183px;
}

.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: 20px 0;
}

.genesis-nav-menu > .right > a {
    	background: none;
    	color: #c0c0c0;
    	display: inline;
    	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
    	color: #c0c0c0;
}

.genesis-nav-menu > .rss > a {
    	margin-left: 48px;
}

.genesis-nav-menu > .search {
    	padding: 0;
}

.genesis-nav-menu .search-form input[type="search"] {
    	background-position: 12px 12px;
    	font-size: 12px;
    	padding: 12px 12px 12px 44px;
}


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

.nav-primary {
    	position: fixed;
    	text-transform: uppercase;
    	width: 100%;
    	z-index: 999;
    	background: #fff; 
    	text-align: left;
}

.nav-primary .wrap {
    	width: 1095px;
    	position: relative;
    	height: 50px;
}

.admin-bar .nav-primary {
    	top: 32px;
}

.nav-social-icons a {
    	padding: 0;
    	float: left;
    	display: inline;
    	z-index: 1;
    	margin-top: -10px;
}

.nav-social-icons {
    	position: absolute;
	right:6%;
    	margin-top: -23px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    	text-align: center;
	margin:0 auto;
	margin-left:30px;
	padding:0px 0 10px;
	background-position: bottom;
	background-size:98% !important;
	background: url(images/menubanner.png) no-repeat;
}


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

.nav-header {
    	margin: 123px 0 0 15px;
    	text-align: center;
}
.nav-header .genesis-nav-menu a {
    	padding: 12px 26px;
}
.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
    	border: none;
    	margin: 0;
    	padding: 0;
}
.nav-header .genesis-nav-menu li:last-child a {
    	padding-right: 0;
}
.nav-header .genesis-nav-menu .sub-menu li:last-child a {
    	padding: 10px 20px;
}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
 
/* Standard Navigation
--------------------------------------------- */
 
nav {
    	clear: both;
}
 
/* Navigation toggles
--------------------------------------------- */
 
.sub-menu-toggle,
.menu-toggle {
    	display: none;
    	visibility: hidden;
}
 
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 769px) {
 
    nav {
	display: block !important;
    	}
}
 
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
 
@media only screen and (max-width: 768px) {
 
    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        background-color: #c0c0c0 !important;
        color: #666;
        font-size: 2.5em;
        font-weight: 300;
        overflow: hidden;
        width: 100%;
        text-align: center;
        visibility: visible;
    	}
 
    button.menu-toggle {
	background-color: #9ddddd !important;
        color: #fff;    
        font-weight: 300;
        width: 100%;
        margin: 0px auto 0px;
        border-top: 1px solid #9ddddd;
        border-bottom: 1px solid #9ddddd;
        padding: 5px 0; 
	}

    button.sub-menu-toggle,
    button .sub-menu-toggle {
        background:#9ddddd !important;
        color: #fff !important; 
        font-weight: 300;
        width: 100%;
        margin: 0 auto;
        border: 0;
        padding: 10px 0; 
	}

    button.sub-menu-toggle,
    button .sub-menu-toggle {
        padding:0 !important;
        margin-top: 10px;
        margin-right: 5px;
        text-align: right;
        color: #fff;
        background:transparent;
    	}

    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        font-size: 2em;
        position: absolute;
        right: 0;
        top: 0;
        z-index:9999;
    	}
 
    .menu-toggle:before {
        content: "\2261";
    	}
 
    .menu-toggle.activated:before {
        content: "\2191";
    	}
 
    .sub-menu-toggle:before {
        content: "+";
    	}
 
    .sub-menu-toggle.activated:before {
        content: "-";
    	}

    .admin-bar .nav-primary {
        top:0;
    	}
    .nav-primary {
        position: relative;
    	}
 
    nav {
        display: none;
        position: relative;
    	}
 
    .genesis-nav-menu .menu-item {
        background-color: #9ddddd;
        display: block;
        position: relative;
        text-align: left;
    	}
 
    .genesis-nav-menu .menu-item:hover {
        position: relative;
    	}
 
    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    	}
 
    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
    	}
 
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    	}
    .genesis-nav-menu .sub-menu .sub-menu a {
        background-color: #c0c0c0;
        padding-left: 30px;
    	}
 
    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        background-color: #9ddddd;
        padding-left: 40px;
        width:100%;
    	}
 
    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #333;
    	}

    .genesis-nav-menu > li:hover .sub-menu a, .genesis-nav-menu .sub-menu a {
        width:100%;
        padding: 12px;
    	}
}

/* Responsive Menu
--------------------------------------------- */

.menu-toggle {
    	cursor: pointer;
    	display: none;
    	margin-bottom: -1px;
    	text-align: center;
}

.menu-toggle::before {
    	content: "\f333";
    	display: inline-block;
    	font: normal 20px/1 'dashicons';
    	margin: 0 auto;
    	padding: 10px;
}


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

/* Home Page
--------------------------------------------- */

.metaslider .slides img {
    	margin-bottom: 20px !important;
}

/* Home Middle */

.home-middle {
	margin-top:70px;
	margin-bottom: 35px;
    	overflow: hidden;
}
.home-middle .homepage-button {
	image-size:80%;
	padding-top:20%;
	padding-bottom:30%;
    	margin: auto;
    	display:block;
}
.home-middle .homepage-button a {
    	text-align: center;
    	font-family: Raleway;
    	display:block;
    	font-size: 140%;
    	text-transform: uppercase;
    	letter-spacing: 3px;
    	color: #666;
}

.home-middle .homepage-button a:hover {
    	color: #666;
}

/* Home Page Featured Posts
------------------------------------------------------- */

.thebdcustom-featured-posts {
    	padding: 30px 0 0;
    	margin-bottom: -45px;
}


.thebdcustom-featured-posts .featuredpost img.entry-image {
    	left: 0;
    	-webkit-transition: all .25s ease-in-out;
    	-moz-transition: all .25s ease-in-out;
    	-ms-transition: all .25s ease-in-out;
    	-o-transition: all .25s ease-in-out;
   	transition: all .25s ease-in-out;
    	padding: 1px;
}

.thebdcustom-featured-posts .featuredpost img.entry-image:nth-of-type(3n),
.thebdcustom-featured-posts .featuredpost .entry:nth-of-type(3n) {
    	margin-right: -5px !important;
    	float: right;
}

.thebdcustom-featured-posts .featuredpost .entry:nth-of-type(2n) {
    	margin-left: 2.5px !important
}

.thebdcustom-featured-posts .featuredpost img:hover {
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    	filter: alpha(opacity=55);
    	-moz-opacity: 0.55;
    	-khtml-opacity: 0.55;
    	opacity: 0.55;
}

.thebdcustom-featured-posts .featuredpost .entry {
    	color: #666;
    	min-height: 510px;
    	width: 344px;
    	float: left;
    	width: 33.33333333%;
    	border-bottom: none;
    	opacity: 1;
}

.thebdcustom-featured-posts .featuredpost {
    	padding: 0;
}

.thebdcustom-featured-posts .featuredpost article ~ ul,
.thebdcustom-featured-posts .featuredpost .more-from-category {
    	margin-bottom: 40px;
    	text-align: center;
}

.thebdcustom-featured-posts .featuredpost .entry {
    	border-radius: 0;
    	margin: 0;
    	padding: 0;
    	position: relative;
    	float: left;
    	width: 33.33333333%;
}

.thebdcustom-featured-posts .featuredpost .entry-image {
    	display: block;
    	margin-bottom: 0;
}


.thebdcustom-featured-posts .entry-title a {
    	text-align: center;
    	position: absolute;
    	background-color: #fff;
    	opacity: .9;
    	font-size: 18px;
    	max-width: 70%;
    	left: 0;
    	right: 0;
    	top: 46.7%;
    	margin: 0 auto;
    	transform: translateY(-50%);
    	padding: 17px 0 15px !important;
}

.thebdcustom-featured-posts .entry-title a:hover {
    	color: #666;
}

.thebdcustom-featured-posts .featuredpost img.entry-image {
    	margin: 0;
}


/* Home/Blog Footer
------------------------------------------------------- */

.below-footer {
    	margin-top: 30px;
    	padding-bottom: 1px;
    	width: 100%;
    	margin-bottom: -32px;
    	background-color: #c0c0c0;
}

.footer-social {
    	background: #d8d8d8;
    	width: 100%;
    	padding: 0;
    	height: 45px;
    	padding: 30px 0 26px;
}

.below-footer .widget-title {
    	font-size: 15px;
    	border: 0;
    	margin-top: 15px;
}


/* Entries
--------------------------------------------- */

.entry-header {
    	margin-bottom: 20px;
    	text-align: center;
}

.entry-content {
	BORDER-BOTTOM: 1PX SOLID #c7bed2;
}

.entry-content ol,
.entry-content ul,
.entry-content p,
.quote-caption {
    	margin-bottom:26px;
}

.entry-content ol,
.entry-content ul {
    	margin-left: 40px;
}

.entry-content ol > li {
    	list-style-type: decimal;
}

.entry-content ul > li {
    	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
   	 margin-bottom: 0;
}

.entry-header .entry-meta {
	background:url(images/datecircle.png) no-repeat;
   	clear:both;
   	display:block;
   	float:left;
	margin-right:30px;
	padding-top:12px;
   	position:relative;
   	top:0em;
   	width:66px;
	height:66px;
	color:#fff;
    	font: normal 15px Raleway, sans-serif;
    	margin-top: 0;
    	letter-spacing: .4em;
    	text-align: center;

}

.entry-footer .entry-meta {
    	margin: 0;
    	padding: 10px 0;
    	font: lighter 11px Raleway, sans-serif;
    	text-transform: uppercase;
    	letter-spacing: .2em;
    	color: #666;
    	text-align: left;
    	line-height: 190%;
}

.entry-comments-link::before {
    	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    	text-align: center;
}

.after-entry .widget {
    	margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    	margin-bottom:40px;
}

.after-entry li {
    	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 50px;
	margin: 10px 0;
	width: 100%;
}

.pagination {
	margin: 30px auto;
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.pagination a,
.pagination .disabled,
.pagination a:hover,
.pagination .active a {
	padding: 25px 8px 5px;
}

.pagination a {
	color: #9ddddd;
}

.pagination a:hover,
.pagination .active a {
	color: #9ddddd;
}

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

.ping-list,
.entry-comments,
.comment-respond {
    	margin-bottom: 40px;
}

.comment-content {
    	clear: both;
    	line-height: 1.7em;
}

.entry-comments .comment-author {
    	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    	width: 50%;
}

.comment-respond label {
    	display: block;
    	margin-right: 12px;
    	padding: 6px 0;
    	font: 300 13px Raleway, sans-serif;
    	letter-spacing: 1px;
}

.comment-list li,
.ping-list li {
    	list-style-type: none;
    	margin-top: 24px;
    	padding: 32px;
}

.comment-list li li {
    	margin-right: -32px;
}

.comment {
    	border: 1px solid #c0c0c0; 
    	border-right: none; 
}

.comment.depth-1 {
    	border-right: 1px solid #c0c0c0; 
}

.comment .avatar {
    	margin: 0 16px 24px 0;
}

.form-allowed-tags {
    	background-color: #c0c0c0;
    	font-size: 14px;
    	padding: 24px;
}

p.subscribe-to-comments {
    	padding: 24px 0 16px;
}

/* Page Templates
---------------------------------------------------------------------------------------------------- */

/* Category Page
--------------------------------------------- */

.category-page .entry-title {
    	text-align: center;
    	margin: 0 auto;
    	padding: 0
    	border: 0;
    	width: 88%;
    	text-transform: uppercase;
    	font: lighter 12px Raleway, sans-serif;
    	line-height: 1.5em !important;
}

.category-page .featured-content .entry {
    	width: 33.33333333336%;
}

.category-page .featured-content .entry:nth-of-type(1n) {
    	float: left;
    	padding: 0 6px 0 0;
}

.category-page .featured-content .entry:nth-of-type(2n) {
    	padding: 0 6px;
}

.category-page .featured-content .entry:nth-of-type(3n) {
    	float: right;
    	padding: 0 0 0 6px;
}

.content .category-page .widget-title {
    	padding: 12px 0;
    	border-bottom: 0;
    	text-transform: lowercase;
    	font: normal 20px Raleway, sans-serif;
    	text-align: center;
    	background-color: #fff;
}

.category-page .more-from-category a {
    	clear: both;
    	letter-spacing: 2px;
    	background-color: #fff;
    	margin: 0 auto;
    	padding: 12px 0px;
    	max-width: 300px;
    	font: lighter 12px Raleway, sans-serif;
    	width: 100%;
    	display: table;
    	text-align: center;
    	text-transform: uppercase;
    	color: #666;
    	border: 0;
}

.category-page .more-from-category a:hover {
    	background-color: #c7af83;
    	color: #666;
}

.featured-content .entry {
    	text-align: center;
    	float: left;
    	display: inline-block;
    	margin-bottom: 12px;
}

img.entry-image.attachment-post {
    	opacity: 1;
    	-webkit-backface-visibility: hidden;
}

img.entry-image.attachment-post:hover {
    	opacity: .65;
}


/* Landing Page
--------------------------------------------- */

body.thebdcustom-landing {
    	background-color: #fff !important;
}

.thebdcustom-landing .site-container {
    	max-width: 900px;
    	margin: 40px auto;
}	

.thebdcustom-landing .site-title,
.thebdcustom-landing .site-title a,
.thebdcustom-landing .site-title a:hover {
    	margin-top: 35px !important;
}

.thebdcustom-landing .title-area {
    	float: none;
    	margin-top: 70px !important;
    	padding-bottom: 12px;
}

.thebdcustom-landing .entry-title {
	display:none;
}

.thebdcustom-landing .site-inner,
.thebdcustom-landing .entry {
    	padding: 0;
    	margin: 0;
}

.thebdcustom-landing .site-footer,
.thebdcustom-landing .footer-social {
    	display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

.sidebar .widget {
    	text-align: center;
    	background: #fff;
	padding:0px 5px 35px;
	border-bottom:0px solid #c7bed3;
	font-size:75%;
	font-family: Raleway, sans-serif;
}

section#enews-ext-2 {
}

.widget {
    	margin-bottom: 20px;
    	overflow: hidden;
    	word-wrap: break-word;
}

.widget li {
    	text-align: left;
}

.widget ol > li {
    	border-bottom: 1px solid #fff;
    	list-style-position: inside;
    	list-style-type: decimal;
    	margin-bottom: 12px;
    	padding-bottom: 12px;
    	padding-left: 20px;
    	text-indent: -20px;
}

.widget ul > li {
    	list-style-type: none;
    	padding: 4px;
    	text-align: center;
}

.widget li li {
    	border: none;
    	margin: 0 0 0 30px;
    	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child.
.widget ul > li:last-child {
    	border: none;
    	margin-bottom: 0;
    	padding-bottom: 0;
}

#subscribe-email input {
	width: 100% !important;
	padding: 10px 0px 10px 10px !important;
}

.cat-item {
    	font: normal 15px Raleway, sans-serif;
    	letter-spacing: 2px;
    	line-height: 18px;
}

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

.footer-widgets a { 
	color: #666; 
}

.footer-widgets a:hover { 
	color: #c0c0c0; 
}

.footer-widgets .wrap {
    	max-width: 1035px;
}

.footer-widgets {
    	margin: 0 auto;
    	padding-top: 15px;
    	background-color: #c0c0c0;
    	padding: 30px 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    	width: 30%;
}

.footer-widgets-1 {
    	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
    	float: left;
}

.footer-widgets-3 {
    	float: right;
}

.footer-widgets .widget {
    	margin-bottom: 20px;
    	padding: 0;
    	text-align: center;
}


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

.site-footer {
    	color: #13a4bf;
    	font-size: 11px;
    	padding: 0;
    	text-align: center;
    	text-transform: uppercase;
    	letter-spacing: 2px;
    	margin: 0 auto;
	width:93%;

}

.site-footer a {
    	color: #9dddd;
    	text-decoration: none;  
}

.site-footer p {
	border-left: 5px solid #c7bed3;
	border-right: 5px solid #c7bed3;
	width:94.6%;
    	margin-bottom: 0;
    	font-family: Raleway, sans-serif;
    	text-transform: uppercase;
    	letter-spacing: .2em;
    	font-weight: 300;
    	font-size: 12px;
    	background-color: #fff;
    	color: #000;
    	padding: 15px 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {
    
    .header-image .site-header {
    	background-position: center !important;
    	background-size: 100% auto !important;
    	width: 100%;
    	}

    input, button, input[type="search"] { 
	border-radius: 0 !important; 
    	}

}

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

    .title-area {
        width: 100%;
        text-align: center;
        float: none;
        margin: 50px auto;
    	}

    .nav-header,
    .site-header .widget-area {
        width: 100%;
    	}

    .nav-header {
        float: none;
        text-align: center;
        margin: 20px 0 -10px 0;
    	}

    .thebdcustom-featured-posts {
        padding: 0;
    	}
    
}

@media only screen and (max-width: 1023px) {
    
    .genesis-nav-menu.responsive-menu .menu-item {
        display: block;
    	}

    .nav-primary {
        text-align: center;
    	}

    .wrap { 
	padding: 0 !important; 
	}

    .archive-pagination {
        margin-bottom: 40px;
    	}

    .title-area {
        padding: 0;
    	}

    .content-sidebar-sidebar .content-sidebar-wrap,
    .content-sidebar-sidebar .content,
    .content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .sidebar-sidebar-content .content,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    	}
    
    .header-image .site-title a {
        background-position: center !important;
        margin: 0 0 16px;
    	}

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    	}

    .genesis-nav-menu,
    .site-description,
    .site-footer p,
    .site-header hgroup,
    .site-header .search-form,
    .site-title {
        text-align: center;
	}

    .site-header .widget-area,
    .nav-header {
        margin: 0;
    	}

    .thebdcustom-featured-posts {
        margin-bottom: -200px;
        padding: 4px;
    	}

    .above-footer {
        padding: 30px 0px -5px;
    	}

    .thebdcustom-featured-posts .entry-title a {
	top:32.7%;
	}

}

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

	.site-inner {
    		padding-top: 50px;
	}
	.thebdcustom-home .site-inner {
    		padding-top: 10px;
	}

    .nav-secondary .simple-social-icons {
	margin-top:0px;
	padding:0px;
	float:left !important;
	padding: 18px 26px;
	}

    .from-the-blog {
	width:150% !important;
	height:150% !important;
	}
    body {
        font-size: 14px;
    	}


    .menu-toggle { 
	display: block; 
	}    

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-sixth,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .thebdcustom-portfolio .portfolio {
        margin: 0;
        width: 100%;
    	}
    
    .site-title {
        font-size: 40px;
    	}

    .site-title, .site-title a, .site-title a:hover { 
	margin-top: 0px !important; 
	}
    
    
    .header-image .site-title a {
        background-size: contain !important;
    	}

    .home-bottom .featured-content .entry, .thebdcustom-home .featured-content .entry {
        width: 33.33333%;
    	}

    .thebdcustom-featured-posts .entry-title a {
	top:27.7%;
	}

    .home-bottom .featured-content  .entry:nth-of-type(2n) {
       width: 33%;
    	}

    .site-header .widget-area {
    margin-top: 60px;
    	}

    .thebdcustom-featured-posts {
        margin-bottom: -220px;
        padding: 4px;
    	}

    .home-bottom .featured-content  .entry:nth-of-type(3n) {
        display: none; }


    .entry-meta .entry-tags {
      clear: both;
      float: left;
    	}

    
    .entry-meta .entry-comments a {
        margin: 0 0 10px;
    	}

    .above-footer .enews-widget input[type="submit"], .below-footer .enews-widget input[type="submit"] {
	width: 24%; 
	}

    .title-area {
    	}

    .nav-primary .wrap { 
	width: 100%; 
	}

    .home-middle .homepage-button a {
    	font-size: 100%;
	}
}

@media only screen and (max-width: 568px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .thebdcustom-portfolio .portfolio {
        margin: 0 auto;
        width: 100%;
    }

    .home-middle .homepage-button {
	background-size:70%;
	padding-top:12%;
	padding-bottom:15%;
	}

   .home-middle .homepage-button a {
    	font-size: 140%;
	} 

    .thebdcustom-featured-posts .entry-title a {
	top:47.7%;
	}

    .from-the-blog {
	width:200% !important;
	height:200% !important;
	}

    .thebdcustom-featured-posts .featuredpost .entry {
        width: 100%;
        text-align: center;
        float: none;
    	}

    .thebdcustom-featured-posts {
        margin-bottom: -30px !important;
    	}

    .above-footer .enews-widget input, .below-footer .enews-widget input { 
	width: 80%; 
	}

    .above-footer .enews-widget input[type="submit"], .below-footer .enews-widget input[type="submit"] {
	width: 80% !important; 
	float: none; 
	margin: 10px 0;
	}

    .enews-widget input[type="submit"] { 
	width: 80%;	
	}

    .above-footer .enews-widget h4 {
    	float: none !important;
    	text-align: center;
	}
}

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

    .alignright, .alignleft, img.alignright, img.alignleft, a.alignright, a.alignleft, .wp-caption.alignright, .wp-caption.alignleft, .alignright.post-image, .alignleft.post-image {
	float:none;    	
	display: block;
    	margin: 0 auto 5px;
        }

    .thebdcustom-featured-posts .entry-title a {
	top:47.7%;
	}

    .from-the-blog {
	width:300% !important;
	height:300% !important;
	}

    .entry-title {
        font-size:25px;
    	}

    .thebdcustom .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    	}   

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    	}

    .header-image .site-header {
    	background-position: center !important;
    	background-size: 100% auto !important;
    	width: 100%;
    	}

    .home-bottom .featured-content  .entry:nth-of-type(3n) {
        display: block; margin-bottom: 0; 
	}

    .home-bottom .featured-content  .entry:nth-of-type(2n) {
        max-width: 325px;
        width: 100%;
        margin-bottom: 25px;
    	}

    .home-bottom .featured-content  .entry {
        max-width: 325px;
        width: 100%;
        margin-bottom: 25px;
    	}

    .category-page .featured-content .entry,
    .category-page .featured-content .entry:nth-of-type(2n) {
        width: 100%;
    	}

    .thebdcustom-featured-posts .featuredpost .entry {
        min-height: 410px;
   	}

    .site-footer { 
	background: #D8D8D8; 
	padding: 0 15px; 
	line-height: 1.7em;
	}
    
}


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

    .header-image .site-title {
	margin-top:-600px;
	}
    .entry-title {
        font-size:18px;
    	}

    .thebdcustom .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    	}   

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    	}

    .header-image .site-header {
    	background-position: center !important;
    	background-size: 100% auto !important;
    	width: 100%;
    	}
    
    .site-title, .site-title a, .site-title a:hover { 
	font-size: 36px; 
	}
}

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

    .entry-title {
        font-size:14px;
    	}
    
    .entry-header .entry-meta {
        font-size:11px;
    	}

    .thebdcustom .site-header {
        margin-top: 0;
        width: 100%;
        height: auto
        padding:0;
        background-size: contain !important;
    	}   
    
    .header-image .site-header {
    	background-position: center !important;
    	background-size: 100% auto !important;
    	width: 100%;
    	}

    .header-full-width .title-area,
    .header-full-width .site-title {
        background-size: contain !important;
        width: 100%;
        height: auto;
    	}

    .site-title, .site-title a, .site-title a:hover { 
	font-size: 26px; 
	}

}