/*
Theme Name: Amplify
Theme URI: http://byerscreative.com
Version: 1.0
Description: A custom theme from Byers Creative.
Author: Byers Creative
Author URI: http://byerscreative.com/
Template: genesis
Template Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.home-rows {
	background-image: url('../png/callout-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 125px 0;
    color: #fff;
}

.home-rows h3 {
	color: #fff;
}

.home-rows ul {
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}

.home-rows ul li {
	flex-basis: 33.3333%;
	font-size: 16px;
	font-size: 1.6rem;
}

.home-rows a.button.ghost {
	color: #fff;
	border-color: #fff;
}

.home-rows a.button.ghost:hover {
	border-color: #36a7e4;
}


/* Slick Slider
---------------------------------------------------------------------------- */

.slick-slider button.slick-prev.slick-arrow,
.slick-slider button.slick-next.slick-arrow {
	top: calc(50% - 20px);
	-webkit-box-shadow: none;
	box-shadow: none;
}
	
.slick-slider button.slick-prev.slick-arrow,
.slick-slider button.slick-prev.slick-arrow:focus,
.slick-slider button.slick-prev.slick-arrow:hover {
	position: absolute;
	left: 0;
	width: 30px;
	height: 40px;
	display: block;
	overflow: hidden;
	padding: 0 !important;
	margin: 0;
	outline: none;
	z-index: 9999;
	line-height: 1;
	font-size: 38px;
	background: transparent !important;
	color: #000 !important;
	border: none !important;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
	
.slick-slider button.slick-next.slick-arrow,
.slick-slider button.slick-next.slick-arrow:focus,
.slick-slider button.slick-next.slick-arrow:hover {
	position: absolute;
	right: 0;
	width: 30px;
	height: 40px;
	display: block;
	overflow: hidden;
	padding: 0 !important;
	margin: 0;
	outline: none;
	z-index: 9999;
	line-height: 1;
	font-size: 38px;
	background: transparent !important;
	color: #000 !important;
	border: none !important;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.slick-slider:hover button.slick-prev.slick-arrow,
.slick-slider:hover button.slick-next.slick-arrow {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.slick-slider .slick-slide {
	height: auto;
}

.page-template-page-careers #testimonials .testimonial {
	width: calc(100% - 125px);
	margin-left: 75px;
	margin-right: 50px;
}

#cases-sort {
	text-align: center;
	margin: 0 0 30px 0;
}

#cases-sort button,
#cases-sort button:active,
#cases-sort button.active,
#cases-sort button:focus,
#cases-sort button:hover {
	border: none !important;
	margin: 0 5px !important;
	outline: none !important;
}

.case-studies .mix {
	display: none;
}




.site-inner section#technical-sheets:first-of-type,
.site-inner section#technical-sheets.min-margin,
.site-inner section#technical-sheets {
	padding: 0;
	margin: 0;
}

.technical-sheets,
.resource-buttons {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap: 0 30px;	
}

.resource-buttons {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap: 0 30px;
}

.technical-sheets .sheet,
.resource-buttons .resource-button {
	padding: 20px;
	-webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 30px;
	background-color: #f3f3f3;
}

.technical-sheets .sheet table.no-table-head,
.resource-buttons .resource-button table.no-table-head {
	margin-bottom: 0;
}

.technical-sheets .sheet table.no-table-head tbody,
.resource-buttons .resource-button table.no-table-head tbody {
	border-bottom: none;
}

.technical-sheets .sheet table.no-table-head tr:first-child,
.resource-buttons .resource-button table.no-table-head tr:first-child {
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.technical-sheets .sheet table.no-table-head tr:first-child td:first-child,
.resource-buttons .resource-button table.no-table-head tr:first-child td:first-child {
	width: 120px;
}

.technical-sheets .sheet table.no-table-head tr:first-child td:last-child,
.resource-buttons .resource-button table.no-table-head tr:first-child td:last-child {
	border-right: none;
}

.technical-sheets .sheet img,
.resource-buttons .resource-button img {
	width: 100px;
	height: auto;
}

.resource-buttons .resource-button i {
	font-size: 80px;
}

.technical-sheets .sheet h2,
.resource-buttons .resource-button h2 {
	font-size: 18px;
	white-space: normal;
}



.single.single-offices .entry-content {
	padding-top: 0;
	padding-bottom: 0;
}

.single-offices section#location-representative {
	background: #f3f3f3;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 75px;
	padding-bottom: 150px;
}

.single-offices section#location-representative .representative-details {
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	background: #fff;
}

.single-offices section#location-representative .representative-details img {
	margin: 0 0 20px 0;
}

.single-offices section#location-representative .representative-details p {
	margin-bottom: 0;
}

.single-offices section#location-representative a.button {
	width: 100%;
	text-align: center;
}

.single-offices .slick-list {
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
}

.single-offices .slick-slide {
	margin: 10px;
}

.single-offices .slick-slide .block {
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 3px;
	margin: 0 auto 25px;
	overflow: hidden;
	-webkit-transition: .25s ease-in-out all;
	-o-transition: .25s ease-in-out all;
	transition: .25s ease-in-out all;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	cursor: pointer;
}

.single-offices .slick-slide .block:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.25);
}

.single-offices .slick-slide > .block:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 3px 6px 25px rgb(0 0 0 / 25%);
	box-shadow: 3px 6px 25px rgb(0 0 0 / 25%);
}

.single-offices .slick-slide .block .case-study-content {
	display: block;
	width: 85%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
}

.single-offices .slick-slide .block .case-study-content h2.entry-title {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
}

.case-studies .case-study .block .case-study-content .entry-category p {
	color: #fff;
	text-transform: uppercase;
}

.single-offices section#location-faqs {
	background: #f3f3f3;
	margin: 0;
	padding: 150px 0;
}

.location-faq-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.location-faq-grid .location-faq {
	margin-right: 30px !important;
	margin-bottom: 30px !important;
	flex-basis: calc( ( 100% - 60px ) / 3 ) !important;
	background: #fff;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.location-faq-grid .location-faq:nth-child(3n) {
	margin-right: 0 !important;
}

.location-faq-grid .location-faq summary.faq-accordion-title {
	outline: none !important;
}

.location-faq-grid .location-faq summary.faq-accordion-title h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

#location-map svg {
	width: 100% !important;
}

.map-container {
	position: relative;
}

img.background-map {
	width: 98.5%;
}

.cities {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 30px);
	height: 100%;
	display: block;
	z-index: 99;
	margin-left: 15px;
	margin-right: 15px;
}

.cities .city {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
}

.cities .city .city-label {
	font-size: 16px; 
	font-weight: 700;
	color: #36a7e4;
	display: none;
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	position: relative;
	z-index: 999999;
	width: 200px;
	border-radius: 5px;
}

.cities .city .city-dot {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #36a7e4;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.cities .city .city-dot-radius {
	position: absolute;
	width: 60px;
	height: 60px;
	left: -25px;
	bottom: -25px;
	opacity: 0.75;
	background: radial-gradient(circle, rgba(54,167,228,1) 10%, rgba(54,167,228,0) 70%);
	border-radius: 30px;
	z-index: 0;
	opacity: 0;
}

.cities .city .city-offices {
	padding-bottom: 10px;
}

.cities .city .city-offices a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ddd;
}

.cities .city:focus .city-label,
.cities .city:hover .city-label {
	display: block;
}

.cities .city:focus .city-dot,
.cities .city:hover .city-dot {
	background: #000;
}

.cities .city:focus .city-offices,
.cities .city:hover .city-offices {

}

.single-offices .city a .city-name,
.single-offices .city a:visited .city-name {
	color: #000;
	position: relative;
	left: calc(-50% + 5px);
	line-height: 1.1;
	text-align: center;
	z-index: 5;
	opacity: 0;
}

.single-offices .city.current-city a .city-name,
.single-offices .city.current-city a:visited .city-name,
.single-offices .cities .city.current-city .city-dot-radius,
.single-offices .city a:focus .city-name,
.single-offices .city a:hover .city-name {
	opacity: 1;
}

.cities .city.current-city .city-dot {
	background: #000;
}

.single-offices .city.current-city a .city-name,
.single-offices .city.current-city a:visited .city-name {
	font-weight: 700;
}


.simple-cta {
	font-size: 30px !important;
	font-weight: 700;
	margin: 0 !important;
}

.simple-cta .wrap {
	max-width: 880px;
}

.simple-cta p {
	margin-bottom: 0 !important;
	font-size: 30px !important;
}

.simple-cta a,
.simple-cta a:visited,
.simple-cta a:focus,
.simple-cta a:hover {
	color: #fff !important;
}

#simple-cta-1 {
	margin: 0 0 75px 0 !important;
}

#simple-cta-2 {
	padding-bottom: 75px !important;
}

.mix-gallery .stock_status-instock {
	display: none;
}




.page-template-page-contact .page-content {
	overflow: visible !important;
}



.gform_wrapper.form-has-small-description_wrapper .gform_description {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.375;
}




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

	.technical-sheets .table-container,
	.resource-buttons .table-container {
		overflow: hidden;
	}
	
}

@media only screen and (max-width: 1024px) {
		
	.technical-sheets {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	
	.single-offices .site-inner section {
		margin: 0;
	}
	
	.single-offices section#location-representative {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	
	.single-offices section#location-pricing {
		padding-top: 75px;
		padding-bottom: 0;
	}
	
	.single-offices section#location-pricing .emphasis:before {
		display: none;
	}
	
	.single-offices section#location-pricing .emphasis .column:first-of-type {
		margin-bottom: 0 !important;
	}
	
	.single-offices section#location-pricing .emphasis .column:last-of-type h2 {
		display: none;
	}
	
	.single-offices section#location-faqs {
		padding: 75px 0;
	}
	
	.location-faq-grid .location-faq {
		display: flex !important;
		margin-right: 0 !important;
		margin-bottom: 30px !important;
		flex-basis: 100% !important;
	}
	
	.simple-cta {
		font-size: 22px !important;
	}
	
	.simple-cta p {
		margin-bottom: 0 !important;
		font-size: 22px !important;
	}
	
}

@media only screen and (max-width: 767.98px) {
	
	.page-template-page-careers #testimonials .testimonial {
		width: calc(100% - 100px);
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.technical-sheets,
	.resource-buttons {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	
}

summary::-webkit-details-marker {
	display: none !important;
}

@media only screen 
and (max-width: 767.98px) 
and (orientation: portrait) {

	.cities .city .city-dot-radius {
		width: 40px;
		height: 40px;
		left: -15px;
		bottom: -15px;
	}
	
}