@font-face {
  font-family: "ITC Clearface Bold";
  src: url("../fonts/Clearface/Clearface-Bold.otf");
}
@font-face {
  font-family: "ITC Clearface Regular";
  src: url("../fonts/Clearface/Clearface-Regular.otf");
}
@font-face {
  font-family: "ITC Clearface Italic";
  src: url("../fonts/Clearface/ClearfaceStd-Italic.otf");
}
@font-face {
  font-family: "Bree Bold";
  src: url("../fonts/Bree/BREEBOLD.OTF");
}
@font-face {
  font-family: "Bree Thin";
  src: url("../fonts/Bree/BREETHIN.OTF");
}
@font-face {
  font-family: "ITC Clearface Italic";
  src: url("../fonts/Clearface/ClearfaceStd-Italic.otf");
}
@font-face {
  font-family: "Copperplate Gothic Bold Regular";
  src: url("../fonts/Copperplate-Gothic-Bold-Regular.ttf");
}
body {
  background: #fff9f0 !important;
}
.logo img:hover {
  opacity: 1;
}
.mm-container {
  max-width: 1080px;
  margin: 0 auto;
}
#page {
  overflow: scroll;
}
.mean-bar {
  display: none;
}
body {
  margin: 0;
}
.mm-button {
  background-color: #7d0020;
  width: 180px;
  font-size: 18px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 20px 0 18px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.mm-button:hover {
  background: #8d2629;
  transition: all 0.5s ease-in-out;
}
.mm-button.has-additional-bottom-text {
  padding: 14px 0;
}
.mm-button .additional-button-text {
  display: block;
  font-family: "Bree Thin", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  padding-top: 4px;
}
.mm-announce-bar {
  width: 100%;
  background-color: #7d0020;
  text-align: center;
}
.mm-announce-bar .announce-text {
  font-size: 16px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #fff;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 771px) {
  .mm-announce-bar .announce-text {
    font-size: 14px;
  }
}
.mm-header {
  position: relative;
}
.mm-header .main-header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.mm-header .header-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mm-header .header-navigation ul li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mm-header .header-navigation ul a {
  font-size: 18px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #464646;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.mm-header .header-navigation ul a:hover {
  color: #7d0020;
  transition: all 0.5s ease-in-out;
}
.mm-header .header-navigation .more-dropdown-menu {
  position: absolute;
  left: -4px;
  top: 50px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.mm-header .header-navigation .more-dropdown-menu .more-dropdown-menu-container {
  width: 100%;
  background-color: #fff;
  padding: 10px 20px 10px 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top-right-radius: 4px;
  border-top: 4px solid #7d0020;
  border-top-left-radius: 4px;
}
.mm-header .header-navigation .more-dropdown-menu:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #7d0020;
  display: block;
  position: absolute;
  top: -10px;
  left: 30px;
  z-index: -26;
  transform: rotate(45deg);
}
.mm-header .header-navigation .more-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.mm-header .header-navigation .more-dropdown-menu .dropdown-menu-link {
  padding-bottom: 20px;
}
.mm-header .toggle-menu {
  display: none;
}
.mm-header .mm-mobile-menu {
  display: none;
}
.mm-header .mm-mobile-menu:hover {
  opacity: 1;
}
.mm-header .mm-mobile-menu.opened {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin-top: 85px;
}
.mm-header .mm-mobile-menu.opened .header-navigation {
  display: block;
  overflow: hidden;
  margin-left: 40px;
  margin-right: 40px;
}
.mm-header .mm-mobile-menu.opened .header-navigation ul {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  width: 100%;
  overflow: hidden;
}
.mm-header .mm-mobile-menu.opened .header-navigation ul li {
  border-bottom: 1px solid #f3f3f3;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}
.mm-header .mm-mobile-menu.opened .mm-button {
  display: block;
  margin: 30px auto;
  width: calc(100% - 50px);
}
.mm-header .mm-mobile-menu.opened .more-dropdown-menu {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  width: 100%;
}
.mm-header .mm-mobile-menu.opened .more-dropdown-menu:before {
  display: none;
}
.mm-header .mm-mobile-menu.opened .more-dropdown-menu.active {
  display: flex;
}
.mm-header .mm-mobile-menu.opened .more-dropdown-menu .more-dropdown-menu-container {
  border: none;
  padding: 0;
  margin-left: 0;
}
.mm-header .mm-mobile-menu.opened .more-dropdown-menu .more-dropdown-menu-container li {
  padding-left: 0;
}
.mm-header .mm-mobile-menu.opened .more-dropdown-menu .more-dropdown-menu-container li:first-child {
  margin-top: 15px;
  border-top: 1px solid #f3f3f3;
}
.mm-header .mm-mobile-menu.opened .more-dropdown-menu .more-dropdown-menu-container li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1270px) {
  .mm-header .main-header-wrapper {
    padding: 10px 25px;
  }
  .mm-header .header-navigation {
    display: none;
  }
  .mm-header .mm-button {
    display: none;
  }
  .mm-header .toggle-menu {
    display: block;
  }
  .mm-header .toggle-menu .close {
    display: none;
  }
  .mm-header .toggle-menu.opened .open {
    display: none;
  }
  .mm-header .toggle-menu.opened .close {
    display: block;
  }
}
.mm-footer {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #ececec;
}
.mm-footer .three-cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 36px;
}
.mm-footer .three-cols .company-description {
  font-size: 18px;
  font-family: "ITC Clearface Italic", sans-serif;
  color: #28334d;
  line-height: 1.4;
  text-align: left;
  width: 360px;
  font-weight: 600;
  margin-bottom: 20px;
}
.mm-footer .three-cols .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 260px;
}
.mm-footer .three-cols .contact .help-text {
  font-size: 24px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  line-height: 1.042;
  text-align: left;
  display: block;
  padding-bottom: 20px;
}
.mm-footer .three-cols .contact .contact-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}
.mm-footer .three-cols .contact .contact-item i {
  color: #7d0020;
  font-size: 20px;
}
.mm-footer .three-cols .contact .contact-item .text {
  margin-left: 10px;
}
.mm-footer .three-cols .footer-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mm-footer .three-cols .footer-navigation ul li {
  padding-bottom: 10px;
}
.mm-footer .three-cols .footer-navigation ul a {
  font-size: 20px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #464646;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.mm-footer .three-cols .footer-navigation ul a:hover {
  color: #7d0020;
  transition: all 0.5s ease-in-out;
}
.mm-footer .two-cols {
  margin-top: 34px;
  padding-top: 33px;
  border-top: 1px solid #ececec;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mm-footer .two-cols .rights {
  font-size: 20px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  line-height: 1.2;
}
.mm-footer .two-cols .socials a {
  color: transparent;
}
.mm-footer .two-cols .socials i {
  color: #7d0020;
  font-size: 20px;
}
.mm-footer .two-cols .socials i:hover {
  color: #8d2629;
}
.mm-footer .two-cols .socials a:first-child {
  margin-right: 10px;
}


/*Woocommerce  */

#inner-content > h1 {
    font-size: 40px;
    font-family: "ITC Clearface Bold", sans-serif;
    color: #28334d; }
	
	.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #7c0321;
    font-size: 1.5em; }
	
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #7c0321;}
	
	.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    display: none;}
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    display;none;}
	
	#comments {display:none;}
    
	 
	.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
		display: none;}
	
	
.woocommerce .woocommerce-ordering {
    margin: 0 0 22px 0;
    display: none;}
	
	.woocommerce ul.products li.product .price {
		color: #7c0321;}
		
		 .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
			 font-size: 23px;}
		
	

/*Woocommerce End  */	 

@media (max-width: 1270px) {
  .mm-footer {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
  }
  .mm-footer .three-cols {
    flex-direction: column;
    align-items: center;
  }
  .mm-footer .three-cols .company-description {
    text-align: center;
  }
  .mm-footer .three-cols .contact {
    align-items: center;
  }
  .mm-footer .three-cols .contact .contact-item {
    text-align: center;
  }
  .mm-footer .three-cols .footer-navigation {
    margin-top: 40px;
  }
  .mm-footer .three-cols .footer-navigation ul {
    align-items: center;
  }
  .mm-footer .two-cols {
    flex-direction: column-reverse;
    margin-top: 20px;
    padding-top: 30px;
  }
  .mm-footer .two-cols .rights {
    margin-top: 30px;
  }
  .mm-footer .two-cols .rights a:first-child {
    margin-right: 60px;
  }
}
.section-layout-hero {
  height: 700px;
  position: relative;
}
.section-layout-hero.small-height {
  height: 400px;
}
.section-layout-hero .section-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-layout-hero .section-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
}
.section-layout-hero .section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-layout-hero .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section-layout-hero .section-pre-title {
  font-size: 80px;
  font-family: "p22-marcel-script-pro", sans-serif;
  color: #fae990;
  line-height: 0;
  text-align: center;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
.section-layout-hero .section-title {
  font-size: 90px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}
.section-layout-hero .section-title:after {
  content: '';
  background-color: #fae990;
  width: 140px;
  height: 3px;
  z-index: 82;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-layout-hero .home-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 44px;
  position: relative;
}
.section-layout-hero .home-section-title img:first-child {
  max-width: 490px;
}
.section-layout-hero .home-section-title img:last-child {
  max-width: 320px;
}
.section-layout-hero .home-section-title:after {
  content: '';
  background-color: #fae990;
  width: 140px;
  height: 3px;
  z-index: 82;
  position: absolute;
  bottom: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-layout-hero .section-description {
  font-size: 24px;
  font-family: "ITC Clearface Regular", sans-serif;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding-top: 40px;
  width: 600px;
  margin: 0;
  margin: 0 auto;
  font-weight: 600;
}
.section-layout-hero .mm-button {
  margin-top: 42px;
  width: 260px;
}
@media (max-width: 1000px) {
  .section-layout-hero {
    height: 508px;
  }
  .section-layout-hero.small-height {
    height: 240px;
  }
  .section-layout-hero .wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-layout-hero .section-pre-title {
    font-size: 60px;
  }
  .section-layout-hero .section-title {
    font-size: 50px;
  }
  .section-layout-hero .home-section-title img:first-child {
    width: 343px;
  }
  .section-layout-hero .home-section-title img:last-child {
    width: 224px;
  }
  .section-layout-hero .section-description {
    width: 100%;
  }
  .section-layout-hero .mm-button {
    margin-top: 50px;
  }
}
@media (max-width: 420px) {
  .section-layout-hero .section-pre-title {
    font-size: 40px;
  }
}
.section-layout-step_rows {
  position: relative;
}
.section-layout-step_rows .section-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 100px;
}
.section-layout-step_rows .section-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.section-layout-step_rows .section-item:nth-child(2n) .side.image {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.section-layout-step_rows .section-item:nth-child(2n) .side.image img {
  margin-left: -40px;
}
.section-layout-step_rows .side {
  width: 50%;
}
.section-layout-step_rows .side.text {
  margin-top: 80px;
}
.section-layout-step_rows .side.image .image-border {
  border-style: solid;
  border-width: 2px;
  border-color: #7d0020;
  width: 419px;
  height: 604px;
}
.section-layout-step_rows .side.image .image-border img {
  margin-top: 40px;
  margin-left: 40px;
}
.section-layout-step_rows .section-pre-title {
  font-size: 70px;
  font-family: "p22-marcel-script-pro", sans-serif;
  color: #7d0020;
  line-height: 0;
  text-align: left;
  margin: 0;
  font-weight: bold;
  padding-bottom: 10px;
}
.section-layout-step_rows .section-title {
  font-size: 60px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  line-height: 1.2;
  text-align: left;
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}
.section-layout-step_rows .section-title:after {
  content: '';
  background-color: #7d0020;
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-layout-step_rows .section-description {
  font-size: 17px;
  font-family: "ITC Clearface Regular", sans-serif;
  color: #28334d;
  line-height: 1.5;
  text-align: left;
  padding-top: 40px;
  margin: 0;
  padding-bottom: 80px;
  font-weight: 600;
}
.section-layout-step_rows .mm-button {
  width: 260px;
}
@media (max-width: 1270px) {
  .section-layout-step_rows {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1100px) {
  .section-layout-step_rows {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-layout-step_rows .section-item {
    flex-direction: column-reverse !important;
  }
  .section-layout-step_rows .section-item .side {
    width: 100%;
  }
  .section-layout-step_rows .section-item .section-pre-title {
    font-size: 60px;
  }
  .section-layout-step_rows .section-item .section-title {
    font-size: 50px;
  }
  .section-layout-step_rows .section-item .section-description {
    padding-bottom: 60px;
  }
  .section-layout-step_rows .section-item .side.image {
    margin-top: 60px;
  }
  .section-layout-step_rows .section-item .side.image .image-border {
    width: 90%;
    height: 560px;
  }
  .section-layout-step_rows .section-item .side.image .image-border img {
    width: 100%;
    height: 562px;
    object-fit: cover;
  }
}
.section-layout-card {
  height: 700px;
  margin-top: 145px;
  position: relative;
}
.section-layout-card .section-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-layout-card .section-image .image-border {
  border-style: solid;
  border-width: 2px;
  border-color: #7d0020;
  width: 1000px;
  height: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-layout-card .section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-layout-card .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section-layout-card .section-pre-title {
  font-size: 70px;
  font-family: "p22-marcel-script-pro", sans-serif;
  color: #7d0020;
  line-height: 0;
  text-align: left;
  margin: 0;
  font-weight: bold;
  padding-bottom: 10px;
}
.section-layout-card .section-title {
  /* font-size: 40px; */
  font-size: 60px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  line-height: 1.2;
  text-align: left;
  position: relative;
  margin: 0;
  padding-bottom: 16px;
}
.section-layout-card .section-title:after {
  content: '';
  background-color: #7d0020;
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-layout-card .section-description {
  font-size: 20px;
  font-family: "ITC Clearface Regular", sans-serif;
  color: #28334d;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 60px;
  width: 780px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1270px) {
  .section-layout-card .wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 75px;
  }
  .section-layout-card .section-pre-title {
    font-size: 50px;
  }
  .section-layout-card .section-title {
    font-size: 40px;
    text-align: center;
  }
  .section-layout-card .section-description {
    width: 100%;
    padding-top: 30px;
  }
  .section-layout-card .section-image {
    height: 830px;
  }
  .section-layout-card .section-image .image-border {
    width: calc(100% - 50px);
    height: 734px;
  }
}
.section-layout-default_cta {
  margin-top: 40px;
  position: relative;
}
.section-layout-default_cta .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section-layout-default_cta .section-title {
  font-size: 18px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  line-height: 1.375;
  text-align: center;
  width: 750px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 300;
}
@media (max-width: 1100px) {
  .section-layout-default_cta {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-layout-default_cta .section-title {
    width: 100%;
  }
}
.section-layout-page_content {
  position: relative;
  padding-top: 10px;
}
.section-layout-page_content h2 {
  font-size: 60px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  position: relative;
  margin: 0;
  line-height: 68px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.section-layout-page_content h2:after {
  content: '';
  background-color: #7d0020;
  width: 70px;
  height: 3px;
  z-index: 82;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-layout-page_content h3 {
  font-size: 25px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #7d0020;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding-bottom: 13px;
}
.section-layout-page_content p {
  font-size: 16px;
  font-family: "ITC Clearface Regular", sans-serif;
  color: #28334d;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding-bottom: 22px;
}
.section-layout-page_content ul {
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.section-layout-page_content ul li {
  font-size: 16px;
  font-family: "ITC Clearface Regular", sans-serif;
  color: #28334d;
  line-height: 28px;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.section-layout-page_content ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
  color: #7d0020;
  position: absolute;
  left: 0;
  font-size: 8px;
}
@media (max-width: 1100px) {
  .section-layout-page_content {
    padding-top: 60px;
  }
  .section-layout-page_content .wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-layout-page_content .section-title {
    font-size: 50px;
  }
}
h2.menu-title {
  text-align: left;
}
.section-layout-page_menu_content {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-family: "ITC Clearface Regular", sans-serif;
}
.section-layout-page_menu_content .tabs {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}
.section-layout-page_menu_content .tabs li {
  display: table-cell;
  margin: 0;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 0;
  padding: 0;
  border-top: unset;
}
.section-layout-page_menu_content .tabs a {
  margin-top: 0;
  color: #28334d;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  border-color: #dfdfdf;
  text-decoration: none;
  height: 35px;
  display: block;
  padding: 6px;
}
.section-layout-page_menu_content .tabs li.selected a {
  color: #fff;
  background-color: #7d0020;
  border-color: #dfdfdf;
  border-bottom: 1px solid #7d0020;
}
.section-layout-page_menu_content h2.menu-title {
  font-size: 40px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  position: relative;
  margin: 0;
  line-height: 68px;
  padding-bottom: 22px;
  margin-bottom: 13px;
}
.section-layout-page_menu_content h2.menu-title:after {
  content: '';
  background-color: #7d0020;
  width: 70px;
  height: 3px;
  z-index: 82;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-layout-page_menu_content h3.menu-title {
  font-size: 20px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #7d0020;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding-bottom: 18px;
}
.section-layout-page_menu_content .menu_item_wrapper {
  font-size: 16px;
  font-family: "ITC Clearface Regular", sans-serif;
  color: #28334d;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding-bottom: 14px;
}
.section-layout-page_menu_content .menu_item_wrapper .menuItemTitle {
  display: inline-block;
}
.section-layout-page_menu_content .menu_item_wrapper .item-price-block {
  float: right;
}
.section-layout-page_menu_content .single_price {
  font-size: 16px;
  font-family: "Bree Bold", sans-serif;
  color: #28334d;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}
.section-layout-page_menu_content p {
  font-size: 17px;
  font-family: "ITC Clearface Regular", sans-serif;
  color: #28334d;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding-bottom: 13px;
}
@media (max-width: 1000px) {
  .section-layout-page_menu_content .wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-layout-page_menu_content .tabs {
    display: flex;
    flex-direction: column;
  }
  .section-layout-page_menu_content .section-title {
    font-size: 50px;
  }
}
.section-layout-event_form {
  position: relative;
  padding-top: 80px;
}
.section-layout-event_form .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.section-layout-event_form .section-pre-title {
  font-size: 70px;
  font-family: "p22-marcel-script-pro", sans-serif;
  color: #7d0020;
  line-height: 0;
  text-align: left;
  margin: 0;
  font-weight: bold;
  padding-bottom: 10px;
}
.section-layout-event_form .section-title {
  font-size: 60px;
  font-family: "ITC Clearface Bold", sans-serif;
  color: #28334d;
  line-height: 1.2;
  text-align: left;
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.section-layout-event_form .section-title:after {
  content: '';
  background-color: #7d0020;
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-layout-event_form .section-description {
  font-size: 16px;
  font-family: "ITC Clearface Regular", sans-serif;
  color: #28334d;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 620px;
  margin: 0;
  text-align: left;
  font-weight: 600;
}
.section-layout-event_form .form-wrapper {
  width: 100%;
}
.section-layout-event_form .form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .section-layout-event_form .form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8px;
}
.section-layout-event_form .form-wrapper .gform_validation_error {
  margin: 0;
}
.section-layout-event_form .form-wrapper .validation_error {
  display: none;
}
.section-layout-event_form .form-wrapper .gform_body .gfield_label {
  font-size: 18px;
  font-family: "ITC Clearface Bold", sans-serif !important;
  color: #28334d;
  line-height: 1.2;
  text-align: left;
  font-weight: 100;
}
.section-layout-event_form .form-wrapper .gform_body input[type="text"] {
  border-style: solid;
  border-width: 2px;
  border-color: #dfdfdf;
  height: 60px;
  font-size: 18px;
  font-family: "ITC Clearface Regular", sans-serif !important;
  color: #999;
  line-height: 1.2;
  text-align: left;
  padding: 0;
  text-indent: 40px;
}
.section-layout-event_form .form-wrapper .gform_body input[type="text"]:focus {
  outline: none;
  border-color: #7d0020;
}
.section-layout-event_form .form-wrapper .gform_body #input_2_1, .section-layout-event_form .form-wrapper .gform_body #input_2_2, .section-layout-event_form .form-wrapper .gform_body #input_2_5, .section-layout-event_form .form-wrapper .gform_body #input_2_6, .section-layout-event_form .form-wrapper .gform_body #input_3_1, .section-layout-event_form .form-wrapper .gform_body #input_3_2, .section-layout-event_form .form-wrapper .gform_body #input_3_5, .section-layout-event_form .form-wrapper .gform_body #input_3_6 {
  width: 100%;
}
.section-layout-event_form .form-wrapper .gform_body #input_2_7, .section-layout-event_form .form-wrapper .gform_body #input_3_7 {
  border-style: solid;
  border-width: 2px;
  border-color: #dfdfdf;
  height: 210px;
  font-size: 18px;
  font-family: "ITC Clearface Regular", sans-serif !important;
  color: #999;
  line-height: 1.2;
  text-align: left;
  padding: 40px;
}
.section-layout-event_form .form-wrapper .gform_body #input_2_7:focus, .section-layout-event_form .form-wrapper .gform_body #input_3_7:focus {
  outline: none;
  border-color: #7d0020;
}
.section-layout-event_form .form-wrapper .gform_body #input_2_7::-webkit-input-placeholder, .section-layout-event_form .form-wrapper .gform_body #input_3_7::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.section-layout-event_form .form-wrapper .gform_body #input_2_7::-moz-placeholder, .section-layout-event_form .form-wrapper .gform_body #input_3_7::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.section-layout-event_form .form-wrapper .gform_body #input_2_7:-ms-input-placeholder, .section-layout-event_form .form-wrapper .gform_body #input_3_7:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.section-layout-event_form .form-wrapper .gform_body #input_2_7:-moz-placeholder, .section-layout-event_form .form-wrapper .gform_body #input_3_7:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields li.gfield {
  width: 500px;
  padding-right: 0;
  margin-top: 30px;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields li.gfield.gfield_error {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields li.gfield.gfield_error input[type="text"], .section-layout-event_form .form-wrapper .gform_body ul.gform_fields li.gfield.gfield_error select {
  border-color: #7d0020;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_3, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_3 {
  position: relative;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_3 .ginput_container_date #input_2_3, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_3 .ginput_container_date #input_2_3, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_3 .ginput_container_date #input_3_3, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_3 .ginput_container_date #input_3_3 {
  width: calc(100% - 90px);
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_3 .ginput_container_date .ui-datepicker-trigger, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_3 .ginput_container_date .ui-datepicker-trigger {
  display: none;
  position: absolute;
  right: 21px;
  top: 52px;
  z-index: 2;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_3 .ginput_container_date:after, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_3 .ginput_container_date:after {
  background-color: #7d0020;
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  content: "\f073";
  padding: 21px;
  width: 60px;
  max-height: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 .ginput_container_time, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 .ginput_container_time {
  margin-right: 0;
  max-width: unset;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 .gfield_time_hour i, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 .gfield_time_hour i {
  font-weight: 700;
  margin-right: 13px;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 #input_2_4_1, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 #input_2_4_1, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 #input_3_4_1, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 #input_3_4_1 {
  width: 130px;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 #input_2_4_2, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 #input_2_4_2, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 #input_3_4_2, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 #input_3_4_2 {
  width: 130px;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 #input_2_4_3, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 #input_2_4_3, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 #input_3_4_3, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 #input_3_4_3 {
  height: 60px;
  width: 160px;
  border-style: solid;
  border-width: 2px;
  border-color: #dfdfdf;
  height: 60px;
  font-size: 18px;
  font-family: "ITC Clearface Regular", sans-serif !important;
  color: #999;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 #input_2_4_3:focus, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 #input_2_4_3:focus, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_4 #input_3_4_3:focus, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_4 #input_3_4_3:focus {
  outline: none;
  border-color: #7d0020;
}
.section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_2_7, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #field_3_7 {
  width: 100%;
}
.section-layout-event_form .form-wrapper .gform_footer {
  text-align: center;
  margin: 0;
  padding: 0;
}
.section-layout-event_form .form-wrapper .gform_footer .gform_button {
  background: #7d0020;
  width: 260px;
  z-index: 96;
  font-size: 18px;
  font-family: "ITC Clearface Bold", sans-serif !important;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  opacity: 1;
  border: none;
  outline: none;
  margin: 0 auto;
  margin-top: 60px;
  padding: 20px 0 18px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.section-layout-event_form .form-wrapper .gform_footer .gform_button:hover {
  background: #8d2629;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1270px) {
  .section-layout-event_form {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-layout-event_form .section-pre-title {
    font-size: 50px;
  }
  .section-layout-event_form .section-title {
    font-size: 32px;
  }
  .section-layout-event_form .section-description {
    padding-bottom: 60px;
    width: 100%;
  }
  .section-layout-event_form .form-wrapper .gform_body ul.gform_fields li.gfield {
    width: 100%;
  }
  .section-layout-event_form .form-wrapper .gform_body ul.gform_fields input[type="text"] {
    text-indent: 20px;
  }
  .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #input_2_7, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #input_3_7 {
    padding: 20px;
  }
  .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #input_2_4_1, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #input_3_4_1 {
    width: 100px !important;
  }
  .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #input_2_4_2, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #input_3_4_2 {
    width: 100px !important;
  }
  .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #input_2_4_3, .section-layout-event_form .form-wrapper .gform_body ul.gform_fields #input_3_4_3 {
    width: 100px !important;
  }
  .section-layout-event_form .form-wrapper .gform_body ul.gform_fields .gfield_time_hour i {
    display: none;
    margin-right: 20%;
  }
  .section-layout-event_form .form-wrapper .gform_footer .gform_button {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .section-layout-hero .section-description {
    font-size: 17px !important;
    padding-top: 18px !important;
  }
  .section-layout-step_rows .mm-button {
    margin-bottom: 30px;
  }
  .section-layout-step_rows .section-item .section-title {
    font-size: 33px;
  }
  .section-layout-card .section-pre-title {
    font-size: 42px;
  }
  .section-layout-card .section-title {
    font-size: 40px;
  }
  .section-layout-step_rows .section-item .section-title {
    font-size: 30px;
  }
  .section-layout-step_rows .section-item .section-pre-title {
    font-size: 40px;
  }
  .section-layout-page_content p {
    padding-bottom: 0px;
  }
  .section-layout-step_rows .side.text {
    margin-top: 0px;
  }
  .section-layout-step_rows .section-item .side.image {
    margin-top: 0px;
  }
  .section-layout-step_rows .section-description {
    font-size: 15px;
    padding-top: 20px;
  }
  .section-layout-card .section-description {
    font-size: 16px;
    padding-top: 30px;
  }
  .section-layout-page_menu_content h3.menu-title {
    padding-bottom: 0;
  }
  .section-layout-page_menu_content .menu_item_wrapper .menuItemTitle {
    display: block;
  }
  .section-layout-page_menu_content .menu_item_wrapper .item-price-block {
    display: block;
    float: none;
  }
}
