/*
Theme Name: 
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: General Styles for
*/

/*--------------------------------------------------------------
1.0 General Styles
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800&display=swap');

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 0.8125rem;
	line-height: 1.5;
}

input,
select,
textarea {
	font-size: 0.8125rem !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	padding: 0px;
	font-family: 'Open Sans', arial, sans-serif;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 20px;
	line-height: 23px;
	font-style: italic;
	line-height: 1.7;
	margin: 15px;
	overflow: hidden;
	padding: 15px;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

figcaption {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: """";
}

q {
	quotes: "“""”""‘""’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/*--------------------------------------------------------------
2.0 Resets
--------------------------------------------------------------*/
.reset-padding {
	padding: 0 !important
}

.reset-margin {
	margin: 0 !important
}

.modal-header {
	border-bottom: none !important;
}

.modal-footer {
	border-top: none !important;
}

.modal-video {
	background: rgba(0, 0, 0, 0.9);
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

.container img {
	display: block;
	max-width: 100%;
	height: auto;
}


/*--------------------------------------------------------------
3.0 Links
--------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #333;
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
6.0 Video Modal Full-Width
--------------------------------------------------------------*/
.modal-video {
	background: rgba(0, 0, 0, 0.75);
}

.modal-video .modal-content {
	background: transparent;
}

.modal-video .modal-dialog {
	position: absolute;
	top: -10px;
	right: 10px;
	max-width: 100%;
	z-index: 3000 !important;
}

.modal-video-close {
	cursor: pointer;
	display: inline-block;
}

.video-modal-content {
	display: block;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.video-modal-content iframe {
	width: 100% !important;
	height: 100% !important;
}

/*--------------------------------------------------------------
7.0 Font Sizes
--------------------------------------------------------------*/
.fontsize-point8125-rem{
	font-size: 0.8125rem !important;
}

.font-16 {
	font-size: 16px;
}
.font-18px {
	font-size: 18px;
}
/*--------------------------------------------------------------
8.0 Button
--------------------------------------------------------------*/
.btn-gray {
	background: #989898;
	color: #fff;
}

/*--------------------------------------------------------------
9.0 Custom
--------------------------------------------------------------*/
.resize-none{
	resize: none;
}

.fa-bg-red {
	background-color: #cd2e2a;
}

.fa-bg-green {
	background-color: #358639;
}

.fa-bg-circle {
	border-radius: 100px;
}

.fa-online-session-list-icon {
	padding: 4px;
	color: #fff;
}

.cursor-pointer {
	cursor: pointer;
}

.font-gray {
	color: #666;
}

.btn-mrx-gray {
	background-color: #efefef;
}
