/*
Theme Name:  Hendy Child
Theme URI:    http://hkangles.com/hendy
Description:  hendy Child Theme
Author:       HKangels
Author URI:   http://hkangles.com
Template:     hendy
Version:      1.0.0
License:      GNU General Public License version 3.0
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
Text Domain:  hendy-child
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.infobox-style-18 .hkangles-infobox-wrapper {
    position: relative;
    background-color: #282727 !important;
}

.infobox-style-18 .hkangles-infobox-icon i {
	color: #f5da0c !important;
}

header.site-header-container {
    background-color: #282727;
}

.header-layout-5 .site-header .main-navigation div>ul>li {
	background-color: none;
}

.hkangles-bgcolor-secondary {
	background-color: none;
}

.header-layout-5 .header-menu-area-inner {
	    background-color: #282727;
}

.header-layout-5 .header-menu-area-inner.hkangles-bgcolor-secondary:after {
	background-color: #282727 !important;
}

.header-layout-5 .hkangles-header-right-side .search-wrapper {
    display: none;
}

.contact-item.contact-item-header-button {
    background-color: #f5da0c !important;
}

.site-header .contact-item-header-button i {
    color: #282727 !important;
}

.site-header .contact-item-header-button .contact-label {
    color: #282727 !important;
}

.site-header .contact-item-header-button span.contact-value {
    color: #282727 !important;
}

.header-layout-5 .site-header .contact-item span.contact-value {
	color: #f5da0c;
}

.header-layout-5 .site-header .contact-list .contact-label {
	color: white;
}

.header-layout-5 .site-header .main-navigation div > ul > li.current-menu-parent {
	background-color: #f5da0c !important;
}

.site-header .main-navigation div > ul >li.current-menu-parent > a {
	    color: #282727 !important;
}

.header-layout-5 .site-header .contact-info .contact-item i {
	color: white !important;
}

.header-layout-5 .site-header .main-navigation div > ul > li:hover {
	background-color: #f5da0c !important;
}

.footer_contact-info-inner {
	display: none !important;
}

.site-footer {
	margin-top: -25px;
}

.footer-layout-2 .hendy-footer-widgets-wrapper {
    padding-top: 0;
    background: linear-gradient(to right, #F5DA0C 0%, #F28D13 100%);
}

.site-footer .widget h2.widget-title {
	font-weight: 900;
	color: #282727 !important;
}

.textwidget.custom-html-widget {
    color: #282727 !important;
}

header.site-header-container {
border-bottom: 4px solid;
	padding-bottom: 15px;
	border-image: linear-gradient(to right, #F5DA0C, #F28D13) 1;
}

.header-layout-5 .header-menu-area-inner {
    float: none !important;
    margin-right: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.header-layout-5 .site-header .main-navigation div > ul > li.current-menu-item > a,
.header-layout-5 .site-header .main-navigation div > ul > li.current_page_item > a,
.header-layout-5 .site-header .main-navigation div > ul > li > a:hover {
    background-color: transparent !important;
    background: none !important;
    color: #F5DA0C !important;
}

.header-layout-5 .site-header .main-navigation div > ul > li.current-menu-item,
.header-layout-5 .site-header .main-navigation div > ul > li.current_page_item,
.header-layout-5 .site-header .main-navigation div > ul > li:hover {
    background-color: transparent !important;
    background: none !important;
}

.site-logo {
    position: relative;
    z-index: 9999;
    overflow: visible !important;
}

.site-logo img {
    height: 130px !important;
    width: auto !important;
    position: relative;
    top: 32px;
}

@media (max-width: 1200px) {
    .header-layout-5 .site-header-top {
        background: #282727 !important;
    }
}

@media (max-width: 1200px) {
.site-logo img {
    height: 100px;
    width: auto !important;
    position: relative;
    top: 4px;
}
}

#SR7_11_1 .metis.sr7-arrows {
	display: none;
}

@media (min-width: 1200px) {
    .header-layout-5 .header-stickable.hendy-sticky-header {
        background: #282727 !important;
		border-bottom: 4px solid;
		padding-bottom: 15px;
		border-image: linear-gradient(to right, #F5DA0C, #F28D13) 1;
		display: none;
    }
}

.header-layout-5 .site-header .social-info-wrapper {
    margin-left: 70px;
    display: none;
}

.site-main {
    background-color: #282727;
    padding-top: 100px;
}

body {
	background-color: #282727;
}


.hendy-copyright .footer-right p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.widget ul>li a
 {
    padding: 0px 15px 0px 0px;
}

#scroll-to-top.active a {
    background: linear-gradient(60deg, #ffe600 0%, #ffb300 45%, #ff7a00 100%) !important;
    color: #000 !important;
	border: none;
}