/*
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
*/

/* GLOBAL */

.translatepress-vi .fusion-modal h1, .translatepress-vi .fusion-page-title-bar h1, .translatepress-vi .fusion-title h1, .translatepress-vi .fusion-widget-area h1, .translatepress-vi .post-content h1, .translatepress-vi .search-page-search-form h1,.translatepress-vi .fusion-button-wrapper .fusion-button-text, .translatepress-vi p, .translatepress-vi input, .translatepress-vi li,.translatepress-vi a, .translatepress-vi .fusion-modal h1, .translatepress-vi .fusion-page-title-bar h1, .translatepress-vi .fusion-title h1, .translatepress-vi .fusion-widget-area h1, .translatepress-vi .post-content h1, .translatepress-vi .search-page-search-form h1,.translatepress-vi .fusion-button-wrapper .fusion-button-text, .translatepress-vi p, .translatepress-vi input, .translatepress-vi li,.translatepress-vi  a, .translatepress-vi div,.translatepress-vi h1,.translatepress-vi h3,.translatepress-vi h4,.translatepress-vi h5,.translatepress-vi h6,.translatepress-vi h1 span,.translatepress-vi h3 span,.translatepress-vi h4 span,.translatepress-vi h5 span,.translatepress-vi h6 span,.translatepress-vi button,.translatepress-vi input, .translatepress-vi label {
    font-family: Arial !important;
}


.translatepress-zh_CN .fusion-modal h1, .translatepress-zh_CN .fusion-page-title-bar h1, .translatepress-zh_CN .fusion-title h1, .translatepress-zh_CN .fusion-widget-area h1, .translatepress-zh_CN .post-content h1, .translatepress-zh_CN .search-page-search-form h1,.translatepress-zh_CN .fusion-button-wrapper .fusion-button-text, .translatepress-zh_CN p, .translatepress-zh_CN input, .translatepress-zh_CN li,.translatepress-zh_CN a, .translatepress-zh_CN .fusion-modal h1, .translatepress-zh_CN .fusion-page-title-bar h1, .translatepress-zh_CN .fusion-title h1, .translatepress-zh_CN .fusion-widget-area h1, .translatepress-zh_CN .post-content h1, .translatepress-zh_CN .search-page-search-form h1,.translatepress-zh_CN .fusion-button-wrapper .fusion-button-text, .translatepress-zh_CN p, .translatepress-zh_CN input, .translatepress-zh_CN li,.translatepress-zh_CN  a, .translatepress-zh_CN div,.translatepress-zh_CN h1,.translatepress-zh_CN h3,.translatepress-zh_CN h4,.translatepress-zh_CN h5,.translatepress-zh_CN h6,.translatepress-zh_CN h1 span,.translatepress-zh_CN h3 span,.translatepress-zh_CN h4 span,.translatepress-zh_CN h5 span,.translatepress-zh_CN h6 span,.translatepress-zh_CN button,.translatepress-zh_CN input, .translatepress-zh_CN label {
    font-family: Arial !important;
}


#trp-floater-ls.trp-top-right {
    bottom: auto;
    top: 0;
    border-radius: 0;
    right: 0;
    left: auto;
    padding: 0;
    position: absolute !important;
}

@media screen and (max-width: 600px) {
body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left {
    top: 83px !important;
	}
}

@media screen and (max-width: 600px) {
#trp-floater-ls.trp-top-right {
    top: 36px !important;
	}
}

.sans-serif {
	font-family: mr-eaves-xl-sans, sans-serif !important;
}
.serif {
font-family: 'Source Serif Pro', serif !important;	
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-bar {
    display: flex;
    justify-content: stretch;
}

.lang-name {
	margin-left: 8px;
}


.shfb-footer-logo img {
	    position: absolute;
    z-index: 99;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -19px;
}
.glink {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

:root {
  --green: #00873E;
  --green-hover: #4EBA6F;
  --green3: #06c;

  --orange: #FE5000;
  --orange-hover:#FE5000;
  --orange3: #06c;

  --yellow: #FFC90D;
  --yellow-hover: rgba(255, 201, 13, 0.8);

  --lightblue: #3dc4e4 ;
  --darkblue: ;

  --lightgrey: #f0f0f0 ;
  --lightgrey-hover: #e5e5e5;

  --white-hover-on-grey: #f8f8f8 ;

  --body-main: #747474 ;
  --body-darker: ;

 --font-stack: "mr-eaves-xl-sans", sans-serif;
	
  --hover-transition: .35s;
  --rad: 4px;

  --fa: 'Font Awesome 5 Free' ;

}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: none;
}

.pop-up-visible {
  display: flex;
}


.popup-image img {
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.popup-content {
  padding: 25px;
}

.popup-content h3 {
  font-size: 2.25rem;
  color: var(--green);
  margin-bottom: 0;
  line-height: 1;
}

.popup-content p {
  font-size: 1.25rem;
  margin: 1em 0 2em;
}

.popup-content a {
  background: var(--green);
  color: white;
  display: block;
  text-align: center;
  padding: 25px 0;
  border-radius: 3px;
}


.custom-popup {
  background: white;
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  position: relative;
}

.close-popup {
    position: absolute;
    top: 5px;
    font-size: 30px;
    right: 5px;
    color: black;
    padding: 10px;
    opacity: .5;
    z-index: 100;
    cursor: pointer;
    transition: .25s;
}

.close-popup:hover {
  opacity: 1;
}


.green, .green * {
  color: var(--green) !important;
}

.orange {
  color: var(--orange);
}

.yellow {
	color: var(--yellow);
}
.blue {
  color: var(--lightblue), #2D95BF;
}

.bg-white {
	background: white !important;
}

.bg-gray {
  background: var(--lightgrey) !important;
}
/* nav/header menu */

	.fusion-main-menu {
    position: relative;
    z-index: 200;
    overflow: hidden;
    max-width: calc(100% - 100px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
		flex-wrap: wrap !important;
}

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a, .fusion-main-menu .sub-menu li a {
  font-family: mr-eaves-xl-sans, sans-serif !important;
}

/* footer */
.fusion-footer .fusion-footer-widget-area .widget-title {
  font-family: mr-eaves-xl-sans, sans-serif;
}
.fusion-footer-widget-area .widget-title, .fusion-footer-widget-area h3, .fusion-footer-widget-column .product-title {
    color: #FE5000 !important;
}
	.fusion-footer-widget-area {
    
    border-color:#FE5000 !important;
    
}

.fusion-footer-widget-area a {
    color: #6D6E71 !important;
}
.fusion-header .fusion-main-menu > ul > li > a {
font-family: mr-eaves-xl-sans, sans-serif;	
}

footer {
	font-family: mr-eaves-xl-sans, sans-serif;
}

.fusion-footer-widget-area {
      background: linear-gradient(to right, whitesmoke 50%, white 50%) !important;
}

footer h4 {
    text-transform: capitalize !important;
    font-size: 25px !important;
}

footer li {
  padding: 0 !important;
  line-height: 30px !important;
  border: 0 !important;
  width: fit-content;
}

footer li a:before {
  content: '' !important;
  display: none !important;
}


/* form input */

form#get_food_form {
    max-width: 700px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    min-width: 70%;
}

input#zip-field {
    border: 0;
    min-width: 20px;
    min-height: 80px;
    padding: 20px;
    /* width:  100%; */
    font-size: 20px;
    flex-grow: 3;
    background: #ffffff;
    transition: var(--hover-transition);
}

form#drive-search-form {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

input#search-field {
    border: 0;
    min-height: 80px;
    padding: 20px;
    font-size: 20px;
    flex-grow: 2;
    background:  var(--lightgrey);
    transition: var(--hover-transition);
    margin:  0;
}

#email-signup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

input#email-field {
    height: 80px;
    background: var(--lightgrey);
    border: 0;
    max-width: 600px;
    margin: 0px;
    padding: 25px;
    font-size: 22px;
}

input#search-field:hover {
    background:  var(--lightgrey-hover);
}

input#zip-field:hover {
    background: var(--white-hover-on-grey);
}

input#zip-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#submit-button {
    background: var(--green);
    border: 0;
    height: 80px;
    color: white;
    font-weight: bold;
    flex-grow:  1;
    transition: .3s;
    max-width: 200px;
    width:  100%;
}

#submit-button:hover {
    background: var(--green-hover);
    cursor: pointer;
}

/* reusable quick styles */

.relative {
	position: relative;
}

.nobreak {
	white-space: nowrap;
}

.shadow {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
}

.centered-headline {
    max-width: 1000px;

}

.flex-center-vert {
    justify-content: center;
    align-items: center;
    display: flex;
}

.body-lg {
    font-size: 26px !important;
}

.h2-lg {
  font-size: 40px !important;
}

.body-copy-callout {
    text-align: center;
    max-width: 800px;
    margin: 50px 0 !important;
    color: var(--orange);
}

.underlay:before {
    background: linear-gradient(to top, black, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    opacity: .4;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.bio-photo {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
}

.bio-name-title {
    padding: 25px !important;
    min-height: 150px !important;
	display: flex;
	flex-direction: column;
}

.bio-name-title strong {
    font-size: 23px;
}

.bio-name-title p {
  margin-bottom: 0px !important;
}

.bio-name-title p:last-of-type {
    margin-top: auto;
}

.board-list {
    list-style: none;
    padding: 0;
}

.board-list li {
    margin-bottom: 20px;
}

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

.sm {
  font-size: 12px;
}

.icon70 {
    max-width: 70px;
    max-height:  70px;
}

.icon200 {
    max-width: 200px;
    max-height:  200px;
}

.centered-copy-block .fusion-column-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;

}

.centered-copy-block .fusion-column-wrapper .fusion-text {
max-width: 600px;

}

.icon-as-graphic {
    font-size: 250px;
    color: var(--gray);
    text-align: center;
    width: 100%;
}

.heart-bg .fusion-column-wrapper:after {
    content: "\f4be";
    font-family: var(--fa);
    font-weight: 900;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:  0;
    font-size: 100%;
    display:  flex;
    align-items:  center;
    justify-content: center;
    font-size: 180px;
    z-index:  -1;
    line-height: 1;
    color: #f0f0f0;
}

full-width-right-img {

}


/* custom page and structural elements */


ul.news-release-archive {
	padding: 0px;
	list-style: none;
}

ul.news-release-archive li {
    background: white;
    padding: 24px;
}



.fusion-text ul li {
    margin-bottom: 9px;
}

.get-food-cta-home .fusion-column-wrapper {
    min-height: 400px;
}

.half-wrapper-half-full {
    width: 100% !important;
    padding: 0px !important;
flex-wrap: wrap;
justify-content: space-between;
align-items: center !important;
}


.half-wrapper-half-full .half-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding-right: 80px;

  }

  .half-wrapper-half-full .half-wrapper .fusion-column-wrapper {
    max-width: 520px;
    align-self:  flex-end;
    align-items:  center;
}


.half-wrapper-half-full .half-full {

}



.cta-box .fusion-column-wrapper {
    box-shadow: 2px 2px 2px #dadada;
    display: flex;
    flex-direction: column;
    padding: 25px !important;
    background-color: white;
    justify-content: space-between;
}


.cta-box .fusion-clearfix {
  display: none;
}

.cta-box-call {
    background: #fcfcfc;
    padding: 30px 30px 10px;
    width: 100%;
    box-shadow: 2px 2px 2px #dadada;
}

.feedback-icon {
    font-size: 200px;
    color: #FE5000;
}
#postal-container  input[type="submit"] {
	background-color:#00873E !important;
}
.right-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--green);
    font-size: 60px;
    max-width: 150px;
    width:  100%;
}

.note {
    background: var(--lightgrey);
    padding: 15px;
    border-left: 4px solid var(--orange);
    box-shadow: 2px 2px 2px #e4e4e4;
    margin: 20px 0 !important;
    width: fit-content;
	min-width:100%;
}

.note:before {
  content: ' ';
}

.fit-width {
    width: fit-content;
}

.arrow-reveal-parent:hover .arrow-reveal{
    opacity: 1;
    margin-right: 0px !important;
}

.arrow-reveal {
    margin-right: -27.5px !important;
    margin-left: 5px;
    font-size: 20px !important;
    opacity: 0;
    transition: var(--hover-transition);
}

.spanish-link {
    background: var(--lightgrey);
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display:  flex;
    align-items:  center;
}

.spanish-link:hover {
    background: var(--lightgrey-hover);
    /* color: white; */
}
.spanish-link i {
    padding: 5px;
    color: #009142;
    font-size: 30px;
    margin-right: 10px;
}


.copy-block-half {
    max-width: 600px;
}

.headline-block-half {
    max-width: 600px;
}


.narrow-large-body {
    margin-top: 20px !important;
    max-width: 500px;
    font-size: 30px;
    line-height: 1.2;
}

.narrow-large-body-center {
    margin-top: 20px !important;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}

.vert-flex-block .fusion-column-wrapper {
  min-height: 500px !important;
  padding: 50px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.home-mission-block {
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
}

.home-mission-block h3 {
    color: #3dc4e4;
    font-size: 35px !important;
    line-height: 1.2 !important;
    margin: 20px 0 !important;
    font-weight: normal !important;
    max-width: 800px !important;
}

.contain {
    background-size: contain !important;
}

.centered-headline-section {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 500px !important;
    /* line-height:  1; */
}

.custom-header {
    height: 500px;
}

.home-donation-callout {
    justify-content: space-between;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain !important;
    background-color: #009436 !important;
    padding:  0px !important;
    min-height:  50vh;
}

.home-donation-callout .fusion-column-wrapper {
    height: 100% !important;
    display: block;
    justify-content: center;
    align-items: center;
}

.btn-bot-right {
    position: absolute !important;
    bottom: 20px;
    right: 20px;
}

.one-in-ten-graphic {
    position: absolute !important;
    bottom: 50px;
    max-width: 270px !important;
}

.callout-section {
    border-left: 5px solid #FE5000;
    padding: 30px;
    background: #ffffff;
    box-shadow: 3px 3px 3px #007e39;
}

.helpful-links .heading {
  margin-bottom: 0px !important;
  padding:  20px;
  text-align:  center;
}

.header-image {
  min-height: 40vh;
  display:  flex;
  justify-content: center;
  align-items:  center;
}

.xl-button {
    font-size: 25px !important;
    font-weight: bold !important;
    min-height:  100px !important;
    display: flex !important;
    justify-content:  center;
    align-items:  center;
    width:  100% !important;
    align-self:  center;
    /* min-width: 320px !important; */
    min-width: unset !important;
}

.two-centered-buttons  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:  row;
    flex-wrap:  nowrap;
}

.two-centered-buttons .fusion-column-content {
    display: flex;
}

.grey-inline-button {
    background: var(--lightgrey) !important;
    padding: 20px 40px !important;
	margin-bottom: 15px !important;
    font-size: 18px !important;
    display:  flex !important;
}

.grey-inline-button.small {
padding: 0px !important;
}


.grey-inline-button:hover {
    background: var(--lightgrey-hover) !important;
    /* color: blue !important; */
}

.grey-inline-button .fusion-button-text {
  color: var(--body-main) !important;
    margin-right: -15px;
}

.grey-inline-button .fusion-button-text:after {
  content: "\f061" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  opacity: 0;
  margin-left: 0px !important;
  transition: var(--hover-transition) !important;
}

.grey-inline-button:hover .fusion-button-text:after {
  opacity: 1;
  margin-left: 10px !important;
}

.grey-inline-button:hover .fusion-button-text {
  opacity: 1;
  margin-left: 5px !important;
  margin-right: 0px !important;
}

.donate-icons img {
    height: 80px;
}

.donate-icons .link-area-box {
    transition: var(--hover-transition);
    box-sizing:  border-box;
    border: 4px solid var(--green);
    padding: 20px !important;
}

.helpful-links .link-area-box {
    background: white !important;
    border-radius: var(--rad);
    transition: var(--hover-transition);
}

.helpful-links .link-area-box:hover {
    background: var(--lightgrey-hover) !important;
    border-radius: var(--rad);
}


.donate-icons .link-area-box:hover {
    border: 4px solid #ffffff;
    border-radius: 4px;
}

.donation-section {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-width-fix {
  width: 100%;
}



.right-floating-graphic {
    position: absolute;
    top: -40%;
    right: 0;
    width: 250px;
    background-size: contain;
}

/* global typography */

.fusion-text a {
    color: var(--green);
    border-bottom: 2px dotted transparent;
}

.fusion-text a[href$=".pdf"]:after {
    content: '\f1c1';
	color: var(--green);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-left: 7px;
}

.fusion-text a:hover {
    color: var(--green);
    border-bottom: 2px dotted var(--green);
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	background:#FE5000 !important;
	border-color:#FE5000 !important;

}

h2, h2 span, .h2-lg {
	font-family: 'Source Serif Pro', serif !important;	
}


body .fusion-modal h1, body .fusion-page-title-bar h1,body .fusion-title h1, body .fusion-widget-area h1, body .post-content h1, body .search-page-search-form h1, .fusion-button-wrapper .fusion-button-text, p, input, li, a, div {
		  font-family: mr-eaves-xl-sans, sans-serif;
}

h1,h3,h4,h5,h6,h1 span,h3 span,h4 span,h5 span,h6 span, button, input, label {
  font-family: mr-eaves-xl-sans, sans-serif !important;
	letter-spacing:0 !important;
	font-weight:800;

}

main h1, main h2, main h3, main h4, main h5, main h6, main p, main span, main input, main li, main a, main div {
  line-height: 1.3 !important;
}

h1 {
	font-weight: 700 !important;
}

h1.entry-title {
    font-weight: normal !important;
}


/* Navigation */

.top-counter {
    background: var(--green);
    color: white;
	flex-grow: 1;
    text-align: center;
    padding: 5px;
	font-family: mr-eaves-xl-sans, sans-serif;
}
.fusion-footer-copyright-area {
	background:#FE5000 !important;
}
.counter-number {
    color: #FFC90D;
}

.fusion-header {
  padding-left: 0;
  padding-right: 0;
}

.fusion-main-menu>ul>li.menu-item-10596 {
    background: var(--orange);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white !important;
    padding-right: 0px !important;
    margin: 0px;

}

.fusion-main-menu>ul>li.menu-item-10596:hover {
    background: var(--orange-hover);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white !important;
    padding-right: 0px !important;
    margin: 0px;
}

.fusion-is-sticky .fusion-main-menu > ul > li.menu-item-10596:hover {
  padding-right: 0px !important;
}

.fusion-main-menu>ul>li.menu-item-10596 a {
  border-bottom: 0px !important;

}

.fusion-main-menu>ul>li.menu-item-10596 span.menu-text {
  color: white !important;

}

.layout-wide-mode .fusion-header-wrapper .fusion-row {
    max-width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.fusion-main-menu>ul>li:last-child a {
    color: white;
}

.fusion-logo img {
    width: auto;
    padding-left: 15px;
}

.fusion-main-menu > ul > li > a {
  border-top: none !important;
    border-bottom: 3px solid transparent;
    height: 100px;
    line-height: 97px;
}
 /* STICKY HEADER */

.fusion-main-menu li {
    transition: .25s;
}

/* Other css overrides */

::placeholder {
    color: var(--body-main) !important;
}

#main {
	padding: 0px !important;
}


.flex-just-center .fusion-builder-row {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap:  wrap;
}

.fusion-accordian #accordion-170-1.fusion-toggle-icon-right .fusion-toggle-heading {
    margin-right: 34px;
    font-weight: bold;
    letter-spacing: 0px;
	font-family: mr-eaves-xl-sans, sans-serif;
    color: #007e33;
}

.fusion-accordian .panel-heading .panel-title {
    margin: 0;
    background: #eeeeee;
}



.fusion-page-title-bar {
	border-top: 0px solid !important;
	border-bottom: 0px solid !important;
}

/* blog */

.single-navigation {
	padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-navigation a[rel=next] {
    margin-left: auto;
    margin-right: 0;
}

#main .post h2 a {
    color: var(--green) !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    line-height: 1 !important;
}

.single-post h2.entry-title.fusion-post-title {
    color: var(--green) !important;
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
    margin-bottom: 0;
    text-decoration: none;
    color: #828282 !important;
}

.fusion-sharing-box h4 {
    color: var(--green);
    font-size: 16px;
    font-weight: bold;
}

section.page-title {
    background: var(--green);
    display: flex;
    height: 250px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    position: absolute;
    left: 0;
	text-transform: capitalize;
    width: 100%;
	padding: 25px;
}

@media screen and (max-width: 800px) {

	.fusion-footer-widget-area {
    background: white !important;
}

	.right-floating-graphic {
		display: none !important;
}
	.xl-button {
	min-width: initial !important;
		max-width: 100% !important;
}
 nav.fusion-mobile-nav-holder.fusion-mobile-menu-text-align-left	{
    margin-left: auto;
    flex-grow: 1;
    position: relative;
    padding: 10px;
    margin-top: 0px;
}

.fusion-main-menu > ul > li {
    padding-right: 0;
    padding: 0px;
    margin: 0px 20px;
}

	.layout-wide-mode .fusion-header-wrapper .fusion-row {
    display: block !important;
}

	.fusion-icon-bars {
		    padding: calc(54px/2);
	}


	h1 {
    font-size: 50px !important;
    line-height: 1 !important;
	}

	.btn-bot-right {
    margin-top: 25px;
    width: 100% !important;
    display: flex !important;
    height: 80px !important;
    align-items: center;
    justify-content: center;
    position: initial !important;
}

	#email-signup {
    flex-wrap: wrap;
	}

	#email-field {
    text-align: center;
}

	#submit-button {
    background: #FE5000;
    max-width: 100% !important;
}

	.fusion-footer-widget-area {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.fusion-mobile-nav-holder.fusion-mobile-menu-text-align-center.fusion-mobile-menu-expanded {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

	.fusion-page-title-bar .fusion-page-title-row h1 {
    font-size: 16px !important;
    line-height: 1 !important;
}
}

.single-post .post .single-navigation {
  margin: 0px !important;
  padding: 20px !important; }

.single-post .post .post-content {
  padding: 30px 30px 0; }

.single-post .post .single .fusion-sharing-box {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.single-post .post section#content {
  margin: 0px; }

.single-post .post .fusion-meta-info-wrapper {
  text-align: center;
  padding: 20px; }

.single-post .post h2.entry-title.fusion-post-title {
  padding: 20px; }

/* SEARCH PAGE  */
.search-page-search-form-top {
    padding: 40px 0;
    border-bottom: 1px solid #e6e5e6;
        border-bottom-color: rgb(230, 229, 230);
    margin-bottom: 60px;
}

.search-page-search-form {
  padding: 20px !important;
}


.search-results #content .entry-title.fusion-post-title {
  font-size: 2rem;
}

.search-results #content #posts-container .fusion-blog-layout-grid .fusion-post-grid {
  padding-bottom: 0px;
}

.search-results #content .fusion-search-form-classic #bbpress-forums .bbp-search-form #bbp_search, .fusion-search-form-classic .searchform .fusion-search-form-content .fusion-search-field input {
    border: none;
    height: 60px;
    font-size: 1.25rem;
    margin-top: 1rem;
    background: whitesmoke;
}

.search-page-search-form .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    width: 100px;
    background-color: var(--green);;
    background-image: url(https://shfb.org/wp-content/uploads/2019/01/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: 60px;
    transition: .25s;
    margin-top: 1rem;
    cursor: pointer;
}

.search-page-search-form .searchform .fusion-search-form-content .fusion-search-button input[type=submit]:hover {
  background-color: var(--green-hover) !important;
  width: 100px;
  background-image: url(https://shfb.org/wp-content/uploads/2019/01/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  height: 60px;  margin-top: 1rem;
}

.search-results #content .fusion-blog-layout-grid.fusion-blog-layout-grid-3 .post {
    width: 100%;
    display: block;
    float: none;
    position: initial !important;
}

.search-results #content .fusion-post-wrapper p {
  font-size: 1.3rem;
}

.search-results #content .fusion-post-wrapper .fusion-content-sep.sep-double.sep-solid {
  display: none;
}

.search-results #content .fusion-post-wrapper p.fusion-single-line-meta {
  display: none;
}

.search-page-search-form-top {
  border-bottom: 0;
  margin-bottom: 0px;
}

.search-results #content .fusion-blog-layout-grid .fusion-post-content-container p:last-child, .fusion-blog-layout-timeline .fusion-post-content-container p:last-child {
  max-width: 600px;
}

.search-results #content {
  width: 100% !important;
  padding: 2rem 0;

}

#posts-container .fusion-blog-layout-grid {
  margin: 0;
  padding: 20px;
}

.search-results #content .fusion-post-wrapper {
    transition: .25s;
    position: relative;
    bottom: 0;
    cursor: pointer;
}

.search-results #content .fusion-post-wrapper:hover {
    bottom: 10px;
    background: rgba(0, 0, 0, 0.05) !important;
}

.search-results #content .pagination {
    font-size: 1.5rem !important;
    padding: 0px;
    margin: 2rem auto 2.7rem;
    float: initial;
    width: fit-content;
}

.search-results #content .pagination .current, .search-results #content .pagination .inactive {
  padding: .5rem !important;
  width: 50px;
  text-align: center;
}

.search-results #content .pagination .pagination-prev,.search-results #content .pagination .pagination-next  {
  font-size: 1.25rem;
  color: #333333;
}

.fusion-main-menu-search .fusion-custom-menu-item-contents {
    background: white !important;
    border: 0px !important;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,.1);
    width: 500px !important;
    padding: 0px 1rem 1rem !important;
    padding-bottom: 1rem;
}


.fusion-main-menu-search .fusion-custom-menu-item-contents .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
  width: 60px;
  height: 60px;
  margin-top: 1rem;
  background-color: var(--green);
  background-image: url(https://shfb.org/wp-content/uploads/2019/01/search-icon.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.fusion-main-menu-search .fusion-custom-menu-item-contents .searchform .fusion-search-form-content .fusion-search-button input[type=submit]:hover {
  background-color: var(--green-hover);
}

.fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
  width: 60px;
  height: 60px;
  margin-top: 1rem;
  background-color: #009042;
  background-image: url(https://shfb.org/wp-content/uploads/2019/01/search-icon.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.fusion-mobile-menu-search {
    padding: 0 20px;
}

.fusion-custom-menu-item.fusion-main-menu-search.fusion-last-menu-item {
  background-image: url(https://shfb.org/wp-content/uploads/2019/01/search-icon-grey.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: .25s;
  cursor: pointer;
  padding: 0px;

}

.fusion-custom-menu-item.fusion-main-menu-search.fusion-last-menu-item a {
  padding: 20px;
}

.fusion-main-menu .fusion-main-menu-search a:after {
  visibility: hidden;
}

.inside-list {
  list-style-position: inside;
}

.fusion-custom-menu-item.fusion-main-menu-search.fusion-last-menu-item.fusion-main-menu-search-open {
  background-image: url(https://shfb.org/wp-content/uploads/2019/01/search-icon-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;

}

.fusion-custom-menu-item.fusion-main-menu-search.fusion-last-menu-item:hover {
  background-image: url(https://shfb.org/wp-content/uploads/2019/01/search-icon-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0px;
  transition: .25s;
  cursor: pointer;

}

ul#menu-header-navigation {
    margin-right: 105px;
}

.fusion-mobile-menu-icons a {
  margin-left: 0;
}

@media screen and (max-width: 800px) {
.fusion-page-title-bar.fusion-page-title-bar-breadcrumbs.fusion-page-title-bar-left {
  display: none;
}

.search-page-search-form-top {
    padding: 0 0 40px;
}

.fusion-mobile-menu-icons {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
}
	

}

@media screen and (max-width: 600px) {
		.top-counter {
		padding-left: 0px;
	}
	
	.lang-name {
		display: none;
	}
	
	.glink {
    min-width: 80px;
}
	
	.switcher-popup span {
    display: none;
}
	
	.fusion-button {
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 1096px) and (min-width: 944px) {
.search-results .fusion-blog-layout-grid-3 .fusion-post-grid, .fusion-blog-layout-grid-4 .fusion-post-grid, .fusion-blog-layout-grid-5 .fusion-post-grid, .fusion-grid-3 .fusion-grid-column, .fusion-grid-4 .fusion-grid-column, .fusion-grid-5 .fusion-grid-column, .fusion-portfolio-five .fusion-portfolio-post, .fusion-portfolio-four .fusion-portfolio-post, .fusion-portfolio-three .fusion-portfolio-post {
    width: 100%!important;
  }
}

@media only screen and (max-width: 1096px) and (min-width: 944px) {
.search-results .fusion-blog-layout-grid-3 .fusion-post-grid, .fusion-blog-layout-grid-4 .fusion-post-grid, .fusion-blog-layout-grid-5 .fusion-post-grid {
    width: 100%!important;
}}

@media only screen and (max-width: 944px) and (min-width: 792px) {
.search-results .fusion-blog-layout-grid-3 .fusion-post-grid, .fusion-blog-layout-grid-4 .fusion-post-grid, .fusion-blog-layout-grid-5 .fusion-post-grid, .fusion-grid-3 .fusion-grid-column, .fusion-grid-4 .fusion-grid-column, .fusion-grid-5 .fusion-grid-column, .fusion-portfolio-five .fusion-portfolio-post, .fusion-portfolio-four .fusion-portfolio-post, .fusion-portfolio-masonry .fusion-portfolio-post, .fusion-portfolio-three .fusion-portfolio-post {
    width: 100%!important;
}}

@media only screen and (max-width: 944px) and (min-width: 792px) {
.search-results .fusion-blog-layout-grid-3 .fusion-post-grid, .fusion-blog-layout-grid-4 .fusion-post-grid, .fusion-blog-layout-grid-5 .fusion-post-grid {
    width: 100% !important;
} }


div#gt_lightbox {
    max-width: calc(100% - 20px);
    margin: 50px auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	height: fit-content !important;
	padding-bottom: 40px;
}


#gt_fade.gt_black_overlay {
    z-index: 100000 !important;
    justify-content: center;
    align-items: center;
}

.glink {
			padding: 0px 10px;

}

.gt_white_content a {
	border: none !important;
	padding: 10px 0 !important;
}



a.glink span {
    margin-left: 5px;
    font-size: 18px !important;
}

.gt_white_content a.selected {
    background: none;
}
#main #comment-submit, #main .comment-submit, #reviews input#submit, .button-default, .button.default, .comment-form input[type="submit"], .fusion-button, .fusion-button-default, .fusion-portfolio-one .fusion-button, .post-password-form input[type="submit"], .slidingbar-area .button-default, .ticket-selector-submit-btn[type=submit], .tml-submit-wrap input[type="submit"], input.button-default {
	font-family: mr-eaves-xl-sans, sans-serif !important;
}
#tribe-events-content .tribe-events-tooltip .entry-title, #tribe-events-content .tribe-events-tooltip .tribe-event-title, .fusion-accordian .panel-heading a, .fusion-accordian .panel-title, .fusion-carousel-title, .fusion-flip-boxes .fusion-flip-box .flip-box-heading-back, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a, .fusion-megamenu-title, .fusion-modal h4, .fusion-person .person-desc .person-author .person-author-wrapper, .fusion-tabs .nav-tabs li .fusion-tab-heading, .fusion-tabs-widget .fusion-tabs-nav ul li a, .fusion-title h4, .fusion-widget-area h4, .popover .popover-title, .post-content h4, .project-content .project-info h4, .share-box h4, .tribe-block__tickets__registration__tickets__header, table th {
		font-family: mr-eaves-xl-sans, sans-serif !important;

}

::placeholder { 
  color: #6D6E71 !important;
  opacity: 1;
}
:-moz-input-placeholder { 
  color: #6D6E71 !important;
}
::-ms-input-placeholder { 
  color: #6D6E71 !important;
}