/*# sourceMappingURL=archiveCPTs.css.map*/

/**
* Base Colors
*/

/**************************
  Media Queries
***************************/

/*************************
  Fonts
**************************/

/*************************
  Button colours
**************************/

/*************************
  Location page colours
**************************/

/*************************
  Form colours
**************************/

/*************************
  Sidebar variables
**************************/

/*************************
  404 button background
**************************/

/*************************
  Results Partial
**************************/

/*************************
  Swiper
**************************/

/*************************
  Footer Top
**************************/

/* Additional Mixins */
.uppercase-title {
	font-family: var(--secondary-font), sans-serif;
	color: #2b2b2b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: .15rem;
	text-align: center;
}

.page-site-map .site-map-content ul {
	padding-left: 1rem;
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.page-id-296 .vivamus__wrapper-image {
		padding-bottom: 50px;
	}
}

@media (min-width: 991px) and (max-width: 1024px) {
	.page-id-296 .vivamus__wrapper-image {
		padding-bottom: 80px;
	}
}

.page-template-archive-result .results-wrap .result-item {
	background: #f4f4f4;
	border: 1px solid #d8d9d9;
	padding: 27px;
	padding-top: 23px;
	text-align: center;
	margin-bottom: 35px;
}

.page-template-archive-result .results-wrap .result-item .result-title {
	color: var(--color-primary);
	font-size: 27px;
	font-weight: 700;
	padding-bottom: 5px;
	font-family: var(--secondary-font), sans-serif;
}

.page-template-archive-result .results-wrap .result-item .result-taxonomy {
	color: #454545;
	font-size: 19px;
	text-transform: capitalize;
}

.page-template-archive-result .results-wrap .result-item p {
	color: #454545;
	margin-bottom: 0;
}

.post-type-archive-attorney .entry-content h2 {
	margin-top: -10px;
}

@media (max-width: 767px) {
	.post-type-archive-attorney .entry-content .grid-attorney {
		text-align: center;
	}
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
	width: 49%;
	float: left;
	position: relative;
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
	margin-right: 2%;
	margin-bottom: 2%;
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
	margin-right: 0;
}

@media (max-width: 1439px) {
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
		width: 48%;
		float: left;
		position: relative;
	}
	
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
		margin-right: 4%;
		margin-bottom: 4%;
	}
	
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
		width: 48.5%;
		float: left;
		position: relative;
	}
	
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
		margin-right: 3%;
		margin-bottom: 3%;
	}
	
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
		width: 100%;
		float: left;
		position: relative;
		margin-bottom: 30px;
	}
	
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(1n) {
		margin-right: 0;
	}
}

.post-type-archive-attorney .entry-content img {
	border-radius: 5px;
	border: 1px solid #ffb944;
	box-shadow: 0px 0px 47.46px 0px rgba(0, 0, 0, .25);
}

@media (max-width: 767px) {
	.post-type-archive-attorney .entry-content img {
		width: 60%;
	}
}

.post-type-archive-attorney .entry-content .h3-heading {
	font-family: var(--secondary-font), sans-serif;
	color: var(--color-primary);
	font-size: 27px;
	padding-top: 10px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.post-type-archive-attorney .entry-content .h3-heading {
		text-align: center;
		font-size: 22px;
		margin-bottom: 5px;
	}
}

.post-type-archive-attorney .entry-content .h3-heading a {
	color: var(--color-primary);
	text-decoration: none;
}

.post-type-archive-attorney .entry-content .image-holder {
	max-width: initial;
	padding-top: 0;
	margin-bottom: 30px;
}

.post-type-archive-attorney .entry-content .image-holder img {
	width: initial;
}

.post-type-archive-attorney .entry-content .btn {
	color: #002247;
	margin-right: 0;
	font-size: 15px;
	padding: 10px 50px 10px 18px;
	min-width: 300px;
	text-align: center;
}

@media (max-width: 1439px) {
	.post-type-archive-attorney .entry-content .btn {
		font-size: 15px;
		padding: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.post-type-archive-attorney .entry-content .btn {
		font-size: 14px;
		letter-spacing: .5px;
		padding-right: 30px;
	}
}

@media (max-width: 575px) {
	.post-type-archive-attorney .entry-content .btn {
		font-size: 14px;
		letter-spacing: .7px;
	}
}

.post-type-archive-attorney .entry-content .btn:hover {
	color: #412800;
}

.post-type-archive-attorney .entry-content .btn:after {
	right: 18px;
}

@media (max-width: 1439px) {
	.post-type-archive-attorney .entry-content .btn:after {
		right: 10px;
	}
}
