* {
  position: relative;
  box-sizing: border-box;  
  margin: 0;
  padding: 0;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: 400;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
}

body,
html {
  width: 100%;
  height: auto;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}

a {
  cursor: pointer;
  text-decoration: none;  
}

img {
  display: block;
  max-width: 100%;
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.scale {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

*:focus {
  outline: none !important;
}

::placeholder {
  color: #bebebe;
  opacity: 1;
  font-style: italic;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #bebebe;
  opacity: 1;
  font-style: italic;
  font-weight: 400;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.hc {
  justify-content: center;
}

.he {
  justify-content: flex-end;
}

.vc {
  align-items: center;
}

.ve {
  align-items: flex-end;
}

.button {
  width: max-content;
  height: 40px;
}

.button.wide {
  width: 100%;
}

.button.progress {
  pointer-events: none;
}

.button:not(.progress) i.fa-spinner,
.button.progress i:not(.fa-spinner) {
  display: none;
}

.button.progress i.fa-spinner {
  display: block;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;  
}

.button span.text {
  width: max-content;
  height: 100%;
  padding: 0 30px;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.button.wide span.text {
  width: 100%;
}

.button span.icon {
  width: 40px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  margin-left: 2px;
}

.button span.icon i {
  font-size: 16px;
}

.button-orange-white span.text,
.button-orange-black span.text {
  background: #f6921e;
  color: #ffffff;
}

.button-black-black span.text,
.button-black-orange span.text {
  background: #000000;
  color: #ffffff;
}

.button-orange-white span.icon {
  background: #ffffff;
  color: #000000;
}

.button-black-orange span.icon {
  background: #f6921e;
  color: #ffffff;
}

.button-orange-black span.icon,
.button-black-black span.icon {
  background: #000000;
  color: #ffffff;
}

/* -------------------------------------------------------------------------- */

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

/* -------------------------------------------------------------------------- */

.transition {
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;    
}

/* -------------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  z-index: 1000;
}

#preloader i {
  font-size: 30px;
  color: #f6921e;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;  
}

/* -------------------------------------------------------------------------- */

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  height: 100%;
}

.owl-stage-outer {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  padding: 10px;
  margin: -10px;
}

.toast-top-full-width {
  top: 15px !important;
}

/* -------------------------------------------------------------------------- */

@media only screen
and (min-width : 1201px) {
  .ease:hover {
    opacity: 0.5;
  }
}

/* -------------------------------------------------------------------------- */

header {
  width: 100%;
  height: 185px;
}

header::after {
  content: '';
  width: 100%;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 20;
}

body.body-splash header::after {
  width: calc(((100% - 1200px) / 2) + 100px);
  height: 400px;  
}

body.body-splash header::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(((100% - 1200px) / 2) + 100px);
  z-index: 20;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 400px 280px 0 0;
  border-color: rgba(0,0,0,0.6) transparent transparent transparent; 
}

header .o-line {
  width: 50%;
  height: 50px;
  background: #f6921e;
  margin-right: auto;
}

body.body-splash header .o-line {
  width: calc(((100% - 1200px) / 2) + 100px - 35px);
}

header .o-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 35px 0 0;
  border-color: #f6921e transparent transparent transparent;  
}

header .image-container {
  width: 100%;
  height: 135px;
  z-index: 10;
}

body.body-splash header {
  height: 450px;
}

body.body-splash header .image-container {
  height: 400px;
} 
  
header .h1-container {
  position: absolute;
  bottom: 30px;
  border-radius: 4px;  
  background: rgba(0,0,0,0.9);
  width: 1100px;
  height: 80px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  z-index: 30;
}

header .h1-container h1 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;  
}

header .o-line h1 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: calc(100% - 600px);
}

section#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 100;
}

section#navbar img.logo {
  height: 75px;
  width: auto;
}

section#navbar.sticky {
  background: rgba(246,146,30,0.9);
  height: 80px;
}

section#navbar.sticky img.logo {
  height: 50px;
}

nav {
  height: 100%;
  margin-left: auto;
}

nav a,
nav span {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 30px;
  height: 100%;
}

nav a.selected::before,
nav span.selected::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #f6921e;
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;  
}

section#navbar.sticky nav a.selected::before,
section#navbar.sticky nav span.selected::before {
  background: #000000;
}

nav a.selected {
  pointer-events: none;
}

nav span {
  cursor: default;
}

nav a i {
  margin-right: 10px;
}

nav .dropdown {
  position: absolute;
  top: 80%;
  right: 0;
  width: max-content;
  min-width: 100%;
  height: auto;
  display: none;
}

@media only screen
and (min-width : 1201px) {
  nav span:hover .dropdown {
    display: block;
  }
}

nav .dropdown-inner {
  width: max-content;
  min-width: 100%;
  height: auto;
  padding: 20px 20px 10px 20px;
  background: rgba(246,146,30,0.9);
  border-radius: 4px;
}

nav .dropdown-inner::before {
  content: '';
  position: absolute;
  top: -15px;
  right: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent rgba(246,146,30,0.9) transparent;  
}

nav .dropdown a {
  margin: 0 0 10px auto;
  text-transform: none;
  width: max-content;
}

section#navbar.sticky nav .dropdown-inner {
  background: rgba(0,0,0,0.9);
}

section#navbar.sticky nav .dropdown-inner::before {
  border-color: transparent transparent rgba(0,0,0,0.9) transparent;  
}

section#navbar.sticky nav .dropdown {
  top: 100%;
}

#resp-menu,
#resp-close {
  display: none;
}

/* -------------------------------------------------------------------------- */

footer {
  padding: 30px 0;
}

footer img.logo {
  width: 240px;
  height: auto;
}

footer p.copy {
  margin-top: 30px;
  font-size: 14px;
  color: #bebebe;
  text-align: center;
}

footer .social-container {
  margin-top: 30px;
}

footer .social-container a {
  font-size: 36px;
  color: #f6921e;
  margin: 0 8px;
}

/* -------------------------------------------------------------------------- */

.mce-content p {
  margin: 15px 0;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important; 
  text-align: inherit !important;
}

.mce-content p strong,
.mce-content p b {
  font-weight: 600;
  color: #000000;
}

.mce-content p a {
  font-weight: 600;
  color: #f6921e;
  text-decoration: underline;
}

.mce-content ul, 
.mce-content ol {
  margin: 15px 0 15px 30px;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  text-align: left;
}

.mce-content img {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.mce-content iframe {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 9 / 5;
  -moz-aspect-ratio: 9 / 5;
  -webkit-aspect-ratio: 9 / 5; 
}

.mce-content :first-child {
  margin-top: 0;
}

.mce-content :last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */

section#splash-module-about {
  padding-bottom: 50px;
  background-image: url(../img/lines-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
}

section#splash-module-about .container {
  width: 800px;
  max-width: 100%;
  padding-top: 230px;
}

section#splash-module-about .image-container {
  width: 250px;
  aspect-ratio: 1 / 1;
  -moz-aspect-ratio: 1 / 1;
  -webkit-aspect-ratio: 1 / 1;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  position: absolute;
  top: -50px;
}

section#splash-module-about h2 {
  font-size: 36px;
  font-weight: 800;
  color: #f6921e;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

section#splash-module-about h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}

section#splash-module-about .about-content {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24x;
  color: #6f6f6f; 
  text-align: center;
}

/* -------------------------------------------------------------------------- */

section#common-module-subscribe {
  padding: 50px 0;
  background-image: url(../img/subscribe-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.body-splash section#common-module-subscribe {
  padding-bottom: 100px;
}

section#common-module-subscribe .container {
  width: 800px;
  max-width: 100%;
}

section#common-module-subscribe h2 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

section#common-module-subscribe p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  margin: 15px 0;
}

section#common-module-subscribe p.gdpr {
  font-size: 14px;
  font-style: italic;
  opacity: 0.7;
  margin-bottom: 0;
}

section#common-module-subscribe input {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  padding: 0 20px 0 70px;
  border: none;
  background-image: url(../img/icon-email.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

section#common-module-subscribe .button {
  margin-top: 30px;
}

/* -------------------------------------------------------------------------- */

section#splash-module-recent {
  padding: 50px 0;
}

section#splash-module-recent .item .image-container {
  width: 100%;
  aspect-ratio: 9 / 5;
  -moz-aspect-ratio: 9 / 5;
  -webkit-aspect-ratio: 9 / 5;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  overflow: hidden;
}

section#splash-module-recent .item h2 {
  margin: 30px 0 15px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 60px;
}

section#splash-module-recent .item p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #6f6f6f; 
  text-align: center;
}

section#splash-module-recent .button {
  margin-top: 50px;
}

section#splash-module-recent .owl-stage-outer {
  z-index: 20;
}

section#splash-module-recent .owl-nav {
  z-index: 10;
  position: absolute;
  top: 81px;
  left: -50px;
  width: calc(100% + 100px);
  margin: 0;
  display: flex;
}

section#splash-module-recent .owl-nav button {
  margin: 0;
  background: none !important;
  color: #f6921e !important;
}

section#splash-module-recent .owl-nav button.disabled {
  display: none;
}

section#splash-module-recent .owl-nav button i {
  font-size: 48px;
}

section#splash-module-recent .owl-nav button.owl-prev {
  margin-right: auto;
}

section#splash-module-recent .owl-nav button.owl-next {
  margin-left: auto;
}

/* -------------------------------------------------------------------------- */

section#page-about {
  padding: 50px 0 150px 0;
}

section#page-about h1 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  border-bottom: #cbcbcb 1px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

section#page-about .column:first-child {
  width: calc(50% - 50px);
  margin-right: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}

section#page-about .column:last-child {
  width: calc(50% - 50px);
  margin-left: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}

section#page-about .image-container {
  width: 100%;
  aspect-ratio: 11 / 7;
  -moz-aspect-ratio: 11 / 7;
  -webkit-aspect-ratio: 11 / 7;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  overflow: hidden; 
}

section#page-about h2 {
  margin: 30px 0;
  color: #bebebe;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;  
}

section#page-about .professional-content,
section#page-about .personal-content {
  font-size: 16px;
  line-height: 24px;
  color: #6f6f6f; 
  text-align: justify;
}

/* -------------------------------------------------------------------------- */

section#page-contact {
  padding: 50px 0 150px 0;
}

section#page-contact h1 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  border-bottom: #cbcbcb 1px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

section#page-contact .column:first-child {
  width: 770px;
  margin-right: 30px;
  flex-shrink: 0;
}

section#page-contact .column:last-child {
  flex-grow: 1;
}

section#page-contact h2 {
  margin: 0 0 30px 0;
  color: #bebebe;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;  
}

section#page-contact form {
  background: #f6921e;
  border-radius: 4px;
  padding: 20px;
}

section#page-contact form input,
section#page-contact form textarea {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  width: 100%;
  padding: 0 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #000000;  
}

section#page-contact form input {
  height: 50px;
  margin-bottom: 10px;
}

section#page-contact form textarea {
  resize: none;
  height: 150px;
  padding: 20px;
}

section#page-contact form p.gdpr {
  font-size: 14px;
  font-style: italic;
  opacity: 0.7;
  margin-top: 15px;
  margin-bottom: -15px;
  color: #ffffff;
}

section#page-contact form .button {
  margin-top: 30px;
}

section#page-contact .contact-list a {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 30px;
  width: max-content;
}

section#page-contact .contact-list a i {
  color: #f6921e;
  position: absolute;
  left: 0;
}

section#page-contact .contact-list a.whatsapp,
section#page-contact .contact-list a.whatsapp i {
  color: #25d366;
}

section#page-contact .contact-list a.signal,
section#page-contact .contact-list a.signal i {
  color: #3b45fd;
}

section#page-contact .contact-list a.linkedin,
section#page-contact .contact-list a.linkedin i {
  color: #0a66c2;
}

/* -------------------------------------------------------------------------- */

section#page-404 {
  padding: 50px 0 150px 0;
}

section#page-404 h1 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  border-bottom: #cbcbcb 1px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

section#page-404 .mce-content {
  font-size: 16px;
  line-height: 24px;
  color: #6f6f6f; 
  text-align: justify;
}

section#page-404 .mce-content::before {
  content: '404';
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 400px;
  font-weight: 800;
  letter-spacing: 5px;
  color: #ffefdd;
  z-index: -1;
}

/* -------------------------------------------------------------------------- */

section#page-unsubscribe {
  padding: 50px 0 50px 0;
}

section#page-unsubscribe p {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

section#page-unsubscribe p i {
  font-size: 200px;
  color: #ffefdd;
  margin-bottom: -30px;
  z-index: -1;  
}

/* -------------------------------------------------------------------------- */

section#page-project {
  padding: 50px 0 150px 0;
}

section#page-project h1 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  border-bottom: #cbcbcb 1px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

section#page-project .column:first-child {
  width: 380px;
  margin-right: 30px;
  flex-shrink: 0;
}

section#page-project .column:last-child {
  flex-grow: 1;
}

section#page-project .image-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  -moz-aspect-ratio: 1 / 1;
  -webkit-aspect-ratio: 1 / 1;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  overflow: hidden; 
}

section#page-project .mce-content {
  font-size: 16px;
  line-height: 24px;
  color: #6f6f6f; 
  text-align: justify;
}

/* -------------------------------------------------------------------------- */

section#page-post {
  padding: 50px 0 150px 0;
}

section#page-post .post-title {
  border-bottom: #cbcbcb 1px solid;
  padding-bottom: 15px;
  margin-bottom: 30px;  
}

section#page-post h1 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section#page-post h4 {
  margin: 0 0 30px 0;
  color: #bebebe;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;  
}

section#page-post h2,
section#page-post h3 {
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
  font-style: italic;
}

section#page-post h2 span {
  color: #000000;
  margin: 0 5px;
}

section#page-post h2 span:first-child {
  margin-left: 0;
}

section#page-post .column:first-child {
  width: 770px;
  margin-right: 30px;
  flex-shrink: 0;
}

section#page-post .column:last-child {
  flex-grow: 1;
}

section#page-post .image-container {
  width: 100%;
  aspect-ratio: 11 / 6;
  -moz-aspect-ratio: 11 / 6;
  -webkit-aspect-ratio: 11 / 6;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  overflow: hidden;
  margin-bottom: 30px;
}

section#page-post .mce-content {
  font-size: 16px;
  line-height: 24px;
  color: #6f6f6f; 
  text-align: justify;
}

section#page-post .comment-level {
  margin-bottom: 10px;
}

section#page-post .comment {
  border-radius: 4px;
  padding: 20px;
  width: 100%;
  height: auto;
  background: #ffefdd;
}

section#page-post .comment.va-1 {
  background: #ffdfba;
}

section#page-post .comment.reply {
  margin: 5px 0 0 10px;
  width: calc(100% - 10px);
}

section#page-post .comment .title {
  font-size: 14px;
  color: #6f6f6f;
}

section#page-post .comment .title span {
  color: #000000;
  font-weight: 700;
}

section#page-post .comment.va-1 .title span {
  color: #f6921e;
}

section#page-post .comment p {
  font-size: 14px;
  color: #000000;
  margin: 10px 0;
}

section#page-post .comment a {
  margin-left: auto;
}

section#page-post .comment a i {
  color: #000000;
  font-size: 16px;
}

/* -------------------------------------------------------------------------- */

section#comment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 500;
  display: none;
}

section#comment.show {
  display: flex;
}

section#comment .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
}

section#comment .close i {
  font-size: 36px;
  color: #000000;
}

section#comment .container {
  width: 700px;
  padding-top: 50px;
  z-index: 100;
}

section#comment h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

section#comment form {
  background: #f6921e;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
}

section#comment form input,
section#comment form textarea {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  width: 100%;
  padding: 0 20px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

section#comment form input {
  height: 50px;
}

section#comment form textarea {
  resize: none;
  height: 150px;
  padding: 20px;
}

section#comment form .button {
  margin-top: 30px;
}

section#comment p.note {
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
  color: #6f6f6f;
  padding: 0 20px;
  margin-top: 15px;
}

section#comment form .notify-row {
  width: 100%;
}

section#comment form .notify-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

section#comment form .notify-row input[type="checkbox"]:checked {
  background: #ffffff;
}

section#comment form .notify-row input[type="checkbox"]:checked::before {
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900;  
  content: '\f00c';
  color: #000000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#comment form .notify-row span {
  color: #ffffff;
}

/* -------------------------------------------------------------------------- */

section#page-posts {
  padding: 50px 0 150px 0;
}

section#page-posts .refine-block-container {
  border-bottom: #cbcbcb 1px solid;
  padding-bottom: 50px;  
  flex-wrap: wrap;
}

section#page-posts .refine-block-container .buttons-container {
  margin-top: 15px;
}

section#page-posts .refine-block-container .buttons-container .clear {
  margin-left: 30px;  
  font-weight: 600;
  color: #bebebe;
}

section#page-posts .refine-block-container .buttons-container .clear i {
  margin-right: 5px;  
}

section#page-posts .refine-block {
  margin-bottom: 15px;
}

section#page-posts .refine-block h2 {
  margin: 0 0 15px 0;
  color: #bebebe;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

section#page-posts .refine-tags {
  width: 100%;
}

section#page-posts .refine-tags .tags-container {
  width: calc(100% + 10px);
  margin: -5px;
  flex-wrap: wrap;
}

section#page-posts .refine-tags .tag {
  margin: 5px;
}

section#page-posts .refine-tags .tag input {
  display: none;
}

section#page-posts .refine-tags .tag a {
  background: #ffefdd;
  width: max-content;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  color: #000000;
  font-size: 14px;
}

section#page-posts .refine-tags .tag.selected a {
  background: #f6921e;
  color: #ffffff;
}

section#page-posts .refine-tags .tag a span {
  margin-right: 5px;
}

section#page-posts .refine-tags .tag.selected a span {
  display: none;
}

section#page-posts .refine-tags .tag a i {
  color: #ffffff;
  font-size: 14px;
  margin-right: 5px;
  display: none;
}

section#page-posts .refine-tags .tag.selected a i {
  display: block;
}

section#page-posts .refine-keyword {
  width: 50%;
  padding-right: 30px;
}

section#page-posts .refine-date {
  width: 50%;
}

section#page-posts .refine-keyword input {
  background: #ffefdd;
  width: 100%;  
  height: 30px;
  padding: 0 15px;
  border-radius: 4px;
  color: #000000;
  font-size: 14px;
  font-family: inherit;
  border: 0;
}

section#page-posts .refine-date input {
  background: #ffefdd;
  width: 120px;  
  height: 30px;
  border-radius: 4px;
  color: #000000;
  font-size: 14px;
  font-family: inherit;
  border: 0;
  text-align: center;
}

section#page-posts .refine-keyword input.selected,
section#page-posts .refine-date input.selected {
  background: #f6921e;
  color: #ffffff;
}

section#page-posts .refine-date span {
  color: #bebebe;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px;
}

section#page-posts #articles-list-container {
  border-bottom: #cbcbcb 1px solid;
  padding-bottom: 50px;  
}
  
section#page-posts #articles-list-container i.fa-spinner {
  font-size: 30px;
  color: #bebebe;
  margin-top: 30px;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;   
}

section#page-posts .article-item {
  margin-top: 50px;
}

section#page-posts .article-item .image-container {
  width: 380px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 30px;
  aspect-ratio: 9 / 5;
  -moz-aspect-ratio: 9 / 5;
  -webkit-aspect-ratio: 9 / 5;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  overflow: hidden;  
}

section#page-posts .article-item h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

section#page-posts .article-item h3,
section#page-posts .article-item h4 {
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
  font-style: italic;
}

section#page-posts .article-item h3 span {
  color: #000000;
  margin: 0 5px;
}

section#page-posts .article-item h3 span:first-child {
  margin-left: 0;
}

section#page-posts .article-item p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #6f6f6f;
}

section#page-posts .article-item .button {
  margin-top: auto;
}

section#page-posts .no-result {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  line-height: 19px;
  color: #6f6f6f;  
}

#articles-load-more-container {
  padding-top: 50px;
}