/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
/* Style the back side */
/*#header #mainMenu nav > ul > li .dropdown-menu > li:hover > a{
	color:#808080!important;
}

a {
    color: #808080!important;
    text-decoration: none;
}
*/.carousel .flickity-button:hover {
    background-color: #DA291C!important;
}

.vertical-text {
width:0.5px;
	word-wrap: break-word;
	white-space: pre-wrap;
}
.m-t-8{
	margin-top:8px!important;
}
.list-icon li {
    margin-bottom: 8px;
    margin-left: 20px;
}
.text-xs, .text-xs span {
    font-size: 14px;
    line-height: 18px;
}
.list-icon-col i {
    font-size: 12px;
    margin-right: 14px;
    margin-left: -20px;
}



.list-icon.list-icon-colored li:before, .list-icon.icon-list-colored i {
   color:#DA291C!important;
}
.ac-title5:before {
    font-size: 18px!important;
    content: "\e9be";
    font-family: "inspiro-icons";
    right: 0;
    position: absolute;
    top: 10px!important;
}
.avatar.avatar-lg {
    width: 3.5rem;
    height: 3.5rem;
}

.avatar.avatar-xs {
   
    width: 3.1rem !important;
    height: 3.1rem !important;
    ;
}
.p-b-160 {
  padding-bottom: 160px !important;
}
.m-b-6 {
  margin-bottom: 6px !important;
}
.p-t-160 {
  padding-top: 160px !important;
}
.card-item {
  display: flex;
  align-items: center;
  height: 408px;
  border-radius: 0.42rem;
  background-color: #DA291C;
}
.card-item-img {
  width: 50%;
  height: 100%;
}
.card-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: 0.42rem;
  border-bottom-right-radius: 0.42rem;
}
.cart-item-content {
  width: 50%;
}
.cart-item-content-inner {
  padding: 30px 67.5px 30px 46.5px;
}
.cart-item-content h3 {
  font-size: 35px !important;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  color: #fff !important;
}
.cart-item-content p {
  font-size: 14px !important;
  line-height: 23px !important;
  margin-bottom: 0px;
  /*			color: #fff !important;*/
}
.vh-50 {
  height: 50vh !important;
}
.cart-item-content a {
  white-space: normal;
  color: #fff !important;
  background: 0 0 !important;
  border: 1px solid #fff !important;
  border-radius: .42rem !important;
  display: inline-block;
  cursor: pointer;
  min-width: 80px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1rem;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px;
  transition: background-color .2s cubic-bezier(0, 0, .23, .99), border .2s cubic-bezier(0, 0, .23, .99), box-shadow 0ms linear;
}
.card-items-arrows {
  text-align: right;
  margin-top: 15px;
  padding-right: 15px !important;
}
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
  color:  #DA291C !important;
}
.card-items-arrows a {
  border-radius: .375rem;
  height: 42px;
  width: 42px;
  background-color: transparent;
  border: 2px solid #DA291C !important;
  color: #DA291C !important;
  font-size: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.next-card {
  margin-left: 10px;
}
.cards-carousel .slick-slide {
  margin: 0 10px;
}
.accordion .ac-item .ac-title {
  font-weight: 700;
  position: relative;
  padding-right: 10px;
  margin: 0;
  font-size: 16px;
}
.accordion.accordion-simple .ac-item {
  padding: 14px 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #e4e6ef;
}
.text-normal {
  text-transform: none !important;
}
h4, .h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.flip-box-back {
  align-content: center;
  transform: rotateY(180deg);
}
.flip-box-int {
  background-color: transparent;
  height: 300px;
}
/* This container is needed to position the front and back side */
.flip-box-inner-int {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box-int:hover .flip-box-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-box-front-int, .flip-box-back-int {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
/* Style the front side */
.flip-box-front-int {
  background-color: #bbb;
  color: black;
  align-content: center;
}
/* Style the back side */
.flip-box-back-int {
  align-content: center;
  transform: rotateY(180deg);
}
.flip-box {
  background-color: transparent;
  height: 300px;
}
/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
/* Style the front side */
.flip-box-front {
  background-color: #bbb;
  color: black;
  align-content: center;
}
#header .header-inner, #header #header-wrap {
  height: 80px;
  background-color: #fff;
  left: 0;
  right: 0;
  border-bottom: 2px solid #F48074 !important;
}
#mainMenu nav > ul > li > a {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #3A0013;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: normal;
}



 #mainMenu nav > ul > li .dropdown-menu {
	 color:#808080!important;
}
.m-t-200 {
  margin-top: 200px !important;
}
h1, .h1 {
  font-size: 50px !important;
  line-height: 50px !important;
  font-weight: 800px !important;
  letter-spacing: 0.5px !important;
text-shadow: 1px 1px #3A0013;
}
.ls-50 {
  letter-spacing: 48px !important;
}
.mobile-list-view a {
  display: inline;
  width: 100%;
  margin-bottom: 10px; /* Add space between buttons */
  text-align: left;
}



.ls-3 {
  letter-spacing: 3px !important;
}
.ls-5 {
  letter-spacing: 5px !important;
}
.bg-overlay-3 {
  background: linear-gradient(310deg, #AF0A0D 0%, #3A0013 100%);
  background: linear-gradient(90deg, #AF0A0D 0%, #3A0013 100%);
  opacity: .9;
}
.bg-overlay-5 {
  background: linear-gradient(360deg, rgba(218, 41, 28, 0.9) 100%, rgba(175, 10, 13, 0.6) 50%);
  opacity: .9;
}
.bg-red-80 {
  background-color: rgba(218, 41, 28, 0.5);
}
.bg-overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  background: rgba(218, 41, 28, 0.8) !important;
  opacity: 0.2 !important;
}
#footer.inverted a:not(.btn):not(:hover) {
  color: #FAF8EF !important;
}
.btn-md.btn-primary {
  display: inline-block;
  font-family: inherit;
  border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
  font-size: 15px!important;
  font-weight: 700!important;
  letter-spacing: .8px;
  color: #DA291C !important;
  text-decoration: none;
  outline: none;
  padding: 12px 18px;
  position: relative;
  text-transform: uppercase;
  background-color: #ffffff !important;
  border-color: #AF0A0D !important;
  border-width: 2px!important;
  border-style: solid;
  transition: all 0.3s;
  margin-bottom: 6px;
  line-height: 16px;
}
#footer.inverted p, #footer.dark p {
  color: #FAF8EF;
}
.text-medium-h3 {
  font-size: 35px !important;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0px;
  letter-spacing: 0.7px;
}
mark-salmon, .mark-salmon {
  padding: 0px 10px 0px 10px !important;
  background-color: #F48074;
  border-radius: 4px;
}
.border-red {
  border: solid 3px #DA291C !important;
}
.border-burgundy {
  border: solid 3px #3A0013 !important;
  border-radius: .42rem;
}
.list-icon.list-icon-colored-burgundy li:before {
  color: #3A0013;
}
p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  line-height: 23px;
  letter-spacing: 0;
  color:  #808080 !important;
  font-family: 'Montserrat', sans-serif;
}
.text-grey {
  color: #636363 !important;
}
.line-grey {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 2px solid #636363;
}
.m-b-3 {
  margin-bottom: 1px !important;
}
body {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  line-height: 23px;
  letter-spacing: 0;
  color: #808080 !important;
  font-family: 'Montserrat', sans-serif;
}
.list-icon.list-icon-colored-salmon li:before {
  color: #F48074;
}
.border-salmon {
  border: solid 3px #F48074 !important;
}
.bg-overlay-4 {
  background: linear-gradient(180deg, #AF0A0D 0%, #DA291C 100%);
  opacity: .9;
}
.bg-overlay[data-style="4"] {
  background: linear-gradient(140deg, rgba(175, 10, 13, 0.70) 0%, rgba(218, 41, 28, 0.71) 100%);
  opacity: .9;
}
.bg-overlay[data-style="5"] {
  background: linear-gradient(140deg, rgba(175, 10, 13, 0.90) 0%, rgba(218, 41, 28, 0.71) 100%);
  opacity: .9;
}
.border-cream {
  border: solid 3px #FAF8EF !important;
}
.border-maroon {
  border: solid 3px #8D172C !important;
}
.border-white {
  border: solid 3px #ffffff !important;
}
.border-top-dred {
  border-top: solid 3px #AF0A0D !important;
}
.list-icon.list-icon-colored-dred li:before {
  color: #AF0A0D;
}
.text-dred {
  color: #AF0A0D !important;
}
.border-dred {
  border: solid 3px #AF0A0D !important;
}
.border-left-red {
  border-left: solid 3px #DA291C !important;
}
.border-btm-red {
  border-bottom: solid 3px #DA291C !important;
}
.border-btm-nav {
  border-bottom: solid 3px #DA291C !important;
}
.text-maroon {
  color: #8D172C !important;
}
.list-icon.list-icon-colored-maroon li:before {
  color: #8D172C;
}
.text-cream {
  color: #FAF8EF !important;
}
.line-burgundy {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 2px solid #3A0013;
}
.lead {
  font-size: 16px !important;
  font-weight: 400;
}
.line-red {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 2px solid #DA291C;
}
.w-28{
	width:28%!important;
}
.w-20{
	width:20%!important;
}
.w-8{
	width:6.16%!important;
}
.w-15{
	width:15%!important;
}
.w-30{
	width:33.33%!important;
}
.w-40{
	width:40%!important;
}
.table-bordered-white th, .table-bordered-white td {
    border: 3px solid #ffffff;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
.table-bordered-white {
    border: 3px solid #ffffff !important;
}
.table-bordered th, .table-bordered td {
    border: 3px solid #efefef;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
.table-bordered {
    border: 3px solid #efefef !important;
}
.line-maroon {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 2px solid #8D172C;
}
.line-cream {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 2px solid #FAF8EF;
}
.line-salmon {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 2px solid #F48074;
}
.man-font {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.f-12 {
  font-size: 12px !important;
}
.bg-grey {
  background-color:  #636363 !important;
}
.bg-brown {
  background-color: #A77B6F !important;
}
.bg-dorange {
  background-color: #C1473C !important;
}
.bg-orange {
  background-color: #F26F51 !important;
}
.bg-maroon {
  background-color: #8D172C !important;
}
.bg-dred {
  background-color: #AF0A0D !important;
}
.bg-burgundy {
  background-color: #3A0013 !important;
}
.bg-burgundy {
  background-color: #3A0013 !important;
}
.bg-cream {
  background-color: #FAF8EF !important;
}
.bg-red {
  background-color: #DA291C !important;
}
.bg-salmon {
  background-color: #F48074 !important;
}
.bg-salmon-60 {
  background-color: rgba(244, 128, 116, 0.60) !important;
}
.btn-outline {
  border-color: #6F6F6F !important;
  color: #6F6F6F !important;
}
.bg-pink {
  background-color: #FEE7DD !important;
}
.text-salmon {
  color: #F48074 !important;
}
.lh-30 {
  line-height: 30px !important;
}
.text-burgundy {
  color: #3A0013 !important;
}
.bg-light {
  background-color: rgba(233, 233, 233, 0.60) !important;
}
.border-light {
  border: 3px solid rgba(233, 233, 233, 0.90) !important;
  border-radius: .42rem;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}
.rounded-bottom {
    border-bottom-right-radius: .28rem !important;
    border-bottom-left-radius: .28rem !important;
}
.table{
	color:#808080!important;
}

.accordion .ac-item-light {
    margin-bottom: 10px;
    padding: 12px 20px;
    border-radius: 5px;
    border: 3px solid rgba(31, 45, 61, 0.05)!important;
}
.border-offwhite {
  border: 3px solid rgba(233, 233, 233, 0.50) !important;
  border-radius: .42rem;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}
.line-light {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 2px solid rgba(233, 233, 233, 0.90) !important;
  ;
}
.text-red {
  color: #DA291C !important;
}
.list-icon.list-icon-colored-red li:before {
  color: #DA291C!important;
}
.text-lg-x3, .text-lg-x3 span {
  color: #ffffff;
  font-size: 200px !important;
  line-height: 190px !important;
}