/*
Theme Name: Vent Child Theme
Theme URI: http://codestag.com/themes/crux
Description: Child theme for customizing Crux.
Version: 1.0
Author: Codestag
Author URI: http://codestag.com/
Template: crux
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url('../crux/style.css');

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/


.site-branding img {
    vertical-align: middle;
    max-height: 40px;
}

.site-description {
    color: #222;
    margin: 0 0 0 0px;
    text-transform: uppercase;
    font-size: 10px;
    font-size: .8rem;
}

.main_services h1{
	margin: 0;
    padding: 0;
    line-height: normal;
}

.variations select{
	min-width: 50%;
}
.woocommerce-shipping-methods {
	text-align: left;
}
.woocommerce-shipping-methods li, .cart-collaterals{
    list-style: none;
}
.woocommerce-shipping-methods input[type="radio"]{
	margin-right: 10px;
    display: inline;
	
}
.woocommerce-shipping-methods label{
    display: inline;
	
}
.woocommerce-shipping-methods {
    text-align: left;
    margin: 0;
    padding: 0;
}

.woocommerce .cart_totals td{
	text-align: left;
}
.woocommerce .products li .first{
	margin-left: 0;
}

