/* -------------- COLORS -------------- */
/* ---------------------------- */
/* -------------- FRONT END -------------- */
/* ---------------------------- */
/* -------------- MIXINS -------------- */
.buttonPrimary {
  display: inline-block;
  height: 36px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  background-color: #98002e;
  border: none;
  border-color: #98002e;
  padding: 0 20px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.buttonPrimary:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #98002e;
  color: #98002e;
}
.buttonSecondary {
  display: inline-block;
  height: 36px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  background-color: #98002e;
  border: none;
  border-color: #98002e;
  padding: 0 20px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  background-color: #ffffff;
  color: #98002e;
}
.buttonSecondary:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #98002e;
  color: #98002e;
}
.buttonSecondary:hover {
  background-color: #98002e;
  color: #ffffff;
}
/* ---------------------------- */
/* -------------- MEDIA QUERIES -------------- */
/* -------------- COMMON -------------- */
html {
  width: 100%;
  height: 100%;
  display: table;
  font-size: 16px;
}
body {
  width: 100%;
  display: table-cell;
}
html,
body {
  margin: 0;
}
body {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  font-weight: 400;
  color: #242424;
  line-height: 1.625rem;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  height: 100%;
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 80px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 6px 0;
}
form {
  margin: 0;
  text-align: left;
}
ul,
ol {
  margin: 18px 0;
}
ul ul {
  margin: 8px 0;
}
ul li {
  list-style: square;
}
li {
  padding: 4px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
input,
textarea,
select {
  font-size: 16px;
  font-weight: 400;
}
textarea {
  overflow: auto;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
  margin: 0;
  padding: 0;
}
/* html5 elements */
main,
section,
article,
header,
footer,
details,
aside {
  display: block;
}
/* rarely used tags */
address {
  font-weight: bold;
}
blockquote {
  font-weight: bold;
  font-style: italic;
  margin-left: 30px;
}
code {
  font-family: Courier, monospace;
}
dt {
  margin-left: 15px;
  font-weight: bold;
}
dd {
  margin: 15px 0 15px 30px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* WordPress Classes */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #d4d4d4;
  padding-top: 4px;
  margin: 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 80%;
  line-height: 16px;
  padding: 0 4px 5px;
  margin: 0;
}
/* default WP caption for images and cbox layer styles */
.wp-caption {
  background-color: #FFFFFF;
  max-width: 610px !important;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 100%;
  font-weight: 600;
}
#cboxTitle {
  font-size: 16px;
  font-weight: 400;
}
#cboxContent {
  margin-bottom: 32px !important;
}
.wp-caption {
  border: none;
  text-align: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 1px solid #DDDDDD;
}
.wp-caption p.wp-caption-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a.img-link {
  display: inline-block;
  text-align: center;
}
hr {
  border-color: #242424;
  margin: 40px 0;
  opacity: 0.4;
}
ul.nolist {
  margin: 0;
  padding: 0;
}
ul.nolist li {
  list-style: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.container,
.container-medium,
.container-small {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1399px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .container-medium {
    width: 1370px;
  }
}
@media screen and (max-width: 1399px) {
  .container-medium {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .container-small {
    width: 970px;
  }
}
@media screen and (max-width: 999px) {
  .container-small {
    width: 100%;
  }
}
.container.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
a {
  color: #98002e;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: #98002e;
  text-decoration: underline;
}
a img {
  border: none;
}
a:visited {
  color: #98002e;
}
h1,
h2,
h3,
h4,
.fake-h1,
h2.fake-h1 {
  font-weight: bold;
  color: #98002e;
  text-transform: uppercase;
  margin: 0;
}
h1,
h2.fake-h1 {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0;
}
@media (max-width: 767px) {
  h1,
  h2.fake-h1 {
    font-size: 1.75rem;
  }
}
h2,
h1.fake-h2 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #98002e;
  text-align: center;
  padding: 40px 0 10px 0;
}
@media (max-width: 767px) {
  h2,
  h1.fake-h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 30px 0 10px 0;
}
h1.big-title,
h2.big-title,
h3.big-title,
h4.big-title {
  font-size: 2rem;
}
.bg-darken {
  background-color: rgba(0, 0, 0, 0.26);
}
.bg_primary {
  background-color: #98002e;
}
.bg_primary_dark {
  background-color: #4e131e;
}
.bg_primary_light {
  background-color: #cd1442;
}
.bg_secondary {
  background-color: #009ad9;
}
.border_panel {
  border: 4px solid rgba(255, 255, 255, 0.5);
}
/* ---------------------------- */
/* -------------- FORMS -------------- */
form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
form.wpcf7-form * {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
}
form.wpcf7-form p {
  padding: 0;
}
form.wpcf7-form .field {
  width: 100%;
  padding: 8px 12px;
}
form.wpcf7-form .field.required > label:after {
  content: '*';
  color: red;
  padding-left: 5px;
}
form.wpcf7-form .field.opt-in {
  padding-top: 0px;
}
form.wpcf7-form .field.opt-in p,
form.wpcf7-form .field.opt-in label {
  font-size: 14px;
  line-height: 16px;
}
form.wpcf7-form .field.bottom {
  display: flex;
  justify-content: space-between;
}
form.wpcf7-form label,
form.wpcf7-form label > strong {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  text-transform: none;
  line-height: 20px;
  width: 100%;
}
form.wpcf7-form label > strong {
  display: inline-block;
  padding-left: 2px;
  padding-bottom: 4px;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form textarea {
  width: 100%;
  padding: 6px 10px;
  color: #242424;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
}
form.wpcf7-form input[type="text"]:hover,
form.wpcf7-form input[type="email"]:hover,
form.wpcf7-form input[type="tel"]:hover,
form.wpcf7-form textarea:hover,
form.wpcf7-form input[type="text"]:focus,
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form input[type="tel"]:focus,
form.wpcf7-form textarea:focus {
  background-color: #ffffff;
  border-color: #98002e;
  outline: none;
}
form.wpcf7-form input[type="file"] {
  border: none;
  background-color: transparent;
}
form.wpcf7-form input[type="submit"] {
  width: auto;
  background-color: #98002e;
  border: 1px solid #98002e;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px;
}
form.wpcf7-form input[type="submit"]:hover {
  background-color: #ffffff;
  border-color: #98002e;
  color: #98002e;
  cursor: pointer;
}
form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 5px 10px 0 10px;
}
form.wpcf7-form .section {
  padding: 0;
  display: flex;
  gap: 10px;
}
form.wpcf7-form textarea {
  height: 200px;
}
form.wpcf7-form .field-half {
  width: 50%;
}
form.wpcf7-form .section {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  form.wpcf7-form .section {
    flex-wrap: wrap;
    gap: 0;
  }
  form.wpcf7-form .field-half {
    width: 100%;
  }
}
.fsm_custom_select {
  /* Custom Select */
}
.fsm_custom_select .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  height: 34px;
}
.fsm_custom_select .wpcf7-form-control-wrap::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #d2d2d2;
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 6px;
  right: 10px;
  transform: rotate(135deg);
  vertical-align: top;
  z-index: 10;
}
.fsm_custom_select .wpcf7-form-control-wrap span {
  width: 100%;
}
.fsm_custom_select .wpcf7-form-control-wrap select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
  flex: 1;
  color: #242424;
  padding: 0 10px;
  width: 100%;
  cursor: pointer;
}
.fsm_custom_select .wpcf7-form-control-wrap select::-ms-expand {
  /* Remove IE arrow */
  display: none;
}
.fsm_custom_select .wpcf7-form-control-wrap:hover,
.fsm_custom_select .wpcf7-form-control-wrap:focus {
  background-color: #ffffff;
  border-color: #98002e;
  outline: none;
}
.fsm_custom_select .wpcf7-form-control-wrap:hover select,
.fsm_custom_select .wpcf7-form-control-wrap:focus select {
  background-color: #ffffff;
}
/* ---------------------------- */
