/*
 Theme Name:   GLICK Fire Child Theme
 Author:       MSonder
 Template:     twentynineteen
 Version:      1.1.2 

*/

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 30px;

	background: #fff;
}

body:not(.custom-background-image).admin-bar::before {top: 0px;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {height: 0px;}

a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.responsive {width: 90%;}

/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */
		.head-wrap {
			position: sticky; 
			top: 0; 
			z-index: 999; 
			width: 100%;
			box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
		}

		#top-wrapper {
			width: 100%;
			height: auto;
			background: #ffffff;
			border-top: 4px solid #cb333b;
			border-bottom: 1px solid #cccccc;
		}
		#top {
			width: 90%; 
			height: auto;
			margin: 0 auto;
            color: #2d2d2d;
            font-weight: 600;
			font-family: "Roboto", sans-serif;
            font-size: 16px;
		}

		form.is-search-form.is-form-id-109 {
			line-height: 1;
			position: relative;
			padding: 0 !important;
			float: right;
			width: 25%;
		}
		form.is-search-form.is-form-id-109 input.is-search-input {
			padding: 25px 12px !important;
			height: 36px !important;
			/*border: 0 1px 0 1px solid #ccc !important;*/
			border: solid #ccc !important;
			border-width: 0 1px 0 1px !important;
		}
		form.is-search-form.is-form-id-109.is-form-style button.is-search-submit {height: 50px !important}
		form.is-search-form.is-form-id-109 .is-search-icon {padding-top: 14px !important; height: 51px !important;}


		a.rep-locator {
			float: right;
			display: block;
			font-family: "Oswald", sans-serif;
			background: #cb333b; 
			color: #fff; 
			font-size: 18px; 
			font-weight: 600;
			text-transform: uppercase;
			padding: 0 30px;
			line-height: 50px;
			text-align: center;
		}
		a.rep-locator:hover {background: #a62027; color: #ece3e3;}



			ul.top-menu {margin: 0; padding: 0px 0 0 0;}
			ul.top-menu li {list-style: none; position: relative; float: left;}
			ul.top-menu li:hover {cursor: default;}
			ul.top-menu li a i {color: #fff; padding-right: 5px;}
			ul.top-menu li a {
				border-left: 1px solid #cccccc;
				display: block;
				line-height: 49px;
				font-size: 14px;
				font-weight: 500;
				text-align: center;
				padding: 0 25px;
				text-transform: uppercase;
				width: 100%;
				color: #2d2d2d;
				text-decoration: none;
					-webkit-transition: all 0.25s ease-in-out;
					-moz-transition: all 0.25s ease-in-out;
					-o-transition: all 0.25s ease-in-out;
					transition: all 0.25s ease-in-out;
				}
			ul.top-menu li a:hover, ul.top-menu li.current-menu-item a, ul.menu li a:focus {background: #cccccc; color: #000;}

			ul.top-menu li.menu-item-has-children a:after {
				content: '\f0d7';
				font-family: "Font Awesome 6 Pro";
				font-style: normal;
				font-weight: 600;
				padding-left: 10px;
				font-size: 14px;
				color: #cb333b;
			}
			ul.top-menu li ul {
				position: absolute;
				left: -9999em;
				width: auto;
				margin: 0;
				padding: 0;
				list-style-type: none;
				white-space: nowrap;
			}

			ul.top-menu li:hover ul {
				left: 0;
				-webkit-box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
				box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
			}
			ul.top-menu li:hover ul li {
				float: none;
				width: 100%;
				position: relative;
				z-index: 9999;
			}
			ul.top-menu li:hover ul li a {
				display: block;
				line-height: 45px;
				font-size: 16px;
				font-weight: 500;
				text-transform: none;
				text-shadow: none;
				text-align: left !important;
				padding: 0 30px 0 10px;
				background: #fff;
				border-bottom: 2px solid #fff;
				width: 100%;
				color: #0e1e29;
				text-decoration: none;
			}
			ul.top-menu:hover ul li a:after {content: '' !important;}
			ul.top-menu li:hover ul li a:hover {
				background: #eeeeee;
				border-bottom: 2px solid #ebeef3;
			}



				/* sub menu fix */
				ul.menu li:hover ul li:last-child a {
					background: #fff;
					color: #191726 !important;
					padding: 0 30px 0 10px;
					margin: 0;
					border-radius: 0px;
					z-index: 9999;
				}
				ul.menu li:hover ul li:last-child a:hover {
					background: #ebeef3;
					border-top: 3px solid #ebeef3;
				}
				ul.menu li.menu-item-has-children:hover ul li a:after {
					content: '';
					display: none;
				}


		#header-wrapper {
			width: 100%;
			height: auto;
			background: #ffffff;
		}
		#header {
			width: 90%; 
			height: auto;
			margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
		}
		#header #logo {line-height: 0px !important;}
		
		.content-wrapper {
			width: 100%;
			height: auto;
			margin: 0px auto;
            overflow-x: hidden !important;
			padding-bottom: 75px;
		}
		.content-wrapper a {color: #cb333b; text-decoration: underline; line-height: 20px;}
		.content-wrapper a:hover {color: #ae1b22; text-decoration: none;}
		
		/*footer overlap fix*/ .home .content-wrapper {padding-bottom: 0px;}
		
		.wp-block-cover.alignfull {
			max-width: 100vw;
			width: auto;
			padding: 80px 0 60px 0;
            overflow-x: hidden !important;
		}
		.alignfull .wp-block-cover__inner-container {max-width: 1200px;}

        .wp-block-columns.is-layout-flex {gap: 2em !important;}

		.wp-block-cover.has-parallax,
        .wp-block-cover__image-background.has-parallax {background-attachment: fixed !important;}

        .cta {
            background: #ffffff;
            -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
            padding: 20px;
        }

		a.cta.wp-block-tiptip-hyperlink-group-block {
			padding: 0 0 5px 0;
				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
		}
		a:hover.cta.wp-block-tiptip-hyperlink-group-block {box-shadow: 0 0 30px 0 rgba(203, 51, 59, .8);}

		a:hover.cta.ems.wp-block-tiptip-hyperlink-group-block {box-shadow: 0 0 30px 0 rgba(0, 104, 165, .8);}


.cta.locations p:last-of-type {padding: 0px !important}
.cta.locations i {color: #cb333b; font-size: 16px; padding: 0 5px; }
.cta.locations .wp-block-image {margin-bottom: 0px!important;}


	ul.checkmark {
		--icon-space: 1.6em;
		list-style: none;
	}
	ul.checkmark li {padding-left: var(--icon-space);}

	ul.checkmark li:before {
		content: "\f00c"; 
		color: #cb333b;
        font-family: "Font Awesome 6 Pro";
		font-weight: 700;
		display: inline-block;
		margin-left: calc( var(--icon-space) * -1 );
		width: var(--icon-space);
		padding-right: 15px;
	}


/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
	button#menuToggle {display: none;}

	ul.menu {margin: 0; padding: 0px 0 0 0;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		line-height: 90px;
		font-family: "Oswald", sans-serif;
		font-size: 17px;
		font-weight: 700;
		text-transform: uppercase;		
	  	text-align: center;
		padding: 0 12px;
		width: 100%;
		color: #222222;
		text-decoration: none;
        border-top: 3px solid transparent;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.menu li a:hover, ul.menu li.current-menu-item a, ul.menu li a:focus {border-top: 3px solid #cb333b; background: #e9e8e8;}

    ul.menu li.menu-item-has-children a:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 600;
        padding-left: 10px;
        font-size: 14px;
        color: #cb333b;
    }
	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: auto;
		margin: 0;
		padding: 0;
		list-style-type: none;
		white-space: nowrap;
	}

    ul.menu li:hover ul {
        left: 0;
        -webkit-box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
        box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
    }
    ul.menu li:hover ul li {
        float: none;
        width: 100%;
        position: relative;
        z-index: 9999;
    }
    ul.menu li:hover ul li a {
        display: block;
        line-height: 45px;
        font-size: 18px;
        font-weight: 500;
        text-transform: none;
        text-shadow: none;
        text-align: left !important;
        padding: 0 30px 0 10px;
        background: #fff;
        border-top: 3px solid #fff;
        width: 100%;
        color: #191726;
        text-decoration: none;
    }
    ul.menu li:hover ul li a:hover {
        background: #eeeeee;
        border-top: 3px solid #eeeeee;
    }




/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */

.pre-footer {
	margin: -150px 0 50px 0;
	background: #cb333b;
	padding: 30px 0px 1px 40px;
	position: relative;
}
.pre-footer h2 {margin-bottom: 0px !important; font-size: 45px !important;}
.fancybox__container {z-index: 99999 !important;}

		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #222222;
		}		
		#footer {
			height: auto;
			width: 90%;
			margin: 0 auto;
			padding: 75px 0 15px 0;
			background: #222222;
			font-family: "Roboto", sans-serif;
			font-size: 20px;
			line-height: 28px;
			color: #a7a7a7;
		}
		#footer a {color: #ededed; text-decoration: none;}
		#footer a:hover {color: #fff; text-decoration: underline;}

.footer-address {
	display: flex;
	align-items: center;
}

		#footer #logo img {width: auto;}
		#footer b {color: #fff;}
		#footer i {color: #cb333b; font-weight: 700; font-style: normal;}


		#footer hr {
			border: 0; 
			height: 4px; 
			background: #3a3a3a;
			text-align: center;
			line-height: 4px;
			font-size: 26px;
			border-bottom: 0px;
			margin: 30px 0 15px 0;
		}

	        /* Options - Footer Social */
			#footer ul.social-icons {list-style: none; margin: 0 !important; padding: 10px 0;}
			#footer ul.social-icons li {display: inline; padding: 2px 2px 0px 2px; margin: 0 !important;}
			#footer ul.social-icons a i {
				font-size: 22px;
				width: 48px;
				height: 48px;
				line-height: 42px;
                border-radius: 150px;
				text-align: center;
				color: #cb333b;
                background: #222222;
				border: 2px solid #999999;
			}
			#footer ul.social-icons a:hover i {background: #3a3a3a;}
			#footer ul.social-icons li a:hover {opacity: 0.8; text-decoration: none !important;}


			ul.footer-menu {margin: 0;  padding: 10px 0;}
			ul.footer-menu li {list-style: none; position: relative; float: left;}
			ul.footer-menu li:hover {cursor: default;}
			ul.footer-menu li a {
				footer: block;
				line-height: 48px;
				font-size: 18px;
				font-weight: 700;
				text-align: center;
				padding: 0 15px;
				width: 100%;
				color: #fff; 
				text-decoration: none;
					-webkit-transition: all 0.25s ease-in-out;
					-moz-transition: all 0.25s ease-in-out;
					-o-transition: all 0.25s ease-in-out;
					transition: all 0.25s ease-in-out;
				}
			ul.footer-menu li:after {content: '|'; padding: 0 5px;}
			ul.footer-menu li:last-child:after {content: ''; padding: 0px;}
			ul.footer-menu li a:hover, ul.footer-menu li.current-menu-item a, ul.footer-menu li a:focus {background: none; text-decoration: none !important;}


		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: #3a3a3a;
		}	
		#copyright {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 20px 0;
			background: #3a3a3a;
			font-family: "Roboto", sans-serif;  
			font-size: 16px; 
			line-height: 18px; 
			color: #6c6c6c;
		}
		#copyright a {color: #6c6c6c; text-decoration: none;}
		#copyright a:hover {color: #929292; text-decoration: underline;}
				
        #copyright .g50:nth-child(2) {text-align: right !important;}



/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
	
h1:not(.site-title)::before, h2::before{
	background: none !important;
	content: none !important;
	height: 0px !important;
	margin: 0 !important;
	width: 0 !important;
}
	

.hero-slogan {max-width: 1200px; margin: 0 auto;}
.hero-slogan h1 {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 60px;
	line-height: 72px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}


h1, .wp-block-cover h1:not(.has-text-color) {
	color: #222222;
	font-family: "Oswald", sans-serif;
	font-size: 54px;
	line-height: 62px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

h2, .wp-block-cover h2:not(.has-text-color) {
	color: #222222;
	font-family: "Oswald", sans-serif;
	font-size: 48px;
	line-height: 54px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

h3, .wp-block-cover h3:not(.has-text-color) {
	color: #cb333b;
	font-family: "Oswald", sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}


p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr,
hr.is-style-wide {
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: center;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 45px 0;
}

hr.wp-block-separator:not(.is-style-wide) { 
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: left;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 45px 0;
}

	blockquote {	
		border-left: 12px solid #cb333b !important;
		background: #e9e8e8;
		padding: 20px 10px 20px 40px !important;
		hyphens: none;
	}
	blockquote p {padding: 0;}
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}

	a.wp-block-button__link {
		display: inline-block;
		background: #cb333b;
		font-family: "Oswald", sans-serif;
		color: #fff !important;
		font-size: 20px;
		line-height: 22px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 10px 0;
		padding: 25px 30px;
		border-radius: 0px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}	
	a.wp-block-button__link:hover {background: #a62027; color: #ece3e3 !important;}
	a.wp-block-button__link i {font-size: 16px; color: #f2e3e3; padding: 0 5px; vertical-align: top; line-height: 22px;}


	.black a.wp-block-button__link {
		display: inline-block;
		background: #222222;
		font-family: "Oswald", sans-serif;
		color: #fff !important;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 10px 0;
		padding: 25px 35px;
		border-radius: 0px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	.black a.wp-block-button__link:hover {background: #000; color: #dcdcdc !important;}

	.white a.wp-block-button__link {
		display: inline-block;
		background: #fff;
		font-family: "Oswald", sans-serif;
		color: #cb333b !important;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 10px 0;
		padding: 25px 35px;
		border-radius: 0px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	.white a.wp-block-button__link:hover {background: #eee7e7; color: #a61d25 !important;}
	.white a.wp-block-button__link i {color: #cb333b;}



/*	--------------------------------------------------
	:: Find an Account Manager (Rep)
	-------------------------------------------------- */

	#display_reps {
		display: flex !important;
		flex-wrap: wrap;
		height: 100%;
		align-items: normal;
	}

	.rep-profile {
		display: flex;
		width: 31%;
		flex-direction: column;
		justify-content: space-between;
		color: #000;
		text-align: center;
		background: #fff;
		transition: all 0.3s;
		margin: 15px 1%;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
		box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	}
	.rep-profile .rep-padding {padding: 20px;}

	.rep-profile .rep-padding h3 {margin-bottom: 10px;}
	.rep-profile .rep-padding b {font-size: 14px; text-transform: uppercase; display: block; margin-bottom: 20px;}

	.rep-profile i,
	.single-representative i.fa-solid {font-size: 14px; color: #c8c7c7; padding-right: 5px;}

/* Staff only */ 
.page-id-32168 .rep-profile a {font-size: 14px;}
.page-id-32168 .rep-profile figure.rep-padding {margin: 0 !important;}
.page-id-32168 .rep-profile .rep-padding h3 {margin-bottom: 0px !important;}




/*	--------------------------------------------------
	:: Photo Gallery styles
	-------------------------------------------------- */

.gallery-container-album {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}
.gallery-container-album > .gallery-item-album {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
}


.gallery-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}
.gallery-container > .gallery-item {
    flex: 0 0 47%;
    display: flex;
    flex-direction: column;
}

.gallery-item h2 {flex: 1; font-size: 22px; line-height: 30px; font-weight: 700; padding: 0 10px;}
.gallery-item .gallery-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 285px;
    margin-bottom: 15px;
}
.gallery-item img {
    flex-shrink: 0;
    /*min-width: 100%;
    min-height: 100%;*/
}
.gallery-item a.link {margin: 10px 0 0 0; width: 100%; background: #e4e4e5; color: #191726 !important;}
.gallery-item a.link:hover {background: #cececf;}


.gallery-sidebar {background: #e9e8e8;}

	ul.sidebar {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.sidebar li {
		padding: 5px 5px;
		margin: 0;
		font-family: 'Barlow', sans-serif;
	}
	ul.sidebar li:hover {background: #d9d9d9;}


	ul.sidebar li a {
		font-size: 16px;
		color: #191919 !important;
		text-decoration: none !important;
	}


/* ~~~~~~ GALLERY PAGINATION ~~~~~~~~ */
.pagination {text-align: center;}
.pagination_wrapper {
    margin: 10px 0 30px 0;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
.pagination_wrapper .page-numbers {padding: 10px 20px;}
.pagination_wrapper a {text-decoration: none;}
.pagination_wrapper .page-numbers {background-color: #e4eef0; margin: 0 5px}
.pagination_wrapper .current {background-color: #cb333b; color: #fff;}
.pagination_wrapper .prev {margin-right: 8px;}

.pagination_top .pages {display: none; }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	:: Apparatus 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.hidden {display: none !important;}

#search-filter-form-31142 .sf-input-select label,
#search-filter-form-31152 .sf-input-select label, 
#search-filter-form-31142 .sf-field-search label, 
#search-filter-form-31152 .sf-field-search label,
#search-filter-form-31142 li[data-sf-field-input-type="select"] label,
#search-filter-form-31152 li[data-sf-field-input-type="select"] label,
#search-filter-form-31142 li[data-sf-field-input-type="choice"] label,
#search-filter-form-31152 li[data-sf-field-input-type="choice"] label
{width: 100%;}



/* ARCHIVE LIST Styles */

.apparatus_block {
    margin: 0 1% 20px 1%;
    width: 48%;
    display: flex;
    flex-direction: column;
	overflow: hidden;
	float: left;
}
.apparatus_block:nth-child(odd) {clear: both;}

.apparatus_block .apparatus_image {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-height: 230px;
	margin-bottom: 0px;
}
.apparatus_block .apparatus_image img {flex-shrink: 0;}

.results-bar {background: #e9e8e8; padding: 15px; margin: 0 0 10px 0;}

.on_order_block a {color: #fff !important; text-decoration: none;}
.apparatus_on_order_bar {background-color: #cb333b; display: flex; align-items: center;} 
.apparatus_on_order_bar .apparatus_title {background-color: #cb333b; flex: 3; padding: 10px;} 
.apparatus_on_order_bar .apparatus_title span.id-number {color: #cfcfcf; font-style: italic; font-size: 14px;}
.apparatus_on_order_bar .apparatus_link {
	background-color: #2d2d2d;
	flex: 1;
	display: flex;
	align-items: center;
  	justify-content: center;
	font-family: "Oswald", sans-serif;
	color: #fff !important;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100px;
} 
.apparatus_on_order_bar .apparatus_link .view_text {padding: 10px;}


.deliveries_block a {color: #fff !important; text-decoration: none;}
.apparatus_delivery_bar {background-color: #cb333b; display: flex; align-items: center;} 
.apparatus_delivery_bar .apparatus_title {background-color: #cb333b; flex: 3; padding: 10px;} 
.apparatus_delivery_bar .apparatus_title span.id-number {color: #cfcfcf; font-style: italic; font-size: 14px;}
.apparatus_delivery_bar .apparatus_link {
	background-color: #2d2d2d;
	flex: 1;
	display: flex;
	align-items: center;
  	justify-content: center;
	font-family: "Oswald", sans-serif;
	color: #fff !important;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100px;
	
} 
.apparatus_delivery_bar .apparatus_link .view_text {padding: 10px;}
.apparatus_delivery_bar .apparatus_link:hover {background-color: #000;}


/* SINGLE PAGE Styles */

.apparatus_manu_logo img {max-height: 100px; width: auto; } 

.apparatus_location_details {font-size: 22px;}
.apparatus_location_details i {font-size: 18px; color: #d29da0;}
.apparatus_location_details a {color: #fff;}
.apparatus_location_details a:hover {color: #cdcdcd;}

.apparatus_manu_logo {vertical-align: bottom;}
.status-bar {background: #e9e8e8; font-size: 20px; padding: 25px 15px; margin: 10px 0 0 0;}
.apparatus_salesrep_contact {background: #d4d4d4; border-bottom: 6px solid #cb333b; padding: 10px 15px; margin: 0 0 20px 0;}

.apparatus_tool_mounting, .apparatus_custom_graphics { 
	font-size: 120%; 
	font-weight: bold; 
	color: #CB333B;
} 


.responsive-tabs .responsive-tabs__list__item {background: #e9e8e8 !important; color: #7f7f7f !important; padding: 15px !important; border-radius: 6px 6px 0 0 !important;}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover { 
	background: #cb333b !important;
	color: #fff !important;
	padding: 15px !important;
	border-radius: 6px 6px 0 0 !important;
}
.responsive-tabs .responsive-tabs__panel {
	background: #fff; 
	border: 1px solid #e9e8e8 !important; 
	border-top: 1px solid #e9e8e8 !important;
	padding: 15px !important;
}

.single-apparatus .html5_video_players { 
	  display: inline-block !important;
} 



/*	--------------------------------------------------
	:: Table Styles
	-------------------------------------------------- */

	.wp-block-table td {border: 2px solid #e1e1e1 !important;}
.wp-block-table td:first-of-type {font-size: 22px;}



/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */

	/* Homepage & News Page latest posts */

	ul.wp-block-latest-posts__list.is-grid li {
		background: #ffffff;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
		box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
		padding: 20px;
		border-top: 8px solid #cb333b;
	}
	ul.wp-block-latest-posts__list.is-grid li a.wp-block-latest-posts__post-title {
		font-size: 24px !important; 
		line-height: 32px !important; 
		margin-bottom: 15px !important;
		color: #cb333b;
		font-family: "Oswald", sans-serif;
		font-weight: 600;
		margin: 0px;
		padding: 0px;
	}
	ul.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__post-date {color: #7b7b7b; font-size: 14px; font-style: italic;}


	/* Events */
	.mec-event-grid-minimal .mec-event-date {width: 100px !important; min-width: 85px !important;}
	.mec-event-list-minimal .mec-event-date {min-width: 85px !important;}


	h1.entry-title {color: inherit !important; text-shadow: none !important;}
	.entry-date {display: block; font-style: italic; font-size: 18px; color: #7b7b7b; margin-bottom: 5px;}

    .hentry {padding: 0px !important;}
    .entry .entry-header {margin: 0px !important;}
    .entry .entry-content, .entry .entry-summary {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
        max-width: 1040px;
        padding: 0 0px 0 0px !important;
    }
    .widget_search .search-form .search-submit {flex-shrink: 2;}
    .widget_search input {background: #e9e8e8 !important;}
    .widget {
        background: #ffffff;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
		box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        border-radius: 0 0 20px 20px;
        border-top: 10px solid #3a3a3a !important;
        margin: 0 0 24px;
        padding: 10px;
    }
    .widget li {
        padding: 10px 15px;
        background: #e9e8e8;
        margin: 0 0 10px;
        /*font-family: 'Poppins', sans-serif;*/
        line-height: 20px !important;
    }
    .widget li:hover {background: #dadee4;}
    .widget li a {
        color: #cb333b !important;
        text-decoration: underline;
        font-size: 16px !important;
        /*text-transform: uppercase !important;*/
    }


/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div.content > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}



/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */

input, textarea, select {
    border: 0px !important;
	background: #f5f5f5 !important;
	border-bottom: 2px solid #f5f5f5;
    font-family: inherit;
    padding: 10px !important;
	width: 100%;
}
select {padding: 14px !important;}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus, select:focus {
    border: 0px;
	background: #eaeaea !important;
	border-bottom: 2px solid #eaeaea;
    font-family: inherit;
    padding: 10px !important;
}
select:focus {padding: 14px !important;}

.gform_wrapper.gravity-theme .ginput_complex label {padding-top: 0px !important; line-height: 20px !important;}


    .gform_wrapper.gravity-theme .ginput_container_address span {
		flex: 0 0 100%;
	}
	.ginput_complex.ginput_container_address .address_city {
		width: 32% !important;
        margin: 0px 1% 0px 1% !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address .address_state {
		width: 32% !important;
        margin: 0px 1% 0px 0px !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address .address_zip {
		width: 33% !important;
        margin: 0px!important;
		padding: 0 !important;
		display: block;
		float: right;
		flex: unset !important;
	}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cb333b 0%, #cb333b 100%) repeat scroll 0 0 !important;
    border-bottom: 2px solid #e1434b !important;
    color: #fff;
    display: inline-block;
    padding: 20px 30px !important;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
	text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 20px;
    width:auto;
    border-radius: 6px;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a62027 0%, #a62027 100%) repeat scroll 0 0 !important;
    color: #ece3e3 !important;
}






/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1200px) {
	.responsive {width: 1200px !important;}
}

@media screen and (max-width: 1200px) {
    .alignfull .wp-block-cover__inner-container {max-width: 90%;}
    .scrollup {
		width: 20px;
		height: 20px;
		background-size: cover;
		bottom: 115px;
		right: 1%;
	}
}

@media screen and (min-width: 811px) {.opensub {display: none;}} 

@media screen and (max-width: 810px) {
    
	#top-wrapper {border-top: 0px solid #cb333b !important;}
	#top.responsive {width: 100% !important;}
	form.is-search-form.is-form-id-109 {float: none; width: 100%;}
	#top a.rep-locator {float: none !important; display: block; line-height: 40px !important;}
	
	#header-wrapper {padding-top: 10px;}
	#header {width: 100% !important; display: block;}
	#logo img {width: auto;}
	#logo {text-align: center;}
	
	.pre-footer {padding: 20px 25px 1px 25px;}
	.footer-address {display: block;}
	
	#footer ul.social-icons a i {
		font-size: 18px;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	
    #copyright .g50 {width: 100%; float: none!important; text-align: center !important;}
	#copyright .g50:nth-child(2) {text-align: center !important;}

	
	.gallery-container-album {display: block;}
	.gallery-container > .gallery-item {flex: 0 0 45%;}
	
	.product-gallery-item .product-gallery-image {max-height: 110px;}

	.apparatus_block {width: 100%;}
	.apparatus_delivery_bar,
	.apparatus_on_order_bar {display: block;}
	.apparatus_delivery_bar .apparatus_link,
	.apparatus_on_order_bar .apparatus_link {line-height: 50px;}
	.pagination {margin-bottom: 20px;}
	
	/* ********* Mobile Navigation Styles ********** */
	.head-wrap {position: static;}
	.menu-content,
	#top nav.right {display: none;}

	button#menuToggle {
		display: block;
		margin-top: 10px;
		border: 0;
		background: #222222 !important;
		padding: 10px 0 !important;
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 700; 
		border-radius: 0px !important;
		border-bottom: 4px solid #3a3a3a !important;
	}
	button#menuToggle:hover, #menuToggle:focus {background: #222222 !important;}

	.menu-content .right {float: none !important;}
	ul.menu,
	ul.top-menu {background: #2f2f2f;}
	
	ul.menu li,
	ul.top-menu li {float: none; width: 100%;text-align: center; border-bottom: 2px solid #3a3a3a;}
	ul.menu li a,
	ul.top-menu li a {
		color: #fff; 
		line-height: 40px !important;
		border-left: 1px solid transparent !important;
	}
	ul.menu li a:hover,
	ul.menu li.current-menu-item a,
	ul.menu li a:focus,
	ul.sub-menu li.current-menu-item a,
	ul.sub-menu li a:focus {color: #222222; background: #d3d3d3 !important; border-bottom: 0px !important; border-top: 0px !important; font-weight: 700 !important;}
	ul.menu li a::after {content: '' !important;}

	/* submenu */
	ul.sub-menu {display: none; background: #d3d3d3;}
	ul.menu li ul {
		position: static;
		left: 0;
		width: auto;
	}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: static;
		text-align: center !important;
	}
	ul.menu li:hover ul li:hover {text-align: center;}
	ul.sub-menu li a {font-weight: 400 !important;}
	
    ul.menu li .opensub {
        color: #cb333b;
        background: #292929;
        position: absolute;
        right: 0px;
        font-size: 20px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        width: 44px;
        cursor: pointer;
    }    
	
    #content img.alignright {
        display: block;
        margin: 0px auto;   
        float: none;
        width: auto;
        max-width: 100%;
    }
	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
}

@media screen and (max-width: 675px) {
	.responsive {width: 90% !important;}
   
	.hero-slogan h1,
	h1, .wp-block-cover h1:not(.has-text-color) {
		font-size: 50px;
		line-height: 58px;
		margin-bottom: 20px;
	}
	h2, .wp-block-cover h2:not(.has-text-color) {
		font-size: 44px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	
	.gallery-container > .gallery-item {flex: 0 0 100%;}

}

@media screen and (max-width: 480px) {
	    
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

}