@charset "UTF-8";
#top-bar a {
  line-height: 2rem;
  margin-left: 1rem;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}
#top-bar a.red {
  color: #fff;
  background-color: #B06161;
  font-weight: 300;
}
#top-bar a.red:hover {
  background-color: #fff;
  color: #B06161;
}

.navbar {
  padding: 0;
}
.navbar .offcanvas-title {
  font-size: 1.5rem;
  font-family: "Playfair Display", sans-serif;
}
.navbar .navbar-brand {
  font-size: 4rem;
  font-family: "Playfair Display", sans-serif;
}
.navbar .navbar-nav {
  font-size: 1.1rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.navbar .navbar-nav li:first-child {
  background-color: #B06161;
  border-radius: 4px;
}
.navbar .navbar-nav li:first-child a {
  color: #fff;
}
.navbar .navbar-nav a {
  line-height: 38px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #000;
}
.navbar .navbar-nav a:hover, .navbar .navbar-nav a.active {
  font-weight: 500;
  color: #B06161;
}
.navbar form input[type=search] {
  min-width: 250px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-image: url("../images/icons/magnifying-glass.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
.navbar form input[type=search]::placeholder {
  font-family: "Jost", sans-serif;
  font-weight: 100;
  font-size: 0.8rem;
}
.navbar form input[type=search]:focus {
  background: none;
}

#tags a {
  color: #7a7a7a;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 200;
  margin-right: 1.2rem;
}

@media only screen and (max-width: 798px) {
  .navbar .navbar-brand {
    font-size: 2.5rem;
  }
}
#carousel {
  margin-bottom: 2rem;
}
#carousel #mainCarousel {
  height: 100%;
}
#carousel #mainCarousel .carousel-inner {
  height: 100%;
}
#carousel #mainCarousel .carousel-inner .carousel-item {
  height: 100%;
}
#carousel #mainCarousel .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
}
#carousel #mainCarousel .carousel-inner .carousel-item .carousel-caption {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
#carousel #mainCarousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 2rem;
}
#carousel #carousel-selectors {
  height: 100%;
  background-color: #dfdfdf;
}
#carousel #carousel-selectors a {
  display: flex;
  align-items: center;
  padding: 1rem;
  padding-left: 2rem;
  height: 25%;
  color: #646464;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2rem;
}
#carousel #carousel-selectors a > div p {
  margin: 0;
}
#carousel #carousel-selectors a > div h3 {
  font-size: 25px;
  font-weight: bold;
}
#carousel #carousel-selectors a:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
#carousel #carousel-selectors a:hover, #carousel #carousel-selectors a.active {
  box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
  position: relative;
}
#carousel #carousel-selectors a:hover h3, #carousel #carousel-selectors a.active h3 {
  color: #B06161;
}
#carousel #carousel-selectors a:hover:before, #carousel #carousel-selectors a.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 67px 67px 67px 0;
  border-color: transparent #FFFFFF transparent transparent;
  position: absolute;
  top: 0;
  left: -67px;
  bottom: 0;
  margin: auto;
}

h3.label {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 20px;
  margin-bottom: 0.6rem;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}

.videoPlayer {
  width: 100%;
  height: 500px;
  display: block;
  background-position: center;
  background-size: cover;
  position: relative;
}
.videoPlayer i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  border-radius: 50%;
  color: #fff;
}
.videoPlayer:hover i {
  color: #DC8686;
}

.item {
  color: #000;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  position: relative;
}
.item:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.5);
}
.item.item-audio:hover {
  background-color: #7ED7C1;
  color: #000;
}
.item.item-camera:hover {
  background-color: #F0DBAF;
  color: #000;
}
.item.item-video .tag {
  border-color: #B06161 transparent transparent transparent;
}
.item.item-video .tag span {
  color: #fff;
}
.item.item-camera .tag {
  border-color: #F0DBAF transparent transparent transparent;
}
.item.item-camera .tag span {
  color: #000;
}
.item.item-audio .tag {
  border-color: #7ED7C1 transparent transparent transparent;
}
.item.item-audio .tag span {
  color: #000;
}
.item.item-clanky .tag {
  border-color: #B06161 transparent transparent transparent;
}
.item.item-clanky .tag span {
  color: #000;
}
.item .tag {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #FF4532 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
}
.item .tag i {
  position: absolute;
  font-size: 1rem;
  top: -45px;
  left: 8px;
}
.item .image {
  width: 100%;
  height: 300px;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.item .content {
  padding: 1.1rem;
}
.item .content .date-info {
  font-size: 0.8rem;
}
.item .content .date-info i {
  margin-right: 0.1rem;
}

#authors {
  background-color: #B06161;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#authors .author {
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}
#authors .author .image {
  width: 100%;
  height: 300px;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
#authors .author .content {
  padding: 1.1rem;
}
#authors .author .content .date-info {
  font-size: 0.8rem;
}
#authors .author .content .date-info i {
  margin-right: 0.1rem;
}
#authors a.email {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  color: #fff;
}
#authors p {
  color: #fff;
}

#authorDetail .author-photo {
  width: 100%;
  border-radius: 5px;
}
#authorDetail .perex {
  font-size: 1.1em;
  font-weight: 300;
  font-style: italic;
  color: #000;
}
#authorDetail .content {
  font-size: 1.1em;
  font-weight: 300;
}
#authorDetail .socials a {
  font-size: 1.5rem;
  color: #000;
  margin: 0.25rem;
}
#authorDetail .author-posts h5 {
  font-size: 1rem;
  font-weight: lighter;
}
#authorDetail .author-posts ul li {
  margin-bottom: 0.5rem;
}
#authorDetail .author-posts a {
  color: #000;
  font-weight: 300;
}
#authorDetail .author-posts a:hover {
  color: #B06161;
}
#authorDetail .author-posts .date {
  font-size: 0.8rem;
  display: block;
}

:root {
  --color1: #111	;
  --color2: #000;
}

.newsletter-panel-container {
  height: 100%;
  background-image: linear-gradient(to bottom right, var(--color1), var(--color2));
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: #fff;
  display: flex;
  align-items: center;
}
.newsletter-panel-container .socials {
  margin-top: 2.5rem;
  text-align: center;
}
.newsletter-panel-container .socials a {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.newsletter-panel-container h3 {
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.newsletter-panel-container input::placeholder {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.newsletter-panel-container input, .newsletter-panel-container button {
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  display: block;
  padding: 7px 10px;
  margin: 15px 0;
  width: 100%;
}

.newsletter-panel-container small {
  font-size: 0.75em;
  line-height: 10px;
  opacity: 0.5;
}

.newsletter-panel-container small:first-of-type {
  text-transform: uppercase;
}

.shares-buttons {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: right;
}
.shares-buttons a.socials-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 5px;
}
.shares-buttons a.socials-btn.facebook {
  background-color: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
}
.shares-buttons a.socials-btn.facebook:hover {
  color: #3b5998;
  border: 1px solid #3b5998;
  background-color: #fff;
}
.shares-buttons a.socials-btn.twitter {
  background-color: #1D9BF9;
  color: #fff;
  border: 1px solid #1D9BF9;
}
.shares-buttons a.socials-btn.twitter:hover {
  color: #1D9BF9;
  border: 1px solid #1D9BF9;
  background-color: #fff;
}
.shares-buttons a.socials-btn.pinterest {
  background-color: #EC0023;
  color: #fff;
  border: 1px solid #EC0023;
}
.shares-buttons a.socials-btn.pinterest:hover {
  color: #EC0023;
  border: 1px solid #EC0023;
  background-color: #fff;
}
.shares-buttons a.socials-btn.email {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.shares-buttons a.socials-btn.email:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}

footer {
  box-shadow: 0px -15px 15px -3px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #000;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
footer .footer-copyright {
  padding-top: 25px;
  font-size: 0.8rem;
  color: #7a7a7a;
}
footer h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  font-weight: 300;
  text-align: center;
  max-width: 90%;
  margin-bottom: 2rem;
}
footer .cards {
  max-height: 50px;
}
footer .socials {
  font-size: 1.8rem;
}
footer .socials a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
footer a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 400;
  transition: 0.3s ease-in;
  border-bottom: 1px solid transparent;
  margin-bottom: 0.5rem;
  display: inline-flex;
}
footer a:hover {
  border-bottom: 1px solid var(--dark);
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer .flex {
  display: flex;
}
footer form {
  max-width: 300px;
  margin: 0 auto;
}
footer form input[type=email] {
  display: block;
  margin: 0 auto;
  min-width: 250px;
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
footer form input[type=email]::placeholder {
  font-family: "Jost", sans-serif;
  font-weight: 100;
  font-size: 1rem;
}
footer form input[type=email]:focus {
  background: none;
}
footer form input[type=sumit] {
  background-color: #000;
  color: #fff;
}

:root {
  --whiteSubscription: #fff;
  --graySubscription: #e8e8e8;
}

.widget-subscriptions .subscription {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom right, var(--whiteSubscription), var(--graySubscription));
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  color: #000;
  border: 1px solid #d7d7d7;
}
.widget-subscriptions .subscription .small {
  font-size: 0.75em;
  line-height: 10px;
  opacity: 0.5;
}
.widget-subscriptions .subscription .price {
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-subscriptions .subscription ul {
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.widget-subscriptions .subscription ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.widget-subscriptions .subscription a.btn {
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 1.2rem;
}
.widget-subscriptions .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.widget-subscriptions .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.widget-subscriptions .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.widget-subscriptions .carousel-indicators .active {
  background-color: #B06161;
}

#paginator .page-item a {
  color: #000;
}
#paginator .page-item.active span {
  background-color: #000;
  border-color: #000;
}

#category p a {
  color: #B06161;
}
#category .tags a {
  color: #7a7a7a;
}
#category .tags a:hover, #category .tags a.active {
  font-weight: bold;
}
#category span.label {
  font-weight: 300;
}
#category .sort-controller a {
  color: #B06161;
  text-decoration: none;
}
#category .sort-controller a:hover, #category .sort-controller a.active {
  font-weight: bold;
}

#detail {
  position: relative;
}
#detail .headline {
  width: 100%;
  height: 750px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
#detail .headline > div {
  display: flex;
  align-items: end;
  height: 100%;
}
#detail .headline > div .headline-line {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
#detail .headline > div .headline-line .info {
  padding-top: 1rem;
  border-top: 1px solid #d7d7d7;
}
#detail .headline > div .headline-line a {
  text-decoration: none;
  color: #646464;
}
#detail .perex {
  font-size: 1.1em;
  font-weight: 300;
  font-style: italic;
  color: #000;
}
#detail .content {
  font-size: 1.1em;
  font-style: normal;
  color: #000;
}
#detail .content h2 {
  margin-top: 2rem;
}
#detail .content h3 {
  margin-top: 1rem;
}
#detail .content img {
  margin-bottom: 1rem;
}
#detail .content iframe {
  width: 100%;
  height: 500px;
}
#detail .photo-label {
  color: #7a7a7a;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  display: block;
}
#detail #author-controller {
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #d7d7d7;
}
#detail #author-controller .socials a {
  margin: 0.25rem;
}
#detail #author-controller .author-avatar img {
  border-radius: 5px;
  max-width: 100px;
}
#detail #author-controller .author-posts h5 {
  font-size: 1rem;
  font-weight: lighter;
}
#detail #author-controller .author-posts ul li {
  margin-bottom: 0.5rem;
}
#detail #author-controller .author-posts a {
  color: #000;
  font-weight: 300;
}
#detail #author-controller .author-posts a:hover {
  color: #B06161;
}
#detail #author-controller .author-posts .date {
  font-size: 0.8rem;
  display: block;
}
#detail #author-controller .author {
  display: flex;
}
#detail #author-controller .author img {
  border-radius: 5px;
  float: left;
  margin-right: 1rem;
}
#detail #author-controller .author a {
  color: #000;
  font-weight: 200;
}
#detail #content-recommend a:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0px 15px 15px -3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  #detail .headline {
    height: 350px;
  }
}
.contact-container {
  max-width: 800px;
  margin: 0 auto;
}
.contact-container .row > div > div {
  min-height: 345px;
}
.contact-container .icFile {
  font-weight: 300;
  font-style: italic;
}
.contact-container .email {
  color: #B06161;
  margin-bottom: 1rem;
  display: block;
}
.contact-container a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
}
.contact-container .contactDetail p {
  margin-bottom: 0.3rem;
}
.contact-container .contactDetail strong {
  font-weight: 300;
  font-style: italic;
}

#welcomeModal .btn-close {
  float: right;
}
#welcomeModal a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
#welcomeModal img {
  max-width: 100%;
}
#welcomeModal .btn-register {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #B06161;
  border: 1px solid #B06161;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}
#welcomeModal .btn-register:hover {
  color: #B06161;
  border: 1px solid #B06161;
  background-color: #fff;
}

.header .underline-hover {
  --s: 0.3em;
  --c: #a90d0d;
  padding-bottom: var(--s);
  background: linear-gradient(90deg, var(--c) 50%, #000 0) calc(100% - var(--_p,0%))/200% 100%, linear-gradient(var(--c) 0 0) 0% 100%/var(--_p, 0%) var(--s) no-repeat;
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  transition: 0.5s;
  font-weight: lighter;
}
.header .underline-hover:hover {
  color: #B06161;
  --_p: 100% ;
}

#partnersCarouselContainer img {
  max-width: 85%;
  max-height: 100px;
}

.add-comment-link {
  float: right;
}

.comments-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

#add-comment {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#add-comment h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#add-comment .comment-input {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 16px;
}
#add-comment .submit-comment {
  display: block;
  width: 100%;
  background-color: #B06161;
  color: white;
  padding: 10px 20px;
  border: 1px solid #B06161;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
#add-comment .submit-comment:hover {
  background-color: #fff;
  border: 1px solid #B06161;
  color: #B06161;
}

.comment {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.comment .comment-author {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.comment .comment-date {
  font-size: 14px;
  color: #777;
  float: right;
  margin-bottom: 10px;
}
.comment .comment-text {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: "Jost", sans-serif;
}

h1 {
  font-family: "Playfair Display", sans-serif;
}

h2 {
  font-family: "Playfair Display", sans-serif;
}

h3 {
  font-family: "Playfair Display", sans-serif;
}

h4 {
  font-family: "Playfair Display", sans-serif;
}

h5 {
  font-family: "Playfair Display", sans-serif;
}

h6 {
  font-family: "Playfair Display", sans-serif;
}

a {
  text-decoration: none;
}

.btn.btn-black {
  color: #fff;
  background-color: #000;
}

.btn-red {
  color: #fff;
  background-color: #B06161;
  border: 5px;
}

.img-thumbnail {
  border: 0;
  padding: 0;
}

.sl-overlay {
  background-color: #000 !important;
}

.video-js {
  display: block;
  width: 100%;
  height: 500px;
}

blockquote p {
  font-size: 1.25rem;
  text-align: center;
}
blockquote > p:nth-child(1) {
  color: #B06161;
}
blockquote > p:nth-child(2) {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
blockquote > p:nth-child(2):before {
  content: "— ";
}

/*# sourceMappingURL=style.css.map */
