/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

#language {
	float: right;
	margin-left: 15px;
	margin-top: 3px;
}
.top-area .gem-button {
	background-color: #a02f11 !important;
	font-size: 18px;
}
.xt-line {
	background-color: #a02f11 !important;
	color: #FFF !important;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
}
.xt-mmenu {
	display: none;
}
.mtphr-dnt-tick-contents {
    background-color: #f1793e;
    color: #FFF;
}
.xtbtick .mtphr-dnt-tick-contents {
    background-color: #fff;
    color: #000;
}
.xtbtick .mtphr-dnt-tick-contents a {
	color: #000;
}
@media screen and (max-width: 799px) {
	.xt-mmenu {
		display: block;
	}
	.xt-mmenu span.xt-title {
		display: block;
		background: #923f2f;
		text-align: center;
		color: #FFF;
		font-size: 15px;
		line-height: 40px;
		height: 40px;
		cursor: pointer;
	}
	.xt-mmenu ul {
		padding-left: 0;
		list-style: none;
		display: none;
		margin: 0;
	}
	.xt-mmenu ul li a {
		display: block;
		height: 40px;
		line-height: 40px;
		text-align: right;
		font-size: 18px;
		color: #923f2f;
		padding-right: 10%;
		background: #f4f4f4;
		border-bottom: 1px solid #DDD;
	}
	.xt-mmenu ul li a span {
		text-decoration: underline;
	}
}
