/*
 Theme Name:   Catch Responsive - Self Defence
 Theme URI:    https://www.successexcellence.com.au
 Description:  Catch Responsive - Self Defence
 Author:       Phillip Thomas - Success Excellence Pty Ltd
 Author URI:   https://www.successexcellence.com.au
 Template:     catch-responsive
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  catch-responsive-selfdefence
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*
 *    Global
 */
body {
  background-color: #FFFFFF;
  color: #535353;
  font-family: 'Comfortaa', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', sans-serif !important;
}

/*
 *    Header Area
 */
#masthead {
  padding: 0;
  margin: 20px 0 0;
 }
.site-title {
  font-family: 'Comfortaa', sans-serif !important;
  font-weight: 900;
/*  color: #784142 !important; */
}
.site-description {
  font-size: larger;
  font-weight: bold;
}

/* Log In / Log Out Area */
.logout-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.logout-avatar img {
  display: block;
  width: 30px;
  height: 30px;
}
.logout-button-text {
  text-decoration: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #FFF;
  font-size: 0.95rem; /* .88rem; */
  font-weight: 300;
  padding: 7px 13px;
  border: none;
  outline: none;
  float: right;
  background-color: #3851a3;
}
.btn-login {
}
.btn-logout {
  padding-left: 40px;
  position: relative;
}
.btn:hover, .btn:focus {
  background-color: #ed1e24;
  border-color: #ed1e24;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

/* Main Menu */
.nav-primary {
  background-color: #3851a3; /* #535353; */
}

/* Featured Slider */
#feature-slider {
  padding-bottom: 0;
}
#feature-slider .entry-title {
  padding-bottom: 15px;
}
#feature-slider .entry-container {
  left: 30%;
  width: 40%;
}

.logo-right {
  padding: 5px 0px 5px 0px;
}

/*
 *    Testimonial Rotator
 */
.testimonial_rotator_slide {
  color: #3851a3;
}
.testimonial_rotator_slide_title {

}
.testimonial_rotator_quote {
  font-weight: normal;
}
.testimonial_rotator_author_info {

}
/*
 *    Footer Area
 */
#footer-content {
  color: #404040;
}
/*.affiliations {
  width: 100%;
} */
.affiliation {
  width: 33%;
  float: left;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #ed1e24;
    border-color: #ed1e24;
    box-shadow: none;
    color: #fff;
}
input[type="submit"] {
    background: #3851a3;
    color: #fff;
}

/*
 * Responsive changes for mobiles
 */

@media screen and (max-width: 480px) {
  section.widget_search { display:none; }
  section.widget_catchresponsive_social_icons { width: 75%;
    text-align: left;
    padding-left: 32px; }
  h2.entry-title { font-size: 75%; }
  #feature-slider .entry-container {
    left: 0%;
    width: 100%;
  }
  .cycle-pager { line-height: 0.5; }
  .entry-container { padding: 6px; }
}

.ajs-main-button > a {
  width: 275px;
}

input[type=submit].um-button {
  background: #3851a3;
}

#post-11 .entry-title {
  display: none;    
}

#mobile-header-left-menu {
  display: none;
}

#site-branding {
  max-width: 100%;
}
.ajs-belt-button-enabled {
  font-size: 18px;
  color: #fff;
  width: 275px;
  background-color: #3851a3 !important;
  margin: 0px 0px 20px 0px !important;
  padding: 10px 30px 10px 30px;
  border-width: 1px !important;
  border-style: none;
  border-radius: 50px !important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.ajs-belt-button-disabled {
  font-size: 18px;
  color: #606060;
  width: 275px;
  background-color: #A0A0A0 !important;
  margin: 0px 0px 20px 0px !important;
  padding: 10px 30px 10px 30px;
  border-width: 1px !important;
  border-color: !important;
  border-style: none;
  border-radius: 50px !important;
  cursor: not-allowed;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.ajs-belt-button-circle {
    position: absolute;
    background-color: white;
    left: 2px;
    top: 2px;
    width: 56px;
    height: 43px;
    border-radius: 22px;
    padding-top: 11px;
}
.ajs-belt-button-circle-disabled {
    background-color: #E0E0E0;
}
.ajs-belt-button-circle-disabled > img {
   opacity: 0.5;   
}

.ajs-belt-button-enabled:hover, .ajs-belt-button-enabled:focus, .ajs-belt-button-enabled:active, .ajs-belt-button-enabled:visited {
  color: #fff;    
  text-decoration: none;
}
.ajs-belt-button-disabled:hover, .ajs-belt-button-disabled:focus, .ajs-belt-button-disabled:active, .ajs-belt-button-disabled:visited {
  color: #606060;    
  text-decoration: none;
}
#ajs-video {
    width: 100%;
}
.ajs-video-button {
  color: #fff;
  background-color: #3851a3 !important;
  margin: 0px 0px 5px 5px !important;
  padding: 10px 16px 10px 16px;
  border-width: 1px !important;
  border-color: !important;
  border-style: none;
  border-radius: 20px !important;
  text-decoration: none;
  float: left;
}

.ajs-video-button:hover, .ajs-video-button:focus, .ajs-video-button:active, .ajs-video-button:visited {
  color: #fff;    
  text-decoration: none;
}

.ajs-video-button-disabled {
  color: #606060;
  background-color: #A0A0A0 !important;
  margin: 0px 0px 5px 5px !important;
  padding: 10px 16px 10px 16px;
  border-width: 1px !important;
  border-color: !important;
  border-style: none;
  border-radius: 20px !important;
  text-decoration: none;
  float: left;
  cursor: not-allowed;
}
.ajs-video-button-disabled:hover, .ajs-video-button-disabled:focus, .ajs-video-button-disabled:active, .ajs-video-button-disabled:visited {
  color: #606060;    
  text-decoration: none;
}

.mobile-menu-one #site-branding {
    width: 100% !important;
}
.site-title > a, .site-title > a:hover, .site-title > a:focus, .site-title > a:active, .site-title > a:visited {
  color: black;
  text-decoration: none;
}
.ajsMemberSummary {
  width: 275px;
  border: 2px solid #3851a3;
  padding: 4px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}
.ajs-member-summary {
  width: 100%;
  margin-bottom: 0;    
  border-collapse: collapse;
  border: none;
}

.ajs-member-summary > tbody > tr > td {
  vertical-align: middle;
  padding: 0px;
  border: none;
}
.ajs-member-summary-photo-cell {
  vertical-align: top;
}
.ajs-member-summary-photo-cell > img {
  width: 50px;
  border-radius: 25px;
  margin-right: 4px;
}
.ajs-member-summary-belt {
  width: 50px;
  margin-right: 4px;
  margin-top: 4px;
}
.hentry, .widget {
    margin: 0px;
}
#content .wrapper {
  padding: 0px;
}

.ajs-content-accordion-outer > .advgb-accordion-item > .advgb-accordion-body {
    padding: 5px 5px 0px 5px !important;
}

.ajs-content-accordion-inner > .advgb-accordion-item > .advgb-accordion-body {
    padding: 5px 0px 0px 0px !important;
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member {
    padding: 5px 5px 0px 5px;
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta .um-member-metaline {
    padding: 5px 0 0 0;
}


.um-new-dropdown {
  font-size: 14px !important;
  color: #aaaaaa;
}
.um-new-dropdown ul li a {
  color: #aaaaaa;
  text-decoration: none !important;
}
.um-new-dropdown ul li a:hover {
  color: #1b8bc0;
  text-decoration: none !important;
}

img.ajsqrcode {
  width: 300px;
}

#ajsqrscanner{
   width: 300px;
   height: 200px;
}

.profile_checkin {
  width: 140px;
  height: 140px;
  border-radius: 70px;
}