.wrapper {
    width: 100%;
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/*Header CSS*/

.header-logo {  
    margin-top: 10px;
    width: 150px;
}

header {
    height: 118px;
    padding: 35px 0;
}
.header-row {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.menu-area {
    margin-top: 12px;
}

.menu-area ul {
    padding-left: 0;
}

.menu-area ul li {
    display: inline-block;
    margin-right: 25px;
    color: #4B4A4B;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.menu-area ul li a {
    color: #4B4A4B;
} 

.current-menu-item a {
    color: #009A3D;
}

.language-switcher span {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/images/lang-drop-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 17px;
    margin-left: 24px;
}

.language-switcher {
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #4B4A4B;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 12px;
}

.language-switcher ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    margin-left: -16px;
}

.language-switcher ul li {
    list-style: none;
}

.language-switcher:hover ul {
    visibility: visible;
    opacity: 1;
}

.vdivider {
    display: inline-block;
    margin: 0 20px 0 20px;
}

header .search {
    display: inline-block;
    margin: 0 25px;
}

.official-dis {
    display: inline-block;
}

.official-dis img {
    margin-left: 8px;
    height: 51px;
}
.rickman-logo{
	width: 83px !important;
	height: auto !important;
}

/* book a demo button*/

.btn-book-demo {
    display: inline-block;
    padding: 12px 48px;
    background: #009A3D;
    border-radius: 9.6px 0px 9.6px 9.6px;
    color: #fff;
}
.mobile-book-a-demo {
    padding: 25px 0 0 10px;
}


/*Footer CSS*/

footer {
    background-color: #4B4A4B;
    height: auto;
    width: 100%;
    color: #fff;
    padding: 68px 31px;
	position: absolute;
}

.footer-column-one img {
    margin-bottom: 20px;
}

.footer-column-one p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-right: 165px;
    margin-bottom: 47px;
}

.footer-column h5 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
}

.kobold-footer-logo {
    width: 90px;
    margin-top: 8px;
}

.footer-column-two img {
    margin-bottom: 32px;
    margin-right: 10px;
}

.social-media {
    margin-top: 32px;
}

.social-media img {
    margin-right: 18px;
}

.footer-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 45px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.footer-menu ul li a {
    color: #fff;
}

.copyright {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.newsletter a {
    font-family: 'Merriweather';
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}

/* mobile header*/

.mobile-column-one {
    padding-left: 20px;
}

.mobile-column-two {
    padding-right: 20px;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow-y: auto;
}

body.admin-bar .mobile-menu {
    top: 32px;
}

body.menu-open {
    overflow: hidden;
}

.mobile-column-two img {
    margin-top: 10px;
    margin-left: 10px;
}

.mobile-menu-header {
    padding: 15px 20px;
}

.mobile-menu-header .mobile-header-logo,
.mobile-menu-header .mobile-menu-close,
.hamburger-icon {
    display: inline-block;
}

.mobile-menu-close {
    margin-top: 12px;
}


/* Search Result page */

.search-results-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search-result-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
}

.search-result-item .product-thumb a {
    display: block;
}

.search-result-item .product-thumb img {
    max-width: 200px;
    margin: 0 auto;
    min-height: 165px;
}

.search-result-item h3 {
    font-family: Merriweather;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: #4B4A4B;
    margin-top: 20px;
    min-height: 125px;
}
.btn-bdemo>a {
    border: 2px solid #009A3D;
    border-radius: 12px 0 12px 12px;
    padding: 10px 24px;
    color: #009A3D;
}

/* 404 page */
.error-404 {
    text-align: center;
    padding: 131px 0px;
}
.error-404 .error-container h2 {
    font-size: 220px;
    margin: 0;
    color: #0D3B2A;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.error-404 .error-container p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 0;
}
.error-404 .error-container p a {
    font-weight: 600;
    text-transform: uppercase;
    color: #00953B;
}
.newsletter-tc {
    color: #009A3D;
}
/* media query*/

@media only screen and (max-width: 1220px) {
    body {
        margin-top: 72px;
    }
    header {
        height: 72px;
        padding: 15px 0;
    }
    .admin-bar header {
        top: 32px;
    }
    .header-inner {
        display: none;
    }
    .menu-area ul li {
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-right: 0px;
    }
    .menu-area ul li.mega-menu-item a {
        display: block;
    }
    .menu-area ul li:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .language-switcher {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: 100%;
    }
    .language-switcher span {
        padding-right: 100%;
        margin-left: 0;
    }
    
    /*Mega Menu*/
    .megamenu-container .menu-item-col .menu-item-image {
        -webkit-border-radius: 8px 0px 8px 8px;
        border-radius: 8px 0px 8px 8px;
        height: 60px;
        width: 60px;
    }
    .join-us-menu-row {
        display: inline-block !important;
    }
    .product-menu-group-title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
        font-weight: 200;
    }
    .mega-menu-item-title {
        font-weight: 200;
    }
    .official-dis {
        width: 100%;
        text-align: center;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-area ul li {
        margin-right: 10px;
    }
    .btn-book-demo {
        padding: 12px 18px;
    }
    .vdivider {
        margin: 0 10px 0 10px;
    }
    .footer-column-one p {
        margin-right: 0;
    }
    .footer-menu ul li {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1221px) {
    .mobile-header {
        display: none;
    }
}

@media only screen and (max-width: 782px) {
    body.admin-bar .mobile-menu {
        top: 46px;
    }
    .admin-bar header {
        top: 46px;
    }
}

@media only screen and (max-width: 414px) {
    footer {
        height: auto;
    }
}