/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

/* Main */

#header { 
	box-shadow: none !important 
} 

/* WooCommerce */

.woocommerce-MyAccount-navigation { 
	float: left;
	width:30%;
}

.woocommerce-MyAccount-content { 
	float: left;
	width:70%;
}

.woocommerce-MyAccount-navigation ul {
	background: transparent !important;
	list-style: none;
	padding:0 !important;
	margin:0 4em 2em 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	padding:0;
	margin:0;   
}

.woocommerce-MyAccount-navigation ul li a { 

	border: 0 !important;
	padding:1em;
	margin:0; 
	display: block;
	background:#f9f9f9;
	color:#333;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	border: solid 1px #efefef;
	border-right:0;
	border-left:0;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color:#333;  
	font-weight: bold;
	background:#fff;
}

.woocommerce a.button, .woocommerce input[type=submit], .woocommerce button {
	background-color:#a46497 !important;
	border: solid 1px #a46497 !important;
	color: #fff !important;
}

.woocommerce a.button:hover, .woocommerce input[type=submit]:hover, .woocommerce button:hover {
	background-color:#fff !important;
	border: solid 1px #a46497 !important;
	color: #a46497 !important;
}

.woocommerce-Message a.woocommerce-Button {
	margin-right: 1em !important;
}

.woocommerce-message a.button, .woocommerce-message a.button:hover {
    border: none !important;
    background: transparent !important;
	color: #fff !important;
}
 
.woocommerce-MyAccount-downloads td,
.woocommerce-MyAccount-downloads th,
.woocommerce-orders-table td,
.woocommerce-orders-table th {
	padding:10px 10px 10px 0 !important;
	border-bottom: solid 1px #eee
}

.woocommerce-MyAccount-downloads thead th,
.woocommerce-orders-table thead th {
	text-align: left !important;
}

.woocommerce-MyAccount-downloads td.download-product,
.woocommerce-orders-table td.download-product {
	font-weight: bold;
}
 
 

.woocommerce ul.products, .woocommerce-page ul.products {
	clear: none !important;
} 

/* Documentation */   

table.doctable tr td {
	border-bottom: solid 1px #ddd !important;
	padding:10px 0;
}


.header-v1 .social-btn {
    float: right;
    line-height: 58px;
    margin: 0 0 0 10px;
    width: 23px;
} 
.social-btn {
    font-size: 20px;
    color: #fff; 
}
.social-btn:hover, #header.header-transparent.header-v1 #search-btn {
    color: #fff !important;
}

.header-v1 .socail-btn-instagram {
	margin-left:5px !important;
}

.socail-btn-twitter {
    font-size: 21px;
	margin-left:7px !important;
}



@media only screen and (max-width: 767px){ 
    
    #fullwidth { 
        background-image: none !important;  
    	text-align: center !important;
    } 

   
    .color-light h1, .color-light h2 { 
    	text-align: center !important;
    	margin-left:0 !important;
    	margin-right:0 !important;
    	font-size:3.5em;
    }
    
    .color-light h3, .color-light h4, .color-light h5, .color-light h6 {
    	text-align: center !important;
    	margin-left:0 !important;
    	margin-right:0 !important;
    }    

    .page-id-17 #fullwidth { 
    	background: #bcbfc6 url(images/backgrounds/grenade_background_about.jpg) no-repeat bottom center !important;  
 
    }

    .page-id-3159 #fullwidth { 
    	background: #12151c url(images/backgrounds/grenade_background_astronaut_home.jpg) no-repeat bottom right !important;  
    	background-size: 100% auto !important;
 
    } 

    .page-id-62 #fullwidth { 
    	background: #a1a4ac url(images/backgrounds/grenade_background_products.jpg) no-repeat bottom left !important;  
    	background-size: 100% auto !important;
 
    }

    .page-id-3339 #fullwidth { 
    	background: #94969c url(images/backgrounds/grenade_background_social.jpg) no-repeat bottom left !important;  
    	background-size: 100% auto !important;
 
    }
    
    
}



@media only screen and (max-width: 500px){ 
 
   
    .color-light h1, .color-light h2 {  
    	font-size:2.5em;
    } 
}

