/* Myriad Pro font */

@font-face {
    font-family: 'Myriad Pro';
    src: url('../eot/myriadpro-regular.eot');
    src: url('../eot/myriadpro-regular.eot') format('embedded-opentype'),
        url('../woff2/myriadpro-regular.woff2') format('woff2'),
        url('../woff/myriadpro-regular.woff') format('woff'),
        url('../ttf/myriadpro-regular.ttf') format('truetype'),
        url('../svg/myriadpro-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../eot/myriadpro-semibold.eot');
    src: url('../eot/myriadpro-semibold.eot') format('embedded-opentype'),
        url('../woff2/myriadpro-semibold.woff2') format('woff2'),
        url('../woff/myriadpro-semibold.woff') format('woff'),
        url('../ttf/myriadpro-semibold.ttf') format('truetype'),
        url('../svg/myriadpro-semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../eot/myriadpro-bold.eot');
    src: url('../eot/myriadpro-bold.eot') format('embedded-opentype'),
        url('../woff2/myriadpro-bold.woff2') format('woff2'),
        url('../woff/myriadpro-bold.woff') format('woff'),
        url('../ttf/myriadpro-bold.ttf') format('truetype'),
        url('../svg/myriadpro-bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../eot/myriadpro-light.eot');
    src: url('../eot/myriadpro-light.eot') format('embedded-opentype'),
        url('../woff2/myriadpro-light.woff2') format('woff2'),
        url('../woff/myriadpro-light.woff') format('woff'),
        url('../ttf/myriadpro-light.ttf') format('truetype'),
        url('../svg/myriadpro-light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Advocate font */

@font-face {
    font-family: 'Advocate';
    src: url('../woff2/advocate55widemed.woff2') format('woff2'),
        url('../woff2/advocate36narrbold.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
span,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing ospanly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

:root {
    --primary: #e11b2c;
    --secondary: #d5d9da;
    --black: #000000;
    --white: #FFFFFF;
    --white-smoke: #f9f8f4;
    --gray-light: #989795;
    --gray-very-light: #CDCBCB;
    --gray-dark: #626260;
    --dark-blue: #19355a;
    --open-sans-font: "Open Sans", sans-serif;
    --myriad-pro-font: 'Myriad Pro';
}

body {
    background: var(--white);
    /* Fallback for when there is no custom background color defined. */
    color: var(--black);
    font-family: var(--open-sans-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote,
blockquote p {
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
    padding: 5px 0;
}

blockquote {
    padding: 15px;
    position: relative;
}

q {
    color: var(--primary);
    font-weight: 400;
    font-size: 24px;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Advocate';
    font-weight: 700;
}

p,
li {
    margin-bottom: 20px;
    color: var(--gray-dark);
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

b,
strong {
    font-weight: bold;
}

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

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    margin-bottom: 15px;
}

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

mark,
ins {
    margin-bottom: 15px;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

caption,
th,
td {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-weight: 400;
    padding: 5px;
    text-align: center;
}

caption {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item {
    display: inline-block;
    margin: 0 0 10px;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

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

ul,
ol {
    margin: 10px 0 15px 25px;
}

ul li {
    list-style: none;
}

ol li {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 25px;
}

dt {
    font-weight: bold;
}

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

figure {
    margin: 0 auto 15px;
    position: relative;
    line-height: 0;
}

table {
    width: 100%;
    margin: 15px 0;
    width: 100%;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

th {
    font-weight: bold;
}

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

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
    border-radius: 0;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    background: none;
    padding: 0;
    color: var(--primary);
    font-family: var(--open-sans-font);
}

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

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Aspanresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Aspanresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed ospanly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

div.wpcf7-validation-errors {
    border: 2px solid #004A80;
    bottom: -51px;
    clear: both;
    color: #E90838;
    margin: 0;
    padding: 15px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    clear: both;
    color: #398f14;
    margin: 0;
    padding: 15px;
}

span.wpcf7-not-valid-tip {
    bottom: -22px;
    color: #ff0000;
    display: block;
    font-size: 14px;
    position: absolute;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea,
select {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    color: var(--black);
    padding: 10px 12px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    font-family: var(--open-sans-font);
    background: var(--white);
    border: 1px solid var(--primary);
    transition: all 0.2s ease 0s;
}

select {
    appearance: none;
}

textarea {
    resize: vertical;
    padding: 20px 12px;
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    outline: none;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

.wpcf7 label {
    margin: 0px;
    width: 100%;
    text-transform: uppercase;
    color: #012C62;
}

.wpcf7 input {
    border: 1px solid #DDE2EA;
}

.wpcf7-date{
	padding: 16px;
}

.sidebar .wpcf7 input {
    background: #fff;
    border: 1px solid #DDE2EA;
    padding-left: 12px;
}

::-webkit-input-placeholder {
    color: #8B8B8B;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8B8B8B;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8B8B8B;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8B8B8B;
    opacity: 1;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: var(--primary);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
    display: inline-block;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

a:hover {
    color: var(--gray-dark);
}

a:focus {
    outline: none;
}

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

a img {
    border: 0;
}

a:hover,
.site-branding a:hover img,
.site-branding a img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Menu Start
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Menu End
--------------------------------------------------------------*/

/* -- "Inline Social Profiles" (These are the styles for the Social Site section) --   */

.inline-social-icons ul,
.block-social-icons ul,
.widget ul {
    margin: 0;
    line-height: 1;
}

.inline-social-icons li {
    display: inline-block;
    margin: 0 6px;
    line-height: 0;
}

.inline-social-icons li:first-child {
    margin-left: 0;
}

.inline-social-icons li:last-child {
    margin-right: 0;
}

.inline-social-icons li a {
    display: inline-block;
    font-size: 0;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--white);
}

.inline-social-icons li a::before {
    position: absolute;
    font-family: "FontAwesome";
    color: var(--white);
    font-size: 16px;
    display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inline-social-icons li a[href*="facebook.com"]::before {
    content: "\f39e";
}

.inline-social-icons li a[href*="gmail.com"]::before,
.inline-social-icons li a[href*="yahoo.com"]::before,
.inline-social-icons li a[href*="hotmail.com"]::before {
    content: "\f0e0";
}

.inline-social-icons li a[href*="twitter.com"]::before {
    content: "\f099";
}

.inline-social-icons li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.inline-social-icons li a[href*="pinterest.com"]::before {
    content: "\f231";
}

.inline-social-icons li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.inline-social-icons li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.inline-social-icons li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.inline-social-icons li a[href*="youtube.com"]::before {
    content: "\f167";
}

.inline-social-icons li a[href*="tiktok.com"]::before {
    content: "\e07b";
}

.inline-social-icons li a[href*="facebook.com"]:hover {
    background: #4267B2;
}

.inline-social-icons li a[href*="twitter.com"]:hover {
    background: #00ACED;
}

.inline-social-icons li a[href*="instagram.com"]:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.inline-social-icons li a[href*="tiktok.com"]:hover {
    background: var(--black);
}

.inline-social-icons li a[href*="youtube.com"]:hover {
    background: #FF0000;
}

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

/* 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:hover,
.screen-reader-text:active,
.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: 1.4rem;
    font-size: 14px;
    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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

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

.widget {
    margin-bottom: 30px
}

/* Make sure select elements fit in widgets */

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

/* Search widget */

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.entry-content img {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
    margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 15px;
}

.entry-content img,
.page-content img,
.entry-summary img {
    margin-bottom: 15px;
}

.page-links {
    clear: both;
    margin: 15px 0 0;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    /*display: none;*/
}

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

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

.byblog-postauthor {
    display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
13 Miscellaneous
--------------------------------------------------------------*/

/*--------------------------------------
13.1 Basic Styles
----------------------------------------*/

/*--------------------------------------
14.0 Extra Styles
----------------------------------------*/

.back-to-top {
    bottom: 50px;
    position: fixed;
    right: 30px;
    z-index: 99;
}

.back-to-top a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #312F3E;
}

.back-to-top a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    background: #258BC6;
}

.back-to-top a::before {
    content: "\f106";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-button,
input[type="submit"],
.wpcf7 input[type="submit"] {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    z-index: 1;
}

.wpcf7 input[type="submit"],
input[type="submit"] {
    margin-bottom: 0;
    color: var(--white);
    background: var(--primary);
}

.wpcf7 input[type="submit"]:hover,
input[type="submit"]:hover {
    background: var(--black);
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Menu Start
--------------------------------------------------------------*/

.main-navigation:before,
.main-navigation:after {
    clear: both;
    content: "";
    display: block;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0px;
}

.main-navigation li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.main-navigation li li {
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    border-left: 4px solid var(--gray-very-light);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.main-navigation li li:hover {
    background: var(--gray-very-light);
    border-left: 4px solid var(--primary);
}

.main-navigation li li:hover a {
    color: var(--black);
}

.main-navigation li:hover ul {
    display: block;
}

.main-navigation li:hover li ul {
    display: none;
}

.main-navigation li li:hover ul {
    display: block;
}

.main-navigation li li:hover li ul {
    display: none;
}

.main-navigation li li li:hover ul {
    display: block;
}

.main-navigation li li li:hover li ul {
    display: none;
}

.main-navigation li li li li:hover>ul {
    display: block;
}

.menu-top-menu-container>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.main-navigation ul>li>a {
    display: block;
    position: relative;
    font-weight: 400;
    padding: 12px 0;
    font-size: 13px;
    color: var(--white);
}

.main-navigation ul>li:hover>a {
    color: var(--primary);
}

.main-navigation ul>li.current-menu-item>a {
    font-weight: 600;
}

.main-navigation ul ul>li>a {
    padding: 12px 20px;
    font-weight: normal;
    color: var(--gray-dark);
    width: fit-content;
}

.main-navigation ul li.menu-item-has-children>a:before {
    position: absolute;
    content: "\f078";
    display: inline-block;
    font-size: 12px;
    font-family: 'FontAwesome';
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear 0s;
}

.main-navigation ul {
    margin: 0;
}

.main-navigation ul ul {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    margin: 0;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 9;
    background: var(--white);
    min-width: 200px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.main-navigation ul ul::before {
    position: absolute;
    content: '';
    left: 30px;
    top: auto;
    margin: -10px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    border-bottom-color: var(--white);
}

.main-navigation ul li:hover ul {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.main-navigation .menu-top-menu-container>ul>li:hover>a::before {
    transform: rotate(180deg) translateY(40%);
}

.main-navigation li .sub-menu .menu-item-has-children>a::before {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 12px;
    right: 0;
}

.main-navigation li .sub-menu .menu-item-has-children .sub-menu::before {
    position: absolute;
    content: '';
    left: 0;
    top: auto;
    margin: 15px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    border-right-color: var(--gray-light);
}

.menu-top-menu-container>ul>li {
    margin: 0px 12px;
}

.menu-top-menu-container>ul>li:first-child {
    margin-left: 0;
}

.menu-top-menu-container>ul>li:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
Menu End
--------------------------------------------------------------*/

/* Reusable styles */

.container {
    width: 1150px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.site-main {
    /* margin: 50px 0; */
}

.entry-header .entry-title {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.site-content section {
    padding: 50px 0;
}

.box-button {
    border: 1px solid var(--white);
    border-radius: 5px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Advocate';
    font-size: 14px;
}

.box-button:hover {
    background: var(--black);
    color: white;
}

/* over-writing slick css */

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid var(--white);
    opacity: 0;
}

.banner-slider-wrap.slick-slider:hover .slick-prev,
.banner-slider-wrap.slick-slider:hover .slick-next {
    opacity: 1;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background: var(--primary);
}

.slick-prev::before,
.slick-next::before {
    font-family: 'FontAwesome';
    font-size: 14px;
    color: var(--white);
}

.slick-prev:hover::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-next:focus::before {
    color: var(--secondary);
}

.slick-prev::before {
    content: '\f053';
}

.slick-next::before {
    content: '\f054';
}

.slick-dots {
    bottom: 20px;
    right: 60px;
    text-align: right;
}

.slick-dots li button:before {
    content: '';
}

.slick-dots li,
.slick-dots li button {
    width: 15px;
    height: 15px;
}

.slick-dots li button {
    border: 1px solid var(--white);
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: var(--primary);
    border-color: var(--primary);
}

/*............................main styling from here*/

/* page title styling from here -- start */

.page-title-wrap {
    padding: 200px 0 170px;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    text-align: center;
}

.page-title-wrap::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(24, 21, 43, 0.7);
}

.page-title-wrap * {
    position: relative;
}

.page-title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumbs a {
    opacity: 0.5;
}

.breadcrumbs a:hover {
    opacity: 1;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0 10px 5px;
    position: relative;
}

.breadcrumbs li:first-child {
    margin-left: 0;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs li::before {
    /* position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    color: #fff;
    opacity: 0.4;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
    font-size: 18px; */
}

.breadcrumbs li:last-child:before {
    display: none;
}

/* page title styling from here -- end */

/* header-section start */

.site-header {
    position: relative;
    z-index: 999;
}

.header-bottom-content {
    position: relative;
}

.site-branding {
    width: 300px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.site-branding a {
    display: block;
}

.hgroup-right {
    padding-left: 320px;
    display: flex;
    flex-wrap: wrap;
}

.navbar {
    min-height: auto;
    border: none;
    margin: 0;
    padding: 0;
    width: 94%;
    width: calc(100% - 50px);
}

.header-search {
    position: relative;
    width: 50px;
    background: var(--primary);
}

.header-search .search-icon {
    cursor: pointer;
    height: 100%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear 0s;
}

.header-search .search-icon:hover {
    background: var(--black);
}

.header-search .search-icon i {
    display: none;
}

.header-search .search-icon i.shown {
    display: block;
}

.header-search-input {
    display: flex;
    gap: 0 5px;
    width: 300px;
    position: absolute;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    top: 110%;
    transform: scale(1, 0);
    transform-origin: top;
    background: var(--white);
    padding: 5px;
}

.header-search-input.active {
    transform: scale(1);
}

.header-top {
    background: var(--primary);
    padding: 10px 0;
}

.header-top-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.header-top-content .inline-social-icons li {
    margin: 0 1px;
}

.header-bottom {
    background: rgba(0, 0, 0, 0.7);
}

/* header-section end */

/* banner section start */

.site-content section.banner {
    padding: 0;
    margin-top: -50px;
}

.banner {
    position: relative;
}

.banner-content {
    padding: 200px 0;
    position: relative;
    z-index: 9;
}

.banner-content .entry-title {
    color: var(--white);
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
    background: #000000a6;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    border-left: 10px solid var(--primary);
    text-transform: uppercase;

}

.banner-content .entry-title:not(.home.page .banner-content .entry-title) {
    position: absolute;
    bottom: 40px;
    font-size: 30px;
    /* font-family: 'Open Sans'; */
    font-weight: 500;
    text-transform: uppercase;
}

.banner-content p {
    font-size: 20px;
    color: var(--secondary);
}

.btn-wrap .btn-primary:not(:last-child) {
    margin-right: 20px;
}

.banner-content .btn-primary {
    border-color: var(--secondary);
    color: var(--secondary);
}

.banner-content .btn-primary:hover {
    border-color: var(--red);
    color: var(--white);
}

.banner-slider {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

/* banner secton end */

/* visit section start */

.visit-section .entry-header .entry-title {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline;
    text-decoration-color: var(--primary);
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

.visit-timing,
.museum-activities {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -20px; */
}

section.visit-section {
    padding: 0;
    /*margin-top: -140px;*/
}

.visit-timing-item,
.museum-activity-item {
    /* width: 29.33%;
    margin: 0 20px 30px 20px; */
    width: 33.33%
}

.visit-timing,
.museum-activities {
    margin-bottom: 50px;

}

.visit-timing-item {
    /* border-width: 1px 1px 3px 1px; */
    border-style: solid;
    border-color: var(--secondary) var(--secondary) var(--primary) var(--secondary);
    /* border-radius: 10px; */
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: relative;
    background: var(--grid-bg)
}

.visit-timing-item:first-child {
    border-radius: 10px 0 0 10px;
}

.visit-timing-item:nth-child(2) {
    background: #f0f3f8;

}

.visit-timing-item:last-child {
    background: var(--grid-bg);
    border-radius: 0 10px 10px 0px;

}

.visit-timing-item *,
.visit-timing-item a {
    /* color: #fff; */
}

.visit-timing-item .icon {
    color: #132643;
    background: var(--white);
    padding: 40px;
    text-align: center;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
}

.visit-timing-item .icon i {
    font-size: 35px;
    color: #132643;

}

.visit-timing-item .visit-info {
    width: 100%;
    margin-top: 90px;
}

.visit-info .entry-title {
    margin-bottom: 25px;
}

.visit-info span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.visit-info .visit-info-content:first-child {
    /* margin-bottom: 15px; */
}

span.visiting-hrs {
    margin-bottom: 15px;
}

.visit-info a {
    color: var(--black);
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
    font-weight: 500;
}

.visit-info h5.entry-title {
    margin: 5px;
    font-size: 16px;
}

.visit-info a::before {
    /* position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    top: 2px;
    right: 0;
    font-size: 12px; */
}

.visit-info a:hover {
    color: var(--primary);
}

.museum-activity-item a {
    position: relative;
    overflow: hidden;
}

.museum-activity-item a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 102, 0.75);
    z-index: 1;
}

.museum-activity-item .featured-image {
    margin-bottom: 0;
    transition: all 0.2s linear 0s;
}

.museum-activity-item a:hover .featured-image {
    transform: scale(1.1);
}

.museum-activity-item .entry-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    width: 100%;
    color: var(--white);
    text-align: center;
    /* line-height: 1.5; */
    letter-spacing: 2px;
    z-index: 2;
    max-width: 300px;
    font-size: 32px;
}

/* visit section end */

/* upcoming-events-section start */

.upcoming-events-section {
    background: var(--white-smoke);
}

.upcoming-events-section .featured-image {
    margin-bottom: 0;
}

/* upcoming-events-section end */

/* subscribe-mail-section start */

.subscribe-mail-section {
    background-image: url(../cars-bg.html);
    position: relative;
}

.subscribe-mail-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.subscribe-mail-section * {
    color: var(--white);
    position: relative;
}

.subscribe-mail-section .entry-header .entry-title {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.subscribe-mail-section .entry-header .entry-title::before {
    position: absolute;
    content: '';
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: var(--white);
}

.subscribe-mail-section .heading-wrap p {
    max-width: 665px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.subscribe-mail-section .featured-image {
    margin-bottom: 0;
    text-align: center;
}

form#robly_embedded_subscribe_form {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
}

.subscribe-mail-section input {
    border: none;
}

/* subscribe-mail-section end */

/* footer section start */

.site-footer * {
    font-family: var(--myriad-pro-font);
}

.widget-area {
    background: var(--white-smoke);
    padding: 50px 0;
}

.site-footer li a:hover {
    color: var(--primary);
}

.widget-area-content {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .widget {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 0;
}

.site-footer .widget:first-child {
    padding-left: 0;
}

.site-footer .widget:last-child {
    padding-right: 0;
}

.widget-hours h6,
.widget-location h6 {
    margin-bottom: 2px;
    font-weight: 600;
}

.widget-title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Advocate';
    font-weight: 500;
}

.widget-hours {
    margin-bottom: 20px;
}

.widget-hours *,
.widget-location * {
    color: var(--gray-light);
}

.widget-hours span,
.widget-location a {
    display: block;
    width: fit-content;
    margin-bottom:10px;
}

.widget>ul li {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid var(--secondary);
}

.widget li a {
    padding-left: 15px;
    position: relative;
    font-size: 18px;
}

.widget>ul li a::before {
    position: absolute;
    content: '\f054';
    font-family: 'FontAwesome';
    top: -2px;
    left: 0;
    font-size: 12px;
}

.widget .inline-social-icons {
    margin-top: 40px;
}

.widget .inline-social-icons h6 {
    color: var(--gray-light);
    font-weight: 600;
    margin-bottom: 10px;
}

.widget .inline-social-icons li {
    margin: 0 2px;
}

.widget .inline-social-icons li a {
    border-radius: 5px;
    background: var(--dark-blue);
}

.widget .partners-logo-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
}

.partners-logo-wrap figure {
    background: var(--white);
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
}

.widget .partners-logo-wrap figure:nth-child(3) {
    grid-column: span 3;
}

.site-generator-content {
    display: grid;
    gap: 30px;
    padding: 15px 0;
    align-items: center;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
}

.copyright {
    font-size: 15px;
}

.copyright a {
    color: var(--primary);
}

.copyright .site-maker {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid var(--black);
}

.site-generator-content .partners-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.site-generator-content .partners-logo figure {
    margin: 0;
}

/* footer section end */


#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 200px;
    margin: 0px auto 20px;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 236px;
    font-weight: 200;
    margin: 0px;
    color: #211b19;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #211b19;
    background: #fff;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.notfound a {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 23px;
    background: var(--primary);
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    background: var(--primary);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }

    .notfound .notfound-404 h1 {
        font-size: 86px;
    }

    .notfound .notfound-404 h2 {
        font-size: 16px;
    }

    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }
}

/* blog post section start */

.blog-post-content {
    display: flex;
    flex-wrap: wrap;
}

.blog-post-content #primary {
    width: 70%;
    padding-right: 20px;
}

.blog-post-content #secondary {
    width: 30%;
    padding-left: 20px;
}

.blog-post-content .post {
    background: var(--white);
    box-shadow: 0px 20px 50px 0px rgb(33 37 43 / 10%);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blog-post-content .post .featured-image {
    margin-bottom: 0;
}

.blog-post-content .post .featured-image::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.blog-post-content .post:hover .featured-image::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.blog-post-content .post .featured-image a,
.blog-post-content .post .featured-image img {
    width: 100%;
}

.blog-post-content .post .post-content-wrap {
    padding: 30px;
}

.blog-post-content .post .post-content-wrap a:hover,
.blog-post-content #secondary .widget a:hover {
    /* color: var(--primary); */
}

.blog-post-content .post .post-meta {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gray-very-light);
    margin-bottom: 25px;
}

.blog-post-content .post .entry-title a {
    color: var(--black);
}

.blog-post-content .post .entry-content {
    margin-bottom: 0;
}

.blog-post-content .post .entry-content p {
    /* color: var(--gray-light); */
    line-height: 1.7;
}

.blog-post-content .post .cat-links a {
    position: relative;
    padding: 0 10px;
}

.blog-post-content .post .cat-links a,
.widget li a {
    color: var(--gray-dark);
}

.blog-post-content .post .cat-links a:hover,
.widget li a:hover,
.blog-post-content .post .entry-title a:hover {
    color: var(--primary);
}

.blog-post-content .post .cat-links span {
    color: var(--gray-dark);
    padding: 0 5px;
    position: relative;
}

.blog-post-content .cat-links span:last-child {
    padding-left: 15px;
}

.blog-post-content .cat-links span:not(:last-child)::before {
    /* position: relative;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--gray-dark);
    padding: 5px;
    border-radius: 50%;
    display: inline-block; */
}

.blog-post-content .cat-links span:last-child::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 1px;
    height: 70%;
    background: var(--gray-dark);
}


.blog-post-content .post .cat-links span:first-child {
    padding-left: 0;
}

.blog-post-content .post .cat-links span:last-child {
    padding-right: 0;
}

.blog-post-content .post .read-more {
    font-weight: 600;
    position: relative;
}

.blog-post-content .post .read-more::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-post-content .post .read-more:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.blog-post-content #secondary .widget {
    box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
    padding: 25px;
    border-radius: 10px;
    background: var(--white);
    margin-bottom: 40px;
}

.blog-post-content #secondary .widget .widget-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.blog-post-content #secondary .widget .widget-title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--primary);
}

#secondary .widget input[type="search"] {
    border: 1px solid var(--gray-light);
}

.blog-post-content #secondary .widget-categories li {
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray-light);
}

.blog-post-content #secondary .widget-categories li a {
    /* color: var(--gray-dark); */
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
}

.blog-post-content #secondary .widget-categories li a::before,
.blog-post-content .cat-links span:not(:last-child)::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: var(--primary);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-post-content #secondary .widget-tags ul {
    display: flex;
    flex-wrap: wrap;
}

.blog-post-content #secondary .widget-tags li {
    margin-bottom: 0;
}

.blog-post-content #secondary .widget-tags li a {
    color: var(--black);
    padding: 6px 18px;
    border: 1px solid var(--gray-light);
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px 10px 0;
}

/* blog post section end */

/* upcoming exhibitions section start */

.upcoming-exhibitions-section .entry-header {
    text-align: center;
}

.upcoming-exhibitions-section .entry-header span {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--gray-light);
}

.upcoming-exhibitions-section .entry-header .entry-title {
    text-transform: unset;
}

/* .upcoming-exhibitions-content {
    margin: 0 -20px;
    padding-bottom: 70px;
}

*/
.upcoming-exhibitions-content .post {
    /* margin: 0 20px 40px 20px; */
}

.upcoming-exhibitions-content .post .featured-image,
.upcoming-exhibitions-content .post .entry-content {
    margin-bottom: 0;
}

.upcoming-exhibitions-content .post .featured-image {
    overflow: hidden;
    transition: 1s ease;
}

.upcoming-exhibitions-content .post .featured-image img {
    transition: 0.7s ease;
}

.upcoming-exhibitions-content .post:hover .featured-image img {
    transform: scale(1.05);
    opacity: .5;
}

.upcoming-exhibitions-content .post .featured-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.upcoming-exhibitions-content .post:hover .featured-image::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Adopt a car */
.adopt-btn-wrapper {
    margin: 34px;
    flex-wrap: wrap;
}

.adopt-btn-wrapper .wp-block-button {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    display: block;
}

.adopt-btn-wrapper .wp-block-button a {
    padding: 14px 24px;
}

/* Adopt a car section ending */

/* Common Rigth side small box section shadow style */
.box-right-section-with-shadow {
    box-shadow: 0 0 0 1px #E0E5E9 inset;
    border: 5px solid #F9F8F5;
    border-radius: 3px;
    padding: 20px;
}

/* box shadow section End */

/* Vehicle and Artifact Donations section */
.vehicle-inquiry-form-wrapper textarea {
    border-color: #DDE2EA;
}

.vehicle-inquiry-form-wrapper input[type="submit"] {
    font-weight: 600;
    text-transform: uppercase
}

.vehicle-inquiry-form-wrapper input[type="submit"]:hover {
    background: var(--primary);
    border-radius: 4px;
}

/* Vehicle and Artifact Donations Section End */

.media-text-align-self-start .wp-block-media-text__content {
    align-self: start !important;
}