/*

Theme Name:		CC Child
Template:		cc_parent
Author:			Computer Courage
Theme URI:		http://computercourage.com
Author URI:		http://www.computercourage.com/services/web-design/
Description:	A custom theme built by Computer Courage.
Version:		1.1

--------------------------------------------------------------- */
.cf:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* =General
---------------------------------------------------------------------- */

html {
	background: #fff;
}
body {
	font-family:'Gotham',sans-serif;
	font-size:16px;
	line-height:2em;
	letter-spacing:1px;
	font-weight:400;
	color:#333;
}
#page, #header, #main, #footer {
	position: relative;
	width: 100%;
	display: inline-block;
}
.inner-page {
	width:100%;
	padding:0;
	max-width: 2000px;
	margin: 0 auto;
	position:relative;
}
.interior-width {
	width: 75.33783783783784%;
	margin:auto;
}
.first {
	margin-left:0;
	clear:left;
}
.last {
	margin-right: 0px;
	clear:right;
}
#page {
	top: auto;
}
#content {
	float: left;
	width: 100%;
}
#content.flexible-content {
	width: 77%;
}
#sidebar {
	float: right;
	width: 20%;
}
#content, #sidebar {
}
.table {
	width:100%;
	display:table;
}
.table-cell {
	display:table-cell;
	vertical-align:middle;
}
.text-left {text-align:left;}
.text-right {text-align:right;}

.main-content ul, .main-content ol {
	margin-left:1.5em;
}
.main-content ul li, .main-content ol li {
	line-height:1.8;
	margin-bottom:1em;
}
.main-content ul li {
	list-style:disc;
}
.main-content ol li {
	list-style:decimal;
}

.clear { clear:both; }
.clear-10 { clear:both; padding-top:10px; }
.clear-20 { clear:both; padding-top:20px; }
.clear-30 { clear:both; padding-top:30px; }
.clear-40 { clear:both; padding-top:40px; }
.clear-50 { clear:both; padding-top:50px; }
.clear-80 { clear:both; padding-top:80px; }
.clear-100 { clear:both; padding-top:100px; }

/* =Header
---------------------------------------------------------------------- */
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	background:url(images/90whitebg.png);
}
#header .inner-page {
	/*width: 90%; 73.94594594594595%;*/
	/*max-width: 1848px;*/
}
#header .container {padding:0 3em;}
#header .table {
	position:relative;
	z-index:1;
}

#logo {
	padding-right: 20px;
}

#logo img {
	height:3.75em;
	display: block;
}
#main-menu {
	float: left;
}
#main-menu ul {

}
#main-menu li {
	float: left;
	position: relative;
	margin-right: 2.7em;
	line-height: 4.875em;
}
#main-menu a {
	font-size: 1em;
	letter-spacing:0;
	color:#333;
	display: block;
	padding: 0;
	text-decoration: none;
	font-weight:normal;
	text-transform:uppercase;
}
#main-menu ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 4.875em;
	left: -2em;
	z-index: 99999;
	
	transition: opacity 0.25s ease-in-out 0s;
	-moz-transition: opacity 0.25s ease-in-out 0s;
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	
	background:url(images/90whitebg.png);
	padding-bottom:1em;
}
#main-menu ul ul ul {
	left: 100%;
	top: 0;
}
#main-menu ul ul a {
	line-height: 1em;
	padding: .75em 2em;
	width: 14em;
	height: auto;
}
#main-menu li:hover > a,
#main-menu ul ul :hover > a,
#main-menu .menu > .current-menu-item > a,
#main-menu .current-menu-ancestor > a {
	color: #001E5F;
	font-weight:600;
}
#main-menu ul ul a:hover {
	color: #001E5F;
}
#main-menu ul li:hover > ul {
	display: block;
}

.detailed-menu-item .sub-menu {
	padding-bottom:0;
}
.detailed-menu-item .sub-menu li {
	width:20%;
	display:inline-block;
	margin:0!important;
}
.detailed-menu-item .sub-menu a {
	padding:1em 5%!important;
	margin:0;
	width:auto!important;
	display:block;
	text-align:center;
	letter-spacing:0;
	background:none!important;
}
.detailed-menu-item img {
	max-width:100%;
	display:block;
	margin:0 auto 0.7em auto;
}

.menu-social-menu-container a {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	text-decoration: none;
}
.menu-social-menu-container a:before {
	content: ' ';
	font-size: 18px;
	color: #343539;
	font-family: "proto2" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.menu-social-menu-container .facebook a:before {
	content: 'b';
}
.menu-social-menu-container .linkedin a:before {
	content: 'j';
}
.menu-social-menu-container .twitter a:before {
	content: 'k';
}
.menu-social-menu-container .googleplus a:before {
	content: 'p';
}
.menu-social-menu-container .pinterest a:before {
	content: 'w';
}
.menu-social-menu-container .yelp a:before {
	content: 'A';
}

	/* =Body
	-------------------------------------------------- */
	.contact-info .icon {
		height: 1.25em;
		margin: 0 .1em -.3em 0;
	}
	.contact-info {
		font-size:.9em;
		font-weight:700;
	}


/* =Body
---------------------------------------------------------------------- */
.archive #main, .single #main, .page-contact #main {
	margin-top:4.9em;
}
a {
	font-size:.9em;
	font-weight:700;
	letter-spacing:.2em;
	color: #001E5F;
	
	text-decoration:none;
	text-transform:uppercase;
	
	transition: color 0.25s ease-in-out 0s;
	-moz-transition: color 0.25s ease-in-out 0s;
	-webkit-transition: color 0.25s ease-in-out 0s;
	
}
a:hover {color:#fec72e;}
.button {
	display: table;

	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;

	padding: .5em 2em;
	margin: 3em auto;
	
	transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
}
.grey_block .button {
	border-color:#fff;
}
.button:hover {
	background:#fec72e;
	border-color:#fec72e;
	color:#001E5F;
}
h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	text-transform:uppercase;
	letter-spacing:
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h2 {
	font-weight: 500;
	font-size: 2.2em;
}
h3 {
	font-weight: 700;
	font-size: 1em;
	margin:0;
}
.entry-title {
	font-size: 2.4em;
	font-weight:bold;
}
strong, strong * {
	font-weight:bold;
}
em, em *, i, i * {
	font-style:italic;
}
article {
	width: 100%;
}
article p {
	margin-bottom: 1.5em;
	line-height: 200%;
}
article ul, article ol {
	margin-bottom: 1.5em;
}
article li {
	list-style-position: inside;
	line-height: 160%;
}
article ul li {
	list-style-type: disc;
}
article ol li {
	list-style-type: decimal;
}
.preview-entry {
	width: 100%;
	margin-bottom: 5%;
}
.alignleft {
	float: left;
	margin: 0.3em 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.3em 0 0.5em 1em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
    font-size: 0.7em;
    line-height: 135%;
}
#content .wp-pagenavi {
	float: left;
	width: 100%;
	margin: 12px 0;
}
#comments {
	width: 100%;
	float: left;
}
#comment-list > li {
	width: 100%;
	float: left;
	margin: 0 0 2.5% 0;
}
#comments form label {
	display: block;
}
.widget {
	width: 100%;
	margin-bottom: 10%;
}
.widget p {
	margin-bottom: 1.45em;
	line-height: 1.6em;
}
.widget > ul {
	border-top: 1px dotted #cccccc;
}
.widget > ul li {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #cccccc;
}
.widget > ul li a {
	line-height: 2em;
	text-decoration: none;
}

.flexslider {
	background:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
}
.flex-direction-nav li {
	list-style:none;
}
.flex-control-paging {
	bottom:20px;
	right:20px;
	text-align:right;
	z-index:10;
}

.flexslider .flex-direction-nav a {
	width:17px;
	height:31px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.flexslider .flex-direction-nav a:before {
	content:'';
}
.flexslider .flex-direction-nav .flex-prev {
	background:url('images/arrow_left.png');
}
.flexslider .flex-direction-nav .flex-next {
	background:url('images/arrow_right.png');
}
.flexslider .flex-control-paging li a {
	background:url('images/dot_off.png');
	display:block;
	width:14px;
	height:14px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.flexslider .flex-control-paging li a.flex-active {
	background:url('images/dot_on.png');
}

/* =Archives
---------------------------------------------------------------------- */
.archive_header {
	background:#fec72e;
	margin-bottom:2px;
}
.archive_header .inner-page {
	padding:1em 3em;
	width:auto;	
}
.archive_header h1 {
	font-style:italic;
	text-transform:uppercase;
	float:left;
	font-size:1.5em;
	font-weight:400;
	margin-bottom:0;
}
.archive_header .filters {
	float:right;
	font-size:1.1em;
}
.filters .taxonomy_list, .filters .search {
	float:left;
	margin-left:2em;
	position:relative;
}
.filters .taxonomy_list ul {
	margin:0;
}
.filters .taxonomy_list li {
	list-style:none;
	margin:0;
}
.filters .search form {
	width:13em;
}
.filters .search input[type=submit] {
	background:url('images/search_icon.png') no-repeat center center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
}
.filters .search form input[type=text] {
	display:inline-block;
	vertical-align:middle;
	width:10em;
	margin-left:0.5em;
}

.filters .taxonomy_list ul ul {
	display:none;
}
#main .taxonomy_list_toggle, #main .search_toggle {
	font-weight:300;
	letter-spacing:0;
}
#main .taxonomy_list_toggle:hover, #main .search_toggle:hover {
	color:#000;
}

.filters .taxonomy_list ul ul {
	position:absolute;
	padding-top:0.9em;
	width:17em;
	left:-8em;
	z-index:10;
}
.filters .taxonomy_list ul ul a {
	background:#fff;
	background:rgba(255,255,255,0.9);
	padding:0.5em 1em;
	letter-spacing:0!important;
	display:block;
	font-weight:normal!important;
	line-height:1.1em;
}
.filters .taxonomy_list ul ul a:hover {
	color:#001E5F;
	font-weight:bold!important;
}
.filters .taxonomy_list ul ul li:first-child a {
	padding-top:1em;
}
.filters .taxonomy_list ul ul li:last-child a {
	padding-bottom:1em;
}
.filters .taxonomy_list li {
	position:relative;
}
.filters .taxonomy_list ul li.active ul {
	display:block;
}

.archive-content {
	padding:0 0.5%;
}

.isotope {
	margin-top:0.5%;
	width:100%;
}
.isotope .panel {
	width:19.6%;
	height:0;
	padding-bottom:10.88%;
	margin:0;
	position:relative;
	overflow:hidden;
	/*
	border:1px solid #fff;
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	*/
	float:none;
	margin-bottom:0.5%;
}
.isotope .panel-2 {
	width:39.7%;
	height:0;
	padding-bottom:22.3%;/*54364089775561%;*/
}
.isotope .gutter {
	width:0.5%;
}
.isotope .column-width {
	width:19.6%;
}
.isotope .panel .image {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}
.isotope img {
	width:100%;
}
.isotope-category {
	text-transform: capitalize;
}

.panel-box {
	margin-bottom:3em!important;
}
.panel-box .fancybox-skin {
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	background:none;
}
.panel-box .project-content, .panel-box .person-content {
	background:#fff;
}
.panel-box h1, .panel-box .project-related h2 {
	padding:1em 1.5em;
	margin:0;
	font-weight:500;
}
.panel-box .description-text {
	padding:0 3em 3em 3em;
}
.panel-box .project-related {
	background:#fff;
	margin-top:3em;
	padding:0 4px 4px 4px;
}

/* =Single Person/Project
---------------------------------------------------------------------- */
.description-text {
	overflow:auto;
	clear:both;
}
.description-image {
	max-width:100%;
	display:block;
	margin-bottom:1em;
}
.description-aside {
	float:left;
	width:30%;
	text-align:right;
	font-size:0.9em;
	line-height:1.2;
}
.description-aside dl {
	margin-top:0.6em;
}
.description-aside dt {
	font-weight:bold;
	text-transform:uppercase;
}
.description-aside dd {
	margin-bottom:1em;
}
.description-aside dd p {
	line-height:1.2;
}
.person-content h1 {
	width:60%;
	float:right;
	clear:both;
	padding-right:4%;
}
.description-content {
	float:right;
	width:65%;
}
.project-related {
	overflow:auto;
}
.project-related .panel {
	width:24%;
	width:calc(25% - 4px);
	border:1px solid #fff;
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;	
}
.project-related .panel_4 {
	margin-right:0;
}
.project-related img {
	width:100%;
	display:block;
}

.news-container span.desc {
    text-align: center;
}

.news-container span.desc p {
    line-height: 18px;
}

.news-container span.desc a:hover {
   color: #001E5F;
}

/* =Fancybox
---------------------------------------------------------------------- */
.fancybox-wrap .fancybox-close {
	background:url('images/close.gif');
	width:39px;
	height:39px;
	right:7%;
	top:50px;
	position:fixed;
}

/* =Banner
---------------------------------------------------------------------- */
.banner {
	border-top:0!important;
}

/* =Row Styling
---------------------------------------------------------------------- */
.row {
	padding:3em 0;
}
	
	/* Text
	-------------------------------------------------- */
	.text h2 {text-align:center;}
	.text div  {
		text-align:center;
		max-width:800px;
		margin:auto;	
	}
	.two-col-text div {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
    	-moz-column-count: 2; /* Firefox */
	    column-count: 2;	
		
		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    	-moz-column-gap: 40px; /* Firefox */
	    column-gap: 40px;
		
		text-align:left;
		width:75%;
		max-width: none;
	}
	
	/* Photo
	-------------------------------------------------- */
	.photo {
		width:100%;
		text-align:center;
		color:#fff;
		border-top:5px solid #fec72e;
		position:relative;
		overflow: hidden;
	}
	.photo img {
		width:100%;
		display:block;
	}
	.large-photo {
		padding-bottom: 37.5%;
	}
	.small-photo {
		width: 75.33783783783784%;	
		padding-bottom: 28.25168918625%;
		margin:auto;
	}
	.parallax {
		height:0;
		background-size: 100%;
	}
	.parallax img {
		position:absolute;
		top:0;
		left:0;
	}
	.non-parallax {
		display:none!important;
	}
	.valign {
		position: absolute;
		width: 90%;
		margin: 0 5%;
		top: 50%;
	}
	.photo .title {
		font-size:4.6875em;	
		font-style:italic;
		font-weight:500;
		line-height:1.2em;
		text-transform:uppercase;
		z-index: 1;
	}
	.corner-link {
		font-size:0.95em;
		position: absolute;
		width: 0;
		height: 0;
		bottom: 0;
		right: 0;
		
		border-top: 4em solid transparent;
		border-bottom: 0em solid transparent;
		border-right: 9em solid #fff;
		
		cursor:pointer;
		
		transition: border 0.25s ease-in-out 0s;
		-moz-transition: border 0.25s ease-in-out 0s;
		-webkit-transition: border 0.25s ease-in-out 0s;
	}
	.corner-link:hover {
		border-top: 15em solid transparent;
		border-bottom: 0em solid transparent;
		border-right: 28em solid #fff;
	}
	.corner-link .info {
		display: block;
		position: absolute;
		top: -1.85em;
		left: 4.5em;
		width: auto;
		visibility:visible;
		
		transition: border 0.25s ease-in-out 0s;
		-moz-transition: border 0.25s ease-in-out 0s;
		-webkit-transition: border 0.25s ease-in-out 0s;
		transition:visibility 0s linear 0.3s;
	}
	.corner-link:hover .info {
		visibility:hidden;
		transition-delay:0s;
	}
	.corner-link .project-details {
		position: absolute;
		bottom: 0;		
		right: -24em;
		width: 12em;
		height: 7.5em;
		color: #333;
		text-transform:uppercase;
	}
	.corner-link .project-details span {
		font-weight: 400;
		text-decoration: none;
		font-size: .9em;
		letter-spacing: .1em;
	}
	.corner-link .table-cell {vertical-align:bottom;}
	.corner-link a {
		position:absolute;
		width:26em;
		height:15em;
		bottom:0;
		right:0;
		z-index:10;
		color:#333;
		font-weight:400;
	}
	
	/* List and Body Text
	-------------------------------------------------- */
	.body_text {
		margin:3em auto;
		width:75.33783783783784%;
	}
	.list_content,
	.body_text_image {
		width:30%;
		float:left;
		text-align:right;
	}

	.body_text_image img {
		max-width:100%;
	}
	.body_text_image .caption {
		font-size:0.9em;
		line-height:1.1;
	}
	.body_text_content {
		padding-left:35%;
	}
	.body_text p {
		margin-bottom: 1.5em;
	}

	.list_content ul {
		padding: 0;
		margin: 0;
		padding-top: 57px;
	}

	.list_content li {
		list-style: none !important;
		font-size: .9em;
		margin-bottom: 1.5em !important;
	}

	.list_content li h4 {
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: bold;
		line-height: 1em;
	}

	.list_content li p {
		margin-bottom: 0;
	}

	
	/* Columns
	-------------------------------------------------- */
	.col {
		float:left;
		margin:0 5% 5% 0;	
	}
	.three_column .col {
		width:30%;
	}
	.col-0 {margin-right:0!important;}
	.two_column .col {
		width:48%;
		margin-right:4%;
	}
	.three_column h2 {
		margin-bottom:1em;
	}
	.news .col {
		width: 22%;
    		padding: 4% 4% 0 4%;
	}
	
	/* Projects Scroll
	-------------------------------------------------- */
	.projects-row {padding:0;}
	#makeMeScrollable {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 200px;
	}
	.scrollWrapper {
		height: 100%;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.scrollingHotSpotLeft,
	.scrollingHotSpotRight {
		position: absolute;
		top: 0;
		width: 40px;
		height: 100%;
		opacity: 0;
		z-index: 50000;
	}
	.scrollingHotSpotLeft {
		left: -5px;
		background: url(images/arrow_left.png) center center no-repeat;
	}
	.scrollingHotSpotRight {
		right: -5px;
		background: url(images/arrow_right.png) center center no-repeat;
	}
	.scrollableArea, .scrollableArea .panel, .scrollableArea .panel .image, .scrollableArea .panel a, .scrollableArea .panel .image img {
		height:100%;
	}
	.photos.scrollableArea img {
	
	}
	#arrow_nav {
		display: none;
	}
	.panel {
		float: left;
		margin: 0 5px 0 0;
	}
	.panel .image {
		position:relative;
		background:url('images/loading.gif') center center no-repeat;
		overflow: hidden;
	}
	.panel a {
		display:block;
	}
	.panel .details {
		text-align: center;
		width:100%;
		height:100%;
		
		letter-spacing:0;
		font-size:1.111em;
		color: #333;
		font-weight: 400;
		position:absolute;
		
		opacity:0;
		transition: opacity 0.25s ease-in-out 0s;
		-moz-transition: opacity 0.25s ease-in-out 0s;
		-webkit-transition: opacity 0.25s ease-in-out 0s;
	}
	.panel:hover .details {opacity:1;}
	.panel .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background:url(images/90whitebg.png);
		z-index:1;
	}
	.panel .valign {z-index:10;}
	.panel .details h3 {
		color:#001E5F;
		line-height:1.4;
	}
	.panel .details p {
		margin:0 0 0.4em 0;
		line-height:1.3;
	}
	.panel .details span {
		font-weight:700;
		letter-spacing:.2em;
		font-size:.9em;
	}

	/* Awards
	-------------------------------------------------- */
	.awards {
		text-align:center;
	}
	.awards .graphics {
		padding:2em 0;
	}
	.awards .graphics img {
		max-width:20%;
		margin-right:5%;
		vertical-align:middle;
	}
	.awards .button {
		border-color:#fff;
		margin:0 auto;
	}

	/* Testimonials
	-------------------------------------------------- */
	.testimonials .quotes {
		margin-top:2em;
		font-size:0.8em;
	}
	.quotes .col {
		width:22%;
		padding:4%;
		background:#fff;
	}
	.quotes .logo {
		margin:0 auto 2em 0;
		display:block;
		max-width:100%;
	}
	.testimonial-source {
		font-weight:bold;
		text-transform:uppercase;
		margin-top:1.5em;
		display:block;
	}
	.testimonials .intro_text {
		text-align:center;
		margin:2em 0 3em 0;
	}
	
	/* Clients
	-------------------------------------------------- */
	.clients .interior-container {
		background:none!important;
	}
	.clients li {
		display:inline-block;
		vertical-align:middle;
		width:12%;
		margin:0 2% 2% 0;
		text-align:center;
	}
	.clients li img {
		max-width:100%;
		max-height:100%;
	}
	
	/* Maps
	-------------------------------------------------- */
	.acf-map {
		width:100%;
		padding-bottom:25%;
		height:0;
	}

	.acf-locations .col {
		margin: 0 2.5% 2.5% 2.5%;
	}

	.locations h2 {
		margin-bottom:1.5em;
	}
	.locations.grey_block {
		margin-top:0;
		text-align:center;
	}
	.locations.grey_block .interior-container {
		background-color: #fff;
	}

	/* Careers
	-------------------------------------------------- */
	.career h2 {
		padding-left:30%;
		text-align:left;
	}
	.career_content {
		display:none;
	}
	#career_default {
		display:block;
	}
	.careers .sidebar {
		float:left;
		width:25%;
		text-align:right;
	}
	.careers .content {
		float:right;
		width:70%;
	}
	.careers .content p {
		margin-bottom:1.5em;
	}
	.career_list {
		margin:0 0 1em 0!important;
	}
	.career_list li {
		list-style:none!important;
		margin:0!important;
	}

	/* General
	-------------------------------------------------- */
	.page-contact .col {
		display:inline-block;
		float:none;
		margin:-right:
	}
	.page-contact .three_column .col {
		margin:0 3% 3% 0;
	}	
	.page-contact .two_column .col {
		width:44%;
		margin: 0 2.5% 2.5% 2.5%;
		min-width: 300px;
		margin-right: 2.5% !important;
	}
	.page-contact .row {
		text-align:center;
	}
	.grey_block {
		margin-top:3em;
		margin-bottom:3em;
		padding:0;
	}
	.grey_block h2 {
		text-align:center;
	}
	.grey_block .interior-container {
		background:#F1F1F1;
		border-top:6px solid #fec72e;
		padding:3em;
	}

/* =Footer
---------------------------------------------------------------------- */

#footer .inner-page {
	background:#f1f1f1;
	color:#333;
}
.footer_info {
	border-top:6px solid #fec72e;
	padding:1em 3em;
	font-size:0.9em;
}
.colophon, .copyright {
	text-transform:uppercase;
	position:absolute;
	top:1.4em;
	left:3em;
}
.social {
	text-transform:uppercase;
	position:absolute;
	top:22px;
	left:3em;
}
.copyright {
	left:auto;
	right:3em;
}
.copyright img {
	position: relative;
	top: 3px;
}
.footer_info a {
	color:#333;
	text-decoration:none;
	letter-spacing:normal;
	font-weight:normal;
	text-transform:none;
}
.menu-footer-menu-container {
	width:100%;
	text-align:center;
}
.menu-footer-menu-container li {
	display:inline-block;
	margin-right:2em;
	height: 0px;
	overflow: hidden;
}
.menu-footer-menu-container li ul {
	display:none;
}




/* =Forms & Buttons
---------------------------------------------------------------------- */

textarea {
	overflow: hidden;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	width: 95.6%;
	padding: 1.7% 2.2%;
	line-height: 1.5em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #a0a0a0;
}
input[type="submit"] {
	cursor: pointer;
}
.gform_wrapper {
	width: 99.4%;
}
.gform_wrapper .gfield {
	margin-bottom: 2%;
}
.gform_wrapper li {
	list-style-type: none;
}
.gform_wrapper .gfield > .gfield_label {
	display: block;
	margin: 0 0 0.4em 0;
}
.gform_wrapper .validation_error {
	display: block;
	margin: 0 0 0.7em 0;
}
.gform_wrapper .validation_message {
	display: block;
	margin: 0.4em 0 0 0;
	font-size: 0.8em;
}
.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
	border: 1px solid #f81e4c;
}
.gform_wrapper input[type="submit"], #comments #submit {
	background: #f2f2f2;
	border: 1px solid #cecece;
	padding: 10px 20px;
	font-size: 0.8em;l
	border-radius: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}
.gform_ajax_spinner {
	display: none;
}

.page-contact #contactform {
	background: #f1f1f1;
}
.page-contact #contact-form {
	padding-top: 30px;
}
.page-contact #contact-form input {
	margin-bottom: 15px;
}
div.wpcf7-mail-sent-ok {
	border: 3px solid #fec72e !important;
}

.page-contact .contact-form-column {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	padding-left: 1%;
	padding-right: 1%;
}

.page-contact .contact-form-field {
	margin-bottom: 20px;
	max-width: 100% !important;
}

.page-contact .contact-form-field textarea {
	height: 17em;
}

.page-contact .contact-form-column label {
	display: none;
}

.page-contact #contactform.text .button {
	background-color: #f1f1f1;

	display: table;

	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;

	padding: .5em 2em;
	margin: 3em auto 0;
	
	transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;

}

.page-contact #contactform.text .button:hover {
	background:#fec72e;
}

.map-location a {
	font-family: Gotham, sans-serif;
	font-weight: normal;
	color: #333;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 1em;
}

.mobile-only {
	display: none;
}

/* Implementation of In The News new Design*/

.news-list {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	text-align: center;
}

.news-list .news-post {
 	display: inline-block;
 	position: relative;
}

.news-list .news-post img {
	width: 100%;
	height: auto;
	max-height: 325px;
}

span.text-content {
  background: rgba(255,255,255,0.8);
  display: table;
  height: 335px;
  padding-right: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
  color: #333;
}

span.text-content p.read {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

span.text-content p.read:hover {
  color: #fec72e !important;
  cursor: pointer; 
  cursor: hand;
}

span.text-content span p {
  color: #333333;
  line-height: 22px;
  margin-top: 10px;
	text-transform: none;
	font-weight: normal;
}

span.text-content span h3 {
  color: #0b1e60;
  line-height: 1.3em;
}

span.text-content span a {
  color: #333;
}

.news-list .news-post:hover span.text-content {
  opacity: 1;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

	span.text-content {
    		background: rgba(255,255,255,0.8);
    		display: table;
    		height: auto;
    		position: relative;
    		opacity: 1;
    		margin-top: 20px;
    		padding-bottom: 12px;
	}
	span.text-content span h3 {
		font-size: 1.2em;
	}

	.news-list .news-post img {
		width: 75%;
	}
	.news-container span.desc {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	.isotope .panel {
		width:24.625%;
		padding-bottom:13.65%;
	}
	.isotope .column-width {
		width:24.625%;
	}
	.isotope .panel-2 {
		width:49.75%;
		padding-bottom:27.78%%; /*.9%;*/
	}

	.page-contact .two_column .col-0 {
		margin-right: 2.5% !important;
	}
}

@media only screen and (max-width: 960px) {
	.isotope .panel {
		width:33%;
		padding-bottom:18%;
	}
	.isotope .column-width {
		width:33%;
	}
	.isotope .panel-2 {
		width:66.5%;
		padding-bottom:36.5%; /*6%;*/
	}
}

@media only screen and (max-width: 600px) {
	.isotope .panel {
		width:49.75%;
		padding-bottom:27.4%;
	}
	.isotope .column-width {
		width:49.75%;
	}
	.isotope .panel-2 {
		width:100%;
		padding-bottom:55%;
	}
	.acf-map {
		display: none;
	}
	.list_content {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.mobile-only .list-item span {
		display: none;
	}
	.interior-width.all-posts {
    		width: 100%;
	}
}


@media only screen and (min-width: 1559px) {
	.news-list .news-post img {
    		width: 100%;
   		max-height: none;
	}
	span.text-content {
    		height: 455px;
	}
}