/*
//// do not edit
*/

/*
Theme Name: PCG
Theme URI: http://paschconsulting.com/
Description: Super WordPress Theme - includes PCG Widgets, other functions
Version: 3.1
Author: Rich Galiano
*/

@import url("style-custom.css");    /* basic html formatting - fonts, colors, etc */
@import url("style-layout.css");    /* page layout - columns, headers, etc        */
@import url("style-sidebar.css");   /* sidebar formatting                         */
@import url("style-navbar.css");    /* navbar formatting                          */
@import url("style-special.css");   /* slideshows, forms, odd bits, etc           */
@import url("style-wordpress.css"); /* wordpress specifics - post separator       */
body {
	background: #303030;
	font-family:'Roboto', sans-serif;
	font-weight:400;
}
a:link {
	font-weight: 400;
}
div.wp-container-inner {
	border-width: 0;
}
html {
	min-height: 101%;
	min-width: 0;
}
.special, h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
.home img.caps {
	margin:35px 60px 10px 0px;
}
.m-t-40 {
	margin-top: 40px !important;
}
img.caps {
	margin: 10px 0px 10px 40px;
}
h1.header-title {
	text-align: center;
	font-size: 38px;
	font-weight: 800;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 38px;
	margin-top: 0;
}
h1.header-title a {
	font-weight: 800;
}
div.wp-container {
	max-width: 100%;
	width: auto;
	padding: 0 40px;
}
div.wp-container-inner {
	max-width: 100%;
	width: auto;
}
div.wp-top, div.wp-bottom {
	max-width: 100%;
	width: auto;
}
div.wp-header a span {
	padding-bottom: 10px;
	display: block;
}
div.wp-header a h3 {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
#nav {
	margin: 10px auto;
	width: 100%;
	position: relative;
	display: table;
}

div.wp-middle-inner {
	padding: 10px 0px 20px 0px;
}

#nav .col {
	background-color: #000;
	margin-bottom: 0;
	margin-right: 2%;
	width: 21.8%;
	margin-top: 0;
}

#nav .col img {
	width: 100%;
	margin-bottom: 10px;
}

#nav .col:hover {
	background: #404040;
	color:white;
}
.header-btn {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: white;
	border: #eaeaea 1px solid;
	width: 150px;
	margin: auto;
	margin-top: 10px;
}
.slimmenu, .footermenu {
	list-style: none;
	margin: 0;
	padding: 0 0;
	text-align: center;
	display: block;
}

.slimmenu > li, .footermenu > li {
	margin: 0;
	padding: 0 0px 0 10px;
	display: inline-block;
	position: relative;
}

.slimmenu > li.hide-desktop, .footermenu > li.hide-desktop {
	display: none;
}

.slimmenu > li::after, .footermenu > li::after {
	content: "";
	border-right: 1px solid silver;
	position: absolute;
	right: -7px;
	top: 5px;
	height: 12px;
}

.slimmenu > li:last-child, .footermenu > li:last-child {
	padding-right: 0;
}

.slimmenu > li:first-child, .footermenu > li:first-child {
	padding-left: 0;
}

.slimmenu > li:nth-child(8), .footermenu > li:nth-child(8) {
	padding-right: 0;
}

.slimmenu > li:last-child::after, .slimmenu > li:nth-child(8)::after, .footermenu > li:last-child::after, .footermenu > li:nth-child(8)::after {
	border:0px;
}

/*  COLUMN SETUP  */
.row {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.no-gap .col {
	margin: 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 32.2333%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}
.span_1_of_3 {
	width: 33%;
}

.no-gap .span_4_of_4 {
	width: 100%;
}
.no-gap .span_3_of_4 {
	width: 75%;
}
.no-gap .span_2_of_4 {
	width: 50%;
}
.no-gap .span_1_of_4 {
	width: 25%;
}
.no-gap .span_1_of_3 {
	width:33%;
}
.yt-iframe{
	margin-left: 30px; 
	margin-bottom: 20px; 
	float: right;
}
.m-l-100{
	margin-left:100px!important;
}

.like-buttons {
	position: relative;
	margin: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

#breadcrumbs {
	width: 100%!important;
}

input[type="submit"] {
	width: auto;
	padding: 7px 30px;
	border: 1px solid yellow;
	cursor: pointer;
	background-color: #000;
	color: yellow;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: normal;
	margin-top: 10px;
}

input[type="submit"]:hover {
	border-color:#000;
	background-color: yellow;
	color: #000;
}

input[type="text"], select {
	width: 220px;
	padding: 5px 10px;
	border: 0px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	padding: 5px 10px;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.sb-searchform input[type="submit"] {
	width: auto;
	margin: -16px 0 0 10px;
	vertical-align: top;
}

.wp-pagetitle, .wp-posttitle {
	line-height: normal;
}

.footable {
	border-color: yellow!important;
}

.footable > thead > tr > th, .footable > thead > tr > td {
	background-color: yellow!important;
	border-color: yellow!important;
	color: #000!important;
}

div.wp-sidebar-outer {
	width: 30%;
}

div.wp-mainbar {
	width: 68%;
}

div.wp-sidebar-inner {
	padding: 20px 0px 20px 0px;
	margin: 0;
	min-height: 0;
}

.row.illus {
	max-width: 1000px;
	float: none;
	display: table;
	margin: auto;
}

.row.illus img {
	margin-bottom: 15px;
}

.ctct-form-wrapper {
	max-width: 50%;
	margin: 0px auto;
	text-align: center;
}

.ctct-form-field input.ctct-email {
	padding: 5px 10px;
	border: 0;
	margin: 5px 0;
	max-width: 250px;
	width: 100%;
}

.ctct-form-field.ctct-form-field-hidden {
	margin: 0!important;
	padding: 0!important;
}

.ctct-form-wrapper .ctct-form-field {
	margin: 0!important;
	padding: 0!important;
}
.custom-list li {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 0;
	min-width: 11%;
	text-align: center;
}
.custom-list li > a {
	background-color: black;
	padding: 5px 20px;
	border: 1px solid yellow;
	border-radius: 2px;
	display: block;
}
.custom-list li > a:hover {
	background-color:yellow;
	color:black;
	border-color:black;
}
.ctct-form-field input.ctct-email {
	border: 1px solid #000;
}
#post-830 .like-buttons {
	display: none;
}

/*  RESPONSIVE */
@media only screen and (max-width: 1024px) {
	#nav .col:last-child {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#nav .col {
		margin-right: 1.6%;
		width: 23.8%;
		margin-left: 0;
	}
}

/*  RESPONSIVE */
@media only screen and (max-width: 800px) {
	.m-l-100{
		margin-left:0px!important;
	}
	.header-btn{display:none;}
	
	.slimmenu > li::after{
		display:none;
	}
	.slimmenu > li.hide-desktop, .footermenu > li.hide-desktop {
		display: block;
	}
	div.wp-top, div.wp-bottom {
		padding: 0px 20px;
	}
	div.wp-container {
		padding: 0px 10px;
	}
	div.wp-container-inner {
		border: 0;
	}
	div.wp-middle-inner {
		padding: 0;
	}
	.yt-iframe {
		margin: 10px 0;
		float: none;
		display: block;
	}
	.yt-iframe iframe {
		max-width: 100%;
		height: auto;
		width: 100%;
		height: 100vh;
		max-height: 400px;
	}
	div.wp-container {
		padding: 10px 10px 0;
	}
	#nav {
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width: 768px) {
	.custom-list li {
		display: inline-block;
		margin-right: 15px;
		min-width: 28%;
	}
	#nav .col img {
		display: none;
	}
	.home #nav .col img {
		display: block;
	}
	div.wp-header a h3 {
		margin-bottom: 5px;
		margin-top: 5px;
		padding-top: 5px;
	}
	.hide-mobile {
		display: none;
	}
	.wp-header .tel {
		display: inline-block;
		clear: both;
	}
	div.wp-header a span {
		display: none;
	}
	.home div.wp-header a span {
		display: block;
	}
	.wp-header .fax {
		display: inline-block;
	}
	.home div.wp-header a h3 {
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 0;
	}	#nav .col {
		margin-right: 1.6%;
		width: 48%;
		margin-left: 0;
		margin-bottom: 1.6%;
	}
	#nav .col:nth-child(2n){
		margin-right:0;
	}
	.col {  margin: 1% 0 1% 0%; }
	.no-gap .col { margin:0 0 0px 0; }
	h1.header-title {
		line-height: normal;
	}
	img.alignright {
		margin: 0 0 20px;
		float: none;
		display: block;
		width: 100%;
		padding: 0;
	}
	div.wp-sidebar-outer {
		text-align: center;
		width: 100%;
	}
	div.wp-mainbar {
		float: none;
		width: 100%;
		background: transparent;
	}
	.wp-entry .wp-caption {
		width: 100% !important;
		float: none;
		display: block;
	}
	.wp-entry .wp-caption img {
		width: 100%;
	}
	div.wp-post {
		clear: both;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid silver;
	}
	div.wp-postmetadata {
		text-align: left;
		margin: 20px 0px 20px 0px;
	}
	div.wp-sidebar-inner {
		padding: 20px 0px 20px 0px;
		margin: 0;
		min-height: 0;
	}
}

@media only screen and (max-width: 736px) {
	#nav {
		width: 100%;
	}
	.m-t-40 {
		margin-top: 15px !important;
	}
	.home img.caps {
		margin: 15px auto 10px auto;
	}
	li {
		margin: 0px 0px 0px 20px;
	}
	.custom-list li {
		margin-left: 0;
	}
	img.caps {
		float: none;
		margin: 10px auto;
		list-style: none;
		display: table;
	}
	.col {  margin: 1% 0 20px 0%; }
	.no-gap .col { margin:0 0 0px 0; }
	
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.no-gap .span_4_of_4, .no-gap .span_3_of_4, .no-gap .span_2_of_4, .no-gap .span_1_of_4 { width: 100%; }
	
	h1.header-title {
		margin-top: 0;
		padding-top: 0;
	}
	div.backg {
		padding: 10px 10px 0px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 667px) {
	
}

@media only screen and (max-width: 480px) {
	h1.header-title {
		font-size: 28px;
	}
}