/*
Theme Name: Warren Bowden Child
Description: This is a child theme for Warren Bowden Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.1em;
	font-family: "Manrope", sans-serif !important;
}
p{margin-bottom: 0.5em;}

#masthead {
    border-top: 8px solid #D4AC51;
}
.nav-right  p {
    font-size: 16px;
	color:#111 !important;

}
.nav-right p i {
    font-size: 18px;
	margin-right:5px;
    color: #D4AC51 !important;

}
#top-bar a{color: #fff !important;}

#header-contact a {
    font-size: 1em;
    color: #222 ;
}
#header-contact a i {
    font-size: 1.1em;
     color: #D4AC51 !important;
}


.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;
}



.nav-size-large>li>a {
    font-size: 1.1em;
    font-weight: 200 !important;
}
.slider{
	z-index:0;
}
.getaquote {
    margin-top:-170px;
}

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

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-bottom p {
    font-size: 18px !important;
	color:#fff !important;

}	
.header-bottom p i {
    font-size: 18px !important;
	color:#F0CD72 !important;

}
	
#header-contact a {
    font-size: 0.8em;
      font-weight: normal;
}
#header-contact a i {
   font-size: 18px !important;
 }
.social-icons {
    color: #333 !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{width:30px !important; font-size: 20px;  color: #DDC16F;}

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

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

.footer-1 .widget>ul>li:before {
	display:none;	
}


.footer-1 .product_list_widget{
	white-space: nowrap;
}
.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: 13px;
}
.footer-2 .widget {
    margin-bottom: 1em;
}

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

}
.footer-2 p{
	font-size:15px;
    display: flex;
}

.footer-2 .col{
    padding: 0 15px 0px;
}
.absolute-footer {
    color: #222 !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: #333 !important;
    border: 2px solid #fff !important;
}

/*============== Our Services ================ */
.our-service .box-image{
	border-radius: 20px;
}
.our-service .box-push .box-text {
border-radius: 26px;
margin:-30% auto 0;

}

.wpforms-form button[type=submit]{
    background-color: #333 !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;
}
.sector ul {
    margin-bottom: 0.3em;
}

.get_quote .wpforms-container-full .wpforms-form input[type=text], .get_quote .wpforms-container-full .wpforms-form input[type=email], .get_quote .wpforms-container-full .wpforms-form input[type=tel]{
	background-color:transparent;
	border-radius: 5px;
    color: #fff;
	border-color:#F0CD72;
}

.get_quote .wpforms-container-full .wpforms-form button[type=submit]{
	background-color:#F0CD72 !important;
}

.get_quote ::-webkit-input-placeholder { /* Chrome and Safari */
   color: #fff !important;
}
  
.get_quote :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff !important;
   opacity: 1 !important;
}
  
.get_quote ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff !important;
   opacity: 1 !important;
}
  
.get_quote :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff !important;
}
  
.get_quote ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff !important;
}
  

.get_quote ::placeholder {
   color: #fff !important;
}

/*============== Progress Bar ===============*/
 .skill {
      margin-bottom: 20px;
    }

    .skill-name {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px;
      font-size: 20px;
		font-weight:bold;
		color:#fff;
    }

    .progress {
      position: relative;
      height: 10px;
      background: #ddd;
      border-radius: 5px;
      overflow: hidden;
    }

    .progress-bar {
      height: 100%;
      background: #EFCC71; /* yellow */
      width: 0; /* start empty */
      border-radius: 5px;
      position: relative;
      transition: width 2s ease;
    }

    .progress-bar::after {
      content: "";
      position: absolute;
      top: -1px;
      right: 0;
      width: 15px;
      height: 15px;
      background: #fff;
      border-radius: 0%;
      border: 2px solid #ccc;
    }


.box-text p a{
	font-weight:bold;
}
.box-text-products .woocommerce-Price-amount{
	font-size:20px;
}

.product-title {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
}

input[type=search]{
	height: 3.3em;
	font-size: 16px;
	}
select.search_categories.resize-select.mb-0 {
    height: 3.3em;
	 font-size: 16px;
}
.searchform .button.icon i {
    font-size: 2em;
    padding:9px;
}

.widget_price_filter .price_slider_amount .button {
    background-color: #D4AC51;
    border-radius: 99px;
    float: left;
    font-size: .85em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #D4AC51;
    border-radius: 999px;
    cursor: pointer;
    height: 15px;
    outline: none;
    position: absolute;
    top: -5px;
    width: 15px;
    z-index: 2;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #12304C;
    border: 0;
    border-radius: 99px;
    display: block;
    font-size: 10px;
    opacity: .7;
    position: absolute;
    z-index: 1;
}

ul.product-categories {
    font-size: 18px;
    font-weight: bold;
	letter-spacing:0.5px;
}