/* CSS Document */
#facebook-feed{
	float: left;
	width: 340px;
	margin: 20px;
}
body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "PT Serif", serif;
	font-size:14px;
	background-color:#ededed;
    color:#333333;
}
h1, h2, h3, h4, h5, h6, p, form, input, ul, li {
	padding:0px;
	margin:0px;
	font-weight:normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	line-height:24px;
	margin-bottom:24px;
}
ul, ol, li {
	list-style:none;
}
input, select, textarea {
    font-family:Georgia, "PT Serif", serif;
	font-size:12px;
	color:#000;
}
a {
    color:#cc0404;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
}
a img {
	border:0px;
	outline:none;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	display:block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
blockquote,
blockquote p {
	font-weight: normal;
	font-size:20px;
	color:#3e2150;
	margin: 20px 0 20px 20px;
}

.red-text {
    color:#cc0404;
}

.bigger-italic-text {
    font-size: 1.2em;
    font-style: italic;
}

/* ======================================== Wrapper Styles ============================================ */

#header-bar {
	position: relative;
	width:100%;
	height:20px;
	background:#000000;
}
#wrapper {
    position: relative;
	width: 100%;
	overflow:hidden;
	min-width:1000px;
}

.structure {
	position: relative;
	width:1040px;
    margin:0 auto;
}

#top-container {
    position: relative;
	width: 100%;
}

#shadow-container {
    margin-top:25px;
}

#main-container {
	padding:25px 30px;
    background: #ffffff;
    min-height: 600px;
}

#header {
    position:relative;
}

#banner {
    position:relative;
	width: 1040px;
}

#banner img {
    display: block;
}

#logo {
    position: absolute;
    left: 50%;
    margin-left: -175px;
    top: 50%;
    margin-top: -125px;
    width: 537px;
}

#banner #logo img {
    display: inline;
    max-width: 100%;
    width: auto !important;
}

.hjcc-message {
    position: absolute;
    left: 50%;
    margin-left: -235px;
    top: 50%;
    margin-top: -75px;
    width: 660px;
}

.hjcc-message p {
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
}

#content-container {
    position:relative;
    float:left;
    margin-bottom:55px;
	padding:0px 54px;
    width:546px;
}
#content-container.full-right {
    width:758px;
    padding-right:0;
}

#above-bottom-container {
    display: none;
    position: relative;
    width: 100%;

}

#bottom-container-1 {
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    background: #1d1d1d;
}
#bottom-container-2 {
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    background: #000000;
    padding-bottom: 20px;
}

/* ======================================== Container Styles ============================================ */

#navigation {
    position:absolute;
    top:62px;
    left:30px;
    width:167px;
    z-index: 99;
}

#hjcc-est {
    position:absolute;
    top:32px;
    left:30px;
    width:167px;
    color:#fff;
    text-align: center;
    font-style: italic;
    font-size: 1.45em;
    font-weight: 400;
}

.sidebar {
	position:relative;
	float:left;
}

#sidebar-left {
	width:146px;
    min-height: 200px;
}

#sidebar-right {
	width:180px;
}

li.content-area,
.content-area {
	float:left;
	width:100%;
    margin-bottom:35px;
    border-bottom:1px solid #666666;
    padding-bottom:35px;
}

.content-area.wh-single {
    border-bottom: none;
    padding-bottom: 0;
}

.content-area.last-item {
    border-bottom:none;
}

.category .content-area {
    min-height:0px;
    margin-bottom:0px;
}

/* ======================================== Menu Styles ============================================ */

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-toggle,
.menu-toggle:hover {
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    padding-top:0;
    padding-bottom: 0;
    padding-left: 18px;
    margin-left: 30px;
    font-size: 13px;
}

.menu-toggle:before {
    position: absolute;
    left: 30px;
    top:15px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    content: "";
    background: url("../images/menu_icon.png") no-repeat 0 0;
    background-size: 100%;
}


#navigation ul {
    position:relative;
}
.menu-top-menu-container {
    position:relative;
    float:left;
    background:rgba(0,0,0,0.75);
}
.menu-top-jp-container {
	position:relative;
    float:left;
    background:rgba(0,0,0,0.75);
}

#navigation .menu li {
    position:relative;
    float: left;
    display: block;
}

#navigation .menu li.first-menu-item > a {
	padding-top:15px;
}
#navigation .menu li.last-menu-item > a {
    padding-bottom:15px;
}
#navigation .menu a {
    position: relative;
	display: block;
    font-size:14px;
    line-height: 14px;
    color:#ffffff;
    font-weight: 700;
    text-transform:uppercase;
    font-family:'Archivo Narrow', sans-serif;
    width:127px;
    padding:10px 20px;
    margin:0;
    border-bottom:1px solid #666666;
    text-decoration: none;
}

#navigation .menu-top-jp-container .menu a {
	    font-weight: 400 !important;
}


#navigation .menu li.last-menu-item > a {
    border-bottom: none;
}

#navigation .menu a:hover {
	color:#cc0404;
}

#navigation ul ul {
    position:absolute;
    top:0px;
    left:167px;
    width:154px;
    display:none;
    z-index:99;
    background:rgba(0,0,0,0.60);
    padding:5px 0;
}

#navigation .menu li li {
    float:left;
    display:block;
}

#navigation .menu li li a {
    display:block;
    text-align:left;
    padding:5px 20px;
    font-size:14px;
    border-bottom:none;
}

#navigation ul li:hover > ul {
	/* display: block; */
}

#navigation ul li ul.active {
    display:block;
}

#nav-above {
    position:absolute;
    right:40px;
    top:15px;
    width:200px;
    height:20px;
}
#nav-below {
    float:right;
    margin-right:40px;
    margin-top:10px;
}

/* ======================================== Detailed Styles ============================================ */

/** Alignment **/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.home-1-content {
    float: left;
    margin-bottom: 10px;
}

.entry-content ul,
.mcapi-event-content ul {
    margin-left: 20px;
}

.entry-content ul li,
.entry-content ol li,
.mcapi-event-content ul li {
    list-style: disc;
    margin-left: 20px;
    line-height: 24px;
}

.news-archive-title,
h1 {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 18px;
    color:#333333;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h1 a {
    color:#333333;
    text-decoration: none;
}

.home h1 {
    font-family: Georgia, "PT Serif", serif;
    font-style: italic;
    text-transform: none;
    margin-bottom: 20px;
}

h2 {
    font-family: Georgia, "PT Serif", serif;
    font-size: 14px;
    line-height: 17px;
    margin-bottom:2px;
    color:#cc0404;
}

h2 a {
    color:#cc0404;
    text-decoration: none;
}

h4 a {
    color:#cc0404;
    text-decoration: none;
}

h2.sidebar-main-header {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color:#333333;
    text-transform: uppercase;
    border-bottom: 1px solid #666666;
    border-top:4px solid #666666;
    margin-bottom:22px;
}
h2.sidebar-main-header a {
    color:#333333;
    text-decoration: none;
}

.home-1-content h2.widgettitle {
    font-family: Georgia, "PT Serif", serif;
    font-style: italic;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 16px;
    color:#333333;
}

h3 {
    font-family:Georgia, "PT Serif", serif;
    font-weight: bold;
    font-size:14px;
    line-height: 24px;
    color:#cc0404;
}
h3 a {
    color:#cc0404;
}

#sidebar-left-top {
    margin-bottom:7px;
}


.sidebar-left-content {
    margin-bottom:20px;
}

#sidebar-left .widget_fpw_widget article .entry-summary {
    max-height:45px;
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    font-family: Georgia, "PT Serif", serif;
    color:#cc0404;
}

#sidebar-left .widget_fpw_widget article .entry-summary p {
    margin-bottom:0;
}

#sidebar-left .sidebar-widgets {
    margin-bottom: 29px;
}

.entry-meta {
    font-size: 12px;
    color:#333333;
    font-weight: 600;
    margin-bottom:35px;
}

.sidebar .entry-meta {
    margin-bottom:22px;
}

.content-area .entry-summary .thumbnail,
.tribe-events-list .entry-summary .thumbnail {
    float:left;
    margin:0 50px 18px 0;
}

#latest-news-title {
    float: left;
    width:100%;
    margin-bottom:35px;
    background-color:#c70000;
    height:15px;
}

#latest-news-title img {
    margin-left:40px;
}

.menu-footer-menu-container {
    margin:0 30px;
    float: left;
}

#footer .footer-container {
    position:relative;
    margin:0 auto;
    width:1000px;
    padding-bottom:15px;
}

.footer-menu li {
    float:left;
    display:block;
    font-size:11px;
    width:150px;
    text-transform:uppercase;
    margin-bottom: 20px;
}

.footer-menu li a {
    font-family:'Archivo Narrow', sans-serif;
    color:#ffffff;
    text-decoration: none;
}

.footer-menu .first-menu-item {
    border:none;
}

.footer-left {
    float:left;
    width:50%;
}

.footer-right {
    float: right;
    width: 50%;
}
.footer-w-facebook{
	height: 540px;
}
.footer-right .bottom{
	margin-top: 400px;
}

.footer-right p {
    font-family:'Archivo Narrow', sans-serif;
    font-size: 11px;
    line-height: 17px;
    color:#999999;
    margin-bottom: 0;
}

.footer-top-left-content {
    float:left;
    width:250px;
    padding-left:10px;
}

.footer-top-right-content {
    float:right;
    width:180px;
    padding-right: 30px;
}

.footer-bottom-content {
    margin-left:10px;
    margin-right: 30px;
}

#orasi {
    float: left;
    width:50%;
    margin-top: 18px;
    padding-left: 30px;
    color:#999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    line-height: 1.2;
}

#orasi, #orasi a {
    text-transform: lowercase;
    font-family: 'Open Sans',sans-serif;
    font-size:10px;
    color:#999999;
    text-decoration: none;
}

#orasi img {
    margin-bottom:-3px;
}

.content-area .gallery_detail_box {
    width:450px;
}

.gallery_box li.content-area img {
    margin-right:23px;
    border:none;
}

.gallery_box {
    float: left;
    position: relative;
    margin-top:-35px;
}

.gallery_box_subheader {
    margin-bottom:40px;
    font-family:Georgia, "PT Serif", serif;
    color:#333333;
    font-size: 14px;
    line-height: 24px;
}

.gallery_box_single {
    margin-bottom:40px;
}

.gallery-more-link {
    text-decoration: underline;
}

.news-archive li a {
    text-transform:uppercase;
    font-family:'Archivo Narrow', sans-serif;
    line-height: 24px;
    font-size: 14px;
    color:#333333;
    text-decoration: underline;
}

.wp-caption-text {
    font-family: Georgia, "PT Serif", serif;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    color:#333333;
    text-align: center;
    margin-top: 2px;
}

#menu-join-hjcc {
    float:left;
    width:167px;
    height:40px;
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 700;
}
#menu-join-hjcc a {
    display: block;

    background:rgba(255,255,255,0.80);
    color:#cc0404;
    padding:10px 20px;
    margin:7px 0 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.wpcf7-submit,
.red-button a,
a.red-button {
    line-height: 24px;
    color:#ffffff;
    border:1px solid #cc0404;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:12px;
    padding: 2px 10px 2px 10px; text-decoration:none;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold; color: #FFFFFF;
    background-color: #cc0404; background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0404), to(#6d0000));
    background-image: -webkit-linear-gradient(top, #cc0404, #6d0000);
    background-image: -moz-linear-gradient(top, #cc0404, #6d0000);
    background-image: -ms-linear-gradient(top, #cc0404, #6d0000);
    background-image: -o-linear-gradient(top, #cc0404, #6d0000);
    background-image: linear-gradient(to bottom, #cc0404, #6d0000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cc0404, endColorstr=#6d0000);
}

.wpcf7-submit:active,
.red-button a:active{
    color:#ffffff;
    border:1px solid #cc0404;
     background-color: #cc0404; background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0404), to(#d20202));
     background-image: -webkit-linear-gradient(top, #cc0404, #d20202);
     background-image: -moz-linear-gradient(top, #cc0404, #d20202);
     background-image: -ms-linear-gradient(top, #cc0404, #d20202);
     background-image: -o-linear-gradient(top, #cc0404, #d20202);
     background-image: linear-gradient(to bottom, #cc0404, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cc0404, endColorstr=#d20202);
}

.loading {
    padding-left:20px;
}

.mcapi-event-meta {
    color: #333333;
    font-family: Georgia,serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}
.mcapi-event-content {
    margin-bottom:40px;
}

.item-event .mcapi-event-meta {
    margin-bottom:0;
}

.item-event {
    border-bottom:1px solid #666666;
    margin-bottom:20px;
    padding-bottom:20px;
}

.item-event.last-item {
    border-bottom: none;
}

.wpcf7-form .wpcf7-textarea {
    width:400px;
}

.wpcf7-form p {
    margin-bottom: 15px;
}

.widget_hjcc_photogallery_widget {
    margin-bottom:30px !important;
}

.error404 .content-area ul li {
    margin:0 20px;
    line-height: 24px;
}

.gllr_single_image_text {
    margin-top:5px;
}

.tribe-events-list-widget-events .duration {
    font-size: 12px;
}
.tribe-events-widget-link {
    display:none;
}
#content-container .tribe-events-loop .tribe-events-event-meta {
    clear:none;
}
#content-container .tribe-events-loop .tribe-events-content {
    float:none;
}

.tribe-events-single .tribe-events-schedule {
    margin-top:0;
}

.tribe-events-address .adr span {
    display:block;
}

.tribe-events-address .adr .locality,
.tribe-events-address .adr .delimiter,
.tribe-events-address .adr .region,
.tribe-events-address .adr .postal-code {
    display: inline;
}

.tribe-events-event-meta.first-section .hjcc_venue {
    width:66%;
    margin-bottom:5px;
}

.tribe-events-event-meta.second-section .hjcc_venue {
    width:33%;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dl.hjcc_address dd {
    margin-bottom:2px;
}

.tribe-events-address .adr .country-name {
    display:none;
}

.hjcc_address,
.hjcc_venue_details {
    float:left;
    width:50%;
}


.tribe-events-event-meta.second-section .hjcc_venue .hjcc_address,
.tribe-events-event-meta.second-section .hjcc_venue .hjcc_venue_details {
    width:100%;
}


.single-tribe_events .tribe-events-event-meta.second-section .tribe-events-venue-map {
    position: relative;
    display: block;
    width:63%;
    height:200px;
    margin:0;
    padding:0;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-venue-map,
.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap {
    position: relative;
    display: block;
    width:92%;
    height:200px;
    margin-top:0;
    margin-left:15px;
    padding:0;
}

.single-tribe_events .tribe-events-meta-group #tribe-events-gmap {
    height:100% !important;
    width:100% !important;
    padding-top:0 !important;
}

.single-tribe_events #tribe-events-gmap{
    height:100% !important;
    width:100% !important;
    padding-top:0 !important;
    /*
    height:0 !important;
    padding-top:50%;
    width:100% !important;
    */
}

.single-tribe_events .tribe-events-schedule .recurringinfo {
    font-size:inherit;
    vertical-align: inherit;
}

body .tribe-events-ical,
body .tribe-events-cal-links {
    display: none !important;
}

.page-template-events-template-php .content-area.wh-single {
    margin-bottom:0;
}


.page-template-events-template-php h1 {
    margin-bottom:15px;
}

.vcalendar h4 {
    line-height: 18px;
    margin-bottom:2px;
}

#content-container .tribe-events-list h2.tribe-events-list-event-title,
#content-container .tribe-events-list .vevent.hentry h2 {
    font-size: 1.1em;
}


/** login **/
html, body {
    height: auto !important;
}

body #login {
    margin-bottom:40px;
}

/** specific for leadership page **/
.page-id-19 .wp-caption {
    height: 295px;
}

/** login form **/
#hjcc-logout-form,
#hjcc-login-form {
    position: absolute;
    right: 30px;
    top:30px;
    width: 332px;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
#hjcc-logout-form {
    font-size: 13px;
    text-align: right;
}

#hjcc-login-form * {
    font-family:'Archivo Narrow', sans-serif;
    font-size: 13px;
}

.logout-name {
    display: inline;
}

.hjcc-form-header {
    text-indent:5px;
    margin-bottom: 6px;
}

.hjcc-form-header h2 {
    display: inline;
    text-transform: uppercase;
    color:#000;
    font-family:'Archivo Narrow', sans-serif;
    line-height: 1;
    margin-right: 10px;
}

#loginform {
    position: relative;
}

.login-fail {
    color: #cc0404;
}

p.login-fail {
    display: none;
}

p.login-username,
p.login-password {
    float: left;
    position: relative;
    display: block;
    margin: 0 8px 6px 0;
    width: 128px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    height: 22px;
}

p.login-remember {
    display: none;
}

p.login-submit {
    float: left;
    position: relative;
    display: block;
    width: 60px;
    margin-bottom: 6px;
}
#hjcc-login-form p.login-submit input {
    margin:0;
    color:#cc0404;
    text-align: center;
    position: relative;
    top:auto;
    left: auto;
    text-indent: 0;
    text-transform: uppercase;
    border:0;
    outline:0;
    box-shadow: 0;
    border-radius: 0;
    width: 100%;
    height: 22px;
    cursor: pointer;
}

a.hjcc-login-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 30px;
    text-decoration: none;
    font-size: 13px;
    font-family:'Archivo Narrow', sans-serif;
    color: #fff;
    height: 22px;
    line-height: 22px;
    width: 60px;
    text-align: center;
    text-transform: uppercase;
    margin:0
}

a.hjcc-login-button.toggled {
    display: none;
}

#hjcc-login-form .forgot-password-link {
    float: left;
    text-indent: 5px;
    margin-bottom: 0;
    line-height: .8;
}
#hjcc-login-form .forgot-password-link a {
    text-transform: uppercase;
    color:#555;
    text-decoration: none;
    font-size: 11px;
}

p.login-username input,
p.login-password input {
    font-size: 13px;
    line-height: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    width: 100%;
    border:none;
    outline:0;
    box-shadow: 0;
    position:absolute;
    top:0;
    left:0;
    display:block;
    background:transparent;
    z-index:2;
    text-indent:5px;
}

p.login-username label,
p.login-password label {
    display:block;
    position:absolute;
    top: 0;
    left: 5px;
    z-index: 1;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    -moz-transform-origin: 0 0em;
    -ms-transform-origin: 0 0em;
    -webkit-transform-origin: 0 0em;
    transform-origin: 0 0em;
    -moz-transition: -moz-transform 160ms, color 200ms;
    -o-transition: -o-transform 160ms, color 200ms;
    -webkit-transition: -webkit-transform 160ms, color 200ms;
    transition: transform 160ms, color 200ms;
    -moz-transform: scale(1, 1) rotateY(0);
    -ms-transform: scale(1, 1) rotateY(0);
    -webkit-transform: scale(1, 1) rotateY(0);
    transform: scale(1, 1) rotateY(0);
}

p.login-username.floating-placeholder-float label,
p.login-password.floating-placeholder-float label {
    display: none;
}

#hjcc-logout-form {
    font-style: italic;
}
#hjcc-logout-form a {
    text-decoration: none;
    color:#000;
}
#hjcc-logout-form a.logout {
    font-family:'Archivo Narrow', sans-serif;
    margin-left: 5px;
    background: #fff;
    padding:3px 6px;
    color:#cc0404;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}

/* ======================================== Responsive ============================================ */

@media screen and (max-width:1040px) {
    .structure {
        width: 100%;
    }
    #banner {
        width: 100%;
    }
    #banner img {
        width: 100% !important;
        height: auto !important;
    }
    #content-container.full-right {
        width: calc(100% - 200px);
    }
    #wrapper {
        min-width: 320px;
    }
    .footer-top-left-content {
        width: 150px;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
    }
    .footer-top-right-content {
        float: left;
        width: 50%;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
    }
}

@media screen and (max-width:1000px) {

    #header-bar {
        height:40px;
    }
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    #logo {
        top: 30%;
        left: 0;
        margin-top:0;
        margin-left:0;
        width: 100%;
        text-align: center;
    }
    #top-container .hjcc-message {
        display: none;
    }
    #above-bottom-container {
        display: block;
    }
    #shadow-container {
        margin-top: 0;
    }
    #above-bottom-container .hjcc-message br {
        display: none;
    }
    #above-bottom-container .hjcc-message {
        position: relative;
        top: 0;
        margin: 0;
        left: 0;
        width: 100%;
        background: #5e9090;
        border-top: 2px solid #fff;
        padding:20px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
    }
    #above-bottom-container .hjcc-message p {
        font-size: 16px;
        line-height: 1.4;
    }

    #hjcc-est {
        left: 50%;
        margin-left: -88px;
        top:auto;
        bottom: 15px;
    }

    #navigation {
        top: 2px;
        left: 0;
        width: 300px;
        display: none;
    }
    #navigation.toggled {
        display: block;
    }
    .menu-top-menu-container {
        background: none;
    }
    #navigation .menu li {
        width: 100%;
        margin-bottom: 1px;
    }
    #navigation .menu a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
        width: 100%;
        border-bottom: 0;
        background: rgba(0, 0, 0, 0.9);
        padding-top:15px;
        padding-bottom: 15px;
        padding-left: 50px;
    }
    #navigation ul ul {
        position: relative;
        left: 0;
        width: 100%;
    }
    #navigation .menu li li a {
        padding-left: 90px;
        padding-top:15px;
        padding-bottom: 15px;
        background: rgba(55, 55, 55, 0.95);
    }
    #navigation .menu li:hover ul.sub-menu {
        /* display: block; */
    }

    #menu-join-hjcc {
        width: 100%;
    }
    #menu-join-hjcc a {
        background:rgba(255,255,255,0.90);
    }

    #hjcc-login-form {
        top:20px;
    }
    #hjcc-logout-form {
        top:-26px;
    }
    #hjcc-logout-form {
        color: #fff;
    }
    #hjcc-logout-form a.logout {
        color:#fff;
        background: transparent;
        margin-left: 8px;
        padding-left: 0;
    }

    #hjcc-logout-form a.logout:before {
        content: "|";
        padding-right: 10px;
    }
}

@media screen and (max-width:750px) {
    .footer-left {
        width: 100%;
    }
    .footer-right {
        width: calc(100% - 60px);
        margin:0 30px 20px;
    }
    .footer-bottom-content {
        margin:0;
    }

    a.hjcc-login-button {
        display: block;
    }
    #hjcc-login-form {
        display: none;
    }
    #hjcc-login-form.toggled {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        background: #ccc;
        padding: 25px;
        width: 100%;
    }

    p.login-username,
    p.login-password {
        width: 35%;
    }
    p.login-submit {
        width: 25%;
    }
}

@media screen and (max-width:720px) {
    .hjcc-message .bigger-italic-text {
        display: block;
    }
}

@media screen and (max-width:700px) {
	#facebook-feed{
		float: none;
		margin: 0 auto;
	}
	.footer-right .bottom {
		margin-top: 100px;
	}
    #main-container {
    }
    #content-container.full-right {
        width: 100%;
        padding-left: 0;
    }
    #sidebar-left {
        width: 100%;

        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
    }

    .content-area .gallery_detail_box {
        width: 100%;
    }
}
@media screen and (max-width:450px) {

    p.login-username,
    p.login-password,
    p.login-submit {
        width: 100%;
        height: 36px;
    }
    p.login-username label,
    p.login-password label {
        height: 36px;
        line-height: 36px;
    }

    p.login-username input,
    p.login-password input,
    #hjcc-login-form p.login-submit input {
        height: 36px;
        line-height: 36px;
    }
}

@media screen and (max-width:400px) {
    .footer-right p {
        font-size: 12px;
    }
    .footer-menu li {
        width: 100%;
        font-size: 12px;
        padding: 10px 0;
    }
    .footer-top-left-content {
        margin-bottom: 10px;
    }

    .footer-top-left-content,
    .footer-top-right-content {
        width: 100%;
    }
    .logout-name {
        display: none;
    }
    #hjcc-logout-form {
        width: 80px;
    }

    #hjcc-logout-form a.logout {
        margin-left: 0;
    }

    #hjcc-logout-form a.logout:before {
        content: "";
        padding-right: 0;
    }

    .gallery .gllr_image_block {
        float: none;
    }
    .sidebar-left-content {
        text-align: center;
    }
}
.recurringinfo,
.nocomments{
	display: none;
}
