/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.apnt-next, .apnt-submit, .apnt-button {
   background-color: #112C55 !important;
    color: #fff !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #112C55;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
	font-size:17px;
}
.apnt-next:hover, .apnt-submit:hover, .apnt-button:hover{
	background-color: #E2C92E !important;
	color: #112C55 !important;
}
.apnt-prev:hover{
	background-color: #112C55 !important;
    color: #fff !important;
}
.apnt-prev{
	background-color: #E2C92E !important;
    color: #112C55 !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E2C92E;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
	font-size:17px;
}

.page-id-47 .map-footer-cus,
.page-id-5879 .map-footer-cus{
    display: none;
}
.footer-logo img{
	filter: invert(1);
}
ul.hfe-nav-menu > li:last-child ul.sub-menu {
    width: 100% !important;
    min-width: 100% !important;
}
ul.hfe-nav-menu > li:last-child ul.sub-menu a.hfe-sub-menu-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
a {
    text-decoration: none !important;
}
.blue-title {
    color: #f69906;
}
.testimonial-info {
    z-index: 1;
    width: 100%;
    padding: 20px;
    height: 220px;
    max-width: 500px;
    background: #fff;
    position: relative;
    margin: 0 auto 30px;
    box-sizing: border-box;
}
.testimonial-info::after {
    right: 0;
    width: 0;
    height: 0;
    z-index: -1;
    bottom: -30px;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #bbb;
    position: absolute;
    text-align: right;
    content: '';
    display: block;
}
button.forminator-button.forminator-button-submit {
    background-color: #f69906;
    font-size: 16px !important;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
}
button.forminator-button.forminator-button-submit:hover {
    background-color: #fff;
    color: #f69906;
}
.pa-carousel-gallery .premium-carousel-template.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul#ndauhours li {
    width: 13%;
    list-style-type: none;
    border: 1px #efefef solid;
    padding: 10px 0;
    text-align: center;
    vertical-align: top;
    line-height: normal;
    float: left;
    min-height: 90px;
}
ul#ndauhours {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 2% 0;
}
.home .slick-arrow {
    z-index: 1 !important;
    position: relative;
}




@media only screen and (max-width: 600px) {
ul#ndauhours li {
    width: 100%;
    float: none;
    min-height: 50px;
}
}