/*
 Theme Name:   Altastratus - Education base - Child
 Theme URI:    http://altastrat.us
 Description:  Education Base - Child Theme , Education base Modified by @altastratus
 Author:       Altastrat.us
 Author URI:   altastrat.us
 Template:     altastratus-education-base-child
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Post Formats
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Custom CSS

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Audiclubna Fonts */

@import "assets/fonts/fonts.css";
@import "customize.css";
/* END Fontds import*/

html {
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: transparent;
    color: black;
}
a:hover,
a:active,
a:focus {
    outline: 0;
    background: transparent;
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic
}
mark,
ins {
    color: #000000;
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 1.5;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    background: #ffffff;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 15px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal;
    max-width: 100%;
    padding: 7px;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
td,
th {
    padding: 0
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
    font-family: "AudiTypeScreenNormal", verdana, tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    /*font-family: "AudiTypeBold",sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;*/
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-family: "AudiTypeExtendedNormal", verdana, tahoma, sans-serif;
    text-transform: none;
    font-weight: 400;
    color: #000000;
}
h1 {
    font-size: 26px;
    line-height: 33px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
address {
    margin: 0 0 1.5em;
}
.entry-meta i.fa,
.entry-footer i.fa {
    margin-right: 5px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar {
    margin: 0;
    padding: 15px 0;
    transition: all 0.2s ease-out 0s;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 4px -10px rgba(238, 238, 238, 0.9);
    -moz-box-shadow: 0px 10px 4px -10px rgba(238, 238, 238, 0.9);
    box-shadow: 0px 10px 4px -10px rgba(238, 238, 238, 0.9);
}
.navbar-brand > img {
    display: block;
    max-height: 55px;
    max-width: 310px;
}
.navbar .navbar-brand {
    margin: 0 0 0 15px;
    padding: 0;
    max-width: 40%;
}
}
.no-fs-clearfix {
    height: 80px;
}
.navbar .navbar-toggle,
.navbar .navbar-toggle:hover {
    font-size: 22px;
    border-radius: 4px;
    margin-bottom: 3px;
    margin-top: 3px;
    outline: medium none;
    transition: all 0.2s ease-out 0s;
    float: left;
    padding: 4px 0px 0px 10px;
    margin-right: 0px;
    background: transparent !important;
    color: black !important;
    padding: 5px 5px 0px 10px;
    height: 40px;
    margin-top: 0px;
}
a:hover,
a:active,
a:focus,
.widget li a:hover,
.posted-on a:hover,
.author.vcard a:hover,
.cat-links a:hover,
.comments-link a:hover,
.edit-link a:hover,
.tags-links a:hover,
.byline a:hover,
.main-navigation .active a,
.main-navigation .navbar-nav > li a:hover,
.team-item h3 a:hover,
.news-notice-content .news-content a:hover,
.circle .fa {
    color: #c4122f !important;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
    color: #444444 !important;
    padding: 0px;
    margin: 10px 15px;
    border-bottom: 2px solid #444444;
    opacity: 1;
}

.main-navigation .sub-menu li.current_page_item > a {
    border-bottom: 0px solid transparent;
    color: black !important;
}
.hidden-md {
    display: none;
}
#search_btn,
#member_link {
    padding: 15px 4px;
    font-size: 20px;
    color: black;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #000000;
}
.navbar-nav > li {
    float: none;
}
.nav > li > a:focus {
    background-color: transparent;
}
#navbar .container .main-navigation {
    background: white;
    padding-top: 35px;
    padding-bottom: 0px;
    width: 100%;
}
#primary-menu {
    float: left !important;
    width: 100%;
}

#top_news_article article {
    width: calc( ( 100% / 3) - 30px);
    margin: 0px 15px 0px 15px;
    border: 1px solid #f0f0f0;
    float: left;
    padding: 15px;
}
#top_news_article article:nth-child(4){
    display: none;
}


#top_news_article article .content-wrapper {
    width: 100%;
    padding: 0px;
}
#top_news_article article .post-thumb {
  display: flex;
  margin: -10px -10px 0px -10px;
  justify-content: center;
  align-items: center;
}

.main-navigation ul#primary-menu > li:last-child::after {
    content: "";
    position: absolute;
    width: 107px;
    height: 31px;
    top: -35px;
    right: 0px;
    background: url("https://audiclubna.org/v2/wp-content/uploads/2017/06/ACNA_logo_367.png") no-repeat;
    background-size: auto 100%;
    background-position: right center;
}
#top_ads_join_page {
    position: relative;
    left: 0px;
    width: calc(100% + 140px);
    overflow: unset;
    top: 0px;
    margin: 0 -60px;
    padding-bottom: 18px;
}
#top_ads_join_page.open{
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
}
#top_ads_join_page.open::after {
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0px;
    position: absolute;
    content: "";
    box-shadow: inset 2px 1px 1px 0px rgba(0,0,0,0.5);
    background: white;
    z-index: 99;
    margin-left: calc(50% - 100px);
    margin-top: 11px;
    transform: rotate(45deg);
    transition: ease 1s all 0s;
}
#top_ads_join_page.open.renew_now_tab::after {
    margin-left: calc(50% + 70px);
}
.so-panel {
    padding: 0px 60px;
}
#top_ads_join_page .so-panel {
    padding: 0px;
}
#join_page_button_top a,
.join_button a,
.join_button {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
#join_page_button_top, #renew_page_button_top {
    position: relative;
    top: 0px;
    width: 150px;
    background: black;
    padding: 15px;
    text-align: center;
    left: calc(50% - 165px);
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
#renew_page_button_top {

    margin-left: 165px;
    margin-top: -50px;
    background: white;
    border: 1px solid black;

}

#join_open_closer ul {
    text-align: center;
}
#join_open_closer li {
    display: inline-block;
    width: auto;
    padding: 15px;
    font-family: "AudiTypeExtendedNormal",verdana,tahoma,sans-serif;
    font-weight: 600;
}
.tab-closed {
    height: 0px;
    overflow: hidden;
    transition: ease 1s all 0s;
}
.tab-closed.open {
    height: 50px;
}
.join_button,
.page article .entry-content a.join_button {
    background: black;
    padding: 15px;
    text-align: center;
    height: auto;
    width: 150px;
    color: white;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}



#wp-social-widget-3 .social-icon {
    font-size: 24px;
}
#wp-social-widget-3 {
    padding-top: 13px;
}
.main-navigation ul#primary-menu > li:last-child a {
    padding-right: 4px;
}
.main-navigation ul#primary-menu > li:last-child {
    float: right;
    text-align: right;
}
.custom-logo-link,
a.custom-logo-link:hover {
    position: absolute;
    z-index: 5;
    width: 190px;
    height: 35px;
    top: 80px;
    background: url("https://audiclubna.org/v2/wp-content/uploads/2017/06/ACNA_logo_367.png") no-repeat;
    background-size: auto auto;
    content: " ";
    left: 30px;
    background-size: auto 100%;
}
.em-search-advanced {
    display: block !important;
}
div.em-search.css-search .selectric-wrapper.selectric-em-events-search-category {
    float: unset;
    width: auto;
}
body.single-event a.jssocials-share-link {
    background: transparent;
}
.share-calendar {
  display: none;
}
.open .share-calendar{
  display: block;
}
.cal_icon {
    display: inline-block;
    height: 26px;
    background: url("assets/img/ical_.png") no-repeat center center;
    background-size: auto auto;
    background-size: auto 100%;
    width: 35px;
}
.cal_icon.g_cal{
  background-image:url("assets/img/gcal_.png");
}
.share-calendar a {
    display: inline-block;
    width: auto;
    line-height: 8px;
}
.share-calendar {
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    letter-spacing: 0px;
    background: white;
    width: 87px;
    border: 1px solid #999;
    padding: 6px 7px 3px;
    border-radius: 5px;
}

.css-events-list td i {
    font-style: normal;
}
div.em-search.css-search .selectric-wrapper.selectric-em-events-search-category.selectric-open {
    float: left
}
div.css-search div.em-search-advanced .label_ > span.selectboxit-container {
    display: block;
}
.selectboxit-container .selectboxit-options {
    min-width: 100% !important;
}
div.css-search div.em-search-advanced .label_ > span,
div.css-search div.em-search-advanced .label_ > span.selectboxit-container .selectboxit {
    min-width: 100%;
    border-right: 0px;
    border-top: 0px;
    height: 41px;
    max-width: 100%;
    border-bottom: 1px solid #000 !important;
}
div.css-search {
    border: 0px solid transparent;
}
.center{
  text-align: center;
}
.css-events-list {
    min-height: 200px;
}
.css-events-list.for_page tbody{
  display: block;
}
.selectboxit-default-arrow::before {
    content: '\E811';
    font-family: "AudiTypeGlyphs";
    font-size: 27px;
    text-indent: -5px;
    position: absolute;
    margin-left: -2px;
    top: -6px;
    font-weight: bold;
}
div.css-search .em-search-field >label:before {
    content: '\E95D';
    display: block;
    left: 0px;
    top: 15px;
    position: absolute;
    font-family: "AudiTypeGlyphs";
    color: black;
    font-size: 30px;
}
.fa-search::before {
    content: '\E95D';
    font-family: "AudiTypeGlyphs";
    color: black;
    font-size: 23px;
}
.selectboxit-default-arrow {
    border-top: medium none !important;
}
.selectboxit-text {
    font-size: 14px !important;
    padding-top: 8px !important;
    color: #000;
    font-weight: normal !important;
}
.em-events-search-text.em-search-text {
    padding: 15px 10px 10px 35px !important;
    font-size: 16px !important;
    font-weight: normal;
    color: #000 !important;
}
div#em-loading {
    background-position: center 70px;
}
.em-search-ajax {
    overflow: hidden;
}
div.css-search div.em-search-main div.em-search-field input::-moz-placeholder {
    font-size: 14px;
    line-height: normal padding: 8px;
    border: none;
    outline: none;
    color: #000 !important;
    font-family: "AudiTypeScreenNormal", verdana, tahoma, sans-serif;
    opacity: 1 !important;
}
div.css-search div.em-search-main div.em-search-field input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: normal padding: 8px;
    border: none;
    outline: none;
    color: #000 !important;
    font-family: "AudiTypeScreenNormal", verdana, tahoma, sans-serif;
    opacity: 1 !important;
}
input::-ms-placeholder {
    font-size: 14px;
    line-height: normal padding: 8px;
    border: none;
    outline: none;
    color: #000 !important;
    font-family: "AudiTypeScreenNormal", verdana, tahoma, sans-serif;
    opacity: 1 !important;
}
input::placeholder {
    font-size: 14px;
    line-height: normal padding: 8px;
    border: none;
    outline: none;
    color: #ccc !important;
    font-family: "AudiTypeScreenNormal", verdana, tahoma, sans-serif;
    opacity: 1 !important;
}
div.em-search.css-search div {
    width: 40%;
    float: left;
    border-bottom: 0px solid transparent !important;
}
div.css-search input.em-search-text,
div.css-search input.em-search-geo {
    width: 80%;
}
div.em-search.css-search div.em-search-advanced {
    width: 60%;
}
div.css-search span.selectboxit-arrow-container {
    float: left;
    width: 30px;
    height: 30px;
}
.selectboxit-container * {
    font-family: "AudiTypeScreenNormal", verdana, tahoma, sans-serif !important;
}
div.em-search.css-search div.selectric-open .selectric {
    width: 116px;
}
div.em-search div.selectric-items {
    display: none;
}
div.em-search div.selectric-open .selectric-items,
div.em-search div.selectric-open .selectric-items div {
    display: block;
    float: none;
    width: auto;
}
.custom-logo-link img {
    display: none;
}
#navbar .container {
    width: 100%;
    width: calc(100%);
    padding: 0 0px;
    margin: 0px;
}
#navbar {
    padding: 0px 0 0;
}
.em-search-options {
    display: none !important;
}
.selectboxit-btn {
    border-bottom: 0px solid #ccc !important;
}
div.css-search div.em-search-advanced .advance-element .label_ > span.selectboxit-container {
    width: calc((100% / 3) - 10px);
    max-width: calc((100% / 3) - 10px);
    min-width: unset;
    float: left;
    margin: 0px 5px;
}
.selectboxit-container .selectboxit-options {
    max-height: 300px !important;
    width: 80%;
}
.selectboxit-btn {
    background: white !important;
    background-image: none !important;
    border-radius: 0px !important;
}

/*main-navigation*/

.main-navigation {
    float: right;
    z-index: 99;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-transform: capitalize;
}
.main-navigation li {
    display: inline-block;
    position: relative;
}
.main-navigation li.collapse.in{
  display: inline-block;
}
.main-navigation a {
    color: #444444;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.main-navigation a:hover {
    background: transparent;
}
/*submenu*/

.navbar-nav > li.menu-item-has-children > .button_arrow::after {
    color: #000;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    margin-left: 0px;
    margin-top: -3px;
    display: block;
    position: absolute;
    top: 7px;
}
.navbar-nav li.menu-item-has-children.depth-1 > .button_arrow.arrow-icon,
.navbar-nav li.menu-item-has-children.depth-3 > .button_arrow.arrow-icon,
.navbar-nav li.menu-item-has-children.depth-2 > .button_arrow.arrow-icon {
    display: none;
}
.navbar-nav li.menu-item-has-children > .button_arrow.arrow-icon {
    display: inline-block;
    border: 0px solid #ccc;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: transparent;
    padding: 0px;
    transition: ease 1s all 0s;
    position: relative;
}
.page article .entry-content .menu-contact-link-container ul li::before {
    content: "⇒ ";
}
.page article .entry-content .menu-contact-link-container ul li a {
    color: black;
}
.navbar-nav ul > li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 7px;
  font-size: 16px;
  margin-top: 0px;
  position: absolute;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background: #e5e5e5;
    border: 1px solid #ccc;
    text-align: left;
}
.main-navigation ul ul ul {
    top: -1px;
}
.main-navigation ul ul a {
    font-size: 12px;
    font-family: "AudiTypeExtendedNormal";
    padding: 12px 18px;
    width: 200px;
    color: #444444 !important;
}
.main-navigation li:hover > a {
    background: rgba(0, 0, 0, 0);
}
.main-navigation ul li:hover > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul {
    left: 100%;
}
.page article .entry-content a {
    color: rgb(204, 0, 51);
}
.widget.audic-widget h3 {
    margin-bottom: 5px;
}



.sl-overlay {
    background: black !important ;
    opacity: 0.8;
    z-index: 1006;
}
.sl-wrapper button {
    font-size: 50px !important;
    outline: none;
}
.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close, .sl-wrapper .sl-counter {
    color: white !important;
    z-index: 1015;
}
.sl-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    z-index: 1007 !important;
}
.sl-image img {
    max-width: calc(100% - 75px);
    display: inline-block !important;
    height: auto !important;
}
.sl-wrapper .sl-navigation button {
    top: calc(50% - 30px) !important;
}
.sl-wrapper .sl-close {
    top: 0px !important;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
    z-index: 1018;
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .main-navigation a {
        font-size: 16px;
        padding: 18px 23px;
    }
}
@media screen and (max-width: 1100px) {
    .navbar .container > .navbar-collapse,
    .navbar .container > .navbar-header {
        margin: 0;
    }
    .main-navigation {
        float: none;
        background: #fff;
        box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    }
    .navbar {
        margin-bottom: 0;
    }
    .main-navigation li {
        float: none;
        display: block;
        border-top: 1px solid #999;
    }
    .main-navigation.toggled .nav-menu {
        background: none repeat scroll 0 0 white;
    }
    .main-navigation ul ul li {
        padding-left: 25px;
    }
    .main-navigation ul ul li a {
        display: inline-block;
        width: auto;
    }
    .main-navigation ul ul a:hover {
        background: rgba(0, 0, 0, 0);
    }
    .main-navigation a {
        padding: 6px 10px;
        font-size: 12px;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 1.5em 0 1.5em;
    overflow: hidden;
    width: 100%;
}
#content.search-result .content-area article {
    width: calc(100% - 20px);
    height: auto;
}
body.single-post article.post a.download {
    border-bottom: 1px dotted;
    font-weight: normal;
    font-size: 24px;
}
body.single-post .article_title {
    margin: 0 0px;
}
.event .article_title {
    overflow-wrap: break-word;
    -ms-word-break: word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    display: inline-block;
    margin-bottom: 50px !important;
    width: 100%;
}
@media only screen and (min-width: 1100px) {
    .event .article_title {
        width: 75% !important;
    }
}
#top_news_article .read_more {
    display: none;
}
body.single-post article.post a {
    color: rgb(204, 0, 51);
}
body.single-post article.post a.download::after {
    content: '\E979';
    font-family: "AudiTypeGlyphs";
    padding-left: 5px;
    display: inline-block;
    ;
    margin-top: 10px;
}
#content.search-result .content-area {
    width: 100%;
}
body.search-results .search-result .entry-header-title h2 a,
body.archive .search-result .entry-header-title h2 a {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
    line-height: 24px;
}
#content.search-result .content-area article footer .entry-date,
#content.search-result .content-area article footer .tags-links {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    position: static;
}
#content.search-result .content-area article .text-highlighter {
    color: #c4122f;
}
.navigation.pagination {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}
.page article .entry-content a.jssocials-share-link {
    color: black;
}
.selectboxit-list a.selectboxit-option-anchor {
    color: black !important;
}
.selectboxit-container .selectboxit-options {
    background: #e5e5e5;
}
.selectboxit-list .selectboxit-focus a.selectboxit-option-anchor {
    color: white !important;
}
.selectboxit-container .selectboxit-options {
    border-radius: 0px !important;
}
.selectboxit-text {
    padding-left: 5px;
}
.selectboxit-option .selectboxit-option-anchor {
    padding: 0 10px;
}
.selectboxit-option-icon-container,
.selectboxit-default-icon {
    display: none !important;
}
.cpt_toolptip {
    z-index: 94;
    position: absolute;
    padding: 5px 25px;
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 0px;
    margin-top: -53px;
    margin-left: 10px;
    border: 1px solid #333;
    cursor: pointer;
    display: block;
    color: black !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}
.selectboxit-list a.selectboxit-option-anchor:hover {
    color: white !important;
}
.navigation.pagination .page-numbers,
.em-pagination .page-numbers {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
}
.page article .em-pagination a.page-numbers {
    color: black;
}
.navigation.pagination .page-numbers.current,
.em-pagination .page-numbers.current {
    background: black;
    color: white;
    border-color: black;
}
.post-thumb.no-image img {
    width: auto;
}
body.search-results .search-result article .post-thumb,
body.archive .search-result article .post-thumb a,
.archive .search-result article .post-thumb a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
body.search-results .search-result article .post-thumb,
body.archive .search-result article .post-thumb a,
.archive .search-result article .post-thumb a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
body.search-results .search-result article .post-thumb,
body.archive .search-result article .post-thumb {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0px 15px 15px 0px;
    float: left;
}
body.search-results .search-result article .entry-content,
body.archive .search-result article .entry-content,
body.archive .search-result article .entry-content {
    float: left;
    width: calc(70%);
}
body.search-results .search-result .entry-header-title h2 .text-highlighter,
body.archive .search-result .entry-content .text-highlighter {
    color: #c4122f;
    font-weight: normal;
}
body.search-results .wrapper,
body.archive .wrapper {
    display: none;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    margin: 0px 10px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

.clear {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget ul,
.widget ol {
    margin: 0;
    padding: 0;
}
/* Search widget. */

.widget_search .search-submit {
    display: none;
}
.widget_search {
    position: relative;
    width: 100%;
    margin: 10px auto 8px;
}
.widget_search {
    float: left !important;
}
#secondary-left .widget_em_widget > ul {
    background: white;
    padding: 4px 8px;
    border: 1px solid #ccc;
}
#secondary-left {
    margin-top: 63px;
    margin-bottom: 20px;
}
#secondary-left .widget-title {
    margin-bottom: 11px;
}
section.widget h3 {
    margin-bottom: -10px !important;
}
.left-sidebar .site-content .content-area h2.widget-title {
    font-size: 20px;
    text-align: left;
}
.left-sidebar .site-content .content-area .site-main {
    margin-top: 11px;
    background: white;
    border: 1px solid #ccc;
    position: relative;
}
.left-sidebar .site-content .content-area {
    margin-top: 0px;
    position: relative;
}
/*** CALENDER ***/

.calendar_wrap #wp-calendar {
    width: 100%;
}
.calendar_wrap #wp-calendar caption {
    font-size: 13px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.calendar_wrap table,
.calendar_wrap th,
.calendar_wrap td,
.calendar_wrap tr {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-collapse: collapse;
    padding: 3px;
}
.calendar_wrap #wp-calendar th,
.calendar_wrap #wp-calendar td {
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
}
.calendar_wrap th {
    background: rgba(0, 0, 0, 0.03);
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.calendar_wrap #wp-calendar #today,
.calendar_wrap #wp-calendar #today a {
    color: #ffffff;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.inner-main-title {
    position: relative;
    width: 100%;
    background-size: cover;
    background-color: #000000;
    overflow: hidden;
}
.inner-main-title .entry-header {
    position: absolute;
    width: 100%;
    bottom: 7%;
}
.inner-main-title .entry-title,
.inner-main-title .page-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    display: none;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

article.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 20px;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-reply-title,
.comments-title {
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 15px;
    position: relative;
}
.comment-form input {
    border: 1px solid #d9d9d9;
    color: #b8b8b8;
    font-size: 14px;
    padding: 10px;
}
.comment-form-author input,
.comment-form-email input {
    float: left;
    margin: 0 0 16px;
    width: 77%;
}
.comment-form-author input {
    margin: 0 29px 16px 0;
}
.comment-form-url input {
    clear: both;
    width: 77%;
}
.comment-form textarea {
    width: 77%;
    display: block;
    border: 1px solid #d9d9d9;
    resize: none;
    font-size: 14px;
    padding: 10px;
}
.comment-form .form-submit input,
.read-more {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    padding: 4px 10px;
    width: auto;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.comment-list {
    margin: 0 0 20px 0;
    font-size: 13px;
    list-style-type: none;
}
.comment-list li.comment {
    list-style-type: none;
    clear: both;
}
.comment-list li.comment .comment-body {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    padding: 30px;
    position: relative;
}
.comment-author img {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 50%;
}
.comment-list .fn {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #000;
}
.comment-list .fa.fa-clock-o {
    font-size: 14px;
    margin-right: 3px;
}
.bypostauthor {
    display: block;
}
@media screen and (max-width: 679px) {
    .comment-form input,
    .comment-form-url input,
    .comment-form textarea {
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */

    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
footer.site-footer {
    background-color: black !important;
}
span.entry-date,
footer .tags-links a,
footer .tags-links {
    color: black;
}
footer.site-footer aside {
    width: calc(100% /6);
    float: left;
    text-transform: uppercase;
    font-size: 12px;
}
footer.site-footer aside .line {
    display: none;
}
footer.site-footer .widget-title {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 9px;
    text-transform: capitalize;
    font-weight: bold;
}
footer.site-footer .left-footer {
    font-size: 14px;
}
footer.site-footer .wpsw-social-links li a .social-icon {
    background: transparent !important;
    color: white !important;
    padding: 0px;
    width: auto;
    height: auto;
}
footer.site-footer .social-icon::after {
    box-shadow: 0 0 0 0px #fff;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 2px;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*------------------------------------------------------*\
    #Custom CSS
\*--------------------------------------------------------*/
/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/

.top-header {
    padding: 5px 0;
    color: #fff!important;
    font-size: 13px;
}
.top-header.left-curve {
    border-radius: 0 0 0 100px;
}
.top-header a,
.top-header p {
    color: #fff;
    font-size: 13px;
    display: inline-block;
}
.top-header .top-phone,
.top-header .top-email {
    margin-right: 20px;
}
.top-header .text-left {
    padding-top: 4px;
    overflow: hidden;
}
.top-header .text-left i {
    margin-right: 5px;
}
/*custom ticker*/

.top-header-latest-posts,
.top-header-latest-posts .bn-title,
.top-header-latest-posts .news-notice-content {
    display: inline-block;
}
.news-notice-content .news-content {
    display: none;
}
.top-header .socials {
    margin: 0;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .top-header .text-right,
    .top-header .text-left {
        text-align: center;
    }
}
/*-----------------*\
    #HEADER
\*-----------------*/

.site-title,
.site-title a {
    color: #003A6A;
    font-size: 30px;
    margin: 0;
}
.site-description,
.site-description a {
    color: #003A6A;
    margin: 0;
}
/*slider*/

.image-slider-wrapper {
    display: block;
    height: 85vh;
    position: relative;
    overflow: hidden;
}
.slider {
    margin:5px auto !important;
  }
.acme-owl-carausel {
    display: none;
}
.owl-wrapper-outer,
.image-slider-wrapper .owl-item {
    height: 85vh !important;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
.image-slider-wrapper .item {
    height: 100% !important;
}
.image-slider-wrapper .owl-item .slider-content {
    display: none;
}
.image-slider-wrapper .owl-item.active .slider-content {
    display: block;
}
.image-slider-wrapper .banner-title {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px #333;
}
.image-slider-wrapper .slider-content {
    color: #fff;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 20px;
}
.image-slider-wrapper .slider-content p {
    text-shadow: 0 1px 1px #333;
}
.image-slider-wrapper .slider-content .btn-primary {
    margin: 10px 0;
}
.image-show li {
    width: 50%;
    float: left;
    padding: 15px !important;
}
.image-show li .txt {
    padding: 15px 0px;
    height: 70px;
    color: black;
    font-size: 14px;
}
.acna-accordion h4 {
    background: #ccc;
    padding: 10px;
    width: 100%;
    position: relative;
}
.acna-accordion h4::after {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(0deg);
    transition: ease 0.5s all 0s;
}
.acna-accordion.open h4::after {
    transform: rotate(45deg);
}
.tg-table-light th {
    background: #ccc;
    padding: 10px;
    font-size: 16px;
    color: black;
    font-weight: normal;
}
.tg-table-light td {
    padding: 10px;
    border: 1px solid #ccc;
}
.acna-accordion h4 a {
    color: black !important;
}
.acna-accordion {
    overflow: hidden;
    width: 100%;
}
.image-show li .img {
    width: 100%;
}
.image-show li img {
    width: 100%;
}
.btn.btn-join-membership {
    background: black;
    color: white !important;
    font-size: 16px;
    border-radius: 0px;
    padding: 7px 15px;
}
.owl-buttons >div {
    position: absolute;
    top: 50%;
    z-index: 9;
    opacity: 0.7;
}
.owl-buttons >div.owl-prev {
    left: 10px;
}
.owl-buttons >div.owl-next {
    right: 10px;
}
.owl-buttons >div i {
    background: #fff;
    border-radius: 50%;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.owl-buttons >div i:hover {
    color: #fff;
}
.slider-content .container {
    width: 85%;
}
/*Image slider Responsive*/

.image-slider-wrapper.responsive-img img {
    width: 100%;
}
.image-slider-wrapper.responsive-img,
.image-slider-wrapper.responsive-img .owl-wrapper-outer,
.image-slider-wrapper.responsive-img .owl-item {
    height: auto!important;
}
/*extra small device*/

@media (max-width: 1230px) {
    .image-slider-wrapper .owl-buttons >div {
        display: block;
    }
    .image-slider-wrapper .banner-title {
        font-size: 32px;
    }
}
@media screen and (max-width: 679px) {
    .image-slider-wrapper .slider-content .image-slider-caption {
        display: none;
    }
    .image-slider-wrapper .banner-title {
        font-size: 24px;
    }
}
/*button style*/

.at-btn-wrap {
    text-align: center;
}
.btn {
    border-radius: 4px;
    font-size: 13px;
    padding: 6px 12px;
}
.at-btn-wrap .btn,
.slider-content .btn {
    font-size: 16px;
    padding: 10px 18px;
}
.read-more {
    color: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    padding: 4px 10px;
    width: auto;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.comment-form .form-submit input,
.btn-primary {
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    border: none;
}
.comment-form .form-submit input,
.btn-primary:hover {
    color: #ffffff;
    margin: 10px;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}
/*Styling for Events */

.event_lists {
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
    font-family: "AudiTypeExtendedNormal";
    font-size: 10px;
    font-weight: bold;
    color: black;
}
.category_events_lists ul li span {
    padding: 1px;
}
.category_events_lists {
    margin: 0px 60px;
}

.blog.wp-custom-logo.left-sidebar.group-blog.hfeed article .entry-content {
    padding: 0px 10px;
}
.event_lists ul li {
    border: unset !important;
}
.event_lists ul li.event_date {
    float: left;
    width: 90px;
    background: #000;
    padding: 15px 15px !important;
    margin-right: 15px;
    border: 1px solid #000 !important;
    color: black;
    height: 90px;
}
.event_lists ul li.event_date > span {
    color: white;
}
.event_lists ul li.event_date > span:nth-child(6),
.event_lists ul li.event_date > span:nth-child(7),
.event_lists ul li.event_date > span:nth-child(8),
.event_lists ul li.event_date > span:nth-child(9),
.event_lists ul li.event_date > span:nth-child(10) {
    display: none;
}
.widget li.event_mgz {
    border-top: 0px solid transparent;
}
.event_mgz_date span:nth-child(2),
.event_mgz_date span:nth-child(4),
.event_mgz_date span:nth-child(7),
.event_mgz_date span:nth-child(9) {
    display: none;
}
.event_mgz_date span {
    padding-right: 5px;
}
.event_mgz_date span:nth-child(6) {
    padding-left: 5px;
}
.event_lists ul li.event_location {
    font-weight: normal;
    letter-spacing: 0.1pt;
}
.event_date span {
    display: block;
    text-align: center;
}
.event_lists>ol,
.event_lists ol>li,
.event_lists>ul {
    overflow: hidden;
}
#em_widget-3 li {
    border: unset;
}
#footer-top {
    margin-top: 25px;
}
.event_date span:nth-child(5) {
    display: none;
}
.event_date span:nth-child(3) {
    font-weight: 400;
    font-size: 32px;
    margin-top: 8px;
}
.event_rm {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.event-notes {
    float: left;
    width: 75%;
}
.event-right {
  float: right;
  width: 25%;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 35px;
  font-size: 16px;
  color: black;
  margin-top: -60px;
}
.event-right a {
    color: black;
    font-size: 16px
}
.event-maps_ {
    float: left;
    width: 100%;
}
.event_rm a::after {
    content: " >";
}
.blog.left-sidebar .entry-content .read_more {
    display: none;
}
.tags-links {
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result article .post-thumb {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.wpsw-social-links li {
    border: 0px;
}
.event_opt_ {
    position: absolute;
    bottom: 5px;
    right: 7px;
    font-size: 21px;
    letter-spacing: 6px;
}

.share.jssocials.open {
    position: absolute;
    width: calc(39px * 4);
    height: 39px;
    margin-top: 0px;
    font-size: 14px;
    right: -5px;
    bottom: 32px;
    padding: 2px 1px;
    display: block;
    border: 1px solid #9c9c9c;
    border-radius: 5px 5px 5px 5px;
    letter-spacing: 0px;
}
.share.jssocials.open .jssocials-share {
    float: right;
}

.event-right .social_share .share {
    display: block;
}
.event-right .social_share .share a {
    font-size: 21px;
    padding: 5px;
}
.event-right .social_share .share {
    display: block;
    margin-top: 10px;
}
.event-right > * {
    margin-bottom: 25px;
}
.sicon-google::before {
    content: '\E981';
}
.sicon-linkedin::before {
    content: "\E989";
}
.jssocials-share,.jssocials-shares{
  margin:0px !important;
}
.jssocials-share-link.jssocials-share-link-count.jssocials-share-no-count {
    color: black;
    padding: 5px;
    text-align: center;
    border-radius: 0px;
}
body .social-icon::after{
  box-shadow: unset;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count{
  display: none !important;
}
.share.jssocials {
    display: none;
}
.jssocials-share-label {
    display: none;
}
.event_opt_ .audiglyph-share {
    font-size: 27px;
}
.event_opt_ em {
    float: left;
    margin-left: 5px;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
}
.n-header > section#search-3 {
    float: left;
}
.n-header > section {
    float: right;
    width: 33.3333%;
    display: flex;
}
.n-header > section.wp-social-widget >.wpsw-social-links {
    width: 100%;
}
body .n-header .wpsw-social-links li a .social-icon:hover,
body .wpsw-social-links li a .social-icon:focus {
    background: transparent !important;
    color:#cc0033  !important;
}
/* Chapters and Chapters Detail */
.chapters_option {
    margin: 0 60px;
}

.chapters article .panel-layout img{
  max-width: 420px;
  margin: 0px auto;
  display: block;
}
.chapters_option .field .field-label {
    color: black;
    font-size: 12px;
    font-family: "AudiTypeExtendedNormal", verdana, tahoma, sans-serif;
    width: 70px;
}
.chapters_option .field .field-label, .chapters_option .field .field-items {
    display: inline-block;
}
.ACNA_maps {
    text-align: center;
}
body .wpsw-social-links li a .social-icon {
    transition: ease 0.5s all 0s;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.n-header {
    overflow: hidden;
    background: white;
    padding: 5px;
}
#navbar li .social-icon {
    height: auto;
    width: auto;
    padding: 0px;
}
[class^="sicon-"],
[class*=" sicon-"] {
    font-family: "AudiTypeGlyphs" !important;
}
.sicon-facebook::before {
    content: '\E97B';
}
.sicon-instagram::before {
    content: '\E987';
}
.sicon-twitter::before {
    content: '\E9AB';
}
#navbar .wpsw-social-links li {
    float: right;
    border: 0px solid transparent;
}
#menu-search {
    border-radius: 0px;
    border-bottom: 1px solid #B3B3B3 !important;
    padding-left: 27px !important;
    background: transparent;
    border: 0px solid #000;
    color: white;
}
#searchsubmit {
    left: 0px;
    right: unset;
    display: block;
    position: static;
    float: left;
    margin: 10px 15px 0px 5px;
    font-size: 17px;
}
/*End Of Styling Events*/

.btn-primary::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 4px;
}
.comment-form .form-submit input:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: white;
}
.comment-form .form-submit input:hover::before,
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary:active::before {
    transform: scaleX(1);
}
.icons {
    width: 100%;
}
/*common custom widget*/

.acme-widgets {
    padding: 30px 0;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .acme-widgets {
        padding: 10px 0;
    }
    .acme-widgets .row > div {
        margin-bottom: 17px;
    }
    .acme-widgets .row > div:last-child {
        margin-bottom: 0;
    }
}
/*sidebar and footer fixed custom widgets*/

.at-fixed-width .acme-widgets {
    padding: 0;
}
.at-fixed-width .acme-widgets .container,
.at-fixed-width .acme-widgets .container .row > div {
    width: 100%;
    margin: 0;
}
.at-fixed-width .acme-widgets.acme-testimonials .container .row > div {
    margin: 17px 0;
}
.at-fixed-width .acme-widgets.acme-clients .client-image {
    text-align: center;
    margin: 10px 0;
}
.at-fixed-width .team-item {
    margin: 20px 0;
}
.at-fixed-width .col-img {
    float: none;
    position: relative;
    width: 100%;
}
.at-fixed-width .acme-widgets .featured-section .container,
.at-fixed-width .acme-widgets .featured-section .container .widget-title,
.at-fixed-width .acme-widgets .featured-section .container .row > div {
    text-align: center;
}
.at-fixed-width .acme-widgets .featured-section .container .widget-title {
    border: none;
}
/*line border*/

.line {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    visibility: hidden;
    display: none;
}
.line > span {
    display: inline-block;
    width: 170px;
    height: 1px;
}
.line > span::before {
    bottom: -4px;
    color: #003A6A;
    font-size: 14px;
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    z-index: 9;
}
.line > span::before {
    background: #ffffff;
}
.gray-bg .line > span::before {
    background: #f1f1f1;
}
.acme-testimonials .line > span::before,
.acme-featured-image .line > span::before {
    background: #F1F1F1;
}
/*main title*/

.main-title {
    margin-bottom: 20px;
    text-align: center;
    color: #000;
    position: relative;
}
.main-title > div {
    text-transform: uppercase;
    font-weight: normal;
    color: #707070;
}
.main-title h2 {
    text-transform: uppercase;
}
.main-title p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}
/*feature-column section*/

.feature-column {
    margin-top: -100px;
}
.feature-col-item {
    padding: 10px;
}
.feature-col-item h4 a,
.feature-col-item i {
    color: #FFF;
}
.feature-col-item h4 a:hover {
    text-decoration: underline;
}
.feature-col-item i {
    font-size: 25px;
    line-height: 50px;
}
.feature-col-item h4,
.feature-col-item p {
    margin-left: 0;
}
.feature-col-item h4 {
    font-weight: 700;
}
.feature-col-item p {
    font-size: 13px;
    color: #fff;
}
/*extra small device*/

@media (max-width: 991px) {
    .feature-column {
        margin-top: -30px;
    }
}
/*popular course*/

.course-item img {
    width: 100%;
}
/*blog*/

.gray-bg {
    background: #f1f1f1;
    margin: 50px 0;
}
.blog-item {
    text-align: left;
    position: relative;
    z-index: 5;
    background: #fff;
    padding-bottom: 15px;
    border: 1px solid #eee;
}
.blog-item h4,
.blog-item p {
    padding: 5px 10px;
}
.blog-item h4 {
    margin-bottom: 0;
}
.blog-item h3 a {
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    display: block;
}
.blog-item .entry-header {
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    z-index: 5;
    color: #fff;
    text-align: center;
    opacity: .7;
}
.blog-item .entry-header.no-image {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
}
.blog-item .entry-header .day,
.blog-item .entry-header .month {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.blog-item .entry-header .day {
    font-size: 30px;
}
.blog-item .entry-header .month {
    font-size: 16px;
    padding: 5px 0;
}
.blog-item .blog-img {
    position: relative;
    z-index: 1;
}
.blog-item .blog-img a {
    overflow: hidden;
    display: block;
}
.blog-img img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.blog-img img:hover {
    transform: scale(1.1);
}
/*team*/

.team-item {
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.team-author {
    position: relative;
}
.team-item img {
    width: 100%;
}
.team-item {
    border: 1px solid #d4d4d4;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease 0s;
}
.team-item h3 a {
    color: #fff;
}
.team-author-details {
    bottom: 0;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    color: #fff;
    background: rgba( 0, 0, 0, 0.3);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.team-details {
    display: none;
}
.team-item:hover .team-author-details {
    bottom: 10px;
}
.team-item:hover .team-details {
    display: block;
}
.team-author-details.team-no-img {
    position: relative;
    bottom: 0;
}
.team-author-details.team-no-img .team-details {
    display: block;
}
.team-item:hover .team-author-details.team-no-img {
    bottom: 0;
}
/*testimonial*/

.acme-testimonials {
    padding: 50px 0;
}
.testimonial-item {
    margin-bottom: 30px;
}
.acme-testimonials .main-title > div {
    display: none;
}
.testimonial-content {
    border-radius: 7px;
    opacity: 0.9;
}
.acme-testimonials:not(.at-no-parallax) .widget-title,
.testimonial-content p {
    color: #fff;
}
.testimonial-content p {
    font-size: 14px;
    padding: 10px 20px;
}
.testimonial-author {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
}
.testimonial-author .testimonial-author-name a {
    color: #fff;
}
.testimonial-author img {
    border-radius: 50%;
    width: 65px;
    border: 5px solid #fff;
}
/*feature column added*/

.acme-featured-image {
    background-color: #f4f4f4;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 50px 0;
}
.col-details .widget-title,
.col-details .line,
.col-details .line span,
.col-details .at-btn-wrap {
    text-align: left;
    position: relative;
}
.pull-left .col-details .widget-title,
.pull-left .col-details .line,
.pull-left .col-details .line span,
.pull-left .col-details .at-btn-wrap,
.pull-left .col-details .fs-text-desc p {
    text-align: right;
    position: relative;
}
.col-img > img {
    width: 100%;
}
.acme-featured-image .btn-primary {
    margin-left: 0;
}
.secondary-sidebar .fd-image-col .col-img {
    float: none;
    position: relative;
    width: 100%;
}
.secondary-sidebar .fd-image-col .col-img {
    float: left;
    position: relative;
    width: 100%;
}
/*extra small device*/

@media (max-width: 991px) {
    .col-img {
        float: left;
        position: relative;
        width: 100%;
    }
}
/*contact section*/

.contact-form {
    overflow: hidden;
}
.contact-form .form-control {
    background-color: transparent;
    margin-bottom: 20px;
    font-weight: 300;
    border-width: 2px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    height: 45px;
}
.contact-form .entry-title {
    margin: 0;
}
/*gallery*/
/********************************************
Gallery
********************************************/
/*universal*/

.at-middle {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 99;
    opacity: 0;
}
.at-gallery-hover {
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    transition: all 0.25s ease 0s;
}
.round-icon {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 34px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
/*universal*/

.at-gallery-item {
    padding-bottom: 30px;
}
.at-gallery-item:hover .at-middle {
    opacity: 1;
}
.at-gallery-item:hover .at-gallery-hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}
.at-gallery-item h3,
.at-gallery-item h3 a,
.at-gallery-item h3:hover,
.at-gallery-item h3 a:hover {
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px 2px #333;
}
.acme-gallery .gallery-inner-item {
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.25s ease 0s;
    background: rgba( 0, 0, 0, 0.3);
}
/*popup css*/

.mfp-bg {
    z-index: 99999;
}
.mfp-wrap {
    z-index: 99999;
}
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    background: inherit;
    text-align: center;
    width: 30px;
}
button.mfp-arrow,
button.mfp-close {
    background: inherit !important;
    box-shadow: none !important;
}
.mfp-wrap button.mfp-close {
    background: #f52846!important;
    margin: 0 !important;
    opacity: 1;
    padding: 0 13px !important;
    right: -26px !important;
    text-align: center;
    width: auto !important;
}
.mfp-counter {
    background: #333;
    color: #eee;
    font-size: 21px;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.mfp-wrap button.mfp-close {
    right: -15px !important;
    top: 34px !important;
}
input {
    outline: none;
    /*border: 1px solid #000;*/
}
/*about*/
.about_page .so-panel.widget_sow-image {
    padding: 0px;
}
.about_page article .entry-content .textwidget h2 {
    font-size: 21px;
}
.widget li{
  padding-top: 5px;
  padding-bottom: 0px;
}
/*circle*/

.circle {
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    line-height: 120px;
    text-align: center;
    width: 100px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.about-item {
    padding: 15px;
    text-align: center;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

.site-footer {
    color: #ffffff;
    position: relative;
}
.site-footer .bottom {
    padding: 0px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .site-footer .text-right,
    .site-footer .text-left {
        text-align: center;
    }
}
/*social*/

.socials a,
.socials a:hover {
    color: #ffffff;
}
.socials {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.socials li {
    display: inline-block;
}
.socials li a {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    border-radius: 4px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
.socials li.facebook a:hover,
.socials li.facebook a:focus {
    background: #3E5993;
}
.socials li.twitter a:hover,
.socials li.twitter a:focus {
    background: #00C3F8;
}
.socials li.youtube a:hover,
.socials li.youtube a:focus {
    background: #CC181E;
}
.socials li.google-plus a:hover,
.socials li.google-plus a:focus {
    background: #ea4335;
}
/*footer fixed*/

.site-footer h1,
.site-footer h1 a,
.site-footer h2,
.site-footer h2 a,
.site-footer h3,
.site-footer h3 a,
.site-footer h4,
.site-footer h4 a,
.site-footer h5,
.site-footer h5 a,
.site-footer h6,
.site-footer h6 a,
.site-footer .main-title,
.site-footer li,
.site-footer li a,
.site-footer .widget li a {
    color: #ffffff;
}
.site-footer select {
    color: #777;
}
.copy-right {
    padding: 0px 0 20px 20px;
    color: white;
    background-color: black !important;
    font-size: 14px;
}
/*back to top*/

.sm-up-container {
    display: none;
    height: auto;
    right: 3px;
    margin-right: 22px;
    margin-top: auto;
    padding: 3px 6px;
    position: fixed;
    top: 85%;
    width: 44px;
    z-index: 60;
    border-radius: 4px;
    color: #fff;
}
.sm-up-container:hover {
    background: #000;
}
.sm-up {
    display: block;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 2px;
    text-align: center;
    vertical-align: middle;
}
/***** Sidebars  *****/

.site-content {
    margin: 0 auto;
    margin-top: 30px;
}
#primary {
    float: left;
    width: 69.5%;
    display: block;
    margin-bottom: 60px;
}
.secondary-sidebar {
    float: right;
    width: 28%;
}
@media only screen and (max-width: 767px) {
    .site-content {
        margin-top: 2em;
    }
    .inner-main-title {
        margin-bottom: 30px;
    }
    #primary,
    .secondary-sidebar {
        width: 100%;
        float: none;
    }
}
.secondary-sidebar .container {
    max-width: 100%;
}
.secondary-sidebar .container .row > div,
.secondary-sidebar .form-group > div {
    width: 100%;
}
/*** RIGHT-SIDEBAR ***/

.right-sidebar #primary {
    float: left;
}
.right-sidebar .secondary-sidebar {
    float: right;
}
/*** LEFT-SIDEBAR ***/

.left-sidebar #primary {
    float: right;
}
.left-sidebar .secondary-sidebar {
    float: left;
}
/*** NO-SIDEBAR ***/

.no-sidebar #primary {
    width: 100%;
}
/*** COMMON WIDGETS ***/

.widget-title {
    font-size: 28px;
    margin-bottom: 0;
    text-align: center;
}
h3.widget-title {
    font-size: 14px;
}
#contact_ h2 {
    margin-top: 2px;
    font-size: 15px;
    line-height: 21px;
}
.at-fixed-width .widget-title {
    text-align: left;
}
h2.widget-title {
    font-size: 20px;
    font-family: "AudiTypeExtendedNormal";
}
.widget-title span {
    display: block;
}
article .widget li:last-child {
    border-bottom: 1px solid #d7d7d7;
}
.widget li {
    border-top: 1px solid #d7d7d7;
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
}
.widget li a {
    color: #000000;
}
.widget select {
    background: #ffffff;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 15px;
}
.at-fixed-width .widget .line {
    text-align: left;
    line-height: 10px;
}
.at-fixed-width .widget .line > span {
    display: inline-block;
    width: 25px;
    height: 3px;
}
.at-fixed-width .widget .line > span::before {
    display: none;
}
.footer-sidebar .widget li {
    border-top: 0px dashed #165080;
    text-transform: capitalize;
}
.footer-sidebar .widget li a {
    color: white;
}
/*tags*/

.tagcloud a {
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 8px;
    margin-right: 4px;
    padding: 5px;
}
/*search*/

.widget .search-block {
    width: 85%;
    float: none;
    margin: 0px auto;
}
.navigation.post-navigation {
    display: none;
}
.search-block {
    display: inline-block;
    float: right;
    margin: 7px 10px;
    position: relative;
    width: 185px;
}
.no-results .search-block,
.error404 #primary .page-content .search-block,
.search-no-results #primary .page-content .search-block {
    float: none;
    width: 50%;
}
.search-block input#menu-search,
.widget_search input#s {
    font-size: 13px;
    line-height: 31px;
    height: 31px;
    padding: 2px 23px 2px 8px;
    width: 100%;
    color: #888;
}
.search-block #searchsubmit,
.widget_search #searchsubmit {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 20px;
    height: 25px;
    position: absolute;
    left: -17px;
    top: -6px;
    width: 25px;
    color: #B3B3B3;
}
/*Inner Pages*/

.posted-on,
.author.vcard,
.cat-links,
.comments-link,
.edit-link,
.tags-links {
    margin-right: 15px;
}
.posted-on a,
.author.vcard a,
.cat-links a,
.comments-link a,
.edit-link a,
.tags-links a,
.byline a,
.nav-links a {
    color: #000000;
    font-size: 13px;
}
article.post .content-wrapper,
article.page .content-wrapper {
    padding: 0;
}
article.post .entry-footer,
article.page .entry-footer {
    margin-bottom: 10px;
}
article.post .entry-header,
article.page .entry-header {
    margin: 0 0 10px;
}
article.post .entry-content,
article.page .entry-content {
    margin: 0;
}
/*article post test start*/

article.post,
article.page {
    text-align: left;
    position: relative;
    z-index: 5;
    background: transparent;
    padding-bottom: 15px;
    border-radius: 4px;
}
.navbar-nav > li > a {
    font-family: "AudiTypeExtendedNormal";
    font-size: 13px;
    opacity: 1;
    display: inline-block;
}

body.hfeed .container{
  /*width: 100%;*/
}
body.hfeed .site-main article.post,
body.hfeed .site-main article.page {
    width: calc(33.333% - 20px);
    float: left;
    margin: 10px;
    height: 237px;
    padding: 10px;
    border:1px solid #f0f0f0
}
body.left-sidebar article.post .tags-links,
body.left-sidebar article.page .tags-links {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
body.single.single-post article.post .tags-links {
    position: static;
}
body.left-sidebar.page article.page {
    width: calc(100% - 15px);
    border: none;
    height: auto;
}
body.left-sidebar.page #primary {
    width: 100%;
}
body.left-sidebar.page .site-content .content-area .site-main {
    border: none;
}
body.left-sidebar.page .inner-main-title {
    display: none;
}
body.left-sidebar.page article .entry-content * {
    white-space: inherit;
}
body.left-sidebar article .entry-content h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
body.left-sidebar article .entry-content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.single article .entry-content p {
    white-space: normal;
    margin: 0 0 20px;
}
.event_images,
._hide {
    display: none;
}
.events-table .event_image,
.event_no_image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    background-size: 100% auto;
    background-position: center center;
}
.event_no_image {
    background-image: url('/v2/wp-content/uploads/2017/06/Untitled-1@025x.png');
    background-size: 80%;
}
body.left-sidebar article .entry-header {
    display: none;
}
body.left-sidebar .author.vcard {
    display: none;
}
body.left-sidebar .footer-columns .footer-sidebar {
    width: 100%;
    padding-bottom: 35px;
    background: transaparent;
}
.em-search-scope.em-events-search-dates {
    height: 0px;
    overflow: hidden;
    transition: ease 1s all 0s;
    float: left;
    clear: both;
}
.em-search-scope.em-events-search-dates.open {
    height: 100px;
}
.em-search-scope div.idate_toggler {
    background: #f0f0f0;
    padding: 5px 75px 5px 15px;
    width: auto !important;
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 9px 0;
    background-image: url("assets/img/down-button.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 104px 8px;
}
.em-search-scope div.idate_toggler.open {
    background-image: url("assets/img/up.png");
}
/* resources */

#general_resources .mega-menu-list-title a {
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0px;
    color: black;
    display: block;
}
#image_full_resources div > .so-panel {
    margin: 0 -60px;
    margin-bottom: 0px;
    max-height: unset;
    overflow: hidden;
    display: flex;
    max-width: calc(100% + 60px);
    padding: 0px;
    align-items: center;
    justify-content: center;
    align-self: center;
}
#image_full_resources div > .so-panel .so-widget-sow-image{
  width: 100%;
}
#general_resources ul li a {
    color: black;
    font-size: 14px;
    display: block;
}
.dc.css-events-list {
    margin-top: 100px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background: white;
    color: #555;
}
.page .ui-datepicker {
    width: 22em;
}
.row-fluid .span6 {
    border: 0px;
    width: calc(50% - 15px);
    float: left;
    margin-left: 15px;
}
.site-info {
    /*display: none;*/
}
.row-fluid {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px;
    border: none;
    margin-bottom: 15px;
}
body.single-post article.post,
body.single-post article.page {
    width: 100%;
    float: none;
    margin: 0px;
    height: auto;
    border-width: 0px;
}
body.single .inner-main-title {
    background-image: unset;
    height: auto;
}
body.single .site-content .content-area {
    margin-top: 0px;
}
body.single .inner-main-title .entry-header {
    position: relative;
}
body.single #primary {
    width: 100%;
}
body.single .site-content .content-area .site-main {
    border: none;
}
body.single .jk_event_content {
    float: left;
    width: 75%;
    padding: 15px;
}
body.single .jk_event {
    float: right;
    width: 25%;
    padding: 15px;
}
body.single article {
    overflow: hidden;
}
body.single .event-categories li {
    float: left;
    display: inline;
    margin: 0px;
}
body.single .event-categories {
    margin: 0px;
    padding: 0px;
}
body.single .event-categories li::after {
    content: " , ";
}
body.single .event-categories li:last-child::after {
    content: "";
}
body.single #secondary-left {
    margin-top: 0px;
    width: 100%;
}
.event-date_time_ span {
    display: inline-block;
    padding-right: 3px;
}
body.single .event-sidebar .widget ul {
    overflow: hidden;
}
.textwidget li::before{
  content: '\E885';
  font-family: "AudiTypeGlyphs";
  display: block;
  float: left;
  margin-top: 1px;
  margin-left: -17px;
  font-weight: bold;

}
.textwidget li{
    border-top: 0px;
    border-bottom: 0px;
}
article .widget .textwidget li:last-child {
   border-bottom: 0px;
}
body.single .event-sidebar .widget ul li {
    float: left;
    width: calc( 33.3333% - 15px);
    margin-right: 15px;
    border-top: unset;
}
body.page-template-default.page.page-parent #primary {
    width: 100%;
}
body.page-template-default.page.page-parent article.post,
body.page-template-default.page.page-parent article.page {
    height: auto;
    width: calc(100%);
    margin: 0px auto;
    border-radius: 0px;
}
body.page-template-default.page.page-parent div.css-search,
body.page-template-default.page.page-parent .em-search-main,
body.page-template-default.page.page-parent .em-search-advanced {
    padding: 0px;
    height: 44px;
}
div.css-search input, div.css-search select, div.css-search option, div.css-search div, div.css-search span, div.css-search button{
  max-width: 100% !important;
}
body.page-template-default.page.page-parent .em-search-location,
body.page-template-default.page.page-parent .em-search-category {
    float: left;
    clear: unset;
    width: 100%;
    padding: 0px;
}
article .widget li.cat-post-item {
    border: 0px solid transparent;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom: 0px solid transparent !important;
}
article .widget li.cat-post-item:before{
    content: '\E885' !important;
    font-family: "AudiTypeGlyphs";
    display: block;
    float: left;
    margin-top: 1px;
}
.read_more {
    text-align: right;
    padding-right: 15px;
    font-size: 12px;
}
.read_more a::after {
    font-family: "AudiTypeGlyphs";
    content: " >";
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    margin-top: -3px;
    position: absolute;
}
.page article .entry-content .read_more a{
  color: black;
}
.cat-post-widget h3.widget-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
}
article .widget li.cat-post-item a {
  float: left;
  width: calc(100% - 22px);
  color: black;
  margin-left: 5px;
  font-size: 12px !important;
}
/* News Archive */
.news_archive .entry-content article .read_more {
    display: none;
}
.news_archive .so-panel{
  margin:0px;
  padding: 15px;
}
.news_archive .entry-content > .panel-layout {
    width: calc(100% - 60px);
    margin: 0px auto;
}
article .widget li.cat-post-item{
  border-top: 0px;
  border-bottom: 0px;
}
}
body.page-template-default.page.page-parent div.advance-element {
    width: 100%;
}
body.page-template-default.page.page-parent .em-search-location select,
body.page-template-default.page.page-parent .em-search-category select {
    width: 100%;
    border: 0px;
    height: 38px;
    padding: 0px;
}
body.page-template-default.page.page-parent .event-sidebar {
    width: 20%;
    float: left;
}
body.page-template-default.page.page-parent .em-search-country {
    padding: 0px;
    width: 100%;
}
body.page-template-default.page.page-parent div.css-search div.em-search-text {
    background: unset;
    padding: 0px;
    width: calc(100% - 15px);
    border-right: 0px solid #ccc;
    overflow: hidden;
    height: 40px;
    border-bottom: 1px solid #000 !important;
}
4 div.css-search input.em-search-text,
div.css-search input.em-search-text::-moz-placeholder {
    height: 36px;
    padding: 12px 0 0 0;
    font-weight: normal;
    font-size: 14px !important;
}
body.page-template-default.page.page-parent .em-search-submit.loading {
    display: none;
}
div.css-search div.em-search-advanced label > span {
    display: none;
}
div.em-search-advanced .label_ {
    width: 100% !important;
}
/* #event list*/

.css-events-list table.events-table tbody tr {
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    margin: 5px 0px 15px;
}
body.page-template-default.page.page-parent .events-table {
    float: left;
    width: calc(75% - 15px);
    display: block;
    margin-right: 15px;
}
.css-events-list table.events-table tbody tr td span:nth-child(3) {
    margin-top: 15px;
}

.css-events-list table.events-table tbody tr td span:nth-child(3)::after {
    content: "";
}
.css-events-list table.events-table tbody tr td span:nth-child(5) {
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
body.page-template-default.page.page-parent .events-table tbody {
    display: block;
}
.css-events-list table.events-table tbody tr {
    border: 1px solid #ccc;
    display: flex;
    overflow: visible;
    flex-direction: row;
    margin: 0px auto 5px 0px;
}
.css-events-list table.events-table tbody tr td:nth-child(1) {
    width: 120px;
    background: white;
    height: 120px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    font-size: 10px;
    color: white;
}
.dc.css-events-list thead {
    display: none;
}
table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
    background-color: #bb0a30;
    color: white;
}
table.em-calendar {
    border: 1px solid #ccc;
    padding: 10px;
}
table.em-calendar td {
    padding: 7px;
}
.eventless-pre,
.eventless,
.eventless-post {
    border: 1px solid #ccc;
}
.css-events-list table.events-table tbody tr td span {
    /*display: block;*/

    width: 100%;
    text-align: center;
}
.css-events-list table.events-table tbody tr td span:nth-child(1),
.css-events-list table.events-table tbody tr td span:nth-child(2) {
    /*display: none;*/
}
table.events-table tbody tr td span:nth-child(2)::after {
    content: ", ";
}
.css-events-list table.events-table tbody tr td {
    border: 0px solid #ccc;
    margin: 5px;
    border-collapse: separate;
    border-spacing: 5px;
    padding: 5px;
    position: relative;
}
body.page-template-default.page.page-parent .events-table thead:first-child {
    display: none;
}
.css-events-list table.events-table tbody tr td:nth-child(2) {
    width: calc(100% - 120px);
    border: 0px;
    padding: 25px;
    position: relative;
}
.css-events-list table.events-table tbody tr td > a:first-child {
    font-weight: bold;
    color: #444444;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    line-height: 19px;
}
body.page-template-default.page.page-parent div.css-search div.em-search-text > em.searchsubmit {
    font-size: 21px;
    display: inline-block;
}
body.page .site-content.container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.em-search-scope.em-search-field {
    position: absolute;
    left: 0px;
    margin-top: 35px;
}
article.post .entry-content,
article.page .entry-content {
    /*padding: 5px 10px;*/

    padding: 0px;
}
article.post .entry-header-title,
article.page .entry-header-title {
    width: 100%;
    display: block;
    overflow: hidden;
}
.entry-header-title .entry-title {
    display: inline-block;
    margin-right: 10px;
}
a.module {
    overflow: hidden;
    display: block;
    width: 100%;
}
.entry-header-title h2.entry-title {
    height: 45px;
}
.site-footer .row {
    margin-left: 0px;
    margin-right: 0px;
}
article.post .entry-header,
article.page .entry-header {
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    z-index: 5;
    color: #fff;
    text-align: center;
    opacity: .7;
}
article.post .entry-header.no-image,
article.page .entry-heade.no-image {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
}
article.post .entry-header .day-month,
article.page .entry-header .day-month,
article.post .entry-header .year,
article.page .entry-header .year {
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}
.day-month .day {
    font-size: 24px;
}
.day-month .month {
    font-size: 12px;
}
.day-month > span {
    display: block;
}
article.post .entry-header .year,
article.page .entry-header .year {
    font-size: 16px;
    padding: 5px 0;
}
article.post .post-thumb,
article.page .post-thumb {
    position: relative;
    z-index: 1;
    height: 130px;
    overflow: hidden;
    display: none;
}
.blog article.post .post-thumb,
.blog article.page .post-thumb {
    position: relative;
    z-index: 1;
    height: 130px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: black;*/
}
article.post .post-thumb a,
article.page .post-thumb a {
    overflow: hidden;
    display: block;
    width: 100%;
}
.post-thumb img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.post-thumb img:hover {
    opacity: 0.6;
}
/*article post test end*/
/*archive pages*/

.nav-links div {
    display: inline-block;
    margin-bottom: 10px;
}
.nav-next {
    float: right;
}
.nav-previous > a::before,
.nav-next a::after {
    content: "\f100";
    font-family: fontawesome;
    padding: 5px;
}
.nav-next a::after {
    content: "\f101";
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    padding: 6px;
    position: relative;
    background: #ffffff;
}
/*** ERROR404 ANd Coming soon page ***/

.error404 #primary ,.Coming_soon_page #primary{
    text-align: left;
    width: 100%;
}
.Coming_soon_page .site-content .content-area .site-main {
    background: transparent;
}
.error404 #primary .not-found,.Coming_soon_page #primary .not-found {
    min-height: 320px;
    padding-top: 0px;
}
.Coming_soon_page #primary .not-found {
    min-height: 350px;
}
.back_to_homepage_button a ,.page article  .back_to_homepage_button a {
    color: black;
    margin: 5px 0px;
    display: block;
    font-size: 13px;
}

.error404 #content ,.Coming_soon_page #content {
    width: 100%;
    margin: 0px;
    padding: 55px;
    border: medium none;

    background: url(assets/img/page404-background-website.jpg);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 10px;
}
.Coming_soon_page #content{
  background: url(assets/img/acnamerchfemale.jpg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left bottom;

}
.Coming_soon_page #content .text {
  font-size: 22px;
  line-height: 1.5em;
  color: #000;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "AudiTypeExtendedNormal";
}
.page.Coming_soon_page article .content-wrapper{
  width: 100%;

}

.error404 #searchsubmit.fa-search,
.error404 #searchform #menu-search {
    color: black;
}
.error404 #content .site-main {
    background: transparent;
    border: medium none;
}
/*Contact form 7*/

.wpcf7-form input,
.wpcf7-form .your-message textarea {
    background: #f2f2f2;
    color: #000;
    border: 1px solid #dddddd;
    outline: medium none;
    padding: 5px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wpcf7-form label {
    width: 100%;
    font-weight: 300;
}
.wpcf7-form input.wpcf7-submit {
    border: medium none;
    color: #ffffff;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    position: relative;
    text-align: center;
    transform: translateZ(0px);
    width: 200px;
}
.wpcf7-response-output {
    clear: both;
}
/*breadcrumbs*/

#education-base-breadcrumbs {
    padding: 0;
}
#education-base-breadcrumbs .breadcrumb-trail li {
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 10px;
    color: #fff;
}
#education-base-breadcrumbs a {
    color: #fff;
}
#education-base-breadcrumbs a:hover {
    text-decoration: underline;
}
#education-base-breadcrumbs .breadcrumb-trail li.trail-item.trail-end::after {
    display: none;
}
#education-base-breadcrumbs .breadcrumb-trail li::after {
    color: #ddd;
    content: "\f101";
    font-family: FontAwesome;
    margin-left: 10px;
}
#education-base-breadcrumbs .breadcrumb-trail .trail-items {
    margin: 0;
    padding: 0;
}
/*-- Animation effect */

.init-animate {
    visibility: hidden;
}
.acme-animate .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,
        -20%,
        0);
        transform: translate3d(0,
        -20%,
        0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.acme-animate .slideInUp1 {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.acme-animate .slideInUp2 {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    /* Chrome, Safari, Opera */

    animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.acme-animate .slideInUp3 {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    /* Chrome, Safari, Opera */

    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
}
/*max Browser*/


/*page builder css */

.site-content article .acme-widgets .container {
    width: 100%;
    margin: 0;
}
.site-content article .acme-widgets {
    margin: 0;
}
.site-content article .main-title {
    margin-bottom: 10px;
}
.site-content article .acme-col-posts.acme-widgets .at-btn-wrap {
    margin-top: 10px;
}
.site-content article .acme-col-posts.acme-widgets article.post .read-more,
.site-content article .acme-col-posts.acme-widgets article.page .read-more {
    margin-top: 0;
}
.slick-prev {
    left: 0px;
    z-index: 99;
}
.slick-next {
    right: 0px;
    z-index: 99;
}
.view_all {
    position: relative;
    height: 25px;
    font-family: "AudiTypeExtendedNormal";
    margin-top: 15px;
    margin-right: 11px;
    font-size: 10px;
    letter-spacing: 0.3pt;
}
.view_all.event_rm a {
    color: black;
    font-weight: bold;
    line-height: 34px;
}
#event_content {
    width: 90%;
    margin: 30px auto;
}
#image_banner{
  margin: 0px -15px;
}
.em-pagination {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.em-pagination > * {
    padding: 5px;
    font-size: 16px;
}
/* Related Posts */

.crp_related ul li > a {
    display: block;
    justify-content: center;
    align-items: center;
    background: black;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}
.crp_related {
    clear: both;
    margin: 10px 0;
    float: left;
}
.crp_related li {
    padding: 10px;
    border-radius: 0px;
    box-shadow: unset;
    width: calc((100% / 3) - 21px);
    margin: 10px 10px !important;
    text-align: left;
    color: black;
    height: 300px;
}
.crp_related a > span.custom_image {
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.crp_related li .date {
    margin-bottom: 25px;
}
.crp_related ul {
    width: 100%;
}
.crp_related a>span {
    width: 100% !important;
    border-radius: 0px !important;
    padding: 15px !important;
    display: block;
    left: 0px;
}
.crp_related img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.crp_related h3 {
    font-size: 14px;
    margin: 16px 5px 10px !important;
    font-weight: bold;
}
.crp_related ul li .tags > a {
    display: inline;
    width: auto;
    height: auto;
    padding: 0px 5px;
    background: transparent;
    float: none;
    margin: 0px;
    font-size: 14px !important;
    color: black;
}
.tags {} .crp_related .crp_title {
    position: static;
    background: white;
    color: black !important;
    text-align: left;
    padding: 10px 0px !important;
    font-weight: bold;
    font-size: 16px;
}
.crp_related li:hover {
    background: transparent;
}
.crp_related li:hover .crp_title {
    background: white;
}
.crp_related ul li .tags {
    display: none;
    color: black;
    position: absolute;
    bottom: 10px;
}
.bc_page a {
  color: black;
  text-transform: capitalize;
  padding: 2px 0px;
  font-size: 16px;
  margin: 15px 0px;
  display: inline-block;
  border-radius: 15px;
  background: transparent;
}
.chapters .bc_page {
    margin-left: 60px;
}
.single-event #content #main > article {
    margin: 0px 60px;
}

.single-event .bc_page a {
    margin-left: 50px;
}

.textual_map {
    position: absolute;
    top: 650px;
    left: calc(50% - 290px);
    width: 580px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#cd_date {
    margin-bottom: 10px;
    overflow: hidden;
}
#cd_date div:not(.separator){
  display: inline-block;
  text-align: center;
  padding: 2px;
  margin:0 4px;
  font-weight: bold;
  float: left;
}
#cd_date div.separator{
  width: 2px;
  display: inline-block;
  float: left;
}
#cd_date div::after{
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: normal;
}
#cd_date div:nth-child(1)::after{
  content: "Days";
}

#cd_date div:nth-child(3)::after{
  content: "Hours";
}
#cd_date div:nth-child(5)::after{
  content: "Minutes";
}
#cd_date div:nth-child(7)::after{
  content: "Seconds";
}
.full-width {
    width: 100% !important;
}