/*
Theme Name: Art Wolfe
Theme URI: https://artwolfe.com
Description: The Official WordPress Theme of Art Wolfe Inc.
Version: 0.1


Author: 32spokes ( Robert Dall, Mandi Wise, Sergey Biryukov )
Author URI: http://32spokes.com
*/


/* Reset and Normalize
-------------------------------------------------------------- */
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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	position: relative;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.site-header .skip-link {
	background-color: #f1f1f1;
	border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	left: -9999em;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: -9999em;
}

.site-header .skip-link:focus {
	clip: auto;
	height: auto;
	left: 5px;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Icon Fonts
---------------------------------------------*/

/* Genericons, a flexible icon-font.
 * More info: genericons.com
 */

@font-face {
	font-family: Genericons;
	src: url(fonts/genericons-regular-webfont.eot);
	src: url(fonts/genericons-regular-webfont.eot?#iefix) format("embedded-opentype"),
		 url(fonts/genericons-regular-webfont.woff) format("woff"),
		 url(fonts/genericons-regular-webfont.ttf) format("truetype"),
		 url(fonts/genericons-regular-webfont.svg#genericonsregular) format("svg");
	font-style: normal;
	font-weight: normal;
}
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-media:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
#reply-title small a:before,
.bypostauthor .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}


/* Universe 45 Light & 55 Roman Embed
---------------------------------------------*/

@font-face {
    font-family: 'UniversCom45Light';
    src: url('fonts/universcom-45light.eot');
    src: url('fonts/universcom-45light.eot') format('embedded-opentype'),
         url('fonts/universcom-45light.woff') format('woff'),
         url('fonts/universcom-45light.ttf') format('truetype'),
         url('fonts/universcom-45light.svg#UniversCom45Light') format('svg');
}

@font-face {
    font-family: 'UniversCom55Roman';
    src: url('fonts/universcom-55roman.eot');
    src: url('fonts/universcom-55roman.eot') format('embedded-opentype'),
         url('fonts/universcom-55roman.woff') format('woff'),
         url('fonts/universcom-55roman.ttf') format('truetype'),
         url('fonts/universcom-55roman.svg#UniversCom55Roman') format('svg');
}

/* Global
---------------------------------------------*/
body {background: #292726;}
body,
button,
input,
select,
textarea {
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	color: #f8f8f8;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 16px; /* pixels are needed for IE 8 and lower :( */
	font-size: 1.6rem; /* Snooka explains font resizing using rem - http://snook.ca/archives/html_and_css/font-size-with-rem */
	line-height: 1.5;
}
/* This silliness below is needed here if we use rems because Chrome is being a dick lately
* https://code.google.com/p/chromium/issues/detail?id=320754
*/
p, ul, ol, table, td, th, dl, dd, dt {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 1.5em 1.5em;
}
pre {
	background: #000;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: none;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
td, th {
	padding: 3px 5px;
}

/* Short Code Clear Class (Put above everything else to prevent issues) ~ rd
-----------------------------------------*/
.clear {
	clear: both;
}

/* Forms and buttons
-----------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

/* Media
-----------------------------------------*/
object,
#main img {
	max-width: 100%;
	height: auto;
}
#branding img,
#content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#branding img,
#content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.responsive-video,
.google-maps {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 1.5em;
}
.google-maps {
	padding-bottom: 75%;
	padding-top: 0;
}
.responsive-video iframe,
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Forms and Buttons
----------------------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
select {
	width: 100%;
	background: #292726;
	border: 1px solid #B1B3B2;
	}

/* Image Alignment
----------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 0.625em 0.625em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.625em 0.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.625em;
}
.wp-caption {
	background: #333;
	margin-bottom: 0.625em;
	max-width: 100%;
	padding: 0.25em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	color: #aaa;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
}
.wp-caption .wp-caption-text {
	margin: 0.5075em 0.5075em 0.2075em;
}

/* General Styles
----------------------------------------------*/
/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; speak: none; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a {
	color: #90cef1;
	cursor: pointer;
	text-decoration: none;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
a:hover,
a:focus,
a:active {
	color: #74c4f1;

	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
p {
	margin: 0;
	margin-bottom: 1.5em;
	word-wrap: break-word;
}

p a:hover,
p a:focus,
p a:active  {
	text-decoration: underline;
}

/*
th a:hover,
th a:focus,
th a:active {
	text-decoration: underline;
}
dd a:hover,
dd a:focus,
dd a:active {
	text-decoration: underline;
}
li.comment a:hover,
li.comment a:focus,
li.comment a:active {
	text-decoration: underline;
}
*/

h1,h2,h3,h4,h5,h6 {
	color: #f8f8f8;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
/*	text-transform: capitalize; */
	font-weight: 400;
}
h1, h1 a {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.25em;
	margin: 0.325em 0;
}
h2, h2 a {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h3, h3 a {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h4, h4 a {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h5, h5 a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h6, h6 a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}

blockquote {
	color: #f8f8f8;
	background-color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-family: 'Georgia', Times, Times New Roman, serif;
	line-height: 1.625em; /* 26px / 16px */
	margin: 0.625em 5.5em;
	padding: 0.825em 1.8em;
}

blockquote:after {
	background: none repeat scroll 0 0 #74C4F1;
    border-radius: 24px;
    content: "";
    display: inline-block;
    font: 20px/1 'dashicons';
    margin: 3% 50% 0;
    padding: 2%;
    vertical-align: top;
    color: #333333;
}

blockquote p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	line-height: 1.625em; /* 26px / 16px */
}

blockquote p cite {
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
}

/* Block Quote in Visual Editor Widget */

.widget_black_studio_tinymce blockquote {
	color: #f8f8f8;
	background-color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-family: 'Georgia', Times, Times New Roman, serif;
	line-height: 1.625em; /* 26px / 16px */
	margin: 0.625em 0.825em;
	padding: 0.825em 1.3em;
}

.widget_black_studio_tinymce blockquote:after {
	background: none repeat scroll 0 0 #74C4F1;
    border-radius: 24px;
    content: "";
    display: inline-block;
    font: 20px/1 'dashicons';
    margin: 3% 44% 0;
    padding: 2%;
    vertical-align: top;
    color: #333333;
}

.widget_black_studio_tinymce blockquote p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	line-height: 1.625em; /* 26px / 16px */
}

.widget_black_studio_tinymce blockquote p cite {
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
}

/* Main Layout
 * The main container here is set to 1000px
 * If you choose to set this to a different size, make sure you update the
 * media query so that when you are at this breakpoint the container is set to 100%.
-----------------------------------------------------------------------------------*/
#wrap {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
}

#tagline {
	display: none;
}

/* Header
------------------------------------------------------ */
#branding {
	position: fixed;
	width: 100%;
	min-height: 60px;
	z-index: 1000;
	background: #292726;
	/* drop shadow on fixed nav */
	-webkit-box-shadow: 0 8px 30px -22px #000000;
	-moz-box-shadow: 0 8px 30px -22px #000000;
	box-shadow: 0 8px 30px -22px #000000;
}

#centering {
	display: block;
	position: relative;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0;
}

#branding #header-logo {
	float: left;
}

#branding #header-logo img {
	padding-top: 4%;
	width: 270px;
}

/* Header Search Bar
------------------------------------------------------ */
#header-search-div {
	position: absolute;
	min-width: 208px;
	top: 19px;
	right: 1px;
	z-index: -1;
}

#header-search-div.show-search {
	z-index: 1;
}

#header-search-div form#searchform button:before {
	content: '\f400';
	color: #F8F8F8;
	display:block;
	position: relative;
	/* width: 32px; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

#header-search-div form#searchform button:disabled {
	cursor: text;
}

#header-search-div form#searchform button#searchsubmit.submit {
	background: none;
	border: 0 none;
	padding: 0px;
	position: absolute;
	right: 0;
}

#header-search-div form#searchform input#s {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	float: right;
	margin-right: 40px;
	padding: 9px 0 9px 9px;
	font-size: 1.3rem;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0px;
}

#header-search-div.show-search form#searchform input#s {
	background: #545454;
	border: 1px solid #989898;
	cursor: text;
	padding: 8px;
	width: 140px;
}

/* Primary Navigation
-------------------------------------------------------------- */
.main-navigation {
	display:block;
	float: left;
	margin-top: 1.9%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul li {
	display: inline;
	position: relative;
	float: left;
}
.main-navigation a {
	color: #f8f8f8;
	display: block;
	font-size: 16px;
	font-size: 1.55rem;
	font-weight: normal;
	line-height: 2.5em;
	padding: 0 0.7em; /* 20px / 16px */
	text-decoration: none;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

/* hides the mail icon on the main nav */
nav#site-navigation .network-wide-contact-icon a i.icon-large.icon-envelope {
	display: none;
}

/* Drop Down (Child) */
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background: #2d2d2d;
	display: none;
	float: left;
	margin: 0;
	padding: 0px 0px 0px 5px;
	position: absolute;
	left: 0em;
	min-width: 190px;
	z-index: 99999;

	/* Background Gradient in menu */
	background-image: linear-gradient(to top, #2D2D2D 0%, #292726 100%);
	background-image: -ms-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -moz-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -o-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2D2D2D), color-stop(1, #292726));
	background-image: -webkit-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
}
/* Grandchild menu */
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	color: #f8f8f8;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	font-size: 1.45rem;
	min-width: 130px;
}
.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation a:focus {
	color: #90CEF1;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #90CEF1;
}

.main-navigation .sub-menu li {
    min-width: 190px;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation > ul {
	display: none;
}

/* Main Body Content Area
-----------------------------------------------------------*/
#main {
	float: left;
	width: 100%;
	margin-top: 83px;
}
#content {
	float: left;
	width: 68%;
	padding: 0.625em;
}

/* New user sign up page this isn't perfect but it will do for now. rd March, 2016 */

#signup-content {
	padding-top: 76px;
    margin: 0px 80px;
}

/* Contact Page
--------------------------------------------------------------*/

#sidebar div ul li i.icon-facebook,
#sidebar div ul li i.icon-linkedin {
	padding: 0px 9px 0px 2px;
}

/* Rotella Message Recieved
--------------------------------------------------------------*/

.rotella h1 {
	display: none;
}

#content.rotella  {
    float: left;
    padding: 0.625em;
    width: 100%;
}

/* Full Width Template
--------------------------------------------------------------*/

section#content.full-page  {
    float: left;
    padding: 0.625em;
    width: 990px;
    max-width: 100%;
}

/* Multimedia Main Template
--------------------------------------------------------------*/
.page-template-multimedia-main #wrap #main {
    max-width: 1000px;
    margin: auto 0px;
}

#banner-image {
    clear: both;
    position: relative;
}

#banner-image img#multimedia {
    margin-top: 5%;
    width: 100%;
}

#banner-image h2 {
    display: inline;
    left: 6em;
    position: absolute;
    top: 30%;
    text-shadow: 4px 4px 10px black;
}

#banner-image h2 a {
    color: #f8f8f8;
}

#banner-image h2 a:hover {
    color: #90cef1;
    text-decoration: underline;
}

#main div.buttons {
    display: block;
    position: relative;
    float: left;
    height: 270px;
    width: 250px;
}

#main div.buttons img {
	width: 100%;
	max-width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -45%);
  	-moz-transform: translate(-50%, -45%);
  	-ms-transform: translate(-50%, -45%);
  	-o-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
}

#main div.buttons h3 {
	font-size: 2rem;
	font-size: 20px;
	text-align: center;
}

#main div.buttons h3 a:hover {
	text-decoration: underline
}

.page-template-multimedia-main #content {
	width: 94%;
}


.page-template-multimedia-main #content article {
    margin: 0 auto;
    max-width: 95%;
    width: 600px;
}

/* Multi-Media Two Column Template Style */

.page-template-multimedia-two-column #content article {

	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.page-template-multimedia-two-column #content article .sd-sharing-enabled {
	border: 1px solid red;

	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}


/* Multi-Media Sub-page Template Style */

.page-template-multimedia-sub #main {
	margin-top: 0px;
}

/* Wild Lifes Main Template
--------------------------------------------------------------*/
.page-template-wildlives-main #wrap #main {
    max-width: 1000px;
    margin: auto 0px;
}

.page-template-wildlives-sub #wrap #main {
    max-width: 1000px;
    margin: auto 0px;
}


#banner-image img#multimedia {
    margin-top: 5%;
    width: 100%;
}

#banner-image h2 {
    display: inline;
    left: 6em;
    position: absolute;
    top: 30%;
    text-shadow: 4px 4px 10px black;
}

#banner-image h2 a {
    color: #f8f8f8;
}

#banner-image h2 a:hover {
    color: #90cef1;
    text-decoration: underline;
}

.page-template-wildlives-main #button-wrapper {
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

#main div.buttons {
    display: block;
    position: relative;
    float: left;
    height: 270px;
    width: 225px;
}

#main div.buttons img {
	width: 100%;
	max-width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -45%);
  	-moz-transform: translate(-50%, -45%);
  	-ms-transform: translate(-50%, -45%);
  	-o-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
}

#main div.buttons h3 {
	font-size: 2rem;
	font-size: 20px;
	text-align: center;
}

#main div.buttons h3 a:hover {
	text-decoration: underline
}

.page-template-wildlives-main {
	margin-top: 0px;
}

.page-template-wildlives-sub {
	margin-top: 0px !important;
}

.page-template-wildlives-main #content {
	width: 94%;
}

.page-template-wildlives-main #content article {
    margin: 0 auto;
    max-width: 95%;
    width: 940px;
}

.page-template-wildlives-sub #wrap {
	max-width: 715px;
}

.page-template-wildlives-sub #content {
	width: 90%;
}


/* Portfolio Reviews Template
--------------------------------------------------------------*/

.page-template-portfolio-reviews-main #wrap #main {
    max-width: 1000px;
    margin: auto 0px;
}

.page-template-portfolio-reviews-main #banner-image {
    clear: both;
    position: relative;
}

.page-template-portfolio-reviews-main #banner-image img#portreview {
    margin-top: 5%;
    width: 100%;
}

.page-template-portfolio-reviews-main #banner-image h2 {
    display: inline;
    left: 6em;
    position: absolute;
    top: 30%;
    text-shadow: 4px 4px 10px black;
}

.page-template-portfolio-reviews-main #banner-image h2 a {
    color: #f8f8f8;
}

.page-template-portfolio-reviews-main #banner-image h2 a:hover {
    color: #90cef1;
    text-decoration: underline;
}

.page-template-portfolio-reviews-main #main div.buttons {
    display: block;
    position: relative;
    float: left;
    height: 380px;
    width: 310px;
}

.page-template-portfolio-reviews-main #main #button-wrapper {
	margin: 0 auto;
    max-width: 95%;
    width: 1000px;
}

.page-template-portfolio-reviews-main #main div.buttons img {
	width: 100%;
	max-width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-template-portfolio-reviews-main #main div.buttons h3 {
	font-size: 2rem;
	font-size: 20px;
	text-align: center;
}

.page-template-portfolio-reviews-main #main div.buttons h3 a:hover {
	text-decoration: underline
}

.page-template-portfolio-reviews-main #main #breadcrumbs {
	display: none;
}

.page-template-portfolio-reviews-main #content {
	width: 65%;
}

.page-template-portfolio-reviews-main #sidebar {
	width: 28.4%;
	margin-top: 2%;
}

.page-template-portfolio-reviews-main article {
    margin: 0 auto;
    max-width: 95%;
    width: 600px;
}


/* 404 Error Page
--------------------------------------------------------------*/

/*
.error-page h1 {
}
*/

#content.error-page  {
   	margin-left: 14%;
    margin-right: auto;
    padding: 0.625em;
    width: 76%;
}

/* Search Page
--------------------------------------------------------------*/

.search-results #content h2 a span.art-wolfe-store {
	color: #6db76a;
}

.search-results #content h2 a span.art-wolfe-events {
	color: #EF9E53;
}

.search-results #content .post-thumbnail {
	float: left;
	margin-right: 0.5em;
	width: 200px;
}

.search-results #content .post-thumbnail img {
	max-width: 200px;
	max-height: 132px;
}

.search-results .sharedaddy {
	display: none;
}

/* Blog Home formatting,
 * See below for navigation and content formating
--------------------------------------------------------------*/

.blog h2,
.archive h2,
.single h1 {
	margin: 0 2.8em 0.3em 0;
}

.blog #content span.date,
.archive #content span.date,
.single #content span.date {
	position: absolute;
    right: 26px;
    text-align: center;
    top: 0;
    width: 50px;
    font-size: 12px;
    font-family: "UniversCom55Roman",Lucida Grande,Tahoma,Verdana,Arial,sans-serif;
    padding: 4px;
    background-color: #232120;
}

.blog #content span.date a:hover,
.archive #content span.date a:hover,
.single #content span.date a:hover {
	text-decoration: underline;
}

.blog h2 a {
	font-size: 3.2rem;
}

.blog h2 a:hover {
	text-decoration: underline;
}

.blog img.mountain-ridge {
	opacity: 0.5;
}

/* Main body blog content formatting
--------------------------------------------------------------*/
article {
	padding: 0 0 1.25em;
}
article ul,
article ol {
	margin: 0 1.25em 0.3125em;
	padding: 0 1.25em 0.3125em;
}
.entrymeta {
	color: #999;
	margin: 0.625em 0;
	padding: 0.3125em;
}
.entrymeta p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.125em; /* 18px / 16px */
	margin: 0.3125em 0;
}
.post-navigation {
	display: block;
	margin: 2em 0;
	min-height: 22px;
	padding: 0 0.1em;
}
.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}
.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}
.post-navigation a[rel="prev"] {
	float: left;
	text-align: left;
}

/* Entry Meta
-------------------------------------------*/

.entry-meta {
	clear: both;
	font-size: 14px;
	margin: 10px 0px;
}

.entry-meta a {
	color: #90CEF1;
}

.entry-meta a:hover {
	color: #74C4F1;
	text-decoration: underline;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

/* Not being called kept for reference - rd '14 */
.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	top: -1px;
	position: relative;
}

.entry-meta .author a:before {
	content: "\f304";
	top: -1px;
	position: relative;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	top: -1px;
	position: relative;
}

.edit-link a:before {
	content: "\f411";
	top: -1px;
	position: relative;
}

.entry-meta .author {
	display: none;
}

.nav-links .meta-nav {

}

/* Paged navigation */

.paged-navigation ul li {
	display: inline;
    float: left;
    position: relative;
}

.paged-navigation li a,
.paged-navigation li a:hover,
.paged-navigation li.active a,
.paged-navigation li.disabled {
	padding: 5px 10px;
	color: #fff;
	text-decoration:none;
	border-right: 1px solid #989898;
	background: #545454;
}

.paged-navigation li. {
	display: inline;
}

.paged-navigation li a:hover,
.paged-navigation li.active a {
	background-color: #386985;
    background-image: linear-gradient(to bottom, #5e8fa6, #386985);
    border-color: #232120;
    border-right: 1px solid #989898;
    color: #f8f8f8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.paged-navigation li:last-child a {
	border: 0px;
}

/* Breadcrumbs
-------------------------------------------*/

.single-showcase #bread-wrap p#breadcrumbs,
#content p#breadcrumbs {
	margin: 0 0 0.5em;
}

/* Jetpack Sharing Style (sharedaddy)
-------------------------------------------*/

/* Hides Customize Share Buttons - I am disappoint in you Jetpack - rd */

.share-customize-link {
	display: none;
}

/* Posts */

#content .post div.sharedaddy a.sd-button {
	margin: 0.5em;
	padding: 0.3em;
}

#content .post div.sharedaddy .sd-content ul {
	margin: 0px !important;
}

#content .post div.sharedaddy .sharing-hidden .inner {
    background-color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 3px !important;
    margin-left: 0px;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    z-index: 1001;
    top: -4px;
}

div.sharedaddy h3.sd-title:before {
    border-top: 0px solid #DDD !important;
}

/* Pages */

#content .page div.sharedaddy a.sd-button {
	margin: 0.5em;
	padding: 0.3em;
}

#content .page div.sharedaddy .sd-content ul {
	margin: 0px !important;
}

#content .page div.sharedaddy .sharing-hidden .inner {
    background-color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 3px !important;
    margin-left: 0px;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    z-index: 1001;
    top: -4px;
}

/* Sharing Style for Showcase CPT  */

.single-showcase #content .showcase-social-media div.sharedaddy a.sd-button {
	margin: 0.5em;
	padding: 0.3em;
}

.single-showcase #content .showcase-social-media div.sharedaddy .sd-content ul {
	margin: 0px !important;
}

/* More text style */
.single-showcase #content .showcase-social-media div.sharedaddy div.sd-content ul li a.sharing-anchor span {
	color: #999999 !important;
}

.sd-social-icon .sd-content ul li a.share-more {
	background-color: #333333 !important;
	border: 1px solid #999999 !important;
	border-radius: 3px !important;

}

.single-showcase #content .showcase-social-media div.sharedaddy .sharing-hidden .inner {
    background-color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 3px !important;
    margin-left: 0px;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    z-index: 1001;
    top: -4px;
}

/* Sidebar Area
-------------------------------------------*/
#sidebar {
	float: right;
	width: 25.4%;
	padding: 0 1.3em;
	margin: 0.325em 0;
}
.widget {
	clear: both;
	overflow: hidden;
}

#sidebar aside {
	background: #232120;
	margin: 3.5% 0;
	padding: 1em;
}

#sidebar aside h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em;
	text-transform: uppercase;
}
#sidebar aside ul {
	list-style: none;
	margin-left: 0.5em;
	margin-bottom: 0em;
}
#sidebar aside ul li {
	padding: 0.5em 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#sidebar aside p a {
	color: #90cef1;
	text-decoration: none;
}
#sidebar aside p a:hover {
	color: #74c4f1;
	text-decoration: underline;
}

.widget_search label {
	display:none;
}
#sidebar aside div.wp-caption {
	font-style: italic;
}

/* Calendar Widget */

#sidebar aside.widget_calendar #next {
	text-align: right;
}

#sidebar aside.widget_calendar a:hover {
	text-decoration: underline;
}

/* RSS Widget */

.widget_rss .rsswidget img {
	display: none;
}

.widget_rss h4 a {
    color: #f8f8f8;
    font-size: 1.6rem;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    text-transform: uppercase;
}

.widget_rss h4 a:hover {
	text-decoration: underline;
	color: #74c4f1;
}

/* Button Widget */

button.newsletter-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* Style for the newsletter button */
button.newsletter-button {
	padding: 10px 20px;
	background-color: #0077a2;
	color: #f8f8f8;
	font-size: 1.8rem;
	border-radius: 5px;
	line-height: 1.5;
	border: 0px;
}

button.newsletter-button:hover {
    background-color: #7dc5ee;
   /* border-color: #0056b3; */
}


/* Footer area
------------------------------------------------------------*/
footer {
	clear: both;
	margin: 0 auto;
	width: 94%;
}
footer p {
	color: #d4d4d4;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.625em;
}
footer p a {
	color: #90CEF1;
	text-decoration: none;
}
footer p a:hover {
	color: #90CEF1;
	text-decoration: underline;
}
footer #footer-logo {
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Footer Sidebar */

footer #footer-widget-area {
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

footer .widget-area {
	max-width: 235px;
	float: left;
/*	border: 1px solid red; */
}

footer ul {
	margin: 0em;
	list-style-type: none;
}

footer ul aside {
	margin-bottom: 1.5em;
}

footer #footer-widget-area h4 {
	color: #b1b3b2;
	margin: 0 0 0.625em 0;
}

/* Footer Menu left */
footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li {
	color: #90CEF1;
}

footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a:hover {
	color: #90CEF1;
}

footer #footer-widget-area ul li a {
	color: #F8F8F8;
}

footer #footer-widget-area .aw-image-widget-class h4 {
	text-align: center;
}

footer .aw-widget-image {
	padding: 0 10.5% !important;
}

/* hides social media icons in the footer menu - rd */
footer #footer-widget-area aside.widget div.menu-footer-menu-container li a i {
	display: none;
}

footer #first.widget-area {
	width: 240px;
	margin-left: 1.5em;
}

footer #second.widget-area {
	max-width: 315px;
}

footer #third.widget-area {
	margin-left: 3.5em;
    width: 145px;
}

/* Connect Menu
-------------------------------------------------------------- */

.menu-connect-menu-container #menu-connect-menu {
	display:block;
	float: left;
	margin-top: 1.9%;
}
.menu-connect-menu-container #menu-connect-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-connect-menu-container #menu-connect-menu ul li {
	display: inline;
	position: relative;
	float: left;
	border: 1px solid white;
}
.menu-connect-menu-container #menu-connect-menu a {
	color: #f8f8f8;
	display: block;
	font-size: 16px;
	font-size: 1.55rem;
	font-weight: normal;
	line-height: 2.5em;
	text-decoration: none;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
.menu-connect-menu-container #menu-connect-menu li:hover > a,
.menu-connect-menu-container #menu-connect-menu ul ul :hover > a,
.menu-connect-menu-container #menu-connect-menu a:focus {
	color: #90CEF1;
}
.menu-connect-menu-container #menu-connect-menu ul li:hover > ul {
	display: block;
}
.menu-connect-menu-container #menu-connect-menu .current-menu-item > a,
.menu-connect-menu-container #menu-connect-menu .current-menu-ancestor > a,
.menu-connect-menu-container #menu-connect-menu .current_page_item > a,
.menu-connect-menu-container #menu-connect-menu .current_page_ancestor > a {
	color: #90CEF1;
}

.menu-connect-menu-container #menu-connect-menu li a i.icon-facebook,
.menu-connect-menu-container #menu-connect-menu li a i.icon-linkedin {
	padding:10px 5px;
}

/* Footer Copyright and Credits */

footer #credits {
	clear: both;
	text-align: center;
	padding: 2em 0em;
}
footer div#credits p.copyright {
	display: inline;
	padding: 0em;
	margin: 0em;
}
footer address {
	margin: 0em;
	font-size: 1.2rem;
	clear: both;
	display: inline;
}

footer address a:hover {
	text-decoration: underline;
}

/* Comments
----------------------------------------------- */
ol#commentlist li.bypostauthor {
	background-color: #425058;
	border: 1px solid black;
}
.avatar {
	display: block;
	float: left;
	padding: 0 1.25em 0.625em 0;
}
#commentlist {
	padding: 1.25em 0;
}
.commentmetadata {
	margin-top: 0;
}
ol#commentlist, ol#commentlist li {
	list-style: none;
	margin:0; padding:0;
}
ol#commentlist li {
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25em;
	padding: 0.625em;
	margin: 1em 0;
	background-color: #232120;
}
ol#commentlist ul li,
ol#commentlist ol li {
	border: none;
}
ol#commentlist ul li{
	list-style: disc;
}
ol#commentlist ol li {
	list-style: decimal;
}
ol#commentlist ul.children {
	margin: 0.625em 0.625em 0 1.25em;
	padding: 0;
}
ol#commentlist ul.children li {
	border: none;
	list-style: none;
}
ol#commentlist li p {
	padding: 0.625em 0;
}
.commentform {
	padding: 1.25em 0;
}
.commentform p {
	margin-bottom: 0.625em;
}

/* Hides the content explaining what html tags are allowed*/
.form-allowed-tags {display: none;}

/* Forms and buttons
--------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	 border: 2px solid #74c4f1;
	border-radius: 2px;
	background: #74c4f1;
	color: #f8f8f8;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0.5em 1em;
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #90cef1;
	background: #90cef1;
}
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
	color: #f8f8f8;
	border: 1px solid #989898;
	border-radius: 2px;
	background: #545454;
	font-size: 16px;
    font-size: 1.6rem;
}
input[type=text]:focus,
textarea:focus {
	color: #f8f8f8;
}
input[type=password],
input[type=text]
input[type=email] {
	padding: 5px 3px;
	margin-left: 5px;
	color: #F8F8F8;
}
textarea {
	padding-left: 3px;
	width: 98%;
}

/* Gravity Forms
-------------------------------------------*/
.gform_wrapper .top_label .gfield_label {
	font-weight:normal !important;
}

.gform_wrapper .gfield_required {
    color: #90cef1 !important;
    margin-left: 4px;
}

.gform_wrapper .gfield_description {
    padding: 10px 0 0 !important;
    width: 99.8% !important;
    color: #B7B7B7 !important;
    font-size: 11px !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea {
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

/* Modal form style */

.magnific-form-modal {
  position: relative;
  background: #292726;
  padding: 20px 10px 20px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.magnific-form-modal button.mfp-close {
	color: #fff;
}

.gform_wrapper select {
  font-size: 16px !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 60% !important;
}

.gform_wrapper .chzn-container-single .chzn-single {
    background-clip: padding-box;
    background: #545454 !important;
    border: 1px solid #aaaaaa;
    color: #444444;
    display: block;
}

.gform_wrapper .chzn-container .chzn-results {
	background: #545454 !important;
}

/* Gravity Forms enhanced user interface .aw-select style */

.gform_wrapper .chosen-container-single .chosen-single {
	color: #f8f8f8 !important;
	background: #292726 !important;
	border: 1px solid #b1b3b2;
	font-size: 16px !important;
}

.gform_wrapper .chosen-container-single .active-result {
	background: #292726 !important;
}

.gform_wrapper .chosen-container-single .chosen-drop {
	background: #292726 !important;
}

.gform_wrapper .aw-select {
	background: #292726 !important;
}

.gform_wrapper .chosen-results .no-results {
	background: #292726 !important;
}

/* Art Wolfe Popup Style (Gravity Form Portion)
------------------------------------------- */

/* Form Placement */
.aw-popup_wrapper {
	position: absolute;
	top: 68%;
	left: 6%;
	width: 350px;

	/* BACKUP ABSOLUTE POSITION *
	top: 335px;
	left: 50px;
	*/
}

/* Email Address field title */
.aw-popup_wrapper form#gform_7.aw-popup div.gform_body ul#gform_fields_7 label.gfield_label {
	color: #032727;
	text-transform: uppercase;
}

/* Hides Required Field */
.aw-popup_wrapper form#gform_7.aw-popup div.gform_body ul#gform_fields_7 label.gfield_label .gfield_required {
	display: none;
}

/* Email Input */
.aw-popup_wrapper .aw-popup-email input[type="email"] {
	background: white;
	color: #000000;
	border: 1px solid #000000;
}

/* Email Input Wrapper */
.aw-popup_wrapper .aw-popup .gform_body .ginput_container_email {
	margin: 0px;
}

/* Submit button padding */
.aw-popup_wrapper form#gform_7 div.gform_footer.top_label {
	padding: 0px;
	margin-top: 15px;
}

/* Styles the submission button */
.aw-popup_wrapper .aw-popup .gform_footer #gform_submit_button_7 {
	background: #cb7b00;
	border: 2px solid #032727;
	float: right;
}

/* Removes the margin of the p tag on the popup form */

#popmake-14716 .popmake-content p {
	margin-bottom: 0px;
}


/* Search Form  (See header for that search form)
-------------------------------------------*/
#searchform {
	display: inline-block;
	position: relative;
	width: 98%;
}
#searchform #searchsubmit {
	border-radius: 0px;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 0.2em;
	vertical-align: middle;
}
#searchform input#s {
	border-radius: 0px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
    padding: 0.625em;
    width: 74.7%;
}

form#searchform button:before {
    -moz-osx-font-smoothing: grayscale;
    color: #F8F8F8;
    content: "";
    display: block;
    font-family: 'Genericons';
    font-size: 2.55rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-decoration: inherit;
    vertical-align: top;
	width: 65%;
}

/* Front Page
-------------------------------------------*/
.home #wrap {
	width: 100%;
	height: 680px;
}

.home #main {
	margin-top:4.7%;
}

/* Front Page Sections
-------------------------------------------*/
.home #content {
	padding: 0;
	width: 100%;
}

.home #content .front-page-section {
	padding: 0px;
	margin: 0px;
}

.home #content article {
	padding: 0px;
}

.home #content .front-page-sections img {
	width: 100%;
	vertical-align: bottom
}

#content .front-page-sections {
	position: relative;
}

#content .front-page-sections .image-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#content .front-page-sections .image-mask img {
	width: 100%;
	height: 100%;
}

.front-page-sections h2 {
	display: inline;
	padding: 0 8%;
	position: absolute;
	top: 75px;
	font-family: "UniversCom45light",Lucida Grande,Tahoma,Verdana,Arial,sans-serif;
	text-transform: capitalize;
}

.front-page-sections h2 a {
	color: #F8F8F8;
	font-size: 5rem;
	font-size: 50px;
	text-shadow: 1px 1px 10px #181818;
}

.front-page-sections h2 a:hover {
	text-decoration: underline;
}

.front-page-sections.title-alignment-left h2 {
	left: 0;
}

.front-page-sections.title-alignment-center h2 {
	left: 50%;
}

.front-page-sections.title-alignment-center h2 a {
	position: absolute;
	left: -50%;
}

.front-page-sections.title-alignment-right h2 {
	right: 0;
}
.front-page-sections i.fa-angle-double-down {
	display: none;
}

.front-page-sections:first-child i.fa-angle-double-down {
	display: inline;
	position: absolute;
	bottom: 2%;
	right: 3%;
	z-index: 200;
	opacity: 0.6;
	color: #90cef1;
	font-size: 5rem;
	font-size: 45px;
}

/* Showcase
-------------------------------------------*/

.single-showcase #content .showcase h1 {
	font-size: 3.8rem;
    line-height: 1.25em;
    margin: 0.225em 0 0 0;
}

.single-showcase #content,
.post-type-archive-showcase #content {
	padding: 0;
	width: 100%;
}

.post-type-archive-showcase article {
	display: inline-block;
	margin-right: 2%;
	position: relative;
	width: 30%;
}

.post-type-archive-showcase article:nth-child(3n+1) {
	margin-right: 0;
}

.post-type-archive-showcase h1 {
	font-size: 2.8rem;
	color: #F8F8F8;
}

.post-type-archive-showcase h2 {
	bottom: 0.2em;
	display: none;
	margin-bottom: 0.25em;
	position: absolute;
	width: 100%;
}

.post-type-archive-showcase h2 a {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: block;
	font-size: 1.8rem;
	font-size: 18px;
	padding: 0px;
	width: 97%;
	opacity: 0.8;
	padding-left: 0.25em;
    padding-right: 0.25em;
}

.post-type-archive-showcase a:hover + h2 {
	display: block;
}

.post-type-archive-showcase #content h3 {
	font-size: 3.2rem;
	line-height: 1em;
	margin: 0.625em 0;
}

#content .showcase-image {
	position: relative;
	max-height: 500px;
	height: 100%;
	width: 100%;
	margin-bottom: 0.7em;
}

#content .showcase-image img.wp-post-image {
	margin: 0 auto;
	max-width: 95%;
	display: block;
}

#content .showcase-image .image-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	height: 100%;
	margin-left: 5%;
	z-index: 2;
}

#content .showcase-image .image-mask img {
	width: 100%;
	height: 100%;
}

#content .showcase .caption {
	float: left;
	width: 60%;
	margin-left: 5%;
	margin-right: 1%;
}

#content .showcase .caption p {
	font-size: 1.4rem;
	font-size: 14px;
}

#content .showcase .add-to-cart {
	float: left;
	width: 10%;
	height: 4em;
	padding: 0 0.5em;
	border-left: 1px dotted #808080;
	border-right: 1px dotted #808080;
}

#content .showcase .add-to-cart p {
	text-transform: uppercase;
	font-size: 1.4rem;
	margin-bottom: 0px;
	text-align: center;
}

#content .showcase .add-to-cart .dashicons-cart {
	font-size: 30px;
	width: 100%;
}

#content .showcase .showcase-social-media p {
	text-transform: uppercase;
	font-size: 1.4rem;
	margin-bottom: 0px;
}


#content .showcase .showcase-social-media {
	float: left;
	width: 20%;
	margin-left: 1em;
}

#content .showcase .showcase-social-media .sd-title {
	display: none;
}

#content .showcase .showcase-social-media .sd-content {
	float: left;
}

#content .showcase .showcase-social-media p {
	margin-bottom: 0px;
}

/* Showcase Post Navigation Style */

.showcase-navigation {
	width: 100%;
	position: absolute;
	top: 50%;
}

.showcase-navigation a .dashicons {
	height: 50px;
	width: 50px;
	font-size: 50px;
	color: #FFFFFF;
}

.single-showcase .showcase-navigation {
	clear: both;
}

.showcase-navigation .nav-previous {
	float: left;
	text-align: left;
	position: absolute;
	top: 25%;
	left: -50px;
}

.showcase-navigation .nav-next {
	float: right;
	text-align: right;
	position: absolute;
	top: 25%;
	right: -50px;
}

/* Taxonomy Archive */

.tax-collection section#content {
	width: 100%;
}

.tax-collection section#content article.showcase {
    display: inline-block;
    margin-right: 2%;
    position: relative;
    width: 30%;
}

.tax-collection section#content article.showcase h2 {
    bottom: 0.2em;
    display: none;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    position: absolute;
    width: 100%;
}

.tax-collection section#content article.showcase h2 a {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: block;
	font-size: 1.8rem;
	font-size: 18px;
	padding-left: 0.25em;
    padding-right: 0.25em;
	width: 97%;
	opacity: 0.8;
}

.tax-collection section#content article.showcase a:hover + h2 {
	display: block;
}

#mobile {
	display: none;
}


/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/* Media Queries
-------------------------------------------------------------- */
/* Red */
@media screen and (max-width: 1440px) {
	#wrap {
		width: 1000px;
	}
	#main {
		margin-top: 86px;
	}

	.home #main {
		margin-top: 5%;
	}

	/* Media Query helper colour
	.logged-in #content .front-page-sections h2 a,
	.logged-in #content .showcase .breadcrumb_last {
		color: red;
	}
	*/

	#content .showcase-image img.wp-post-image {
	    border: 1px solid #000000;
	    margin: 0 auto 1em;
	    max-width: 75%;
	}

	.main-navigation a {
		padding: 0 0.6em;
	}

	.showcase-navigation .nav-previous {
		float: left;
		text-align: left;
		position: absolute;
		top: 25%;
		left: 0px;
	}

	.showcase-navigation .nav-next {
		float: right;
		text-align: right;
		position: absolute;
		top: 25%;
		right: 0px;
	}

	#branding #header-logo img {
    	padding-top: 5%;
	}
}

/* Fuchsia */
@media screen and (max-width: 1024px) {
	#wrap {
		width: 100%;
	}

	.home #main {
		margin-top: 5%;
	}

	#main {
		margin-top: 80px;
	}
	/* Media Query helper colour
	.logged-in #content .front-page-sections h2 a,
	.logged-in #content .showcase .breadcrumb_last {
		color: fuchsia;
	}
	*/

	.main-navigation a {
		padding: 0 0.6em;
	}
	#branding #header-logo img {
    	padding-top: 5%;
    	width: 200px;
	}
	#branding {
	    min-height: 62px;
	}
	.main-navigation {
	    display: block;
	    float: left;
	    margin-top: 1.5%;
	}
	#header-search-div {
	    min-width: 208px;
	    position: absolute;
	    right: 1px;
	    top: 13px;
	    z-index: -1;
	}
}
/* Yellow */
@media screen and (max-width: 1000px) {
	/* Media Query helper colour
	.logged-in #content .front-page-sections h2 a,
	.logged-in #content .showcase h1 {
			color: yellow;
	}
	*/

	#main {
    	margin-top: 95px;
	}
	.home #main {
		margin-top: 10%;
	}
	.main-navigation {
		width: 55%;
	}
	#branding #header-logo img {
    	padding-top: 9%;
    	width: 260px;
	}

	#banner-image h2 {
		left:5em;
		top: 37%;
	}

	#banner-image img#multimedia {
	    margin-top: 8%;
	    width: 100%;
	}

	/* Popup Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		top: 68%;
		left: 6%;
		/* width: 200px;
		border: 1px solid yellow;  */
	}

}
/* Green */
@media screen and (max-width: 768px) {
	/* Media Query helper colour
	.logged-in #content .front-page-sections h2 a,
	.logged-in #content .showcase .breadcrumb_last {
		color: green;
	}
	*/

	#main {
    	margin-top: 107px;
	}

	.home #main {
		margin-top: 13%;
	}

	.single-showcase #main {
		margin-top: 102px;
	}

	.front-page-sections h2 {
		top: 4px;
	}

	#branding #header-logo img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 1%;
	}

	.main-navigation {
		margin-top: 0;
		width: 100%;
		clear: both;
	}
	#content,
	#sidebar {
		float: left;
		padding: 2%;
		width: 96%;
	}
	.showcase-navigation .nav-previous {
	    position: absolute;
	    left: 0px;
	    top: 18%;
    }
	.showcase-navigation .nav-next {
	    position: absolute;
	    right: 0;
	    top: 18%;
	}

	footer #fourth.widget-area {
    	margin-left: 0;
	}

	.blog h2 a {
		font-size:3.0rem;
		font-size:30px;
	}

	.menu-connect-menu-container #menu-connect-menu a {
		padding: 0;
	}

	#content .showcase .add-to-cart {
	    border-left: 0px dotted #F8F8F8;
	    border-right: 0px dotted #F8F8F8;
	    float: left;
	    height: 4em;
	    padding: 0 0.5em;
	    width: 10%;
	}
	#content .showcase .showcase-social-media {
		clear: left;
		margin-left: 5%;
		width: 25%;
	}

	#banner-image h2 {
		font-size: 17px;
		top: 43%;
	}

	#banner-image img#multimedia {
    	margin-top: 13%;
    }

    /* Art Wolfe Popup Style (Gravity Form Portion)
	------------------------------------------- */

    /* Popup Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		width: 200px;
		top: 64%;
		left: 5%;
	 /*	border: 1px solid green; */
	}

	.aw-popup_wrapper .aw-popup-email input[type="email"] {
		line-height:1 !important;
	}

    .aw-popup_wrapper .aw-popup .gform_footer #gform_submit_button_7 {
    	line-height: 1;
    }

    .aw-popup_wrapper .aw-popup ul li.gfield {
    	margin-top: 0px;
    }

	/* Mobile Menu Style */
	.main-navigation ul {
		display: none;
	}
	.menu-toggle {
		display: block;
	}
	.site-header .menu-toggle {
	  	background: #3a3a3a;
	 	color: white;
	 	font-family: Tahoma, Arial, sans-serif;
	 	font-size: 15px;
	 	font-size: 1.5rem;
	 	padding: 10px 22px;
	 	margin: 0;
	}
	.site-header .menu-toggle:hover {
	 	background: #474747;
	}
	.site-header .menu-toggle:before {
	 	content: '\2261';
	 	font-size: 14px;
	 	font-size: 1.4rem;
	 	margin-right: 10px;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
	 	display: block;
	}
	.main-small-navigation ul {
	 	margin: 0;
	 	list-style: none;
	}
	.main-small-navigation a {
	 	display: block;
	 	color: white;
	 	padding: 10px 40px;
	 	text-decoration: none;
	}
	.main-small-navigation li {
	 	background: #3a3a3a;
	}
	.main-small-navigation li:hover {
	 	background: #474747;
	}
	.main-small-navigation ul ul a {
		padding-left: 60px;
	}
	.main-small-navigation ul ul ul a {
		padding-left: 80px;
	}
	footer #third.widget-area {
	    margin-left: 0;
	    width: 145px;
	}

}
/* Olive */
@media screen and (max-width: 600px) {
	#main {
		margin-top: 0px;
	}
	.home #main {
		margin-top: 0px;
	}
	.single-showcase #main {
		margin-top: 0px;
	}
	#branding {
	    background: none repeat scroll 0 0 #292726;
	    min-height: 75px;
	    position:relative;
	    width: 100%;
	    z-index: 1000;
	}
	.main-navigation {
		width: 100%;
		clear: left;
	}
	.main-navigation a {
		padding: 0 0.5em;
		font-size: 1.44rem;
	}
	#header-search-div {
	    z-index: 1;
	}
	#branding #header-logo {
		float: left;
		width: 96%;
	}
	#branding #header-logo img {
		display:block;
		margin-left: auto;
		margin-right: auto;
	    padding-top: 3%;
	}
	#content,
	#sidebar {
		float: left;
		padding: 2%;
		width: 96%;
	}
	/* Media Query helper colour
	.logged-in #content .front-page-sections h2 a,
	.logged-in #content .showcase .breadcrumb_last {
		color: olive;
	}
	*/

	.front-page-sections h2 a {
		font-size: 30px;
		font-size: 3rem;
	}

	.blog h2 a {
		font-size:2.5rem;
		font-size:25px;
	}

	#banner-image h2 {
		font-size: 17px;
		top: 9%;
	}


	#banner-image img#multimedia {
		margin-top: 0;
	}

	/* Art Wolfe Popup Style (Gravity Form Portion)
	------------------------------------------- */

	/* Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		top: 64%;
		left: 5%;
		width: 200px;
		/* border: 1px solid olive; */
	}

}
/* Lime */
@media screen and (max-width: 570px) {
	#main {
		margin-top: 0px;
	}

	.home #main {
		margin-top:0px;
	}

	.front-page-sections h2 {
		top: 0px;
	}
	.front-page-sections h2 a {
		font-size: 30px;
		font-size: 3rem;
	}
	/* Media Query helper colour
	.logged-in #content .front-page-sections h2 a,
	.logged-in #content .showcase .breadcrumb_last {
		color: lime;
	}
	*/

	#header-search-div {
	    min-width: 208px;
	    position: absolute;
	    right: 19px;
	    top: 72px;
	    z-index: 1;
	}
	.main-navigation ul {
		display: none;
	}
	.menu-toggle {
		display: block;
	}
	.site-header .menu-toggle {
	  	background: #3a3a3a;
	 	color: white;
	 	font-family: Tahoma, Arial, sans-serif;
	 	font-size: 15px;
	 	font-size: 1.5rem;
	 	padding: 10px 22px;
	 	margin: 0;
	}
	.site-header .menu-toggle:hover {
	 	background: #474747;
	}
	.site-header .menu-toggle:before {
	 	content: '\2261';
	 	font-size: 14px;
	 	font-size: 1.4rem;
	 	margin-right: 10px;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
	 	display: block;
	}
	.main-small-navigation ul {
	 	margin: 0;
	 	list-style: none;
	}
	.main-small-navigation a {
	 	display: block;
	 	color: white;
	 	padding: 10px 40px;
	 	text-decoration: none;
	}
	.main-small-navigation li {
	 	background: #3a3a3a;
	}
	.main-small-navigation li:hover {
	 	background: #474747;
	}
	.main-small-navigation ul ul a {
		padding-left: 60px;
	}
	.main-small-navigation ul ul ul a {
		padding-left: 80px;
	}
	blockquote {
		min-width: 160px;
		margin: 0.625em 1.5em;
	}
	.blog h2 a {
		font-size: 2.33rem;
		font-size:23px;
	}
	.post-type-archive-showcase h2 a {
		color: #fff;
		display: none;
		font-size: 1.2rem;
		font-size: 12px;
		padding: 0px;
		width: 100%;
		opacity: 0.8;
	}
	.tax-collection h2 a {
		color: #fff;
		display: block;
		font-size: 1.2rem;
		font-size: 12px;
		padding: 0px;
		width: 100%;
		opacity: 0.8;
	}
	.tax-collection section#content article.showcase h2 a {
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		display: none;
		cursor: pointer;
		font-size: 1.2rem;
		font-size: 12px;
		padding-left: 0.25em;
	    padding-right: 0.25em;
		width: 100%;
		opacity: 0.8;
	}

	.showcase-navigation a .dashicons {
	    height: 50px;
	    width: 50px;
	    font-size: 35px;
	    color: #FFF;
	}

	.showcase-navigation .nav-previous {
	    position: absolute;
	    left: 0px;
	    top: 13%;
    }

	.showcase-navigation .nav-next {
	    position: absolute;
	    right: 0;
	    top: 13%;
	}

	#mobile {
		display: block;
		color: #B1B3B2;
	}

	.single-showcase #bread-wrap p#breadcrumbs {
		font-size: 1.0em;
		font-size: 10px;
	}

	footer #footer-widget-area #first.widget-area {
		display: none;
	}

	.menu-connect-menu-container #menu-connect-menu {
	    margin-top: 17.9%;
	}

	/* Hides Arrow on Mobile View */
	.front-page-sections:first-child i.fa-angle-double-down {
		display: none;	}


	/* Art Wolfe Popup Style (Gravity Form Portion)
	------------------------------------------- */

	/* Popup Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		top: 61%;
		left: 5%;
		width: 200px;
		/* border: 1px solid lime; */
	}

	/* Footer Menu left Style if were going to display it in the footer */
	/* Keep for feature reference or future implentation */
	/*
		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li {
			color: #90CEF1;
			border-bottom: 0px dotted #F8F8F8;
		}

		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a {
		    font-size: 1.2em;
		    font-weight: normal;
		    line-height: 1.4em;
		    text-decoration: none;
		}

		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li:hover {
			border-bottom: 0px dotted #000;
		}
	*/

	footer #footer-logo {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	footer #third.widget-area {
    	margin-left:15px;
    	width: 145px;
	}

}
/* Blue */
@media screen and (max-width: 480px) {
	.front-page-sections h2 {
		top: 0px;
	}
	.front-page-sections h2 a {
		font-size: 30px;
		font-size: 3rem;
	}
	/* Media Query helper colour
	.logged-in #content .front-page-sections h2 a,
	.logged-in #content .showcase .breadcrumb_last {
		color: blue;
	}
	*/

	#header-search-div {
	    top: 68px;
	    z-index: 1;
	}

	#main {
		margin-top: 0px;
	}
	.home #main {
		margin-top:0px;
	}

	.main-navigation ul {
		display: none;
	}
	.menu-toggle {
		display: block;
	}
	.site-header .menu-toggle {
	  	background: #3a3a3a;
	 	color: white;
	 	font-family: Tahoma, Arial, sans-serif;
	 	font-size: 15px;
	 	font-size: 1.5rem;
	 	padding: 10px 22px;
	 	margin: 0;
	}
	.site-header .menu-toggle:hover {
	 	background: #474747;
	}
	.site-header .menu-toggle:before {
	 	content: '\2261';
	 	font-size: 14px;
	 	font-size: 1.4rem;
	 	margin-right: 10px;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
	 	display: block;
	}
	.main-small-navigation ul {
	 	margin: 0;
	 	list-style: none;
	}
	.main-small-navigation a {
	 	display: block;
	 	color: white;
	 	padding: 10px 40px;
	 	text-decoration: none;
	}
	.main-small-navigation li {
	 	background: #3a3a3a;
	}
	.main-small-navigation li:hover {
	 	background: #474747;
	}
	.main-small-navigation ul ul a {
		padding-left: 60px;
	}
	.main-small-navigation ul ul ul a {
		padding-left: 80px;
	}
	blockquote {
		min-width: 160px;
		margin: 0.625em 1.5em;
	}
	.blog h2 a {
		font-size: 2.33rem;
		font-size:23px;
	}
	.post-type-archive-showcase h2 a {
		color: #fff;
		display: none;
		font-size: 1.2rem;
		font-size: 12px;
		padding: 0px;
		width: 100%;
		opacity: 0.8;
	}
	.tax-collection h2 a {
		color: #fff;
		display: block;
		font-size: 1.2rem;
		font-size: 12px;
		padding: 0px;
		width: 100%;
		opacity: 0.8;
	}
	.tax-collection section#content article.showcase h2 a {
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		display: none;
		cursor: pointer;
		font-size: 1.2rem;
		font-size: 12px;
		/* padding: 0px; */
		padding-left: 0.25em;
	    padding-right: 0.25em;
		width: 100%;
		opacity: 0.8;
	}
	.single-showcase #bread-wrap p#breadcrumbs {
		font-size: 1.0em;
		font-size: 10px;
	}

	#content .showcase .caption {
	    float: left;
	    width: 90%;
	    margin-left: 5%;
	}

	#content .showcase .caption p {
		font-size: 1.2rem;
		font-size: 12px;
	}

	#content .showcase .add-to-cart {
		clear: left;
		width: 35%;
	}

	#content .showcase .showcase-social-media {
		clear: none;
		float: left;
		width: 35%;
	}

	#mobile {
		display: block;
		color: #B1B3B2;
		text-align: center;
		padding: 0.133em;
	}

	article {
	    padding: 0 0 0.25em;
	}

	.page-template-multimedia-main #main div.buttons,
	.page-template-portfolio-reviews-main #main div.buttons {
		width: 100%;
	}

	footer #footer-widget-area #first.widget-area {
		display: none;
	}

	.menu-connect-menu-container #menu-connect-menu {
	    margin-top: 1%;
	}

	.front-page-sections:first-child i.fa-angle-double-down {
		display: none;
	/*
		If we want to put the arrow back for mobile version it's code is here: - rd 09/14
		bottom: 0;
	    color: #90cef1;
	    display: inline;
	    font-size: 24px;
	    opacity: 0.6;
	    position: absolute;
	    right: 13px;
	    z-index: 200;
	    */
	}

	/* Art Wolfe Popup Style (Gravity Form Portion)
	------------------------------------------- */

	/* Popup Form Placement */
	.aw-popup_wrapper {
		position: absolute;
		top: 96%;
		left: 3%; */
		width: 299px;
		background-color: rgba(255, 255, 255, .7);
		padding: 5px;
	}

	/* Footer Menu left Style if were going to display it in the footer */
	/* Keep for feature reference or future implentation */
	/*
		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li {
			color: #90CEF1;
			border-bottom: 0px dotted #F8F8F8;
		}

		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a {
		    font-size: 1.2em;
		    font-weight: normal;
		    line-height: 1.4em;
		    text-decoration: none;
		}

		footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li:hover {
			border-bottom: 0px dotted #000;
		}
	*/

	footer #footer-logo {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	footer #third.widget-area {
    	margin-left:0;
    	width: 145px;
	}

}
