/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@font-face {
  font-family: "Gramers";
  font-weight: bold;
  src: url("../fonts/Gramers-Semi-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaStd";
  font-weight: bold;
  src: url("../fonts/FuturaStd-Book.woff") format("woff");
}
@font-face {
  font-family: "FuturaStd";
  font-weight: normal;
  src: url("../fonts/FuturaStd-Light.woff") format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(182, 177, 169);
  text-decoration: none !important;
}
a:hover {
  color: rgb(255, 171, 47);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: rgb(240, 127, 85);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  direction: ltr;
  background: rgb(230, 228, 216);
  color: rgb(44, 88, 115);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-weight: normal;
  font-family: "FuturaStd", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.container-fluid {
  max-width: 1400px;
}
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 100px 0;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-title {
  font-family: "Gramers";
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
.tbutton {
  height: 46px;
  padding: 0 24px;
  font-weight: bold;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(255, 171, 47);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(255, 171, 47);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(255, 171, 47);
  color: rgb(255, 171, 47);
}
.tbutton-primary-outline:hover {
  background: rgb(255, 171, 47);
  border-color: rgb(255, 171, 47);
  color: rgb(255, 255, 255);
}
#header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.2s ease-in-out;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.nav-toggle {
  color: rgb(44, 88, 115);
  font-size: 24px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.nav-toggle:hover {
  color: rgb(255, 171, 47);
}
.music-card {
  position: relative;
  background-color: rgba(188, 174, 147, 0.15);
  padding: 7px;
  height: 100%;
}
.music-card:hover {
  box-shadow: 1px 1px 0 rgb(44, 88, 115);
}
.album-card {
  box-shadow: 0 -10px 0 -5px rgba(188, 174, 147, 0.5), 0 -20px 0 -10px rgba(188, 174, 147, 0.5);
}
.music-list {
  counter-reset: music-counter;
}
.music-list > div {
  counter-increment: music-counter;
}
.music-list .music-card {
  display: flex;
}
.music-list .music-card .music-card-title:before {
  content: counter(music-counter, decimal) "- ";
}
.music-card-header {
  overflow: hidden;
}
.music-list .music-card-header {
  width: 70px;
  margin-right: 10px;
}
.music-card-img {
  width: 100%;
}
.music-card:hover .music-card-img {
  filter: grayscale(1);
}
.music-grid .music-card-body {
  padding: 15px 0 0;
  text-align: center;
}
.music-card-title {
  font-size: 20px;
  margin: 0;
}
.music-list .music-card-title {
  font-size: 17px;
}
.music-card-subtitle {
  font-size: 15px;
  font-weight: normal;
}
.video-card {
  position: relative;
  background-color: rgba(188, 174, 147, 0.15);
  padding: 7px;
  height: 100%;
}
.video-card:hover {
  box-shadow: 1px 1px 0 rgb(44, 88, 115);
}
.video-card-header {
  position: relative;
  overflow: hidden;
}
.video-card-header:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-card:hover .video-card-img {
  filter: grayscale(1);
}
.video-card-body {
  padding: 15px 0 0;
}
.video-card-title {
  font-size: 20px;
  margin: 0;
}
.blog-card {
  position: relative;
  background-color: rgba(188, 174, 147, 0.15);
  padding: 7px;
  height: 100%;
}
.blog-card:hover {
  box-shadow: 1px 1px 0 rgb(44, 88, 115);
}
.blog-card-header {
  position: relative;
}
.news-grid .blog-card-header {
  overflow: hidden;
}
.blog-card-header:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card:hover .blog-card-img {
  filter: grayscale(1);
}
.blog-card-body {
  padding: 15px 0 0;
}
.blog-card-title {
  font-size: 20px;
  margin: 0;
}
.artist-card {
  position: relative;
  background-color: rgba(188, 174, 147, 0.15);
  padding: 7px;
  height: 100%;
}
.artist-card-header {
  position: relative;
  overflow: hidden;
}
.artist-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.artist-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.artist-card:hover .artist-card-img {
  filter: grayscale(1);
}
.artist-card-body {
  padding: 10px 0 0;
  text-align: center;
}
.artist-card-title {
  font-size: 20px;
  margin: 0;
}
#footer {
  margin-top: auto;
}
.footer-inner a {
  color: rgb(255, 255, 255);
}
.footer-inner a:hover {
  color: rgb(0, 0, 0);
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.social-nav {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin: 0 0 0 15px;
}
.entry-media video,
.entry-media iframe {
  width: 100% !important;
}
.entry-footer iframe {
  height: 80px;
}
.entry-cover {
  position: relative;
  z-index: 1;
}
.entry-cover > img {
  width: 100%;
}
.entry-meta {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li + li {
  margin-top: 10px;
}
.entry-meta > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.entry-header + .entry-content,
.entry-footer {
  margin-top: 30px;
}
.entry-title {
  font-size: 30px;
  margin: 0;
}
.entry-subtitle {
  font-size: 20px;
  margin: 10px 0 0;
}
.entry-cover + .entry-title {
  margin-top: 15px;
}
.entry-preview-audio {
  width: 100%;
  margin: 15px 0 0;
}
.subsection + .subsection {
  margin-top: 20px;
}
.subsection-header {
  margin: 0 0 15px;
}
.subsection-title {
  font-size: 24px;
}
#header + #page-body {
  margin-top: 100px;
}
#page-header {
  padding: 100px 0 50px;
  text-align: center;
}
.page-title {
  font-family: "Gramers";
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
#page-body {
  padding: 30px 0 100px;
}
#header.sticky {
  background: rgba(230, 228, 216, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(249, 249, 249);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  transform: scale(2);
}
#navigation:before {
  background: rgb(101, 153, 153);
  background: linear-gradient(
    to right,
    rgba(101, 153, 153, 1) 0%,
    rgba(244, 121, 31, 1) 100%
  );
  border-radius: 50%;
  filter: blur(20vh);
  min-width: 500px;
  min-height: 500px;
  width: 70vh;
  height: 70vh;
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translateX(-50%);
  content: "";
  z-index: -1;
}
#navigation:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: rgb(44, 88, 115);
  font-size: 24px;
  font-weight: 200;
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
}
#navigation.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#navigation > ul {
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 0.1s linear;
  transition-delay: 0.3s;
}
#navigation.active > ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#navigation > ul > li + li {
  margin-top: 20px;
}
#navigation > ul > li > a {
  font-family: "Gramers";
  color: rgb(44, 88, 115);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1;
}
#navigation > ul > li > a:hover,
#navigation > ul > li.current-menu-item > a {
  color: rgb(255, 171, 47);
  text-shadow: 0 0 1px rgba(44, 88, 115, 0.5);
}
.section-intro {
  border-top: 2px solid rgb(44, 88, 115);
  border-bottom: 2px solid rgb(44, 88, 115);
  overflow: hidden;
}
.section-intro:before {
  background: rgb(101, 153, 153);
  background: linear-gradient(
    to right,
    rgba(101, 153, 153, 1) 0%,
    rgba(244, 121, 31, 1) 100%
  );
  border-radius: 50%;
  filter: blur(20vh);
  min-width: 500px;
  min-height: 500px;
  width: 70vh;
  height: 70vh;
  position: absolute;
  right: -5%;
  top: -5%;
  content: "";
  z-index: -1;
}
.section-intro .section-cover:before {
  padding-top: 150%;
  display: block;
  content: "";
}
.section-intro .section-cover img {
  box-shadow: 0 0 0 14px rgb(230, 228, 216), 0 0 0 15px rgb(44, 88, 115);
  border-radius: 9999px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}
.section-intro .section-title {
  background: radial-gradient(#ffa751, #ffe259);
  filter: drop-shadow(1px 1px 0px rgb(44, 88, 115));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-spacing: 100vw;
  font-size: 15vh;
  position: relative;
  z-index: 1;
}
.section-intro .section-btn {
  color: rgb(59, 48, 44);
  background-color: rgba(188, 174, 147, 0.15);
  height: 46px;
  padding: 0 40px 0 20px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section-intro .section-btn:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-left: 15px;
}
.section-intro .section-btn:hover {
  background: rgb(59, 48, 44);
  color: rgb(230, 228, 216);
}
.section-intro .social-nav > li > a {
  color: rgb(44, 88, 115);
}
#footer .social-nav > li > a {
  color: rgb(230, 228, 216);
}
.social-nav > li > a:hover {
  color: rgb(255, 171, 47) !important;
}
.footer-top {
  background: rgb(44, 88, 115);
  color: rgb(230, 228, 216);
  padding: 60px 0;
  position: relative;
}
.fblock-header {
  margin: 0 0 15px;
}
.fblock-title {
  font-size: 20px;
  margin: 0;
}
.footer-bottom {
  background: rgb(230, 228, 216);
  padding: 40px 0;
}
.copyright {
  text-align: center;
  font-weight: bold;
}
/*Plugins*/
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(187, 28, 48);
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .section-intro .section-body,
  .section-header,
  .section-footer {
    text-align: center;
  }
  .section-header .section-title + .section-nav {
    margin: 15px 0 0;
  }
  .fblock + .fblock {
    margin: 30px 0 0;
  }
  .section-intro .section-wrapper > div > div > div:first-child {
    display: none;
  }
  .section-intro .section-wrapper > div > div > div:nth-child(2) {
    padding: 0 50px 50px;
  }
  .section-intro .section-title {
    font-size: 15vw;
  }
}
@media (min-width: 768px) {
  .section-full {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-intro .section-cover:after {
    width: 1px;
    height: 300vh;
    background: rgb(44, 88, 115);
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    content: "";
    z-index: -1;
  }
  .section-intro .social-nav {
    flex-direction: column;
  }
  .section-intro .social-nav > li + li {
    margin: 15px 0 0;
  }
}
