/*
Tooplate 2119 Gymso Fitness
https://www.tooplate.com/view/2119-gymso-fitness
*/


.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #171819;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #171819;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #870b00;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #870b00;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #870b00;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #870b00;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }

}

  /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: #f3f5fa;
  padding-top:80px;
  padding-bottom:80px;
}
.contact .info {
  border-top: 3px solid #171819;
  border-bottom: 3px solid #171819;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #171819;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #171819;
  border-bottom: 3px solid #171819;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form label {
  padding-bottom: 8px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #870b00;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #870b00;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #870b00;
}


.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #171819;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title p {
  margin-bottom: 0;
}
  @font-face {

      font-family: 'Plain';

      src: url('../fonts/Plain-Regular.woff2') format('woff2'),

          url('../fonts/Plain-Regular.woff') format('woff');

      font-weight: normal;

      font-style: normal;

  }



  @font-face {

      font-family: 'Plain';

      src: url('../fonts/Plain-Light.woff2') format('woff2'),

          url('../fonts/Plain-Light.woff') format('woff');

      font-weight: 300;

      font-style: normal;

  }



  @font-face {

      font-family: 'Plain';

      src: url('../fonts/Plain-Bold.woff2') format('woff2'),

          url('../fonts/Plain-Bold.woff') format('woff');

      font-weight: bold;

      font-style: normal;

  }



  :root {

    --primary-color:        #7b1f1f;

    --white-color:          #ffffff;

    --dark-color:           #171819;

    --about-bg-color:       #f9f9f9;



    --gray-color:           #909090;

    --link-color:           #404040;

    --p-color:              #666262;



    --base-font-family:     'Plain', sans-serif;

    --font-weight-bold:     bold;

    --font-weight-normal:   normal;

    --font-weight-light:    300;

    --font-weight-thin:     100;



    --h1-font-size:         48px;

    --h2-font-size:         36px;

    --h3-font-size:         25px;

    --h4-font-size:         24px;

    --h5-font-size:         22px;

    --h6-font-size:         22px;

    --p-font-size:          18px;

    --base-font-size:       16px;

    --menu-font-size:       14px;



    --border-radius-large:  100%;

    --border-radius-small:  2px;

  }





  body {

    background: var(--white-color);

    font-family: var(--base-font-family);

  

  

  }





  /*---------------------------------------

     TYPOGRAPHY              

  -----------------------------------------*/



  h1,h2,h3,h4,h5,h6 {

    font-weight: var(--font-weight-thin);

    line-height: normal;

  }



  h1 {

    font-size: var(--h1-font-size);

    font-weight: var(--font-weight-bold);

    letter-spacing: -1px;

    text-transform: uppercase;

    margin: 20px 0;

  }



  h2 {

    font-size: var(--h2-font-size);

    font-weight: var(--font-weight-bold);

    letter-spacing: -2px;

  }



  h3 {

    font-size: var(--h3-font-size);

    font-weight: var(--font-weight-bold);

    letter-spacing: -1px;

    margin: 0;

  }



  h4 {

    font-size: var(--h4-font-size);

  }



  h5 {

    font-size: var(--h5-font-size);

  }



  h6 {

    color: #b3b3b3;

    font-size: var(--h6-font-size);

    line-height: inherit;

    margin: 0;

  }



  p {

    color: var(--p-color);

    font-size: var(--p-font-size);

    font-weight: var(--font-weight-light);

    line-height: 1.5em;

  }



  b, 

  strong {

    font-weight: var(--font-weight-bold);

    letter-spacing: 0;

  }



  .section {

    padding: 7rem 0;

  }





  /* BUTTON */



  .custom-btn {

    background: transparent;

    border-radius: var(--border-radius-small);

    padding: 14px 24px;

    color: var(--white-color);

    font-size: var(--menu-font-size);

    font-weight: var(--font-weight-normal);

    text-transform: uppercase;

    letter-spacing: 0.5px;

    white-space: nowrap;

    transition: all 0.3s ease;

  }



  .custom-btn:hover {

    color: var(--primary-color);

  }



  .custom-btn:focus {

    box-shadow: none;

  }



  .custom-btn.bordered:hover,

  .custom-btn.bordered:focus,



  .custom-btn.bg-color:hover,

  .custom-btn.bg-color:focus {

    background: var(--white-color);

    border-color: transparent;

    color: var(--primary-color);

  }



  .bordered {

    border: 1px solid var(--primary-color);

    color: var(--primary-color);

  }



  .bg-color {

    background: var(--primary-color);

    color: var(--white-color);

  }







  /*---------------------------------------

     GENERAL               

  -----------------------------------------*/



  * {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

  }



  *::before,

  *::after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

  }



  a {

    color: var(--link-color);

    font-weight: normal;

    text-decoration: none;

    transition: all 0.3s ease;

  }



  a:hover, 

  a:active, 

  a:focus {

    color: var(--primary-color);

    outline: none;

    text-decoration: none;

  }





  /* BG OVERLAY */



  .bg-overlay {

    background: var(--dark-color);

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0.6;

  }





  /*---------------------------------------

     MODAL              

  -----------------------------------------*/



  .modal-content {

    padding: 2rem 3rem;

  }



  .modal-header,

  .modal-body,

  .modal-footer {

    border: 0;

    padding: 0;

  }



  .membership-form a {

    color: var(--primary-color);

  }





  /*---------------------------------------

    FEATURE          

  -----------------------------------------*/



  .feature {

    background: var(--dark-color);

    padding: 5rem 0;

  }





  /*---------------------------------------

     MENU             

  -----------------------------------------*/
  .navbar {
    padding: 1rem;
    background: white !important;
}
  .navbar li {
    position: relative;
    padding-right:10px;
  }
  .navbar a {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
    color:rgb(0, 0, 0) !important;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
  }
  .dropend{padding-right: 10px;}
  
  /*

  .navbar {
      padding: 1rem;
      background: var(--dark-color);
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
    padding-right:20px;
  }
  .navbar .nav-white {
    color: white !important;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: var(--primary-color) !important;
  }
  .navbar li:active > a {
    background-color: rgba(209, 21, 4,0.2) ;
  }
  .navbar .getstarted, .navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #A61740;
    font-weight: 600;
  }
  .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #A61740;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: rgb(64, 64, 64);
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #A61740;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }*/
/*  
.navbar {
      background: var(--dark-color);
      padding: 1rem;
}
  .navbar-brand {

    color: var(--white-color);

    font-size: var(--h3-font-size);

    font-weight: var(--font-weight-bold);

    line-height: normal;

    padding-top: 0;

  }



  .nav-item .nav-link {

    display: block;

    color: var(--white-color);

    font-size: var(--menu-font-size);

    font-weight: var(--font-weight-normal);

    text-transform: uppercase;

    padding: 2px 6px;

  }



  .nav-item .nav-link.active,

  .nav-item .nav-link:hover {

    color: var(--primary-color);

  }



  .navbar .social-icon li a {

    color: var(--white-color);

  }



  .navbar-toggler {

    border: 0;

    padding: 0;

    cursor: pointer;

    margin: 0 10px 0 0;

    width: 30px;

    height: 35px;

    outline: none;

  }



  .navbar-toggler:focus {

    outline: none;

  }



  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {

    background: transparent;

  }



  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {

    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;

    transition: top 300ms 50ms ease, transform 300ms 350ms ease;

    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;

    top: 0;

  }



  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {

    transform: rotate(45deg);

  }



  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {

    transform: rotate(-45deg);

  }



  .navbar-toggler .navbar-toggler-icon {

    background: var(--primary-color);

    transition: background 10ms 300ms ease;

    display: block;

    width: 30px;

    height: 2px;

    position: relative;

  }



  .navbar-toggler .navbar-toggler-icon::before,

  .navbar-toggler .navbar-toggler-icon::after {

    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;

    transition: top 300ms 350ms ease, transform 300ms 50ms ease;

    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;

    position: absolute;

    right: 0;

    left: 0;

    background: var(--primary-color);

    width: 30px;

    height: 2px;

    content: '';

  }



  .navbar-toggler .navbar-toggler-icon::before {

    top: -8px;

  }



  .navbar-toggler .navbar-toggler-icon::after {

    top: 8px;

  }

*/

  /*---------------------------------------

     HERO              

  -----------------------------------------*/



  .hero {

    background-image: url('../images/sanannoche.jpeg');

    background-size: cover;

    background-position: top;

    background-repeat: no-repeat;

    vertical-align: middle;

    min-height: 100vh;

    position: relative;

  }





  /*---------------------------------------

     CLASS               

  -----------------------------------------*/



  .class-info {

    background: var(--white-color);

    box-shadow: 6px 0 38px rgba(20,20,20,0.10);

    border-radius: 0 0 2px 2px;

    padding: 1rem 2rem;

    position: relative;

  }



  .class-info img {

    border-radius: 2px 2px 0 0;

  }



  .class-info strong {

    color: var(--gray-color);

  }



  .class-price {

    background: var(--primary-color);

    border-radius: var(--border-radius-large);

    color: var(--white-color);

    font-weight: var(--font-weight-bold);

    display: block;

    position: absolute;

    top: 2rem;

    right: 2rem;

    width: 3.5rem;

    height: 3.5rem;

    line-height: 3.5rem;

    text-align: center;

  }





  /*---------------------------------------

     SCHEDULE             

  -----------------------------------------*/



  .schedule {

    background: var(--dark-color);

  }



  .schedule-table {

    display: table;

    border: 0;

    text-align: center;

  }



  .schedule-table strong,

  .schedule-table span {

    display: block;

    text-align: center;

  }



  .schedule-table strong {

    color: var(--white-color);

  }



  .schedule-table span {

    color: var(--gray-color);

  }



  .schedule-table span,

  .schedule-table small {

    font-size: var(--menu-font-size);

    text-transform: uppercase;

  }



  .schedule-table small {

    position: relative;

    top: 10px;

  }



  .table .thead-light th,

  .schedule-table tr td:first-child {

    background: var(--primary-color);

    border: 1px solid #212122;

    color: var(--white-color);

  }



  .schedule-table .thead-light th {

    border-bottom: 0;

    text-transform: uppercase;

  }



  .table-bordered td, 

  .table-bordered th {

    border: 1px solid #212122;

  }



  .table-bordered td {

    padding-bottom: 22px;

  }



  .table td, .table th {

    padding: 1rem;

  }





  /*---------------------------------------

      ABOUT & TEAM            

  -----------------------------------------*/



  .about {

    background: var(--about-bg-color);

  }



  .about-working-hours {

    border-left: 2px solid;

    padding-left: 3.5rem;

  }



  .about-working-hours strong {

    color: var(--white-color);

    opacity: 0.85;

  }



  .team-thumb {

    position: relative;

  }



  .team-info {

    background: var(--white-color);

    border-radius: 0 0 2px 2px;

    box-shadow: 6px 0 38px rgba(20,20,20,0.10);

    padding: 20px;

    position: relative;

  }



  .team-info span {

    font-weight: var(--font-weight-light);

    opacity: 0.85;

  }



  .team-info .social-icon {

    position: absolute;

    top: 10px;

    right: 20px;

  }



  .team-info .social-icon li {

    display: block;

  }





  /*---------------------------------------

     CONTACT              

  -----------------------------------------*/



  .webform input,

  button#submit-button {

    height: calc(2.25rem + 20px);

  }



  .form-control {

    border-radius: var(--border-radius-small);

    margin: 1.3rem 0;

  }



  .form-control:focus {

    box-shadow: none;

    border-color: var(--dark-color);

  }



  button#submit-button {

    background: var(--dark-color);

    border-color: transparent;

    color: var(--white-color);

    cursor: pointer;

    transition: all 0.3s ease;

  }



  button#submit-button:hover {

    background: var(--primary-color);

  }


  
  .contact h2 + p {

    max-width: 90%;

  }



  .google-map {

    border-top: 1px solid #efebeb;

    margin-top: 2.5rem;

    padding-top: 2.5rem;

  }



  .google-map iframe {

    width: 100%;

  }





  /*---------------------------------------

     FOOTER              

  -----------------------------------------*/



  .site-footer {

    border-top: 1px solid #efebeb;

    padding: 3rem 0;

  }



  .site-footer a {

    color: var(--p-color);

    font-weight: var(--font-weight-light);

  }



  .site-footer p {

    font-size: var(--base-font-size);

  }



  .contact .fa,

  .site-footer .fa {

    color: var(--primary-color);

  }





  /*---------------------------------------

     SOCIAL ICON              

  -----------------------------------------*/



  .social-icon {

    position: relative;

    padding: 0;

    margin: 5px 0 0 0;

  }



  .social-icon li {

    display: inline-block;

    list-style: none;

  }



  .social-icon li a {

    text-decoration: none;

    display: inline-block;

    color: var(--p-color);

    font-size: var(--p-font-size);

    font-weight: var(--font-weight-bold);

    margin: 5px 10px;

    text-align: center;

  }



  .social-icon li a:hover {

    color: var(--primary-color);

  }





  /*---------------------------------------

     RESPONSIVE STYLES              

  -----------------------------------------*/



  @media screen and (max-width: 992px) {



    .section {

      padding: 5rem 0;

    }



    .nav-item .nav-link {

      padding: 6px;

    }

/*


    .navbar .social-icon {

      margin-top: 22px;

    }


    .navbar-collapse,

    .site-footer {

      text-align: center;

    }


*/
    .schedule-table {
      display: block;
    }
    .modal-content {
      padding: 2rem;
    }

  }
@media screen and (max-width: 767px) {
      h1 {font-size: 38px;}
      .about-working-hours {border-left: 0;padding: 22px 0 0 0;}
      .contact h2 span {display: block;}
      .navbar ul {
        align-items: left;
      }
      .navbar li {
        position: relative;
        padding-right:20px;
      }
      .navbar li a{border-bottom:1px solid rgba(0,0,0,.15);}
      .navbar .dropend{padding:0px;}
      .navbar .dropdown-menu{border:none;}
      .navbar .show{color: #870b00 !important;}
      .navbar button{background-color:rgb(148, 144, 144) !important;}
}