/*!
Theme Name: Sevenloft Core
Theme URI: https://www.sevenloft.gr/
Author: Sevenloft
Author URI: https://www.sevenloft.gr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sevenloft-core
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

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

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

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-bottom: 1.5em;
}*/

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}


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

figure {
    margin: 1em 0;
}

table, th, td {
    border: 1px solid;
}

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

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

a:visited {
    color: #800080;
}

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

a:focus {
    outline: thin dotted;
}

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

.btn.btn-grey.allow_all_btn.cs_action_btn {
    background-color: #671724 !important;
}

.cs_setting_save_button.btn.btn-grey.cs_action_btn {
    background-color: #2B2E34 !important;
}

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

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

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

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

    .menu-toggle {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

    /*rtl:ignore*/
    float: left;

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

.alignright {

    /*rtl:ignore*/
    float: right;

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

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


/* Topbar */
#topbar {
    background: #000;
    height: 31px;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

#topbar .social-links a {
    color: #fff;
    padding: 0px 15px 0px 0px;
    display: inline-block;
    line-height: 1px;
    border-right: 1px solid #e9e9e9;
    font-size: 13px;
    line-height: 13px;
    margin-left: 15px;
}

#main-header {
    padding: 15px 0;
    /*    height: 66px;
    */
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}

.navbar-nav {
    list-style: none;
}

.navbar-nav li.menu-item {

}

.navbar-light .navbar-nav li.menu-item a {
    font-size: 13px;
    padding: 0.5rem 0.5rem;
    position: relative;
    display: inline-block;
    margin: 0 15px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #74343e;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap;
}

.navbar .menu-menu-1-container {
    margin-left: auto;
}


.navbar-light .navbar-nav li.menu-item a:before,
.navbar-light .navbar-nav li.menu-item a:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2c2b2c;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-light .navbar-nav li.menu-item a:before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-light .navbar-nav li.menu-item a:after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-light .navbar-nav li.menu-item a:hover {
    /*color:#2c2b2c;*/
    color: #74343e;
}

.navbar-light .navbar-nav li.menu-item a:hover:before,
.navbar-light .navbar-nav li.menu-item a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.container-fluid {
    max-width: 1349px;
}

/* Intro */
#intro {
    width: 100%;
    position: relative;
    /*background-size: cover;*/
    min-height: 492px;
    background-color: #ededed;
    background: url(./images/header_wide.jpg) no-repeat center center !important;
}

.home-top {
    /*    max-width: 1100px;*/
    height: 100%;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
}

.homepage-buttons {
    margin-left: 20px;
    display: block;
    padding: 85px 0 0;
    text-transform: uppercase;
}

.homepage-buttons a.home-intro-button {
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    line-height: 1em;
    background-color: #671724;
    width: 280px;
    margin: 0 15px 0 0;
    padding: 19px;
    font-size: 15px;
    text-transform: uppercase;
    opacity: .8;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 340px;
}

.homepage-buttons a.home-intro-button:hover {
    -webkit-box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.75);
    transition: 0.4s all;
}

.hib-big {
    height: 137px;
}

.homepage-buttons i.fas.fa-chevron-right {
    float: right;
}

/* Home Services */
.service {
    padding-top: 20px;
}

.inner-service {
    overflow: hidden;
}

.inner-service img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.service-overlay {
    background: rgba(0, 0, 0, 0.61);
    padding: 33px 0px;
    height: 92px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    text-align: center;
}

.inner-service:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.service-overlay a {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.service-overlay span {
    background: #671724;
    width: 21px;
    height: 21px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
    line-height: 20px;
    margin-left: 10px;
    font-size: 12px;
    /* float: unset; */
    padding-left: 2px;
    padding-top: 1px;
    position: relative;
    top: -2px;
}

/* Footer */
footer {
    padding: 17px 0px;
    border-top: 1px solid #E5E5E5;
    float: left;
    width: 100%;
    padding-bottom: 17px;
}

footer ul {
    padding: 0;
    float: left;
    margin-right: 25px;
    margin-bottom: 0px;
}

footer li {
    display: inline-block;
    /*border-right: solid 1px #000;*/
    padding-right: 15px;
    margin-left: 12px;
    line-height: 13px;
}

ul#menu-footer-menu {
    width: 100%;
    padding: 7px 0;
}

ul#menu-footer-menu li a {
    color: #000;
}

footer a {
    font-size: 14px;
    line-height: 0px;
    color: #000000;
}

footer p {
    font-weight: 600;
    font-size: 14px;
    /*line-height: 25px;*/
    letter-spacing: 0.05em;
    color: #000000;
    margin: 0;
}

span.copy-right {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

/* Contact Page */

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

span#nf-form-title-1 {
    display: none;
}

.inner-banner {
    min-height: 150px;
    padding-top: 30px;
    padding-bottom: 65.35px;
    background-size: cover !important;
    position: relative;
    padding-left: 170px;
    background-position: center !important;
}

.inner-banner::before {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #000000;
    opacity: 0.23;
    content: '';
}

.inner-banner ul {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.inner-banner ul li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}


.inner-banner ul li::after {

    content: " > ";
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding-left: 5px;

}

.inner-banner h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    margin: 0;
    margin-top: 0px;
    color: #FFFFFF;
    margin-top: 26px;
    position: relative;
}

.inner-banner ul li a {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.seprator {
    border-bottom: 5px solid #671724;
    margin-top: 7px;
    position: relative;
    width: 51px;
    display: block;
}

.contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Blog Page */
.form-group {
    margin-bottom: 1rem;
}

.PliatsikasLawFindForm .form-group {
    padding-left: 0px;
    padding-right: 5px;
    /*display: flex;
    flex-wrap: wrap;*/
}

.list-bar {
    /*max-height: 204px;
	min-height: 204px;*/
    position: relative;
}

.list-bar2 {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 1px 2px 3px #F4F4F4;
    border-radius: 2px;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    flex: 50%;
}

.list-bar .pull-left {
    float: left;
    position: relative;
}

.pull-left {
    float: left;
}

.list-bar::before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    right: 290px;
    border: 1px solid #03A9F4;
    border-right-color: rgb(3, 169, 244);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0;
    opacity: 0;
    z-index: 0;
}

.list-bar .list_text_content {
    max-height: 144px;
    overflow: hidden;
    margin-bottom: 10px;
}

.list-bar .list_text_content h3 {
    padding-right: 10px;
}

.list-bar h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2B2E34;
    margin-top: 20px;
    margin-bottom: 10px;
}

.list-bar h3 a {
    transition: 0.5s;
    color: #2B2E34;
    text-decoration: underline;
}

.list-bar p {
    font-size: 15px;
    line-height: 27px;
    color: #2B2E34;
    margin-bottom: 0;
    margin-right: 5px;
}

.pull-right {
    float: right;
}

a.btn-three:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.btn-four:hover {
    background: #2b2e34 !important;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.list-bar img {
    height: unset;
    object-fit: unset;
    width: 290px;
}

.list-bar .pills {
    /*position: absolute;*/
    margin-bottom: 20px;
    bottom: 0px;
}

.list-bar .pull-left {
    float: left;
    /*width: 65% !important;
    position: relative;*/
}

.servicepills .btn-three {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
}

.btn-three {
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-three {
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #2B2E34;
    display: inline-block;
    align-items: center;
    text-align: center;
    min-width: 104px;
    height: 24px;
    background: #671724;
    border-radius: 100px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 0px 9px;
}

.btn-four {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #fff;
    display: inline-block;
    align-items: center;
    text-align: center;
    min-width: 83px;
    height: 24px;
    background: #A9B4B9;
    border-radius: 100px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 0px 9px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.servicepills .btn-four {
    margin-bottom: 0px;
    margin-top: 10px;
}

.PliatsikasLawFindForm a {
    color: black;
}

.PliatsikasLaw .form-group {
    padding-left: 0px;
    padding-right: 5px;
}

.form-row {
    padding-left: 5px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.PliatsikasLawForm .select-wrapper {
    display: contents;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.PliatsikasLawForm .form-select {
    padding-left: 0px !important;
}

.hub-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hub-content .form-control {
    text-transform: none;
    background: #E5E5E5;
    border-radius: 2px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: #2B2E34;
}

.form-control {
    display: block;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.PliatsikaPliatsikasLawFindFormsLawForm .form-text {
    padding-left: 0px !important;
    margin-top: unset;
    flex-grow: 1;
}

.PliatsikasLawFindForm input {
    margin: 0px;
    margin-top: 0px;
    height: 38px !important;
}

.PliatsikasLawFindForm .form-text {
    margin-top: 0;
}

.views-exposed-form .find-button {
    padding-left: 5px;
    text-transform: uppercase;
}

.PliatsikasLawFindForm .btn-default {
    border-color: #007bff;
    background: #2E77F6;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding: 7px 14px;
    height: auto;
    margin-top: 30px;
    width: 64px;
}

.PliatsikasLawFindForm .form-type-textfield {
    margin-top: unset;
    flex-grow: 2;
    padding-right: 0px !important;
}

.PliatsikasLawFindForm .pager {
    text-align: center !important;
    padding-inline-start: unset;
}

.PliatsikasLawFindForm .pager__item {
    display: block;
}

.custom_blog_loadmore {
    border: 2px solid #A9B4B9;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.loadMore {
    text-align: center;
}

.custom_blog_loadmore:hover {
    border-color: #2b2e34 !important;
}

.list-bar:hover::before {
    opacity: 1;
}

/* Services Page */

.page-template-services #accordion {
    margin-top: 24px;
}

#accordion .card h5 .btn-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #2B2E34;
    letter-spacing: 0.02em;
    border-bottom: solid 4px rgba(0, 0, 0, 0);
    padding-bottom: 5px;
}

.services .card-header {
    background-color: transparent;
}

.services .card-header i {
    color: #671724;
    margin-right: 11px;
}

.services .card-header .btn-link {
    font-size: 15px !important;
    line-height: 20px !important;
    color: #2B2E34;
    font-weight: 500;
    text-decoration: none;
}

.services .card {
    border: none;
}

.services #accordion .card h5 .btn-link:hover {
    text-decoration: none;
    color: #671724;
}

/* Principles Page */
.services-body p {
    padding: 0;
    margin: 0 0 15px 0;
}

.entry-content p {
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.support-content {
    padding-top: 44px;
    padding-bottom: 60px;
}

/* Office Page */
.people-inner {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 1px 2px 3px #F4F4F4;
    border-radius: 2px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding-left: 17px;
}

.people_txt_content {
    height: 200px;
}

.people_txt_content {
    width: 60%;
}

.people_img_content {
    width: 37%;
    margin-left: 3%;
}

.people-inner h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2B2E34;
    margin-top: 30px;
    margin-bottom: 0;
}

.people-inner h4 a {
    color: #2B2E34;
}

.people-inner p a {
    font-size: 15px;
    line-height: 27px;
    color: #2B2E34;
    text-decoration: underline;
    word-break: break-all;
}

.people-inner p a:hover {
    text-decoration: none;
}

.people-inner p {
    font-size: 15px;
    line-height: 27px;
    color: #2B2E34;
    margin: 0;
}

.people-inner .p_email_txt {
    display: inline-flex;
}

.people-inner .p-btn {
    text-transform: uppercase;
}

.people-inner .p-btn {
    background: #671724;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    padding: 0px 12px;
    line-height: 24px;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2B2E34;
    margin-top: 25px;
    display: inline-block;
    font-weight: 600;
}

img.intro-banner-img {
    width: 100%;
    height: 500px;
    object-fit: fill;
}

/* Mobile Header */
header#mobile_header {
    display: none;
    padding: 11px 15px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1200px) {
}

.container {
    max-width: 1200px;
}

@media (max-width: 580px) {

    .list-bar:before {
        position: absolute;
        content: '';
        height: 100%;
        /* background: #000; */
        z-index: 9999;
        top: 0;
        width: 100%;
        left: 0;
        right: 290px;
        border: 1px solid #03A9F4;
        border-right: 1px solid #03A9F4;
        opacity: 0;
        z-index: 0;
    }
}

/* Flips */

/*.blog-item .card-body
{
    padding: 0;
}

.blog-item .card-front h3.card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0 50px;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    font-weight: 400;
}

.blog-item .card-front img
{
    height: 100%;
}

.blog-item .card-front h3.card-title::before,
.blog-item .card-front h3.card-title::after,
.blog-item .card-back h3.card-title::before
{
    content: '';
    width: 59px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    display: block;
}

.blog-item .card-front h3.card-title::before
{
    margin-bottom: 18px;
}

.blog-item .card-front h3.card-title::after
{
    margin-top: 18px;
}

.blog-item .card-back
{
    background: #671724;
    color: #fff;
}

.blog-item {
    height: 344px;
    margin-bottom: 30px;
}*/

.card-flip > div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
}

.card-front {
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}

/*.blog-item .card-back h3.card-title
{
  padding: 0 50px;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 21px;
  text-align: center;
}

.blog-item .card-back h3.card-title::before
{
    margin-bottom: 18px;
}

.blog-item .card-back p
{
  font-size: 14px;
  line-height: 16px;
  padding: 0 55px;
}

.blog-item .card-back .card-body
{
    padding-top: 26px;
}*/

.card-back a.btn.btn-outline-secondary {
    border: none;
    background-color: transparent !important;
    letter-spacing: 2px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    width: 100%;
}

.card-back a.btn.btn-outline-secondary:hover {
    text-decoration: none;
}

.card-flip:hover .card-front {
    transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
    transform: rotateY(0deg);
}

/* Single Staff Template */
.single-staff article.type-staff,
.single-post article.type-post {
    margin-top: 50px;
}

.single-staff article.type-staff .post-thumbnail {
    float: left;
    padding: 20px 20px 20px 0;
}

.single-staff article.type-staff .nav-links,
.single-post .post-navigation .nav-links {
    width: 100%;
}


.single-staff article.type-staff .nav-links span.nav-subtitle,
.single-post .post-navigation .nav-links span.nav-subtitle {
    display: none;
}

.single-staff article.type-staff .nav-links span.nav-title,
.single-post .post-navigation .nav-links span.nav-title {
    color: #671724;
}

span.nav-title .fas {
    /*    border: 1px solid #671724;
        border-radius: 100%;*/
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    font-size: 11px;
}

.single-post .post-navigation .nav-links span.nav-title {
    position: relative;
    position: relative;
    width: 100%;
    display: block;
}

.single-post .post-navigation .nav-links .nav-previous span.nav-title:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0%;
    height: 2px;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.single-post .post-navigation .nav-links .nav-previous span.nav-title:hover:after {
    width: 100%;
    border-bottom: 2px solid #671724;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.single-post .post-navigation .nav-links .nav-next span.nav-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.single-post .post-navigation .nav-links .nav-next span.nav-title:hover:after {
    width: 100%;
    border-bottom: 2px solid #671724;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.single-staff article.type-staff .nav-links a:hover,
.single-post .post-navigation .nav-links a:hover {
    color: #671724;
}

.single-staff article.type-staff .lipsum {
    min-height: 450px;
}

/* Flipper */

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
}

html[data-useragent*='MSIE 10.0'] .flip-container,
html[data-useragent*='MSIE 11.0'] .flip-container {
    transform-style: preserve-3d;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.flip-container:hover .front,
.flip-container.hover .front {
    opacity: 0;
}

html[data-useragent*='MSIE 10.0'] .flip-container:hover .front,
html[data-useragent*='MSIE 11.0'] .flip-container:hover .front,
html[data-useragent*='MSIE 10.0'] .flip-container.hover .front,
html[data-useragent*='MSIE 11.0'] .flip-container.hover .front {
    -ms-transform: rotateY(180deg);
}

.ie .flip-container:hover .front,
.ie .flip-container.hover .front {
    display: none;
}

html[data-useragent*='MSIE 10.0'] .flip-container:hover .back,
html[data-useragent*='MSIE 11.0'] .flip-container:hover .back,
html[data-useragent*='MSIE 10.0'] .flip-container.hover .back,
html[data-useragent*='MSIE 11.0'] .flip-container.hover .back {
    -ms-transform: rotateY(0deg);
}

.ie .flip-container:hover .back,
.ie .flip-container.hover .back {
    display: block;
}

.flipper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    position: relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.front {
    top: -2px;
}

html[data-useragent*='MSIE 10.0'] .front,
html[data-useragent*='MSIE 11.0'] .front {
    transform: rotateY(0deg);
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

html[data-useragent*='MSIE 10.0'] .back,
html[data-useragent*='MSIE 11.0'] .back {
    transform: rotateY(-180deg);
}

.ie .back {
    display: none;
}

.banner-wrap {
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
}


.banner-wrap.flip-container,
.banner-wrap .front,
.banner-wrap .back {
    width: 100%;
    height: 279px;
}

.banner-wrap .desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    border: 5px solid #671724;
}

.banner-wrap .featured-thumbnail {
    margin: 0;
}

.banner-wrap .featured-thumbnail a {
    border: none;
}

.banner-wrap .featured-thumbnail img {
    width: 100%;
    max-width: none;
    object-fit: cover;
    height: 350px;
    object-position: center;
    filter: brightness(0.6);
}

.banner-wrap h5 {
    margin: 0;
    color: #fff;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
}

.banner-wrap h5:before,
.banner-wrap h5:after {
    content: '';
    width: 59px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    display: block;
}

.banner-wrap h5:before {
    margin-bottom: 14px;
}

.banner-wrap h5:after {
    margin-top: 16px;
}

.banner-wrap p {
    margin-bottom: 8px;
}

.banner-wrap .btn-link {
    letter-spacing: 2px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
    text-decoration: underline;
}

.banner-wrap .btn-link:hover,
.banner-wrap .btn-link:focus {
    color: #a9a29d;
    text-decoration: none;
}

.banner-wrap .front {
    line-height: 279px;
}

.banner-wrap .front h5 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.banner-wrap .back .desc {
    padding: 15px 0 0 0;
}

.banner-wrap .back h5 {
    padding: 0 20px;
    margin-bottom: 10px;
}

.banner-wrap .back h5:after {
    display: none;
}

.banner-wrap .back p {
    padding: 0 20px;
    color: #fff;
}

.banner-wrap.color-1 .back {
    background-color: #671724 !important;
}

.banner-wrap.color-2 .back {
    color: #14c7d8;
    background-color: #008697;
}

.banner-wrap.color-3 .back {
    color: #82779e;
    background-color: #32225a;
}

.banner-wrap .back .btn-link {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 60%;
    padding: 8px 12px;
    font-size: 14px;
}

.banner-wrap .back .btn-link:hover {
    text-decoration: none;
}

.banner-wrap .back .btn-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner-wrap .back .btn-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.banner-wrap .back .btn-link:hover:before {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.banner-wrap .back .btn-link:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.single-staff .nav-links {
    width: 100%;
}

.single-staff .navigation span.nav-subtitle {
    display: none;
}

.single-staff .navigation .nav-links a,
.single-post .navigation .nav-links a {
    padding: 24px 0px 7px 0px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-weight: 600;
    font-size: 13px;
    outline: none;
    letter-spacing: 0.02em;
    color: #2B2E34;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}

.single-staff .navigation .nav-links a:hover {
    border-bottom: solid 4px #671724;
}

.single-post .navigation .nav-links a:hover {
}

#navbarNav .social-links a:hover {
    color: #671724;
}

/* New Blog Style */

.blog-item {
    margin: 0px 0px 50px 0px;
    float: left;
    width: 33.3333%;
    padding-left: 50px;
}

.blog-item .inner {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    clear: both;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}

.blog-item .inner .image {
    position: relative;
    float: left;
    overflow: hidden;
    height: 249px;
    width: 100%;
}

.blog-item .larger {
    display: block;
}

.blog-item .smaller {
    display: none;
}

.blog-item .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-item .inner .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .15);
    z-index: 1;
}

.blog-item .inner .category {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: inline-block;
    background-color: #671724;
    color: #fff;
    padding: 3px 15px;
}

.blog-item .inner .link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}

.blog-item .inner .details {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    /*background-color: #f9f9f9;*/
    padding: 30px 50px 43px 50px;
}

.blog-item .inner .details .date {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.blog-item .inner .details .date::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    bottom: 0px;
}

.blog-item .inner .details .date a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}

.blog-item .inner .details .title {
    font-size: 17px;
}

.blog-item .inner .details .title a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.alm-reveal .blog-item .inner {
    height: 500px;
}

button.alm-load-more-btn.more {
    background: #671724;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #671724;
    transition: all 0.6s;
}

button.alm-load-more-btn.more:hover {
    cursor: pointer;
    background: #fff;
    color: #671724;
}

.single-post header.entry-header {
    margin-top: 30px;
}

.single-post h1.entry-title {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.single-post h1.entry-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 150px;
    border-bottom: 3px solid #2c2b2c;
}

.single-post .entry-meta {
    text-align: right;
    font-size: 14px;
    letter-spacing: 1px;
}

.single-post .entry-content {
    margin-top: 15px;
    text-align: justify;
}

.single-post .post-thumbnail {
    text-align: center;
}

.single-post .post-thumbnail img {
    max-height: 350px;
    width: auto;
}

.single-post .entry-content ul {
    margin-left: 0;
}


.blog-item .inner .details .title a:hover {
    color: #671724
}

.single-post footer .cat-links {
    display: none;
}

.single-post .posted-on a {
    color: #2B2E34;
}

.single-post .posted-on a:hover {
    color: #671724;
    pointer-events: none;
    text-decoration: none;
}

span.byline {
    display: none;
}

.copy-right a:hover {
    text-decoration: none;
    color: #671724;
}

.navbar-light .navbar-nav li.menu-item a:before,
.navbar-light .navbar-nav li.menu-item a:after {
    background: #671724;
}

span.staff-image {
    float: left;
    padding-right: 20px;
}

.single-staff h1.entry-title {
    margin: 44px 0;
}

.single-staff main#primary {
    min-height: 650px;
    margin-bottom: 45px;
}

/* Datatables */
div#datatable_filter {
    width: 50%;
    float: right;
    text-align: right;
}

div#datatable_length {
    width: 50%;
    float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #74343e !important;
    border-color: #74343e !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.single-post .nav-links {
    width: 100%;
    display: flex;
}

.single-post .nav-previous,
.single-post .nav-next {
    flex: 1 0 50%;
}

.single-service main#primary {
    margin-bottom: 75px;
    min-height: 650px;
}

.single-service h1.entry-title {
    margin: 44px 0;
}

td.red {
    color: #ff0000;
    font-weight: 500;
}

.d-flex-full-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
    font-size: 2.5vw;
    font-weight: 700;
    color: #671724;
    text-align: center;
    text-shadow: 0 0 15px #fff;
    font-style: italic;
    line-height: 3.5vw;
    font-weight: normal;
}

.first {
    animation-delay: 1s;
}

.second {
    animation-delay: 1.5s;
}

.third {
    animation-delay: 2s;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

section.error-404.not-found {
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cssanimation span {
    display: inline-block
}

.fadeInBottom {
    animation-name: fadeInBottom
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1
    }
}


div#ct-ultimate-gdpr-cookie-popup {
    box-shadow: 0px 0px 10px #000 !important;
}

.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content,
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons #ct-ultimate-gdpr-cookie-accept, .ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons #ct-ultimate-gdpr-cookie-change-settings, .ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons #ct-ultimate-gdpr-cookie-read-more {
    font-family: inherit;
}

div#ct-ultimate-gdpr-cookie-read-more {
    float: left !important;
    margin-left: 35px !important;
}

.sub-bio {
    display: flex;
    flex-direction: column;
    margin: -25px 0 25px 0;
    font-size: 17px;
}

.sub-bio a {
    color: inherit;
}

.page-template-contact p.card-text a {
    color: inherit;
}

.spec-padding {
    padding: 85px 0 0;
}

.main.default-image-style {
    background-size: 75% !important;
}

body.single-service .site-main ul {
    padding-left: 0em;
    padding-right: 15px;
}

.footer-left,
.footer-right {
    text-align: center;
    padding: 7px 0;
}

.custom-post-attachments {
    margin-bottom: 35px;
}

.custom-post-attachments ul {
    list-style: none;
}

.custom-post-attachments .cpa-inner .fas,
.custom-post-attachments .cpa-inner .cpa-link {
    color: #74343e;
}

@media (max-width: 1345px) and (min-width: 992px) {
    .social-links {
        margin-left: 0px !important;
    }
}

@media (max-width: 1270px) {
    .navbar-light .navbar-nav li.menu-item a {
        margin: 0 7px !important;
    }

    .navbar-nav li.menu-item {
        margin-right: 0px !important;
    }


}

@media (min-width: 1200px) {
    .banner-wrap h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .banner-wrap {
        margin-bottom: 30px;
    }

    .banner-wrap.flip-container,
    .banner-wrap .front,
    .banner-wrap .back {
        height: 344px;
    }

    .banner-wrap h5:before {
        margin-bottom: 18px;
    }

    .banner-wrap h5:after {
        margin-top: 20px;
    }

    .banner-wrap p {
        margin-bottom: 18px;
    }

    .banner-wrap .front {
        line-height: 344px;
    }

    .banner-wrap .front h5 {
        padding: 0 50px;
    }

    .banner-wrap .back .desc {
        padding-top: 26px;
    }

    .banner-wrap .back h5 {
        padding: 0 70px;
        margin-bottom: 21px;
    }

    .banner-wrap .back p {
        padding: 0 25px;
        font-size: 14px;
        color: #fff;
    }
}

@media (max-width: 1199px) {
    .banner-wrap .featured-thumbnail img {
        height: 285px;
    }

    .flip-container.banner-wrap .back p {
        font-size: 13px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .social-links {
        display: flex;
    }
}

@media (max-width: 1024px) {
    div#datatable_wrapper {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /*.banner-wrap .back p {
        height: 62px;
        overflow: hidden;
    }*/
    .banner-wrap .front {
        line-height: 279px;
    }

    .banner-wrap.flip-container,
    .banner-wrap .front,
    .banner-wrap .back {
        height: 279px;
    }

}

@media (min-width: 992px) {
    .social-links {
        margin-left: 75px;
        white-space: normal;
    }

    .social-links a {
        color: #2B2E34;
        margin: 0 8px;
        font-size: 16px;
    }
}

@media (max-width: 1173px) and (min-width: 1053px) {
    .navbar-nav li.menu-item {
        margin-right: 20px;
    }
}

@media (max-width: 1053px) and (min-width: 992px) {
    .navbar-nav li.menu-item {
        margin-right: 10px;
    }

    .navbar-light .navbar-nav li.menu-item a {
        font-size: 12px;
        letter-spacing: 0.03em;
    }
}

@media (max-width: 991px) {
    #navbarNav .social-links {
        text-align: center;
        margin: 20px;
    }

    #navbarNav .social-links a {
        color: #2B2E34;
        margin: 0 10px;
        font-size: 20px;
    }

    div#navbarNav {
        z-index: 9999;
        background: #fff;
        margin-top: 10px;
        -webkit-box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.75);
    }

    .navbar-nav li.menu-item {
        border-bottom: 1px solid #ededed;
        padding-left: 20px;
    }

    ul#menu-footer-menu li.menu-item {
        border: none;
    }
}

@media (max-width: 767px) {
    .banner-wrap .back p {
        /*height: 62px;*/
        height: auto;
        overflow: hidden;
    }

    .alm-btn-wrap {
        text-align: center;
    }

    .banner-wrap .front {
        line-height: 279px;
    }

    .banner-wrap.flip-container,
    .banner-wrap .front,
    .banner-wrap .back {
        /*width: 228px;
        height: 212px;*/
        width: 100%;
        height: 279px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-wrap .desc {
        height: 279px;
    }

    .banner-wrap .featured-thumbnail img {
        height: 275px;
    }

    .f-first {
        order: 3;
    }

    .f-first, .f-second, .f-third {
        height: 35px;
    }
}

@media (max-width: 768px) {
    .blog-item .card-front img {
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .inner-banner {
        padding-left: 10%;
    }

    .homepage-buttons {
        width: 280px;
        margin-left: auto;
        margin-right: auto;

    }
}

@media (max-width: 767px) {
    .home-top .row > div:nth-of-type(1) {
        order: 2;
    }

    .home-top {
        padding: 35px 0;
    }

    .cssanimation, .cssanimation span {
        padding: 5px 0;
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .blog-item {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 450px) {

    #accordion .card h5 .btn-link {
        text-align: left;
    }

    #accordion .card h5 .btn-link span.wc-bs {
        white-space: break-spaces;
    }
}

@media (max-width: 425px) {
    footer div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .inner-banner {
        padding-left: 0%;
    }

    span.staff-image {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .homepage-buttons {
        width: 100%;
    }

    .homepage-buttons a.home-intro-button {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 330px) {
    .cssanimation, .cssanimation span {
        font-size: 22px;
    }
}

@media (max-width: 320px) {

    .homepage-buttons {
        width: 100%;
        padding: 85px 10px 0 10px;
    }

    .homepage-buttons a.home-intro-button {
        width: 100%;
    }
}
.a-stats {
	--akismet-color-mid-green: #357b49;
	--akismet-color-white: #fff;
	--akismet-color-light-grey: #f6f7f7;

	max-width: 350px;
	width: auto;
}

.a-stats * {
	all: unset;
	box-sizing: border-box;
}

.a-stats strong {
	font-weight: 600;
}

.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
	background: var(--akismet-color-mid-green);
	border: none;
	box-shadow: none;
	border-radius: 8px;
	color: var(--akismet-color-white);
	cursor: pointer;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
	font-weight: 500;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
	background: var(--akismet-color-mid-green);
	color: var(--akismet-color-white);
	text-decoration: none;
}

.a-stats a.a-stats__link:hover {
	filter: brightness(110%);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}

.a-stats .count {
	color: var(--akismet-color-white);
	display: block;
	font-size: 1.5em;
	line-height: 1.4;
	padding: 0 13px;
	white-space: nowrap;
}