/*
	Theme Name: Holy Cow
	Description: This is the Holy Cow theme created for the Genesis Framework.
	Author: theholycow
	Author URI: http://theholycow.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
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

@font-face {
    font-family: 'ITCLubalinGraphStdBook';
    src: url('fonts/lubalingraphstd-book.eot');
    src: url('fonts/lubalingraphstd-book.eot') format('embedded-opentype'),
         url('fonts/lubalingraphstd-book.woff2') format('woff2'),
         url('fonts/lubalingraphstd-book.woff') format('woff'),
         url('fonts/lubalingraphstd-book.ttf') format('truetype'),
         url('fonts/lubalingraphstd-book.svg#ITCLubalinGraphStdBook') format('svg');
}

/*
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 {
	font-size: 62.5%; /* 10px browser default */
}
body {
	background:#000;
	color: #fff;
	font-family: 'ITCLubalinGraphStdBook';
	font-size: 16px;
	font-weight:400;
	line-height: 1.6;
	/*background:url(images/bg.jpg) center 0 no-repeat;*/
	background: url("images/bg.jpg") no-repeat scroll center 0 #000000;
}

a,  button,  input:focus,  input[type="button"],  input[type="reset"],  input[type="submit"],  textarea:focus,  .button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
 background-color: #333;
 color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #ed8100;
	text-decoration: none;
}
a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol,  ul {
	margin: 0;
	padding: 0;
}
blockquote,  blockquote::before {
	color: #999;
}
blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
}
/* Headings

--------------------------------------------- */



h1,  h2,  h3,  h4,  h5,  h6 {
	color: #fff;
	font-family: 'ITCLubalinGraphStdBook';
	font-weight:400;
	line-height: 1.2;
	margin: 0 0 16px;
}
h1 {
	font-size: 30px;
	font-size: 3.6rem;
}
h2 {
	font-size: 28px;
	font-size: 3rem;
}
h3 {
	font-size: 26px;
	font-size: 2.8rem;
}
h4 {
	font-size: 24px;
	font-size: 2.4rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* Objects

--------------------------------------------- */



embed,  iframe,  img,  object,  video,  .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
	width: auto; /* IE8 */
}
/* Forms

--------------------------------------------- */



input,  select,  textarea {
	background-color: #fff;
	border: 1px solid #ffd238;
	border:0;
	box-shadow: 1px 1px 3px #e0e0e0 inset;
	color: #000;
	font-size: 16px;
	padding:12px 16px;
	width: 100%;
	vertical-align:top
}
input:focus,  textarea:focus {
	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: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	padding: 1rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
button:hover,  input:hover[type="button"],  input:hover[type="reset"],  input:hover[type="submit"],  .button:hover,  .entry-content .button:hover {
	background-color: #ffc500;
	color:#000
}
.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;
}
/* Tables

--------------------------------------------- */



table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width:auto;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,  td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	/*border-top: 1px solid #ddd;*/

	padding: 6px 0;
	padding: 0.6rem 0;
}

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

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

.site-inner,  .wrap {
	margin: 0 auto;
	max-width:980px;
}
.event-details .site-inner, .wrap {
	margin: 0 auto;
	max-width: 1000px;
}
.site-inner {
	clear: both;
	padding-top:80px;
}
.home .site-inner {
	display:none
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
	width: 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:640px;
}
.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 {
	float: right;
	width:325px;
}
.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,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fourths,  .three-sixths,  .two-fourths,  .two-sixths,  .two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,  .three-sixths,  .two-fourths {
	width: 48.717948717948715%;
}
.one-third,  .two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,  .two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0 !important;
}
/*

Common Classes

---------------------------------------------------------------------------------------------------- */



/* WordPress

--------------------------------------------- */



.avatar {
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	margin:0;
	padding: 0;
	background:url(images/btn-go.png) 0 0 no-repeat;
	height:37px;
	width:39px;
	text-indent:-9999px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	width:1px;
	height:1px
}
input[type="search"] {
	width:auto;
}
.sticky {
}
img.centered,  .aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft,  .wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
img.alignright,  .wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.gallery-caption {
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,  .widget_calendar th {
	text-align: center;
}
/* Genesis

--------------------------------------------- */



.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.archive-description,  .author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}
.author-box {
	padding: 40px;
	padding: 4rem;
}
.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}
.author-box a {
	border-bottom: 1px solid #ddd;
}
.author-box p {
	margin-bottom: 0;
}
.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	color:#fff;
	font-weight:700
}
.entry-title a,  .sidebar .widget-title a {
	color: #333;
}
.entry-title a:hover {
	color: #666;
}
.widget-title {
	font-size:22px;
	font-size:2.2rem;
	margin-bottom:15px;
	margin-bottom:1.5rem;
	text-transform: capitalize;
}
.sidebar .widget-title a {
	border: none;
}
.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
/*

Widgets

---------------------------------------------------------------------------------------------------- */



/* Featured Content

--------------------------------------------- */



.featured-content .entry {
	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;
	margin-bottom: 1.6rem;
}
.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;
	margin-bottom: 1.6rem;
}
/* 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;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,  div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}
/* Jetpack

--------------------------------------------- */



img#wpstats {
	display: none;
}
/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {
	position:relative;
	z-index:1000;
	margin-top:40px
}

.home .site-header		{ margin:0 }

.site-header .header-widget-area {
	margin:10px 0 0
}
.site-header .wrap {
	padding:0;
	max-width:975px;
	position:relative
}
.header-widget-area .links a {
	margin:0 0 0 10px;
	margin:0 0 0 1rem
}
/* Title Area

--------------------------------------------- */



.title-area {
	/*float: left;*/
	font-weight: 700;
	padding:0;
	width:385px;
	margin:0 auto
}
.header-image .title-area {
	padding: 0;
}
.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0;
}
.site-title a,  .site-title a:hover {
	color: #333;
	height:231px;
	text-transform:capitalize;
	background:url(images/logo.png) 0 0 no-repeat transparent;
	display:block;
	text-indent:-99999px;
	width:443px;
	margin:0 auto
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
	display:none
}
/* Full width header, no widgets */



.header-full-width .title-area,  .header-full-width .site-title {
	width: 100%;
}
.header-image .site-description,  .header-image .site-title a {
	display: block;
	text-indent: -9999px;
}
/* Logo, hide text */



.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}
.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}
/* Widget Area

--------------------------------------------- */

.site-header .widget-area {
	/*float: right;*/
	text-align:right;
	width:30%;
	color:#000;
	font-size:13px;
	margin:0;
}
.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}
.site-header .search-form {
	float: right;
	margin-top:54px;
	margin-top:5.4rem;
}

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

.genesis-nav-menu {
	clear: both;
	color: #5e5e5e;
	font-family: 'ITCLubalinGraphStdBook';
	font-weight:400;
	line-height: 1.5;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding:10px 15px;
	position: relative;
	font-size:15px;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.genesis-nav-menu .contact {
	background:none
}
.genesis-nav-menu .contact a {
	padding-right:0
}
.genesis-nav-menu a:hover,  .genesis-nav-menu .current-menu-item > a,  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color:#fff;
}

/*.genesis-nav-menu .menu-item-has-children { background:url(images/nav-arrow.png) center 90% no-repeat }*/

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu li.inventory a {
	background:none
}
.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:#081375;
	border: 1px solid #1c2999;
	font-size: 14px;
	padding:5px 15px;
	position: relative;
	width: 200px;
	color:#fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
.genesis-nav-menu .sub-menu a:hover {
	background:#db271a;
	color:#fff !important
}
.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 > .last {
	background:none
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}
.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}
/* 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 .wrap {
	background:url(images/nav-border.png) 0 100% repeat-x;
	padding-bottom:5px
}
.nav-primary a:hover,  .nav-primary .current-menu-item > a {
	color: #ed9f66;
}
.nav-primary .sub-menu a:hover {
	color: #ed9f66;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: none;
}

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

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

.entry {
	border-radius: 3px;
	margin-bottom:20px;
	padding:0 0 24px;
	min-height:300px
}
.entry-content a {
	/*border-bottom: 1px solid #ddd;*/
	color: #9e8e55;
}
.entry-content a:hover {
	color: #fff;
}
.entry-content .attachment a,  .entry-content .gallery a {
	border: none;
}
.entry-content ol,  .entry-content p,  .entry-content ul,  .quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}
.entry-content ol,  .entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul li {
	background: rgba(0, 0, 0, 0) url("http://www.theholycow.com/wp-content/uploads/2015/05/list-arrow.png") no-repeat scroll 0 7px;
    list-style-type: none;
    padding-left: 18px;
}
.entry-content ol ol,  .entry-content ul ul {
	margin-bottom: 0;
}
.entry-content .search-form {
	width: 50%;
}
.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}
.entry-meta a {
	border-bottom: 1px solid #ddd;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0;
	padding:5px 0 8px;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}
.entry-categories,  .entry-tags {
	display: block;
}
/* Pagination

--------------------------------------------- */



.archive-pagination,  .entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 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;
	padding: 0.8rem 1.2rem;
}
.archive-pagination li a:hover,  .archive-pagination li.active a {
	background-color: #f15123;
}
.entry-pagination a {
	border-bottom: 1px solid #ddd;
}
/* Comments

--------------------------------------------- */



.comment-respond,  .entry-comments,  .entry-pings {
	background-color: #fff;
	margin-bottom:20px;
}
.entry-comments {
	padding:20px;
}
.comment-respond,  .entry-pings {
	padding:20px 20px 16px;
}
.comment-respond a,  .entry-comments a {
	border-bottom: 1px solid #ddd;
}
.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;
	margin-right: 1.2rem;
}
.comment-list li,  .ping-list li {
	list-style-type: none;
}
.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}
.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}
/*

Sidebars

---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #fff;
	position:relative;
	padding:0
}
.sidebar a {
	border-bottom:0;
}
.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 20px;
	padding:0 15px 20px;
}
.sidebar .enews-widget {
	background-color: #0e5c9f;
}
.sidebar h1, .sidebar h2, .sidebar h3,  .sidebar h4, .sidebar h5, .sidebar h6 {
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-transform:capitalize
}
.sidebar h2		{ font-size:14px !important; font-weight:700; margin-bottom:5px !important; text-transform:capitalize }

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

.footer-widgets {
	color: #a7a7a7;
	clear: both;
	padding:0;
	font-size:16px;
	line-height:22px;
}
.footer-widgets .wrap {
	background:#ffc500 url(images/footer-bg.png) center 0 no-repeat;
	padding:105px 0 60px 160px;
	max-width:1050px
}
.footer-widgets-1 {
	width:100%;
	margin:0 auto;
}
.footer-widgets-2 {
	width:58.33%;
	margin:30px 1%;
	float:left;
	text-align:center;
	color:#8b8b8b;
	font-size:14px
}
.footer-widgets-3 {
	width:19.33%;
	margin:30px auto 0;
	float:right
}
.footer-widgets a {
	color: #000;
	font-size:14px;
	display:inline-block;
	padding:2px 5px;
	font-weight:700;
	text-transform:uppercase
}
.footer-widgets a:hover {
	color: #fff;
	text-decoration:none
}
.footer-widgets .widget {
	margin-bottom:0;
}
.footer-widgets .widget-title {
	color: #081375;
	font-size:24px;
	margin:0 0 10px;
	text-transform:capitalize;
	font-family: 'SegoeUISymbolRegular';
	font-weight:300
}
.footer-widgets .widget-title span {
	color:#0072ff
}
.footer-widgets h3 {
	color:#fff
}
.footer-widgets li {
	list-style-type: none;
	word-wrap: break-word;
	display:inline-block
}
.footer-widgets .search-form input:focus {
	border: 1px solid #ddd
}
.footer-widgets p {
	color:#fff;
	font-size:12px
}
.footer-widgets-2 li {
	display:inline-block;
	width:43%
}

.footer-widgets .widget_nav_menu	{ float:left }
.footer-widgets .widget_text		{ float:right; margin-right:115px }
.footer-widgets .widget_text a		{ background:#000; color:#fff; display:block; float:right; margin-left:5px }
.footer-widgets .widget_text a:hover	{ color:#ffc500 }

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

.site-footer {
	color: #fff;
	padding:0;
	font-size:12px;
	text-align:left;
	background:url(images/footer-bg.png) center 0 no-repeat
}
.site-footer .wrap {
	padding:25px 0;
	max-width:980px
}
.site-footer a {
	color:#272727
}
.site-footer p {
	margin-bottom: 0;
}
.site-footer strong {
	color:#272727
}
/*

edited on 9th aug

---------------------------------------------------------------------------------------------------- */

.acenter 	{ text-align:center }
.aright 	{ text-align:right }
.padd 		{ margin-bottom:28px }
.fleft 		{ float:left }
.fright 	{ float:right }

#genesis-responsive-slider		{ border:0 !important; padding:0 !important }
.flexslider .slides img			{ width:100% }

.flexslider						{ background:#000 !important; border:0 !important }

.flex-direction-nav li a		{ background-image:url(images/bg_direction_nav.png) !important; background-position:-5px 0; width:47px !important; height:56px !important;  }
.flex-direction-nav li .prev 		{ left:10px !important }
/*.flex-direction-nav li .next 		{ right: -14px !important }
*/
.flex-direction-nav li .prev:hover	{ background-position:0 -77px !important }
.flex-direction-nav li .next:hover	{ background-position: -68px -77px !important; }

.flex-direction-nav li .next {
    background-position: -68px 0 !important;
	right:10px !important
}

.flex-control-nav		{ margin:10px 0 0 !important; bottom:0 !important }

.venue .responsive-slider.flexslider .flex-control-nav li a	{
	background: url("images/bg_control_nav.png") no-repeat scroll 0 0 transparent !important;
	width:14px !important;
	height:14px !important;
}

.venue .responsive-slider.flexslider .flex-control-nav li a:hover,
.venue .responsive-slider.flexslider .flex-control-nav li a.active {
	background-position: 0 -17px !important;
}

.flex-control-nav li a.active	{ background-position:0 -34px !important }
.flex-control-nav li a:hover	{ background-position:0 -17px !important }

.slide-excerpt			{ top:50px !important; margin-right:0 !important }
.slide-excerpt a		{ color:#fff; font-size:24px; font-size:2.4rem; display:inline-block; padding:5px 0; padding:0.5rem 0 }
html > body .slide-excerpt-border	{ border:0 !important; color:#95b6b2; padding:0 14px !important; padding:0 1.4rem !important }
.slide-excerpt 			{ position:relative; width:58%;  }
.slide-excerpt p		{ color:#5f5f5f; font-size:18px; font-size:1.8rem; margin:0 !important }
.slide-excerpt h4		{ font-size:36px; font-size:3.6rem; color:#019a4a; letter-spacing:-2px; margin:0 !important }

.slide-excerpt-border h2	{ line-height:45px; margin:0 !important } 
.slide-excerpt-border h2 a	{ font-family:"Myriad Pro", Arial; font-weight:100; font-size:42px; font-weight:700; color:#000 }
.flex-control-nav		{ background:url(images/slider-dot-bg.png) center 100% no-repeat; padding:3px 0 15px !important }

.home-carousel .wrap		{ margin-top:15px }

.social				{ position:absolute; bottom:-40px; right:0 }
.social	a			{ background:url(images/social.png) -1px 3px no-repeat; display:inline-block; width:31px; height:31px }
.social .instagram	{ background-position:-32px 3px }
.social .twitter	{ background-position:-64px 3px }
.social .vimeo	{ background-position:-93px 3px }

.social .facebook:hover		{ background-position:-1px -32px }
.social .instagram:hover		{ background-position:-32px -32px }
.social .twitter:hover		{ background-position:-64px -32px }
.social .vimeo:hover	{ background-position:-93px -32px }

.home-featured .entry		{ width: 25%;
float: left;
background: none;
padding: 0 4px 4px !important;
text-align: center;}
.home-featured .entry img	{ width:233px;   }
.home-featured .entry h2	{ font-size:16px; margin-bottom:0; color:#baa15b }
.home-featured .entry .entry-time { font-size:14px;  }

.latestphoto li				{ list-style:none; float:left; width:148px; margin:0 10px 10px 0 }
.w11 li						{ width:111px; margin:0 7px 7px 0 }

.home-forbox h4,
.sidebar h4,
.widget-title					{ font-weight:700; background:url(images/head-line.png) center center repeat-x; font-size:22px }
.entry-header {
	font-weight:700; 
	background:url(images/head-line.png) center center repeat-x; 
	font-size:22px;
	line-height: 1.2;
	 margin-bottom: 10px;
}
.home-forbox h4 span,
.sidebar h4 span,
.widget-title span		{ background:#060605; display:inline-block; padding-right:25px }
.entry-header .entry-title {
	/*background:#060605; */
	 background: #060605 none repeat scroll 0 0 !important;
	display:inline;
	padding-right:25px;
	font-size:22px;
}
.home-forbox h4 .black		{ background:#000 }
.home-forbox-1,
.home-forbox-2,
.home-forbox-3,
.home-forbox-4				{ width:48.717948717948715%; overflow:hidden; float:left; margin-left: 2.564102564102564%; margin-bottom:10px }

.instagramp					{ background:#000 url(images/icon-instagram.png) 100% center no-repeat !important; padding:5px 30px 5px 5px !important; float:right; font-size:16px }
.instagramp a				{ color:#fff }
.instagramp a:hover			{ color:#CCC }

.wpcf7-form p				{ margin:0 0 5px }
.wpcf7-form label			{ color:#9a8a53 }
.wpcf7-form input[type="submit"]	{ background:url(images/btn-gradient.png) 0 0 repeat-x; padding:4px 25px; -moz-border-radius:20px; -webkit-border-radius:20px; -o-border-radius:20px; border-radius:20px; font-size:15px }

.entry				{ font-family:Arial, Helvetica, sans-serif; font-size:12px }

.venue, .contact				{ overflow:hidden }

.contact 				  { font-size:16px; margin-bottom:0px; margin-top: 15px; }
.contact .one-half {
	line-height:normal;
}
.responsive-slider flexslider						{ border-top:4px solid #1e1e1e }
.responsive-slider.flexslider .slide .slide-title	{ display:none }
.responsive-slider.flexslider .flex-control-nav		{ bottom: -45px !important; right:0 !important; width:100% !important }
.instagram-pics > li {
    float: left;
    margin: 0 1% 0 0;
    width: 24%;
}
.contact-us-box .content {
    width: 520px;
}
.contact-us-box .sidebar-primary {
    float: right;
    width: 440px;
}
.venue-slider .four-sixths, .two-thirds{
	width: 52.812%;
}
.venue-slider .one-third, .two-sixths{
	width: 44.624%;
}
.contact-add {
    float: right;
}
#plusgallery .pgalbumthumb{
	margin: 1.042% !important
}
.entry-content #plusgallery ul li{
	list-style-type: none;
}
#TNTPlusgalleryWrapper #plusgallery ul {
    margin-left: 50px !important;
    margin-top: 20px !important;
}
.pgalbumtitle{
	background:none !important;
}
#pgthumbcrumbs > li {
    color: #fff;
}
li#pgthumbhome:hover{
	background-color:#7C3D1E !important;
}
li#pgthumbhome{
	 border-right: 1px solid #fff !important;
}
.pgthumb{
	max-width: 200px !important;
	width: 21.583% !important;
}

/* Edited on 10-4-2015 */
.home-featured {
    margin-bottom: 20px;
}
.rgallery img {
  margin: 10px 20px;
}
.private-paragraph {
	color: #fff;
    float: left;
    font-family: arial;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-right: 25px;
    padding-left: 10px;
    padding-top: 21px;
    width: 44%;
}
.about-holy-title {
    background: url("images/head-line.png") repeat-x scroll center center rgba(0, 0, 0, 0);	
	margin-bottom: 15px;
}
.about-holy-title h4 {
	background: none repeat scroll 0 0 #060605;
    display: inline;
    font-size: 22px;
    padding-right: 25px;
}
.private-forms {
    float: left;
    margin-top: 21px;
    width: 53.4%;
}
.for-addtional {
	font-size: 14px;
    width: 53%;
}
.field-wrap.text-wrap.label-above.Cm-name-wrap {
    width: 70%;
}
.field-wrap.text-wrap.label-above,.field-wrap.list-dropdown-wrap.label-above {
    float: left;
    margin-right: 15px;
    width: 45%;
}
.field-wrap.list-dropdown-wrap.label-above.full-width-text-wrap {
    width: 46%;
}
.field-wrap.text-wrap.label-above.Cm-name-wrap {
    clear: both;
}
.field-wrap.textarea-wrap.label-above {
    clear: both;
}
.field-wrap.list-dropdown-wrap.label-above{
    width: 45%;
}
.field-wrap, #ninja_forms_required_items {
    margin-bottom: 4px !important;
}
.ninja-forms-all-fields-wrap {
    color: #73673e;
    font-family: "ITCLubalinGraphStdBook";
    font-size: 15px;
}
.textarea-wrap textarea {
    height: 140px;
}
#ninja_forms_field_10_div_wrap > label {
    width: 182%;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button{
	 background-color: #897b4b;
	 border: medium none;
     border-radius: 20px;
	 float:right;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .entry-content .button:hover {
    background-color: #73673e;
    color: #000;
}
.private-desc li {
    font-size: 14px;
	padding-bottom: 10px;
    width: 90%;
}
.private-desc {
    float: right;
    width: 63%;
}
.ninja-forms-all-fields-wrap{
	font-size: 14pt;
}
.hr-line {
    border-bottom: 1px solid;
    border-top: 1px solid;
    clear: both;
    color: #505050;
    padding: 2px;
}
.page-id-14  select{
	color: #000;
	font-size:17px;
}
.private-title {
    float: left;
    margin-right: 50px;
    width: 28%;
}
.private-title h3 {
    font-size: 38px;
    font-weight: bold;
    padding-left: 10px;
}
.holy-link {
    border-bottom: 1px solid;
}
.page-id-14 select{
        border: 0 !important;  /*Removes border*/
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-overflow:'';
        padding: 4px 30px 2px 2px;
        background: #F0F0E9 url("http://www.theholycow.com/wp-content/uploads/2015/05/select-arrow.png") no-repeat 90% center;
        width: 380px; /*Width of select dropdown to give space for arrow image*/
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        padding: 10px;
        margin-top:10px;
        height:40px;
}

.page-id-14   select::-ms-expand {
        display: none;
}
.textarea-wrap #ninja_forms_field_12{
    height: 160px !important;
    width: 90%;
}
.textarea-wrap #ninja_forms_field_25{
    height: 110px !important;
    width: 90%;
}
.profile_pass-wrap input, .text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea, .list-dropdown-wrap.label-above select, .list-dropdown-wrap.label-below select{
	  width: 94% !important;
}
.field-wrap.submit-wrap.label-above {
	margin-right: 30px;
    margin-top: 10px;
}
.private-paragraph > p {
	font-size: 22px;
    line-height: 29.5px;
    text-align: justify;
	margin-bottom: 28px;
}
.page-id-14 button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button{
	font-weight: bold;
    padding: 9px 25px;
    text-transform: capitalize;
}
.ninja-forms-req-symbol {
    margin: 0 0 0 -7px;
}
.ui-datepicker-month,.ui-datepicker-year,.ui-datepicker-week-end,.ui-datepicker-calendar span {
    color: #333;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border: 3px solid orange;
}
/*
Media Queries

---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (min-device-pixel-ratio: 1.5) {
 .header-image .site-header .wrap {
 background: url(images/logo@2x.png) no-repeat left;
 background-size: 320px 164px;
}
}
 @media only screen and (max-width: 1139px) {
.site-inner,  .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;
}
.footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .sidebar-primary {
	width: 300px;
}
.private-paragraph{
	  width: 40%;
}
.private-forms {
    width: 56.4%;
}
}
 @media only screen and (max-width: 1040px){
	.home-featured .entry{
		 margin: 1% 2%;
		 width: 27%;
	}
	
 }
 @media only screen and (max-width: 1024px) {
body {
	/* background-color: #fff; */
}
.content,  .content-sidebar-sidebar .content,  .content-sidebar-sidebar .content-sidebar-wrap,  .footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .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-inner,  .wrap {
	width: 100%;
}
.site-header .wrap {
	/* padding: 20px 0;
	padding: 2rem 0; */
}
.header-image .site-header .wrap {
	background-position: center top;
}
.site-inner {
	padding-left: 5%;
	padding-right: 5%;
}
.archive-description,  .author-box,  .comment-respond,  .entry,  .entry-comments,  .entry-footer .entry-meta,  .header-image .site-header .widget-area,  .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;
}
.genesis-nav-menu a,  .genesis-nav-menu > .first > a,  .genesis-nav-menu > .last > a {
	padding: 20px 16px;
	padding: 2rem 1.6rem;
}
.site-header .search-form {
	margin: 16px auto;
	margin: 1.6rem auto;
}
.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; */
}
.footer-widgets {
	padding: 40px 5% 16px;
}
.footer-widgets-1 {
	margin: 0;
}
body {
	background-size: contain;
}
.site-title a, .site-title a:hover {
	background-size: 60% auto ;
	height:135px;
}
.home-forbox {
	margin-top: -12%;
	background:#000;
}
.title-area {
	width:270px;
}
.genesis-nav-menu{
	width:90%;
}
.genesis-nav-menu a{
	font-size:12px;
	padding:0.5rem 1.6rem;
}
.social {
    bottom: -30px;
    position: absolute;
    right: 0;
}
.credits{
	margin-left:20px;
}
.site-header{
	margin-top:0 !important;
}
.full-width-content .content {
    background:url("images/bg.png");
	padding:10px;
}
.site-inner{
	padding-top:20px;
}
.contact-us-box .content {
    width: 800px;
	 background:url("images/bg.png");
	 padding:15px;
}
.contact-us-box .sidebar-primary {
    float: left;
    width: 600px;
	padding:15px;
}
.home-featured {
    clear: both;
    margin-bottom: 80px;
    overflow: hidden;
}
.reservation-iframe iframe {
    height: 1135px;
    margin-bottom: 15px;
}
}


 @media only screen and (max-width: 980px) {
.home-forbox .home-forbox-1.first {
	margin-left: 18%;
}
.home-featured .entry {
    margin: 1% 2%;
    width: 45%;
}
.home-forbox {
	margin-top: -14%;
}
.private-paragraph > p {
    font-size: 22px;
    line-height: 24.5px;
    margin-bottom: 28px;
    text-align: justify;
}
.site-header .widget-area {
	width:250px;
}
.header-widget-area .widget-title {
	font-size:18px;
}
.genesis-nav-menu {
    width: 85%;
}
.social{
	right:20px;
}
.site-inner {
    padding-top: 15px;
}
.home-featured{
	margin-bottom: 150px;
}
}


 @media only screen and (max-width: 800px) {
.home-forbox {
	margin-top: 1%;
}
#plusgallery .pgalbumthumb {
    margin: 1% 5% !important;
    width: 40%;
}
.home-forbox {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
}
.private-image {
    text-align: center;
}
.private-forms {
    padding-left: 1%;
    padding-right: 1%;
    width: 96%;
}
.private-paragraph {
    margin-left: 1%;
    margin-right: 1%;
    width: 94%;
}
.home-forbox .home-forbox-1.first,  .home-forbox .home-forbox-2 {
	clear: both;
	float: right;
	margin-bottom: 40px;
	margin-right: 2%;
}
.home-featured{
	margin-bottom: 80px;
}
.home-forbox .home-forbox-1.first {
	width: 25%;
}
.home-featured {
	text-align: center;
}
.home-featured .signup {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
.site-footer {
	text-align:center !important;
}
.site-header .widget-area {
	width: 200px;
}
/* .home-featured .wrap {
	margin-top: 50%;
} */
.site-title a, .site-title a:hover {
    background-size: 45% auto;
    height: 100px;
}
.title-area {
    width: 210px;
}
.genesis-nav-menu a{
	padding: 0.5rem 1rem;
	padding: 5px 10px;
}
.genesis-nav-menu {
    width: 80%;
}
.social {
    right: 10px;
}
.flexslider{
	min-height:300px !important ;
}
.home-forbox .home-forbox-1.first {
    width: 40%;
	float:left;
}
.home-forbox-2{
	clear:none !important;
}
.contact-us-box .content{
	width:720px;
}
}


 @media only screen and (max-width: 768px) {
.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%;
}
.first {
    margin-left: 10px !important;
}

.social {
    right: 5px;
}
.genesis-nav-menu a {
    padding: 5px 8px;
}
.home-forbox .home-forbox-1.first {
    float: left;
    margin-right: 0;
    width: 45%;
}
#pgalbums{
	width:90% !important;
}
.contact .one-half{
	width:45%;
}
.home-featured {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.entry{
	margin-bottom:5px;
}
}

 @media only screen and (max-width: 735px) {
.responsiveMenuSelect {
    background: none repeat scroll 0 0 #743418;
    color: #fff;
    font-family: georgia;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
}
.social{
	right:9px;
	bottom:25px;
}
.site-title a, .site-title a:hover{
	width:425px;
}	
 }

 @media only screen and (max-width: 640px) {
.site-header .widget-area {
	clear: both;
	width: 310px;
}

iframe {
    padding-bottom: 34%;
}
#text-17{
	 height: 355px;
}
#plusgallery .pgalbumthumb {
    margin: 1% 2% !important;
    width: 40%;
}
.private-title h3 {
    font-size: 27px;
}
.private-title {
    float: none;
    margin-right: 50px;
    width: 92%;
}
.private-desc {
    float: none;
    width: 96%;
}
.home-featured .entry {
    margin: 1% 2%;
    width: 46%;
}
.home-forbox .home-forbox-2,.home-forbox .home-forbox-1.first{
    width: 97% !important;
}
.home-forbox {
	clear: both;
}
.instagram-pics > li{
	list-style-type: none;
}
.home-forbox .home-forbox-1.first, .home-forbox .home-forbox-2{
	margin-right: 1%;
}
.home-forbox .home-forbox-1.first {
	margin: 2% 0 7%;
	padding: 0 65px;
	text-align: center;
	width: 100%;
}
.home-forbox .home-forbox-2 {
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

.site-title a, .site-title a:hover {
    background-size: 60% auto;
    height: 100px;
	width:325px;
}
.title-area {
    width: 280px;
}
.page-id-10 iframe{
	height:1075px;
}
.contact-us-box .content {
    width: 575px;
}
}

@media only screen and (max-width: 520px){
	.home-featured .entry {
		float: none;
		margin: 0 auto;
		width: 55%;
	}
}
 @media only screen and (max-width: 480px) {
	
.site-header .title-area {
	clear:both;
	width:30%;
}
iframe {
	padding-bottom: 63%;
}
#text-17 {
	height: 320px;
}
#TNTPlusgalleryWrapper #plusgallery ul{
	margin: 0 !important;
}
#plusgallery .pgalbumthumb {
    float: none;
    margin: 10px auto !important;
    width: 100% !important;
}
.site-header .header-widget-area {
	clear:both;
	text-align: center;
	width:100%;
}
.field-wrap.text-wrap.label-above, .field-wrap.list-dropdown-wrap.label-above{
	 width: 90%;
}
.for-addtional {
    font-size: 14px;
    width: 94%;
}
.private-paragraph > p {
    font-size: 18px;
}
.entry-content ol, .entry-content ul {
    margin-left: 2rem;
}
.home-featured .entry {
    float: none;
    margin: 0 auto;
    width: 96%;
}
.site-title a, .site-title a:hover {
    background-size: 50% auto;
    height: 80px;
    width: 280px;
}
.social {
    bottom: 15px;
    right: 10px;
}
.responsiveMenuSelect{
	font-size: 12px;
	margin-top: 0;
}
.flexslider {
    min-height: 180px !important;
}
.contact-us-box .content {
    width: 450px;
}
.contact .one-half {
    width: 50%;
}
.google-map-placeholder{
	width:430px !important;
}
.contact-us-box .sidebar-primary {
    float: left;
    padding: 10px;
    width: 450px;
}
}

 @media only screen and (max-width: 428px) {
 .site-title a, .site-title a:hover{
	width:230px;
 }
 .reservation-iframe iframe{
	width:100%;
 }
 .rgallery img {
    margin: 10px;
}
 }
@media only screen and (max-width: 360px) {
	
.site-header .title-area {
    clear: both;
    float: left;
    width: 83%;
}
.home .home-featured .entry {
    padding: 2px !important;
    width: auto !important;
}
iframe {
	padding-bottom: 77%;
}
#text-17 {
	height: 320px;
}
.private-paragraph > p {
    font-size: 14px;
}
.text-wrap.label-above label, .textarea-wrap.label-above label {
    width: 112% !important;
}
.site-title a, .site-title a:hover {
    background-size: 50% auto;
    height: 60px;
    width: 200px;
}
.social {
    bottom: 10px;
    right: 20px;
}
.flexslider {
    min-height: 135px !important;
}
.entry-content a{
	font-size:14px;
}
.home-forbox .home-forbox-1.first{
	padding: 0 15px;
}	
.pgalbumtitle{
	font-size:10px;
}
#pgalbums {
    width: 80% !important;
}
.contact-us-box .content , .contact-us-box .sidebar-primary {
    width: 315px;
}
.google-map-placeholder {
    width: 285px !important;
}
.contact-add{
	font-size:11px;
}
.home .home-featured .entry{
	padding:2px !important;
	width:50%;
}
.home-forbox-3.first {
    padding: 10px;
    width: 100%;
}
.home-forbox-4 {
    width: 95%;
}
.venue-slider .one-third, .two-sixths {
    width: 100%;
}
.pgalbumthumb {
    width: 47% !important;
}
#pgalbums {
    width: 95% !important;
}
#TNTPlusgalleryWrapper #plusgallery ul{
	margin-left: 10px !important;
}
.one-half.first {
    margin-right: 40px;
    width: 40% !important;
}
.contact .one-half {
    margin-bottom: 25px;
    width: 45%;
}
.contact-add a {
    font-size: 12px;
}
.responsiveMenuSelect{
	padding:10px;
}

}


@media only screen and (max-width: 320px) {
	
.site-header .title-area{
	width: 85%;
}	
.site-title a, .site-title a:hover {
    background-size: 50% auto;
    height: 53px;
    width: 225px;
}
.social {
    bottom: 5px;
    right: 20px;
}
.flexslider {
    min-height: 120px !important;
}
.credits {
    font-size: 11px;
    margin-left: 0;
}
.home-forbox .home-forbox-1.first {
    padding: 0;
}
.google-map-placeholder {
    width: 260px !important;
}
.contact-us-box .content, .contact-us-box .sidebar-primary {
    width: 300px;
}
.contact .one-half {
    width: 45%;
}
.one-half.first {
    margin-right: 25px;
}
.home-featured .entry h2{
	font-size: 14px;
}	
}