/*
Theme Name: City of Olean Theme
Theme URI: https://townweb.com
Author: Layered
Author URI: https://layered.studio
Description: Super template for City of Olean 2022
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: townweb
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

Super template for TownWeb clients. Everything is customisable!

*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter&family=Montserrat&family=Playfair+Display:wght@400;700&display=swap');


/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Ropa+Sans:ital@0;1&display=swap');*/
body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', cursive !important;
}
h3 {
    font-size: 28px;
}
/*.tw-bg-red {*/
.tw-bg-secondary {
    background: var(--secondary-color);
}
/*.tw-bg-blue {*/
.tw-bg-primary {
    background: var(--primary-color);
}
/*.tw-bg-grey {*/
.tw-bg-tertiary {
    background: var(--tertiary-color);
}
/*.tw-red {*/
.tw-secondary {
    color: var(--secondary-color) !important;
}
/*.tw-blue {*/
.tw-primary {
    color: var(--primary-color);
}
/*.tw-blue-dark {*/
.tw-primary-dark {
    color: #293B6D;
}
.tw-fb-color {
    color: #1877F2;
}
.tw-fb-twitter {
    color: #1DA1F2;
}
.tw-fb-instagram {
    color: #F00073;
}
.tw-fb-youtube {
    color: #FF0000;
}
.tw-btn {
    padding: 10px 35px;
    background: #DECB53;
    border-radius: 8px;
    transition: unset;
    border-bottom: none;
    font-size: 17px;
    font-weight: 700;
    color: #07483D;
    display: inline-block;
}
.has-error {
    border: 2px solid #c0392b !important;
}
a.tw-btn {
    text-decoration: none;
}
a.tw-btn:hover {
    color: #07483D;
}
#back-to-top {
    display: none;
    position: fixed;
    right: 27px;
    bottom: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    opacity: .5;
    border-radius: 50%;
    z-index: 1000;
    text-align: center;
    transition: 1s;
    box-shadow: 0 16px 32px rgb(0 0 0 / 100%);
    -webkit-text-stroke: 3px var(--primary-color);
}

#back-to-top:hover {
    opacity: .8;
}

#back-to-top i {
    color: var(--secondary-color);
    font-size: 35px;
    padding-top: 19%;
    background: transparent;
}


/*=====================================
=            HEADER STYLES            =
=====================================*/
header#header {
    background: var(--primary-color);
}
header#header #bottom {
    background: var(--primary-color);
}
header#header #bottom #header-logo {
    top: 54px;
    left: calc(50% - 70px);
}
header#header #bottom #header-logo a {
    background: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
    z-index: 2;
}
header#header nav.navbar {
    min-height: 62px;
}
header#header nav.navbar ul#main-menu > li > a {
    padding-top: .25rem;
    padding-bottom: .10rem;
    display: flex;
    align-items: center;
}
header#header nav.navbar button.navbar-toggler:focus {
    box-shadow: none;
}
/*----------  gtranslate  ----------*/
header#header #tw-gtranslate-wrapper {
    width: 145px;
    height: 35px;
}
header#header #tw-gtranslate-wrapper > div {
        top: 15px;
    }
header#header #tw-gtranslate-wrapper > div,
header#header #tw-gtranslate-wrapper > div div.switcher,
header#header #tw-gtranslate-wrapper > div div.switcher a {
    padding: 0;
    text-align: left;
    width: 50px;
}
header#header #tw-gtranslate-wrapper > div div.switcher .selected {
    background: var(--secondary-color);
}
header#header #tw-gtranslate-wrapper > div div.switcher .selected a {
    font: 400 18px 'Montserrat', sans-serif;
    padding-top: .3rem;
    padding-bottom: .3rem;
    border: none;
    padding-left: 3px;
}
header#header #tw-gtranslate-wrapper > div div.switcher .selected a::after {
    right: 3px;
}
header#header #tw-gtranslate-wrapper > div div.switcher a img {
    opacity: 1;
    margin-right: 0;
}
header#header #tw-gtranslate-wrapper > div div.switcher .option {
    width: 100%;
    /*background: var(--tertiary-color);*/
}
/*----------  hamburger animated  ----------*/
header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon span {
    display: block;
    position: absolute;
    background: var(--secondary-color);
    height: 3px;
    width: 100%;
    /*border-radius: 9px;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon span:nth-child(1) {
    top: 0px;
}

header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon span:nth-child(2) {
    top: 10px;
}

header#header nav.navbar button.navbar-toggler .tw-hamburger-animated-icon span:nth-child(3) {
    top: 20px;
}

header#header nav.navbar button[aria-expanded="true"] .tw-hamburger-animated-icon span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

header#header nav.navbar button[aria-expanded="true"] .tw-hamburger-animated-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

header#header nav.navbar button[aria-expanded="true"] .tw-hamburger-animated-icon span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header#header nav.navbar #mainMenuWrapper ul {
    padding-top: 40px;
}
/*---------------------------------------------------------------------------*/
@media (min-width:768px) {
    header#header #bottom #header-logo {
        top: 34px;
        left: initial;
    }
    header#header nav.navbar #mainMenuWrapper ul {
        padding-top: 0;
    }
    header#header nav.navbar ul#main-menu > li:not(:last-child) {
        border-right: 3px solid var(--secondary-color);
    }
    header#header #tw-gtranslate-wrapper {
        position: relative;
    }
    header#header #tw-gtranslate-wrapper > div {
        top: 0;
    }
    header#header #tw-gtranslate-wrapper > div,
    header#header #tw-gtranslate-wrapper > div div.switcher,
    header#header #tw-gtranslate-wrapper > div div.switcher a {
        width: 122px;
    }
}
@media (max-width:991.99px) {
    header#header .container {
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width:992px) {
    header#header div#bottom li {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.menu-quick-menu-container {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 4;
    /*background: rgba(67, 116, 120, 0.81);*/
    border-radius: 20px 0px 0px 20px;
    padding: 10px;
    width: 80px;
}
.menu-quick-menu-container a {
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-quick-menu-container a:hover {
    color: #fff;
}
.menu-quick-menu-container a i {
    font-size: 22px;
    background: var(--primary-color);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 7px;
    transition: .3s;
}
.menu-quick-menu-container a:hover i {
    transform: scale(1.1);
}
.menu-quick-menu-container a p {
    margin: 0;
}
/*=====  End of HEADER STYLES  ======*/
/*===================================
=            HERO STYLES            =
===================================*/
section#tw-hero h2 {
    text-shadow: 0px 4px 53px rgba(0, 0, 0, 0.63);
}
section#tw-hero {
    position: relative;
    padding-top: 160px;
    padding-bottom: 30px;
    min-height: 480px;
    overflow: hidden;
}
section#tw-hero::after,
section#tw-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
section#tw-hero::before {
    background-size: cover;
    background-position: center;
}
section#tw-hero::after {
    background: #1A1A1B;
    opacity: .5;
}
section#tw-hero h2 {
    text-transform: uppercase;
}
section#tw-hero form {
    width: 647px;
    max-width: 100%;
}
section#tw-hero form .input-group {
    position: relative;
}
section#tw-hero form input.form-control {
    font: 400 18px 'Montserrat', sans-serif;
    /*font: 400 18px 'Playfair Display', serif;*/
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 24px;
    padding-left: 30px;
    color: #fff;
}
section#tw-hero form input.form-control:focus {
    box-shadow: none;
}
section#tw-hero form input.form-control::-webkit-input-placeholder {
    /*font: 400 18px 'Playfair Display', serif;*/
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
section#tw-hero form input.form-control::-moz-placeholder {
    /*font: 400 18px 'Playfair Display', serif;*/
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
section#tw-hero form input.form-control::-ms-input-placeholder {
    /*font: 400 18px 'Playfair Display', serif;*/
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
section#tw-hero form input.form-control::-moz-placeholder {
    /*font: 400 18px 'Playfair Display', serif;*/
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
section#tw-hero form .input-group-btn {
    height: 48px;
    z-index: 3;
}
section#tw-hero form .input-group-btn input {
    font-family: 900 25px "Font Awesome 5 Free";
    position: absolute;
    top: 10%;
    right: 20px;
    background: transparent;
    color: var(--primary-color);
    border: none;
}
section#tw-hero form .input-group-btn button:focus {
    box-shadow: none;
}
/*=====  End of HERO STYLES  ======*/
/*======================================
=            HERO LINE MENU            =
======================================*/
div#heroLineMenuWrapper ul {
    max-width: 900px;
}
div#heroLineMenuWrapper ul li {
    list-style: none;
}
div#heroLineMenuWrapper ul li:hover i {
    transform: scale(1.2);
}
div#heroLineMenuWrapper ul li a p {
    font: 400 18px 'Playfair Display', serif;
    text-transform: capitalize;
}
div#heroLineMenuWrapper ul li a i {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .3s;
}
/*=====  End of HERO LINE MENU  ======*/

/*===============================
=            MARQUEE            =
===============================*/
.marquee {
    overflow: hidden;
    height: 49px;
}
/*=====  End of MARQUEE  ======*/
/*=============================================
=            HOMEPAGE NEWS&NOTICES            =
=============================================*/

section#tw-news-notices div#newsNoticesSideMenuWrapper ul {
    list-style: none;
}
section#tw-news-notices div#newsNoticesSideMenuWrapper ul li {
    margin-bottom: 26px;
}
section#tw-news-notices div#newsNoticesSideMenuWrapper ul li a {
    background: var(--secondary-color);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=====  End of HOMEPAGE NEWS&NOTICES  ======*/
























/*=============================================
=            EVENTS SECTION STYLES            =
=============================================*/
section#tw-calendar {
    background: #F9F8F6;
}
section#tw-calendar #tw-calendar-title {
    font-size: 60px;
}
/*=====  End of EVENTS SECTION STYLES  ======*/









/*=========================================
=            SUBSCRIBE SECTION            =
=========================================*/
section#tw-subscribe h3#tw-subscribers-title {
    font-size: 60px;
}
section#tw-subscribe #tw-subscribe-inner a,
section#tw-subscribe #tw-subscribe-inner label {
    font-size: 24px;
}
section#tw-subscribe #tw-subscribe-inner a {
    min-height: 67px;
}
section#tw-subscribe #tw-subscribe-inner label {
    color: var(--secondary-color);
}
section#tw-subscribe #tw-subscribe-inner form input.form-control {
    font: 400 24px 'Montserrat', sans-serif;
    color: #707070;
}
section#tw-subscribe #tw-subscribe-inner form input.form-control::-webkit-input-placeholder {
    font: 400 24px 'Montserrat', sans-serif;
    color: #707070;
}
section#tw-subscribe #tw-subscribe-inner form input.form-control::-moz-placeholder {
    font: 400 24px 'Montserrat', sans-serif;
    color: #707070;
}
section#tw-subscribe #tw-subscribe-inner form input.form-control::-ms-input-placeholder {
    font: 400 24px 'Montserrat', sans-serif;
    color: #707070;
}
section#tw-subscribe #tw-subscribe-inner form input.form-control::-moz-placeholder {
    font: 400 24px 'Montserrat', sans-serif;
    color: #707070;
}
section#tw-subscribe #tw-subscribe-inner form .tw-custom-selection input {
    visibility: hidden;
    position: absolute;
}

section#tw-subscribe #tw-subscribe-inner form .tw-custom-selection label {
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    padding: 10px 0;
    border: 2px solid transparent;
}
section#tw-subscribe #tw-subscribe-inner form .tw-custom-selection.tw-custom-selection-sm label {
    border-radius: 10px;
    padding: 0 5px;
    white-space: nowrap;
}
section#tw-subscribe #tw-subscribe-inner form #sub_name,
section#tw-subscribe #tw-subscribe-inner form #sub_email,
section#tw-subscribe #tw-subscribe-inner form #sub_phone {
    height: 67px;
}
section#tw-subscribe #tw-subscribe-inner form .tw-custom-selection.tw-custom-selection-lg label {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
section#tw-subscribe #tw-subscribe-inner form .tw-custom-selection.tw-custom-selection-lg input:checked+label {
    color: #ffffff !important;
    background: var(--primary-color);
}
section#tw-subscribe #tw-subscribe-inner form .tw-custom-selection.tw-custom-selection-sm input+label {
    background: var(--primary-color);
    border-radius: 10px;
    font-weight: 900;
    padding: 0 5px;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    border: 2px solid transparent;
    font-size: 16px;
}
section#tw-subscribe #tw-subscribe-inner form .tw-custom-selection.tw-custom-selection-sm input:checked+label {
    background: var(--secondary-color);
}
section#tw-subscribe #tw-subscribe-inner form #homepage-extra-subscribe {
    display: none;
}
/*=====  End of SUBSCRIBE SECTION  ======*/










/*===========================================
=            NEWS&NOTICES STYLES            =
===========================================*/
section#tw-news-notices h3#tw-news-notices-title {
    font-size: 60px;
}
section#tw-news-notices article {
}
section#tw-news-notices article .tw-article-content {
    font: 400 16px 'Montserrat', sans-serif;
}
section#tw-news-notices article .tw-article-content > div {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.14);
    min-height: 200px;
}
section#tw-news-notices .owl-item article .tw-article-content > div {
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.07);
}
section#tw-news-notices article .tw-article-content .tw-title {
    font: 400 30px 'Bebas Neue', cursive;
}
section#tw-news-notices article .tw-article-content .tw-content {
    color: #707070;
}
section#tw-news-notices article .tw-article-content .tw-read-more a {
    text-decoration: none;
    font: 400 18px 'Bebas Neue', cursive;
}
section#tw-news-notices article .tw-article-content .tw-read-more a::after {
    content: '';
    display: block;
    position: absolute;
    width: 94px;
    height: 10px;
    background: var(--primary-color);
    bottom: 0;
    left: -5px;
    z-index: -1;
}
section#tw-news-notices article .tw-article-content .tw-read-more a:hover {
    color: var(--secondary-color);
}
.owl-carousel {
    width: auto;
}
section#tw-news-notices .owl-stage-outer {
    padding-top: 40px;
    padding-bottom: 40px;
}
section#tw-news-notices .owl-stage {
    display: flex;
}
section#tw-news-notices .owl-item article {
    height: 100%;
}
/*=====  End of NEWS&NOTICES STYLES  ======*/







/*=================================================
=            HOMEPAGE DEPARTMENTS GRID            =
=================================================*/
section#tw-department-grid a:hover article {
    color: var(--secondary-color);
}
section#tw-department-grid article {
    border-radius: 5px;
    box-shadow: 1px 2px 20px 0px rgb(230 230 230 / 80%);
}
section#tw-department-grid article::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--secondary-color);
    right: 0;
    top: 20px;
}
section#tw-department-grid article::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: var(--primary-color);
    right: 0;
    top: 40px;
}
section#tw-department-grid article img.tw-departments-icon {
    width: 80px;
    max-width: 80px;
    height: auto;
    transition: .2s;
}
section#tw-department-grid a:hover article img.tw-departments-icon {
    transform: scale(1.3);
}


/*=====  End of HOMEPAGE DEPARTMENTS GRID  ======*/











/*=========================================
=            SINGLE DEPARTMENT            =
=========================================*/
div#tw-department h2 {
    font-size: 35px;
}
div#tw-department h2 b {
    font-weight: 900;
}
div#tw-department h2 b + br + span {
    font-weight: 400;
    letter-spacing: 5px;
}
div#tw-department article p {
    color: #969393;
}
div#tw-department article h4 {
    font-size: 20px;
    font-weight: 900;
}
div#tw-department #tw-team .tw-member {
    border-radius: 6px;
}
div#tw-department #tw-team .tw-member div.row div:last-child {
    font-size: 14px;
}
div#tw-department #tw-team .tw-member .tw-member-name {
    font-size: 24px;
    font-weight: 900;
}
div#tw-department #tw-team .tw-member .tw-member-title {
    font-size: 18px;
    font-weight: 300;
}
div#tw-department #tw-team .tw-member .tw-member-email a {
    font-size: 30px;
    border-radius: 10px;
}
div#tw-department aside h4 {
    font-size: 26px;
    font-weight: 900;
    text-transform: capitalize;
}
div#tw-department aside #tw-contact-us {
    border-radius: 8px;
}
div#tw-department aside #tw-contact-us div {
    font-size: 20px;
}
div#tw-department aside #tw-latest-news {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
div#tw-department aside #tw-latest-news .tw-latest-news-item > div h5 {
    font-size: 22px;
}
div#tw-department aside #tw-latest-news .tw-latest-news-item > div a {
    text-decoration: none;
}
div#tw-department aside #tw-latest-news .tw-latest-news-item > div span {
    font-size: 14px;
}

/*----------  Accordion Nav Menu  ----------*/
div#tw-department .tw-accordion-menu ul {
    list-style: none;
    padding: 0;
}
div#tw-department .tw-accordion-menu ul > li.active {
    background: var(--tertiary-color);
}
div#tw-department .tw-accordion-menu ul > li.active a {
    color: var(--secondary-color);
}
div#tw-department aside.tw-accordion-menu ul li a {
    color: #fff;
    padding: 0;
    text-decoration: none;
}
div#tw-department aside.tw-accordion-menu > nav > div > div {
    width: 100%;
}
div#tw-department aside.tw-accordion-menu > nav > div > div > ul > li {
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#tw-department aside.tw-accordion-menu li {
    padding-left: 40px;
    /*padding-right: 20px;*/
    width: 100%;
    background: var(--secondary-color);
}
div#tw-department aside.tw-accordion-menu span[data-bs-toggle="collapse"] {
    cursor: pointer;
    position: relative;
    color: #fff;
}
div#tw-department aside.tw-accordion-menu span[data-bs-toggle="collapse"]::after {
    position: absolute;
    left: -20px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f146";
}
div#tw-department aside.tw-accordion-menu span.collapsed[data-bs-toggle="collapse"]::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0fe";
}
/*accordion nav hamburger animated*/
div#tw-department aside.tw-accordion-menu button:focus {
    box-shadow: none;
}
div#tw-department aside.tw-accordion-menu button label {
    display:flex;
    flex-direction:column;
    width:40px;
    cursor:pointer;
}
div#tw-department aside.tw-accordion-menu button label span {
    background: #fff;
    border-radius:10px;
    height:4px;
    margin: 4px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
div#tw-department aside.tw-accordion-menu button label span:nth-of-type(1){
    width:50%;
}
div#tw-department aside.tw-accordion-menu button label span:nth-of-type(2){
    width:100%;
}
div#tw-department aside.tw-accordion-menu button label span:nth-of-type(3){
    width:75%;
}
div#tw-department aside.tw-accordion-menu button input[type="checkbox"]{
    display:none;
}
div#tw-department aside.tw-accordion-menu button input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(6px,.5px)
}
div#tw-department aside.tw-accordion-menu button input[type="checkbox"]:checked ~ span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}
div#tw-department aside.tw-accordion-menu button input[type="checkbox"]:checked ~ span:nth-of-type(3){
    transform-origin:bottom;
    width:50%;
    transform: translate(17px,-6px) rotatez(45deg);
}
/*=====  End of SINGLE DEPARTMENT  ======*/


/*=====================================
=            FOOTER STYLES            =
=====================================*/
footer#footer {
    position: relative;
    z-index: 0;
}
footer#footer a.custom-logo-link img {
    /*max-height: 300px;*/
    width: 100%;
    height: auto;
}
footer#footer a {
    color: #07483D;
}
footer#footer ul.menu {
    list-style: none;
    padding: 0;
}
footer#footer ul.menu a {
    padding-left: 0;
    padding-right: 0;
}
footer#footer,
footer#footer a {
    color: var(--secondary-color);
    font: 400 16px 'Montserrat', sans-serif;
}
footer#footer a {
    text-decoration: none;
}
footer#footer h3.widget-title {
    font: 400 25px 'Bebas Neue', cursive;
}
/*=====  End of FOOTER STYLES  ======*/







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










.tribe-common--breakpoint-medium.tribe-events .myclass {
    display: none;
}
.tribe-common--breakpoint-full.tribe-events .myclass {
    display: none;
}


/*===============================
=            ARCHIVE            =
===============================*/
div#archive-wrapper article {
    position: relative;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 5px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}
div#archive-wrapper article a {
    color: var(--secondary-color);
}
div#archive-wrapper article .entry-wrap {
    padding: 2rem 2.5rem 1rem;
}
div#archive-wrapper article .entry-wrap p {
    font-weight: 400;
}
div#archive-wrapper article .wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
}
div#archive-wrapper article .entry-footer {
    display: none;
}
/*----------  pagination  ----------*/
div#archive-wrapper .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
div#archive-wrapper .page-item .page-link a {
    color: var(--secondary-color);
}
div#archive-wrapper .page-item a.page-link:focus {
    box-shadow: none;
}
div#archive-wrapper .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
div#archive-wrapper .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}
div#archive-wrapper .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--secondary-color);
    background-color: #fff;
    border: 1px solid var(--secondary-color);
}
/*----------  side bar  ----------*/
div#archive-wrapper .widget-area .widget {
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    color: var(--secondary-color);
}
div#archive-wrapper .widget-area .widget li {
    margin-bottom: 10px;
}
div#archive-wrapper .widget-area .widget a {
    color: var(--secondary-color);
}
/*=====  End of ARCHIVE  ======*/