/*
	Theme Name: Executive Pro Theme
	Theme URI: http://my.studiopress.com/themes/executive/
	Description: Executive is designed with the understanding that your most important projects need to be front and center, strategically and expertly displayed. 
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1.2

	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Executive Pro Brown
		- Executive Pro Green
		- Executive Pro Orange
		- Executive Pro Purple
		- Executive Pro Red
		- Executive Pro Teal
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: 'Poppins';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
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: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
  background-color: #f2f2f2;
  color: #222;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 1.6;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #222;
  color: #fff;
}

::selection {
  background-color: #222;
  color: #fff;
}

a {
  color: #64c9ea;
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

blockquote,
blockquote::before {
  color: #999;
}

blockquote {
  margin: 0;
  padding: 24px 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

.gallery .gallery-item img {
  border: none;
  height: auto;
  margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 3px #eee inset;
  color: #222;
  font-family: 'Poppins';
  font-size: 14px;
  padding: 16px;
  width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #64c9ea;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 16px 20px;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #6bd5f1;
  border: none;
  text-decoration: none;
}

.button {
  border-radius: 5px;
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.home-cta a.button {
  display: inline-block;
  margin-top: -30px;
  text-align: center;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
  margin: 0 auto;
  max-width: 1140px;
}

.executive-pro-landing .site-container {
  max-width: 800px;
}

.site-inner {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
}

.executive-pro-home .site-inner {
  overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
  float: right;
  width: 800px;
  padding: 40px 60px 10px;
}

.content-sidebar .content {
  float: left;
}

.full-width-content .content {
  width: 100%;
}

.executive-pro-home .content {
  padding: 0;
}

.executive-pro-portfolio .content {
  padding: 40px 30px 0;
}

/* Primary Sidebar */

.sidebar-primary {
  background-color: #f8f8f8;
  float: right;
  width: 340px;
}

.sidebar-content .sidebar-primary {
  float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  border: 1px solid #fff;
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.search-form {
  overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-form input[type="search"] {
  background: #fff url(images/icon-search.png) no-repeat right;
  background-size: 36px 16px;
  color: #888;
  font-size: 10px;
  margin-bottom: 10px;
  padding: 16px;
  text-transform: uppercase;
  width: 100%;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  background-color: #f5f5f5;
  color: #777;
  font-size: 12px;
  margin: -40px -60px 30px;
  padding: 20px;
}

.executive-pro-home .breadcrumb {
  margin: 0;
}

.archive-description,
.author-box {
  margin-bottom: 30px;
  padding: 30px;
}

.archive-description {
  padding: 16px 20px;
}

.author-box {
  background-color: #f5f5f5;
}

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.author-box p {
  font-size: 14px;
  margin: 0;
}

.author-box .avatar {
  margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
  color: #64c9ea;
  text-decoration: none;
}

.archive-title,
.widget-title,
.executive-pro-portfolio .entry-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
  font-size: 16px;
}

.executive-pro-home .home-cta .widget-title {
  font-size: 24px;
  margin-bottom: 6px;
  text-transform: none;
}

.executive-pro-home .home-cta .entry-title a,
.executive-pro-home .home-cta .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
  color: #fff;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 12px;
  padding: 0;
}

.featured-content .entry-title {
  font-size: 18px;
}

.executive-pro-home .featured-content .entry {
  margin-bottom: 36px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
  background-color: #fff;
  color: #888;
  font-size: 10px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.enews-widget input[type="submit"] {
  background-color: #64c9ea;
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-transform: none;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

.enews form + p {
  margin-top: 24px;
}

.sidebar .enews-widget {
  background-color: #222;
}

.sidebar .enews-widget .widget-title {
  color: #fff;
}

.sidebar .enews-widget {
  color: #ddd;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
  margin: 0;
  padding: 0;
}

.content #genesis-responsive-slider {
  background: none;
  border: none;
  padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
  background-color: #222;
  filter: alpha(opacity=100);
  height: 100%;
  margin: 0;
  padding: 4% 5.5%;
  opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
  border: none;
  margin: 0;
  padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.content .genesis_responsive_slider p {
  color: #ddd;
}

.content .genesis_responsive_slider p a {
  display: block;
  margin-top: 20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
  background: url(images/icon-direction-nav.png) no-repeat -50px 0;
  background-size: 100px 98px;
  height: 49px;
  right: -20px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
  background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
  background-position: 0 0;
  left: -20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
  background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav {
  margin: -50px 0 0 0;
  padding-left: 60px;
  text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li {
  margin: 0 0 0 5px;
  padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav li a {
  background: url(images/icon-control-nav.png) no-repeat 0 0;
  background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
  background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
  background-position: 0 -26px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  margin: 0 auto;
  min-height: 100px;
  width: 100%;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}
/* Title Area
--------------------------------------------- */

.title-area {
  font-weight: 700;
  float: left;
  overflow: hidden;
  width: 320px;
}

.site-title {
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
  color: #222;
  display: block;
  padding: 28px 0 0;
  text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
  float: left;
  margin: 0;
  /* max-width: 260px; */
  min-height: 100px;
  padding: 0;
  width: 100%;
  background-size: contain !important;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  width: 821px;
}

.site-header .widget {
  padding: 28px 0 0;
}

.site-header .search-form {
  float: right;
  margin-top: 24px;
  width: 50%;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  background: -webkit-linear-gradient(top, #3d3d3d, #212121);
  clear: both;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.genesis-nav-menu a {
  color: #ffffff;
  display: block;
  padding: 16px 20px;
  position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

.genesis-nav-menu a:focus {
  color: #ffffff;
  text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
  background-color: #000000;
  color: #fff;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 148px;
  z-index: 999;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-top: none;
  color: #666;
  font-size: 12px;
  padding: 10px 18px;
  position: relative;
  width: 148px;
}

.genesis-nav-menu .sub-menu a:hover {
  background-color: #f5f5f5;
  color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  background: url(images/icon-rss.png) no-repeat left;
  background-size: 12px 12px;
  margin-left: 12px;
  padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
  background: url(images/icon-twitter-nav.png) no-repeat left;
  background-size: 16px 16px;
  padding-left: 20px;
}

.genesis-nav-menu > .search {
  padding: 0;
}

.genesis-nav-menu .search-form {
  width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
  padding: 0;
}

.site-header .genesis-nav-menu {
  float: right;
  width: auto;
  display: inline-flex;
  gap: 0;
}

.site-header .genesis-nav-menu a {
  padding: 15px 20px;
}

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
  padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
  margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu li:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li.current-menu-item a:hover {
  background-color: transparent;
  color: #666;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a {
  background-color: transparent;
  color: #64c9ea;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
  background-color: #666666;
  color: #fff;
  cursor: pointer;
  display: none;
}

.responsive-menu-icon::before {
  content: "\f333";
  display: block;
  font: normal 20px/1 "dashicons";
  margin: 0 auto;
  padding: 10px;
  /* text-align: center; */
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle,
.home-top {
  background-color: #fff;
  clear: both;
  overflow: hidden;
  padding: 60px 30px 0;
}

.home-middle .widget,
.home-top .widget {
  float: left;
  padding: 0 2.8%;
  width: 33.33333333333%;
}

.home-middle .widget:nth-of-type(3n + 1),
.home-top .widget:nth-of-type(3n + 1) {
  clear: left;
}

.executive-pro-home a.more-link {
  clear: both;
  display: block;
  margin: 30px 0 0;
}

.executive-pro-home .home-cta {
  background-color: #222;
  color: #ddd;
  float: left;
  padding: 60px;
  width: 100%;
}

.executive-pro-home .home-cta p {
  color: #ddd;
}

/* Portfolio
--------------------------------------------- */

.executive-pro-portfolio .portfolio {
  float: left;
  padding: 0 30px 30px;
  width: 33.33333333%;
}

.executive-pro-portfolio .portfolio:nth-of-type(3n + 1) {
  clear: left;
}

.single-portfolio .content {
  text-align: center;
}

/* Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.executive-pro-portfolio .entry,
.single-portfolio .entry {
  margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
  margin-bottom: 0;
}

.content .entry-header .entry-meta {
  background-color: #f8f8f8;
  clear: both;
  color: #777;
  font-size: 12px;
  line-height: 5;
  margin: 0 0 24px -60px;
  max-width: 600px;
  overflow: hidden;
  padding-left: 60px;
  text-transform: uppercase;
}

.content .entry-header .entry-meta a {
  color: #777;
  font-weight: 700;
}

.content .entry-header .entry-meta {
  margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
  background-color: #64c9ea;
  color: #fff;
  float: right;
  font-size: 12px;
  padding: 0 20px;
  text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
  background: url(images/icon-comments.png) no-repeat left;
  background-size: 16px 16px;
  color: #fff;
  padding-left: 32px;
}

.entry-footer .entry-meta {
  border-top: 1px dotted #ddd;
  font-size: 14px;
  margin: 0;
  padding-top: 10px;
}

.entry-footer .entry-tags {
  background: url(images/icon-dot.png) no-repeat left;
  margin-left: 4px;
  padding-left: 10px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}

.after-entry .widget {
  margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
  margin: 0;
}

.after-entry li {
  list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
  font-size: 14px;
  padding: 30px 0;
}

.entry .archive-pagination a {
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #64c9ea;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 4px;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #6bd5f1;
  text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 14px;
  margin-bottom: 40px;
  overflow: hidden;
}

.entry-comments .comment-author {
  font-weight: 700;
  margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin: 30px;
  overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
  margin: 30px 0;
}

.comment-list li li {
  margin-right: -1px;
}

.comment {
  border-right: none;
}

.comment-header,
.ping-list .comment-meta {
  background-color: #222;
  color: #fff;
  float: left;
  font-weight: 700;
  padding: 30px;
  width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
  display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
  font-size: 12px;
  font-weight: 300;
  color: #bbb;
}

.comment-content {
  clear: both;
  padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
  margin: 0;
}

.comment .avatar {
  margin-right: 10px;
}

.alt,
.even {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.comment-reply {
  font-size: 14px;
  padding: 0 48px 48px;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-top: 6px;
  text-align: left;
}

.widget ol > li {
  background-image: none;
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget ul > li {
  text-indent: 0;
}

.widget ul > li {
  list-style-position: outside;
  padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
  margin-bottom: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget_calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 6px 0 0;
  text-align: right;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  display: inline;
  font-size: 14px;
  padding-bottom: 30px;
}

.sidebar p {
  margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
  margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
  background: url(images/icon-li.png) no-repeat 0 7px;
  background-size: 8px 8px;
  margin-bottom: 6px;
  padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
  padding-top: 6px;
}

.sidebar .widget {
  margin-bottom: 0;
  padding: 30px 40px;
  word-wrap: break-word;
}

.sidebar .search-form {
  width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #222;
  color: #c8c8c8;
  clear: both;
  font-size: 14px;
}

.footer-widgets .wrap {
  overflow: hidden;
  padding: 60px 30px 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  padding: 0 2.8%;
  width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets .widget {
  margin-bottom: 30px;
  word-wrap: break-word;
}

.footer-widgets li {
  background: url(images/icon-li-footer.png) no-repeat 0 7px;
  background-size: 8px 8px;
}

.footer-widgets .search-form {
  width: 100%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  color: #222;
  font-size: 12px;
  padding: 28px 16px 20px;
  text-align: center;
  text-transform: none;
}

.site-footer a {
  color: #222;
}

.page-template-login-php .site-inner,
.page-template-login .site-inner {
  min-height: calc(100vh - 280px);
}

.sjl-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sjl-footer-top {
  align-items: center;
  border-top: 1px solid rgba(34, 34, 34, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  padding: 18px 60px 0;
}

.sjl-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: flex-end;
}

.sjl-footer-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.sjl-footer-copy {
  color: #555;
  flex: 1 1 320px;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 900px) {
  .sjl-footer-top {
    justify-content: center;
  }

  .sjl-footer-copy {
    flex-basis: 100%;
    text-align: center;
  }

  .sjl-footer-links {
    justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .site-footer {
    padding: 24px 14px 18px;
  }

  .sjl-footer-top {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 18px 0 0;
  }

  .sjl-footer-links {
    gap: 12px 18px;
    justify-content: center;
  }

  .sjl-footer-links a {
    font-size: 12px;
  }
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Executive Pro Brown
--------------------------------------------- */

.executive-pro-brown a,
.executive-pro-brown .entry-title a:hover,
.executive-pro-brown .footer-widgets .entry-title a:hover {
  color: #a68064;
}

.executive-pro-brown .genesis-nav-menu a {
  color: #666;
}

.executive-pro-brown .entry-title a,
.executive-pro-brown .site-title a,
.executive-pro-brown .site-title a:hover,
.executive-pro-brown .site-footer a {
  color: #222;
}

.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-brown .footer-widgets .entry-title a,
.executive-pro-brown .genesis-nav-menu .current-menu-item > a,
.executive-pro-brown .genesis-nav-menu a:active,
.executive-pro-brown a.button {
  color: #fff;
}

.executive-pro-brown .comment-header .comment-meta a,
.executive-pro-brown .comment-metadata a {
  color: #bbb;
}

.executive-pro-brown .enews-widget input[type="submit"],
.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-brown .genesis-nav-menu .current-menu-item > a,
.executive-pro-brown .archive-pagination li a,
.executive-pro-brown a.button,
.executive-pro-brown button,
.executive-pro-brown input[type="button"],
.executive-pro-brown input[type="reset"],
.executive-pro-brown input[type="submit"] {
  background-color: #a68064;
}

.executive-pro-brown .archive-pagination li a:hover,
.executive-pro-brown .archive-pagination li.active a,
.executive-pro-brown a:hover.button,
.executive-pro-brown button:hover,
.executive-pro-brown input:hover[type="button"],
.executive-pro-brown input:hover[type="reset"],
.executive-pro-brown input:hover[type="submit"] {
  background-color: #b2886b;
}

/* Executive Pro Green
--------------------------------------------- */

.executive-pro-green a,
.executive-pro-green .entry-title a:hover,
.executive-pro-green .footer-widgets .entry-title a:hover {
  color: #60cd69;
}

.executive-pro-green .genesis-nav-menu a {
  color: #666;
}

.executive-pro-green .entry-title a,
.executive-pro-green .site-title a,
.executive-pro-green .site-title a:hover,
.executive-pro-green .site-footer a {
  color: #222;
}

.executive-pro-green .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-green .footer-widgets .entry-title a,
.executive-pro-green .genesis-nav-menu .current-menu-item > a,
.executive-pro-green .genesis-nav-menu a:active,
.executive-pro-green a.button {
  color: #fff;
}

.executive-pro-green .comment-header .comment-meta a,
.executive-pro-green .comment-metadata a {
  color: #bbb;
}

.executive-pro-green .enews-widget input[type="submit"],
.executive-pro-green .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-green .genesis-nav-menu .current-menu-item > a,
.executive-pro-green .archive-pagination li a,
.executive-pro-green a.button,
.executive-pro-green button,
.executive-pro-green input[type="button"],
.executive-pro-green input[type="reset"],
.executive-pro-green input[type="submit"] {
  background-color: #60cd69;
}

.executive-pro-green .archive-pagination li a:hover,
.executive-pro-green .archive-pagination li.active a,
.executive-pro-green a:hover.button,
.executive-pro-green button:hover,
.executive-pro-green input:hover[type="button"],
.executive-pro-green input:hover[type="reset"],
.executive-pro-green input:hover[type="submit"] {
  background-color: #66d970;
}

/* Executive Pro Orange
--------------------------------------------- */

.executive-pro-orange a,
.executive-pro-orange .entry-title a:hover,
.executive-pro-orange .footer-widgets .entry-title a:hover {
  color: #e0a24b;
}

.executive-pro-orange .genesis-nav-menu a {
  color: #666;
}

.executive-pro-orange .entry-title a,
.executive-pro-orange .site-title a,
.executive-pro-orange .site-title a:hover,
.executive-pro-orange .site-footer a {
  color: #222;
}

.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-orange .footer-widgets .entry-title a,
.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange .genesis-nav-menu a:active,
.executive-pro-orange a.button {
  color: #fff;
}

.executive-pro-orange .comment-header .comment-meta a,
.executive-pro-orange .comment-metadata a {
  color: #bbb;
}

.executive-pro-orange .enews-widget input[type="submit"],
.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange .archive-pagination li a,
.executive-pro-orange a.button,
.executive-pro-orange button,
.executive-pro-orange input[type="button"],
.executive-pro-orange input[type="reset"],
.executive-pro-orange input[type="submit"] {
  background-color: #e0a24b;
}

.executive-pro-orange .archive-pagination li a:hover,
.executive-pro-orange .archive-pagination li.active a,
.executive-pro-orange a:hover.button,
.executive-pro-orange button:hover,
.executive-pro-orange input:hover[type="button"],
.executive-pro-orange input:hover[type="reset"],
.executive-pro-orange input:hover[type="submit"] {
  background-color: #e9ad50;
}

/* Executive Pro Purple
--------------------------------------------- */

.executive-pro-purple a,
.executive-pro-purple .entry-title a:hover,
.executive-pro-purple .footer-widgets .entry-title a:hover {
  color: #9e63ec;
}

.executive-pro-purple .genesis-nav-menu a {
  color: #666;
}

.executive-pro-purple .entry-title a,
.executive-pro-purple .site-title a,
.executive-pro-purple .site-title a:hover,
.executive-pro-purple .site-footer a {
  color: #222;
}

.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-purple .footer-widgets .entry-title a,
.executive-pro-purple .genesis-nav-menu .current-menu-item > a,
.executive-pro-purple .genesis-nav-menu a:active,
.executive-pro-purple a.button {
  color: #fff;
}

.executive-pro-purple .comment-header .comment-meta a,
.executive-pro-purple .comment-metadata a {
  color: #bbb;
}

.executive-pro-purple .enews-widget input[type="submit"],
.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-purple .genesis-nav-menu .current-menu-item > a,
.executive-pro-purple .archive-pagination li a,
.executive-pro-purple a.button,
.executive-pro-purple button,
.executive-pro-purple input[type="button"],
.executive-pro-purple input[type="reset"],
.executive-pro-purple input[type="submit"] {
  background-color: #9e63ec;
}

.executive-pro-purple .archive-pagination li a:hover,
.executive-pro-purple .archive-pagination li.active a,
.executive-pro-purple a:hover.button,
.executive-pro-purple button:hover,
.executive-pro-purple input:hover[type="button"],
.executive-pro-purple input:hover[type="reset"],
.executive-pro-purple input:hover[type="submit"] {
  background-color: #a969f3;
}

/* Executive Pro Red
--------------------------------------------- */

.executive-pro-red a,
.executive-pro-red .entry-title a:hover,
.executive-pro-red .footer-widgets .entry-title a:hover {
  color: #e04b4b;
}

.executive-pro-red .genesis-nav-menu a {
  color: #666;
}

.executive-pro-red .entry-title a,
.executive-pro-red .site-title a,
.executive-pro-red .site-title a:hover,
.executive-pro-red .site-footer a {
  color: #222;
}

.executive-pro-red .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-red .footer-widgets .entry-title a,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .genesis-nav-menu a:active,
.executive-pro-red a.button {
  color: #fff;
}

.executive-pro-red .comment-header .comment-meta a,
.executive-pro-red .comment-metadata a {
  color: #bbb;
}

.executive-pro-red .enews-widget input[type="submit"],
.executive-pro-red .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .archive-pagination li a,
.executive-pro-red a.button,
.executive-pro-red button,
.executive-pro-red input[type="button"],
.executive-pro-red input[type="reset"],
.executive-pro-red input[type="submit"] {
  background-color: #e04b4b;
}

.executive-pro-red .archive-pagination li a:hover,
.executive-pro-red .archive-pagination li.active a,
.executive-pro-red a:hover.button,
.executive-pro-red button:hover,
.executive-pro-red input:hover[type="button"],
.executive-pro-red input:hover[type="reset"],
.executive-pro-red input:hover[type="submit"] {
  background-color: #e95050;
}

/* Executive Pro Teal
--------------------------------------------- */

.executive-pro-teal a,
.executive-pro-teal .entry-title a:hover,
.executive-pro-teal .footer-widgets .entry-title a:hover {
  color: #4be0d4;
}

.executive-pro-teal .genesis-nav-menu a {
  color: #666;
}

.executive-pro-teal .entry-title a,
.executive-pro-teal .site-title a,
.executive-pro-teal .site-title a:hover,
.executive-pro-teal .site-footer a {
  color: #222;
}

.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-teal .footer-widgets .entry-title a,
.executive-pro-teal .genesis-nav-menu .current-menu-item > a,
.executive-pro-teal .genesis-nav-menu a:active,
.executive-pro-teal a.button {
  color: #fff;
}

.executive-pro-teal .comment-header .comment-meta a,
.executive-pro-teal .comment-metadata a {
  color: #bbb;
}

.executive-pro-teal .enews-widget input[type="submit"],
.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-teal .genesis-nav-menu .current-menu-item > a,
.executive-pro-teal .archive-pagination li a,
.executive-pro-teal a.button,
.executive-pro-teal button,
.executive-pro-teal input[type="button"],
.executive-pro-teal input[type="reset"],
.executive-pro-teal input[type="submit"] {
  background-color: #4be0d4;
}

.executive-pro-teal .archive-pagination li a:hover,
.executive-pro-teal .archive-pagination li.active a,
.executive-pro-teal a:hover.button,
.executive-pro-teal button:hover,
.executive-pro-teal input:hover[type="button"],
.executive-pro-teal input:hover[type="reset"],
.executive-pro-teal input:hover[type="submit"] {
  background-color: #50e9df;
}
.editReview {
  position: relative;
  top: -9px;
  width: 15px;
  height: 11px;
}
.title-rate {
  display: inline-block;
}
.ratingSec {
  width: 100%;
  max-width: 184px;
  display: inline-flex;
  margin-bottom: 40px;
}
.btn-save-rat {
  background-color: #e04b4b;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 10px;
}
#ratingDiv {
  margin: 0px 10px;
}
/******* CCT Style changes Start***********/

table.zebra {
  border-collapse: collapse;
  width: 100%;
}
table.zebra th {
  text-transform: capitalize;
}
table.zebra th,
table.zebra td {
  padding: 0.25rem 0.15rem;
  text-align: left;
  border: 1px solid #ccc;
}

.eventDetail {
  float: left;
  width: 100%;
}

.ed-top-section {
  float: left;
  width: 100%;
}
.rightside-top {
  float: left;
  width: 58%;
}
.leftside-top {
  float: right;
  width: 40%;
}
.btnContainer a {
  margin-left: 5px;
  font-size: 14px;
}

.backButton {
  background-color: #ccc;
  border-radius: 7px;
  float: right;
  padding: 10px;
  text-decoration: none;
}
.backButton:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.backButton2 {
  background-color: #ccc;
  border-radius: 7px;
  padding: 10px;
  text-decoration: none;
  float: right;
}
.backButton2:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.backButton3 {
  background-color: #ccc;
  border-radius: 7px;
  padding: 10px;
  text-decoration: none;
  float: right;
}
.backButton3:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.filter-div {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.actionButton {
  background-color: #ccc;
  border-radius: 7px;
  display: block;
  font-size: 12px;
  margin: 5px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
}
.actionButton:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.input-sec {
  float: left;
  width: 19%;
  margin-right: 5px;
}
.input-sec > label {
  display: block;
  width: 100%;
}

.input-sec.submitBtn-cnt {
  float: right;
  text-align: right;
  margin-right: 0px;
}
.display-sec {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.tableDiv {
  width: 70%;
  float: left;
  overflow-x: auto;
}
.message-box {
  width: 30%;
  float: left;
}
.message-box p {
  font-weight: bold;
  margin-bottom: 5px;
}
.rightContainer {
  padding: 0 20px;
}
.rightContainer .submitBtn {
  margin-top: 10px;
}
.tableDiv > div {
  text-align: center;
}

.tableDiv .loadMoreBtn {
  background: #e04b4b none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  padding: 16px 20px;
}
.tableDiv .loadMoreBtn:hover {
  text-decoration: none;
  background: #e95050;
}
.tableDiv table tr td .Application-Confirmed,
.tableDiv table tr td .Invitation-Confirmed,
.tableDiv table tr td .SentToClient-Confirmed {
  background-color: #197b30 !important;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.tableDiv table tr td .Application-Confirmed-change,
.tableDiv table tr td .Invitation-Confirmed-change,
.tableDiv table tr td .SentToClient-Confirmed-change {
  background-color: #197b30 !important;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 5px;
}
.TypeContainer {
  background-color: #22c1497d !important;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  /* color: #fff; */
  font-style: italic;
}
.Application-Selected {
  background-color: #2850a3 !important;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.tableDiv table tr td .Application-Applied {
  background-color: #9a3334;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.tableDiv table tr td .SentToClient-Accepted {
  background-color: #9a3334;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.tableDiv table tr td .Invitation-Invited {
  background-color: #f46523;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.tableDiv table tr td .Invitation-Accepted {
  background-color: #4c004a;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.tableDiv table tr td .Application-Accepted {
  background-color: #0054a5;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}

.tableDiv table tr td .Invitation-Rejected,
.tableDiv table tr td .Application-Rejected,
.tableDiv table tr td .SentToClient-Rejected {
  background-color: #000000;
  color: #fff;
}
.tableDiv table tr td .Invitation-Canceled,
.tableDiv table tr td .Application-Canceled {
  background-color: Red !important;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}

.loader-bg {
  background-color: #000;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  /* z-index: 1000; */
  z-index:9999;
  height: 100%;
}
.loader-bg .loader-content {
  position: absolute;
  z-index: 1001;
  margin-left: -32px;
  top: 40%;
  left: 50%;
}
.loader-bg p {
  color: #fff;
  font-size: 16px;
  margin: 10px 0 0 4px;
}
.msgbox {
  background-color: lightgray;
  border: 1px solid black;
  border-radius: 6px;
  clear: both;
  color: green;
  font-weight: bold;
  margin: 5px 0;
  padding: 8px;
  width: 98%;
}
.msgbox2 {
  background-color: lightgray;
  border: 1px solid black;
  border-radius: 6px;
  clear: both;
  color: green;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px;
  width: 96%;
}
.rightside-top-event {
  float: right;
  width: 20%;
}

.leftside-top-event {
  float: left;
  width: 80%;
}

.event-heading {
  float: left;
  width: 100%;
}
table.zebra th.no-data,
table.zebra td.no-data {
  text-align: center;
}
.backButtonInvitePage {
  background-color: #ccc;
  border-radius: 7px;
  float: right;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-decoration: none;
  top: -52px;
}
.backButtonInvitePage:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.eventApplicant {
  position: relative;
}
.mainDiv {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.mainDiv textarea {
  margin-bottom: 10px;
  margin-top: 10px;
}
.mainDiv ul li {
  margin-left: 5px;
}
.mainDiv .select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.eventCommonDetails {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  z-index: 100;
}
.commentPopup,
.invitePopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  z-index: 100;
}
.poupContent {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close,
.invitePopup .close {
  position: absolute;
  top: 0px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
/* .commentPopup .close {
	position: absolute;
	top: 0px;
	right: 20px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
} */
.assignButton {
  background: #ccc;
  color: #e04b4b;
  border-radius: 7px;
  margin: 13px auto 0;
  padding: 10px;
  display: inline-block;
}
.assignButton:hover {
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}
.event-list-dd-box {
  text-align: center;
}
.filter {
  height: 100%;
  position: fixed;
  width: 100%;
}

/* Dashboard Section - By Rohan 10 Feb, 2017 */
#dash-board-section {
  width: 100%;
  float: left;
}
#dash-board-section .db_box_wrap {
  width: 100%;
  max-width: 33.33%;
  float: left;
  margin-bottom: 30px;
}
#dash-board-section h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.actions {
  margin-top: 62px;
}
#dash-board-section .square_box {
  float: left;
  width: 88px;
  min-height: 88px;
  background-color: #9a3334;
  text-align: center;
  position: relative;
}
#dash-board-section .square_box-2 {
  float: left;
  width: 88px;
  min-height: 88px;
  background-color: #4c004a;
  text-align: center;
  position: relative;
}
#dash-board-section .square_box-action {
  float: left;
  width: 88px;
  min-height: 88px;
  background-color: #999999;
  text-align: center;
  position: relative;
}
#dash-board-section .square_box-action1 {
  float: left;
  width: 88px;
  min-height: 88px;
  background-color: #cccccc;
  text-align: center;
  position: relative;
}

#dash-board-section .square_box span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: #ffffff;
}
#dash-board-section .square_box-2 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: #ffffff;
}
#dash-board-section .square_box_info {
  float: left;
  padding-left: 30px;
  padding-top: 13px;
}
#dash-board-section .square_box_info a {
  color: #323232;
  font-size: 17px;
  line-height: 21px;
  border-bottom: 1px solid #acacac;
  text-decoration: none;
}
.white-bg {
  margin-bottom: 115px;
}
.full {
  height: 320px;
  margin: 40px 0;
  margin-left: -100%;
  margin-right: -100%;
}
.grey-bg {
  /*background-color: #cccccc;*/
  background-color: #eaeaea;
  float: left;
  padding: 20px 60px;
  width: 100%;
}
.grey-bg p {
  color: #333333;
  font-size: 16px;
}
.wrap-div {
  width: 200px;
}
#status_legends_wrap .square_box-action-1 {
  background-color: #9a3334;
  float: left;
  min-height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
  border-radius: 50%;
}
.square_box-line {
  border: 1px solid #9a3334;
  margin: 13px;
  position: relative;
  top: 13px;
  vertical-align: middle;
  width: 100%;
}
#status_legends_wrap .square_box-action-2 {
  background-color: #0054a5;
  float: left;
  min-height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
  border-radius: 50%;
}
.square_box-line2 {
  border: 1px solid #0054a5;
  margin: 13px;
  position: relative;
  top: 13px;
  vertical-align: middle;
  width: 100%;
}
#status_legends_wrap .square_box-action-3 {
  background-color: #197b30;
  float: left;
  min-height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
  border-radius: 50%;
}
.square_box-line3 {
  border: 1px solid #197b30;
  margin: 13px;
  position: relative;
  top: 13px;
  vertical-align: middle;
  width: 100%;
}
#status_legends_wrap .square_box-action-4 {
  background-color: #f36523;
  float: left;
  min-height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
  border-radius: 50%;
}
.square_box-line4 {
  border: 1px solid #f36523;
  margin: 13px;
  position: relative;
  top: 13px;
  vertical-align: middle;
  width: 100%;
}
#status_legends_wrap .square_box-action-5 {
  background-color: #4c004a;
  float: left;
  min-height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
  border-radius: 50%;
}
.square_box-line5 {
  border: 1px solid #4c004a;
  margin: 13px;
  position: relative;
  top: 13px;
  vertical-align: middle;
  width: 100%;
}
.grey-section-1 p {
  font-size: 13px;
  font-weight: bold;
  margin-left: 40px;
  margin-top: 20px;
}
.square_box_info-action-text {
  float: left;
  padding-left: 20px;
  padding-top: 1px;
}
#dash-board-section .square_box_info-action-text a {
  color: #323232;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.grey-section-1 {
  float: left;
  margin-bottom: 10px;
}
.clearboth {
  clear: both;
}
.blue-bg {
  background-color: #0054a5 !important;
}
.green-bg {
  background-color: #197b30 !important;
}
.orange-bg {
  background-color: #f36523 !important;
}
.purple-bg {
  background-color: #4c004a !important;
}
.full-width-section {
  float: left;
  margin-left: -60px;
  margin-bottom: -50px;
  width: 100vw;
}
.commentBottomBorder {
  border: 1px solid #ccc;
  float: left;
  width: 100%;
}
.commentDiv h5 {
  color: #e04b4b;
  font-size: 16px;
  float: left;
}
.commentDiv h6 {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  float: left;
  width: 100%;
}
.commentDiv div.title {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.commentDiv p {
  color: #666;
  font-size: 10px;
  margin-bottom: 5px;
  text-align: right;
  width: 100%;
  font-style: italic;
  float: left;
}
.commentDiv {
  margin-top: 5px;
}
.staff-content .backButton2 {
  background-color: #ccc;
  border-radius: 7px;
  float: right;
  margin-left: 10px;
  padding: 10px;
  text-decoration: none;
}
.staff-content .backButton2:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.box-icon {
  float: left;
}
.commDeleteBtn {
  float: right;
}
.commDeleteBtn:hover {
  text-decoration: none;
}
.assignBtn {
  background-color: #197b30;
  border-radius: 7px;
  padding: 10px;
  text-decoration: none;
  float: right;
  color: #ffffff !important;
  margin-left: 8px;
}
.assignBtn:hover {
  text-decoration: none;
}
.selectStaffBtn {
  background-color: blue;
  border-radius: 7px;
  padding: 10px;
  text-decoration: none;
  float: right;
  color: #ffffff !important;
  margin-left: 8px;
}
.selectStaffBtn:hover {
  text-decoration: none;
}

.staffConfirmBtn {
  background-color: #197b30 !important;
  border-radius: 7px;
  font-size: 16px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
}
.staffConfirmBtn:hover {
  text-decoration: none;
  background-color: #1ba73c !important;
  color: #ffffff;
}
.staffRejectBtn {
  background-color: #ccc;
  border-radius: 7px;
  font-size: 16px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
}
.staffRejectBtn:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.inviteBtn {
  background-color: #f46523;
  border-radius: 7px;
  padding: 10px;
  text-decoration: none;
  float: right;
  color: #ffffff !important;
  margin: 0 5px;
}
.inviteBtn:hover {
  text-decoration: none;
}
.sentToClientBtn {
  background-color: #1f7bc4;
  border-radius: 7px;
  padding: 10px;
  text-decoration: none;
  float: right;
  color: #ffffff !important;
  margin: 0 5px;
}
.sentToClientBtn:hover {
  text-decoration: none;
}
/* End Dashboard Section */
.pendingUser .assignButton {
  display: block;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  width: 60px;
}
.sortBtn {
  background: #ccc none repeat scroll 0 0;
  border-radius: 7px;
  color: #e04b4b;
  display: inline-block;
  padding: 10px;
  float: right;
}
.sortBtn:hover {
  text-decoration: none;
}
.postcode-box {
  margin-bottom: 30px;
}
.backDashBtn {
  margin-bottom: 10px;
}
/*8th May 2020 Style By Rohan*/
.commentPopup h3 {
  text-align: center;
}
.commentPopup .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
.commentPopup .poupContent {
  max-height: 500px;
  overflow-y: auto;
  position: relative;
  width: 63%;
}

.poupContent fieldset {
  min-width: 0 !important;
  padding: 15px !important;
  margin: 0 !important;
  border: 1px solid #ddd !important;
}
.poupContent legend {
  display: inline-table;
  width: auto;
  border-bottom: none;
  font-size: 18px;
  margin-bottom: 0;
}
.poupContent .form-group {
  margin-bottom: 15px;
  margin-top: 15px;
}
.tableDiv table.zebra th {
  background-color: #f4f5f8 !important;
  text-align: center !important;
  font-weight: bold !important;
}
table.zebra tr td:first-child {
  text-align: left;
}
.tableDiv table.zebra th,
.tableDiv table.zebra td {
  text-align: center;
  border: 1px solid #ccc;
  background-color: transparent;
  padding: 10px !important;
  vertical-align: middle !important;
  text-transform: capitalize !important;
}
.tableDiv table.zebra td:first-child span {
  white-space: nowrap !important;
}
.commentPopup .close {
  position: absolute;
  top: 54px;
  right: 234px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  background-color: #e04b4b;
  border-radius: 50%;
  padding: 3px 9px;
  z-index: 9;
}
.commentPopup .close:hover {
  background-color: #e04b4b;
  color: #fff;
  opacity: 1;
}
.table-details-wrap table {
  margin-bottom: 20px;
}
.commentPopup.mainpartialPaymentPopup .poupContent {
  width: 40%;
}
.commentPopup.mainpartialPaymentPopup .close {
  right: 29%;
}
/******* CCT Style changes End***********/

/** Gravity Form update Screen CSS Start **/
.updatePage .gform_page_footer {
  display: none;
}
.updatePage .gform_page,
.updatePage .gf_progressbar_wrapper,
.updatePage .gform_heading,
.updatePage .gsection_description,
.updatePage .gsection_title,
.updatePage #field_11_68,
.updatePage #field_11_94 {
  display: none !important;
}
.updatePage #gform_page_11_3 {
  display: block !important;
}

.customForm input[type="text"] {
  padding: 5px 4px;
  width: 50%;
}
.customForm select {
  padding: 5px 4px;
  width: 100%;
}
.v-center-text {
  margin-top: 40px;
}
.validation_error {
  border-bottom: 2px solid #790000;
  border-top: 2px solid #790000;
  clear: both;
  color: #790000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  display: none;
}
.customForm .small-section input[type="text"] {
  width: 100%;
}
.customForm .big-section input[type="text"] {
  width: 100%;
}
.small-section.first {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.small-section {
  float: left;
  width: 50%;
}
.below-line-text {
  font-size: 0.813rem;
}
.title-text {
  font-weight: bold;
}
.full-width {
  clear: both;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.validation-error input {
  border-color: #790000;
}
.validation-error {
  background: rgba(255, 223, 224, 0.25) none repeat scroll 0 0;
  border-bottom: 1px solid #790000;
  border-top: 1px solid #790000;
  color: #790000;
}
.validation-error > h2,
.validation-error > h4 {
  color: #790000;
}
.customForm .medium_select {
  width: 20%;
}
/** Gravity Form update Screen CSS End **/
/** Update in Phase 3 Start**/
.staff-section {
  margin-bottom: 40px;
}
.staff-section h4 {
  margin-bottom: 0px;
}
.inputfile {
  /* margin-top: 25px; */
}
.deletebtn {
  float: right;
  margin-top: 25px;
  font-size: 12px;
}
.upload-event-row {
  margin-bottom: 25px;
}
.centerbtn {
  text-align: center;
}
.upload-event-row label {
  min-height: 52px;
  display: block;
}
/** Update in Phase 3 End **/

/** Event document **/

.doc-event-row,
.report-event-row {
  padding-bottom: 20px;
}

.image-event-row {
  padding-bottom: 20px;
}
.gallary-block:hover {
  background-color: #e04b4b;
}
.gallary-block {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
  height: 150px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 5px 0px;
}
.gallary-block img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  height: 100%;
  object-fit: contain;
  width: 168px;
}
.gallary-block > div {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
}
.gallary-block > div a {
  color: #ffffff;
}
.gallary-block > div a i {
  opacity: 0;
  top: 50%;
  position: relative;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
  font-size: 28px;
  color: #fff;
}
.gallary-block > div a i.left-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.gallary-block > div a i.right-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.gallary-block:hover img {
  opacity: 0.35;
}
.gallary-block:hover > div i {
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.gallary-block:hover > div i.left-icon {
  -webkit-transform: translate3d(-25%, -50%, 0);
  transform: translate3d(-25%, -50%, 0);
}
.gallary-block:hover > div i.right-icon {
  -webkit-transform: translate3d(25%, -50%, 0);
  transform: translate3d(25%, -50%, 0);
}
.gallary-block:hover > div::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.filterdocbtn {
  background-color: #e04b4b;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  top: 65px;
  text-decoration: none !important;
}
.document-delete-btn {
  float: right;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 0px;
}
.addMoreField {
  margin-top: 0px;
}
.errorDiv .inputfile,
.errorDiv .optionBox {
  border: 1px solid #f00;
}
.error-note {
  color: #f00;
}
.event-document .one-sixth,
.event-report .one-sixth {
  width: 14% !important;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 20px;
}
.event-img {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.gallary-main-block {
  position: relative;
  float: left;
}
.time-sec {
  background-color: #ccc;
  clear: both;
  text-align: center;
  font-size: 11px;
  position: relative;
  top: -10px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 6px;
}
/**, inpu*/
/** Event document **/

.custom_fit .leftside-top-event {
  width: 60%;
}
.custom_fit .rightside-top-event {
  width: 40%;
}
.mr-10 {
  margin-right: 10px;
}
.type-page {
  position: relative;
}
.mt-20 {
  margin-top: 20px;
}
.client-dashbrd-btn {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.removeSidebar .content {
  width: 100%;
}
.removeSidebar .sidebar {
  display: none;
}

/** Your Events **/

.staff-content span {
  color: #000000;
}
.event-two-thirds {
  width: 62%;
  margin-left: 10px;
}

.event-main-two-thirds {
  width: 21%;
  position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.event-details p {
  margin-bottom: 10px;
}
.event-main-wrap img {
  width: 95px;
  height: 95px;
  object-fit: cover;
}
.event-main-wrap .button {
  position: relative;
  text-align: center;
  /* top: 20px; */
}
.event-dtl-wrap {
  border-bottom: 2px solid #b1b1b1;
  padding-bottom: 10px;
  padding-top: 15px;
}
.event-border {
  border: 2px solid #b1b1b1;
}
.clientDashboard .content {
  padding: 0;
}
.clientDashboard .breadcrumb {
  margin: -20px 0px 20px;
}
.clientDashboard .event-main-wrap,
.clientDashboard h1 {
  /* padding-left: 20px; */
  /* padding-right: 70px; */
}
.clientDashboard .site-inner {
  /* background-color: #f8f8f8; */
}
.clientDashboard .staff-content {
  padding: 20px 0 20px 0;
  background-color: #fff;
}
.profile-div {
  padding-top: 82px;
  padding-bottom: 20px;
}
.profile-div .alignleft {
  float: none;
}
.profile-div p {
  margin-bottom: 10px;
}
.profile-div .prf-email {
  color: #e35657;
  max-width: 100%;
  word-wrap: break-word;
  font-size: 14px;
}
.profile-div h4 span {
  color: #e35657;
}
.profile-div .button.alignleft {
  margin-top: 15px;
}
.profile-div img {
  width: 85%;
  height: auto;
}

.profile-main {
  float: right;
  margin-left: 20px;
  width: 22%;
}

.three-fourths.event-text-dtl {
  margin-left: 0;
}

.clientEventDetail .entry-title {
  display: none;
}
.clientEventDetail .breadcrumb {
  margin: -20px 0px 20px;
}
.clientEventDetail .event-name-wrap p {
  margin-bottom: 10px;
}
.clientEventDetail .event-name-wrap {
  clear: both;
  margin-bottom: 10px;
  /* padding: 0px 20px; */
}
.clientEventDetail .add-text {
  color: #e35657;
}
.clientEventDetail .event-main-wrap img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.clientEventDetail .event-main-wrap h3 {
  color: #e54853;
}
.clientEventDetail .like-btn li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}
.clientEventDetail .like-btn a img {
  width: 80px;
  height: 80px;
}
.clientEventDetail .event-dtl-wrap {
  border-bottom: 2px solid #b1b1b1;
  padding-bottom: 15px;
  padding-top: 20px;
}
.clientEventDetail .like-btn {
  position: relative;
  top: 35px;
}
.clientEventDetail .content {
  padding: 0px 0px 10px;
}
.event-main-wrap {
  padding: 0px 20px;
}
.like-btn li a.not_allowed-action {
  display: inline-block;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.like-btn li {
  cursor: not-allowed;
}
.content .genesis_responsive_slider .flex-direction-nav li a:focus {
  outline: none;
}

/* Update Direct Deposit page - Voided Check Start */
.full-width {
  clear: both;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.file-uploader .file-wrap {
  position: relative;
  border: #dfdfdf solid 1px;
  display: table;
  width: 100%;
}
.file-uploader .file-icon {
  display: table-cell;
  padding: 10px;
  background: #f1f1f1;
  border-right: #e5e5e5 solid 1px;
  vertical-align: middle;
  width: 70px;
}
.file-uploader .file-icon img {
  display: block;
  padding: 0;
  margin: 0;
  max-width: 48px;
}
.file-uploader .file-info {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.file-uploader .file-info p {
  margin: 0 0 2px;
  font-size: 13px;
}
.file-uploader .file-info ul {
  position: absolute;
  top: 5px;
  right: 5px;
}
.file-uploader .acf-hl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
}
.file-uploader .acf-soh .acf-soh-target {
  -webkit-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  visibility: hidden;
  opacity: 0;
}
.file-uploader .acf-soh:hover .acf-soh-target {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.file-uploader .acf-icon:before {
  font-family: monospace;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.file-uploader .acf-icon.-cancel:before {
  content: "x";
}
.file-uploader .acf-icon.dark {
  border-color: transparent;
  background: #23282d;
  color: #eee;
}
.file-uploader .acf-icon {
  display: inline-block;
  height: 26px;
  width: 26px;
  border: transparent solid 1px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.file-uploader a.acf-icon {
  color: #999;
  border-color: #bbb;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: none;
}
/* Update Direct Deposit page - Voided Check End */
/* 09-06-2023 */
/* roster generator*/
.table-shift table td .table-list > div {
  position: absolute;
  left: -50px;
  top: -10px;
  background-color: #c1b8b8;
  font-size: 10px;
  font-weight: bolder;
  transform: rotate(270deg) translate(-50%, -50%);
  padding: 0 4px;
}
.table-shift table td .table-list {
  position: relative;
}

td.img-sec {
  padding-left: 20px;
  padding-bottom: 5px;
}
/* roster generator*/
/* zip download button */
.dwn-doc {
  float: right;
  font-size: 12px;
  margin-top: 0px;
  display: inline-block;
  margin: -21px 0px;
  background: #e04b4b;
  padding: 12px;
  color: #fff !important;
  text-decoration: none;
}
.dwn-doc:hover {
  color: #000 !important;
  text-decoration: none;
}
/* zip download button */
/* 09-06-2023 */
/* 24-08-2024 */
.setpFour-content .left {
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 18%;
}

.right.gf_right_half {
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 80%;
}
.gform_legacy_markup_wrapper .align-chkbx-top .gfield_checkbox li input,
.gform_legacy_markup_wrapper .align-chkbx-top .gfield_checkbox li input[type=checkbox]
{
	vertical-align: top;
}
.step-4 .gform-field-label--type-inline p{
	font-weight: normal;
	margin-top: 5px;
}
.step-4 .gfield_radio li.gchoice {
    margin-right: 20px;
    display: inline;
}
.step-4 .gfield_radio li.gchoice label {
    margin-top: 6px;
}
.gform_wrapper .step-6 .top_label li.gfield_html.gf_left_half {
    width: 200px;
    clear: both;
}
img.id-card-upload {
    width: 100px;
}

/* Changes for Survey tasks : 21-01-2025*/
span.event-day-tag {
  background: #ccc;
  margin: 10px 10px 0 0;
  padding: 3px 10px;
  border-radius: 5px;
  color: #000;
}
.event-day-list {
  display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.closeIcon {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    font-size: 32px;
    font-weight: normal;
    padding: 0;
    background: none;
    line-height: 32px;
}
.foogallery-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.img-gallary-main-block {
    cursor: pointer;
}
.img-gallary-block {
    width: 180px;
    height: 180px;
    border: 1px solid #CCC;
    padding: 5px;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.img-gallary-block:before {
	content: "";
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	display:none;
}
.img-gallary-main-block:hover .img-gallary-block:before {
	display: block;
}
.img-gallary-block img {
    max-width: 100%;
    max-height: 100%;
}
.action-items {
    position: absolute;
	display: none;
}
.img-gallary-main-block:hover .action-items {
	display: block;
}
.action-items a, .action-items a:hover {
    color: #FFF;
    border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
}
.survey-additional-detail {
	display: none;
}
/* 24-08-2024 */
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
  .search-form input[type="search"] {
    background-image: url(images/icon-search@2x.png);
  }

  .content .entry-header .entry-meta .entry-comments-link a {
    background-image: url(images/icon-comments@2x.png);
  }

  .sidebar li {
    background-image: url(images/icon-li@2x.png);
  }

  .footer-widgets li {
    background-image: url(images/icon-li-footer@2x.png);
  }

  .content #genesis-responsive-slider .flex-direction-nav li a {
    background-image: url(images/icon-direction-nav@2x.png);
  }

  .content #genesis-responsive-slider .flex-control-nav li a {
    background-image: url(images/icon-control-nav@2x.png);
  }

  .genesis-nav-menu > .rss > a {
    background-image: url(images/icon-rss@2x.png);
  }

  .genesis-nav-menu > .twitter > a {
    background-image: url(images/icon-twitter-nav@2x.png);
  }
}

@media only screen and (max-width: 1200px) {
  .site-container {
    max-width: 960px;
  }

  .site-header .widget-area {
    width: 700px;
  }

  .content {
    width: 660px;
  }

  .sidebar-primary {
    width: 300px;
  }

  .title-area {
    width: 260px;
  }

  .breadcrumb {
    margin: -30px -40px 30px;
  }

  .content {
    padding: 30px 40px 10px;
  }

  .site-header .genesis-nav-menu a {
    padding: 38px 14px 40px;
  }

  .content #genesis-responsive-slider .flex-control-nav,
  .content #genesis-responsive-slider .flex-direction-nav li a,
  .content #genesis-responsive-slider .flex-direction-nav li a.prev {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .site-container {
    max-width: 768px;
  }

  .content,
  .sidebar-primary,
  .sidebar-secondary,
  .site-header .widget-area,
  .title-area,
  .wrap {
    width: 100%;
  }

  .site-header .wrap {
    display: block !important;
  }

  .header-image .title-area,
  .header-image .site-title,
  .header-image .site-title a {
    float: none;
    margin: 0 auto;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-header .search-form,
  .site-header hgroup,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a,
  .site-header .genesis-nav-menu a {
    padding: 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .content #genesis-responsive-slider .slide-excerpt {
    display: none;
  }

  .comment-list li.depth-1,
  .ping-list li.depth-1 {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 800px) {
  .site-container {
    max-width: 630px;
  }

  .btn-wrapper a {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .btn-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .five-sixths,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .four-sixths,
  .home-middle .widget,
  .home-top .widget,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .executive-pro-portfolio .portfolio,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover {
    border: none;
    display: block;
    line-height: 1;
    padding: 16px;
    text-transform: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f140";
    float: right;
    font: normal 20px/1 "dashicons";
    height: 20px;
    padding: 12px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f142";
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: #f7f7f7;
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 20px;
    position: relative;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 12px 16px;
    position: relative;
    text-transform: none;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu a {
    background: #000000;
    color: #ffffff;
  }

  .genesis-nav-menu.responsive-menu .sub-menu a:hover,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover {
    background: #000000;
    color: #ffffff;
  }

  .home-middle,
  .home-top,
  .executive-pro-portfolio .portfolio {
    text-align: center;
  }

  .executive-pro-portfolio .portfolio {
    padding: 0 0 30px;
  }

  .home-cta .button.alignright {
    float: none;
    margin: 16px 0 0;
  }

  .footer-widgets-1 {
    margin: 0;
  }

  .nav-secondary .genesis-nav-menu > .first > a,
  .nav-secondary .genesis-nav-menu > .last > a,
  .nav-secondary .genesis-nav-menu a {
    font-size: 12px;
    padding: 12px;
  }
  
	.event-main-two-thirds {
		position: relative;
		transform: translate(0);
		right: auto;
		top: auto;
	}
	.event-main-wrap .button {
		float: none;
	}
}

@media only screen and (max-width: 500px) {
  .entry-title {
    font-size: 24px;
  }

  .content .entry-header .entry-meta .entry-comments-link {
    display: none;
  }

  .centerbtn {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 270px) {
  .header-image .site-title a {
    background-size: contain !important;
  }

  .site-title {
    font-size: 26px;
  }
}
/******* CCT Responsive Style changes Start***********/
@media only screen and (max-width: 1200px) {
  .full-width-section {
    margin-left: -40px;
  }
  .grey-bg {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .tableDiv,
  .message-box {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .rightside-top,
  .leftside-top {
    width: 100%;
  }
  .wrap-div {
    width: 183px;
  }
  #dash-board-section .db_box_wrap {
    margin-bottom: 20px;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .custom_fit .leftside-top-event {
    width: 100%;
  }
  .custom_fit .rightside-top-event {
    width: 100%;
  }
  .custom_fit .backButton {
    float: left;
    margin-bottom: 10px;
  }
  .wrap-div {
    width: 183px;
  }
  .commentDiv p {
    color: #666;
    font-size: 10px;
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
    margin-top: 10px;
    font-style: italic;
  }
  .input-sec {
    width: 100%;
  }

  #dash-board-section .square_box_info {
    padding-left: 0px;
    padding-bottom: 20px;
    margin-left: 5%;
    max-width: 60%;
  }
  #dash-board-section .db_box_wrap {
    margin-bottom: 20px;
    max-width: none;
  }
  #dash-board-section h4 {
    /*text-align:center;*/
    font-size: 20px;
  }
  .square_box {
    max-width: 35%;
  }
  .square_box-2 {
    max-width: 35%;
  }
  .square_box-action {
    max-width: 35%;
  }

  /* .break-class{ display:none;} */
  .pendingUser > p {
    font-size: 12px;
    line-height: 15px;
  }
  .poupContent {
    margin-top: 20px;
  }
  .profile-btns a {
    display: inline-block;
    margin-bottom: 7px;
  }
  .gallary-block {
    max-width: 100%;
  }

  .filterdocbtn {
    padding: 10px 16px;
    position: initial;
    margin-top: 18px;
    display: inline-block;
  }
  .document-delete-btn {
    float: right;
    font-size: 12px;
    position: initial;
    margin-top: 0px;
    display: block;
  }
  .event-document .one-sixth,
  .event-report .one-sixth {
    width: 40% !important;
  }
}
@media only screen and (max-width: 640px) {
  .customForm .medium_select {
    width: 100%;
  }
  .v-center-text {
    margin-top: 0;
  }
  .small-section.first {
    width: 100%;
    margin-right: 0%;
  }
  .small-section {
    width: 100%;
  }
  .customForm input[type="text"] {
    padding: 5px 4px;
    width: 100%;
    line-height: 2;
  }
}
@media only screen and (max-width: 480px) {
  .rightside-top-event,
  .leftside-top-event {
    width: 100%;
  }
  .btnContainer a {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .poupContent {
    width: 80%;
  }
  .gallary-block {
    max-height: 98px;
  }
}
@media only screen and (max-width: 320px) {
  .btnContainer a {
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
  }
  #dash-board-section .square_box_info {
    margin-left: 3%;
  }
}

/******* CCT Responsive Style changes end ***********/
.bootstrap-datetimepicker-widget ul > li {
  list-style: none;
  margin: 0;
}
/* roster generator css */
.table-shift .table-responsive {
  overflow: auto;
}

.table-shift table td {
  white-space: nowrap;
}

@media (max-width: 1440px) {
  .table-shift .signature-width {
    width: 55% !important;
  }
}
@media (max-width: 1000px) {
  .table-shift .padding-td {
    padding: 30px !important;
  }
  .table-shift .main-heading {
    font-size: 22px !important;
  }
  .table-shift .sub-heading {
    font-size: 16px !important;
  }
  .table-shift .signature-width {
    width: 150px !important;
  }
}
.table-shift table th,
.table-shift table tbody,
.table-shift table td {
  border: none;
}

.table-shift table .sub-heading {
  font-size: 14px !important;
  line-height: 1;
}
.table-shift table {
  margin-bottom: 0px;
}

.table-shift table th {
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

/*25-01-2023*/
.top-event-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.top-event-btns a.backButton {
  padding: 7px 10px;
  margin: 5px 3px;
  font-size: 12px;
}
.top-event-btns a.backButton:first-of-type {
  margin-left: 0;
}
.top-event-btns a.backButton:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .top-event-btns {
    justify-content: flex-start;
  }
}
