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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 1.0 General Styles (35,49)
 2.0 Resets
 3.0 Links (203*, 213*)
 4.0 Lists
 5.0 Alignment
 6.0 Video Modal Full-Width
 7.0 Custom Class
 8.0 Font Class (331, 334, 338, 343*, 347*, 351*)
 9.0 Custom Theme Colors (357)
10.0 Custom Button Colors (364)
11.0 Forms
12.0 Alerts
13.0 Universal Class
14.0 List Style
15.0 Vertical Horizontal Center
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Styles
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: var(--color-dark-grey);
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	padding: 15px 0;
	font-family: 'OpenSans-Bold', 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: OpenSans-Regular, sans-serif;
	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;
}

/*disable div movement when modal is open*/
body.modal-open {
 overflow: auto;
 padding-right: 0 !important;

}

/*disable lines on table*/
/*.table {
	border-bottom: 2px solid rgba(0,0,0,0) !important;
}

.table .row {
	border-top: 2px solid rgba(0,0,0,0) !important;
}*/

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

a:focus {
	outline: 0;
}

a:hover,
a:active {
	/*color:*/
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
4.0 Lists
--------------------------------------------------------------*/
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.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 Custom Class
--------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}

.center {
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.border {
	border: 1px solid red;
}

.inline {
	display: inline-block !important
}

.w100 {
	width: 100%
}

/*--------------------------------------------------------------
8.0 Font Class
--------------------------------------------------------------*/
.bold,
strong,
b {
	font-family: 'OpenSans-Bold', sans-serif;
}

.regular {
	font-family: 'OpenSans-Regular', sans-serif !important;
}

.italic,
em {
	font-family: 'OpenSans-Italic', sans-serif;
}

.semi-bold {
	font-family:'OpenSans-SemiBold', sans-serif;
}

.medium {
	font-family: 'OpenSans-Medium', sans-serif;
}

.light {
	font-family:'OpenSans-sLight', sans-serif;
}

/*--------------------------------------------------------------
9.0 Custom Theme Colors
--------------------------------------------------------------*/
:root {
	--color-blue: #00678E;
	--color-light-blue: #008CC1;
	--color-grey: #CCCCCC;
	--color-grey-empty: #AAAAAA;
	--color-dark-grey: #333333;
	--color-grey-slider: #828282;
	--color-red: #FF0000;

}

.blue {
	color: var(--color-blue);
}

.light-blue {
	color: var(--color-light-blue);
}

.grey {
	color: var(--color-grey);
}

.grey-empty {
	color: var(--color-grey-empty);
}

.dark-grey {
	color: var(--color-dark-grey);
}

.red {
	color: var(--color-red);
}


/*--------------------------------------------------------------
10.0 Custom Button Colors
--------------------------------------------------------------*/
.btn-custom {
  color:;
  background-color:;
}

	.btn-custom:hover,
	.btn-custom:focus,
	.btn-custom:active,
	.btn-custom.active,
	.open > .dropdown-toggle.btn-custom {
	  color: ;
	  background-color: ;
	}

/*--------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
body select {
	background: url('../img/arrow.png') no-repeat right;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor: pointer;
    background-color: #fff;
    padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*--------------------------------------------------------------
12.0 Alerts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.0 Universal Class
--------------------------------------------------------------*/
.space {
	display: block;
}

/*--------------------------------------------------------------
14.0 List Style
--------------------------------------------------------------*/
.ul-lnone-inline {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0
}

	.ul-lnone-inline li {
		display: inline-block;
	}

.ul-lnone-block {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0
}

	.ul-lnone-block li {
		display: block;
	}

	.ul-lnone-block li a {
		display: block
	}

/*--------------------------------------------------------------
15.0 Vertical Horizontal Center
--------------------------------------------------------------*/
.vertical-horizontal-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}