/*!
Theme Name: competition-concrete
Theme URI: http://underscores.me/
Author: Based Productions
Author URI: http://basedproductions.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: competition-concrete
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

competition-concrete is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*** BASED - PETES CUSTOM STYLING ***/


*:not(.sub-menu):not(.accordion-content):not(.accordion-icon):not(.accordion-active-icon):not(.accordion-title a):not(.module-accordion):not(.tf_fa.tf-fas-minus):not(.tf_fa.tf-fas-plus):not(.tb_text_wrap):not(.toggle-expand):not(.builder-accordion-active):not(.tf_fa):not(.builder-accordion-active):not(.gs_logo_container):not(.gs-filter-single-item):not(.select2-container):not(h1):not(.module-fancy-heading):not(.fancy-heading):not(.main-head):not(.modal-window):not(.modal-window__wrapper):not(.modal-window__content):not(.trust-contact-btn .module-buttons-item a):not(#home-contact-container .home-contact-box):not(.Video-PopUp-Content):not(.YouTubePopUp-Wrap):not(#resources-faqs .toggle-expand ul li .accordion-title a):not(#slideshow):not(#slideshow .fx) {
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.home .page-template-default #page #primary #main {}

#sitetools-container {
	height:40px;
	width:100%;
	position:fixed;
	top:0;
	z-index:3;
	justify-content: end;
	display:flex;
}

#sitetools-container p {
	margin:0;
}

#sitetools-container ul {
	list-style: none;
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: anchor-center;
    margin: 0;
    padding: 0;	
	justify-content: end;
	width:fit-content;
}
#sitetools-container ul li {
	font-family: 'Raleway', serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
	text-transform:uppercase;
    height: inherit;
    align-content: center;	
}

#sitetools-container ul li:first-child {
	background: linear-gradient(26deg,rgba(255, 255, 255, 0) 25%, rgba(37,33,96, 1) 25%);
	padding: 0 20px 0 110px;
}

#sitetools-container ul li:nth-child(2) {
	background:#252160;	
	padding:0 4px 0 16px
}



#sitetools-container ul li a {
	font-family: 'Raleway', serif;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings:"lnum" 1; 
	-moz-font-feature-settings:"lnum=1"; 
	-ms-font-feature-settings:"lnum" 1; 
	-o-font-feature-settings:"lnum" 1; 
	-webkit-font-feature-settings:"lnum" 1; 
	font-feature-settings:"lnum" 1;	
	display:block;
	height:inherit;
	align-content:center;
}
#sitetools-container ul li a:hover {
	color:#ffd658;	
}

#sitetools-container ul li.quote-form {
	/*background:#b5000c;*/
	background: #ffffff;
	background: linear-gradient(26deg,rgba(37,33,96, 1) 25%, rgba(181, 0, 12, 1) 25%);	
	padding: 0 40px 0 20px;
}

#sitetools-container ul li.quote-form::before {
	content:'';
	/*background:#b5000c;*/
	/*background-image: linear-gradient(199deg, #b5000c 50%, #2dbfb7 50%);
	position:absolute;
	height:40px;
	width:100%;*/
}

#sitetools-container ul li.quote-form a {
    margin: 0 0 0 110px;	
}
#sitetools-container ul li.quote-form a:hover {}



#masthead {
	position: fixed;
	top:0;
    width: 100%;
	z-index:2;
	display:block;
	align-content:end;
	box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.75);
}

#masthead.site-header {
	height:120px;
	background-color:rgba(54,84,143, 0.9);
}

#masthead.site-header.interior {
	background-color:rgba(54,84,143, 0.95);
}

#masthead.site-header .site-branding {
	background:url('https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/diamond_logo_wht.png')no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    left: -55px;
    width: 500px;
    height: 135px;
    background-position: bottom;
	display:flex;
	justify-content:center;
}

#masthead.site-header.scroll .site-branding {
	background:url('https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/diamond_logo_scroll.png')no-repeat;
    background-size: 100% auto;	
	background-position: center top -140px;
	/*width:400px;*/
}


#masthead.site-header .site-branding .site-title {

}

#masthead.site-header .site-branding .site-title  a  {
	display:none;
}

#masthead.site-header .site-branding a img {
	width: 200px;
    height: auto;
	padding:15px 0 0 0;
}


#masthead.site-header.scroll .site-branding a img {
	width:160px;
	padding: 28px 0 0 0;
}

#masthead.site-header.scroll .site-branding {
/*	display:initial;
	left: 12px;*/
}


#masthead #site-navigation.main-navigation {
	/*width:1600px;*/
	margin:0 auto;
}

#masthead #site-navigation.main-navigation.scroll {
	/*width:1500px;
	display:flex;
	justify-content:right;
	padding: 0 30px 0 0;*/
}

#masthead #site-navigation.main-navigation.scroll {}

#masthead #site-navigation .menu-primary-container {}
#masthead #site-navigation .menu-primary-container ul {
	justify-content: end;
	margin: 0 40px 0 0;
}
#masthead #site-navigation .menu-primary-container ul li {
	padding:0 40px;
}

#masthead #site-navigation .menu-primary-container ul li.social-btn {
	padding: 0 40px 0 0;	
}



#masthead #site-navigation.main-navigation .menu-primary-container ul li a {
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;	
	padding:0 0 24px 0;
}
#masthead #site-navigation .menu-primary-container ul li a:hover {
	color:#ffd658;
}
#masthead #site-navigation.main-navigation.scroll .menu-primary-container ul li a {
	font-size:14px;	
	padding:0 0 18px 0;
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container ul li .sub-menu li a {
	padding: 14px;
}



#masthead #site-navigation.main-navigation .menu-primary-container ul li .sub-menu {
	flex-direction: column;
	background-color:rgba(54,84,143, 0.9);
	padding: 10px 0;
	width:250px;
	margin:0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out; /* Adjust the duration (0.3s) and easing as desired */	
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container ul li .sub-menu {
	background-color:rgba(54,84,143, 1);	
}

#masthead #site-navigation .menu-primary-container ul li:hover .sub-menu {
  opacity: 1;
  transition: opacity 0.3s ease-in-out; /* Adjust the duration (0.3s) and easing as desired */	
}

#masthead #site-navigation .menu-primary-container ul li .sub-menu li  {
	padding:0;
}
#masthead #site-navigation .menu-primary-container ul li .sub-menu li:hover  {}
#masthead #site-navigation .menu-primary-container ul li .sub-menu li a {
	padding:12px 20px;
	font-size:14px;
	display:block;
    width: 100%;	
}
#masthead #site-navigation .menu-primary-container ul li .sub-menu li a:hover {
	background:#252160;
}

.site-header {
	width:100%;
	height:100%;
	background: rgba(255,255,255,0);	
}

/* level 2 */



#masthead.site-header.scroll {
	height: 100px;
	background-color:rgba(54,84,143, 1);
}

/* HOMEPAGE STYLING */


.homepage.content-area #main article .entry-header {
	display:none;
}

#home-hero-container {
	height:800px;
	/*background:#333;*/
	/*border-bottom:5px solid #90aa43;*/
	-webkit-box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.75); 
	box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.75);	
	z-index:1;
	padding:0 0 40px 0;
}

#home-hero-container::before {
	content:'';
	background: #ffffff;
	background:linear-gradient(235deg, rgba(255, 255, 255, 0) 50%, rgba(27, 30, 34, 0.7) 70%, rgba(27, 30, 34, 0.98) 88%);
	width:100%;
	height:800px;
	position:absolute;
}

#home-hero-container::after {
   /* content: '';
    background: url(https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/cc-overlay-stripe-left.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 65px;
    z-index: 2;
    bottom: -37px;
	right:45%;*/
    content: '';
    background: url(https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/cc-overlay-stripe-right.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 65px;
    z-index: 2;
    bottom: -33px;
    left: 45%;
}

	#home-hero-container .row_inner,
		#home-hero-container .row_inner .module_column {
		height:inherit;
		}

#home-hero-slider {
	position:fixed;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	height:800px;
	background-size: cover;
}

#home-hero-slider .row_inner  {
	margin:0;
	width:auto;
	width:100%;
	max-width:100%;
	}

#home-hero-title-container h1 {
    font-family: Raleway, serif;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    margin: 0px;
}

	#home-hero-title-container h1 .main-head {
		font-size:84px;
		line-height:84px;
		font-weight: 800;
		text-shadow: rgba(10, 10, 10, 1) 4px 2px 18px;
	}

	#home-hero-title-container h1 .sub-head {
		font-size:28px;	
		line-height:32px;
		margin:0;
		font-weight:400;
		text-shadow: #000 2px 2px 10px;
	}
	#main .home-hero-title-box {
		align-items: center;
		align-content:center;
		flex-direction: column;
		}
	#main .home-hero-title-links p {
		font-family: Raleway, serif;
		font-size:20px;
		color:#ffd658;
		text-decoration:none;
		font-weight:500;
		}

	#main .home-hero-title-links a {
		font-family: Raleway, serif;
		font-size:20px;
		color:#ffc104;
		text-decoration:none;
		font-weight:700;
		border-bottom:0px solid #ffd658;
		text-shadow:3px 2px 3px #000;
		}
	#main .home-hero-title-links a:hover {
		color:#ffd658;
		border-bottom:2px solid #ffd658;
		}

.body-content-primary,
#home-about-us {
	/*border:1px solid cyan;*/
	background:#fff;
	padding:40px 0 0 0;
}

.body-content-alt, 
#home-services-gallery {
	background:#fff;	
    padding: 60px 0 40px 0;	
}

.home-services-box {
	background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 15%, rgba(239, 239, 239, 1) 15%, rgba(239, 239, 239, 1) 85%, rgba(255, 255, 255, 1) 85%);	
	}

	.home-services-box .module_subrow .module_column.last {
		align-content: flex-start;
		top: 40px;
}

	.home-services-box .module_subrow .module_column.last .module-text .tb_text_wrap p.links,
	.home-services-box .module_subrow .module_column.last .module-text .tb_text_wrap a {
		/*color:#848484;*/
		color:#252160;
		font-family: 'Raleway', serif;
		font-weight:800;
		text-decoration:none;
}
	.home-services-box .module_subrow .module_column.last .module-text .tb_text_wrap a:hover {
		color:#4790da;
}

	.home-services-box .module_subrow .module_column.last .module-text .tb_text_wrap p.service-desc {
	    margin: 0 28px 0 0;
	}


	.home-about-slider-container,
	#home-project-gallery .row_inner .module_column .module_subrow .module_column.last {	
	justify-content: center;
    display: flex;	
	}

#home-project-gallery {
	/*border:1px solid magenta;*/
	background:#fff;	
}

#home-project-gallery .row_inner .module_column .module_subrow .module_column.last {
	justify-content: center;
}

#home-committment-container {
	/*border:1px solid orange;*/
	background:#fff;
	padding: 0 0 40px 0;
}

#home-locations-container {
	/*border:1px solid blue;*/
}

#home-prefooter-cta {
	/*border:1px solid aqua;*/
	background:#252160;
}


#home-hero-container .row_inner {
    max-width: 1400px;
    width: 1400px;
    margin: 0 auto 40px auto;		
}

#home-about-us .row_inner,
#home-services-gallery .row_inner,
#home-project-gallery .row_inner,
#home-committment-container .row_inner,
#home-prefooter-cta .row_inner {
    max-width: 1400px;
    width: 1400px;
    margin: 40px auto;	
}

#home-locations-container .row_inner {
    max-width: 1400px;
    width: 1400px;
    margin: 60px auto;		
}

.body-content-primary .row_inner .module_column .module_subrow .module_column,
.body-content-alt .row_inner .module_column .module_subrow .module_column,
#home-about-us .row_inner .module_column .module_subrow .module_column,
#home-project-gallery .row_inner .module_column .module_subrow .module_column,
#home-committment-box .row_inner .module_column .module_subrow .module_column,
#home-locations-container .row_inner .module_column .module_subrow .module_column {
    align-items: center;
    align-content: center;	
	margin:40px 0;
}

#home-about-us .module_column h2 .main-head,
#home-project-gallery .module_column h2 .main-head,
#home-committment-container .module_column h2 .main-head,
#home-locations-container .module_column h2 .main-head,
#home-prefooter-cta .module_column h2 .main-head {
	font-family: Raleway, serif;
    font-size: 40px;
    color: #7b7b7b;
    font-weight: 800;
    line-height: 40px;
}


#home-about-us #home-about-slider {
	width: 600px;
    height: 600px;
}

#primary #main article .entry-content {
	margin:0;	
}


/* buttons */
 
.module-buttons .module-buttons-item {
	margin:20px 0;
	color:#fff;
}

div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
.module-buttons .module-buttons-item a {
	background:#252160;
	display:block;	
	color:#fff;	
	font-family: 'Raleway', serif;
    font-size: 16px;
    font-weight: 700;	
	padding: 12px 28px;
}

div.wpforms-container-full button[type=submit]:active, 
div.wpforms-container-full button[type=submit]:hover, 
.module-buttons .module-buttons-item a:hover {
	background:#36548f;
	display:block;	
	color:#fff;	
	font-family: 'Raleway', serif;
    font-size: 16px;
    font-weight: 700;	
	padding: 12px 28px;
}


#home-contact-container #wpforms-form-160 .wpforms-submit-container button {
	background:#36548f;
	display:block;	
	color:#fff;	
	font-family: 'Raleway', serif;
    font-size: 16px;
    font-weight: 700;	
	padding: 12px 28px;	
}

#home-contact-container #wpforms-form-160 .wpforms-submit-container button:hover {
	background:#5b83d3;	
}


#primary .home-committment-item {
	background-size:75px auto;
	padding:30px 0 30px 100px;
}


#primary .home-committment-item .tb_text_wrap p {
	color:#4790da;
	font-family: 'Raleway', serif;
    font-size: 20px;
	line-height:28px;
    font-weight: 700;		
}


#home-locations-container {}

#home-locations-container::before {
 /*   content: '';
    background: url(https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/cc-overlay-stripe-right.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 65px;
    z-index: 2;
    top:-33px;
	left:45%;*/
    content: '';
    background: url(https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/cc-overlay-stripe-left.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 65px;
    z-index: 1;
    top: -37px;
	right:45%;		
}


#main #home-prefooter-cta .module_column h2 .main-head,
#main #home-locations-container .module_column h2 .main-head,
#main #home-locations-container .module_column h2 .sub-head {
	color:#fff;
}

#main #home-locations-container .module_column h2 .main-head {
	text-shadow: rgba(16,14,54, 0.8) 2px 2px 10px;	
}

#main #home-locations-container .module_column h2 .sub-head {
	font-family: 'Raleway', serif;
	font-size:18px;
	line-height:26px;
	font-weight:600;
	padding:20px 0;
}

#main #home-locations-container .home-location-box {
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
}

#main #home-locations-container .home-location-box .module-title {
	font-family: 'Raleway', serif;
    color: #ffd658;
	font-size:28px;
	font-weight:800;
	margin:0;
}

#main #home-locations-container .home-location-box .tb_text_wrap p {
	font-family: 'Raleway', serif;	
    color: #fff;
	font-size:18px;
	font-weight:600;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;	
}

#main #home-locations-container .home-location-box .tb_text_wrap p a {}

#main #home-locations-container .home-location-box .tb_text_wrap p a:hover {}

#main #home-prefooter-cta .home-prefooter-cta-box {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}

#main #home-prefooter-cta .home-prefooter-cta-box .module-image {
	margin:0 30px;
}

#home-contact-container {
	display:none;
}

#home-contact-container #wpforms-form-160 .wpforms-field-container {
	margin: 0 15%;
}

#home-contact-container #wpforms-form-160 .wpforms-field-container .wpforms-field input,
#home-contact-container #wpforms-form-160 .wpforms-field-container .wpforms-field select {
	width:100%;
	max-width:100%;
}

#home-contact-container #wpforms-form-160 .wpforms-field-container .wpforms-field label {
	color:#fff;
	font-weight:500;
	font-family: "Open Sans", sans-serif;
}

#home-contact-container #wpforms-form-160 .wpforms-submit-container {
	margin:20px 15%;
}


#home-year-callout-container {
    z-index: 1;
    top: 30%;
    position: fixed;
    right: 0;
	}

#home-year-callout {
	background:url('https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/arrow-red.png')no-repeat;
    background-size: 200%;
    background-position: left center;
    color: #fff;
    font-family: Raleway, serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    padding: 72px 10px 72px 25px;
    position: absolute;
    right: 0;
    width: 180px;
}

	#home-year-callout p {
	color:#fff;
	font-family: 'Raleway', serif;
    font-weight: 800;
    font-style: normal;
    text-transform:capitalize;
    font-size: 16px;
    line-height: 20px;
	font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
	margin:0;
	text-align: right;	
}



/* global footer */

#colophon {
	position:relative;
	width:100%;
	background:url('https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/cc-footer-bg.jpg')no-repeat;
	background-size:cover;
	height:350px;
	display:block;
	display: block;
    background-position: center center;	
	}

#colophon .widget-area #block-4 .wp-block-group {
	padding:30px 0 0 0;
}

#colophon .widget-area #block-4 .wp-block-group .wp-block-image {
	margin:0;
	width:100%;
	position:relative;
	display:flex;	
    align-items: center;
    justify-content: center;	
}

#colophon .widget-area #block-4 .wp-block-group .wp-block-image img {
	width:200px;
	max-width:200px;
	width:auto;
}

#colophon .widget-area #block-4 .wp-block-group p {
	font-family: "Raleway", sans-serif;
	color:#fff;
	font-size:16px;
	line-height:20px;
}

#colophon .widget-area #block-4 .wp-block-group p a {
	font-family: "Raleway", sans-serif;
	color:#fff;
	font-size:16px;
	line-height:20px;	
	text-decoration:none;
}

#colophon .widget-area #block-4 .wp-block-group p a:hover {
	color:#ff7363;	
}

#colophon .widget-area #nav_menu-2 {}
#colophon .widget-area #nav_menu-2 h2  {
	display:none;
}
#colophon .widget-area #nav_menu-2 .menu-footer-social-media-links-container {
	margin:0;
	width:100%;
	position:relative;
	display:flex;	
    align-items: center;
    justify-content: center;		
}
#colophon .widget-area #nav_menu-2 .menu-footer-social-media-links-container ul {
	margin:0;
	padding:0;
}
#colophon .widget-area #nav_menu-2 .menu-footer-social-media-links-container ul li {
	list-style:none;
	display:inline-block;
	padding:0 8px;
}
#colophon .widget-area #nav_menu-2 .menu-footer-social-media-links-container ul li a {
	font-family: "Raleway", sans-serif;
	color:#fff;
	text-decoration:none;	
}
#colophon .widget-area #nav_menu-2 .menu-footer-social-media-links-container ul li a:hover {
	color:#ff7363;		
}

#colophon .site-info {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 0 10px 0;	
	justify-content:center;
}

#colophon .site-info .sep {
	color:#fff;
    display: block;
    align-content: center;	
	margin:0 8px;
}

#colophon .site-info p,
#colophon .site-info a {
	margin:0;
	font-family: "Raleway", sans-serif;
	color:#fff;
	font-size:13px;
	line-height:13px;	
	text-decoration:none;
	font-weight:500;
    display: block;
    align-content: center;	
}


#colophon .site-info a:hover {
	color:#ff7363;	
}

#colophon .footer-branding {
	margin:0;
	padding:40px 0 0 0;
	width:100%;
	position:relative;
	display:flex;	
    align-items: center;
    justify-content: center;	
    flex-direction: column;	
}

#colophon .footer-branding img {
	width:300px;
	height:auto;
	opacity:.65;
	display:block;
	position:relative;	
}

#colophon .footer-branding ul {
	list-style:none;
	display:flex;
	flex-direction:row;
	padding:0;
	margin:20px 0;
}
#colophon .footer-branding ul li {
	color:#fff;
	font-family: "Raleway", sans-serif;
	font-size:15px;
	font-weight:800;
	margin: 4px 24px;	
}

#colophon .footer-branding p, 
#colophon .footer-branding p a,
#colophon .footer-branding ul li a {
	color:#fff;
	font-family: "Raleway", sans-serif;
	font-size:15px;
	font-weight:800;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;	
}

#colophon .footer-branding p a:hover,
#colophon .footer-branding ul li a:hover {
	color:#ffd658;	
}


#colophon .footer-branding p {
	margin:0;
}

/** back to top override **/

#page .progress-wrap {
	box-shadow:inset 0 0 0 0;
}

#page .progress-wrap:hover {
	background-color:#ffd658;		
}

#page .progress-wrap svg.progress-circle path {
	stroke-width:0;
}

/** content page template **/


#page .interior.content-area #main {
	margin:60px 0;
}

.post-template-default #page-header {}

#page-header {
    height: 325px;
    position: relative;
    top: 0;
	display:flex;
	z-index:-1;
	margin-top:-100px;
	align-items:end;
    background-size: auto 350px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
	box-shadow: 1px 1px 14px rgba(39, 39, 39, 0.7);	
}

#page-header::before {
	content:'';
	position:absolute;
	width:100%;
	height:350px;
	background: #190E09;
	background: linear-gradient(0deg,rgba(25, 14, 9, 0.8) 0%, rgba(255, 255, 255, 0) 55%);
	z-index:1;
}

 .page-header-title {
	font-family: "Raleway", sans-serif;
    width: 1400px;
    max-width: 1400px;
	margin:0 auto 75px auto;
	font-size:48px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 800;
    text-shadow: 2px 2px 12px #000;
	 z-index:2;
	margin: 40px auto 40px auto !important;
}

	#main .entry-header {}

	#main .entry-header .entry-title {
		font-family: "Raleway", sans-serif;
		margin:80px auto 0 auto;
		font-size:36px;
		color:#333333;
		font-weight:800;
    	width: 1400px;
    	max-width: 1400px;		
	}

	#page .interior.content-area .themify_builder_content .module_row .row_inner,	
	#page .interior.content-area#page-header .page-header-title, 
	#page .interior.content-area .entry-header .entry-title, 
	#page .interior.content-area .entry-header .entry-meta {
		width: 1400px;
		max-width: 1400px;
		margin: 0 auto;	
		}

#page .interior.content-area {
	margin-top:100px;
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content .module_row .row_inner .module_column {
} 

#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-fancy-heading {
	margin:20px 0 0 0;
}

	#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-fancy-heading .fancy-heading {
		margin:0;
	}

/* H2 */
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h2 {
		}
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h2 .main-head {
		font-family: "Raleway", sans-serif;
		margin: 0 auto;
		font-size: 42px;
		line-height: 42px;
		color: #333333;
		font-weight: 800;		
		}
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h2 .sub-head {
		font-family: "Open Sans", sans-serif;
		margin: 15px auto 15px auto;
		font-size: 26px;
		color: #808080;
		font-weight:500;
		line-height:32px;
	}

	#page .interior.content-area .site-main article .entry-content .themify_builder_content .body-content-primary h2 .main-head,	
	#page .interior.content-area .site-main article .entry-content .themify_builder_content .body-content-alt h2 .main-head {
	font-size: 38px;
	line-height:40px;	
	color: #333;
	}

/* H3 */
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h3,
	#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-text .module-title,
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h3 .main-head,
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h3 .main-head a {
		font-family: "Raleway", sans-serif;
		margin: 0 auto;
		font-size: 34px;
		line-height: 34px;
		color: #b5000c;
		font-weight: 800;		
		}
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h3 .sub-head {
		font-family: "Open Sans", sans-serif;
		margin: 15px auto 15px auto;
		font-size: 24px;
		color: #808080;
		font-weight:500;			
}

/* H4 */
	#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-text .tb_text_wrap h4 {
		font-family: "Raleway", sans-serif;
		box-sizing: border-box;
		padding:20px 0;	
    	display: block;
    	position: relative;	
		font-weight:800;
		}
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h4,
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h4 .main-head {
		margin: 0 auto;
		font-size: 30px;
	    line-height: 30px;		
		color:#36548f;
		font-weight: 600;			
		}
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h4 .sub-head {
		margin: 0 auto;
		font-size: 20px;
		color: #808080;
		font-weight:500;			
		}

/* H5 */
	#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-text .tb_text_wrap h5 {
		font-family: "Raleway", sans-serif;
		box-sizing: border-box;
		padding:20px 0;	
    	display: block;
    	position: relative;		
		margin:0;
	}
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h5,
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h5 .main-head {
		font-family: "Raleway", sans-serif;
		font-size: 24px;
	    line-height: 24px;		
		color:#575757;
		font-weight: 800;			
		}
	#page .interior.content-area .site-main article .entry-content .themify_builder_content h5 .sub-head {
		font-family: "Open Sans", sans-serif;
}

	#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-fancy-heading .main-head+.sub-head,
	#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-fancy-heading .main-head+.sub-head:before {
		content:'';
		border-top:0px;
		padding:0;
	}

	#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-text.large-text .tb_text_wrap p {
		font-size:22px;
		line-height:28px;
		color:#808080;
		font-weight:400;
	}


#main .content-page-header-blockquote {
    /*position: absolute;*/
    background: #b5000c;
    border-radius: 12px;
	padding:30px;
    /*right: 0;
    top: -172px;*/
    z-index: 1;
	margin: 0 0 0 0px;
	box-shadow: 1px 1px 14px rgba(39, 39, 39, 0.5);
}

#page #main .content-page-header-blockquote .module-title {
	color:#fff;
	font-size:30px;
	margin:0;
	padding:0;
}

#main .content-page-header-blockquote .tb_text_wrap p {
	color:#fff;    
	font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin: 20px 0;
    line-height: 26px;
}

#page .interior.content-area .site-main article .entry-content .module-divider {
	margin:30px 0;
	border-color:#cdcdcd !important;
	border-width:2px !important;
} 

#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-text .module-title {
    padding:20px 0 0 0;

}


#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-buttons {
	margin:20px 0;
} 
	
#site-navigation .menu-primary-container #primary-menu li.clinic-search a,
#page .interior.content-area .site-main article .entry-content .themify_builder_content .module-buttons .module-buttons-item a,
.home-hero-intro-summary .home-hero-buttons .module_column .module-buttons .module-buttons-item a {
		font-size:16px;	
		padding: 10px 24px;
		line-height:16px;
		}

#page .interior.content-area .site-main article .entry-content .themify_builder_content  .module-text .tb_text_wrap blockquote {
	background:#dedede; 
	padding:30px;
	margin:20px 0;
	border-radius:14px;
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content  .module-text .tb_text_wrap blockquote h2 {
	margin-top:0;
	}

/* lists  */

#page .interior.content-area .site-main article .entry-content .themify_builder_content ul {
	margin:20px 0;
	padding:0 0 0 30px;	
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content blockquote ul li {
	background:url('https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/blt-icon-blue.png')no-repeat;
	background-size:20px auto;
	background-position:0 7px;
	/*color:#b5000c*/
	color: #36548f;
	font-weight: 500;
	font-style: normal;	
	font-size:18px;
	line-height:24px;	
	list-style:none;
	list-style-position: inside;
	text-indent:0;
	padding:0 0 24px 40px;		
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content ul li {
	background:url('https://basedproductions.com/competition-concrete/wp-content/uploads/2025/07/blt-icon.png')no-repeat;
	background-size:20px auto;
	background-position:0 7px;
	/*color:#b5000c*/
	color: #444;
	font-weight: 500;
	font-style: normal;	
	font-size:18px;
	line-height:24px;	
	list-style:none;
	list-style-position: inside;
	text-indent:0;
	padding:0 0 24px 40px;	
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content ul li::before {
	/*background:url('/wp-content/uploads/2025/06/blt-red.png')no-repeat;
	background-size:20px auto;
	position:relative;
	top:1px;*/
	padding:0;
	content:'';
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content ul li a,
#page .interior.content-area .site-main article .entry-content .themify_builder_content ol li a {
	font-weight: 600;
	color:#9d2d20;

}

#page .interior.content-area .site-main article .entry-content .themify_builder_content ul li a:hover,
#page .interior.content-area .site-main article .entry-content .themify_builder_content ol li a:hover {
	color:#e54635;
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content ol {
	margin:20px 0;
	padding:0 0 0 24px;
	counter-reset: item;
	list-style:none;
}


#page .interior.content-area .site-main article .entry-content .themify_builder_content ol li {
   counter-increment: item;
   padding:0 0 24px 0px;	
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content ol li::-webkit-details-marker {	
	display:none;
}

#page .interior.content-area .site-main article .entry-content .themify_builder_content ol li::before {
   margin-right: 20px;
   content: counter(item);
   background: #b5000c;
   border-radius: 100%;
   color: white;
   width: 30px;
   height:30px;	
   text-align: center;
   display: inline-block;	
   align-content:center;
}

/* toggle-expands */

#page .interior.content-area .site-main article .entry-content .module-accordion {
}

#page .interior.content-area .site-main article .entry-content .module-accordion ul {}

#page .interior.content-area .site-main article .entry-content .module-accordion ul li {
    z-index: 1;
    border-radius: 12px;
    margin: 30px 0;
    border: none;
    background: #efefef;
	padding: 12px 0 12px 18px;
}

#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-title {
	
}

#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-title a {
    color: #36548f;
    font-size: 22px;
	font-weight:700;
	line-height:30px;
    padding: 14px 80px 14px 16px ;	
} 

#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-title a .accordion-icon, 
#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-title a .accordion-active-icon {
    position: absolute;
    right: 18px;
	font-size:26px;	
}

#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-title a:hover {} 

#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-content {
    box-shadow: none ;
    padding: 0px 40px 40px 40px; 	
}

/* accordion current */
#page .interior.content-area .site-main article .entry-content .module-accordion ul li.current .accordion-title a {
	color:#333;
} 

#page .interior.content-area .site-main article .entry-content .module-accordion ul li.current .accordion-title a:hover {} 

#page .interior.content-area .site-main article .entry-content .module-accordion ul li.current .accordion-content {
    box-shadow: none ;
    padding: 0px 40px 40px 40px; 	
}

/* accordion content */

#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-content p {
	font-size: 17px;
	line-height:26px;
    font-weight: 400;
}

#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-content p a {
	color:#57b7e7;
	font-weight:600;	
}

#page .interior.content-area .site-main article .entry-content .module-accordion ul li .accordion-content p a:hover {
	color:#c4d932;	
}


/* column layouts */

#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_2,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_3,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_4 {
	margin:10px 0 0 0;
}

#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_2,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_2 .module_column {

}

#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_3,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_3 .module_column  {

}

#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_4,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_4 .module_column {

}

#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_5,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_5 .module_column {

}


#page .interior.content-area .site-main article .entry-content .tb_col_count_2 .module_column.first,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_2 .module_column.first {
	margin-right:20px;
}

#page .interior.content-area .site-main article .entry-content .tb_col_count_2 .module_column.last, 
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_2 .module_column.last  {
	margin-left:20px;
}

#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_3 .module_column.first,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_4 .module_column.first {
	margin-right:15px;
}

#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_3 .module_column:nth-child(2),
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_4 .module_column:nth-child(2),
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_4 .module_column:nth-child(3) {
	margin:0 15px;
}

#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_3 .module_column.last,
#page .interior.content-area .site-main article .entry-content .module_column > .module_subrow.tb_col_count_4 .module_column.last  {
	margin-left:15px;
}

/** TABLES **/

.data-table {
    position: relative;
    width: 100% !important;
    margin: 20px 0 40px 0;
    background: #fff;
    border-spacing: 0;
}

.data-table thead,
.data-table thead tr  {

}

.data-table thead tr th:first-child {
	border-radius:12px 0 0 0;
}

.data-table thead tr th:last-child {
	border-radius:0 12px 0 0;
}

.data-table thead tr th {
    color: #fff;
    padding: 12px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: normal;
    background: #b5000c;
	text-align: center;
	vertical-align: middle;
}

.data-table thead tr th.sub-th {
	background:#8fcae8;
	}

.data-table tbody tr td {
    padding: 16px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    vertical-align: middle;
}

.data-table tbody tr td:first-child {
	border-left: 1px solid #a9a9a9;
	}

.data-table tbody tr td.row-label {
	background:#d2d2d2 !important;
	text-align:center;
	font-weight:500;
	}

.data-table tbody tr:nth-child(even) td {
    background: #f2f2f2;
}


    /** interior page styles  **/

/* news & blog pages styling */

#news-blog-container article {
	margin:0 0 20px 0;
	border-bottom:2px solid #cdcdcd;
}

#news-blog-container article .post-content {

}

#news-blog-container article .post-content .post-date {
	margin:0;
}

#news-blog-container article .post-content .post-title {

}

#news-blog-container article .post-content .post-title a {
		margin: 0 auto;
		font-size: 30px;
		line-height: 30px;
		color: #c13b2c;
		font-weight: 600;	
}

#news-blog-container article .post-content .post-title a:hover {
	    color: #ff7465;
}

.interior.content-area #main article .entry-header {
	display:none;
}

/* individual dynamic content pages */

.post-template-default #main article header .entry-meta {
	margin-top:12px;
}

.post-template-default #main article header .entry-meta .byline {
	display:none;
}

.entry-footer,
.cat-links,
.navigation.post-navigation {
	display:none;
}

.what-we-do-list {
 	column-count: 2;	
}


/* portfolio gallery */

.page-template-default #page #main .simplefilter {

}

.page-template-default #page #main .simplefilter li {
    padding: 10px 20px 10px 20px;
    margin: 0 10px;
	background: none;
}

.page-template-default #page #main .filtr-container {
	margin-top:30px !important;
}

.page-template-default #page #main .filtr-item {
	/*padding:14px !important;*/
	}


/* popup contact form */

#modal-window-1 .modal-window__content-wrapper {
	display:block;
	height: auto;
}

#modal-window-1 .modal-window__close.-image:after {
	align-items: flex-start;	
}



#page #main .service-description .module-fancy-heading {
	margin-top:0;
}

#page #main .service-description .module-fancy-heading .fancy-heading .sub-head {
	display:none;
}

#page #main .service-box {
	border-bottom:2px solid #cdcdcd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#home-request-a-quote {
	display:none;
}

#primary .pfg-grid--fixed-height .pfg-item,
#primary .pfg-grid--grid .pfg-item-link {
    aspect-ratio: 3 / 3 !important;	
}

