/*
Theme Name: Fetters 2017
Theme URI: https://paulfetters.com/
Description: A custom Theme for Paul Fetters Photography based upon the Blank H5 theme
Version: 2017.1
Author: Max Kukoy
Author URI: http://maxwebworks.com/
Tags: minimalist, template, html5

	H5 v1.0
	http://maxwebworks.com/

	The theme was designed by Max Kukoy

	The CSS, HTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html
*/

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	}
/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
html {
	font-size: 62.5%
	}	
body {
	margin: 0 auto;
	background: #fff;
	border: 0px solid #000;
	padding: 0;
	color: #545454;
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: helvetica, sans-serif;
	}
section#mainsection {
	clear: none;
	}
.wrapper {
	margin: 0 auto;
	width: 892px;
	padding: 0 48px;
	display: block;
	clear: both;
	}
.navtoggle,
.mobilenav {
	display: none;
	}
.mobilenav + .wrapper {
	padding-top: 15px;
	}	
p {
	margin: 0;
	padding: 1rem 0;
	}	
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	border: 1px solid #333;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #0c0c0d;
	-webkit-transition: color .3s linear, border .3s linear;
	-o-transition: color .3s linear, border .3s linear;
	-moz-transition: color .3s linear, border .3s linear;
	}
a:hover, a:active {
	text-decoration: none;
	color: #f26531;
	}

/* == HEADER == */
.wrapper + .wrapper {
	margin-top: -10px;
	}

body header {
	position: relative;
	background: transparent;
	}
body header.logo h1 {
	margin: 0 0 0 9px;
	color: #efefef;
	width: 317px;
	height: 105px;
/*		background: url('/wp-content/themes/fetters2017/images/fetters-logo.png') top left no-repeat; */
	position: relative;
	}
body header h1 span {
	position: absolute;
	top: -200em;
	}
body header h1 a:link, body header h1 a:visited {
		text-decoration: none;
		display: block;
		width: 317px;
		height: 105px;
		color: #ddd;
		position: relative;
		}
body header h1 a:hover, body header h1 a:active {
		text-decoration: none;
		color: #fff;
		}
body.page-template>header {
	position: relative;
	}
/* == POSTS == */
section.mainsectionhome{
	position: relative;
	z-index: 9;
	}
section.blogsection {
	width: 606px;
	float: left;
	border: 0px solid red;
	}
.blogsection article header {
	position: relative;
	min-height: 30px;
	} 	
.blogsection article {
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	}	
.blogsection article p {
	font-size: 14px;
	line-height: 20px;
	}
.blogsection footer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #c4c0c0;
	border-bottom: 1px solid #c4c0c0;
	background: #efefef;
	padding: 0px 10px;
	}
.blogsection footer p {
	font-size: 13px;
	}
		
p.posteddate {
	float: right;
	width: 75px;
	height: 75px;
	border: 1px solid #333;
	position: absolute;
	right: 0px;
	top: 0;
	background-color: #efefef;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
/*	-moz-box-shadow:    3px 3px 5px 6px #5c5b5b;
   -webkit-box-shadow: 2px 2px 5px 0 #5c5b5b; */
   box-shadow:         2px 2px 10px 0 #333;
   overflow: hidden;
   opacity: .8;
	}	
span.day {
	position: relative;
	display: block;
	font-family: 'IM Fell English SC', serif;
	font-size: 50px;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid red;
	width: 75px;
	color: #f26531;
	}
span.month {
	position: relative;
	display: block;
	font-family: 'IM Fell English SC', serif;
	font-size: 14px;
	top: 5px;
	left:0;
	margin: 0 auto;
	text-align: center;
	}
span.year {
	position: relative;
	display: block;
	font-family: 'IM Fell English SC', serif;
	font-size: 14px;
	top: 10px;
	left:0;
	margin: 0 auto;
	text-align: center;
	}
	
div.rotationshadow {
	display: block;
	height: 71px;
	background: #fff url('/wp-content/themes/fetters2017/images/galleryshadow.png') bottom center no-repeat;
	}	
article.gallerypage {
	width: 886px;
	padding: 0 0 0 4px;
	margin: 0;
	}
#mainsection header  {
	margin: 0;
	padding: 0 15px;
	}
#mainsection header h1 {
	font-weight: normal;
	font-family: 'IM Fell English SC', serif;
	font-size: 25px;
	color: #f26531;
	margin: 0;
	padding: 0px;
	}
#mainsection h1 {
	font-weight: normal;
	font-family: 'IM Fell English SC', serif;
	font-size: 25px;
	color: #f26531;
	margin: 20px 0 0 60px;
	padding: 0px;
	}
h2.weddinglinks,	
.gallery-desc h2,
#mainsection h2 {
	font-weight: normal;
	font-family: 'IM Fell English SC', serif;
	font-size: 22px;
	color: #f26531;
	margin: 0;
	padding: 25px 0 15px 0;
	}
#mainsection .normalpage header h1 {
	font-weight: normal;
	font-family: 'IM Fell English SC', serif;
	font-size: 25px;
	color: #f26531;
	padding: 20px 0;
	margin: 0px;
	line-height: 1;
	}
#mainsection section p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	font-family: arial, helvetica, sans-serif;
	padding: 8px;
	}
.gallery-desc p {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	font-family: arial, helvetica, sans-serif;
	padding: .5em 0px;
	}	
#mainsection section.aboutpage  {
	padding: 0;
	margin: 0;
}
nav.slidenav ul { 
	margin: 0 auto 10px;
	clear: both; 
	display: block;  
	border-bottom: 1px solid #333; 
	text-align: center !important; 
	padding: 5px; 
  	overflow: visible;
  	position: relative;
	}
nav.slidenav ul li { 
	display: inline-block;  
	position: relative;
	text-align: center;
	padding: 0 10px;
	}
.panel { 
	background: transparent url('/wp-content/themes/fetters2017/images/backgroundyellow.jpg') top left repeat;
	margin: 0;
	padding: 0 60px;	
	position: relative;
	} 
		
.onepanel {
	border-bottom: 1px solid #333;
	padding: 2rem 0;
}	
.onepanel:last-child {
	border-bottom: 0px solid #333;
}	
.page-id-25 .panel ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    }	
    
#mainsection section.aboutpage p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	font-family: arial, helvetica, sans-serif;
}
#mainsection #client-list-panel section.aboutpage  ul 
 {
	list-style: none outside;
	 margin-left: 25px;
	-webkit-column-count: 2; -webkit-column-gap:20px;
	-moz-column-count:2; -moz-column-gap:20px;
	-o-column-count:2; -o-column-gap:20px;
	column-count:2; column-gap:20px;
}
#mainsection section.aboutpage ul li {
	font-size: 14px;
	padding: 5px 50px;
 }
#mainsection section.aboutpage {
	border: 0px solid red;
	overflow: visible;
	display: block;
	position: relative;
	margin: 0 auto;
	clear: both;
	padding: 0 0 0 0;
	}
#mainsection article.normalpage header {
	padding: 0px;
	margin: 0px 0 0 0px;
	background: none;
	border-top: 1px solid #fff;
	position: relative;
}
#mainsection article.panel-wrapper section {
/*		background: url('/wp-content/themes/fetters2017/images/bottombrackets.png') bottom left no-repeat; */
}

strong {
	font-weight: bold;
	}
	
article img {
/*	
	width: 100%;
	height: 100%;
*/	
	}
article ol  {
	list-style: outside none;
	margin: 0px;
	display: block;
	padding: 0px;
	}

article ol li {
	font-family: 'IM Fell English SC', serif;
	font-size: 125px;
	color: #fff;
	margin: 0;
	padding: 0;
	}
article figure {
	width: 175px;
	height: 175px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	float:left;
	position: relative;
	overflow: hidden;
	}
article figure:after {
	content: url('/wp-content/themes/fetters2017/images/thumbshade2.png');
	display: block;
 	position: absolute;
	top: 0;
	left: 0;
	}
article figure a:link img, article figure a:visited img {
	padding: 0;
	opacity: 0.4;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;	
	z-index: 100;
	display: block;
	position: relative;
	}	
article figure a:hover img {
	opacity: 1.0;
}	
article.gallerypage>section {
	position: relative;
	padding: 3px;
	}
	
.galleryblock::after {
	display: block;
	height: 71px;
	background: url('/wp-content/themes/fetters2017/images/galleryshadow.png') bottom left no-repeat;
	padding: 0;
	width: 100%;
	content: "";
	}
.galleryblock.weddinglinks {
	height: 175px;
	}
div.picture.gallerythumbs::after {
	content: "";
	display: block;
	clear: both;
	}
/*
.galleryblock.weddinglinks::after {
	display: block;
	height: 71px;
	background: url('/wp-content/themes/fetters2017/images/galleryshadow.png') bottom left no-repeat;
	padding: 0;
	width: 100%;
	content: "";
	top: 175px;
	}
*/	
section#mainsection:after {
	content: "";
	background: url('/wp-content/themes/fetters2017/images/galleryshadow.png') bottom left no-repeat;
	display: block;
	height: 71px;
	}
	
.page-template-page-gallery-php article.gallerypage>section {
	padding-bottom: 20px;
	background: #fff ;
	background-image: none;
	}
		
div.articleshadow {
/*	background: #fff url('/wp-content/themes/fetters2017/images/galleryshadow-sm.png') bottom left no-repeat; */
	background-color: #fff;
	background-image: url('/wp-content/themes/fetters2017/images/galleryshadowbig.png'),  url('/wp-content/themes/fetters2017/images/bottombrackets.png'), url('/wp-content/themes/fetters2017/images/backgroundyellowstrip.jpg');
	background-position: 0 5px, top left, top left;
	background-repeat: no-repeat, no-repeat, repeat-x;
	border: 0px solid red;
	margin: 50px 0 0 0px;
	padding: 5px 0 71px 0;
	width: 885px;
	}
div.gallerythumbs {
	padding: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 9;
	}
span.topleft {
	background: transparent url('/wp-content/themes/fetters2017/images/corner-bracket.png') top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	}		
span.topright {
	background: transparent url('/wp-content/themes/fetters2017/images/corner-bracket.png') top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	}		
span.bottomleft {
	background: transparent url('/wp-content/themes/fetters2017/images/corner-bracket.png') top left no-repeat;
	position: absolute;
	bottom: 71px;
	left: 0;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
	}	
span.bottomright {
	background: transparent url('/wp-content/themes/fetters2017/images/corner-bracket.png') top left no-repeat;
	position: absolute;
	bottom: 71px;
	right: 0;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
	}		
.page-template-page-about-- span.bottomright,
.page-template-page-about-- span.bottomleft  {
	bottom: 0px;
	}	
span.clear {
	clear: both;
	display: block;
	}
span.picnum {
	position: absolute;
	font-size: 125px;
	color: #fff;
	font-family: 'IM Fell English SC', serif;
	text-align: center;
	width: 175px;
	height: 175px;
	line-height: 175px;
	z-index: 110;
	opacity: 0.5;
	top: 0;
	left: 0;
	}
.wedlink span.picnum {
	font-size: 3rem;
	line-height: 3rem;
	opacity: .9;
	padding-top: 15px;
	text-shadow: 1px 1px 1px #333;
	width: 135px;
	margin: 0 20px;
	height: 175px;
	}
		
span.galtitle {
	position: absolute;
	font-size: 25px;
	color: #fff;
	font-family: 'IM Fell English SC', serif;
	text-align: center;
	width: 175px;
	height: 160px;
	line-height: 25px;
	z-index: 110;
	opacity: 0.75;
	padding-top: 15px;
	}
article a:link, article a:visited {
	text-decoration: none;
	}
article  h1 {
	font-family: 'IM Fell English SC', serif;
	font-size: 25px;
	color: #f26531;
	margin: 10px 0;
	}
article>header p 
{
	font-size: 14px;
	line-height: 20px;
	}
section>h1 {
	padding-top: 10px;
	}
/* == NAVIGATION == */

header nav {
	position: absolute;
	border: 0px solid red;
	right: 9px;
	bottom: 45px;
	z-index: 10;
	}
header nav {
	padding:  0;
	}
	header nav ul {
		list-style: none outside;
		text-align: left;
		margin: 0;
		padding: 0;
		}
	header nav li {
		font-family: 'IM Fell English SC', serif;
		display: inline-block;
		font-size: 20px;
		padding: 5px 0px 2px 0px;
		margin: 0 15px;
		border-bottom: 1px solid #fff;
		}
	header nav li li {
		border-bottom:0px solid #fff;
		}
	header nav a:link, header nav a:visited {
		color: #0c0c0d;
		text-decoration: none;
		margin: 0;
		}
	header nav li li a:link, header nav li li a:visited {
		border: 1px solid #333;
		padding: 5px 15px;
		}	
	header nav li li a:visited {
		border: 1px solid #333;
		padding: 5px 15px;
		}		
	header nav a:hover{
		color: #f26531;
		}
	header nav li:hover {
		color: #f26531;
		border-bottom: 1px solid #f26531;
		}	
	header nav li li:hover {
		color: #f26531;
		border-bottom: 1px solid #fff;
		border-bottom: none;
		}	
	header nav ul ul {
		position: absolute;
		left: -999em; 
		border: 0px solid #333;
		width: 114px;
		z-index: 5000;
		margin-top: 3px;
		margin-left: -16px;
/*		 -moz-box-shadow:    2px 2px 2px 0px #333;
 		 -webkit-box-shadow: 2px 2px 2px 0px #333;
 		 box-shadow:         2px 2px 2px 0px #333; */
 		 background: url('/wp-content/themes/fetters2017/images/orangeline.png') 15px top repeat-y;
		}	
header nav ul ul ul {
	position: absolute;
	left: -999em; 
	padding: 0 0 0 10px;
	margin: -28px 0 0 113px;
	border: 0px solid red;
 	background: url('/wp-content/themes/fetters2017/images/orangeline.png') center top repeat-y;
}
header nav ul.sub-menu  ul.sub-menu {
 	background-image: url('/wp-content/themes/fetters2017/images/orangeline.png'), url('/wp-content/themes/fetters2017/images/orangeline.png');
 	background-position: -25px 15px, top center;
 	background-repeat: repeat-x, repeat-y;
 	border: 0px solid red;
 	}
	header nav ul ul li {
		display: block;
		margin: 5px 0;
		padding: 5px 0 5px 20px;
		padding: 0;
		font-size: 16px;
		background: rgba(255, 255, 255, 1);
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;		

		}
	header nav ul ul ul li:first-child {
		margin-top: 0;
		}
	header nav ul ul li:last-child {
		margin-bottom: 0;
		}
	
	header nav ul ul li a:link, header nav ul ul li a:visited {
		display: block;
		}
	header nav ul ul li a:hover {
		text-decoration: none;
		}
	header nav li:hover ul {
		left: auto;
		margin-left: -16px;
		margin-left: auto;
		margin-right: auto;
		}
	header nav li li:hover ul {
		left: auto;
		}	
	header nav li:hover ul ul {
		}
	header nav li ul li:hover ul {
		left: auto;
		}	
	header nav li:hover ul ul {
		margin-left: 113px;
		left: -999em;
		}	

#nav li:hover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#mainsection nav.aboutsubnav {
	margin: 0 auto; 
	text-align: center; 
	}
#mainsection nav.aboutsubnav ul {
	display: inline-block;
	padding: 0 ;
	margin: 0;
	border: 0px solid red;
	}
	
#mainsection nav.aboutsubnav ul li {
	display: inline-block;
	padding: 0 10px;
	font-family: 'IM Fell English SC', serif;
	font-size: 16px;
	}
.about #mainsection {
	width: 885px;
	overflow: hidden;
	}
.about #mainsection article {
	width: 890px;
	float: right;
	border: 0px solid red;
	}
	/* == SIDEBAR == */

aside {
	margin: 165px 0 0 0;
	padding: 0 0 0 50px;
	overflow: hidden;
	width: 234px;
	float: left;
	clear: none;
	border: 0px solid red;
	text-align: right;
	}
aside li {
		list-style: none;
		}
aside li ul li {
	list-style: none outside;
	margin-left: 25px;
	font-family: arial, sans-serif;
	font-size: 14px;
	padding: 4px 0px;
	}
h2.widgettitle {
	font-family: 'IM Fell English SC', serif;
	font-size: 20px;
	padding: 15px 0 10px 0;
	margin: 0;
	
}
/* == FOOTER == */

body footer {
	padding-top: 50px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	color: #545454;
	font-size: 13px;
	}
footer p {
	margin: 5px 0;
	padding: 5px 0;
	}
footer p.addressinfo {
	border-bottom: 1px solid #e3e3e3;
	}
/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */
a.fancybox {
	z-index: 500;
	}
#homerotation {
	border: 1px solid #333;
	width: 900px;
	height: 600px;
}
#homerotation img {
	width: 100%;
	height: 100%;
	}

.blogimages {
	margin: 15px 0;
	padding: 0;
	}
.blogimages img {
	padding: 2px;
	border: 1px solid #333;
}	
#fancybox-title {
	display: none;
	}	
#mainsection section.aboutpage .gform_body {
	margin-left: 25px;	
	border: 0px solid red;
}
#mainsection section.aboutpage .gform_body ul  {
	-webkit-column-count: 1;
	-moz-column-count:1;
	-o-column-count:1;
	column-count:1;
	}
.gform_heading {
	padding-left: 50px;
	}	
.gform_heading h3 {
	font-family: 'IM Fell English SC', serif;
	font-size: 20px;
	color: #f26531;
	margin: 10px 0;
	font-weight: normal;
	}
.gform_fields {
	margin-top: 1rem;
	}	
#mainsection section.aboutpage .gform_footer {
	padding-left: 75px;
	}	
#gforms_confirmation_message {
	padding-left: 50px;
	font-family: 'IM Fell English SC', serif;
	font-size: 20px;
	color: #f26531;
	}	
.gform_validation_container {
	display: none;
	}
input,
textarea {
	padding: 5px;
	font-size: 1.8rem;
	width: 80%;
	margin: 0;
	background: #fefefc;
	border: 1px solid #eeebc2;
	}	
input[type=submit] {
	background:#fefefc;
	border-radius: 3px;
	padding: 5px 10px;
	border: 1px solid #eeebc2;
	text-transform: uppercase;
	font-size: 1.3rem;
	color: #999999;
	cursor: pointer;
	transition: all .3s linear;
	}	
input[type=submit]:hover {
	background:#fddcd0;
	border: 1px solid #f06434;
	color: #666565;
	cursor: pointer;
	}	
body .gform_wrapper .top_label input.medium {
	width: 80%;
	}	
body.page-id-33 .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
	}
body .gform_wrapper .top_label .gfield_label {
	font-size: 1.4rem;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: bold;
	color: #999999;
	}
		
#mainsection section.aboutpage  blockquote h3 {
	background: #e3dec0;
	color: #000;
	font-weight: bold;
	padding: 5px 10px;
	opacity: 0.75;
	font-size: 20px;
	font-family: 'IM Fell English SC', serif;
	background: rgba(136, 131, 76, 0.4);
	border-bottom: 1px solid #444120;
	} 
	
#mainsection section.aboutpage  blockquote {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	border: 1px solid #444120;
	padding: 0px 0px 10px 0px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 0.4);
	}
#mainsection section.aboutpage  blockquote ul {
	list-style: disc outside;
	margin: 10px 0 0 30px;
	padding: 0;
	}
#mainsection section.aboutpage  blockquote ul li {
	margin: 0;
	padding: 5px 0 0 0px;
	font-weight: bold;
	color: #88834c;
	}
.googlemap {
	margin: 15px 0;
	padding: 0;
	}	

.page-id-653 .picture.gallerythumbs	p:first-child{
		display: none;
		}


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

body {
	margin: 0;
	}
	
.wrapper {
	width: 721px;
	padding: 0 24px;
	}	
#homerotation {
	border: 1px solid #333;
	width: 718px;
	height: 475px;
}

article figure {
	width: 142px;
	height: 142px;
	}

body header {
	width: auto;
	height: 82px;

	}
body header h1 {
	width: 250px;
	height: auto;
	}
body header h1 a:link,
body header h1 a:visited {
	display: block;
	width: 250px;
	}	
header nav {
	position: absolute;
	right: 9px;
	bottom: 45px;
	z-index: 10;
	}
body footer {
	width: 721px;
	}
article.gallerypage {
	width: 721px;
	padding: 0;
	margin: 0;
	}
/*
article.gallerypage>section {
	padding-bottom: 56px;
	background: #fff url('/wp-content/themes/fetters2017/images/galleryshadow.png') bottom center no-repeat;
	position: relative;
	padding-left: 3px;
	padding-top: 0px;
	background-size: 710px;
	opacity: .8;
	}
*/
.galleryblock::after {
	display: block;
	height: 54px;
	background: url('/wp-content/themes/fetters2017/images/galleryshadow.png') bottom left no-repeat;
	padding: 0;
	background-size: 710px;
	content: "";
	}
	
span.bottomright,
span.bottomleft {
	bottom: 54px;
	}		
div.rotationshadow {
	display: block;
	height: 65px;
	background: #fff url('/wp-content/themes/fetters2017/images/galleryshadow.png') bottom center no-repeat;
	background-size: 700px;
	background-position: top center;
	}	

}

@media only screen and (min-width: 600px) and (max-width: 767px) {

body {
	margin: 0;
	}
	
.wrapper {
	width: 528px;
	padding: 0 40px;
	}	
#homerotation {
	border: 1px solid #333;
	width: 252px;
	height: 168px;
}
div.picture::after {
	content: "";
	display: block;
	clear: both;
	}
article figure {
	width: 175px;
	height: 175px;
	}
body header {
	width: auto;
	}
body header h1 {
	width: 250px;
	height: auto;
	}
body header h1 a:link, 
body header h1 a:visited {
	width: 250px;
	height: auto;
	}
header nav {
	display: none;
	}
body footer {
	width: 528px;
	}
article.gallerypage {
	width: 560px;
	padding: 0;
	margin: 0;
	}

}

@media only screen and (min-width: 320px) and (max-width: 599px) {

#homerotation {
	border: 1px solid #333;
	width: 436px;
	height: 291px;
}
.wrapper {
	width: auto;
	padding: 0 24px;
	}	
article figure {
	width: 175px;
	height: 175px;
	float: none;
	margin: 0 auto;
	}

body header {
	width: auto;
	}
body header h1 a:link, 
body header h1 a:visited {
	width: 200px;
	height: auto;
	}
body header h1 a {
	display: block;
	}	
body footer {
	width: auto;
	}
article.gallerypage {
	width: auto;
	padding: 0;
	margin: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

span.bottomright,
span.bottomleft,
span.topright,
span.topleft {
	display: none;
	}		
article.gallerypage>section {
	padding-bottom:20px;
	background: none;
	}
.galleryblock::after {
	display: none;
	}
.panel { 
	padding: 0 20px;	
}
#mainsection h1 {
	margin-left: 20px;
	}

}
@media only screen and (min-width: 320px) and (max-width: 988px) {

/*------------------------------------*\
   Mobile Menu Toggle Button
\*------------------------------------*/
header nav {
	display: none;
	}
.navtoggle {
	display: block;
	}
a#togglemenu{
	position: absolute;
	right: 0px;
	top: 0;
	cursor: pointer;
	padding: 0px;
	background: #fff;
	width: 50px;
	height: 50px;
	z-index: 1000!important;
	border: 1px solid #0c0c0d;
	}	
a#togglemenu span {
	display: block;
	position: absolute;
	background: #f26531;
	width: 25px;
	height: 4px;
	right: 0;
	left: 0;
	top: 23px;
	bottom: 0;
	margin: 0 auto;
	}	 	
a#togglemenu span:before,
a#togglemenu span:after
 {
	content: " ";
	display: block;
	position: absolute;
	background: #f26531;
	width: 25px;
	height: 4px;
	left: 0px;
	border-color: rgba(0,0,0,0);
	border: 0;
	}	 
.mm-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 right: 0px;
}	

.mm-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
 right: 1px;
	}
a#togglemenu span:before {
	top: -8px;
	}	 	
a#togglemenu span:after {
	top: 8px;
	}
.mobilenav {
	position: absolute; 
	display: block;
	z-index: 200;
	width: 100%;
	background: rgba(255,255,255,.95);
}
.mobilenav ul {
	display: none;
	margin: 0;
	padding: 50px 0 0 0;
}
.mobilenav ul ul {
	margin: 0;
	padding: 0;
}
.mobilenav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #adadad;
}
.mobilenav ul ul.sub-menu li:last-child {
	border-bottom:0px solid #333;
}
.mobilenav ul ul.sub-menu li:first-child {
	border-top:1px solid #adadad;
}
.mobilenav ul li a {
	display: block;
	padding: 7px 20px;
	}
.mobilenav ul li ul a {
	padding-left: 30px;
	}

div.articleshadow {
	display: none;
/*	background: #fff url('/wp-content/themes/fetters2017/images/galleryshadow-sm.png') bottom left no-repeat; */
	background-color: #fff;
	background-image: url('/wp-content/themes/fetters2017/images/galleryshadowbig.png'),  url('/wp-content/themes/fetters2017/images/bottombrackets.png'), url('/wp-content/themes/fetters2017/images/backgroundyellowstrip.jpg');
	background-position: 0 5px, top left, top left;
	background-repeat: no-repeat, no-repeat, repeat-x;
	border: 0px solid red;
	margin: 50px 0 0 0px;
	padding: 5px 0 71px 0;
	width: 885px;
	}
article figure:after {
	display: none;
	}
#homerotation {
	border: 1px solid #333;
	width: auto;
	height: auto;
}
div.rotationshadow {
	background-size: 85%;
	background-position: top center;
	}	
.galleryblock.weddinglinks {
	height: auto;
	}
#mainsection section.aboutpage  blockquote {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	}
#mainsection section.aboutpage  blockquote ul li {
	padding-right: 10px;
	}

}