/*
	Theme Name: Bonci Pizza
	Description: Custom Genesis theme for Bonci Pizza
	Author: BREVITY, LLC
	Author URI: http://www.createbrevity.com/
	Version: 3.1
  
	Template: genesis
	Template Version: 2.0
 
*/




/* Baseline Normalize
---------------------------------------------------------------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

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

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




/* HTML Elements
---------------------------------------------------------------------------------------------------- */

html {
	font-size: 62.5% /* 10px Base */;
	width: 100%;
}

body {
	background-color: #f5f5f5;
	color: #543005;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	width: 100%;
}

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

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

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

a:hover {
	color: #543005;
	text-decoration: underline;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

blockquote,
blockquote.x-blockquote {
	font-size: 40px !important;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	text-shadow: 0 3px 3px #000;
	text-align: center;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: none !important;
}

em,
i {
	font-style: italic;
}

blockquote cite,
blockquote.x-blockquote cite.x-cite  {
	font-size: 20px !important;
	font-weight: 300 !important;
	font-style: normal !important;
	text-shadow: 0 2px 2px #000;
	text-transform: uppercase !important;
}

hr {
    border: 0;
    height: 1px;
    background: #eee;
    background-image: linear-gradient(to right, #eee, #eee, #eee);
    margin-bottom: 28px;
}




/* Headings & Titles
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #543005;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}



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

.site-container {
	width: 100%;
	height: 100%;
}

.site-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	padding: 0;
}



.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.page-template-default .site-inner {
	margin-top: 160px;
	padding-top: 50px;
}

.blog .site-inner,
.single .site-inner {
	margin-top: 160px;
	padding-top: 50px;
}

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

.content {
	float: left;
	width: 65.81196581196582%;
}

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

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

/* Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths {
	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%;
}

.one-fifth {
	width: 17.948718%
}

.two-fifths {
	width: 35.897436%;
}

.three-fifths {
	width: 53.846154%;
}

.four-fifths {
	width: 71.794872%;
}

.full-width {
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

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




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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	padding-bottom: 30px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

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

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

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

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	padding-bottom: 50px;
}

.gallery-item {
	float: left;
	margin-top: 0 !important;
	margin: 0 0 10px 0 !important;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: none !important;
	height: auto;
	padding: 0 10px;
	width: 400px;
	height: auto;
	max-width: 100%;
}

.gallery img:hover {
	border: none !important;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

.archive-pagination.pagination li {
    display: inline-block;
    padding: 0 6px 10px;
}


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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.author-box-header {
	margin-bottom: 10px;
} 

.author-box-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.author-box .author-box-contact-social {
	float: right;
	position: relative;
}

.author-box .author-box-contact-social a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #eee;
	color: #ccc;
	margin-left: 2px;
	padding: 4px 0 0 1px;
}

.author-box .author-box-contact-social a:hover {
	background: #543005;
	color: #fff;
}

.author-info {
	width: 85%;
	float: right;
}




/* Forms (including Gravity Forms)
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background: transparent;
	border: 1px solid rgba(255,255,255,.8);
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(255,255,255,1);
	outline: none;
}

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

::-moz-placeholder {
	color: rgba(255,255,255,1);
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: rgba(255,255,255,1);
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: transparent;
	border: 3px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	border: 3px solid rgba(255,255,255,.8);
	color: rgba(255,255,255,.8);
}

.button {
	display: inline-block;
}

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

button.dark {
	color: rgba(84, 48, 5, 0.8);
	background: rgba(255, 255, 255, 0.8);
	font-size: 24px;
	border: 3px solid rgba(84, 48, 5, 0.8);
}
button.dark:hover {
	color: #543005;
	background: #fff;
	border: 3px solid #543005;
}

div.gform_wrapper {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

div.gform_wrapper span.gform_description {
	font-weight: 300 !important;
}

div.gform_wrapper .ginput_complex .ginput_right input[type=text],
div.gform_wrapper .ginput_complex .ginput_right input[type=url],
div.gform_wrapper .ginput_complex .ginput_right input[type=email],
div.gform_wrapper .ginput_complex .ginput_right input[type=tel],
div.gform_wrapper .ginput_complex .ginput_right input[type=number],
div.gform_wrapper .ginput_complex .ginput_right input[type=password],
div.gform_wrapper .ginput_complex .ginput_right select,
div.gform_wrapper .ginput_complex input[type=text],
div.gform_wrapper .ginput_complex input[type=url],
div.gform_wrapper .ginput_complex input[type=email],
div.gform_wrapper .ginput_complex input[type=tel],
div.gform_wrapper .ginput_complex input[type=number],
div.gform_wrapper .ginput_complex input[type=password],
div.gform_wrapper .ginput_complex select,
div.gform_wrapper .top_label input.large,
div.gform_wrapper .top_label select.large,
div.gform_wrapper .top_label textarea.textarea,
div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
div.gform_wrapper .top_label li.gfield.gf_right_half select.large,
div.gform_wrapper .ginput_complex .ginput_full input[type=email],
div.gform_wrapper .ginput_complex .ginput_full input[type=number],
div.gform_wrapper .ginput_complex .ginput_full input[type=password],
div.gform_wrapper .ginput_complex .ginput_full input[type=tel],
div.gform_wrapper .ginput_complex .ginput_full input[type=text],
div.gform_wrapper .ginput_complex .ginput_full input[type=url],
div.gform_wrapper .ginput_complex.ginput_container.gf_name_has_1,
div.gform_wrapper .ginput_complex.ginput_container.gf_name_has_2,
div.gform_wrapper .ginput_complex.ginput_container.gf_name_has_3 {
	width: 100% !important;
}

div.gform_wrapper .ginput_complex.ginput_container.gf_name_has_1,
div.gform_wrapper .ginput_complex.ginput_container.gf_name_has_2,
div.gform_wrapper .ginput_complex.ginput_container.gf_name_has_3 {
	display: block;
	overflow: hidden;
}

div.gform_wrapper textarea,
div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number], 
div.gform_wrapper input[type=password] {
	font-size: 18px !important;
	padding: 10px !important;
	width: 100%;
}

div.gform_wrapper .ginput_container_name span {
	padding-right: 0 !important;
}

div.gform_wrapper select {
	height: 44px;
}

div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .top_label li.gfield.gf_right_half,
div.gform_wrapper .ginput_complex .ginput_left,
div.gform_wrapper .ginput_complex .ginput_right {
	margin: 0 !important;
	width: 49% !important;
	float: left !important;
}

div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
div.gform_wrapper .top_label li.gfield.gf_left_half,
div.gform_wrapper .ginput_complex .ginput_left {
	margin-right: 2% !important;
	padding-right: 0 !important;
}

div.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
div.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
	clear: none !important;
}

div.gform_wrapper textarea.textarea {
	display: block;
}

div.gform_wrapper .gfield {
	padding: 0 0 20px 0 !important;
}


div.gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0 !important;
}

div.gform_wrapper .no-label label {
	display: none !important;
}

.sidebar div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
.sidebar div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.sidebar div.gform_wrapper .top_label li.gfield.gf_left_half,
.sidebar div.gform_wrapper .top_label li.gfield.gf_right_half {
	width: 100% !important;
}

.required {
	font-size: 12px;
	position: relative;
	top: -2px;
	padding: 0 0 0 4px;
}


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

.site-header {
	background: rgba(255,255,255,0.95);
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 990;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

.logged-in .site-header {
	top: 32px;
}

.site-header .wrap {
	padding: 20px 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.title-area {
	float: left;
	width: 200px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	float: left;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: calc(100% - 200px);
	padding: 70px 0 0 0;
}

.site-header .widget-area ul li {
	display: inline-block;
	text-align: left;
}

.site-header .widget-area a {
	color: #543005;
	display: block;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}

.site-header .widget-area a:hover {
	color: #543005;
	text-decoration: none;
	
}


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

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

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

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

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

.blog .entry-title {
	font-size: 30px;
	font-weight: 700;
}

.single .entry-title {
	font-weight: 700;
	font-size: 38px;
}

.blog .entry-meta,
.single .entry-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.blog .entry-footer,
.blog .entry-author,
.single .entry-footer,
.single .entry-author {
	display: none;
}

.blog .entry {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #543005;
}

.blog .entry:last-of-type {
	margin-bottom: 0;
	padding-bottom: 40px;
	border-bottom: none;
}

.blog .entry-content {
	font-size: 16px;
}

.blog .entry-content a,
.single .entry-content a {
	font-weight: 700;
}

.single .news-fields {
	background: rgba(84, 48, 5, 0.15);
	padding: 40px;
	font-size: 16px;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 0 100px 0;
}

.single .news-fields p {
	margin: 0;
}

.single .news-fields a {
	font-weight: 300;
}

.single .news-fields ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.single .news-fields li {
	padding: 0 0 10px 150px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #543005;
	list-style-type: none;
	text-indent: -150px;
}

.single .news-fields li:last-of-type {
	padding: 0 0 0 150px;
	margin: 0;
	border-bottom: none;
}

.single .news-fields .label {
	text-transform: uppercase;
	font-weight: 700;
	width: 150px;
	display: block;
	float: left;
}

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

.footer-widgets {
	background-color: #543005;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.footer-widgets .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

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

.footer-widgets .widget:first-of-type {
	margin-top: 30px;
	margin-bottom: 140px;
	text-transform: uppercase;
}

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

.footer-widgets img {
	width: 200px;
	height: auto;
}

.footer-widgets ul li {
	display: inline-block;
	text-align: left;
}

.footer-widgets ul li a {
	color: #fff;
	display: block;
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}

.footer-widgets ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-widgets .footer-widgets-address {
	text-align: right;
	width: 50%;
	padding-right: 20px;
	float: left;
}

.footer-widgets .footer-widgets-hours {
	text-align: left;
	width: 50%;
	padding-left: 20px;
	border-left: 1px solid #fff;
	float: left;
}

.footer-widgets .hours {
	display: inline-block;
	width: 120px;
}



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

.site-footer {
	background-color: #543005;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
}

.site-footer .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

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

.site-footer a,
.site-footer a:hover {
	color: #fff;
}

.site-footer .creds {
	width: 100%;
}



/* WP Google Maps
---------------------------------------------------------------------------------------------------- */

.wpgmza_map {
	margin-bottom: 30px;
}



/* Homepage — Default Styles
---------------------------------------------------------------------------------------------------- */

.page-template-page_cornerstone .site-inner {
	max-width: 100%;
	background: #fff;
}

.page-template-page_cornerstone .entry-header {
	display: none;
}

.page-template-page_cornerstone .parallax {
	width: 100%;
	height: 600px;
	position: relative;
	text-align: center;
}

.page-template-page_cornerstone .parallax.full-screen {
	height: 100vh;
	position: relative;
}

.page-template-page_cornerstone .parallax.full-screen .x-container.max {
	max-width: 100% !important;
	width: 100% !important;
	position: absolute !important;
	bottom: 100px !important;
}

.page-template-page_cornerstone .parallax h2 {
	color: #fff !important;
	text-shadow: 0 3px 10px rgba(0,0,0,1);
	font-size: 100px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

.page-template-page_cornerstone .parallax h3 {
	color: #fff !important;
	text-shadow: 0 3px 10px rgba(0,0,0,1);
	font-size: 80px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

.page-template-page_cornerstone .parallax h4 {
	color: #fff !important;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0 3px 10px rgba(0,0,0,1);
	margin: 20px 0 0 0;
	line-height: 1;
	letter-spacing: 4px !important;
}


#cs-content .x-feature-box-graphic i.circle,
#cs-content .x-feature-box-graphic img.circle {
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 600 !important;
}

#cs-content .x-feature-list .x-feature-box {
	padding-bottom: 30px !important;
}

#cs-content .x-feature-list .x-feature-box .x-feature-box-title {
	font-weight: 600 !important;
}

.signature {
	max-height: 40px !important;
}


/* Fancybox Popups
---------------------------------------------------------------------------------------------------- */

.fancybox-slide--inline.fancybox-slide {
	background: transparent !important;
}

.fancybox-bg {
	background: #543005 !important;
}

.fancybox-is-open .fancybox-bg {
	opacity: .98 !important;
}

body.page-template-page_blank #wpadminbar {
	display: none !important;
}

body.page-template-page_blank {
	background: transparent !important;
}

body.page-template-page_blank,
body.page-template-page_blank .entry-title {
	color: #fff;
}

body.page-template-page_blank a,
body.page-template-page_blank a:hover {
	color: #fff;
}

body.page-template-page_blank p,
body.page-template-page_blank input,
body.page-template-page_blank select,
body.page-template-page_blank textarea,
body.page-template-page_blank .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-template-page_blank .one-fourth {
	font-size: 16px !important;
}

body.page-template-page_blank .three-fourths {
	font-size: 30px !important;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-iframe {
	background: transparent !important;
}


/* Page specific
---------------------------------------------------------------------------------------------------- */

.post-383 a > img {
	border: 1px solid #fff;
	padding: 2px;
	border-radius: 8px;
}
.post-383 a > img:hover {
	/*border-color: #543005;*/
	border: 3px solid #6c4e2a;
	padding: 0px;
}

/* WP Google Maps
---------------------------------------------------------------------------------------------------- */

#wpgmza_map {
	margin-bottom: 30px;
}


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

@media only screen and (max-width: 1200px) {
	
	.site-header .wrap,
	.footer-widgets .wrap,
	.site-footer .wrap,
	.content-sidebar-wrap {
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-template-page_cornerstone .site-inner .content-sidebar-wrap {
		max-width: 100%;
	}
	
	body {
		font-size: 18px;
	}
	
}


/* Projectors, Small Computers, Generic Tablets */

@media only screen and (max-width: 960px) {
	
	.site-header .widget-area {
		padding: 40px 0 0 0;
	}
	
}


/* iPad (Landscape and Portrait) ----------- */

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


}


/* iPad (Portrait) ----------- */ 

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation: portrait) {
	
	
	.page-template-page_cornerstone .parallax h2 {
		font-size: 60px;
	}
	
	.page-template-page_cornerstone .parallax h3 {
		font-size: 40px;
	}
	
	.page-template-page_cornerstone .parallax {
		height: 400px;
	}
	
	blockquote,
	blockquote.x-blockquote {
		font-size: 30px !important;
	}
	
	.page-template-page_cornerstone #x-section-3 {
		padding: 50px 0 !important;
	}
	
	.page-template-page_cornerstone #x-section-5 {
		padding: 200px 0 20px 0 !important;
	}
	
	#cs-content .x-column.x-2-3,
	#cs-content .x-column.x-1-3,
	#cs-content .x-column.x-1-2,
	#cs-content .x-column.x-1-2 {
		width: 100% !important;
		margin-right: !important;
		float: none !important;
	}
	
	#cs-content .x-column.x-2-3 img,
	#cs-content .x-column.x-1-3 img,
	#cs-content .x-column.x-1-2 img,
	#cs-content .x-column.x-1-2 img {
		width: 100%;
		max-width: 350px !important;
	}
	
	#cs-content .x-column.x-2-3 img.signature,
	#cs-content .x-column.x-1-3 img.signature,
	#cs-content .x-column.x-1-2 img.signature,
	#cs-content .x-column.x-1-2 img.signature {
		width: auto !important;
		max-height: 40px !important;
	}
	
	
	/* Gravity Forms
	--------------------------------------------- */
	
	div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
	div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
	div.gform_wrapper .top_label li.gfield.gf_left_half,
	div.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100% !important;
	}
	
	.footer-widgets .footer-widgets-address,
	.footer-widgets .footer-widgets-hours {
		text-align: center;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		float: none;
		border-left: none;
		margin-bottom: 30px;
	}
	
	.footer-widgets .hours {
		display: inline;
		width: auto;
	}


}


/* Smartphones (Landscape and Portrait) ----------- */

@media only screen and (max-device-width: 700px) {
	
	.blog .site-inner,
	.single .site-inner {
		margin-top: 0;
		padding-top: 50px;
	}

	.site-header {
		position: relative;
	}
	
	.site-header .widget-area {
		padding: 0;
	}
	
	.page-template-page_cornerstone .parallax h2 {
		font-size: 60px;
	}
	
	.page-template-page_cornerstone .parallax h3 {
		font-size: 40px;
	}
	
	.page-template-page_cornerstone .parallax {
		height: 400px;
	}
	
	blockquote,
	blockquote.x-blockquote {
		font-size: 30px !important;
	}
	
	.page-template-page_cornerstone #x-section-3 {
		padding: 50px 0 !important;
	}
	
	.page-template-page_cornerstone #x-section-5 {
		padding: 200px 0 20px 0 !important;
	}
	
	#cs-content .x-column.x-2-3,
	#cs-content .x-column.x-1-3,
	#cs-content .x-column.x-1-2,
	#cs-content .x-column.x-1-2 {
		width: 100% !important;
		margin-right: !important;
		float: none !important;
	}
	
	#cs-content .x-column.x-2-3 img,
	#cs-content .x-column.x-1-3 img,
	#cs-content .x-column.x-1-2 img,
	#cs-content .x-column.x-1-2 img {
		width: 100%;
		max-width: 350px !important;
	}
	
	#cs-content .x-column.x-2-3 img.signature,
	#cs-content .x-column.x-1-3 img.signature,
	#cs-content .x-column.x-1-2 img.signature,
	#cs-content .x-column.x-1-2 img.signature {
		width: auto !important;
		max-height: 40px !important;
	}
	
	
	/* Gravity Forms
	--------------------------------------------- */
	
	div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
	div.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
	div.gform_wrapper .top_label li.gfield.gf_left_half,
	div.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100% !important;
	}
	
	.footer-widgets .footer-widgets-address,
	.footer-widgets .footer-widgets-hours {
		text-align: center;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		float: none;
		border-left: none;
		margin-bottom: 30px;
	}
	
	.footer-widgets .hours {
		display: inline;
		width: auto;
	}
	
	.footer-widgets .widget:first-of-type {
		margin-bottom: 40px;
	}

}

/* Smartphones (Portrait) ----------- */

@media only screen 
and (max-device-width : 700px)
and (orientation: portrait) {
	
	
	.title-area {
		width: 100px;
	}
	
	.site-header .widget-area {
		width: calc(100% - 100px);
		line-height: 1.2;
	}
	
	.site-header .widget-area ul li {
		width: 100%;
		text-align: right;
	}
	
	.site-header .widget-area a {
		padding: 0;
		font-size: 16px;
	}
	
	.page-template-page_cornerstone .parallax h2 {
		font-size: 46px;
	}
	
	.page-template-page_cornerstone .parallax h4 {
		font-size: 16px;
		letter-spacing: 0 !important;
	}
	
	.page-template-page_cornerstone .parallax.full-screen {
		height: 400px;
	}
	
	blockquote,
	blockquote.x-blockquote {
		font-size: 20px !important;
	}
	
	blockquote cite,
	blockquote.x-blockquote,
	cite.x-cite {
		font-size: 16px;
	}
	
	.x-feature-box-graphic-outer {
		margin-right: 20px !important;
	}
	
	.x-feature-box-graphic-inner {
		font-size: 50px !important;
	}

}
