/* Theme Name: Archangel Coins */
/* === Global === */
.blue {
	color: #5c89bc;
}
a {
	color: var(--color-4);
}
a:hover, a:focus {
	color: var(--color-1);
}
/* === Header/Nav === */
.mobile-header .mobile-c2a {
	background-color: #fff;
}
.mobile-header .mobile-c2a a {
	color: #5c89bc;
}
.mobile-header .mobile-c2a a:hover,
.mobile-header .mobile-c2a a:focus {
	color: #afafaf;
	font-weight: 700;
}
nav.main-nav {
	background: #cb9324;
	margin: 15px 0 0;
}
nav.main-nav a {
	color: #fff;
}
nav.main-name li.current_page_item {
	color: #d9d9d9;
}
header {
	padding-top: 20px;
}

.h-socials {padding-top: 20px;}
.h-socials span {
	color: #fff;
}
.h-socials span:hover,
.h-socials span:focus {
	color: #000;
}
#header-links,
#header-logos {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0;
}
#header-links a {
	color: #000;
	text-transform: uppercase;
	padding: 5px 15px;
}
#header-logos .h-logo {
	float: left;
	margin: 0 10px;
}
.primary-header .logo-col {
	flex-basis: unset;
	align-self: flex-end;
}
.h-socials {
	text-align: center;
}
.h-socials a {
	font-size: 28px;
	color: #000;
}
.business-col p {
	margin: 0;
}
.business-col a {
	color: #000;
	margin: 2px 0;
	display: inline-block;
}
.phone-link {
	margin-bottom: 10px;
	font-weight: 700;
}
.phone-link .fas{
	padding-right:10px;
}
.hours {
	font-weight: 700;
	margin-top: 5px;
}
.staff-members{
	margin: 30px 0px;
	display:block;
}
/* === Footer === */
ul#menu-footer {
	column-count: 2;
	list-style-type: none;
	padding: 0;
	max-width: max-content;
	margin: 0 auto;
}
.hours p {
	margin: 0;
}
footer .f-loc a {
	text-align: center;
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}
footer {
	background-color: #5c89bc;
	color: #fff;
	border-top: 4px solid #cb9324;
	padding-top: 20px;padding-bottom: 20px;
}
footer .h-socials a,
footer a {
	color: #fff;
}
.b-container .b-heading {
	display: inline-block;
	width: 100%;
	text-align: center;
	height: auto;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}
.f-block {
	padding: 20px;
}
.b-map {
	margin: 20px 0;
	height: auto;
	width: 100%;
}
.f-block input[type='submit'] {
	width: 100%;
	margin-top: 10px;
	background: #d9d9d9;
	color: #fff;
	border: none;
	padding: 10px;
	color: #000;
	border: 1px solid #000;
	text-transform: uppercase;
}
.f-block input[type='submit']:hover,
.f-block input[type='submit']:focus {
	background: #cb9325;
	color: #fff;
}
footer .hours{
margin-top: 20px;	
}
footer .hours,
footer .phone-link{
	text-align:center;
}
/* === Home Page === */
.content-image {
	padding: 40px 40px 40px 15px;
}
.main-content {
	padding: 40px 15px 0 0;
}
.flex-3-col .home-c2a {
	padding: 15px;
}
span.c2a-heading {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #cb9324;
	color: #fff;
}
.home-c2a-inner {
	box-shadow: 0 0 25px #c9bc8b;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
}
.home-c2a-inner:hover {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
#recent-posts {
	width: 100%;
	display: block;
	text-align: center;
	margin: 50px 0;
	background: #d9d9d9;
	float: left;
	height: auto;
	padding: 20px 0;
}
.brand a {
	color: #000;
}
#recent-posts h3 {
	text-transform: uppercase;
	font-size: 28px;
}
#recent-posts .brand {
	width: 320px;
	display: block;
	float: left;
	height: auto;
}
#recent-posts .brand {
	padding: 20px;
}
#recent-posts .excerpt {
	text-align: left;
	padding: 10px 0;
}
#recent-posts .media img {
	object-fit: cover;
	width: 100%;
	height: calc(20vw - 40px);
}
.business-col {
	font-size: 18px;
}
.primary-footer {
	font-size: 16px;
}
.main-nav .menu li a {
	text-align: center;
}
/* === Interior Pages === */
.embed {
	width: 800px;
	margin: 25px auto 0;
}
.main-heading {
	text-align: center;
	background-color: var(--color-3);
	color: var(--color-1);
	padding: 10px 0;
}
.main-heading h1 {
	margin: 0;
	font-size: 32px;
}
.main-section {
	margin: 30px 0;
}
.main-section .read-more {
	padding:40px 0px;
	display: none;
}
#testimonial-section{
	margin-top: 40px;
}
.main-section .more {
	color: var(--color-4);
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 20px;
}
.main-section .main-row .image-col {
	flex: 0 1 40%;
	margin-right: 50px;
}
.main-section .main-row .content-col {
	flex: 1 1 60%;
}
.items-section {
	margin-bottom: 30px;
}
.items-section .items {
	flex-wrap: wrap;
	justify-content: center;
}
.items-section .items .item {
	flex: 0 1 calc(25% - 22.5px);
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.items-section .items .item:last-child, .items-section .items .item:nth-child(4n) {
	margin-right: 0;
}
.items-section .items .item .heading {
	font-size: 18px;
}
.items-section .items .item .price {
	font-size: 16px;
	font-weight: 700;
}
.items-section .items .item .content p:last-child {
	margin-bottom: 0;
}
.items-section .link {
	text-align: center;
	margin-bottom: 20px;
}
.items-section .link a {
	position: relative;
	padding-right: 20px;
	line-height: 1em;
	font-size: 18px;
}
.items-section .link a:after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 22px;
	margin-left: .5em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.testimonial-section h2 {
	text-align: center;
}
.testimonial-section .testimonial .heading-row {
	justify-content: space-around;
}
.testimonial-section .testimonial .heading {
	font-size: 18px;
	font-weight: 700;
}
.owl-carousel {
	width: calc(100% - 60px);
	margin: 0 auto;
}
.owl-carousel .owl-nav {
	font-size: 32px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-carousel .owl-prev {
	left: -30px;
}
.owl-carousel .owl-next {
	right: -30px;
}
.services h2.heading{
	text-align:center;
	display:inline-block;
	width:100%;
}

.contact-section {
	margin-bottom: 50px;
}
.contact-section .form-col {
	flex: 1 1 calc(50% - 30px);
	margin-right: 30px;
	border: 2px solid #000;
	padding: 20px 50px;
}
.contact-section .form-col h2 {
	text-align: center;
}
.contact-section .info-col {
	flex: 1 1 calc(50% - 30px);
	margin-left: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.contact-section .location-info {
	padding: 30px;
}
.contact-section .map {
	flex: 1 0 auto;
}
.contact-section .map iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.contact-section .form {
	text-align: center;
}
.contact-section .form .gform_wrapper.gravity-theme .gfield_label,
.contact-section .form .gform_wrapper.gravity-theme label {
	display: none;
}
.contact-section .form .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.contact-section .form .gform_wrapper.gravity-theme .button {
	background-color: var(--color-4);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border: none;
	padding: .6em 1.6em;
	transition: all ease .3s;
}
.contact-section .form .gform_wrapper.gravity-theme .button:hover, .contact-section .form .gform_wrapper.gravity-theme .button:focus {
	background-color: #000;
}
.blog-section .blog .heading-row .heading {
	margin-bottom: 0;
}
.blog-section .blog .heading-row .date {
	margin-bottom: 0;
	color: inherit;
	font-style: normal;
	font-size: inherit;
}
.blog-section .blog .image-col {
	flex-basis: 33.33%;
}
.blog-section .blog .read-more-text {
	color: var(--color-4);
}
.blog-section .blog video {
	max-width: 100%;
	width: 100%;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: -1;
}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers {
	border-color: var(--color-4);
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color-4);
}
.blog-section .sidebar h3 {
	margin-bottom: 0;
}
.heading-row {
	align-items: center;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.heading-row .col {
	margin: 0 .75em;
}
.heading-row .heading {
	margin-bottom: 0;
}
.heading-row .date {
	margin-bottom: 0;
	color: #000;
	font-style: normal;
	font-size: inherit;
}
.main-section.single .date {
	color: #000;
}
.archive .blog-section,
.search .blog-section {
	margin-top: 50px;
}
.services-section .read-more {
	display: none;
}
.services-section .more {
	color: var(--color-4);
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 20px;
}
.services-section .service {
	margin-bottom: 50px;padding-bottom: 50px;  border-bottom: 2px solid #000;
}
.services-section .service:last-of-type {border-bottom: none;}

.services-section .service .image-col {
	flex: 0 1 50%;
	margin-right: 50px;
}
.services-section .service .content-col {
	flex: 1 1 50%;
	flex-wrap: wrap;
    align-items: center;
    width: 100%;
	text-align:center;
	display:flex;
}
.services-section .service:nth-child(even) {
	flex-direction: row-reverse;
}
.services-section .service:nth-child(even) .image-col {
	margin-right: 0;
	margin-left: 50px;
}
.items-section .embed {
	max-width: 100%;
}
/* Gallery */
.owl-wrapper .owl-thumbs .item {
	cursor: pointer;
}
.owl-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	text-align: center;
	font-size: 18px;
	z-index: 99;
}
.owl-modal .modal-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.owl-modal .owl-carousel {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	max-width: calc(100% - 120px);
}
.owl-modal .owl-carousel .owl-stage-outer,
.owl-modal .owl-carousel .owl-stage,
.owl-modal .owl-carousel .owl-item,
.owl-modal .owl-carousel .item {
	height: 100%;
}
.owl-modal .close {
	display: flex;
	justify-content: flex-end;
	font-size: 24px;
	cursor: pointer;
	transition: all ease .3s;
	margin-top: 15px;
	margin-right: 15px;
}
.owl-modal .close:hover {
	color: var(--color-4);
}
.owl-modal .owl-carousel .item {
	display: flex;
	flex-direction: column;
}
.owl-modal .owl-carousel .item .image {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.owl-modal .owl-carousel .item .image .embed-responsive {
	width: 100%;
}
.owl-modal .owl-carousel .item .content-wrap {
	padding: 20px 0;
}
.owl-modal .owl-carousel .item .content p:last-of-type {
	margin-bottom: 10px;
}
.owl-modal .owl-carousel .item .heading {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
}
.owl-modal .owl-item img {
	width: auto;
	max-height: 50vh;
}
.modal-thumbs {
	justify-content: center;
	margin-bottom: 20px;
	align-items: flex-end;
  margin-top: 20px;
}
.modal-thumbs .thumb {
	flex: 0 1 60px;
	margin: 0 2px;
	cursor: pointer;
	margin-bottom: 4px;
}
.modal-thumbs .thumb.active {
	flex-basis: 75px;
  border: 2px solid var(--color-4);
}
body.owl-modal-open {
	overflow-y: hidden;
}
video {
	max-width: 100%;
}
.items-section .owl-thumbs {
	flex-wrap: wrap;
	justify-content: center;
}
.items-section .owl-thumbs.columns-3 .item:nth-child(n) {
	flex-basis: calc(33.33% - 20px);
	margin-right: 30px;
}
.items-section .owl-thumbs.columns-3 .item:last-child,
.items-section .owl-thumbs.columns-3 .item:nth-child(3n) {
	margin-right: 0;
}
.items-section .owl-thumbs.columns-4 .item:nth-child(n) {
	flex-basis: calc(25% - 22.5px);
	margin-right: 30px;
}
.items-section .owl-thumbs.columns-4 .item:last-child,
.items-section .owl-thumbs.columns-4 .item:nth-child(4n) {
	margin-right: 0;
}
.items-section .owl-thumbs .item {
	flex: 0 1 calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
}
.items-section .owl-thumbs .item:last-child,
.items-section .owl-thumbs .item:nth-child(3n) {
	margin-right: 0;
}
.items-section .owl-thumbs .item video {
	width: 100%;
}
.items-section .owl-thumbs .item .media {
	position: relative;
}
.items-section .owl-thumbs .item .media .heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-shadow: 2px 2px 5px #000;
	pointer-events: none;
}
.items-section .owl-thumbs .item .media.clicked .heading {
	display: none;
}
.gallery-nav {
	display: flex;
	justify-content: center;
  margin-bottom: 30px;
}
.gallery-nav a {
	cursor: pointer;
	border: 1px solid #000;
	padding: 2px 8px;
	margin: 0 5px;
}
.gallery-nav a.disable {
	cursor: default;
	color: #000;
}
.gallery-search {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.gallery-search form {
	position: relative;
  width: 250px;
}
.gallery-search input {
	border-radius: 50px;
	border: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	font-size: 16px;
	height: 2em;
	padding-left: 15px;
	padding-right: 45px;
	outline: none;
	width: 230px;
}
.gallery-search .search-button {
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	font-size: 17px;
	outline: none;
}
.gallery-search .search-button .fa-circle {
	transition: color ease .5s;
}
.gallery-search .fa-stack {
	width: 2em;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.2);
  display: none;
}
#loading.active {
  display: block;
}
.lds-roller {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5c89bc;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.items-section .item-inner > .image img {
  object-fit: cover;
}


.staffname {display: block; font-weight: bold; font-size: 1.4em; margin-bottom: 15px;}

.services .service .image-col { display: flex;
    justify-content: center;
    align-items: center;}


/* === Media Queries === */
@media screen and (max-width: 991px) {
	footer .hours {
		margin: 10px 0;
		text-align: center;
	}
	#banner-section {
		margin-bottom: 20px;
	}
	.content-image {
		padding: 0;
	}
	header .business-col {
		text-align: center;
		margin: 0 auto;
	}
	.flex-3-col {
		flex: 1 1 33.33%;
	}
	.main-section .main-row .image-col {
		margin-bottom: 20px;
	}
	.items-section .owl-thumbs[class*='columns'] .item:nth-child(n) {
		flex-basis: calc(33.33% - 20px);
		margin-right: 30px;
	}
	.items-section .owl-thumbs[class*='columns'] .item:last-child,
	.items-section .owl-thumbs[class*='columns'] .item:nth-child(3n) {
		margin-right: 0;
	}
	.services-section .service .image-col:nth-child(n) {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#recent-posts .media img {
		object-fit: cover;
		width: 100%;
		height: calc(33.33vw - 40px);
	}
}
@media screen and (max-width: 767px) {
	header .logo-col img {
		width: 50%;
		margin: 5px auto;
	}
	header .business-col,
	#header-logos,
	#header-links {
		display: none;
	}
	.flex-3-col {
		flex: 1 1 100%;
	}
  .items-section .owl-thumbs[class*='columns'] .item:nth-child(n) {
    flex-basis: calc(50% - 15px);
    margin-right: 30px;
  }
  .items-section .owl-thumbs[class*='columns'] .item:last-child,
  .items-section .owl-thumbs[class*='columns'] .item:nth-child(2n) {
    margin-right: 0;
  }
	.items-section .items .item {
		flex-basis: calc(50% - 15px);
	}
	.items-section .items .item:nth-child(n) {
		margin-right: 30px;
	}
	.items-section .items .item:last-child, .items-section .items .item:nth-child(2n) {
		margin-right: 0;
	}
	#recent-posts .media img {
		object-fit: cover;
		width: 100%;
		height: calc(50vw - 40px);
	}
}
@media screen and (max-width: 599px) {
	.items-section .items .item {
		flex-basis: 100%;
	}
	.items-section .items .item:nth-child(n) {
		margin-right: 0;
	}
	.testimonial-section .testimonial .heading-row {
		display: block;
		text-align: center;
	}
	.items-section .owl-thumbs[class*='columns'] .item:nth-child(n) {
		flex-basis: 100%;
		margin-right: 0;
	}
	.owl-wrapper .owl-carousel {
		max-width: 100%;
	}
	.owl-wrapper .owl-carousel .owl-nav {
		display: none;
	}
}
