/*
	Theme Name: Doodle Dog Buster
	Description: This Theme Was Created By Doodle Dog Creative
	Author: Doodle Dog Creative
	Author URI: http://www.Doodledogadvertising.com/
	Version: 2.0.0
 
	Tags: black, orange, 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.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
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
*/


/*
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,
.clearfix:before,
.entry: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,
.clearfix:after,
.entry: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 {
    background-color: #fcf9f5;
    font-size: 62.5%;
}

body {
	background-color: #fff;
	color: #949796;;
	font-family: 'Proxima Nova W01', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.375;
}

hr {
    background-color: #949796;
    border: medium none;
    height: 1px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e28889;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 12px;
	letter-spacing: 2px;
}

h1 {
	font-size: 30px;
	color: #949796;
    font-size: 18px;
    font-weight: 300;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    line-height: 66px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

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

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

img {
	height: auto;
	max-width: 100%; /* IE8 */
}

.ms-slide-bgcont > img {
    max-width: none;
}

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

input, 
select, 
textarea {
    background-color: #ffffff;
    border: 1px solid #969998;
    border-radius: 2px;
    color: #969998;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #e28889;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 6px 12px;
	text-transform: uppercase;
	width: auto;
}

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

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

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

.wpcf7-form {
    margin-top: 40px;
}
.wpcf7-form p {
    text-transform: capitalize;
}

.wpcf7-form-control {
    background-color: transparent;
    display: block;
    font-family: "Proxima Nova W01";
    font-size: 12px;
    height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 720px;
    padding: 5px;
}
.wpcf7-textarea {
    height: 150px;
    padding: 5px;
}
.entry-content .wpcf7-submit, 
.entry-content .wpcf7-submit:hover {
    border: medium none;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 2px;
    padding: 0;
    width: 100px;
}
.wpcf7-response-output {
    clear: both;
    text-align: center;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	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;
}


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

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

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	width: 970px;
}

.site-inner {
    border-bottom: 16px double #203856;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
}
.title-box {
    background-color: #fff;
    border: 4px double #949796;
    color: #949796;
    font-size: 18px;
    font-weight: 300;
    height: 70px;
    left: 50%;
    letter-spacing: 2px;
    line-height: 66px;
    margin-left: -262px;
    position: absolute;
    text-align: center;
    top: -100px;
    width: 525px;
}

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

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

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

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

/* Primary Sidebar */

.sidebar-primary {
    border-left: 1px solid;
    float: right;
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 20px;
    text-align: center;
    width: 205px;
}

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

/* Secondary Sidebar */

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

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.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-fifth {
	width: 17.9487179487179488%;
}
 
.two-fifths {
	width: 38.4615384615384616%;
}
 
.three-fifths {
	width: 58.9743589743589744%;
}
 
.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.full-size {
	width: 100%;
}

.footer-widgets-1,
.first {
	clear: both;
	margin-left: 0;
}

.one-half.has-border {
    border-left: 1px solid;
    margin-left: 1.28205%;
    padding-left: 1.28205%;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

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

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

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

.entry-title {
    color: #e28889;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.entry-title a,
.sidebar .widget-title a {
	color: #e28889;
}

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

.widget-title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

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


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	height: 135px;
}

.site-header .wrap {
	position: relative;
	width: 100%;
}

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

.title-area {
	float: left;
	font-weight: 700;
	padding: 16px 0;
}

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

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	display:none;
}

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

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
    background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll center center;
    height: 70px;
    left: 50%;
    margin: 0 auto 0 -127px;
    position: absolute;
    top: 25px;
    width: 268px;
}

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

.site-header .widget-area {
    float: right;
    text-align: left;
    width: 230px;
}

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

.header-widget-area .widget-title {
    border-bottom: 1px dotted;
    color: #e28889;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 3px;
}
ul#menu-social a {
    color: #fff;
    font-size: 18px;
}

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


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
ul#menu-primary {
	text-align: justify;
}

ul#menu-primary:after {
	content: " ";
	width:100%;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
    border: medium none;
    color: #000;
    display: block;
    line-height: 33px;
    position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 13px;
    padding: 7px;
    position: relative;
    width: 200px;
    color: #959796;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.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: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

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

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

/*

li#menu-item-60 {
    background: url("images/logo.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 159px;
    line-height: 0;
    position: relative;
    top: -70px;
    width: 154px;
}

*/

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
    background-color: #fff;
    border-bottom: 1px solid #e4e5e5;
    border-top: 1px solid #e4e5e5;
    height: 45px;
    letter-spacing: 2px;
}
.nav-primary a {
	color: #959796;
	line-height: 43px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #e28889;
}

.nav-primary .sub-menu a:hover {
	color: #e28889;
}

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

.nav-secondary {
	background-color: #fff;
}


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

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

.entry {
	margin-bottom: 20px;
}

article.planning {
    font-size: 16px;
}

.link-color,
.entry-content a {
	color: #e28889;
}

.entry-content a:hover {
	color: #333;
}

a.ddc-cta {
    display: block;
    font-style: italic;
    text-align: right;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

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

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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #F5F5F5;
    margin-bottom: 0;
    padding: 10px 0 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 20px;
}
.entry-comments .comment-respond {
    padding: 20px 5px;
}

.comment-content {
	clear: both;
}

.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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 10px;
	padding: 16px;
}

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

li.comment {
	border-left: 2px solid #f5f5f5;
}

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

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	display:none;
}


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

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .widget_categories h4,
.sidebar .widget_archive h4 {
	cursor:pointer;	
}

.sidebar .widget_categories h4:after, .sidebar .widget_archive h4:after {
    bottom: 2px;
    content: "\25BC";
    position: relative;
    left: 4px;
    font-size: 9px;
}

.sidebar .enews-widget {
	background-color: #333;
}


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

.footer-widgets {
    background-color: #fcf9f5;
    clear: both;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

.footer-widgets .widget {
    background-color: #fff;
    border: 4px double;
    margin: 0 auto;
    padding: 15px;
    width: 80%;
}
.footer-widgets .widget-title {
    margin-bottom: 10px;
}
.footer-widgets img {
    margin-bottom: 0px;
}

.footer-widgets-3 .widget-wrap {
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2;
}
.footer-widgets hr {
    background-color: #949796;
    border: medium none;
    height: 2px;
    width: 50px;
}
.sidebar-primary .menu-social-container li,
.footer-widgets .menu-container li {
    display: inline-block;
}
.sidebar-primary .menu-social-container a,
.footer-widgets .menu-container li a {
    background-color: #203856;
    color: #fff;
    display: block;
    font-size: 19px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

div.gray, div.gray a {
    color: #949796;
}

.footer-widgets-1 .widget_sp_image-image-link {
    display: block;
    margin-top: 40px;
}

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

.site-footer {
    background-color: #fcf9f5;
    color: #e28889;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

#footer-copy {
	width:100%;
	text-align:center
}

#footer-copy a {
		
}

/*
Grids
---------------------------------------------------------------------------------------------------- */

ul.ddc-grid {
    margin: 0;
    text-align: center;
}
ul.ddc-grid li {
    display: inline-block;
    vertical-align: top;
}
.hover-grid li {
    position: relative;
}
.hover-grid li a:last-child, 
.hover-grid li div:last-child {
    background-color: #fff;
    bottom: 0;
    color: #949796;
    display: block;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
.hover-grid li:hover a:last-child,
.hover-grid li:hover div:last-child {
    opacity: 1;
}

.hover-grid img {
    margin-bottom: -5px;
}
.hover-grid li a span {
    display: block;
    font-size: 14px;
    line-height: 2;
}
.hover-grid li a span:first-child {
    margin-top: 16%;
}

ul.gallery-grid li {
    border: 7px double;
    margin: 0 4px 10px;
    min-height: 222px;
    padding: 15px;
    width: 310px;
}
ul.featured li {
    border: 1px solid;
    margin: 0 1px 8px;
    min-height: 132px;
    padding: 15px;
    width: 188px;
}

ul.gallery-grid img {
    width: 100%;
}

ul.recognized {
	margin: 30px auto;
}
ul.recognized li {
    margin: 0 5px 10px;
    vertical-align: middle;
    width: 15%;
}

body.home {
	background-color: #FCF9F5;
}
body.home .site-inner {
    border-bottom: 0 none;
    border-top: 16px double #203856;
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-top: 40px;
}

.home-images {
    text-align: center;
}
.home-images img {
    margin: 0 20px;
    padding: 20px;
}

ul.our-team {
    margin: 0;
}
ul.our-team > li {
    list-style-type: none;
    margin-bottom: 20px;
}

ul.our-team hr {
    margin-bottom: 20px;
    margin-top: 0;
}
ul.our-team hr:last-child {
    display: none;
}

.team-title {
    border: 4px double #949796;
    padding: 9px;
    text-align: center;
    margin-bottom: 20px;
}
ul.our-team li img {
	margin-bottom: -5px;
}
ul.our-team li h3 {
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.team-bio {
    padding-bottom: 10px;
    position: relative;
}

.featured-image-top {
    background-size: cover;
    height: 300px;
    margin-bottom: 15px;
}


/*
Testimonial
---------------------------------------------------------------------------------------------------- */

.testimonial-wrap {
    background-color: #fbf3f3;
    color: #e28889;
    margin: 20px auto 30px;
    min-height: 190px;
    padding: 25px 60px;
    position: relative;
}
.testimonial-image {
    float: left;
    margin-right: 20px;
}
ul.testimonials {
    margin: 0;
}
ul.testimonials li {
    display: none;
    font-size: 14px;
    list-style: outside none none;
}
ul.testimonials li:first-child {
    display: block;
}
ul.testimonials li h2 {
    font-size: 140%;
}
.testimonial-title {
    text-align: right;
}
div.testimonial-control {
    font-size: 45px;
    position: absolute;
    top: 75px;
    width: 100%;
}
.testimonial-control a,
.testimonial-control a:hover {
    color: #D61A67;
}
.testimonial-control a.prev {
    float: left;
    margin-left: -40px;
}
.testimonial-control a.next {
    float: right;
    margin-right: -40px;
}

.gallery-info {
    border: 4px double #949796;
    color: #949796;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.gallery-info span {
    display: block;
    line-height: 1.5;
}
.gallery-info a {
	color: #949796;
}

#jp-carousel-comment-form,
.jp-carousel-commentlink,
.jp-carousel-buttons,
.jp-carousel-info {
	display:none;
	margin:0;
	padding:0;
	border:none
}

body.page-template-page_featured-top .site-inner {
    padding-top: 0;
}


/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    background-color: #fff;
    float: left;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #E28889;
}
.slicknav_menu {
    background-color: #e28889;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    background-color: #fff;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_menu {
    display:none;
}

#footer-social li {
	display: inline-block;
}

#footer-social li a {
	color: #949796;
}

#text-6 .textwidget > a {
    color: #949796;
}

.button-about li {
	display: inline-block;
    padding: 30px;
    border: 4px double black;
    margin: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.button-about {
	text-align: center;
}

/*
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-title a {
		background: url(images/logo@2x.png) no-repeat center;
		background-size: 247px 64px;
	}

}

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

	.content-sidebar-wrap,
	.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 {
		width: 620px;
	}

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

}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.content-sidebar-wrap,
	.wrap {
		width: 100%;
	}
	.sidebar-primary {
		padding: 0;
		border: none;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	.site-header .widget-area,
	.site-header .genesis-nav-menu {
		text-align: right;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.site-header,
	.nav-primary {
    		padding: 0 5%;
	}

}

@media screen and (max-width: 900px) {
	.footer-widgets .widget {
   		width: 100%;
	}

}

@media screen and (max-width: 800px) {
    .nav-primary {
        display:none;
    }
    
    .slicknav_menu {
        display:block;
    }
	.header-image .site-title a {
    		left: auto;
    		margin: 25px 0 0;
    		position: static;
    		top: auto;
	}
}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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%;
	}
	.footer-widgets .widget {
    		margin-bottom: 20px;
	}
	.team-bio::before {
    		display: none !important;
	}

	.testimonial-wrap {
    		padding: 25px 10px;
	}

}

@media only screen and (max-width: 550px) {
	.site-header {
	    height: auto;
	}
	.title-area {
	    width: 100%;
	}
	.header-image .site-title a {
	    background-position: center center;
	    margin: 15px 0;
	    width: 100%;
	}
	.header-image .site-header .widget-area {
	    padding: 0 0 15px;
	    text-align: center;
	    width: 100%;
	}
	.site-header .widget-area, .site-header .genesis-nav-menu {
	    text-align: center;
	}
	.title-box {
    		font-size: 13px;
    		height: auto;
    		left: auto;
    		letter-spacing: 1px;
    		margin: 0 auto;
    		position: static;
    		width: 90%;
	}
	ul.gallery-grid li, ul.featured li {
    		height: auto;
    		max-width: 90%;
    		min-height: auto;
	}

	.featured-image-top {
		height: 120px;
	}
	
	h1 {
		line-height: 1.5;
	}
	
	.title-box {
		line-height: 1.8;		
	}
}