/*
	Theme Name: Crimson Design Group
	Theme URI: http://my.studiopress.com/themes/daily-dish/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.1

	Tags: black, white, one-column, three-columns, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Easy Recipe
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

.wf-loading  {
    /* Hide stuff while web fonts are loading */
    color: #fff;
}

:root {
    --Linen: #F8F2E7;
    --Gold: #BA974E;
	--Bordeaux: #681730;
	--Lime: #D7D000;
	--Orange: #FF6600;
	--Pink: #EC0088;
	--Red: #E30016;
	--Teal: #006764;
}


/* Typographical Elements
--------------------------------------------- */

body {
	background-attachment: fixed;
	background-color: var(--Linen);
	background-position: top left;
	background-repeat: repeat;
	color: #000;
	font-family: instrument-sans, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
}

.small {
	font-size: 16px;
	line-height: 1.5;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #e14d43;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

.fl-rich-text p,
.uabb-text-editor p {
	margin-bottom: 15px !important;
}

p:last-child,
.fl-rich-text p:last-child,
.uabb-text-editor p:last-child {
    margin-bottom: 0 !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
}

blockquote::before {
	
}

.eyebrow {
	font-family: instrument-sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.54px;
	text-transform: uppercase;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1;
	margin: 0 0 20px;
	font-family: beaufort-pro;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 40px;
}

h2.large {
	font-size: 52px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Fix for weird letters when headings are bolded and copy/pasted from Google docs */
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong,
b h1, strong h1, b h2, strong h2, b h3, strong h3, b h4, strong h4, b h5, strong h5, b h6, strong h6 {
	font-weight: 300;
}

@media (max-width:768px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}
}

/* Objects
--------------------------------------------- */

img {
	height: auto;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.featured-content img,
.gallery img {
	width: auto;
}



/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.fl-button,
.pp-button,
.uabb-button {
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid !important;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	font-size: 18px !important;
	font-weight: 500 !important;
	letter-spacing: 0.54px !important;
	padding: 8px 0 !important;
	text-align: center;
	text-transform: uppercase !important;
}

.light.fl-button,
.light .fl-button {
	border-bottom-color: var(--Linen) !important;
	color: var(--Linen) !important;
}

.dark.fl-button,
.dark .fl-button {
	border-bottom-color: #000 !important;
	color: #000 !important;
}

.fl-button-text,
.fl-button-icon {
	color: inherit !important;
}

.fl-button-icon {
	font-size: 14px !important;
}

.button {
	display: inline-block;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e14d43;
	color: #fff;
}

a.fl-button:hover,
.light a.fl-button:hover,
.dark a.fl-button:hover {
	color: var(--Gold)!important;
	border-bottom-color: var(--Gold) !important;
}

.entry-content .button:hover {
	color: #fff;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Button Groups */
.fl-button-group-button {
    padding: 0 !important;
}

.fl-button-group {
    column-gap: 40px !important;
    row-gap: 24px !important;
}

.fl-button-group::before,
.fl-button-group::after {
    display: none !important;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: var(--Linen);
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
}

.daily-dish-landing .site-container {
	max-width: 768px;
}

.site-inner {
	clear: both;
	margin: 0px 0;
}

.site-inner .fl-row:first-of-type .fl-row-content-wrap::before {
	content: '';
	height: 88px;
}


/* Column Widths and Positions
--------------------------------------------- */



/* Content */

.content {
	float: right;
	width: 720px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}




/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 90px;
	margin-right: 30px;
	width: 90px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.sidebar .avatar {
	margin-right: 20px;
	max-width: 115px;
}




/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
	font-weight: 400;
	text-transform: none;
}

.sidebar .entry-title {
	font-size: 20px;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #e14d43;
}

.widget-title {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding: 12px 15px;
	text-transform: uppercase;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

.sidebar a.aligncenter,
.sidebar a.alignleft,
.sidebar a.alignright {
	margin-bottom: 20px;
}

.before-footer-widgets a.aligncenter,
.before-footer-widgets a.alignleft,
.before-footer-widgets a.alignnone,
.before-footer-widgets a.alignright {
	margin: 0;
	padding: 0 15px;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}



/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget li:last-child {
	border: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Blog Defaults
--------------------------------------------- */

.blog-sidebar .fl-module {
	border: 1px solid #000000;
	margin-bottom: 20px;
}

.pp-categories::before {
	content: "Browse by Category" !important;
	text-align: center;
	display: block !important;
	font-size: 20px;
}




/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Announcement Bar */
.announcement-bar .fl-button {
    text-transform: none !important;
    color: var(--Linen, #F8F2E7) !important;
    font-family: beaufort-pro !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 100% !important;
    letter-spacing: 0.6px !important;
    border: 0 !important;
    padding: 12px 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.announcement-bar .fl-button:hover {
    color: var(--Linen, #F8F2E7) !important;
}

.announcement-bar .fl-button:hover .fl-button-text {
    border-bottom: 1px solid var(--Linen) !important;
}

.announcement-bar .fl-button .fl-button-icon {
    margin: 0 !important;
}

@media only screen and (max-width: 992px) {
    .announcement-bar .fl-button {
        padding: 8px 24px !important;
        font-size: 16px !important;
        letter-spacing: 0.48px !important;
    }
}

/* Home Header Fix for Announcement Bar */
.home #header-scroll-up {
	margin-top: 44px !important;
}

.logged-in.home #header-scroll-up {
	margin-top: 76px !important;
}

.home #header-scroll-up.is-visible {
	margin-top: 0 !important;
}

@media only screen and (max-width: 760px) {
	.home #header-scroll-up {
		margin-top: 60px !important;
	}
}

.fl-rich-text a {
	color: #000 !important;
	text-decoration: underline !important;
}

.fl-rich-text a:hover {
	text-decoration: none !important;
}

.larger-margins.fl-rich-text p {
    margin-bottom: 24px !important;
}

.larger-margins.fl-rich-text p:last-child {
    margin-bottom: 0 !important;
}

/* Content Grids */
.alternating-borders .grid-item .featured-image,
.alternating-borders .fl-photo-content {
    padding: 7px;
}

.alternating-borders .grid-item .featured-image img,
.alternating-borders .fl-photo-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 7px solid;
}

.alternating-borders .grid-item .featured-image img {
	aspect-ratio: 474/594;
}

/* 1, 4, 7, etc */
.alternating-borders .owl-item:nth-child(3n+2) .featured-image,
.alternating-borders .pp-content-post:nth-child(3n+1) .featured-image,
.alternating-borders-1 .fl-photo-content {
    background: var(--Teal);
}

.alternating-borders .owl-item:nth-child(3n+2) .featured-image img,
.alternating-borders .pp-content-post:nth-child(3n+1) .featured-image img,
.alternating-borders-1 .fl-photo-content img {
    border-color: var(--Lime);
}

/* 2, 5, 8, etc */
.alternating-borders .owl-item:nth-child(3n+2) .featured-image,
.alternating-borders .pp-content-post:nth-child(3n+2) .featured-image,
.alternating-borders-2 .fl-photo-content {
    background: var(--Red);
}

.alternating-borders .owl-item:nth-child(3n+2) .featured-image img,
.alternating-borders .pp-content-post:nth-child(3n+2) .featured-image img,
.alternating-borders-2 .fl-photo-content img {
    border-color: var(--Bordeaux);
}

.alternating-borders-2.fl-col {
    border: 7px solid var(--Red);
}

.alternating-borders-2.fl-col .fl-col-content {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 7px solid var(--Bordeaux);
}

.alternating-borders-2.contact-info {
	border: 7px solid var(--Red);
}

.alternating-borders-2.contact-info > .fl-module {
	border: 7px solid var(--Bordeaux);
}


/* 3, 6, 9. etc */
.alternating-borders .owl-item:nth-child(3n) .featured-image,
.alternating-borders .pp-content-post:nth-child(3n) .featured-image,
.alternating-borders-3 .fl-photo-content {
    background: var(--Pink);
}

.alternating-borders .owl-item:nth-child(3n) .featured-image img,
.alternating-borders .pp-content-post:nth-child(3n) .featured-image img,
.alternating-borders-3 .fl-photo-content img {
    border-color: var(--Orange);
}

.portfolio-grid .grid-item .post-details {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	gap: 24px;
}

.portfolio-grid .post-details .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
	padding-bottom: 1px;
}
.portfolio-grid .post-details .title a {
	font-size: 24px;
}

.portfolio-grid .post-details .category {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.portfolio-grid .post-details a {
    color: #000;
}

.portfolio-grid.black-titles .title a {
	color: #000;
}

/* Content Grid Navigation */
.pp-content-post-carousel .owl-nav button {
    border: 0 !important;
    padding: 0 !important;
    background-size: 56px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 56px !important;
    height: 47px !important;
    z-index: 999 !important;
    transition: all 0.3s ease-in-out !important;
}

.pp-content-post-carousel .owl-nav button.owl-next {
    background-image: url('../../uploads/arrow-right.png') !important;
	right: 40px !important;
}

.full-width .pp-content-post-carousel .owl-nav button.owl-next {
	right: 18% !important;
}

.pp-content-post-carousel .owl-nav button.owl-next:hover {
    right: 24px !important;
}

.full-width .pp-content-post-carousel .owl-nav button.owl-next:hover {
    right: 17% !important;
}

.pp-content-post-carousel .owl-nav button.owl-prev {
    background-image: url('../../uploads/arrow-left.png') !important;
	left: 40px !important;
}

.full-width .pp-content-post-carousel .owl-nav button.owl-prev {
    left: 18% !important;
}

.pp-content-post-carousel .owl-nav button.owl-prev:hover {
    left: 24px !important;
}

.full-width .pp-content-post-carousel .owl-nav button.owl-prev:hover {
    left: 17% !important;
}

.pp-content-post-carousel .owl-nav button svg {
    display: none;
}


/* Masked Images */
.masked .fl-photo-content {
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	overflow: hidden;
	position: relative;
	width: 100% !important;
	height: 100% !important;
}

.masked img {
    object-fit: cover !important;
    width: 100% !important;
	height: 100% !important;
}

/* Mask Shape 1 */
/*.masked-1 .fl-photo-content {
    aspect-ratio: 480/640 !important;
    mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 480 640" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M480,314.496L480,640L0,640L0,314.496C0,234.725 48.313,166.23 117.267,136.646C115.432,131.027 114.439,125.026 114.439,118.796C114.439,102.781 120.975,88.218 131.562,77.668C142.112,67.119 156.675,60.545 172.69,60.545L179.455,60.545C179.455,27.1 206.555,0 240,0C273.445,0 300.545,27.1 300.545,60.545L307.31,60.545C339.341,60.545 365.561,86.765 365.561,118.796C365.561,125.026 364.568,131.027 362.733,136.646C431.687,166.23 480,234.725 480,314.496Z" style="fill-rule:nonzero;"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 480 640" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M480,314.496L480,640L0,640L0,314.496C0,234.725 48.313,166.23 117.267,136.646C115.432,131.027 114.439,125.026 114.439,118.796C114.439,102.781 120.975,88.218 131.562,77.668C142.112,67.119 156.675,60.545 172.69,60.545L179.455,60.545C179.455,27.1 206.555,0 240,0C273.445,0 300.545,27.1 300.545,60.545L307.31,60.545C339.341,60.545 365.561,86.765 365.561,118.796C365.561,125.026 364.568,131.027 362.733,136.646C431.687,166.23 480,234.725 480,314.496Z" style="fill-rule:nonzero;"/></svg>');
}*/

/* Mask Shape 2 */
.masked-2 .fl-photo-content {
    aspect-ratio: 502/668 !important;
    mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 503 669" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M502.658,202.478L502.658,608.757C502.658,641.789 475.92,668.535 442.898,668.535L59.76,668.535C26.738,668.535 0,641.789 0,608.757L0,202.478C0,124.242 63.203,60.74 141.335,60.259C143.937,26.746 192.169,0 251.329,0C310.489,0 358.761,26.746 361.323,60.259C439.456,60.74 502.618,124.202 502.618,202.478L502.658,202.478Z" style="fill-rule:nonzero;"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 503 669" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M502.658,202.478L502.658,608.757C502.658,641.789 475.92,668.535 442.898,668.535L59.76,668.535C26.738,668.535 0,641.789 0,608.757L0,202.478C0,124.242 63.203,60.74 141.335,60.259C143.937,26.746 192.169,0 251.329,0C310.489,0 358.761,26.746 361.323,60.259C439.456,60.74 502.618,124.202 502.618,202.478L502.658,202.478Z" style="fill-rule:nonzero;"/></svg>')
}

/* Mask Shape 3 */
.masked-3 .fl-photo-content {
    aspect-ratio: 470/648 !important;
    mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 469 649" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M468.906,265.746L468.608,648.26L0,648.26L0,265.746C0,125.207 192.271,21.797 214.174,10.453L234.397,0L254.621,10.453C276.56,21.797 468.906,125.207 468.906,265.746Z" style="fill-rule:nonzero;"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 469 649" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M468.906,265.746L468.608,648.26L0,648.26L0,265.746C0,125.207 192.271,21.797 214.174,10.453L234.397,0L254.621,10.453C276.56,21.797 468.906,125.207 468.906,265.746Z" style="fill-rule:nonzero;"/></svg>');
}

/* Mask Shape 4 */
.masked-4 .fl-photo-content {
	aspect-ratio: 470/620 !important;
	mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" version="1.1" viewBox="0 0 401 534"><path d="M328.2,86.8C309.6,38.7,256.2,0,200.2,0s-109.3,38.7-128,86.8H0v447.2h400.5V86.8h-72.3Z"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" version="1.1" viewBox="0 0 401 534"><path d="M328.2,86.8C309.6,38.7,256.2,0,200.2,0s-109.3,38.7-128,86.8H0v447.2h400.5V86.8h-72.3Z"/></svg>');
}

/* Masked Shape 5 */
.masked-5 .fl-photo-content {
	aspect-ratio: 470/620 !important;
	mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="401" height="534" version="1.1" viewBox="0 0 401 534"><path d="M200.2,0c110.5,0,200.2,89.7,200.2,200.2v333.8H0V200.2C0,89.7,89.7,0,200.2,0Z"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="401" height="534" version="1.1" viewBox="0 0 401 534"><path d="M200.2,0c110.5,0,200.2,89.7,200.2,200.2v333.8H0V200.2C0,89.7,89.7,0,200.2,0Z"/></svg>');
}

/* Masked Shape 6 */
.masked-1 .fl-photo-content,
.masked-6 .fl-photo-content {
	aspect-ratio: 391.503 / 522.004 !important;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 391.503 522.004'%3E%3Cpath d='M391.503 84.8288V522.004H0V84.8288H70.6751C88.8817 37.8784 141.101 0 195.752 0C250.402 0 302.622 37.8784 320.828 84.8288H391.503Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 391.503 522.004'%3E%3Cpath d='M391.503 84.8288V522.004H0V84.8288H70.6751C88.8817 37.8784 141.101 0 195.752 0C250.402 0 302.622 37.8784 320.828 84.8288H391.503Z'/%3E%3C/svg%3E");
}

/* Home Page */
.home-hero .fl-button-group-buttons {
    display: flex !important;
    gap: 126px;
}

/* Team Page */
.teal-lime-border img {
	border: 7px solid var(--Lime);
	outline: 7px solid var(--Teal);
}

.team-grid .team-container {
	padding: 24px;
	border: 7px solid transparent;
	height: 100%;
}

.team-grid .team-container:hover {
	padding: 24px;
	border: 7px solid var(--Red);
}

.team-grid .pp-content-post {
	border: 1px solid black!important;
	outline: 7px solid transparent;
}

.team-grid .pp-content-post:hover {
	outline: 7px solid var(--Bordeaux);
	border: 1px solid var(--Bordeaux)!important;
}

.team-grid .team-container img,
.team-grid .team-container h2 {
	margin-bottom: 16px;
}

.team-grid .team-container img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.team-grid .team-container h2,
.team-grid .team-container .team-subtitle {
	color: black;
}

/* ---------Team Single Page ---------*/
.pink-red-border img,
.pink-red-border .uabb-video {
	border: 7px solid var(--Bordeaux);
	outline: 7px solid var(--Red);
}

.team-single-photo img {
	aspect-ratio: 53 / 59;
	object-fit: cover;
}

.black-underline-link a {
	color: black;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.black-underline-link a:hover {
	color: var(--Gold);
}

/* ---------Blog Page--------- */
.blog-content h3 strong,
.blog-content h4 strong {
	font-weight: 400!important;
}

.blog-content a {
	color: black;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.post-nav-underline .nav-next a {
	color: black;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.blog-content a:hover,
.post-nav-underline  .nav-next a:hover {
	color: var(--Gold)!important;
	text-decoration: underline;
}

.wp-block-gallery {
	margin: 40px -100px;
}

@media (max-width: 1000px) {
	.wp-block-gallery {
	margin: 40px 0;
	}
}

/* Content Grid Posts */
.single-category-blog-grid,
.single-category-blog-grid .fl-module-content,
.single-category-blog-grid .pp-posts-wrapper,
.single-category-blog-grid .pp-content-posts,
.single-category-blog-grid .pp-content-post-grid,
.single-category-blog-grid .pp-content-post {
	height: 100%;
}

.single-category-blog-grid .blog-post-category-box {
    display: flex;
    flex-direction: column;
    height: 100%;
	gap: 24px;
}

.single-category-blog-grid .blog-image img {
    border: 0;
}

.single-category-blog-grid .blog-image {
    padding: 0;
	margin: 0 !important;
}

.single-category-blog-grid  .blog-post-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

.single-category-blog-grid p.eyebrow {
	margin: 0;
}

.related-posts .blog-post-category-box {
    justify-content: start;
}

.single-category-blog-grid .blog-post-category-box a {
    color: black;
}

.single-category-blog-grid .blog-post-category-box .link-white {
	border-bottom: 1px solid var(--Linen);
}

.related-posts .eyebrow a:hover,
.related-posts h2 a:hover,
.related-posts h2 a:hover,
.related-posts .link-white:hover {
	color: var(--Gold)!important;
}

.single-category-blog-grid .blog-post-category-box .link-white:hover {
	border-bottom: 1px solid var(--Gold);
}

.single-category-blog-grid .title-category-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-category-blog-grid .cdg-arrow-up-right {
    font-size: 12px;
    margin-left: 10px;
}

.single-category-blog-grid .blog-link {
    border-bottom: 1px solid black;
    padding-bottom: 8px;
    text-transform: uppercase;
    width: max-content;
}

.single-category-blog-grid .blog-link:hover {
	border-bottom: 1px solid transparent;
}

.single-category-blog-grid .blog-image img {
	aspect-ratio: 23 / 18;
	object-fit: cover;
	width: 100%;
	margin-bottom: 0;
}

.single-category-blog-grid .blog-image {
	margin-bottom: 24px;
}

.blog-image {
  padding: 7px;
  display: inline-block;
}

.blog-image img {
  border: 7px solid transparent;
  display: block;
}

/* 1, 4, 7, 10… */
.alternating-borders .pp-content-post:nth-of-type(3n + 1) .blog-image {
  background: var(--Teal);
}
.alternating-borders .pp-content-post:nth-of-type(3n + 1) .blog-image img {
  border-color: var(--Lime);
}

/* 2, 5, 8, 11… */
.alternating-borders .pp-content-post:nth-of-type(3n + 2) .blog-image {
  background: var(--Red);
}
.alternating-borders .pp-content-post:nth-of-type(3n + 2) .blog-image img {
  border-color: var(--Bordeaux);
}

/* 3, 6, 9, 12… */
.alternating-borders .pp-content-post:nth-of-type(3n) .blog-image {
  background: var(--Pink);
}
.alternating-borders .pp-content-post:nth-of-type(3n) .blog-image img {
  border-color: var(--Orange);
}

.static-blog-image .fl-module-photo .wp-image-138500829 {
	height: 450px!important;
}

.browse-by-category {
	padding-bottom: 48px;
}

.browse-by-category:hover img {
	opacity: .8;
}

.browse-by-category:hover p {
	color: var(--Gold)!important;
}

.category-scroll {
	overflow-x: auto;
}

.category-scroll-column ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 4px solid #629e98;
    background-color: var(--Linen);
}

.category-scroll-column ::-webkit-scrollbar {
    background: #629e98;
    border-radius: 8px;
}

.category-browse-scroll .custom-scrollbar {
	max-width: 100%!important;
}

.blog-tags .fl-post-info-terms {
	display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.blog-tags .fl-post-info-terms a {
	color: black;
	padding: 12px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: var(--Gold);
}

.post .entry-header,
.post .entry-footer {
	display: none;
}

.post {
    margin-bottom: 0!important;
}

/* Crimson World - Masked Images Width not working on Safari Fix */
.masked-category-width figure {
	width: 100%!important;
}

/* ---------Category Archive--------- */
.category-archive-grid img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.category-archive-grid .category-archive-container {
	padding: 24px;
	border: 7px solid transparent;
	display: flex;
    flex-direction: column;
    gap: 16px;
	height: 100%;
}

.category-archive-grid .category-archive-container:hover {
	padding: 24px;
	border: 7px solid var(--Red);
}

.category-archive-grid .pp-content-post {
	border: 1px solid black!important;
	outline: 7px solid transparent;
}

.category-archive-grid .pp-content-post:hover {
	outline: 7px solid var(--Bordeaux);
	border: 1px solid var(--Bordeaux)!important;
}

.category-archive-grid h2,
.category-archive-grid .eyebrow {
	margin-bottom: 0!important;
}

.category-archive-grid a {
	color: black;
}

.category-archive-grid .cdg-ellipse:before {
	vertical-align: super;
}

.category-archive-grid .cdg-arrow-up-right:before {
    content: "\e902";
	font-family: 'crimson-icons' !important;
	font-size: 13px;
} 

.category-archive-grid .category-archive-link {
	color: var(--Black);
	font-family: instrument-sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.54px;
	text-transform: uppercase;
	
	border-bottom: 1px solid #000;
    width: fit-content;
	padding-bottom: 8px;
}

.category-archive-grid .category-archive-link:hover {
	border-bottom: 1px solid transparent;
}

/* .category-archive-grid .blog-post-category-box {
	border: 7px solid transparent;
}

.category-archive-grid .blog-post-category-box:hover {
	padding: 24px;
	border: 7px solid var(--Red);
	height: 100%!important;
}

.category-archive-grid .pp-content-post {
	border: 1px solid black!important;
	outline: 7px solid transparent;
}

.category-archive-grid .pp-content-post:hover {
	outline: 7px solid var(--Bordeaux);
	border: 1px solid var(--Bordeaux)!important;
}



.category-archive-grid .event-container a {
	color: #000;
}

.category-archive-grid .event-image,
.category-archive-grid .eyebrow,
.single-category-grid .event-container h2 {
	margin-bottom: 24px!important;
}

.single-category-grid .blog-link:hover {
	border-bottom: 1px solid transparent;
} */

/* Portfolio Single */
.portfolio-categories .fl-project_category {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.portfolio-categories .fl-project_category > span {
    padding: 12px;
    border-top: 1px solid var(--Gold);
    border-bottom: 1px solid var(--Gold);
}

.portfolio-categories .fl-project_category a {
    color: #000;
	text-decoration: none !important;
}

.portfolio-categories .fl-project_category a:hover {
	text-decoration: underline !important;
}

.project-template-default .entry-header {
	display: none;
}

.project-template-default .site-inner {
	margin-top: 88px;
}

/* Hide accordion toggle if no content */
.pp-accordion-item.no-accordion-content .pp-accordion-button-icon,
.pp-accordion-item.no-accordion-content .pp-accordion-content {
  display: none !important;
}

.pp-accordion-item.no-accordion-content .pp-accordion-title {
  pointer-events: none;
  cursor: default;
}


/* Stats */
.portfolio-counter .uabb-number-text {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-start;
}

.portfolio-counter .uabb-number-after-text {
    margin-top: 0 !important;
}

.dark.portfolio-counters .portfolio-counter {
    border-right: 1px solid var(--Pink) !important;
    border-bottom: 1px solid var(--Pink) !important;
}

.light.portfolio-counters .portfolio-counter {
    border-right: 1px solid var(--Bordeaux) !important;
    border-bottom: 1px solid var(--Bordeaux) !important;
}

.light.portfolio-counters .fl-module-box {
	border-top: 1px solid var(--Bordeaux) !important;
}

.portfolio-counters .portfolio-counter:nth-of-type(3n) {
    border-right: 0 !important;
}

.portfolio-counters .portfolio-counter:nth-of-type(4),
.portfolio-counters .portfolio-counter:nth-of-type(5),
.portfolio-counters .portfolio-counter:nth-of-type(6) {
    border-bottom: 0 !important;
}

.dark .portfolio-counter .uabb-number-string {
    color: var(--Lime) !important;
}

.light .portfolio-counter .uabb-number-string {
    color: var(--Bordeaux) !important;
}

.dark .portfolio-counter .uabb-number-after-text {
    color: var(--Linen) !important;
}

.light .portfolio-counter .uabb-number-after-text {
    color: #000 !important;
}

/* Portfolio Index */
.portfolio .portfolio-grid .pp-content-post-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 40px 16px !important;
}

.portfolio .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n+1) {
    grid-column: 1/2;
}

.portfolio .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n+2) {
    grid-column: 2/3;
}

.portfolio .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n) {
    grid-column: 1/3;
}

.portfolio-grid .featured-image {
    margin-bottom: 20px;
}

.portfolio-grid .featured-image a {
    line-height: 1;
    display: block;
}

.portfolio-grid .featured-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.portfolio-grid .details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.portfolio-grid .title {
    margin-bottom: 0;
	line-height: 1.1;
}

.portfolio-grid .title a {
    color: var(--Bordeaux);
}

.portfolio-grid .title a:hover {
    text-decoration: underline !important;
}

.portfolio-grid .category,
.portfolio-grid .category a {
    color: #21322C;
    text-transform: uppercase;
    text-align: right;
	flex-shrink: 0;
}

/* FacetWP */
.facetwp-facet {
	margin-bottom: 0 !important;
}

.facetwp-facet-title {
	margin-bottom: 24px !important;
	color: var(--Black, #000);
	font-family: instrument-sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.54px;
	text-transform: uppercase;
}

.facetwp-counter {
	display: none;
}

.facetwp-radio,
.facetwp-radio.checked {
	background: none !important;
}

.facetwp-radio,
.fs-option {
	display: flex;
	gap: 8px;
	align-items: center;
}

.facetwp-radio::before,
.fs-dropdown .fs-checkbox {
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	display: block;
}

.fs-dropdown .fs-checkbox {
	border-color: var(--Linen);
}

.facetwp-radio.checked::before,
.fs-dropdown .fs-option.selected .fs-checkbox {
	background-color: var(--Pink);
}

.facetwp-display-value {
	padding: 0 !important;
}

/*.fl-module-class-facet .fl-module-content*/
.portfolio-sidebar {
	width: 160px;
}

/*.fs-option[data-idx="0"],*/
.fs-search {
	display: none;
}

.fs-label-wrap .fs-label {
	padding: 8px;
	border-bottom: 2px solid #000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	text-align: center;
}

.fs-label-wrap {
	border: 0 !important;
	background-color: var(--Linen) !important;
	color: #000;
	margin-bottom: 8px;
}

.fs-dropdown,
.fs-option.selected {
	background: var(--Bordeaux) !important;
	color: var(--Linen) !important;
}

.fs-dropdown {
	border: 0 !important;
	padding: 24px;
}

.fs-wrap {
	width: 240px !important;
}

.facetwp-facet-portfolio_categories_mobile {
	margin-left: auto !important;
	margin-right: auto !important;
}

.fs-arrow {
	border: 0 !important;
	width: 15px !important;
	height: 8px !important;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="11" viewBox="0 0 17 11" fill="none"><path d="M0.714844 0.699219L8.54093 8.69922L15.7148 0.699219" stroke="black" stroke-width="2"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}

.facetwp-pager {
	text-align: center;
}

.facetwp-page {
	font-family: beaufort-pro;
	color: #000;
	font-size: 30px;
}

.facetwp-page.active,
.facetwp-page:hover {
	font-weight: normal !important;
	color: var(--Bordeaux);
}

/* Gravity Forms */
.hide-asterisk .gfield_required,
.gform_heading {
    display: none !important;
}

.gfield_required,
.gform-field-label {
    font-size: 19px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.eyebrow-title {
    margin-top: 16px !important;
}

.eyebrow-title .gfield_label,
.eyebrow-title .gfield_required {
    color: var(--Bordeaux) !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.54px !important;
    text-transform: uppercase !important;
}

.inline-options .gfield_radio {
    display: flex;
    column-gap: 80px;
	row-gap: 16px;
	flex-wrap: wrap;
}

.gfield_radio input {
    margin-right: 8px;
}

.ginput_full,
.ginput_left,
.ginput_right {
    margin: 0 !important;
}

.ginput_left input,
.ginput_right input {
    margin: 0 !important;
}

.gform-field-label--type-sub {
    padding: 0 !important;
}


.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px !important;
}

.ginput_complex input,
.ginput_complex span {
    margin: 0 !important;
}

.ginput_container_address > span {
    margin-bottom: 24px !important
}

.ginput_container_address .address_zip,
.ginput_container_address .address_country {
    margin: 0 !important;
}

.gform_footer input.gform_button {
	border: 0 !important;
	padding: 16px 24px !important;
	background-color: #000 !important;
	color: var(--Linen) !important;
	font-family: instrument-sans;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 1 !important;
	letter-spacing: 0.54px !important;
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
}
.gform_footer input.gform_button:hover {
	background-color: var(--Gold) !important;
}

.gfield select {
	background-image: url('https://crimsondesigngroup.com/wp-content/uploads/dropdown-arrow.png') !important;
	background-size: 25px !important;
	background-position: right 16px center !important;
	background-repeat: no-repeat !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 992px) {
	.ginput_complex {
		gap: 24px !important;
	}
	
	.ginput_complex input,
	.ginput_complex span {
		margin: 0 !important;
	}
	
	.gf_clear {
		display: none !important;
	}
	
	.inline-options .gfield_radio {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 10px;
		max-width: 400px;
	}
	
	.gform_wrapper.gravity-theme .ginput_complex span {
		flex-basis: 100% !important;
	}
	
}

@media only screen and (max-width: 480px) {
	.inline-options .gfield_radio {
		display: flex !important;
		flex-direction: column;
		gap: 10px;
	}
}

/* Expertise Page */
.service-box .fl-rich-text ul {
    margin-bottom: 0 !important;
    margin-left: 24px;
}

.service-box .fl-rich-text ul li {
    margin-bottom: 0;
    line-height: 1.4;
}

.service-box .fl-rich-text ul li::marker {
    font-size: 14px;
}

/* ------------About Page------------ */
.pink-lime-border {
	border: 7px solid var(--Lime);
	outline: 7px solid var(--Pink);
}

.stacked-buttons {
	display: flex!important;
    flex-direction: column;
}

.patterned-quote.fl-module-box {
	background-size: 100%!important;
}

.career-photos img {
	height: 600px!important;
	object-fit: cover;
}

.accordion-style .pp-accordion {
	border-top: 1px solid var(--Gold);
}

.studio-built-photos img {
	height: 420px!important;
	object-fit: cover;
}

@media (max-width: 390px) {
	.quotes-small-phone {
		font-size: 18px!important;
	}
	
	.patterned-quote .eyebrow {
		font-size: 12px!important;
	}
	
	.studio-built-photos img {
		height: 360px!important;
		object-fit: cover;
	}
}

/* Experience Page */
.red-bordeaux-border .pp-video-wrapper,
.red-bordeaux-border img {
	border: 7px solid var(--Bordeaux);
	outline: 7px solid var(--Red);
}

.greyscale-logos img {
	filter: grayscale(100%)!important;
}

/* FFE Page */
.ffe-consultation-form .gform-field-label,
.ffe-consultation-form .gfield_required {
	color: var(--Linen)!important;
}

.ffe-consultation-form .gform_footer .gform_button {
	padding: 8px 0!important;
	border-bottom: 1px solid var(--Linen)!important;
}

.ffe-consultation-form .gform_footer .gform_button:hover {
	color: var(--Gold)!important;
	background-color: transparent!important;
	border-bottom: 1px solid var(--Gold)!important;
}

.ffe-consultation-form .gform_footer .gform_button:after {
    content: "\e902";
	font-family: 'crimson-icons' !important;
}

.ffe-consultation-form .gfield_select option {
    color: black!important;
}

/* Aviation Page */
.compromise-image-height img {
	height: 750px!important;
	object-fit: cover;
}

@media (max-width: 768px) {
	.compromise-image-height img {
	height: 450px!important;
	}
}

/* Event Page */
.event-grid img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.event-grid .event-container {
	padding: 24px;
	border: 7px solid transparent;
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.event-grid .event-container:hover {
	padding: 24px;
	border: 7px solid var(--Red);
}

.event-grid .pp-content-post {
	border: 1px solid black!important;
	outline: 7px solid transparent;
}

.event-grid .pp-content-post:hover {
	outline: 7px solid var(--Bordeaux);
	border: 1px solid var(--Bordeaux)!important;
}

.event-grid h2 {
	margin-bottom: 0!important;
}

.event-grid .event-meta {
	font-size: 19px;
}

.event-grid .pink-dot {
	color: var(--Pink);
	font-size: 8px;
	padding: 4px;
}

.event-grid .cdg-ellipse:before {
	vertical-align: super;
}

.event-grid .cdg-arrow-up-right:before {
    content: "\e902";
	font-family: 'crimson-icons' !important;
	font-size: 13px;
} 

.event-grid .event-link {
	color: var(--Black);
	font-family: instrument-sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.54px;
	text-transform: uppercase;
	
	border-bottom: 1px solid #000;
    width: fit-content;
	padding-bottom: 8px;
}

.event-grid .event-link:hover {
	border-bottom: 1px solid transparent;
}

/* FAQ Page */
.accordion-style-faq .pp-accordion {
	border-top: 1px solid black;
}

.accordion-style-faq .pp-accordion-button-icon {
	width: 50px;
}

.accordion-style-faq .pp-accordion-item .pp-accordion-button-icon:before {
	font-size: 24px!important;
}

/* Popup */
#modal-38ehspuktbcv .uabb-close-icon {
    top: 30px!important;
    right: 30px!important;
    position: relative!important;
}

#modal-38ehspuktbcv .uabb-close-icon {
    font-size: 20px;
}

/* Search Archive */
.search-archive a {
  color: black;
}

.search-archive .module-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 2rem 0;
  height: 100%;
}

.search-archive h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.search-archive .module-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
}

.search-archive .headings-combined {
  margin-bottom: 1rem;
}

.search-archive .module-image {
  flex: 1;
  width: 100%;
}

.search-archive .module-image img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	display: block;
}

@media (min-width: 768px) {
  .search-archive .module-container {
    flex-direction: row;
  }

  .search-archive .module-text {
    padding-right: 1rem;
  }

  .search-archive .module-image,
  .search-archive .pp-content-grid-post-image {
    flex: 1;
    width: 100%;
    display: block;
  }
}

@media (max-width: 768px) {
  .search-archive .module-container {
    flex-direction: column-reverse;
    text-align: left;
  }
}

/* Testimonial Row */
.testimonial-row .fl-col-content {
    background-size: contain !important;
}

@media only screen and (max-width: 1200px) {
    .testimonial-row .fl-col-content {
    	background-size: contain !important;
	}
}

/* Press Page */
.press-links img {
	filter: grayscale(1);
}

/* Standard CSS */
.blend img {
	mix-blend-mode: multiply;
}

.under {
	position: relative;
	z-index: 5;
}

.over {
	position: relative;
	z-index: 10;
}

.fl-menu-horizontal {
	padding: 0 30px !important;
}

.fl-menu .menu li {
   list-style-type: none !important;
}

.nf-form-fields-required {
	display: none;
}

.nf-form-content button, 
.nf-form-content input[type=button], 
.nf-form-content input[type=submit] {
    background: #000 !important;
    color: #fff !important;
    transition: all .5s;
    display: block;
    margin: 0 auto;
    padding: 10px 60px;
    height: auto !important;
    font-size: 16px;
    font-weight: 500;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #666 !important;
    color: #fff !important;
}



/* UABB Advanced Menu Thinner Hamburger icon
--------------------------------------------- */

.uabb-hamburger-menu-top,
.uabb-hamburger-menu-middle,
.uabb-hamburger-menu-bottom {
	height: 4px !important;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, 
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
	width: 25px !important;
    margin-top: 0px !important;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-creative-menu-mobile-toggle-label, 
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-creative-menu-mobile-toggle-label {
   margin-bottom: 8px;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container, 
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
	height: 1.1em !important;
}

.uabb-creative-menu-mobile-toggle.hamburger .hamburger-menu, 
.uabb-creative-menu-mobile-toggle.hamburger-label .hamburger-menu {
    top: -6px !important;
}


/* Beaver Builder MOBILE ONLY Labels
--------------------------------------------- */


.fl-visible-mobile .fl-block-overlay-active,
.fl-visible-mobile.fl-block-overlay-active,
.fl-visible-medium-mobile .fl-block-overlay-active,
.fl-visible-medium-mobile.fl-block-overlay-active,
.fl-visible-medium .fl-block-overlay-active,
.fl-visible-medium.fl-block-overlay-active {
	border: 2px solid #cc0000;

}

.fl-col.fl-visible-mobile .fl-block-overlay-active::after {	
	content: "MOBILE-ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-mobile .fl-block-overlay-active::after {	
	content: "MOBILE-ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-mobile.fl-block-overlay-active::after {	
	content: "MOBILE-ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-col.fl-visible-medium-mobile .fl-block-overlay-active::after {
		content: "MOBILE+TABLET ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-medium-mobile .fl-block-overlay-active::after {	
	content: "MOBILE+TABLET ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-medium-mobile.fl-block-overlay-active::after {	
	content: "MOBILE+TABLET ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-col.fl-visible-medium .fl-block-overlay-active::after {
		content: "TABLET ONLY COLUMN";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


.fl-row.fl-visible-medium .fl-block-overlay-active::after {	
	content: "TABLET ONLY ROW";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}

.fl-module.fl-visible-medium.fl-block-overlay-active::after {	
	content: "TABLET ONLY MODULE";
	font-size: 14px;
	color: #cc0000;
	display: block;
	text-align: center;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
header .menu {
    display: flex !important;
    gap: 85px !important;
    padding: 0 !important;
    margin: 0 !important;
	justify-content: space-between;
}
header .pp-offcanvas-toggle-text {
	position: relative;
}

header .menu li a:after,
header .pp-offcanvas-toggle-text::after {
	content: '';
    display: inline-block;
    height: 2px;
    width: 0;
    background-color: var(--Linen);
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: width 0.3s ease-out;
}

.home header .is-visible .menu li a:after,
.dark-text .menu li a:after,
header .dark-text .pp-offcanvas-toggle:hover .pp-offcanvas-toggle-text::after {
	background-color: #000;
}

header .menu li a:hover::after,
header .pp-offcanvas-toggle:hover .pp-offcanvas-toggle-text::after {
    width: 100%;
}

@media only screen and (min-width: 1540px) {
    .home .header-container,
    .home header .menu {
        gap: 9.6vw !important;
    }
	
	body:not(.home) .header-container,
    body:not(.home)  header .menu {
        gap: 9.6vw !important;
    }
}

@media only screen and (max-width: 1539px) {
	.home .header-container,
    .home header .menu {
        column-gap: 9vw !important;
		gap: 9vw !important;
    }
	
	body:not(.home) .header-container,
    body:not(.home) header .menu {
        column-gap: 9vw !important;
		gap: 9vw !important;
    }
}

@media only screen and (max-width: 1455px) {
	.home .header-container,
    .home header .menu {
        column-gap: 8vw !important;
		gap: 8vw !important;
    }
	
	body:not(.home) .header-container,
    body:not(.home) header .menu {
        column-gap: 8vw !important;
		gap: 8vw !important;
    }
}

@media only screen and (max-width: 1310px) {
	.home .header-container,
    .home header .menu {
        column-gap: 6.8vw !important;
		gap: 6.8vw !important;
    }
}
@media only screen and (max-width: 1340px) {	
	body:not(.home) .header-container,
    body:not(.home) header .menu {
        column-gap: 6.5vw !important;
		gap: 6.5vw !important;
    }
}

@media only screen and (max-width: 1200px) {
    .home .header-container,
    .home header .menu {
        column-gap: 5.7vw !important;
		gap: 5.7vw !important;
    }
}

@media only screen and (max-width: 1210px) {
	body:not(.home) .header-container,
    body:not(.home) header .menu {
        column-gap: 5.5vw !important;
		gap: 5.5vw !important;
    }
}

@media only screen and (max-width: 1100px) {
    .home .header-container,
    .home header .menu {
        column-gap: 5vw !important;
		gap: 5vw !important;
    }
}

@media only screen and (max-width: 1035px) {
	body:not(.home) .header-container,
    body:not(.home) header .menu {
        column-gap: 4.5vw !important;
		gap: 4.5vw !important;
    }
}

header .menu::before,
header .menu::after {
    display: none !important;
}

/* Off Canvas Menu */
.pp-offcanvas-toggle-wrap {
    line-height: 1;
}

@media only screen and (max-width: 760px) {
	.pp-offcanvas-toggle-icon {
		width: 20px;
		height: 24px;
		overflow: hidden;
		line-height: 1.1 !important;
	}
}

.pp-offcanvas-close::before {
	content: "Close";
	color: var(--Linen);
	font-family: instrument-sans;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
}

.offcanvas-menus .menu li {
    margin-bottom: 24px;
}

@media only screen and (max-width: 992px) {
	.offcanvas-menus .menu li {
    	margin-bottom: 12px;
	}
}

.offcanvas-menus li:hover a {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 6px;
}

.offcanvas-search .pp-search-form__icon {
    display: none;
}

.offcanvas-search input::placeholder {
    opacity: 1 !important;
}

.offcanvas-search input {
    padding: 8px 16px 8px 0 !important;
}

/* Header on Scroll Up */
#header-scroll-up {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index:20;
}

.admin-bar #header-scroll-up {
    margin-top: 32px;
}

#fl-main-content {
    margin-top: 88px; 
}

#header-scroll-up.is-visible {
    background-color: var(--Linen); 
}

.is-visible .menu a,
.is-visible .pp-offcanvas-toggle-wrap .pp-offcanvas-toggle,
.is-visible .pp-offcanvas-toggle-wrap .pp-offcanvas-toggle-icon {
	color: #000 !important;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.archive .entry {
}

.page .entry {
	margin-bottom: 0;
}

.single .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul,
.site-inner ol,
.site-inner ul {
	margin-bottom: 28px;
	margin-left: 40px;
	
}

.entry-content ol > li,
.site-inner ol > li,
.fl-rich-text ol > li  {
	list-style-type: decimal;
	margin-bottom: 10px;

}

.entry-content ul > li,
.site-inner ul > li,
.fl-rich-text ul > li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.entry-header p.entry-meta {
	margin-top: 0px;
}

p.entry-meta,
p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #000;
}

p.entry-meta:last-child {
	margin-bottom: 20px;
}

.entry-footer {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	
}

.entry-author,
.entry-comments-link,
.entry-time {
}

.entry-tags {
}

.entry-author::before {
}

.entry-categories::before {
}

.entry-comments-link::before {

}

.entry-tags::before {
}

.entry-time::before {
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 60px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e14d43;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

ol.comment-list {
	margin-bottom: 28px;
    margin-left: 0px;
}

li.comment {
	list-style-type: none;
    background-color: #fff;
    border: 2px solid #ccc;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	    margin-right: -20px;
    border: 2px solid #eae5da;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-author-name {

    font-size: 26px;
}

.bypostauthor {
}

.entry-comments h3 {
	   text-align: center;
    text-transform: uppercase;
}

.comment-time {
	display: none;
}

.comment-content {
	    font-size: 19px;
}

.comment-reply a {
	color: inherit;
    text-decoration: underline;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
}





/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-header,
.site-footer {
		display: none;
}

footer .fl-rich-text a {
	color: var(--Linen) !important;
	text-decoration: none !important;
}

footer .fl-rich-text a:hover {
	color: var(--Linen) !important;
	text-decoration: underline !important;
}

footer .menu li a {
	padding: 0 !important;
	margin-bottom: 6px !important;
}

footer .menu li a:after {
	content: '';
    display: inline-block;
    height: 2px;
    width: 0;
    background-color: var(--Linen);
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: width 0.3s ease-out;
}

footer .menu li a:hover::after {
    width: 100%;
}

/* Flodesk Embed */
.ff-625ae70269d304440734accf__title,
.ff-625ae70269d304440734accf__subtitle {
    display: none !important;
}

.ff-625ae70269d304440734accf__field,
.ff-625ae70269d304440734accf__footer {
    margin: 0 !important;
    max-width: 100% !important;
}

[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__container {
    max-width: 100% !important;
}

[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__form {
    padding: 0 !important;
}

[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__content {
    border-bottom: 1px solid var(--Linen) !important;
    margin: 0 !important;
    padding: 12px !important;
}

/* Email Field */
.ff-625ae70269d304440734accf__field {
    width: 100% !important;
}

[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__fields {
    flex-grow: 2 !important;
    max-width: 100% !important;
    width: calc(100% - 40px) !important;
}

[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__control,
[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__label {
    border: 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}

[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__field,
[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__control,
[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__control::placeholder,
[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__label {
    color: var(--Linen, #F8F2E7) !important;
    font-family: instrument-sans !important;
    font-size: 24px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
}

[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__control::placeholder,
[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__label {
    opacity: 0.5 !important;
}

/* Subscribe Button */
[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__button {
    border: 0 !important;
    background: url(https://q76v3vbaje.wpdns.site/wp-content/uploads/subscribe-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 26px !important;
    width: 40px !important;
}

[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__button span {
    position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media only screen and (max-width: 760px) {
    [data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__field,
	[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__control,
	[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__control::placeholder,
	[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__label {
		font-size: 16px !important;
	}
	
	[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__content {
		display: flex !important;
	}
	
	[data-ff-el="root"].ff-625ae70269d304440734accf .ff-625ae70269d304440734accf__button {
		background-position: center right !important;
	}
}

/*
After Footer
---------------------------------------------------------------------------------------------------- */

.wp-core-ui .attachment .thumbnail .centered img {

    max-width: 150px !important;
}


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

@media only screen and (max-width: 1200px) {

	

}

@media only screen and (max-width: 992px) {
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h2.large {
		font-size: 40px;
	}
	
	h3 {
		font-size: 24px;
	}
	.fl-button,
	.pp-button,
	.uabb-button,
	.eyebrow {
		font-size: 16px !important;
	}
	
	.masked .fl-photo-content  {
        width: 450px !important;
    }

	.pp-content-post-carousel .owl-nav {
        position: relative !important;
        max-width: calc(100vw - 48px);
        height: 28px !important;
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    
    .pp-content-post-carousel .owl-nav button {
        background-size: 33px !important;
        width: 33px !important;
        height: 28px !important;
    }
	
    .pp-content-post-carousel .owl-nav button.owl-next {
        background-image: url(https://crimsondesigngroup.com/wp-content/uploads/arrow-right-dark.png) !important;
        right: unset !important;
        left: calc(50% + 20px) !important;
    }
    
    .pp-content-post-carousel .owl-nav button.owl-prev {
        background-image: url(https://crimsondesigngroup.com/wp-content/uploads/arrow-left-dark.png) !important;
        left: unset !important;
        right: calc(50% + 20px) !important;
    }
    
     .pp-content-post-carousel .owl-nav button.owl-next:hover {
         right: unset !important;
         left: calc(50% + 30px) !important;
     }
    
    .pp-content-post-carousel .owl-nav button.owl-prev:hover {
        left: unset !important;
        right: calc(50% + 30px) !important;
    }
	
	.portfolio-grid .pp-content-post-grid {
        grid-template-columns: 1fr !important;
        grid-row-gap: 24px !important;
    }
    /*.portfolio-grid .pp-content-post-grid .pp-content-post,
	.portfolio .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n+1),
	.portfolio .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n+2),
	.portfolio .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n){
        grid-column: 1/2 !important;
    }*/
    
    .portfolio-grid .featured-image {
        margin-bottom: 12px;
    }
	
	.portfolio-grid .details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 12px;
		align-items: start;
    }
    
    .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n+1) .featured-image img,
    .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n+2) .featured-image img {
        height: auto;
        aspect-ratio: 1;
    }
    
    .portfolio-grid .pp-content-post-grid .pp-content-post:nth-of-type(3n) .featured-image img {
        aspect-ratio: 69/50;
        height: auto;
    }
	
	.portfolio-counters .portfolio-counter:nth-of-type(2n+2) {
        border-right: 0 !important;
    }
    
    .dark.portfolio-counters .portfolio-counter:nth-of-type(3n) {
        border-right: 1px solid var(--Pink) !important;
    }
    
    .dark.portfolio-counters .portfolio-counter:nth-of-type(4) {
        border-bottom: 1px solid var(--Pink) !important;
    }
	
	.light.portfolio-counters .portfolio-counter:nth-of-type(3n) {
        border-right: 1px solid var(--Bordeaux) !important;
    }
    
    .light.portfolio-counters .portfolio-counter:nth-of-type(4) {
        border-bottom: 1px solid var(--Bordeaux) !important;
    }
	
	.facetwp-type-fselect,
	.portfolio-categories-mobile {
    	width: 240px;
	}
	
	/* Commercial + Residential Pages */
	.half-width-flex {
        width: calc((100vw - 88px) / 2);
    }
	
	.header-container {
		justify-content: space-between !important;
	}


	.after-footer,
	.before-header,
	.site-container {
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}


}

@media only screen and (max-width: 760px) {
	.footer-menus {
    	row-gap: 18px !important;
    	column-gap: 40px !important;
	}
	
	.fl-button-icon {
		font-size: 12px !important;
	}
	
	.fl-button-text {
		letter-spacing: 0.48px !important;
	}
	
	.masked .fl-photo-content  {
        width: 250px !important;
    }

    .as-seen-in .pp-logos-wrapper.pp-logos-ticker {
        gap: 40px !important;
    }
    
    /*.portfolio-grid .grid-item .post-details {
        flex-direction: column;
        gap: 4px;
    }*/
	
	.portfolio .portfolio-grid .pp-content-post-grid {
		display: flex !important;
		flex-direction: column;
		gap: 16px;
	}
    
    .portfolio-grid .post-details .title a {
        font-size: 20px;
    }
    
    .portfolio-grid .post-details .category {
        font-size: 16px;
    }
	
	.dark.portfolio-counters .portfolio-counter:nth-of-type(n),
	.light.portfolio-counters .portfolio-counter:nth-of-type(n) {
        border-right: 0 !important;
    }
	
	.dark.portfolio-counters .portfolio-counter:nth-of-type(n) {
		border-bottom: 1px solid var(--Pink) !important;
	}
	
	.light.portfolio-counters .portfolio-counter:nth-of-type(n) {
		border-bottom: 1px solid var(--Bordeaux) !important;
	}
    
    .portfolio-counter .uabb-number-text {
        flex-direction: column;
		justify-content: center !important;
    }
	
	.portfolio-counter .uabb-number-after-text {
		text-align: center;
	}
	
	.pp-content-post-carousel .owl-nav {
        max-width: calc(100vw - 48px);
    }
	
	.full-width .pp-content-post-carousel .owl-nav button.owl-next,
	.full-width .pp-content-post-carousel .owl-nav button.owl-next:hover,
	.full-width .pp-content-post-carousel .owl-nav button.owl-prev,
	.full-width .pp-content-post-carousel .owl-nav button.owl-prev:hover {
		right: auto !important;
		left: auto !important;
		position: relative !important;
	}
	
	/* Commercial + Residential Pages */
	.half-width-flex {
        width: 100%;
    }
	
	.stack-mobile .post-details {
    	flex-direction: column;
    	align-items: flex-start !important;
    	gap: 4px;
	}
	
	blockquote {
	margin: 30px;
	font-size: 18px;
	line-height: 1.2;
	}

	.site-container {
		max-width: 100%;
		overflow: hidden;
	}
	
	body {
		font-size: 16px;
	}

	.after-footer,
	.before-header,
	.daily-dish-landing .site-container,
	.site-container {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.entry-tags {
		float: left;
	}
	
	

}

@media only screen and (max-width: 480px) {

	body {
		padding-left: 0;
		padding-right: 0;
	}
	
	.inline-mobile h3 span {
    	display: inline !important;
	}

	.site-container {
		margin-bottom: 0;
		margin-top: 0;
	}

	.after-footer,
	.before-header,
	.site-container {
		
	}

	.before-header {
		margin-bottom: 0;
	}

	.after-footer {
		margin-top: 0;
	}

	.site-header {
		padding: 40px 0;
	}

	.site-title {
		font-size: 30px;
	}

	.entry-title {
		font-size: 24px;
	}

}

/* Fix for Admin Bar over content */
@media only screen and (max-width: 782px) {
	html {
        margin-top: 0 !important;
    }
	
	.admin-bar .site-container {
		padding-top: 46px !important;
	}
}