/*COLOR: #2F9293*/

.theme-color {
    color: #2F9293;
}

.theme-bg,
.theme-bg-after:after,
.theme-bg-after:before,
.theme-bg-hover:hover {
    background-color: #2F9293;
}

.theme-bg-opacity {
    background-color: rgba(240, 97, 66, 0.85);
}

.theme-bg-opacity-after:after {
    background-color: rgba(239, 82, 67, 0.85);
}

.theme-border {
    border-color: #2F9293!important;
}

.btn-line-theme,
.btn-line:focus {
    border-color: #2F9293;
    color: #2F9293;
}

.bg-grad {
    color: white;
    background: #f6c964;
    background: -webkit-linear-gradient(135deg, #F52C3C 0%, #5F105B 100%);
    background: -webkit-linear-gradient(135deg, #F52C3C 0%, #5F105B 100%);
    background: linear-gradient(135deg, #F52C3C 0%, #5F105B 100%);
}

.bg-grad:focus,
.bg-grad:active {
    color: white;
    background: #f6c964;
    background: -webkit-linear-gradient(-45deg, #f6c964 0%, #ef5141 100%);
    background: -webkit-linear-gradient(315deg, #f6c964 0%, #ef5141 100%);
    background: linear-gradient(135deg, #f6c964 0%, #ef5141 100%);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}
