/*
Theme Name: ALR Theme
Version: 1.0
Description: A child theme of Themify Basic
Template: basic
Author: Administrator
*/
@import url("../basic/style.css");


.pagewidth {
    max-width: 1442px;
    margin: auto;
    width: 98%;
    padding: 10px 1%;
}
#header {
	border: none;
	height: 100%;
}
body:not(.mobile_menu_active) #main-nav {
    display: none !important;
}
@media screen and (max-width: 760px) {
	nav #menu-icon:after {
    content: 'MENU';
    position: absolute;
    right: 40px;
    top: 1px;
    color: black;
	}
	.widget_nav_menu {
		display: none;
	}
}
#nav_menu-5 .menu-menu-container li.menu-item {
    display: list-item;
    list-style-image: url(./images/us-flag-43x26-bw.png);
    list-style-position: inside;
		border: none;
}
#nav_menu-5 .menu-menu-container li.current-menu-item,
#nav_menu-5 .menu-menu-container li.menu-item:hover,
#nav_menu-5 .menu-menu-container li.menu-item:focus {
    display: list-item;
    list-style-position: inside;
    list-style-image: url(./images/us-flag-43x26.png);
}
.mobile_menu_active .mobile-button {
    background-color: #ffffff;
    border: solid 1px #999;
}
.mobile_menu_active #main-nav {
        clear: both;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: auto;
    bottom: auto;
    max-width: 300px;
    z-index: 1000;
    padding: 10px 5px;
    background-color: #fff;
    border: solid 1px #999;
    display: none;
    box-shadow: 1px 2px 0 rgba(0,0,0,.2);
    border-radius: 5px;
    float: right;
    width: 100%;
}
.tnp-widget-minimal input.tnp-email {
    max-width: 100%;
}
footer .footer-text .two {
    display: none;
}
footer .back-top {
		float: right;
}
footer a, footer a:focus {
    outline: none;
}
.design-cred, .design-cred a {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333333;
	outline: none;
}
/* Stack rows vertically on small screens */
@media screen and (max-width: 30em) {
/* Hide column labels */
	table.respontable thead tr {
		position: absolute;
		top: -9999em;
		left: -9999em;
	}
	table.respontable tr {
    border: 0.1em solid #333;
    border-bottom: 0;
    margin-bottom: 10px;
  }
/* Leave a space between table rows */
  table.respontable tr + table.respontable tr {
    margin-top: 1.5em;
  }
/* Get table cells to act like rows */
  table.respontable tr,
  table.respontable td {
		display: block;
	}
	table.respontable td {
		border: none;
		border-bottom: 0.125em solid #333;
	/* Leave a space for data labels */
		padding-left: 50%;
	}
/* Add data labels */
  table.respontable td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
  }
}
/* Stack labels vertically on smaller screens */
@media screen and (max-width: 20em) {
  table.respontable td {
    padding-left: 0.75em;
  }
  table.respontable td:before {
    display: block;
    margin-bottom: 0.75em;
    margin-left: 0;
  }
}
/* Format for respontable-fallen */
.respontable tbody > tr:nth-child(odd) > td {
   background-color: #f7f7f7;
}
.respontable td {
   border-top: 0px;
   vertical-align: top;
}
.respontable td img {
   vertical-align: top;
}
.respontable {
    text-align: left;
    width: 95%;
    margin: auto;
}

/* Events Calendar */
.ecwd-events-day-details .event-details-container {
    border: 1px solid #000;
}
.event-details-container .event-details-title h5 a {
	color: #0b07ff !important;
	text-decoration: underline !important;
}
table.cal_blue.mini td ul.events li {
	width: 90%;
	background: #0078ff !important;
}

/* Events Page */
#ecwd-events-content {
    max-width: 1442px;
    margin: auto;
    width: 98%;
    padding: 10px 1%;
}
.type-ecwd_event {
    padding: 5% 10px 3%;
    margin-bottom: 10px;
	width: 68%;
    float: left;
}
.ecwd-event {
    padding: 5% 10px 3%;
    margin-bottom: 10px;
}
.ecwd-date .ecwd_timezone, .calendar_main .ecwd_calendar .metainfo, .ecwd_countdown_info .metainfo, .event-detalis span, .event-detalis a {
    font-size: 18px;
}
.type-ecwd_calendar .post-meta.entry-meta, .single-ecwd_venue .post-meta.entry-meta, .ecwd_calendar_view_tabs, .type-ecwd_calendar time {
    display: none;
}

/* Mobile Menu Overrides */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	padding: 5px 10px;
}

/* Connections Directory Pages Overrides */
#cn-form .address-geo {
    display: none;
}
#officers-list h3 {
    text-transform: capitalize;
}
span.cn-preferred .address-name, span.cn-preferred .phone-name, span.cn-preferred .email-name {
    color: red;
}
li#cn-entry-action-back {
    list-style-type: none;
    list-style-image: url('./images/left-arrow.png');
}
li#cn-entry-action-edit {
    list-style-type: none;
    list-style-image: url('./images/pencil.png');
}
li#cn-list-action-submit {
    list-style-type: none;
    list-style-image: url('./images/add.png');
}
li#cn-list-action-link_view {
    list-style-type: none;
    list-style-image: url('./images/view.png');
}
.chapter-labels {
    display: flex;
}
h3.email-block-title {
	display: none;
}
#address-block-div {
	padding-top: 1em;
}
#phone-block-div {
	padding-top: 1em;
	padding-bottom: 1em;
}
.widget li {
    border-top: none;
}
.widget_cnl_login_form {
    border: 1px solid blue;
    padding: 5px;
}
#sidebar .pagenav a {
    background-color: transparent;
}
.cn-entry-content-block-email_entry label.error {
    float: none;
    text-align: left;
    font-size: 16px;
}
.cn-entry-content-block-list, .cn-notes {
    padding-top: 1em;
    margin-top: 2em;
    border-top: 1px solid #ccc;
}

/* Directory Page */
.nodisplay {
    display: none !important;
}
span.updated-block {
    position: absolute;
    bottom: 0;
    right: 0;
}
span.updated-block-single {
    position: relative;
	float: right;
}
.cn-right {
    padding-bottom: 10px;
}
@media (min-width: 768px) {
	.cn-left {
		width: 49%;
		float: left;
	}
	.cn-right {
		text-align: right;
		float: right;
	}
}
#postbox-container-2 .postbox .handlediv .toggle-indicator:after {
    margin-top: 4px;
    width: 20px;
    border-radius: 50%;
    text-indent: -1px;
}

#postbox-container-2 .postbox.closed .handlediv .toggle-indicator:after {
    content: "\f140";
}
#postbox-container-2 .postbox .handlediv .toggle-indicator:after {
    content: "\f142";
    display: inline-block;
    font: normal 20px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
}

/* Diretory Form Page*/
#cn-form #cn-metabox-metabox-date .date {
    border: none;
    background: transparent;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#cn-form .cn-add .cn-button {
    width: 50%;
    height: 50px;
    margin-top: 50px;
}
.chapter-div, .dates-div, .post-adress-div {
    margin-bottom: 10px;
}
#cn-form .widget {
	border-color: #868686 !important;
}
#cn-form .address-type label {
    line-height: 1.6;
    vertical-align: middle;
    padding-right: 10px;
}
#cn-form .address-region .address-city {
	width: 38%;
}
#cn-form .address-region .address-state {
	width: 25%;
}
#cn-form .address-region .address-zipcode {
	width: 24%;
}
#cn-metabox-metabox-address .address-zipcode input {
    width: 63%;
}
#cn-metabox-metabox-date .widget-top {
    display: none;
}
div#cn-metabox-visibility {
    display: none!important;
}
input#cn-organization, input#cn-department {
    width: 50px !important;
}
.cn-metabox input.regular-text {
    width: 100%;
    max-width: 400px;
}
#cn-form .cn-add.cn-button {
    width: 160px;
    padding: 10px;
}
input#cn-form-submit-new.cn-button {
    width: 100px;
    padding: 10px;
    font-size: 1em;
}
#cn-form h3.cn-metabox-title {
    font-size: 1em !important;
}
#cn-form select, #cn-form label, #cn-form input, #cn-form .cn-metabox-label {
    font-size: 16px !important;
    font-weight: 100;
}
/* Admin Page */
.postbox h2.hndle.ui-sortable-handle > :after {
    content: '-';
    right: 10px;
    position: absolute;
    font-size: 2em;
    line-height: 0.6;
}
.postbox.closed h2.hndle.ui-sortable-handle > :after {
	content: '+';
}