/*

Theme Name: 2020 JB Redesign

Author URI: https://github.com/JettBurns14;

Author: Jett Burns

Version: 1.0

Text Domain: biedermann

*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

@font-face {
	font-family: Rockwell;  
	src: local('ROCK.TTF'), 
		url("fonts/ROCK.TTF") format('truetype');
	font-weight: normal;
}
@font-face {
    font-family: Typodermic;  
    src: local('typodermic.TTF'), 
        url("fonts/typodermic.TTF") format('truetype');
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: Rockwell, "Open Sans", sans-serif;
    font-size: 16px;
    color: #FFF;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
}

p,
div.content-area ul,
div.content-area ol {
    line-height: 1.8;
    font-family: 'Open Sans';
}

img {
    border: 0;
}

.inner {
    width: 1180px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
}

#narrow-content {
    width: 70%;
    margin: 60px auto;
    color: black;
    font-size: 16px;
}

a {
    /*color: #eb2a2f;*/
    color: #a40000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* set font-size, font-weight */
.red-button,
.donate-link a {
    background-color: #a40000;
    border: none;
    outline: none;
    color: #fff;
    padding: 8px 14px;
    text-decoration: none;
    border-radius: 3px;
}
.red-button:hover,
.donate-link a:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #c40000;
}


/******************************************************************************
*
* Header Styles
*
*******************************************************************************/





#main-header {
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
}
#main-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    transition: height 0.5s;
}
#main-header #logo a {
    display: flex;
    align-items: center;
}
#main-header #logo a img {
    max-width: 235px;
    width: 50vw;
    height: auto;
    max-height: 60px;
}
#main-header #buttons {
    display: flex;
    align-items: center;
}
#main-header #buttons .red-button.donate {
    font-size: 14px;
    font-weight: 800;
    margin-right: 12px;
}
#main-header #menu-open-button,
#main-header #menu-close-button {
    cursor: pointer;
}
#main-header #menu-close-button img,
#main-header #menu-open-button img {
    width: 35px;
}
#main-header #mobile-menu {
    display: flex;
    z-index: 10;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -350px;
    width: 300px;
    box-shadow: 0px 0px 12px -5px #bbb;
    transition: right 0.2s ease;
    font-size: 16px;
}
#main-header #mobile-menu #menu-head {
    height: 68px;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    padding-right: calc(2.5% + 10px);
    background-color: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#main-header #mobile-menu ul.menu {
    list-style-type: none;
    padding-inline-start: 0;
}
#main-header #mobile-menu ul li {
    margin: 0 20px;
}
#main-header #mobile-menu ul li:not(.donate-link) {
    border-bottom: 1px solid #e4e4e4;
}
#main-header #mobile-menu ul li.donate-link a {
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
}
#main-header #mobile-menu ul li:not(.donate-link) a:not(#menu-close-button) {
    text-decoration: none;
    color: black;
    display: block;
    padding: 15px 0;
}
#main-header #desktop-navbar {
    display: none;
    align-items: center;
}
#main-header #desktop-navbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#main-header #desktop-navbar ul li {
    display: inline-block;
    padding: 0 3px;
}
#main-header #desktop-navbar ul li:not(.donate-link) a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 5px;
    border-bottom: 2px solid transparent;
}
#main-header #desktop-navbar ul li:not(.donate-link) a:hover,
#main-header #desktop-navbar ul li:not(.donate-link).current-menu-item a {
    border-bottom: 2px solid #333;
}
#main-header #desktop-navbar ul li.donate-link a {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
#main-header #desktop-navbar ul li.donate-link a:hover {
    border: none;
}
/* If screen < 783 */
@media (max-width: 783px) {
    body.admin-bar #main-header #mobile-menu {
        margin-top: 46px;
    }
}

/* If screen > 783 */
@media (min-width: 783px) {
    body.admin-bar #main-header #mobile-menu {
        margin-top: 32px;
    }
}




#page {
    min-height: 500px;
    background-color: #fff;
}
#page iframe:not(.iubenda-ibadge) {
    border: 1px solid lightgrey;
}
.title-section {
    width: 100%;
    background-color: rgba(80, 80, 80, 0.3) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
    text-align: center;
    background-blend-mode: multiply;
}
#news-items .inner .title-section {
    height: 500px;
}
.title-section #title-header {
    line-height: 300px;
    font-size: 50px;
}
.post-thumbnail {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}
@media (max-width: 1000px) {
    .post-thumbnail {
        height: 400px;
    }
}
@media (max-width: 700px) {
    .post-thumbnail {
        height: 50vw;
    }
}






/******************************************************************************
*
* Landing page styles
*
*******************************************************************************/



.wp-block-embed__wrapper {
    height: 300px !important;
}

#margined-content {
    width: 90%;
    margin: 60px auto;
    color: black;
    font-size: 16px;
}

#margined-content .center-head {
    text-align: center;
}

.gutentor-single-column h2 {
    margin: 0 0 30px 0;
}

.grid-row .gutentor-single-column {
    margin-bottom: 40px;
}

.read-more.red-button {
    font-size: 20px;
    margin: 15px 0 0;
    display: inline-block;
    padding: 12px 15px !important;
}

@media (max-width: 767px) {
    .read-more.red-button {
        width: 50%;
        display: block;
        text-align: center;
        font-size: 20px;
        margin: 30px auto 0;
        padding: 12px 15px !important;
    }
    .gutentor-single-column .wp-block-embed-youtube {
        margin: 0;
    }
}





/******************************************************************************
*
* Default Slideshow style
*
*******************************************************************************/


.home-slider {
    min-width: 100%;
    min-height: 400px;
}
.home-slider .slider-42,
.home-slider .slider-2045 {
    height: 100%;
    min-width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.home-slider .caption-wrap {
    background: none !important;
    opacity: 1 !important;
    text-shadow: 0 0 3px #333;
    width: 100% !important;
    height: 100% !important;
    /*margin-top: -50px !important;*/
    /*top: 50% !important;*/
}
.home-slider .caption-wrap .caption {
    font-size: 1.5vw !important;
    text-align: left !important;
    padding: 0 !important;
    position: relative;
    width: 100% !important;
    height: 100% !important;
}
.home-slider .caption-wrap .caption p {
    font-family: Rockwell;
}
.home-slider .caption-wrap .caption a {
    color: #fff;
    background-color: #a40000;
    padding: 10px 15px;
    font-weight: bold;
    text-shadow: none;
}
.home-slider .caption-wrap .caption
.top-left,
.bottom-left,
.bottom-center,
.center-left,
.center-center,
.top-right {
    position: absolute;
    width: 40%;
}
.home-slider .caption-wrap .caption .top-left {
    top: 10%;
    left: 10%;
}
.home-slider .caption-wrap .caption .top-right {
    top: 10%;
    right: 10%;
}
.home-slider .caption-wrap .caption .bottom-center {
    bottom: 10%;
    text-align: center !important;
    width: 100%;
}
.home-slider .caption-wrap .caption .center-center {
    top: 50%;
    margin-top: -50px;
    text-align: center !important;
    width: 100%;
}
.home-slider .caption-wrap .caption .bottom-left {
    bottom: 10%;
    left: 10%;
}
.home-slider .caption-wrap .caption .center-left {
    top: 50%;
    margin-top: -100px;
    left: 10%;
}
.home-slider .caption-wrap .caption h1,
.home-slider .caption-wrap .caption p {
    line-height: normal;
}





/******************************************************************************
*
* Contact form Styles
*
*******************************************************************************/



div.wpcf7 {
    margin: 50px 0 0 0;
}

.wpcf7 input,
.wpcf7 textarea {
    font-family: 'Open Sans', sans-serif;
    background: none;
    color: #000;
    border: 2px solid #e7e7e7;
    padding: 10px 15px;
    outline: none;
    width: 88%;
    font-size: 16px;
    margin-bottom: 15px;
}

.wpcf7 input.wpcf7-submit {
    font-family: 'Rockwell', 'Open Sans', sans-serif;
    background-color: #a40000;
    border: none;
    width: 20%;
    min-width: 100px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -9px;
    left: 235px;
}





/******************************************************************************
*
* Custom Page Navi Styles
* http://wordpress.org/extend/plugins/wp-pagenavi/
*
*******************************************************************************/



.wp-pagenavi {
    clear: both;
    margin-top: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 3px 10px;
    color: #00316a;
    font-size: 20px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    background-color: #00316a;
    color: #fff;
}

/* If screen < 768*/
@media (max-width: 768px) {
    .wp-pagenavi {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wp-pagenavi .first {
        order: 1;
    }
    .wp-pagenavi .previouspostslink {
        order: 2;
    }
    .wp-pagenavi .nextpostslink {
        order: 3;
    }
    .wp-pagenavi .last {
        order: 4;
    }
}





/******************************************************************************
*
* Wide content class
*
*******************************************************************************/



#wide-content {
    padding: 50px 0;
    color: #000;
}
#wide-content .post,
#wide-content .issues,
#wide-content .galleries {
    padding: 10px 0;
}
#wide-content .issues {
    padding: 30px 0 25px;
    border-bottom: 1px solid #DDD;
    display: flex;
    flex-direction: column;
}
#wide-content .issues a, #wide-content .issues a:hover {
    color: inherit;
    text-decoration: none;
}
#wide-content .issues .issue-head {
    display: flex;
    align-items: center;
}
#wide-content .issues .issue-head h1 {
    margin: 0 0 0 10px;
    color: #00316a;
    font-size: 25px;
    width: 100%;
}
#wide-content .issues .issue-head img.icon {
    width: 70px;
    height: 70px;
}
#wide-content .entry-date {
    background-color: #a40000;
    color: #fff;
    padding: 5px 10px;
    width: 50px;
    float: left;
    text-transform: uppercase;
    text-align: center;
    margin-right: 15px;
}
#wide-content .entry-content {
    /*font-size: 18px;*/
    font-family: 'Open Sans';
}
#wide-content .entry-content h1 a {
    color: #00316a;
    text-decoration: none;
}
#wide-content .entry-content a {
    color: #a40000;
    text-decoration: underline;
}
#wide-content .entry-content p a:hover {
    color: #000;
    text-decoration: underline;
}
#wide-content .entry-content ul {
    line-height: 1.8;
    font-family: 'Open Sans';
}
#wide-content span.date {
    font-weight: bold;
    font-size: 30px;
}
#wide-content #home-news-header {
    font-size: 40px;
}
#wide-content span.month {
    font-size: 18px;
}


#news-items {
    padding: 20px 0;
    min-height: 500px;
}

.list-item {
    color: #000;
    padding-top: 35px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    padding-bottom: 40px;
}

.list-item:first-child {
    padding-top: 0;
}

.list-item .entry-content h1 a {
    color: #00316a;
    font-size: 25px;
}

.list-item .entry-content h2 {
    color: #eb2a2f;
    font-size: 17px;
}

.list-item .entry-content ul {
    font-family: 'Open Sans';
}

body.home a.read-more:not(.item) {
    background-color: #a40000;
    color: #fff;
    padding: 10px 15px;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
}

div.fl_left {

    float: left;

    width: 295px;

}

div.fl_right {

    float: right;

    width: 295px;

}

.submit_btn {

    width: 200px;

    margin: auto;

}

.donate-bttn {
    font-family: 'Open Sans', sans-serif;
    outline: none;
    cursor: pointer;
    border: none;
    background-color: #a40000;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0px 0;
    display: inline-block;
    font-size: 15px;
}




.newsletter-header {}
.newsletter-header h1 {
    margin: 0;
}

#newsletter {
    background: #a40000;
    padding: 25px 0;
    margin-top: -1px;
}
#newsletter .inner {
    display: flex;
    justify-content: space-between;
}
.newsletter-subscription form {
    margin: 0;
}

#newsletter-form {
    display: flex;
    align-items: center;
}

#newsletter-form .newsletter-email {
    background: #fff;
    color: #000;
    font-size: 15px;
    border: none;
    padding: 14px;
    outline: none;
    margin-left: 20px;
    font-family: Rockwell, sans-serif;
}

#newsletter-form .newsletter-submit {
    background-color: #fff;
    text-transform: uppercase;
    color: #444;
    border: none;
    font-size: 15px;
    padding: 14px 24px;
    outline: none;
    margin-left: 10px;
    font-family: Rockwell, sans-serif;
}

#newsletter #social-media {
    display: flex;
    align-items: center;
}
#newsletter #social-media #media-header {
    margin: 0 15px 0 20px;
}
#newsletter #social-media #media-header h1 {
    margin: 0;
}
#social-media .media-link {
    margin: 0 5px;
}
#social-media #media-icons {
    display: flex;
    align-items: center;
}
#social-media .media-icon {
    width: 50px;
}




.content-area.endorsements .ngg-galleryoverview.default-view {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.content-area.endorsements .ngg-gallery-thumbnail-box {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #DDD;
    padding: 20px 0;

    height: 200px;
}
.content-area.endorsements .ngg-gallery-thumbnail .ngg-simplelightbox {
    width: 300px;
}
.content-area.endorsements .ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    display: flex;
    align-items: center;
}
.content-area.endorsements .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    width: 300px;
}
.content-area.endorsements .ngg-galleryoverview.default-view .ngg-gallery-thumbnail h1 {
    font-size: 30px;
    margin: 0 0 0 30px;
}

/* If screen < 768*/
@media (max-width: 768px) {
    .content-area.endorsements .ngg-gallery-thumbnail-box {
        height: auto;
    }
    .content-area.endorsements .ngg-gallery-thumbnail .ngg-simplelightbox {
        height: 200px;
        display: flex;
        align-items: center;
    }
    .content-area.endorsements .ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
        flex-direction: column;
        width: 100%;
    }
    .content-area.endorsements .ngg-galleryoverview.default-view .ngg-gallery-thumbnail h1 {
        margin: 0;
    }
}





#colophon {
    background-color: #002045;
}
#site-info {
    overflow: hidden;
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer-logo {
    max-width: 50%;
}
#footer-logo img {
    width: 100%;
}
#footer-menu {
    margin-top: 30px;
    font-size: 22px;
}
#footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#footer-menu ul li {
    margin: 0 15px;
}
#footer-menu ul li a {
    color: #fff;
}
#copyright-section {
    width: 50%;
    display: flex;
    margin: 30px auto 0;
    padding: 20px 0 30px;
    text-align: center;
    flex-direction: column-reverse;
    color: #475e79;
    border-top: 1px solid #475e79;
    font-size: 12px;
}
#copyright-credits p {
    margin-top: 0;
}
#copyright-credits a {
    color: #ddd;
}
footer #social-media {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}



/*** Gallery ***/
.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
    border: 1px white solid;
}

/* If screen > 1240px */
@media (min-width: 1240px) {
    #wide-content .left-news {
        width: 815px;
        margin: 30px 0;
    }
}


/* If screen < 1240px */
@media (max-width: 1240px) {
    .inner {
        width: 95%;
    }

    /*.home-slider .caption-wrap .caption {
        font-size: 1rem !important;
    }*/

    .left-news {
        width: 625px;
        margin: 30px 0;
    }
}

/* If screen < 1100px*/
@media (max-width: 1100px) {
    #newsletter .inner {
        flex-direction: column;
        align-items: center;
    }
    #newsletter #social-media {
        margin: 20px 0 0;
    }
    body:not(.home) #newsletter .inner {
        justify-content: center;
    }
    body:not(.home) #newsletter #social-media {
        display: none;
    }
    #desktop-navbar ul li a:hover,
    #desktop-navbar ul li.current-menu-item a {
        border: none;
    }

    .flexslider .flex-control-nav {
        bottom: 10px !important;
    }

    /*.home-slider .caption-wrap .caption
    .top-left,
    .bottom-left,
    .bottom-center,
    .center-left,
    .center-center,
    .top-right {*/
    
    .home-slider .caption-wrap .caption .bottom-center {
        font-size: 0.7rem !important;
        margin-top: -50px !important;
        text-align: center !important;
        width: 80% !important;
        left: 13% !important;
    }
    .home-slider .caption-wrap .caption .center-left {
        font-size: 0.7rem !important;
        width: 50% !important;
    }
    .home-slider .caption-wrap .caption .center-center {
        font-size: 0.7rem !important;
        width: 70% !important;
        margin-top: -50px !important;
        left: 15% !important;
    }
    .caption-wrap .caption p {
        font-size: 1rem;
    }
    .caption-wrap .caption a {
        font-size: 0.9rem !important;
    }

    #menu-main-nav {
        display: none;
        z-index: 10;
        flex-direction: column;
        position: absolute;
        top: 84px;
        left: 0;
        width: 100%;
        bottom: 0;
        background-color: white;
        justify-content: space-evenly;
        text-align: center;
        border-bottom: 1px solid #aaa;
    }

    body.admin-bar #menu-main-nav {
        top: 116px;
    }

    #menu-open-button {
        display: inline-flex;
    }
}

/* If screen > 1101px */
@media (min-width: 1101px) {
    #desktop-navbar {
        display: flex !important;
    }
    #mobile-menu {
        display: none;
    }
    #buttons .red-button.donate, #buttons #menu-open-button {
        display: none !important;
    }
    #newsletter .inner {
        flex-direction: row;
    }
}

/* If screen < 768*/
@media (max-width: 768px) {
    .inner {
        width: auto;
    }
    /*.home-slider .caption-wrap .caption
    .top-left,
    .bottom-left,
    .bottom-center,
    .center-left,
    .center-center,
    .top-right*/ 

    .home-slider .caption-wrap .caption .bottom-center {
        width: 70% !important;
        left: 15% !important;
    }
    .home-slider .caption-wrap .caption .center-left {
        width: 40% !important;
        left: 15% !important;
        top: 40% !important;
    }

    .flex-direction-nav .flex-next,
    .flex-direction-nav .flex-prev {
        transform: scale(0.7);
    }

    #newsletter-form {
        flex-direction: column;
    }
    #newsletter-form .newsletter-header {
        margin-bottom: 20px;
    }
    #newsletter-form .newsletter-email {
        margin: 0;
    }
    #newsletter-form .newsletter-submit {
        margin: 20px 0 0;
    }
    #newsletter-form .newsletter-subscription {
        width: 100%;
    }
    .newsletter-subscription form {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    #newsletter-form #media-icons {
        flex-direction: column;
    }
    #newsletter #social-media {
        flex-direction: column;
    }
    #newsletter #social-media #media-icons {
        margin: 20px 0 0 ;
    }

    /*.show-menu-button {
        display: block;
        float: right;
        width: 24px;
        height: 22px;
        margin-top: 12px;
        margin-right: 11px;
        background-color: #442d75;
        padding: 5px;
        background-position: center;
        border-radius: 5px;
    }*/

    .btn-navbar {
        margin: 7.7px 0px;
        border: none;
        background: #000;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #fff;
        text-shadow: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 9px;
        position: absolute;
        cursor: pointer;
        width: 45px;
        height: 35px;
        right: 20px;
    }

    .icon-bar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #fff;
        margin-bottom: 3px;
    }

    .icon-bar:last-child {
        margin-bottom: 0px;
    }

    .icon-bar {
        display: block;
        width: 28px;
        height: 4px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

    .menu-menu-nav-container {
        float: none;
        width: 100%;
    }

    body.page-id-15 #page {
        background-position: left;
    }

    body.page-id-65 #page,

    body.page-id-11 #page {
        background-position: center;
    }
	
	.entry-content img.size-large {
		width: 100%;
    	height: auto;
	}

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        /*font-size: 20px;*/
    }

    iframe {
        width: 100%;
        height: 100%;
    }

    /*#page {
        padding-top: 46px;
        padding-bottom: 237px;
        background-repeat: no-repeat;
        background-size: cover;
    }*/

    body.page-id-11 #page {
        background-position: -430px 0;
    }

    body.home #primary {
        background-position: -550px 0;
    }

    #wide-content {
        width: auto;
    }

    #narrow-content {
        width: auto;
    }

    #narrow-content img {
        width: 100%;
    }

    .left-news {
        width: auto;
    }

    .right-facebook {
        width: auto;
        float: left;
        margin-top: 25px;
    }

    div.fl_right,
    div.fl_right,
    .submit_btn {
        float: none;
        width: auto;
    }

    body.page-template-news #newsletter {}

    body.page-id-13 #page {
        /*background-image: u
        rl('images/contact-bg-mobile.jpg');*/
    }

    #newsletter-form,
    #footer-logo,
    #footer-menu {
        float: none;
    }
    #footer-menu {
        font-size: 18px;
    }
    #footer-logo {
        max-width: 70%;
    }
    #copyright-section {
        width: 70%;
        padding: 20px 0;
    }
}

@media (max-width: 400px) {
    #footer-logo {
        max-width: 100%;
    }
}

/*** Firefox CSS hack ***/
@-moz-document url-prefix() {
    #newsletter {}
    .wpcf7 textarea {
        height: 134px;
    }
}

/*** Safari CSS hack ***/
/*@media screen and (-webkit-min-device-pixel-ratio: 0) {

    #newsletter {}

}*/

/*@media (max-width: 1024px) {

    .video-button-home {

        margin-top: 40px;

    }

}*/


/*@media (max-width: 358px) {

	body .fb_iframe_widget span {

        width: 300px;

    }

	body .fb_iframe_widget span {

        width: 320px !important;

    max-width: 320px !important;

	}

}