/*
Theme Name: jupiter
Theme URI: http://themeforest.net/user/artbees
Author: Artbees
Author URI: http://themeforest.net/user/artbees
Version: 5.0.7.2
Description: A Beautiful, Professional and Ultimate Wordpress Theme Made by Artbees. Jupiter is a Clean, Flexible, fully responsive and retina ready Wordpress theme. Its smart and hand crafted environment allows you to Build outstanding websites easy and fast.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*

Main Stylesheet file is located at stylesheet/css/styles.css

*/

/* General */
.display--none { display: none !important; }
.clearfix:after { content: ""; display: table; clear: both; }

/* This is the custom file for CSS to add stuff in */ 
.background--white { background-color: #FFF; }

.page-gallery-wrapper .mk-image { padding: 15px; margin-bottom: 0 !important; }
.page-gallery-wrapper .mk-image-inner { height: 190px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.page-gallery-wrapper .mk-image-inner > img { display: none; }

/* Hide unused social media widgets */
.mk-social-network-shortcode .instagram-hover { display: none; }
.mk-social-network-shortcode .googleplus-hover { display: none; }

.footer-wrapper .instagram-hover { display: none; }
.footer-wrapper .googleplus-hover { display: none; }

/* Content page titles */
#mk-page-introduce { background-color: #FFF; }
#mk-page-introduce .page-title { color: #666; margin-bottom: 0; }

/* Header Languages */
.header-language { z-index: 301; position: absolute; margin-right: 15px; margin-top: 15px; right: 0; top: 0; }
.header-language img { width: 30px; }
.header-language span { vertical-align: top; display: inline-block; margin-left: 5px; }
.header-language-english { float: left; margin-right: 30px; }
.header-language-chinese { float: left; }

.mk-closed-nav .header-language { display: block; }
.mk-opened-nav .header-language { display: none; }

@media (max-width: 1200px) {
	.header-language { right: auto; left: 0; margin-left: 15px; }
}

@media (max-width: 620px) {
	.header-language { width: 100%; margin-top: 90px; text-align: center; margin-left: 0; }
	.header-language-english,
	.header-language-chinese { float: none; display: inline-block; }
}