/* main */
#sp-main-body {
    padding: 50px 0;
}
article.item {
    margin-bottom: 0px;
}
.sp-module ul >li {
    border-bottom: none;
}
.sp-module ul >li >a {
    display: inline-block;
    line-height: inherit;
}
.sp-module ul >li >a:before {
    display: none;
}

/* header */
#sp-top2 .sp-contact-info .sp-contact-phone a {
    color: #000;
}
#sp-top2 .sp-contact-info .sp-contact-phone a:hover {
    color: #fff;
}
#sp-header {
    box-shadow: 0 3px 8px rgba(0,0,0,0.5);
}
#sp-header .logo a {
    font-size: 48px;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: #000000 5px 5px 15px;
    text-transform: uppercase;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #77be2d;
    border-bottom: 5px solid #c9e265;
}
.sp-megamenu-parent >li >a {
    padding: 0 5px;
    line-height: 85px;
    font-size: 14px;
    margin: 0 10px;
}
#offcanvas-toggler >i {
    color: #c9e265;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    background: #c9e265;
}
/* end header */

/* title */
.entry-header h2, h3.title-3 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 70px;
}
.entry-header h2::after, h3.title-3::after {
    content: "";
    display: block;
    margin: 0 auto;
    top: 35px;
    position: relative;
    width: 70px;
    height: 5px;
    border-radius: 20px;
    background: #2E1914;
}
.sp-page-title h2, .sp-page-title h3 {
    margin: 0;
    padding: 0;
    color: #2e1914;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}
.sp-module.title-3 .sp-module-title::after {
    content: "";
    background: #69bd43;
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    margin: 20px auto;
    border-radius: 5px;
}
.sp-module.title-3.offer .sp-module-title::before {
    content: "\f0a1";
    font-family: fontawesome;
    margin-right: 10px;
}

.sp-module.title-4 .sp-module-title {
    font-size: 24px;
    text-align: center;
}
/* end title */

/* social and contact info */
.social-icons li i, .sp-contact-info li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    background: #ffffff;
    color: #c9e265;
    border-radius: 5px;
}
.social-icons li i:hover, .sp-contact-info li:hover i {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sp-contact-info {
    font-size: 16px;
}
.social-icons li i, .sp-contact-info li i {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* end social and contact info */

/* conact info module */
#sp-contact-info {
    text-align: center;
}
.contact-item {
    text-align: center;
    margin-bottom: 50px;
}
.contact-item .contact-item-icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.contact-item .contact-item-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #c9e265;
    color: #000000;
    border-radius: 5px;
}
.contact-item .contact-item-text {
    font-size: 18px;
}
.contact-item .contact-item-text .day {
    font-weight: 900;
    color: #2E1914;
}
.contact-item i {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-item:hover i {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/* end conact info module */

.form-button .rf_submit {
    border-radius: 5px;
}
/* about us module */
#sp-about p {
    font-size: 18px;
    text-align: center;
}
#sp-about hr {
    border-color: #2E1914;
}
#sp-about .poem p {
    margin: 30px 0;
    font-size: 18px;
    text-align: center;
}
/* end about us module */

.scrollup {
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    background: rgba(247, 215, 167, 0.55);
}
.scrollup:before {
    color: #2e1914;
}
.scrollup:hover {
    background-color: #f7d7a7;
}