/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
        the existing ones.

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

/* FONT */
/* body { font-family: 'insert-font-family-name-here', 'Arial', sans-serif; } */

/* STANDARD LOGO DIMENSIONS */
.header-branding img { width: 140px; }

/* LARGE LOGO DIMENSIONS */
.header-branding.m-large-logo img { width: 200px; }
/* Scroll down to "MEDIUM DEVICES" to change width of large logo on mobile devices */

/* your CSS here */


/* -------------------------------------------------------------------------
    MEDIUM DEVICES
            devices with width between 768px and 991px
------------------------------------------------------------------------- */

@media ( max-width: 991px ) {

    /* LARGE LOGO DIMENSIONS */
    .header-branding.m-large-logo img { width: 140px; }

    /* your CSS here */
    .header-tools, .header-gmap, .header-gmap-switcher {
        display: none !important;
    }
    .m-has-gmap .header-toggle-holder {
        padding-right: 0px;
    }
}

/* 
    Created on : Oct 27, 2018, 5:50:26 PM
    Author     : venisoft
*/
body {
    position: relative;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.side-menu>ul>li>a, .header-menu>ul>li>a {
    text-transform: none;
    font-weight: 500;
}
@media ( min-width: 1199px ) {
    .header-branding.m-large-logo img {
        width: 10em;
        margin-left: 8vh;
    }
}
.header-branding.m-large-logo img {
    width: 140px;
}
.c-slider .slide-content {
    height: 300px;
    background-color: rgba(0, 0, 0, .3);
}
.footer-bottom-inner {
    padding: 10px 0 10px 0;
}
.footer-text {
    margin-top: 22px;
    font-size: 0.85em;
}
.notices-widget .notice-title {
    font-size: 1.1em;
}
.image-widget a:hover>img {
    opacity: 1;
}
#page-header {
    background-color: #fff;
}
#page-header:after {
    border-top-color: #fff;
}
.breadcrumbs {
    color: #999;
}
.breadcrumbs a {
    color: #333;
}
.locale-info-widget .row-title, .locale-info-widget .row-value {
    width: 100%;
    text-align: left;
}
.locale-info-widget .widget-content>ul>li {
    font-size: 1.1em;
}

.page-title h1 {
    color: #333;
    text-align: center;
    font-size: 1.4em;
}
@media (max-width: 991px){
    .c-container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    #core {
        margin-top: -40px;
    }
    .page-title h1 {
        color: #333;
        font-size: 1em;
    }
    #page-header {
        margin-top: 20px;
    }
}
.sidebar .locale-info-widget.m-has-bg .widget-inner {
    background-image: url(../images/locale-widget-bg.jpg);
}
.footer-bg {
    background-image: url(../images/header-04.jpg);
}
.more-btn-holder {
    position: relative;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
}
.post-page .post-image, .event .event-image, .featured-post a {
    height: 200px;
}
.post-image img, .event-image img, .sidebar .featured-gallery-widget .gallery-image img, .c-gallery .gallery-images>li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event .event-image {
    height: 150px;
}
.sidebar .featured-gallery-widget .gallery-image a {
    height: 250px;
}
.gallery-image {
    height: 140px;
}
.help-block {
    color: #ea2733;
    float: left;
    padding: 10px 0px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.cc-revoke, .cc-window {
    font-family: inherit;
    font-size: 1em;
}
.cc-window.cc-floating {
    max-width: 30em;
    bottom: 4em;
}
@media (min-width: 1200px) {
    .cc-window.cc-floating {
        bottom: 1em;
    }
}
.c-gallery .gallery-images>li {
        padding: 4px;
}
.c-gallery .gallery-images.m-3-columns>li {
    width: 32%;
}









.foxy-rights {
    float: right;
    display: block;
    margin-top: 0px;
}

.foxy-rights a {
    display: block;
    overflow: hidden;
    /*    width: 160px;*/
    padding: 5px;
    text-decoration: none;
    /*    text-transform: uppercase;*/
}

.foxy-rights span {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    padding: 0px 20px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #565656;
    text-align: right;
}

.foxy-rights img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}


@media (max-width: 767px) {
    .footer-text {
        margin-top: -20px;
        margin-bottom: 20px;
    }  
    .footer-menu, .footer-text {
        float: none;
    }
    .foxy-rights {
        float: none;
    }
    .foxy-rights a {
        padding: 20px;
    }
}
