/*!
Theme Name: TiAuto CRM Theme
Theme URI: http://underscores.me/
Author: Musa Madalane
Author URI: http://bandileweb.co.za
Description: Custom WordPress theme for TiAuto CRM Portal
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ti_auto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TiAuto CRM Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-size: 14px !important;
	font-family: "Open Sans" !important;
	overflow-x: hidden !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: "Open Sans" !important; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: "Open Sans" !important; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: "Open Sans" !important; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Open Sans" !important;
	font-size: 13px !important;
	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: "Open Sans" !important;
	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: "Open Sans" !important;
	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;
}

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: 1.5em;
}

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0 !important;
	background: #ED1B2E;
	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: 5px;
	padding: 3px;
}

input[type="text"] {
	height: 35px;
}

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;
}

body .gform_wrapper label.gfield_label, 
body .gform_wrapper legend.gfield_label {
	font-size: 14px;
	font-weight: 500;
}

select {
	border: 1px solid #ccc;
}

input.medium-text.datepicker,
input.small-text {
	height: 30px;
}

.gv-container tbody td:first-child {
	padding-left: 30px;
}

textarea {
	width: 100%;
}

h5.greetings {
    font-size: 13px;
    padding: 10px 20px;
    background: #ED1B2E;
    color: #ffffff;
	border-radius: 5px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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 {
	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%;
}

.home .vc_row[data-vc-full-width] {
	overflow: auto !important;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.gravityflow-status-box ul {
	padding: 0;
}

/* body #post-body.columns-2 #postbox-container-2 {
    position: absolute;
    z-index: 99999999;
    right: 0;
	width: 280px;
}

div#poststuff {
    position: relative;
}
 */

td.entry-view-field-value {
	font-size: 13px;
}

td.entry-view-section-break {
    background-color: #000 !important;
	background: #000 !important;
    border-top: 10px solid #ffffff !important;
	border-bottom: 10px solid #ffffff !important;
    padding: 7px !important;
    color: #ffffff;
    text-transform: uppercase;
}

table#gravityflow-inbox thead tr {
	background: #ED1B2E !important;
}
.site-title, 
.site-description {
	display: none;
}

#post-body.columns-2 #postbox-container-2 {
    float: left;
}

body .gform_footer.top_label {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

tbody td {
	word-wrap: break-word;
}

body .gravityflow-field-value {
    padding-left: 8px;
    padding-bottom: 0;
}

table#gravityflow-inbox td a:visited {
	color: initial;
}

body #the-list tr td {
	padding: 0px !important;
}

.step_status_expires {
    font-size: 13px !important;
    display: inline-block;
    padding-left: 10px;
}
 
body .gravityflow_workflow_wrap select {
    padding: 5px !important;
}

body .gravityflow_workflow_wrap button {
	padding: 9px 20px;
}

table#gravityflow-inbox td {
	padding: 0 !important;
}

body .gravityflow_workflow_wrap ul.gform_fields li.gfield {
	margin-top: 0 !important;
}

body .gfield.gravityflow-display-field label.gfield_label, 
body .gfield.gravityflow-editable-field:not(.green-background):not(.gfield_error) label.gfield_label {
	background-color: #eee !important;
	border: none !important;
}

.postbox.gravityflow-timeline {
    margin-bottom: 0;
}

#postbox-container-2 .postbox h3 {
	background: #ED1B2E;
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
}

#primary ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
	display: inline-block;
}

#primary ul.menu li {
	padding: 0;
	display: inline-block;
}

#primary ul.menu li a {
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 5px;
	background: #000;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

#primary ul.menu li.current-menu-item a {
	background: #4caf50;
}

#primary ul.menu li a:hover {
	text-decoration: none;
}

#postbox-container-2 .postbox h3 label {
	margin: 0;
}

table.entry-detail-view {
	margin-bottom: 0 !important;
}

body .postbox {
	background: #eee !important;
}

body .gravityflow-has-sidebar .postbox, 
body .gravityflow-has-workflow-info .postbox, 
body .gravityflow-has-step-info .postbox {
	border: none !important;
}

.postbox h3.hndle {
	background: #ED1B2E;
	color: #ffffff;
	margin: 0 !important;
	padding: 10px;
}

.gform_footer.top_label {
    margin: 0;
    padding: 0;
}

body .gravityflow_workflow_wrap .postbox-container .button {
	background: #ED1B2E !important;
	box-shadow: none !important;
	color: #ffffff !important;
	border: none !important;
}

.inside {
    padding: 10px 20px;
}

@media (min-width: 881px) {
	body #post-body.columns-2 #postbox-container-1 {
    	margin-right: -280px;
	}
}

.postbox.gravityflow-timeline .gravityflow-note-body-wrap {
	margin-left: 25px;
}

.postbox.gravityflow-timeline .gravityflow-note-avatar img {
	width: 25px !important;
    height: 25px !important;
    margin-left: -15px;
}

.postbox.gravityflow-timeline .gravityflow-note-avatar {
	width: 25px !important;
	padding-right: 0;
}

.postbox.gravityflow-timeline .gravityflow-note-avatar span>i {
	width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 18px;
    margin: 5px;
    margin-left: -10px;
}

.postbox.gravityflow-timeline h3 {
	background: #ED1B2E;
    color: #ffffff;
    margin: 0 !important;
    padding: 10px;
}

.postbox.gravityflow-timeline {
    margin-top: 15px;
}

body table.entry-detail-view th, 
body table.entry-detail-view td {
    padding: 10px;
}

body input[type=checkbox], 
body input[type=radio] {
	vertical-align: middle;
}

.page-id-92 header.entry-header,
.page-id-96 header.entry-header,
.page-id-742552 header.entry-header {
	display: none;
}

.page-id-92 .right-half,
.page-id-96 .right-half,
.page-id-742552 .right-half {
	height: auto;
	padding: 20px 0 !important;
}

.page-id-92 .gform_wrapper form,
.page-id-96 .gform_wrapper form{
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
}

nav#site-navigation {
	position: fixed;
	padding: 0;
	background-color: #ffffff !important;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}

ul#primary-menu li a {
	color: #000;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 13px !important;
}

ul#primary-menu li a:hover,
ul#primary-menu li.current-menu-item a {
	background: #000000;
	color: #ffffff !important;
	border-radius: 5px;
}

.um-page-login header.entry-header,
.um-page-loggedout header.entry-header {
    display: none;
}

ul#primary-menu li {
	margin-bottom: 0;
}

.site-footer {
    text-align: center;
	padding: 20px 0;
}

.entry-content {
	color: #000 !important;
}

.site-footer p {
	margin-bottom: 0;
}

#wprmenu_bar .bar_logo {
	vertical-align: initial !important;
}

.copyrights p,
.copyrights a {
	color: #000;
	font-size: 12px;
}

.copyrights a:hover {
	color: #000;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.ml-sm-auto, 
	.mx-sm-auto {
    	margin: 0 auto !important;
	}
}

.gv-search-box select {
    height: 35px;
    border-radius: 5px;
}

html body div.wprm-wrapper {
	overflow: hidden !important;
}

html.wprmenu-body-fixed body {
    position: initial !important;
}

#gravityflow-status-filter .subsubsub a {
	color: #4E4E4E;
}

@media (min-width: 300px) {
	nav#site-navigation.main-navigation {
		width: 210px !important;
	}
}

.site-branding img {
	width: 200px;
}

.site-branding {
	text-align: left;
	padding: 10px 20px;
}

.login-block {
	/* border-radius: .25em;
	border-radius: .25rem; */
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	display: block;
	background: #fafafa;
	margin: 8% 0;
}

.login-logo img {
	width: 300px;
}

.left-half {
	padding: 0 30px !important;
	/* border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem; */
	background: rgb(45,171,227);
	background: linear-gradient(0deg, rgba(45,171,227,1) 0%, rgba(9,119,150,1) 60%, rgba(12,65,96,1) 100%);
}

body main.col-md-8.ml-sm-auto.col-lg-9.px-4 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.left-half p {
	color: #ffffff;
}

.left-half h1 {
	color: #ffffff;
	margin-bottom: 20px;
}

.um-page-login.um-page-loggedin .left-half {
	display: none !important;
}

.um-page-login.um-page-loggedin .login-block {
	background: transparent;
	box-shadow: none;
}

.um-page-login.um-page-loggedin .right-half {
	width: 100% !important;
}

.logged-in main {
	/* border-radius: .25em;
	border-radius: .25rem; */
	padding: 30px 10px;
	display: block;
}

.logged-in main.site-main {
	padding: 0;
}

body #gravityflow-status-filters {
	border-radius: 0;
}

body .um input[type=submit].um-button:hover, 
body .um a.um-button:hover,
body .um input[type=submit].um-button, 
body .um input[type=submit].um-button:focus, 
body .um a.um-button, 
body .um a.um-button.um-disabled:hover, 
body .um a.um-button.um-disabled:focus, 
body .um a.um-button.um-disabled:active,
body button, 
body input[type="button"], 
body input[type="reset"], 
body input[type="submit"] {
	background-color: #ED1B2E;
	background: #ED1B2E;
	color: #ffffff;
	border: none;
	text-shadow: none;
	padding: 10px 30px;
    border-radius: 8px !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
}

#login-buttons a {
	background-color: #ED1B2E;
	background: #ED1B2E;
	color: #ffffff;
	border: none;
	text-shadow: none;
	padding: 15px 40px;
    border-radius: 8px !important;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
}

body .gform_wrapper select.medium.gfield_select+div.chosen-container-multi[style], 
body .gform_wrapper select.medium.gfield_select+div.chosen-container-single[style],
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	border-radius: 5px;
}

.gform_wrapper input.large, 
.gform_wrapper input.medium, 
.gform_wrapper input.small, 
.gform_wrapper select.large, 
.gform_wrapper select.medium, 
.gform_wrapper select.small {
    width: 100%;
    height: 35px;
    border-radius: 5px;
}

#the-list tr:nth-child(odd) {
	background-color: #f5f5f5;
	color: #4E4E4E !important;
}

#the-list tr:nth-child(even) {
	background-color: #e3e3e3;
	color: #4E4E4E !important;
}

#the-list tr:nth-child(odd) td a,
#the-list tr:nth-child(odd) th a {
	color: #4E4E4E;
}

#the-list tr:nth-child(odd) td,
#the-list tr:nth-child(odd) th {
	color: #4E4E4E;
	border: none;
}

#the-list tr:nth-child(even) td a,
#the-list tr:nth-child(even) th a {
	color: #4E4E4E;
}

#the-list tr:nth-child(even) td,
#the-list tr:nth-child(even) th {
	color: #4E4E4E;
	border: none;
}

td#cb {
	border: none;
	color: #ffffff;
}

form.gv-widget-search.gv-search-horizontal {
    position: relative;
	margin-bottom: 5px;
}

body #post-body.columns-2 #postbox-container-1 {
	float: left;
	width: 100%;
}

body #poststuff #post-body.columns-2 {
	margin-right: 0;
}

.gv-search input[type="text"]{
	width: 300px;
}

.gv-search-box.gv-search-box-submit input {
    position: absolute;
	background: #4caf50;
    top: 30px;
    left: 320px;
}

.count-block .vc_column-inner,
.general-cards .vc_column-inner {
	background: #ffffff;
	padding: 0 !important;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}

table#gravityflow-inbox {
	border-radius: 5px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}

table#gravityflow-inbox tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

table#gravityflow-inbox tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

table#gravityflow-inbox th:first-child {
	border-top-left-radius: 5px;
}

table#gravityflow-inbox th:last-child {
	border-top-right-radius: 5px;
}

.postbox.gravityflow-timeline {
    display: none;
}

body .gravityflow-has-sidebar .postbox, 
body .gravityflow-has-step-info .postbox, 
body .gravityflow-has-workflow-info .postbox {
	background: #fff !important;

}

body .gravityflow-has-sidebar .postbox {
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}
#minor-publishing h4 {
	background: rgba(0,0,0,0.2);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

#minor-publishing ul {
	background: #212121;
	padding: 10px;
	color: #ffffff !important;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

#minor-publishing {
	font-size: 12px;
	line-height: .7rem;
}

th#details {
    border-top-left-radius: 5px;
}

table.entry-detail-view {
	border-radius: 5px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.wpb_text_column.wpb_content_element.count.completed,
.wpb_text_column.wpb_content_element.count.compliment,
body input#gravityflow_update_button {
	background: #4caf50 !important;
}

.gravityflow-editable-field.gfield.green-background {
	background-color: #4caf50 !important;
}

.gv-table-view {
	margin-bottom: 40px;
}

.gv-container-no-results,
.gv-widgets-no-results {
	display: none;
}

.gv-widget-custom-content {
    margin-bottom: 20px !important;
    display: block !important;
}

body.um-page-loggedout .open-slide-nav {
	display: none;
}

@media (min-width: 1025px) {
	.open-slide-nav {
		display: none;
	}
	.closebtn {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.open-slide-nav {
		display: block;
		transition: .3s;	
	}

	nav#site-navigation {
		top: 40px;
	}

	body .d-none {
		display: none !important;
	}

	.admin-bar .open-slide-nav {
		top: 56px;
	}
	
	.admin-bar nav#site-navigation {
		top: 80px;
	}
	
	/* The side navigation menu */
	.crm-sidemenu {
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		z-index: 9; /* Stay on top */
		top: 0; /* Stay at the top */
		left: 0;
		overflow-x: hidden; /* Disable horizontal scroll */
		padding-top: 60px; /* Place content 60px from the top */
		transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	  }

	  /* The navigation menu links */
	  .crm-sidemenu a {
		padding: 5px 8px 5px 0px;
		text-decoration: none;
		font-size: 14px;
		display: block;
		transition: 0.3s;
	  }
	
 	.crm-sidemenu .closebtn {
		position: absolute;
		line-height: normal !important;
		top: 0;
		right: -43px;
		font-size: 40px;
		margin-left: 60px;
		color: #ffffff;
		text-decoration: none;
		background: #ED1B2E !important;
		padding-left: 10px;
		padding-right: 10px;
	}
}

body {
	position: relative;
}

.open-cover {
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 0;
	z-index: 9;
}

.open-slide-nav {
    position: fixed;
    z-index: 9999999;
    cursor: pointer;
    padding: 5px;
    background: #000000 !important;
    top: 0;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
}

.gv-table-view thead th:first-child {
	border-top-left-radius: 5px;
}

.gv-table-view thead th,
.gv-table-view tfoot th {
	padding: 10px 5px;
}

.gv-table-view thead th:last-child {
	border-top-right-radius: 5px;
}

.gv-widget-pagination {
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background: #212121;
	color: #ffffff !important;
    display: inline-block;
    margin-top: 5px;
    position: relative;
    z-index: -1;
}

.back-link {
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 5px;
    background: #000;
    margin-bottom: 5px;
    text-decoration: none;
    display: inline-block;
}

.back-link:hover {
	text-decoration: none;
}

.widget.widget_nav_menu {
    margin-bottom: 5px;
}

.gv-table-view tfoot th:first-child {
	border-bottom-left-radius: 5px;
}

.gv-table-view tfoot th:last-child {
	border-bottom-right-radius: 5px;
}

.gv-table-view {
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.gv-left {
    text-align: left;
    display: block;
    margin-bottom: -5px;
}


div#gravityflow-status-box-container,
.postbox {
	border-radius: 5px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.tablenav-pages .current-page {
    padding-top: 0;
    text-align: center;
    width: auto !important;
}

h3.hndle {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

table.entry-detail-view thead th:last-child {
	border-top-right-radius: 5px;
}

body .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
	border: none;
}

body .wpb_button, 
body .wpb_content_element, 
body ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

#minor-publishing ul li {
	margin: 0 !important;
}

body .gfield.gsection {
	padding-bottom: 0;
	border: none;
	background: #212121;
	padding: 10px 15px !important;
	border-radius: 5px;
	display: block;
	margin-top: 15px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}

body .gform_wrapper .top_label div.ginput_container,
body .top_label div.ginput_complex.ginput_container.gf_name_has_1, 
body .top_label div.ginput_complex.ginput_container.gf_name_has_2, 
body .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
	width: 100%;
}

body .gform_wrapper ul li.gfield {
	padding-right: 0;
	margin-right: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

body .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 0;
}

body .gfield.gsection h2 {
	margin: 0;
	color: #ffffff;
	border: none !important;
}

table.widefat.fixed.entry-detail-view {
    background: #ffffff;
}

.general-cards .wpb_text_column.wpb_content_element {
	padding: 10px 15px;
	margin-bottom: 10px;
}

.submit-lead-loggedin .vc_column-inner {
	background: #ffffff;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}

.general-cards .vc_column-inner h2 {
	background: #212121;
	color: #ffffff;
	padding: 15px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 16px;
}

.count-block h2 {
	width: 100%;
    display: inline-block;
    margin: 0;
    font-size: 23px;
    padding: 25px 15px;
}

@media (max-width: 1300px) {
	.count-block h2 {
		font-size: 18px !important;
	}
}

.menu-item a {
	text-transform: uppercase;
}

li.menu-item {
	position: relative;
}

.menu-item a span {
	background: #ED1B2E;
    padding: 5px 10px;
    border-radius: 100px;
    margin-left: 10px;
    position: absolute;
    top: 5px;
    color: #ffffff;
    right: 30px;
}

td#gv-field-2-workflow_detail_link a {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #4caf50;
	text-decoration: none !important;
	display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
}

.wpb_text_column.wpb_content_element.count {
    width: 20%;
    display: inline-block;
    float: right;
	text-align: center;
	background: #ED1B2E;
	margin-bottom: 0;
	padding: 17px 0 !important;
	font-size: 25px;
	font-weight: 600;
	border-radius: 8px;
	color: #ffffff;
	position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

tfoot a,
thead a {
	color: #ffffff;
}

td#cb a {
	color: #ffffff;
}

td.manage-column.column-cb.check-column {
	border: none !important;
	color: #ffffff;
}

thead {
	margin-top: 10px;
}

.tablenav.top {
    margin-bottom: 20px;
}

tfoot,
thead {
	background: #ED1B2E;
	color: #ffffff !important;
}

td.manage-column.column-cb.check-column a {
	color: #ffffff;
}

body table.wp-list-table.entries th {
	border: none;
}

body .um-field-b, body .um-field-c {
	margin-bottom: 10px !important;
}

body .um .um-button.um-alt:hover, 
body .um input[type=submit].um-button.um-alt:hover {
	background: #4E4E4E !important;
	background-color: #4E4E4E !important;
	color: #ffffff;
}

body .um .um-button.um-alt, 
body .um input[type=submit].um-button.um-alt {
	background: #4E4E4E !important;
	background-color: #4E4E4E !important;
	color: #ffffff;
	border-radius: 0 !important;
}

body .gv-widget-search .gv-search-box {
    display: block;
    width: 100%;
    margin-bottom: 10px;
	flex: none !important;
}

.logged-in .entry-content {
	margin-top: 0;
	padding: 20px 20px;
}

.logged-in #left-login {
	display: none !important;
}
 
.logged-in header.entry-header h1.entry-title,
.entry-content .entry-title {
	margin-bottom: 0;
	font-size: 20px;
	color: #ffffff;
	padding: 10px 20px;
	background: #ED1B2E;
	border-radius: 5px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
}

.right-half {
	padding: 3% 30px;
	height: 100vh;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
}

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

td[id*="workflow_detail_link"] a {
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
    background: #4caf50;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
}

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

/*--------------------------------------------------------------
## 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;
}
  
  .feather {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 48px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  .sidebar-sticky {
	top: 0;
	height: calc(100vh - 48px);
	padding: 10px 0;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
	  position: -webkit-sticky;
	  position: sticky;
	}
  }
  
  .sidebar .nav-link {
	font-weight: 400;
	color: #333;
  }
  
  .sidebar .nav-link .feather {
	margin-right: 4px;
	color: #999;
  }
  
  .sidebar .nav-link.active {
	color: #007bff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
	color: inherit;
  }
  
  .sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
  }
  
  /*
   * Content
   */
  
  [role="main"] {
	padding-top: 133px; /* Space for fixed navbar */
  }
  
  @media (min-width: 768px) {
	[role="main"] {
	  padding-top: 48px; /* Space for fixed navbar */
	}
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, .25);
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
  }
  
  .form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  
input#um-submit-btn {
    margin-top: 20px;
}

div#left-login {
    min-height: 100vh;
}

.right-half.wpb_column.vc_column_container.vc_col-sm-8 {
    min-height: 100vh;
}

.gform_confirmation_wrapper {
    text-align: center;
    margin: 40px 0;
}

header.entry-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

a.button.gv-search-clear {
    background: #ED1B2E;
    padding: 5px 20px;
    border-radius: 10px;
    color: #ffffff;
    margin: 0;
}

tfoot {
    display: none;
}

.um-new-dropdown {
	width: fit-content !important;
	margin-left: -30px !important;
	background: #ED1B2E !important;
	border: none !important;
	border-radius: 5px !important;
}

.um-dropdown ul {
	background: #ED1B2E !important;
	border: none !important;
	border-radius: 5px !important;
}

.um-new-dropdown ul li a,
.um-dropdown ul li a {
	text-decoration: none;
	color: #ffffff !important;
}

.um-dropdown-arr * {
	color: #ED1B2E;
}

.um-new-dropdown ul li a:hover,
.um-dropdown ul li a:hover {
	color: #ffffff;
	background: #000000;
	border-radius: 5px;
}


.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
	background: #ED1B2E !important;
	border-radius: 5px;
}

.gv-datatables h2 {
	font-size: 18px;
}

.gv-datatables h3 {
	font-size: 16px;
}