/*
Theme Name:         Stratus
Theme URI:          http://themovation.com/stratus
Author:             Themovation
Author URI:         http://themovation.com
Description:        Stratus is a premium WordPress theme based on Bootstrap 3.
Version:            1.1.4
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
License:            Regular License
License URI:        http://themeforest.net/licenses/regular
*/

/* Modal */
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	background: #f7f7f7;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2em;
	/*font-weight: 400;*/
	opacity: 0.8;
	/*background: rgba(0,0,0,0.2);*/
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
    text-align: center;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: inline-block;
	margin: 0 auto;
    width: 150px;
	/*font-size: 0.8em;*/
    border: none;
    padding: 0.6em 1.2em;
    /*background: #26A69A;*/
    color: #fff;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 10px;
}
.md-content button.md-close {
    background: #FF5722;
}

.md-content button.md-close:hover {
    background: #E64A19;
}

.md-content button.md-continue {
    background: #4CAF50;
}

.md-content button.md-continue:hover {
    background: #43A047;
}

.md-content button:focus {
    outline: 0;
}
.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show .md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}
/* /Modal */


.ghr-container {
	background: #666;
	padding: 40px 0;
}
.ghr-form {
	padding: 0;
	background: #fff;
	padding-bottom: 30px;
	/* border-radius: 4px; */
	/* border: 8px solid rgba(255,255,255,0.9); */
	box-shadow: 0 1px 10px 2px rgba(0,0,0,0.1);
}
.ghr-form h3 {
	color: #fff;
	background: #f2672e;
	margin: 0;
	padding: 20px 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.2em;
}
.ghr-form input {
	border-radius: 0;
	border: none !important;
	background: #f7f7f7;
}
.ghr-form input:hover, .ghr-form input:focus {
	border-radius: 0;
	border: none !important;
	background: #f7f7f7;
}
.ghr-form button{
	border: none;
	border-radius:0;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #f2672e;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.ghr-form button:hover, .ghr-form button:focus{
	background: #f17e4f;
	color: #fff;
	letter-spacing: 3px;
}
.input-group-addon {
	border-radius: 0;
	background: #888;
	color: #fff;
}
.ghr-form a {
	font-style: italic;
	color: #888;
	text-decoration: none;
}
.ghr-form a:hover {
	color: #444;
	text-decoration: none;
}
.ghr-form .pull-right {
	text-align: right;
}
.ghr-form p {
	padding: 0 20px;
}
.ghr-stats-container {
	padding: 0 0 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.ghr-stats-container .ghr-stats {
	width: 100px;
	margin: 0 auto;
}
.ghr-stats-container .ghr-stats.ghr-stats-lg {
	width: 150px;
}
.ghr-stats-container .ghr-stats .ghr-circle {
	text-align: center;
	border: 6px solid #FF9800;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	line-height: 88px;
	font-size: 26px;
	font-weight: 700;
}
.ghr-stats-container .ghr-stats.ghr-stats-lg .ghr-circle {
	height: 150px;
	width: 150px;
	line-height: 138px;
	font-size: 40px;
}
.ghr-stats-container .ghr-stats .ghr-desc {
	margin-top: 5px;
	text-align: center;
}
.ghr-stats-container .ghr-stats.ghr-stats-lg .ghr-desc {
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
}
.alert {
	padding: 10px;
    border-radius: 0;
    border: none;
}
.alert-success {
    border-left: 5px solid #3c763d;
}
.alert-danger {
	border-left: 5px solid #a94442;
}
.ghr-dashboard-btns {
	margin-top: 30px;
}
.ghr-dashboard-btn {
	display: block;
	border: none;
	border-radius: 0;
	color: #fff;
	width: 200px;
	height: 150px;
	background: #EF1234;
	margin: 5px auto !important;
	padding: 10px 30px;
    border-radius: 6px;
}
.ghr-dashboard-btn:hover, .ghr-dashboard-btn:focus {
	color: #fff;
	box-shadow: 0 1px 10px 2px rgba(0,0,0,0.35);
}
.ghr-btn-dark-blue {
	background: #2455a4;
}
.ghr-btn-red {
	background: #ff7043;
}
.ghr-btn-red:hover, .ghr-btn-red:focus {
	background: #fd906d;
}
.ghr-btn-light-blue {
	background: #28a9e3;
}
.ghr-btn-light-blue:hover, .ghr-btn-light-blue:focus {
	background: #54bdec;
}
.ghr-btn-yellow {
	background: #ffb94a;
}
.ghr-btn-yellow:hover, .ghr-btn-yellow:focus {
	background: #fbc775;
}
.ghr-btn-green {
	background: #28b779;
}
.ghr-btn-green:hover, .ghr-btn-green:focus {
	background: #4ede9f;
}
.ghr-dashboard-btn .ghr-btn-icon {
	text-align: center;
	font-size: 4em;
}
.ghr-dashboard-btn .ghr-btn-desc {
	text-align: center;
	font-size: 1.2em;
}