@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Black.woff2") format("woff2"),
    url("../fonts/Lato-Black.woff") format("woff"),
    url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff"),
    url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Light.woff2") format("woff2"),
    url("../fonts/Lato-Light.woff") format("woff"),
    url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.eot");
  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Medium.woff2") format("woff2"),
    url("../fonts/Lato-Medium.woff") format("woff"),
    url("../fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.eot");
  src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Semibold.woff2") format("woff2"),
    url("../fonts/Lato-Semibold.woff") format("woff"),
    url("../fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Thin.eot");
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Thin.woff2") format("woff2"),
    url("../fonts/Lato-Thin.woff") format("woff"),
    url("../fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/helvitica/HelveticaNeue-Bold.eot");
  src: url("../fonts/helvitica/HelveticaNeue-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvitica/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/helvitica/HelveticaNeue-Bold.woff") format("woff"),
    url("../fonts/helvitica/HelveticaNeue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/helvitica/HelveticaNeueLight.eot");
  src: url("../fonts/helvitica/HelveticaNeueLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvitica/HelveticaNeueLight.woff2") format("woff2"),
    url("../fonts/helvitica/HelveticaNeueLight.woff") format("woff"),
    url("../fonts/helvitica/HelveticaNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/helvitica/HelveticaNeue-Medium.eot");
  src: url("../fonts/helvitica/HelveticaNeue-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvitica/HelveticaNeue-Medium.woff2") format("woff2"),
    url("../fonts/helvitica/HelveticaNeue-Medium.woff") format("woff"),
    url("../fonts/helvitica/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/helvitica/HelveticaNeue.eot");
  src: url("../fonts/helvitica/HelveticaNeue.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helvitica/HelveticaNeue.woff2") format("woff2"),
    url("../fonts/helvitica/HelveticaNeue.woff") format("woff"),
    url("../fonts/helvitica/HelveticaNeue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* common -------------------------------------------------------------------------------------*/

body {
  font-family: "Lato";
}

.h-0 {
  height: 0;
}

input:focus {
  outline: 0;
}

li {
  list-style: none;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  color: inherit;
}
.bg-rep {
  background-repeat: no-repeat;
}
.bg-cov {
  background-size: cover;
}
.bg-100 {
  background-size: 100% 100%;
}
.bg-center {
  background-position: center;
}

.container-fluid {
  padding: 0 24px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  border: 0;
  color: transparent;
  cursor: pointer;
  width: 30px;
}

.slick-next,
.grid-slider .fa-angle-right {
  right: 10px;
}
.slick-prev,
.grid-slider .fa-angle-left {
  left: 10px;
}
.slick-next::before {
  content: "\f105";
}
.slick-prev::before {
  content: "\f104";
}
.slick-prev::before,
.grid-slider .fa-angle-right::before,
.slick-next::before,
.grid-slider .fa-angle-left::before {
  font-family: "FontAwesome";
  color: #e21b23;
  font-size: 30px;
}
.grid-slider .fa-angle-right::before,
.grid-slider .fa-angle-left::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid-slider .slick-arrow {
  background: rgba(250, 250, 250, 0.7);
  color: #e21b23;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #e21b23;
  transform: translateY(calc(-50% - 75px));
}
.grid-slider .slick-arrow:hover {
  background: #fff;
}
.grid-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
/* button effect */
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.btnmia-eff {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 50px;
  max-width: 450px;
  margin: 1rem auto;
  border: 1px solid currentColor;
  background-color: rgba(226, 27, 35, 0.7);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.btnmia-eff.schedule-btn {
  background-color: #fff;
  border: 1px solid currentColor;
  color: rgb(226, 27, 35);
  max-width: 350px;
}
.btnmia-eff.whiteblur {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgb(226, 27, 35);
  max-width: 350px;
}

.btnmia-eff.gridbtn {
  background-color: rgb(226, 27, 35);
  border-radius: 0;
  max-width: fit-content;
  font-size: 14px;
  border: 0;
}

.btnmia-eff:before,
.btnmia-eff:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.btnmia-eff.whiteblur::before,
.btnmia-eff.whiteblur::after {
  background-color: rgb(226, 27, 35);
}

.btnmia-eff.schedule-btn:before,
.btnmia-eff.schedule-btn:after {
  background-color: rgba(226, 27, 35, 0.7);
}

.btnmia-eff.gridbtn:before,
.btnmia-eff.gridbtn:after {
  background-color: rgba(226, 27, 35);
}

.btnmia-eff:before {
  left: 0;
  transform: translate(-40%, -50%);
}
.btnmia-eff:after {
  right: 0;
  transform: translate(40%, -50%);
}

.btnmia-eff.schedule-btn:before {
  transform: translate(-50%, -50%);
}
.btnmia-eff.schedule-btn:after {
  transform: translate(50%, -50%);
}

.btnmia-eff:hover {
  color: rgb(226, 27, 35);
  z-index: 10;
}
.btnmia-eff.schedule-btn:hover {
  color: #fff;
  border: 1px solid rgb(226, 27, 35);
}
.btnmia-eff.gridbtn:hover,
.btnmia-eff.whiteblur:hover {
  color: #fff;
}
.btnmia-eff:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.btnmia-eff:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* button effect */

/* site heading */
.sitehead .tophead h3 {
  font-weight: bold;
  color: #e21b23;
  font-size: 27px;
}

.viwall {
  color: #0066cb;
  font-size: 17px;
  font-weight: normal;
}
.viwall:hover {
  color: #e21b23;
}
/* site heading */

.trans-50 {
  transform: translate(-50%, -50%);
}

/* common -------------------------------------------------------------------------------------*/

/* header -------------------------------------------------------------------------------------*/
header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 116px;
}

.logo img {
  max-width: 140px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
  font-size: 17px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #e31624;
}

.searchform input[type="text"] {
  width: 300px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-image: url(https://cdn.milan-illustrations.com/assets/images/home/search.png);
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 300;
  font-size: 16px;
  background-position: left center;
  padding-left: 30px;
}

.schedule-text {
  font-weight: 300;
  font-size: 16px;
  color: #aaa9a9;
}
a.sw-open-login::before {
  content: "\f007";
  font-family: "FontAwesome";
  color: #e21a24;
  font-size: 26px;
}
a.sw-open-login span {
  display: none;
}
#menu-item-177902 {
  position: relative;
}
#menu-item-177902 ul.sub-menu {
  display: none;
  position: absolute;
  right: 0;
  width: 360px;
  background: #ebe6e6;
  max-width: 118px;
  top: 36px;
  z-index: 100001;
  margin: 0;
  padding: 0;
}
#menu-item-177902 ul.sub-menu.active {
  display: block;
}
#menu-item-177902 ul.sub-menu li {
  display: block;
  width: 100%;
  margin: 8px 5px;
}
#menu-item-177902 ul.sub-menu li a {
  color: #000;
}
/* header -------------------------------------------------------------------------------------*/

/* banner -------------------------------------------------------------------------------------*/

#bannermiaslide,
.home-banner {
  height: calc(100vh - 460px);
  overflow: hidden;
}
.home-banner-child {
  background-color: rgba(0, 0, 0, 0.3);
}
.home-banner h2 {
  font-size: 38px;
  font-weight: normal;
}

/* banner -------------------------------------------------------------------------------------*/

/* Featured -------------------------------------------------------------------------------------- */
.main-wrapper-featured {
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}
.sidewrap {
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  display: inline-block;
  width: 100%;
  padding: 0 0;
  margin-top: 30px;
  overflow-y: auto;
  position: relative;
}
.main-content {
  width: 75%;
  float: right;
  margin-top: 30px;
  min-height: 100vh;
}
.sidebarfilter {
  width: 25%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.main-wrapper-featured .searchandfilter h4 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  color: #e02020;
  text-transform: uppercase;
  background: rgba(226, 27, 35, 0.1);
  padding: 20px 20px;
  margin-bottom: 0px;
  cursor: pointer;
  text-align: left;
  border-top: 1px solid #e8d4d4;
}
.searchandfilter li[data-sf-field-input-type="checkbox"] label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 40px;
  display: flex;
  align-items: center;
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
}
.main-wrapper-featured .searchandfilter label {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  font-family: "HelveticaNeue";
  font-weight: 500;
  position: relative;
}

.searchandfilter ul li.sf-field-sort_order.d-b {
  display: block;
}
.searchandfilter ul li.sf-field-sort_order {
  display: none;
  position: absolute;
  background: #fff;
  padding: 12px 15px 8px;
  border: 1px solid #efefef;
  z-index: 3;
  right: 0px;
  top: 56px;
}
.sidebarfilter .searchandfilter li[data-sf-field-input-type="checkbox"] label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 40px;
  display: flex;
  align-items: center;
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
}
.sf-level-0 label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #e8e8e8;
  background-color: #e8e8e8;
}
.sf-level-0 input[type="checkbox"]:checked ~ label::before {
  color: #ff2637;
  background-color: #ff2637;
}
.sf-level-0 label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 10px;
}
.sf-level-0 input[type="checkbox"]:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.searchandfilter ul {
  border: 0px solid #000;
  padding-left: 0px;
}
.sf-level-0 input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.searchandfilter ul li li.sf-level-0 {
  width: 100%;
  margin: 15px auto;
  position: relative;
  display: block;
  padding: 0 15px;
}
.main-wrapper-featured .searchandfilter ul li.sf-field-search {
  padding: 0 15px;
}
.sf-field-search .sf-input-text {
  border: 1px solid #d2d2d2;
  background-color: #fff;
  font-size: 16px;
  color: #aaa9a9;
  border-radius: 6px;
  height: 29px;
  padding: 8px 15px;
  width: 100%;
}
.searchandfilter ul li.sf-field-reset {
  visibility: hidden;
  pointer-events: none;
}
.searchandfilter ul li.sf-field-reset.active {
  visibility: visible;
  pointer-events: inherit;
}
input[type="submit"] {
  cursor: pointer;
  border-width: 0px;
  border-color: #fff;
  width: auto;
  background: #f21602;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none !important;
  color: white !important;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  border-radius: 2px;
  box-shadow: none !important;
  text-align: center;
  text-transform: uppercase;
}
.search-filter-results {
  display: flex;
  flex-wrap: wrap;
}
.vid_title {
  font-family: "HelveticaNeue";

  margin: 15px 0 15px 0;
  height: 50px;
  overflow: auto;
}
.mgrid-des.vid-des {
  height: auto;
}
.search-filter-reset {
  margin: 8px 15px;
}
.filt-cion.img-responsive {
  position: absolute;
  top: 25px;
  max-width: 30px;
  right: 15px;
  cursor: pointer;
}
.banner-section-featured {
  height: calc(100vh - 460px);
  min-height: 500px;
  font-family: "HelveticaNeue";
}
.banner-section-featured h3 {
  font-size: 40px;
}
.banner-section-featured p {
  font-size: 26.7px;
}
.banner-section-featured .btnmia-eff.whiteblur {
  font-size: 20px;
  border-width: 2px;
  font-family: "Lato";
}
.searchandfilter ul li.sf-field-sort_order input, .searchandfilter ul li.sf-field-sort_order label:before {
  display: none;
}
.filt-cion.img-responsive {
  position: absolute;
  top: 25px;
  max-width: 30px;
  right: 15px;
  cursor: pointer;
}
.closeiconfeat{opacity: 0;}
/* Featured -------------------------------------------------------------------------------------- */

/* logo marquee -------------------------------------------------------------------------------------*/
.marquee {
  --space: 2rem;
  padding: 20px 0;
  box-shadow: 0 0 0 rgb(0 0 0 / 25%), 0 0 8px rgb(0 0 0 / 22%);
  overflow: hidden;
  --duration: 60s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

.marquee__group img {
  margin: 0 30px;
  max-width: 164px;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.bgred {
  background-color: #e21b23;
}
.bgred .marquee {
  box-shadow: none;
  padding: 0;
}
.bgred .marquee__group img {
  max-width: 200px;
}

/* logo marquee -------------------------------------------------------------------------------------*/

/* Schedule text -------------------------------------------------------------------------------------*/
.joinmia {
  font-family: "HelveticaNeue";
}
.awomnpara {
  font-weight: 300;
  color: #000;
  font-size: 21.8px;
}

.awomnpara .colred {
  color: #e21a24;
  font-weight: bold;
}
/* Schedule text -------------------------------------------------------------------------------------*/

/* Grid -------------------------------------------------------------------------------------*/
.mgrid-title {
  font-size: 20px;
  color: #2e2f2f;
}
.mgrid-des {
  font-size: 15px;
  color: #333;
  height: 70px;
}
.mgrid-container {
  outline: 0;
  border-bottom: 1px solid #e21b23;
  font-family: "HelveticaNeue";
}
.vidprethumb,
.previewcon {
  z-index: 1;
}

.vidprethumb.active {
  z-index: 2;
}

.previewcon.active {
  z-index: 2;
}
.no-touch .btnmia-eff.gridbtn {
  opacity: 0;
}
.no-touch .mgrid-container:hover .btnmia-eff.gridbtn {
  opacity: 1;
}

/* Grid -------------------------------------------------------------------------------------*/

/* Client page -------------------------------------------------------------------------------------*/
.clientsection,
.banner-client {
  font-family: "HelveticaNeue";
}
.gridclient {
  background: #e21b23;
  font-size: 14px;
  overflow-y: auto;
  opacity: 0;
}
.gridclient:hover {
  opacity: 1;
}
.gridclient a:hover {
  text-decoration: underline;
}
.banner-client {
  background: #e21b23;
}
.clientsection h3 {
  font-size: 17px;
}
.clientsection p {
  font-size: 15px;
}
.banner-client p {
  font-weight: 500;
  max-width: 1200px;
  color: #fdfdfc;
  font-size: 24px;
  font-family: "HelveticaNeue";
}
.banner-client img {
  max-width: 140px;
}
.gridclient a {
  font-size: 14px;
}
.gridclient a::after {
  content: "\25CF";
  color: #fff;
  font-family: "FontAwesome";
  padding: 0 5px;
  font-size: 4px;
}
.gridclient a:last-child::after {
  content: "";
}
/* Client page -------------------------------------------------------------------------------------*/

/* login and register popup -------------------------------------------------------------------------------------*/
#popup-wrapper-ajax-auth {
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  left: 0;
  max-width: 100%;
  margin: 50px auto 0;
  display: flex;
}
#sw-wrapper-ajax-login, .wrapper-ajax-forms, #wrapper-login, #wrapper-register, #wrapper-forgot_password {
  width: 100%;
  height: 100%;
}
#popup-wrapper-ajax-auth .wrapper-close-popup {
  border: 2px solid red;
  padding: 7px;
  border-radius: 50px;
}
.fusion-disable-outline input {
  outline: 0;
}
.inner-form-ajax-forms {
  height: 100%;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup-wrapper-ajax-auth .inner-form-wrapper, #swal-no-ajax-content .inner-form-wrapper {
  min-height: 400px;
}
.ajax-auth {
  max-width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ajax-auth h3 {
  font-size: 16px;
  text-align: center;
  margin: 0;
  width: 100%;
  order: 1;
  margin-top: 15px;
}
#wrapper-login .swal-forms-logo, #wrapper-forgot_password .swal-forms-logo {
  margin: 0;
  width: 100%;
  padding-bottom: 30px;
}
.swal-forms-logo img {
  max-width: 120px;
}
.ajax-auth h2 {
  display: none;
}
#wrapper-login .swal-field-wrapper, #wrapper-forgot_password .swal-input-fields-wrapper {
  min-width: 300px;
}
#wrapper-login .swal-field-wrapper, #wrapper-forgot_password .swal-field-wrapper {
  width: 100%;
  float: none;
  clear: both;
}
.swal-input-fields-wrapper div {
  text-align: center;
}
#popup-wrapper-ajax-auth #wrapper-login .swal-clear, #popup-wrapper-ajax-auth #wrapper-forgot_password .swal-clear {
  width: 100%!important;
  text-align: center;
}
.swal-login-networks {
  display: flex;
  justify-content: center;
}
.swal-field-wrapper {
    width: 50%;
    float: left;
    clear: none !important;
}
.swal-custom-field-wrapper .swal-field-wrapper {
  width: 100%;
  float: none;
}
.ajax-auth .submit_button {
  border-color: #E21B23;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  color: #E21B23;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 50px;
  cursor: pointer;
}
.ajax-auth .submit_button:hover {
  color: #fff;
  background: #E21B23;
}
.inner-text-ajax-forms {
  width: 30%;
}
.social-networks{width: auto !important;}
#wrapper-register .swal-description {
  margin: 18px 0;
}
.swal-description {
  font-size: 16px;
  font-family: 'Lato' !important;
  color: #000;
  text-align: center;
}
#swal-wrapper_user_field .swal-field-wrapper h3 {
  font-weight: 700;
  font-size: 27px;
  font-family: 'Lato' !important;
  color: #E21B23;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0;
}
.swal-field-wrapper h3::before {
  content: "Favorites";
  color: #F5F5F5;
  font-family: 'Lato' !important;
  font-size: 80px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: -30px;
}
div#swal-wrapper_email, div#swal-wrapper_signonname {
  width: 50%;
  float: left;
}
.ajax-auth .swal-input-fields-wrapper div input {
  max-width: 90%;
  border: 1px solid #979797!important;
  outline: 0;
  box-shadow: none;
  background: transparent!important;
  border-radius: 10px;
  color: #ccc!important;
  font-family: 'Lato' !important;
  font-weight: 500;
  font-size: 17px;
}
.swal-icon-block {
  background: transparent!important;
  border: 1px solid #CCCCCC!important;
  box-shadow: none!important;
  border-radius: 10px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  max-width: 300px!important;
  margin: 0 auto!important;
  padding: 23px 30px!important;
}
.ajax-auth .fa.fa-facebook::before {
  content: "\f09a"!important;

   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}


#sw-wrapper-ajax-login .fa, .ajax-auth .fa {
    font-family: 'FontAwesome';
    font-size: 32px;
}
span.swal-long-login-text {
  color: #000;
  font-family: 'Lato' !important;
}
.swal-icon-block.icon-facebook:hover {
  background: #0079fc!important;
  border-color: #0079fc!important;
}
.swal-icon-block.icon-facebook:hover span.swal-long-login-text {
  color: #fff;
}
.swal-icon-block.icon-linkedin i{position: relative;}
.swal-icon-block.icon-linkedin i.fa::before {
  color: #0079fc;
  font-size: 23px;
  /* position: relative;
  top: -6px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
span.swal-long-login-text {
  color: #000;
  font-family: 'Lato' !important;
}
.swal-icon-block.icon-facebook i {
  background: #0079FC;
  font-family: 'FontAwesome';
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: relative;
}
.social-networks {
  width: auto;
  margin: 10px;
}
a.pop_login.sw-open-login::before{display: none;}
#wrapper-forgot_password .ajax-auth .swal-input-fields-wrapper div input {
  max-width: 100%;}
  .swal-clear{width: 100% ; text-align: center;}
  #swal-no-ajax-content {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 15px;
}
.wrapper-logout p{width: 100%;}
.wrapper-logout .ajax-auth{padding: 0 !important;}
/* login and register popup -------------------------------------------------------------------------------------*/

/* About page -------------------------------------------------------------------------------------*/
.aboutmiacontainer h3 {
  font-size: 21.8px;
  line-height: 1.1;
}
.about-main {
  max-width: 85%;
}
.about-main .bgcolor {
  background: #e21b23;
}

.textcont {
  overflow: auto;
}
.leftconta .name {
  font-size: 22px;
  line-height: 1.1;
}
.leftconta .post {
  font-size: 20px;
  line-height: 1.1;
}
.textcont p {
  max-width: 85%;
  text-align: justify;
  font-size: 16px;
  line-height: 1.1;
  margin: 10px 0;
}
/* About page -------------------------------------------------------------------------------------*/

/* Art Classes page -------------------------------------------------------------------------------------*/
/* template parts share caring -------------------------------------------------------------------------------------*/
.shiscaring .grid-slider .slick-arrow {
  transform: translateY(-50%);
}

.shiscaring .slick-slide {
  margin: 0 10px;
}

.sharcareprsl .slick-prev {
  left: 12px;
}

.sharcareprsl .slick-next {
  right: 12px;
}

.textsharingiscare {
  max-width: 600px;
  margin: 0 auto;
}

.textsharingiscare .slick-arrow {
  display: none;
}

.quicon {
  color: #e21b23;
  margin: 0 7px;
  font-size: 14px;
  position: relative;
  top: -10px;
}

.shiscaring p {
  font-family: "HelveticaNeue";
  font-size: 17px;
  color: #666565;
}

p.blockquote {
  font-family: "HelveticaNeue";
  color: #403f3f;
  font-size: 20px;
}

/* template parts share caring -------------------------------------------------------------------------------------*/

.gridtilesartclass p {
  font-size: 21.8px;
  max-width: 1280px;
  line-height: 1.1;
}
.gridtilesartclass .mgrid-des {
  font-size: 14px;
}
.artclasses .vjs-big-play-centered .vjs-big-play-button {
  left: 0;
  right: 0;
  top: calc(50% - 40px);
  margin: 0 auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 1.9;
  background-color: rgba(43, 51, 63, 0.7);
  border: 0.06666em solid #fff;
}

.videohedings {
  background: rgba(0, 0, 0, 0.4);
}
.paragarpahs.section p,
.paragarpahs.section ul li {
  color: #363535;
  font-size: 20px;
  font-family: "Lato";
  font-weight: normal;
  clear: both;
}
.paragarpahs.section ul{padding: 0;}
.paragarpahs.section ul li {
  padding-bottom: 10px;
}
.artclasses ul li {
  float: left;
  list-style: none;
  margin: 30px 15px 0 0;
}
.artclasses ul li a {
  display: inline-block;
  padding: 9px 15px;
  color: #e21b23;
  border: 2px solid #e21b23;
}
.artclasses ul li a:hover {
  color: #fff;
  background-color: #e21b23;
}
.singvidthucap,
.singvidthuart,
.singvidthudes {
  font-family: "HelveticaNeue";
  font-weight: normal;
  font-size: 14px;
  color: #232323;
}
.singvidthuart {
  color: #6d6e6d;

  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}
.singvidthudes {
  color: #6d6e6d;

  font-size: 12px;
}

.gridtilesartclass .mgrid-title{height: 50px;}

/* Art Classes page -------------------------------------------------------------------------------------*/

/* Contact page -------------------------------------------------------------------------------------*/

.ct-us-banner,
#ctus-ban-init,
.ct-us-banner .slick-list,
.ct-us-banner .slick-track {
  height: 580px;
}

.bgopac {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  cursor: pointer;
}

.bgopac:hover {
  opacity: 1;
}
.colorcom {
  color: #e21b23;
  border: 1px solid currentColor;
  width: 290px;
  margin: 15px 15px;
}

.addressmap i {
  border: 1px solid currentColor;
  width: 40px;
  height: 40px;
  font-size: 17px;

  line-height: 2.3;
}

.exborder {
  border: 2px solid #969696;
}
.form-head {
  font-size: 21px;
  color: #e11b23;
}
.wid-50 {
  width: 50%;
}
.slide-background,
.bannermiaslidedesk,
.ctus-page .slick-list,
.ctus-page .slick-track {
  height: 100%;
}
.ctus-frm-right {
  background-color: #f5f5f5;
}
.ctus-page .wpcf7-captchar,
.ctus-page .wpcf7-form .wpcf7-date,
.ctus-page .wpcf7-form .wpcf7-number,
.ctus-page .wpcf7-form .wpcf7-quiz,
.ctus-page .wpcf7-form .wpcf7-select,
.ctus-page .wpcf7-form .wpcf7-text {
  padding: 0 10px;
  height: 32px;
  background-color: #ffffff;
  font-size: 16px;
  color: #aaa9a9;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  width: 100%;
}

.ctus-page p.formfiel6.fofiels,
.ctus-page .formfiel5,
.ctus-page .formfiel4,
.ctus-page .formfiel3,
.ctus-page .formfiel2,
.ctus-page .formfiel1,
.ctus-page .formfiel0 {
  width: 50%;
  float: left;
  padding: 0 15px 0 0;
}

.ctus-page .formfiel8 {
  display: flex;
  align-items: center;
}

.ctus-page .formfiel11 textarea {
  width: 100%;
}

.ctus-page .fileContainer {
  background: transparent;
  border: 1px solid #e11b23;
  border-radius: 3px;
  float: left;
  padding: 0.5em;
  color: #e11b23;
  margin: 0;
}

.ctus-page .ct-us-frm-sec-con .wpcf7-form input[type="file"],
.ctus-page #uploadFile-work1 {
  display: none;
}

.ctus-page .formfiel7.fofiels {
  display: inline-block;
  padding: 0 15px 0 0;
  width: 50%;
}

.ctus-page span.wpcf7-list-item-label {
  color: #000;
  font-weight: normal;
  padding-left: 7px;
}

.ctus-page .wpcf7 .form-width80 {
  max-width: 109px;
  padding: 13px;
  height: 35px;
}

.ctus-page #form-contatti-submit {
  background: transparent;
  border: 1px solid #e21b23;
  color: #e21b23 !important;
  border-radius: 50px;
  margin: auto;
  padding: 5px 15px;
  min-width: 167px;
  text-transform: uppercase;
  font-family: "Lato";
  margin-top: 20px;
}

.ctus-page #form-contatti-submit:hover {
  background-color: #e21b23;
  color: #fff !important;
}

.ctus-page img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-118 {
  border: 1px solid #e21b23;
  border-radius: 6px;
  margin-left: 10px;
}

/* Contact page -------------------------------------------------------------------------------------*/

/* footer -------------------------------------------------------------------------------------*/
footer {
  overflow: hidden;
}
ul.mt-foot li a {
  background: #e21b23;
  display: inline-block;
  margin: 0;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 2.8;
  position: relative;
}

footer .soci-icons ul li img,
footer .conicons li img {
  max-width: 30px;
  margin: 0 auto;
  padding: 5px;
  line-height: 17px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.mt-foot {
  max-width: 300px;
}
.dot::before {
  content: "\25CF";
  color: #fff;
}
.cpyrgt {
  font-weight: 300;
  height: auto;
  background: #e21b23;
}
/* footer -------------------------------------------------------------------------------------*/


/* fav page ----------------------------------------------------------------------------------- */
header.entry-header,ul.navigation-button.tinv-wishlist-clear.tinvwl-btns-count-3, .tinv-wishlist table thead, .tinvwl-estimate-wrap, .tinvwl-to-left.look_in, .tinvwl-to-right.look_in{
  display: none;
}
.tinv-header h2 {
  font-size: 18px;
text-align: center;
margin: 30px 0 0 0;

}
.tinv-wishlist table.tinvwl-table-manage-list {
  max-width: 600px;
  margin: 0 auto;
}
.tinv-wishlist.woocommerce .social-buttons {
  text-align: center;
  float: none;
  margin-top: 30px;
}
.icon_big_heart_check::before, .ftinvwl-times:before, .tinv-lists-nav.tinv-wishlist-clear a, .social-buttons a, .icon_big_times, .tinvwl-buttons-group.tinv-wishlist-clear .button.tinvwl_button_close:hover i.ftinvwl-times::before {
  color: #e21b23;
}
.tinv-lists-nav.tinv-wishlist-clear a:hover, .social-buttons a:hover {
  color: #000;
}
.gobakbtn:hover {
  background: transparent;
  color: #e21b23;
}
.gobakbtn {
  background: #e21b23;
  border: 1px solid #e21b23;
  color: #fff;
  padding: 8px 15px;
  border-radius: 2px;
}
#sidebar{display: none;}
.page.type-page.status-publish.hentry{text-align: center;}
/* fav page ----------------------------------------------------------------------------------- */
