/*!
Theme Name: cardinal_Services
Author: JCW
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cardinal_Services
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: droid-sans;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: droid-sans;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.width200{
	max-width: 200px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: droid-sans;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: droid-sans;
	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: droid-sans;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.sel_company{
	/* margin-top: 10px; */
	margin-bottom: 40px;
	/* padding-top: 10px; */
	padding-bottom: 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.breadcrumbs {
	background-color: #585657;
	height: 40px;

}
.breadcrumbs .pull-right {
	float: right;
	color: white;
    font-size: small;
    padding-top: 10px;
}
.breadcrumbs .pull-left {
	float: left;
	color: white;
    font-size: small;
    padding-top: 10px;
}
.actions {
	float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.title {
	float: left;
    padding-top: 10px;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
}

a:hover, a:focus, a:active {
	color: white;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.pagination a{
	color: #d10004;
	text-decoration: none;
}
.pagination a:hover, .pagination  a:focus, .pagination  a:active , .pagination  a:visited {
	color: #d10004;
	text-decoration: underline;
}
h3 a{
	color: #404040;
	text-decoration: none;
}
h3 a:hover, h3  a:focus, h3  a:active , h3  a:visited {
	color: #404040;
	text-decoration: underline;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.branding-menu {
	display: block;
	width: 100%;
	min-height: 40px;
	height: auto;
	background-color: #575556;
	color: #c6c5c6;
    font-weight: bold;
    font-size: 14px;
    text-decoration: unset;
    font-family: droid-sans;
    vertical-align: middle;
}

.branding-menu a {
	text-decoration: unset;
	color: #c6c5c6;
}

.branding-menu .nav-links {
	/* float: left; */
	display: inline-block;
	max-width: 60%;
	min-width: 50%;
	/* margin-left: 100px; */
	vertical-align: middle;
}

.branding-menu .social-links {

	display: inline-block;
	min-width: 23%;
	max-width: 40%;
	margin-left: 10%;
	height: 40px;
	vertical-align: middle;
	text-align: right;
}
@media screen and (max-width: 640px)
{
	.branding-menu .nav-links {
	display: block;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;

	}
	.branding-menu .social-links {

	display: block;
	min-width: 100%;
	vertical-align: middle;
	text-align: center;
	margin:  0px auto;
	}
}
.branding-menu .social-links #top-search {
	margin-left: 30px;
}



.site-branding{
	min-height: 100px;
	padding-top: 10px auto;
	background-color: white;
}

.logo {
	display: inline-block;
	margin-top: 10px;
	width: 250px;
	max-height: 100px;
	vertical-align: middle;
}
.vl {
    border-left: 2px solid lightgrey;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
}

.contact-info {
	float: right;
	min-height: 100px;
	/*height: 100px;*/
	padding-top: 30px;
}

.contact-info .contact-items{
	display: inline-block;
	/* min-width: 200px; */
	height: inherit;
}
.contact-info .separator{
	color: #d8cdcd;
    font-size: x-large;
    margin-left: 10px;
    margin-right: 10px;
}

.inline-image {
	display: inline-block;
    margin-left: 0px;
    /* margin-right: auto; */
    vertical-align: middle;
} 
.inline-image img {
	height: auto;
    /* max-width: 60%; */
    display: block;
    margin: auto;
    } 

.inline-text {
	display: inline-block;
	vertical-align:  middle;
	height: inherit;
}

.inline-text .inner{
vertical-align: middle;
    margin: 0px auto;
    height: inherit;
    display: table-cell;
    }

.darkgrey{
	color: #404040 !important;
    }



.contact-info .contact-items .item-image {
	display: inline-block;
    margin-left: 0px;
    /* margin-right: auto; */
    vertical-align: middle;
} 
.contact-info .contact-items .item-image img {
	height: auto;
    /* max-width: 60%; */
    display: block;
    margin: auto;
    } 
.contact-info .contact-items .item-text {
	display: inline-block;
	vertical-align:  middle;
	height: inherit;
}

.contact-info .contact-items .item-text  .inner{
vertical-align: middle;
    margin: 0px auto;
    height: inherit;
    display: table-cell;
    font-size: small;
    }

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	/* display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.container{
	width: 70%;
    margin: 0px auto;
    overflow: hidden;
}

.site-content {
	width: 70%;
    margin: 0px auto;
}

#content {
	min-height: 600px;
}
@media screen and (max-width: 800px)
{
	.site-content{
		width: 90%;
	}
}

.site-footer {
	background-color: #585657;
	min-height: 200px;
}


.row1 {
	color: white;
	/* font-family: droid-sans; */
	height: auto;
}

.row1 h3{
	font-family: droid-sans;
}

.row1 >div {
	display: table-cell;
	min-height: 100px;
}
.row1 .left-section {
	float: left;
	/*min-width: 250px;*/
	width: 26%;
}
.row1 .left-section img {
	width: 200px;
	margin-top: 35px;
}
.row1 .right-section h3,
.row1 .middle-section h3{
    border-bottom: 1px solid grey;
}
.middle-section, .right-section { float: left; }
.row1 .right-section,
.row1 .middle-section {
	/*min-width: 200px;*/
	width: 36%;
	padding: 0px 10px;
}
.main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: white;
}
.middle-section ul { font-size: 14px; }
.main-navigation li { float: initial; }
.right-section ul{
	font-size: 14px;
	margin-left: 18px;
	padding-left: 0px;
}
.site-info {
	margin-top: 30px;
    font-size: 14px;
    color: #cecece;
    border-top: 1px solid grey;
    padding: 15px 0px;
}
.site-info-right { width: 60%; float: left; text-align: right; }
.site-info-left { width: 40%; float: left; }
.site-info-right span { margin-right: 12px; }
.social-icon { 
	border: none;
    border-radius: 46%;
    width: 26px;
    padding: 7px 0px;
    /*margin-left: 10px;*/
}
.social-icon:hover { background-color: white; color: black; }
/*== Footer responsive ==*/
@media screen and (max-width: 640px) {
	.row1 { width: 100%; }
	.site-info-left, .site-info-right { float: initial; width: 100%; text-align: center; }
	.left-section { float: initial; width: 100% !important; text-align: center;}
	.middle-section { 
		float: initial; 
		font-size: 16px;
		margin: 10px auto !important;
	}
	.right-section { 
		font-size: 16px;
		width: 100% !important; 
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* login */
.login-wrapper {
	padding: 100px 0px;
	text-align: center;
	background-color: #eeefef;
}
.login-content {
	margin: 40px auto;
    max-width: 45%;
    min-width: 320px;
}
.wp-login {
	margin: 40px auto;
    max-width: 45%;
    min-width: 320px;
}
.login-username, .login-password, .login-remember, .login-submit { margin: 0; }
.form-links {
	color: #d10004;
	float: right;
}
.login-username label, .login-password label, .login-remember { display: none; }
.login-submit input[type=submit] {
	background-color: #d10004;
	float: right;
    color: white;
    max-width: 110px;
    padding: 10px 0px;
    min-width: 110px;
    float: left;
    border: 1px solid #8d9190;
    box-shadow: 0 4px 2px -3px grey;
    border-radius: 0px;
}
.form-links a {
	text-decoration: none;
	color: #191919;
}
.input {
	width: 100%;
    margin-bottom: 10px;
    border: 1px solid #8d9190;
    box-shadow: 0 4px 2px -3px grey;
    border-radius: 0px;
}
.form-group input {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #8d9190;
	box-shadow: 0 4px 2px -3px gray;
	border-radius: 0px;
}

.form-group-left, .form-group-right { float: left; }
.form-group-left { text-align: left; width: 26%; }
.form-group-right { text-align: right; width: 74%; }

.form-group-left input {
	background-color: #d10004;
    color: white;
    max-width: 110px;
    padding: 10px 0px;
    min-width: 110px;
}
.form-group-right a {
	text-decoration: none;
	color: #d10004;
}
.site {
	background-color: #eeefef;
}
@media screen and (max-width: 420px) {
	.login-content {
		min-width: 280px;
	}
}
/* profile */
.pro-input-sort { padding-right: 10px; padding-top: 5px;}
.pro-input-left, .pro-input-right{ float: left; width: 50%; }
.pro-input-left input[type=text] {
	width: 88.7%;
    border-radius: 0px;
    padding: 3px 10px;
    margin-top: 0px;
}
.pro-input-left input[type=submit] {
	color: white;
	border-radius: 0px;
	background-color: #d10004;
	border: none;
	padding: 9px 16px;
	height: 32px;
    width: 43px;
}
/*.pro-input-left { background-color: yellow; }*/
.pro-input-right { 
	text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #8a8a8a; 
}
.profile-content {
	margin-bottom: 10px;
}
.pro-content-section { width: 100%; margin-bottom: 20px; }
.pro-content-cat { width: 25%; float: left; }
.content-cat { 
	width: 97%; 
	background-color: white;	
	text-align: center;
    border: 1px solid #adabab;
    /*margin: 0px auto;*/
    padding: 20px 0px;
    min-height: 210px;
}
.cat-icon { 
	margin: 10px auto;
} 
.content-cat h4 { text-align: center; margin: 0; }
.pro-notifications {
	position: absolute;
    background: #f8e209;
    min-width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    padding-top: 7px;
    margin-top: -10px;
    margin-left: -5px;
}
.safety-paginator {
	margin: 20px 0px;
    color: #d10004;
    font-family: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.pro-content-cat { width: 50%; margin-bottom: 20px; }
	.pro-content-section{ margin-bottom: 0px; }
	.pro-input-left input[type=text] { width: 100%; float: initial; margin-bottom: 10px; }
	.pro-input-left input[type=submit] { min-width: 60px; float: initial; }
}
@media screen and (max-width: 420px) {
	.pro-content-cat, .pro-input-left, .pro-input-right { width: 100%; }
	.pro-input-right { text-align: left; margin-top: 10px; }
}
/* Dashboard */
.dashboard-heading {
	/*background-color: yellow;*/
}
.dashboard-wrapper {
	min-height: 500px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.dashboard-wrapper input[type=submit],.dashboard-wrapper button {
	background: #d10004;
    color: rgb(255, 255, 255);

}

.companies-wrapper input[type=submit],.companies-wrapper button{
background: #d10004;
    color: rgb(255, 255, 255);
}
.dash-heading-left { float: left; width: 50%; }
/* .dash-heading-right { float: left; width: 50%; } */
.dash-heading-left h1 { color: #d10004; }
/* .dash-heading-right { text-align: right; } */
.dash-heading-right button img { height: 36px; width: 33px; float: left; }
.dash-heading-right span {
	float: right;
    margin-top: 10px;
    margin-left: 10px;
}
.dash-heading-right button {
	border: 1px solid grey !important;
	border-radius: 0px;
	font-size: 15px;
	/* background-color: #d10004;  */
	background-color: grey; 
	color: white;
	border: none;
	padding: 5px 10px;
	margin-top: 3px;
}
.dashboard-content {
	margin-bottom: 80px;
	margin-top: 20px;
}
.dashboard-options {
	border: 2px solid #cacbcc !important;
	background-color: white;
	padding: 0px 0px;
	margin-bottom: 20px;
	height: 45px;
}
.dash-opt-name {
	float: left;
	width: 50%;
	min-width: 200px !important;
	height: inherit;
	padding-left: 10px;
}
.dash-opt-name h3 { 
	margin: 0;
    padding-left: 10px;
    margin-top: 7px;
}
.dash-opt-fun {
	/*height: 45px;*/
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 0px;
	color: black;
}
.dash-opt-fun div { margin: 0; padding-right: 10px; }
#wp-contenthtml-wrap button{
	background: lightgrey;
}
.dash-opt-fun button {
	border-radius: 0px;
	color: darkgray;
	margin-left: -7px;
	height: 38px;
	font-size: 16px;
	background: white;
    border: none;
    margin-top: 3px;
    padding: 0;
    vertical-align: middle;
}
.last-fun-span { float: left; margin-top: 0px; font-size: small; }
#last-span { margin-top: 6px; }
.last-fun-img {
	margin-left: 10px;
	width: 20px;
	height: 25px;
	float: right;
	margin-top: 0;
}
#img-none {
	display: none;
}
.func-separator { 
	display: inline-block;
	vertical-align: middle;
}
.fun-separator { 
	float: right; 
	margin: 0px 10px;
}
@media screen and (max-width: 980px) {
	.dash-opt-name { float: initial; width: 100%; }
	.dash-opt-fun{ width: 100%; float: initial; text-align: left; padding-left: 0px;}
	.dash-opt-fun button { /*background-color: #efefee;*/ vertical-align: middle}
	.dash-opt-fun div { padding-left: 20px; text-align: center; }
	.dashboard-options { height: auto; }
	.dash-heading-left h1 { font-size: 24px; margin-top: 30px; }
	.dash-heading-left { float: initial; width: 100%; }
	.dash-heading-right { float: initial; width: 100%; text-align: left; font-weight: 15px; }
}
@media screen and (max-width: 420px) {
	.dash-opt-fun button { 
		min-width: 160px; 
		text-align: center; 
		border: 1px solid #d0cfcf;
		padding-left: 10px;
		vertical-align: middle;
	}
	.fun-separator { display: none; }
	.last-fun-img { margin-right: 10px; }
}
/*#last-fun { margin-top: 2px; }*/


 .inline-checkboxes{
 	margin-right: 20px;
 }
 .checkboxes-wrapper{
 	background-color: white;
    padding: 5px;
    border: 1px solid lightgrey;
 }


/* Logout */
.logout-wrapper { text-align: center; margin: 20px auto; }
.logout-wrapper img { margin: 20px 0px; }
.logout-wrapper h2 { color: #70bd43; margin: 40px 0px; }
.logout-wrapper input {
	background-color: #d10004;
    color: white;
    max-width: 110px;
    padding: 10px 0px;
    min-width: 110px;
    margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
	.logout-wrapper h2 { font-size: 20px; }
}

/* OSHA */
.OSHA-st-heading img { float: left; margin: 0;}
.OSHA-st-heading span { float: left; margin-left: 15px; }
@media screen and (max-width: 320px) { 
	.OSHA-st-heading { padding: 3px 0px; }
	.OSHA-st-heading img { margin-left: 5px; }
	.OSHA-st-heading span { margin-left: 5px; font-size: 15px; }
}

/* Manage Companies */
.companies-wrapper { margin: 50px 0px; }
.companies-left { float: left; width: 30%; }
.companies-left h3 { 
	margin: 0; 
	color: white; 
	background-color: #d10004; 
	padding-left: 12px;
	font-weight: normal;
    border: 1px solid grey;
    box-shadow: 0 4px 2px -3px gray;
    /* margin-bottom: 20px; */
    margin-top: 10px;
}
.companies-right { float: left; width: 66%;  margin-left:20px; margin-top: 10px; background-color: white; border: 1px solid darkgray;}
.companies-right h1 { color: black;
    margin: 0;
    background: lightgray;
    font-size: large;
    font-weight: bold;
    padding-left: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid darkgray; }
.companies-right>form, .companies-right>.list{
	padding: 20px;
}
.companies-right input[type="submit"],.companies-right input[type="button"]{
	background: #d10004;
    color: rgb(255, 255, 255);
}
.list .row{
	border-bottom: 1px solid darkgray;
}
.actions button{
	background: none;
    color: grey;
    border: none;
}

.company-menu {
	color: #a5a5a5;
	margin: 0; 
	padding-left: 0; 
	border-top: 1px solid #d2d1d1; 
	border-left: 1px solid #d2d1d1; 
	border-right: 1px solid #d2d1d1;
	background-color: white; 
}
.company-menu  li { 
	list-style: none; 
	margin-left: 0px !important;
	padding-left: 12px; 
	border-bottom: 1px solid #d2d1d1;
	padding-top: 5px;
	padding-bottom: 5px; 
}
.company-menu  li a{ 
	color: #a5a5a5;
	text-decoration: none;
}
.company-menu  li a:active{ 
	color: grey;
}
.company-menu  li a:hover{ 
	color: darkgray;
}
.company-info { margin: 20px 0px; }
.company-info p { margin: 0; color: #a5a5a5; }
.company-info input[type=text] { 
	width: 100%;
	border: 2px solid #dcdada;
}
.heading-name { float: left; }
.toggle-menu { display: none; }
@media screen and (max-width: 768px) {
	.companies-left { width: 100%; float: initial; }
	.companies-right { width: 100%; float: initial; padding-left: 0; }
	.toggle-menu a { 
		border-radius: 2px;
		text-decoration: none; 
		color: white; 
		border: 1px solid white; 
		padding: 0px 3px; 
	}
	.toggle-menu { 
		display: none;     
		float: right;
    	color: white;
    	margin-right: 12px;
    	margin-top: 1px;
	}
	/*.company-menu { display: none; }*/
}
/* OSHA Standards */
.search-content { margin: 20px 0px; }
.search-content input[type=text] {
	width: 40%;
    border-radius: 0px;
    padding: 3px 10px;
    margin-top: 0px;
}
.search-content input[type=submit] {
	color: white;
	border-radius: 0px;
	background-color: #d10004;
	border: none;
	padding: 9px 16px;
	height: 32px;
    width: 43px;
}
.standards-container { margin: 0px 0px; }
.heading { 
	margin: 0; 
	background-color: #f8e209; 
	border: 1px solid #c7c7c6;
	padding-left: 20px;
	    padding-top: 5px;
    padding-bottom: 5px;
}
.standards-options { padding-left: 20px; }
.option-content h2 { margin: 0; }
.option-content { 
	background-color: white !important; 
	border-left: 1px solid #c7c7c6; 
	border-right: 1px solid #c7c7c6;
	border-bottom: 1px solid #c7c7c6;
	padding-left: 20px;
}

/**/
.opt-name {
	float: left;
	width: 30%;
	min-width: 200px !important;
}
.opt-name h3 { 
	margin: 0;
    padding-left: 10px;
    margin-top: 7px;
    background-color: white;
}
.opt-fun {
	height: 45px;
	float: left;
	width: 70%;
	text-align: right;
	padding-right: 0px;
	color: black;
}
.opt-fun h2 { margin: 0; padding-right: 10px; height: 45px; }
.opt-fun button {
	border-radius: 0px;
	margin-left: -7px;
	height: 38px;
	font-size: 16px;
	background: white;
    border: none;
    margin-top: 3px;
    padding: 0;
}
.last-fun-span { float: left; margin-top: 0px;  }
#last-span { margin-top: 6px; }
.last-fun-img {
	margin-left: 10px;
	width: 20px;
	height: 25px;
	float: right;
	margin-top: 0;
}
#img-none {
	display: none;
}
.opt-separator { 
	float: right; 
	margin: 0px 10px;
}
/**/
@media screen and (max-width: 980px) {
	.opt-fun h2 { height: auto; }
	.opt-fun { height: auto; text-align: left; width: 100%; }
}
@media screen and (max-width: 768px) {
	/*.search-content input[type=submit] {}*/
	.search-content input[type=text] { width: 80%; }

}
@media screen and (max-width: 520px) {
	.opt-fun { height: auto; text-align: center; width: 100%; float: initial; margin-right: 0;}
	.opt-fun button {border: 1px solid #d0cfcf; width: 80%;}
	.opt-separator { display: none; }
	.last-fun-img { margin-right: 10px; }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.custom-logo {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* header responsive*/
@media screen and (max-width: 930px) {
	.logo {  text-align: center; }
	.contact-info { width: 100%; float: initial; text-align: center; }
	.contact-items { padding: 10px 0px; display: inline-grid; }
	.separator { display: none; }
	#item-tel{ width: 50%;  text-align: center; float: left; text-align: left;}
	#item-mail{ width: 50%;  text-align: center; float: left;text-align: left;}
	#item-address{ width: 50%;  text-align: center; float: left;text-align: left; min-width: 250px;}
	.form-group-right{ width: 84%;	}
}
/*@media screen and (max-width: 1040px) {

	.logo { width: 100%; float: initial; text-align: center; }
	.contact-info { width: 100%; float: initial; }
	.contact-items { padding: 10px 0px; }
	.separator { display: none; }
	#item-tel{ width: 30%;  text-align: center; float: left; }
	#item-mail{ width: 35%;  text-align: center; float: left;}
	#item-address{ width: 35%;  text-align: center; float: left;}
}*/

[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-wrapper button{
	color: #404040;
}