.elementor-widget-sorbet-quickfire .section-title h1 a {
    float: right;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #000;
    padding: 8px 20px;
    margin: 7px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #000;
}
.elementor-widget-sorbet-quickfire .section-title h1 a:hover {
    color: #ffffff;
    background-color: #ef7857;
    border: 1px solid  #ef7857;
}
.single-quickfire {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
}
.single-quickfire:hover {
    border-radius: 0;
}
.quickfire-content {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 36px 25px;
    width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(0,0,0,0.77)));
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.77) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.77) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4000000',GradientType=0 );
}
a.single-quickfire > img {
    min-height: 252px;
}

.quickfire-content h3 {
    font-size: 16px;
    margin: 0;
    font-family: 'graphik';
    font-weight: 400;
}
.sorbet-quickfire-slider .owl-nav button {
    position: absolute;
    top: 0;
    height: 30px;
    left: auto;
    margin-top: -105px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sorbet-quickfire-slider .owl-nav button.owl-prev {
    right: 165px;
}
.sorbet-quickfire-slider .owl-nav button.owl-next {
    right: 120px;
}
.sorbet-quickfire-slider .owl-nav button:focus{
	outline: 0 none;
}
.sorbet-quickfire-slider .owl-nav button img {
    max-height: 100%;
}

.sorbet-quickfire-slider .owl-nav button:hover {
    opacity: .5;
}

.quickfire-section-wrapper button.close {
    position: absolute;
    right: 10px;
    z-index:9;
    top: 10px;
}

.quickfire-section-wrapper .modal-body {
    padding: 35px 20px 20px;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -o-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -o-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.quickfire-section-wrapper .modal-dialog.modal-lg {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

div#quickfireModal {
    padding: 0 !important;
}

.quickfire-section-wrapper .modal-content {
    border: none;
}
div#quickfirePopUpContent h1 {
    text-transform: capitalize;
    font-weight: 500;
    font-family: "graphik";
    margin-bottom: 24px;
}

div#quickfirePopUpContent img {
    max-height: 500px;
    width: auto;
}