/*** General CSS ***/
.btn,
#sp_qc_submit {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000c30 !important;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    display: inline-block;
}
.btn:hover {
    background: transparent;
    color: #7a7a7a !important;
}
.btn.bd {
    border: 2px solid #000 !important;
    padding: 11px 20px !important;
    background: #fff;
}

/*** Header Area ***/
/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    border-top: 2px solid;
    padding: 10px 0;
    z-index: 2;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background: transparent;
}
#sp-header.header-sticky {
    position: fixed;
    background: #fff;
    border-top: 2px solid;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
    background: #fff;
    border-top: 2px solid;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 0 25px;
    font-weight: 500;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
.sp-megamenu-parent > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    right: 0;
    margin: 0 auto;
    left: 0;
    position: absolute;
    bottom: 13px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 50px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}

/*** Block Styles ***/
/*** Divider ***/
.divider {
    margin: 0 auto;
}

/*** About ***/
.about-img:hover {
    cursor: pointer;
}
.about-img .sppb-addon-content, 
.about-img .sppb-addon-content .sppb-addon-single-image-container {
    position: relative;
}
.about-img .sppb-addon-content:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-content .sppb-addon-single-image-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-content:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img .sppb-addon-content .sppb-addon-single-image-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about-img:hover .sppb-addon-content:before,
.about-img:hover .sppb-addon-content .sppb-addon-single-image-container:after {
    height: 50%;
}
.about-img:hover .sppb-addon-content:after,
.about-img:hover .sppb-addon-content .sppb-addon-single-image-container:before {
    width: 50%;
}
.about img {
    width: 100%;
}
.about-content h3 {
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    padding-right: 130px;
}
.about-content h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}
.about-content h3 {
    position: relative;
}
.about-content h3:before {
    content: "";
    bottom: 8px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 1px;
    background: #ccc;
}

/*** Event ***/
.events .sppb-row {
    padding: 50px 0 80px;
    border-bottom: 1px solid #eeeeee;
}
.events-time {
    display: inline-block;
    padding: 10px 15px;
}
.events-time h6 {
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.events-time h5 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
}
.event-content strong {
    display: none;
}
.event-content em {
    padding-right: 10px;
}
.event-content p {
    font-size: 13px;
}


/*** Feature ***/
.feature-item:hover {
    cursor: pointer;
}
.feature-item .sppb-img-container {
    position: relative;
    overflow: hidden;
}
.feature-item .sppb-img-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 2%;
    right: 2%;
    top: 2%;
    bottom: 2%;
    width: 96%;
    height: 96%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: rgba(51,51,51,0.75);
    display: inline-block;
    border: 5px solid #fff;
}
.feature-item:hover .sppb-img-container:before {
    opacity: 1;
}
.feature-item:hover .sppb-img-container img {
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.feature-item:hover .sppb-img-container img {
    transform: scale(1.5);
}
.feature-item .sppb-media-content {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 48%;
    z-index: 2;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.feature-item:hover .sppb-media-content {
    opacity: 1;
}

/*** Current ***/
.current-item:hover {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}
.current-item .sppb-img-container img {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.current-item:hover .sppb-img-container img {
    transform: scale(1.05)
}
.current-item .sppb-img-container {
    box-shadow: 0.45rem 1.75rem 1.75rem 0 rgba(0,0,0,.32);
}
.current-item p {
    color: #b89d4f;
    font-size: 11px;
    text-transform: uppercase;
}

/*** Special ***/
.special {
    border: 10px solid #f5f0e5;
}

/* Bottom Area */
#sp-bottom3 strong,
#sp-bottom2 strong,
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    margin-top: 10px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 18px;
    background: #444444;
    height: 55px;
    color: #fff;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgb(228 200 200 / 50%);
    display: inline-block;
}
.shrewd_solution_icon ul li a:hover {
    background: #000;
}

/*** History ***/
.history-item p {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}
.history-item p:nth-child(2n) {
    margin-right: 0%;
}
.history-img .sppb-addon-single-image-container img {
    position: relative;
    z-index: 2;
}
.history-img .sppb-addon-single-image-container {
    position: relative;
    box-shadow: 1.25rem 1.375rem 2.75rem 0 rgba(0,0,0,.42)!important;
}
.history-img .sppb-addon-single-image-container:before {
    content: '';
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(184,157,79,1);
    top: 0;
    transform: rotate(-12.5deg);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(184,157,79,1);
    z-index: 1;
    opacity: .15;
}


/*** Our Artists ***/
.our-item h6 {
    font-size: 11px;
    text-transform: uppercase;
}
.our-item {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.our-item:hover {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%);
    cursor: pointer;
}
.our-item .sppb-img-container {
    position: relative;
    box-shadow: 0.45rem 1.75rem 1.75rem 0 rgba(0,0,0,.32)!important;
}
.our-item .sppb-img-container:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background: rgba(184,157,79,1);
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.our-item:hover .sppb-img-container:before {
    opacity: 0.45;
}

/*** Staff ***/
.staff-item .full-content {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 20px;
}
.staff-item .full-content:nth-child(2n) {
    margin-right: 0;
}
.staff-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.staff-item p {
    font-size: 12px;
    font-weight: 400;
}
.history-img.right {
    width: 250px;
    float: right;
}
.history-img.left {
    width: 250px;
    float: left;
    margin-top: -100px;
    margin-left: 30px;
}

/* Bottom */
#sp-bottom {
  	text-align: center;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom a {
    text-decoration: underline;
}
#sp-bottom .menu li a {
    font-weight: 400;
    position: relative;
    color: #000!important;
    font-size: 14px;
    font-family: 'Francois One';
    text-transform: uppercase;
    padding: 0 10px;
}
#sp-bottom .menu li a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 28px auto 0px;
    position: absolute;
    top: 2px;
    background: #F1755C;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#sp-bottom .menu li:hover > a:before,
#sp-bottom .menu li.active > a:before {
    width: 37px;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom .sp-module ul > li {
    position: relative;
}
#sp-bottom .sp-module ul > li:before {
    position: absolute;
    left: 0;    
    top: 5px;
}
#sp-bottom .sp-module ul > li a {
    display: inline-block!important;
}
#sp-bottom2 .sp-module ul > li a {
    margin-left: 0;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 50px !important;
    font-weight: 400 !important;
    margin: 0 0 20px;
    line-height: 1em;
    position: relative;
    text-transform: capitalize;
}
#sp-bottom p {
    margin: 0;
}
#sp-bottom a:hover {
    color: #fff !important;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {

  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
	.staff-item .full-content {
    	width: 100%;

	} 
  .begin-text {
    	text-align: center !important;
  }
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* Blocks */
.title h3,
.our-item h6, 
.staff-item h3, 
.event-content p
.about-content h3,
.title-video, 
.abilities-item i, 
.abilities-item h3, 
.title h3, 
.testimonial-item em, 
.contact-test-item h6, 
.contact-test-item h4, 
.services-item i, 
.services-item h3, 
.about-content h3 {
  	color: var(--text-color);
}
.divider {
  	border-color: var(--text-color)!important;
}
.services-item:after, #sp-bottom h3:before, 
.contact-icon .shrewd_solution_icon ul li a:hover, 
.taste-img, .contact-icon .shrewd_solution_icon ul li a, 
.events-time, .collection-border:before,
.sp-megamenu-parent > li:hover > a:before, 
.sp-megamenu-parent > li.active > a:before {
    background-color: var(--text-color)!important;
}
#sp_qc_submit, 
#sp-quickcontact-form #sp_qc_submit:hover, 
#sp_qc_submit, .lt-bg-colum, body:not(.home) #sp-header, 
#sp-header.header-sticky, .lt-title h2:before {
    border-color: var(--text-color)!important;
}