/*
Theme Name: Twenty Nineteen Child
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 2019 Child Theme
Requires at least: WordPress 4.9.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Template: twentynineteen


*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*BASE FONT SIZES FOR rem*/
html{
    font-size:25.5px;
}
@media (max-width: 1024px){
    html{
        font-size:20px;
    }
}
@media (max-width: 767px){
    html{
        font-size:16px;
    }
}
body{
    overflow-x: hidden;
}


.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
/* Flexbox */
/*
Needed Styles From Bootstrap
-----------------------------------------------------------------------------*/

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.create-block-format-context {
  display: inline-block;
  clear: both;
  zoom: 1;
  margin-bottom: 40px;
  width: 100%;
}
.create-block-format-context:before,
.create-block-format-context:after {
  content: " ";
  display: table;
}
.create-block-format-context:after {
  clear: both;
}

.icomoon-up:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html {
  overflow-y: scroll;
}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="image"] {
  padding: 0;
  border: none;
}
html {
  overflow-x: hidden;
}
html.no-overflow-y {
  overflow-y: hidden;
}
#wrapper {
  overflow: visible;
}
.body_blank {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: hidden;
}
body.body_blank.admin-bar {
  top: 31px;
}
body.body_blank.admin-bar #wrapper #slidingbar-area {
  top: 0;
}
.wrapper_blank {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 100%;
}
.wrapper_blank .page-title-bar {
  margin-bottom: 25px;
}
.wrapper_blank #main {
  background: transparent;
  padding: 0;
}
.error404 .search-page-search-form {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
object {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #a0ce4e;
  text-decoration: none;
}
input,
textarea,
select {
  vertical-align: middle;
  color: #000;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
.clearfix:after,
#content:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
.wp-caption {
  max-width: 100%;
}
#wrapper .tp-bullets {
  -webkit-transform: translateZ(0);
  -transform: translateZ(0);
}
.search-table {
  display: table;
  width: 100%;
}
.header-v4 .search-table {
  display: table;
  width: 286px;
}
#fallback-slide {
  display: none;
}
#fallback-slide img {
  width: 100%;
}
.gallery-box {
  background: #3d3c3c;
  padding: 0 10px;
}
.gallery-box img {
  width: 100%;
}
.gallery {
  margin: 0 auto;
  max-width: 1400px;
}
#main {
  /*padding: 55px 10px 45px;*/
  background: #fff;
  clear: both;
}
.col .heading {
  overflow: hidden;
  margin: 0 0 15px;
}
.col .heading img {
  float: left;
  margin: 0 10px 0 0;
}
.col p {
  margin: 0 0 23px;
}
h2 {
  color: #333;
  margin: 0 0 20px;
}
h2.entry-title {
  margin-top: 0;
  margin-bottom: 28px;
}
.avada-myaccount-data h2 {
  margin-top: 0px;
}
#main .columns h2 {
  margin: 0;
  line-height: 35px;
}

.container {
  overflow: hidden;
}
#main .container h2 {
  margin: 0;
}
.container .columns .col {
  width: 31.42857%;
  padding: 0 2.85714% 0 0;
}
.container .col img {
  width: 100%;
}
.container .columns .col.last {
  margin-right: 0;
}
.container .holder {
  overflow: hidden;
}
.container h3 a.active {
  text-decoration: none;
  color: #a0ce4e;
}
.slider {
  overflow: hidden;
}
.review {
  width: 100%;
}
.meta {
  list-style: none;
  margin: 0 0 13px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
.meta li {
  float: left;
  padding: 0 8px 0 9px;
  border-left: 1px solid #333333;
}
.meta li:first-child {
  padding-left: 0;
  border-left: 0;
}

#content {
  width:100%;
  min-height: 1px;
}
#content.full-width {
  width: 100%;
}
#posts-container {
  position: relative;
}
.single .fusion-sharing-box {
  margin-bottom: 0;
  margin-top: 60px;
}
.post {
  margin-bottom: 65px;
}
.post .image {
  margin-bottom: 40px;
}
#main .post h2 {
  color: #333333;
  padding-bottom: 0;
}
#main .post h2 a {
  color: #333333;
}
.single .post .meta-info,
.avada_faq .meta-info {
  margin-bottom: 55px;
}
.search input,
.searchform input {
  border: 1px solid #e7e6e6;
  padding: 8px 15px;
  font-size: 16px;
  color: #333333;
  display: block;
}
.sidebar {
  width: 23.4042553%;
  float: right;
}
.sidebar .widget {
  margin-bottom: 45px;
  position: relative;
}
.sidebar .widget.flickr {
  overflow: hidden;
}
.sidebar .widget h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-bottom: 18px;
  color: #333333;
}
.sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget li {
  margin: 0;
  padding: 0;
  display: block;
}

.recent-works-items {
  overflow: hidden;
}
.recent-works-items a {
  display: inline-block;
  padding: 3px 1.5px;
}
.img-list {
  overflow: hidden;
}
.img-list li {
  padding: 5px;
  background: none;
  float: left;
}
.img-list a {
  background: none;
  height: auto;
  width: auto;
  text-indent: 0;
  border: 0px;
}
.share-box h4 {
  font-size: 16px;
  line-height: 20px;
}
.about-author {
  margin-top: 55px;
  overflow: hidden;
  clear: both;
}
.about-author .title a {
  color: #a0ce4e;
}
.about-author div.avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.related-posts {
  margin-top: 55px;
}
.single-related-posts {
  clear: both;
}
.related-posts .image {
  width: 180px;
  height: 138px;
  margin-bottom: 0;
}
.single .comments-container {
  margin-top: 55px;
  clear: both;
}
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 65px;
}
.commentlist .children {
  list-style: none outside none;
}
.commentlist li {
  margin: 0;
  padding: 0;
}
.commentlist .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.commentlist .the-comment .comment-text {
  margin-left: 69px;
}
.commentlist .the-comment .comment-text *:last-child {
  margin-bottom: 0;
}
.commentlist div.avatar {
  float: left;
  margin-right: 15px;
}
.commentlist .comment-author strong {
  padding-right: 5px;
}
#respond {
  margin-top: 40px;
}

.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
  border-color: #E9EAEE;
}
table.ui-datepicker td a,
.ui-datepicker-header select {
  background-color: #E9EAEE;
}
.ui-datepicker-header select {
  border: 1px solid #D2D2D2;
}
#comment-input input:last-child {
  margin-right: 0;
}
#comment-recaptcha {
  margin-top: 13px;
}
select,
.input-text,
input,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
#tribe-bar-form input[type=text],
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
  border: 1px solid #d2d2d2;
  font-size: 16px;
  color: #000000;
  padding: 8px 15px;
  width: 100%;
  box-sizing: border-box;
  background-color:#ffffff;
}
input[type="checkbox"]{
    width:auto !important;
}
.select2-container .select2-choice,
.select2-results .select2-result-label {
  padding-left: 15px;
  padding-right: 15px;
}
#tribe-bar-form input[type=text]::-webkit-input-placeholder {
  font-style: normal;
}
#tribe-bar-form input[type=text]:-moz-placeholder {
  font-style: normal;
}
#tribe-bar-form input[type=text]::-moz-placeholder {
  font-style: normal;
}
#tribe-bar-form input[type=text]:-ms-input-placeholder {
  font-style: normal;
}
.input-radio,
#shipping_method input[type=radio] {
  background: none;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  /* not currently supported */
  -o-appearance: checkbox;
  /* not currently supported */
}
.single-navigation {
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
}
.single-navigation a[rel=next] {
  margin-left: 15px;
  margin-right: 10px;
}
.single-navigation a {
  display: inline-block;
  position: relative;
}
.single-navigation a[rel=prev]:before,
.pagination-prev:before,
.woocommerce-pagination .prev:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  padding-right: 5px;
  font-family: 'icomoon';
  content: '\f104';
  color: #333333;
  margin-left: -10px;
}
.single-navigation a[rel=next]:after,
.pagination-next:after,
.woocommerce-pagination .next:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
  font-family: 'icomoon';
  content: '\f105';
  color: #333333;
  padding-left: 5px;
}
.single-navigation a[rel=next]:after {
  right: auto;
}
.portfolio-full .flexslider {
  margin-bottom: 70px;
}
.project-content h3 {
  font-size: 16px;
  line-height: 17px;
  color: #333333;
  margin: 0;
  margin-bottom: 28px;
}
.project-content .project-description {
  float: left;
  width: 74.4681%;
}
.project-content .project-description p {
  margin-top: 0;
}
.project-content .project-info {
  float: right;
  width: 23.4043%;
}
.project-content .project-info .project-info-box {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.project-content .project-info .project-info-box a {
  color: #747474;
}
.project-content .project-info .project-info-box a:hover {
  color: #a0ce4e;
}
.project-content .project-info h4 {
  color: #333333;
  margin: 0;
  float: left;
  width: 110px;
}
.with-sidebar .project-content .project-info .project-info-box h4 {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.portfolio-full.with-sidebar .project-info {
  float: left;
}
.portfolio-full.with-sidebar .project-description {
  float: right;
  width: 72.5%;
}
.project-content .project-info .project-terms {
  float: left;
}
.portfolio-half .flexslider:not(.tfs-slider) {
  width: 65.9574%;
  float: left;
}
.portfolio-half .project-content {
  width: 31.9149%;
  float: right;
}
.portfolio-half .project-description {
  width: 100%;
  margin-bottom: 50px;
}
.portfolio-half .project-description .flexslider:not(.tfs-slider) {
  width: auto;
}
.portfolio-half .project-info {
  width: 100%;
}
.portfolio-sep {
  clear: both;
  display: block;
}
.portfolio-half .portfolio-sep {
  margin-bottom: 50px;
}
.project-info-box span {
  float: left;
}
.side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ededed;
  margin-bottom: 20px;
}
.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav li {
  margin: 0;
  padding: 0;
}
.side-nav li a {
  border-bottom: 1px solid #ededed;
  display: block;
  height: auto;
  font-weight: normal;
  font-size: 16px;
  line-height: 39px;
  color: #333333;
}
.side-nav li a {
  line-height: 1.69em;
  padding: 8px 0;
}
.side-nav li a:hover {
  background: none;
}
.side-nav li.current_page_item > a {
  background: none;
  color: #a0ce4e;
}
.side-nav li.current_page_item li a {
  color: #333333;
  border-bottom: 1px solid #ededed;
}
.side-nav .children {
  display: none;
  margin-left: 15px;
}
.side-nav .arrow {
  display: inline;
  margin-left: 0;
}
.side-nav .arrow:after {
  position: absolute;
  font-size: 16px;
  font-family: 'icomoon';
}
.side-nav-left .side-nav {
  border-right: 1px solid #ededed;
}
.side-nav-left .side-nav li.current_page_item > a {
  border-right: 3px solid #a0ce4e;
}
.side-nav-left .side-nav .arrow {
  margin-left: 10px;
}
.side-nav-left .side-nav .arrow:after {
  content: '\f105';
}
.side-nav-right .side-nav {
  border-left: 1px solid #ededed;
}
.side-nav-right .side-nav li.current_page_item > a {
  padding-left: 23px;
  border-left: 3px solid #a0ce4e;
}
.side-nav-right .side-nav li a {
  padding-left: 25px;
}
.side-nav-right .side-nav .arrow {
  margin-right: 10px;
}
.side-nav-right .side-nav .arrow:after {
  content: '\f104';
}
.side-nav-right .side-nav .children {
  margin-left: 40px;
}
.side-nav-right .side-nav .children a {
  padding-left: 0;
}
h5.toggle {
  overflow: hidden;
  margin: 0;
}
h5.toggle a {
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  color: #333333;
  border-bottom: 1px solid #e8e6e6;
  overflow: hidden;
  margin: 0;
  padding: 10px 0px;
  float: left;
  width: 100%;
}
h5.toggle.active a {
  border-bottom: 0;
}
h5.toggle span.arrow {
  background-color: #333333;
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 18px;
}
h5.toggle.active span.arrow {
  background-color: #a0ce4e;
}
h5.toggle span.toggle-title {
  float: left;
  width: 90%;
}
.toggle-content {
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
}
h5.toggle.active + .toggle-content {
  border-bottom: 1px solid #E8E6E6;
}
/* Shortcodes */
.clearboth {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
.shortcode-tabs {
  margin-bottom: 50px;
}
.shortcode-tabs .tab-hold .tabs li {
  border-right: 0;
  box-sizing: border-box;
}
.shortcode-tabs .tab-hold .tabs li a {
  display: block;
  width: 100%;
  padding: 0;
  text-indent: 15px;
}
.shortcode-tabs .tab-hold .tabs li.active a {
  background: none;
}
.shortcode-tabs .tab_content {
  padding: 15px;
  overflow: hidden;
}
.shortcode-tabs .tab_content *:last-child {
  margin-bottom: 0;
}

/**
 * Tooltip / Popup
 */
.popup {
  display: none;
  position: absolute;
  padding: 0 0 6px;
  color: #d1d1d2;
  font-size: 11px;
  line-height: 15px;
  bottom: 110%;
  left: -17px;
}
.popup p {
  margin: 0;
}
.popup .holder {
  padding: 4px 11px;
  background: #46494a;
}
.popup span {
  display: inline-block;
}
/**
 * Tagline Shortcode
 */
.reading-box-container {
  margin: 0 0 84px;
}
.reading-box {
  padding: 28px 28px 27px 31px;
  border-left: 3px solid #a0ce4e;
  background: #f2efef;
}
#main .reading-box h2 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 20px;
}
.continue {
  float: right;
}
.avada-google-map {
  height: 416px;
  margin-bottom: 50px;
  overflow: hidden;
}
#gmap img,
.shortcode-map img {
  max-width: none;
}
body #wrapper .gomapMarker {
  color: #333;
}
/* Extra excerpt classes to emulate shortcode stripping for html only shortcodes */
#wrapper .strip-html .fusion-dropcap {
  top: 0;
  float: none;
  margin: 0;
  padding: 0;
  background-color: inherit !important;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  color: inherit !important;
  font-size: inherit;
}
#wrapper .strip-html .fusion-highlight {
  background-color: inherit !important;
  color: inherit !important;
}
#wrapper .strip-html .fusion-tooltip {
  color: inherit;
  border-bottom: 1px dotted;
}
/* Fade Images */
.recent-works-items img,
.flickr_badge_image img,
.pyre_tabs img {
  transition: all .2s;
}
.recent-works-items img:hover,
.flickr_badge_image img:hover,
.pyre_tabs img:hover {
  opacity: 0.5;
}
.error-page .useful-links {
  width: 30.66%;
  padding-left: 5%;
}
.error-page .oops {
  font-size: 117px;
  margin: 0 0 20px 0;
  line-height: 117px;
  font-weight: bolder;
  color: #F0F0F0;
}
.has-sidebar .error-page .oops {
  font-size: 90px;
  line-height: 90px;
}
.fontawesome-icon {
  display: inline-block;
  float: left;
}
.aligncenter .fontawesome-icon,
.fusion-alignleft .fontawesome-icon,
.fusion-alignright .fontawesome-icon {
  float: none;
}
.fontawesome-icon {
  margin-right: 10px;
}
.fontawesome-icon.circle-yes {
  border-radius: 75px;
  border-width: 1px;
  border-style: solid;
  background-color: #333333;
  color: #fff;
  text-align: center;
  margin-top: 2px;
}
.fontawesome-icon.large {
  font-size: 40px;
}
.fontawesome-icon.large.circle-yes {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.fontawesome-icon.medium {
  font-size: 18px;
}
.fontawesome-icon.medium.circle-yes {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.fontawesome-icon.small {
  font-size: 10px;
}
.fontawesome-icon.small.circle-yes {
  width: 18px;
  height: 18px;
  line-height: 19px;
}
.fontawesome-icon.circle-no.large {
  margin-top: 2px;
}
.fontawesome-icon.circle-no.medium {
  margin-top: 3px;
}
.fontawesome-icon.circle-no.small {
  margin-top: 5px;
}
.icon-heading .fontawesome-icon {
  margin-top: -6px;
}
.content-boxes .heading .fontawesome-icon {
  float: left;
}
.content-boxes .heading-and-icon h2 {
  padding-left: 45px;
}
.main-flex {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fusion-content-widget-area .widget_recent_entries ul {
  padding: 0;
}
.woocommerce-tabs .tabs a:hover .arrow:after,
.woocommerce-tabs .tabs li.active a .arrow:after,
.widget_layered_nav li a:before,
.widget_product_categories li a:before {
  position: absolute;
  font-size: 16px;
  font-family: 'icomoon';
  content: '\f105';
  margin-left: -12px;
}
.fusion-widget-area .widget_nav_menu li a:before,
.fusion-widget-area .widget_categories li a:before,
.fusion-widget-area .widget_meta li a:before,
.fusion-widget-area .widget .recentcomments:before,
.fusion-widget-area .widget_recent_entries li a:before,
.fusion-widget-area .widget_archive li a:before,
.fusion-widget-area .widget_pages li a:before,
.fusion-widget-area .widget_links li a:before {
  position: absolute;
  font-size: 16px;
  font-family: 'icomoon';
  content: '\f105';
  margin-left: -12px;
}
.fusion-widget-area .widget_nav_menu li,
.fusion-widget-area .widget_categories li,
.fusion-widget-area .widget_product_categories li,
.fusion-widget-area .widget_meta li,
.fusion-widget-area .widget .recentcomments,
.fusion-widget-area .widget_recent_entries li,
.fusion-widget-area .widget_archive li,
.fusion-widget-area .widget_pages li,
.fusion-widget-area .widget_links li,
.fusion-widget-area .widget_layered_nav li,
.fusion-widget-area .widget_product_categories li {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  color: #333;
}
.fusion-widget-area .widget_categories li {
  position: relative;
}
.fusion-widget-area .widget_categories li span {
  position: absolute;
}
.fusion-widget-area .widget_categories .children {
  margin-left: 5px;
}
.fusion-widget-area .widget_categories li .children li:last-child,
.fusion-widget-area .widget_product_categories li .children li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.shortcode-tabs .tab_content ul.arrow {
  float: none;
}
.fusion-widget-area ul.arrow {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fusion-widget-area ul.arrow li:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #a0ce4e;
  height: 18px;
  border-radius: 75px;
  width: 18px;
  content: ' ';
  float: left;
  margin-right: 10px;
  margin-left: 0px;
}
.fusion-widget-area ul.arrow li {
  line-height: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 0px;
}
.fusion-widget-area .sub-menu,
.fusion-widget-area .children,
.fusion-widget-area .sub-menu,
.fusion-widget-area .children,
#slidingbar-area .sub-menu,
#slidingbar-area .children {
  margin-left: 15px;
}
#slidingbar-area .fusion-columns {
  margin: 0 -15px;
}
.widget_categories li {
  background: none;
  padding: 0;
  border-bottom: 0;
}
.fusion-footer-widget-area .widget > ul > li:first-child,
#slidingbar-area .widget > ul > li:first-child {
  padding-top: 0px;
}
.fusion-footer-widget-area .widget_categories .children,
#slidingbar-area .widget_categories .children {
  margin-left: 5px;
}
.widget_wooslider_slideshow_slides li a {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.fusion-content-widget-area .flickr_badge_image {
  float: left;
  padding: 3px;
}
.fusion-content-widget-area .flickr_badge_image a {
  display: block;
}
.fusion-content-widget-area .flickr_badge_image img {
  width: 66px;
  height: 66px;
}
.fusion-footer-widget-area .flickr_badge_image img,
#slidingbar-area .flickr_badge_image img {
  width: 66px;
  height: 66px;
  float: left;
  padding: 3px;
}
.fusion-footer-widget-area .fusion-columns-4 .flickr_badge_image img,
.fusion-footer-widget-area .fusion-columns-5 .flickr_badge_image img,
.fusion-footer-widget-area .fusion-columns-6 .flickr_badge_image img,
#slidingbar-area .fusion-columns-4 .flickr_badge_image img,
#slidingbar-area .fusion-columns-5 .flickr_badge_image img,
#slidingbar-area .fusion-columns-6 .flickr_badge_image img {
  width: 60px;
  height: 60px;
}
.fusion-footer-widget-area .social-networks,
#slidingbar-area .social-networks {
  float: left;
}
.fusion-footer-widget-area .social-networks li,
#slidingbar-area .social-networks li {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  padding: 0;
}
.fusion-footer-widget-area .social-networks li,
.fusion-footer-widget-area .social-networks a,
#slidingbar-area .social-networks li,
#slidingbar-area .social-networks a {
  background-image: none;
}
.fusion-footer-widget-area .social-networks li:first-child,
#slidingbar-area .social-networks li:first-child {
  padding: 0;
}
.fusion-footer-widget-area .flexslider .slides > li,
#slidingbar-area .flexslider .slides > li {
  padding-top: 0;
  padding-bottom: 0;
}
.chat-icon {
  display: inline-block;
  width: 26px;
  height: 19px;
  margin-top: 9px;
}
.blog-shortcode h3.timeline-title {
  color: #747474;
  font-size: 16px;
}
/* New Shortcode CSS */
.reading-box-container {
  position: relative;
  z-index: 1;
}
.reading-box {
  position: relative;
}
.tagline-shadow:before,
.tagline-shadow:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  position: absolute;
  content: '';
  z-index: -1;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.tagline-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.tooltip-shortcode {
  position: relative;
  display: inline;
  cursor: pointer;
  color: #747474;
}
ul.list-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
ul.list-icon li:before {
  display: inline-block;
  height: 18px;
  width: 18px;
  content: ' ';
  float: left;
  margin-right: 0;
  margin-left: -25px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
ul.list-icon-arrow li:before {
  content: '\f105';
}
ul.circle-yes li:before {
  border-radius: 75px;
  text-align: center;
  font-size: 9px;
}
ul.list-icon-color-light li:before {
  color: #fff;
}
ul.list-icon li {
  line-height: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 25px;
}
.fusion-content-widget-area ul.list-icon {
  margin-left: 25px;
}
.fusion-content-widget-area ul.list-icon a,
.fusion-footer-widget-area ul.list-icon a,
#slidingbar-area ul.list-icon a {
  border: medium none;
  padding: 0;
}
.content-boxes-icon-on-top .col {
  text-align: center;
}
.content-boxes-icon-on-top .col .more a {
  float: none;
}
.content-boxes-icon-on-top .col .heading-and-icon .fontawesome-icon {
  float: none;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  margin: 0;
  display: inline-block;
}
.content-boxes-icon-on-top .col .heading-and-icon img {
  float: none;
  margin-right: 0;
}
.content-boxes-icon-on-top .col .heading-and-icon h2 {
  padding-left: 0;
}
.content-boxes-icon-on-side .col-content-container {
  padding-left: 45px;
}
.content-boxes-icon-boxed {
  overflow: visible;
}
.content-boxes-icon-boxed .col {
  overflow: visible !important;
  text-align: center;
  padding: 2%;
  padding-top: 50px;
}
.content-boxes-icon-boxed .col .more a {
  float: none;
}
.content-boxes-icon-boxed .col .heading-and-icon {
  overflow: visible;
  position: relative;
}
.content-boxes-icon-boxed .col .heading-and-icon .fontawesome-icon,
.content-boxes-icon-boxed .col .heading-and-icon img {
  float: none;
  position: absolute;
  top: -80px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  margin: 0;
  margin-left: -32px;
  left: 50%;
}
.content-boxes-icon-boxed .col .heading-and-icon img {
  float: none;
}
.content-boxes-icon-boxed .col .heading-and-icon h2 {
  padding-left: 0;
}
.content-boxes-icon-boxed.columns-5 .col {
  width: 12.8%;
}
.content-boxes-icon-boxed.columns-4 .col {
  width: 18%;
}
.content-boxes-icon-boxed.columns-3 .col {
  width: 26.65%;
}
.content-boxes-icon-boxed.columns-2 .col {
  width: 44%;
}
.content-boxes-icon-boxed.columns-1 .col {
  width: 96%;
}
.fusion-post-content .wooslider .overlay-natural.layout-text-bottom .slide-excerpt {
  bottom: 15%;
}
.fusion-post-content .wooslider .overlay-natural.layout-text-top .slide-excerpt {
  top: 15%;
}
.fusion-post-content .wooslider .slide-excerpt .slide-title,
.fusion-post-content .wooslider .slide-excerpt .slide-title a {
  color: #fff;
}
.fusion-post-content .wooslider .overlay-full .slide-excerpt {
  padding: 50px;
  opacity: 0.7;
}
.fusion-post-content .wooslider .wooslider-control-thumbs {
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-top: 33px;
  text-align: center;
}
.fusion-post-content .wooslider .wooslider-control-thumbs li {
  float: none;
  width: 56px;
}
.fusion-post-content .wooslider .wooslider-prev,
.fusion-post-content .wooslider .wooslider-next {
  top: 50%;
  margin-top: -29px;
}
.fusion-post-content .wooslider-type-attachments .wooslider-prev,
.fusion-post-content .wooslider-type-attachments .wooslider-next {
  top: 50%;
  margin-top: -59px;
}
.fusion-post-content .wooslider .overlay-none .slide-excerpt {
  margin-top: 10px;
}
.fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title,
.fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title a {
  color: #333;
}
.tabs-vertical {
  border: 0px;
}
.tabs-vertical .tabset {
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  width: 15.7446808511%;
  float: left;
  height: auto;
  position: relative;
  left: 1px;
  z-index: 10;
}
.tabs-vertical .tab-hold .tabset li {
  float: none;
  width: auto;
  height: auto;
  border: 0;
  background: none;
}
.tabs-vertical .tab-hold .tabset li a,
.tabs-vertical .tab-hold .tabset li:last-child a {
  border-bottom: 0;
}
.tabs-vertical .tab-hold .tabset li a {
  width: auto;
  text-indent: 0;
  border-bottom: 1px solid #d3d3d3;
  height: auto;
  line-height: normal;
  padding: 10px;
}
.tabs-vertical .tab-hold .tabset li.active a {
  background: #fff;
  border-width: 0px;
  border-style: solid;
  border-left-width: 3px;
  height: auto;
  line-height: normal;
}
.tabs-vertical .tabs-container {
  width: 83.9361702128%;
  float: left;
}
.tabs-vertical .tabs-container .tab_content {
  border: 1px solid #d3d3d3;
  padding: 30px;
}
body .portfolio-grid {
  margin-bottom: 80px;
}
.portfolio-grid .portfolio-tabs {
  margin-top: 0;
}
.portfolio-grid.portfolio-one .portfolio-item:last-child {
  margin-bottom: 0px;
}
.portfolio-grid.portfolio-one .image {
  width: 100%;
  float: none;
}
/* Avada 3.0 Images */
.error-message {
  color: #F0F0F0;
  font-size: 170px;
  line-height: 1;
  font-weight: bold;
}
/* WP 3.6 media player responsive */
.mejs-container.mejs-video {
  width: 100%;
  height: auto;
}
.mejs-overlay,
.mejs-poster {
  width: 100%;
  height: 100%;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: transparent;
}
.fusion-content-widget-area .products a,
.fusion-footer-widget-area .products a,
#slidingbar-area .products a {
  padding: 0;
  border: 0;
  background: none;
}
.fusion-content-widget-area .products .product-title,
.fusion-footer-widget-area .products .product-title,
#slidingbar-area .products .product-title {
  margin: 0;
  margin-bottom: 10px;
}
.fusion-footer-widget-area .product_list_widget li,
#slidingbar-area .product_list_widget li {
  border: 0;
  border-bottom: 1px solid #282a2b;
}
.fusion-footer-widget-area .product_list_widget li a,
#slidingbar-area .product_list_widget li a {
  border: none;
}
.fusion-footer-widget-area .widget_shopping_cart_content .total,
#slidingbar-area .widget_shopping_cart_content .total {
  margin: 10px 0px;
}
.fusion-footer-widget-area .widget_shopping_cart_content .buttons,
#slidingbar-area .widget_shopping_cart_content .buttons {
  background: #282a2b;
}
.fusion-footer-widget-area .products-slider a,
.fusion-footer-widget-area .simple-products-slider a,
#slidingbar-area .products-slider a,
#slidingbar-area .simple-products-slider a,
.fusion-content-widget-area .products-slider a,
.fusion-content-widget-area .simple-products-slider a {
  border: 0;
  background: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
  width: auto;
}
.fusion-footer-widget-area .products-slider li .image,
#slidingbar-area .products-slider li .image {
  width: auto;
  height: auto;
}
.fusion-footer-widget-area .simple-products-slider .es-carousel,
#slidingbar-area .simple-products-slider .es-carousel {
  padding-left: 38px;
}
.fusion-footer-widget-area .simple-products-slider .es-carousel li,
.fusion-footer-widget-area .simple-products-slider .es-carousel li .image,
#slidingbar-area .simple-products-slider .es-carousel li,
#slidingbar-area .simple-products-slider .es-carousel li .image {
  width: 149px;
  height: auto;
}
.fusion-footer-widget-area .image-extras-content h3,
#slidingbar-area .image-extras-content h3,
.fusion-content-widget-area .image-extras-content h3 {
  margin-bottom: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.fusion-footer-widget-area .product-category mark,
#slidingbar-area .product-category mark,
.fusion-content-widget-area .product-category mark {
  background-color: transparent;
  color: inherit;
}
.fusion-footer-widget-area .product-category h3,
#slidingbar-area .product-category h3,
.fusion-content-widget-area .product-category h3 {
  margin-bottom: 0;
}
/* to top */
#toTop {
  background-color: #333333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #FFFFFF;
  display: none;
  height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: 0.9;
  z-index: 10000;
  transition: all 0.2s ease-in-out 0s;
}
.no-totop #toTop {
  display: none !important;
}
#toTop:before {
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: 'icomoon';
  font-size: 22px;
}
#toTop:hover {
  background-color: #A0CE4E;
}
#toTopHover {
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
}
#toTop:active,
#toTop:focus {
  outline: none;
  background-color: #333333;
}
.fullwidthbanner-container {
  overflow: visible;
}
.tfs-slider .flex-caption {
  width: 97%;
}
.tfs-slider .flex-control-nav {
  bottom: 20px !important;
}
.tfs-slider .buttons a {
  margin: 0;
  display: inline-block;
}
/* Revslider Fix */
.tp-simpleresponsive .slotholder,
.tp-simpleresponsive .slotholder img {
  -webkit-backface-visibility: visible;
  -webkit-transform: none;
}
body .fusion-content-widget-area .button {
  margin-left: 15px;
}
#learndash_lessons .learndash_topic_dots {
  float: none;
}
.video-background {
  position: relative;
  overflow: hidden;
}
.video-bg {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-bg iframe,
.video-bg object,
.video-bg embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-content {
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%;
}
.bbp-arrow {
  margin-top: -1px;
}
#sliders-container {
  position: relative;
}
#sliders-container .rev_slider_wrapper {
  -webkit-transform: translateZ(0);
}
.fusion-animated {
  position: relative;
  z-index: 2000;
}
.fusion-social-links-header .fusion-social-networks.boxed-icons a.fusion-social-network-icon.fusion-custom.fusion-icon-custom,
.fusion-social-links-footer .fusion-social-networks.boxed-icons a.fusion-social-network-icon.fusion-custom.fusion-icon-custom {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.fusion-social-links-header .fusion-social-networks.boxed-icons a.fusion-social-network-icon.fusion-custom.fusion-icon-custom img,
.fusion-social-links-footer .fusion-social-networks.boxed-icons a.fusion-social-network-icon.fusion-custom.fusion-icon-custom img {
  position: relative;
}
/* Classes needed by Theme Check */
.wp-caption-text {
  font-weight: normal;
}
.gallery-caption {
  font-weight: normal;
}
.bypostauthor {
  font-weight: normal;
}
/* Elastic Slider */
.ei-slider {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.ei-slider-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  line-height: 400px;
}
.ei-slider-large {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ei-slider-large li {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ei-slider-large li img {
  width: auto;
  max-width: none;
}
.ei-title {
  position: absolute;
  right: 50%;
  margin-right: 13%;
  top: 30%;
}
.ei-title h2,
.ei-title h3 {
  text-align: right;
  margin: 0;
  font-weight: normal;
}
.ei-slider-thumbs {
  height: 13px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  bottom: 13px;
  z-index: 10;
}
.ei-slider-thumbs li {
  position: relative;
  float: left;
  height: 100%;
}
.ei-slider-thumbs li.ei-slider-element {
  top: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
  z-index: 10;
  text-indent: -9000px;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}
.ei-slider-thumbs li a {
  display: block;
  text-indent: -9000px;
  background: #666 ;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 2px 0px #ffffff;
  transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover {
  background-color: #f0f0f0;
}
.ei-slider-thumbs li img {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  z-index: 999;
  max-width: 100%;
  transition: all 0.4s ease;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img {
  opacity: 1;
  bottom: 13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ei-slider ul {
  list-style: none;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.flexslider .slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides {
  overflow: hidden;
}
.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flexslider .slides .video-shortcode {
  margin-bottom: 0;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.flexslider .slides,
.flex-control-nav,
.flex-direction-nav {
  z-index: 2;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/*.no-js .flexslider .slides > li:first-child {display: block;}*/
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background-color: transparent;
  position: relative;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  font-family: 'icomoon';
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .3s ease;
  z-index: 100;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: none;
  color: #fff;
}
.flex-direction-nav a:hover {
  color: #fff;
}
.sidebar .widget .flex-direction-nav a,
.sidebar .widget .flex-direction-nav a:hover {
  color: #fff;
}
.no-opacity .flex-direction-nav a {
  display: none;
}
.no-opacity .flexslider:hover .flex-direction-nav a {
  display: block;
}
.flex-direction-nav .flex-next {
  right: 0;
  text-indent: 2px;
}
.flex-direction-nav .flex-prev {
  left: 0;
  text-indent: -2px;
}
.no-rgba .flex-direction-nav .flex-next,
.no-rgba .flex-direction-nav .flex-prev {
  background-color: #000;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 0px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 0px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled,
.main-flex:hover .flex-direction-nav .flex-disabled {
  opacity: 0;
  cursor: default;
  display: none;
  visibility: hidden;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
#wrapper .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
#wrapper .flex-control-paging li a {
  display: block;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 96%;
  padding: 2%;
  color: #fff;
  left: 0;
  bottom: 0;
  margin: 0;
}
.no-rgba .flex-caption {
  background-color: #000;
}
.main-flex {
  margin-bottom: 0;
}
.col .flexslider {
  margin: 0;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}
.isotope {
  transition-property: height, width;
}

/* =================================================================================================
Table of Contents
----------------------------------------------------------------------------------------------------
  01 Layout
  02 General Styles
  03 Author Page - Info
  04 FAQs Page
  05 Smooth Scroll
  06 Avada Adminbar Menu



/* General Styles
================================================================================================= */
iframe,
.fusion-video iframe {
  border: none;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  word-wrap: normal !important;
  border: 0 none;
}
mark {
  background: none;
  color: inherit;
}
/* Breadcrumbs */
.fusion-breadcrumb-prefix {
  padding-right: 5px;
}
.fusion-breadcrumb-sep {
  padding: 0 5px;
}
.fusion-breadcrumb-sep:last-child {
  display: none;
}
/* Search Form */
.searchform .search-field {
  display: table-cell;
  vertical-align: top;
}
.searchform .search-button {
  display: table-cell;
  width: 33px;
  vertical-align: top;
}
.searchform .search-table .search-field input {
  color: #AAA9A9;
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
  color: #747474;
  font-size: 16px;
  padding: 8px 15px;
  height: 33px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.searchform .search-table .search-button input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 1em;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
  text-indent: 0;
  cursor: pointer;
  font-family: 'icomoon';
  font-weight: normal;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
}
.searchform .search-table .search-button input[type="submit"]:hover {
  background: #A0CE4E;
}
.search-page-search-form-top {
  padding-bottom: 60px;
  border-bottom: 1px solid #E6E5E6;
  margin-bottom: 60px;
}
.search-page-search-form-bottom {
  padding-top: 60px;
  border-top: 1px solid #E6E5E6;
  margin-top: 60px;
}
.search-page-search-form .seach-form {
  text-align: right;
}
.search-page-search-form .seach-form .search-table .search-field input {
  text-indent: 0;
}
.no-csstransforms .fusion-image-wrapper:hover .fusion-rollover {
  display: block;
}

/* Tables */
.table-1,
.table-2,
.tkt-slctr-tbl-wrap-dv {
  display: block;
  overflow-x: auto;
}

.submit,
#submit {
  cursor: pointer;
}
/* WP Calendar Widget */
#slidingbar .widget_calendar table,
.sidebar .widget_calendar table,
.fusion-footer-widget-area .widget_calendar table {
  width: 100%;
}
/* Author Page - Info
================================================================================================= */
.fusion-author .fusion-edit-profile {
  font-size: 12px;
}
.fusion-author .fusion-social-networks {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  line-height: normal;
}
.fusion-author .fusion-social-networks .fusion-social-network-icon {
  margin-bottom: 0;
}
.fusion-author .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin-bottom: 2px;
}
.fusion-author-avatar {
  float: left;
  margin-right: 20px;
  max-width: 20%;
}
.fusion-author-info {
  overflow: hidden;
}
.fusion-author-title {
  margin-top: 0;
  color: #333333;
  font-weight: normal;
}
.fusion-author-social {
  display: table;
  margin: 20px 0 80px 0;
  padding: 5px 0;
  width: 100%;
  border-top: 1px solid #E0DEDE;
  border-bottom: 1px solid #E0DEDE;
}
.fusion-author-tagline {
  display: table-cell;
  vertical-align: middle;
  max-width: 70%;
  font-weight: bold;
}
/* FAQs Page
================================================================================================= */
.fusion-faqs-wrapper {
  display: none;
}
.fusion-faq-post {
  position: relative;
}
/* Avada Adminbar Menu
================================================================================================= */
#menu-appearance a[href="themes.php?page=optionsframework"] {
  display: none;
}
#wpadminbar .avada-menu > .ab-item .ab-icon:before {
  content: "\e62d";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* =================================================================================================
Table of Contents
----------------------------------------------------------------------------------------------------
	01 General Header Styles
	02 Side Header Styles
	03 Main Menu Styles
	04 Flyout Menu Styles
	05 Secondary Menu Styles
	06 Common Menu Styles
	07 Megamenu Styles
	08 Sticky Header Styles
	09 Mobile Menu Styles
================================================================================================= */
/* General Header Styles
================================================================================================= */

/* Side Header Styles
================================================================================================= */
body.side-header #wrapper .fusion-megamenu-wrapper {
  top: 0;
}
body.side-header #side-header .fusion-main-menu ul ul {
  right: auto;
}
body.side-header-left #wrapper {
  margin-left: 280px;
  width: auto;
}
body.side-header-left #side-header {
  left: 0;
}
body.side-header-left #side-header .side-header-border {
  border-right-width: 1px;
  border-right-style: solid;
}
body.side-header-left #side-header .fusion-main-menu > ul > li > ul,
body.side-header-left #side-header .fusion-main-menu .login-box,
body.side-header-left #side-header .fusion-main-menu .cart-contents,
body.side-header-left #side-header .fusion-main-menu .main-nav-search-form {
  left: 279px;
  top: 0;
}
body.side-header-left #side-header .fusion-main-menu .cart-contents {
  right: auto;
}
body.side-header-right #wrapper {
  margin-right: 280px;
  width: auto;
}
body.side-header-right #side-header {
  right: 0;
}
body.side-header-right #side-header .side-header-border {
  border-left-width: 1px;
  border-left-style: solid;
}
body.side-header-right #side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu {
  float: right;
}
body.side-header-right #side-header .fusion-main-menu .main-nav-search-form {
  left: -250px;
  top: 0;
}
body.side-header-right #side-header .cart-contents,
body.side-header-right #side-header .login-box {
  left: 0;
  right: auto;
}
body.side-header-right #side-header .fusion-main-menu .cart-contents {
  left: -182px;
}
body.side-header-right #side-header .fusion-main-menu .login-box {
  left: -187px;
}
body.side-header-right.rtl #side-header .cart-contents,
body.side-header-right.rtl #side-header .login-box {
  right: 0;
  left: auto;
}
#side-header {
  width: 280px;
  height: 100%;
  position: absolute;
  z-index: 3000;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
#side-header .side-header-background,
#side-header .side-header-border {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  width: 280px;
  pointer-events: none;
}
#side-header .side-header-border {
  z-index: 0;
}
#side-header .side-header-wrapper {
  padding-bottom: 20px;
  zoom: 1;
}
#side-header .side-header-wrapper:before,
#side-header .side-header-wrapper:after {
  content: " ";
  display: table;
}
#side-header .side-header-wrapper:after {
  clear: both;
}
#side-header .side-header-wrapper > .fusion-secondary-menu-search {
  display: none;
  clear: both;
}
#side-header .fusion-secondary-menu-search-inner {
  border-top: 1px solid;
  padding: 5px 30px;
}
#side-header .fusion-logo {
  float: none;
}
#side-header .fusion-logo-left .fusion-logo {
  float: none;
}
#side-header .fusion-logo-center .fusion-logo {
  float: none;
  text-align: center;
}
#side-header .fusion-logo-right .fusion-logo {
  float: none;
}
#side-header .fusion-sticky-logo-1x,
#side-header .fusion-sticky-logo-2x {
  display: none;
}
#side-header .fusion-main-menu {
  float: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 1;
  clear: both;
}
#side-header .fusion-main-menu ul ul {
  top: 0;
  border-top: 0;
}
#side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu-holder {
  border-top: 0;
}
#side-header .fusion-main-menu > ul > li {
  float: none;
  padding: 0;
}
#side-header .fusion-main-menu > ul > li > a {
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-right: 0;
  border-style: solid;
}
#side-header .fusion-main-menu > ul > li:first-child > a {
  border-top-width: 1px;
  border-style: solid;
}
#side-header .fusion-main-menu > ul .sub-menu > li:last-child > a {
  border-bottom: none;
}
.side-header-left #side-header .fusion-main-menu > ul > li > a {
  border-left-width: 0;
}
.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,
.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-item > a {
  border-right-width: 3px;
}
.side-header-left #side-header .fusion-main-menu > ul > li > a {
  border-left-width: 0;
}
.side-header-right #side-header .fusion-main-menu > ul > li > a {
  border-left-width: 0;
}
.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,
.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-item > a {
  border-left-width: 3px;
}
#side-header .side-header-content-1 {
  margin-top: 40px;
}
#side-header .side-header-content-2 {
  margin-top: 40px;
}
#side-header .fusion-custom-menu-item-contents {
  right: auto !important;
  top: 0;
}
#side-header .fusion-contact-info {
  word-wrap: break-word;
}
#side-header .header-social {
  background: none !important;
  border: 0 !important;
}
#side-header .fusion-social-links-header {
  margin: 0;
}
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon {
  background: none;
  min-width: 100%;
  border-right: 0;
}
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon .fusion-woo-cart-separator,
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon .amount,
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon:after {
  display: none;
}
#side-header .fusion-secondary-menu > ul > li:first-child > a {
  padding-left: 0;
}
#side-header .fusion-secondary-menu > ul > li {
  margin-botom: 2px;
}
#side-header .fusion-header-tagline {
  margin-top: 40px;
  float: none;
  text-align: left;
}
.rtl #side-header .fusion-header-tagline {
  text-align: right;
}
#side-header .side-header-content-3 .searchform {
  margin-top: 40px;
}
#side-header .fusion-header-banner {
  margin-top: 40px;
  float: none;
}
#side-header .fusion-social-links-header .fusion-social-networks a {
  margin-bottom: 20px;
}
#side-header .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin-bottom: 10px;
}
#side-header .side-header-content {
  zoom: 1;
}
#side-header .side-header-content:before,
#side-header .side-header-content:after {
  content: " ";
  display: table;
}
#side-header .side-header-content:after {
  clear: both;
}
/* Main Menu Styles
================================================================================================= */
.fusion-main-menu {
  float: right;
  position: relative;
  z-index: 200;
  overflow: hidden;
}
.fusion-main-menu > ul > li:last-child {
  padding-right: 0;
}
.fusion-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fusion-main-menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.fusion-main-menu a {
  display: block;
  box-sizing: content-box;
}
.fusion-main-menu .iclflag {
  vertical-align: middle;
  margin-top: -2px;
}
.fusion-main-menu > ul > li {
  padding-right: 45px;
}
.fusion-main-menu > ul > li > a {
  -webkit-font-smoothing: subpixel-antialiased;
}
.fusion-main-menu li:hover > .sub-menu,
.fusion-main-menu li:hover > .fusion-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
}
.fusion-main-menu .fusion-dropdown-menu {
  overflow: hidden;
}
.fusion-main-menu .sub-menu {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in;
}
.fusion-main-menu .sub-menu ul {
  top: 0;
}
.fusion-main-menu .sub-menu li {
  float: none;
  margin: 0;
  padding: 0;
}
.fusion-main-menu .sub-menu a {
  border: 0;
  padding: 7px 20px;
  line-height: 19px;
  text-indent: 0;
  height: auto;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
}
.fusion-main-menu .fusion-custom-menu-item-contents {
  position: absolute;
  left: auto;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.fusion-main-menu .fusion-last-menu-item {
  padding-right: 0;
}
.fusion-main-menu .fusion-main-menu-search a {
  font-family: 'icomoon';
  cursor: pointer;
}
.fusion-main-menu .fusion-main-menu-search a:after {
  border-radius: 50% 50% 50% 50%;
  content: '\f002';
}
.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
  display: none;
  width: 250px;
  padding: 25px;
  text-align: right;
  border: 1px solid transparent;
}
.fusion-main-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents {
  visibility: visible;
  opacity: 1;
}
.fusion-main-menu .fusion-main-menu-cart > a {
  font-family: 'icomoon';
  cursor: pointer;
}
.fusion-main-menu .fusion-main-menu-cart > a:after {
  border-radius: 50% 50% 50% 50%;
  content: '\f07a';
}
.fusion-main-menu .fusion-widget-cart-counter > a {
  font-family: 'icomoon';
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fusion-main-menu .fusion-widget-cart-counter > a:before {
  border-radius: 50% 50% 50% 50%;
  content: '\f07a';
  margin-right: 5px;
  line-height: 1;
}
.fusion-main-menu .fusion-widget-cart-counter > a:after {
  display: none;
}
.fusion-main-menu .fusion-widget-cart-counter > a .menu-text,
.fusion-main-menu .fusion-widget-cart-counter > a .fusion-widget-cart-number {
  line-height: 1;
}
.fusion-main-menu .fusion-widget-cart-counter > a .fusion-widget-cart-number {
  padding: 5px;
  box-sizing: content-box;
}
/* Flyout Menu Styles
================================================================================================= */
.fusion-header-v6 .fusion-header {
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  overflow: visible !important;
}
.fusion-is-sticky .fusion-header-v6 .fusion-header {
  position: fixed;
}
.admin-bar .fusion-header-v6 .fusion-header {
  top: 30px;
}
.fusion-header-v6 .fusion-header-v6-content {
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-logo {
  z-index: 99999;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 99999;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle,
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  cursor: pointer;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  box-sizing: content-box;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line,
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: 0.25s ease-in-out;
  transform: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(1),
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(1) {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(3),
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(3) {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  position: relative;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-icon-search {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line {
  opacity: 0;
  height: 0;
  -webkit-transform: 0.25s ease-in-out;
  transform: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-icon-shopping-cart.fusion-widget-cart-counter:before {
  vertical-align: middle;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-icon-shopping-cart .fusion-widget-cart-number {
  margin-left: 6px;
  padding: 0 3px;
  vertical-align: middle;
  box-sizing: content-box;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-icon {
  margin-top: -2px;
  -webkit-transform: all 0.25s ease-in-out;
  transform: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-icon:before {
  border-radius: 50%;
  /* Fix to make border-radius work for transparent colors */
  background-clip: padding-box;
  -webkit-transform: all 0.25s ease-in-out;
  transform: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.fusion-header-v6.fusion-logo-right .fusion-logo {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.fusion-header-v6.fusion-logo-right .fusion-flyout-menu-icons {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fusion-header-v6.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fusion-header-v6.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.fusion-header-v6.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.fusion-header-v6 .fusion-flyout-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  overflow-y: auto;
  padding: 0 25px 25px 25px;
  height: 100%;
}
.fusion-is-sticky .fusion-header-v6 .fusion-flyout-menu.fusion-main-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fusion-header-v6 .fusion-flyout-menu .fusion-menu {
  width: 100%;
  text-align: center;
}
.fusion-header-v6 .fusion-flyout-menu .fusion-menu li {
  display: block;
  float: none;
  padding: 14px 0;
  line-height: normal;
  width: 100%;
  cursor: default;
}
.fusion-header-v6 .fusion-flyout-menu .fusion-menu li a {
  display: inline-block;
}
.fusion-header-v6 .fusion-flyout-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fusion-header-v6 .fusion-flyout-search .searchform {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  padding: 50px;
}
#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s {
  height: auto;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  font-size: 50px;
  outline: 0;
}
.fusion-header-v6 .fusion-flyout-search .searchform .search-button {
  display: none;
}
.fusion-header-v6 .fusion-flyout-menu,
.fusion-header-v6 .fusion-flyout-search {
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.fusion-header-v6 .fusion-flyout-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 700px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons {
  z-index: 99999;
}
.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-bg {
  z-index: 99997;
  opacity: 1;
}
.fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu {
  opacity: 1;
}
.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line {
  opacity: 1;
  margin: 0 auto;
  -webkit-transform: 0.25s ease-in-out;
  transform: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-icon-search {
  opacity: 0;
}
.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-search {
  opacity: 1;
}
#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s::-webkit-input-placeholder {
  opacity: 1;
}
#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s::-moz-placeholder {
  opacity: 1;
}
#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s:-moz-placeholder {
  opacity: 1;
}
#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s:-ms-input-placeholder {
  opacity: 1;
}


/* =================================================================================================
Description
----------------------------------------------------------------------------------------------------
	Contains support for third party plugins, that don't have an own file and only need a few
	styles to integrate nicely with the theme.

Table of Contents
----------------------------------------------------------------------------------------------------
	01 WordPress
	02 Events Espresso Styles
	03 NextGEN
	43 Lightbox Plus Colorbox
	05 Polylang Styles
	06 qTranslate Styles
	07 Sermon Manager Styles
================================================================================================= */
/* WordPress Styles
================================================================================================= */
.wp-audio-shortcode {
  max-height: 150px;
}
/* Events Espresso Styles
================================================================================================= */
.tkt-slctr-tbl-wrap-dv table {
  margin-bottom: 10px;
}
/* NextGen Styles (to make sure the lightboxes stay on top of header etc)
================================================================================================= */
#fancybox-overlay {
  z-index: 100049 !important;
}
#fancybox-wrap {
  z-index: 100050 !important;
}
div#shShutter {
  z-index: 100049;
}
div#shDisplay {
  z-index: 100050;
}
/* Lightbox Plus Colorbox (to make sure the lightboxes stay on top of header etc)
================================================================================================= */
#cboxOverlay {
  z-index: 100049 !important;
}
#colorbox {
  z-index: 100050 !important;
}
/* Polylang Styles
================================================================================================= */
.fusion-main-menu .lang-item > a img,
.fusion-secondary-menu .lang-item > a img {
  vertical-align: middle;
  padding: 0 2px;
}
/* qTranslate Styles
================================================================================================= */
.qtranxs-lang-menu > a img,
.qtranxs-lang-menu-item > a img {
  vertical-align: middle;
  padding: 0 3px;
}
/* Sermon Manager Styles
================================================================================================= */
#wpfc_sermon_sorting {
  overflow: hidden;
  margin: 0 -10px;
}
#wpfc_sermon_sorting > span {
  display: block;
  float: left;
  width: 25%;
  padding: 0 10px;
}
#wpfc_sermon_sorting .avada-select-parent select {
  width: 100%;
}
/* =================================================================================================
Table of Contents
----------------------------------------------------------------------------------------------------
  01 Fusion Slider Layout Styles
================================================================================================= */
/* Fusion Slider Layout Styles
================================================================================================= */
.fusion-slider-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.tfs-slider {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  left: 0;
}
.tfs-slider.fixed-width-slider .slide-content-container {
  padding-left: 10%;
  padding-right: 10%;
}
.tfs-slider li.flex-active-slide {
  position: relative;
}
.tfs-slider .slides li {
  -webkit-backface-visibility: visible;
}
.tfs-slider .slide-content-container {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tfs-slider .slide-content-container .slide-content {
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 940px;
}
.tfs-slider .slide-content-container .heading,
.tfs-slider .slide-content-container .caption {
  display: block;
}
.tfs-slider .slide-content-container h2,
.tfs-slider .slide-content-container h3 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 0;
}
.tfs-slider .slide-content-container .with-bg .fusion-title-sc-wrapper {
  padding: 3px 15px;
}
.tfs-slider .slide-content-container .fusion-title-sc-wrapper {
  display: inline-block;
  padding: 0;
  line-height: 1;
}
.tfs-slider .slide-content-container .fusion-block-element {
  display: block;
}
.tfs-slider .slide-content-container .heading {
  margin: 0 0 10px 0;
}
.tfs-slider .slide-content-container h2 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 10px;
}
.tfs-slider .slide-content-container h3 {
  font-size: 24px;
  line-height: 38px;
}
.tfs-slider .slide-content-container .fusion-sep-none {
  display: inline-block;
}
.tfs-slider .slide-content-container .fusion-sep-none h2,
.tfs-slider .slide-content-container .fusion-sep-none h3 {
  display: inline-block;
}
.tfs-slider .slide-content-container .fusion-title-size-two {
  margin: 0;
}
.tfs-slider .slide-content-container .fusion-title-size-two h2 {
  margin: 0;
}
.tfs-slider .slide-content-container .fusion-title-size-three {
  margin: 0;
}
.tfs-slider .slide-content-container .fusion-title-size-three h3 {
  margin: 0;
}
.tfs-slider .slide-content-container .fusion-title .title-sep,
.tfs-slider .slide-content-container .fusion-title.sep-underline {
  border-color: #fff;
}
.tfs-slider .slide-content-container .buttons {
  margin-top: 3.25%;
  overflow: visible;
}
.tfs-slider .slide-content-container .buttons a {
  -webkit-backface-visibility: hidden;
}
.tfs-slider .slide-content-container .tfs-button-1,
.tfs-slider .slide-content-container .tfs-button-2 {
  display: inline-block;
}
.tfs-slider .slide-content-container .tfs-button-2 {
  margin-left: 16px;
}
.tfs-slider .slide-content-center {
  text-align: center;
}
.tfs-slider .slide-content-right {
  text-align: right;
}
.ua-mobile .tfs-slider .self-hosted-video-bg {
  display: none;
}
.tfs-slider .background {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.tfs-slider .background-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.tfs-slider video {
  width: 100%;
  height: auto;
  visibility: visible;
  position: static;
  top: 0%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tfs-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.tfs-slider .mobile_video_image {
  display: none;
}
.ua-mobile .tfs-slider .mobile_video_image {
  /*position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}
.tfs-slider .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.tfs-slider .flex-direction-nav a {
  top: 50%;
  margin-top: -31px;
}
.tfs-slider .background iframe {
  position: relative;
  z-index: 1 !important;
  margin: 0 !important;
}
.bg-parallax-parent.video {
  position: relative;
}
.bg-parallax.video,
.fusion-bg-parallax.video {
  position: absolute;
  pointer-events: none !important;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bg-parallax.video iframe,
.fusion-bg-parallax.video iframe {
  margin-bottom: 0 !important;
  display: block !important;
  max-width: none !important;
  max-height: none !important;
}
.parallax-inner {
  min-height: 150px;
}

#wrapper .entry-summary .gform_wrapper ul li {
  clear: none !important;
}
#wrapper .gform_wrapper .gravity-select-parent select {
  margin: 0;
}

.icon-hover-animation-slide .fontawesome-icon:before {
  display: block;
  opacity: 1;
}
.icon-hover-animation-fade .fontawesome-icon {
  transition: background 0.3s;
}
.link-area-link-icon-hover.icon-hover-animation-fade .fontawesome-icon,
.link-area-box-hover.icon-hover-animation-fade .fontawesome-icon {
  transition: background 0.3s;
}
.link-area-link-icon-hover.icon-hover-animation-slide .fontawesome-icon:before,
.link-area-box-hover.icon-hover-animation-slide .fontawesome-icon:before {
  display: block;
  -webkit-animation: avadaToRightFromLeft 0.3s forwards;
  animation: avadaToRightFromLeft 0.3s forwards;
}
.fusion-content-boxes .link-area-link-icon-hover.icon-hover-animation-pulsate .heading,
.fusion-content-boxes .link-area-box-hover.icon-hover-animation-pulsate .heading {
  overflow: visible;
}
.link-area-link-icon-hover.icon-hover-animation-pulsate .fontawesome-icon,
.link-area-box-hover.icon-hover-animation-pulsate .fontawesome-icon {
  transition: background 0.3s;
}
.link-area-link-icon-hover.icon-hover-animation-pulsate .fontawesome-icon:after,
.link-area-box-hover.icon-hover-animation-pulsate .fontawesome-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: '';
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.link-area-link-icon-hover.icon-hover-animation-pulsate .fontawesome-icon,
.link-area-box-hover.icon-hover-animation-pulsate .fontawesome-icon {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.link-area-link-icon-hover.icon-hover-animation-pulsate .fontawesome-icon:after,
.link-area-box-hover.icon-hover-animation-pulsate .fontawesome-icon:after {
  display: inline-block;
  -webkit-animation: avadaSonarEffect 1.3s ease-out 75ms;
  animation: avadaSonarEffect 1.3s ease-out 75ms;
}
.fusion-content-boxes .link-area-link-icon-hover.icon-wrapper-hover-animation-pulsate .heading,
.fusion-content-boxes .link-area-box-hover.icon-wrapper-hover-animation-pulsate .heading {
  overflow: visible;
}
.link-area-link-icon-hover.icon-wrapper-hover-animation-pulsate .fontawesome-icon,
.link-area-box-hover.icon-wrapper-hover-animation-pulsate .fontawesome-icon {
  transition: background 0.3s;
}
.link-area-link-icon-hover.icon-wrapper-hover-animation-pulsate .icon span,
.link-area-box-hover.icon-wrapper-hover-animation-pulsate .icon span {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.link-area-link-icon-hover.icon-wrapper-hover-animation-pulsate .icon span:after,
.link-area-box-hover.icon-wrapper-hover-animation-pulsate .icon span:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: '';
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: inline-block;
  -webkit-animation: avadaSonarEffect 1.3s ease-out 75ms;
  animation: avadaSonarEffect 1.3s ease-out 75ms;
}
.fusion-image-hovers .hover-type-zoomin {
  overflow: hidden;
}
.fusion-image-hovers .hover-type-zoomin img,
.fusion-image-hovers .hover-type-zoomin .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomin .fusion-column-inner-bg-image {
  opacity: 1;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fusion-image-hovers .hover-type-zoomin:hover img,
.fusion-image-hovers .hover-type-zoomin:hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomin:hover .fusion-column-inner-bg-image {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.fusion-image-hovers .hover-type-zoomout {
  overflow: hidden;
}
.fusion-image-hovers .hover-type-zoomout img,
.fusion-image-hovers .hover-type-zoomout .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomout .fusion-column-inner-bg-image {
  opacity: 1;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fusion-image-hovers .hover-type-zoomout:hover img,
.fusion-image-hovers .hover-type-zoomout:hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomout:hover .fusion-column-inner-bg-image {
  opacity: 0.9;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fusion-image-hovers .imageframe-liftup {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.fusion-image-hovers .imageframe-liftup.fusion-imageframe-liftup-left {
  float: left;
  margin-right: 25px;
}
.fusion-image-hovers .imageframe-liftup.fusion-imageframe-liftup-right {
  float: right;
  margin-left: 25px;
}
.fusion-image-hovers .imageframe-liftup span {
  opacity: 1;
  -webkit-transform: perspective(1000px) scale(1);
  transform: perspective(1000px) scale(1);
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.fusion-image-hovers .imageframe-liftup span:hover {
  -webkit-transform: perspective(1000px) scale(1.03);
  transform: perspective(1000px) scale(1.03);
}
.fusion-image-hovers .imageframe-liftup:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  transition: opacity 0.35s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.fusion-image-hovers .imageframe-liftup:hover:before {
  opacity: 1;
}
.fusion-image-hovers .hover-type-liftup {
  position: relative;
  display: inline-block;
  overflow: visible;
}
.fusion-image-hovers .hover-type-liftup img,
.fusion-image-hovers .hover-type-liftup .tribe-events-event-image,
.fusion-image-hovers .hover-type-liftup .tribe-events-list-event-title > a,
.fusion-image-hovers .hover-type-liftup .fusion-column-inner-bg-image {
  -webkit-transform: perspective(1000px) scale(1);
  transform: perspective(1000px) scale(1);
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: relative;
  z-index: 1;
}
.fusion-image-hovers .hover-type-liftup:hover img,
.fusion-image-hovers .hover-type-liftup:hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-liftup:hover .tribe-events-list-event-title > a,
.fusion-image-hovers .hover-type-liftup:hover .fusion-column-inner-bg-image {
  -webkit-transform: perspective(1000px) scale(1.03);
  transform: perspective(1000px) scale(1.03);
}
.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg {
  position: absolute;
}
.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg .fusion-column-inner-bg-image {
  position: absolute;
}
.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg:hover .fusion-column-inner-bg-image {
  position: absolute;
}
.fusion-image-hovers .hover-type-liftup:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  transition: opacity 0.35s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.fusion-image-hovers .hover-type-liftup:hover:before {
  opacity: 1;
}
.fusion-image-hovers .flexslider-hover-type-liftup {
  overflow: visible !important;
}
.fusion-image-hovers .flexslider-hover-type-liftup .slides {
  overflow: visible !important;
}
.fusion-image-hovers .flexslider-hover-type-liftup li {
  overflow: visible;
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100%;
}
.tribe-filter-live #main {
  overflow: hidden;
}
.tribe-events-gmap {
  font-weight: normal;
}
#tribe-events-pg-template {
  max-width: 100%;
}
.event-is-recurring {
  cursor: pointer;
}
.tribe-events-notices {
  margin-top: 0;
}
#tribe-events-bar {
  float: left;
  z-index: 5;
  margin-bottom: 60px;
}
#tribe-events-bar:before,
#tribe-events-bar:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #f5f5f5;
  width: 2224px;
  height: 100%;
  left: -2224px;
  overflow: hidden;
}
#tribe-events-bar:after {
  left: 100%;
}
#tribe-events-bar .tribe-bar-filters {
  padding: 25px 15px;
}
#tribe-events-bar .tribe-bar-filters-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.has-sidebar #tribe-events-bar:before,
.has-sidebar #tribe-events-bar:after {
  display: none;
}
#tribe-events-bar #tribe-bar-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}
#tribe-events-bar #tribe-bar-form input[type=text] {
  font-style: normal;
  font-weight: 400;
}
#tribe-events-bar .tribe-bar-geoloc-filter,
#tribe-events-bar .tribe-bar-date-filter,
#tribe-events-bar .tribe-bar-search-filter,
#tribe-events-bar .tribe-bar-submit {
  padding-top: 0;
  padding-bottom: 0;
}
#tribe-events-bar .tribe-bar-submit {
  float: right;
  padding-top: 0;
}
#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {
  padding-top: 35px;
  padding-bottom: 60px;
}
#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner label,
#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-option a {
  padding-left: 30px;
  padding-right: 30px;
}
#tribe-events-bar .tribe-events-button {
  margin-right: 9px;
}
#tribe-events-bar .tribe-bar-full .tribe-bar-filters {
  padding-left: 0;
}
.has-sidebar #tribe-events-bar .tribe-bar-full .tribe-bar-filters {
  padding-left: 15px;
}
#tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner > :first-child {
  padding-left: 0;
}
#tribe-events-bar #tribe-bar-form.tribe-bar-collapse {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#tribe-events-bar #tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
  padding: 15px;
  padding-left: 0px;
}
.has-sidebar #tribe-events-bar #tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
  padding-left: 15px;
}
#tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters {
  padding: 10px 0;
}
#tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner {
  display: block;
}
#tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner > div {
  padding-bottom: 5px;
  padding-right: 0;
}
.has-sidebar #tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner > div {
  padding-left: 15px;
  padding-right: 15px;
}
#tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner .tribe-bar-submit {
  padding-top: 10px;
}
#tribe-events-bar #tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-inner {
  padding: 10px 0 40px;
}
.tribe-bar-disabled #tribe-events-bar {
  float: left;
  width: 100%;
  min-width: 220px;
}
.tribe-bar-disabled #tribe-events-bar #tribe-bar-form {
  width: 100%;
  border-radius: 0;
}
.tribe-bar-disabled {
  float: none;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  margin-bottom: 50px;
  width: 100%;
  z-index: 3;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal:before,
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal:after {
  content: ' ';
  position: absolute;
  display: block;
  background-color: #f5f5f5;
  width: 2224px;
  height: 100%;
  left: -2224px;
  overflow: hidden;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal:after {
  left: 100%;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content {
  float: left;
  width: 100%;
  padding: 25px 0px 15px 0px;
  border: 0;
  background: transparent;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control {
  position: absolute;
  right: 0;
}
.tribe-mobile #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control,
.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control {
  position: relative;
}
.tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content {
  padding: 25px 0px;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
  margin-left: 0;
  margin-bottom: 10px;
}
.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control.tribe-events-filters-mobile-controls {
  margin-top: 20px;
  margin-left: 0;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
  padding-left: 0;
  border-bottom: 0;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal label input[type=checkbox],
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal label input[type=radio] {
  width: auto;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filter-group {
  box-shadow: none;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filter-group:before {
  top: -14px;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset,
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle {
  height: auto;
  border-color: transparent;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  z-index: 1;
}
.tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  position: relative;
  margin-bottom: 30px;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content {
  background: transparent;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filters_show_filters {
  text-align: center;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical label input[type=checkbox],
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical label input[type=radio] {
  width: auto;
}
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset,
#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle {
  height: auto;
  border-color: transparent;
}

#wrapper .post-content .fusion-events-before-title h2 {
  margin: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 20px 0px;
  text-align: center;
}
.fusion-events-before-title .tribe-events-user-recurrence-toggle {
  margin-top: 30px;
}
.tribe-events-page-template .fusion-events-before-title .tribe-events-user-recurrence-toggle {
  margin-top: 0;
}
#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  overflow: visible;
}
#tribe-events-content #tribe-events-header {
  display: none;
  margin-bottom: 60px;
}
#tribe-events-content #tribe-events-header .tribe-events-sub-nav li {
  display: block;
  margin-top: -45px;
}
#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a,
#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
  display: inline-block;
}
#tribe-events-content .tribe-events-tooltip {
  padding: 0;
  z-index: 100000;
  border: none;
  box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.38);
}
#tribe-events-content .tribe-events-tooltip .tribe-events-event-body {
  padding: 13px 22px 5px 22px;
}
#tribe-events-content .tribe-events-tooltip .entry-title,
#tribe-events-content .tribe-events-tooltip .tribe-event-title {
  padding: 12px 22px 12px 22px;
  font-weight: normal;
}
#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb {
  padding-bottom: 10px;
  padding-top: 2px;
  max-width: 100%;
}
#tribe-events-content .tribe-events-tooltip .tribe-events-arrow {
  display: none;
}
#tribe-events-content .tribe-events-tooltip.recurring-info-tooltip .tribe-events-event-body {
  padding: 14px;
}
#tribe-events-content .tribe-events-tooltip .tribe-events-event-body .description {
  word-wrap: break-word;
}
#tribe-events-content .tribe-events-tooltip .tribe-event-duration {
  padding-bottom: 5px;
  font-weight: bold;
}
.tribe-events-tooltip .tribe-events-arrow {
  display: none;
}
.tribe-events-list-separator-month {
  text-align: left;
  padding: 0;
  height: 42px;
  line-height: normal;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  margin: 1.25em auto 2.5em;
}
.tribe-events-list-separator-month span {
  font-weight: normal;
  background-color: transparent;
  padding: 0px;
  line-height: 42px;
}
.tribe-events-list-separator-month:after {
  display: none;
}
#tribe-events .tribe-events-list .type-tribe_events {
  padding: 0;
  border: 1px solid;
  margin-bottom: 44px;
  min-height: 250px;
  position: relative;
}
#tribe-events .tribe-events-list .type-tribe_events .tribe-events-event-image {
  width: 100%;
  margin: 0;
  min-height: 250px;
}
#tribe-events .tribe-events-list .fusion-tribe-events-event-image-responsive {
  display: none;
}
#tribe-events .tribe-events-list .fusion-tribe-primary-info {
  float: left;
  width: 40%;
  position: relative;
}
#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title {
  margin: 0;
}
#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title a {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 15px 20px;
}
#tribe-events .tribe-events-list .fusion-tribe-secondary-info {
  float: right;
  width: 60%;
}
#tribe-events .tribe-events-list .fusion-tribe-secondary-info .recurringinfo {
  display: block;
}
#tribe-events .tribe-events-list .fusion-tribe-secondary-info .event-is-recurring .tribe-events-divider {
  display: none;
}
#tribe-events .tribe-events-list .tribe-events-event-cost {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 0;
}
#tribe-events .tribe-events-list .tribe-events-event-cost span {
  border: 0;
  padding: 10px 15px;
}
#tribe-events .tribe-events-list .tribe-events-event-meta {
  margin: 0;
  padding: 0;
  float: right;
  width: 100%;
  background: none;
  border: none;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .author {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .author > div {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 4.5%;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top: none;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .author > div:last-child {
  border-right: none;
}
#tribe-events .tribe-events-list .tribe-events-content {
  width: auto;
  padding: 30px;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .tribe-events-gmap,
#tribe-events .tribe-events-list .tribe-events-event-meta-desc .tribe-events-gmap {
  white-space: normal;
}
#tribe-events .tribe-events-list .tribe-events-gmap:before {
  font-family: FontAwesome;
  content: '\f041';
  margin-right: 5px;
}
#tribe-events .tribe-events-list .fusion-tribe-no-featured-image .fusion-tribe-events-headline {
  width: 40%;
}
#tribe-events .tribe-events-list .fusion-tribe-no-featured-image .fusion-tribe-events-headline h3 {
  margin: 0;
}
#tribe-events .tribe-events-list .fusion-tribe-no-featured-image .fusion-tribe-secondary-info {
  width: 100%;
}
#tribe-events .tribe-events-list .hover-type-liftup {
  float: left;
}
#tribe-events .tribe-events-list-separator-month + .type-tribe_events {
  border-top: 1px solid;
}
.tribe-events-list-event-description .fusion-read-more {
  display: inline-block;
  margin-top: 10px;
}
.type-tribe_events .fusion-tribe-primary-info .hover-type-liftup {
  width: 100%;
}
.type-tribe_events .fusion-tribe-secondary-info .date-end,
.type-tribe_events .fusion-tribe-secondary-info .end-time {
  display: inline;
}
.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
  line-height: 1.5;
}
.tribe-events-list .tribe-events-venue-details {
  font-style: italic;
  font-weight: 400;
}
#tribe-events .tribe-events-day .type-tribe_events {
  margin: 0;
  margin-bottom: 44px;
  border-top-width: 1px;
  border-top-style: solid;
}
#tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#tribe-events .tribe-events-day .tribe-events-day-time-slot h5 {
  text-align: left;
  padding: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 1.25em auto 2.5em;
  font-weight: normal;
  font-size: 18px;
}
#tribe-events .fusion-blog-layout-grid .fusion-post-slideshow .slides {
  overflow: visible;
}
#tribe-events-content table.tribe-events-calendar {
  border-top-width: 1px;
  border-top-style: solid;
}
.tribe-events-calendar thead th {
  border-left: 0;
  border-right: 0;
  padding: 1.5em 0;
}
.datepicker.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 15px;
}
.datepicker.dropdown-menu:before {
  border-bottom: 0;
}
.datepicker.dropdown-menu thead tr:first-child {
  font-size: 16px;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  border-radius: 0;
  border: 0;
  padding: 9px 10px;
}
.datepicker.dropdown-menu td.active,
.datepicker.dropdown-menu td.active:hover {
  border: 0;
  text-shadow: none;
}
.datepicker.dropdown-menu table tr td.old,
.datepicker.dropdown-menu table tr td.new {
  background-color: white !important;
  color: #999999 !important;
}
.datepicker.dropdown-menu tbody td {
  border: 1px solid #fff;
}
.datepicker.dropdown-menu .datepicker-months td {
  padding: 0;
  padding-top: 15px;
}
.datepicker.dropdown-menu .datepicker-months span {
  margin: 2px;
  text-shadow: none;
}
.datepicker.dropdown-menu .datepicker-months span:hover {
  text-shadow: none;
}
.fusion-events-featured-image {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  max-width: 100%;
}
.fusion-events-featured-image .hover-type-liftup {
  display: block;
}
.fusion-events-featured-image .tribe-events-event-image {
  margin: 0;
}
.fusion-events-featured-image .fusion-events-single-title-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 15px 20px;
  z-index: 1;
}
.fusion-events-featured-image .fusion-events-single-title-content h2 {
  float: none;
  line-height: normal;
}
.fusion-events-featured-image .fusion-events-single-title-content .tribe-events-schedule {
  margin: 0;
  padding: 0;
  float: none;
  background: none;
  border: none;
}
.fusion-events-featured-image .fusion-events-single-title-content .tribe-events-schedule h3 {
  font-size: 16px;
  line-height: normal;
}
.fusion-events-featured-image .fusion-events-single-title-content .event-is-recurring:hover,
.fusion-events-featured-image .fusion-events-single-title-content a:hover {
  opacity: 0.7;
}
.single-tribe_events #tribe-events-content .fusion-events-featured-image .updated {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-tribe_events .fusion-events-featured-image .recurringinfo {
  margin-right: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
}
.single-tribe_events .fusion-events-featured-image .recurringinfo .event-is-recurring {
  font-weight: normal;
}
.single-tribe_events .fusion-events-featured-image .tribe-events-divider,
.single-tribe_events .fusion-events-featured-image .tribe-events-cost {
  line-height: normal;
  font-size: 16px;
}
.fusion-events-single-title {
  display: block;
}
.fusion-events-single-title .fusion-events-single-title-content {
  position: static;
}
.single-tribe_events .tribe-events-schedule .recurringinfo .tribe-events-divider {
  display: inline-block;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
  display: block;
}
#tribe-events-content #tribe-events-footer {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
}
.tribe-events-single .tribe-events-notices {
  margin-top: 0;
}
.tribe-events-single ul.tribe-related-events > li {
  margin-right: 3.5%;
  width: 31%;
  border: none;
  background: none;
}
.tribe-events-single ul.tribe-related-events > li:last-child {
  margin-right: 0;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
  font-weight: normal;
}
.sidebar .single-related-posts {
  display: none;
}
.sidebar .tribe-events-meta-group {
  width: 100%;
  float: none;
  margin: 0;
  margin-bottom: 45px;
  padding: 0;
}
.sidebar .tribe-events-meta-group dt {
  float: none;
  margin: 0;
  font-weight: bold;
}
.sidebar .tribe-events-meta-group dd {
  float: none;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar .tribe-events-meta-group dl :last-child {
  border-bottom: 0;
}
.tribe-events-meta-group .url a {
  word-wrap: break-word;
}
.tribe-events-meta-group .email {
  word-wrap: break-word;
}
.sidebar .tribe-events-single-section-title {
  margin: 0;
  margin-bottom: 18px;
}
.sidebar .tribe-events-venue-map {
  width: 100%;
  margin: 0;
  margin-top: -45px;
  margin-bottom: 45px;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.sidebar .tribe-events-gmap {
  display: block;
  font-style: normal;
  position: relative;
}
.sidebar .tribe-events-gmap::first-letter {
  color: transparent;
}
.sidebar .tribe-events-gmap:after {
  font-family: FontAwesome;
  content: '\f041';
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-tribe_events .tribe-events-single-section {
  background: transparent;
  border: none;
  margin: 0;
}
.sidebar .tribe-events-list-widget ol,
#slidingbar-area .tribe-events-list-widget ol,
.fusion-footer .tribe-events-list-widget ol,
.post-content .tribe-events-list-widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .tribe-events-list-widget ol :first-child,
#slidingbar-area .tribe-events-list-widget ol :first-child,
.fusion-footer .tribe-events-list-widget ol :first-child,
.post-content .tribe-events-list-widget ol :first-child {
  padding-top: 0;
}
.sidebar .tribe-events-list-widget ol li,
#slidingbar-area .tribe-events-list-widget ol li,
.fusion-footer .tribe-events-list-widget ol li,
.post-content .tribe-events-list-widget ol li {
  overflow: hidden;
  margin: 0;
  padding: 20px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sidebar .tribe-events-list-widget ol li .tribe-events-event-image,
#slidingbar-area .tribe-events-list-widget ol li .tribe-events-event-image,
.fusion-footer .tribe-events-list-widget ol li .tribe-events-event-image,
.post-content .tribe-events-list-widget ol li .tribe-events-event-image {
  float: left;
  margin: 0;
  margin-right: 13px;
}
.sidebar .tribe-events-list-widget ol li h4,
#slidingbar-area .tribe-events-list-widget ol li h4,
.fusion-footer .tribe-events-list-widget ol li h4,
.post-content .tribe-events-list-widget ol li h4 {
  margin: 0;
}
.sidebar .tribe-events-venue-widget ul,
#slidingbar-area .tribe-events-venue-widget ul,
.fusion-footer .tribe-events-venue-widget ul,
.post-content .tribe-events-venue-widget ul {
  margin-bottom: 13px;
}
.sidebar .tribe-events-venue-widget ul :first-child,
#slidingbar-area .tribe-events-venue-widget ul :first-child,
.fusion-footer .tribe-events-venue-widget ul :first-child,
.post-content .tribe-events-venue-widget ul :first-child {
  padding-top: 0;
}
.sidebar .tribe-events-venue-widget li,
#slidingbar-area .tribe-events-venue-widget li,
.fusion-footer .tribe-events-venue-widget li,
.post-content .tribe-events-venue-widget li {
  overflow: hidden;
  margin: 0;
  padding: 15px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sidebar .tribe-events-venue-widget li h4,
#slidingbar-area .tribe-events-venue-widget li h4,
.fusion-footer .tribe-events-venue-widget li h4,
.post-content .tribe-events-venue-widget li h4 {
  margin: 0;
  margin-bottom: 5px;
}
.tribe-events-list-widget .duration,
.tribe-events-adv-list-widget .duration {
  display: inline-block;
  margin-top: 5px;
  font-weight: normal;
  line-height: 1.4;
}
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a {
  font-weight: normal;
}
.tribe-events-list-widget li.tribe-events-list-widget-events {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tribe-mini-calendar-event {
  overflow: hidden;
  margin: 0;
  padding: 20px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.tribe-mini-calendar-event .list-date,
.tribe-mini-calendar-event .list-info {
  margin-top: 0;
  margin-bottom: 0;
}
.tribe-mini-calendar-event .list-info h2 {
  margin-bottom: 0;
}
.tribe-mini-calendar-event .list-info .duration {
  display: inline-block;
  margin-top: 5px;
  font-weight: normal;
  line-height: 1.4;
}
.tribe-mini-calendar-event .vcard {
  line-height: 20px;
  margin-top: 10px;
}
.tribe-events-adv-list-widget :nth-child(2) .tribe-mini-calendar-event {
  padding-top: 0;
}
.tribe-events-venue-widget .tribe-venue-widget-thumbnail {
  position: relative;
}
.tribe-events-venue-widget .tribe-venue-widget-thumbnail .tribe-venue-widget-venue-name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  margin: 0;
}
.tribe-events-venue-widget ul li a {
  padding: 0;
  border: 0;
}
.tribe-events-venue-widget .tribe-venue-widget-venue-name {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.tribe-events-venue-widget .tribe-venue-widget-venue-name h3 {
  margin: 0;
}
.tribe-events-venue-widget .tribe-venue-widget-venue-name a {
  font-weight: normal;
}
.tribe-events-venue-widget .tribe-venue-widget-venue-name a:hover {
  opacity: 0.7;
}
.tribe-mini-calendar {
  line-height: normal;
}
.tribe-mini-calendar thead {
  background-color: transparent;
  border: none;
}
.tribe-mini-calendar td,
.tribe-mini-calendar th {
  border: 0;
  padding: 0;
  transition: none !important;
}
.tribe-mini-calendar td {
  background-color: transparent;
}
.tribe-mini-calendar .tribe-mini-calendar-nav td {
  padding: 10px 10px;
  border: none;
}
.tribe-mini-calendar .tribe-mini-calendar-nav td a,
.tribe-mini-calendar .tribe-mini-calendar-nav td span {
  font-weight: normal;
  font-size: 16px;
}
.tribe-mini-calendar .tribe-mini-calendar-nav td span {
  text-transform: initial;
}
.tribe-mini-calendar .tribe-mini-calendar-nav-link.prev-month {
  float: left;
}
.tribe-mini-calendar .tribe-mini-calendar-nav-link.next-month {
  float: right;
}
.tribe-mini-calendar .tribe-mini-calendar-nav-link.prev-month,
.tribe-mini-calendar .tribe-mini-calendar-nav-link.next-month,
.tribe-mini-calendar .tribe-mini-calendar-month {
  padding: 0;
}
.tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  background-color: transparent;
  padding: 10px 10px;
  border: 0px;
}
.tribe-mini-calendar td.tribe-events-has-events,
.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present,
.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today,
.tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar .tribe-mini-calendar-today {
  background: transparent;
}
.fusion-body .tribe-mini-calendar td.tribe-events-has-events {
  background-color: #222;
}
.fusion-body .tribe-mini-calendar td.tribe-events-has-events.tribe-events-othermonth {
  background-color: #999;
}
.fusion-body .tribe-mini-calendar td.tribe-events-has-events.tribe-events-othermonth a {
  color: #555;
}
.tribe-mini-calendar td.tribe-events-has-events div[id*='daynum-'] a {
  font-weight: normal;
}
.tribe-mini-calendar td.tribe-events-has-events div[id*='daynum-'] a:before {
  display: none;
}
.tribe-mini-calendar td.tribe-events-has-events div[id*='daynum-'] a,
.tribe-mini-calendar .tribe-mini-calendar-no-event {
  padding: 10px 10px;
}
.tribe-mini-calendar .tribe-mini-calendar-no-event {
  background-color: transparent;
  font-weight: normal;
}
.tribe-mini-calendar .tribe-events-past {
  background-color: transparent;
  opacity: 1;
}
.tribe-mini-calendar .tribe-events-has-events:hover,
.tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today:hover {
  background-color: transparent;
}
.fusion-body .tribe-mini-calendar .tribe-events-has-events:hover a:hover {
  background-color: transparent;
}
.tribe-mini-calendar .tribe-events-othermonth,
.tribe-mini-calendar .tribe-events-othermonth div[id*='daynum-'] a,
.tribe-mini-calendar .tribe-events-othermonth div[id*='daynum-'] span {
  background-color: transparent;
  color: #999;
}
.tribe-events-countdown-widget .tribe-countdown-text {
  margin: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.tribe-events-countdown-widget .tribe-countdown-text a {
  font-weight: normal;
}
.tribe-events-countdown-widget .tribe-countdown-text a:hover {
  opacity: 0.7;
}
.tribe-events-countdown-widget .tribe-countdown-timer {
  display: block;
  padding: 20px;
  padding-top: 0;
}
.tribe-events-countdown-widget .tribe-countdown-timer {
  line-height: normal;
  padding-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tribe-events-countdown-widget .tribe-countdown-timer .tribe-countdown-number {
  float: none;
  padding: 12px 10px;
  margin-right: 5px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tribe-events-countdown-widget .tribe-countdown-timer :last-child {
  margin-right: 0;
}
.tribe-events-countdown-widget .tribe-countdown-timer .fusion-tribe-counterdown-over {
  display: block;
  font-weight: normal;
  font-size: 24px;
}
.tribe-events-countdown-widget .tribe-countdown-timer .tribe-countdown-under {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
#wrapper .tribe-events-widget-link {
  margin: 13px 0px 0px 0px;
}
.tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-sub-nav .tribe-events-nav-next a {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  background: none;
  font-weight: normal;
}
.tribe-events-sub-nav .tribe-events-nav-previous a span,
.tribe-events-sub-nav .tribe-events-nav-next a span {
  display: none;
}
.tribe-events-nav-previous a,
.tribe-events-nav-left a {
  position: relative;
  margin-left: 10px;
}
.tribe-events-nav-previous a:before,
.tribe-events-nav-left a:before {
  font-family: 'icomoon';
  content: '\f104';
  margin-right: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
}
.tribe-events-nav-next a,
.tribe-events-nav-right a {
  position: relative;
  margin-right: 10px;
}
.tribe-events-nav-next a:after,
.tribe-events-nav-right a:after {
  font-family: 'icomoon';
  content: '\f105';
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
}
.tribe-events-nav-left a:after {
  display: none;
}
.tribe-events-nav-right a:before {
  display: none;
}
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  line-height: 1.5;
  padding: 1em 0 0;
}
.tribe-events-tooltip:after,
.tribe-events-tooltip:before {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tribe-events-tooltip:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #ffff;
  border-width: 5px;
  margin-left: -5px;
}
.tribe-events-tooltip:before {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #000;
  border-width: 9px;
  margin-left: -9px;
}
.tribe-events-right .tribe-events-tooltip:after,
.tribe-events-right .tribe-events-tooltip:before {
  top: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tribe-events-right .tribe-events-tooltip:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #ffff;
  border-width: 5px;
  margin-left: -5px;
}
.tribe-events-right .tribe-events-tooltip:before {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #000;
  border-width: 9px;
  margin-left: -9px;
}
.tribe-grid-body .tribe-events-tooltip:after,
.tribe-grid-body .tribe-events-tooltip:before {
  right: 100%;
  top: 50%;
  left: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tribe-grid-body .tribe-events-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.tribe-grid-body .tribe-events-tooltip:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 12px;
  margin-top: -12px;
}
.tribe-grid-body .tribe-events-right .tribe-events-tooltip:after,
.tribe-grid-body .tribe-events-right .tribe-events-tooltip:before {
  left: 100%;
  top: 50%;
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tribe-grid-body .tribe-events-right .tribe-events-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.tribe-grid-body .tribe-events-right .tribe-events-tooltip:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 18px;
  margin-top: -18px;
}
.tribe-events-tickets {
  table-layout: fixed;
}
.tribe-events-tickets .button {
  margin-top: 10px;
}
.fusion-body .tribe-events-tickets .button {
  margin-left: 0;
}
.tribe-events-tickets tr .tribe-ticket,
.tribe-events-tickets tr .tickets_name,
.tribe-events-tickets tr .tickets_description {
  display: table-cell;
  padding: 10px;
  width: 33%;
  border: 1px solid;
}
.tribe-events-tickets tr .tribe-ticket-quantity {
  max-width: 100%;
}
.tribe-events-tickets tr .tribe-tickets-attendees {
  padding-top: 10px;
}
.tribe-events-tickets .tribe-tickets-full-name-row input,
.tribe-events-tickets .tribe-tickets-email-row input {
  margin: 0 5px;
}
#tribe-events .tribe-events-tickets .woocommerce {
  min-width: 107px;
}

/* Language Switcher Widget Styles
================================================================================================= */
#lang_sel,
#lang_sel_click {
  display: block;
}
#lang_sel > ul a,
#lang_sel_click > ul a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 22px;
}
#lang_sel > ul ul,
#lang_sel_click > ul ul {
  z-index: 999;
  top: 32px;
  width: 100%;
}
#lang_sel li,
#lang_sel_click li {
  width: 100%;
}
#lang_sel img.iclflag,
#lang_sel_click img.iclflag {
  top: 0;
  margin-right: 3px;
}
.rtl #lang_sel img.iclflag,
.rtl #lang_sel_click img.iclflag {
  margin-left: 3px;
  margin-right: 0;
}
/* Language Switcher Footer Styles
================================================================================================= */
#lang_sel_footer ul li .iclflag {
  top: 0px;
}
/* =================================================================================================
Table of Contents
----------------------------------------------------------------------------------------------------
	01 IcoMoon Font Face Definition
	02 IcoMoon Icon Styles
================================================================================================= */
/* IcoMoon Font Face Definition
================================================================================================= */
@font-face {
  font-family: 'icomoon';
  src: url('assets/fonts/icomoon/icomoon.eot');
  src: url('assets/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('assets/fonts/icomoon/icomoon.ttf') format('truetype'), url('assets/fonts/icomoon/icomoon.woff') format('woff'), url('assets/fonts/icomoon/icomoon.svg?#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* IcoMoon Font Face Definition
================================================================================================= */
[class^="fusion-icon-"],
[class*=" fusion-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fusion-icon-instagram:before {
    content: url(/wp-content/uploads/2016/11/instagram3.png);
}
.fusion-icon-deviantart:before {
  content: "\eaaa";
}
.fusion-icon-wordpress:before {
  content: "\eab4";
}
.fusion-icon-lastfm:before {
  content: "\eacb";
}
.fusion-icon-flattr:before {
  content: "\ead5";
}
.fusion-icon-foursquare:before {
  content: "\ead6";
}
.fusion-icon-yelp:before {
  content: "\ead7";
}
.fusion-icon-xing:before {
  content: "\e4d8";
}
.fusion-icon-xing2:before {
  content: "\e4d9";
}
.fusion-icon-pen:before {
  content: "\e600";
}
.fusion-icon-yahoo:before {
  content: "\e601";
}
.fusion-icon-pinterest:before {
  content: "\e602";
}
.fusion-icon-myspace:before {
  content: "\e603";
}
.fusion-icon-facebook:before {
  content: "\e604";
}
.fusion-icon-twitter:before {
  content: "\e605";
}
.fusion-icon-feed:before,
.fusion-icon-rss:before {
  content: "\e606";
}
.fusion-icon-vimeo:before {
  content: "\e607";
}
.fusion-icon-flickr:before {
  content: "\e608";
}
.fusion-icon-dribbble:before {
  content: "\e609";
}
.fusion-icon-blogger:before {
  content: "\e60b";
}
.fusion-icon-soundcloud:before {
  content: "\e60c";
}
.fusion-icon-reddit:before {
  content: "\e60d";
}
.fusion-icon-paypal:before {
  content: "\e60e";
}
.fusion-icon-linkedin:before {
  content: "\e60f";
}
.fusion-icon-digg:before {
  content: "\e610";
}
.fusion-icon-dropbox:before {
  content: "\e611";
}
.fusion-icon-tumblr:before {
  content: "\e613";
}
.fusion-icon-grid:before {
  content: "\e614";
}
.fusion-icon-mail:before {
  content: "\e616";
}
.fusion-icon-forrst:before {
  content: "\e617";
}
.fusion-icon-skype:before {
  content: "\e618";
}
.fusion-icon-link:before {
  content: "\e619";
}
.fusion-icon-user:before {
  content: "\e61a";
}
.fusion-icon-user2:before {
  content: "\e61b";
}
.fusion-icon-minus:before {
  content: "\e61c";
}
.fusion-icon-plus:before {
  content: "\e61d";
}
.fusion-icon-arrow-left:before {
  content: "\e61e";
}
.fusion-icon-arrow-down:before {
  content: "\e61f";
}
.fusion-icon-uniE620:before {
  content: "\e620";
}
.fusion-icon-arrow-down2:before {
  content: "\e621";
}
.fusion-icon-youtube:before {
  content: "\e622";
}
.fusion-icon-list:before {
  content: "\e623";
}
.fusion-icon-image:before {
  content: "\e624";
}
.fusion-icon-images:before {
  content: "\e625";
}
.fusion-icon-quotes-left:before {
  content: "\e627";
}
.fusion-icon-film:before {
  content: "\e628";
}
.fusion-icon-headphones:before {
  content: "\e629";
}
.fusion-icon-bubbles:before {
  content: "\e62a";
}
.fusion-icon-TFicon:before {
  content: "\e62d";
}
.fusion-icon-googleplus:before {
  content: "\e900";
}
.fusion-icon-search:before {
  content: "\f002";
}
.fusion-icon-star:before {
  content: "\f005";
}
.fusion-icon-star-o:before {
  content: "\f006";
}
.fusion-icon-gear:before {
  content: "\f013";
}
.fusion-icon-check-square-o:before {
  content: "\f046";
}
.fusion-icon-check-circle-o:before {
  content: "\f05d";
}
.fusion-icon-shopping-cart:before {
  content: "\f07a";
}
.fusion-icon-bars:before {
  content: "\f0c9";
}
.fusion-icon-caret-left:before {
  content: "\f0d9";
}
.fusion-icon-caret-right:before {
  content: "\f0da";
}
.fusion-icon-angle-left:before {
  content: "\f104";
}
.fusion-icon-angle-right:before {
  content: "\f105";
}
.fusion-icon-angle-up:before {
  content: "\f106";
}
.fusion-icon-angle-down:before {
  content: "\f107";
}
.fusion-icon-spinner:before {
  content: "\f110";
}
.fusion-icon-vk:before {
  content: "\f189";
}

.fusion-alert .close,
.tribe-events-notices .close {
  position: absolute;
  box-sizing: content-box;
  right: -1px;
  top: -1px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  opacity: 1;
  border: 1px solid;
  border-color: inherit;
  color: inherit;
  font-size: 15px;
  transition: all .2s;
}
.fusion-alert .close:hover,
.tribe-events-notices .close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.fusion-alert .alert-icon,
.tribe-events-notices .alert-icon {
  margin-right: 10px;
}
.fusion-alert.alert-blank,
.tribe-events-notices.alert-blank {
  border: 1px solid #747474;
}
.fusion-alert.alert-info,
.tribe-events-notices.alert-info {
  background-color: #fff;
  border-color: #D7D6D6;
  color: inherit;
}
.tribe-events-notices {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-color: #D7D6D6;
  color: inherit;
  text-shadow: none;
}
/* All styles in Avada/less/theme/blog.less */
.fusion-button-wrapper {
  display: inline;
}
.fusion-button-wrapper.fusion-aligncenter {
  display: block;
}
.fusion-button,
.post-password-form input[type="submit"],
.wpcf7-submit,
.gform_wrapper .gform_button,
.gform_wrapper .button,
.woocommerce .checkout #place_order,
.woocommerce .cart-collaterals .checkout-button,
.bbp-submit-wrapper .button,
.tribe-events-tickets .button {
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
}
.fusion-button:before,
.post-password-form input[type="submit"]:before,
.wpcf7-submit:before,
.gform_wrapper .gform_button:before,
.gform_wrapper .button:before,
.woocommerce .checkout #place_order:before,
.woocommerce .cart-collaterals .checkout-button:before,
.bbp-submit-wrapper .button:before,
.tribe-events-tickets .button:before,
.fusion-button:after,
.post-password-form input[type="submit"]:after,
.wpcf7-submit:after,
.gform_wrapper .gform_button:after,
.gform_wrapper .button:after,
.woocommerce .checkout #place_order:after,
.woocommerce .cart-collaterals .checkout-button:after,
.bbp-submit-wrapper .button:after,
.tribe-events-tickets .button:after {
  content: " ";
  display: table;
}
.fusion-button:after,
.post-password-form input[type="submit"]:after,
.wpcf7-submit:after,
.gform_wrapper .gform_button:after,
.gform_wrapper .button:after,
.woocommerce .checkout #place_order:after,
.woocommerce .cart-collaterals .checkout-button:after,
.bbp-submit-wrapper .button:after,
.tribe-events-tickets .button:after {
  clear: both;
}
.fusion-button:hover,
.post-password-form input[type="submit"]:hover,
.wpcf7-submit:hover,
.gform_wrapper .gform_button:hover,
.gform_wrapper .button:hover,
.woocommerce .checkout #place_order:hover,
.woocommerce .cart-collaterals .checkout-button:hover,
.bbp-submit-wrapper .button:hover,
.tribe-events-tickets .button:hover {
  transition: all .3s;
}
.fusion-button:focus,
.post-password-form input[type="submit"]:focus,
.wpcf7-submit:focus,
.gform_wrapper .gform_button:focus,
.gform_wrapper .button:focus,
.woocommerce .checkout #place_order:focus,
.woocommerce .cart-collaterals .checkout-button:focus,
.bbp-submit-wrapper .button:focus,
.tribe-events-tickets .button:focus {
  outline: 0;
}
.fusion-button-text,
.fusion-button-icon-divider,
.fusion-button i {
  transition: all .2s;
}
.fusion-button-text:hover,
.fusion-button-icon-divider:hover,
.fusion-button i:hover {
  transition: all .3s;
}
.ls-container .button,
.ls-container .fusion-button {
  transition: none !important;
}
.ls-container .button:hover,
.ls-container .fusion-button:hover {
  transition: none !important;
}
#wrapper .fusion-button-square,
.fusion-body .fusion-button-square,
#wrapper .button-square {
  border-radius: 0;
}
#wrapper .fusion-button-round,
.fusion-body .fusion-button-round,
#wrapper .button-round {
  border-radius: 2px;
}
#wrapper .fusion-button-round.button-3d,
.fusion-body .fusion-button-round.button-3d,
#wrapper .button-round.button-3d {
  border-radius: 4px;
}
#wrapper .fusion-button-pill,
.fusion-body .fusion-button-pill,
#wrapper .button-pill {
  border-radius: 25px !important;
}

.button span {
  line-height: normal;
}
button.fusion-button.button-3d:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
}
.button-icon-left {
  margin-right: 10px;
}
.button-icon-right {
  margin-left: 10px;
}
.button-icon-divider-left,
.button-icon-divider-right {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
}
.button-icon-divider-left i,
.button-icon-divider-right i {
  position: relative;
}
.button-icon-divider-left img,
.button-icon-divider-right img {
  position: relative;
}
.button-small .button-icon-divider-left img,
.button-small .button-icon-divider-right img {
  max-width: 22px;
}
.button-medium .button-icon-divider-left img,
.button-medium .button-icon-divider-right img {
  max-width: 23px;
}
.button-large .button-icon-divider-left img,
.button-large .button-icon-divider-right img {
  max-width: 24px;
}
.button-xlarge .button-icon-divider-left img,
.button-xlarge .button-icon-divider-right img {
  max-width: 25px;
}
.button-icon-divider-left {
  left: 0;
  border-right: 1px solid;
}
.button-icon-divider-right {
  right: 0;
  border-left: 1px solid;
}

.fontawesome-icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.fontawesome-icon.circle-yes {
  border-radius: 50%;
  /* Fix to make border-radius work for transparent colors */
  background-clip: padding-box;
  background-clip: inherit;
  border-width: 1px;
  border-style: solid;
  background-color: #333333;
  color: #fff;
  text-align: center;
  margin-top: 2px;
}
.fontawesome-icon.circle-no.size-large {
  margin-top: 2px;
}
.fontawesome-icon.circle-no.size-medium {
  margin-top: 3px;
}
.fontawesome-icon.circle-no.size-small {
  margin-top: 5px;
}

.fullwidth-box.video-background {
  position: relative;
}
.fullwidth-box.video-background .fullwidth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
}
.fullwidth-box.video-background .fullwidth-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.fullwidth-box.video-background .fullwidth-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fullwidth-box.video-background .fusion-row {
  position: relative;
  z-index: 10;
}
.fullwidth-box.video-background .fullwidth-video-image {
  display: none;
}
.ua-mobile .fullwidth-box.video-background .fullwidth-video-image {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.fullwidth-box.faded-background {
  position: relative;
  overflow: hidden;
}
.fullwidth-box.faded-background .fullwidth-faded {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
}
.fullwidth-box.faded-background .fusion-row {
  position: relative;
  z-index: 10;
}
.hundred-percent-fullwidth {
  overflow: hidden;
}
.hundred-percent-fullwidth .fusion-row {
  max-width: none !important;
}
#main .fullwidth-box .fusion-row {
  padding-left: 0;
  padding-right: 0;
}
.ua-safari .fullwidth-box.faded-background .fullwidth-faded {
  -webkit-transform: translate3d(0, 0, 0);
}
.ua-safari.ua-mobile .fullwidth-box.faded-background .fullwidth-faded {
  -webkit-transform: none;
}

/* bottom shadow classes in taglinebox.less */
.imageframe-align-center {
  text-align: center;
}

#wrapper .full-boxed-pricing .panel-wrapper {
  padding: 0;
}
.full-boxed-pricing .panel-container {
  padding: 9px;
  background-color: #f8f8f8;
}
.full-boxed-pricing .panel-wrapper:last-child .fusion-panel {
  border-right: 1px solid #e5e4e3;
}
.full-boxed-pricing .panel-body .price .currency {
  top: -20px;
  font-size: 21px;
}
.full-boxed-pricing .panel-body .price .integer-part {
  font-size: 55px;
}
.full-boxed-pricing .panel-body .price .decimal-part {
  top: -20px;
  font-size: 17px;
}
.full-boxed-pricing .panel-body .price .time {
  font-size: 11px;
}
.full-boxed-pricing .panel-wrapper:hover .panel-heading {
  background-color: #f8f8f8;
}
.sep-boxed-pricing .panel-wrapper {
  margin-bottom: 10px;
  padding: 0;
}
.sep-boxed-pricing .panel-container {
  padding: 9px;
  background-color: #f8f8f8;
}
.sep-boxed-pricing .panel-heading {
  background-color: #a0ce4e;
  border-radius: 0;
  /* Fix to make border-radius work for transparent colors */
  background-clip: padding-box;
  border-bottom: 1px solid #e5e4e3;
  text-align: center;
}
.sep-boxed-pricing .panel-heading h3 {
  margin: 0;
}
.sep-boxed-pricing .panel-body .price .currency {
  top: -30px;
  font-size: 28px;
}
.sep-boxed-pricing .panel-body .price .integer-part {
  font-size: 75px;
}
.sep-boxed-pricing .panel-body .price .decimal-part {
  font-size: 23px;
}
.sep-boxed-pricing .panel-body .price .time {
  font-size: 20px;
}
body:not(:-moz-handler-blocked) .fusion-separator.sep-shadow:after {
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
}
.fusion-sharing-box {
  display: table;
  margin-bottom: 55px;
  padding: 20px;
  height: 70px;
  width: 100%;
  background-color: #f6f6f6;
}
.fusion-sharing-box.boxed-icons {
  padding: 15px 20px;
}
.fusion-sharing-box h4,
.fusion-sharing-box .fusion-social-networks {
  display: table-cell;
  vertical-align: middle;
}
.fusion-sharing-box .fusion-social-networks {
  text-align: right;
}
.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
  margin-bottom: 0;
}
.fusion-slider-sc .slides > li:first-child {
  display: block;
}
.fusion-slider-sc .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin: -20px 0 0;
  height: 30px;
  width: 30px;
  opacity: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-family: 'icomoon';
  -webkit-font-smoothing: none;
}
.fusion-slider-sc:hover .flex-next:hover,
.fusion-slider-sc:hover .flex-prev:hover {
  opacity: 1;
}
.fusion-social-networks {
  overflow: hidden;
}
.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px;
}
.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 10px 10px 10px;
  font-size: 16px;
  color: #46494a;
}
.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: 0.8;
}
.fusion-social-networks .fusion-social-network-icon:before {
  color: inherit;
}
.fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: 0 -5px;
}
.fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 0 5px 10px 5px;
  padding: 8px;
  background-color: #46494a;
  border: none;
  border-radius: 3px;
  /* Fix to make border-radius work for transparent colors */
  background-clip: padding-box;
  background-clip: inherit;
  border: 1px solid #46494a;
  color: #ffffff;
}
.fusion-social-links-footer {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  text-align: right;
}
.fusion-social-links-footer .fusion-social-networks {
  margin-top: 10px;
}
.widget .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -5.5px;
}
.widget .fusion-social-networks .fusion-social-network-icon {
  margin: 0 5.5px 14px 5.5px;
}
.widget .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: 0 -3.5px;
}
.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 0 3.5px 10px 3.5px;
}
.fusion-tabs {
  margin-bottom: 50px;
}
.fusion-tabs .nav {
  display: none;
}
.fusion-tabs .fusion-mobile-tab-nav {
  display: block;
}
.fusion-tabs.clean .tab-pane {
  margin: 20px 0;
}
.fusion-tabs .nav-tabs {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: 1px solid #f1f2f2;
  border-bottom: none;
  background-color: #fff;
}
.fusion-tabs .nav-tabs:before,
.fusion-tabs .nav-tabs:after {
  content: " ";
  display: table;
}
.fusion-tabs .nav-tabs:after {
  clear: both;
}
.fusion-tabs .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0 none;
}
.fusion-tabs .nav-tabs li {
  display: block;
  position: relative;
  float: none;
  text-align: center;
}
.fusion-tabs .nav-tabs li .fusion-tab-heading {
  margin: 0;
}
.fusion-tabs .nav-tabs li .tab-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 11px 0;
  outline: 0;
  line-height: normal;
  border: none;
  border-top: 3px solid #f1f2f2;
  background-color: #f1f2f2;
  color: #747474;
  cursor: pointer;
  transition: all .2s;
}
.fusion-tabs .nav-tabs li .tab-link:hover,
.fusion-tabs .nav-tabs li .tab-link:focus {
  border-top-color: #fff;
  background-color: #fff;
}
.fusion-tabs .nav-tabs li .tab-link .fa {
  float: none;
  color: inherit;
}
.fusion-tabs .nav-tabs > .active > .tab-link {
  border: none;
  border-top: 3px solid #a0ce4e;
  background-color: #fff;
  cursor: pointer;
}
.fusion-tabs .nav-tabs > .active > .tab-link:hover,
.fusion-tabs .nav-tabs > .active > .tab-link:focus {
  border-top: 3px solid #a0ce4e;
}
.fusion-tabs .tab-content > .active {
  display: block;
}
.fusion-tabs .tab-pane {
  display: none;
  padding: 15px;
  max-width: 100%;
  border: 1px solid #f1f2f2;
  border-top: none;
}
.fusion-tabs.nav-not-justified .nav-tabs .tab-link {
  padding: 11px 15px;
}
.fusion-tabs.clean .nav-tabs {
  background: none;
  border: none;
}
.fusion-tabs.clean .nav-tabs li {
  margin-bottom: 10px;
}
.fusion-tabs.clean .nav-tabs li .tab-link {
  padding: 14px 15px;
  border: 1px solid;
}
.fusion-tabs.clean .nav-tabs li .tab-link:hover,
.fusion-tabs.clean .nav-tabs li .tab-link:focus {
  border: 1px solid;
}
.fusion-tabs.clean .tab-content {
  margin-top: 20px;
}
.fusion-tabs.clean .tab-content .tab-pane {
  padding: 0;
  background: transparent;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  border-color: #e5e4e3;
}
.table > thead > tr > th,
.table > tbody > tr > th {
  padding: 20px;
  font-weight: bold;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 20px;
}
.table > tfoot > tr > td {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table-1 table,
.tkt-slctr-tbl-wrap-dv table {
  border: 1px solid#dcdcdc;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.table-1 table th,
.tkt-slctr-tbl-wrap-dv table th {
  border: 1px solid #dcdcdc;
  background: #f6f6f6;
  padding: 20px;
  text-align: left;
}
.table-1 tr:nth-child(even),
.tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
  background: #f6f6f6;
}
.table-1 tr td,
.tkt-slctr-tbl-wrap-dv tr td {
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
}
.table-2 table thead {
  border: 1px solid #d3d3d3;
  text-align: left;
}
.table-2 table th {
  padding: 20px;
  color: #fff;
}
.table-2 tr td {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
}
.fusion-reading-box-container {
  z-index: 1;
  position: relative;
  margin-bottom: 84px;
}
.fusion-reading-box-container .reading-box {
  padding: 28px 28px 27px 31px;
  background-color: #F2EFEF;
  border-left: 3px solid #a0ce4e;
}
.fusion-reading-box-container .reading-box.reading-box-center {
  text-align: center;
}
.fusion-reading-box-container .reading-box.reading-box-right {
  text-align: right;
}
.fusion-reading-box-container .reading-box h2 {
  margin: 0 0 7px;
  line-height: 20px;
  font-size: 18px;
}
.fusion-reading-box-container .reading-box-additional {
  display: inline-block;
  width: 100%;
}
.fusion-reading-box-container .fusion-desktop-button {
  display: block;
}
.fusion-reading-box-container .continue-center {
  display: inline-block;
  float: none;
  margin: 15px auto 0 auto;
}
.fusion-reading-box-container .continue-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fusion-reading-box-container .continue-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.fusion-reading-box-container .fusion-mobile-button {
  display: none;
  float: none;
  margin: 20px 0 0;
}
.fusion-reading-box-container .fusion-mobile-button.continue-center {
  display: inline-block;
}
.element-bottomshadow {
  position: relative;
}
.element-bottomshadow:before,
.element-bottomshadow:after {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 60%;
  content: "";
  opacity: 0.7;
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.element-bottomshadow:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
/*
* Clean Design
*/
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  margin-top: 10px;
  text-transform: uppercase;
}
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a {
  display: inline;
  float: none;
  padding: 0;
  letter-spacing: 1px;
}
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:hover {
  opacity: 0.6;
}
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:after {
  display: none;
}
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons .wc-forward {
  display: none;
}
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons .fusion-rollover-linebreak {
  display: inline-block;
  margin: 0 10px;
}
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-below-image .fusion-carousel-title {
  text-align: center;
}
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-below-image .fusion-carousel-meta {
  text-align: center;
}
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-on-rollover .fusion-rollover-linebreak {
  display: none;
}
.fusion-woo-product-slider {
  overflow: hidden;
  margin-bottom: 55px;
}
.fusion-woo-product-slider .fusion-rollover .price {
  margin-top: 5px;
}
.fusion-woo-product-slider .fusion-rollover .price .amount {
  font-size: 18px;
}
.fusion-youtube.center-video .video-shortcode,
.fusion-vimeo.center-video .video-shortcode {
  margin: 0 auto;
}
.fusion-events-shortcode .fusion-layout-column {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
}
.fusion-events-shortcode .fusion-events-thumbnail {
  display: block;
  border-bottom: 1px solid transparent;
}
.fusion-events-shortcode .tribe-events-event-image {
  display: block;
  width: 100%;
}
.fusion-events-shortcode .fusion-full-one {
  width: 100%;
}
.fusion-events-shortcode .fusion-full-one .tribe-events-event-image {
  height: 416px;
}
.fusion-events-shortcode .fusion-one-half .tribe-events-event-image {
  height: 416px;
}
.fusion-events-shortcode .fusion-one-third .fusion-events-placeholder {
  width: 337px;
  height: 216px;
}
.fusion-events-shortcode .fusion-one-third .tribe-events-event-image {
  height: 216px;
}
.fusion-events-shortcode .fusion-one-fourth .fusion-events-placeholder {
  width: 242px;
  height: 173px;
}
.fusion-events-shortcode .fusion-one-fourth .tribe-events-event-image {
  height: 173px;
}
.fusion-events-shortcode .fusion-one-fifth .fusion-events-placeholder {
  width: 177px;
  height: 142px;
}
.fusion-events-shortcode .fusion-one-fifth .tribe-events-event-image {
  height: 142px;
}
.fusion-events-shortcode .fusion-one-sixth .fusion-events-placeholder {
  width: 147px;
  height: 118px;
}
.fusion-events-shortcode .fusion-one-sixth .tribe-events-event-image {
  height: 118px;
}
.fusion-events-shortcode .fusion-events-meta {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.fusion-events-shortcode .fusion-events-meta .recurringinfo,
.fusion-events-shortcode .fusion-events-meta .event-is-recurring {
  display: inline;
}
.fusion-events-shortcode .tribe-events-tooltip {
  display: none;
}
.fusion-events-shortcode .tribe-events-divider {
  padding: 0px 5px;
}
.fusion-events-shortcode .tribe-events-event-image {
  margin-bottom: 0;
}
.fusion-events-shortcode h2 {
  margin-bottom: 0;
}
.fusion-events-shortcode h4 {
  margin: 0;
}
.right h6{margin-bottom:14px !important;}
/*
*
*   CUSTOM CSS IS BELOW THIS SECTION
*
*
*customcss
*/
.home .wp-block-advgb-button a:visited,
.page-id-26761 .wp-block-advgb-button a:visited{
    color:#ffffff !important;
}
#stacked-footer .widget-area{
    background:#133648;
    text-align:center;
    margin:30px auto 20px auto;
}
/*page-id-7775*/
#stacked-footer{
    background:#133648;
    margin:0 10%;
    padding:0 60px;
}
#List-Tables{
    color:#444444;
    font-size:16px;
}
#List-Tables a{
    color:#a01618;
}
#List-Tables a:hover{
    color:#072c5e;
}
#List-Tables,
#List-Form,
#openfilter{
    margin: calc(1 * 1rem) 1rem 1rem;
    width: calc(100% - 2rem);
}
#openfilter{width:auto !important;}
h1:not(.site-title):before,
h2:before{
    content:none !important;
}
.page-template-School-List #main,
.page-template-Company-List #main{
  padding: 5px 10px 45px;
}
/*PROFILE PAGES*/
@media (max-width: 800px){
    .jobsTab .content-class-distinct,
    #renderedTabs .content-class-distinct{
        height:auto !important;
    }
    table td{
        word-break:break-word !important;
    }
}
@media (max-width: 550px){
    .fusion-fullwidth-2 .fusion-three-fourth,
    .fusion-fullwidth-1 .fusion-three-fourth,
    .fusion-fullwidth-3 .fusion-two-third{
        width:100%;
    }
    .fusion-fullwidth-2 .fusion-one-fourth{
        display:none;
    }
    .fusion-fullwidth-3 h6,
    .mobile-text{
        font-size:16px !important;
    }
    #renderedTabs img{
        width:30vw !important;
    }
    .fusion-fullwidth-4 .tab-pane img{
        display:none;
    }
    .fusion-fullwidth-4 .profile-tab{
        width:33% !important;
    }
    #vertical-tab-column,
    .verical-content-column{
        width:100% !important;
        float:none !important;
    }
    div#vertical-tab-column > div > a > h4{
        font-size:16px !important;
    }
    div#vertical-tab-column > div{
        width:100%;
        word-break: break-word;
        text-align:center;
    }
    .tab-pane:before{
        height:20px;
        display:block;
        content:'';
    }
    .page-template-Employer-Profile .fusion-fullwidth-4 .fusion-tabs{
        margin-bottom:0px;
    }
    .page-template-Employer-Profile .fusion-fullwidth-4 > .fusion-row > .fusion-separator{
        margin:0 !important;
    }
}
@media (max-width: 450px){
    .fusion-fullwidth-3 .fusion-two-third .content-box-column{
        width:100%;
        padding:0;
    }
    #logos{
        float:none !important;
    }
    #logos > div{
        float:none !important;
        margin-right:auto !important;
        margin-left:auto !important;
    }
}
@media (max-width: 767px){
    .premium-chart-canvas-container {
        display: none;
    }
}
@media (max-width: 350px){
    .fusion-fullwidth-3 .fusion-content-boxes{
        margin-left:0 !important;
        margin-right:0 !important;
    }
}
/*END PROFILE PAGES*/
/*
*   LOGO PAGES
*/
.imgopen{
    display:block;
    font-weight:900;
    font-size:22px;
    margin:-20px 0 0;
}
.imgclose{
    display:none;
    font-weight:900;
    font-size:22px;
}
@keyframes shrink {
    from { transform:scale(1);height:inherit; }
    to   { transform:scale(0);height:0px; }
}
@keyframes slidein {
  from { transform: translateX(-150%); }
  to   { transform: translateX(0%); }
}
@keyframes slideout {
  from { transform: translateX(0%); }
  to   { transform: translateX(-150%); }
}
#designation,
#bronze,
#silver,
#gold,
#top{
    margin:0px ;
}
#designation img,
#bronze img,
#silver img,
#gold img,
#top img{
    width:fit-content !important;
    max-width:200px !important;
}
#designation:before,
#bronze:before,
#silver:before,
#gold:before,
#top:before{
    height:35px;
    display:block;
    content: '';
}
/*
*   END LOGO PAGES
*/
/*THEMEING FOR THE TABBED SECTIONS*/
li.advgb-tab.ui-tabs-active{
    background-color:#ffffff !important;
}
li.advgb-tab.ui-tabs-active a{
    color:#333333;
}
li.advgb-tab.ui-state-default{
    background-color:#133648 !important;
}
li.advgb-tab.ui-state-default a{
    color:#ffffff;
}
.ui-accordion-header-icon{
    display:none !important;
}
/*END OF THEMEING FOR THE TABBED SECTIONS*/
/*THEMEING FOR THE DROPDOWN SECTIONS (FAQs)*/
.advgb-accordion-header{
    background-color:#dddddd !important;
    color:#921c1d !important;
}
/*END THEMEING FOR THE DROPDOWN SECTIONS*/
/*THEMEING FOR HEADERS WITH ICONS*/
.uagb-icon-list__label-wrap{
    margin:20px 0 0 0;
}
/*END THEMEING FOR HEADERS WITH ICONS*/
#employeeLogo,
#spouseLogo,
#supplierDiversityLogo,
#brandLogo,
#companyLogo,
#schoolLogo{
  display:inline-block;
  margin-left: auto;
  margin-right: auto;
}
#employeeLogo img,
#spouseLogo img,
#supplierDiversityLogo img,
#brandLogo img,
#companyLogo img,
#schoolLogo img{
  width:150px!important;
}
#employeeLogo p,
#spouseLogo p,
#supplierDiversityLogo p,
#brandLogo p,
#companyLogo p,
#schoolLogo p{
    display:inline;
}
#logo-container{
    text-align:center;
}

#post-20561 .aligncenter{
    width:100% !important;
}
#schoolname,
#List-Form #name{
    width:70%;
}
/*
*   FILTER THEMEING
*/
#employer-filter-one,
#employer-filter-two,
#employer-filter-three,
#employer-filter-four,
#school-filter-one,
#school-filter-two,
#school-filter-three,
#school-filter-four{
    width:25%;
    float:left;
    min-height:60px;
    color:#ffffff;
}
.page-template-School-Spouse-List #school-filter-one,
.page-template-School-Spouse-List #school-filter-two,
.page-template-School-Spouse-List #school-filter-three{
    width:33%;
}
#employer-filter-two #industry{
    width:100%;
}
@media (max-width: 950px) {
    #employer-filter-one,
    #employer-filter-two,
    #employer-filter-three,
    #employer-filter-four,
    #school-filter-one,
    #school-filter-two,
    #school-filter-three,
    #school-filter-four{
        width:50%;
    }
} 
/*
*   END FILTER THEMEING
*/
/*
*   HEADER THEMEING
*/
.fusion-alignright {
  /*display: inline;
  margin-left: 15px;*/
  /*float:right;*/
  float:left;
  padding:10px 0 0 0;
  width:25%;
}
.site-logo{
    position:relative;
    right:0;
    top:0;
    float:left;
    width:25%;
}
#site-navigation{
    text-align:center;
    margin:0px;
    padding: 10px 0 0 0;
    width:45%;
    float:left;
}
.page-template-Employer-Profile-php #site-navigation a,
.page-template-Employer-Profile-php #site-navigation .svg-icon,
.page-template-School-Profile-php #site-navigation a,
.page-template-School-Profile-php #site-navigation .svg-icon{
    /*color:#ffffff !important;*/
}
#site-navigation button{background:transparent !important;}
#site-navigation a,
#site-navigation .svg-icon{
    color:#133648;
}
#site-navigation .sub-menu a{
    color:#ffffff;
    text-align:left;
}
.main-navigation .sub-menu{
    background-color:#133648;
}
.wp-block-advgb-button_link{
    font-size: 18px !important;
    color: #fff !important;
    background-color: #a31818 !important;
    padding: 10px 100px 10px 100px !important;
    border-width: 0px !important;
    border-color: #2196f3 !important;
    border-style: solid !important;
    border-radius: 0px !important;
}
#post-26857 .aligncenter{
    max-width:100% !important;
}
.wp-block-advgb-button_link:hover{
    background-color:#133648 !important;
}
/*.logged-in .site-branding-container{
    padding:5vh 0 0 0 !important;
}*/
.site-branding-container{
    height:100px;
    background:#ffffff !important;
    /*background: rgba(0,0,0,.5);*/
    /*padding: 0px 40px 40px 40px;*/
}
.page-template-School-List #masthead,
.page-template-Company-List #masthead{
    height:70vh !important;
}
.page-template-Employer-Profile-php #masthead,
.page-template-School-Profile-php #masthead{
    padding: 0px;
    margin-bottom: -60px;
}
/***/
/*
*   FOOTER THEMEING
*/
#footerSocial a{
    margin:0 10px;
}
.site-footer{
    background:#133648;
    /*padding:0 10%;*/
}
#nav_menu-3 li{
    text-align:left;
    line-height:16px;
    margin:0px;
}
#nav_menu-3 a{
    text-decoration:underline;
    font-size:16px;
}
#nav_menu-3 #menu-footer-menu{
    column-count:2;
}
#stacked-footer .widget-area-one,
#stacked-footer .widget-area-two,
#stacked-footer .widget-area-three,
#stacked-footer .widget-area-four{
    float:left;
    display:flex;
}
#stacked-footer .widget-area-one{
    width:10%;
}
#stacked-footer .widget-area-two,
#stacked-footer .widget-area-four{
    width:25%;
}
#stacked-footer .widget-area-three{
    width:40%;
    min-width:300px;
    color:#ffffff;
}
#stacked-footer .widget-area-two ul,
#stacked-footer .widget-area-three p{
    margin:0px;
}
#colophon .site-info{
    margin:50px;
}
@media (max-width: 1090px){
    #stacked-footer .widget-area-one{
        width:25%;
    }
    #stacked-footer .widget-area-two{
        width:35%;
    }
    #stacked-footer .widget-area-three{
        width:40%;
        min-width:auto;
    }
    #stacked-footer .widget-area-four{
        width:100%;
        text-align:center;
    }
}
@media (max-width: 850px){
    #stacked-footer .widget-area-one{
        width:40%;
    }
    #stacked-footer .widget-area-two{
        width:60%;
    }
    #stacked-footer .widget-area-three{
        width:100%;
        clear:left;
    }
}
@media (max-width: 550px){
    #stacked-footer .widget-area-one{
        width:100%;
        padding:0 30%;
    }
    #stacked-footer .widget-area-two{
        width:100%;
    }
    #stacked-footer{
        padding:0 0;
    }
}
@media (max-width: 450px){
    #nav_menu-3 #menu-footer-menu{
        column-count:1;
    }
    #nav_menu-3 li{
        text-align:center;
    }
}
/*
*   FONTS AND FONT SIZES
*/

.uagb-icon-list__label{
    font-size:24px !important;
}
#uagb-column-5565b093-7a29-4dab-9faa-69411bdb8bf7 .uagb-icon-list__label{
    font-size:16px !important;
}
.uagb-icon-list__source-icon svg{
    height: 25px !important;
    width: 25px !important;
}
#uagb-column-5565b093-7a29-4dab-9faa-69411bdb8bf7 .uagb-icon-list__source-icon svg{
    height: 17px !important;
    width: 17px !important;
}
#uagb-column-5565b093-7a29-4dab-9faa-69411bdb8bf7 .wp-block-uagb-icon-list{
    padding:0 0 10px;
}
body{
    color:#333333;
}

h1{
    font-size:30px;
}
h2{
    font-size:28px;
}
h3{
    font-size:24px;
}
h4{
    font-size:18px;
}
h5{
    font-size:16px;
    font-weight:900;
}
h6{
    font-size:16px;
}

.page-template-Company-Spouse-List-php button,
.page-template-Company-List-php button,
.page-template-School-Spouse-List-php button,
.page-template-School-List-php button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    background:#133648 !important;
}
/*
*   END OF FONTS AND FONT SIZES
*/

/*
*
*   FONTS
*
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 5px;
}
/*
*   END OF ALL THE MEDIA QUERIES
*/
#menu-footer-menu .menu-item{
    padding: 5px;
}

/*
*   CSS RULES FOR THE STATES SEARCH AND STATE PROFILES
*/
.page-id-44826 #searchResults H3{
    font-size:30px;
    color:#000000;
    line-height:38px;
    font-weight:700;
}
.page-id-44826 li{
    font-size:16px !important;
    font-weight:600 !important;
}
.page-id-44826 #searchResults .result{
    background: #ffffff;
    padding: 30px;
    margin: 20px 0px;
    border-radius: 20px;
    display: block;
    overflow: auto;
}
.page-id-44826 input[type=checkbox]{
	cursor:pointer;
	accent-color: #a7261f;
	width:auto !important;
}
.page-id-44826 input[type=checkbox]:hover{
	box-shadow: 0px 0px 2px 2px #a7261f;
}
.page-id-44826 input[type=checkbox]:checked{
	background-position: 0 -15px;
	box-shadow: 0px 0px 2px 2px #aaaaaabd;
}
.page-id-44826 label{
    font-size:16px;
}
.page-id-44826 .elementor-field-label{
    color: #12364a;
    font-size: 18px;
    margin: 10px 0 5px 0;
    border-bottom: 0.5px solid #12364a;
}

.page-id-44826 #hide-search{
    display:none !important;
}

.page-id-44826 .state-btn-parent{
    display: block;
    float: right;
    clear:right;
    margin: 32px 22px;
}

.page-id-44826 .state-btn{
    color: #ffffff;
    padding: 10px;
    font-size: 17px;
    background: #002a3e;
    border-radius: 20px;
    font-weight: 600;
}

.page-id-44826 .state-flag{
    display:block;
    float:right;
    margin: 22px 22px 0;
}

.page-id-44826 .state-flag img{
    min-height:120px;
    border: 1px solid #000000;
}

.page-id-44826 .state-name,
.page-id-44826 .state-result-list{
    display: block;
    float: left;
    clear: left;
}

.page-id-44826 #search-states:hover,
.page-id-44826 #search-reset:hover,
.page-id-44826 .state-btn:hover{
    /*background: #a7261f;*/
    /*border:3px solid #a7261f;*/
	box-shadow: 0px 0px 6px 1px #a7261f;
}
.state-population,
.veteran-population{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}
.education-section .section-title,
.business-section .section-title,
.tax-section .section-title,
.stateEmployment-section .section-title,
.dmv-section .section-title,
.recreation-section .section-title{
    display:inline-block;
    color:#002a3e;
}
.education-section,
.business-section,
.tax-section,
.stateEmployment-section,
.dmv-section,
.recreation-section{
    border-bottom: 2px solid #002a3e;
}
.education-summary,
.business-summary,
.tax-summary,
.stateEmployment-summary,
.dmv-summary,
.recreation-summary{
    background: #f3f3f3;
    padding: 20px;
    border: 1px solid #002A3E;
    border-radius: 20px;
    line-height: 28px !important;
}
#education-expand,
#education-collapse,
#business-expand,
#business-collapse,
#tax-expand,
#tax-collapse,
#stateEmployment-expand,
#stateEmployment-collapse,
#dmv-expand,
#dmv-collapse,
#recreation-expand,
#recreation-collapse{
    padding: 0 0 0 25px;
    color: #9B2D2C;
    font-weight: 700;
    float: right;
    margin: 1rem 0;
    line-height: 1.2rem;
    font-size:.65rem;
}
#education-accordian,
#education-collapse,
#business-accordian,
#business-collapse,
#tax-accordian,
#tax-collapse,
#stateEmployment-accordian,
#stateEmployment-collapse,
#dmv-accordian,
#dmv-collapse,
#recreation-accordian,
#recreation-collapse{
    display:none;
}
#education-accordian div,
#business-accordian div,
#tax-accordian div,
#stateEmployment-accordian div,
#dmv-accordian div,
#recreation-accordian div,
#education-accordian li,
#business-accordian li,
#tax-accordian li,
#stateEmployment-accordian li,
#dmv-accordian li,
#recreation-accordian li{
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Roboto", Sans-serif !important;
}
#education-accordian div,
#business-accordian div,
#tax-accordian div,
#stateEmployment-accordian div,
#dmv-accordian div,
#recreation-accordian div{
    font-weight:500 !important;
}
.page-id-44826 #mobile-filter-btn{
    display:none;
}
.page-id-44826 #search-filters-column{
    margin-top:40px;
}
@media (max-width: 650px) {
    .page-id-44826 .state-flag{
        float: left;
        margin: 15px 5px 0;
        clear: left;
    }
    .page-id-44826 .state-btn-parent{
        float: left;
        clear:left;
        margin: 10px 6px 20px;
    }
    .page-id-44826 #searchResults h3{
        margin-bottom:0px !important;
    }
}
@media (max-width: 767px) {
    .page-id-44826 #mobile-filter-btn{
        display:block;
    }
    .page-id-44826 #search-filters-column{
        display:none;
    }
}

/*
*   CSS RULES FOR THE STATES SEARCH AND COMPANY SEARCH
*/
.page-id-45199 #searchResults H3,
.page-id-47128 #searchResults H3{
    font-size:38px;
    color:#000000;
    font-weight:600;
}

.page-id-45199 li,
.page-id-47128 li{
    font-size:16px !important;
    font-weight:600 !important;
}
.page-id-45199 #searchResults .result{
    background: #ffffff;
    padding: 30px;
    margin: 20px 0px;
    border-radius: 20px;
    display: block;
    overflow: auto;
}
/**/
.page-id-47128 #searchResults .result{
    background: #ffffff;
    padding: 30px;
    margin: 20px 0px;
    border-radius: 20px;
    display: flex;
    overflow: auto;
    
}
.page-id-47128 #searchResults .result .logoColumn{
    padding: 0 10px 0 0;
    vertical-align: top;
}
.page-id-47128 .company-logo img{
    min-height: 100px;
    border: 1px solid #000000;
    max-width: 100px;
    object-fit: contain;
    border-radius:20px;
}
.page-id-47128 #searchResults .result .contentColumn{
    display: flex;
    flex-direction: column;
    width: 80%;
    flex-grow:1;
}
.page-id-47128 #searchResults .result .contentColumn .contentColumnTop{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contentColumnMiddle .company-size,
.contentColumnMiddle .company-industry,
.contentColumnMiddle .company-location{
    display:inline-block;
    padding:0 30px 0 0;
    color:#000000;
}
.page-id-47128 #searchResults .result .contentColumn .company-about{
    color:#6a6a6a;
    word-wrap: break-word;
}
/**/
.page-id-45199 input[type=checkbox]{
	cursor:pointer;
	accent-color: #a7261f;
}
.page-id-45199 input[type=checkbox]:hover{
	box-shadow: 0px 0px 2px 2px #a7261f;
}
.page-id-45199 input[type=checkbox]:checked{
	background-position: 0 -15px;
	box-shadow: 0px 0px 2px 2px #aaaaaabd;
}
.page-id-45199 label,
.page-id-47128 label{
    font-size:16px;
}
.page-id-45199 .elementor-field-label{
    color: #12364a;
    font-size: 18px;
    margin: 10px 0 5px 0;
    border-bottom: 0.5px solid #12364a;
}
.page-id-47128 .elementor-field-label{
    color: #12364a;
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.page-id-45199 #hide-search,
.page-id-47128 #hide-search{
    display:none !important;
}

.page-id-45199 .state-btn-parent,
.page-id-47128 .company-btn-parent{
    display: block;
    float: right;
    clear:right;
    margin: 32px 22px;
}

.page-id-45199 .state-btn,
.page-id-47128 .company-btn{
    color: #000000;
    padding: 10px;
    font-size: 18px;
    background: #ffffff;
    border:1px solid #000000;
    border-radius: 50px;
    font-weight: 600;
}

.page-id-45199 .state-flag,
.page-id-47128 .company-logo{
    display:block;
    float:right;
    margin: 0 30px 0 0;
}

.page-id-45199 .state-flag img{
    min-height:120px;
    border: 1px solid #000000;
}

.page-id-45199 .state-name,
.page-id-45199 .state-result-list,
.page-id-47128 .company-name{
    display: block;
    float: left;
    clear: left;
    margin:0px;
}
.page-id-47128 .company-name{
    width:70% !important;
}
.page-id-45199 #search-states:hover,
.page-id-45199 #search-reset:hover,
.page-id-45199 .state-btn:hover,
.page-id-47128 #search-states:hover,
.page-id-47128 #search-reset:hover,
.page-id-47128 .company-btn:hover{
    /*background: #a7261f;*/
    /*border:3px solid #a7261f;*/
	box-shadow: 0px 0px 6px 1px #a7261f;
}
.page-id-45199 #mobile-filter-btn,
.page-id-47128 #mobile-filter-btn{
    display:none;
}
.page-id-45199 #search-filters-column{
    margin-top:40px;
}

/*
*   CSS RULES FOR THE COMPANY PORTAL
*/
#accountSignOut,
.linkedName{
    cursor: pointer;
}
/*THIS IS USED TO HIDE THE DEFAULT ELEMENTOR FORM BUTTONS*/
#hideBtn{
    display:none !important;
}

/*THIS IS THE DEFAULT STYLE FOR THE MANAGE PROFILE OVERLAY*/
#accountManageProfileOverlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* semi-transparent black */
    z-index: 9999; /* make sure it's above the content */
}
#accountManageProfile{
    position: relative; /* or however you want to position your content */
    z-index: 1; /* make sure content is below the overlay */
    visibility: hidden;
}
#accountManageProfile input,
#accountManageProfile textarea,
#accountManageProfile select{
    margin-top:10px;
}
/*THIS IS THE STYLE RULES FOR THE CANDIDATE PROFILE*/
#candidateCity,
#candidateEducation,
#candidateSecurityNoLabel,
#candidateBranchIcon,
.candidate-profile-icon{
    display:inline-block;
    line-height:20px;
}
.candidate-profile-icon{
    height:20px !important;
    padding-right:5px;
}
.company-profile-icon{
    height:20px !important;
    padding-right:13px;
}
.company-profile-icon-location{
    height:25px !important;
    padding-right:13px;
    margin-top:-2px;
}
#dashboardPhoto img,
#candidate-Profile-Photo{
    border-radius: 100px;
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
}
.profileLabel{
    font-family: "Roboto", Sans-serif !important;
    font-weight:700 !important;
    font-size:16px !important;
    color:#000000 !important;
    line-height:30px !important;
}
/*H1 RL CSS*/
#dashboardUsedDownload,
#dashboardAvailableDownload,
#dashboardTotalDownload{
    font-family:"Roboto", Sans-serif !important;
    font-weight:600 !important;
    font-size:2.5rem !important;
    color:#212121 !important;
    line-height:2.875rem !important;
}
/*H2 RL CSS*/
/*{
    font-family:"Roboto", Sans-serif !important;
    font-weight:600 !important;
    font-size:1.58rem !important;
    color:#212121 !important;
    line-height:1.88rem !important;
}*/
/*H3 RL CSS*/
#dashboardName,
#candidateName,
#companyName,
.companyProfileJobTitle{
    font-family:"Roboto", Sans-serif !important;
    font-weight:600 !important;
    font-size:1.3rem !important;
    color:#212121 !important;
    line-height:1.56rem !important;
}
/*H3 RL SLIM CSS*/
#militaryFriendlyLevel,
#dashboardJobCount,
#profileLevel{
    font-family:"Roboto", Sans-serif !important;
    font-weight:400 !important;
    font-size:1.3rem !important;
    color:#212121 !important;
    line-height:1.56rem !important;
    
}
/*H4 RL CSS*/
/*{
    font-family:"Roboto", Sans-serif !important;
    font-weight:600 !important;
    font-size:20px !important;
    color:#212121 !important;
    line-height:24px !important;
}*/
/*H5 RL CSS*/
/*{
    font-family:"Roboto", Sans-serif !important;
    font-weight:400 !important;
    font-size:16px !important;
    color:#212121 !important;
    line-height:22px !important;
    text-transform: uppercase !important;
}*/
/*H6 RL CSS*/
.companyViewAllJobsLink a{
    font-family:"Roboto", Sans-serif !important;
    font-weight:400 !important;
    font-size:20px !important;
    color:#212121 !important;
    line-height:24px !important;
}
/*DIV AND P RL CSS*/
#dashboardCompletePercentage p,
#dashboardAbout{
    font-family:"Roboto", Sans-serif !important;
    font-weight:400 !important;
    font-size:16px !important;
    color:#222222 !important;
    line-height:22px !important;
}
#dashboardCompletePercentage p{
    padding: 0px 20px;
    margin-top: -5px;
}
#dashboardCompletePercentage .profile-label{
    font-size: 20px !important;
}



#dashboardTitle,
#accountDashboardIndustry{
    font-family: "Roboto", Sans-serif !important;
    font-weight:400;
    font-size:16px;
    color:#6A6A6A;
    line-height:38px;
}
#dashboardAbout,
#dashboardEducation,
#dashboardExperience,
#dashboardEmail,
#dashboardPhone,
#dashboardLocation,
#dashboardIndustry,
#dashboardSalary{
    padding-bottom:20px;
}



.res-blue,
#dashboardTotalDownload{
    font-weight:600;
    color:#00223b !important;
    font-size:18px;
}
.res-red,
#dashboardUsedDownload{
    font-weight:600;
    color:#9e2020 !important;
    font-size:18px;
}
.res-green,
#dashboardAvailableDownload{
    font-weight:600;
    color:#80B900 !important;
    font-size:18px;
}
.res-label{
    font-weight:400;
    color:#00223b;
    font-size:18px;
    
}
.res-default{
    font-weight:400;
    color:#00223b;
    font-size:18px;
    padding:0px 20px;
}
#profileLevel{
    display: flex;
    align-items: center;
}
button a{
    color:#ffffff !important;
}
.certification{
    padding: 7px 10px 5px !important;
    margin: 0 8px 10px 0;
    border-radius: 5px !important;
    border: 1px solid #c1c1c1;
    background: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #797979 !important;
    cursor: default;
    line-height: 22px;
    text-align: left;
}
.schoolDegree,
.workEmployerName{
    font-family: "Roboto", Sans-serif !important;
    font-weight:400;
    font-size:16px;
    color:#212121;
    line-height:22px;
}

.schoolName,
.workJobTitle{
    font-family: "Roboto", Sans-serif !important;
    font-weight:700;
    font-size:16px;
    line-height:22px;
    color:#212121;
}
.workJobDescription{
    font-family: "Roboto", Sans-serif !important;
    font-weight:400;
    font-size:16px;
    color:#797979;
    padding:11px 0px 0px;
}
.schoolDates,
.workDates{
    font-family: "Roboto", Sans-serif !important;
    font-weight:400;
    font-size:16px;
    color:#797979;
    word-wrap: break-word;
}

#companyMFPlaceForVeterans,
#companyAbout{
    font-family: "Roboto", Sans-serif !important;
    font-weight:400;
    font-size:16px;
    color:#222222;
    word-wrap: break-word;
}

.jobBorderDiv,
.eduBorderDiv{
    border-left: 2px dotted #000000;
    padding-left: 18px;
    margin-left: 8px;
}
.workExpJob,
.eduCredential{
    border-bottom: 1px solid #c1c1c1;
    padding: 35px 0px;
}
#manageProfileResumeSave,
#manageProfilePhotoSave,
#manageProfileLogoSave,
#manageProfileCsvSave,
#manageProfileBannerSave{
    margin:20px 0 0 0;
}
select{
    height:48px;
}
a,
button{
  cursor: pointer;
}
/*
*   THIS IS FOR PROFILE COMPLETION PERCENTAGE DISPLAY
*/
#dashboardCompletePercentage{
    text-align:center;
}
#donut-chart{
    height:135px !important;
    width:135px !important;
    margin-left: auto;
    margin-right: auto;
}
.page-id-46788 .donut-progress-text {
    text-align: center;
    width: 135px;
    font-family: "Roboto", Sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #002a3e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.donut-progress-text {
    text-align: center;
    width: 135px;
    font-family: "Roboto", Sans-serif !important;
    font-size: 30px;
    font-weight: bold;
    color: #002a3e;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
}
.profile-progress-container{
    width:100%;
    text-align:center;
    margin-top:15px;
}
.elementor-button{
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    
}
.invertBtn{
    color: #143053 !important;
}
.eduDelete,
.jobDelete{
    position: relative;
    float: right;
    background: #143053;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 3px;
    line-height: 16px;
    border-radius:5px;
    cursor: pointer;
}
.logo-page-btn{
    margin:5px !important;
}
/*
*   THIS IS THE CCFIT THEMEING
*/
.ccfit-icon{
    max-height:120px;
    float:left;
    margin-right: 15px;
}
.ccfit-type-header h4{
    display:inline;
}

.ccfit-job-container{
    clear:both;
    display: flex;
    align-items: center;
}
.ccfit-type-header{
    clear:both;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}
.ccfit-job-container p,
.ccfitDescription{
    margin:0px !important;
}
.ccfit-type-results{
    display:none;
}
.ccfit-accordion-icon {
    display: inline-block;
    margin-left: auto; /* Align the icon to the right */
    transition: transform 0.3s ease; /* Smooth transition for rotation */
}
.ccfit-accordion-header.active .accordion-icon {
    transform: rotate(180deg); /* Rotate the icon when section is active */
}

/*
*   THIS IS THE PREMIUM FIELD THEMEING
*/
#csvFileInput{
    margin-top:10px;
}
.premium-flag{
    float:right;
    width:85px;
}
#candidateResume,
#candidate-search-interface,
#backToDashboard,
#profileViewEditProfile,
#visibleBreadCrumb,
#userDisplayedSection,
#recaptchaOverlay,
#resourceUserNavBtns{
    display:none;
}
#companyBanner{
    min-height: 225px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size:100% auto;*/
    background-size:cover;
}
.bannerUploadCTA{
    text-align:right;
}
.bannerUploadCTA button{
    background:#ffffff !important;
}
.bannerUploadCTA a{
    color:#ffffff;
}
.bannerUploadCTA img{
    max-width:50px !important;
}
.sharedFormRow{
    display:flex;
    justify-content: space-between;
}
.sharingFormRow{
    flex: 1;
}
.sharingFormRowMiddle{
    flex:0 0 4%;
}
#companyWebsiteBtn button,
#companyMFMilURLBtn button{
    min-width:205px !important;
}
#companyVideo{
    max-width:560px;
    margin:0 auto;
}
#companyMFStatus{
    text-align:center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}
#companyMFStatus p{
    margin:0 0 8px 0 !important;
    line-height:20px !important;
}
#companyMFStatus img{
    /*max-width:200px;*/
}
/*LOGO PAGE STYLING*/
.elementor-51630{
    margin-top:0px !important;
}
/*  A TAG SPECIFIC THEMEING*/
a:focus {
    outline: none;
}
/*THIS IS THE THEMEING FOR THE ONE CLICK EVENT REG CALENDAR*/
#eventsDisplay .event,
#eventsDisplay .event-data-row{
    display:flex;
    flex-direction:row;
}
#eventsDisplay .event{
    padding:30px 0;
    border-bottom: .5px solid #e1e1e1;
}
#eventsDisplay .event-icon{
    border: .5px solid #e1e1e1;
    text-align: center;
    padding: 10px 20px;
    margin-right: 30px;
    background:#5EC0FC;
    color:#ffffff;
    border-radius:20px;
    width:85px;
}
#eventsDisplay .event-icon h4{
    line-height:24px;
    margin:0px;
    color:#ffffff;
}
#eventsDisplay .event-icon h3{
    margin:0px;
    color:#ffffff;
}
#eventsDisplay .event-data-row{
    justify-content: space-between;
}
#eventsDisplay .event-data{
    width:55%;
}
#eventsDisplay .event-title{
    font-size: 20px;
    color: #000000;
    font-weight: 300;
}
#eventsDisplay .event-register{
    margin-left:auto;
}
#eventsDisplay .event-location svg,
#eventsDisplay .event-date svg,
#eventsDisplay .event-time svg{
    height:16px;
    padding-right:5px;
}


/*NEW EVENTS DISPLAY FOR V1.2*/
#eventsDisplayNew .event,
#eventsDisplayNew .event-data-row{
    display:flex;
    flex-direction:row;
}
#eventsDisplayNew .event{
    padding:30px 0;
    border-bottom: .5px solid #e1e1e1;
}
#eventsDisplayNew .event-icon{
    border: .5px solid #e1e1e1;
    text-align: center;
    padding: 10px 20px;
    margin-right: 30px;
    background:#00223B;
    color:#ffffff;
    border-radius:4px;
    width:85px;
    font-size:24px;
    line-height:30px;
}
#eventsDisplayNew .event-data-row{
    justify-content: space-between;
}
#eventsDisplayNew .event-data{
    width:55%;
}
#eventsDisplayNew .event-title{
    font-size: 20px;
    color: #000000;
    font-weight: 300;
}
#eventsDisplayNew .event-title h3{
    margin:10px 0px 17px;
}
#eventsDisplayNew .event-register{
    margin-left:auto;
}
#eventsDisplayNew .event-register button{
    height: 54px;
    background: #5EC0FC 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color:#ffffff;
}
#eventsDisplayNew .event-location,
#eventsDisplayNew .event-date,
#eventsDisplayNew .event-time{
    font: normal normal normal 16px/21px Roboto;
    color: #222222;
}
#eventsDisplayNew .event-location svg,
#eventsDisplayNew .event-date svg,
#eventsDisplayNew .event-time svg{
    height:16px;
    padding-right:5px;
}
/*  END OF EVENT FEED SPECIFIC THEMEING*/

#premiumeProfileSection h4{
    border-bottom:1px solid #e1e1e1;
    margin:0px;
}
#premiumeProfileSection{
    margin:30px 0 0 0;
    display:grid;
    grid-template-columns:1fr auto;
    align-items: end;
}
#copyProfileURL{
    display:grid;
    grid-template-columns:1fr 30px auto;
}
.companyProfileJob{
    display:grid;
    grid-template-columns:120px 1fr auto;
    border-radius: 20px;
    border: 1px solid #c1c1c1;
    padding: 20px 50px;
    margin-bottom: 20px;
    background:#ffffff;
    height:135px;
}
.companyViewAllJobsLink{
    text-align:right;
}
.companyViewAllJobsLink a{
    text-decoration:underline !important;
}
.companyProfileJobLogo{
    padding-right:30px;
    display: flex;
    align-items: center;
    max-width:120px;
}
/*UPGRADE PAGE SPECIFIC THEMEING*/
#upgradeServices{
    display:none;
}
#price-tag-section .priceTag{
    display:flex;
    align-items: flex-start;
}
#price-tag-section .priceTag h1{
    font-size: 3.6rem;
    font-weight:900;
}
#price-tag-section .priceTag p{
    color:#000000;
    margin-top: 34px;
    padding-left: 5px;
}
.dashboardLogos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.dashboardAwardLogo,
.dashboardPledgeLogo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.annualPrice p{
    margin-top:0px;
}

.dashboardAwardLogo img,
.dashboardPledgeLogo img{
    height: 300px !important;
    width: auto;
    padding-bottom:30px;
}
.elementor-button-icon svg{
    vertical-align: middle;
}
.crossedOut{
    text-decoration: line-through;
    text-decoration-color: #9E2020;
    color:#9E2020;
}
/**************************************
*   MOBILE BREAK POINT
***************************************/
@media (max-width: 767px){
    .sharingFormRowMiddle{
        flex: none;
        height: 28px;
        display: block;
    }
    .sharedFormRow{
        flex-direction: column;
    }
    #eventsDisplay .event{
        flex-direction: column;
        text-align: center;
    }
    #eventsDisplay .event-register,
    #eventsDisplay .event-icon,
    .page-id-45199 .state-flag, .page-id-47128 .company-logo{
        margin:0 auto;
    }
    .page-id-47128 .logoColumn,
    .page-id-47128 .company-size,
    .page-id-47128 .company-industry{
        padding:0px !important;
    }
    #eventsDisplay .event-data,
    .page-id-47128 .company-name {
        width:100% !important;
    }
    #dashboardExperience,
    #dashboardSalary,
    #dashboardEducation,
    #dashboardEmail,
    #dashboardPhone,
    #dashboardLocation,
    #dashboardIndustry{
        text-align: center;
    }
    .ccfitDescription,
    .page-id-47128 #searchResults .result .contentColumn .company-about{
        display:none;
    }
    .page-id-47128 #searchResults .result .contentColumn{
        text-align:center;
        width:100%;
    }
    .dashboardLogos{
    flex-direction: column;
    align-items: center;
    }
    .dashboardLogos .dashboardPledgeLogo{
        padding:0 0 30px;
    }
    #copyProfileURL{
        grid-template-columns: 1fr;
    }
    #profileViewEditProfile{
        margin:0 0 0 20px;
    }
    
}
/*THIS IS THE CANDIDATE SEARCH V2 THIS CAN BE REMOVED ONCE THE V2 SEARCH IS DEPLOYED TO LIVE*/
#searchVTwoHidden{
    /*display:none !important;*/
}
#mfc-list{
    max-width:800px;
}
.mfc-list-row,
.mfc-list-row-header{
    display: grid;
    grid-template-columns: 1fr .5fr .5fr;
}
.mfc-list-row p{
    margin:0px !important;
    color:#000000;
}
.mfc-list-row-header p{
    font-weight:500;
    font-size:20px;
    margin:0px !important;
    color:#000000;
}
.mfc-list-row div,
.mfc-list-row-header div{
    border:1px solid #cccccc;
    padding:3px 6px;
}
#candidate-manage-profile-tabs .e-n-tab-title{
    border-radius:0px !important;
}
.manage-profile-heading{
    border-bottom:.5px solid #cccccc;
    margin: 35px 0 22.5px !important;
}
#candidate-manage-profile-tabs .e-n-tabs-heading{
    /*border-bottom: 1px solid #143053;*/
}
#partner-flag,
#partner-disclaimer{
    display:none;
}
.profile-skills-section{
    max-height: 500px;
    overflow: scroll;
}
.manage-jobs-upload-btn{
    width: 214px;
    height: 63px;
    background: #5EC0FC 0% 0% no-repeat padding-box;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 63px !important;
    cursor: pointer;
    color: #ffffff !important;
    font: normal normal bold 16px Roboto;
    float: left;
    position: relative;
    z-index: 1;
}
.page-id-55242 .companyProfileJobApply{
    display:none;
}
#testing-theme h1{
    font-family:"Roboto", Sans-serif;
    font-weight: 900;
    font-size: 2.5rem !important;
    line-height: 2.875rem !important;	
    /*color:#00223B;*/
}
#testing-theme h5{
    font-family:"Roboto", Sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing:.9px;
    text-transform: uppercase;
    /*color:#00223B;*/
}
#testing-theme div,
#testing-theme p{
    font-family:"Roboto", Sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 22px !important;	
    /*color:#00223B;*/
}

.blue-link-text{
    color:#5EC0FC !important;
}
/*COMPANY PANELS REGISTRTION CSS*/
#panelContainer {
    width: 100%;
    overflow-x: hidden;
    overflow-y:clip;
    /*position: relative;*/
    background: #fff;
    display: flex;
    justify-content: center;
    transition: height 0.4s ease;
}

#panelContainer .form-panel {
    display: flex;
    flex-direction: row; /* Allow sliding horizontally */
    transition: transform 0.4s ease;
    width: 100%; /* Occupy full width of the container */
}

#panelContainer .panel {
    min-width: 100%;
    transition: height 0.4s ease; /* Smooth height adjustment */
    height:fit-content;
}

#panelContainer .panel h3 {
    margin-top: 0;
}

#panelContainer .form-group {
    margin-bottom: 10px;
}

#panelContainer .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

#panelContainer .form-group input {
    width: calc(100% - 2px);
    padding: 21px 23px;
    border: 1px solid #c3c3c3;
    border-radius: 4px !important;
    font: normal normal normal 16px Roboto !important;
    color: #A5A5A5 !important;
    margin: 0px 1px;
}
#panelContainer .form-group input[type="checkbox"]{
    height:30px;
    justify-self: start;
    width: 30px !important;
}
#panelContainer .button-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 2px 0px;
}
#panelContainer .button-container-intro{
    display: flex;
    justify-content: flex-start;
    margin: 20px 2px 0px;
}
#panelContainer .button-container-intro button,
#panelContainer .button-container button {
    padding: 12px 24px;
    border: none;
    background-color: #007bff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#panelContainer .button-container button:hover {
    background-color: #0056b3;
}

#panelContainer .button-container button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
#panelContainer .button-blue,
.companyProfileJobApply{
    background: #5EC0FC !important;
    background-color: #5EC0FC !important;
    padding: 21px 31px !important;
    border-radius: 4px !important;
    color:#ffffff !important;
    font: normal normal bold 16px Roboto;
}
.companyProfileJobApply{
    padding: 17px 30px !important;
    font-weight:700 !important;
}
#panelContainer .button-red{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #00223b !important;
    border-radius: 4px !important;
    padding: 21px 31px !important;
    color: #00223b !important;
    font: normal normal bold 16px Roboto;
}
#panelContainer .checkbox-button {
    display: inline-block;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 7px;
    border: 0.5px solid #c1c1c1;
    transition: background-color 0.3s ease;
    margin-right: 6px;
    height: 63px;
    max-width: 63px;
    width: 63px;
    background-image: url(https://www.militaryfriendly.com/wp-content/themes/twentynineteen-Child-Theme/images/Check_Off.svg);
    background-size: contain;
}

#panelContainer .checkbox-button.active {
    color: white;
    background-image: url(https://www.militaryfriendly.com/wp-content/themes/twentynineteen-Child-Theme/images/Check_On.svg);
    background-size: contain;
}
#panelContainer .checkbox-grid{
    display: grid;
    grid-template-columns:79px 1fr;
    align-items: center;
}
#panelContainer .checkbox-grid-compliance{
    display: grid;
    grid-template-columns:50px 1fr;
    align-items: center;
}
#panelContainer .checkbox-grid-label{
    background: #F2F2F2;
    border: 0.5px solid #C1C1C1;
    border-radius: 7px;
    padding:20px;
}
#panelContainer select{
    width: 100% !important;
    padding: 20px 25px !important;
    font: normal normal normal 16px Roboto !important;
    color: #222222 !important;
    height:auto !important;
}
#panelContainer .review-row{
    display: grid;
    grid-template-columns: auto 1fr;
}
#panelContainer .review-label{
    color: #222222 !important;
    padding:5px 1px 4px;
    font-size:16px;
    font-weight:600;
    line-height:16px;
}
#panelContainer .review-answer{
    color: #222222 !important;
    padding:5px 1px 4px 5px;
    font-size:16px;
    font-weight:400;
    line-height:16px;
}
#panelContainer .review-group{
    padding-bottom:22px;
}
#panelContainer .bold-red-font{
    color: #9E2020;
    font-weight:600;
}
#panelContainer h6{
    font: normal normal bold 20px/26px Roboto;
    color: #00223B;
    margin:20px 0px;
}
#panelContainer .blue-link-text{
    color:#5EC0FC !important;
}
#panelContainer .checkbox-grid-review-label{
    font-size:16px;
    line-height:22px;
    font-weight:400;
    padding:10px;
    color:#222222;
}
#panelContainer .review-checkboxes{
    padding-top:18px;
}
#panelContainer .review-checkboxes img{
    max-height:50px;
}
#panelContainer .review-checkboxes .checkbox-grid{
    display: grid;
    grid-template-columns:48px 1fr;
    align-items: left;
}
#panelContainer .panelStepsProgress{
    padding-bottom:22px !important;
}
#panelContainer .innerPanel{
    display: flex;
    flex-direction: column;
    height: fit-content;
}
#panelContainer .review-vob{
    line-height: 24px !important;
}
#review-vob{
    line-height: 24px !important;
    padding:0px !important;
}
#panelContainer .innerPanel p,
#panelContainer .checkbox-grid-label{
    line-height:22px;
    font-size:16px;
    color:#222222;
    margin:5px 0px;
}
#panelContainer .checkbox-grid-label{
    background: #F2F2F2;
    border: 0.5px solid #C1C1C1;
    border-radius: 7px;
    padding:20px;
    margin: 0px;
}
#panelContainer .innerPanel a{
    color:#5EC0FC !important;
    text-decoration:underline;
}
#panelContainer .vobLabel{
    font-size:16px;
    line-height:22px;
    padding: 15px 0px 0px 0px;
    font-weight: 400 !important;
}
#panelContainer .boldPledge{
    font-weight:600;
}
#panelContainer .checkbox-grid-compliance-grid{
    padding-top: 20px;
}
#panelContainer .checkbox-label{
    color:#222222;
}
#panelContainer .review-header{
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0px !important;
    padding: 0px !important;
    margin: 5px 0px 22px !important;
    font-weight:600 !important;
}
#panelContainer #captchaRender{
    margin: 15px 0px 8px
}
.jobsDisplayLineTwo{
    display: flex;
    gap: 10px;
    margin-left:5px;
}
select{
    background: -webkit-linear-gradient(top, #f1f1f1, #fcfcfc);
    background: -moz-linear-gradient(top, #f1f1f1, #fcfcfc);
    background: -o-linear-gradient(top, #f1f1f1, #fcfcfc);
    background: linear-gradient(to bottom, #f1f1f1, #fcfcfc);
}
.lightBlueFillBTN,
.manageProfileUpgrade,
#manageProfileSave,
#URLCopyButton{
    background: #5EC0FC 0% 0% no-repeat padding-box;
    font-family:"Roboto", Sans-serif !important;
    border-radius: 4px;
    border: 1px solid #5EC0FC;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 20px;
    color:#ffffff !important;
}
.dashboard-blue-upgrade-btn,
.upgrade-blue-upgrade-btn{
    background: #5EC0FC 0% 0% no-repeat padding-box;
    font-family:"Roboto", Sans-serif !important;
    border-radius: 4px;
    border: 1px solid #5EC0FC;
    font-size: 16px;
    line-height: 16px;
    font-weight:700 !important;
    padding: 17px 30px;
    color:#ffffff !important;
}
.darkBlueOutlineBTN{
    background: #ffffff;
    font-family:"Roboto", Sans-serif;
    border: 1px solid #00223B;
    border-radius: 4px;
    color: #00223B;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 20px;
}
.uploadBtnCover{
    width: 214px;
    height: 63px;
    background: #5EC0FC 0% 0% no-repeat padding-box;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 63px !important;
    cursor: pointer;
    color: #ffffff !important;
    font: normal normal bold 16px Roboto;
    float: left;
    position: relative;
    z-index: 1;
}
#militaryFriendlyPledgeLogos img{
    height:auto !important;
}
#bannerOutput,
#logoOutput{
    padding-top:10px;
}
.uploadBtnCover,
.manageProfileUpgrade{
    font-weight:700 !important;
}
#companyDashboardLevelOne,
#companyDashboardLevelTwo,
#companyDashboardLevelThree,
#awardedResources{
    display:none;
}

.companyProfileJobInfo,
.companyProfileApplyContainer{
    align-content:center;
}
#companyProfileLogo{
    width:100px !important;
}
#vobBadge{
    padding:10px 0px 0px;
}
.jobsDisplayLineTwo .blue-link-text{
    text-decoration:underline;
}
#companyFacebook{
    margin-right:30px;
}
#companyFacebook img,
#companyLinkedIn img{
    max-height:50px;
}
.companyProfileJobTitle h3{
    font-size:26px !important;
    line-height:30px !important;
}
.companyProfileJobInfo{
    padding-right:30px !important;
}

.homepageSearchBar .elementor-widget-template,
.homepageSearchBar .elementor-element-f230e02{
    width:100%;
}
@media (max-width: 650px) {
    .page-id-45199 .state-flag,
    .page-id-47128 .state-flag{
        float: left;
        margin: 15px 5px 0;
        clear: left;
    }
    .page-id-45199 .state-btn-parent,
    .page-id-47128 .state-btn-parent{
        float: left;
        clear:left;
        margin: 10px 6px 20px;
    }
    .page-id-45199 #searchResults h3,
    .page-id-47128 #searchResults h3{
        margin-bottom:0px !important;
    }
}
@media (max-width: 767px) {
    .page-id-45199 #mobile-filter-btn,
    .page-id-47128 #mobile-filter-btn{
        display:block;
    }
    .page-id-45199 #search-filters-column,
    .page-id-47128 #search-filters-column{
        display:none;
    }
    .page-id-47128 #searchResults .result{
        flex-direction: column;
    }
    .page-id-47128 #searchResults .result .logoColumn{
        text-align:center;
    }
    .page-id-47128 .company-logo{
        float:none;
    }
    .page-id-47128 #searchResults .result .contentColumn .contentColumnTop{
        flex-direction: column;
        text-align: center;
    }
    .companyProfileJob{
        height:auto;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto auto;
    }
    .companyProfileJob .companyProfileJobLogo{
        grid-column:1;
        grid-row:1;
    }
    .companyProfileJob .companyProfileApplyContainer{
        grid-column:2;
        grid-row:1;
        min-height:70px;
    }
    .companyProfileJob .companyProfileJobInfo{
        grid-column:1/-1;
        grid-row:2;
        padding-right:0px !important;
        
    }
}