/*
Theme Name: wen-business child
Template: wen-business
*/
body {
  font-size: 18px;
  color: #000;
  background: #fff;
}
p {
  font-size: 18px;
  color: #000;
}
.entry-header .entry-title {
  font-size: 38px;
  font-weight: 800;
  color: #000;
}
h1,
h2 {
  color: #001852;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
  color: #7099ff;
}
h4 {
  font-size: 21px;
  color: #7099ff;
}
.wp-block-image img {
  border-radius: 20px;
}
.wp-block-columns {
  margin-bottom: 10px;
}
.wp-block-table {
  margin-bottom: 0;
}
.mb-cov {
  margin-bottom: 25px;
}
.mb-cov .wp-block-cover__background {
  border-radius: 20px;
}
.theme-block .wp-block-column {
  padding: 20px;
  background: #eaf0ff;
  border-radius: 10px;
  border-bottom: 5px solid #001852;
}
.theme-simple {
  padding: 20px;
  box-shadow: 0 0 10px #00000039;
  border-bottom: 5px solid #7099ff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.theme-simple h3 {
  color: #7099ff;
}
.entry-content .theme-list {
  padding-left: 45px;
}
.entry-content .theme-list li {
  list-style-image: url(https://www.hardlineproductions.ca/wp-content/uploads/2023/05/mark.png);
}
.entry-content .theme-list li:not(:last-child) {
  margin-bottom: 15px;
}
#masthead {
  background: #001852;
}
#masthead .container {
  display: flex;
  align-items: center;
}
#site-navigation {
  margin-left: auto;
}
.custom-logo {
  width: 120px;
}
.site-header {
  min-height: 90px;
  padding: 20px 0;
  margin-bottom: 20px;
}
#site-navigation li.current_page_item a,
#site-navigation li.current-menu-item a {
  color: #7099ff;
}
#site-navigation .current_page_item a::after {
  background-color: #7099ff;
}
#site-navigation ul li a {
  color: #fff;
  padding: 5px 2px 15px;
}
#site-navigation ul li a:hover {
  color: #fff;
}
#studio-section,
#overview-section,
#presentation-section,
#movie-theaters-section,
#production-section,
#mice--men-section,
#other-section {
  margin-bottom: 25px;
}
#presentation-section .wp-block-cover__background {
  border-radius: 20px;
}
#presentation-section img {
  width: 100%;
}
#presentation-section .theme-block .wp-block-column {
  background-color: #fff;
  border-bottom: 5px solid #7099ff;
}
#movie-theaters-section img {
  width: 100%;
}
#other-section .wp-block-cover__background {
  border-radius: 20px;
}
.site-info {
  text-align: center;
  color: #fff;
}
footer#colophon {
  background-color: #001852;
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1200px) {
  #site-navigation ul {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .theme-col {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .entry-header .entry-title {
    font-size: 30px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
    color: #7099ff;
  }
  h4 {
    font-size: 18px;
    color: #7099ff;
  }
}