/*

Theme Name: Enfold Child

Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.

Version: 1.0

Author: Kriesi

Author URI: http://www.kriesi.at

Template: enfold

*/

/*Add your own styles here:*/

.avia_wpml_language_switch li span.language_native {
	display:block;
}
/*----------------------------------------
// Table headings 
//--------------------------------------*/
#top .avia-table th {
	background: #262262;
	color: #ffffff;
	font-size:14px;
    font-weight:600;
	box-shadow: 0px 1px 1px -1px rgba(31, 31, 31, 0.85);
}


.avia-table-1 td:nth-of-type(1) {
    background-color: #cdcdcd;
    color: #000000;
	font-size: 14px;
	font-weight:600;
	text-transform: uppercase !important;
}

@media only screen and (max-width:767px) {
.avia-table-1 td:nth-of-type(1) {
    background-color: #262262;
    color: #ffffff;
	font-size: 14px;
	font-weight:600;
	text-transform: uppercase !important;
}
}
/*----------------------------------------
// CSS - Table row bg
//--------------------------------------*/
/* Alternate row color */
#top .avia-table tr:nth-child(odd) { 
	background: #ffffff !important; 
}

#top .avia-table tr:nth-child(even) { 
	background: #eeeeee !important; 
}




/*product image size on cart page*/
#top table.cart img {
    width: 22vw;
    height: auto;
}


/*product image size on cart page IE 10 and 11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#top table.cart img {
    width: 6vw !important;
    height: auto;
}
}

/* Fixes mobile menu alignment */
.av-hamburger-box {
    width: 35px;
    height: 8px;
}


/*fixes menu on mobile start------------------------------------------------*/

@media only screen and (max-width:767px) {
.responsive .av-burger-menu-main {
    z-index: 9999;
}
}

@media only screen and (max-width:450px){
.responsive .logo img {
    height: auto !important;
    width: auto;
    max-width: 70%;
    display: block;
    max-height: 80px;
    z-index: 9999;
}
}

/*fixes menu on mobile end------------------------------------------------*/

/*search box styles start----------------------------------------------------*/
@media only screen and (min-width: 990px) {
.search-menu {
	margin: -50px 0px 0px 20px;
	float:left;
}

#top #header .av-main-nav > li > a {
    background-color: transparent;

}

}

@media only screen and (min-width: 761px) and (max-width:989px) {
	
#top #searchform {

    margin: -70px 0 0 0;
    padding: 0;

}	
}

@media only screen and (min-width: 473px) and (max-width:760px) {
	
#top #searchform {
    float:left;
    margin: 0 0 0 0;
    padding: 0;

}	
	
#header_main {

    background-color: #fff !important;
    height: 150px;

}
	
}

@media only screen and (min-width: 430px) and (max-width:472px) {
	
#top #searchform {
    float:left;
    margin: 0 0 0 0;
    padding: 0;

}	
	
#header_main {

    background-color: #fff !important;
    height: 150px;

}
	
.responsive.html_cart_at_menu #top .main_menu .menu > li:last-child {

    padding-right: 0px;
    margin-right: 0px;

}
	
}

@media only screen and (min-width: 384px) and (max-width:429px) {
	
#top #searchform {
    float:left;
    margin: 0 0 0 0;
    padding: 0;

}	
	
#header_main {

    background-color: #fff !important;
    height: 150px;

}
	
.responsive.html_cart_at_menu #top .main_menu .menu > li:last-child {

    padding-right: 0;
    margin-right: 0;
    margin-top: -131px;
    margin-left: 200px;

}
	
}

@media only screen and (min-width: 300px) and (max-width:383px) {
	
#top #searchform {
    margin: 0 0 0 0;
    padding: 0;
}	
	
#top #searchform > * {

    opacity: 1 !important;
    display: block !important;
    width: 200px !important;
    margin: 0 0 0 70px !important;

}
	
#header_main {

    background-color: #fff !important;
    height: 150px;

}
	
.responsive.html_cart_at_menu #top .main_menu .menu > li:last-child {

    padding-right: 0;
    margin-right: 0;
    margin-top: -131px;
    margin-left: 200px;

}
	
}
/*search box styles end----------------------------------------------------*/



/* Removes product category sidebar on mobile devices start */
@media only screen and (max-width: 767px) {
	
#woocommerce_product_categories-3 {
	display:none !important;
}
    
#woocommerce_product_categories-4 { 
	display:none !important;
}
    


}
/* Removes product category sidebar on mobile devices end */

/*header styles*/
#header_main {
    background-color: #ffffff !important;
}

#menu-item-shop .cart_dropdown_link {
    padding: 0 20px !important;
}
/*cart totals on cart page start*/
.cart-collaterals .cart_totals {
    width: 100%;
}
/*cart totals on cart page end*/


/*cart icon size in header*/
.cart_dropdown  .cart_dropdown_link > span:before {
	font-size: 30px!important;
}
/*cart icon size in header end*/

/*remove indicator below cart icon*/
.cart_dropdown .dropdown_widget .avia-arrow {
    display: none;
}
/*remove indicator below cart icon end*/

/*cart dropdown product title color*/
.header_color .cart_dropdown .dropdown_widget li a {
    color: #838383;
}
/*cart dropdown product title color end*/

/*quantity on checkout page start*/
@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity {
    display: block;
}

#top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
    display: none;
}

table div.quantity {
    width: auto;
}

.responsive table.shop_table .product-subtotal {
    display: block;
}
}
/*quantity on checkout page end*/

/*shadow on slider text*/
#homeslider {
text-shadow: 3px 3px 3px #000000;
}


/* shadow on sides of container */
.boxed#top { 
	box-shadow: 0 0 5px 3px #888888; 
}

/* font weight of main menu */
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
    font-weight: normal;
}



/* page titles */
.title_container {
    background: url("https://ultimationinc.com/wp-content/uploads/2015/04/bgSlideshow.jpg");
    height: 121px;
}

.title_container .breadcrumb {
    right: auto;
    top: 90%;
}

div .main_color .button {
    background-color: #83a846;
    color: #ffffff;
    border-color: #6F8F3B;
}

.title_container .main-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#top .alternate_color.title_container .main-title {
    color: #FFF;
}

#top .alternate_color.title_container .main-title a {
    color: #FFF;
}



/* list style */
ul.disc, .entry-content-wrapper ul {
    list-style: outside none square;
}

/* image border */
.addborder {
    border: 1px solid #F3F2F9;
    padding: 5px;
    box-shadow: 0px 0px 2px #F3F2F9;
}

/* footer */
#footer {
    padding: 15px 0px 15px;
}

/* sidebar widget padding */
.widget {
    padding: 5px 0px;
}

.widget_nav_menu a {
    padding: 4px 0px 5px;
    font-size: 14px;
}

.entry-content-wrapper li {
    padding: 0px;
}

div .widget_nav_menu {
    padding-bottom: 0px;
}

/*this was at 400, changed to 0 because the cart couldn't be selected on mobile*/
#advanced_menu_toggle {
	z-index:0;
}

.template-blog .blog-meta {
    display: none;
}

.template-blog .post_delimiter {
    margin: 0px 0px 0px;
}
.multi-big .post_author_timeline, .single-small .post_author_timeline {
    display: none;
}

.widget_recent_entries li {
    border-top-width: 1px;
	padding:10px;
}

.flex_column .widget .widgettitle, .content .widget .widgettitle {
    margin: 0em;
}

#top #wrap_all .footer_color h3 {
	color:#FFF;
	font-size:16px;
	font-weight:500;
}

#menu-item-3690, #menu-item-3691, #menu-item-3689, #menu-item-3688, #menu-item-3687, #menu-item-3685, #menu-item-3686, #menu-item-3684, #menu-item-3935 {
    background-image: url("https://www.ultimationinc.com/wp-content/uploads/2015/04/iconPlus.png");
    background-repeat: no-repeat;
    background-position: 0px 14px;
    padding: 0px 0px 0px 25px;
}


.page-id-734 .av_one_third {
    margin-left: 3%;
    width: 30%;
}

#footer div.av_one_third {
    margin-left: 3%;
    width: 30%;
}

.avia-button.avia-color-green:hover {
	background-image:none;
	background-color:#262262;
	border-color: #181450;
}

.avia_iconbox_title {
	color:#FFF;
}


#footer .widget_nav_menu a {
    padding: 6px 0px 0px 0px !important;
    font-size: 12px;
}

#top .widget_nav_menu ul {
    padding: 2px 0px 0px 0px;
}

#footer > div:nth-child(1) > div:nth-child(1) {
	background-image: url("https://www.ultimationinc.com/wp-content/uploads/2015/04/vertical_bar.png");
	background-repeat: no-repeat;
    background-position: 100% 40%;
	height:300px;
    padding: 0px 0px 0px 0px;
}

#footer > div:nth-child(1) > div:nth-child(2) {
	background-image: url("https://www.ultimationinc.com/wp-content/uploads/2015/04/vertical_bar.png");
	background-repeat: no-repeat;
    background-position: 100% 40%;
	height:300px;
    padding: 0px 0px 0px 0px;
}

#footer > div:nth-child(1) > div:nth-child(3) {
	height:300px;
    padding: 0px 0px 0px 0px;
}

.page-thumb img {
    display: none;
}

.main_color table caption, .main_color tr:nth-child(2n), .main_color .pricing-table > li:nth-child(2n) {
    color: #000000;
}



#myfld1_field {
	padding: 3px 20px 0px 0px !important;
}

.responsive #socket .sub_menu_socket {
    display:block;
	float: right;
}

#socket .sub_menu_socket {
    float: right;
    margin: 0px;
}

/*email and phone fields on checkout on mobile don't work without this code*/
.woocommerce-billing-fields {
    position: relative;
    z-index: 10000;
}

/*checkout button and amazon button spacing*/

#pay_with_amazon img {
	margin: 20px 125px 10px 0px !important;
}

/*VFB Forms*/
.visual-form-builder fieldset {
    border: none;
    background-color: #ffffff;
}

#top .main_color input[type="text"] {
    border-color: #e1e1e1;
    background-color: #fcfcfc;
    color: #262262;
    margin: 0px 0px 0px 0px;
}

.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half {
    width: 49% !important;
}





/*single product*/

div.product .product_title {
    font-size: 25px;
}

#top .price, #top .price span, #top del, #top ins {
    display: inline;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}


#top #wrap_all .all_colors h2 {
    color: #262262;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


#top .products .product-category h2 {
    border-top-width: 0px;
}

#top .products .product-category h2 {
    margin: 0;
    padding: 15px 15px;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
}

.post-type-archive .products .product h2 {
    color: #000000;
    background-color: #ffffff;
    text-align: left;
    min-height: 85px;
}

.products .product h2 {
    font-size: 13px;
    line-height: 1.3em;
    font-weight: normal;
}


#top .products .product-category h2::before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    visibility: hidden\9;
    border-bottom: none;
    border-right: none;
    z-index: 1000;
    top: -6px;
    margin-left: -6px;
    color: #e1e1e1;
    background: #ffffff;
}




.page-id-4071, #top .widget_nav_menu ul {
margin-left: 1em;
}

#top .widget_nav_menu ul ul li a {
	padding:0px 0px 0px 12px;
	font-size:12px;
	list-style: none;
}


page-id-4071, #top .widget ul {
    width: 95%;
}

#top .widget_nav_menu ul ul li::before {
    content: "▸";
	color:#acacac;
    top: 0px;
}

#top #searchform > * {
opacity: 1 !important;
display: block !important;
width: 250px;
}


#top .content .flex_column .widget_nav_menu li a {
    padding: .8em 0px .8em 20px !important;
}

#top #s {
	margin:5px 0px 5px 0px;
	
}

#top #searchform .ajax_search_response {
    background-color: #ffffff;
}

#menu-item-search-mod {
    display: none;
}

@media only screen and (min-width: 767px) and (max-width:989px) {

	.responsive .av_mobile_menu_tablet .cart_dropdown {
    position: absolute;
    top: 50%;
    margin: -23px 65px 0 0;
}
	}

@media only screen and (max-width: 479px) {
	
	.avia_ajax_form .form_element_half {
    margin-left: 0%;
}

}

/*controls mobile pacement of menu and size of logo*/
@media only screen and (max-width: 450px) {
.responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
    right: 60px !important;
}
	
	.responsive .logo img {
    height: auto !important;
    width: auto;
    max-width: 70%;
    display: block;
    max-height: 80px;
}
	}
	/*------------------------------------------------------------------------------*/
	.responsive #top .cart_dropdown {
    z-index: 9999 !important;

}
	/*------------------------------------------------------------------------------*/	
@media only screen and (max-width: 767px) {

   .woocommerce_product_categories-4 {
	display:none !important;
}

 
.responsive #top #main .sidebar {
	display:block !important; clear: both; 
	}
	
#top #main .sidebar {
    border-left-width: 0px;
    margin-left: 0px;
    overflow: hidden;
    display: block;
    clear: none;
}
	
#myfld1_field {
	float: none;
	width:100%;
	}
	
#myfield2_field {
	float: none;
	width:100%;
	}

.inner_sidebar {
    margin-left: 0px;
}

.single-product-summary {
      overflow: visible;
  }
  
.title_container .main-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.title_container {
    background: url("https://ultimationinc.com/wp-content/uploads/2015/04/bgSlideshow.jpg");
    height: 100px;
}
	
.responsive .title_container .breadcrumb {
    top: 0px;
}

.page-id-734 .avia-builder-el-2 {
	background-image: none;
}

.page-id-734 .avia-builder-el-5 {
	background-image: none;
}

#footer > div:nth-child(1) > div:nth-child(1) {
	background-image: none;
}

#footer > div:nth-child(1) > div:nth-child(2) {
	background-image: none;
	height:135px;
}

#menu-item-3690, #menu-item-3691, #menu-item-3689, #menu-item-3688, #menu-item-3687, #menu-item-3685, #menu-item-3686, #menu-item-3684 {
    background-position: 0px 10px;
}

	}


/*fix PayPal button alignment on cart page*/

.wcppec-checkout-buttons {
    width: 100% !important;
}


