/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Ira Herman
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.3.4
*/



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

body {
	background-color:#fff;
}

*/

.float_title_right_over_pic {
	width:40%;
	float: left;
	margin-top: 18px;
}

#theme-page h6, #theme-page h5, #theme-page h4, #theme-page h3, #theme-page h2, #theme-page h1 {
	text-transform: none!important;
}

.vc_btn-blue, .vc_btn_blue {
	background-color: #117ed2!important;
}

/*#theme-page strong {
	color: #117ed2!important;
}*/

/* Fixes padding in mobile viewport */
.mk-padding-wrapper {
	padding: 0px!important;
}

/* Lato thin 100 for paragraphs, light 300 for headlines */
p {
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 300!important;
}

/* Override headline fonts for archive blog posts pages: Photo Lab, etc */
.mk-blog-grid-item .the-title a {
	font-weight: 500!important;
	font-size: 20px!important;
    line-height: 22px;
}

/* Make page header category subtitle bigger on archive blog posts pages: Photo Lab, etc */
.page-introduce-subtitle {
/*    font-size: 24px!important;
    font-weight: 600!important;*/
    font-size: 20px!important;
    color: #4d4d4d!important;
    text-transform: uppercase!important;
    font-weight: normal!important;
    letter-spacing: 2px!important;
}

/* Adjust for height of header when using anchor tags */

.anchor {
	display: block;
	height: 1px;
	visibility: hidden;
	position: relative;
	top: -80px;
}


/* Buy Exo 6 Styles */

	/* Button styling */
.buy-btn {
  text-align: center !important;
  font-size: 12px !important;
	min-width: 90px;
}

	/* Mobile styling for buttons on Buy Exo 6 page */

@media screen and (max-width: 899px) {
	.buy-btn-col, .buy-btn-row, .buy-btn {
    width: 100% !important;
	}
}

@media screen and (max-width: 705px) {
	#exogalaxybtn {
		margin-top: 10px !important;
	}
}

@media screen and (max-width: 426px) {
	#exo6plusbtn {
		margin-top: 10px !important;
	}
}

@media screen and (min-width: 1600px) {
	.buy-btn {
		min-width: 150px;
	}
}

@media screen and (min-width: 2200px) {
	.buy-btn {
		min-width: 230px;
	}
}

/* YITH Cart notice text */
#woocommerce-cart-notice-name {
	font-weight: 800;
	background-color: rgba(255, 255, 0, 0.26);	
}

/* 
https://premium.wpmudev.org/forums/topic/how-to-remove-white-space-between-header-and-fancy-title-page-area?utm_expid=3606929-67.-MP1PYYzS_6mvlSTiltv6Q.0&utm_referrer=https%3A%2F%2Fwww.google.com%2F
Don't do this. Change "Stick Template?" in page options for that page instead.

*/
/*.mk-main-wrapper-holder {
	display: none;
}
*/

.no-border a {
	border: none;
}