/*
	Theme Name: Doodle Dog Custom Theme
	Description: This Theme Was Created By Doodle Dog
	Author: Doodle Dog
	Author URI: http://www.Doodledog.com/
	Version: 3.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
--------------------------------------------- */

.content-sidebar-wrap:before,
.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;
}

.content-sidebar-wrap:after,
.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
--------------------------------------------- */

/*
font-family:'BrandonGrotW01-Regular';
font-family:'Didot eText W01 Regular';
font-family: "Lora";
*/

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #7a7f81;
	font-family: "Lora", serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.75;
}

.color-alt {
    color: #273053;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button::before {
	-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: #7b4798;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 14px;
	padding: 0;
}

p[style*="justify"] {
    -moz-text-align-last: center;
    text-align-last: center;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}


blockquote {
	margin: 40px 60px 24px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
	color: #000;
	font-family:'Didot eText W01 Regular';
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 0 12px;
}

h1, .h1 {
	font-size: 28px;
}

h2, .h2 {
	font-size: 22px;
}

h3, .h3 {
	font-size: 20px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

.alt {
    color: #7b4798;
    margin-bottom: 0;
    font-family: "BrandonGrotW01-Regular";
}

.section-title {
    text-align: center;
}

article.djs h1.entry-title {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
}


article.post .entry-title,
article.djs h1.entry-title,
.section-title h2,
h2.title,
h1.title {
    margin-bottom: 30px;
    position: relative;
}
article.post .entry-title::after,
article.djs h1.entry-title::after,
.section-title h2::after,
h2.title::after,
h1.title::after {
    background-color: #273053;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -95px;
    position: absolute;
    width: 190px;
}
article.post .entry-title {
	margin-bottom: 10px;
}

.title-image .section-title {
    padding-top: 10px;
    position: relative;
}
.title-image .section-title::before {
    background: transparent url("images/icons.png") no-repeat scroll 0 0;
    content: "";
    height: 38px;
    margin-left: -19px;
    position: absolute;
    top: -30px;
    width: 38px;
    left: 50%;
}

.title-ring .section-title::before {
    background-position: 9px 0;
}
.title-suitcase .section-title::before {
    background-position: -48px 0;
}
.title-star .section-title::before {
    background-position: -109px 0;
}
.title-balloons .section-title::before {
    background-position: -161px 0;
}
.title-blocks .section-title::before {
    background-position: -211px 0;
}

.title-lines {
	overflow: hidden;
	text-align: center;
}
.title-lines::before,
.title-lines::after {
    border-top: 2px solid #e0b6a6;
    content: "";
    display: inline-block;
    height: 0.1em;
    margin-bottom: 0.15em;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.title-lines::after {
    left: 1em;
    margin-right: -50%;
}
.title-lines::before {
    margin-left: -50%;
    right: 1em;
}

/* 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 #b6bbbd;
    color: #000000;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

#fsForm2051733 select {
    width: initial;
}

#fsForm2051733 span.always-ltr {
    display: inline-block;
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #000;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "Didot eText W01 Regular";
    font-size: 20px;
    letter-spacing: 2px;
    padding: 4px 24px;
    text-transform: uppercase;
    width: auto;
    position: relative;
    border: 5px solid #fff;
    outline: 2px solid #babdbe;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #babdbe;
	color: #000;
}



.button {
	display: inline-block;
}

.dj-cta .button {
    margin: 7px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.ddc-wpcf7-no-label {
    margin: 0 0 10px;
}
.ddc-wpcf7-field-wrap {
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.wpcf7-form-control {
    border: 1px solid #b6bbbd;
    background-color: #fff;
    font-family: "Lora";
    font-size: 12px;
    height: 25px;
    padding: 0 5px;
    position: relative;
    top: -7px;
}
.wpcf7-textarea {
    height: 150px;
    padding: 5px;
    position: static;
}
.wpcf7-radio,
.wpcf7-checkbox 
.wpcf7-acceptance {
    border: none;
    padding: 0;
    height: auto;
}
.wpcf7-radio > span {
    display: block;
}
input.wpcf7-submit {
    background-color: transparent;
    border: medium none;
    clear: both;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin: 40px auto 0;
    padding: 0 20px;
    position: static;
    text-align: center;
}
.wpcf7-response-output {
    clear: both;
    text-align: center;
    background-color: #fff;
}


.dd-contact {
    border: 2px solid #7a7f81;
    padding: 100px 100px 20px;
    font-family: "BrandonGrotW01-Regular";
    color: #7b4798;
    font-size: 15px;
    letter-spacing: 2px;
}

.dd-contact-form .wpcf7-form-control {
	border: none;
	border-bottom: 1px solid #b6bbbd;
}

.dd-contact-form .ddc-wpcf7 {
    display: table;
    margin-bottom: 15px;
}
.dd-contact-form .form-title {
    display: table-cell;
    white-space: nowrap;
    width: 1px;
}
.dd-contact-form .wpcf7-form-control-wrap {
    display: table-cell;
    width: 100%;
    padding-left: 10px;
}

.dd-contact-form .ddc-wpcf7-area .form-title {
    display: inline;
}

.dd-contact-form .ddc-wpcf7-area .wpcf7-form-control-wrap {
    display: block;
    padding: 0;
}


.dd-form-container {
    border: 2px solid #7a7f81;
    color: #7b4798;
    font-family: "BrandonGrotW01-Regular";
    font-size: 15px;
    margin: 0 auto;
    max-width: 820px;
    padding: 40px 50px 20px;
}

.dd-form-container .clearfix p {
    display: none;
}
.wpcf7-form-control.wpcf7-file {
    height: auto;
    margin-top: 5px;
    padding: 5px;
}




/* 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
--------------------------------------------- */

.site-container {
		position: relative;
}

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	width: 1030px;
}

body.dd-flex .content-sidebar-wrap {
    width: 100%;
}

.site-inner {
	clear: both;
	padding-top: 5px;
}
body.content-sidebar .site-inner {
    padding-top: 90px;
}

/* 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: 750px;
}

.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 {
    background-color: #fff;
    border: 1px solid #7a7f81;
    float: right;
    margin-bottom: 25px;
    padding: 15px 15px 0;
    text-align: center;
    width: 220px;
}

.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;
}

.has-border {
	margin-left: 1.28205%;
	padding-left: 1.28205%;
	border-left: 1px solid black;
}


/*
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 12px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 12px 12px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 12px;
}

.wp-caption-text {
	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
--------------------------------------------- */

.post .entry-header {
    text-align: center;
    text-transform: uppercase;
}

.entry-title {
	font-size: 22px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
    color: #7b4798;
    font-family: "BrandonGrotW01-Regular";
    font-size: 16px;
    margin-bottom: 5px;
}
.sidebar-primary .widget-first .widget-title {
    background-color: #fff;
    color: #000;
    font-family: "Didot eText W01 Regular";
    font-size: 20px;
    margin-top: -31px;
}

.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;
}


.widget_text.icons a {
    background-color: #7b4798;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    line-height: 63px;
    margin: 0 4px 7px;
    width: 50px;
}

.sidebar a {
	color: #7a7f81;
}

.sidebar a.button {
	color: #fff;
	margin: 0;
}


/*
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
---------------------------------------------------------------------------------------------------- */

.before-header {
    background-color: #000;
    text-align: right;
    font-family: "BrandonGrotW01-Regular";
    font-size: 12px;
    letter-spacing: 3px;
}

.before-header .widget {
    display: inline-block;
}
.before-header .menu-social-container li {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 3px;
}
.before-header a {
    color: #b6bbbd;
}

.site-header {
    background-color: #000000;
}

.ddc-nav-split .site-header {
	position: relative;
	height: 100px;
}

.site-header .wrap {
	padding: 40px 0;
	position: relative;
}

.site-header .wrap::before {
    background: transparent url("images/head-pattern.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 194px;
    left: -100px;
    position: absolute;
    top: -30px;
    width: 291px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
}

.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: transparent url("images/logo.png") no-repeat scroll center center;
    height: 74px;
    margin: 0 auto 30px;
    width: 85px;
}

.ddc-nav-split.header-image .site-title a {
    left: 50%;
    margin-left: -209px;
    position: absolute;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.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;
    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 {
	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: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
	color:#000
}

.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: #000;
	height:33px;
}

.nav-primary .wrap {
	max-width: 675px;
}

.ddc-nav-split .nav-primary ul.menu-primary > li {
    margin-left: 60px;
}
.ddc-nav-split .nav-primary ul.menu-primary > li:first-child {
    margin-left: 0px;
}
.ddc-nav-split .nav-primary ul.menu-primary > li.left-gap {
    margin-left: 441px;
}
.ddc-nav-split .nav-primary ul.menu-primary > li.right-nav {
    margin-left: 44px;
}

.nav-primary a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #bbe5ed;
}

.nav-primary .sub-menu {
    margin-left: -45px;
    text-align: center;
    width: 140px;
}

.nav-primary .sub-menu a {
    border: medium none;
    padding: 0;
    width: 140px;
    border-bottom: 1px solid #000;
}

.nav-primary .sub-menu a:hover {
	color: #ff0000;
}

.nav-primary ul.menu-primary {
	text-align: justify;
}

.nav-primary ul.menu-primary:after {
	content: " ";
	width:100%;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.ddc-nav-split .nav-primary ul.menu-primary {
	text-align: left;
}
.ddc-nav-split .nav-primary ul.menu-primary::after {
    display: none;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* Social Navigation
--------------------------------------------- */

.menu-social-container li {
	display: inline-block;
	font-size: 15px;
	margin: 0 5px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
}

article.post {
    border-bottom: 1px solid #7a7f81;
    margin-bottom: 80px;
    padding-bottom: 70px;
    position: relative;
}

article.post::before {
    background: #fff url("images/logo.png") no-repeat scroll center center / 55px auto;
    bottom: -40px;
    content: "";
    display: block;
    height: 74px;
    left: 50%;
    margin-left: -42px;
    position: absolute;
    width: 85px;
}
article.post::after {
    background: transparent url("images/head-pattern.png") no-repeat scroll center center;
    bottom: -96px;
    content: "";
    height: 194px;
    left: 50%;
    margin-left: -145px;
    position: absolute;
    width: 291px;
}

article.post:last-of-type{
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

article.post:last-of-type::before,
article.post:last-of-type::after {
	display: none;
}
.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-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
    color: #7b4798;
    font-size: 16px;
    font-family: "BrandonGrotW01-Regular";
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	margin: 20px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: transparent;
	border: 1px solid #7b4798;
	color: #7b4798;
	cursor: pointer;
	display: inline-block;
	padding: 2px 6px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #7b4798;
	color: #fff;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	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;	
	margin-bottom: 0;
}

.sidebar .widget_categories h4:after, .sidebar .widget_archive h4:after {
    bottom: 2px;
    content: "\25BC";
    position: relative;
    left: 4px;
    font-size: 9px;
}

.sidebar .widget_categories ul,
.sidebar .widget_archive ul {
	padding-top: 14px;
}

*/


.b-top {
    border-top: 1px solid red;
}
.b-sides {
    border-left: 1px solid red;
    border-right: 1px solid red;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.b-bottom {
    border-bottom: 1px solid red;
    margin-bottom: 20px;
}

/*
Footer Images
---------------------------------------------------------------------------------------------------- */

.dd-before-footer {
    background: rgba(0, 0, 0, 0) url("images/footer-images.png") no-repeat scroll center 50px;
    overflow-x: hidden;
    padding-top: 70px;
    position: relative;
    top: -54px;
}

.footer-images {
    height: 503px;
    padding: 76px 0;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    transform: rotate(-9deg);
}

.footer-image-wrap {
    display: inline-block;
    height: 350px;
    margin: 0 2px;
    width: 380px;
    position: relative;
    transform: skew(-9deg);
    overflow: hidden;
}
.footer-image {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: -33px;
    left: -33px;
    right: -33px;
    bottom: -33px;
    transform: skew(9deg) rotate(9deg);
}



.footer-images .hover-header::before {
    top: 50%;
    transform: skewY(0deg);
    z-index: 1;
}
.footer-images .hover-header:hover::before {
    height: 100%;
    top: 0;
    transition: all 0.3s ease 0s;
}
.footer-images .hover-content {
    height: 100%;
    top: 0;
    z-index: 2;
    transform: rotate(9deg);
}
.footer-images .hover-right {
    font-size: 14px;
}
.footer-images .hover-left {
	font-family: 'didot';
}
.footer-images a {
    color: #fff;
    display: block;
    height: 100%;
    padding-top: 41%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #000;
    clear: both;
    color: #b6bbbd;
    letter-spacing: 2px;
    padding: 40px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.footer-widgets a {
	color: #b6bbbd;
}

.footer-widgets-2 {
    position: relative;
}
.footer-widgets-2::before {
    border-left: 1px solid #bbe5ed;
    border-right: 1px solid #bbe5ed;
    content: "";
    height: 120%;
    left: -5%;
    position: absolute;
    top: -10%;
    width: 110%;
    pointer-events: none;
}

.footer-widgets .widget-title {
    color: #b6bbbd;
    font-family: "Lora";
    font-size: 13px;
    margin-bottom: 0;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #000;
    color: #b6bbbd;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "BrandonGrotW01-Regular";
}

.site-footer p {
	margin-bottom: 0;
}

.footer-copy p:last-of-type {
    display: inline-block;
}

.site-footer a {
	color: #b6bbbd;
}

/*
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: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
.hover-grid li:hover a:last-child,
.hover-grid li:hover div:last-child {
    display: block;
}

.hover-grid img {
    margin-bottom: -5px;
}

.vert-center {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#jp-carousel-comment-form,
.jp-carousel-commentlink,
.jp-carousel-buttons,
.jp-carousel-info {
	display:none;
	margin:0;
	padding:0;
	border:none
}

.hide-lg {
	display: none;	
}



/*
Flex Sections
---------------------------------------------------------------------------------------------------- */


.flex-section {
    padding: 30px 0;
}
.lg-pad {
	padding: 50px 0;
}
.sm-pad {
	padding: 15px 0;
}
.tp-bd {
	border-top: 1px solid;
}
.bt-bd {
	border-bottom: 1px solid;
}
.pull-up {
	margin-top: -5px;
}
.pull-up-big {
    margin-bottom: 40px;
    margin-top: -150px;
}

.column-reverse {
    background-color: #000;
    color: #b6bbbd;
    letter-spacing: 2px;
}
.small-wrap .wrap {
    max-width: 910px;
}
.x-small-wrap .wrap {
    max-width: 775px;
}
.top-logo {
    background-image: url("images/logo.png");
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 54px auto;
    padding-top: 75px;
}


/* Flex Parallax */
.parallax-mirror {
    z-index: 2 !important;
}
.parallax-window {
    min-height: 500px;
}
.flex-parallax {
    padding: 0;
}

/* Flex image banner */
.flex-image-banner {
    padding: 0;
}
.image-banner {
    background-position: center center;
    background-size: cover;
    display: inline-block;
    float: left;
    height: 400px;
    width: 100%;
}

.image-banner.bi-2 {
	width: 50%;
}
.image-banner.bi-3 {
	width: 33.333%;
}

.image-banner.bi-2,
.image-banner.bi-3 {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.tall-banner .image-banner {
	height: 550px;
}

/* Flex call to action */
.flex-cta {
    text-align: center;
}
.flex-cta a {
    display: inline-block;
    margin: 0 30px;
}

/* Flex call to action */
.flex-events {
    padding: 50px 0 0;
    text-align: center;
}

.events > a {
    color: #273053;
    display: inline-block;
    font-style: italic;
    margin: 0 12px;
    text-align: center;
}
.events span {
    display: block;
}

.events .icon-image {
    background-color: #7b4798;
    border-radius: 50%;
    display: block;
    height: 64px;
    line-height: 88px;
    margin: 0 auto 10px;
    width: 64px;
}
.bordered-icons .icon-image {
    border: 3px solid #fff;
    line-height: 82px;
}

.icon-image img {
    margin-bottom: 0;
}


/*
Testimonials
---------------------------------------------------------------------------------------------------- */

.testimonials {
    margin: 0 auto 70px;
    max-width: 860px;
    text-align: center;
}

.testimonial-title {
    color: #273053;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.testimonial-content {
    padding: 0 25px;
    position: relative;
}
.testimonial-content::before,
.testimonial-content::after {
	color: #273053;
	font-family: "didot";
  font-size: 50px;
  line-height: 1;
  position: absolute;
}
.testimonial-content::before {
    content: "\201C";
    left: 0;
    top: 0;
}
.testimonial-content::after {
    content: "\201D";
    right: 0;
    bottom: -27px;
}


/*
Recognitions
---------------------------------------------------------------------------------------------------- */
.recognitions {
    border: 1px solid;
    margin: 0 auto 50px;
    max-width: 965px;
    text-align: center;
}
.recognition {
	display: inline-block;
	width: 100px;
	margin: 0 15px 20px;
}
.recognitions h5 {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: -18px;
    width: 270px;
}


/*
InstaFeed
---------------------------------------------------------------------------------------------------- */
#instafeed > a {
    display: inline-block;
    padding: 3px;
    width: 50%;
}


/*
Gallery
---------------------------------------------------------------------------------------------------- */

body.home .site-header > .wrap {
    width: 100%;
}
body.home .before-header,
body.home .site-header,
body.home .nav-primary {
    background-color: transparent;
}

body.home .site-title a {
    background: transparent url("images/logo-home.png") no-repeat scroll center center;
    height: 134px;
    margin: 175px auto 67px;
    width: 425px;
}
body.home .site-header .wrap {
    position: static;
}
body.home .site-header .wrap::before {
    display: none;
}
body.home .nav-primary {
    margin-bottom: 106px;
}

.dd-gallery {
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: -1;
}

.gallery-image {
    background-size: cover;
    height: 540px;
}


.tiled-gallery.type-rectangular {
    margin-bottom: 40px;
}


/*
Video
---------------------------------------------------------------------------------------------------- */

.dd-video {
	margin-bottom: 40px;
}
.dd-video .wp-video {
    height: auto !important;
    width: 100% !important;
}

video.wp-video-shortcode {
    height: auto !important;
    width: 100% !important;
}







.featured-image {
    background-position: right top;
    background-size: cover;
    height: 360px;
    margin-bottom: 30px;
}
.angle-banner {
    background-position: center center;
    background-size: cover;
    height: 540px;
    position: relative;
    z-index: -1;
}

.triangle-down-right {
    bottom: 0;
    height: 0;
    overflow: hidden;
    padding-top: 39%;
    position: absolute;
    width: 100%;
}
.triangle-down-right::after {
    border-right: 2800px solid #fff;
    border-top: 280px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}




.hover-container {
    text-align: center;
}
.services.hover-container {
    margin-bottom: 60px;
}
.hover-group {
    display: inline-block;
    margin: 0 5px 20px;
    vertical-align: top;
    width: 330px;
}


.hover-header {
    position: relative;
}

.hover-header > a {
    display: block;
}

.hover-header::before {
    background-color: #000;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 137px;
    transform: skewY(-11deg);
    transition: all 0.3s ease .2s;
    z-index: 0;
}
.hover-content {
    color: #fff;
    font-family: "BrandonGrotW01-Regular";
    font-size: 28px;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 110px;
    overflow: hidden;
}

.hover-content span {
    display: block;
    width: 100%;
    transition: all .3s ease-in-out;
}

.hover-left {
    opacity: 0;
    transform: translateX(-130px);
    line-height: 1;
}
.hover-right {
    opacity: 0;
    transform: translateX(130px);
}
.service .hover-right {
    font-family: "Lora";
    font-size: 16px;
    text-transform: none;
    color: #b6bbbd;
}

.hover-header:hover .hover-content span {
	transform: translateX(0px);
	opacity: 1;
	transition: all .3s ease-in-out .2s;
}
.hover-header:hover::before {
    height: 175px;
    top: 50px;
    transition: all 0.3s ease;
}

.hover-excerpt {
    font-size: 12px;
    padding: 0 15px;
}
.hover-excerpt h3 {
    text-transform: uppercase;
}

.dd-services {
    margin-bottom: 60px;
    margin-top: -90px;
}
.bordered {
    background-color: #fff;
    border: 1px solid #7a7f81;
    color: #273053;
    padding: 30px;
}
.dd-services .details {
    margin-top: 40px;
}

.split-list > li {
    clear: left;
    float: left;
    font-size: 12px;
    width: 45%;
}
.split-list > li:nth-child(2n) {
    clear: right;
    float: right;
}


.below-services {
    color: #273053;
    margin: 0 auto;
    max-width: 620px;
}

.single-service {
    margin: 50px auto;
    max-width: 980px;
}
.extra-images {
    margin-bottom: 60px;
    text-align: center;
}
.extra-images img {
    display: inline-block;
    margin: 0 5px 8px;
}



.single-dj {
    margin: 0 auto 40px;
    max-width: 850px;
}

.dj-cta {
    padding: 40px 0;
    text-align: center;
}


.ddc-yarpp {
    margin: 30px auto;
    text-align: center;
}
div.yarpp-related .yarpp-thumbnail > img, 
div.yarpp-related .yarpp-thumbnail-default {
    margin: 0;
}
div.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	display: none;
}
div.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: medium none;
    height: auto;
    margin: 5px;
    width: auto;
}
div.yarpp-related h3 {
    color: #7a7f81;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
}



.social-share {
    font-size: 26px;
    position: relative;
    text-align: center;
    z-index: 10;
}
.social-share a {
    color: #afb6ba;
    margin: 0 3px;
}


.google-map {
    position: relative;
    margin-bottom: 20px;
    height: 400px;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-info {
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    margin: -70px auto -40px;
    max-width: 475px;
    padding: 20px;
    position: relative;
    text-align: center;
}
.contact-info p {
	margin-bottom: 0;
}

.contact-info .alt {
	color: #bbe5ed;
}

article.djs strong {
    color: #7b4798;
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; 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;
}
/* 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: #000;
}
.slicknav_menu {
    background-color: #000;
    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;
    text-transform: uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover a,
.slicknav_nav a:hover{
    background:#fff;
    color:#000;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_menu {
    display:none;
}

/*
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-image: url(images/logo@2x.png);
		background-size: 85px 74px;
	}

	body.home .site-title a {
		background-size: 425px 134px;
	}

}

@media only screen and (max-width: 1165px) {

	.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: 620px;
	}
	.content-sidebar-wrap, .wrap {
		width: 1000px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-images, 
	.footer-images * {
    		transform: none !important;
	}

	.footer-image-wrap {
    		height: 325px;
    		margin: 0 5px 5px;
    		width: 31%;
	}

}

@media only screen and (max-width: 1023px) {

	.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,
	.site-header .widget-area,
	.content-sidebar-wrap,
	.title-area,
	.wrap {
		width: 100%;
	}

	.sidebar-primary {
		margin-top: 20px;
	}
	.sidebar-primary .widget-first .widget-title {
    		margin-top: 0;
	}

	.dd-before-footer,
	.before-header,
	.flex-section .wrap,
	.content-sidebar-wrap,
	.nav-primary,
	.site-header,
	.site-footer,
	.footer-widgets {
		padding-left: 5%;
		padding-right: 5%;
	}
	.dd-form-container {
		padding: 30px 5%;
	}

	body.dd-flex .content-sidebar-wrap,
	body.home .site-header {
    padding-left: 0;
    padding-right: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget {
		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;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}
	
	.ddc-nav-split .site-header {
    		height: auto;
	}

	.ddc-nav-split.header-image .site-title a {
    		margin: 10px auto;
    		position: static;
	}

	.ddc-nav-split .nav-primary ul.menu-primary > li {
		margin-left: 0 !important
	}

	.ddc-nav-split .nav-primary ul.menu-primary {
		text-align: justify;
	}

	.ddc-nav-split .nav-primary ul.menu-primary:after {
		content: " ";
		width:100%;
		display:inline-block;
		zoom:1;
		*display:inline;
	}

	.archive-pagination, .entry-pagination {
    		text-align: center;
	}

	.footer-image-wrap {
		height: 280px;
	}
	.footer-images {
    		height: auto;
    		margin: 0;
	}

}

@media screen and (max-width: 800px) {
    .nav-primary {
        display:none;
    }
    
    .slicknav_menu {
        display:block;
    }
	.before-header {
    		position: absolute;
    		right: 0px;
    		top: -37px;
	}
	.site-header .wrap::before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {

	.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  {
		margin: 0;
		width: 100%;
	}

	.has-border {
		margin: 0;
		padding: 0;
		border: none;
	}

	.footer-widgets .widget-area {
    		margin-bottom: 20px;
	}

	.hide-sm {
		display: none;
	}
	.hide-lg {
		display: block;
	}

	.flex-image-banner .image-banner {
		height: 300px;
	}

	.image-banner.bi-2,
	.image-banner.bi-3 {
    border: 0 none;
    width: 100%;
	}
	.bi-2:last-child,
	.bi-3:first-child, 
	.bi-3:last-child {
	    display: none;
	}

	.footer-widgets-2::before {
    border-color: #bbe5ed -moz-use-text-color;
    border-style: solid none;
    border-width: 1px medium;
    height: 140%;
    left: 50%;
    margin-left: -50px;
    top: -10px;
    width: 100px;
	}
	blockquote {
    		margin: 10px 20px;
	}

	.google-map {
    		display: none;
	}
	.contact-info {
    		background-color: #000;
    		margin: 0 auto 10px;
    		max-width: none;
	}
	.contact-info .first {
    		margin-bottom: 10px;
	}
	.dd-contact {
    		padding: 20px 30px;
	}
	.ddc-wpcf7, .ddc-wpcf7 > span {
    		display: block;
    		white-space: normal;
    		width: 100%;
		padding: 0;
	}
	.wpcf7-form-control {
    		border: 1px solid #b6bbbd;
    		top: 0;
	}
	.wpcf7-textarea {
    		height: 100px;
	}

	.footer-image-wrap {
    		height: 300px;
    		width: 100%;
	}
	.footer-images a {
    		padding: 0;
    		position: relative;
    		top: 40%;
	}

	.gallery-image {
    		height: 320px;
	}
	body.home .site-title a {
    		margin: 85px auto;
	}
	.events > a {
    		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 450px) {
	
	.footer-widgets-2::before {
		display: none;
	}
	body.home .site-title a {
		background-size: 285px auto;
		width: 285px;
	}

	.hover-group {
    		margin: 0 0 20px;
    		max-width: 300px;
	}
	.hover-header:hover::before {
    		height: 125px;
    		top: 65px;
	}
	.hover-content {
    		font-size: 24px;
    		top: 98px;
	}
	.split-list > li {
    		float: none;
    		width: 100%;
	}

	.footer-images .hover-header::before {
    		content: "";
    		height: 100%;
    		opacity: 0.5;
    		top: 0;
	}
	.footer-images .hover-header .hover-content span {
    		opacity: 1;
    		transform: translateX(0px);
	}

}