/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* General Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@font-face {
  font-family: "Kapra";
  src: url("/wp-content/themes/Avada-Child-Theme/Kapra/kapra.woff2") format("woff2"),
    url("/wp-content/themes/Avada-Child-Theme/Kapra/kapra.woff") format("woff"),
    url("/wp-content/themes/Avada-Child-Theme/Kapra/kapra.ttf") format("ttf"),
    url("/wp-content/themes/Avada-Child-Theme/Kapra/kapra.otf") format("otf"),
    url("/wp-content/themes/Avada-Child-Theme/Kapra/kapra.svg") format("svg"),
    url("/wp-content/themes/Avada-Child-Theme/Kapra/kapra.eot") format("eot");
}

/* Helpers */
.mw-1100 {
  margin: 0 auto !important;
  max-width: 1100px !important;
}


/* 404 Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.error404 #main {
  min-height: 66vh;
}

.error404 .fusion-page-title-bar {
  display: none;
}

/* Search Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search-page-search-form+#posts-container .fusion-content-sep.sep-double.sep-solid,
.search-page-search-form+#posts-container .fusion-blog-layout-grid .fusion-meta-info .fusion-alignright,
.search-page-search-form+#posts-container p.fusion-single-line-meta {
  display: none !important;
}

.search-page-search-form.search-page-search-form-top {
  padding: 30px;
  background: #f8f8f8;
  margin: auto auto 60px;
  border: none;
}

.search-page-search-form.search-page-search-form-top h2 {
  font-size: 36px;
}

.fusion-blog-layout-grid .fusion-post-wrapper:not(.fusion-masonary-is-transparent) {
  border-bottom-width: 1px;
}

.searchform .fusion-search-form-content .fusion-search-button input[type="submit"] {
  background: #474647;
}

.search-page-search-form h2.entry-title {
  margin-bottom: 10px;
  line-height: 1 !important;
}

.search-page-search-form .entry-title+p {
  margin: 0 0 15px;
}



/*  HEADER  */
.fusion-dropdown-submenu a:before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 13px;
}

.fusion-dropdown-submenu a:hover:before,
.current_page_item>a:before {
  border-left: 7px solid #fdbc29;
}

.fusion-dropdown-submenu a:hover,
.current_page_item>a {
  color: #fdbc29 !important;
}

.fusion-dropdown-submenu a span {
  padding-left: 10px !important;
}

.fusion-header {
  padding-right: 0 !important;
}

.menu-item-564,
#menu-item-564 {
  background-color: #fdbc29 !important;
  color: #000 !important;
  padding: 0 20px !important;
}

.menu-item-564 a,
#menu-item-564 a {
  color: #000 !important;
}

.menu-item-564:hover a,
#menu-item-564:hover a {
  color: #fff !important;
}

.footer-col h4 {
  font-weight: bold !important;
  margin-bottom: 0;
}


/* Change Makers Page */
.change-makers-template-default #main {
  padding-top: 0 !important;
}

/* .change-makers-template-default .single-navigation {
  display: none !important;
} */

.change-makers-title {
  margin-top: 80px !important;
  margin-bottom: 50px !important;
  font-family: 'Kapra' !important;
  font-size: 80px !important;
  font-weight: 400 !important;
  line-height: 1.1em !important;
  text-align: center;
}

.be-the-change-placeholder {
  cursor: pointer !important;
}

.change-makers-picture {
  padding: 0 !important;
}

.change-makers-picture .fusion-builder-row {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

.change-makers-picture .fusion-imageframe {
  margin: 0 !important;
  margin-top: 8% !important;
  margin-left: -25% !important;
  height: 250px !important;
  width: 150% !important;
  max-width: none !important;
  background: #fff !important;
  transform: rotate(-6deg);
  overflow: visible !important;
}

.change-makers-picture .fusion-imageframe img {
  margin: 0 auto !important;
  margin-top: -25px !important;
  max-width: 300px !important;
  transform: rotate(6deg) !important;
}

.change-makers-content::after {
  position: absolute;
  left: 0;
  top: -1px;
  height: 80%;
  width: 100%;
  background: #FDBC29;
  content: '';
  z-index: 1;
}



.change-makers-overlay {
  position: absolute;
  bottom: -1%;
  left: -100%;
  height: 50%;
  width: 300%;
  background: #FDBC29;
  transform: rotate(-6deg);
  z-index: -1;
}

.change-makers-featured-btn {
  padding: 13px 50px !important;
}

/* .change-makers-featured-btn:hover {
  border: solid 1px #000 !important;
} */

.change-makers-testimonial {
  margin: 0 auto;
  max-width: 720px;
}


.change-makers-meet-btn:hover {
  border-color: #000 !important;
}

@media (min-width: 700px) {
  .change-makers-title {
    margin-top: 80px !important;
    margin-bottom: 30px !important;
    font-size: 80px !important;
  }

  .change-makers-overlay {
    bottom: 0;
  }
}

@media(min-width: 768px) {

  .change-makers-meet-btn {
    width: 320px !important;
  }


}

@media (min-width: 1100px) {
  .change-makers-title {
    margin-top: 7% !important;
    margin-bottom: 0px !important;
    font-size: 100px !important;
  }
}

.change-makers-article-pics {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 550px;
  margin: 0 auto;
}

.change-makers-article-pics img {
  max-width: 120px !important;
  margin: 0 10px;
}

@media(min-width: 650px) {
  .change-makers-article-pics img {
    max-width: 200px !important;
    margin: 0 20px;
  }
}

/* SPLIT HERO */
#rightlinks,
#leftlinks {
  /*width: 500px;*/
  width: 40%;
  position: absolute;
  z-index: 1;
  /*max-width: calc(50% - 30px);*/
}

#rightlinks {
  top: 30%;
  right: 60px;
  text-align: right;
}

#leftlinks {
  top: 30%;
  left: 60px;
  text-align: left;
}

#leftlinks p {
  padding-left: 7px;
}

#rightlinks h1 {
  padding-right:
}

#rightlinks p {
  padding-right: 5px;
}

.links {
  width: 90%;
  max-width: 440px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

#leftlinks .links {
  float: left;
  padding-left: 4px;
}

#rightlinks .links {
  float: right;
  padding-right: 4px;
}

.links a {
  color: black;
  text-decoration: none;
  padding: 3px 20px;
  margin-bottom: 10px;
  border: 1px solid black;
  text-transform: uppercase;
}

.links a:hover {
  color: rgba(253, 188, 41, 80);
  text-decoration: none;
  background-color: black;
  border: 1px solid #000;
}

@media screen and (max-width: 1100px) {
  #rightlinks {
    bottom: 30px;
    right: 30px;
    max-width: 50%;
  }

  #leftlinks {
    top: 30px;
    left: 30px;
    max-width: 50%;
  }
}

@media screen and (max-width: 900px) {
  #slider-window {
    display: none;
  }
}

/*links animation*/
#leftlinks,
#rightlinks {
  z-index: -1;
}

#leftlinks.move,
#rightlinks.move {
  z-index: 3;
}

#rightlinks h1,
#leftlinks h1,
#rightlinks .links,
#leftlinks .links,
#rightlinks p,
#leftlinks p {
  transform: translateY(50px);
  opacity: 0;
  transition: 1.5s all;
  /*transition-delay: 2s;*/
}

#rightlinks.move h1,
#leftlinks.move h1,
#rightlinks.move .links,
#leftlinks.move .links,
#rightlinks.move p,
#leftlinks.move p {
  transform: translateY(0);
  opacity: 1;
  transition: 1.5s all;
  transition-delay: 2s;
}

#rightlinks h1,
#leftlinks h1 {
  font-size: 120px;
  margin: 0 0;
  line-height: 120px;
}

/*ADJUSTMENTS*/
#slider-window {
  width: 1000px;
  /*double*/
  width: 100vw;
  height: 515px;
  /*double*/
  height: 51.5vw;
  overflow: hidden;
  position: relative;
  transition: 400ms opacity;
  opacity: 0;
}

.slider-container {
  width: 1363px;
  /*double*/
  height: 740px;
  /*double*/
  width: 136.3vw;
  height: 74.0vw;
  margin-top: 2px;
  margin-left: -192px;
  /*double*/
  margin-left: calc(-19vw - 4px);
  position: absolute;
  overflow: hidden;
  transition: 400ms opacity;
}

.top img,
.mid img,
.bottom img {
  width: 1000px;
  /*double*/
  width: 100vw;
  transform: translateZ(0);
  max-width: 1000% !important;
  /*transform: rotate(-37.068deg);*/
}



#slider-twist {
  width: 130.5%;
  height: 275%;
  transform: rotate(37.068deg);
  left: -31%;
  position: absolute;
  top: -69%;
}

#leftblock,
#rightblock {
  width: 50%;
  max-width: 50%;
  height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}

#rightblock {
  margin-left: -1px;
}

#leftblock {
  margin-right: -1px;
}

#leftblock>div,
#rightblock>div {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: .5s all;
}

#leftblock>div {
  /*top:25%;*/
  top: 15%;
  left: 100%;
  /*left: 50%;*/
  position: absolute;
  transform: rotate(-37.068deg);
}

#rightblock>div {
  /*top: 25%;*/
  top: 15%;
  /*right: 50%;*/
  right: 0;
  position: absolute;
  transform: rotate(-37.068deg) translateZ(0);

}

#leftblock .top.move {
  transition: all 2.5s;
  transform: rotate(-37.068deg) translateX(-100vw) translateZ(0);
}

#leftblock .mid.move {
  transition: all 2s;
  transition-delay: 1s;
  transform: rotate(-37.068deg) translateX(-100vw) translateZ(0);
}

#rightblock .top.move {
  transition: 2.5s all;
  transform: rotate(-37.068deg) translateX(100vw) translateZ(0);
}

#rightblock .mid.move {
  transition: all 2s;
  transition-delay: 1s;
  transform: rotate(-37.068deg) translateX(100vw) translateZ(0);
}

.top {
  z-index: 3;
  transition: all 2.5s;
}

.mid {
  z-index: 2;
  transition: all 2s;
}

.bottom {
  z-index: 1;
}

/*div#rightblock {
    transform: translateX(-1px) translateY(0px) translateZ(0);
}
div#leftblock {
    transform: translateX(1px) translateY(0px) translateZ(0);
}*/
div#leftblock img {
  /*transform: translateX(1px);*/
}

/* Fusion Elements */
.button-xlarge {
  padding: 10px 80px !important;
}

.hidden {
  opacity: 0;
  transition: 500ms opacity;
}

.rotating-container {
  position: relative;
  height: 180px;
}

.rotating-title {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  transition: 500ms opacity;
}

/* Page Title Bar */
h1.entry-title {
  height: 0 !important;
  overflow: hidden;
}


.change-makers-template-default h1.entry-title {
  height: auto !important;
  font-family: "Kapra Regular" !important;
  font-size: 90px !important;
  font-weight: 400 !important;
  letter-spacing: 5px !important;
  line-height: 1.1em !important;
}

.change-makers-template-default h2.entry-title {
  display: none !important;
}

.change-makers-template-default .fusion-page-title-bar {
  background: #000 !important;
}

.fusion-page-title-captions {
  text-transform: uppercase;
}

.fusion-page-title-bar h3 {
  font-size: 17px !important;
}

.large-heading {
  font-size: 44px;
  display: inline-block;
  width: 100%;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: -30px;
  text-align: center;
  font-family: 'Kapra';
}

@media(min-width: 970px) {
  .fusion-page-title-bar h3 {
    font-size: 22px !important;
  }

  .large-heading {
    font-size: 68px;
  }

}


@media(min-width: 1200px) {

  .large-heading {
    font-size: 120px;
  }

}

@media (min-width: 1650px) {
  .fusion-page-title-bar-center .fusion-page-title-captions {
    transform: translateY(50px);
  }
}

/*page-specific adjustments*/
.fusion-page-title-bar {
  background-position: center 87px !important;
}

.page-id-35 .fusion-page-title-bar {
  background-position: center bottom !important;
}

/* Snazzy Styles  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Gallery */
.fusion-gallery-image a {
  position: relative;
  display: inline-block;
}

.fusion-gallery-image a:after {
  background-color: #fdbc29;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 300ms all;
}

.fusion-gallery-image:hover a:after {
  opacity: .5;
  transition: 300ms all;
}

/* Counter Boxes */
.display-counter {
  font-family: 'Kapra' !important;
  width: 100% !important;
  display: inline-block !important;
  color: #000 !important;
  font-size: 90px !important;
}

.counter-box-content {
  text-align: center !important;
}

.fusion-counter-box {
  width: 100% !important;
}

.counter-box-container {
  border: none !important;
}

/* unique slice overlays */
.page-slice img {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 50px !important;
  width: 100% !important;
}

.page-slice {
  margin-top: 0 !important;
  width: calc(100% + 70px) !important;
  margin-left: -35px !important;
  max-width: 160% !important;
  position: relative !important;
  overflow: visible !important;
  z-index: 999999 !important;
}

/* off-kilter background double background blocks */
.slant-background {
  padding: 5% 0 !important;
  margin: 4% 0 5% !important;
}

.slant-background:before

/*underlayer*/
  {
  content: '';
  width: 140%;
  height: 100%;
  background-color: #F1F1F1;
  display: inline-block;
  position: absolute;
  transform: rotate(5deg);
  top: 0;
  left: -20%;
}

.slant-background:after

/*overlayer*/
  {
  content: '';
  width: 140%;
  height: 100%;
  background-color: #fdbc29a1;
  display: inline-block;
  position: absolute;
  transform: rotate(0deg);
  top: 0;
  left: -20%;
}

.slant-background.jail-bars:before,
.slant-background.tire-tracks:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(6deg);
  height: 110%;
  width: 110%;
  top: -5%;
  left: -5%;
}

.slant-background.jail-bars:before {
  background-image: url('/wp-content/themes/Avada-Child-Theme/imgs/jail-bars.png');
}

.slant-background.tire-tracks:before {
  background-image: url('/wp-content/themes/Avada-Child-Theme/imgs/tire-tracks.png');
}



/* ---------PREFOOTER STUFF--------- */
/* TESTIMONIALS PREFOOTER */
#testimonials {
  position: relative;
  /*background-color:red;*/
  height: auto;
  width: 100%;
  padding: 5% 0;
  margin: 5% 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

#testimonials:before,
#testimonials:after {
  /*content: url(/wp-content/themes/Avada-Child-Theme/imgs/quotes.png);*/
  content: '';
  background-size: 100% auto;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/Avada-Child-Theme/imgs/quotes.png);
  width: 20%;
  height: 100%;
  position: absolute;
  z-index: 999;
}

#testimonials:before {
  left: -3%;
  top: -5%;
  transform: rotate(180deg);
}

#testimonials:after {
  right: -3%;
  bottom: -5%;
}

#prefooter #testimonials {
  margin-bottom: 0;
}

#testimonials .content-block {
  z-index: 999;
  /*height:300px;*/
  width: 80%;
  /*background-color:white;*/
  position: relative;
}

#testimonials .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 300%;
  background-color: #fdbc29;
  transform: rotate(-6deg);
}

#testimonials .underlayer {
  position: absolute;
  left: -100%;
  top: 0;
  background-color: rgba(253, 188, 41, 0.2);
  height: 100%;
  width: 300%;
  z-index: 1;
}

.fusion-testimonials.clean blockquote q {
  letter-spacing: 0 !important;
  font-size: 22px !important;
}

/* VIDEO PREFOOTER */
#videoblock {
  background-color: #000;
  text-align: center;
  padding: 5% 30px 30px;
  margin: 0 0;
  border-bottom: 1px solid #000;
}

/* STATISTICS PREFOOTER */

#statistics {
  position: relative;
  /*background-color:red;*/
  height: auto;
  width: 100%;
  padding: 5% 0;
  margin: 5% 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

#prefooter #statistics {
  margin-bottom: 0;
}

#statistics .content-block {
  z-index: 999;
  /*height:300px;*/
  width: 100%;
  /*background-color:white;*/
  position: relative;
}

#statistics .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 300%;
  background-color: #d8d8d8;
  transform: rotate(6deg);
}

#statistics .underlayer {
  position: absolute;
  left: -100%;
  top: 0;
  background-color: rgba(216, 216, 216, 0.3);
  height: 100%;
  width: 300%;
  z-index: 1;
}

/* OPEN POSITIONS PREFOOTER */
/*.positions-carousel {
    padding: 60px 10%;
    background-color: #fdbc29;
}*/
.positions-carousel .half-col {
  width: 50%;
  float: left;
  clear: none;
  padding: 0 20px;
}

#prefooter.positions {
  position: relative;
  padding: 60px 10%;
  height: auto;
  overflow: hidden;
  background-color: #fdbc29;
}

.prev-nav,
.next-nav {
  position: absolute;
  top: calc(50% - 35px);
  height: auto;
  width: 40px;
}

.prev-nav {
  left: 30px;
  transform: rotate(180deg);
}

.next-nav {
  right: 30px;
}

.slick-slide {
  height: auto !important;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 10px;
  background-color: #9b9b9b;
}

.slick-dots li.slick-active {
  background-color: #4a4a4a;
}

.slick-dots li button {
  display: none;
}

.slide {
  padding: 0 0 10% 0;
}

.slide a {
  background-color: #000;
  color: #fff;
  padding: 12px 0;
  width: 270px;
  display: inline-block;
  text-align: center;
  margin-top: 60px;
}

.position-left p {
  margin: 0 0;
}

.position-title {
  margin-right: 60px;
}

.positions h2 {
  text-align: center;
}

/*  CONTACT US   */
/*twitter widget*/
.ctf-tweets {
  font-size: 14px;
}

#ctf .ctf-header {
  display: none;
}

.instagallery-items {
  margin-left: -8px;
}

#cff {
  padding-left: 0 !important;
}

span.cff-text {
  font-size: 14px;
}

.cff-likebox .fb_iframe_widget iframe {
  height: auto !important;
}

/* BLOG */
.blog h1.entry-title,
.single-post h1.entry-title,
.page-id-45 h1.entry-title {
  height: auto !important;
  color: #000;
  font-size: 38px !important;
  font-weight: bold;
}

.blog .fusion-page-title-bar,
.single-post .fusion-page-title-bar,
.page-id-45 .fusion-page-title-bar {
  height: auto;
}

.fusion-post-wrapper {
  border: none !important;
}

.fusion-post-content-wrapper .entry-title.fusion-post-title a {
  color: #000 !important;
}

.fusion-post-title a:hover {
  color: #fdbc29 !important;
}

.single-post #content {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.single-navigation {
  border: 0 !important;
}

.single-navigation a:before,
.single-navigation a:after {
  display: none;
}

.single-navigation a[rel=prev] {
  float: left;
}

.single-navigation a[rel=next] {
  float: right;
}

.single-navigation a {
  background: #fdbc29;
  text-transform: uppercase;
  color: #000000;
  border: 2px solid #000000;
  padding: 6px 0;
  text-align: center;
  width: 160px;
}

.single-navigation a:hover {
  background-color: #000;
}

@media screen and (max-width: 500px) {
  .single-navigation a {
    width: 100%;
    margin: 0 0 10px !important;
  }
}

/* Events */
.author.location {
  font-weight: normal !important;
}

.moretag {
  display: none;
}

.blog .moretag {
  display: inline-block;
}

.moretag:hover {
  color: #000;
}

h2.tribe-events-list-separator-month {
  display: none;
}

#tribe-events .tribe-events-list .tribe-events-event-meta .author>div {
  padding-top: 0;
}

span.tribe-event-date-start:before {
  content: 'Date/Time';
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.tribe-events-venue-details:before {
  content: 'Location';
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#tribe-events .tribe-events-list .tribe-events-event-meta .author>div {
  vertical-align: top;
}

.events-single .tribe-event-date-start:before,
.events-single .tribe-events-venue-details:before {
  display: none;
}

.events-single .tribe-events-event-image img {
  width: 100% !important;
}

#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title,
.fusion-events-featured-image .fusion-events-single-title-content {
  position: relative;
  float: left;
  display: inline-block;
  background-color: transparent;
  padding-left: 0 !important;
}

a.tribe-event-url.url {
  background-color: transparent !important;
  color: #000 !important;
  padding-left: 0 !important;
  text-align: center !important;
  font-weight: bold !important;
}

#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title *,
.fusion-events-featured-image .fusion-events-single-title-content * {
  color: #000;
}

.events-single .tribe-events-after-html {
  display: none;
}

.events-archive .fusion-page-title-bar,
.events-single .fusion-page-title-bar {
  display: none;
}

#tribe-events-bar {
  display: none;
}

/*.fusion-sharing-box h4 {
    color: #fdbc29 !important;
    display: none;
}
.fusion-social-networks-wrapper a:before {
    color: #fdbc29 !important;
}*/
a.fusion-social-network-icon.fusion-tooltip.fusion-reddit.fusion-icon-reddit,
a.fusion-social-network-icon.fusion-tooltip.fusion-whatsapp.fusion-icon-whatsapp,
a.fusion-social-network-icon.fusion-tooltip.fusion-googleplus.fusion-icon-googleplus,
a.fusion-social-network-icon.fusion-tooltip.fusion-tumblr.fusion-icon-tumblr,
a.fusion-social-network-icon.fusion-tooltip.fusion-pinterest.fusion-icon-pinterest,
a.fusion-social-network-icon.fusion-tooltip.fusion-vk.fusion-icon-vk {
  display: none;
}


/*  FORMS  */
input[type='submit']:active,
input[type='submit']:hover {
  color: #fdbc29 !important;
  border-color: #fdbc29 !important;
}

input:focus,
textarea:focus {
  outline: none !important;
  border: 2px solid #fdbc29 !important;
}

input,
textarea {
  color: #000 !important;
}

/* ------------ FOOTER ---------- */
.fusion-footer-widget-area {
  background-size: 100% auto !important;
}

.fusion-footer .fusion-row {
  max-width: 100% !important;
}

.fusion-columns.fusion-columns-2.fusion-widget-area>div {
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.fusion-columns.fusion-columns-2.fusion-widget-area>div:first-of-type {
  width: 25% !important;
  max-width: 375px !important;

  text-align: left;
}

.fusion-footer-widget-area .widget-title {
  font-family: 'Trade Gothic W01' !important;
  margin-bottom: 0;
}

#gform_wrapper_2 label {
  display: none;
}

.fusion-footer-widget-column {
  margin-bottom: 20px;
}

.fusion-footer-widget-area {
  padding-bottom: 0 !important;
}

.fusion-footer .gform_footer.top_label {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#gform_widget-2 h4.widget-title {
  text-transform: none !important;
}

#custom_html-2 h4.widget-title {
  font-size: 20px !important;
  font-weight: bold !important;
}

.footer-col {
  width: 25%;
  float: left;
  padding: 5px;
  font-size: 16px;
}

.footer-col h4 {
  color: #fff !important;
  font-size: 16px !important;
  margin-top: 0;
}

.fusion-footer .fusion-social-network-icon {
  border-radius: 100% !important;
}

#menu-widget-2 {
  width: calc(100% - 235px);
  float: left;
}

#social_links-widget-2 {
  width: 235px;
  float: right;
  padding: 0 0 0 5px;
}

.fusion-copyright-content {
  text-align: center;
}

/* Media Queries */
@media screen and (max-width: 1100px) {
  .footer-col {
    width: 50%;
  }
}

@media screen and (max-width: 940px) {
  .fusion-header {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  #gform_submit_button_2 {
    width: 100%;
    border-bottom: 2px solid #000 !important;
    border-top: 2px solid #000 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    line-height: .85 !important;
  }

  #gform_submit_button_2:hover {
    border: 2px solid !important;
  }

  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
  }

  .fusion-footer-widget-area {
    background-image: none !important;
  }

  .fusion-video iframe,
  iframe {
    max-width: 100%;
    padding: 20px 0 0;
  }

  input[type='text'] {
    height: 2em !important;
  }

  #tribe-events .tribe-events-list .tribe-events-event-meta .author>div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  #tribe-events .tribe-events-list .tribe-events-content {
    padding-left: 0;
    padding-right: 0;
  }

  span.tribe-event-date-start:before,
  .tribe-events-venue-details:before {
    font-weight: bold;
  }

  .fusion-body .fusion-page-title-bar,
  .fusion-page-title-row {
    min-height: 300px !important;
  }

  .page-id-45 .fusion-page-title-bar-none .fusion-page-title-row,
  .page-id-45 .fusion-body .fusion-page-title-bar-none,
  .blog.fusion-body .fusion-page-title-bar,
  .blog .fusion-page-title-row,
  .single-post .fusion-page-title-bar-none .fusion-page-title-row,
  .single-post .fusion-body .fusion-page-title-bar-none,
  .page-id-16 .fusion-page-title-bar-none .fusion-page-title-row,
  .page-id-16 .fusion-body .fusion-page-title-bar-none,
  .archive .fusion-page-title-bar-none .fusion-page-title-row,
  .archive .fusion-body .fusion-page-title-bar-none {
    min-height: 0 !important;
    min-height: unset !important;
  }

  /*.fusion-page-title-bar h3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }*/
  .fusion-content-boxes .heading {
    overflow: visible !important;
  }

  .footer-col,
  #menu-widget-2,
  #social_links-widget-2,
  .fusion-columns.fusion-columns-2.fusion-widget-area>div:first-of-type,
  .footer-col {
    width: 100% !important;
  }

  #menu-widget-2 {
    text-align: center;
  }

  .page-slice img {
    width: auto !important;
    height: auto !important;
    bottom: 50px !important;
    min-width: 100% !important;
    height: 60px !important;
    max-width: unset !important;
  }

  @media(max-width: 450px) {
    .page-slice img {
      bottom: 75px !important;
    }
  }

  #custom_html-2 h4.widget-title {
    margin: 0 auto 30px;
  }

  .prev-nav {
    left: 5px;
  }

  .next-nav {
    right: 5px;
  }

  .slant-background.jail-bars::before,
  .slant-background.tire-tracks::before {
    width: 160% !important;
    left: -30% !important;
    height: 100% !important;
    top: 0 !important;
  }

  #toTop {
    bottom: -2px !important;
    right: 20px !important;
  }

  .fusion-button {
    width: 100% !important;
    max-width: 380px !important;
  }
}

.change-makers-meet-btn {
  width: 250px !important;
  border-color: #979797 !important;
}

.postid-2227 .change-makers-ready-block {
  margin-top: -40px !important;
}

.change-makers-ready-button {
  max-width: 140px !important;
}

@media(max-width: 970px) {
  .change-maker-member-list {
    text-align: center !important;
  }
}

.fusion-testimonials.clean .author {
  text-align: right !important;
}