/*
Theme Name: Copi Pet
Theme URI: 
Description: 
Author: Ngoc Trinh
Template: flatsome
Version: 1.0
*/
/* ========== */
img.size-full.alignnone {
  margin-bottom: 0;
}
.button.is-xxlarge {
	margin-bottom: 0;
	font-size: 44px;
	line-height: 1.2;
	min-height: unset
}
.wp-block-image figcaption {
  text-align: center;
}

.nt-bgr.banner .bg-fill,
.nt-bgr > .section-bg {
  background-size: auto !important;
}

.nt-bgr-repeat > .section-bg {
  background-size: auto !important;
  background-repeat: repeat-y !important;
}

.wp-block-media-text {
  margin-bottom: 40px;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text .wp-block-media-text__media {
  border: 13px solid #fff;
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
}

.absolute-footer {
  padding-bottom: 10px;
}

.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1, .box-shadow-1-hover:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1882352941);
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span {
  font-size: 13px;
}

.blog-single footer.entry-meta {
  border: unset;
}

.mobile-nav .header-search .nav-dropdown {
  right: -30px;
  left: auto;
}

main .widget:not(.widget_search) {
  border: 1px solid #e6e6e6;
  padding: 0 20px 20px;
  border-radius: 12px;
}
main .widget-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 13px;
  margin-bottom: 5px;
  display: block;
  color: var(--fs-color-primary);
  font-size: 18px;
}
main .widget .post_comments {
  display: none;
}

.is-divider:not(.divider) {
  display: none;
}

.uxb-wrapper .is-divider {
  display: block;
}

.product-thumbnails a,
.product-gallery-slider img {
  border: 1px solid #c3c3c3;
}

.single-post table,
.single-product .woocommerce-tabs table {
  border-collapse: collapse;
}
.single-post table th,
.single-post table td,
.single-product .woocommerce-tabs table th,
.single-product .woocommerce-tabs table td {
  text-align: center;
  padding: 5px 0;
  line-height: 20px;
  border: 1px solid #c3c3c3;
}
.single-post table tr:nth-child(even) td,
.single-product .woocommerce-tabs table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.off-canvas-left .cart-icon::before,
.off-canvas-left a > .icon-search:before,
.off-canvas-left .icon-phone::before,
.off-canvas-left .icon-map-pin-fill::before,
.off-canvas-left .icon-user::before,
.header-main .cart-icon::before,
.header-main a > .icon-search:before,
.header-main .icon-phone::before,
.header-main .icon-map-pin-fill::before,
.header-main .icon-user::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
}
.header .off-canvas-left.nav-dark .cart-icon::before,
.header .off-canvas-left.nav-dark a > .icon-search:before,
.header .off-canvas-left.nav-dark .icon-phone::before,
.header .off-canvas-left.nav-dark .icon-map-pin-fill::before,
.header .off-canvas-left.nav-dark .icon-user::before,
.header .header-main.nav-dark .cart-icon::before,
.header .header-main.nav-dark a > .icon-search:before,
.header .header-main.nav-dark .icon-phone::before,
.header .header-main.nav-dark .icon-map-pin-fill::before,
.header .header-main.nav-dark .icon-user::before {
  content: "";
  background-color: #ffffff;
}
.header .off-canvas-left.nav-dark li > a > i:not(.icon-angle-down),
.header .header-main.nav-dark li > a > i:not(.icon-angle-down) {
  color: #ffffff !important;
}
.off-canvas-left span.cart-icon,
.header-main span.cart-icon {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.off-canvas-left span.cart-icon strong,
.header-main span.cart-icon strong {
  border: unset;
  font-weight: 400;
  background: var(--fs-color-primary);
  color: #fff !important;
  font-size: 11px;
  width: 17px;
  height: 17px;
  border-radius: 99px;
  line-height: 16px;
  margin: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0.9;
}
.off-canvas-left span.cart-icon strong:after,
.header-main span.cart-icon strong:after {
  display: none;
}
.off-canvas-left span.cart-icon:before,
.header-main span.cart-icon:before {
  -webkit-mask-image: url(img/icon-shopping-bag.svg);
          mask-image: url(img/icon-shopping-bag.svg);
}
.off-canvas-left .icon-user::before,
.header-main .icon-user::before {
  -webkit-mask-image: url(img/user.svg);
          mask-image: url(img/user.svg);
}
.off-canvas-left .icon-phone::before,
.header-main .icon-phone::before {
  -webkit-mask-image: url(img/icon-call.svg);
          mask-image: url(img/icon-call.svg);
}
.off-canvas-left a > .icon-search:before,
.header-main a > .icon-search:before {
  -webkit-mask-image: url(img/loupe.svg);
          mask-image: url(img/loupe.svg);
}
.off-canvas-left .icon-map-pin-fill:before,
.header-main .icon-map-pin-fill:before {
  -webkit-mask-image: url(img/icon-location.svg);
          mask-image: url(img/icon-location.svg);
}

.nt-menu.ux-menu {
  flex-flow: row wrap;
}
.nt-menu.ux-menu .ux-menu-link:first-child .ux-menu-link__link {
  padding-left: 0;
}
.nt-menu.ux-menu .ux-menu-link:last-child .ux-menu-link__link {
  padding-right: 0;
}
.nt-menu.ux-menu .ux-menu-link__link {
  padding: 0 15px;
  min-height: unset;
  line-height: 1;
  margin-bottom: 10px;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link {
  border: none;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link + .ux-menu-link .ux-menu-link__link {
  border-left: 1px solid #6B6B6B;
}

.text > h1, .text > h2, .text > h3,
.banner h1,
.banner h2,
.banner h3 {
  line-height: inherit;
}

.sub-menu .row {
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .flex-col > .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: unset;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: var(--fs-color-primary);
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.wpcf7 .wpcf7-submit {
  margin: 0;
}
.wpcf7 .col {
  padding-bottom: 5px;
}

.woocommerce-cart-form a {
  color: #222;
}

ul.product_list_widget li a:not(.remove) {
  color: #222;
  font-size: 12px;
}

@media only screen and (max-width: 849px) {
  .product-gallery {
    margin-bottom: 15px;
  }
  .product-main {
    padding-bottom: 0;
  }
}
@font-face {
  font-family: "Coiny";
  src: url("fonts/Coiny-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header .header-main .hide-for-medium.flex-left {
  display: none;
}
.header .header-main .hide-for-medium.flex-right {
  flex: 1;
}
.header .searchform .flex-row {
  border-radius: 10px;
  overflow: hidden;
}
.header .searchform .search-field {
  box-shadow: unset;
  border: none;
  height: 40px;
}
.header .searchform .submit-button {
  height: 40px;
  width: 40px;
  border: none;
  background-color: #fff;
  color: var(--fs-color-primary);
}
.header .gt_float_switcher {
  box-shadow: unset;
  background-color: transparent;
}
.header .gt_float_switcher .gt-selected {
  background-color: transparent;
}
.header .gt_float_switcher .gt-selected .gt-current-lang {
  color: #fff;
  font-size: 14px;
}
.header .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  filter: invert(1);
}
.header .gt_float_switcher .gt-selected img {
  max-width: 25px;
}
.header .gt_float_switcher .gt_options {
  position: absolute;
  top: 40px;
  background: #fff;
  box-shadow: 1px 5px 20px;
  border-radius: 10px;
  min-width: 200px;
}
.header .gt_float_switcher .gt_options a {
  font-size: 14px;
}
.header .gt_float_switcher .gt_options a:hover {
  background-color: var(--fs-color-primary);
}
.header .gt_float_switcher .gt_options img {
  max-width: 20px;
}
.header .header-button .button {
  color: #fff;
}

.header-contact > li > a {
  font-size: 14px;
}
.header-contact > li > a strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.header-contact > li > a span {
  font-weight: 400;
  color: #fff;
}
.header-contact > li > a > i {
  margin-right: 6px;
}

.off-canvas-left.dark .mfp-content {
  background-color: var(--fs-color-primary);
}
.off-canvas-left.dark .nav-vertical > li + li {
  border: none;
}
.off-canvas-left.dark .nav-vertical > li > a {
  font-size: 16px;
  color: #fff;
}
.off-canvas-left.dark .nav-vertical > li .primary.is-link {
  color: #fff;
  font-size: 16px;
  padding: 0;
}
.off-canvas-left.dark .nav-vertical > li.header-contact-wrapper {
  margin-top: auto;
}
.off-canvas-left.dark .nav-vertical > li.header-contact-wrapper .header-contact > li {
  padding-left: 0;
}
.off-canvas-left.dark .nav-sidebar,
.off-canvas-left.dark .sidebar-menu,
.off-canvas-left.dark .mobile-sidebar {
  height: 100%;
}

footer#footer {
  font-size: 15px;
}
footer#footer .logo_ft img {
  max-height: 40px;
  width: auto;
}
footer#footer h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
footer#footer .icon-box {
  margin-bottom: 10px;
}
footer#footer .icon-box .icon-inner {
  height: 30px;
  width: 30px;
  background-color: var(--fs-color-primary);
  border-radius: 50%;
  padding: 5px;
}
footer#footer .icon-box .icon-inner svg {
  padding-top: 0;
}
footer#footer .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 8px;
}

.nt-hero h1 {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 0;
/*   font-family: "Coiny"; */
}
.nt-hero h4 {
  font-size: 35px;
}
.nt-hero .nt-text p {
  font-weight: 700;
  font-size: 22px;
}
.nt-hero .nt-text p a {
  text-decoration: underline;
}
.nt-hero .button {
  padding: 3px 25px;
}
.nt-hero .banner-grid-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.nt-title h1, .nt-title h2 {
  font-size: 45px;
  line-height: 1.2;
/*   font-family: "Coiny"; */
}

h1.entry-title {
  font-size: 45px;
  line-height: 1.2;
/*   font-family: "Coiny"; */
}

.nt-border {
  border-radius: 20px;
  overflow: hidden;
}

.nt-video-intro iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#dat-hen {
  border-radius: 20px;
}
#dat-hen h3 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#dat-hen .wpcf7 .wpcf7-submit {
  width: 100%;
}

.promotion-item > .col-inner {
  height: 100%;
  border-radius: 60px;
  padding: 30px 20px;
}
.promotion-item .post-title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
.promotion-item .cat-label {
  color: #FE02A0;
  font-size: 12px;
  flex: 1;
  white-space: nowrap;
  padding-left: 15px;
  margin: 0;
}
.promotion-item .promotion-price {
  padding: 4px 13px;
  background-color: #E3E9F0;
  border-radius: 99px;
  font-size: 14px;
  color: #000;
  width: auto;
  display: inline-block;
  margin: 30px 0;
}
.promotion-item .promotion-price del {
  margin-left: 10px;
}
.promotion-item .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #000;
}
.promotion-item .is-link::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  display: inline-block;
  margin-left: 10px;
  -webkit-mask: url(img/right_arrow_blue.svg) no-repeat;
          mask: url(img/right_arrow_blue.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  top: 3px;
}
.promotion-item .button {
  margin: 0;
  font-size: 12px;
}
.promotion-item .button:not(.is-link) {
  padding: 8px 15px;
  min-width: 150px;
}
.promotion-item .button-readmore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: 40px;
}

.entry-header .cat-label {
  color: #FE02A0;
  font-size: 14px;
  flex: 1;
  white-space: nowrap;
}
.entry-header .promotion-price {
  padding: 4px 13px;
  background-color: #E3E9F0;
  border-radius: 99px;
  font-size: 14px;
  color: #000;
  width: auto;
  display: inline-block;
  margin-bottom: 30px;
}
.entry-header .promotion-price del {
  margin-left: 10px;
}
.entry-header .from_the_blog_excerpt {
  font-size: 16px;
  color: #000;
}

.nt-benh-vien .slider-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.nt-service .large-4 > .col-inner,
.nt-service .box {
  border-radius: 60px;
  overflow: hidden;
}
.nt-service ul li.bullet-checkmark {
  list-style: none;
  margin-bottom: 0;
  color: #000;
  border-bottom: 1px solid var(--fs-color-primary);
}
.nt-service ul li.bullet-checkmark:before {
  color: var(--fs-color-primary);
}

.nt-doi-ngu .box-label p {
  font-size: 14px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.nt-doi-ngu .box-label .box-image-inner {
  aspect-ratio: 4/5;
  border-radius: 40px;
}
.nt-doi-ngu .box-label .box-text {
  margin: 10px;
  opacity: 1;
  border-radius: 30px;
  padding: 20px;
}
.nt-doi-ngu .box-label .person-name {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}
.nt-doi-ngu .box-label .person-title {
  text-transform: capitalize;
  color: #858585;
  opacity: 1;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.nt-doi-ngu .box-label h4.uppercase {
  margin-bottom: 20px;
}

.nt-giong .gallery-box {
  border: 1px solid #ddd;
}
.nt-giong .gallery-box p {
  font-size: 700;
  color: #000;
  font-size: 16px;
}

.post-item .post-title > a {
  font-size: 22px;
  color: #011F3B;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post-item .from_the_blog_excerpt {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #555;
}
.post-item .button {
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 5px;
  margin-right: 0;
}
.post-item .box-image img {
  border-radius: 0 0 60px 0;
}
.post-item p.cat-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 14px;
  opacity: 1;
  z-index: 9;
  background-color: #fa441d;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
}
.post-item .post-meta {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 170px;
  height: 55px;
  background: #ff6b35;
  border-radius: 0 50px 0 0;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}

.post-sidebar .widget ul li.recent-blog-posts-li .badge.post-date.badge-outline {
  width: 75px;
  height: 75px;
}

.post-sidebar .widget ul li.recent-blog-posts-li .badge.post-date.badge-outline div {
  border-radius: 10px;
}

.post-sidebar .widget ul li.recent-blog-posts-li a {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 4;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post-sidebar .widget ul li.recent-blog-posts-li a {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 4;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog-single header.entry-header .entry-header-text.entry-header-text-top.text-center {
  padding: 0;
}

.blog-single header.entry-header h6.entry-category.is-xsmall a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
}

.entry-header-text-top {
  padding-bottom: 0;
}

.cobipet_hospital .title_top * {
  color: #D6A419;
  margin-bottom: 10px;
}

.cobipet_hospital .title_top {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cobipet_hospital .title_top * {
  color: #D6A419;
  margin-bottom: 10px;
}
.cobipet_hospital .title_page h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #01509b;
  margin-bottom: 20px;
  line-height: 46px;
}
.cobipet_hospital .row_icons .col-inner:hover .icon-box:before {
  transform: rotate(360deg);
}
.cobipet_hospital .row_icons .icon-box {
  position: relative;
}
.cobipet_hospital .row_icons .icon-box:before {
  content: "";
  background: url(img/shape_cricle.svg) top left no-repeat;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -15px;
  left: 0;
  transition: 3s all;
}
.cobipet_hospital .row_icons .icon-box .icon-box-text.last-reset h5 {
  text-transform: inherit;
  font-size: 24px;
/*   font-family: Coiny; */
  margin-bottom: 5px;
  color: #011F3B;
}
.cobipet_hospital .row_icons .icon-box .icon-box-text.last-reset p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cobipet_hospital .row_icons .icon-box .icon-box-img {
  background: #00A4BD;
  padding: 0;
  margin: 10px 15px 30px;
  height: 100px;
  width: 100px;
  border-radius: 99px;
  position: relative;
}
.cobipet_hospital .row_icons .icon-box .icon-box-img .icon-inner {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.cobipet_hospital .row_icons .icon-box .icon-box-img .icon-inner svg {
  padding-top: 0;
}
.cobipet_hospital .row_icons .icon-box .icon-box-img .icon-inner svg * {
  fill: #fff;
}

@keyframes left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sec_lienhe .row_icons .icon-box:before {
  left: calc(50% - 65px);
}
.sec_lienhe .row_icons .icon-box .icon-box-img {
  margin: 10px auto 30px;
}
.sec_lienhe .row_icons .icon-box .icon-box-text.last-reset .text {
  font-size: 16px;
  font-weight: bold;
  color: var(--fs-color-primary);
}
.sec_lienhe .row_icons .icon-box .icon-box-text.last-reset a {
  font-size: 16px;
  font-weight: bold;
  color: var(--fs-color-primary);
}
.sec_lienhe .row_icons .icon-box .icon-box-text.last-reset p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: unset;
  height: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.row_contacts h2 {
  font-size: #FFEECA;
}
.row_contacts .fomr_lh > .col-inner {
  padding: 15px 20px 80px;
  border-radius: 20px;
  background: #FFEECA;
  box-shadow: 0 0 10px #eee;
}
.row_contacts .fomr_lh > .col-inner input.wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
  border-radius: 10px;
  text-transform: capitalize;
  margin-right: 0;
  float: right;
}
.row_contacts .fomr_lh > .col-inner label {
  font-size: 18px;
}
.row_contacts .fomr_lh > .col-inner .thongtinchunhan, .row_contacts .fomr_lh > .col-inner .thongtinthucung {
  margin-top: 30px;
}
.row_contacts .fomr_lh > .col-inner .thongtinchunhan label, .row_contacts .fomr_lh > .col-inner .thongtinthucung label {
  font-size: 26px;
  color: var(--fs-color-primary);
}
.row_contacts .fomr_lh > .col-inner .col {
  padding-bottom: 10px;
}
.row_contacts .fomr_lh > .col-inner .col .name p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.row_contacts .fomr_lh > .col-inner .col input, .row_contacts .fomr_lh > .col-inner .col textarea, .row_contacts .fomr_lh > .col-inner .col select.wpcf7-form-control.wpcf7-select {
  box-shadow: unset;
  border-radius: 10px;
}
.nt-page-contact .button {
	margin: 0;
}
@media screen and (max-width: 549px) {
	.nt-page-contact .row-small > .col > .col-inner {
		border-radius: 36px!important;
	}
	.button.is-xxlarge {
    font-size: 35px;
	}
  h1.entry-title {
    font-size: 25px;
  }
  .nt-giong .nav-tabs + .tab-panels {
    padding: 15px;
  }
  .nt-hero h1 {
    font-size: 35px;
  }
  .nt-hero .button {
    min-width: 200px;
  }
  .nt-hero .banner-grid .grid-col-1-3 {
    height: 150px !important;
  }
  .nt-title h1, .nt-title h2 {
    font-size: 35px;
  }
  .nt-service .row.row-collapse {
    padding: 0 15px;
  }
  .nt-service .large-4 > .col-inner, .nt-service .box,
  .nt-service .box,
  .promotion-item > .col-inner {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 849px) and (min-width: 550px) {
  .nt-doi-ngu .box-label .box-text {
    position: unset;
    margin: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 849px) {
  .medium-logo-left .flex-left.show-for-medium {
    display: none;
  }
  .gt_float_switcher .gt_options.gt-open {
    right: 0;
  }
}
@media only screen and (min-width: 1361px) {
  .header .nav-spacing-xlarge > li {
    margin: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */