@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700|Lora:400,700');

nav.navbar.navbar-dark ul.navbar-nav > li > .nav-link{
    color: white;
    font-weight: 300;
}
nav.navbar.navbar-light ul.navbar-nav > li > .nav-link{
    color: black;
    font-weight: 300;
}

/* ul.navbar-nav > li.active > .nav-link,
ul.navbar-nav > li.child-active > .nav-link{
    background-color: rgba(255,255,255,0.1);
    border-radius: 5px;
} */

ul.navbar-nav > li.active > .nav-link,
ul.navbar-nav > li.child-active > .nav-link{
    position: relative;
}

ul.navbar-nav > li.active > .nav-link::before,
ul.navbar-nav > li.child-active > .nav-link::before{
    content: '';
    display: block;
    position: absolute; 
    left: 5px;
    right: 5px;
    bottom: -5px;
    height: 4px;
    background-color: rgba(255,255,255,0.2);
}

ul.navbar-nav > li.nav-item > .nav-link:hover,
ul.navbar-nav > li.nav-item > .nav-link:active{
    background-color: darkcyan;
    background-color: var(--os-primary);
    color: var(--os-primary-var) !important;
    border-radius: 4px;
}

ul.navbar-nav .dropdown-menu > .dropdown-item{
    font-weight: 400;
}

ul.navbar-nav .dropdown-menu > .dropdown-item:hover,
ul.navbar-nav .dropdown-menu > .dropdown-item:active{
    background-color: var(--os-primary);
    color: var(--os-primary-var) !important;
}


ul.navbar-nav{
    flex-wrap: wrap;
    justify-content: flex-end;
}


body {
    font-weight: 400;
    color: black;
    padding-top: 54px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Lora', serif;

}
p, button, span{
    font-family: 'Lato', sans-serif;
}

p, button{
    font-weight: 400;
}

p{
    line-height: 1.9rem;
}

a{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

i.os-icon{
    font-size: 20px;
    padding-right: 1%;
}



.pagination {
    border-radius: .25rem;
    width: 100%;
    text-align: center;
    padding-left: 30%;
}

.OSGoogleMapsWidget iframe{
    max-width: 100%;
}
.ge-content img{
    padding: 10px;
}
.footer-light{
    color: black;
}
.footer-dark{
    color: white;
}
.site-footer {
    box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}

.navbar-brand{
    max-height: 70px;
}
.navbar-brand img{
    max-height: 100px;
}
.navbar {
    padding: 0rem 1rem;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    min-height: 56px;
}
.site-footer{

}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: unset;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: unset;
}
.alert-primary{
    color: white;
}
.badge{
    font-weight: 500;
}
.badge-secondary{
    color: black;

}
.btn-secondary{
    color: black;
}
.Breadcrumbs>a,
.Breadcrumbs>a.breadcrumb-1{
    color: white;
    font-weight: 300;
}
.Breadcrumbs>a:hover{
    color: white;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #008b8a;
    font-weight: 300;
}
.dropdown-menu.dropdown-menu-right.show {
    font-weight: 300;
}
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: unset;
        left: auto;
    }
.btn-primary{
    color: white;
    font-weight: 300;
}
.btn-primary:hover{
    background-color: black;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .btn-primary:visited, .btn-primary:focus{
    color: white;
}

.footer-copyright {
    text-align: center;
    font-size: 1.1rem;
}
.footer-copyright p{
    font-weight: 300;
}
.footer-links {
    text-align: center;
}

.footer-light .footer-link-single{
    color: black;
    font-weight: 300;
    font-size: 1.1rem;
}
.footer-dark .footer-link-single{
    color: white;
    font-weight: 300;
    font-size: 1.1rem;
}
.footer-light .footer-link-single:hover{
    color: black;
    text-decoration: none;
    font-weight: 300;
}
.footer-dark .footer-link-single:hover{
    color: white;
    text-decoration: none;
    font-weight: 300;
}
.footer-link-single:after{
    content: ' | ';
    padding: 3px;
    color: gray;
}
.footer-link-single:last-child:after{
    content: '';
}
.carousel-caption.overlay{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
a, a:active, a:visited, a:focus{
    color: black;
}
a:hover{
    color: black;
}

.ge-content a,.ge-content a:active,.ge-content a:visited,.ge-content a:focus{
    font-family: unset;
    color: #009bc2;
}
.ge-content a:hover{
    color: black;
}

.ge-content b, .ge-content strong{
    font-weight: bold
}

 
.OSWidgetText .card-body a,.OSWidgetText .card-body a:active,.OSWidgetText .card-body a:visited,.OSWidgetText .card-body a:focus{
    color: #009bc2;
}

.OSWidgetText .card-body a:hover{
    color: black;
}
iframe {
    border: 0px;
}







        .monthly {
            box-shadow: 0 13px 40px rgba(0, 0, 0, 0.5);
            font-size: 0.8em;
        }


        .button {
            display: inline-block;
            padding: 15px 25px;
            margin: 25px 0 75px 0;
            border-radius: 3px;
            color: #fff;
            background: #000;
            letter-spacing: .4em;
            text-decoration: none;
            font-size: 13px;
        }
        .button:hover {
            background: #3b587a;
        }
        .desc {
            max-width: 250px;
            text-align: left;
            font-size:14px;
            padding-top:30px;
            line-height: 1.4em;
        }
        .resize {
            background: #222;
            display: inline-block;
            padding: 6px 15px;
            border-radius: 22px;
            font-size: 13px;
        }
        @media (max-height: 700px) {
            .sticky {
                position: relative;
            }
        }
        @media (max-width: 600px) {
            .resize {
                display: none;
            }
        }


/**
*
* Theme Specific Styles
*
**/

.SingleAsset span.AssetName:before {
    content: "\f016";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
}
.SingleAsset.png span.AssetName:before,.SingleAsset.jpg span.AssetName:before,.SingleAsset.jpeg span.AssetName:before,.SingleAsset.gif span.AssetName:before{
    content: "\f1c5";
}

.SingleAsset.zip span.AssetName:before,.SingleAsset.rar span.AssetName:before{
    content: "\f1c6";
}
.SingleAsset.doc span.AssetName:before,.SingleAsset.docx span.AssetName:before,.SingleAsset.txt span.AssetName:before,.SingleAsset.rtf span.AssetName:before,.SingleAsset.xls span.AssetName:before,.SingleAsset.xlsx span.AssetName:before,.SingleAsset.pages span.AssetName:before,.SingleAsset.ppt span.AssetName:before,.SingleAsset.pptx span.AssetName:before,.SingleAsset.pps span.AssetName:before,.SingleAsset.csv span.AssetName:before,.SingleAsset.pdf span.AssetName:before{
    content: "\f0f6";
}

.page-title-container {
    padding: 25px;
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: darkcyan;
}
.page-title-container .title{
    color: white;
    font-weight: 100;
}

.page-title-container .breadcrumbs{
    color: white;
    font-weight: 100;
    text-align: right;    
}

.PageMainContent{
    padding: 18px;
    padding-top: 40px;
    padding-bottom: 40px;

}

.PageMainContent .blog-post-single p{
    font-size: 1.2em;
    line-height: 1.8em;
}

.PageMainContent .row{
    padding-top: 20px;
    padding-bottom: 20px;
}
.widget-holder{
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo-holder {
    position: fixed;
    background-color: white;
    padding: 16px 16px;
    padding-top: 4px;
        padding-bottom: 1px;
    top: 0;
}
a.navbar-brand {
    display: inline-table;
}
.logo-holder>.navbar-brand{
    margin-left: auto;
    margin-right: auto;
}
/***
*
* Styles For Blog Pages
*
***/

.blog-posts-list{
    margin: -10px;
}
.blog-posts-list .blog-posts-list-single-post{
    width: 48%;
    float: left;
    margin: 1%;
    border: 1px solid gray;
    padding: 5px;
    text-transform: none;
    text-decoration: none;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.PageMainContent.Full .blog-posts-list .blog-posts-list-single-post{
    width: 31.1%;
    float: left;
    margin: 1.1%;
    border: 1px solid gray;
    padding: 5px;
    text-transform: none;
    text-decoration: none;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}



.blog-posts-list .blog-posts-list-single-post .post-image {
    margin: -5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog-posts-list .blog-posts-list-single-post .post-image>img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}
.blog-posts-list .blog-posts-list-single-post .post-title{
    text-align: center;
    padding: 20px;
    padding-bottom: 0px;
    height: 65px;
}
.blog-posts-list .blog-posts-list-single-post .post-title h2{
    font-size: 20px;
}

.blog-posts-list .blog-posts-list-single-post .post-excerpt{
    text-align: center;
    font-size: 14px;
    padding: 20px;
    padding-top: 0px;
    height: 135px;
    overflow: hidden;
}

.blog-posts-list .blog-posts-list-single-post .post-published{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #008b8a;
    color: white;
}

.blog-posts-list .blog-posts-list-single-post .post-author{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #bd4c4c;
    color: white;
}

.blog-posts-list .blog-posts-list-single-post .post-author span.Author::after,
.blog-posts-list .blog-posts-list-single-post .post-published span.date::after{
    content: '\00a0';
}


.blog-posts-list .posts-pagination {
    position: fixed;
    right: 0;
    z-index: 9999;
}

.blog-posts-list .posts-pagination .previous-page {
    height: 70px;
    width: 70px;
    background-color: black;
    padding: 10px;
}

.blog-posts-list .posts-pagination .previous-page a{
    color: white;
}
.blog-posts-list .posts-pagination .next-page {
    height: 70px;
    width: 70px;
    background-color: #bd4c4c;

    padding: 10px;
}


.blog-posts-list .posts-pagination .next-page a{
    color: white;
}


.blog-post-single {
    padding-top: 20px;
}

.blog-post-single .post-meta{
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    font-size: 14px;
}
.blog-post-single .post-meta .meta-date:before{
   content: ' Posted on ';
}
.blog-post-single .post-meta .meta-date {
    float: left;

}
.blog-post-single .post-meta .meta-author:before{
   content: ' by ';
}
.blog-post-single .post-meta .meta-author {
    padding-left: 160px;
}
.blog-post-single .post-content {
    font-size: 15px;
    color: #5b5b5b;
    font-weight: 300;
}


.single-date-item:before {
    content: "\f101"; 
    font-family: FontAwesome;
    color: #5b5b5b;
}

.single-date-item{
    margin: 8px 0px;
}

.single-date-item span.article-count {
    margin-left: 5px;
    background-color: #008b8a;
    width: 23px;
    height: 23px; 
    line-height: 23px;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    color: white;
    font-weight: 400;
    text-align: center;
    
}



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

/*
*
* Styles for widgets
*
*/


.search-widget .submit-button {
    background-color: #008b8a;
    /* font-size: 16px; */
    font-weight: 300;
}

.categories-widget-list-holder ul.categories-widget-list {
    list-style-type: none;
    padding-left: 0;
}

.categories-widget-list-holder span.categories-widget-category-count {
    /* text-align: right; */
    float: right;
    color: black;
}

.categories-widget-list-holder li.categories-widget-category {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 1px;
    padding-top: 3px;
    font-weight: 300;
}

.tag-cloud-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tag-cloud-widget ul li {
    display: inline-block;
    margin: 0 .3em .3em 0;
    padding: 0;
}
.tag-cloud-widget ul li a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 0.9em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.tag-cloud-widget ul li a.active{
    background-color: black;
    color: white;
}
.tag-cloud-widget ul li a:hover {
    background-color: #4e4e4e;
    border: 1px solid #008b8a;
    color: #fff;
}


.widget-holder {
    font-weight: 100;
    color: #6d6d6d;
}

.previous .btn-primary,
.next .btn-primary{
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 2rem;
}
/* ---------------------------------------------------------------------------------------------- */

/*
*
* Styles for Events
*
*/
.event-list .single-event {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    margin-bottom: 18px;
    margin-top: 20px;
    max-height: 420px;
    overflow: hidden;
}

.event-list .single-event:hover{
    text-decoration: none;
    text-transform: none;
}
.event-list .single-event .event-image img{
    width: 100%;
    height: 240px;
}

.event-list .single-event .event-start-date {
    width: 35%;
    float: left;
    text-align: center;
    background: #008b8a;
    height: 200px;
    padding-top: 20px;
    color: #dfdfdf;
}

.event-list .single-event .event-start-date .day-name {
    display: none;
}
.event-list .single-event .event-start-date .year {
    display: none;
}
.event-list .single-event .event-start-date .day-num {
    font-size: 32px;
    font-weight: 300;
}

.event-list .single-event .event-start-date .month{
    border-bottom: 1px solid rgba(231, 231, 231, 0.42);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;

}

.event-list .single-event .event-start-date .hour {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
}
.event-list .single-event .event-start-date .min:before {
    content: ' : ';
    text-align: left;
}
.event-list .single-event .event-start-date .min {
    text-align: left;
}
.event-list .single-event .event-location {
    display: none;
}

.event-list .single-event .event-content {
    padding: 20px;
    width: 65%;
    margin-left: 35%;
}
.event-list .single-event .event-title h2 {
    font-size: 26px;
}
.event-list .single-event .event-description {
    font-size: 1rem;
    font-weight: 400;
    color: #3c3c3c;
}
.single-event{
    margin-top: 20px;
}
.single-event .event-image img{
    margin-top: -20px;
}
.single-event .event-dates {
        width: 300px;
    height: 129px;
    margin-top: -128px;
    margin-bottom: 30px;
    position: relative;
}

.single-event .event-dates .event-start-date {
    width: 100px;
    float: left;
    background-color: #008b8a;
    color: white;
    text-align: center;
    padding: 10px;
}
.single-event .event-dates .event-start-date .day-name {
    display: none;
}
.single-event .event-dates .event-end-date:before{
    content: "\f101";
    color: white;
    font-family: FontAwesome;
    float: left;
    font-size: 30px;
    margin-top: 38%;
}
.single-event .event-dates .event-end-date {
    width: 130px;
    float: left;
    background-color: #008b8a;
    color: white;
    text-align: center;
    padding: 10px;
}
.single-event .event-dates .event-end-date .day-name {
    display: none;
}

.single-event .event-dates .day-num {
    font-size: 67px;
    font-weight: 100;
    line-height: 60px;
}
.single-event .event-dates .hour{
    float: left;
    text-align: right;
    width: 41%;
    margin-right: 1%;
}
.single-event .event-dates .min:before{
    content: ':';
    text-align: left;
}
.single-event .event-dates .min{
    float: left;
    text-align: left;
    margin-left: 1%;
}

.single-event .event-dates .month {
    width: 41.5%;
    float: left;
    text-align: right;
}
.single-event .event-dates .year:before{
    content: ', ';
}
.single-event .event-dates .year {

    text-align: left;
}

.single-event .event-description {
    /* font-size: 14px; */
    font-weight: 300;
    color: rgba(0,0,0,0.9);
}
/* ---------------------------------------------------------------------------------------------- */

/*
*
* Styles for Classifieds
*
*/

.classifieds-adverts-list .adverts-list-single {
    width: 31.1%;
    margin-right: 1.1%;
    margin-left: 1.1%;
    float: left;
    border-bottom: 3px solid #008b8a;
        border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.classifieds-adverts-list .adverts-list-single:hover{
    text-transform: none;
    text-decoration: none;
}
.classifieds-adverts-list .adverts-list-single  .advert-image {
    text-align: center;
    background-color: #008b8a;
}
.classifieds-adverts-list .adverts-list-single .advert-image img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.classifieds-adverts-list .adverts-list-single:hover .advert-image img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.classifieds-adverts-list .adverts-list-single .advert-excerpt {
    display: none;
}
.advert-title {
    padding: 5px;
    padding-top: 10px;
    padding: 15px;

}
.advert-title h2 {
    font-size: 21px;
    font-weight: 100;
    height: 50px;
    
}

.advert-price {
    float: left;
    padding: 15px;
}
.time-live {
    float: right;
    padding: 15px;
}


.classified-sidebar-details-widget {
    border: 0px solid #008b8a;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.classified-sidebar-details-widget  h5.widget-header {
    background-color: #008b8a;
    border-radius: 0px;
    color: white;
    border-bottom: 0px;
    font-size: 20px;
    padding: 13px;
}
.classified-sidebar-details-widget .widget-body {
    padding: 25px;
}

.classified-sidebar-details-widget .widget-body h4 {
    font-size: 15px;
    color: #4a4a4a;
}

.classified-sidebar-details-widget .submitter-name h4{
    font-size: 25px;
    color: #4a4a4a;
}
.classified-sidebar-details-widget .submitter-email-address h4:before{
    content: '\f0e0';
    font-family: FontAwesome;
    margin-right: 6px;
}

.classified-sidebar-details-widget .submitter-phone-number h4:before{
    content: '\f095';
    font-family: FontAwesome;
    margin-right: 7px;
}    

.classified-sidebar-form-widget{
    border: 0px solid #008b8a;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    margin-bottom: 20px;  
}
.classified-sidebar-form-widget .form-control{
    margin-bottom:7px;
}
.classified-sidebar-form-widget .classified-send-message-button{
    background-color: #008a89;
    color: white;
    font-weight: 300;
}

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

/*
*
*   Styles for poll module
*
*/

.poll-form-shortcode ul {
    padding-left: 0px;
    list-style-type: none;
}
.poll-form-shortcode ul li input{
    margin-right: 5px;
}

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

/*
*
*   Styles for gallery Page
*
*/

.gallery_page img{
    margin-bottom: 30px;
}

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

/*
*
*   Styles for asset listing page
*
*/
.AssetListingPage{

}

.AssetListingPage>.SingleAsset{
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    border-radius: 7px;
}
.AssetListingPage>.SingleAsset .AssetExtension{
   float: right;
   padding-left: 2px;
   text-transform: uppercase;
   font-weight: 500;
    font-size: 13px;

}
.AssetListingPage>.SingleAsset .AssetSize{
    font-weight: 500;
    font-size: 13px;
    float: right;
}

.SingleAsset a{
    color: rgb(13, 35, 87);
}

/* ---------------------------------------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .blog-posts-list .blog-posts-list-single-post{
        width: 46%;
    }
    .blog-posts-list .blog-posts-list-single-post .post-title {
        text-align: center;
        padding: 20px;
        padding-bottom: 8px;
        height: 90px;
    }
    .classifieds-adverts-list .adverts-list-single {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }


    body {
        padding-top: 110px;
    }

    .navbar-toggler {
        position: absolute;
        right: 12%;
        top: 30px;
    }
    .navbar {
        min-height: 115px;
        z-index: 1000049;
    }
    .modal{
        z-index: 1000090 !important;
    }
    li.nav-item {
        background-color: black;
        margin: 1px;
        padding-left: 10px;
    }
    .navbar.bg-light .navbar-collapse li.nav-item{
       background-color: #00000017;
    }
    .navbar.bg-light .navbar-collapse li.nav-item>a{
       color: #FFF;
    }
    .collapse.show {
        display: block;
        height: 100vh;
        margin-top: 21%;
    }
    .dropdown-toggle{
        position: relative;
    }

    .dropdown-toggle::after {
        content: "\f0dd";
        font-family: FontAwesome;
        display: inline-block;
        float: right;
        background: #464a4e;
        color: white;
        position: absolute;
        right: 0;
        top: 0;
        border-top: unset;
        border-right: unset;
        border-left: unset;
        text-align: center;
        display: inline-block;
        height: 100%;
        width: 43px;
        padding-top: 0px;
        font-size: 22px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .container {
        max-width: 640px;
    }
    .logo-holder {
        position: unset;
        background-color: white;
        padding: 0px;
        top: 0;
    }

    .content--left{
        bottom: 20%;
        width: 70%;
    }

}

@media only screen and (max-width : 560px) {
    .blog-posts-list .blog-posts-list-single-post{
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .classifieds-adverts-list .adverts-list-single {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .PageMainContent.Full .classifieds-adverts-list .adverts-list-single {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .event-list .single-event {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    body {
        padding-top: 110px;
    }
    h1.Page.Title {
        text-align: center;
    }
    .page-title-container .breadcrumbs {
        color: white;
        font-weight: 100;
        text-align: center;
    }
    ul.pagination.justify-content-center.mb-4 {
        position: fixed;
        z-index: 999999;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .content--left{
        bottom: 20%;
        width: 70%;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

/* Fix quirky dropdowns */
.dropdown-menu{
    top: auto !important;
    margin: 0px 0 0 !important;
}

#calendarwidget-container.toosmall{
    font-size: 70%;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: -1.25rem;
}

.pagination .page-item .page-link,
.pagination .page-item .page-link:hover{
    color: black;
}

body.mobile-nav-open{
    overflow-y: hidden;
}

body.mobile-nav-open nav.navbar{
    height: 100vh;
    overflow: auto;
}

body.mobile-nav-open nav.navbar .dropdown-menu{
    margin-left: -10px !important;
}

body.mobile-nav-open nav.navbar .dropdown-item{
    white-space: break-spaces !important;
}

 #google_translate_element{
    font-weight: 300;
    font-size: 1rem;
 }   




#google_translate_element{
    box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}
     

.site-footer.trans{
    box-shadow: none;
}