body {
  font-family: "Madefor", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}

.post-single button[data-hook="image-expand-button"] {
	display: none;
}

#page-404 {
  margin-top: 70px;
  padding: 30px;
}

#page-404 p {
  font-weight: 600;
  letter-spacing: .05em;
  margin: 3vh 0 0 0;
}

#page-404 h1 {
  font-size: 15vw;
  font-weight: 400;
  margin: auto;
}

#page-404 a {
  display: inline-block;
  padding: 10px;
  background-color: #000;
  text-decoration: none;
  margin-top: 20px;
  color: #fff;
  border-radius: 50px;
  width: 170px;
  text-align: center;
}

#header-social-icons {
  max-width: 900px;
  margin: auto;
}
#header-social-icons svg {
  margin: 7px;
}

#burger-menu {
  display: none;
}

#follow-us-sidebar div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#follow-us-sidebar svg {
  margin: 12px;
}

#header-logo-div img,
#header-logo-div > div {
  letter-spacing: 0.48em;
  margin: auto;
  max-width: 90%;
}

header nav {
  display: flex;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

header nav ul {
  list-style: none;
  display: flex;
  margin: auto;
}

header nav > ul > li {
  display: flex;
  width: 185px;
  height: 50px;
  border-right: 1px solid;
}

header nav > ul > li:first-child {
  border-left: 1px solid;
}

header nav ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

header nav > ul > li a:hover {
  color: #e63f52;
}

header .show-ul-on-hover:hover + .show-ul-for-hover,
header .relative:hover .show-ul-for-hover {
  display: flex;
}

header .show-ul-for-hover {
  flex-direction: column;
  width: 100%;
  bottom: -50px;
  height: 50px;
  padding: 0;
  border: 1px solid #000;
  z-index: 1;
}

#latest-issue-iframe-container {
  max-width: 900px;
  margin: 10px auto;
  height: 600px;
}

#latest-issue-iframe-container iframe {
  height: 100%;
  width: 100%;
  border: unset;
}

header .show-ul-for-hover li,
header .show-ul-for-hover li a {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

header .show-ul-for-hover li {
  height: 50px;
  display: block;
}

#home-featured-posts > div {
  margin: 70px auto;
  border: 1px solid #000;
  width: 850px;
  max-width: 95%;
}

#home-featured-posts img {
  width: 850px;
  height: 480px;
  max-width: 100%;
  object-fit: cover;
}

#home-featured-posts > div > span {
  top: -25px;
  left: 25px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  letter-spacing: 0.4em;
  color: #e63f52;
}

.post-info {
  display: table-cell;
  width: 100%;
  padding: 24px;
  padding-bottom: 35px;
}

.post-info h3 {
  margin-top: 30px;
}

#nominations-cards {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nominations-card {
  width: 368px;
  height: 620px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.post-single .wp-block-group {
	display: flex;
}
.post-single .wp-block-group figure,
.post-single .wp-block-group p {
	flex: 1;
}
.post-single .wp-block-group figure {
	display: flex;
    flex-direction: column;
}
.post-single .wp-block-group p {
	padding: 10px;
}

.post-single figcaption em {
	display: flex;
	justify-content: center;
}

.nominations-card p {
  height: 120px;
}

.nominations-card img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.nominations-card h2 {
  border-bottom: 4px solid rgb(230 63 82);
}

#homepage-container {
  display: flex;
  max-width: 1500px;
  margin: auto;
  border-top: 1px solid #000;
}

#page-about {
  display: flex;
  flex-wrap: wrap;
  max-width: 1800px;
}

#page-about div {
  width: 300px;
  padding: 20px;
  max-width: 100%;
}

#page-about img {
  max-height: 900px;
  max-width: 100%;
}

#page-contact input,
#page-contact textarea,
#page-faqs input,
#page-faqs textarea {
  border-top: none;
  border-left: none;
  border-right: none;
}

.two-divs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-divs > div {
  margin: auto;
  width: 45%;
}

#page-back-issues {
  margin: 10px auto;
  width: 900px;
  max-width: 100%;
  border: 1px solid;
  padding: 10px;
}
#page-back-issues img {
  width: 295px;
  max-width: 100%;
}
#page-back-issues > div {
  display: flex;
  flex-wrap: wrap;
}

#page-back-issues span {
  background-color: #e63f52;
  padding: 10px;
  width: fit-content;
  color: #fff;
  margin: auto;
  margin-top: -15px;
}

#page-back-issues a {
  color: black;
}

#page-back-issues a > svg {
  margin-bottom: -2px;
}

#page-back-issues > div > div {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
}

#homepage-container > div {
  width: 33.33%;
}

#homepage-container > div:first-child {
  width: 66.66%;
  border-right: 1px solid #000;
}

#homepage-container > div > div {
  float: left;
  padding: 30px 60px;
}

#homepage-container > div:first-child > div {
  float: right;
}

#close-header {
  display: none;
}

#read-niche,
#newsletter,
#advertise-form,
#homepage-container > div > div > h2,
#the-editor p:first-child,
#the-designer p:first-child,
#follow-us-sidebar p {
  letter-spacing: 0.4em;
  font-weight: 500;
}

#newsletter form {
  justify-content: center;
}

#newsletter label,
#advertise-form label {
  display: none;
}

#wpforms-form-20 button[type="submit"] {
  width: 150px;
}

#newsletter .tnp-email {
  border-bottom: 1px solid;
  margin: 0 -5px;
}

#newsletter input[type="submit"],
#advertise-form input[type="submit"] {
  background-color: #e63f52;
  color: #fff;
  cursor: pointer;
}

#read-niche img {
  width: 344px;
}

#the-editor img,
#the-designer img {
  width: 350px;
  border: 1px solid #000;
}

.wpforms-field-container input {
  max-width: unset !important;
}

.homepage-post,
.news-page-post {
  display: flex;
  flex-direction: column;
  width: 450px;
  margin-bottom: 20px;
  border: 1px solid #000;
}

.homepage-post {
	flex-direction: row;
	width: 700px;
  text-align: left;
}
.homepage-post img {
	width: 330px !important;
	height: 440px !important;
}

.homepage-post > div,
.homepage-post > img,
.news-page-post > div,
.news-page-post > img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.homepage-post > div > div {
  padding: 40px 20px;
}
.homepage-post p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news-page-post p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-page-post > div > div {
  padding: 20px;
  text-align: left;
}

.homepage-post a,
.news-page-post a,
#home-featured-posts a {
  text-decoration: none;
  color: unset;
}

.homepage-post span,
.news-page-post span {
  display: block;
}

#post-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#post-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: contain;
}

.post-single p {
  line-height: 2;
}

.category {
  display: inline-block !important;
  padding: 5px 10px;
  margin-top: 10px;
  background-color: #e63f52;
  color: #fff;
}

.more-posts {
  padding: 5px 10px;
  margin: auto;
  margin-top: 50px;
  background-color: #e63f52;
  color: #fff;
  text-decoration: none;
  width: 120px;
  display: flex;
  justify-content: center;
}

.tnp-subscription form {
  display: flex;
}

#back-to-top {
  cursor: pointer;
  display: none;
  position: fixed;
  width: fit-content;
  bottom: 50px;
  right: 15px;
}

.share-post {
  cursor: pointer;
}

#mobile-bottom-navigation {
  display: none;
}

#homepage-subscribe {
  background-color: #fafafa;
  width: 100%;
}

#homepage-subscribe > div {
  max-width: 700px;
  margin: auto;
  padding: 10px;
}

#homepage-subscribe span {
  cursor: pointer;
  display: block;
  margin: auto;
  text-align: center;
}

#wpforms-form-20 input {
  border-top: unset;
  border-right: unset;
  border-left: unset;
}

#wpforms-20-field_1-container,
#wpforms-20-field_2-container {
  display: inline-block;
  width: 47.5%;
}
#wpforms-20-field_1-container {margin-right: 4%;}

#wpforms-form-20 .wpforms-submit-container {
  margin: auto;
  text-align: center;
}

#awards-page-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  max-width: 900px;
  text-align: center;
}

#awards-page-top span,
#awards-page-second span,
#awards-page-second a {
  background-color: #f500b8;
  text-align: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

#awards-page-second a {
max-width: 250px;
    margin: auto;
}

#awards-page-top img,
#awards-page-top div {
  max-width: 100%;
  width: 440px;
  text-align: left;
}

#awards-page-top h2 {
  letter-spacing: 0.2em;
  font-size: 50px;
  text-align: center;
  margin: 0;
  line-height: 0.9;
}

#awards-page-top h5 {
  letter-spacing: 0.18em;
  font-size: 17px;
}

#awards-page-second li {
  width: fit-content;
  margin: auto;
}

#page-directory .main-image {
  max-width: 100%;
  width: 480px;
  margin: auto;
  display: block;
}

#page-directory .section-top a {
  color: #3890d1;
  font-weight: 700;
  padding: 5px;
}

#page-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1280px;
}

#page-team > div {
  padding: 10px;
  border: 1px solid #e8e6e6;
  width: 320px;
  margin-bottom: 10px;
}

#page-team a {
  color: #000;
  display: block;
  margin-top: 10px;
}

#page-team img {
  width: 300px;
  object-fit: cover;
  max-width: 100%;
  height: 300px;
}

#directory-section-second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#directory-section-second img,
#directory-section-second div {
  width: 400px;
  max-width: 100%;
}

#page-directory .section-top div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.directory-cards-section {
  display: flex;
}

.directory-cards-section h2 {
  font-size: 46px;
  margin: 0;
  margin-right: 5px;
  background-color: #3890d1;
  color: #fff;
  padding: 10px;
}

.directory-cards {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.directory-card {
  width: 250px;
  border: 1px solid #000;
  margin-bottom: 20px;
}

.directory-card img {
  max-width: 100%;
}

.directory-card-top {
  display: table-cell;
  height: 330px;
  width: 100%;
  padding: 10px;
}

.directory-card-top > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.directory-card-top:hover .directory-card-description {
  display: block;
}
.directory-card-top:hover .directory-card-image {
  display: none;
}

.directory-card-top h3 {
  color: #fff;
  margin: 0;
  padding: 10px;
  background-color: #595959;
}

.directory-card-middle {
  font-size: 25px;
  height: 50px;
  padding: 2px 5px;
  background-color: #3890d1;
}

.directory-card-middle h3 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 300;
}

.news-categories span {
  padding: 5px;
  cursor: pointer;
}

#faq-questions {
  margin-top: 10px;
}
.news-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px !important;
}
.page-news .search {
  margin-top: 0;
}

.page-news > div {
  margin-bottom: 10px;
}

.search {
  position: relative;
  margin-top: 30px;
  text-align: right;
  margin-bottom: 30px;
}
.search input {
  width: 250px;
  max-width: 100%;
  border: unset;
  border-bottom: 1px solid;
  padding: 5px 0;
}

.search input:focus,
.search input:active {
  border: unset;
  border-bottom: 1px solid;
  outline: none;
}
.search button {
  position: absolute;
  background: unset;
  border: unset;
  right: -10px;
  top: -5px;
  padding: 0;
}
#faqs-categories {
  margin-top: 30px;
  display: flex;
}
#faqs-categories span {
  padding: 10px 20px;
  cursor: pointer;
}
#faqs-categories span.active {
  border-bottom: 2px solid;
}
.faq-question {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-title svg {
  min-width: 24px;
}
.faq-content {
  margin: 30px 0;
  margin-top: 0;
  display: none;
}
.faq-question .social-links {
  margin: 10px 0;
}
.faq-question .social-links svg {
  cursor: pointer;
}
#faq-questions .opened .faq-content {
  display: block;
  transition: transform 0.3s ease;
}
#faq-questions .opened .faq-title svg {
  transform: scaleY(-1);
  transition: transform 0.3s ease;
}

.faq-question .button {
  background-color: #e63f52;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
  padding: 10px;
  color: #fff;
}

#related-posts {
    max-width: 1000px ;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.related-post {
  width: 290px;
  border: 1px solid;
}

.related-post h2 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-post img {
  width: 100%;
  max-width: 100%;
  height: 170px;
  object-fit: cover;
}

.directory-card-description {
  background-color: #decaa4;
  font-size: 13px;
    padding: 5px;
}

.directory-card-footer {
  background-color: #decaa4;
  text-align: center;
  padding: 10px;
}

.footer-container {
  border-top: 8px solid #e63f52;
  background-color: #43484d;
}

.section {
  margin: 30px auto;
  padding: 10px;
  max-width: 900px;
}

.four-imgs {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}
.faq-content img {
  width: 290px;
  object-fit: contain;
}
.four-imgs img {
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
}

.post-single {
  border: 1px solid;
  padding: 40px 50px;
  width: 900px;
  max-width: 95%;
}

.post-single img {
  max-width: 100%;
}

.post-single a {
  color: #e63f52;
}

#share-post-links {
  padding: 10px 0;
}

#share-post-links svg {
  margin: 10px;
}

.footer-container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1400px;
  margin: auto;
  color: #fff;
}

.footer-container > div > div {
  margin-bottom: 40px;
}

.footer-container > div > div:last-child {
  direction: rtl;
}

.footer-container h2 {
  font-size: 36px;
}

.footer-container a {
  margin-top: 5px;
}

#footer-social-icons span {
  display: inline-flex;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 20px;
}

footer .copyright {
  background-color: #e8e6e6;
  padding: 5px; 
}

footer .copyright p {
  margin: 5px; 
}

.post-tag {
  display: inline-block;
  padding: 10px;
  border: 1px solid #000;
  color: #000 !important;
  margin: 10px 0;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  #close-header {
    direction: rtl;
    display: block;
  }
  header nav {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: #fff;
    top: 0;
    z-index: 2;
    padding: 60px 0;
  }
  header nav ul {
    padding: 0;
    flex-direction: column;
  }
  header nav li {
    margin: auto;
    border: unset !important;
    flex-direction: column;
  }
  header nav > ul > li:last-child {
    margin-top: 60px;
  }
  header nav li.relative > a {
    margin-top: 20px;
  }
  header nav li ul {
    margin-top: 20px;
    display: block !important;
    position: unset !important;
    border: unset !important;
  }
  #burger-menu {
    display: inline-block;
  }
  #header-social-icons {
    display: flex;
    justify-content: space-between;
  }
  #homepage-container {
    flex-wrap: wrap;
  }
  #homepage-container > div {
    text-align: center;
    width: 100%;
  }
  #homepage-container > div:first-child {
    width: 100%;
    border-right: none;
  }
  #homepage-container > div > div {
    float: none;
    padding: 15px;
  }
  #homepage-container > div:first-child > div {
    float: none;
  }
  .homepage-post,
  .news-page-post {
    flex-direction: column;
    width: 100%;
  }
  .homepage-post > div,
  .homepage-post > img,
  .news-page-post > div,
  .news-page-post > img {
    width: 100% !important;
    height: auto;
  }
	.homepage-post > img {
		height: 300px !important;
	}
  .homepage-post > div > div,
  .news-page-post > div > div {
    padding: 20px;
  }
  #wpforms-20-field_1-container,
  #wpforms-20-field_2-container {
    display: inline-block;
    width: 100%;
  }
  #the-designer img,
  #the-editor img,
  #read-niche img {
    max-width: 100%;
  }
  #mobile-bottom-navigation {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 1px -6px 20px 0px rgba(0, 0, 0, 0.1);
  }
  #mobile-bottom-navigation > a {
    padding: 15px;
    text-align: center;
    width: 100px;
  }
  #mobile-bottom-navigation > a > svg {
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
	#back-to-top {
	  bottom: 100px;
	}
}

@media screen and (max-width: 768px) {
  #latest-issue-iframe-container {
    height: 450px;
  }
  #awards-page-top h2 {
    letter-spacing: 0.1em;
    font-size: 30px;
    margin-top: 10px;
  }
  #page-back-issues {
    border: unset;
    padding: 0;
  }
  #page-back-issues > h2,
  #page-back-issues > p {
    margin: 10px;
  }
  .two-divs > div {
    width: 500px;
    max-width: 100%;
  }
  .post-single {
    padding: 10px;
  }
  .post-single .wp-block-group {
	display: unset;
   }
   .post-single .wp-block-group p {
	 padding: unset;
   }
}

.hover-active:hover {color: #e63f52 !important;cursor: pointer;}
.active {color: #e63f52 !important;cursor: auto;}
.active-on-hover:hover {color: #e63f52 !important;cursor: pointer;}
.relative {position: relative;}
.absolute {position: absolute;}
.hidden {display: none;}
.unset-link {text-decoration: none;color: inherit;}
.m-auto {margin: auto;}
.my-20 {margin-top: 20px;margin-bottom: 20px;}
.mb-0 {margin-bottom: 0;}
.p-0 {padding: 0;}
.fit-content {width: fit-content;}
.text-center {text-align: center;}
.underline {text-decoration: underline;}
.block {display: block;}
.inline-block {display: inline-block;}
.max-w-100 {max-width: 100%;}
.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.justify-center {justify-content: center;}
.justify-between {justify-content: space-between;}
.m-10-auto {margin: 10px auto;}
.p-10-0 {padding: 10px 0;}
.m-10-0 {margin: 10px 0;}
.m-10 {margin: 10px;}
.max-w-1000px {max-width: 1000px;}
.m-auto-0 {margin: auto 0;}
.mb-20 {margin-bottom: 20px;}
.pointer {cursor: pointer !important;}