/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
	.mk-post-nav{
		display:none;
	}
	.box-a {
		background: #fff;
		border: 2px solid #005a9c;
		color:#005a9c;
		border-radius:5px;
	}
	.box-a:hover {
		background:#005a9c;
		color:#fff;
		border: 2px solid #fff;
	}
	a.deixedados {
		color: #fff;
	}	
	.box-inscricao a.deixedados:hover {
	    color: #ddd !important;
	    text-decoration: underline;
	}
	a.box-inscricao:hover {
    color: #fff !important;
	}
	.vc_cta3-container {
	    max-width: 50%;
	}
	.box-inscricao {
		position: fixed;
		top: 50%;
		z-index: 510;
		background: rgba(0, 90, 156, 0.9);
		right: 0;
		text-align:center;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
		padding: 30px;
		color: #fff;
		display: none;
	}
	.page-title{
	    text-shadow: 2px 2px 2px rgba(73, 73, 73, 1);
	}
	.mk-love-holder{
		display:none !important;
	}
	/*.mk-blog-spotlight-item{
		width:23% !important;
	}*/
	
	.dataselect-curso {
		    width: 25%;
    display: inline-block;
    position: relative;
    left: 15px;
    top: -2px;
	}

.woocommerce .mk-product-loop.compact-layout .products .product img, .woocommerce .mk-product-loop.compact-layout .products .product h2, .woocommerce .mk-product-loop.compact-layout .products .mk-price{
	display: none;
}

.woocommerce .mk-product-loop.compact-layout .products .product{
  left: initial !important;
  right: 0px;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button{
  background-color: #005a9c;
}

.woocommerce .mk-product-loop.compact-layout .products .product .add_to_cart_button{
    background-color: #fff;
    color: #005a9c!important;
    border: 2px solid #005a9c !important;
    border-radius: 5px;
    margin-right: 8px;
}

.woocommerce .mk-product-loop.compact-layout .products .product .add_to_cart_button:hover{
   color: #fff !important;
background-color: #005a9c !important;
}

.produto p{
float: right;
    font-size: 2em;
    margin-bottom: 5px;
    margin-right: 5px;
}

.wc_payment_methods payment_methods{
display: none !important;
}

.ajusteRadio label.radio{
    display: inline-block !important;
    margin-right: 30px !important;
    margin-left: 5px !important;
}

.shopping-cart-header, .mk-confirm-message-box, .mk-info-message-box{
display:none !important;
}

.col-3{
	    width: 33%;
	    display: inline-block;
	}

	.col-3-1{
	    width: 31%;
	    display: inline-block;
	}

	.col-4{
		display: inline-block;
    	width: 25%;
	}

	.col-4-1{
		display: inline-block;
    	width: 21%;
	}

	.col-6{
	    display: inline-block;
    	width: 49%;
	}

	input[type="tel"], select, textarea {
	    border: none;
	    border-bottom: 2px solid #005a9c;
	}

	.master-holder h2 {
	    font-size: 20px;
	    color: #005a9c;
	    font-weight: inherit;
	    text-transform: uppercase;
	    margin-top: 20px;
	}

.woocommerce-checkout .woocommerce-billing-fields > h1 {
    display: none;
}