body {
    font-size: 15px;
}

p {
    margin-bottom: 15px;
}

a {
    cursor: pointer;
}

img {
    width: auto;
    height: auto;
}

.project-image {
    max-height: 500px;
}

.wp-block-pullquote {
    text-align: left;
}

.wp-block-pullquote blockquote {
    border: none !important;
    position: relative;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
}

.wp-block-pullquote blockquote p {
    position: relative;
    font-size: 1em;
}

.wp-block-pullquote blockquote::before{
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: "\e7ad";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    top: 0;
    left: 0;
    color: #EEE;
}

.wp-block-pullquote cite {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.wp-block-pullquote cite::before {
    content: "\2014\00A0"
}

#footer .footer-facebook-link {
    color: rgba(255, 255, 255, 0.25);
    transition: all 0.3s linear;
}

#footer .footer-facebook-link:hover {
    color: #fff;
}

#footer .footer-facebook-link i {
    border-radius: 2px;
    margin-right: 3px;
    font-size: 12px;
    line-height: 0;
    padding: 10px 8px;
    color: rgba(255, 255, 255, 0.25);
    background-color: #333;
    transition: all 0.3s linear;
}

#footer .footer-facebook-link:hover i {
    color: #fff;
    background-color: rgb(59, 89, 152);
}

.council-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.council-list li {
    display: block;
    padding: 5px 0;
}

.council-list i {
    color: #891009;
}

#logo img {
    padding: 12px 0;
    height: auto;
}

#header,
#header-wrap {
    height: auto;
}

#primary-menu-trigger {
    font-size: 20px;
}

#primary-menu ul li > a {
    padding: 39px 7px;
}

@media screen and (min-width: 1200px) {
    #primary-menu ul li > a {
        padding: 39px 15px;
    }
}

@media screen and (max-width: 991px) {
    .content-wrap {
        padding: 40px 0;
    }
}

#library .card-img-top {
    border: 1px solid #ddd;
}

#home-page .entry-image {
    border-radius: 3px;
    border: 1px solid #eee;
}

@media (max-width: 767.98px) {
    #top-social {
        display: block !important;
        float: right;
    }
}

#copyrights {
    font-size: 14px;
}

.dark #copyrights {
    color: #aaa;
}

#primary-menu ul li > a {
    font-size: 13px;
}

#primary-menu ul ul li > a {
    font-size: 12px;
}

#social-medias {
    padding-left: 15px;
    margin-top: 37px;
    float: right;
}

#header.sticky-header:not(.static-sticky) #social-medias {
    margin-top: 14px;
}

@media screen and (max-width: 991px) {
    #social-medias {
        position: absolute;
        top: 0;
        right: 0;
    }
}
#social-medias ul {
    list-style: none;
}

#social-medias ul li {
    display: block;
    float: left;
}

#slider .swiper-slide {
    height: 500px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
}

.slider-caption h2 {
    font-size: 2rem;
}

.slider-caption p {
    font-size: 18px;
}

.dark .slider-caption, .dark .slider-caption h2 {
    color: #fff;
}

@media (max-width: 575.98px) {
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 300px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 400px !important;
    }
}

.heading-block:after {
    border-top: 2px solid #891009
}

#page-title {
    padding: 25px 0;
}

@media screen and (min-width: 1200px) {
    #primary-menu ul li > a {
        padding: 44px 15px 24px 15px;
    }
}

#content p {
    line-height: 1.5;
}

.publication-back-button {
    display: inline-block;
    width: 147px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    background-color: rgba(0,0,0,0.2) !important;
    color: #a25957 !important;
}

.publication-back-button:hover {
    text-shadow: none;
}

.home-slider-caption {
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    width: 100%;
    padding: 0 40px;
    max-width: 1200px;
    position: absolute;
    bottom: 5%;
}
