/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
  ## Comments
  ## Price
  ## Order
  ## Testmonials
  ## Contacts
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

Body {
  overflow-x: hidden;
}

h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: inherit;
  color: #1f1f26;
  font-display: swap;
}

@media (min-width: 992px) {
  h1 {
    font-size: 100px;
  }
}

.main_banner h1,
.main_banner h3 {
  text-align: center;
}

.invert h1 {
  color: #ffffff;
}

.head h1 {
  font-size: 34px !important;
}

@media (min-width: 992px) {
  .head h1 {
    font-size: 50px !important;
  }
}

h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0px;
  text-align: inherit;
  color: #1f1f26;
}

@media (min-width: 992px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  position: relative;
  margin-bottom: 1em;
  margin-top: 0.2em;
  padding-bottom: 0.5em;
  overflow: hidden;
}

h3 {
  font-style: normal;
  font-size: 31px;
  line-height: 1.225;
  letter-spacing: 0px;
  text-align: inherit;
  color: #1f1f26;
}

.invert h3 {
  color: #ffffff;
}

@media (min-width: 992px) {
  h3 {
    font-size: 44px;
  }
}

h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: 0px;
  text-align: inherit;
  color: #1f1f26;
}
h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0px;
  text-align: inherit;
  color: #1f1f26;
}

h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0px;
  text-align: inherit;
  color: #1f1f26;
}

ul {
  list-style: none;
  margin: 0 0 1.5em 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title,
#tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title::before {
  color: #ff9800;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.diff-price {
  background-color: #ffffff;
  font-size: 1rem;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .diff-price {
    font-size: 1.2rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
  }
}

.diff-price thead {
  color: #ff9800;
  background-color: #e6ebf0;
}

.diff-price .td-red {
  color: #ff9800;
  font-weight: bold;
}

.diff-price .td-th {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Toggle
--------------------------------------------------------------*/
.tm_pb_module.tm_pb_toggle {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close,
#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {
  transition: 0.3s linear;
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title,
#tm_builder_outer_content
  .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open
  .tm_pb_toggle_title {
  padding: 21px 21px;
  margin: 0;
  text-transform: uppercase;
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title,
  #tm_builder_outer_content
    .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open
    .tm_pb_toggle_title {
    padding: 29px 21px;
  }
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content,
#tm_builder_outer_content
  .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open
  .tm_pb_toggle_content {
  padding-top: 0;
  padding-bottom: 30px;
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h1,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h2,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h3,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h4,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h5,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h6,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h1,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h2,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h3,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h4,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h5,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h6 {
  margin-top: 0;
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {
  background: none;
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close {
  background-color: transparent;
}

.tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title,
.tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
  padding: 21px 21px;
  margin: 0;
  text-transform: uppercase;
}

.tm_pb_toggle .tm_pb_toggle_title:before {
  display: inline-block;
  font: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #ff9800;
  top: 50%;
  margin-top: -0.5em;
}
.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content {
  display: none;
}

.tm_pb_toggle .tm_pb_toggle_title {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 20px;
}
/*--------------------------------------------------------------
# Hr
--------------------------------------------------------------*/
hr.tm_pb_divider {
  width: 100%;
  box-sizing: initial;
}
hr.tm_pb_module {
  background-color: transparent;
  background-image: none;
  margin: 0;
  padding: 0;
}
hr.tm_pb_divider_13::before {
  border-top-color: #e1e1e1;
  border-top-style: solid;
  width: 100%;
  margin-left: -50%;
  box-sizing: inherit;
}
.tm_pb_divider:before {
  content: "";
  width: 100%;
  height: 0px;
  border-top-color: #eee;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  left: 50%;
  top: 0;
}
/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.box ul {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #ff9800;
  border: 0px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  background-color: #ff9800;
  color: #ffffff !important;
  background: -moz-linear-gradient(top, #ff9800 0%, #ff9800 100%);
  background: -webkit-linear-gradient(top, #ff9800 0%, #ff9800 100%);
  background: linear-gradient(to bottom, #ff9800 0%, #ff9800 100%);
  box-shadow: 0px 0px 0px 0px rgba(255, 152, 0, 0.6);
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #1f1f26;
  background: #1f1f26;
  border: 0px solid #ccc;
  cursor: pointer;
  box-shadow: none;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #1f1f26;
  background: #1f1f26;
  border: 0px solid #ccc;
  cursor: pointer;
  box-shadow: none;
}

.header-btn .btn:focus,
.header-btn .btn:hover {
  color: #ffffff;
  background-color: #1f1f26;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

iframe {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  clear: both;
  width: 100%;
}

.main-navigation {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 767px) {
  .main-navigation ul ul a {
    text-indent: 0rem;
    padding: 0;
    margin: 1.35em 0 1.35em 4.9em;
  }
  .main-navigation ul ul ul a {
    text-indent: 2rem;
  }
  .main-navigation ul ul ul ul a {
    text-indent: 3rem;
  }
  .main-navigation ul ul ul ul ul a {
    text-indent: 4rem;
  }
  .main-navigation ul ul ul ul ul ul a {
    text-indent: 5rem;
  }
  .main-navigation.toggled ul {
    display: block;
  }
}

@media (min-width: 768px) {
  .main-navigation ul {
    display: block;
  }
  .main-navigation li:hover > ul,
  .main-navigation li.menu-hover > ul {
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .main-navigation li > ul.in-transition {
    left: 0;
  }
  .main-navigation li li:hover > ul,
  .main-navigation li li.menu-hover > ul {
    top: 0;
    left: 100%;
    padding-left: 23px;
    background-color: transparent;
  }
  .main-navigation li li:hover > ul li,
  .main-navigation li li.menu-hover > ul li {
    padding: 0 1em;
  }
  .main-navigation li li > ul.in-transition {
    left: 100%;
  }
  .main-navigation .menu > li:nth-child(n + 3) > .sub-menu > li > ul {
    left: inherit;
    right: 100%;
    padding-right: 23px;
  }
  .main-navigation > ul > li:first-child {
    opacity: 1;
  }
  .main-navigation > ul > li:first-child > ul {
    left: -0.85rem;
  }
  .main-navigation .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .default .main-navigation .menu {
    display: block;
  }
  .main-navigation .menu > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .default .main-navigation .menu > li {
    display: inline-block;
    padding-bottom: calc(2.75rem - 1px);
  }
  .main-navigation .menu > li::before {
    content: "";
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #d8d8d8;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .main-navigation .menu > li:first-child::before {
    border-left: none;
  }
  .main-navigation .menu > li:first-child a {
    margin-left: 0;
  }
  .main-navigation .sub-menu {
    position: absolute;
    z-index: 999;
    top: calc(100% + 6em);
    left: -999em;
    visibility: hidden;
    margin: 0;
    padding: 0 1em;
    transition: 200ms linear;
    transition-property: top, opacity, visibility;
    opacity: 0;
  }
  .main-navigation .sub-menu ul {
    top: 20%;
  }
}

.main-navigation a {
  padding: 1em;
}

.main-navigation .main-nav ul li a {
  line-height: 1;
}

@media (min-width: 768px) {
  .main-navigation .main-nav ul li a {
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  .main-navigation ul ul a {
    color: #ffffff !important;
  }
}

@media (min-width: 768px) {
  .main-navigation a {
    padding: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.main-navigation .menu > li > a:hover {
  color: #ff9800;
}

@media (min-width: 768px) {
  .main-navigation .menu > li > a:hover::after,
  .main-navigation .menu > li.menu-hover > a::after {
    z-index: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.main-navigation a:focus {
  outline: none;
}

@media (max-width: 767px) {
  .main-navigation .menu > .sub-menu-open {
    box-shadow: 0 -2px 5px 0 #d8d8d8;
  }
}

@media (max-width: 767px) {
  .main-navigation .sub-menu-open {
    background-color: #e7e7e7;
    margin: 0 -9999rem;
    padding: 0.25rem 9999rem;
  }
}

@media (min-width: 544px) {
  .main-navigation .sub-menu {
    background-color: #e7e7e7;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu li:last-of-type > a {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .main-navigation.mobile-menu {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    padding-top: 0;
    display: none;
  }
  .main-navigation.mobile-menu > .menu {
    max-height: 100%;
  }
  .main-navigation.mobile-menu.animate {
    transition: all 0.3s ease-in-out 0s, visibility 1s linear 0.3s,
      z-index 0s linear 0.01s, height 0.25s cubic-bezier(0.73, 0.32, 0.34, 1.5);
  }
  .main-navigation.mobile-menu.show {
    padding-bottom: 1em;
    display: block;
  }
  .main-navigation.mobile-menu > .menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu,
  .main-navigation .sub-menu ul li {
    background-color: #ff9800;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu {
    position: absolute;
    z-index: 999;
    top: calc(100% + 6em);
    left: -999em;
    visibility: hidden;
    margin: 0;
    padding: 0 1em;
    transition: 200ms linear;
    transition-property: top, opacity, visibility;
    opacity: 0;
  }
}

.main-navigation .sub-menu > li > a:hover,
.main-navigation .sub-menu > li.menu-hover > a,
.main-navigation .sub-menu > li.current_page_item > a,
.main-navigation .sub-menu > li.current_page_ancestor > a,
.main-navigation .sub-menu > li.current-menu-item > a,
.main-navigation .sub-menu > li.current-menu-ancestor > a {
  color: #1f1f26 !important;
  background-color: transparent !important;
}

.site-header .main-navigation {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.inside-header {
  padding: 10px 40px;
}

@media (min-width: 768px) {
  .site-header .main-navigation {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header .main-navigation {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .main-navigation {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

.menu-toggle[aria-controls="primary-menu"] {
  color: #ff9800;
}

.menu-toggle[aria-controls="primary-menu"] {
  display: none;
  padding: 0;
  background: none;
  transition: color 0.3s ease;
}

@media (max-width: 767px) {
  .menu-toggle[aria-controls="primary-menu"] {
    display: inline-block;
    position: relative;
    float: right !important;
    right: 0;
    z-index: 998;
    margin: 6px 0 0 3px;
    border-width: 0;
    border-radius: 4px;
    width: auto;
    margin-bottom: 0 !important;
  }
}

.btn,
.btn-default,
.btn-primary,
.btn-secondary,
.comment-form .submit,
.wpcf7-submit,
.post-password-form label + input,
.button,
body .booked-appt-list .timeslot .timeslot-people button,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button,
#tm_builder_outer_content .tm_pb_posts a.more-link {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
  max-width: 100%;
  padding: 16px 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  border: 0px solid;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  border-radius: 0;
  transition: background-position 0.5s;
}

.btn-default,
.btn-primary,
.comment-form .submit,
.wpcf7-submit,
.post-password-form label + input,
.button,
body .booked-modal input[type="submit"].button,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button,
#tm_builder_outer_content .tm_pb_posts a.more-link,
#tm_builder_outer_content .tm_pb_posts a.next,
#tm_builder_outer_content .tm_pb_posts a.prev {
  font-family: Montserrat, sans-serif;
  background-color: #fcb900;
  color: #ffffff !important;
  background: -moz-linear-gradient(top, #fcb900 0%, #fcb900 100%);
  background: -webkit-linear-gradient(top, #fcb900 0%, #fcb900 100%);
  background: linear-gradient(to bottom, #fcb900 0%, #fcb900 100%);
  box-shadow: 0px 0px 15px 0px rgba(255, 152, 0, 0.6);
}

.btn-inverse {
  background: #ffffff;
  color: black !important;
  opacity: 0.7;
}

@media (min-width: 992px) {
  .btn,
  .btn-default,
  .btn-primary,
  .btn-secondary,
  .comment-form .submit,
  .wpcf7-submit,
  .post-password-form label + input,
  .button,
  body .booked-appt-list .timeslot .timeslot-people button,
  body
    table.booked-calendar
    .booked-appt-list
    .timeslot
    .timeslot-people
    button,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_button,
  #tm_builder_outer_content .tm_pb_posts a.more-link {
    padding: 16px 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.btn:hover,
.btn:focus,
.btn-default:hover,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.comment-form .submit:hover,
.comment-form .submit:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.post-password-form label + input:hover,
.post-password-form label + input:focus,
.button:hover,
.button:focus,
body .booked-appt-list .timeslot .timeslot-people button:hover,
body .booked-appt-list .timeslot .timeslot-people button:focus,
body
  table.booked-calendar
  .booked-appt-list
  .timeslot
  .timeslot-people
  button:hover,
body
  table.booked-calendar
  .booked-appt-list
  .timeslot
  .timeslot-people
  button:focus,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:hover,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:focus,
#tm_builder_outer_content .tm_pb_posts a.more-link:hover,
#tm_builder_outer_content .tm_pb_posts a.more-link:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  color: #f0f0f0;
  background: #3f3f3f;
}

.overlay-btn:hover {
  background: transparent !important;
}

.invert .btn:hover,
.invert .btn:focus,
.invert .btn-default:hover,
.invert .btn-default:focus,
.invert .btn-primary:hover,
.invert .btn-primary:focus,
.invert .btn-secondary:hover,
.invert .btn-secondary:focus,
.invert .comment-form .submit:hover,
.invert .comment-form .submit:focus,
.invert .wpcf7-submit:hover,
.invert .wpcf7-submit:focus,
.invert .post-password-form label + input:hover,
.invert .post-password-form label + input:focus,
.invert .button:hover,
.invert .button:focus,
.invert body .booked-appt-list .timeslot .timeslot-people button:hover,
.invert body .booked-appt-list .timeslot .timeslot-people button:focus,
.invert
  body
  table.booked-calendar
  .booked-appt-list
  .timeslot
  .timeslot-people
  button:hover,
.invert
  body
  table.booked-calendar
  .booked-appt-list
  .timeslot
  .timeslot-people
  button:focus,
.invert .tm_pb_builder #tm_builder_outer_content .tm_pb_button:hover,
.invert .tm_pb_builder #tm_builder_outer_content .tm_pb_button:focus,
.invert #tm_builder_outer_content .tm_pb_posts a.more-link:hover,
.invert #tm_builder_outer_content .tm_pb_posts a.more-link:focus {
  box-shadow: none;
  color: #878787;
  background: #5b5b5b;
}

.btn-fullwidth,
.btn-default-fullwidth,
.btn-primary-fullwidth,
.btn-secondary-fullwidth,
.comment-form .submit-fullwidth,
.wpcf7-submit-fullwidth,
.post-password-form label + input-fullwidth,
.button-fullwidth,
body .booked-appt-list .timeslot .timeslot-people button-fullwidth,
body
  table.booked-calendar
  .booked-appt-list
  .timeslot
  .timeslot-people
  button-fullwidth,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button-fullwidth,
#tm_builder_outer_content .tm_pb_posts a.more-link-fullwidth {
  width: 100%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.header-container__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  clear: none !important;
}

@media (min-width: 1200px) {
  .header-container__flex {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .site-header.minimal .site-branding {
    margin-top: 20px;
  }
}

.top-bar {
  background-color: #ffffff;
  color: #636363;
  font-size: 1.2em;
}

.site-header .site-logo {
  padding: 0 0 15px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 80%;
  text-align: left;
}

@media (min-width: 768px) {
  .site-header .site-logo {
    padding-bottom: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 40%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .site-header .site-logo {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

.header-widget {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  max-width: 100%;
}

@media (max-width: 767px) {
  .header-widget {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header .header-widget {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header .header-widget {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .header-widget {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

nav .header-widget,
div .header-widget {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  nav .header-widget,
  div .header-widget {
    margin-bottom: 0;
    margin-left: 23px;
  }
}

@media (min-width: 768px) {
  nav .header-widget,
  div .header-widget {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content * {
  box-sizing: border-box;
}

.section_background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#content .section_background {
  /* ##Text headings */
}

#content .section_background .row h1,
#content .section_background .row h2,
#content .section_background .row h3,
#content .section_background .row h4,
#content .section_background .row h5,
#content .section_background .row h6,
#content .section_background .tm_pb_slide_title,
#content .section_background .tm_pb_brands_showcase_module__title,
#content .section_background .tm_pb_swiper h3,
#content .section_background .tm_pb_contact_main_title,
#content .section_background .tm-posts_title,
#content .section_background .services-heading_title,
#content .section_background .tm_pb_taxonomy h3 {
  position: relative;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-bottom: 0.5em;
  overflow: hidden;
}

#content .section_background .row h1 {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#content .section_background .row h1::after,
#content .section_background .row h2::after,
#content .section_background .row h3::after,
#content .section_background .row h4::after,
#content .section_background .row h5::after,
#content .section_background .row h6::after,
#content .section_background .tm_pb_slide_title::after,
#content .section_background .tm_pb_brands_showcase_module__title::after,
#content .section_background .tm_pb_swiper h3::after,
#content .section_background .tm_pb_contact_main_title::after,
#content .section_background .tm-posts_title::after,
#content .section_background .services-heading_title::after,
#content .section_background .tm_pb_taxonomy h3::after {
  content: "";
  width: 84px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 991px) {
  #content .section_background .row h1::after,
  #content .section_background .row h2::after,
  #content .section_background .row h3::after,
  #content .section_background .row h4::after,
  #content .section_background .row h5::after,
  #content .section_background .row h6::after,
  #content .section_background .tm_pb_slide_title::after,
  #content .section_background .tm_pb_brands_showcase_module__title::after,
  #content .section_background .tm_pb_swiper h3::after,
  #content .section_background .tm_pb_contact_main_title::after,
  #content .section_background .tm-posts_title::after,
  #content .section_background .services-heading_title::after,
  #content .section_background .tm_pb_taxonomy h3::after {
    width: 47px;
    height: 3px;
  }
}

#content .section_background .row.non-divider h1,
#content .section_background .row.non-divider h2,
#content .section_background .row.non-divider h3,
#content .section_background .row.non-divider h4,
#content .section_background .row.non-divider h5,
#content .section_background .row.non-divider h6 {
  margin-bottom: 0;
}

#content .section_background .row.non-divider h1::after,
#content .section_background .row.non-divider h2::after,
#content .section_background .row.non-divider h3::after,
#content .section_background .row.non-divider h4::after,
#content .section_background .row.non-divider h5::after,
#content .section_background .row.non-divider h6::after {
  display: none;
}

#content .section_background .row_align_center h1::after,
#content .section_background .row_align_center h2::after,
#content .section_background .row_align_center h3::after,
#content .section_background .row_align_center h4::after,
#content .section_background .row_align_center h5::after,
#content .section_background .row_align_center h6::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#content .section_background .row_align_left h1::after,
#content .section_background .row_align_left h2::after,
#content .section_background .row_align_left h3::after,
#content .section_background .row_align_left h4::after,
#content .section_background .row_align_left h5::after,
#content .section_background .row_align_left h6::after,
#content .section_background .row_align_justified h1::after,
#content .section_background .row_align_justified h2::after,
#content .section_background .row_align_justified h3::after,
#content .section_background .row_align_justified h4::after,
#content .section_background .row_align_justified h5::after,
#content .section_background .row_align_justified h6::after {
  left: 0;
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

#content .section_background .row_align_right h1::after,
#content .section_background .row_align_right h2::after,
#content .section_background .row_align_right h3::after,
#content .section_background .row_align_right h4::after,
#content .section_background .row_align_right h5::after,
#content .section_background .row_align_right h6::after {
  left: inherit;
  right: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.not-found .page-content h3::after,
.posts-list .entry-title a::after,
.entry-title::after,
.comments-title::after,
.comment-reply-title::after,
.single .cherry-services.template-single .service_single_title h3::after,
.service-cta .service-cta_title::after {
  background-color: #1f1f26;
}

#content .section_background ul {
  padding-left: 0;
}

#content .section_background li {
  margin-bottom: 10px;
}

/* #content .section_background li::before {
  margin-right: 9px;
  color: #ff9800;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 5px;
  vertical-align: middle;
} */

.tab-content {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 1rem;
}

#content .section_background .tm_pb_swiper h2,
#content .section_background .tm_pb_swiper h3,
#content .section_background .tm_pb_swiper h4,
#content .section_background .tm_pb_contact_main_title,
#content .section_background .tm-posts_title,
#content .section_background .services-heading_title,
#content .section_background .tm_pb_taxonomy h2,
#content .section_background .tm_pb_taxonomy h3,
#content .section_background .tm_pb_taxonomy h4 {
  text-align: center;
}

#content .section_background .tm_pb_swiper h4,
#content .section_background .tm_pb_taxonomy h4 {
  margin-bottom: 1.85em;
}

#content .section_background h1::after,
#content .section_background h2::after,
#content .section_background h3::after,
#content .section_background h4::after,
#content .section_background h5::after,
#content .section_background h6::after,
#content .tm_pb_section .tm_pb_slide_title::after,
#content .tm_pb_section .tm_pb_brands_showcase_module__title::after,
#content .tm_pb_section .tm_pb_swiper h3::after,
#content .tm_pb_section .tm_pb_contact_main_title::after,
#content .tm_pb_section .tm-posts_title::after,
#content .tm_pb_section .services-heading_title::after,
#content .tm_pb_section .tm_pb_taxonomy h3::after {
  background-color: #ff9800;
}

.tm_pb_text_align_center {
  text-align: center;
  margin: auto;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header,
.wp-block-group__inner-container {
  padding: 0;
}

.container.site-header,
.container.site-footer {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.container.site-content .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.container.site-content {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

.page .entry-content {
  margin-top: 0;
}

.card-columns {
  padding-top: 1em;
}

.post {
  margin: 0;
}

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .hentry {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .hentry.has-thumb {
    padding-bottom: calc(50px - 1.2em);
  }
}

.posts-list .hentry {
  border-bottom: 1px solid #d8d8d8;
}

.posts-list .hentry:first-child {
  margin-top: 1em;
}

.posts-list .hentry:last-child {
  padding-bottom: 14px;
  border-bottom: none;
}

@media (min-width: 768px) {
  .posts-list--grid-2-cols .hentry:nth-child(2) {
    margin-top: 1em;
  }
}

@media (min-width: 992px) {
  .posts-list--grid-3-cols .hentry:nth-child(2),
  .posts-list--grid-3-cols .hentry:nth-child(3) {
    margin-top: 1em;
  }
}

@media (min-width: 768px) {
  .posts-list--masonry-2-cols .hentry:first-child,
  .posts-list--masonry-3-cols .hentry:first-child {
    margin-top: 0;
  }
}

.card-columns .hentry {
  margin-top: 0;
  margin-bottom: 3em;
}

.hentry.page {
  margin-top: 0;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .hentry.page {
    margin-bottom: 2em;
  }
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-header {
  margin-top: 1.4em;
}

[class*="posts-list--"] .entry-header {
  margin-top: 0;
}

.page .entry-header {
  margin-top: 0;
}

.single .no-thumb .entry-header {
  margin-top: 0.6em;
}

.entry-header .entry-title:first-child {
  margin-top: 0;
}

[class*="posts-list--"] .entry-title {
  text-transform: none;
}

.entry-meta {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.entry-summary + .entry-meta,
.entry-content + .entry-meta {
  margin-top: 1em;
}

[class*="posts-list--"] .entry-meta {
  margin-bottom: 8px;
}

.posts-list .entry-summary,
.posts-list .entry-content {
  display: none;
}

@media (min-width: 768px) {
  .posts-list .entry-summary,
  .posts-list .entry-content {
    display: block;
  }
}

.post-list__item .entry-summary,
.post-list__item .entry-content {
  margin-top: 0;
}

.post-list__item .entry-summary p,
.post-list__item .entry-content p {
  margin: 1em 0 0;
}

.entry-footer {
  position: relative;
}

body:not(.page) .entry-footer {
  margin-top: 1em;
}

.single .entry-footer {
  margin-top: 2.1em;
  padding-top: 2.3em;
  border-top: 1px solid #d8d8d8;
}

.entry-footer .btn {
  float: right;
}

.single .post .entry-title,
.single .post .comments-title,
.single .post .comment-reply-title,
.single .post .service_single_title h3,
.single .post .service-cta .service-cta_title,
.single .comments-area .entry-title,
.single .comments-area .comments-title,
.single .comments-area .comment-reply-title,
.single .comments-area .service_single_title h3,
.single .comments-area .service-cta .service-cta_title,
.single .related-posts > .entry-title,
.single .related-posts > .comments-title,
.single .related-posts > .comment-reply-title,
.single .related-posts > .service_single_title h3,
.single .related-posts > .service-cta .service-cta_title,
.single .cherry-services.template-single .entry-title,
.single .cherry-services.template-single .comments-title,
.single .cherry-services.template-single .comment-reply-title,
.single .cherry-services.template-single .service_single_title h3,
.single .cherry-services.template-single .service-cta .service-cta_title {
  position: relative;
  margin-bottom: 1em;
  margin-top: 0.2em;
  padding-bottom: 0.5em;
  text-transform: capitalize;
  overflow: hidden;
}

.single .post .entry-title::after,
.single .post .comments-title::after,
.single .post .comment-reply-title::after,
.single .post .service_single_title h3::after,
.single .post .service-cta .service-cta_title::after,
.single .comments-area .entry-title::after,
.single .comments-area .comments-title::after,
.single .comments-area .comment-reply-title::after,
.single .comments-area .service_single_title h3::after,
.single .comments-area .service-cta .service-cta_title::after,
.single .related-posts > .entry-title::after,
.single .related-posts > .comments-title::after,
.single .related-posts > .comment-reply-title::after,
.single .related-posts > .service_single_title h3::after,
.single .related-posts > .service-cta .service-cta_title::after,
.single .cherry-services.template-single .entry-title::after,
.single .cherry-services.template-single .comments-title::after,
.single .cherry-services.template-single .comment-reply-title::after,
.single .cherry-services.template-single .service_single_title h3::after,
.single
  .cherry-services.template-single
  .service-cta
  .service-cta_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 64px;
  height: 5px;
}

@media (max-width: 991px) {
  .single .post .entry-title::after,
  .single .post .comments-title::after,
  .single .post .comment-reply-title::after,
  .single .post .service_single_title h3::after,
  .single .post .service-cta .service-cta_title::after,
  .single .comments-area .entry-title::after,
  .single .comments-area .comments-title::after,
  .single .comments-area .comment-reply-title::after,
  .single .comments-area .service_single_title h3::after,
  .single .comments-area .service-cta .service-cta_title::after,
  .single .related-posts > .entry-title::after,
  .single .related-posts > .comments-title::after,
  .single .related-posts > .comment-reply-title::after,
  .single .related-posts > .service_single_title h3::after,
  .single .related-posts > .service-cta .service-cta_title::after,
  .single .cherry-services.template-single .entry-title::after,
  .single .cherry-services.template-single .comments-title::after,
  .single .cherry-services.template-single .comment-reply-title::after,
  .single .cherry-services.template-single .service_single_title h3::after,
  .single
    .cherry-services.template-single
    .service-cta
    .service-cta_title::after {
    width: 47px;
    height: 3px;
  }
}

.single .post,
.single .hentry.cherry-services {
  margin-top: 1em;
}

[class*="posts-list--"] .entry-title {
  position: relative;
  margin-bottom: 1em;
  margin-top: 0.2em;
  padding-bottom: 0.5em;
  text-transform: capitalize;
  overflow: hidden;
}

[class*="posts-list--"] .entry-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 64px;
  height: 5px;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  [class*="posts-list--"] .entry-title a::after {
    width: 47px;
    height: 3px;
  }
}

.posts-list .entry-title a:hover::after {
  background-color: #ff9800;
}

[class*="posts-list--"] .entry-title a:hover::after {
  width: 128px;
}

@media (max-width: 991px) {
  [class*="posts-list--"] .entry-title a:hover::after {
    width: 94px;
  }
}

.posts-list_author {
  position: relative;
  margin-top: 1.25em;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.posts-list_author .avatar {
  float: left;
  margin-right: 10px;
}

.posts-list_author .posted-by {
  position: relative;
  top: 17px;
}

.blog_more-link {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.blog_more-link i {
  padding-left: 3px;
  transition: padding 0.3s ease;
}

.blog_more-link:hover i {
  padding-left: 13px;
}

.tm_pb_builder.page .hentry.page {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  .post-thumbnail {
    margin-bottom: 1.2em;
  }
}

.single .no-thumb .post-thumbnail {
  margin-bottom: 0.6em;
}

.post-thumbnail__link.post-thumbnail--small {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .post-thumbnail__link.post-thumbnail--small {
    float: left;
    text-align: left;
  }
}

.post-thumbnail__img {
  display: inline-block;
  vertical-align: top;
}

.entry-header + .post-thumbnail > .post-thumbnail__img {
  margin-top: 25px;
}

.posts-list .post-thumbnail--fullwidth {
  display: inline-block;
}

.post__cats a {
  font-size: 13.008px;
  font-size: 0.813rem;
  line-height: 19px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 14px;
  vertical-align: top;
  text-decoration: none;
}

.post__cats a:hover,
.post__cats a:focus {
  color: #878787;
  background-color: #5b5b5b;
}

.format-audio .post__cats,
.format-link .post__cats,
.format-gallery .post-thumbnail > .post-gallery + .post__cats,
.post-thumbnail--fullwidth .post__cats,
.has-post-thumbnail .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .format-audio .post__cats,
  .format-link .post__cats,
  .format-gallery .post-thumbnail > .post-gallery + .post__cats,
  .post-thumbnail--fullwidth .post__cats,
  .has-post-thumbnail .post__cats {
    top: 20px;
    left: 20px;
  }
}

.format-audio.no-thumb .post__cats a,
.format-link.no-thumb .post__cats a {
  color: #f0f0f0;
  background-color: #ddd;
}

.format-audio.no-thumb .post__cats a:hover,
.format-link.no-thumb .post__cats a:hover,
.format-audio.no-thumb .post__cats a:focus,
.format-link.no-thumb .post__cats a:focus {
  color: #878787;
  background-color: #5b5b5b;
}

.post-format-wrap .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .post-format-wrap .post__cats {
    top: 30px;
    left: 30px;
  }
}

.post .type-label,
.post .sticky__label {
  font-size: 13.008px;
  font-size: 0.813rem;
  line-height: 19px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 14px;
  border-radius: 0;
  color: #878787;
  background-color: #5b5b5b;
}

.posted-by .material-icons,
.posted-by .fa,
.post__date .material-icons,
.post__date .fa,
.post__comments .material-icons,
.post__comments .fa {
  font-size: 13px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.invert .posted-by .material-icons,
.invert .posted-by .fa,
.invert .post__date .material-icons,
.invert .post__date .fa,
.invert .post__comments .material-icons,
.invert .post__comments .fa {
  color: inherit;
}

.posted-by a,
.post__date a,
.post__comments a {
  text-decoration: none;
}

.posted-by::after,
.post__date::after,
.post__comments::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  content: "fiber_manual_record";
  font-size: 4px;
  vertical-align: middle;
  color: #b4b4ba;
}

.posted-by:last-child::after,
.posted-by:last-of-type::after,
.post__date:last-child::after,
.post__date:last-of-type::after,
.post__comments:last-child::after,
.post__comments:last-of-type::after {
  content: "";
}

.posted-by::after {
  margin-left: 4px;
  margin-bottom: 0px;
}

.post__tags {
  margin-top: 0.5em;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.single-post .entry-footer .post__tags {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 544px) {
  .single-post .entry-footer .post__tags {
    float: left;
  }
}

.single-post .entry-footer .post__tags a {
  margin: 0 7px;
}

[class*="posts-list--"] .post__tags {
  margin-top: 1em;
}

.post__date,
.post__date-link,
.post__tags a {
  color: #b4b4ba;
}

.search-results .post .posted-by,
.search-results .post .post__date,
.search-results .post .post__comments {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.search-results .post .posted-by::before {
  transition: all 0.3s ease;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  content: "\E7FD";
  font-size: 13px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.search-results .posts-list .entry-footer {
  margin-top: 0;
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
	### Read More button
	--------------------------------------------------------------*/
.posts-list__item .btn {
  padding: 0;
}

.posts-list__item .btn__text {
  display: inline-block;
}

.posts-list__item .btn__icon,
.posts-list__item .btn .material-icons,
.posts-list__item .btn .fa {
  line-height: 46px;
  width: 46px;
  height: 46px;
  color: inherit;
}

.posts-list__item .btn {
  float: none;
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn {
    padding: 16px 34px;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__text {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__icon,
  .posts-list--default:not(.two-sidebars)
    .posts-list__item
    .btn
    .material-icons,
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn .fa {
    display: none;
  }
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts .post__date a,
.single .related-posts .post__comments a {
  padding-right: 3px;
  margin-left: 0px;
}

.single .related-post .post-thumbnail__img + .post__cats,
.single .related-post .post-thumbnail__link + .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

.single .no-thumb .post__cats,
.sticky.no-thumb .post__cats {
  position: relative;
  top: 0;
  left: 0;
}

.single .related-posts .post-thumbnail {
  position: relative;
}

.single .related-posts .post-thumbnail__img {
  width: 100%;
  height: auto;
}

@media (min-width: 544px) {
  .single .related-posts .post-thumbnail__img {
    width: auto;
    height: auto;
  }
}

.single .related-posts .entry-header {
  margin-top: 0.5em;
}

.single .related-posts .entry-title {
  text-transform: none;
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky__label {
  line-height: 22px;
  display: inline-block;
  float: right;
  padding: 0 10px;
  text-align: center;
  border-radius: 20px;
}

.sticky__label .material-icons,
.sticky__label.type-icon .fa {
  font-size: 21px;
  line-height: 2;
  display: block;
  width: calc(2em - 20px);
  height: 2em;
}

.has-post-thumbnail .sticky__label {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  float: none;
}

@media (min-width: 992px) {
  .has-post-thumbnail .sticky__label {
    top: 20px;
  }
}

.sticky__label.type-both .material-icons,
.sticky__label.type-both .fa {
  display: inline-block;
  margin: 0 5px 0 0;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky.posts-list__item .btn,
  .posts-list--grid-3-cols .sticky.posts-list__item .btn {
    padding: 16px 34px;
  }
  .two-sidebars .sticky.posts-list__item .btn {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__text {
    display: inline-block;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
    display: none;
  }
}

.two-sidebars .sticky.posts-list__item .btn__text {
  display: none;
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__icon,
  .sticky.posts-list__item .btn .material-icons,
  .sticky.posts-list__item .btn .fa {
    display: none;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon,
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn .material-icons,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn .material-icons,
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn .fa,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn .fa {
    display: inline-block;
  }
}

.two-sidebars .sticky.posts-list__item .btn__icon,
.two-sidebars .sticky.posts-list__item .btn .material-icons,
.two-sidebars .sticky.posts-list__item .btn .fa {
  display: inline-block;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky .entry-title,
  .posts-list--grid-3-cols .sticky .entry-title {
    font-size: 30px;
  }
}

.sticky .post-thumbnail__img {
  width: 100%;
}

/*--------------------------------------------------------------
### Post thumbnail small
--------------------------------------------------------------*/
.post-thumbnail--small.has-thumb,
.post-thumbnail--small.format-gallery {
  content: "";
  display: table;
  table-layout: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-thumbnail--small.has-thumb > .post-thumbnail,
.post-thumbnail--small.format-gallery > .post-thumbnail {
  max-width: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .post-thumbnail--small.has-thumb > .post-thumbnail,
  .post-thumbnail--small.format-gallery > .post-thumbnail {
    width: 60%;
  }
}

.post-thumbnail--small.has-thumb > .post-thumbnail img,
.post-thumbnail--small.format-gallery > .post-thumbnail img {
  width: 100%;
}

.post-thumbnail--small.has-thumb .post-list__item-content,
.post-thumbnail--small.format-gallery .post-list__item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-thumbnail--small.has-thumb .post-list__item-content .entry-content,
.post-thumbnail--small.has-thumb .post-list__item-content .entry-header,
.post-thumbnail--small.has-thumb .post-list__item-content .entry-footer,
.post-thumbnail--small.format-gallery .post-list__item-content .entry-content,
.post-thumbnail--small.format-gallery .post-list__item-content .entry-header,
.post-thumbnail--small.format-gallery .post-list__item-content .entry-footer {
  width: 100%;
}

.post-thumbnail--small.has-thumb .post-list__item-content .entry-footer,
.post-thumbnail--small.format-gallery .post-list__item-content .entry-footer {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (min-width: 1200px) {
  .post-thumbnail--small.has-thumb .post-list__item-content,
  .post-thumbnail--small.format-gallery .post-list__item-content {
    width: 40%;
    padding-left: 60px;
  }
}

.format-link .post-thumbnail a {
  margin-bottom: 0;
}

.format-image .post-thumbnail a {
  margin-bottom: 0;
}

.format-image .post-thumbnail__link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.format-image .post-thumbnail__link::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.6s all ease;
  content: "search";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-size: 128px;
  font-size: 8rem;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.format-image .post-thumbnail__link:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*--------------------------------------------------------------
## To Be Structured
--------------------------------------------------------------*/
.italy-header-out {
  position: relative;
}

.italy_header-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0.8rem;
  background-color: rgba(216, 216, 216, 0.8);
}

.main_banner p {
  margin-bottom: 0;
}

.position-two-sidebars #primary {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.position-two-sidebars #sidebar-primary {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.position-two-sidebars #sidebar-secondary {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  .position-two-sidebars #primary {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .position-two-sidebars #sidebar-primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .position-two-sidebars #sidebar-secondary {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 767px) {
  .sidebar {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pb_text_align_center {
  text-align: center;
}

.orange {
  color: #ff9800;
}

.green {
  color: #24d366;
}

.large {
  font-size: 2em;
  margin-right: 10px;
  line-height: 1.2;
}

.services-item {
  padding-bottom: 30px;
  text-align: center;
}

.services-item .service_title {
  background: #f7f7f7;
}

.services-item .service_title {
  margin-top: 29px;
  padding: 18px;
}

.services-item .service_title {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.services-item .service_title a {
  font-size: 17.6px;
  font-size: 1.1rem;
}

.service_title a {
  font-family: Montserrat, sans-serif;
  color: #1f1f26;
  font-display: swap;
}
.services-item:hover .service_title {
  background: #ff9800;
}

.services-item:hover .service_title a {
  color: #ffffff;
}

.services-item .service_thumbnail a:hover {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.advantage_image {
  margin-bottom: 30px;
  margin-top: 40px;
}

.advantage_image .fa-stack {
  font-size: 2.53em;
}
.advantage_image .fa-stack i {
  vertical-align: middle;
}

.fa-circle:before {
  content: "\f111";
  color: #ff9800;
}

.list_icon_image {
  display: flex;
  justify-content: start;
  align-items: start;
}

#section-easy {
  padding-left: 0;
  padding-right: 0;
  line-height: 2;
}

.tm_pb_column {
  background-size: cover;
  background-position: center;
}
.tm_pb_pricing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-body {
  padding: 0 !important;
}

.tm_pb_pricing {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.tm_pb_pricing .tm_pb_pricing_table {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
.tm_pb_pricing_table {
  padding: 0 23px 60px;
}

@media (min-width: 992px) {
  .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table:nth-child(4n + 1) {
    margin-left: 3.75rem;
  }
}
@media (min-width: 992px) {
  .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table {
    margin-left: 3.75rem;
    width: calc(33.3333% - ((3.75rem * 2) / 3));
  }
}

@media (min-width: 992px) {
  .tm_pb_pricing .tm_pb_pricing_table {
    margin: 0 0 20px 1.875rem;
    width: calc(25% - ((1.875rem * 3) / 4));
  }
}

.tm_pb_pricing_table .tm_pb_pricing_heading {
  border-bottom: 1px solid #d8d8d8;
}

.tm_pb_column_4_4 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(4n + 1),
.tm_pb_column_3_4 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(3n + 1),
.tm_pb_column_2_3 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(2n + 1),
.tm_pb_column_1_2 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(2n + 1) {
  clear: both;
}
.tm_pb_pricing_heading {
  margin-bottom: 17px;
  padding: 10px 0;
}

.tm_pb_pricing_table .tm_pb_pricing_heading h2 {
  margin-bottom: 3px;
  margin-top: 13px;
  padding-top: 20px;
  padding-bottom: 17px;
  font-weight: 400;
  text-transform: none;
  font-size: 34px;
  font-size: 2.125rem;
}

.tm_pb_pricing_table .tm_pb_pricing_content_top {
  padding-bottom: 11px;
  padding-top: 11px;
}
.tm_pb_tm_price {
  color: #999;
  font-size: 16px;
}
.box {
  margin: 2rem;
}

.tm_pb_pricing_heading,
.tm_pb_pricing_table {
  background-color: #f7f7f7;
}

.tm_pb_pricing_table {
  float: left;
  width: 33.33%;
  padding-bottom: 30px;
  text-align: center;
  margin: 30px -1px 0 0;
}

.tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_dollar_sign,
.tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_sum {
  font-size: 40px;
  line-height: 1;
}

.tm_pb_dollar_sign {
  font-size: 18px;
  font-weight: 400;
}

.tm_pb_sum,
.tm_pb_best_value,
.tm_pb_dollar_sign,
.tm_pb_frequency,
.tm_pb_pricing_heading h2 {
  color: #1f1f26;
}

.tm_pb_image_1 {
  margin-left: 0;
}
.tm_pb_image {
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 0;
  flex-grow: 1;
}

#ofiz1 {
  font-size: 14px;
}

.tm_pb_image_1 img {
  width: 100%;
}

.tm_pb_image img {
  max-width: 100%;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
  height: 100%;
}

@media (min-width: 992px) {
  .box {
    margin-top: 4rem;
  }
}

.spacer {
  height: 50px;
  position: relative !important;
}

.left {
  margin-left: -1.875rem;
}
.right {
  margin-right: -1.875rem;
}
#forder {
  display: none;
}

a#first::before,
a#noas::before {
  content: "\2713";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: #f46811;
  margin-right: 20px;
  color: #f46811;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 15%;
  line-height: 1;
}
a#noas:hover::before,
a#first:hover::before {
  content: "\2713";
  color: white;
}

.quest_first a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}
.separate-containers .site-main {
  margin: 0;
}
.quest_first {
  position: relative;
}

.tm_pb_toggle_content a {
  font-weight: bold;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
  color: #ff9800;
}
.land_banner {
  height: 600px;
}
@media (max-width: 767px) {
  .land_banner {
    height: auto;
  }
}
.tm_pb_tabs {
  border-top: none;
  border-color: #d8d8d8;
}
.tm_pb_tabs_0.tm_pb_tabs {
  border: 1px solid #e1e1e1;
}
.tm_pb_tabs .tm_pb_tabs_controls,
.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active::after {
  background-color: #ffffff;
}
.tm_pb_tabs .tm_pb_tabs_controls {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  right: 1px;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
}
.tm_pb_module ul {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  overflow: visible;
}
.tm_pb_tab_1.tab-control {
  line-height: 2em !important;
}
.tm_pb_tabs .tm_pb_tabs_controls li {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0 !important;
  padding: 26px 32px;
  font-weight: 400;
  text-transform: uppercase;
}
.tm_pb_tabs_controls li {
  display: inline-block;
  padding: 5px 30px 3px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  max-width: 100%;
  list-style: none;
}

.tm_pb_tabs .tm_pb_tabs_controls li::before {
  display: none !important;
}

.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active {
  padding: 31px 32px;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border-bottom: none;
  bottom: -1px;
  left: 0px;
}
.tm_pb_tabs .tm_pb_tabs_controls,
.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active::after {
  background-color: #ffffff;
}
.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active::after {
  height: 2px;
}
.tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active.tab-control a {
  color: #ff9800 !important;
}
.tm_pb_tabs .tm_pb_tabs_controls li a {
  transition: all 0.3s ease;
  color: #1f1f26;
}
.tm_pb_all_tabs {
  padding: 24px 30px;
  background: #fff;
}
.tm_pb_tab_1.tab-content {
  line-height: 2em;
}
.tm_pb_all_tabs > div {
  display: none;
}
.tm_pb_all_tabs .tm_pb_active_content {
  display: block;
}
.tm_pb_widget_area {
  max-width: 100%;
}
.tm_pb_widget_area .widget,
.tm_pb_widget_area .widget-box,
.tm_pb_widget_area .widget-container,
.tm_pb_widget_area .widget-wrapper,
.tm_pb_widget_area .fwidget,
.tm_pb_widget_area .sb-widget,
.tm_pb_widget_area .enigma_sidebar_widget {
  color: inherit;
}

.tm_pb_widget_area .widget_archive,
.tm_pb_widget_area .widget_categories,
.tm_pb_widget_area .widget_pages,
.tm_pb_widget_area .widget_nav_menu,
.tm_pb_widget_area .widget_rss,
.tm_pb_widget_area .widget_meta {
  padding: 30px 30px 42px;
}
.widget_archive,
.widget_categories,
.widget_pages,
.widget_nav_menu,
.widget_rss,
.widget_meta {
  background-color: #333333 !important;
}
.widget_archive .widget-title2,
.widget_categories .widget-title2,
.widget_pages .widget-title2,
.widget_nav_menu .widget-title2,
.widget_rss .widget-title2,
.widget_meta .widget-title2,
.widget_nav_menu .widget-title {
  color: #ffffff !important;
}
.widget-title2 {
  line-height: 1.2;
  margin: 0 0 0.75em 0;
  text-transform: none;
}

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_rss ul li,
.widget.widget_nav_menu ul li,
.widget-area .widget.widget_archive ul li,
.widget-area .widget.widget_categories ul li,
.widget-area .widget.widget_pages ul li,
.widget-area .widget.widget_meta ul li,
.widget-area .widget.widget_rss ul li,
.widget-area .widget.widget_nav_menu ul li {
  padding-bottom: 0.3em;
  padding-left: 1em;
  margin-top: 0.35em;
  margin-left: 0em;
  border-bottom: 1px solid #a0a5a8;
  max-width: 80%;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_rss ul li a,
.widget.widget_nav_menu ul li a,
.widget-area .widget.widget_archive ul li a,
.widget-area .widget.widget_categories ul li a,
.widget-area .widget.widget_pages ul li a,
.widget-area .widget.widget_meta ul li a,
.widget-area .widget.widget_rss ul li a,
.widget-area .widget.widget_nav_menu ul li a {
  color: #a0a5a8;
}
/*==sidebar-right==*/
.sidebar-right.tm_pb_widget_area_left h4 {
  text-align: left;
  font-size: 23px;
  text-transform: uppercase;
}
#content .sidebar-right.tm_pb_widget_area_left h4::after {
  content: none;
}
.widget.widget_nav_menu.sidebar-right ul li {
  min-width: 100%;
}
/*//==sidebar-right==*/

/*--------------------------------------------------------------
## Price
--------------------------------------------------------------*/
.category_price {
  text-transform: uppercase;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.active_category h6 {
  font-weight: bolder;
}

.category_price a {
  color: #1f1f26;
}

#content .section_background .category_price h6::after {
  background-color: transparent;
}

.tm_pb_pricing li {
  width: 100%;
}

.tm_pb_pricing li::before {
  display: none !important;
}
/*--------------------------------------------------------------
## Order
--------------------------------------------------------------*/
/* .order-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
} */
.order-step-1,
.order-step-2 {
  background-image: url("/wp-content/uploads/2022/10/planebg.jpg");
  padding: 1rem;
  background-size: cover;
}

.order-step-1 {
  display: block;
}

.order-step-1 p {
  margin: 1rem 0;
  font-size: 14px;
}

.order-step-1 a,
.order-form a {
  text-decoration: underline;
}

.order-step-1 a:hover,
.order-form a:hover {
  color: white;
}

.orange-panel {
  background: #ff9800;
  padding: 2rem;
}

.step-block {
  display: flex;
  align-items: start;
  justify-content: start;
  padding-bottom: 1.5rem;
}

.step-arrow {
  background-color: #fafafa;
  border: #ff9800 1px solid;
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.active-step {
  background-color: #ff9800;
  color: #fafafa;
}

.order-field select,
.react-dadata input {
  width: 100%;
  display: block;
}

.order-field input {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.react-dadata input {
  color: #666666;
  background-color: #fafafa;
  border-color: #cccccc;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 15px;
  box-sizing: border-box;
  max-width: 100%;
}

.my-suggestion {
  background-color: #fafafa;
  color: #666666;
  padding: 3px;
  width: 100%;
  font-size: 1rem;
}

.order-field label,
.select-field label {
  cursor: text;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  right: 5px;
  z-index: 1;
  color: #a9a9a9;
  font-size: 0.64286rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.44444;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  word-break: break-word;
  text-align: left;
  width: fit-content;
}

.select-field {
  margin-bottom: 0.5rem;
  position: relative;
}

#country {
  z-index: 3;
}

#tarif,
#strtype {
  z-index: 2;
}

.order-field,
.stripe-field {
  margin-bottom: 0.5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.order-field-span {
  display: -ms-flexbox;
  display: flex;
}
.order-field-span span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.order-field-labeled label {
  top: 10px;
}

.stripe-field label {
  width: 100% !important;

  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.44444;
  margin-top: 1rem;
}

.stripe-field input {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin: 1rem 0;
  width: 100% !important;
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin: 1rem 0;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.order-field-error {
  border: red 2px solid;
}

.order-form {
  padding: 1.5rem;
  background: #f9efdc;
  border-radius: 20px;
  margin: 1rem 0;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.white {
  background-color: white;
}

.price-panel {
  background-color: #fafafa;
  opacity: 80%;
  padding: 1rem;
  border: #ff9800 3px solid;
  margin-bottom: 1rem;
  border-radius: 20px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: red;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: red;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: red;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: red;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0.25rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.react-datepicker__input-container input {
  font-size: 90%;
}

.input-group > .form-control {
  height: max-content;
  width: fit-content;
}

.input-group-append {
  flex: 1 1 auto;
}

.input-group > .input-group-append > .btn {
  width: 100%;
}
.form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-check-input + label {
  display: inline-block;
  align-items: center;
  user-select: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.form-check-input + label::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #ff9800;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  vertical-align: middle;
}

.order-field-error .form-check-input + label::before {
  border: red 1px solid;
  background-color: red;
}
.form-check-input:checked + label::before {
  border-color: #ff9800;
  background-color: #ff9800;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.RadioButton {
  margin: 10px 0;
  max-width: 80%;
}
input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label:before {
  border-color: #ff9800;
  animation: ripple 0.2s linear forwards;
}
input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.RadioButton label {
  display: inline-block;
  position: relative;
  padding: 0 1rem 0 2rem;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.RadioButton label:before,
.RadioButton label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.RadioButton label:before {
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #ff9800;
  background-color: white;
}

.RadioButton label:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  transform: scale(0);
  background: #ff9800;
}

.button {
  background-color: #ffa500; /* Orange */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

/*--------------------------------------------------------------
## Testmonials
--------------------------------------------------------------*/

.testimonial-inner::before {
  color: #ff9800;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 32px;
}

.testimonial-heading {
  font-family: Montserrat, sans-serif;
  color: rgb(130, 130, 137);
  font-size: 18px;
  line-height: 1.56;
}

.testimonial-image {
  border-radius: 90px;
  float: left;
  position: relative;
  display: table-cell;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  float: none;
  display: block;
  margin: 0 auto 20px;
}

.attachment-thumbnail {
  border-radius: 50%;
}

#react-app {
  margin-bottom: 0px;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
  margin-top: 0px;
  margin-bottom: 0px;
}
/*--------------------------------------------------------------
## contacts
--------------------------------------------------------------*/
.bordorCont {
  border: 2px solid #ff9800;
  width: 40%;
  display: inline-block;
}

.bordfff {
  border: solid 2px #ffffff;
  margin: 20px -20px -20px 20px;
}

.bordfff img {
  margin: -10px 10px 10px -10px;
}

.footer-area .widget {
  margin-top: 0px;
}

.footer-area-wrap a,
a:visited {
  color: #ffa500;
}

.invert {
  color: #fff;
}

.invert h5 {
  color: #fff;
}

.invert .textwidget {
  color: #d9d9db;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
  font-family: Roboto, sans-serif;
  letter-spacing: 0px;
  text-align: left;
}

.footer-area-wrap .widget-title {
  margin-bottom: 2.9em;
  text-transform: uppercase;
  font-size: 20px;
}

.widget ul {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.invert .widget_text .schedule li {
  color: #fff;
}

.invert .widget li {
  color: #d9d9db;
}

.invert .widget_text .schedule li span {
  font-family: Roboto, sans-serif;
  color: #d9d9db;
}

.widget_text .schedule li span {
  -webkit-flex-basis: 54%;
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
  margin-left: 10px;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
}

.carousel-indicators li {
  background-color: #ff9800;
  opacity: 1;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255, 152, 0)' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255, 152, 0)' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.parcel-params {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.corner-box-5 {
  border: 1px solid #ff9800;
  border-radius: 3px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.corner-icon-cont-5 {
  color: #fff;
}
.corner-icon-cont-5:before {
  content: "";
  height: 50px;
  width: 50px;
  transition: 0.5s ease;
  border-radius: 0 0% 100% 0;
  background: #ff9800;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.corner-icon-5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.8s ease;
  padding: 10px 16px;
  font-weight: bold;
}

.no-padding {
  padding: 0 !important;
}

.alert-danger {
  color: white;
  background-color: red;
  border-color: red;
}

.alert-danger a {
  color: white;
}

.btn_as_link,
.btn_as_link:visited {
  color: #000000;
}

.btn_as_link {
  background-color: transparent;
}

.btn_as_link:hover,
.btn_as_link:focus,
.btn_as_link:active {
  color: #ff9800;
  background: transparent;
}

.nav-link:focus,
.nav-link:hover {
  color: #ff9800 !important;
}
.nav-link {
  font-weight: 700;
  color: #000000;
}

.error-message {
  color: #ff6565;
  padding: 0.5em 0.2em;
  height: 1em;
  font-size: 0.8em;
}

/*--------------------------------------------------------------
## phone-number-input
--------------------------------------------------------------*/

/* CSS variables. */
:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: 0.8;
  --PhoneInputInternationalIconGlobe-opacity: 0.65;
  --PhoneInputCountrySelect-marginRight: 0.35em;
  --PhoneInputCountrySelectArrow-width: 0.3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(
    --PhoneInputCountrySelect-marginRight
  );
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: 0.45;
  --PhoneInputCountrySelectArrow-color: currentColor;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, 0.5);
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, 0.1);
}

.PhoneInput {
  /* This is done to stretch the contents of this component. */
  display: flex;
  align-items: center;
}

.PhoneInputInput {
  /* The phone number input stretches to fill all empty space */
  flex: 1;
  /* The phone number input should shrink
	   to make room for the extension input */
  min-width: 0;
}

.PhoneInputCountryIcon {
  width: calc(
    var(--PhoneInputCountryFlag-height) *
      var(--PhoneInputCountryFlag-aspectRatio)
  );
  height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
  width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
  /* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  /* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth)
      var(--PhoneInputCountryFlag-borderColor),
    inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)
      var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
  /* Fixes weird vertical space above the flag icon. */
  /* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
  display: block;
  /* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
  width: 100%;
  height: 100%;
}

.PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
  cursor: default;
}

.PhoneInputCountrySelectArrow {
  display: block;
  content: "";
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus
  + .PhoneInputCountryIcon
  + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth)
      var(--PhoneInputCountryFlag-borderColor--focus),
    inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)
      var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus
  + .PhoneInputCountryIcon
  .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.phone-field label {
  left: 50px;
}
