/*  Small screens */
@media only screen {
/*  HEADER */
	#middle-row, #slider-row{background: #000000;}
	.logo.aligncenter{margin-bottom: 0;}
	header .button{margin-bottom: 0;}
	.subheader{text-align: center; color: #fff;}
	
/* GENERAL */
	.under-bar:after, .entry-title:after { content: ''; border-top: 3px solid #B5BAA7; width: 60%; height: 1rem; display: block; margin-top:1rem;}
	.under-bar.center:after, .entry-title:after{margin: 0 auto; margin-top:1rem;}
	.rounded img{border-radius: 10px;}
	.button .fa-envelope{margin-right: 3px;}
	.black-bg{background: #000;}
	.background-pic>div, #title-row>div{background: linear-gradient(to bottom, rgba(3,3,3,.7), rgba(3,3,3,.7)); padding: 3rem 0;}
	.big{font-size: 2.75rem;}
	.black-bg.padding{padding: 2rem;}

/* 	CTA BLOCKS */
	.cta-cards h3{ font-weight: 600; font-size: 1.5rem; text-transform: capitalize;}
	.cta-cards .cta-single-inner{background: #DAD6CE; border-radius: 10px; box-shadow: 0 3px 6px rgba(0,0,0,.16);}
	.cta-cards .cta-text{ margin: 1rem 2rem 2rem 2rem;}
	.cta-cards .cta-heading{margin: 2rem 2rem 0 2rem;}
	.cta-cards img{border-radius: 10px 10px 0 0;}
	.cta-cards a{color:#000;}
	
	.cta-cards.first .cta-text{ padding: 2rem; margin: 0;}
	.cta-cards.first img{margin-bottom:0;}
	.cta-cards.first .cta-image-container{border-radius: 10px 0 0 10px;}
	.cta-cards.first .cta-image-container {background: url('/wp-admin/images/Estate-Planning.webp'); background-repeat: no-repeat; background-size: cover; background-position: center;}
	
/*  LIST STEPS */
	ul.steps{list-style-type: none; margin-left: 0; color: #fff;}
	ul.steps li{margin-bottom: 1rem;}
	ul.steps li:after{border-bottom: 2px solid #EED3B840; display: block; content:''; height: 16px;}
	ul.steps li:last-child:after{border-bottom: 0px solid #F7F7F7; display: block; content:''; height: 16px;}

	ul.steps .number{font-size: 1.5rem; color: #B5BAA7; font-weight: bold;}
	ul.steps .title{font-size: 20px; font-weight: bold; text-transform: capitalize; display: flex; align-items: center; gap: 8px; font-family: 'Lora', serif;}

/*  LIST CHECK */
	ul.check {list-style-type: none; margin-left: 2rem;}
	ul.check li {margin-bottom: 1rem;}
	ul.check li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f058'; margin: 0 12px 0 -26px; color: #637553; }
	
/* 	VALUES */
	.values .block-single-inner{background:#637553; border-radius: 5px; box-shadow: 0 3px 6px rgba(0,0,0,.16); padding: 2rem 1rem;}
	.values .block-single-inner p{color: #fff; margin-top:1rem;}
	h2 .surtitle, .subheader{font-size: 18px; display: block; text-transform: uppercase; font-family: 'Roboto', sans-serif; font-weight: 400; margin-bottom: .5rem;}
	
/* 	ACCORDION */
	.accordion {background: transparent;}
	.accordion-title {color: #000; background: transparent; font-weight: 600; font-size: 20px; border: none; font-family: 'Lora', serif; border-bottom: 2px solid #637553;}
	.accordion-item.is-active .accordion-title, .accordion-title:focus, .accordion-title:hover {background: transparent; color: #000; }
	.accordion-content {border: none; background-color: transparent; }
	:last-child:not(.is-active)>.accordion-title {border-bottom: none;}
	:last-child>.accordion-content:last-child {border-bottom: none;}
	.accordion-item {margin-bottom: 1rem;}
	.accordion-content p:last-of-type {margin-bottom: 0;}	
	
/* 	CONTACT */
	.contact-row .fa-envelope {display: none;}
	
/* 	PROCESS */
	.process h3{ padding-bottom: .5rem; text-transform: capitalize;}
	
	/* 	BLOG */
	#tertiary{background: #000; padding: 2rem 1rem;}
	#tertiary .widget-title{font-family: 'Roboto', sans-serif; padding-bottom: 0;}
	#tertiary .widget-title, #tertiary a, #tertiary a:hover{color: #fff;}
	#tertiary .widget-title {padding-left: 0;}
	#tertiary li {border-bottom: 2px solid #EED3B840; padding: .5rem 0;}

	.content-area .menu .active>a {background: #637553; color: #fff; border-radius: 50px; border: 1px solid #fff;}
	.content-area .menu a{color: #000;}
	
	.card .blog-title, .card .blog-title a{ color: #000; display:inline-block; text-transform: capitalize;}
	.card .card-divider { padding: 0; background: transparent; margin-bottom: 1rem;}
	.card img{box-shadow: 0 3px 6px rgba(0,0,0,.16);}
	.card {border: 0; border-bottom: 1px solid #000; margin-bottom: 0; background: transparent;}
	.card-section {padding: 0;}
	.blog-card-read-more .button{margin: 1.5rem 0;}
	
} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
	.tagline{ padding: 2rem 1rem;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
	#slider-row img{opacity: .35;}
	.tagline{ position: absolute;}

} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	.logo.aligncenter{margin-left: 0; max-width: 95px;}
	#slider-row img{opacity: .5;}
	.tagline{width: 1024px;}
	.tagline h1{font-size: 2.75rem; line-height: 1.25;}
	.tagline h1, .tagline p{text-shadow: 0 3px 6px rgba(0,0,0,.45);}
	.tagline .surtitle{ font-size: 20px; }
} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */