/*
Theme Name: Luxury Child
Template: luxury
*/
@font-face {
  font-family: "toronto-subway-bold";
  src: url("fonts/0ed184520dd88f3b68c1d9e479339ec4.eot"); /* IE9 Compat Modes */
  src: url("fonts/0ed184520dd88f3b68c1d9e479339ec4.eot?#iefix") format("embedded-opentype"), url("fonts/0ed184520dd88f3b68c1d9e479339ec4.woff2") format("woff2"), url("fonts/0ed184520dd88f3b68c1d9e479339ec4.woff") format("woff"), url("fonts/0ed184520dd88f3b68c1d9e479339ec4.ttf") format("truetype"), url("fonts/0ed184520dd88f3b68c1d9e479339ec4.svg#Toronto") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
  color: #6D0016;
}

button, .button, a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, a.more-link, #submit, input[type=submit], input#submit, input.button, #wrapper #infinite-handle button, .wp-block-button a {
  background-color: #6D0016;
  color: white !important;
}

button:hover, .button:hover, a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, a.more-link:hover, input[type=submit]:hover, #submit:hover, input#submit:hover, input.button:hover, #wrapper #infinite-handle button:hover, .wp-block-button a:hover {
  background-color: rgb(83.5, 0, 16.8532110092);
}

a, a:link, a:visited {
  color: #333;
  text-decoration-color: #6D0016;
}
a:hover, a:link:hover, a:visited:hover {
  color: #6D0016;
}

div.footer a, div.footer a:link, div.footer a:visited {
  color: white;
  text-decoration-color: white;
}
div.footer a:hover, div.footer a:link:hover, div.footer a:visited:hover {
  color: #999;
}

body {
  font-family: "toronto-subway-bold" !important;
}

.content {
  max-width: 1440px;
}

.post-holder, .page-holder, .blog-holder, .archive-holder {
  max-width: 1280px;
}

div.article p {
  font-size: 18px;
}

.footer-award {
  text-align: center;
}
.footer-award p {
  margin: 0 auto;
  padding: 0;
  max-width: 350px;
}

.menu a {
  font-size: 18px;
}

.light-header-text .menu a {
  color: rgba(255, 255, 255, 0.75);
}

.navigation-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 48px;
  margin: 96px 0;
}
@media (max-width: 960px) {
  .navigation-block {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 72px;
  }
}
.navigation-block .block-card {
  text-align: center;
}
.navigation-block .block-card .img-wrap {
  background-color: #6D0016;
  border-radius: 5px;
  overflow: hidden;
}
.navigation-block .block-card img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.navigation-block .block-card img:hover {
  opacity: 0.8;
}
.navigation-block .block-card h3 {
  font-size: 2em;
  margin: 24px 0 18px;
}
.navigation-block .block-card p {
  margin: 0 0 32px;
  line-height: 1.3;
}
.navigation-block .block-card .cta {
  background-color: #6D0016;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s;
}
.navigation-block .block-card .cta:hover {
  background-color: rgb(83.5, 0, 16.8532110092);
}

.video-cta-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 48px;
  margin: 24px 0 72px;
}
@media (max-width: 960px) {
  .video-cta-block {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 48px;
  }
}
.video-cta-block .block-card {
  position: relative;
}
.video-cta-block .block-card h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 24px;
  margin: 0;
  box-sizing: border-box;
  color: white;
  line-height: 1.1;
  pointer-events: none;
}
@media (max-width: 960px) {
  .video-cta-block .block-card h3 {
    font-size: 32px;
  }
}
.video-cta-block .video-wrap {
  padding-top: 100%;
  width: 100%;
  display: block;
  position: relative;
  background-color: #6D0016;
  border-radius: 5px;
  overflow: hidden;
}
.video-cta-block .video-wrap:hover video {
  opacity: 1;
}
.video-cta-block video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s;
}

.video-categories {
  margin-top: 48px;
}
.video-categories h2 {
  text-align: center;
  font-family: "toronto-subway-bold" !important;
  font-size: 28px;
  margin: 0 0 12px;
}
.video-categories__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
@media (max-width: 960px) {
  .video-categories__grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }
}
@media (max-width: 600px) {
  .video-categories__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 6px;
    grid-column-gap: 0;
  }
}
.video-categories__grid button {
  height: 50px;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .video-categories__grid button {
    height: 40px;
  }
}
.video-categories__grid button.active {
  border-bottom: solid 12px rgb(83.5, 0, 16.8532110092);
}

.video-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}
@media (max-width: 960px) {
  .video-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .video-list {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.video-list .video-item span {
  color: white;
  background: #6D0016;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px;
  border-radius: 45.5px;
  text-transform: uppercase;
  margin-top: 6px;
}
.video-list .video-item h3 {
  margin: 12px 0 0;
  font-size: 20px;
}
@media (max-width: 600px) {
  .video-list .video-item h3 {
    font-size: 26px;
  }
}

.footer-tagline {
  text-align: center;
  margin: 0 auto !important;
  padding: 48px 12px 0 !important;
  font-weight: normal;
  font-style: italic;
}
.footer-tagline b {
  font-weight: bold;
  color: white;
  font-style: normal;
}

.footer-menu {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}
.footer-menu ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin: 0;
}
.footer-menu ul li {
  padding: 0;
  list-style-type: none;
  margin: 0 12px;
  font-size: 18px;
}
.footer-menu ul .sub-menu {
  margin: 6px 0 0;
  display: none;
}
.footer-menu ul .sub-menu li {
  font-size: 14px;
}

.footer-widgets {
  padding: 36px 0 0;
}

.footer-widgets .widget:only-child {
  width: 100%;
  text-align: center;
}
.footer-widgets .widget:only-child .footer-widget {
  padding: 0;
}

.footer-information .content {
  padding: 12px;
}
/*# sourceMappingURL=style.css.map */
