/*HOME*/
/* .portfolio-container .portfolio-item{
  max-height: 267px;
  margin-bottom: 19px;
} */

/*BUTTONS*/
.theme-btn-primary{
  background: var(--color-primary);
  color: #fff;
}
.theme-btn-primary:hover{
  background-color:#ffc732;
  color: #fff;
  cursor: pointer;
}

.theme-btn-secondary{
  background: #f29042;
  color: #fff;
}
.theme-btn-secondary:hover{
  background-color:#e16d10;
  color: #fff;
  cursor: pointer;
}

.theme-btn-secondary-rev{
  background: #fff;
  color: #364d59;
  border: 1px solid var(--color-primary);
}

.theme-btn-secondary-rev:hover{
  background-color:#e16d10;
  color: #fff;
  cursor: pointer;
}

/*NAVBAR*/
.header-scrolled {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
}

.txShad {
    text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
}

@media (min-width: 1200px) {
    .h3, h3 {font-size: 2.75rem; font-weight:300}
}
@media (max-width: 768px) {
    .imgMax {
        max-width: 300px
    }
}

/*FOOTER*/
.contacts-footer{
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0px;
}

/*PROJECTS*/
.projects .portfolio-content h3{
  position: absolute;
  text-align: center;
  top: 20px;
  left: 0;
  right: 0;
  font-weight: 600;
  opacity: 1;
}

.portfolio-image{
  height: 100% !important;
  object-fit: cover !important;
}

/*CREATE*/
.preview-thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.preview-thumb.selected {
  border-color: var(--color-primary);
  box-shadow: 0 0 5px var(--color-primary);
}

.custom-file-button {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
}

.custom-file-button:hover {
  background-color: rgba(254, 185, 0, 0.8);
  cursor: pointer;
}

/*CONTACTS*/
.contacts-input-radio{
  accent-color: var(--color-primary);
  margin-top: -10px;
}

.mod-contact-select{
  padding: .375rem .75rem;
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
}

/*EDIT*/
.portfolio-info-edit{
  opacity: 1 !important;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.360) !important;
  color: white;
  font-size: 16px;
}

.portfolio-info-edit i:hover,
.portfolio-info-edit i:active,
.portfolio-info-edit i:focus{
  color: red !important;
  cursor: pointer;
}

/*GOOGLE RECAPTCHA*/
.grecaptcha-conditions {
  text-align: left;
}
.grecaptcha-conditions p {
  font-size: 11px;
  line-height: 1.4;
  opacity: .7;
  margin-top: 7px;
  margin-bottom: 12px;
}
.grecaptcha-conditions a{
  color: #868991!important;
  opacity: .95;
}
.grecaptcha-conditions a {
  text-decoration: underline;
}
.grecaptcha-conditions a:hover{
  opacity: 1;
}
.grecaptcha-badge {
  visibility: hidden;
}