/*---#region REQUIRED---*/
html, body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

a{
    color: inherit;
    text-decoration: none;
}

p{
    margin: 0;
    padding: 0;
}

ul, li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,.btn:hover{
    color: #fff;
    background-color: #c9b081;
    border-color: #c9b081;
}

.btn-posh{
    color: #fff;
    width: auto;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 25px;
    background-color: #c9b081;
    border: 1px solid #c9b081;

}

.btn-posh:hover{
    color: #c9b081;
    background-color: #fff;
}

.section-category-page{
    background: url(../images/banner-category.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15rem 0;
    position: relative;
    z-index: 1;
}

.section-category-page .wrapper-img-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.section-category-page .wrapper-img-title .title-cfy-menu{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
}

.section-category-page .wrapper-img-title img{
    width: 100%;
    max-width: 350px;
    padding: 0.5em;
}

/*---#endregion REQUIRED---*/

/*---#region LOADING---*/

#loading{
    position: fixed;
    z-index: 99999;
    background: black;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading > div{
    color: white;
    width: 100%;
    max-width: 200px;
    padding: 40px;
    -webkit-animation: spinner 4s linear 0s infinite;
    animation: spinner 4s linear 0s infinite;
}

#loading > div > img {
  display: block;
  max-width: 100%; 
}

@media only screen and (max-width: 749px) {
    #loading > div {
        -webkit-animation: zoom .5s ease 0s infinite alternate;
        animation: zoom .5s ease 0s infinite alternate;
    }
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
    }
}

@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

@-webkit-keyframes zoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

@keyframes zoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

/*---#endregion LOADING---*/

/*---#region HEADER---*/
.fa-service{
    background: url(../images/services_ico.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
}

.top, .top .header-area {
    background: linear-gradient(to top, #000000 0%, #000000 245%);
}
.logo a {
    display: inline-block;
}

.logo img{
    height: auto;
    max-width: 150px;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}
.header-contact > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    margin-top: 33px;
    width: 170px;
}

.main-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 60px;
    padding: 0 19px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
}
.main-menu > nav > ul > li:hover > a, .main-menu ul li a.active {
    color: #c9b081;
}
.main-menu ul li ul {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 5px 18px;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 160px;
    z-index: 999;
}
.main-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.main-menu ul li ul li a {
}
.main-menu ul li ul li {
    display: block;
    margin: 0;
    padding: 7px 0;
}
.main-menu ul li ul li a {
    color: #252525;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    text-transform: capitalize;
}
.main-menu ul li ul span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    margin-right: 22px;
}
.main-menu ul li ul li:hover > a {
    padding-left: 5px;
    color: #c2a762;
}
.main-menu ul li ul li a:before {
    display: none;
}
.main-menu ul li ul li > ul {
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 17%;
    visibility: hidden;
}

.container-header {
    padding: 10px;
    width: 100% !important;
}

.header-row {
    margin: auto;
    height: 100%;
}

.header-row .col-xs-6 {
    height: 100%;
}

.promo {
    width: 100%;
    background-color: #c9b081 !important;
    position: relative;
}

.promo-text {
    padding: 1rem 0rem;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}

.service-dropdown {
    width: 100%;
    height: auto;
    background-color: #c9b081;
    margin: 0px;
    display: none;
    position: absolute;
    z-index: 999;
}
.col-service-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 200px;
}
.col-service-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 200px;
}
.service-title {
    font-weight: 700;
    color: #fff;
}
.service-list {
    font-size: 12px;
    border-right: 1px solid #fff;
    line-height: 21px;
}
.service-item {
    color: #262626;
}
.service-item:hover {
    color: #fff;
}

.gallery-dropdown {
    width: 100%;
    background-color: #c9b081;
    display: none;
    position: absolute;
    z-index: 999;
}
.menu-list {
    font-size: 12px;
    padding: 0.5rem 1rem;
    text-align: left;
    text-transform: uppercase;
}
.menu-list ul li {
    padding: 14px 0px;
    font-size: 17px;
    font-family: "Lato";
    font-weight: 500;
}

.group-menu {
    display: none;
}

.group-list {
    display: flex;
}
.group-list li {
    width: 33%;
    float: left;
    text-align: center;
    list-style-type: none;
}
.group-list:hover li {
    color: #c9b081;
}

.group-item {
    color: #fff;
    padding-right: 0px;
    font-size: 25px;
}
.group-text {
    color: #fff;
    font-size: 15px;
    margin-top: 0;
}

.menu-list .social-items {
    display: flex;
    font-size: 25px;
}
.menu-item {
    color: #262626;
    padding-left: 20px;
    padding-right: 20px;
}

.menu-item.active{
    color: #000;
}

.menu-item:hover {
    color: #fff;
}
.btn-mobile-menu {
    float: right;
    border-radius: 0px;
    border: solid 1px #fff;
    background-color: #c9b081;
}
.single-header-widget {
    padding-bottom: 0;
}

.single-header-widget ul {
    margin: 0;
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

.single-header-widget ul li {
    font-size: 13px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    font-family: "Lato", sans-serif;
}

.single-header-widget ul li i {
    font-size: 12px;
    margin-right: 20px;
    color: #000;
}

.single-header-widget ul li a {
    font-size: 13px;
    text-transform: none;
}

.menu-dropdown {
    width: 100%;
    background-color: #c9b081 !important;
    position: relative;
    z-index: 999;
    padding: 0px;
}
.ul-menu-list {
    display: none;
}
#btnMenuDropdownClose {
    display: none;
}

/*---#endregion HEADER---*/

/*---#region FOOTER---*/
.footer-area a:hover, .footer-area a:hover i{
    color: #fff;
}

.single-footer-widget br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 24%;
}
.single-footer-widget > a > img {
    margin-bottom: 25px;
}
.single-footer-widget > h3 {
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.single-footer-widget > p {
    color: #c9b081 !important;
}
.twitt-icon {
    float: left;
    margin-right: 20px;
}
.twitt-icon i {
    font-size: 16px;
    color: #666666;
    top: 6px;
    position: relative;
}
.twitt-content {
    display: table-cell;
}
.single-footer-widget > p {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "Lato", sans-serif;
}
.twitt-content p {
    margin-bottom: 0px;
}
.twitt-content a {
    color: #5fc7ae;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    line-height: 22px;
}
.single-footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-footer-widget ul li {
    display: block;
    margin-bottom: 14px;
    color: #7f7f7f;
    font-size: 14px;
    font-family: "Lato", sans-serif;
}
.single-footer-widget ul li i {
    color: #666666;
    font-size: 12px;
    margin-right: 20px;
}
.single-footer-widget > p.margin {
    margin-bottom: 24px;
}
.single-footer-widget input,
.single-footer-widget textarea {
    border: 1px solid #e5e5e5;
    height: 30px;
    margin-bottom: 20px;
}
.single-footer-widget textarea {
    height: 90px;
}
.single-footer-widget button,
.contact-form button {
    background: transparent;
    color: #676767;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    padding: 10px 70px;
    border: 1px solid #f671a0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-footer-widget button:hover,
.contact-form button:hover {
    color: #676767;
    background: #f29ec8;
}
.single-footer-widget input:focus {
    border: 1px solid #5fc7ae;
}
.mailchimp-alerts {
    color: #ffffff;
    padding-top: 15px;
}
.footer-text > span {
    color: #c9b081;
    display: block;
    font-size: 13px;
    line-height: 21px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}
.footer-text,
.footer-text a {
    color: #c9b081;
    font-weight: 700;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-text a:hover {
    border-bottom: 1px solid #c9b081;
}
.footer-text-area {
    background-color: #000;
    border-top: 2px solid grey;
}
.social-footer {
    display: flex;
}
.social-icon {
    font-size: 20px !important;
}

button#button-addon2 {
    padding: 10px 20px !important;
    border: none;
}
input.form-control {
    height: auto;
    width: 100%;
}
.input-group input {
    border: none !important;
}

.single-footer-widget h3 {
    color: #fff;
    font-size: 15px !important;
}
.single-footer-widget ul li {
    font-size: 13px;
    color: #c9b081;
}
.single-footer-widget ul li a {
    font-size: 13px;
    color: #c9b081;
}
.single-footer-widget ul li i {
    color: #c9b081;
}
.single-footer-widget button#button-addon2 {
    color: #262626;
    background-color: #c9b081;
    border: none;
    font-size: 13px;
}
.single-footer-widget input {
    border-radius: 0px;
    background-color: white !important;
}
.footer-widget-area {
    padding: 60px 0px;
}

.group-info-footer {
    background: #ffffff;
    height: auto;
    top: 35%;
    left: 0px;
    position: fixed;
    z-index: 999;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    box-shadow: 0 0 3px 1px #c9b081;
}

.group-info-footer .line {
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
    margin: 8px 0;
}

.group-info-footer a {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    opacity: 1;
    background-color: #c9b081;
    line-height: 80%;
    border: 1px solid #c9b081;
}

.group-info-footer a:hover {
    color: #c9b081;
    background: #fff;
    opacity: 1;
}

.group-info-footer a i {
    line-height: 0;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 30px;
    cursor: pointer;
    background-color: #c9b081;
    color: #fff;
    display: none;
    z-index: 9;
}

.scroll-to-top:hover{
    background-color: #fff;
    color: #c9b081;
    border-color: #c9b081;
}

#wrap-right {
    position: fixed;
    z-index: 101;
    right: 0px;
    top: 45%;
    padding: 5px 10px;
    color: #fff;
    opacity: .86;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    box-shadow: 0 0 3px 1px #fff;
    background-color: #c9b081;
}
#wrap-right .child {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#wrap-right a {
    color: #fff;
    font-weight:700;
    padding: 10px 0;
}
#wrap-right a:hover {
    text-decoration: underline;
}

@media (max-width: 768px){
    .single-footer-widget{
        padding: 1.5rem;
        padding-top: 0;
    }

    #wrap-right {
        display: none;
    }

    .group-menu{
      display: block;
    }
}

/*---#endregion FOOTER---*/

/*---#region HOME---*/
.title-category{
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.wrapper-about-us{
    background-color: #f7f9fa;
}

.main-list-services .product-item {
    position: relative;
    border-left: 0;
    background: #fff;
    margin-top: -1px;
    min-height: 100%;
    padding: 0px;
    border: 2px solid #f0f0f0;
}

.main-list-services .product-item .product-item-image {
    display: block;
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #f0f0f0;
}

.main-list-services .product-item .product-item-image .product-image-action {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.main-list-services .product-item .product-image-action img, .wrapper-photos .item-photo .featured-image-action img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.main-list-services .product-item:hover .product-image-action img, .wrapper-photos .item-photo:hover .featured-image-action img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-list-services .product-item .slider-up {
    padding: 20px;
    text-align: center;
    position: absolute;
    border-top: 2px solid #c9b081;
    width: 100%;
    bottom: 0px;
    height: 60px;
    background-color: #c9b081ba;
    opacity: 0.0;
    transition: opacity 400ms linear, bottom 400ms linear;
}

.main-list-services .product-information h3, .main-list-services .slider-up h3 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.main-list-services .product-item:hover .slider-up {
    opacity: 1.0;
    bottom: 0px;
    display: inline-block;
}

.main-list-services .product-information {
    padding: 20px;
    text-align: center;
    position: relative;
    border-top: 1px solid #f0f0f0;
}

.wrapper-photos .item-photo{
    position: relative;
    border-left: 0;
    background: #fff;
    margin-top: -1px;
    min-height: 100%;
    padding: 0px;
}

.wrapper-photos .item-photo .featured-item-image {
    display: block;
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.wrapper-photos .item-photo .featured-image-action {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    opacity: 1.0;
}

.wrapper-photos .item-photo .featured-index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wrapper-reviews .item-reviews{
    padding: 1rem;
    border: 2px solid #c8b082;
    border-radius: 5px;
}

.wrapper-reviews .star-reviews{
    color: #c9b081;
    font-size: 20px;
}

.wrapper-about-us img{
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-radius: 5px;
}

/*---#endregion HOME---*/

/*---#region SERVICES---*/
.wrapper-services-us .service-name {
    font-size: 2rem;
    color: #ad8844;
    font-weight: bold;
    text-transform: uppercase;
}

.wrapper-services-us .services-group:not(:last-child) {
    margin-bottom: 100px;
}

ul.list-service-details {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    line-height: 2rem;
}

ul.list-service-details li {
    margin-bottom: 10px;
}

ul.list-service-details li div {
    display: table;
}

ul.list-service-details li div span {
    display: table-cell;
    font-size: 1.2rem;
    color: #8b5d08;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

ul.list-service-details li div span:first-child {
    position: relative;
    font-weight: bold;
    color: #333;
    overflow: hidden;
}

ul.list-service-details li div span:first-child:after {
    content: "";
    position: absolute;
    bottom: 0.5em;
    margin-left: 0.5em;
    width: 100%;
    border-bottom: 1px dashed #a18146;
}

ul.list-service-details li div span+span {
    text-align: right;
    font-size: 1.2rem;
    width: 1%;
    vertical-align: bottom;
    padding-left: 0.5em;
    white-space: nowrap;
}

ul.list-service-details p.description {
    font-size: 1rem;
    color: gray;
}

.wrapper-services-us .services-item{
    position: relative;
    min-height: 500px;
}

.wrapper-services-us .services-item .img-service{
    width: 100%;
    max-width: 350px;
    margin-top: 0.5em;
    border-radius: 10px;
    border: 5px solid #fff;
}

@media (max-width: 575.99px) {
    .wrapper-services-us .service-name {
        font-size: 50px;
        line-height: 1.2;
    }
}
/*---#endregion SERVICES---*/

/*---#region GALLERY---*/

.btn-gallery-posh{
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 10px 15px;
    min-width: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0.5em;
    box-shadow: none;
    outline: none;
}

.btn-gallery-posh.active, .btn-gallery-posh:hover{
    color: #fff;
    background: #c9b081;
    border: 1px solid #c9b081;
}

/*---#endregion GALLERY---*/

/*---#region CONTACT---*/

.wrapper-contact-us .item-info{
    font-size: 1.2rem;
    margin: 1rem;
    padding-bottom: 1rem;
}

.wrapper-contact-us .item-info a:hover{
    color: #c9b081;
}

.wrapper-contact-us .item-info > div{
    padding-left: 2rem;
    position: relative;
}

.wrapper-contact-us .item-info .address:before{
    content: "\f015";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 1em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #c9b081;
}

.wrapper-contact-us .item-info .phone:before{
    content: "\f095";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 1em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #c9b081;
}

.wrapper-contact-us .item-info .email:before{
    content: "\f0e0";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 1em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #c9b081;
}

.wrapper-contact-us .item-info .hours:before{
    content: "\f017";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 1em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #c9b081;
}


#contactForm label{
    font-size: 1.2rem;
    font-weight: 600;
}

#contactForm input, #contactForm textarea{
    border: 1px solid #c7ab7b;
    padding: 10px 10px;
    outline: none;
}

#contactForm input:focus, #contactForm textarea:focus{
    border: 2px solid #c7ab7b;
    box-shadow: none;
}

/*---#endregion CONTACT---*/