/

Theme Name: Fitness Nation
Theme URI: https://fitness-nation.net/
Author: Tech Critic
Author URI: https://tech-critic.com/
Description: Custom theme designed by Tech Critic for Fitness Nation
Version: 1.0.0
Template: pro

*/

html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1vw !important;
}
body {
  padding-bottom: 0;
  overflow-x: unset;
}
form {
  margin: 0;
}
.x-container:before,
.x-container:after {
  content: normal !important;
}
p {
  margin: 0 0 1.15em;
}
html a {
  font-size: 1em !important;
}
a:hover {
  transition: 0.3s ease all;
  color: #438bca !important;
  text-decoration: none !important;
  text-decoration: underline;
}
.footer-form input.wpcf7-submit:hover {
  transition: 0.3s ease all;
  color: #49286a !important;
  text-decoration: none !important;
  text-decoration: underline;
}
.x-btn,
.button,
[type="submit"],
.slick-prev,
.slick-next {
  text-shadow: none !important;
}
.x-column {
  margin-right: 0;
  float: none;
}
.marginless-p > p:last-of-type {
  margin-bottom: 0;
}
.marginless-ul > ul:last-of-type {
  margin-bottom: 0;
}
.marginless-ol > ol:last-of-type {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
}

.footer-box {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: auto;
  text-align: left;
  padding: 2em;
  position: relative;
  width: 287px;
}

.footer-box-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #000;
}

.footer-box-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.footer-box h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin-top: 0;
  font-size: 2em;
}
.footer-box p {
  font-family: "Barlow", sans-serif;
  margin-top: 1em;
}
.footer-box p a {
  color: #000;
}
.footer-box button {
  background-color: #438bca;
  font-size: 1em;
  font-family: "Barlow", sans-serif;
  border: none;
  color: #fff;
  padding: 0.5em 1.5em;
}

/* .blue-bul li:before {
  content: ".";
  color: #438bca; } */
/* }

/*.footer-box button:before {
  position: absolute;
    border: 1px solid #000;
    height: calc(100% + -15.2rem);
    width: calc(100% - 5.5rem);
    left: 1.8rem;
    top: 13.32rem;
    content: ' ';
  
}*/
.footer-form .wpcf7 {
  width: 70% !important;
  margin: 0 auto;
}
.footer-form .wpcf7 h5 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  text-align: center;
}
.footer-form .wpcf7 textarea {
  border-radius: 0px !important;
  height: 7em;
  box-shadow: none !important;
}
.footer-form .wpcf7 input {
  border-radius: 0px !important;
  box-shadow: none !important;
  height: 3em !important;
  font-family: "Barlow", sans-serif;
  margin-bottom: 5px !important;
}
.footer-form .wpcf7 input[type="submit"] {
  font-family: "Barlow", sans-serif;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-color: rgb(245 209 11);
  padding: 0.3em 0.5em !important;
  font-size: 1em;
  height: 2.5em !important;
  text-transform: uppercase;
  border: 1px solid rgb(245 209 11);
}
.footer-form .wpcf7 input[type="submit"]:hover {
  background-color: #000;
  color: #ffffff !important;
}

/*Main Header*/

.main-header.x-bar-fixed {
  background: rgb(202, 25, 40) !important;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
/*.main-header .menu-item {width: 50%;}
.main-header ul.sub-menu.x-dropdown {
    width: 20em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}*/

/*Footer*/
.x-colophon {
  background-image: url(http://fitness-nation.net/wp-content/uploads/2020/12/Footer-Banner.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.classes-cls {
  margin-bottom: 2em !important;
}
.classes-cls button {
  font-size: 1.25em;
  width: 100%;
  height: 3em;
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  border: none;
  background-color: #fff;
}
/*.classes-cls button:hover {
  background-color:#ca1928;
  color:#fff;
  transition: all 0.5s ease-in-out;
}
*/

.classes-cls:last-of-type {
}
/*Fade Hover Effect*/
.hover-fade a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #333;
}
.hover-fade img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-fade:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
}
.hover-fade:hover button {
  background-color: #ca1928;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/* Bullets */

ol li {
  color: #000000;
}

.ul-cus {
  list-style: square;
  margin-left: 2rem;
}

.ul-cus li {
  margin-left: 0.25em;
  margin-bottom: 0em;
  font-style: bold;
}
/*.ul-cus li::before {
    margin-left: -2em;
    
    margin-top: 10px;
    content: "\f381";
    display: inline-block;
    color: #438bca;
    padding-right: 1rem;
    font-size: 8px;
    font-family: "Ionicons";
} */

.ul-cus-2 {
  list-style: square;
  margin-left: 2rem;
}

.ul-cus-2 li {
  margin-left: 0.25em;
  margin-bottom: 0em;
  font-style: bold;
}
/*.ul-cus-2 li::before {
    margin-left: -2em;
    
    margin-top: 10px;
    content: "\f381";
    display: inline-block;
    color: #000;
    padding-right: 1rem;
    font-size: 12px;
    font-family: "Ionicons";
} */

.join-the-gym-form .wpcf7 {
  width: 100% !important;
  background-color: #438bca;
  padding: 1em 1em 0 1em;
}
.join-the-gym-form .wpcf7 label {
  color: #fff;
}
.join-the-gym-form .wpcf7 textarea {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.join-the-gym-form .wpcf7 input {
  border-radius: 0 !important;
  color: #fff;
  box-shadow: none !important;
  height: 3em !important;
  font-family: "Barlow", sans-serif;
  margin-bottom: 2px !important;
}
.join-the-gym-form .wpcf7 h1 {
  font-size: 1em;
}
.join-the-gym-form .wpcf7 input[type="submit"] {
  font-family: "Barlow", sans-serif;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-color: #ca1928;
  padding: 0.3em 0.5em !important;
  font-size: 1.25em;
  height: 2.5em !important;
  margin-bottom: 0;
}
/* Blog */
.top-header {
  padding: 8.5% 0 8%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.top-header h2 {
  color: #fff;
  font-family: "raleway", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
}
.blogs-page .row {
  padding: 3rem 10rem;
}
.blog-page .featured-article,
.blog-page .entry-content {
  padding: 0 10rem;
}
.blog-page .featured-article {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blog-page .featured-article h2,
.featured-article__post-title,
.featured-article__post a {
  color: #fff !important;
}
.blog-page h2 {
  padding: 1rem 0 2rem;
  color: #005194;
  font-weight: 600;
}
.blog-page .featured-article h2 {
  padding-top: 0;
  padding-bottom: 1rem;
}
.blog-page__single-post {
  margin-bottom: 2em;
}
.blog-page__single-post a {
  background: #464646;
  display: block;
  padding: 2em;
  color: #fff !important;
}
.blog-page__single-post a:hover {
  background: #005194;
}
.blog-page__single-post-title {
  color: #fff;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.5rem;
}
.blog-page__single-post-date {
  margin: 1em 0;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  overflow: hidden;
}
.blog-page__single-post-date span {
  position: relative;
  width: 100%;
  display: inline-block;
}
.blog-page__single-post-date span:after {
  content: "";
  display: inline-block;
  width: 70%;
  height: 1px;
  background: #fff;
  position: absolute;
  margin-left: 1rem;
  bottom: 10px;
}
.blogs-page__single-post-link {
  color: #000;
  display: block;
  padding: 0em 1em 0;
}

.blogs-page__single-post {
  margin-bottom: 4em;
}
.blogs-page__single-post-image {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.blogs-page__single-post-meta {
  padding: 0 1em;
  color: #ca1928;
  font-family: "Raleway", sans-serif;
}
/* .blogs-page__single-post-image:before {
  content: "";
  position: absolute;
  top: -1em;
  right: -1em;
  width: 100%;
  height: 100%;
  border: 2px solid #f5d109;
  z-index: -1;
} */
.blogs-page__single-post-title {
  padding: 0.5em 0;
  font-family: "Barlow", sans-serif;
  line-height: 1.3;
  font-size: 1.5rem;
}
.blogs-page__single-post-content {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  font-size: 1.15rem;
}
.blogs-page__single-post--single {
  background-color: #f5d10b;
  padding: 1rem 0;
  height: 100%;
}
.blogs-page__single-post-meta a {
  color: #ca1928;
  font-family: "Raleway", sans-serif;
}
.blogs-page__single-post-read-more {
  background: #e5b52a;
  display: inline-block;
  padding: 0.5em 2em;
  color: #fff;
  border: 1px solid #e5b52a;
}
.blogs-page__single-post-link:hover .blogs-page__single-post-title {
  color: #c91927;
}
.blogs-page__single-post-link:hover .blogs-page__single-post-read-more {
  background: transparent;
  color: #e5b52a;
}
/* Pagination */
.pagination {
  clear: both;
  position: relative;
  font-size: 1rem; /* Pagination text size */
  line-height: 1.5;
  display: inline-block;
  margin: 2rem 0;
}
.pagination span,
.pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 0.5em 1em;
  text-decoration: none;
  width: auto;
  color: #fff; /* Pagination text color */
  background: #000; /* Pagination non-active background color */
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.pagination a:hover {
  color: #fff !important;
  background: rgb(202, 25, 40) !important; /* Pagination background on hover */
}
.pagination .current {
  padding: 0.5em 1em;
  background: #f5d109;
  color: #fff;
}

/* Single Blog Page */
body.single-post {
  background: #fff;
}
.single-post__row {
  padding: 2em 10em;
}
.single-post__title h4 {
  color: #ca1928;
  font-size: 2.75rem;
  font-family: "Barlow", sans-serif;
  margin: 0.6em 0;
}
.single-post__single-post-meta {
  margin-bottom: 1em;
}
.single-post__content .featured-image {
  float: left;
  border: 1px solid #e5b52a;
  padding: 0.5em;
  margin: 0 1em 0.25em 0;
  max-width: 425px;
}
.single-post .single-post__content p {
  color: #222;
}
.single-post__content {
  font-size: 1.15em !important;
  line-height: 1.6;
  font-family: "Open sans", sans-serif;
}
/*.single-post__sidebar .wpcf7 {background: #3a3a3a;padding: 2em 1em 0;}
.single-post__sidebar .wpcf7 h5 {color: #e5b52a;margin-bottom: 1em;}
.single-post__sidebar .wpcf7 input, .single-post__sidebar .wpcf7 textarea {background: transparent;border-color: #fff;margin: .5em 0;}
.single-post__sidebar .wpcf7 input {height: 3em;}
.single-post__sidebar .wpcf7 input.wpcf7-submit {background: #e5b52a;display: block;width: 100%;border-color: #e5b52a;border-radius: 0;color: #000;font-family: "Fjalla One",sans-serif;font-size: 1.15em;font-weight: normal;letter-spacing: 0;height: auto;padding: .5em;margin-bottom: 0;}
.single-post__sidebar .wpcf7 input.wpcf7-submit:hover{background: transparent;color: #e5b52a;} */
.single-post ul {
  color: #222;
}
.single-post__content h2 {
  font-size: 1.5rem;
}
.single-post__content h3 {
  font-size: 1rem;
}
.single-post__content h2,
.single-post__content h2 strong,
.single-post__content h3 strong {
  color: #ca1928;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  font-size: 1.25rem;
}
.single-post__content a {
  color: #ca1928;
  font-size: 1em !important;
}

.single-post__image img {
  height: 500px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  background-position: center;
}
/*.tag {
  image-rendering: 
}*/

/* Timetable */

/* Events */

.calendar-container .left {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2em;
}
.page-template-template-layout-content-sidebar .offset,
.post-type-archive-tribe_events .offset {
  max-width: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0;
}
.tribe-events
  .tribe-events-calendar-month__day--past
  .tribe-events-calendar-month__day-date {
  background: #e3e4e5;
}
.tribe-events-calendar-month__day-date-daynum {
  font-size: 14px;
  font-weight: 400;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: #081844;
  border: 1px solid #081844;
}
.sidebar-event-register form {
  background: #b7b7b7;
  padding: 1rem 2%;
}
.sidebar-event-register h3 {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sidebar-event-register label {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #081844;
}
.sidebar-event-register input {
  height: 2.25em;
  border: 1px solid #333;
  padding: 0 2%;
}
.sidebar-event-register input.wpcf7-submit {
  width: 100%;
  background: #081844;
  height: auto;
  text-transform: uppercase;
  padding: 3%;
  font-size: 1rem;
  border-radius: 0;
  border: 1px solid #081844;
}
.sidebar-event-register input.wpcf7-submit:hover,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  background: transparent;
  color: #081844;
}
#tribe-events-content a,
.tribe-events-event-meta a {
  color: #000 !important;
}

.header-hero .featured-image {
  height: 20em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-hero .featured-image h2 {
  color: #fff !important;
  font-family: "Raleway", sans-serif;
}
.tribe-events-page-title {
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  font-weight: 400;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: rgb(202, 25, 40);
  font-family: "Raleway", sans-serif;
}
.tribe-events-calendar thead th {
  background-color: rgb(202, 25, 40);
  font-family: "Raleway", sans-serif;
  border-left: 0 !important;
  border-right: 0 !important;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  > a {
  background-color: rgb(67, 139, 202) !important;
}

/* Homepage News */
.all-news .single-news {
  padding-bottom: 4rem;
}
.all-news .single-news .content-box {
  position: relative;
  text-align: left;
}
.all-news .single-news .content-box h3 {
  color: #000000;
  font-family: "Barlow", sans-serif;
  text-transform: unset;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
  max-height: 108px;
  overflow: hidden;
  margin: 0.5em 0;
}
.all-news .single-news .content-box p {
  margin-bottom: 0;
  color: #222;
  font-family: barlow;
  max-height: 130px;
  overflow: hidden;
  font-size: 16px;
}
.all-news .single-news .content-box .post-meta {
  margin-bottom: 0.5em;
  color: #979797;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin-bottom: 0.5em;
  color: #979797;
  font-family: barlow;
  position: absolute;
  top: 1em;
  color: #fff;
  font-weight: 800;
  background-color: #cc2127;
  padding: 0.5em 1em;
}
/*.all-news .single-news .content-box .r-more {position: absolute;background: #444344;margin-top: 2em;max-width: 12em;text-align: center;color: #fff;left: 0em;right:0;margin:0 auto;padding: .65rem 3rem;bottom: -9%;} */
.all-news a.single-news:hover {
  cursor: pointer;
}
.all-news a.single-news:hover .content-box {
  border-color: #4b4c4c;
}
.supercrsl a.superprev,
.supercrsl a.supernext {
  -ms-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
  -webkit-transform: translate(30%, -50%);
}

.all-news_rps .single-news .content-box {
  position: relative;
  text-align: left;
  background-color: rgb(245, 209, 9);
  padding: 1em;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.all-news_rps .single-news .content-box:hover,
.all-news_rps .single-news .content-box:hover h3,
.all-news_rps .single-news .content-box:hover p {
  background-color: rgb(202, 25, 40);
  color: #fff;
}
.all-news_rps .single-news .content-box:hover .post-meta {
  background-color: rgb(245, 209, 9);
  color: #000;
}
.all-news_rps .single-news .content-box h3 {
  color: #000000;
  font-family: "Raleway", sans-serif;
  text-transform: unset;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  max-height: 108px;
  overflow: hidden;
  margin: 0.5em 0;
}
.all-news_rps .single-news .content-box p {
  margin-bottom: 0;
  color: #222;
  font-family: barlow;
  max-height: 130px;
  overflow: hidden;
}
.all-news_rps .single-news .content-box .post-meta {
  margin-bottom: 0.5em;
  color: #979797;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin-bottom: 0.5em;
  color: #979797;
  font-family: barlow;
  position: absolute;
  top: 1em;
  color: #fff;
  font-weight: 800;
  background-color: #cc2127;
  padding: 0.5em 1em;
}
/*.all-news .single-news .content-box .r-more {position: absolute;background: #444344;margin-top: 2em;max-width: 12em;text-align: center;color: #fff;left: 0em;right:0;margin:0 auto;padding: .65rem 3rem;bottom: -9%;} */
.all-news a.single-news:hover {
  cursor: pointer;
}
.all-news a.single-news:hover .content-box {
  border-color: #4b4c4c;
}

.home-stats img {
  margin-bottom: 5px;
  max-height: 55px;
}
.bfr-brdr:before {
  border: 1px solid #fff;
  /* content: 'box'; */
  z-index: 0;
  height: 80%;
  width: 90%;
  top: 1em;
  right: 1.25em;
}

.wpcf7-response-output {
  display: none !important;
}

/* Pop up */

.head-quote-scr {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  white-space: nowrap;
  display: block;
  z-index: 99999;
  position: fixed;
  right: -5.25em;
  top: 49.5%;
  font-size: 0.85rem !important;
  padding: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2rem !important;
  background: rgb(67, 139, 202);
}

.head-quote-scr a,
.navbar-phn a {
  color: #fff !important;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 1.5rem !important;
  letter-spacing: 0 !important;
  padding: 0 1.2em;
}
.head-quote-scr:hover {
  background: rgba(23, 23, 23, 0.71);
  cursor: pointer;
}

.head-quote-scr:hover a {
  color: #fff !important;
}
.book-appointment-popup .wpcf7 label {
  color: #ffffff;
  margin-top: 10px;
  font-size: 14px;
}
.book-appointment-popup .wpcf7 input,
.book-appointment-popup .wpcf7 textarea,
.book-appointment-popup .wpcf7 select {
  margin-top: 5px;
  border-radius: 0;
  background: transparent;
  padding: 20px;
  border-color: #d3a02b;
  font-size: 14px;
}
.book-appointment-popup .content select {
  background: transparent;
  color: #ffffff;
  padding: 0 20px;
  height: 3em;
}
.book-appointment-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
}
.book-appointment-popup .overlay {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}
.book-appointment-popup .popup {
  max-width: 600px;
  margin: 0 auto;
  padding: 5vw 1vw;
}
.book-appointment-popup .header {
  background: #d3a02b;
  padding: 10px 20px;
}
.book-appointment-popup .header .headline {
  font-size: 125%;
  margin: 0;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding: 10px 0px 5px;
  font-family: "Domine", serif;
}
.book-appointment-popup .header .close-popup {
  display: block;
  float: none;
  text-align: right;
  float: right;
}
.book-appointment-popup .header .close-popup i {
  display: block;
  color: #444;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.book-appointment-popup .content {
  background: rgba(38, 38, 38, 0.76);
  padding: 20px;
}
.book-appointment-popup .content.hp-form .wpcf7 {
  border: none;
  background: transparent;
  padding: 1rem !important;
}
.book-appointment-popup .content input {
  height: 3em;
  color: #ffffff !important;
  border: 1px solid #d3a02b;
  font-family: "Montserrat", sans-serif;
}
.book-appointment-popup .content textarea,
.book-appointment-popup .content input::-webkit-input-placeholder,
.book-appointment-popup .content textarea::-webkit-input-placeholder {
  color: #fff !important;
}
.book-appointment-popup .content input:active,
.book-appointment-popup .content input:focus,
.book-appointment-popup .content textarea:active,
.book-appointment-popup .content textarea:focus {
  border-color: #fff;
}
.book-appointment-popup .content input.wpcf7-submit {
  background-color: #d3a02b;
  height: auto;
  padding: 10px 3em;
  font-weight: bold;
  color: #1d364c;
  font-family: "Domine", serif;
}
.book-appointment-popup .content input.wpcf7-submit:hover {
  background: transparent;
  color: #ffffff;
}
.book-appointment-popup form .col-6,
.book-appointment-popup form .col {
  padding: 0 5px;
  background: transparent;
}

/* Responsive Design */

@media only screen and (max-width: 979px) {
  html,
  html a {
    font-size: 1rem !important;
  }
  .padding-reset.x-section {
    padding: 1rem 0 !important;
  }
  .padding-reset .x-container {
    padding: 0 !important;
  }
  .rps-padding-0 {
    padding: 0 !important;
  }
  .rps-padding-1 {
    padding: 1em !important;
  }
  .rps-padding-1-center-txt {
    padding: 1em !important;
    text-align: center !important;
  }
  .rps-padding-1-0 {
    padding: 1em 0 !important;
  }
  .rps-padding-0-1 {
    padding: 0 1em !important;
  }
  .rps-font-size-2,
  .rps-font-size-2 .x-text-content-text-primary,
  .rps-font-size-2 .x-anchor-text-primary {
    font-size: 2rem !important;
  }
  .rps-font-size-1-75,
  .rps-font-size-1-75 .x-text-content-text-primary,
  .rps-font-size-1-75 .x-anchor-text-primary {
    font-size: 1.75rem !important;
  }
  .rps-font-size-1-5,
  .rps-font-size-1-5 .x-text-content-text-primary,
  .rps-font-size-1-5 .x-anchor-text-primary {
    font-size: 1.5rem !important;
  }
  .rps-font-size-1-25,
  .rps-font-size-1-25 .x-text-content-text-primary,
  .rps-font-size-1-25 .x-anchor-text-primary {
    font-size: 1.25rem !important;
  }
  .rps-font-size-1-15,
  .rps-font-size-1-15 .x-text-content-text-primary,
  .rps-font-size-1-15 .x-anchor-text-primary {
    font-size: 1.15rem !important;
  }
  .rps-font-size-1,
  .rps-font-size-1 .x-text-content-text-primary,
  .rps-font-size-1 .x-anchor-text-primary {
    font-size: 1rem !important;
  }
  .rps-padding-reset {
    padding: 0 1em !important;
  }
  .rps-font-size-2,
  .rps-font-size-2 .x-text-content-text-primary,
  .rps-font-size-2 .x-anchor-text-primary {
    font-size: 2rem !important;
  }
  .rps-font-size-1-5,
  .rps-font-size-1-5 .x-text-content-text-primary,
  .rps-font-size-1-5 .x-anchor-text-primary {
    font-size: 1.5rem !important;
  }
  .rps-font-size-1-25,
  .rps-font-size-1-25 .x-text-content-text-primary,
  .rps-font-size-1-25 .x-anchor-text-primary {
    font-size: 1.25rem !important;
  }
  .rps-font-size-1-15,
  .rps-font-size-1-15 .x-text-content-text-primary,
  .rps-font-size-1-15 .x-anchor-text-primary {
    font-size: 1.15rem !important;
  }
  .rps-font-size-1,
  .rps-font-size-1 .x-text-content-text-primary,
  .rps-font-size-1 .x-anchor-text-primary {
    font-size: 1rem !important;
  }
  .rps-font-size-14px,
  .rps-font-size-14px .x-text-content-text-primary,
  .rps-font-size-14px .x-anchor-text-primary {
    font-size: 14px !important;
  }

  .blogs-page__single-post-title {
    font-size: 1.5rem !important;
  }
  .single-post__title h4 {
    margin: 0 0 0.5em 0 !important;
  }
  .all-news .single-news {
    padding-bottom: 1rem !important;
  }
  .top-header h2 {
    font-size: 1.75rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .rps-padding-0 {
    padding: 0 !important;
  }
  .rps-padding-1 {
    padding: 1em !important;
  }
  .rps-padding-1-center-txt {
    padding: 1em !important;
    text-align: center !important;
  }
  .rps-padding-1-0 {
    padding: 1em 0 !important;
  }
  .rps-padding-0-1 {
    padding: 0 1em !important;
  }
  .font-size-3.x-text .x-text-content-text-primary {
    font-size: 3em !important;
  }
  .font-size-2.x-text .x-text-content-text-primary {
    font-size: 2em !important;
  }
  .e8-32.x-text {
    font-size: 3em !important;
  }
  .e8-32.x-text .x-text-content-text-primary {
    font-size: 1em !important;
    line-height: 0 !important;
  }
  .rps-margin-0 {
    margin: 0 !important;
  }
  .hm-font-size-p {
    font-size: 1.5em !important;
  }
  .hide {
    display: none;
  }
  .rps-font-2-15 {
    font-size: 2.15rem !important;
  }
  .single-post__content h3 {
    font-size: 1rem !important;
    margin-bottom: 1em;
  }
  .rps-margin-top-2 {
    margin-top: 2em !important;
  }
  .classes-cls button {
    font-size: 0.85em !important;
  }
  .header-hero .featured-image {
    height: 13em !important;
  }
  .header-hero .featured-image h2 {
    font-size: 1.5em !important;
  }
  #tribe-events-pg-template {
    padding-top: 0 !important;
  }
  .tribe-events-page-title {
    font-size: 1.75em !important;
  }
  .tribe-events-sub-nav li a {
    background: none !important;
  }
  .rps-padding-reset {
    padding: 0 1em !important;
  }
  .footer-form .wpcf7 {
    width: 100% !important;
  }
  .blogs-page__single-post {
    margin-bottom: 1em !important;
  }
  .hentry {
    margin-top: 0 !important;
  }
  .top-header {
    padding: 25% 0 8% !important;
  }
  .single-post__image img {
    height: 200px !important;
  }
}

.footer-form .col {
  padding: 0 5px;
}
.footer-form .col p {
  margin-bottom: 5px;
}
