/*
Theme Name: Divi_child
Theme URI: http://elegantthemes.com
Description: A custom child theme of Divi
Author: Michael Thomas
Author URI: http://mtwebink.com
Template: Divi
Version: 3.16
.
General comments/License Statement if any.
.
*/
@import url(../Divi/style.css);
/*--- FLEX CONTAINERS ---*/
.special-btn {
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
  transition: all 0.15s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 4;
}
.special-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

/* stop safari making phone numbers blue */
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

e body #page-container .et_pb_button_two.et_pb_button:hover:after {
  right: 7px;
  top: 7px;
}

body.safari #page-container .et_pb_button {
  transition: all 0.2s;
}
body.safari #page-container .et_pb_button:hover {
  border: 2px solid transparent;
  padding: 0.3em 2em 0.3em 0.7em;
}
body.safari #page-container .et_pb_button:after {
  transition: all 0.2s;
  font-size: 32px;
  line-height: 1em;
  content: "5";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  transition: all 0.2s;
  text-transform: none;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
body.safari #page-container .et_pb_button:before {
  transition: all 0.2s;
  font-size: 32px;
  line-height: 1em;
  content: "5";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  transition: all 0.2s;
  text-transform: none;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
body.safari #page-container .et_pb_button:hover:after {
  right: 7px;
  top: 7px;
}
body #page-container .et_pb_button {
  transition: all 0.2s;
}
body #page-container .et_pb_button:hover::after {
  font-size: 1.6em;
  opacity: 0;
  display: inline-block;
  right: 7px;
  top: 7px;
}

.ctn-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ctn-flex {
    flex-direction: column;
  }
}

.ctn-flex-direction {
  display: flex;
  flex-direction: column;
}

.content-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.content-top-center {
  align-items: flex-start;
  justify-content: center;
}

.content-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.content-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.content-middle-center {
  align-items: center;
  justify-content: center;
}

.content-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.content-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.content-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.content-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.no-pb h3 {
  padding-bottom: 0;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

body {
  background-image: url("/wp-content/uploads/my-images/grid-min.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #686868;
}

h1 {
  font-size: 36px;
}

p {
  font-size: 17px;
}

a {
  font-weight: bold;
}

img {
  border-radius: 2px;
}

.lm-shadow img {
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.lm-grey-button {
  color: #686868 !important;
  background-color: rgb(234, 234, 232);
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
  transition: all 0.15s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 4;
}
.lm-grey-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.bck-border {
  background: #f3f3ef;
  position: fixed;
}

.lm-white-tx {
  color: #fff;
}

.border-top {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 12px;
}

.border-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 12px;
}

.border-left {
  width: 25px;
  left: 0;
  height: 100%;
  z-index: 9999;
}

.border-right {
  width: 25px;
  right: 0;
  height: 100%;
  z-index: 9999;
}

.center-text {
  text-align: center;
}

.lm-attention {
  text-decoration: underline;
}

.aw-small-btn {
  max-width: 180px;
}

.special-hdr {
  padding-bottom: 0;
}
.special-hdr h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 8px;
}
.special-hdr h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 8px;
}
.special-hdr.inside-page h1 {
  margin-bottom: 1.5rem;
}

.small-print {
  font-size: 15px;
}

#main-content, header, .et_pb_section {
  background-color: transparent !important;
}

.et_overlay:before, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_contact_submit, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_member_social_links a:hover, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_pb_sum {
  color: #bd3448;
}

#et_search_icon:hover, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #bd3448;
}

.et_overlay {
  border: none !important;
  border-radius: 4px;
}

.ghost-btn {
  background-color: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

.aw-full-btn {
  width: 100%;
}

/*--- MAILCHIMP BANNER ---*/
.banner-signup-box {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  background-color: #f3f3ef;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
  border-radius: 0 !important;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
}
.banner-signup-box a {
  margin-right: 5px;
}

.show-banner .banner-signup-box {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}
.show-banner.hide-sign-up .banner-signup-box {
  opacity: 0 !important;
  visibility: hidden !important;
}

.remove-banner .banner-signup-box {
  animation-name: fadeOutUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
  visibility: visible;
}

.remove-banner-x .banner-signup-box {
  animation-name: fadeOutLeftBig;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}

.banner-signup-msg {
  font-size: 16px;
  color: #686868;
  padding: 0 20px 0 10px;
}

.banner-signup-link {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 6px 14px !important;
  background-color: #1493CC;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 4;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
}
.banner-signup-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.banner-close-cnt {
  display: inherit;
  position: absolute;
  right: 10px;
}

.banner-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  width: 40px;
  height: 40px;
  color: #b5b5b5;
  transition: color 0.15s;
  cursor: pointer;
}

.banner-close:before, .banner-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.banner-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*--- MAILCHIMP POPUP STYLES ---*/
.sign-up-home {
  display: none;
  padding: 1rem 0 0 1rem;
  text-decoration: underline;
  font-size: 14px;
}

.lm-mc-popup {
  width: 100%;
  height: 100%;
  background: none !important;
}
.lm-mc-popup .lm-mc-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 60px 0 0;
  background-color: #fff;
  background-image: url("/wp-content/uploads/my-images/grid-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.lm-mc-popup #mc_embed_signup {
  width: 390px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f3f3ef;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
}
.lm-mc-popup .mc-btn-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.lm-mc-popup .mc-btn-cnt img {
  width: 140px;
  margin-right: 20px;
}

/*--- MAILCHIMP FOOTER STYLES ---*/
.lm-mc-footer.lm-mc-global h1 {
  font-size: 16px;
}
.lm-mc-footer.lm-mc-global #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
}
.lm-mc-footer.lm-mc-global .mc-field-group {
  width: 50%;
}
.lm-mc-footer.lm-mc-global .mc-field-group.gdprRequired {
  width: 100%;
}
.lm-mc-footer.lm-mc-global .lm-mc-submit {
  width: 30%;
}
.lm-mc-footer.lm-mc-global .lm-mc-submit .mc-embedded-subscribe {
  width: 100%;
}
.lm-mc-footer.lm-mc-global .lm-mc-submit input {
  width: 100%;
}
.lm-mc-footer.lm-mc-global #mergeRow-gdpr {
  width: 70%;
}
.lm-mc-footer.lm-mc-global #mergeRow-gdpr fieldset {
  margin-bottom: 0;
  text-align: right;
  padding-right: 1.2rem;
}
.lm-mc-footer.lm-mc-global #mergeRow-gdpr label {
  display: inline-block;
  line-height: 2.3;
}
.lm-mc-footer.lm-mc-global .lm-field-group-1 {
  padding-right: 0.4rem;
}
.lm-mc-footer.lm-mc-global .lm-field-group-2 {
  padding-left: 0.4rem;
}

/*--- MAILCHIMP GLOBAL STYLES ---*/
.lm-mc-global h1 {
  font-size: 28px;
  margin-bottom: 0.5rem;
}
.lm-mc-global input.text, .lm-mc-global input.title, .lm-mc-global input[type=email], .lm-mc-global input[type=password], .lm-mc-global input[type=tel], .lm-mc-global input[type=text], .lm-mc-global select, .lm-mc-global textarea {
  width: 100%;
  color: #4e4e4e;
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid rgba(187, 187, 187, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.lm-mc-global .mc-field-group {
  margin-bottom: 0.6rem;
}
.lm-mc-global form input[type=submit] {
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
  transition: all 0.15s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 4;
  padding: 11px 30px !important;
  background-color: #1493CC;
}
.lm-mc-global form input[type=submit]:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.lm-mc-global .privacy-link {
  font-size: 12px;
  text-decoration: underline;
}

/*--- HEADER ---*/
#logo {
  width: 250px;
  height: auto !important;
  max-height: none;
  border: none;
}

header {
  padding-top: 55px;
  box-shadow: none !important;
  z-index: 99 !important;
}
@media only screen and (max-width: 600px) {
  header {
    padding-top: 10px;
  }
}
header .et_menu_container {
  width: 90%;
  max-width: 1400px;
}

#et-top-navigation {
  padding-left: 30px !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
  padding: 0 15px 33px 12px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a:after, .et_header_style_split #et-top-navigation nav > ul > li > a:after {
  content: ".";
  font-size: 24px;
  padding-left: 17px;
  margin-top: -7px;
  position: absolute;
  color: #000;
}

#top-menu li {
  padding: 0 !important;
  margin-right: 10px;
}
#top-menu li:last-of-type a:after {
  display: none;
}
#top-menu a {
  font-weight: 400;
  color: #686868;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
  top: 6px;
}

.et_header_style_left .logo_container {
  width: auto;
}

.nav li ul {
  width: 290px;
}

#top-menu li ul li {
  display: block !important;
}

#top-menu li li a {
  width: 100%;
}

.lm-social-icons {
  display: flex;
  align-items: center;
  width: 30px;
  height: 80px;
  float: right;
}
.lm-social-icons a {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("/wp-content/uploads/my-images/linkedin.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s ease-in;
}
.lm-social-icons a:hover {
  background-image: url("/wp-content/uploads/my-images/linkedin-red.png");
  transition: 0.4s ease-in;
}

/*--- SLIDER ---*/
.owl-hero {
  padding-top: 30px;
}

.owl-theme .owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 20px;
}

.owl-carousel {
  width: 100%;
}
.owl-carousel .owl-content {
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-content h1 {
  font-weight: 300;
  letter-spacing: 8px;
  margin-bottom: 0.8rem;
}
.owl-carousel .owl-content h2 {
  font-size: 17px;
  margin-bottom: 5rem;
}

.lm-h1-slider {
  padding-top: 10px;
}

.lm-h1-slider, .lm-h2-slider, .owl-image-cnt {
  opacity: 0;
}

.owl-item.active .lm-h1-slider {
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
.owl-item.active .lm-h2-slider {
  animation-name: slideInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
.owl-item.active .owl-image-cnt {
  animation-name: slideInUpImage;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}

/*--- AW - HOME BANNER ---*/
@media only screen and (max-width: 600px) {
  .aw-row-buttons {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 980px) {
  .aw-row-buttons .et_pb_column {
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .aw-row-buttons .et_pb_column {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .aw-row-buttons .et_pb_column:not(:last-child) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .aw-row-buttons .et_pb_column:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .aw-row-buttons .et_pb_column .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
  }
}

#aw-intro-top-btn {
  max-width: 200px;
  width: 100%;
}

a.et_pb_button.aw-blue-btn {
  display: block;
  text-align: center;
  letter-spacing: 0 !important;
}
body #page-container .et_pb_section a.et_pb_button.aw-blue-btn::after {
  font-size: 26px !important;
  margin-top: -1px;
}
a.et_pb_button.aw-blue-btn:hover {
  padding: 0.3em 2em 0.3em 0.7em !important;
}

.ld-lesson-items .ld-lesson-title {
  font-size: 16px !important;
}

/*--- HOME BLURB ---*/
.lm-blurb .et-pb-icon, .lm-blurb-detail .et-pb-icon {
  font-size: 40px !important;
}
.lm-blurb .et_pb_blurb_content, .lm-blurb-detail .et_pb_blurb_content {
  text-align: justify;
}
.lm-blurb h4, .lm-blurb-detail h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 17px;
}
.lm-blurb h4:hover, .lm-blurb-detail h4:hover {
  color: #bd3448;
}
.lm-blurb .et_pb_blurb_description, .lm-blurb-detail .et_pb_blurb_description {
  font-size: 18px;
}

.lm-blurb-detail .et-pb-icon {
  background-color: transparent !important;
  padding: 0;
}

/*--- CASE STUDIES SECTION ---*/
.lm-case-study .et_pb_portfolio_grid_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lm-case-study .et_pb_grid_item {
  width: 33.33% !important;
  margin: 0 !important;
  padding: 1rem;
}
.lm-case-study h2 {
  font-size: 16px !important;
}
.lm-case-study .et_pb_portfolio_0 .et_overlay:before {
  color: #bd3448 !important;
}
.lm-case-study .lm-button {
  border: 2px solid #ccc;
  color: #666;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 0.3em 2em;
  border-radius: 0 !important;
}
.lm-case-study .lm-button:after {
  font-size: 25px;
}

/*--- CASE STUDIES PAGE ---*/
.single-project .project img {
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.single-project footer {
  display: none;
}

.project-btn {
  padding: 8px 11px !important;
  font-size: 12px;
}

.et_pb_bg_layout_light.project-btn:hover {
  background-color: rgb(234, 234, 232);
}

/*--- TESTIMONIALS ---*/
.lm-testimonials .et_pb_image_wrap {
  width: 100% !important;
}
.lm-testimonials .et_pb_image_wrap img {
  width: 100%;
}
.lm-testimonials .et_pb_main_blurb_image {
  width: 100% !important;
}
.lm-testimonials .et_pb_main_blurb_image span, .lm-testimonials .et_pb_main_blurb_image img {
  width: 100%;
}

/*--- INDUSTRY ---*/
.industry-blurb .et_pb_blurb_container > h4 {
  font-size: 22px;
}

/*--- BLOG ---*/
.single-post #main-content .container {
  max-width: 740px;
}
.single-post #main-content .container img {
  border: none;
}
.single-post #main-content .container article {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post #main-content .container .et_pb_section_0 {
  padding-top: 0.5rem;
}
.single-post #left-area {
  padding-bottom: 0;
}
.single-post .lm-avatar {
  display: block !important;
  width: 50px;
  float: left;
}
.single-post .et_post_meta_wrapper img:last-of-type {
  margin-top: 1rem;
}
.single-post .post-meta {
  padding-left: 60px;
  padding-top: 13px;
}

.et_pb_blog_filters li:first-of-type a {
  border-radius: 4px 0 0 4px;
}
.et_pb_blog_filters li:last-of-type a {
  border-radius: 0 4px 4px 0;
}

.filterable-blogposts .et_pb_post, .single-post #left-area {
  background-color: rgba(255, 255, 255, 0.82);
  padding: 1.7rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.filterable-blogposts .et_pb_post h1, .single-post #left-area h1 {
  font-size: 30px;
}

.filterable-blogposts .article-inner {
  box-shadow: none !important;
}
.filterable-blogposts .article-inner img {
  border: none !important;
  padding: 2px !important;
}
.filterable-blogposts .article-inner .et_overlay {
  border: none !important;
}
.filterable-blogposts .et_pb_content_container {
  padding: 0 !important;
  padding-top: 20px !important;
}

body #page-container .et_pb_dfbm_blog_0 .filterable-blogposts a.et_pb_button.read-more, body #page-container .et_pb_dfbm_blog_0 .filterable-blogposts a.et_pb_button.read-more:hover {
  padding: 10px 12px !important;
  line-height: 1.2rem !important;
  background-color: #f1f1f1 !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-radius: 2px !important;
  padding: 10px 12px !important;
  color: #686868 !important;
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

#dfbm-active-cat {
  display: none;
}

.double-featured .et_post_meta_wrapper img {
  display: none;
}
.double-featured .entry-content .remove-featured {
  padding-top: 0;
}

/*--- FREE TURORIAL PAGES ---*/
.lm-blog-style {
  width: 80%;
  max-width: 740px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.82) !important;
}
.lm-blog-style .et_pb_row_0 {
  padding-top: 1.5rem !important;
}
.lm-blog-style .et_pb_row {
  max-width: 740px;
  width: 100%;
  padding: 2rem 2rem 1rem;
}

.scroll-correction .et_pb_row {
  padding: 4.2rem 2rem 0;
}

.text-inner-adjust .et_pb_text_inner {
  padding: 1rem 0 1rem;
}

/*--- CONTACT ---*/
.form-field-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-field-flex p {
  width: 49%;
}
.form-field-flex input {
  width: 100%;
}

.ajax-loader {
  display: block !important;
}

.wpcf7 h1 {
  padding: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.wpcf7 p {
  padding: 0;
  margin: 0;
  padding-bottom: 0.7rem;
}
.wpcf7 .contact-method {
  display: block;
  margin-top: -15px;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=number], .wpcf7 input[type=tel], .wpcf7 textarea {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(158, 158, 158, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.wpcf7 .wpcf7-submit, .wpcf7 input[type=submit] {
  display: inline-block;
  background-color: #1493CC !important;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
  transition: all 0.15s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 4;
  padding: 11px 30px !important;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 input[type=submit]:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.wpcf7 .my-captcha {
  margin-bottom: 0.7rem;
}
.wpcf7 .your-message textarea {
  min-height: 200px !important;
  max-height: unset !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

form input, form textarea {
  border: 2px solid #686868;
  font-size: 14px;
}
form input[type=submit] {
  border: none !important;
}
form textarea {
  width: 100%;
  height: 150px;
  max-height: none;
}
form > p:last-of-type {
  text-align: right;
}

/*--- Form submit messages ---*/
.wpcf7-form .wpcf7-response-output {
  display: inline;
  width: auto;
  height: 39px;
  line-height: 40px;
  font-size: 16px;
  margin: 0;
  background-color: #436729;
  color: #fff;
  border: none;
  text-align: center;
  font-weight: bold;
  padding: 0 1.5rem;
}
.wpcf7-form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.wpcf7-form .wpcf7-validation-errors {
  background-color: #ca1f1f;
}

/*--- COOKIE NOTICE ---*/
#cookie-notice {
  bottom: 34px;
  background-color: transparent !important;
}
.cookies-accepted #cookie-notice, .cookies-refused #cookie-notice {
  display: none !important;
}
#cookie-notice .button {
  border: none !important;
  padding: 0 !important;
}
#cookie-notice #cn-close-notice {
  display: none;
}
@media only screen and (max-width: 479px) {
  #cookie-notice #cn-close-notice {
    display: block;
  }
}
#cookie-notice .cookie-notice-container {
  width: 480px !important;
  margin: 0 auto;
  padding: 4px 0 4px 15px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(205, 32, 68, 0.9);
  width: auto;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 479px) {
  #cookie-notice .cookie-notice-container {
    width: 100% !important;
  }
}
#cookie-notice #cn-notice-text {
  display: inline-block;
  font-size: 16px !important;
}
#cookie-notice #cn-notice-buttons {
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  #cookie-notice #cn-notice-buttons {
    display: none;
  }
}
#cookie-notice .lm-cookie-link {
  color: #fff;
  font-weight: bold;
}
#cookie-notice #cn-accept-cookie img {
  width: 14px;
  position: relative;
  top: 6px;
  left: 8px;
}
#cookie-notice .cn-close-icon {
  width: 50px;
  height: 40px;
  top: 35%;
  opacity: 0.8;
}
#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 4px;
  background: white;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
#cookie-notice .cn-close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*--- Disable Signup Banner & Footer ---*/
.page-id-1048 .banner-signup-box, .page-id-1048 #footer-widgets, .woocommerce-page .banner-signup-box, .woocommerce-page #footer-widgets {
  display: none;
}

/*--- COURSE SALES PAGE---*/
.course-sp-row {
  width: 94%;
  margin: 2rem auto;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.course-hero-wrapper .header-content {
  width: 100% !important;
}

.lm-woocommerce-wrapper {
  width: 94%;
  margin: 2rem auto;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.lm-woocommerce-wrapper .lm-woocommerce-content {
  position: relative;
  z-index: 0;
}

.sp-buy-btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff !important;
  background-color: #bd3448;
  text-transform: uppercase;
  border-radius: 2px;
}

.sp-learning-points.et_pb_row {
  padding: 2.8rem 2.2rem;
  border-radius: 4px;
}
.sp-learning-points.et_pb_row h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.sp-learning-points.et_pb_row h2, .sp-learning-points.et_pb_row p {
  color: inherit !important;
}
.sp-learning-points.et_pb_row .learning-subheading {
  margin-bottom: 2rem;
}
.sp-learning-points.et_pb_row .ld-learning-points {
  display: block !important;
  padding: 0 !important;
}
.sp-learning-points.et_pb_row .ld-learning-points .lp-list-item {
  width: 100%;
}
.sp-learning-points.et_pb_row .ld-learning-points .lp-list-content {
  display: flex;
  width: 100%;
  background-color: #e06072;
  background-color: #E64059;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem !important;
  border-radius: 30px;
}
.sp-learning-points.et_pb_row .ld-learning-points .lp-list-content span {
  text-align: left;
}
.sp-learning-points.et_pb_row .ld-learning-points .lp-list-content span:first-of-type {
  padding-top: 2px;
}
.sp-learning-points.et_pb_row .ld-learning-points li {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto 1.5rem;
}
.sp-learning-points.et_pb_row .ld-learning-points img {
  opacity: 1 !important;
}
.sp-learning-points.et_pb_row .ld-learning-points li div > span:first-of-type {
  width: 13px;
  min-width: 13px;
  margin-right: 0.4rem;
  flex: 0 1 auto;
}

.et_pb_accordion .et_pb_toggle {
  border-radius: 60px;
}

.et_pb_toggle_close {
  background-color: #f3f3ef;
}

.et_pb_toggle_close, .et_pb_toggle_open {
  padding: 20px 60px;
}

.pricing-bck-content {
  width: 100%;
  height: 500px;
  background-image: url("/wp-content/uploads/my-images/sales-hero-7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pricing-bck-content .hero-mask {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 52, 72, 0.2);
}

.course-pricing-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-box-wrapper {
  box-shadow: 0 15px 50px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 50px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 50px 5px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 4px;
}
.pricing-box-wrapper .pricing-features {
  padding: 0 2rem 1rem 2rem;
  max-width: 350px;
  margin: 0 auto;
}
.pricing-box-wrapper h3 {
  font-size: 40px;
}
.pricing-box-wrapper li {
  font-size: 17px;
  list-style: none;
  margin: 0.5rem 0;
  padding-left: 16px;
  background-image: url("/wp-content/uploads/my-images/tick.png");
  background-position: 0% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
}
.pricing-box-wrapper li:first-of-type {
  margin-top: 0;
}
.pricing-box-wrapper li:last-of-type {
  margin-bottom: 0;
}

.lm-faq h5 {
  font-weight: bold;
}

/*--- LEARN DASH---*/
.single-sfwd-courses .banner-signup-box {
  display: none !important;
}

/*--- Free Trial Course ---*/
.sfwd-courses-template-default.postid-1482 .ld-course-status {
  display: none !important;
}

.sfwd-courses-template-default #left-area, .sfwd-lessons-template-default #left-area, .sfwd-topic-template-default #left-area {
  width: 70%;
}
.sfwd-courses-template-default #sidebar, .sfwd-lessons-template-default #sidebar, .sfwd-topic-template-default #sidebar {
  width: 29%;
}

/*--- Logged In Users ---*/
.logged-in .modal-trigger-wrapper {
  display: none;
}

/*--- Learn dash pages ---*/
.sfwd-courses-template-default #page-container, .sfwd-lessons-template-default #page-container, .sfwd-topic-template-default #page-container, .sp-learning-points #page-container {
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.sfwd-courses-template-default.et_right_sidebar #main-content .container:before, .sfwd-lessons-template-default.et_right_sidebar #main-content .container:before, .sfwd-topic-template-default.et_right_sidebar #main-content .container:before, .sp-learning-points.et_right_sidebar #main-content .container:before {
  display: none !important;
  right: 20.875% !important;
}
.sfwd-courses-template-default .bck-border, .sfwd-lessons-template-default .bck-border, .sfwd-topic-template-default .bck-border, .sp-learning-points .bck-border {
  display: none;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.sfwd-courses-template-default .lm-avatar, .sfwd-courses-template-default .ld-course-status, .sfwd-courses-template-default .ld-topic-status, .sfwd-courses-template-default .ld-lesson-status, .sfwd-lessons-template-default .lm-avatar, .sfwd-lessons-template-default .ld-course-status, .sfwd-lessons-template-default .ld-topic-status, .sfwd-lessons-template-default .ld-lesson-status, .sfwd-topic-template-default .lm-avatar, .sfwd-topic-template-default .ld-course-status, .sfwd-topic-template-default .ld-topic-status, .sfwd-topic-template-default .ld-lesson-status, .sp-learning-points .lm-avatar, .sp-learning-points .ld-course-status, .sp-learning-points .ld-topic-status, .sp-learning-points .ld-lesson-status {
  display: none !important;
}
.sfwd-courses-template-default .et_post_meta_wrapper .entry-title, .sfwd-lessons-template-default .et_post_meta_wrapper .entry-title, .sfwd-topic-template-default .et_post_meta_wrapper .entry-title, .sp-learning-points .et_post_meta_wrapper .entry-title {
  margin-bottom: 1rem;
}
.sfwd-courses-template-default .et_post_meta_wrapper .post-meta, .sfwd-lessons-template-default .et_post_meta_wrapper .post-meta, .sfwd-topic-template-default .et_post_meta_wrapper .post-meta, .sp-learning-points .et_post_meta_wrapper .post-meta {
  display: none;
}
.sfwd-courses-template-default.et-db #et-boc .ld-lm-block, .sfwd-lessons-template-default.et-db #et-boc .ld-lm-block, .sfwd-topic-template-default.et-db #et-boc .ld-lm-block, .sp-learning-points.et-db #et-boc .ld-lm-block {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff !important;
}
.sfwd-courses-template-default.et-db #et-boc .ld-lm-block .et_pb_row, .sfwd-lessons-template-default.et-db #et-boc .ld-lm-block .et_pb_row, .sfwd-topic-template-default.et-db #et-boc .ld-lm-block .et_pb_row, .sp-learning-points.et-db #et-boc .ld-lm-block .et_pb_row {
  width: 90%;
}
.sfwd-courses-template-default .ld-learning-points, .sfwd-lessons-template-default .ld-learning-points, .sfwd-topic-template-default .ld-learning-points, .sp-learning-points .ld-learning-points {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
.sfwd-courses-template-default .ld-learning-points li, .sfwd-lessons-template-default .ld-learning-points li, .sfwd-topic-template-default .ld-learning-points li, .sp-learning-points .ld-learning-points li {
  display: flex;
  width: 50%;
  padding: 0.5rem 0;
}
.sfwd-courses-template-default .ld-learning-points li:nth-child(even), .sfwd-lessons-template-default .ld-learning-points li:nth-child(even), .sfwd-topic-template-default .ld-learning-points li:nth-child(even), .sp-learning-points .ld-learning-points li:nth-child(even) {
  padding-left: 0.5rem;
}
.sfwd-courses-template-default .ld-learning-points li:nth-child(odd), .sfwd-lessons-template-default .ld-learning-points li:nth-child(odd), .sfwd-topic-template-default .ld-learning-points li:nth-child(odd), .sp-learning-points .ld-learning-points li:nth-child(odd) {
  padding-right: 0.5rem;
}
.sfwd-courses-template-default .ld-learning-points img, .sfwd-lessons-template-default .ld-learning-points img, .sfwd-topic-template-default .ld-learning-points img, .sp-learning-points .ld-learning-points img {
  opacity: 0.5;
}
.sfwd-courses-template-default .ld-learning-points li > span:first-of-type, .sfwd-lessons-template-default .ld-learning-points li > span:first-of-type, .sfwd-topic-template-default .ld-learning-points li > span:first-of-type, .sp-learning-points .ld-learning-points li > span:first-of-type {
  width: 13px;
  min-width: 13px;
  margin-right: 0.4rem;
  flex: 0 1 auto;
}
.sfwd-courses-template-default #sidebar, .sfwd-lessons-template-default #sidebar, .sfwd-topic-template-default #sidebar, .sp-learning-points #sidebar {
  padding-left: 0;
}
.sfwd-courses-template-default .learndash-wrapper .ld-item-list .ld-item-list-item, .sfwd-lessons-template-default .learndash-wrapper .ld-item-list .ld-item-list-item, .sfwd-topic-template-default .learndash-wrapper .ld-item-list .ld-item-list-item, .sp-learning-points .learndash-wrapper .ld-item-list .ld-item-list-item {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
}
.sfwd-courses-template-default .learndash-wrapper .ld-lesson-list, .sfwd-courses-template-default .learndash-wrapper .ld-lesson-topic-list, .sfwd-lessons-template-default .learndash-wrapper .ld-lesson-list, .sfwd-lessons-template-default .learndash-wrapper .ld-lesson-topic-list, .sfwd-topic-template-default .learndash-wrapper .ld-lesson-list, .sfwd-topic-template-default .learndash-wrapper .ld-lesson-topic-list, .sp-learning-points .learndash-wrapper .ld-lesson-list, .sp-learning-points .learndash-wrapper .ld-lesson-topic-list {
  display: none !important;
}
.sfwd-courses-template-default .learndash-wrapper .learndash_mark_complete_button, .sfwd-lessons-template-default .learndash-wrapper .learndash_mark_complete_button, .sfwd-topic-template-default .learndash-wrapper .learndash_mark_complete_button, .sp-learning-points .learndash-wrapper .learndash_mark_complete_button {
  background-color: #2dc34d !important;
  padding: 13px !important;
}
.sfwd-courses-template-default .ld-content-actions, .sfwd-lessons-template-default .ld-content-actions, .sfwd-topic-template-default .ld-content-actions, .sp-learning-points .ld-content-actions {
  border-top: none !important;
}

.ld-lm-block {
  padding: 2rem 0 !important;
  margin-bottom: 2rem;
}
.ld-lm-block .ld-learning-points {
  font-size: 16px;
}

.ld-progress.ld-progress-inline {
  font-size: 16px;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title {
  font-size: 16px;
}

/*- Restrict Content -*/
.ld-tab-content.lm-restrict p {
  padding: 1.5rem;
  background: rgba(252, 255, 0, 0.4);
  font-size: 20px;
}
.ld-tab-content.lm-restrict a {
  text-decoration: underline;
}

/*- Topics -*/
#sidebar #widget_ldcoursenavigation-2, #sidebar #ldcourseprogress-2 {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 1.5rem;
  background-color: #fff;
}

.learndash-wrapper .ld-button, .learndash-wrapper .ld-course-status, .learndash-wrapper .ld-status, .learndash-wrapper .ld-expand-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
  border-radius: 4px;
}

.learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button {
  border-radius: 4px;
}

/*- Lessons -*/
.ld-table-list-items {
  background-color: #fff;
}

/*--- WooCommerce Customisations ---*/
.woocommerce #place_order:after {
  font-size: 28px !important;
  line-height: 28px !important;
}

.woocommerce a.button.alt, .woocommerce-page a.button.alt,
.single-product .button.alt,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-lost-password button.button {
  display: inline-block;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer;
  background-color: #1493CC !important;
  color: #fff !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
  transition: all 0.15s ease;
  -webkit-appearance: none;
  border-radius: 4px !important;
}
.woocommerce a.button.alt:after, .woocommerce-page a.button.alt:after,
.single-product .button.alt:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:after,
.woocommerce-lost-password button.button:after {
  font-size: 28px !important;
  line-height: 28px !important;
}

.woocommerce-cart ul.woocommerce-error {
  display: none !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 40px !important;
  width: 190px !important;
  padding-right: 1.5rem !important;
  background-color: #fff !important;
  color: #4e4e4e !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4e4e4e;
  font-size: 16px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder { /* Firefox 19+ */
  color: #4e4e4e;
  font-size: 16px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder { /* IE 10+ */
  color: #4e4e4e;
  font-size: 16px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder { /* Firefox 18- */
  color: #4e4e4e;
  font-size: 16px !important;
}
.woocommerce-cart table.cart td.actions .coupon button {
  display: inline-block;
  font-size: 17px !important;
  background-color: #dedbdf !important;
  color: #686868 !important;
  border: 2px solid #dedbdf !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
}
.woocommerce-cart table.cart td.actions .coupon button:after {
  line-height: 26px !important;
  font-size: 28px !important;
}

.wc-proceed-to-checkout {
  text-align: right;
}

/*- Currency Converter -*/
.woocommerce-page .woocs-style-2-top {
  background-color: #616161;
}
.woocommerce-page .woocs-style-2-name-large {
  color: #fff;
}
.woocommerce-page .woocs-style-2-x {
  background-color: #f3f3ef;
}
.woocommerce-page .woocs-style-2-line1, .woocommerce-page .woocs-style-2-line2 {
  background-color: #616161;
}
.woocommerce-page .woocs-style-2-x-touch:hover .woocs-style-2-x {
  background-color: #c1c1c1;
}

/*- WooCommerce Checkout -*/
.woocommerce-checkout form > h3 {
  padding-top: 2rem !important;
}

.woocommerce .checkout_coupon .input-text {
  padding-top: 11px !important;
  padding-bottom: 12px !important;
}
.woocommerce .checkout_coupon button {
  display: inline-block;
  font-size: 17px !important;
  background-color: #dedbdf !important;
  color: #686868 !important;
  border: 2px solid #dedbdf !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
}
.woocommerce .checkout_coupon button::after {
  line-height: 26px !important;
  font-size: 28px !important;
}
.woocommerce .checkout_coupon p:last-of-type {
  text-align: left !important;
  float: left !important;
}

.woocommerce #payment #place_order {
  display: inline-block;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer;
  background-color: #1493CC !important;
  color: #fff !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
  transition: all 0.15s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 4;
}

.woocommerce-cart table.cart tbody tr td:last-of-type {
  padding: 1.2rem 0 1.2rem 1.5rem !important;
}

.woocommerce-checkout-payment {
  padding: 1rem !important;
}

.woocommerce-privacy-policy-text p:last-of-type {
  margin-bottom: 1.5rem;
}

/*- WooCommerce Product Page -*/
.single-product #main-content .container:before {
  display: none !important;
}
.single-product #content-area {
  padding: 2rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.single-product .woocommerce-breadcrumb {
  display: none !important;
}
.single-product .product_meta .posted_in {
  display: none !important;
}

/*--- WooCommerce Account Page ---*/
.my-acc-icons {
  display: none;
}
.logged-in .my-acc-icons {
  display: block;
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-form-login {
  background: #f3f3ef;
}

#my-acc-woo .et_pb_code_0 {
  margin: 0 auto;
}
.logged-in #my-acc-woo .et_pb_code_0 {
  margin: auto;
  margin-left: 0;
}

.logged-in .lm-woo-acc {
  display: none;
}

.woocommerce-customer-logout .woocommerce-message a {
  color: white;
  text-decoration: underline;
  margin-left: 1rem;
}

.woocommerce-lost-password .woocommerce form p:last-of-type {
  text-align: left;
}

.ld-profile-acc .ld-profile-avatar, .ld-profile-acc .ld-profile-edit-link, .ld-profile-acc .ld-search-prompt {
  display: none !important;
}

#et-top-navigation .et-cart-info {
  margin: -2px 0 0 15px;
}
@media only screen and (max-width: 980px) {
  #et-top-navigation .et-cart-info {
    margin: 4px 0 0 15px;
  }
}

.et-cart-info span:before {
  margin-right: 25px;
}

/*--- Currency IP Geo ---*/
.lm-user-currency {
  text-align: center;
  padding: 2rem 0 0;
  margin-bottom: -0.5rem;
}
.lm-user-currency h3 {
  display: none;
}
.not-eu-citizen .lm-user-currency .lm-usd {
  display: block;
}
.is-gb-citizen .lm-user-currency .lm-gbp {
  display: block;
}
.is-eu-citizen .lm-user-currency .lm-eur {
  display: block;
}

/*--- FOOTER ---*/
#main-footer {
  background-color: rgba(255, 255, 255, 0.8) !important;
  width: 94%;
  margin: 47px auto;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
}

#footer-widgets {
  display: flex;
  flex-wrap: wrap;
}
#footer-widgets .footer-widget {
  margin: 0;
  color: #333 !important;
  float: none !important;
}
#footer-widgets .footer-widget h4 {
  color: #333 !important;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 5px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
#footer-widgets .footer-widget p, #footer-widgets .footer-widget span, #footer-widgets .footer-widget a {
  font-size: 17px;
}
#footer-widgets .footer-widget:first-of-type {
  width: 65%;
  padding-right: 2rem;
  padding-bottom: 2.5rem;
}
#footer-widgets .footer-widget:nth-child(2) {
  width: 35%;
  padding-bottom: 2.5rem;
}
#footer-widgets .footer-widget:last-of-type {
  width: 100%;
  background-color: #f3f3ef;
  padding: 1.5rem;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
#footer-widgets .footer-widget:last-of-type .widget_custom_html {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
#footer-widgets .footer-widget:last-of-type h4 {
  text-align: center;
  display: block;
  border-bottom: none;
  margin: 0 auto 20px;
}
#footer-widgets .et_pb_widget {
  float: none;
}

.footer-about-tx {
  margin: 0 auto;
  padding: 0;
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.footer-about-tx p {
  padding-bottom: 0 !important;
}

#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover {
  color: #bd3448 !important;
}

.footer-widget li:before {
  border-color: #686868 !important;
}

/*--- FOOTER CONTACT ---*/
.footer-row-02, .footer-row-03 {
  width: 80%;
  max-width: 1172px;
}

.footer-row-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  color: #686868;
  padding: 2.2rem 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-row-02 .footer-item {
  display: flex;
  justify-content: center;
  width: auto;
}
.footer-row-02 .footer-item img, .footer-row-02 .footer-item svg {
  width: 20px;
  height: 14px;
}
.footer-row-02 .footer-item p {
  line-height: 1 !important;
}
.footer-row-02 .footer-item a {
  color: #686868 !important;
  font-weight: normal !important;
}
.footer-row-02 .footer-item-icon {
  padding-right: 0.7rem;
}
.footer-row-02 .footer-svg {
  fill: #686868 !important;
}
.footer-row-02 .footer-item-02 {
  order: -1;
}
.footer-row-02 .footer-text {
  font-size: 17px;
  line-height: 1;
}
.footer-row-02 .footer-text span {
  font-size: 17px;
  line-height: 1;
}

#footer-icon-01 {
  width: 11px;
  height: 15px;
}

#footer-icon-02 {
  width: 13px;
  height: 13px;
}

.footer-row-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.footer-row-03 a {
  color: #686868;
}
.footer-row-03 .footer-sm-print {
  padding: 2rem 0;
}

.lm-footer-social.lm-social-icons {
  display: block;
  height: auto;
  float: none;
}
.lm-footer-social.lm-social-icons a:after {
  display: none;
}

#footer-bottom {
  display: none !important;
}

/*============================================
* RESPONSIVE
============================================*/
@media only screen and (max-width: 1400px) {
  #logo {
    width: 210px;
  }
}
@media only screen and (max-width: 1300px) {
  header .et_menu_container {
    width: 90% !important;
  }
  #logo {
    width: 180px;
  }
}
@media only screen and (max-width: 1180px) {
  .lm-mc-footer.lm-mc-global h1 {
    font-size: 16px;
    line-height: 1.3;
  }
  #footer-widgets .footer-widget:first-of-type {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
  #footer-widgets .footer-widget:nth-child(2) {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 0 !important;
  }
  .gdprRequired span {
    font-size: 14px;
  }
  .footer-row-02 {
    justify-content: center;
  }
  .footer-item-01 {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  .footer-row-02 .footer-item-02 {
    order: 0;
  }
  .footer-item-02, .footer-item-03 {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 980px) {
  #top-menu {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  header {
    padding-top: 25px;
  }
  header .et_menu_container {
    width: 90% !important;
  }
  header #et-top-navigation {
    padding-top: 26px !important;
    padding-right: 20px;
  }
  #logo {
    max-width: unset !important;
  }
  #footer-widgets {
    padding-bottom: 0.8rem !important;
  }
  #footer-widgets .footer-widget, #footer-widgets .et_pb_widget {
    float: none !important;
  }
  #footer-widgets .footer-widget {
    width: 100% !important;
  }
  #footer-widgets .footer-widget:first-of-type {
    margin: 0 !important;
  }
  #footer-widgets .footer-widget:last-of-type {
    width: 100% !important;
    margin: 0 !important;
  }
  .lm-mc-footer.lm-mc-global #mergeRow-gdpr {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 0.4rem;
  }
  .lm-mc-footer.lm-mc-global #mergeRow-gdpr fieldset {
    text-align: left;
  }
  .lm-mc-footer.lm-mc-global #mergeRow-gdpr label {
    display: inline;
    line-height: 1;
  }
}
@media only screen and (max-width: 740px) {
  .footer-about-tx {
    -moz-columns: unset;
    columns: unset;
  }
}
@media only screen and (max-width: 600px) {
  .single-post #main-content .container,
  .lm-news-grid,
  .lm-blog-style,
  #main-footer {
    width: 90% !important;
  }
  #main-footer .container {
    width: 100% !important;
  }
  .et_pb_section_0,
  .lm-case-study,
  .lm-testimonials,
  .lm-news-grid,
  .et_pb_blog_filters {
    padding-top: 0 !important;
  }
  .lm-news-grid {
    padding-bottom: 0 !important;
  }
  .single-post #left-area,
  #main-footer .container {
    padding: 20px !important;
  }
  .lm-blog-style {
    padding-top: 0;
    margin-top: 2rem;
  }
  .lm-blog-style .et_pb_row {
    padding: 2rem 20px 1rem;
  }
  .scroll-correction .et_pb_row {
    padding: 4.2rem 20px 0;
  }
  #footer-widgets {
    padding-top: 10px !important;
  }
  body {
    background-image: none !important;
    background-color: rgba(243, 243, 239, 0.34);
  }
  .bck-border {
    display: none;
  }
  .banner-signup-box {
    width: 100%;
    justify-content: space-around;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 0 !important;
    margin: auto !important;
    padding: 8px 10px;
    border-radius: 0 !important;
  }
  .banner-signup-box span {
    font-size: 14px;
  }
  .banner-signup-box .banner-signup-msg {
    padding: 0 10px;
  }
  .banner-signup-box a {
    margin-right: 0 !important;
  }
  .banner-signup-box .banner-signup-btn {
    padding: 8px 10px !important;
  }
  header .et_menu_container {
    width: 80% !important;
  }
  form > p:last-of-type {
    text-align: left;
    margin-top: 1rem;
  }
  #footer-widgets {
    padding-bottom: 1.5rem !important;
  }
  .lm-mc-footer.lm-mc-global .mc-field-group {
    width: 100%;
    padding: 0;
  }
  .lm-mc-footer.lm-mc-global .lm-mc-submit {
    width: 140px;
  }
  .footer-row-02, .footer-row-03 {
    width: 86%;
  }
  .footer-row-02 {
    display: block !important;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
  }
  .footer-row-02 .footer-item {
    justify-content: flex-start;
    margin-bottom: 1rem !important;
  }
  .footer-row-02 .footer-item-01 p {
    line-height: 1.3 !important;
    margin-top: -3px;
  }
  .footer-row-02 .footer-item-02, .footer-row-02 .footer-item-03 {
    padding: 0 !important;
  }
  #cookie-notice {
    width: 100%;
    bottom: 0 !important;
  }
  .cookie-notice-container {
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  /*--- Course Sales Page ---*/
  .course-pricing-wrapper {
    padding: 20px 0 !important;
  }
  .pricing-box-wrapper .pricing-features {
    padding: 0;
  }
  .lm-faq .et_pb_toggle {
    padding: 20px 15px !important;
  }
  .lm-faq .faq-toggles {
    width: 94% !important;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 30px !important;
    letter-spacing: 0 !important;
  }
  h2 {
    font-size: 26px !important;
    letter-spacing: 0 !important;
  }
  .owl-carousel .owl-content h2 {
    font-size: 17px !important;
    color: #686868 !important;
    line-height: 1.5em !important;
  }
  .banner-signup-link {
    padding: 6px 4px !important;
  }
  .banner-close-cnt {
    position: static;
  }
  .hero-owl,
  .home-campabilities-section,
  .home-casestudy-section,
  .home-testimonies-section {
    padding: 0 0 10px;
  }
  .owl-carousel .owl-content h2 {
    margin-bottom: 2rem;
  }
  .lm-case-study .et_pb_portfolio_grid_items {
    display: block;
  }
  .lm-case-study .et_pb_grid_item {
    width: 100% !important;
  }
  .single-post #main-content > .container:first-of-type {
    padding-top: 30px !important;
  }
  .form-field-flex {
    display: block;
  }
  .form-field-flex p {
    width: 100%;
  }
  .footer-about-tx p {
    padding-bottom: 1rem !important;
  }
  #footer-widgets {
    padding-bottom: 0 !important;
  }
  #footer-widgets .footer-widget:first-of-type {
    padding-bottom: 1.5rem;
  }
  .footer-row-03 {
    padding-bottom: 2rem;
  }
  .footer-sm-print {
    width: 100%;
    padding-bottom: 1rem !important;
  }
  .course-sp-row {
    width: 90%;
  }
  .cookie-notice-container #cn-notice-text {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .course-hero-wrapper .et_pb_button {
    min-width: 165px !important;
  }
  .course-hero-wrapper .et_pb_button_two {
    margin-left: 0 !important;
  }
  .course-hero-wrapper .et_pb_module {
    padding: 30px 0 !important;
  }
  header .et_menu_container {
    width: 90% !important;
  }
}
@media only screen and (max-width: 430px) {
  .lm-mc-popup .sign-up-home {
    display: block;
  }
  .lm-mc-popup #mc_embed_signup {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: none !important;
  }
  #cookie-notice .cookie-notice-container {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding: 10px 0 13px;
  }
  #cn-notice-text {
    max-width: 270px !important;
    text-align: left !important;
  }
  .footer-item .footer-item-icon {
    padding-top: 2px;
  }
  .footer-item-01 .footer-item-icon {
    padding-top: 5px;
  }
  .footer-row-02 .footer-text span {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 380px) {
  .banner-signup-box {
    padding: 8px 10px;
  }
  .banner-signup-box .banner-signup-msg {
    max-width: 200px;
  }
  .banner-close-cnt {
    margin-left: auto;
  }
  .lm-case-study .et_pb_grid_item {
    padding: 1rem 0;
  }
  .lm-avatar {
    width: 40px !important;
  }
  .single-post .post-meta {
    padding-left: 50px !important;
    padding-top: 10px !important;
  }
  .et-cart-info span:before {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 370px) {
  #logo {
    width: 150px;
  }
}
@media only screen and (max-width: 330px) {
  .banner-signup-box .banner-signup-msg {
    max-width: 150px;
    padding-right: 0;
    margin-right: 0;
  }
  .wpcf7-recaptcha {
    transform: scale(0.84);
    margin-left: -22px;
  }
  .cookie-notice-container #cn-notice-text {
    padding-left: 10px;
  }
}
/*--- COURSE LIBRARY ---*/
.course-library-links a {
  color: #bd3448 !important;
  border-bottom: 1px solid #bd3448;
}

/*===============================================
* MOVE WP CUSTOMIZING ADDITIONAL CSS HERE
===============================================*/
.mr-row-slider .mr-slider-container .et_pb_slide {
  padding: 0;
}

.mr-row-slider .mr-slider-container .et_pb_slider_container_inner {
  display: flex;
  flex-direction: column-reverse;
}

.mr-row-slider .mr-slider-container .et_pb_slide_content img {
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  margin: 6% 0 0;
}

.mr-row-slider .mr-slider-container .et_pb_slide_description {
  width: 100%;
  padding: 0;
}

.mr-row-slider .mr-slider-container h1.et_pb_slide_title {
  padding-bottom: 25px;
}

.mr-row-slider .mr-slider-container .et_pb_slide_image,
.mr-row-slider .mr-slider-container .et-pb-active-slide .et_pb_slide_image,
.mr-row-slider .mr-slider-container .et_pb_slide:first-child .et_pb_slide_image img.active,
.mr-row-slider .mr-slider-container .et-pb-active-slide .et_pb_slide_description,
.mr-row-slider .mr-slider-container .et_pb_slide_description {
  animation-name: fadeRight !important;
  animation-duration: 0.7s !important;
  animation-delay: 0.9s !important;
}

.mr-row-slider .et_pb_slider {
  padding-bottom: 50px;
}

.mr-row-slider .et-pb-controllers {
  bottom: -5px;
}

.mr-row-slider {
  padding-bottom: 0;
}

/*===============================================
    NEWS PAGE
=================================================*/
.mr-section-news .mr-search-filter-shortcode ul {
  padding: 0;
}

.mr-row-news.mr-two .et_pb_column {
  display: flex;
  flex-direction: row;
}

.mr-row-news .mr-search-filter-shortcode {
  width: 100%;
  margin-right: 3%;
}

.mr-row-news .sf-field-category {
  padding: 0;
}

.mr-row-news .search-filter-results-3208 .column.size-1of3 {
  width: 31.333% !important;
}

.mr-row-news .search-filter-results-3208 .column.size-1of3:not(:last-child) {
  margin-right: 3% !important;
}

.mr-row-news.mr-two .search-filter-results-3208 article {
  margin-bottom: 25px !important;
}

.mr-section-news .mr-row-news.mr-two .et_pb_module:first-child {
  flex: 0 0 18%;
}

@media screen and (max-width: 1270px) {
  .mr-row-news.mr-two .et_pb_column {
    flex-direction: column;
  }
}
@media screen and (max-width: 980px) {
  .mr-row-slider .mr-slider-container .et-pb-arrow-next,
  .mr-row-slider .mr-slider-container .et-pb-arrow-prev {
    top: 63%;
  }
  .mr-row-news .search-filter-results-3208 .column.size-1of3 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-row-slider .mr-slider-container .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 30px !important;
  }
  .mr-row-slider .mr-slider-container .et-pb-arrow-next,
  .mr-row-slider .mr-slider-container .et-pb-arrow-prev {
    top: 60%;
  }
  .mr-row-news .search-filter-results-3208 .column.size-1of3 {
    width: 100% !important;
  }
}
/*===============================================
    POPUP MAKER ADD CSS
=================================================*/
#pum-3393 {
  background: rgba(0, 0, 0, 0.83);
}

#pum-3393 .pum-container {
  position: relative;
  z-index: 99;
  max-width: 530px !important;
  margin: 11% auto 0 !important;
  padding: 0;
  height: auto;
}

#popmake-3393 .et_pb_row {
  width: 100%;
  padding: 45px;
  box-shadow: 0px 0px 12px 3px #000000;
  border-radius: 5px;
}

#popmake-3393 .pum-content + .pum-close {
  position: absolute;
  height: 38px;
  width: 38px;
  left: auto;
  right: -18px;
  bottom: auto;
  top: -18px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 100;
  font-size: 30px;
  line-height: 24px;
  border: 2px solid #ffffff;
  border-radius: 26px;
  box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgb(0, 0, 0);
}

body .pum-container.pum-responsive.pum-responsive-tiny {
  margin-left: -15%;
  width: 27%;
}

.code-mailchimp-form {
  width: 100%;
  background-color: rgb(243, 243, 239);
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
  max-width: 420px;
  margin: 0 auto;
}

.code-mailchimp-form h1 {
  font-size: 28px;
  margin-bottom: 0.5rem;
  line-height: 1.3em;
}

.code-mailchimp-form form .mc-field-group input[type=text],
.code-mailchimp-form form .mc-field-group input[type=email] {
  width: 100%;
  color: rgb(78, 78, 78);
  background-color: rgb(255, 255, 255);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(187, 187, 187, 0.5);
  -o-border-image: initial;
     border-image: initial;
}

.code-mailchimp-form form label.checkbox span {
  font-size: 14px;
}

.code-mailchimp-form form label.checkbox span a {
  color: #2ea3f2;
}

.code-mailchimp-form form .mc-field-group {
  margin-bottom: 0.6rem;
}

.code-mailchimp-form form input[type=submit] {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: rgba(50, 50, 93, 0.11) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: rgb(20, 147, 204);
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 4px;
  transition: all 0.15s ease 0s;
  padding: 11px 30px !important;
}

.code-mailchimp-form .mc-btn-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.code-mailchimp-form .mc-btn-cnt img {
  width: 140px;
  margin-right: 20px;
}

/*===============================================
    POPUP MAKER NEW GRAVITY FORM
=================================================*/
.code-mailchimp-form .gform_title {
  padding-bottom: 1.5rem;
}
.code-mailchimp-form #choice_1_9_1 {
  position: relative;
  top: 2px;
}
.code-mailchimp-form #label_1_9_1 {
  font-size: 13px;
}
.code-mailchimp-form .gform_required_legend {
  display: none;
}
.code-mailchimp-form input {
  border-radius: 3px;
}

/*===============================================
    aw blurbs - Our Case Studies
=================================================*/
.aw-box-shadow {
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.aw-blurb .et_pb_main_blurb_image {
  display: inherit;
  margin-bottom: 20px;
}
.aw-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
  position: relative;
  padding-top: 70%;
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.aw-blurb .et_pb_main_blurb_image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aw-blurb .et_pb_module_header {
  padding-bottom: 30px;
}

.aw-blurb-test .et_pb_module_header {
  padding-bottom: 15px;
  z-index: 9;
  position: relative;
}
.aw-blurb-test .et_pb_main_blurb_image {
  margin-bottom: 0;
}
.aw-blurb-test .et_pb_blurb_container {
  margin-top: -20px;
}

/*===============================================
    AW Contact Us Page
=================================================*/
.aw-center {
  margin: 0 auto;
  text-align: center;
}

.aw-contact-info .et_pb_main_blurb_image {
  width: 20px;
  padding-top: 6px;
}

.aw-contact-form form input, .aw-contact-form form textarea {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid rgba(187, 187, 187, 0.5);
  padding: 12px !important;
  font-size: 16px;
}
.aw-contact-form form textarea {
  height: 170px;
}
.aw-contact-form form .gfield_checkbox input {
  border-radius: 0 !important;
  margin-top: 5px !important;
  font-size: 16px;
}
.aw-contact-form form .gfield_checkbox .aw-terms {
  border-bottom: 1px solid #686868;
  color: #686868;
}

.aw-row-price-table .et_pb_column:first-child ul li:not(:first-child) {
  opacity: 0.4;
}

/*===============================================
    AW Blurb Pricing    
=================================================*/
.aw-blurb-price {
  position: relative;
  background-color: transparent !important;
}
.aw-blurb-price .et_pb_blurb_content {
  position: absolute;
  width: 90px;
  padding: 10px;
  background-color: #fffc38;
  border: 1px solid #d0cd2b;
  border-radius: 4px;
  right: 19px;
  top: -50px;
  z-index: 3;
}
.aw-blurb-price .et_pb_blurb_container {
  text-align: center !important;
}
.aw-blurb-price h4 {
  padding: 0;
}

.aw-blurb-nohover h4:hover {
  color: #000;
}/*# sourceMappingURL=style.css.map */