/*  Small screens */
@media only screen {
/* 	 GENERAL */
	.grey-bg{background: #F7F7F7; margin: 3rem auto;}
	.maroon-bg{background: #520000;}
	.under-bar:after { content: ''; border-bottom: 2px solid #520000; width: 100%; height: 16px; display: block; margin: 0 auto; }
	.marcellus{font-family: 'Marcellus', sans-serif; color: #000;}
	.background-pic>div {background: rgba(0, 0, 0, .7); padding: 5rem 0;}
	a.inline{color:#fff; text-decoration: underline;}
	.service-areas a{color: #000;}
	
	.project-bg{background: url(/wp-content/uploads/2025/02/dark-home-with-cunset-background.webp); background-repeat:no-repeat; background-size: cover; background-position: center center;}
	.extra-space{padding: 7rem 0;}
	.project-bg .subtitle{margin-top:0;}
	.our-work-title{background: rgba(82, 0, 0, .8);padding: 1rem;}
	.our-work-title.more{padding: 3rem !important;}
	
/* 	 LIST */
	ul.check{list-style-type: none; margin-left:32px;}
	.check li{margin-bottom: 8px;}
	.check li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f00c'; margin: 0 16px 0 -32px; color: #000;}
	.check.yellow li:before { color: #FBB03B;}
	
/* 	 NUMBER */
	.number {display: inline-block; background: #520000; color: #fff; padding: 5px 18px; font-weight: bold; font-size: 2.5rem; font-family: 'Source Sans 3', serif;}
	.number-list .block-single-inner{display: flex; gap: 1rem; align-items: center;}
	.number-list p{margin-bottom:0;}
	
/* 	 GALLERY CARD*/
	.card-divider {background: transparent; font-family: 'Marcellus', sans-serif; color: #520000; justify-content: center; font-size: 18px; position: relative;}
	.card{border: 0px solid transparent;}
	.card *{ -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
	.card:hover img{opacity: .5;}
	.card-divider:before { content: ""; position: absolute; height: 2px; bottom: 6px; left: 0; background-color: #FBB03B; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; width: calc(100% - 64px); margin-left: 32px;}
	.card:hover .card-divider:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
	
	.gallery-grid .column-block{margin-bottom: 0;}
	.thumbnail{ border: 1px solid transparent;  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16); box-shadow: 0 3px 6px rgba(0,0,0,.16);}
} /* 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;	}
/* 	 HEADER */
	
	.tagline-title, .tagline{text-align: center; background:rgba(82,0,0,1); padding: 2rem 1rem; width: 100%;}
	.tagline h1 span{display: block; margin-top: 1rem; line-height: 1.3;}
	.tagline-title h1{ font-size: 2rem; }
	.single-post .tagline-title .entry-title{font-size: 1.5rem}
	.project-bg h1{font-size: 2rem;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
/* 	 HEADER */
	.tagline{position: absolute; bottom: 1.5rem; background:rgba(82,0,0,.8); padding: 2rem;}
	.tagline-title{position: absolute; background:rgba(82,0,0,.8); padding: 1rem;}
	.tagline h1{color: #fff; font-size: 2rem; line-height: 1; margin-bottom: 1.5rem; }

} /* 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;}
.single-post .tagline-title .entry-title{font-size: 1.5rem}	
	.tagline-title h1{ font-size: 2.5rem; }
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	
/* 	 HEADER */
	#top-row{background: #000;}
	#middle-row{position: relative;}
	.logo-containter{ position: absolute; top: 15px; left: 15px;}
	#logo{ margin-left: 0;}
	.tagline{bottom: 3.5rem; padding: 2rem 3.5rem;}
	.tagline h1{font-size: 2.5rem;}
} /* 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;}
.single-post .tagline-title .entry-title{font-size: 1.5rem}
} /* 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 */