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

/*************** ADD CUSTOM CSS HERE.   ***************/



/*FRAME: Adjust the Main frame size */
div.large-3 {
	padding-right: 10px;
	padding-left:0;
}
div#product-sidebar {
	padding-right: 10px;
	padding-left: 0px;
}


/*TOPBAR MENU */
ul.nav.top-bar-nav > li > a{
	font-size: 0.8em;
	font-family: sans-serif;
}

/*change social icon color */
.icon-facebook:before,
.icon-instagram:before,
.icon-twitter:before,
.icon-envelop:before
{
	color: #FFB600 !important;
}


/*HEADER -  Middle ->Bottom part */
ul.nav.header-nav > li > a {
	font-family: "UTMSwissCondensedBold";
	font-weight: bold;
	font-size: 1.2em; /* Font of Main Nav */
}

/*HEADER - Wisihlist color */
li.header-wishlist-icon a.wishlist-link {
	color: #BDB379 !important;/*dark yellow*/
}

li.header-wishlist-icon a.wishlist-link:hover {
	color: #EED21B !important; /*lighter yellow*/
}


/*HEADER - Mobile (dropdown menu) */
span.menu-title {
	color: #D2C473 !important; /*dark yellow*/
}

span.menu-title:hover {
	color: #EED21B !important; /*lighter yellow*/
}

ul.mobile-nav > li > a  {
	color: #D2C473 !important; /*dark yellow*/
}

ul.mobile-nav > li > a:hover {
	color: #EED21B !important;
}/*lighter yellow*/





/*Header - Seach button */
button.ux-search-submit.submit-button {
	background-color: #938F78 !important;
}

button.ux-search-submit.submit-button:hover {
	background-color: #EED21B !important;
}


/*Header - DROP DOWN MENU */
ul.nav.header-nav > li > ul {
	border-bottom: 2px solid #094969;
	border-left: 2px solid #094969;
	border-right: 2px solid #094969;

	background: #094969;
	
}

.nav-dropdown>li>a{
	color: #EED21B !important;
}

ul.nav.header-nav > li > ul > li {
	font-family: "UTMSwissCondensedBold";
	font-weight: bold;
	font-size: 1.0em;
	list-style: none;
  background-image: url("/wp-content/statics/arrow-conner-EED21B-icon.svg") !important; 
  background-repeat: no-repeat;
  background-size: 0.6em 0.6em;
  background-position: 0.8em 1em;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
}
ul.nav.header-nav > li > ul > li > a {
	padding-left: 2em;
}

ul.nav.header-nav > li > ul > li > a:hover {
  color: #fff !important;
	background: rgba(22, 122, 179, 0.5); 
}








/*Fix Secondary menu style */

/*fix space in main div */
div#content{
padding-bottom: 0px;
}



/*NAME, SPEC, DES */
/*Popup Request for Quote form and style ------- */
/*ninja form [ninja_form id='2'] ->RFQ Button */
input#nf-field-11{
	background-color:  #137AB1 !important; /*Blue */
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

input#nf-field-11:hover {
	color: #fff !important;
}
textarea#nf-field-22, input#nf-field-17, input#nf-field-19, input#nf-field-6, input#nf-field-20 {
	color: #510000 !important;
}
div#nf-form-2-cont div.nf-form-content {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
/*Submit button */
input#nf-field-11 {
	color: #EED21B !important; /*Heavy yellow*/
	font-weight: bold;
}





/* FRQ Button in Product Single Page */
a.rfq-button-single-product-custom {
	color: #002554 !important;
	padding: 6px 10px 2px 25px;
	font-size: 0.9em !important;
	font-weight: bold !important;
	border-radius: 3px;
	background: #FFB600 !important;
}

a.rfq-button-single-product-custom:before
{
	content: "\276F";
	font-family: FontAwesome;
	font-size: 20px;
	width: 0;height: 0;
	border-style: solid;
	border-width: 0px 0px 0px;
	border-color: transparent;
	transition: all .4s;
	position: absolute;
	top: 5px;left: 7px;
	display: block;
	margin: 0 auto;
}

/*PRODUCT TITLE */
h1.product_title.entry-title {
	font-family: "UTMSwissCondensedBold";
}









/*
 * PRODUCT CATEGORY WIDGET
 */
aside.widget_product_categories {
	padding-left: 0;
	padding-right: 0;
}


/*Product Category Title */
div#product-widget-title-custom {
	background-image: url("/wp-content/statics/product-widget-title-bg.gif");
	background-repeat: no-repeat, repeat;
	padding: 10px 0px 10px 10px;
	background-size: contain;
	
}
div#product-widget-title-custom span {
font-family: "UTMSwissCondensedBold";
}


/*Vertical Product Category Widget Menu style*/
ul.product-categories li {
	  list-style: none;
  	background-image: url("/wp-content/statics/arrow-conner-4E657B-icon.svg") !important;
  	background-repeat: no-repeat;
  	background-size: 0.6em 0.6em;
  	background-position: left 0.8rem;
	padding-left: 1.1em;
    
}

ul.product-categories li:hover {
	  list-style: none;
  	background-image: url("/wp-content/statics/arrow-conner-510000-icon.svg") !important;
  	background-repeat: no-repeat;
  	background-size: 0.6em 0.6em;
  	background-position: left 0.8rem;
	padding-left: 1.1em;
    
}

ul.product-categories li a:hover {
	color: #E14e37;
}
ul.product-categories > li {
	font-size: 0.95em;
}
ul.product-categories > li > ul > li {
	font-size: 1.05em;	
	
}

/*Left arrow for active item */
ul.product-categories > li.current-cat:after {
	display: inline;
  content: "";
  width: 14px;
  height: 14px;
  background: transparent url("/wp-content/statics/nav-arrow-active-item-grey-icon.svg") no-repeat;		
}




aside.widget_product_categories ul.product-categories {
	background: #ebebeb;
	padding-left: 16px;
	padding-right: 12px;
}
div#product-widget-title-custom {
	background: #167ab3; /*Deep blue */
	color: #FFB600; /*Deep Yellow */
	padding-left: 15px;
	padding-top: 18px;
}

aside.widget_product_categories div.is-divider {
	background: #fff;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}

ul.product-categories li {
	border-top: 1px solid white !important;
}

ul.product-categories li ul.children {
	padding-left: 0px;
	border-left: none;
}

ul.product-categories li ul.children li {
	padding-top:5px;
}



/*RECENT VIEW WIDGET */
aside.widget_recently_viewed_products ul.product_list_widget li span.product-title {
	font-size: 0.90em !important;
}

aside.widget_recently_viewed_products span.widget-title {
	font-family: "UTMSwissCondensedBold";
}





/*Contact information */
div.call-action-widget-div {
	background: #137ab1; /*normal blue */
	border-radius: 8px;
	float:right;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
	text-align: right;
	width: 235px;
	
	background-image: url(/wp-content/statics/contact-information.png);
	background-position:left top;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-position: 5px 5px;
}


div.call-action-widget-div p.contact-advise {
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin: 0 0 -3px 0;
	color: #eed21b;
}

div.call-action-widget-div p.telephone {
	font-style: italic;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 -5px 0;
	font-family: "Oswald", sans-serif;
	color: #eed21b;
}

div.call-action-widget-div p.telephone span {
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #eed21b;
}

div.call-action-widget-div p.email{
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #eed21b;
	
}



/*ADVERTISEMENT ADVERT  MARKETING */


/*Advert text in description at footer of text */
div#special-description-footer-advert {
	color: #808080;
}
div#special-description-footer-advert a {
	color: #808080;
	text-decoration: underline;
}






/*---------------------------------- */
/*YITH wishlist view option */
/*---------------------------------------*/

/* product-name align on left*/
table.wishlist_table  td.product-name ,   th.product-name {
	text-align: left;
}
table.wishlist_table  th.product-name {
	text-align: left !important;
}

/*************************** */
/*Newsletter contact form 7 */
/*************************** */
 div#newsletter-registration {
   margin: 5px 0 0 0;
   padding: 0 0 0 0;
}

 div#newsletter-registration input.button{
  color: #002554 !important;
  border-radius:2px !important;
}

 div#newsletter-registration input.wpcf7-email {
  color: #002554 !important;
  border-radius:2px !important;
  background-color: #fff !important;
  margin-left: 5px;
}


/*Place holder color*/
 div#newsletter-registration input.wpcf7-email::-webkit-input-placeholder { /* Edge */
  color: #ccc !important;
}
 div#newsletter-registration input.wpcf7-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc !important;
}
 div#newsletter-registration input.wpcf7-email::placeholder {
  color: #ccc !important;
}
form.wpcf7-form {
	padding-bottom: 0;
	margin-bottom: 0px;
}


/*************************** */
/*Button of contact form 7 */
/*************************** */
input.wpcf7-submit {
	color: #fff !important;
}



/*FIX NINJAR CONTACT FORM */
/*height of textarea */
.nf-form-content textarea.ninja-forms-field {
	height: 80px !important;
	min-height: 80px !important;
}

/*distance between text and input */
div.nf-field-container.html-container {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#nf-field-22-container{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.nf-form-content  div.nf-field-container {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div.nf-form-layout form {
	padding-bottom: 0px;
	margin-bottom: 0px;
}











/*Hide Gooogle reCaptare */
.grecaptcha-badge { visibility: hidden; }


/*ICON COLOR CHANGING*/
.icon-envelop:before {
	color: #231F20;
}

.icon-twitter:before {
	color: #231F20;
}
.icon-twitter:before {
	color: #231F20;
}
.icon-instagram:before {
	color: #231F20;
}
.icon-facebook:before {
	color: #231F20;
}

/*get-a-quote-buttom-menu on main nav */
a#get-a-quote-buttom-menu {
	border-radius: 8px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #002554;
	line-height: 35px;
}

/*Advert text in description at footer of text */
div#special-description-footer-advert {
	color: #808080;
}
div#special-description-footer-advert a {
	color: #808080;
	text-decoration: underline;
}



/*=======FOOTER SECTION ====*/

/*Footer widget */
div.footer-1 ul li a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #002554 !important;
}
/*Footer widget - bullet */
div.footer-1 ul li {
		  list-style: none;
  	background-image: url("/wp-content/statics/arrow-conner-4E657B-icon.svg") !important;
  	background-repeat: no-repeat;
  	background-size: 0.5em 0.5em;
  	background-position: left 0.5rem;
	padding-left: 1.1em;
}



/*Footer custom color */
ul#menu-secondary-1 li a {
		color: #002554  !important;
	}

div.footer-primary div.copyright-footer {
		color: #002554!important;
	}
div.footer-secondary div.footer-text {
		color: #002554  !important;
	}



footer#footer div:nth-child(3) div.clearfix{
	border-top: 2px solid rgba(0,0,0,0.1) !important;

}

/*Fix Secondary menu style */

/*fix space in main div */
div#content{
padding-bottom: 0px;
}

/*FOOTER SETTING */

/*Footer widget */
div.footer-1 ul li a {
	padding: 0.4em 0 0 1.1em;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #002554 !important;
}
/*Footer widget - bullet */
div.footer-1 ul li {
	list-style: none;
  	background-image: url("/wp-content/statics/arrow-conner-4E657B-icon.svg") !important;
  	background-repeat: no-repeat;
  	background-size: 0.6em 0.6em;
  	background-position: left 0.6rem;
	
	font-size: 0.9em;
}



div.footer-1 ul li:hover {
		  list-style: none;
  	background-image: url("/wp-content/statics/arrow-conner-FF9800-icon.svg") !important;
  	background-repeat: no-repeat;
  	background-size: 0.6em 0.6em;
  	background-position: left 0.6rem;
	color: #00ABAA !important;
}

div.footer-1 ul li a:hover {
	color: #fff !important;
}

/*Company contact */
div.footer-1 p.has-block.tooltipstered {
	font-size: 0.9em;
}

/*==== FOOTER MENU ******/

/*Bottom Footer menu Area and Line*/
div.absolute-footer{
	background-color: #FFB600;
	
}

/*Footer Bottom Menu */ 
/*RFQ/ContactUs/FAQ */
ul#menu-secondary-1 li a {
		color: #002554 !important;
	font-weight: bold;
	}

/*Bottom footer -CopyRight */
div.footer-primary div.copyright-footer {
		color: #002554 !important;
	}

div.footer-secondary div.footer-text {
		color: #002554 !important;
	  
	}


/*Footer Header color (PRODUCTS/CONTACT US/SERVICES..) */
div.footer-widgets p span.widget-title {
	 color: #002554 !important;
	 font-family: "UTMSwissCondensedBold";
	font-size: 1.1em;
}


/*Bottom footer -RFQ/ContactUs */
footer#footer div:nth-child(3) div.clearfix{
 /*	border-top: 2px solid rgba(0,0,0,0.1) !important; */
}

/*Smallize mark-brand-advert-section */
div#mark-brand-advert-section p {
	font-size: 1px !important;
	color: #fefefe !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 ! important;
	
}

div#mark-brand-advert-section h2 {
	font-size: 1px !important;
	color: #fefefe !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 ! important;
}


div#mark-brand-advert-section h3 {
	font-size: 1px !important;
	color: #fefefe !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 ! important;
}














