/*
Theme Name: 	GBC Interactive
Description: 	A framework theme with a complete theme options panel.
Author: 		Greater Than Website
Author URI: 	http://gtwebsite.com/
Template:		cyon
Version: 		1.0.0a
*/

@import url("../cyon/style.css");
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic);

/* Common */
* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.width-wide .page_wrapper {
	min-width: 980px;
}
.width-wide .wrapper, .width-centered .page_wrapper, .home.width-wide .block-wrapper {
	width: 960px;
}

img.aligncenter {
	margin: 0 auto;
	display: block;
}

body {
	letter-spacing: .05em;
	line-height: 1.8em;
}
body a {
	color: #000;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
	body a:hover {
		color: #000;
		opacity: .7;
	}

body strong {
	font-weight: 700;
}

body .gform_wrapper {
	max-width: inherit;
}
body .gform_wrapper .cyonform input[type=email], 
body .gform_wrapper .cyonform input[type=number], 
body .gform_wrapper .cyonform input[type=password], 
body .gform_wrapper .cyonform input[type=tel], 
body .gform_wrapper .cyonform input[type=text], 
body .gform_wrapper .cyonform input[type=url], 
body .gform_wrapper .cyonform textarea {
	width: 100%!important;
	padding: 15px;
}

body .cyonform button, 
body .cyonform input[type=submit], 
body .cyonform input[type=reset], 
body .cyonform input[type=button], 
body .cyonform .button, 
body .btn {
	font-weight: 700;
	box-shadow: none;
	color: #272727;
	border: 2px solid #272727;
	border-radius: 300px;
	padding: 21px 34px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
    background-color: #fff;
    white-space: normal;
}
	body .cyonform button:hover, 
	body .cyonform input[type=submit]:hover, 
	body .cyonform input[type=reset]:hover, 
	body .cyonform input[type=button]:hover, 
	body .cyonform .button:hover, 
	body .btn:hover {
		color: #fff;
		opacity: 1;
		text-shadow: none;
		border: 2px solid #272727;
		background-color: #272727;
	}

body h3 {
	margin-top: 2em;
}
body h2 {
	margin-top: 2em;
    font-size: 36px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .015em;
    font-weight: 700;
    font-style: normal;
}
	body .wrapper > h2:first-child {
		margin-top: 0;
	}
	body .article-wrapper h2:first-child {
		margin-top: 0;
	}

.vmiddle {
	position: relative;
}
	.vmiddle > .content {
		top: 50%;
		left: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.dark {
	color: #fff;
}
	.dark h1, .dark h2, .dark h3, .dark h4, .dark p,
	.dark li, .dark a, .dark a:hover {
		color: #fff;
	}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

body hr {
	margin: 50px 0;
	clear: both;
	border-color: #ddd;
}

body .socialize {
	float: right;
	top: 20px;
	margin-left: 100px;
	margin-bottom: 40px;
	position: relative;
}
	body .cyon-social a, body .cyon-social a > span {
		width: 36px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		border-radius: 5px;
		background-color: #0976b4;
	}
	body .cyon-social a:hover > span {
		top: -36px;
	}
	body .socialize:hover a {
		opacity: .6;
	}
	body .socialize:hover a:hover {
		opacity: 1;
	}

.mobile-menu-link, .mobile-menu-link:active, .mobile-menu-link:focus, .mobile-menu-link:hover {
	right: 20px;
	top: 40px;
	z-index: 19;
	position: absolute;
	font-size: 24px;
	color: #fff;
}
	.mobile-menu-link {
		display: none;
	}
.panel {
	z-index: 9999;
	position: fixed;
	right: -15.625em;
	width: 15.625em;
	background-color: rgba(60,52,47,1);
	display: none;
}
	.panel ul {
		margin: 0;
		padding: 0;
	}
	.panel ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.panel ul li.current_page_item a {
		opacity: .5;
	}
	.panel a {
		display: block;
		padding: 20px;
		text-align: center;
		border-bottom: 1px solid rgba(0,0,0,.2);
		text-transform: uppercase;
	}
	.panel a:link,
	.panel a:visited {
		color: #fff;
	}
	.panel a:hover,
	.panel a:active {
		background: #25B89A;
	}

/* Header */
#branding {
	position: relative;
	min-height: 350px;
}
	.single #branding{
		min-height:450px;
	}
#site-title {
	margin: 0;
	max-width: 100px;
}
	#site-title * {
		display: block;
	}
#site-description {
	display: none;
}

#header-navigation {
	z-index: 9;
	position: relative;
}
	#header-navigation .wrapper {
		width: auto;
		padding: 25px 80px;
	}
	#header-navigation hgroup {
		margin-bottom: 0;
	}

#access {
	margin-top: 38px;
	margin-bottom: 0;
}
	#access ul.menu > li > a {
		opacity: 1;
		letter-spacing: .1em;
		text-transform: uppercase;
	}
	#access ul.menu > li a:hover, #access ul.menu li:hover > a, #access ul.menu li.current-menu-item > a, #access ul.menu > li.current-menu-parent > a, #access .menu > ul > li a:hover, #access .menu > ul > li:hover > a, #access .menu > ul > li.current-menu-item > a, #access .menu > ul > li.current-menu-parent > a, #access .menu > ul > li.current_page_item > a {
		opacity: .6;
	}

#branding .custom-banner {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #3c342f;
}
	#branding .custom-banner .content {
		z-index: 3;
		left: 50%;
		top: 72%;
		text-align: center;
		position: absolute;
		-webkit-transform: translate(-50%, -72%);
		-moz-transform: translate(-50%, -72%);
		-ms-transform: translate(-50%, -72%);
		transform: translate(-50%, -72%);
	}
	#branding .custom-banner .content h1 {
		font-size: 32px;
		line-height: 1em;
		letter-spacing: .1em;
		text-transform: uppercase;
	}
	#branding .custom-banner::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		z-index: 2;
		position: absolute;
		background-color: rgba(60,52,47,.4);
	}
	#branding .custom-banner .pagetoscroll {
		bottom: 20px;
		left: 50%;
		z-index: 8;
		margin-left: -100px;
		position: absolute;
	}
	#branding .custom-banner .pagetoscroll a {
		display: inline-block;
		width: 200px;
		height: 32px;
		overflow: hidden;
		color: #000;
		text-align: center;
		letter-spacing: .1em;
		text-transform: uppercase;
	}
	#branding .custom-banner .pagetoscroll a:before {
		content: '';
		display: block;
		width: 32px;
		height: 32px;
		margin: 0 auto;
		background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=');
		background-position: 50% 50%;
		background-size: 32px 32px;
		background-repeat: no-repeat;
	}
	#branding .custom-banner .pagetoscroll a:hover:before {
		display: none;
	}
	#branding .custom-banner .meta {
		font-size: 24px;
		margin-bottom: 0;
		margin-top: 10px;
	}
	#branding .custom-banner .meta-date {
		margin-top: 40px;
	}
	#branding .custom-banner .meta a {
		text-decoration: underline;
	}

/* Body */
#primary {
	margin-bottom: 0;
}

/* Content */
.page-section {
	padding: 100px 0;
}
	.page-section h2 {
		font-size: 36px;
		text-transform: uppercase;
	}
	.page-section h3 {
		font-size: 22px;
	}
.page-banner {
	text-align: center;
}
	.page-banner .content {
		z-index: 3;
		padding: 0 20px;
		width: 100%;
	}
	.page-banner .content h2 {
		font-size: 32px;
		line-height: 1em;
		letter-spacing: .1em;
		text-transform: uppercase;
		margin: 0 0 1em 0;
	}
	.page-banner .content p {
		font-size: 24px;
		margin: 0;
	}
	.page-banner::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		z-index: 2;
		position: absolute;
		background-color: rgba(46,46,46,.3);
	}

.list-icon {
	margin: 1em 0;
	padding: 0;
}
	.list-icon > li {
		margin: 40px 0 0 0;
		padding: 40px 0 0 100px;
		list-style: none;
		position: relative;
		min-height: 84px;
		border-top: 1px solid #ddd;
	}
	.list-icon > li:first-child {
		margin-top: 0;
		border-top: 0;
	}
	.list-icon img {
		width: 60px;
		left: 0;
		top: 40px;
		position: absolute;
	}

.blog-list-1{}
	.blog-list-1 #content {
		padding: 100px 0;
	}
	.blog-list-1 #content article {
		padding: 120px 0 0 0;
	}
	.blog-list-1 #content article:first-child {
		padding-top: 0;
	}
	.blog-list-1 #primary article .entry-featured-image {
		height: 325px;
		width: 100%;
		float: none;
		margin: 0;
		position: relative;
		overflow: hidden;
	}
	.blog-list-1 #primary article .entry-featured-image a {
		display: block;
		width: 100%;
		top: 50%;
		position: absolute;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.blog-list-1 #primary article .entry-featured-image a img {
		display: block;
		width: 100%;
	}
	.post-header {
		font-family: 'PT Serif', serif;
		padding: 15px 0;
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 20px;
	}
		.post-header .post-more-link {
			font-style: italic;
			float: right;
			text-align: right;
			position: relative;
			line-height: 34px;
		}
		.post-header .post-more-link a {
			color: inherit;
		}
		.post-header .post-more-link a:after {
			content: '\f178';
			font-family: 'FontAwesome';
			display: inline-block;
			margin-left: 5px;
			font-style: normal;
		}
		.post-header .post-actions {
			float: left;
		}
		.post-header .post-actions .sd-title {
			float: left;
			color: inherit;
			font-weight: 400;
			font-family: 'PT Serif', serif;
			margin-bottom: 0;
			text-transform: none;
			font-size: inherit;
			line-height: 34px;
		}
		.post-header .post-actions .sd-title:before {
			display: none;
		}
		.post-header .post-actions .sd-content {
			float: left;
			top: 4px;
			margin-left: 5px;
			position: relative;
		}
		.post-header .post-actions .sd-content ul {
			margin-bottom: 0!important;
		}
	.post-title-wrapper {
		float: left;
		width: 26%;
	}
		.post-title-wrapper h1 {
			text-transform: uppercase;
			font-size: 36px;
			line-height: 1em;
		}
	.post-content {
		float: right;
		width: 70%;
	}
	footer.entry-meta {
		display: none!important;
	}

.single #primary article, .page #primary article {
	padding: 100px 0;
}
	.single #primary article .page-header {
		display: none;
	}

/* Footer */
#footer-pagi {
	padding: 10px 0;
	font-family: 'PT Serif', serif;
	background-color: #f5f5f5;
}
	#footer-pagi nav {
		margin-bottom: 0;
		text-align:right;
	}
	.navigation .newer, .navigation .older {
		display: inline-block;
	}
	.navigation .newer:before, .navigation .older:before {
		content: '/';
		padding: 0 .75em 0 .5em;
		color: rgba(153,153,153,.5) !important;
	}
	.navigation .newer:before {
		content: '';
		padding: 0;
	}
	.navigation .newer a, .navigation .older a, .navigation .newer a:visited, .navigation .older a:visited {
		color: #999;
	}


#colophon {
	padding: 80px 0;
	color: #fff;
	background-color: #3c342f;
}
	#colophon .socialize-footer, #colophon .socialize-footer .wrapper {
		height: 0;
		text-align: right;
		overflow: visible;
	}
	#colophon .socialize-footer .socialize .cyon-social {
		display: inline-block;
	}
	#colophon .socialize-footer .socialize .cyon-social a {
		margin: 0 0 0 10px;
	}
#footer-buckets img {
	float: left;
	width: 132px;
	margin-right: 30px;
}
#footer-nav {
	display: none;
}

/* Specific Pages */
.gform_wrapper .cyonform .gform_fields > li, .cyonform .field {
    padding: 0;
    margin: 0;
}
.gform_wrapper .cyonform .gform_fields .ginput_container, .cyonform .field .inputs {
    float: none;
    width: 100%;
}
.gform_wrapper .cyonform .gform_fields .gfield_label, .cyonform .field .label {
    float: none;
    width: auto;
    position: relative;
	font-weight: normal;
	margin-bottom: 0;
}
.gform_wrapper .cyonform .gform_fields .gfield_required {
    left: auto;
    position: relative;
    color: #3c342f;
}
.gform_wrapper .cyonform input[type=email], .gform_wrapper .cyonform input[type=number], .gform_wrapper .cyonform input[type=password], .gform_wrapper .cyonform input[type=tel], .gform_wrapper .cyonform input[type=text], .gform_wrapper .cyonform input[type=url], .gform_wrapper .cyonform textarea {
    width: 100%;
    padding: 12px;
    margin: 0px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: none;
}
.gform_wrapper .cyonform .gform_footer input.button, .gform_wrapper .cyonform .gform_footer input[type=image], .cyonform .gform_wrapper .gform_footer input[type=submit] {
    border-radius: 0;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    display: inline-block;
    width: 126px;
    height: 42px;
    border-width: 0;
    text-align: center;
    font-size: 13px;
    box-sizing: border-box;
    line-height: 42px;
    padding: 0;
}
.gform_wrapper .cyonform .ginput_complex label, .cyonform .description {
    font-style: normal;
    font-size: 12px;
}
.gform_wrapper .cyonform .gform_footer input.button:hover, .cyonform .gform_wrapper .gform_footer input[type=submit]:hover {
    opacity: .8;
}

body .page-content h3:first-of-type {
    margin-top: 0;
}
body h3 {
	font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .015em;
    font-weight: 700;
    font-style: normal;
	color: #333;
	margin: 1em 0 .5em;
}
body h4 {
    font-size: 22px;
    line-height: 1.8em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .015em;
    font-weight: 300;
    font-style: normal;
	color: #333;
	margin: 1em 0 .5em;
}
p:empty {
    display: none;
}

ul#bloglist-1 .entry-featured-image {
    height: 325px;
    overflow: hidden;
}
ul#bloglist-1 .entry-featured-image img {
    width: 100%;
    position: absolute;
    top: -40%;
}
ul#bloglist-1 .entry-header {
    display: table;
    margin: 0 0 36px;
    padding: 15px 0;
    font-family: "PT Serif";
    font-size: .95em;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 1.6em;
    color: #999;
    border-color: #d9d9d9;
    width: 100%;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 0;
}
.view-list .entry-actions {
    margin-top: 0;
    width: 75%;
    display: table-cell;
    vertical-align: middle;
}
.entry-actions {
    font-family: "PT Serif",Georgia,serif;
    font-family: "PT Serif";
    font-size: .95em;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    margin-top: 1em;
    color: #999;
}
.entry-more-link {
    width: 25%;
    text-align: right;
    font-style: italic;
}
.entry-more-link, .entry-meta {
    display: table-cell;
    vertical-align: middle;
}
.entry-more-link a {
    display: inline-block;
	color: #999;
}
.entry-more-link a:before {
    content: "View Post →";
    display: inline-block;
}
ul#bloglist-1 .entry-title-wrapper {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 26%;
    margin: 0 4% 0 0;
    padding: 0;
}
ul#bloglist-1 .entry-title-wrapper h4 {
    margin: 0 0 .5em;
    line-height: 1em;
    font-size: 36px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}
ul#bloglist-1 .entry-title-wrapper p.meta {
    font-size: 16px;
}
ul#bloglist-1 .entry-content {
    float: right;
    width: 70%;
}
ul#bloglist-1 .entry-content p:first-child{
	margin-top:0;
}
.block-button-container {
    margin-bottom: 20px;
}
.block-button-container a.button-element {
    color: #272727;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    border-color: #272727;
    padding: 21px 34px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    border-radius: 300px;
	line-height: normal;
	margin-bottom: 10px;
}
.block-button-container.center a {
	text-align:center;
}
.block-button-container a.button-element:hover {
    background-color: #272727;
    color: #fff;
}
.block-button-container.center {
    text-align: center;
}

.sharedaddy.sd-sharing-enabled {
    padding-top: 30px;
}
body.hide-title article header.page-header {
    display: none;
}
body.hide-title.blog article header.page-header {
    display: block;
}
#content .page-content blockquote {
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 1.6em;
    text-decoration: none;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;
    font-style: italic;
    text-shadow: none;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: transparent;
    border: none;
}
#content .page-content blockquote h4 {
    text-align: right;
    color: #a3a3a3;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: .015em;
    font-weight: 300;
    font-style: normal;
}
.text-align-center {
    text-align: center;
}



/* Responsive */
@media only screen and (max-width: 1040px){
	#header-navigation .wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	#access ul.menu > li > a {
		padding: 0 14px;
	}
	.post-title-wrapper h1 {
		font-size: 28px;
	}
}
@media only screen and (max-width:767px) {
	#access {
		display: none;
	}
	.page-section {
		padding: 40px 0;
	}
	.page-section h2 {
		font-size: 26px;
		line-height: 1.2em;
	}
	body .socialize {
		margin-left: 20px;
	}
	#branding .custom-banner .content h1 span, .page-banner .content h2 span {
		display: block;
	}
	.mobile-menu-link, #menu {
		display: block;
	}
	body #colophon .socialize {
		float: none;
		top: 0;
		margin: 0;
		text-align: center;
	}
	#colophon .socialize-footer, #colophon .socialize-footer .wrapper {
		height: auto;
	}
	#colophon .socialize-footer .socialize .cyon-social a {
		margin: 0 5px;
	}
	#footer-buckets .widget {
		text-align: center!important;
		margin-bottom: 0;
	}
	#footer-buckets .textwidget .alignleft {
		float: none;
		margin: 0 0 20px 0;
		width: 280px;
	}
	.page-section .row-fluid .span3 {
		width:48.275862068965516%;
		*width:48.23275862068965%;
		margin-bottom: 20px;
	}
	.page-section .row-fluid .span3:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.list-icon > li {
		padding-left: 80px;
	}
	.post-title-wrapper {
		margin-bottom: 30px;
	}
	.post-title-wrapper, .post-content {
		float: none;
		width: auto;
	}
	.blog-list-1 #primary article .entry-featured-image {
		height: auto;
		overflow: auto;
	}
	.blog-list-1 #primary article .entry-featured-image a {
		position: static;
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
@media only screen and (min-width:768px) {
	#page {
		right: 0!important;
	}
}
@media only screen and (max-width:479px) {
	.page-section .row-fluid .span3 {
		width:auto;
		margin-left: 0;
		clear: both;
		float: none;
	}
.post-title-wrapper h1 {
    font-size: 24px;
}
body h2 {
    font-size: 24px;
}
body h3 {
    font-size: 20px;
}
body h4 {
    font-size: 18px;
}
.gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
    padding: 0;
}
body .gform_wrapper .cyonform input[type=email], body .gform_wrapper .cyonform input[type=number], body .gform_wrapper .cyonform input[type=password], body .gform_wrapper .cyonform input[type=tel], body .gform_wrapper .cyonform input[type=text], body .gform_wrapper .cyonform input[type=url], body .gform_wrapper .cyonform textarea {
    padding: 10px;
}
.gform_wrapper .cyonform .gform_fields .gfield_label, .cyonform .field .label {
    font-size: 14px;
}
.post-header .post-actions, .post-header .post-more-link {
    float: none;
    width: auto;
    clear: both;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
.post-header .post-actions {
	height:50px;
}
.post-header .post-more-link {}
.blog-list-1 #content article {
    padding: 30px 0;
}
.sharedaddy.sd-sharing-enabled {
    padding: 0;
}
}