/* ========================================================================================== */
/* ===============STOP!====================== STOP! =====================STOP!=============== */
/* ========================================================================================== */
/* Don't edit this file for a client site. Create a child theme and edit that instead! */
/* ========================================================================================== */

/* SASS INSTRUCTIONS */
/* Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/*==============================
TABLE OF CONTENTS
================================
# Base
    - Variables
    - Bootstrap Items
    - Forms
# GLM Amphitheater
# GLM Helper Classes
# Layout
    - Header
    - Navigation
    - Body
    -  - Content
    -  - Sidebar
    -  - Widgets
    - Footer
# Post Types
    - Font Page
    - Blog Home Page
    - Blog Posts
    - Attorney Pages
    - Practice Areas
# Utilities
    - ADA Accessibility
    - Plugins
    - Reset
# Mobile
# Fonts
# UNTOUCHABLES
=============================*/

/*==============================
# Base
================================*/

/* Variables */
:root {
    /* GLM VARIABLES - COLORS */
    --glm-primary-color: #071b2f; /* Dark Blue */
    --glm-primary-alt: #204a60; /* Blue */
    --glm-secondary-color: #b75502; /* Dark Orange */
    --glm-secondary-alt: #f08a33; /* Orange */
    --glm-trinary-color: #acd3e7; /* Light Blue */
    --glm-trinary-alt: #8a9fbd; /* Grey blue */
    --glm-grey: #d3d6d9; /* Grey */
    --glm-offwhite: #f9f9f9; /* Offwhite */
    --glm-primary-transparent: #071b2fbb; /* Change last 2 digits for transparency */
    --glm-scrollbar-track: var(--glm-grey); /* Scrollbar Background */
    --glm-scrollbar-thumb: var(--glm-secondary-alt); /* Scrollbar Mover Background */
	
    /* GLM VARIABLES - FONTS */
    --glm-primary-font: "Fira Sans", sans-serif;
    --glm-secondary-font: "Fira Sans", sans-serif;

	/* GLM VARIABLES - MISC */
    --glm-content-width: 1400px; /* Sets max width of certain elements on desktop */
	--glm-overylay-gradient: linear-gradient(-40deg, rgba(183, 85, 2, 0.7) 0%, rgba(32, 74, 96, 0.7) 17%, rgba(7, 27, 47, 0.7) 53%, rgba(32, 74, 96, 0.7) 86%, rgba(183, 85, 2, 0.7) 100%); /* Placed overtop banner images, etc. */
	--glm-overylay-gradient: linear-gradient(-40deg, rgba(183, 85, 2, 0.7) 0%, rgba(32, 74, 96, 0.7) 17%, rgba(7, 27, 47, 0.7) 53%, rgba(32, 74, 96, 0.7) 86%, rgba(183, 85, 2, 0.7) 100%); /* Placed overtop banner images, etc. */


    /* GLM VARIABLES - NAVIGATION */
    --glm-menu-font-size: 22px;
    --glm-menu-divider-color: var(--glm-trinary-color);
    --glm-menu-a-padding: 22px;
    --glm-menu-a-color: var(--glm-trinary-color);
    --glm-menu-a-hover: #fff;
    --glm-menu-a-bg: transparent;
    --glm-menu-a-hover-bg: transparent;
    --glm-menu-l2-font-size: 15px;
    --glm-menu-l2-a-padding: 15px;
    --glm-menu-l2-a-color: var(--glm-trinary-color);
    --glm-menu-l2-a-hover: #fff;
    --glm-menu-l2-a-bg: var(--glm-primary-alt);
    --glm-menu-l2-a-hover-bg: var(--glm-primary-color);
    --glm-mobile-menu-bg: var(--glm-primary-color);
    --glm-mobile-menu-bg-alt: var(--glm-primary-alt);
    --glm-mobile-menu-a: #fff;
    --glm-mobile-menu-a-alt: var(--glm-secondary-alt);
    --glm-mobile-menu-border: var(--glm-primary-alt);
    --glm-mobile-menu-lines: #fff;
    --glm-mobile-menu-lines-bg: transparent;
    --glm-mobile-menu-sub-icon: url(../assets/images/arrow.svg);
    
	/* BOOTSTRAP VARIABLES - SIZING */
	--bs-gutter-x: 72px;
	--bs-gutter-y: 0;
	
	/* BOOTSTRAP VARIABLES - FONTS */
	--bs-font-sans-serif: "News Cycle", sans-serif;
	--bs-body-font-family: "News Cycle", sans-serif;
	/* --bs-font-monospace: "News Cycle", sans-serif; Only use monospace font here */
	--bs-body-font-size: 18px;
	
	/* BOOTSTRAP VARIABLES - LINKS AND BUTTONS */
	--bs-link-color: var(--glm-secondary-color);
	--bs-link-hover-color: var(--glm-primary-color);
	
	
	/* BOOTSTRAP VARIABLES - UNALTERED */
	/*
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
	*/
}


/* Bootstrap Items */

.container-fluid {
	padding: 0 ;
}

body .container,
body .container-fluid,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl,
body .container-xxl {
	--bs-gutter-x: 72px;
	--bs-gutter-y: 0;
	padding-left: var(--bs-gutter-x);
	padding-right: var(--bs-gutter-x);
}

/* Bootstrap Items - Buttons */
.btn {
	font-family: var(--glm-primary-font);
	background: var(--glm-secondary-color);
	border: 0;
	border-bottom: 4px solid var(--glm-secondary-alt);
	color: #fff;
	border-radius: 0;
	font-size: 26px;
	line-height: 60px;
	padding: 0 60px;
}

.btn:hover {
	background: var(--glm-primary-color);
	border: 0;
	border-bottom: 4px solid var(--glm-secondary-alt);
	color: #fff;
}

.btn2 {
	border: 2px solid var(--glm-trinary-alt);
	padding: 0 65px;
	height: 60px;
	color: #fff;
	font-size: 24px;
	line-height: 56px;
}

.btn2:hover {
	color: #fff;
	background-color: var(--glm-trinary-color);
}

.btn.btn_border {
	border: 2px solid var(--glm-secondary-alt);
}

.carousel-indicators button[data-bs-target] {
	width: 70px;
    height: 3px;
    background: var(--glm-primary-alt);
    padding: 0;
    border: 0;
    opacity: 1;
}

.btn-wrap {
	gap: 3rem;
}

/* Bootstrap Items - Carousels */
.carousel-indicators button[data-bs-target].active {
	background-color: var(--glm-secondary-color);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-image: url(../assets/images/arrow-next.png);
	width: 38px;
	height: 72px;
}

.carousel-control-prev-icon {
	transform: rotate(180deg);
}

/* Bootstrap Items - Accordions */
.accordion .accordion-item {
	border-radius: 0;
}

.accordion .accordion-item .accordion-header button.accordion-button {
	background-color: var(--glm-primary-color);
	color: #fff;
	border-radius: 0 !important;
	padding: 38px 20px 30px;
}

.accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
	background-color: #fff;
	color: inherit;
}

.accordion .accordion-item .accordion-header button.accordion-button:after {
	background-image: url(../assets/images/faq-arrow.png);
	width: 15px;
	height: 15px;
	background-size: cover;
	margin-bottom: -25px;
}

.accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed):after {
	background-image: url(../assets/images/faq-arrow.png);
	display: none;
}
/* Bootstrap Items - Stretched Accordions */

.glm-accordion-stretch .accordion-item {
    margin-left: 85px;
}

.glm-accordion-stretch .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
    width: calc(100% + 85px);
    position: relative;
    transform: translateX(-85px);
}

.glm-accordion-stretch .accordion-item .accordion-body.sandal-content {
    width: calc(100% + 85px);
    background-color: #fff;
    transform: translateX(-85px);
}

.glm-accordion-stretch .accordion-item,
.glm-accordion-stretch .accordion-item .accordion-header button.accordion-button,
.glm-accordion-stretch .accordion-item .accordion-collapse,
.glm-accordion-stretch .accordion-item .accordion-body.sandal-content {
    transition: all 0s !important;
}

/* Forms */

.wpcf7 form {
	display: flex;
	flex-wrap: wrap;
}

.wpcf7 .form-group {
	margin-bottom: 20px;
	max-width: 490px;
	width: 33.33%;
	padding: 0 8px;
}

.wpcf7 input:not(.btn) {
	font-size: 18px;
	height: 50px;
	width: 100%;
	border: none;
	color: #444444;
	background-color: #ffffff;
	padding: 0 15px;
	border-radius: 0;
	font-weight: 300;
}

.wpcf7 .form-group textarea {
	height: 147px;
	min-height: calc(1.9em + (0.75rem + 2px));
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	overflow: hidden;
	resize: none;
}

.wpcf7 .form-group.full {
	width: 100%;
	max-width: 100%;
}

.wpcf7 .form-group.last {
	width: 100%;
	max-width: 100%;
	text-align: right;
	margin-bottom: 0;
}

.wpcf7 .form-group input.btn {
	max-width: 100%;
}

footer .glm-contact-form  :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1) {
	color: #FFFFFF;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 .wpcf7-response-output {
	color: #fff;
    background-color: var(--glm-primary-color);
    border: 2px solid var(--glm-secondary-color);
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {

	.wpcf7 .form-group {
		width: 100%;
		max-width: 100%;
	}

	.wpcf7 .form-group.last {
		width: 100%;
		max-width: 100%;
	}

	.wpcf7 .form-group input.btn {
		width: 100%;
		display: block;
	}

}

/* Headings */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-family: var(--glm-secondary-font);
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	color: var(--glm-primary-color);
}

h1, .h1 {
	font-size: 60px;
	letter-spacing: -1px;
}

h2, .h2 {
	font-size: 48px;
}

.content :is(h2,.h2),
.header-content:is(h2,.h2) {
	margin-bottom: 30px;
	font-size: 34px;
	line-height: 1.55;
	color: var(--glm-secondary-color);
}

h3, .h3 {
	font-family: var(--glm-primary-font);
	color: var(--glm-secondary-color);
	font-size: 22px;
}

.glm-bg-image-container > div :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1),
.text-white > div :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1) {
	/* White headings when bg image or text-white class on parent */
	color: #fff;
}

/* Heading Decoration Line */

:is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1).glm-underline {
	position: relative;
	padding-bottom: 40px;
}

:is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1).glm-underline:before {
	width: 105px;
	height: 6px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	content: "";
	transform: translateX(-50%);
	background-color: var(--glm-grey);
}

:is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1).glm-underline-dark:before {
	/* Dark Underline */
	background-color: var(--glm-secondary-alt);
}

:is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1).glm-underline-left:before {
	transform: none;
	left: 0;
}


/*==============================
# GLM Amphitheater
================================*/

/* GLM Plugin Items - Social Icons */
ul.glm-socialicons {
	--glm-socialicon-size: 70px;
    --glm-socialicon-padding: 30px;
	display: flex;
	gap: 10px;
    justify-content: center;
}

ul.glm-socialicons li.glm-socialicons-item {
	list-style: none;
    width: var(--glm-socialicon-size);
	height: var(--glm-socialicon-size);
}

ul.glm-socialicons li.glm-socialicons-item a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--glm-primary-alt);
    padding: calc(0.5 * var(--glm-socialicon-padding));
}

ul.glm-socialicons li.glm-socialicons-item a:hover {
	background-color: var(--glm-primary-color);
}

ul.glm-socialicons span.glm-socialicons-img {
	width: 100%;
	height: 100%;
	background-color: var(--glm-primary-color);
	display: block;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
    mask-position: center center;
    -webkit-mask-position: center center;
}

ul.glm-socialicons a:hover span.glm-socialicons-img {
	background-color: var(--glm-secondary-color);
}

/* GLM Plugin Items - Posts Shortcode */
img.glm-post-thumbnail {
	width: auto;
	padding: 0;
}


/*==============================
# GLM Helper Classes
================================*/

/* GLM Helper Classes */
.glm-overlay-gradient::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--glm-overylay-gradient);
	z-index: 2;
	position: absolute;
}

.glm-bg-grey:not(.glm-bg-half) {
	background-color: var(--glm-grey);
}

.glm-bg-offwhite {
	background-color: var(--glm-offwhite);
}

.glm-link-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.glm-bg-half:before {
    content: "";
    position: absolute;
    background-color: var(--glm-grey);
    width: 100%;
    height: 100%;
    max-height: 40%;
    left: 0;
    top: 0;
    z-index: -1;
}

.glm-bg-half div.glm-helmet-content-wrapper {
    background-color: #fff;
    padding: 120px;
}

/* GLM Helper Classes - Horizontal Text Menus */
.glm-menu-horizontal {
	list-style: none;
	margin: 0;
}

.glm-menu-horizontal li {
	padding: 0 28px;
	margin-bottom: 15px;
	position: relative;
	line-height: 1.25;
}

.glm-menu-horizontal li:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: var(--glm-grey);
	width: 2px;
	height: 100%;
}

.glm-menu-horizontal  li a {
	color: var(--glm-secondary-color);
	border-bottom: 1px solid var(--glm-secondary-color);
	font-weight: bold;
	line-height: 1.25;
}

.glm-menu-horizontal  li a:hover {
	color: var(--glm-primary-alt);
}

/* GLM Helper Classes - Text colors */

.glm-color-primary {
	color: var(--glm-primary-color) !important;
}

.glm-color-primary-alt {
	color: var(--glm-primary-alt) !important;
}

.glm-color-secondary {
	color: var(--glm-secondary-color) !important;
}

.glm-color-secondary-alt {
	color: var(--glm-secondary-alt) !important;
}

.glm-color-trinary {
	color: var(--glm-trinary-color) !important;
}

.glm-color-trinary-alt {
	color: var(--glm-trinanry-alt) !important;
}


/* GLM Helper Classes - Horizontal Dark Variation */


.glm-menu-horizontal.glm-menu-dark li:not(:first-child):before {
	background-color: var(--glm-primary-alt);
}

.glm-menu-horizontal.glm-menu-dark li a {
	color: var(--glm-primary-alt);
	border: 0;
}

.glm-menu-horizontal.glm-menu-dark li a:hover {
	color: var(--glm-secondary-color);
}

/* GLM Helper Classes - Horizontal Menu Footer */

footer .glm-menu-horizontal li a {
	padding: 0 18px;
	font-size: 15px;
	font-weight: normal;
}

/* GLM Helper Classes - Column Text Menus */
.glm-menu-columns li {
	list-style: none;
	text-align: left;
}

/* GLM Helper Classes - Chat Bubble Layout */

.glm-bubble-aside {
	position: relative;
	margin: 100px 0;
	align-items: center;
}

.glm-bubble-aside > div:first-child {
	margin-right: auto;
	text-align: center;
}

.glm-bubble-aside > div:last-child {
	margin-left: auto;
	text-align: right;
}

.glm-bubble-under > img {
	height: 100%;
	width: auto;
}

.glm-bubble-over {
	height: fit-content;
	background-image: url(../assets/images/bg_texture_01.jpg);
	background-size: cover;
	padding: 50px 60px;
	color: #fff;
}

.glm-bubble-over :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1) {
	color: #fff;
	font-size: 34px;
}

.glm-bubble-over-text {
	text-align: center;
}

.glm-bubble-under-text {
	background-color: #fff;
}

.glm-bubble-aside > div:first-child .glm-bubble-under-text {
	margin-right: auto;
	padding: 90px 15% 70px 7%;
}

.glm-bubble-aside > div:last-child .glm-bubble-under-text {
	margin-left: auto;
	padding: 90px 7% 70px 15%;
}

.glm-bubble-over-text .glm-menu-columns a {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

.glm-bubble-over-text .glm-menu-columns a:hover {
	color: var(--glm-secondary-color);
}

@media screen and (min-width: 992px) {
	
	.glm-bubble-aside > div:first-child {
		text-align: left;
	}

	.glm-bubble-under {
		position: absolute;
		z-index: -1;
		height: 150%;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		overflow: hidden;
	}

	.glm-bubble-under-text {
		height: 100%;
		width: 40%;
		margin-left: auto;
		background-color: #fff;
		padding: 90px 7% 70px 15%;
		box-sizing: content-box;
		text-align: left;
	}

}

/* GLM Helper Classes - Dropdown Select Menu */
.glm-menu-select {
	background-color: var(--glm-primary-alt);
	padding: 0 24px;
	font-size: 15px;
	color: var(--glm-primary-color);
	letter-spacing: 2px;
	height: 48px;
	border: 0;
	text-transform: uppercase;
	width: 412px;
	max-width: 100%;
	font-family: "News Cycle", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	outline: none !important;
	box-shadow: none !important;
	background-image: url(../assets/images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	max-width: 100%;
}


/* GLM Helper Classes - Horizontal Logo Section */
.glm-logo-list {
	margin-bottom: 0;
	padding: 0;
}

.glm-logo-list li:first-child {
	border-left: 0;
}

.glm-logo-list li {
	padding: 45px;
	color: var(--glm-primary-color);
	border: 2px solid #fff;
}

.glm-logo-list li :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1) {
	font-size: 20px;
	font-family: var(--glm-secondary-font);
	color: var(--glm-primary-color);
}

.glm-logo-list li :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1) sup {
	font-size: 30px;
	top: -0.9em;
}

.glm-logo-list li :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1) span {
	font-size: 60px;
}

.glm-logo-wrap {
	text-align: center;
}

.glm-logo-line {
	background-color: var(--glm-secondary-color);
	width: 80px;
	height: 5px;
	margin: 0 auto 25px;
	display: block;
}

.glm-logo-list li p {
	line-height: 1.25;
	font-weight: bold;
	margin: 0;
	letter-spacing: 2px;
}

@media screen and (min-width: 992px) {
	/* Desktop */
	.glm-logo-list li {
		border: 0;
		border-left: 2px solid #fff;
	}
}

/* GLM Helper Classes - 2 Column Button Area */

.glm-button-columns .glm-button-columns-links {
	background-color: var(--glm-primary-alt);
	position: relative;
}

/* GLM Helper Classes - Image Buttons Grid */

.glm-icon-grid li {
	padding: 25px 35px;
	list-style: none;
}

.glm-icon-wrapper {
	position: relative;
	width: 210px;
	height: 210px;
	border: 4px solid var(--glm-primary-alt);
	transition: all 0.3s;
}

.glm-icon-wrapper:hover {
	border: 2px solid var(--glm-trinary-color);
	background-color: var(--glm-trinary-color);
}

.glm-icon-wrapper .glm-icon-box {
	width: 110px;
	height: 110px;
	margin: 0 auto 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.glm-icon-wrapper p {
	width: 100%;
	max-width: 100%;
	text-align: center;
	color: #fff;
	margin: 0;
	text-transform: capitalize;
}

/* GLM Helper Classes - Testimonial Slider */
.client-slide {
	padding: 20px 35px 0;
}

.client-slide .client-slidein {
	padding: 15px 45px 55px 15px;
    position: relative;
    z-index: 2;
    background-color: var(--glm-primary-color);
    border: 1px solid var(--glm-primary-alt);
}

.client-slide .client-slidein:before {
	content: "";
    position: absolute;
    z-index: -1;
    left: -20px;
    top: -20px;
    height: 100%;
    width: 100%;
    display: block;
    background-color: var(--glm-primary-alt);
}

.client-slide .client-slidein .slide_qoute {
	width: 37px;
    margin: 0 auto 45px;
    display: block;
}

.client-slide .client-slidein p {
	font-size: 18px;
}

section.testimonial-carousel .carousel-indicators {
	bottom: -70px;
}

/* GLM Helper Classes - Attorney Slider */
section.attorney-slider .glm-sandal-content {
	margin: auto;
}

section.attorney-slider .glm-sandal-content .attorney-img {
	max-width: 250px;
	height: auto;
	margin-bottom: -38px;
}

section.attorney-slider .glm-sandal-content .attorney-txt {
	background-color: var(--glm-primary-alt);
	color: #fff;
}

section.attorney-slider .glm-sandal-content .attorney-txt .attroney-in {
	padding: 60px 25px 50px;
}

section.attorney-slider .glm-sandal-content .attorney-txt .attroney-in :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1) {
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
	font-family: var(--glm-primary-font);
}

section.attorney-slider .glm-sandal-content .attorney-txt .attroney-in :is(h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1) strong {
	display: block;
}

section.attorney-slider .glm-sandal-content .attorney-txt .attroney-in p {
	margin-bottom: 0;
}

section.attorney-slider .glm-sandal-content .attorney-txt .attroney-btn {
	border: 1px solid #fff;
}

section.attorney-slider .glm-sandal-content .attorney-txt .attroney-btn a {
	height: 70px;
	color: var(--glm-grey);
	background-color: var(--glm-primary-color);
}

section.attorney-slider .glm-sandal-content .attorney-txt .attroney-btn a:hover {
	background-color: var(--glm-primary-alt);
}
@media (max-width: 991px) {
	section.attorney-slider .glm-sandal-content .attorney-img {
		margin: 0 auto -38px;
	}

	section.attorney-slider .glm-sandal-content .attorney-txt {
		text-align: center;
	}
}

/* GLM Helper Classes - Multi Slider */

.glm-sandal-multislider-wrapper .carousel-inner .carousel-item {
	transition: transform .2s ease-in-out !important;
	gap: 60px;
}

@media (max-width: 991px) {
    .glm-sandal-multislider-wrapper .carousel-inner .carousel-item > div {
        display: none;
    }
    .glm-sandal-multislider-wrapper .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.glm-sandal-multislider-wrapper .carousel-inner .carousel-item.active,
.glm-sandal-multislider-wrapper .carousel-inner .carousel-item-next,
.glm-sandal-multislider-wrapper .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 992px) {
	
	.glm-sandal-multislider-wrapper .carousel-inner .carousel-item-end.active,
    .glm-sandal-multislider-wrapper .carousel-inner .carousel-item-next {
		transform: translateX(25%);
    }
    
    .glm-sandal-multislider-wrapper .carousel-inner .carousel-item-start.active, 
    .glm-sandal-multislider-wrapper .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
    }
}

.glm-sandal-multislider-wrapper .carousel-inner .carousel-item-end,
.glm-sandal-multislider-wrapper .carousel-inner .carousel-item-start { 
	transform: translateX(0);
}

@media (min-width: 1600px) {
	.glm-sandal-multislider-wrapper button.carousel-control-prev {
		left: -210px;
	}
	
	.glm-sandal-multislider-wrapper button.carousel-control-next {
		right: -210px;
	}
}

/* GLM Helper Classes - Horizontal Scroll Section */

@media screen and (min-width: 992px) {
	
	.glm-scroller-x >  * {
		overflow-x: auto;
		flex-wrap: nowrap;
		scrollbar-gutter: stable;
	}

	.glm-scroller-y {
		overflow-y: auto;
		max-height: 350px;
	}
	
}

/* GLM Helper Classes - Scroll Section Colors (Chrome and Webkit) */
:is(.glm-scroller-x,.glm-scroller-y) >  *::-webkit-scrollbar {
	height: 7px;
}

.glm-scroller-y::-webkit-scrollbar {
	width: 7px;
}

:is(.glm-scroller-x,.glm-scroller-y) > *::-webkit-scrollbar-thumb,
.glm-scroller-y::-webkit-scrollbar-thumb {
	background-color: var(--glm-scrollbar-thumb);
}

.glm-scroller-x > *::-webkit-scrollbar-track {
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, var(--glm-scrollbar-track) 50%, rgba(255,255,255,0) 62%, rgba(255,255,255,0) 100%);
}

.glm-scroller-y::-webkit-scrollbar-track {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, var(--glm-scrollbar-track) 50%, rgba(255,255,255,0) 62%, rgba(255,255,255,0) 100%);
}

/* GLM Helper Classes - Scroll Section Colors (Firefox) */
:is(.glm-scroller-x,.glm-scroller-y) > *,
.glm-scroller-y > * {
	scrollbar-color: var(--glm-scrollbar-thumb) var(--glm-scrollbar-track);
    scrollbar-width: thin;
}

/* GLM Helper Classes - Read more / read less button */

.glm-read-more-button.collapsed:after  {
	content: '[ + Read More ]';
}

.glm-read-more-button:not(.collapsed):after {
	content: '[ - Read Less ]';
}

/* GLM Helper Classes - Video Block */

.glm-vid-block {
	position: relative;
	width: fit-content;
	margin: auto;
}

.glm-play-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--glm-primary-transparent);
	background-image: url(../assets/images/play-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
}

/* Helmet Pages */
body.page-template-glm-template-helmets main#main.container {
	padding: 0 !important;
	margin-top: 0 !important;
	width: 100%;
	max-width: unset;
}

.glm-helmet-content-wrapper img {
    max-width: 100%;
}

section.glm-helmet-wrapper {
	width: 100%;
}

/* Banner Images */
img.glm-bg-image {
    display: block;
    position: absolute;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.glm-bg-image-container {
	display: flex;
    position: relative;
    overflow: hidden;
	flex-direction: column;
	justify-content: center;
	padding-top: 300px;
	padding-bottom: 100px;
	position: relative;
}

.glm-bg-image-container > div {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

section.glm-bg-image-container p {
	font-size: var(--glm-menu-font-size);
	color: var(--glm-trinary-color);
	line-height: 1.65;
}

section.glm-bg-image-container .glm-underline,
body.home section.glm-bg-image-container h1 {
	/* Homepage Banner */
	position: relative;
	padding-bottom: 40px;
}

section.glm-bg-image-container .glm-underline:before,
body.home section.glm-bg-image-container h1:before {
	/* Homepage Banner */
	width: 105px;
	height: 6px;
	position: absolute;
	left: 0;
	transform: none;
	bottom: 0;
	content: "";
	background-color: var(--glm-trinary-color);
}

body.home section.glm-bg-image-container {
	/* Homepage Banner */
	height: 845px;
	padding-bottom: 0;
}

body.home section.glm-bg-image-container {
	height: 845px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 300px;
	position: relative;
}

body.home section.glm-bg-image-container {
	/* Homepage Banner */
	height: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 200px;
	padding-bottom: 50px;
	position: relative;
}

@media screen and (min-width: 992px) {
	/* Desktop */
	section.glm-bg-image-container p {
		max-width: 50%;
	}

	body.home section.glm-bg-image-container {
		height: 845px;
		padding-top: 300px;
		padding-bottom: unset;
	}
}

/*==============================
# Layout
================================*/

/* Header */

nav#header {
	background-color: var(--glm-primary-transparent);
	padding: 30px 0;
	transition: all 0.3s;
	width: 100vw;
}

nav#header.scroll {
	background-color: var(--glm-primary-color);
	padding: 15px 0;
}

nav#header div#header-inner {
	flex-wrap: nowrap;
	position: relative;
}

nav#header .navbar-brand {
	/* Logo */
	flex-shrink: 2;
}


@media screen and (min-width: 992px) {
	/* Desktop */
	.mobile-only { display:none; }
	
	nav#header.scroll .navbar-brand img {
		height: auto;
		max-height: 100px;
	}

	nav#header .navbar-brand img {
		/* Logo */
		height: auto;
		width: 100%;
		max-width: fit-content;
		transition: all 0.3s;
	}
	
}

@media screen and (max-width: 992px) {

	/* Mobile */

	.mobile-only { display:inline-block; }
	
	nav#header div#header-inner {
		flex-wrap: nowrap;
		padding: 0 calc(var(--bs-gutter-x) * 0.25);
	}

	nav#header .navbar-brand img {
		max-height: 100px;
		height: 100%;
		width: auto;
		max-width: 100%;
	}

}

/* Navigation */

ul#glm-nav-menu {
	list-style: none !important;
}

button#glm-mobile-navbar-toggler {
	display: block;
	position: relative;
	flex-shrink: 0;
	background-color: var(--glm-mobile-menu-lines-bg);
	border-radius: 0;
	box-shadow: none;
	z-index: 999;
}

button#glm-mobile-navbar-toggler span.glm-menulines, 
button#glm-mobile-navbar-toggler span.glm-menulines::before,
button#glm-mobile-navbar-toggler span.glm-menulines::after {
    content: "";
    position: relative;
    display: block;
    height: 5px;
    width: 57px;
    border-radius: 0;
    background: var(--glm-mobile-menu-lines);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

button#glm-mobile-navbar-toggler span.glm-menulines::before {
    top: -13px;
    position: absolute;
}

button#glm-mobile-navbar-toggler span.glm-menulines::after {
    top: 13px;
    position: absolute;
}

button#glm-mobile-navbar-toggler:not(.collapsed) span.glm-menulines {
    background: transparent;
}

button#glm-mobile-navbar-toggler:not(.collapsed) span.glm-menulines::before {
    top: 0;
    transform: rotate(45deg);
}

button#glm-mobile-navbar-toggler:not(.collapsed) span.glm-menulines::after {
    top: 0;
    transform: rotate(-45deg);
}

/* Navigation - Media Queries */

@media screen and (min-width: 992px) {

    /* DESKTOP NAVIGATION - LEVEL 1 */

    button#glm-mobile-navbar-toggler {
        display: none;
    }

    ul#glm-nav-menu {
        display: flex;
		width: fit-content;
		justify-content: end;
        align-items: center;
		flex-grow: 1;
		flex-shrink: 0;
    }

    ul#glm-nav-menu li {
        padding: 0;
        position: unset;
    }

	ul#glm-nav-menu li.dropdown-toggle-back {
		display: none;
	}

	div.glm-menu-container {
		flex-shrink: 0;
	}

    ul#glm-nav-menu li a {
        display: block;
        position: relative;
        padding: var(--glm-menu-a-padding);
        font-size: var(--glm-menu-font-size);
        color: var(--glm-menu-a-color);
        background-color: var(--glm-menu-a-bg);
    }

	ul#glm-nav-menu > li:last-child > a {
		padding-right: 0;
	}

	ul#glm-nav-menu > li > a::before {
		content: "";
		position: absolute;
		height: 4px;
		width: 88%;
		bottom: 8px;
		left: 50%;
		background-color: var(--glm-secondary-color);
		transform: translateX(-50%);
		opacity: 0;
	}

	ul#glm-nav-menu > li > a:hover::before {
		position: relative;
	}

    ul#glm-nav-menu li > a:hover {
        color: var(--glm-menu-a-hover);
        background-color: var(--glm-menu-a-hover-bg);
    }

	ul#glm-nav-menu li.glm-nav-phone a {
		color: #fff;
		font-family: var(--glm-secondary-font);
		font-size: 32px;
		line-height: 10px;
		text-decoration: none;
	}

	ul#glm-nav-menu li.glm-nav-phone a:hover {
		color: var(--glm-menu-a-color);
	}

	ul#glm-nav-menu li.glm-nav-phone {
		border-left: 1px solid var(--glm-trinary-color);
	}
    
    /* DESKTOP NAVIGATION - LEVEL 2 */

    ul#glm-nav-menu li .dropdown-menu {
        display: block;
        background-color: unset;
        color: unset;
        padding: 0;
        border: 1px solid var(--glm-menu-divider-color);
		border-radius: 0;
        margin: unset;
        transform: translateY(50px);
        opacity: 0;
        max-width: 350px;
        width: 100%;
        transition: 350ms all;
        pointer-events: none;
    }

    ul#glm-nav-menu li:hover > .dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    ul#glm-nav-menu > li > ul.dropdown-menu > li {
        border-bottom: 1px solid var(--glm-menu-divider-color);
    }

    ul#glm-nav-menu > li > ul.dropdown-menu > li > a {
        display: block;
		font-size: var(--glm-menu-l2-font-size);
        padding: var(--glm-menu-l2-a-padding);
        color: var(--glm-menu-l2-a-color);
        background-color: var(--glm-menu-l2-a-bg);
    }

    ul#glm-nav-menu > li > ul.dropdown-menu > li > a:hover {
        color: var(--glm-menu-l2-a-hover);
        background-color: var(--glm-menu-l2-a-hover-bg);
    }
    
    /* DESKTOP NAVIGATION - LEVEL 3 */
    
    ul#glm-nav-menu ul.dropdown-menu ul.dropdown-menu {
		left: calc(5 * var(--glm-menu-l2-a-padding));
		top: unset;
		background: transparent;
	}
	
	ul#glm-nav-menu ul.dropdown-menu ul.dropdown-menu li a {
		font-size: calc(0.9 * var(--glm-menu-l2-font-size));
        padding: calc(0.9 * var(--glm-menu-l2-a-padding));
		background-color: var(--glm-menu-l2-a-hover-bg);
		color: var(--glm-menu-l2-a-hover);
	}
	
	ul#glm-nav-menu ul.dropdown-menu ul.dropdown-menu li a:hover {
		background-color: var(--glm-menu-l2-a-bg);
		color: var(--glm-menu-l2-a-color);
	}
	
}


@media screen and (min-width: 992px) and (max-width: 1400px) {
	/* Tablet NAVIGATION */
	
	ul#glm-nav-menu li.glm-nav-phone {
		border: 0;
	}

	ul#glm-nav-menu li a {
		padding: calc(0.5 * var(--glm-menu-a-padding));
		font-size: calc(0.8 * var(--glm-menu-font-size));
	}
	
	ul#glm-nav-menu li.glm-nav-phone a {
		line-height: initial;
		font-size: calc(1.25 * var(--glm-menu-font-size));
		padding: initial;
		padding-left: calc(1.5 * var(--glm-menu-a-padding));
	}
	
}

@media screen and (max-width: 991px) {

	/* Mobile Navigation */
	
	div#glm-menu-container {
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}

    ul#glm-nav-menu {
		position: fixed;
		display: block;
		overflow: hidden;
		width: 99.9%;
		height: 0 !important;
		background-color: var(--glm-primary-transparent);
		z-index: 999;
		transition: 350ms height;
		position: absolute;
		top: calc(100% + 30px); /* Adjust based on header padding */
		padding: 0;
		left: 0;
	}

	nav#header.scroll ul#glm-nav-menu {
		background-color: var(--glm-mobile-menu-bg);
		top: calc(100% + 15px); /* Adjust based on header padding */
	}

    ul#glm-nav-menu.show {
        height: 100vh !important;
    }

    ul#glm-nav-menu li {
        position: unset;
        border-bottom: 1px solid var(--glm-mobile-menu-border);
    }

    ul#glm-nav-menu li a {
        display: block;
        position: relative;
        color: var(--glm-mobile-menu-a);
		padding: var(--glm-menu-l2-a-padding);
    }

    ul#glm-nav-menu li.current-menu-item a, 
    ul#glm-nav-menu li a:hover {
        color: var(--glm-mobile-menu-a-alt);
        background-color: inherit;
    }

    ul#glm-nav-menu li a.dropdown-toggle:not(.dropdown-toggle-back)::after {
        background-color: var(--glm-mobile-menu-bg-alt);
        background-image: var(--glm-mobile-menu-sub-icon);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 8px;
        width: 30px;
        border: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    ul#glm-nav-menu li ul.dropdown-menu {
        display: block !important;
        position: absolute;
        width: 100vw;
        height: 100vh;
        inset: 0 auto 0 100vw;
        margin: 0;
        padding: 0;
        border-radius: 0;
        z-index: 999;
        transition: 1s all;
        background-color: var(--glm-mobile-menu-bg);
        transform: none !important;
    }

    ul#glm-nav-menu li ul.dropdown-menu.show {
        inset: 0 auto 0 0;
    }

    ul#glm-nav-menu li ul.dropdown-menu .dropdown-toggle-back:first-child {
        display: block;
        padding-left: 35px;
        border-bottom: 1px solid var(--glm-mobile-menu-border);
        position: relative;
    }
	
    ul#glm-nav-menu li.dropdown-toggle-back:not(:first-child) {
	display: none !important;
    }

    ul#glm-nav-menu li ul.dropdown-menu .dropdown-toggle-back:after {
        display: none;
    }

    ul#glm-nav-menu li ul.dropdown-menu .dropdown-toggle-back::before {
        content: "";
        background-color: var(--glm-mobile-menu-bg-alt);
        background-image: var(--glm-mobile-menu-sub-icon);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 8px;
        width: 30px;
        border: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        transform: rotate(180deg);
    }

}

/* Body */

body {
	font-family: var(--glm-primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
    color: #000;
}

body:not(.home) {
	background-color: var(--glm-offwhite);
}

main#main {
	overflow-x: clip;
	margin: 0;
	padding: 0;
}

/* Body - Content */

div#inner-container {
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 100px;
}

div#content-left {
	padding: var(--bs-gutter-x);
	background-color: #fff;
}

div#content-left.content-left-archive {
	background-color: transparent;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
	div#inner-container {
		padding: 0;
		margin: 0;
	}
}

/* Body - Sidebar */

/* Body - Widgets */

div#sidebar .glm-overlay-gradient {
	position: relative;
	color: #fff;
	background-color: var(--glm-primary-color);
}

div#sidebar .glm-overlay-gradient::before {
	z-index: 0;
	transform: scaleY(-100%);
}

div#sidebar .glm-overlay-gradient > * {
	position: relative;
}

.widget-inner {
	padding: calc(0.5 * var(--bs-gutter-x));
}

div#sidebar .wpcf7 .form-group,
div#sidebar .wpcf7 .form-group input.btn {
	width: 100%;
}

/* Footer */

#footer .widget {
	max-width: 100%;
}

@media screen and (min-width: 992px) {

	#footer .widget {
		max-width: 800px;
	}

}

/* Footer - Top */

div#footer-top {
	position: relative;
	overflow: hidden;
	background: var(--glm-primary-color);
	background: linear-gradient(to bottom, rgb(7, 27, 47) 0%, rgb(7, 27, 47) 72%, rgb(32, 73, 96) 100%);
	padding: 100px 0 90px;
	color: white;
}

.contact_info {
	max-width: 450px;
	text-align: center;
}

.contact_info li {
	list-style: none;
}

.footer_logo {
	margin-bottom: 80px;
	position: relative;
	text-align: center;
}

.footer_logo img {
    max-width: 100%;
}

.ftraddress {
	width: 100%;
	margin-bottom: 30px;
}

.ftraddress ul li {
	text-align: center;
	font-size: 36px;
	color: #FFFFFF;
	font-family: var(--glm-secondary-font);
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1;
	position: relative;
}

.footer-address ul li {
	color: var(--glm-trinary-color);
	font-family: var(--glm-primary-font);
	line-height: 1.5;
	font-size: 20px;
}

a.footer-phone {
	color: white;
	text-decoration: none;
}

a.footer-phone:hover {
	color: var(--glm-secondary-color);
	text-decoration: none;
}

/* Footer - Middle */

div#footer-middle {
	background: var(--glm-primary-color);
	border-bottom: 1px solid var(--glm-primary-alt);
	padding: 11px 0;
}

/* Footer - Bottom */

div#footer-bottom {
	background: var(--glm-primary-color);
	padding: 11px 0;
}



/*==============================
# Post Types
================================*/

/* Front Page */

/* Blog Home Page */

/* Blog Posts */

.post-thumbnail {
	display: inline;
	float: left;
	width: auto !important;
	margin: 0 1rem 1rem 0;
}

article footer {
	clear: both;
}

/* Attorney Pages */

/* Practice Areas */

/*==============================
# Utilities
================================*/

/* ADA Accessibility */

.hidelabel {
  display: none;
}

/* CLS Fix - Use with script in gladiator-scripts.js */

.glm-cls-fix {
    visibility: hidden !important;
    display: none !important;
}

/* Breadcrumbs */

ul#glm-breadcrumb {
	display: flex;
	margin-bottom: 2rem;
	padding: unset;
	font-size: 1.25rem;
	font-weight: bold;
}

ul#glm-breadcrumb li {
	padding: unset;
}

ul#glm-breadcrumb li:before {
	display: none;
}

ul#glm-breadcrumb li.seperator {
	padding: 0 1rem;
	color: var(--glm-primary-color);
}

/* Plugins */

/* Reset */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*==============================
# Mobile
================================*/

/* Remove min-width from mobile queries if styles should apply to all mobile devices of that size and smaller */

/* Bootstrap Large - lg
@media screen and (min-width: 1200px) {} */

/* Bootstrap Medium - md
@media screen and (min-width: 992px) and (max-width: 1199px) {} */

/* Bootstrap Small - sm
@media screen and (min-width: 768px) and (max-width: 991px) {} */

/* Bootstrap Extra Small - xs
@media screen and (max-width: 767px) {} */

/*==============================
# Fonts
================================*/

/* When localizing Google Fonts set font-display: to optional or swap and preload in header.php */


/*==============================
# Kantor CSS
================================*/


