/**
    Theme Name: enSuda
    Author: Online Web Space
    Description: enSuda Wordpress Theme
    Version: 1.4
 */
/* Core values */
/* navigation styling */
.navbar-brand img {
  height: 55px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 20px;
  background-color: #fff !important;
}

p {
  line-height: 1.7rem;
  font-size: 1.2rem;
  margin: 1.4rem 0;
}

/* custom style blocks */
.block-normal {
  text-align: initial;
}

.block {
  text-align: center;
  padding: 3rem 0;
}
.block h2 {
  text-transform: uppercase;
  color: #006eb6;
  margin: 0;
}
.block .course {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2rem;
}
.block .course .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.2rem;
  transition: padding 0.5s, font-size 0.5s;
}
.block .course:hover .title {
  padding: 1.5rem 0;
  font-size: 1.3rem;
}
.block .recommended-course {
  border: 1px solid #e0e0e0;
  margin-bottom: 2rem;
}
.block .recommended-course .course {
  margin-bottom: 0;
}
.block .recommended-course .content {
  padding: 0.8rem 0;
}
.block .recommended-course .content a {
  margin-top: 0.8rem;
}
.block .video {
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #000;
  margin-bottom: 2rem;
}
.block .video-title {
  text-transform: uppercase;
  font-weight: 500;
}

.block-blue {
  background: #006eb6;
}
.block-blue h1, .block-blue h2, .block-blue h3, .block-blue h4, .block-blue h5, .block-blue h6, .block-blue p, .block-blue ul {
  color: #fff;
}
.block-blue a {
  color: #fff;
  text-decoration: underline;
}

.block-notification {
  text-align: center;
  padding: 2rem 0;
}

/* custom shortcode styling */
.block-remove-top-padding {
  padding-top: 0;
}

.block-remove-bottom-padding {
  padding-bottom: 0;
}

.block-remove-left-padding {
  padding-left: 0;
}

.block-remove-right-padding {
  padding-right: 0;
}

.block-remove-all-padding {
  padding: 0;
}

/* Footer styling */
footer {
  padding: 2rem 0;
  background: #cccccc;
  color: #535353;
  font-weight: 500;
}
footer h2 {
  color: #006eb6;
  text-transform: uppercase;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer .approved-body .validation {
  padding: 0.5rem;
  max-width: 100%;
}
footer .accepted-card-payments {
  width: 100%;
  margin: 1rem 0;
}

.social-links {
  padding: 10px 10px 0 10px;
  text-align: right;
}
.social-links .social-media {
  color: inherit;
}
.social-links .social-media:hover {
  text-decoration: none;
}

/* button styling */
.button-base, .book-now, .request-info {
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
}
.button-base:hover, .book-now:hover, .request-info:hover {
  text-decoration: none;
}

.request-info {
  background: #006eb6;
  color: #fff;
}
.request-info:hover {
  color: #fff;
  background: #007dd0;
}

.book-now {
  background: #93d2fd;
  color: #000;
}
.book-now:hover {
  color: #000;
  background: #acdcfd;
}

.swish {
  width: 100%;
  height: 100px;
  margin: 20px 0;
}

/*# sourceMappingURL=style.css.map */
