/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'Montserrat';
  src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: 'Opulent';
  src: url(fonts/OPN.TTF);
}

@font-face {
  font-family: 'StayClassy';
  src: url(fonts/StayClassySLDT.ttf);
}

@font-face {
  font-family: 'Boostrap';
  src: url(../vendor/bootstrap-icons/fonts/bootstrap-icons.woff);
}

/*--------------------------------------------------------------
# Brand Colours
--------------------------------------------------------------*/

.colorGold {
  color: #C8A976;
}

.colorDarkGray {
  color: #545652;
}

.colorGray {
  color: #898A8D;
}

.colorGreenLight {
  color: #64BFBF;
}

.colorLightGray {
  color: #E0E0E0;
}

.colorGrayBlue {
  color: #65939F;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Opulent", sans-serif;
  color: #000000;
}

a {
  text-decoration: none;
}

a:hover {
  color: #64BFBF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

button {
  color: white;
  padding: 8px 25px;
  background-color: #C8A976;
  font-family: "Montserrat", sans-serif;
  border-radius: 4px;
  font-weight: 500;
  border: 0px;
  font-size: 1.1em;
}

button:hover {
  background-color: #64BFBF;
}

.btnSecundary {
  background-color: #545652;
}

@media screen and (max-width: 600px) {
  button {
    width: 100%;
  }
}

.listContent ul {
  list-style: none;
  padding: 0;
}

.listContent ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.listContent ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #65939F;
}

.listContent a {
  color: #C8A976;
  font-weight: bold;
}

.listContent a:hover {
  color: #64BFBF;
}

.link-gold {
  text-decoration: none;
  color: #C8A976;
  font-weight: bold;
}

.link-gold:hover {
  color: #64BFBF;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0px;
  overflow: hidden;
}

.section_center {
  display: flex;  
  justify-content: center;
  align-items: center;
  text-align: center;
}

.backgroundImg_100{
  background-size: 100% 100%;
  background-position: center;
}

.backgroundImg_cover{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section_white {
  background-color: white;
  padding: 30px;
}

.section_white h1 {
  color: #65939F;
  font-family: "StayClassy", sans-serif;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 3em;
}

.section_white h2 {
  color: #65939F;
}

.section_grayBlue {
  background-color: #65939F;
  padding: 30px;
}

.section_grayBlue h1 {
  color: #fff;
  font-family: "StayClassy", sans-serif;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 3em;
}

.section_grayBlue h2 {
  color: white;
}

.section_gold {
  background-color: #C8A976;
  padding: 30px;
}

.section_gold h2 {
  color: white;
}

.section_gold h3 {
  color: #65939F;
  font-weight: bolder;
}

.section_darkGray {
  background-color: #545652;
  color: white;
  padding: 30px;
}

.emphasisPrimary {
  color: #C8a976;
  font-weight: bold;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.typeText {
  color: white;
  font-size: xx-large;
  margin-top: 25px;
}

.img_founder {
    border-radius: 10%;
    position: relative;
}

.img_founder img {
  border-radius: 10%;
  display: block;
  border:1px solid rgba(255,255,255,0);
}

.img_founder:after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(255, 255, 255, 0.1) 69%,rgba(255,255,255,1) 100%);
 border-radius: 10%;
 position: absolute;
 top: 0;
 left: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.icon-box {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 6px;
}

.icon-box i {
  float: left;
  color: #65939F;
  font-size: 40px;
}

.icon-box img{
  float: left;
  height: 50px;
}

.icon-box p {
  margin-left: 70px;
  line-height: 24px;
}

.service_img {
  max-width: 200px;
  margin-top: -60px;
}

.service-header {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  border-radius: 10px 10px 0px 0px;
}

.service-box {
  align-items: center;
  justify-content: center;  
  background-color: #E0E0E0;
  padding: 20px 20px;
  border-radius: 10px 10px 0px 0px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.swiper-wrapper {
  margin: 0px 75px;
}

.client-item {
  margin: 25px 120px 0 0;
}

.client-item .quote-icon-left,
.client-item .quote-icon-right {
  font-size: 26px;
}

.client-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.client-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.client-item p {
  font-style: italic;
  padding: 0;
}

.client-item h3 {
  text-align: right;
  font-family: "StayClassy", sans-serif;
  letter-spacing: 2px;
  line-height: 1.8;
  color: #fff;
  font-weight: normal;
}

.clients_img{
  max-height: 150px;
  max-width: 300px;
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border: 1px solid #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-prev, 
.swiper-button-next {
  color: white;
}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/

.img_careerTop {
  margin-top: 20px;
}

.img_careerMid {
  margin-top: 300px;
}

.img_careerBtm {  
  margin-top: -50px;
}

@media screen and (max-width: 992px) {
  .img_careerTop {
    margin-top: 25px;
  }

  .img_careerMid {
    margin-top: 150px;
  }

  .img_careerBtm {
    margin-top: 0px;
  }
}

@media screen and (max-width: 760px) {
  .img_careerTop {
    margin-top: 25px;
  }

  .img_careerMid {
    margin-top: 25px;
  }

  .img_careerBtm {
    margin-top: 25px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.php-email-form {
  width: 100%;
  background: #fff;
}

.php-email-form .form-group {
  padding-bottom: 8px;
}

.php-email-form input,
.php-email-form textarea,
.php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.php-email-form input:focus,
.php-email-form textarea:focus,
.php-email-form select:focus {
  border-color: #64BFBF;
}

.php-email-form input,
.php-email-form select {
  height: 44px;
}

.php-email-form textarea {
  padding: 10px 12px;
}

.form-check-input:checked {
  background-color: #C8A976;
  border-color: #C8A976;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #65939F;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #65939F;
  padding: 30px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;  
  color: #fff;
}

#footer .footer-top .footer-info p a {
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #C8A976;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #65939F;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}

/*--------------------------------------------------------------
# FAQ / Accordion
--------------------------------------------------------------*/

.faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}

.faq-item i {
  color: #dee2e6;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
}

.faq-item p {
  font-size: 15px;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #65939F;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) rgb(101, 147, 159);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #E0E0E0;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow) rgb(224, 224, 224);
}

.accordion-button:not(.collapsed)::after {
  content: "\F229";
  font-family: "Boostrap";
  color: white;
  background-image: none;
}

.accordion-button.collapsed::after {
  content: "\F22C";
  font-family: "Boostrap";
  background-image: none;
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/

.modal-loading {
  background-image: url("/assets/img/icon_loading.gif");
  background-color: transparent;
  height: 500px;
  background-repeat: no-repeat; 
  background-size: 120px; 
  background-position: center;
}

/*--------------------------------------------------------------
# Resources
--------------------------------------------------------------*/

.entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;  
  overflow: hidden;
}

.entry .entry-img img {
  height: 300px;
  width: 100%;
}

.entry .entry-title {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  min-height: 150px;
}

.entry .entry-title a {
  color: #C8A976;
  transition: 0.3s;
}

.entry .entry-title a:hover {
  color: #64BFBF;
}

.entry .entry-content p {
  min-height: 80px;
}

.entry .entry-meta {
  margin-bottom: 15px;
  color: #545652;
}

.entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.entry .entry-meta ul li+li {
  padding-left: 20px;
}

.entry .entry-meta i {
  font-size: 14px;
  margin-right: 8px;
  line-height: 0;
}

.entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.entry .entry-content .read-more a {
  display: inline-block;
  background: #C8A976;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.entry .entry-content .read-more a:hover {
  background: #64BFBF;
}

.entry .entry-content .settings {
  display: inline-block;
  margin-bottom: 8px;
}

.settings .remove a {
  background: #545652;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.settings .remove a:hover {
  background: #898A8D;
}

.settings .publish a {
  background: #64BFBF;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.settings .publish a:hover {
  background: #898A8D;
}

.settings .details a {
  background: #C8A976;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.settings .details a:hover {
  background: #898A8D;
}

.entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.entry .entry-footer i {
  color: #C8A976;
  display: inline;
}

.entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.entry .entry-footer .cats li {
  display: inline-block;
}

.sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545652;
  position: relative;
}

.sidebar .sidebar-item {
  margin-bottom: 30px;
}

.sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 2px;
  width: calc(100% - 40px);
}

.sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #C8A976;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.sidebar .search-form form button i {
  line-height: 0;
}

.sidebar .search-form form button:hover {
  background: #64BFBF;
}

.sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.sidebar .categories ul li+li {
  padding-top: 10px;
}

.sidebar .categories ul a {
  color: #545652;
  transition: 0.3s;
}

.sidebar .categories ul a:hover {
  color: #64BFBF;
}

.sidebar .categories ul a span {
  padding-left: 5px;
  color: #545652;
  font-size: 14px;
}

.resourcesPreview p{
  white-space: pre-wrap;
}