/**
 * HTML5 âœ° Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
/*ul, ol { margin-left: 2em; }*/
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}
textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } 
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }
/* Colorsfor form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }
/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

iframe{
	max-width: 100%;
}

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { /*font-weight: bold;*/ }

h1{
    font-size:25px;
}
h2{
    /*font-size:25px;*/
    font-size:16px;
    color:#0673d8;
}
h3{
    /*font-size:20px;*/
    font-size:14px;
    color:#D93706;
}
h4{
    /*font-size:12px;
    color:#25d906;
    font-weight: bold;*/
    font-size:14px;
    /*color:#D93706;*/
    color:#0673d8;
}
h5{
    /*font-size:16px;
    color:#D93706;*/
    font-size:12px;
    color:#0673d8;
    font-weight: bold;
}
h6{
    /*font-size:16px;
    color:#0673d8;
    font-style:italic;*/
    font-size:12px;
    color:#D93706;
    font-weight: bold;

    
}


a, a:active, a:visited { color: #d906b5; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */

body{
	background: #20343d;
	color: #121212;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
/*	margin: -1px;    No idea why this is here, removed 4/17/2012 */
	
}
#container{
	width: 960px;
	margin: 0 auto;
	background: #e6e6e6;
	-webkit-box-shadow:0 0 35px #36236D; 
	-moz-box-shadow: 0 0 35px #36236D; 
	box-shadow:0 0 35px #36236D;
	overflow:hidden;
}
#logo{
	background: #20343d;
	padding-top: 2px;
	padding-bottom: 18px;
	text-align: center;
        margin:5px auto;
	
}
#sidebar-landing{
	float:right;
	
}


#header_image{
	height: 305px;
    position:relative;
    overflow:hidden;

}
#header_shadow{
	height: 23px;
	padding-bottom: 20px;

}
section#main, section#single, section#author, section#blog, section#category, section#search, section#archive{
	width: 498px;
	padding: 3px 20px 15px;
	margin-bottom: 50px;
	float: left;
	/*border-right: #ff9900 1px solid;
	border-left: #ff9900 1px solid;*/
	background: #e6e6e6;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright{
  float: right;
  margin-left: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
}

#blog figure, #category figure{
  float: left;
  margin-right: 10px;
}

#blog h2, #category h2{
  font-size:16px;
    margin-bottom:8px;
}
#blog h2 a, #category h2 a{
  text-decoration:none;

}

.entry-utility{
  margin-bottom:20px;
}
.xoxo li{
  padding:3px 0 3px 0;
}

article h1, article h1 a{
	font-size:25px;
	color: #d93706 !important;
	margin-bottom: 7px;
        font-weight:500;
}
section#main article h1{
		text-align: center;
                font-size:25px;
}
article p{
	line-height: 154%;
}
article div#article-media{
	margin-top: 18px;
	text-align: center;
}
section#page{
	width: 705px;
	float: left;
	padding: 3px 20px 15px;
	margin-bottom: 50px;
	float: left;
	/*border-left: #ff9900 1px solid;*/
	/*background: #FFFAFE;*/
}
section#blog article h1{
	text-align: left;
}
section#author article{
	margin: 10px;
}
section#blog article{
	margin: 10px;
}
section#category article{
	margin: 10px;
}
section#search article{
	margin: 10px;
}


aside ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
aside#site_nav ul{
	padding: 0;
	list-style: none;
	
	font-size: 13px;
}
aside#site_nav{
	padding: 3px 20px;
	float: left;
	width: 169px;
        border-right:1px solid #FF9900;
}
aside h1, aside h1 a{
	font-size: 16px;
	color: #6633FF;
	text-decoration: none;
}

aside h2{
	font-size:14px;
	color:#007FFF;
}
aside h2 a{
	color: #014e9c;
	text-decoration: none;
}
aside h2 a:visited{
        color: #014e9c;
}
aside h2 a:hover{
	color: #007FFF;
	text-decoration: none;
}

aside#site_nav_right{
float:right;
height:700px;
width:205px;
border-left: 1px solid #F90;
}

aside#site_nav h2{color:#014e9c; font-weight:bold;}
aside#blog_nav h1{text-align:center; font-weight:bold;}
aside#site_nav a{
	text-decoration: none;
}

aside#blog_nav{
	padding: 3px 20px;
	float: left;
	width: 169px;
	font-size: 13px;
        min-height:725px;
        border-left:1px solid #FF9900;
}
aside#blog{
	padding: 3px 20px;
	float: left;
	width: 170px;
	font-size: 13px;
}
aside#blog_nav h1, aside#blog_ h1{
	margin-bottom: 15px;
}
aside#blog_nav ul li{
	margin-bottom: 17px;
}

aside#blog_nav ul li p{
	color: /*#FF6600;*/ #ff00cc;
}
aside#blog ul ul{
	margin-bottom: 15px;
}
aside#blog h3{
	margin-top: 15px;
	margin-bottom: 10px;
}
.entry-meta{
	margin: 15px 0;
}
footer{
	background: #FC992C;
	padding: 6px 34px 6px 20px; 
	text-align: left;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
}
footer ul li{
	float: left;
	text-align: center;
	color: #8000FF;
	font-weight: bold;
	font-size: 12px;
	margin-right: 9px;
	margin-left: 9px;
}
footer ul li a{
	color: #8000FF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
footer ul li a:hover{
	text-decoration: underline;
}

.social_media li{
	width: 20px;
}

#social_media,
.menu-footer-container{
	display: inline-block;
}

#googleplus{
	position:relative;
	margin-left: 5px;
	padding-top:5px;
	
	}


#feedburner{
	margin-bottom: 5px;
}


.thank_you_social li{
float:left;
list-style-type: none;}

.return_home{
margin-top: 90px;
font-size:15px;}


/* cform styles */

#cforms2form {
float:right;
margin: 0 0 10px 15px;
width:250px !important;
}

#cforms2form .cf-fs1 {
background-color:#E6E6E6;
}

form#cforms2form{
width:300px !important;
}

form#cforms2form ol.cf-ol li.textonly {
 #FFFFFF !important;
	background:none !important;
	/*letter-spacing:1px; */
	margin:0px 0px !important;
	padding:0px 0px !important;
	font-size: 20px;
	color:#D93706;
}

form#cforms2form ol.cf-ol li{
background: none!important;
margin: 5px 35px!important;
list-style: none!important;
text-align: right;
line-height: 1.3em;
width: 250px;
}

/* Contact Page CForm */
#contactpage{
 	background-image: url('/new-pop-art-releases_1/fazzino-olympic-art-limited-edition-london.jpg');
	background-repeat: no-repeat;
	width:51em;
	margin:0 auto;
	text-align:center;
}

#contactpage form{
	background: #C8C8C8;
 	background:rgba(200, 200, 200, 0.94);
	padding:35px;
	border-radius:5px;
	margin: 0 auto;
}

#contactpage .cform input[type='submit']{
	border-radius:1em;
	box-shadow:none;
	background:url(/wp-content/plugins/cforms/images/button-bg.jpg) repeat ;
	font-size:1.5em;
	font-weight:bold;
	width:6em;
	height:2.6em;
	color:#ffffff;
	box-shadow:1px 1px 5px #000000;
}

#contactpage  label {
	margin: 0px 10px 0 0;
}

#contactpage .cform label{
	display:block;
}

#contactpage .cform textarea,
#contactpage .cform input{
	width:97%;
	border:1px solid #999999;
	border-radius:3px;
	-moz-box-shadow: inset 1px 1px 1px #999999;
	-webkit-box-shadow: inset 1px 1px 4px #999999;
	box-shadow: inset 1px 1px 5px #999999;
}

#contactpage label span {
	padding: 0 5px 8px 5px;
	width:110px;
	color:#000000;
	font-size:1em;	
}

#contactpage .textonly {
	background:none;
	font-size:1.5em;
}



/* =Menu
-------------------------------------------------------------- */

.menu-pop-art-container{
	width: 100%;
	display: block;
}
.menu-pop-art-container ul{
	margin: 0;
	padding: 0;
       margin: 12px 0 0;
}
.menu-pop-art-container ul li {
list-style:none;
cursor:pointer;
position: relative;
padding-bottom:6px;
padding-left:10px;
}
.menu-pop-art-container ul ul{
position:absolute;
left: 125px;
top: -20px;
display: none;
background: #fff;
border: #F90 1px solid;
padding: 8px !important;
}
.menu-pop-art-container ul li:hover ul {display:block;}
.menu-pop-art-container ul ul li {border:none; width:250px; float:left; display:inline;}
.menu-pop-art-container ul ul li:hover {text-decoration:underline; border:none;}
.menu-pop-art-container li:hover ul li ul {display:none;}
.menu-pop-art-container ul > ul > ul ul li ul {left:110px; }
.menu-pop-art-container ul > ul ul li:hover ul {display:block;}
.menu-pop-art-container ul > ul ul li:hover ul {display:block;}
.menu-pop-art-container a:link{color:#607890;}
.menu-pop-art-container a:visited{color:#607890;}
.menu-pop-art-container a:active{color:#607890;}
.menu-pop-art-container a:hover{color:#d70038;}

.menu-currentlimed-container{
	width: 100%;
	display: block;
}
.menu-currentlimed-container ul{
	margin: 0 0 25px 20px;
        
}
.menu-currentlimed-container ul li {
list-style:none;
cursor:pointer;
position: relative;
padding-bottom:6px;
padding-left:10px;
font-size:10px;
}
.menu-currentlimed-container ul ul{
position:absolute;
left: 125px;
top: -20px;
display: none;
background: #fff;
border: #F90 1px solid;
padding: 8px !important;
}
.menu-currentlimed-container ul li:hover ul {display:block;}
.menu-currentlimed-container ul ul li {border:none; width:250px; float:left; display:inline;}
.menu-currentlimed-container ul ul li:hover {text-decoration:underline; border:none;}
.menu-currentlimed-container li:hover ul li ul {display:none;}
.menu-currentlimed-container ul > ul > ul ul li ul {left:110px; }
.menu-currentlimed-container ul > ul ul li:hover ul {display:block;}
.menu-currentlimed-container a:link{color:#607890;}
.menu-currentlimed-container a:visited{color:#607890;}
.menu-currentlimed-container a:active{color:#607890;}
.menu-currentlimed-container a:hover{color:#ff00cc;}


.menu-explorefazzino-container{
	width: 100%;
	display: block;
}
.menu-explorefazzino-container ul{
	margin:12px 0 25px;
	padding: 0;
}
.menu-explorefazzino-container ul li {
list-style:none;
cursor:pointer;
position: relative;
padding-bottom:6px;
padding-left:10px;
}
.menu-explorefazzino-container ul ul{
position:absolute;
left: 125px;
top: -20px;
display: none;
background: #fff;
border: #F90 1px solid;
padding: 8px !important;
}
.menu-explorefazzino-container ul li:hover ul {display:block;}
.menu-explorefazzino-container ul ul li {border:none; width:250px; float:left; display:inline;}
.menu-explorefazzino-container ul ul li:hover {text-decoration:underline; border:none;}
.menu-explorefazzino-container li:hover ul li ul {display:none;}
.menu-explorefazzino-container ul > ul > ul ul li ul {left:110px; }
.menu-explorefazzino-container ul > ul ul li:hover ul {display:block;}
.menu-explorefazzino-container a:link{color:#607890;}
.menu-explorefazzino-container a:visited{color:#607890;}
.menu-explorefazzino-container a:active{color:#607890;}
.menu-explorefazzino-container a:hover{color:#d70038;}





.menu-original3dpopart-container{
	width: 100%;
	display: block;
}
.menu-original3dpopart-container ul{
	margin: 12px 0 25px;
	padding: 0;
}
.menu-original3dpopart-container ul li {
list-style:none;
cursor:pointer;
position: relative;
padding-bottom:6px;
padding-left:10px;
}
.menu-original3dpopart-container ul ul{
position:absolute;
left: 125px;
top: -20px;
display: none;
background: #fff;
border: #F90 1px solid;
padding: 8px !important;
}
.menu-original3dpopart-container ul li:hover ul {display:block;}
.menu-original3dpopart-container ul ul li {border:none; width:250px; float:left; display:inline;}
.menu-original3dpopart-container ul ul li:hover {text-decoration:underline; border:none;}
.menu-original3dpopart-container li:hover ul li ul {display:none;}
.menu-original3dpopart-container ul > ul > ul ul li ul {left:110px; }
.menu-original3dpopart-container ul > ul ul li:hover ul {display:block;}
.menu-original3dpopart-container a:link{color:#607890;}
.menu-original3dpopart-container a:visited{color:#607890;}
.menu-original3dpopart-container a:active{color:#607890;}
.menu-original3dpopart-container a:hover{color:#d70038;}


.menu-item-2035 a:hover{
    color:#d93706;
}
.menu-item-2034 a:hover{
    color:#daab07;
}
.menu-item-1953 a:hover{
    color:#b3d907;
}
.menu-item-2041 a:hover{
     color:#25d906;
}
.menu-item-1957 a:hover{
    color:#d906b5;
}
.menu-item-2043 a:hover{
    color:#a006da;
}
.menu-item-2079 a:hover{
    color:#0673d8;
}
.menu-item-2081 a:hover{
    color:#06d8d9;
}
.menu-item-2087 a:hover{
    color:#d93706;
}
.menu-item-2089 a:hover{
    color:#daab07;
}
.menu-item-2086 a:hover{
    color:#b3d907;
}

.sub-menu{
  z-index:5000;
}


#respond, #related_topics{
	padding-top: 30px;
	padding-bottom: 20px;
	clear: right;
}
p{ margin-bottom: 10px;
}
.nav-previous{float: left;
	font-size: 11pt;
}
.nav-next{
	float: right;
	font-size: 11pt;
}
.ngg-slideshow{ margin: 20px auto; } 
.slideshow{ margin: 20px auto; } 
/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{
height:305px;   /*this changes the height of the image slider*/
width:960px;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/preload.gif) center center no-repeat;
}
 
.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0px;
left:0px;
z-index: 1;
}
 
.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}
 
.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}
 
.slidecontrolls{
margin:20px auto 0 auto;
position: relative;
float:left;
}
 
.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}
 
.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif) center top no-repeat;
}
 
.feature_excerpt{
width:610px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;	
background: #000;
color: #fff;
}
 
.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}
 

/* =Menu
-------------------------------------------------------------- */

.menu-footer-container ul{
	margin: 0;
	padding: 0;
}
.menu-footer-container ul li {
list-style:none;
cursor:pointer;
position: relative;
}
.menu-footer-container ul ul{
position:absolute;
bottom: 0px;
left: 125px;
display: none;
background: #fff;
border: #F90 1px solid;
padding: 8px !important;
width: 250px;
z-index: 20;
}
.menu-footer-container ul li:hover ul {display:block;}
.menu-footer-container ul ul li {border:none; float:left; display:inline; text-align: left}
.menu-footer-container ul ul li:hover {text-decoration:underline; border:none;}
.menu-footer-container li:hover ul li ul {display:none;}
.menu-footer-container ul > ul > ul ul li ul {left:110px; }
.menu-footer-container ul > ul ul li:hover ul {display:block;}


/**Site Map Styles------**/

#sitemap ul, #sitemap li {
list-style-type: none;}

.sitemap {
font-size: 18px;
color: blue;
margin-top:20px;
}

.sitemap_list{
margin-left:15px;
margin-bottom:10px;}

.sitemap_top{
margin-top:10px;}

.sitemap_ul{
margin-left:10px;}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


.menu-item-2033 li a{
    padding-left: 20px;
    color:red;
}
    /**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


#cboxClose{
  top:10px !important;
  left:10px !important;
}


.gallerySlideShow{
  color:#D906B5 !important;
}


/* Newsletter */

#newsletterPage{
  width:95%;
  padding:3px 14px 15px;
  float:left;
}

.footerNewsletter{
  background:none;
}

.footerTop, .titleTop{
  text-align:center;
  border:1px solid black;
  background-color:#FFFFCC;
  width:100%
}

.footerTop{
  padding:10px 0 5px 0;
  color:#002A99;
}

.footerMid{
  text-align:center;
  border:1px solid black;
  margin-top:5px;
  list-style:none;
}

.footerMid h3{
  color:#660033;
  padding-top:5px;
  margin-bottom:10px;
}

.footerBottom{
  background-color:black;
  color:orange;
  padding:10px;
  margin-top:40px;
}

.newsletterMainEntry{
  width:429px;
  float:left;
  text-align:center;
  border:1px solid black;
  padding:12px;
  margin-top:15px;
  margin-bottom:11px;
	min-height:625px;
}

.newsletterSecondaryEntry{
  width:188px;
  float:left;
  border:1px solid black;
  margin:12px 9px 9px 9px;
  padding:10px;
  text-align:center;
  min-height:460px;
}

.newsletterPageContent{
	border:1px solid #000000;
	clear:both;
	text-align:center;
	padding:10px 0 10px 0;
}


.titleTop{
    color:#660033;
    padding:5px 0 10px 0;
}

.newsletterMainEntry img{
  margin-top:5px;
  margin-bottom:10px;
	width:300px;
	height:auto;
}

.newsletterSecondaryEntry h1{
  color:#660033;
}

section#page.3dGalleryPage{
	margin-bottom:0 !important;
}

.hide{
	display:none;
}


/* Landing Page Styles */

aside.landingPage{
	width:335px;
	padding:0 20px 0 20px;
	float:left;
}

section#page.landingPageContainer{
	float:right;
	width:500px;
	padding:3px 85px 0 0;
}

.floatLeft{
	float:left;
}

img.floatLeft{
	padding:0 10px 0 0;
}

.topCallToAction{
	float:right;
	margin:0 15px 0 0;
}

aside.landingPage div{
	margin:0 0 15px 0;
}

aside.landingPage h1,aside.landingPage h2,aside.landingPage h3{
	text-align:center;
}

section#page.landingPageContainerHorizontal{
	width:auto;
	margin:0 0 20px 0;
}

.landingPageContainerHorizontal .entry-content{
	width:450px;
	float:left;
}

.leftColumn{
	width:545px;
	float:left;
	margin:20px 20px 0 0;
}

.rightColumn{
	margin:20px 0 0 0;
}

#collectorsForm input{
	width:200px;
	margin-bottom:30px;
}

.formSubmitButton{
	width:100px !important;
	padding:10px;
}


.pin-it-btn-wrapper{
	clear:both;
}


.newsletterSecondaryEntry img{
	width:170px;
	height:auto;
}



#collectorsForm input[type='checkbox']{
	margin:0;
	width:auto;
}

#collectorsForm input[type='submit']{
	margin-top:30px;
}




/*   Horizontal PPC Landding Page      */
.page-template-page-landing-v2 #container {
	background-color: #fafafa;
	max-width: 1280px;
	width: 100%;
	position: relative;
	box-shadow: none;
}

.page-template-page-landing-v2 section#page {
	margin-bottom: 0;
}

.page-template-page-landing-v2 aside.landingPage {
	margin: 0 auto;
	width: 748px; 
	padding: 0; 
	float: none; 
	margin-top: 65px;
}

.page-template-page-landing-v2 aside.landingPage h1 {
	font-family: 'BrandonGrotesqueMedium', sans-serif;
	text-transform: uppercase;
	color: #20343d !important;
	font-size: 36px;
	line-height: 42px;
	text-align: left;
	margin-bottom: 35px;
}

.page-template-page-landing-v2 aside.landingPage p {
	font-family: 'BrandonGrotesqueLight', sans-serif;
	font-size: 24px;
	line-height: 32px;
}

.page-template-page-landing-v2 aside.landingPage article {
    width: 75%;
}


#banner {
	height: 222px;
	border: 50px solid #fc992c;
	border-top: 0 solid;
	border-bottom: 35px solid rgba(0,0,0,0);
	position: absolute;
	top: 0px;
	left: 80px;	
}

#banner-text {
	position: absolute;
  	top: 60px;
  	left: -43px;
  	text-transform: uppercase;
  	color: #ffffff;	
  	font-size: 24px;
  	line-height: 25px;
  	font-family: 'BrandonGrotesqueMedium', sans-serif;
  	word-spacing: 100px;
  	text-align: center;
}

#photo-hang {
	width: 295px;
	height: 400px;
	position: absolute;
  	top: -3px;
  	right: 86px;	
}

#photo-line-left {
	position: relative;
	width: 1px;
	height: 70px;
	background-color: #fc992c;
	left: 18px;
    top: 3px;
    display: inline-block;

}
#photo-square-left {
	position: relative;
	width: 15px;
	height: 15px;
	background-color: #fc992c;
	left: 5px;
    top: 8px;
    display: inline-block;
}

#photo-line-right {
	position: relative;
	width: 1px;
	height: 70px;
	background-color: #fc992c;
	left: 232px;
    top: 3px;
    display: inline-block;
}
#photo-square-right {
	position: relative;
	width: 15px;
	height: 15px;
	background-color: #fc992c;
	left: 219px;
    top: 8px;
    display: inline-block;
}

#photo {
    height: 356px;
    width: 278px;
    background: #FFFFFF;
    padding: 8px;
    box-shadow: 1px 1px 2px #DDDDDD;
}

#photo:after{
	height: 100%;
	width: 100%;
    background-size: cover;
    background-position: center center;
    content: " ";
    display: block;
}


.page-template-page-landing-v2 section#page.landingPageContainer {
	float: none;
	padding: 6px 85px 3px 0px;
}


.page-template-page-landing-v2 footer {
	background:none;
	padding: 0;
}

.footer-top {
	background-image: url(images/Fazzino-Trademark1.png);
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 175px;
}


.footer-bottom {
	background-image: url(images/BrandBook.png);
	background-position: center center;
    background-size: cover;
    height: 150px;
    margin: 0 -5px;
}


#landing-table {
	margin: 0 auto;
	width: 748px; 
	margin-bottom: 100px;
}

#landing-photo{
	margin-top: 110px;
}


#landing-photo.landing-vert img{
	max-width: 745px;
	padding-bottom: 1em;
}

#landing-photo img {
	width: 100%;
	height: auto;
	border-top: 25px solid #FC992C;
	padding-top: 5px;
	margin: 0 auto;
    display: block;
}

#landing-sub {
	background-color: #fc992c;
	color: #ffffff;
	width: 260px;
	display: inline-block;
	text-align: center;
	height: 772px;
}

.landing-page-image-vertical{
	max-width: 798px;
	height: auto;
}

#landing-sub h3 {
	color: #ffffff;
	font-family: 'BrandonGrotesqueMedium', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 32px;
	padding: 15px;
	border-bottom: 2px solid #ffffff;
	margin-top: 30px;
	width: 184px;
	margin: 30px auto;
}

#landing-sub p {
	font-family: 'BrandonGrotesqueLight', sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-top: 27px;
	padding: 0 25px;
}

#landing-sub a {
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	border: 4px solid #ffffff;
	display: block;
	margin: 10px;
	padding: 15px 10px;
}

#landing-sub img {
	vertical-align: bottom;
	margin-top: 7px;
}

#landing-bottom {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-family: 'BrandonGrotesqueLight', sans-serif;
	color: #777777;
	margin-top: 20px;
}

#landing-bottom a {
	text-decoration: none;
	color: #fc992c;
}

#landing-bottom a:hover {
	color: #20343d;
}

.about-charles {
    background-size: cover;
    height: 698px;
    position: relative;
}

.about-text {
	bottom: -150px;
	position: absolute;
	background-color: #fafafa;
	padding: 0 55px;
	max-width: 560px;
	left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

.about-text h3 {
	font-family: 'BrandonGrotesqueMedium';
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 30px;
}

.about-text p {
	font-family: 'BrandonGrotesqueLight';
	font-size: 16px;
	line-height: 20px;
}

.about-photo {
	position: relative;
}

.about-photo img {
	position: absolute;
    left: 50%;
    bottom: -108px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-color: rgba(255, 255, 255, 0.58);
    transform: translatex(-50%);
}



@font-face {
	font-family: 'BrandonGrotesqueMedium';
		src: url(fonts/Brandon_med.otf) format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BrandonGrotesqueLight';
		src: url(fonts/Brandon_light.otf) format('opentype');
	font-weight: normal;
	font-style: normal;
}


#landing-form {
	background-color: #20343d;
	color: #FFFFFF;
	padding: 30px;
	width: 422px;
	height: 712px;
	display: inline-block;
	vertical-align: top;
}

#landing-form input[type=submit] {
	background: none;
	border-radius: 0;
	border: 3px solid #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-family: 'BrandonGrotesqueMedium';    
	padding: 5px 25px;
	color: #FFF;
}



/* =Color Your Own */
#canvasDiv{
	height:780px;
}
.colorYourOwn #container{
	width:1471px;
}

/* =Search Art Results =PicResults */
.oneArtResult{
	padding-bottom:3em;
}

.oneArtResult img {
	max-width: 500px;
}

.oneArtResultText {
	padding-top:1em;
	text-align: center;
}

/* =GForm */
.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title {
	font-size: 1.5em!important;
	color: rgb(18, 18, 18)!important;
	font-weight: normal!important;
	font-family: Verdana, Geneva, sans-serif!important;
	font-size: 17px!important;
	font-style: normal!important;
	font-variant: normal!important;
}

#gform_2 {
	text-align: center;
}

.gfield_label {
	padding: 0 5px 8px 5px;
	width: 110px;
	color: #000000;
	font-size: 1em;
}

.gfield {
	margin-top: 10px;
	font-weight: normal;
	text-align: left;
}

.gform_footer {
	text-align: right;
	margin-right: 30px;
}

.ginput_container input {
	width: 98%!important;
}

#gform_submit_button_2,
.page-template-page-ecard-php #gform_submit_button_7,
.pink-submit .gform_button{
	font-size: 24px;
	background: #e87aa2;
	background: -moz-linear-gradient(top, #e87aa2 0%, #e82c71 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87aa2), color-stop(100%,#e82c71));
	background: -webkit-linear-gradient(top, #e87aa2 0%,#e82c71 100%);
	background: -o-linear-gradient(top, #e87aa2 0%,#e82c71 100%);
	background: -ms-linear-gradient(top, #e87aa2 0%,#e82c71 100%);
	background: linear-gradient(to bottom, #e87aa2 0%,#e82c71 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87aa2', endColorstr='#e82c71',GradientType=0 );
	border-radius: 11px;
	color: #FFFFFF;
	font-size: 2em;
	padding: 0.5em;
}

.pink-submit .gform_button{
	font-size: 2em !important;
}

.cat-item-537,
.cat-item-1{
	display:none;
	visibility:hidden;
}

.warriorGames{
	text-align:center;
	width:575px;
}

.warriorGames div{
	display:inline-block;
	margin-bottom: 3em;
	text-align: center;
	width:240px;
}

.warriorGames img{
	margin-bottom: 2em;
}

.warriorGamesRight{
	margin-left:15px;
}

/* gforms */
.gfield_label{
	width:auto;
}

div.gform_wrapper .gform_footer{
	padding: 0;
}

#gform_wrapper_5{
	max-width: 50%;
} 

#gform_wrapper_5 select{
	padding: 2px;
}

#gform_wrapper_5 input[type="submit"]{
	padding: 10px;
	width: 100px;
	margin-top: 30px;
	float:left;
}

.ngg-gallery-thumbnail{
	background-color: transparent !important;
    border: none !important;
}

.ngg-gallery-thumbnail img {
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
display: block;
margin: 15px auto 15px auto !important;
padding: 4px !important;
position: relative;
}


.ngg-gallery-thumbnail-box {
float: left;
margin-right: 0px !important;
}

.nextgen_pro_thumbnail_grid .image-wrapper{
	display: inline-block;
    position: relative;
    vertical-align: top;
}

.nextgen_pro_thumbnail_grid span{
	display: block;
	text-align: center;
}

/* Ecards */
.ecardImage {
	max-width: 400px;
}

.ecardImageReceived{
	max-width: 100%;
}

.ngg-galleryoverview label{
	color: #D906B5;
	text-decoration: underline;
}

.page-template-page-ecard-php h1{
	margin-bottom: 1em;
}

.page-template-page-ecard-php img{
	margin-bottom: 0.5em;
}


.ecardShare{
	margin-top: 2em;
}
.ecardShare img{
	max-width: 45px;
}

.page-template-page-ecard-php #page{
	width: 96%;
}

.page-template-page-ecard-php .single-ecard-image{
	float:left;
	margin: 0 0 1em 0;
	text-align: center;
	width: 20%;

}

.page-template-page-ecard-php .single-ecard-image > *{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.page-template-page-ecard-php .single-ecard-image img{
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	padding: 4px;
}

.page-template-page-ecard-php .single-ecard-image .img:hover{
	background-color: #A9A9A9;
}

.page-template-page-ecard-php .ecard-image{
	display: block;
	margin: 0 auto;
	max-width: 100%;

}

.page-template-page-ecard-php .gform_wrapper ul li.gfield{
	clear: none;
	float: left;
	margin-right: 2.5%;
	width: 45%;
}

.page-template-page-ecard-php .ecard-image-wrapper{
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

.page-template-page-ecard-php #field_5_3{
	width: 92%;
}

.page-template-page-ecard-php #gform_submit_button_5{
	border-radius: 5px;
	margin-right: 8%;
}

#field_7_3{
	width: 92% !important;
}

.ecard-message{
	font-size: 1.7em;
}


.category-sticky{
	border: 0 !important;
}

.page div#main,
section#main p,
#blog p,
#category p,
#single {
	font-size: 13px;
}

#single ul {
	margin: 0 0 10px 20px;
	padding: 0 0 0 20px;
}

/* Thickbox */
div#TB_window{
	background: none;
}

div#TB_caption{
	color: #FFFFFF;
	float: none;
	text-align: center;
}

div#TB_window{
	box-shadow: none;
}


#TB_prev a,
#TB_next a{
	color: #FFFFFF;
}

#TB_window .screen-reader-text{
	display: none;
	visibility: hidden;
}

#TB_window .tb-close-icon{
	top: -16px;
    right: 16px;
}

#TB_window .tb-close-icon:before{
	color: #FFFFFF;
	font-size: 4em;
}

.entry-content .nextgen_pro_thumbnail_grid div.image-wrapper{
	margin: 1em -5px !important;
    text-align: center;
    padding: 0 1em;
    box-sizing: border-box;
}

.nextgen_pro_thumbnail_grid .image-wrapper img{
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

.nextgen_pro_grid_album .image_container a.caption_link{
	color: #014e9c !important;
}



/* GFORM PPC Landing Page */
.ginput_container input{
	width: 100% !important;
}
.page-template-page-landing-v2 .gfield_label {
	display: none !important;
}

.gform_wrapper h3.gform_title {
	font-family: 'BrandonGrotesqueMedium' !important;
	font-size: 25px !important;
	line-height: 32px !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	margin-bottom: 20px !important;
}

.gform_wrapper span.gform_description {
	text-align: left;
	font-family: 'BrandonGrotesqueLight', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;

}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	height: 56px !important;
	font-family: 'BrandonGrotesqueMedium', sans-serif !important;
	font-size: 18px !important;
	line-height: 18px !important;
	color: #777777 !important;
	text-indent: 5px;
}

.gform_wrapper textarea.medium {
	font-size: 18px !important;
	line-height: 18px !important;
	color: #777777 !important;
	height: 150px !important;
	text-indent: 2px;
}

h3.gform_title:after {
	content:' ';
    display:block;
    width:184px;
    border-bottom: 2px solid #ffffff;
    margin: 0 auto;
    padding-top: 15px;
}

.category-description-wrapper{
	margin: 1em 0;
}

.page-template-page-landing-v2{
	background: #FFFFFF;
}

.page-template-page-landing-v2 #logo{
	margin: 0;
	border-bottom: 4.5px solid #fc992c;
}


@media screen and (max-width: 760px){
	#photo-hang{
		display: none;
		visibility: hidden;
	}

	#landing-form,
	#landing-sub{
		max-width: 100%;
		display: block;
		height: auto;
		width: auto;

	}

	#banner{
		left: 20px
	}

	.page-template-page-landing-v2 aside.landingPage{
		margin-top: 15px;
		width: 100%;
	}

	.page-template-page-landing-v2 aside.landingPage article{
		margin-left: 145px;
		max-width: 100%;
	}

	.page-template-page-landing-v2 section#page.landingPageContainer{
		padding: 0;
		margin: 0;
	}

	section#page.landingPageContainer{
		width: 100%;
	}

	#landing-table,
	#landing-photo img,
	#logo img{
		max-width: 100%;
		height: auto;
	}
}


@media screen and (min-width: 760px){
	.page-template-page-landing-v2 aside.landingPage{
		min-height: 300px
	}
}

.landing-page-container{
	max-width: 720px;
	margin: auto auto 10px auto;
	background: #20343d;
	padding: 1em;
	color: #FFFFFF;
	text-align: center;
}

.landing-page-headline{
	font-size: 3em;
	color: #FFFFFF;
	display: block;
}

.landing-page-container a{
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    border: 4px solid #ffffff;
    display: block;
    margin: 10px auto;
    padding: 15px 10px;
    max-width: 250px;
	
}

@media screen and (min-width: 760px) and (max-width: 1140px){
	#photo-hang,
	#banner{
		display: none;
	}
}

.page-v3-layout {
	background: #FFFFFF;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

.page-v3-layout h1,
.page-v3-layout h2,
.page-v3-layout h3,
.page-v3-layout h4 {
	margin-bottom: 1rem;
}



.page-v3-layout h1 {
	font-size: 30px;
}

.page-v3-layout h2 {
	font-size: 28px;
}

.page-v3-layout h3 {
	font-size:25px;
}

.page-v3-layout .ngg-navigation {
    margin: 1rem auto 0 auto;
    flex: 0 0 100%;
}

.page-v3-layout  .ngg-navigation span {
	display: inline-block;
}

.page-template-page-licensing h1,
.page-template-page-licensing h2,
.page-template-page-licensing h3,
.page-template-page-licensing h4{
	font-weight: 500;
	letter-spacing: 5px;
	color: #000000;
}

.page-v3-layout .header-large{
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

.page-v3-layout #logo{
	margin: auto;
}
.page-v3-layout .banner{
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 250px;
}

.page-v3-layout .intro-banner{
	min-height: 517px;
}

.page-v3-layout .banner-content{
	max-width: 100%;
}

.page-v3-layout .banner-header-wrapper{
	background: rgba(255, 255, 255, .76);
	padding: 24px 26px;
}

.page-v3-layout .section-header,
.page-v3-layout .banner-header{
	font-size: 36px;
	color: #20343D;
	text-transform: uppercase;
}

.page-v3-layout .section-header{
	font-size: 30px;
}

.page-v3-layout .banner-header{
	border: 6px solid currentColor;
	border-left: none;
	border-right: none;
}

.center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.page-v3-layout .container{
	padding: 0 25px;
	margin: 70px auto;
	max-width: 1200px;

}

@media screen and (min-width: 780px){
	.page-v3-layout .container{
		padding: 0 105px;
	}
}

.page-v3-layout .header-large{
	margin-bottom: 50px;
}

.section-container{
	padding: 62px 0;
	position: relative;
}

.section-grey,
.grey-section{
	background: #FAFAFA;
}

.page-v3-layout .flexslider-wrapper{
	overflow-x: hidden;
}

.page-v3-layout .flexslider{
	margin: 0;
}

.grey-section{
	padding: 40px 150px;
}

.page-v3-layout .gallery-licensing-grid div.image-wrapper{
	flex: 0 0 calc(100% - 1rem);
	margin: .5rem;
}

@media screen and (min-width: 780px){
	.page-v3-layout .gallery-licensing-grid div.image-wrapper{
		flex: 0 0 220px;
		margin: .5rem 0;
	}
}

.page-v3-layout .gallery-licensing-grid div.image-wrapper img{
	display: block;
	margin: 0 auto;
	max-height: 220px;
	width: auto;
}

.page-v3-layout .gallery-licensing-grid-container {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: visible;
}

.filter-option{
	display: inline-block;
	text-transform: uppercase;
	color: #20343D;
	margin: 0 10px 0 0;
	font-size: 12px;
}

.filter-option:before{
	margin-left: 10px;
	content: "";
	color: currentColor;
}

.gallery-selectors{
	margin: 0 0 60px 0;
	text-align: center;
}

.gallery-selector{
	color: #20343d;
	font-size: 12px;
	margin: 10px;
	text-transform: uppercase;
}

.gallery-selector span{
	margin-left: 5px;
	font-weight: 500;
    vertical-align: bottom;
}

.gallery-selector input[type='radio']:checked + span{
	color: #d906b5;

}

.gallery-selector:first-child{
	margin-left: 0
}

.gallery-selector:last-child{
	margin-right: 0;
}

.page-v3-layout .gallery-licensing-grid .image-wrapper img{
	margin-bottom: 0;
	max-width: 100%;
}

.page-v3-layout a {
	color: #FC992C;
}

.page-v3-layout h1{
	font-size: 25px;
	color: #000000 !important;
	font-weight: bold;
	letter-spacing: 0;
}

.flexslider li,
.license-slider-image{
	max-height: 200px;
	width: auto !important;
	filter: grayscale(1);
}

.columns{
	display: flex;
	justify-content: space-between;
}

.footer-columns {
	display: block;
}

.footer-v3,
.footer-v3 a{
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: 500;
}

.footer-v3 > .container{
	margin-top: 27px;
}

/*Same as .footer-bottom*/
.footer-v3-wrapper:before{
	background-image: url(images/BrandBook.png);
	background-position: bottom center;
  	background-size: contain;
    height: 150px;
    content: " ";
    display: block;
    background-repeat: repeat-x;
}

.footer-v3-wrapper .social-icons a{
	margin: 0 0.2em;
}

.footer-v3-wrapper{
	margin-top: 160px;
}

.footer-v3 h3{
	font-size: 18px;
	color: #20343D;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 25px;
}

.footer-v3 .menu li{
	float: none;
	text-align: left;
	margin: 0 0 5px 0;
}

.footer-v3 .menu a{
	font-weight: normal;
}

.larger{
	font-size: 45px !important;
}

.textalign-center{
	text-align: center;
}

.error404 .entry-content{
	color: rgb(119, 119, 119);
	font-size: 16px;
	line-height: 1.875;
}

.error404 section#main p{
	font-size: 1em;
}

.error404 section#main article h1.entry-title{
	font-size: 5.5625em;
}

.menu-404{
	list-style: none;
}

.menu-404 a:after{
	content: "»";
	display: inline-block;
	margin-left: .5em;
}

.menu-404 a{
}

.muted{
	color: #777777;
}

/* Product Template */

.v3-main {
	padding-top: 90px;
	background: #FFFFFF;
}

.flex-container{
	display: flex;
	max-width: 1120px;
	margin: auto;
}

.product-thumbs {
	display: flex;
	margin-top: 1rem;
	flex-wrap: wrap;
}

.product-thumb-container {
	margin: 0 7px;
}

.product-thumb-container:first-child {
	margin-left: 0;
}

.product-thumb-container:last-child {
	margin-right: 0;
}

.product-image:hover{
	cursor: pointer;
}

.product-image-main {
	width: 550px;
	height: 550px;
	position: relative;
	margin: 0 auto;
	max-width: 100%
}

.product-image-main img{
	max-width: 100%;
	height: auto;
	max-height: 550px;
}

.product-gallery{
 flex: 1 0 550px;
}

.product-info {
	flex: 1 1 auto;
	margin-top: 2rem;
}

.product-image,
.product-image-main {
	background: #EEEFF0;
}

.product-info-title{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
}

.product-related-title a {
	color: #20343d;
	text-decoration: none;
}

.product-related{
	flex: 0 1 250px;
	text-align: center;
	margin: 0 23px;
}

.product-related-container {
	display: flex;
	justify-content: start;
}

.product-related:first-child {
	margin-left: 0;
}

.product-related:last-child {
	margin-right: 0;	
}

.single .entry-content ul{
	margin-left: 1rem;
}

.product-related-bg {
	margin-top: 100px;
	background: #FAFAFA;
	padding: 59px 0;
}

.fazz-product-related-section-title {
	color: #777777;
	text-transform: uppercase;
}

.fazz-products .gform_wrapper {
	background: #20343d;
	padding: 50px 30px;
	max-width: 560px;
	margin: 0 auto;
}

.fazz-products .about-charles {
	margin-bottom: 200px
}

.fazz-products .gform_wrapper .top_label .gfield_label {
	display: none;
	visibility: hidden;
}

.fazz-products ::placeholder {
	color: #20343d;
}

.fazz-products .gform_button  {
	background: transparent;
	color: #FC992C;
	border: 4px solid #FC992C;
	text-transform: uppercase;
	padding: 11px 47px;
}

.product-related-dimensions {
	color: #777777;
}

.product-container {
	display: block;
}

@media screen and (min-width: 1040px) {

	.product-gallery {
		margin-right: 50px;
	}
	.product-container {
		display: flex;
	}

	.product-image-main {
		margin: 0;
	}

	.product-info  {
		margin-top: 0;
	}
}

@media screen and (min-width: 960px) {
	.about-text {
		padding: 0 110px;
		width: auto;
	}
}

@media screen and (min-width: 800px) {
	..fazz-products .gform_wrapper {
		padding: 50px 110px;
	}

	.footer-columns {
		display: flex;
	}
}

/* Menu */

.menu-v3-container {
	background: #FC992C;
	padding: 13px 10px;
}

.menu-v3.flex-container{
	justify-content: space-around;
}

.menu-v3 a {
	color : #FFFFFF;
	text-decoration: none;
	display: block;
    width: 100%;
    text-align: center;
}

.menu-v3 a:hover {
	color: #20343d;
}

.menu-v3 a:hover:before {
	background: url('/wp-content/themes/fazzh5/images/star-fill.svg') no-repeat;
}

.menu-v3 a:before {
	content: " ";
	background: url('/wp-content/themes/fazzh5/images/star-outline.svg') no-repeat;
	height: 15px;
	width: 15px;
	display: block;
	margin: auto;
}


@media screen and (min-width: 1068px) {
	.menu-v3 a:before {
		display: inline-block;
		margin-right: 5px;
	}
	
	.menu-v3 {
		text-align: left;
	}

}

.menu-v3 li {
	list-style-type: none;
}

.menu-v3 li {
	margin: 0 13px;
}

.menu-v3 li:first-child {
	margin-left: 0;
}

.menu-v3 li:last-child {
	margin-right: 0;
}

.form-after-note {
	text-align: center;
	font-size: 18px;
	max-width: 748px !important;
}


.menu-v3 .menu-item-has-children {
	position: relative;
}

.menu-v3 .sub-menu {
	display: none;
	position: absolute;
	padding: 1rem;
	width: 200px;
}

.menu-v3 .sub-menu li {
	margin: 0 0 1rem 0;
}

.menu-v3 li:hover > .sub-menu {
	display: block;
	z-index: 10;
	background: #FC992C;
}

.product-purchase-link {
	margin-top: 50px;
	display: block;
}