/* fonts */
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cuprum/v14/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6Zjw.ttf) format('truetype');
}
/* common css */
.page-title h1 {
  font-family: 'Cuprum', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  text-transform: uppercase;
  color: #EC1B2F;
  margin: 0;
}
.page-title h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}
.header-contact > a {
  position: relative;
  display: block;
  width: 194px;
  height: 40px;
  background: linear-gradient(107.45deg, #FF0000 -9.86%, #AD0000 21.62%, #FF0000 48.7%, #C70000 76.41%, #FF0000 111.05%);
  border-radius: 15px;
  font-family: 'Cuprum', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
.header-contact > a:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  left: -5px;
  top: -5px;
  border-radius: 15px;
  background: #18E806;
}
.header-contact > a:hover {
  color: #FFD057;
}
.header-contact .social-icons a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.header-contact .social-icons span {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  color: #000000;
  vertical-align: middle;
}
.pum-trigger span:hover {
  font-size: 22px !important;
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
/* header css */
header#header .header-contact {
  padding-top: 35px;
}
header#header ul.header-nav li.menu-item {
  padding-left: 15px;
  padding-right: 15px;
}
header#header ul.header-nav li.menu-item a {
  font-size: 16px;
  line-height: 19px;
}
header#header ul.header-nav li.menu-item a:before {
  color: #313131 !important;
  background-color: #313131;
}
@keyframes animationFrames {
  0% {
    transform: rotate(0deg);
  }
  13% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(0deg);
  }
  37% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  62% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
ul.popup-contact {
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: right;
  z-index: 10000;
}
ul.popup-contact li {
  list-style: none;
}
ul.popup-contact li strong {
  background: #FFD057;
  border-radius: 15px;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 14px;
}
ul.popup-contact li img {
  height: 36px;
  width: auto;
}
ul.popup-contact li.red strong {
  background: #E70000;
  color: #eee;
}
ul.popup-contact li.red img {
  animation: animationFrames linear 1.2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  border-radius: 30px;
}
ul.popup-contact li.red:hover strong {
  color: #fff;
}
/* footer css */
footer#footer .page-title h1 {
  text-align: center;
}
footer#footer .page-title h3 {
  text-align: center;
  color: #ffffff;
}
footer#footer .footer-widgets .widget-title {
  display: block;
  margin-bottom: 25px;
}
footer#footer .footer-widgets ul li {
  list-style: square !important;
  display: list-item;
  margin-left: 18px;
}
footer#footer .footer-widgets .is-divider {
  display: none;
  margin-bottom: 15px;
}
footer#footer .flatsome_recent_posts ul li {
  border: none;
}
footer#footer .flatsome_recent_posts .recent-blog-posts .mr-half {
  display: none;
}
footer#footer .flatsome_recent_posts .post_comments {
  display: none;
}
footer#footer .widget_products ul.product_list_widget li {
  padding: 0;
  border: none;
  min-height: inherit;
  overflow: visible;
}
footer#footer .widget_products ul.product_list_widget li a img,
footer#footer .widget_products ul.product_list_widget li span.amount {
  display: none;
}
.post-sidebar .post_comments {
  display: none;
}
/* PC medium screen */
@media only screen and (min-width: 850px) and (max-width: 1200px) {
  /* header css */
  header#header ul.header-nav li.menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  header#header ul.header-nav li.menu-item a {
    font-size: 13px;
    line-height: 19px;
  }
}
/* Mobile */
@media only screen and (max-width: 480px) {
  ul.popup-contact {
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 10000;
    padding: 10px 0;
    margin: 0;
    background: #fff;
    width: 100%;
  }
  ul.popup-contact li {
    list-style: none !important;
    display: inline-block !important;
    padding: 0 5px !important;
  }
}
/*# sourceMappingURL=./custom.css.map */