@media (min-width: 1025px){
.home-slideshow .ba-slideshow-title {
    width: 60%;
  }
}
/* Forms */
.ba-form .ba-btn-submit {
    font-family: 'Rajdhani';
    letter-spacing: 6px;
    font-weight: 700 !important;
    margin-top: 35px;
  	transition: .3s linear;
    -webkit-transition: .3s linear;
}

.ba-form .ba-btn-submit:hover {
    color: #1b1b1d!important;
    background-color: rgba(255, 255, 255, 1)!important;
  	opacity: 1!important;
}

.com-baforms:not(.footer-contact) .ba-form textarea,
.com-baforms:not(.footer-contact) .ba-form input {
	  font-weight: bold;
}

.footer-contact .ba-form .ba-btn-submit {
   margin-top: 0;
}

.ba-btn-transition.fields-post-tags {
    margin: 0 5px;
    color: var(--title-inverse);
    background-color: var(--primary);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
/* Photo-Gallery-Description */
.ba-modal .modal-description
{
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
}
.custom-caption .ba-image-item-caption {
    opacity: 1 !important;
}