/* 
Theme Name: Paul Powell v2
Theme URI: https://paulpowell.com/
Description: The Paul Powell Law Firm Theme
Author: Envision Marketing
Author URI: https://envisionmktg.com/
Template: hello-elementor
Version: 2.1.7
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.text-blue, .text-blue h1, .text-blue h2, .text-blue h3, .text-blue h4, .text-blue h5, .text-blue h6, .text-blue p, .text-blue a, .text-blue i, .text-blue span {
	color: var(--e-global-color-primary);
}

.lead {
	font-size: 1.35em;
}
.smaller {
	font-size: .85em;
}
.text-bold a {
	font-weight: 700;
}
.header-call-button {
	transition: all ease-in 600ms;
}

/*.header-call-button div:hover*/ .header-button-call:hover {
	transition: all ease-in 600ms;
	cursor: pointer;
	background: var(--e-global-color-primary);
}

.header-call-button div:hover, .header-call-button div:hover a, .header-call-button div:hover i {
	color: #f3f3f3!important;
}

.hero-icon-box .elementor-icon-box-icon {
	background:#ffffff;
	border-radius: 50%;
	height: 65px;
	width: 65px;
	border: 2px solid var(--e-global-color-accent);
	display: flex;
	align-items: center;
	justify-content: center;
}

	.hero-icon-box svg {
		max-height: 30px;
	}
.lead-form-box {
	min-height: 745px;
}
.fold-icon-box .elementor-icon-box-content {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	min-height: 155px;
}
.office-info .elementor-icon-box-content {
	min-height: 210px;
}
.fold-icon-box .elementor-icon {
	margin-bottom: -30px;
}
.fold-icon-box .elementor-icon svg {
	filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.4));
}

.fold-image-box .elementor-image-box-content {
	background: #ffffff;
	border:1px solid #000;
	box-shadow: 0px 2px 5px #999;
	border-radius: 10px;
	padding: 20px;
	min-height: 205px;
}


.fold-image-box .elementor-image-box-img {
	margin-bottom: -45px!important;
}
.home-info-box .infobox-content {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home-info-box .infobox-title-section {
	border-radius: 50%;
	background:
    radial-gradient(circle at center, #fff 65%, transparent 66%) padding-box,
    conic-gradient(from -90deg, rgba(64,66,155,0.5) 0deg 180deg, transparent 180deg 360deg) border-box;
	border: 10px solid transparent;
  /*border: 8px solid rgba(64,66,155, 0.5);
	outline: 8px solid rgba(64,66,155,0.5); */
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-bottom: -75px;
}
.home-info-box .infobox-title-section h3 {
	  text-shadow:
    -1px -1px 0 #eeeeee, /* Top-left shadow */
     1px -1px 0 #eeeeee, /* Top-right shadow */
    -1px  1px 0 #eeeeee, /* Bottom-left shadow */
     1px  1px 0 #eeeeee; /* Bottom-right shadow */
}

.home-info-box .infobox-title-section + div {
	background: #f3f3f3;
	border-radius: 10px;
	padding: 20px;
	min-height: 250px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.awards-box {
	height: 130px;
	max-height: 130px;
}

.icon-for-box {
	max-width: 70px!important;
}
.home-info-box i {
	font-size: 60px;
}


@media all and (min-width: 1140px) {
	.image-box-small {
	max-height: 70px;
}
}
.image-box-small {
	max-height: auto;
}