/*
	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.0111
 
	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
--------------------------------------------- */

@font-face {
    font-family: 'air_conditionerregular';
    src: url('fonts/airconditioner-webfont.eot');
    src: url('fonts/airconditioner-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/airconditioner-webfont.woff') format('woff'),
         url('fonts/airconditioner-webfont.ttf') format('truetype'),
         url('fonts/airconditioner-webfont.svg#air_conditionerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

font-family:'Carolyna W00 Black';
font-family:'Avenir LT W01 55 Roman';


html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: url("images/dots.png") repeat #D2BFA3;
	color: #7d8082;
	font-family: Arial, 'Century Gothic W01', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	padding-bottom: 100px
}

.body-top {
    background: url("images/body.png") no-repeat scroll center top;
    height: 220px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.script {
	font-family: 'Carolyna W00 Black';
	font-size: 21px;
	line-height: 25px;
}

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: #666;
	text-decoration: none;
}

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

a:hover {
	color: #333;
}

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

article.justify p {
    text-align: justify;
}

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 {
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

article.post h1,
article.post h2,
article.post h3,
article.post h4,
article.post h5,
article.post h6 {
	color: #102C3F;
	font-family: 'Carolyna W00 Black';
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input, 
select, 
textarea {
    background-color: #FFFFFF;
    border: 1px solid #D2BFA3;
    color: #000000;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}

input, 
select {
    text-transform: capitalize;
}

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: #102C3F;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 5px 15px;
	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: #D2BFA3;
}

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

.entry .wpcf7-form p {
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 23px;
    overflow: hidden;
}

input.wpcf7-form-control {
    background-color: #E5DCCE;
    border: medium none;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 12px;
    height: 28px;
    letter-spacing: 1px;
    padding: 0 5px;
    text-transform: none;
}
.column-form input.wpcf7-form-control {
    float: right;
    width: 275px;
}
.wpcf7-textarea {
    height: 150px;
    padding: 5px;
}
input.wpcf7-submit {
    background: none repeat scroll 0 0;
    border: medium none;
    clear: both;
    color: #102C3F;
    cursor: pointer;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 15px;
    width: auto;
}
input.wpcf7-submit:hover {
    background-color: #FFFFFF;
    color: #E5DCCE;
}
.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
--------------------------------------------- */

.site-container {
    background-color: #D2BFA3;
}

.site-inner,
.wrap {
	margin: 0 auto;
	width: 1025px;
}

.site-inner {
    background-color: #FFFFFF;
    clear: both;
    padding-top: 140px;
}

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

.content-sidebar .content {
    border-right: 1px solid #9D9FA1;
    float: right;
    width: 680px;
    padding-top: 40px;
}

.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 {
	padding-top: 30px;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    padding: 40px 80px;
    text-align: center;
    width: 340px;
}

.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
--------------------------------------------- */

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

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

.first {
	clear: both;
	margin-left: 0;
}


/*
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: 9px;
    font-weight: 300;
    text-align: center !important;
}

.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-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

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

.entry-title {
    display: inline;
    font-family: 'Carolyna W00 Black';
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}
.entry-title,
.entry-title a,
.sidebar .widget-title a {
	color: #102C3F;
}

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

.widget-title {
    color: #D2BFA3;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 24px;
    text-transform: none;
}

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

#text-2 h4.widgettitle {
    font-family: 'Carolyna W00 Black';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #102C3F;
    text-transform: lowercase;
}

#text-2 .textwidget {
    color: #D2BFA3;
    font-size: 15px;
    letter-spacing: 2px;
}
#text-2 .textwidget:before, 
#text-2 .textwidget:after {
    color: #102C3F;
    content: " ------ ";
    letter-spacing: -1px;
}

/*
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 {
    height: 47px;
    position: relative;
    z-index: 11;
}


.site-header .wrap {
	padding: 40px 0;
}

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

.title-area {
	float: left;
	font-family: Arial, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	width: 320px;
}

.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: url("images/logo.png") no-repeat scroll center center;
    height: 123px;
    left: 50%;
    margin: 0 auto 0 -161px;
    position: absolute;
    top: 20px;
    width: 323px;
}

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

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

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

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


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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Avenir LT W01 55 Roman';
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
    border: medium none;
    color: #fff;
    display: block;
    line-height: 35px;
    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: 125px;
	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;
}

#menu-primary .menu-item > a {
    font-size: 11px;
    padding: 0 16px 0 18px;
    text-transform: uppercase;
}
#menu-primary .menu-item-25 > a,
#menu-primary .menu-item-5690 > a {
    margin-left: 390px;
}
#menu-primary .menu-item-5688 > a {
    margin-left: 158px;
}
#menu-primary li:last-child a {
    padding-right: 0;
}
#menu-primary .current-menu-item.menu-item > a,
#menu-primary .current-menu-ancestor.menu-item > a,
#menu-primary a:hover {
    color: #D2BFA3;
}
#menu-primary .sub-menu .menu-item > a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border: medium none;
    color: #102C3F;
    padding: 0;
    text-align: center;
    width: 125px;
}
#menu-primary .sub-menu .menu-item:first-child > a:after {
    content: "--------";
    letter-spacing: -1px;
    margin-left: -39px;
    margin-top: 16px;
    position: absolute;
}


/* 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: #102c3f;
	height:35px;
   	position: relative;
    	z-index: 10;
}

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

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

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

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


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

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

.entry {
	margin-bottom: 20px;
	padding: 0px 40px 24px;
}

.entry-content a {
	color: #AC8F61;
}

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

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

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

.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: #999;
	font-size: 14px;
}

.entry-header {
    margin-bottom: 15px;
}

.entry-header .entry-meta {
    color: #102C3F;
    display: inline;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
}

.entry-footer .entry-meta {
    border-bottom: 1px solid #102C3F;
    padding-bottom: 30px;
}

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

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

#comments > h3, #respond h3, .entry-comments-link > a {
    color: #102C3F;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 17px;
}

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

#comments, #respond {
    padding: 0 40px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-pings {
	padding: 40px 40px 16px;
}

.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: 24px;
	padding: 15px;
}

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

li.comment {
	border-left: 1px solid #D2BFA3;
}

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

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

.bypostauthor {
}

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


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

.sidebar {
	color: #999;
}

.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, 
.sidebar #widget_sp_image-2 {
    background-color: #FFFFFF;
    border-top: 4px double #102C3F;
    margin-bottom: 20px;
    padding-top: 20px;
}
.sidebar .widget:first-child {
    border: medium none;
    padding-top: 0;
}
.sidebar .widget_sp_image {
    border-top: medium none;
    margin-bottom: 0;
    padding: 0;
}
.sidebar-primary #widget_sp_image-6 {
    float: none;
    width: auto;
}
.sidebar .widget_sp_image img {
    margin: 0 auto 10px;
    width: 110px;
}

.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: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

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

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

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

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

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

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #fff;
}

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

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
    color: #FFFFFF;
    font-size: 14px;
}

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

#footer-copy {
    background-color: #FFFFFF;
    border-bottom: 7px solid #D2BFA3;
    color: #0D2B3F;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 10px;
    text-align: center;
    text-transform: lowercase;
    width: 100%;
}

#footer-copy a {
	color: #0D2B3F;	
}


/*
Misc
---------------------------------------------------------------------------------------------------- */

h2.ddc-title {
    color: #AC8F61;
    font-family: 'Carolyna W00 Black';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.double-lines {
    border-bottom: 1px solid #AC8F61;
    border-top: 1px solid #AC8F61;
    height: 4px;
    margin: 0 auto;
    width: 670px;
}

a.ddc-cta {
    color: #0D2B3C;
    font-family: 'Carolyna W00 Black';
    font-size: 15px;
    text-transform: capitalize;
}
.content-sidebar-wrap {
    position: relative;
}
.social-widget.widget-area {
    position: absolute;
    right: 50px;
    top: -64px;
}

.homeOFF .site-inner #menu-social {
	display: block;
}

	.site-inner #menu-social {
		display: none;
	}

#menu-social li {
    display: block;
    float: left;
    font-size: 0;
    margin: 0 6px;
    text-indent: -9999px;
}
#menu-social li a {
    background: url("images/facebook.png") no-repeat scroll 0 0;
    display: block;
    height: 55px;
    width: 20px;
}
#menu-social li.tw a {
    background: url("images/twitter.png") no-repeat scroll 0 0;
    position: relative;
    top: -5px;
}

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

body.homeOFF .body-top {
    display: none;
}
body.homeOFF .site-inner {
    	margin-top: -82px;
    	padding: 0;
	background-color: #0A2C3E;
}
body.homeOFF .content {
    padding-top: 0;
}
body.homeOFF .entry-header {
    display: none;
}
body.homeOFF .entry {
    padding: 0;
}
div.photospace {
    margin: 0;
}
div.photospace:before {
    background: url("images/home-photospace.png") no-repeat scroll 0 0;
    content: "";
    height: 540px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
div.photospace .caption {
    color: #FFFFFF;
    margin-top: -35px;
    padding: 0;
    position: relative;
    text-align: center;
}
body.homeOFF .homeOFF-bottom {
    color: #FFFFFF;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 15px;
    height: 135px;
    line-height: 24px;
    text-align: center;
}
.homeOFF-bottom div {
	padding-top: 35px;
}
.homeOFF-bottom .one-half {
    border-left: 4px double;
    border-right: 4px double;
    font-size: 13px;
    height: 135px;
    padding-left: 60px;
    padding-right: 60px;
    text-transform: uppercase;
}
body.homeOFF #footer-copy {
	background-color: #0A2C3E;
	position: relative;
}
body.homeOFF #footer-copy:after {
    background: url("images/home-footer.png") no-repeat scroll 0 0;
    bottom: -42px;
    content: "";
    display: block;
    height: 42px;
    position: absolute;
    width: 1025px;
}

body.homeOFF #footer-copy,
body.homeOFF #footer-copy a {
	color:#fff;
}

body.homeOFF .social-widget.widget-area {
    top: 501px;
    z-index: 18;
}

body.homeOFF #menu-social {
	position: relative;
	top: 5px;
}

	/*
body.homeOFF #menu-social li.fb a {
	    background: url("images/facebook-home.png") no-repeat scroll 0 0;
	}
	body.homeOFF #menu-social li.tw a {
	    background: url("images/twitter-home.png") no-repeat scroll 0 0;
	    top: -2px;
	}
*/
	
	body.homeOFF #menu-social li.st {
		text-indent: 0;
		font-size: 12px;
		width: 25px;
		margin: 0 5px;
		position: relative;
	    -moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
		body.homeOFF #menu-social li.st.tw {
			top: 4px;
		}
		
		body.homeOFF #menu-social li.st.fb {
			top: 2px;
		}
	
		body.homeOFF #menu-social li.st a {
			background: url("images/bg-social_tab-slant.png") repeat scroll 0 0;
			width: auto;
			height: auto;
			color: #0d3b5f;
			padding: 3px 8px;
			width: 70px;
			text-align: center;
			top: 0;
			/* font-family: 'Carolyna W00 Black'; */
			font-family: cursive;
		}
			
			body.homeOFF #menu-social li.st.tw a {
				width: 60px;
			}
			
			body.homeOFF #menu-social li.st.fb a {
				width: 65px;
			}



/*
About Page
---------------------------------------------------------------------------------------------------- */

body.about .entry {
    text-align: center;
}
body.about h2.ddc-title {
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
}
ul.members {
    margin: 0;
    padding-top: 50px;
    overflow: hidden;
    text-align: left;
}
ul.members li {
    list-style: none outside none;
    margin-bottom: 30px;
}
.members-top {
    background-color: #F0EBE2;
    height: 80px;
    margin-bottom: 30px;
    width: 460px;
}
.members-top img {
    border: 6px solid #FFFFFF;
    float: left;
    left: 12px;
    position: relative;
    top: -17px;
    transform: rotate(-14deg);
    width: 110px;
}
.members-top span,
.members-top a {
    color: #AC8F61;
    float: right;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 15px;
    width: 300px;
}
.members-top span.name {
    font-family: 'Carolyna W00 Black';
    font-size: 37px;
    line-height: 1;
    padding-top: 15px;
    text-transform: capitalize;
}

/*
Partners
---------------------------------------------------------------------------------------------------- */

body.partners .entry {
    text-align: center;
}
ul.partners {
    margin: 50px 0 0 0;
    overflow: hidden;
}
ul.partners li {
    list-style: none outside none;
}
ul.partners a {
    outline: medium none;
}
ul.partners img {
    border: 1px solid #D2BFA3;
    border-radius: 75px;
    margin: 0 auto 50px;
    text-align: center;
    width: 130px;
}

ul.logos {
    margin: 0;
    text-align: center;
}
ul.logos > li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 10px;
    width: 75px;
}
body.contact ul.logos > li {
    width: 100px;
}

.bottomcontainerBox {margin-bottom: 10px;}

.flex-form > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flex-form .flex-start {
	justify-content: flex-start;
}
.flex-form .flex-start span {
	margin-right: 20px;
}
.flex-form select {
	margin-top: 3px;
}