@import url('http://fonts.googleapis.com/css?family=Oxygen:400');

/*
 Theme Name:     Pacesetter Media
 Theme URI:      http://www.pacesettermedia.com
 Description:    Child Theme by Pacesetter Media
 Author:         Dave Loebig
 Author URI:     http://www.pacesettermedia.com
 Template:       twentythirteen
 Version:        1.0.0
 Site:           ShortBrushStroke.com, March 2016
*/
@import url("../twentythirteen/style.css");






.blog .site-content {
	padding-left: 3%;
    padding-right: 3%;
	padding-top: 25px;

}

.blog .psm-sizer {
    position: relative;
    left: 0px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizingzzz: content-box;

    min-height: 200px;
    padding-left: 0;
    padding-right: 0;

}
.content-area.blog-area {
	padding: 15px;
}

.blog-area main {
    display: inline-block;
    margin-right: 10px;
    padding-top: 0;

    max-width: 74%;
}
.blog-area #blog-sidebar {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
    margin-top: 110px;
    max-width: 20%;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}




/* Comment form */
.comment-respond, .comments-area {
	background-color: transparent;
	padding: 0 0 30px;
	max-width: 660px;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

/* =Theme customization starts here
-------------------------------------------------------------- */
.storemaintenance {
	padding: 12px;
	border-radius: 12px;
	background-color: hsla(0,0%,100%,0.15);
	border: 1px solid hsla(0,0%,86%,1.00);
}

html {
	font-size: 10px;
	font-family: "Oxygen", Arial, sans-serif;
}

body {
	color: #E3E3E3;
	line-height: 1.5;
	margin: 0;
	font-size: 15px;
	background-color: #000000;
	font-family: "Oxygen", Arial, sans-serif;
	background-image: url(images-design/Gamut-GrungeLogo-bodyback.jpg);
	background-repeat: repeat-x;
}

:-moz-placeholder {
	color: #E3E3E3;
}

::-moz-placeholder {
	color: #888888;
}


#topback {
	z-index: -10;
	height: 100%;
	max-width: 1400px;
	width: 1400px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	clearXXX: none;
	visibility: visible;
	display: block;
	background-image: url(images-design/Gamut-GrungeLogo-Web01-v02.jpg);
	background-position: -50% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
	-webkit-box-shadow: 0 0px 71px #000000;
	box-shadow: 0 0px 71px #000000;
	background-color: hsla(0,0%,0%,1.00);
}
.home #topback {
	opacity: 1;
		}

#masthead, #content, #colophon, .home-highlightbox, #footer-links-container, .psm-header-banner, .navbar {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	min-height: 280px;
}
#masthead{
	width: 100%;
	max-width: 100%;
	}

.site-header {
	background-color: transparent;
	position: relative;
	padding-top: 0px;
	font-family: ​Arial, sans-serif;
}
.psm-header-banner
{
	height: 110px;
	position:relative;
	font-size:1.5rem;
	color: #fff;
	}
.site-header .psm-home-link {
	width: auto;
	max-width: 380px;
	max-height: 100%;
	z-index: 10;
	position: relative;
	left: 0;
	top: 0;
	color: #141412;
	padding: 0;
	display: inline-block;
}
.psm-header-text1 {
	position:absolute;
	width: auto;
	display:block;
	z-index: 10;
	left: 35px;
	bottom: 0px;
	margin: 0px 5px;
	font-family: 'Raleway', ​Arial, sans-serif;
}
.psm-header-text1 p {
	margin: 1px;
	padding: 1px;
}
.psm-header-socialmedia{
	position: relative;
	max-width: 400px;
	z-index: 10;
	display: inline-block;
	left: 10px;
	top: 25px;
	margin: 0px 5px;
	opacity: 0.70;
}
.psm-header-socialmedia img{
	margin: 0px 5px;
	border: 1px solid #AAAAAA;
}
.psm-header-phone{
	position:absolute;
	widthXXX: 50%;
	max-width: 400px;
	z-index: 10;
	display:inline-block;
	bottom: 0px;
	right: 0;
	margin: 0px 5px;
	font-size: 1.5rem;
}

#home-header{
	width: 100%;
	position: relative;
	max-widthXXX: 992px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1rem;
	padding: 0; /* 0 4px 0 4px; */
}

#home-header a, #home-header a:hover {
	color: inherit;
	text-decoration: none;
}
#home-header > div, #home-header > a > div
{
	display: block;
	position: relative;
	top: 0rem;
	vertical-align: top;

}
#home-header #psm_slider_container
{
	margin-left: 1rem;
	width: 960px; /* 100%;  22em;*/
	padding: 0;
	overflow: hidden;
	font-size: 2.2rem;
	background-color: transparent;
	margin: auto;
	height:364px;
	margin-top:430px;
}
#layerslider_1
{
	-webkit-box-shadow: 0 0px 80px #FFFFFF;
	box-shadow: 0 0px 80px #FFFFFF;
}

#home-header > #layerslider_small {
	display:none;
	visibility:hidden;
	}

.ls-inner
{
	background-color: #e8e8e8; /*ccd5dd   E9E9E9; */
	-webkit-box-shadow: inset 3px 3px 25px 3px rgba(0, 0, 0, 0.2) !important;
	box-shadow: inset 3px 3px 25px 3px rgba(0, 0, 0, 0.2) !important;
}

p.slide-text {
	bottom: 0 !important;
	top: auto !important;
	background-color: hsla(0,0%,0%,0.60);
	color: #FFFFFF;
	position:absolute !important;
	height: auto  !important;
	width: 100% !important;
	padding: 6px 15px 10px 15px !important;
	line-height: 1 !important;
	
	}

#home-header-container1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 380px;
	width: 100%; /*22em;*/
	max-width: 960px;
	background-color:transparent;
	padding-top: 12px;	
}
#home-header-container1 .home-highlightbox
{
	margin-bottom: 0;
	margin-left: 1rem;
	margin-left: 3%;
}
#home-header-container1 .home-highlightbox>div, #home-header-container1 .home-highlightbox>a>div
{
	border: 1px solid #000000;
	padding: 0;
	height: 208px;
	background-color: #323232;
	color: #505050;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1rem;
	max-width: 47%;
	width: 47%;
	background-position: top center;
	background-repeat: no-repeat;	
}
#home-header-container1 .ColumnText {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: hsla(0,0%,0%,0.85);
	}
#home-header-container1 h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #ffffff;
	margin: 0;
	width: 100%;
	line-height: 1;
	padding: 3px 0;
}
#home-header-container1 p {
	padding: 0;
	display: block;
	color: #fff;
	position: relative;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}
#home-headerZZZ > div:first-child, #home-headerZZZ > a:first-child > div
{
	margin-left: 1rem;
} 


#home-header.colqty2 div, #home-header.colqty2 a > div
{
	width: 47%; /*22em;*/
}
#home-header.colqty3 > div, #home-header.colqty3 > a > div
{
	width: 29.5%;
}
#home-header.colqty4 > div, #home-header.colqty4 > a > div
{
	width: 23%; /*22em;*/
}

.homeicon
{
	display: block;
	margin-right: auto;
	margin-left: auto;
	}

#home-header .highlight-description
{
	margin-left: auto;
	display: block;
	margin-right: auto;
	width: 83%;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	padding-left: 5%;	
}

#footer-links-container
{
	padding-top: 20px;
	padding-bottom: 20px;
	}




/* Header and Top Elements ------------------------------------------- */
* {
-ms-word-break: keep-all;
     word-break: keep-all;

/*     // Non standard for webkit*/
     word-break: break-word;

-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;

}



#page
{
	padding-leftzzz: 8px;	
	}

.site {
	max-width: 100%;
	background-color: transparent;
	border-style: none;
}
#psm_mobilenav {
display:none;
}
#psm-nav
{
	position: absolute;
	display: inline-block;
	vertical-align: bottom;
	z-index: 30;
	background-color: transparent;
	margin-top: 3px;
	max-width: 720px;
	max-height: 110px;
	right: 0px;
	border-bottom: 1px solid #FFFFFF;
	}

.main-navigation {
	position: static;
	min-height: initial;
	width: auto;
}
.navbar{


	background-color: transparent;
/*
	background-image: -webkit-linear-gradient(270deg,rgba(71,71,71,1.00) 0%,rgba(35,35,35,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(71,71,71,1.00) 0%,rgba(35,35,35,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(71,71,71,1.00) 0%,rgba(35,35,35,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(71,71,71,1.00) 0%,rgba(35,35,35,1.00) 100%);
	border-top: 2px solid #787878;
	
*/
}

ul.nav-menu, div.nav-menu > ul {
	padding: 0 0 0 0;
	list-style-position: outside;
	display: inline-block;
	font-size: 0;
	right: 0px;
	position: relative;
	float: right;
}
.nav-menu li {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.nav-menu .sub-menu, .nav-menu .children
{
	background-color: #363636; 
	
	}
.menu-menu-1-container
{
	display:block;
	margin-right: auto;
	margin-left: auto;
	text-align: center
	}

.menu-item a {
	z-index: 100;
}
.nav-menu .current_page_item > a, .nav-menu .current-menu-ancestor > a
{
	color: #fff;
	font-style: inherit;
}
.nav-menu li a
{
	color: #fff;
	padding: 8px 12px;
	line-height: 1;
	box-sizing: content-box;
	font-family: "Oxygen", Arial, sans-serif;
	font-size: 1.9rem;
	font-weight: bold;
	background-position: -12px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus
{    background-color: #686868;
    color: #FFF;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background-color: hsla(0,0%,62%,0.50);
	color: #FFF;
}
ul.nav-menu ul a, .nav-menu ul ul a {
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
}
.menu-toggle
{
	padding-left: 2.5%;
	color: #FFFFFF;
	z-index: 1000;
	position: relative;
	}
#header-menu-2
{
	position: absolute;
	display: block;
	vertical-align: top;
	max-width: 70%;
	max-height: 39px;
	right: 5px;
	top: 45px;
	}

.secondary-menu {
	margin: 0;
	padding: 0;
}
.secondary-menu li {
    display: inline-block;
    position: relative;
}
.secondary-menu a {
	padding: 8px;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-size: 17px;
	font-size: 1.7rem;
}
.secondary-menu a:visited {
	color: #fff;
}
.secondary-menu a:hover {
	background-color: hsla(0,0%,62%,0.50);
}
/* Main middle section ------------------------------------------- */

.site-main {
	font-size: 15px;
	font-size: 1.5rem;
	background-color: transparent;
}

/* Entries ------------------------------------------- */


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.mission-home {
	font-size: 1.7rem;
	font-weight: bold;
	color: #765E40;
}
.home-boxed-content {
	border-radius: 12px;
	padding: 5px;
	border: 1px solid #3D3D3D;
}
.home-boxed-col1, .home-boxed-col2 {
	padding: 5px;
	width: 35%;
	display:inline-block;
	vertical-align: top;
}
.home-boxed-col1 {
	padding-right: 60px;
	width: 63%;
	border-right: 1px solid #3D3D3D;
}


.fts-simple-fb-wrapper, .fts-tweeter-wrap {
	padding-left: 50px;
}

.content-area{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto; /*#EBEDF3;*/
	padding: 0 4px 0 4px;
	borderXXX: 1px solid #A5A5A5;
	border-topXXX: 0;
	background-color: hsla(0,0%,0%,0.80);
}
.page-id-2 .content-area {
	border-topXXX: 1px solid #A5A5A5;
	

}
.single-author .entry-meta .author {
	display: inline;	
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: none;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 0px 0 0px;
}
.format-standard .entry-header,
.format-standard .entry-content,
.format-standard .entry-summary,
.format-standard .entry-meta {
	max-width: 1040px;
	padding: 0 0px 0 0px;
}

.post .entry-header,
.post .entry-content,
.post .entry-summary,
.post .entry-meta {
	padding-left: 3%;
	padding-right: 3%;
}
.hentry
{
	padding-top: 12px;	
	padding-bottom: 12px;
	}
.format-standard,
.listing-item
{
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 30px;
	padding-left: 3%;
	border: 2px solid #FFFFFF;
	margin-bottom: 20px;
	border-radius: 6px;
}
.format-standard
{
	max-width: 660px;
	margin-top: 30px;
}


.entry-header {
    margin-bottom: 15px;
}

.entry-title {font-weight: bold;}

h1, h2, h3, h4, h5, h6, h7, .entry-title a {
	color: #75c5ff;
	font-family: 'Raleway', ​Arial, sans-serif;
	clear: none;
	line-height: 1.3;
}

h1 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 15px 0;
}
h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 18px 0;
}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 16px 0;
}

h4 {
	font-size: 13px;
	margin: 13px 0;
}

h5 {
	font-size: 11px;
	margin: 13px 0;
}

h6 {
	font-size: 10px;
	margin: 13px 0;
}

.entry-content img {
	-webkit-box-shadow: 0px 3px 3px hsla(0,0%,31%,0.34);
	border-radius: 8px;
	border: 1px solid #929292;
	box-shadow: 0px 3px 3px hsla(0,0%,31%,0.34);
	}
.entry-content img.noborder {
	-webkit-box-shadow: none;
	border: none;
	box-shadow: none;
	}

.entry-content img.alignright,.entry-content img.alignleft {
	max-width: 70%;
	}

img.wp-post-image {
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
	margin-bottom: 20px;
}

.entry-content img.alignright {
	margin-right: 2px;
	}
.entry-content img.alignleft{
	margin-left: 2px;
	}
.entry-content div.alignright, div.alignright
{ float:right;
}
.entry-content .entry-sidebar, .entry-sidebar
{
	border: 1px solid #777777;
	padding: 2px;
	margin-left: 10px;
	float: right;
	width: 35%;
}
del {
	color: inherit;
}
.entry-content a, .comment-content a {
	color: hsla(207,40%,67%,1.00);
}
a, a:visited {
    color: hsla(207,40%,67%,1.00);
}
.entry-content a:hover, .comment-content a:hover {
	color: #7AC61C;
}
th {
	text-transform: capitalize;
	}

ul {
	list-style-type: disc;
}



hr {
	background: inheret;
    border: inheret;
    height: inheret;
    margin: inheret;
	
	
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}


.entry-content blockquote {
	font-size: inherit;
	font-style: italic;
	font-weight: inherit;
	margin: 0;
	padding: 24px 40px;
	border-bottom: 1px solid #FFFFFF;
	}

/*begin GALLERY CSS*/ 
.gallery {
	margin-left: 0;
}
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0, #bwg_container1_1 #bwg_container2_1 .bwg_standart_thumbnails_1
{
	
}
#bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0, #bwg_container1_1 #bwg_container2_1 .bwg_title_spun1_1, #bwg_container1_2 #bwg_container2_2 .bwg_title_spun1_2
{

}

#bwg_container1_0 #bwg_container2_0 .bwg_title_spun2_0, #bwg_container1_1 #bwg_container2_1 .bwg_title_spun2_1, #bwg_container1_2 #bwg_container2_2 .bwg_title_spun2_2
{
	color: #333333 !important;
	text-shadow: none !important;
	font-weight: normal !important;
	margin-bottom: 15px !important;
}
.bwg_image_info_spun
{
	text-align:center !important;
}


/*end GALLERY CSS*/ 

/*begin COLUMN CONTAINERS*/ 
.column-container
{
	width: auto;
	position: relative;
	clear: both;
	height: auto;
	overflow-yXXX: visible;
	display: block;
	margin-bottom: 22px;

}
.column-container > div, .column-container > a > div
{
	display: inline-block;
	margin-right: 0;
	margin-left: 1rem;
	position: relative;
	top: 0rem;
	vertical-align: top;
	padding-left: 8px;
	padding-right: 8px;
}
.column-container.colqty2 > div, column-container.colqty2 > a > div
{
	width: 47%; /*22em;*/
}
.column-container.colqty3 > div, .column-container.colqty3 > a > div
{
	width: 31%;
}
.column-container.colqty4 > div, .column-container.colqty4 > a > div
{
	width: 23.5%; /*22em;*/
}


/* end COLUMN CONTAINERS*/ 

.hentry
{
	padding-top: 12px;	
	padding-bottom: 12px;
	}
/* Blog Listings ------------------------------------------- */
a.title{
	display: block;	
/*    font-size: 22px;
    font-size: 2.2rem;
*/	}



.site-main .sidebar-container {
	position: static;
}



.psm-sizer {
	position: relative;
	left: 0px;
	width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
	display:inline-block;
	vertical-align: top;
	min-height: 400px;

	box-sizingzzz: content-box;
	}
.psm-sizer.wide {
	max-width: 990px;
	width: 990px;
	}
.psm-sizer.catalog-frame {
	padding-left: 1%;
	padding-right: 1%;
	}

.psm-sidebar {
	max-width: 294px;
	position: relative;
	padding-right: 4px;
	display:inline-block;
	vertical-align: top;
	}


.highlight-wide {
	width: auto;
	margin: 0 auto 12px auto;
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
}
.highlight-wide h2 {
	position: absolute;
	top: 0px;
	color: #D0D0D0;
	background-color: hsla(0,0%,0%,0.66);
	width: 100%;
	margin: 0;
	padding: 8px 12px;
	font-size: 22px;
	font-size: 2.2rem;
}
.highlight-content:hover {
	opacity: 0.60;
}
.highlight-wide img {
	padding: 0;
	margin: 0;
}
.widget{
	background-color: transparent;
}
.widget a, .widget-title  {

		}
.widget a:hover {
	color: #434343;
		}
.widget-area a.button-link {
	border-radius: 12px;
	padding: 12px;
	background-color: #B89091;
	display: inline-block;
	color: #FFFFFF;
	font-family: "Oxygen", Arial, sans-serif;
	font-size: 20px;
	border: 2px solid #FFFFFF;
}
.widget-area a:hover.button-link {
	text-decoration: none;
	background-color: hsla(117,25%,50%,1.00);
	border-color: #6C6C6C;
}


.staff-person {
	clear: both;
	margin-bottom: 30px;
}

.paypal {
	margin-top: 12px;
	margin-bottom: 12px;
	border-radius: 8px;
	text-align: center;
	color: #000000;
	font-size: 1.9rem;
	border: 1px solid #699AD2;
	background-image: -webkit-linear-gradient(0deg,rgba(220,231,244,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(220,231,244,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(220,231,244,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(220,231,244,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(220,231,244,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(220,231,244,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(220,231,244,1.00) 0%,rgba(255,255,255,1.00) 50%,rgba(220,231,244,1.00) 100%);
	}
.paypal-form {
	margin: 0 auto;

	}

.paypal-form input {
	border: 0;
	}

/* psmnewsitems  ------------------------------------------- */
.newsitems {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 30px;
    padding: 0;
}

.newsitems li a {
	color: #75c5ff;
	
	}

/* psmitems  ------------------------------------------- */
.psmitemcontainer {
	width: 90%;
	min-height: 50px;
	text-align: left;
	border: 1px solid #919191;
	padding: 16px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-bottom: 15px;
}

.psmitemcontainer h2{
	margin-top: 2px;
	margin-bottom: 10px;
}
.psmitemcontainer p{
	padding: 0;
	margin: 8px 0 0;
	
}

.psmeventcontainer {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #656565;
	margin: 0px 16px 10px 16px;
	padding-bottom: 10px;
	position: relative;
}

.psmeventcontainer.firstevent{
	border-top: 1px solid #656565;
}

a.psmeventpdf {
    margin-left: 12px;
}

.psmeventcontainer h3{
	padding: 0;
	margin: 0;
}
.psmeventcontainer h3 .soldout{
	color: #B6BA03;
}
.privateevent{
	color: #75C5FF;
	color: #B6BA03;
	color: #FBFFCF;
}

.psmeventcontainer p{
	padding: 0;
	margin: 8px 0 0;
	
}

.psmeventcontainer .eventPDF {
	position: absolute;
	left: 50%;
	top: 35px;
}

/* END psmitems  ------------------------------------------- */

/* PSM Merchandise Items  ------------------------------------------- */
.psmmerchcontainer {
	width: 45%;
	text-align: left;
	border-bottom: 1px solid #656565;
	border-top: 1px solid #656565;
	margin: 0px 16px 10px 8px;
	padding-bottom: 10px;
	position: relative;
	display:inline-block;
	min-width: 336px;
	vertical-align:top;
}
.psmmerchcontainer.firstcategoryitem{
	border-top: 1px solid #656565;
}
.psmmerchcontainer h3{
	padding: 0;
	margin: 5px 0;
}
.psmmerchcontainer h3 .soldout{
	color: #B6BA03;
}
.psmmerchcontainer p{
	padding: 0;
	margin: 8px 0 0;
	
}
.merchimage {
	margin: 0 0 0 5px;
	
}
/* END PSM Merchandise Items  ------------------------------------------- */


/* Footer  ------------------------------------------- */
#footer_container
{
	color: #888888 !important;
	background-color: transparent;
	}

.site-footer {
	padding-top: 12px;
	background-color: hsla(0,0%,0%,0.88);
	border-top: 2px solid #575757;
	color: #575757;
	}

.site-footer a {
	color: #575757;
}

.menu-footer-menu-container { 
	width: 38%;
	text-align: left;
	position: relative;
	display:inline-block;
	left: 0;
	}

.menu-footer-menu-container h1 {

	margin: 0;
	margin-bottom: 3px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #575757;
	}

ul.footer-menu {
    margin-xxx: 0;
    padding: 0 0 0 0;
	border-left-zzz: 1px solid #000000;
	display:inline-block;
	margin: 0 auto;
	list-style: outside none none;
	vertical-align: top;
}

ul.footer-menu .sub-menu{
    padding-left: 12px;
}

.footer-menu li a
{
	padding: 8px 0;
	line-height: 14px;
	box-sizing: content-box;
	font-family: "Oxygen", Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
}


.sidebar .site-footer .widget-area
{
	left: auto;
	}
	
.site-footer .sidebar-container {
    background-color: transparent;

}

#SchemaInfo {
	width: 60%;
	text-align: left;
	position: relative;
	padding-left: 1.5%;
	padding-right: 1.5%;
	display:inline-block;
	vertical-align: top;
}
#SchemaInfo p {
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	}
.schema-section1 {
	width: 100%;
	display: block;
	vertical-align: top;
}
.schema-section2 {
	width: 100%;
	display: block;
	vertical-align: top;
}
#SchemaInfo .SchemaName {
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: 0px;
	margin-bottom: 5px;
}
#SchemaInfo .SchemaPhone {
	position: relative;
	top: 0px;
	margin-bottom: 5px;
}
#SchemaInfo .SchemaAescriddress {
	position: relative;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#SchemaInfo .SchemaDption {
}
.entry-content .link-button{
	border-radius: 4px;
	border: 1px solid #575757;
	text-decoration: none;
	padding: 2px;
}
.entry-content .link-button:hover{
	background-color: #A6A6A6;
	background-color: #69AB18;
	color: #FFF;
	text-decoration: none;
}
/* END Footer  ------------------------------------------- */

/**
 * Contact Form
 * ----------------------------------------------------------------------------
 */

.wpcf7-text, .wpcf7-textarea {
	width: 80%;
}

.wpcf7-tel {
	width: 25%;
}
span.wpcf7-list-item {
	display: block;
	margin-left: 25px;
}

button, input, textarea {
	border: 2px solid #D0D0D0;
	font-family: inherit;
	padding: 5px;
	background-color: #C2C2C2;
	color: #000000;
}


button, input[type="submit"], input[type="button"], input[type="reset"] {
	backgroundXXX: linear-gradient(to bottom, #E05D22 0%, #D94412 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 4px solid #D0D0D0;
	border-radius: 7px;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 24px;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(0,134,232,1.00) 35.23%,rgba(0,95,164,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,134,232,1.00) 35.23%,rgba(0,95,164,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,134,232,1.00) 35.23%,rgba(0,95,164,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,134,232,1.00) 35.23%,rgba(0,95,164,1.00) 100%);
}


button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #1CA61B; /* Old browsers */
	background-image: -webkit-linear-gradient(270deg,rgba(28,166,27,1.00) 0%,rgba(15,93,15,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(28,166,27,1.00) 0%,rgba(15,93,15,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(28,166,27,1.00) 0%,rgba(15,93,15,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(28,166,27,1.00) 0%,rgba(15,93,15,1.00) 100%);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-image: -webkit-linear-gradient(270deg,rgba(28,166,27,1.00) 0%,rgba(130,234,129,1.00) 50.26%,rgba(28,166,27,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(28,166,27,1.00) 0%,rgba(130,234,129,1.00) 50.26%,rgba(28,166,27,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(28,166,27,1.00) 0%,rgba(130,234,129,1.00) 50.26%,rgba(28,166,27,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(28,166,27,1.00) 0%,rgba(130,234,129,1.00) 50.26%,rgba(28,166,27,1.00) 100%);
	border: 4px solid #D0D0D0;
	border-radius: 7px;
	padding: 10px 24px;
	color: #686868;
}
/**
 * Custom Gamut CSS
 * ----------------------------------------------------------------------------
 */

.entry-content .industryfriends img {
	-webkit-box-shadow: none;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	vertical-align: middle;
	}

.column-container.industryfriends div
{vertical-align: middle;
text-align:center;
height: 100%;
margin-bottom: 22px;
	}


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

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

#webdesign {
	font-size: 11px;
	display: block;
	position: relative;
	top: 0px;
	padding: 50px 0px 20px 0px;
	color: #575757;
	width: 100%;
	background-color: transparent;
}
.webdesign-inner {
	margin-right:auto;
	margin-left:auto;
	max-width: 960px;
}
#webdesign a {
	color: #575757;
}

@media (max-width: 1399px) {


#topback {
	max-width: 100%;
	background-position:center top;
	background-size:1400px;
	overflow: hidden;

}

}

@media (max-width: 999px) {

#topbackXXX {
	background-size:140%;
}

.psm-header-banner
{
	padding: 0 4px;
	height: 125px;
}


#main img {
	height: auto;
	max-width: 100%;
}
.entry-content img.alignright,.entry-content img.alignleft {
	max-width: 60%;
	}
#psm-nav {
    margin-top: 0;
    max-height: 100px;

}
.nav-menu li a
{
	padding: 8px 6px;
	font-size: 1.6rem;
	}

#header-menu-2 {
    right: 0px;
    top: 40px;
}
.secondary-menu a {
    padding: 3px 6px;
    font-size: 1.5rem;
}
#home-header #psm_slider_container
{
	margin-top:43%;
    max-width: 100%;
}

#home-header #psm_slider_container img {
    height: auto;

}

#home-header #psm_slider_containerXXX
{
	width: 67%; /*22em;*/
	max-width: 670px;
	margin-left: .5rem;
	margin: 0 .5rem;
}
/*#home-header-container1 .home-highlightbox>div, #home-header-container1 .home-highlightbox>a>div  {
	height: 200px;
	
}*/

#home-header-container2 .home-highlightbox>div, #home-header-container2 .home-highlightbox>a>div
{
	padding: 0 0 1rem 0;
	height: 130px;
	margin-bottom: .5rem;
}

h2.slide-header {

}

#home-header-container1
{
	margin-top:38%;
    max-width: 100%;
	}


#home-header-container1 h2 {
    font-size: 1.6rem;
}

#home-header-container1 p {
    font-size: 1.4rem;
}
.column-container.colqty4 > div, .column-container.colqty4 > a > div
{
	width: 22%; /*22em;*/
	min-width: 163px;
}


}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {


.site-header {
	max-height: none;
	}

#header-menu-2
{
	positionXXX: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	z-index: 30;
	background-colorXXX: #323232;
	margin-top: 3px;
	max-height: 39px;
	right: 5px;
	top: 0;
	}

.secondary-menu li {
    display: block;
	height: 20px;
	line-height: 1;

}
.secondary-menu a {
    padding: 2px 8px;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
    font-size: 1.4rem;
}

.psm-header-socialmedia {
    bottom: inherit;
	top: 5px;
/*    max-width: 400px;
    z-index: 10;
    display: inline-block;
    right: 0px;
    margin: 0px 5px;*/
}

.psm-header-phone{
	display: none;
	}
.psm-header-text1
{
	display: none;
	}

/*Show mobile PSM Menu Button and Phone*/
#psm_mobilenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #FFFFFF;
	background-color: hsla(0,0%,0%,0.21);
	clear: both;
	overflow: hidden;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 30px;
	margin-bottom: 8px;
	height: 30px;
	display: block;
	box-sizing: content-box;
}
#psm_mobilenav #psm_mobilenav_left {
	width: 36%;
	float: left;
	padding-left: 3px;
}
#psm-nav
{
	background-image: none;
	background-color: #EBD5BE;
	background-repeat: repeat;
	max-height: initial;

/*	position: relative;
	display: block;
	vertical-align: bottom;
	z-index: 30;
	margin-top: 3px;
	border: 2px solid #c1b3a0;
	border-left: none;
	border-right: none;
	max-width: 100%;

	max-height: 39px;
	background-position: 50% 50%;
*/
	}



#MenuButton:hover {
	text-decoration: none;
	background-color: hsla(0,0%,0%,0.44);
}

#MenuButton a {
	text-decoration: none;
}
#psm_mobilenav #psm_mobilenav_right {
	float: right;
	width: 58%;
}

#psm_mobilenav a {
	color: #E2E2E2;
}
#psm_mobilenav p {
	margin: 0px;
}
#psm-nav {
	padding-left: 6px;
	display: none;
	max-height: inherit;
	background-color: hsla(0,0%,0%,0.90);
	background-image: none;
	right: inherit;
	left: 10px;
	top: 155px;
}

ul.nav-menu,
	div.nav-menu > ul {
		display: block;
	}

.nav-menu li {
    display: block;
    position: static;
}
.nav-menu .sub-menu, .nav-menu .children {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background-color: hsla(0,0%,0%,0.90);
    border-color: -moz-use-text-color #F7F5E7 #F7F5E7;
    border-image: none;
    border-right: 2px solid #F7F5E7;
    border-style: none solid solid;
    border-width: 0 2px 2px;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    left: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    z-index: 99999;
}

#home-header #psm_slider_container
{
	display: none;
	visibility:hidden;
}
#home-header > #layerslider_small {
	display: block;
	visibility: visible;
	text-align:center;
	}
#home-header > #layerslider_small  div{
	max-width: 60%;
	margin: 8px auto;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 8px;
	border: 5px solid #a82229;
	}
#home-header > #layerslider_small p, #home-header > #layerslider_small h2 {
	line-height: 1;
	margin: 0;
	padding: 0;
	}
	
#home-header > #layerslider_small h2 {
	font-size: 1.8rem;
	}

#home-header-container1
{
	margin-top: 33.5%;
	}

#home-header-container1 h1 {
    color: #0E3868;
    font-size: 3.2rem;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: -1px -1px 0 #F1D126, 1px -1px 0 #F1D126, -1px 1px 0 #F1D126, 1px 1px 0 #F1D126;
    font-size: 2.2rem;
}

#home-header .highlight-description {
    display: block;
    margin: 12px auto;
    padding-left: 5%;
    text-align: left;
    width: 83%;

    width: 92%;
}

/*.home-highlightbox  {
	displayXXX: inline-block;
	position: relative;

}*/

#home-header-container1 .home-highlightbox > div, #home-header-container1 .home-highlightbox > a > div {
	width: 46%;
	max-width: 46%;
	margin-left: .5rem;
	display: inline-block;
}


#home-header-container2
{
	text-align:center;}

#home-header-container2 .home-highlightbox  {
	display: inline-block;
	position: relative;
	width: 485px;
}
#home-header-container2 .home-highlightbox>a:nth-child(2)::after
 {
    content: "\A"; white-space:pre ;
}
.home-boxed-col1, .home-boxed-col2 {
	padding: 5px;
	width: 100%;
	display: block;
	border: 0;
}


.column-container.colqty3 > div, .column-container.colqty3 > a > div
{
	width: 27%; /*22em;*/

}
.column-container.colqty4 > div, .column-container.colqty4 > a > div
{
	width: 45%; /*22em;*/

}


.psm-sizer
{
	padding: 0 1.5rem;}

.entry-content .entry-sidebar, .entry-sidebar
{
	width: 42%;
}
.entry-content img.alignright,.entry-content img.alignleft {
	max-width: 50%;
	}


.fdm-item-price-wrapper {
	display: block;
	position: relative;
	right: auto;
}
}

@media (max-width: 500px) {

.home #topback {
    opacity: .5;
}

.psm-header-banner
{
	heightxxx: auto;
	max-heightXXX: 100px;
}

.site-header .psm-home-link {
	max-width: 70%;
	

/*	width: auto;
	heightXXX: 111px;
	max-height: 100%;
	z-index: 10;
	position: relative;
	left: 0;
	top: 0;
	color: #141412;
	padding: 0;
	display:block;*/
}
.site-header .psm-home-link img {
	max-width: 100%;
	height: auto;
	
	width: auto;
	heightXXX: 111px;
	max-height: 100%;
	z-index: 10;
	position: relative;
	left: 0;
	top: 0;
	color: #141412;
	padding: 0;
	display:block;
}

.site-title {
	font-size: 1.7rem;
}

.psm-header-socialmedia{
	position: absolute;
	left: 66px;
	bottom: 0px;
	top: inherit;
	opacity: 0.70;
}
.psm-header-socialmedia img{
	border: none;
	height: auto;
	width: 25px;
}


.site-description{
	font-size: 1.6rem;
	}

#home-header-container2 .home-highlightbox  {
	max-width: 75%;
}
#home-header-container2 .home-highlightbox>a:nth-child(2)::after
 {
    content:normal;
}

#home-header-container1 {
    margin-top: 5%;
}

#home-header-container1 .home-highlightbox > div, #home-header-container1 .home-highlightbox > a > div {
	margin: 0 auto 10px auto;
	display:block;
	width: 80%;
	max-width: 80%;
	height: 140px;
}
#home-header-container1 p {
	visibility:hidden;
	display:none;
}



.psm-sizer
{ padding: 0 1rem;}


.entry-content img.alignright, .entry-content img.alignleft {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}



.column-container
{
	width: auto; /*72em;*/
	position: relative;
	clear: both;
	height: auto;
	overflow-y: visible;
	visibility: visible;
	display: block;
	margin-bottom: 22px;		
}

.column-container > div:first-child, .column-container > a:first-child > div
{
	margin-left: 0rem;
} 

.column-container > div, .column-container > a > div
{
	display: block;
	margin-right: 1rem;
	position: relative;
	top: 0rem;
	vertical-align: top;
}
.column-container.colqty2 > div, column-container.colqty2 > a > div
{
	width: 90%; /*22em;*/
	margin-right: auto;
	margin-left: auto;
}
.column-container.colqty3 > div, .column-container.colqty3 > a > div
{
	width: 90%; /*22em;*/
	margin-right: auto;
	margin-left: auto;
}
.column-container.colqty4 > div, .column-container.colqty4 > a > div
{
	width: 90%; /*22em;*/
	margin-right: auto;
	margin-left: auto;
}



a.psmeventpdf {
   line-height: 2;
}



}

/* Mobile devices */
@media (max-width: 380px) {

.site-header .psm-home-link {
	padding-top: 5px;
	width: 55%;
}

.site-title {
	font-size: 1.6rem;
}
.site-description{
	font-size: 1.5rem;
	}
.psm-sizer
{ padding: 0 .5rem;}

.entry-content .entry-sidebar, .entry-sidebar
{
	width: 48%;
}


}
