/*
 Theme Name:   Catch Responsive - EDSS290 Amber Thomas
 Theme URI:    https://www.successexcellence.com.au
 Description:  Catch Responsive - EDSS290 Amber Thomas
 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: #4C6172;
  font-family: 'Nunito', sans-serif;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif !important;
}

/* Header area */
#masthead {
  padding: 0;
}
#masthead .search-field {
  margin-bottom: 12px;
}
.site-title {
  font-family: "Nunito", sans-serif !important;
}
/*.site-title a {
  color: #4C6172;
}
.site-title a:hover {
  color: #4C6172;
}
.custom-logo {
  padding-top: 8px;
}
*/
/* Register / Log In / Log Out Area */
/*.widget_login {
  text-align: right;
  padding-top: 0px;
}
.btn, .btn:visited {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #FFF;
  font-weight: 300;
  padding: 7px 13px;
  border: none;
  outline: none;
  background-color: #4C6172;
}
.btn-acf {
  margin-left: 12px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 80%;
}
.btn-login {
  margin-left: 8px;
  font-size: 80%;
}
.btn-logout {
  margin-left: 8px;
  font-size: 80%;
}
.btn:hover, .btn:focus {
  background-color: #5f798e;
  box-shadow: none;
  color: #FFF;
  text-decoration: none;
}*/
.apa-ref {
  margin-left: 40px;
  text-indent: -40px;
}
/* Main Menu */
.nav-primary {
  background-color: #4c6172;
}

.catchresponsive-nav-menu a {
  padding: 0 10px;
}

.menu-image-title-after.menu-image-not-hovered img {
  padding-right: 0;
}

/* Theme's promotion message area */
#promotion-message {
  border-bottom: 1px solid #ff6600;
}

#promotion-message .left {
  margin-bottom: 5px;
}

#promotion-message .right .promotion-button {
  background-color: #fde0ce;
  border: 2px solid #ff6600;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #ff6600;
  margin-top: 0px;
  padding: 10px 25px;
}

/* Lists that follow paragraphs can be move up a little */
p + ul {
  margin-top: -16px;
}

/* Nested lists don't need a bottom margin on the inner list */
div.wp-block-column li > ul {
  margin-bottom: 0px;
}

.clearfix {
  clear: both;
}

/* Video subtitles */

::cue {
  font-family: "Nunito", sans-serif;
}

/* Contact forms */
.wpcf7-list-item {
  display: block !important;
}

input[type="tel" i].tel-advanced-course {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

input[type="submit"].submit-advanced-course {
  color: #b0107d;
  background-color: #f0d5ed;
  border-color: #b0107d;
}

input[type="tel" i].tel-contact-us {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

select.select-contact-us {
  color: #666;
  border-color: #ccc;
}

input[type="submit"].submit-contact-us {
  color: #4c6172;
  background-color: #d5d5d5;
  border-color: #4c6172;
}

/* Ultimate Member Profile */
.ct-email-template-table {
  width: 100%;
}

.ct-email-template-table {
  border: none;
}

.ct-email-template-table td {
  border: none;
  padding: 4px;
}

.ct-email-template-table th {
  border: none;
  text-transform: none;
  padding: 4px;
}

.ct-email-template-table ul {
  margin-bottom: 0px;
}

.acf-fields > .acf-field {
  padding: 4px 4px !important;
  border-top: none !important;
}

div.cctACFFwrapper {
  display: none;
}

.show {
  display: block !important;
}

.um-profile .um-profile-body {
  max-width: 750px !important;
}

/*
// JQueryUI Dialogs
*/
.ui-front {
  z-index: 1009 !important;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ct-dialog {
  background-color: white;
  border: 2px solid #4c6172;
  max-height: 70%;
  overflow-y: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.ct-dialog.ui-dialog {
  z-index: 1010 !important;
}
.ct-dialog p {
  margin: 6px;
}
.ct-dialog > .ui-dialog-titlebar {
  background-color: #4c6172 !important;
  color: white;
  padding: 0 10px 2px 10px;
  font-size: 120%;
}

.ct-dialog > .ui-dialog-titlebar > .ui-dialog-titlebar-close {
  visibility: hidden;
}
span.ct-dialog-icon {
  font-size: 40px;
  font-weight: bold;
  color: #800000;
  float: left;
  margin: 12px 12px 32px 0;
}
.ct-dialog button {
  margin: 8px;
  border-radius: 4px;
  padding: 7px 13px;
  box-shadow: none;
  text-shadow: none;
  color: white;
  background-color: #4c6172;
}

.acf-field .acf-label label {
  font-size: 85%;
}

div .acf-fields {
  margin: 10px;
}

.acf-form-submit {
  display: none;
}

.acf-delete-template {
  display: none;
}

.acf-label label[for="acf-_post_content"] {
  margin-bottom: -30px !important;
}
