/*
Theme Name: Sparesandrepairs Child
Description: This is a child theme for Sparesandrepairs Theme
Author: John Shrestha
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.1em;
	
}
p{margin-bottom: 0.5em;}

#top-bar p {
    font-size: 16px;
}
#top-bar i {
    font-size: 16px;
    color: #2A6356;
}

#header-contact a {
    font-size: 0.9em;
    color: #fff ;
}
#header-contact a i {
     color: #fff !important;
}
.social-icons {
    color: #2A6356;
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
}

.nav-dropdown-default {
    padding: 5px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 0px solid #ddd;
}

.section-title span {
    text-transform: none;
}

@media only screen and (max-width: 67em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #header-contact li a i {
        font-size: 18px !important;
        color: #F2B91E !important
     }
     #header-contact a {
        font-size: 0.8em !important;
        color: #222 !important;
        font-weight: normal;
    }
    .social-icons {
        color: #52584D;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.title-breadcrumbs.pb-half.pt-half {
    display: none;
}
#header-contact a {
    font-size: 0.8em;
    color: #444;
    font-weight: normal;
}
#header-contact a i {
   font-size: 18px !important;
   color: #222 !important;
}
.social-icons {
    color: #52584D !important;
}
.off-canvas .nav-vertical>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #222;
}
.html .social-icons {
    font-size: 1em;
    color: #222;
}
.nav-vertical>li>ul li a {
    color: #111;
    transition: color .2s;
    font-size: 13px;
    border-bottom: 1px dotted #999;
}


}

/*************** FOOTER CSS HERE  ***************/
.opening-hours span {
    width: auto;
    margin-right: 20px;
}
.footer-2 ul.menu>li:before, .widget>ul>li:before  {
	
	content: "" !important;
}



/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px; }
ul.menu>li:before, .widget>ul>li:before {
    font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
    margin-right: 6px;
}

/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 14px;  color: #1595E6;}

.icon-map-pin-fil:before {
    content: "\e009";
}

.icon-phone:before {
    content: "\e600";
}
.icon-envelop:before {
    content: "\e003";
}


.footer-2 .widget-title{
  	/*text-transform: uppercase; */
	letter-spacing: 1px;
	padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: 400;
}
.footer-2 h3:after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: #fff;
    left: 0;
    position: absolute;
}
.footer ul li a {
    font-size: 14px;
}
.footer-2 .widget {
    margin-bottom: 1em;
}

.footer-2 .dark .is-divider {
    background-color: #1595E6!important;

}
.footer-2 p{
	font-size:14px;
}
.absolute-footer {
    color: #fff !important;
	font-size:14px;
	padding:10px 0 10px 0;
}


.footer-secondary {
    padding: 0;
}
#footer .back-to-top i{
    color: #fff !important;
}
#footer a#top-link {
    background: #1595E6!important;
    border: 2px solid #fff !important;
}


.wpforms-form button[type=submit]{
    background-color: #1595E6!important;
    padding: 0 20px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 5px !important;
   }


   .locations li {
    display: inline-block;
    color: #fff;
    padding: 0 9px 5px;
    position: relative;
}

ul li.bullet-checkmark:before, ul li.bullet-star:before {
    color: #fff;
    font-family: fl-icons;
    font-size: 16px;
    left: 0;
    position: absolute;
}