/*
Theme Name: Matt and Sherry
Theme URI: http://mattandsherry.com
Author: Photricity Web Design
Author URI: https://photricity.com
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cfc5ad;
}
body {
	background-color: #53432a;
}
header {
	background: url(img/matt-and-sherry-header.jpg) no-repeat center;
	height: 353px;
	width: 100%;
}
nav {
	text-align: center;
	padding-top: 17px;
}
nav a:link, nav a:visited {
	font-family: 'Tangerine', cursive;
	font-size:28pt;
	padding:0 5px;
	text-shadow:0 0 5px #6b6963;
}
nav a:hover, nav a:active {
	text-shadow:0 0 5px #fff;
}
section {
	background: #cfc5ad;
	border-top: 5px solid #2e2415;
	border-right: 0px solid #2e2415;
	border-bottom: 5px solid #2e2415;
	border-left: 0px solid #2e2415;
	color:#53432a;
	overflow: hidden;
}
article {
	padding: 20px;
	width: 840px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
}
footer {
	clear: both;
	padding: 20px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}


h1, h2, h3 {font-family: 'Tangerine', cursive; font-weight:bold; margin: 5px 0 5px 0;}
h1 {font-size:36pt;}
h2 {font-size:32pt;}
h3 {font-size:28pt;}
p {margin: 5px 0 15px 0;}
section p, footer p {line-height:18pt;}
a:link, a:visited {
	color:#a94b00;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	color:#647c5e;
	text-decoration:none;
	outline:none;
}
.post-info {
	clear: both;
	color:#77634d;
}
blockquote { margin:5px 30px 15px 30px; }


.twocol { width: 48%; padding: 0 1% 2em 1%; float: left; overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
ul.bullet {
	margin-left: 25px;
	margin-bottom: 15px;
	list-style-type: circle;
}


/* WORDPRESS */
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wp-caption {
	text-align: center;
	padding: 0 3px 5px 3px;
	margin: 0 0 20px 0;
}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-block-image {
	display: inline;
}

figure {
	margin: 0;
}

.wp-block-embed {
	max-width: 1000px;
}

.wp-block-audio {
	max-width: 700px;
}

.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Responsive */
	padding-top: 25px;
	height: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* FORMS */
input,
textarea {
	width: 100%;
	max-width: 15em;
}

textarea {
	max-width: 25em;
}

select,
input[type="submit"],
input[type="button"] {
	width: auto !important;
}

.ninja-forms-req-symbol {
	display: none;
}

#nf-field-4-wrap .nf-field-element {
	text-align: center;
}