/*!
    Theme Name: Hello Elementor Child
*/  

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes hoverBtn {
 0%,
 100% {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
 51% {
  -webkit-transform:translateX(20px);
  transform:translateX(20px);
  opacity:1
 }
 52% {
  opacity:0;
  -webkit-transform:translateX(-20px);
  transform:translateX(-20px)
 }
 53% {
  opacity:0
 }
 54% {
  opacity:1
 }
}
@keyframes hoverBtn {
 0%,
 100% {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
 51% {
  -webkit-transform:translateX(20px);
  transform:translateX(20px);
  opacity:1
 }
 52% {
  opacity:0;
  -webkit-transform:translateX(-20px);
  transform:translateX(-20px)
 }
 53% {
  opacity:0
 }
 54% {
  opacity:1
 }
}

#upload-racipe #gform_fields_23::before, 
#upload-racipe #gform_fields_23::after {
    content: '';
    display: block;
    box-sizing: border-box;
    clear: both;
}

#upload-racipe #gform_fields_23 {
    position: relative;
}

#upload-racipe .gform_wrapper .gfield {
    float: left;
    width: calc(34.2% - 17px) !important;
    margin-right: 17px !important;
    clear: none;
    padding: 0;
    margin-top: 12px;
}

#upload-racipe .gform_wrapper #field_23_12, #upload-racipe .gform_wrapper #field_23_10, 
#upload-racipe .gform_wrapper #field_23_7, #upload-racipe .gform_wrapper .gfield#field_23_22, 
#upload-racipe .gform_wrapper #field_23_4, #upload-racipe .gform_wrapper #field_23_6, 
#upload-racipe .gform_wrapper #field_23_26 {
    margin-right: 0 !important;
}

#upload-racipe .gform_wrapper .recipe-gallery-image-upload .ginput_container.ginput_container_fileupload {
    margin: 0;
}

#upload-racipe .gform_wrapper .top_label div.ginput_container {
    margin-top: 7px !important;
}

#upload-racipe .gform_wrapper .gfield#field_23_12 .gfield_label {
    width: 100% !important;
    float: none;
}

#upload-racipe .gform_wrapper #field_23_5, #upload-racipe .gform_wrapper #field_23_7, 
#upload-racipe .gform_wrapper #field_23_11, #upload-racipe .gform_wrapper #field_23_6 {
    width: calc(51.4% - 17px) !important;
}

#upload-racipe .gform_wrapper .gfield#field_23_20 {
    width: 100% !important;
    border: none;
    margin-top: 20px !important;
    margin-bottom: 5px;
}

#upload-racipe .gform_wrapper .gfield#field_23_12 {
    width: 100% !important;
    margin-top: 10px;
    max-width: 100% !important;
}

#upload-racipe #gform_wrapper_23 label.gfield_label, 
#upload-racipe #gform_wrapper_23 legend.gfield_label {
    font-size: 13px;
    letter-spacing: 0.2px;
}

#upload-racipe #gform_wrapper_23 #input_22_14 {
    border: dashed 1px;
    padding: 10px;
    cursor: pointer;
}

#upload-racipe .gform_wrapper .gfield#field_23_14 {
    width: 100% !important;
    clear: left;
    margin-top: 14px;
    display: block;
}

#gform_submit_button_23:hover {
    background: transparent;
    color: #02B982;
}

.fancybox-container {
    z-index: 99999;
}

#gform_submit_button_23 {
    color: #fff;
    background-color: #02B982;
    border: solid 2px #02B982;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
    padding: 5px 10px 8px;
    line-height: 1.2;
}

#upload-racipe .fancybox-button.fancybox-close-small {
    border-radius: 50px;
    margin: 7px;
    padding: 5px;
    color: #fff;
    background-color: #02B982;
    border: solid 2px #02B982 !important;
}

#gform_confirmation_message_23 {
    border: solid 2px #02B982 !important;
    padding: 15px;
    margin: 25px;
    font-size: 24px;
    color: #000;
    text-align: center;
}

#upload-img-3, #upload-img-2, #upload-img-1, #upload-img-3 {
    left: 33px;
    position: relative;
    width: 130px;
}

#upload-racipe #gform_wrapper_23 .validation_message {
    padding-top: 5px !important;
    font-size: 12px;
    letter-spacing: 0.2px;
}

#upload-racipe #gform_wrapper_23 .validation_error {
    display: none;
}

#upload-racipe #gform_wrapper_23 .gfield_error .gfield_label, 
#upload-racipe #gform_wrapper_23 .gfield_label {
    color: #444;
    margin: 0 !important;
    letter-spacing: 0.3px;
}

#upload-racipe #gform_wrapper_23 li.gfield.gfield_error, 
#upload-racipe #gform_wrapper_23 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    border: none;
}

#upload-racipe #gform_wrapper_23 input[type="date"], #upload-racipe #gform_wrapper_23 input[type="email"], 
#upload-racipe #gform_wrapper_23 input[type="number"], 
#upload-racipe #gform_wrapper_23 input[type="password"], #upload-racipe #gform_wrapper_23 input[type="search"], 
#upload-racipe #gform_wrapper_23 input[type="tel"], #upload-racipe #gform_wrapper_23 input[type="text"], 
#upload-racipe #gform_wrapper_23 input[type="url"], #upload-racipe #gform_wrapper_23 select, textarea {
    border: 1px solid #989898 !important;
    border-radius: 0;
    padding: 3px 10px !important;
}

#upload-racipe #field_23_20 .gsection_title {
    font-size: 14px;
    color: #444;
    margin: 0 !important;
    letter-spacing: 0.3px !important;
}

#upload-racipe #gform_wrapper_23 textarea {
    height: 50px;
}

#upload-racipe #gform_wrapper_23 {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

#upload-racipe .gform_wrapper h3.gform_title {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px !important;
    text-align: center;
}

.logged-in-as a {
    color: #02B982;
}   

.contact-img-wr img {
    animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
}

#Contact_Form label {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    font-family: poppins;
    letter-spacing: 0.4px;
    line-height: 1.2;
}

.join-the-gathering-btn-2 a:hover {
    text-decoration: underline;
}

.recipe-details-wr a {
	color: #545454;
}

.recipe-details-wr a:hover {
	color: #02B982;
}

#Contact_Form .ginput_container input {
    border-color: #0E0E0E66;
    border-radius: 2px;
    background-color: transparent;
    height: 40px;
    width: 100%;
    padding: 12px;
    color: #524e4e;
}

#Contact_Form .gform_wrapper div.validation_error {
    border: 2px solid #790000 !important;
    padding: 10px;
}

#Contact_Form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
}

#Contact_Form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    background-color: transparent;
    border: none;
    margin-bottom: 0 !important;
}

#Contact_Form .gform_button.button:focus {
    outline: none;
}

#Contact_Form ul.gform_fields li.gfield {
    padding-right: 0;
    margin-top: 8px;
}

#Contact_Form textarea {
    height: 80px;
    border-color: #0E0E0E66;
    border-radius: 2px;
    background-color: transparent;
}

#Contact_Form .gform_button.button:hover {
    letter-spacing: 1.3px;
}

#Contact_Form .gform_button.button {
    background-color: #02B982;
    border-color: #fff;
    color: #fff;
    height: 45px;
    width: 200px;
    font-family: "Saira Extra Condensed", Sans-serif;
    font-size: 22px;
    margin-right: 0;
    line-height: 45px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#top-head-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("http://gatheringgenie.com/wp-content/uploads/2021/07/slider-img-1.png");
}

#contact-us .gform_wrapper form {
    text-align: left;
    max-width: 100%;
}

#upload-racipe .gform_wrapper .gsection {
    width: 100% !important;
    border: none;
}

#main-header .hfe-nav-menu .menu-item {
    position: relative;
    margin: 0;
}

#main-header .hfe-nav-menu li:last-child a {
    border-right: 0;
}

#gathering-menu .hfe-nav-menu .sub-menu li a:hover {
    padding-left: 15px !important;
}

#gathering-menu .hfe-nav-menu .sub-menu li a:hover::before {
    opacity: 1 !important;
}

.recipe-title a {
    color: #02B982;
}

#gathering-menu .hfe-nav-menu .sub-menu li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #000 !important;
    display: block !important;
    transform: translateY(-50%);
    opacity: 0 !important;
}

#main-header .my-cookbook-menu {
    display: none;
}

.logged-in #main-header .my-cookbook-menu {
    display: block;
}

#gathering-menu .hfe-nav-menu .sub-menu li a {
    padding: 10px;
    font-size: 14px;
    position: relative;
}

#gathering-menu .hfe-nav-menu .sub-menu {
    padding: 12px 7px 10px;
}

#gathering-menu .hfe-nav-menu .sub-menu li a::before {
    display: none;
}

#gathering-menu .hfe-nav-menu li a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 19px;
    left: 100%;
    opacity: 1 !important;
    top: 50%;
    opacity: 1 !important;
    transform: translateY(-50%);
    background-color: #fff !important;
}

#gathering-menu .hfe-nav-menu li a {
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.receipe-banner-wr {
    background-image: url(images/racipe-single-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000c9;
    height: 660px;
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 100px;
    position: relative;
}

.racipe-single-inner {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.receipe-banner-block {
    float: left;
    width: 500px;
    background-color: #fff;
    z-index: 9;
    padding: 15px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
    margin-left: -60px;
}

.racipe-single-inner::before, .racipe-single-inner::after {
    content: '';
    display: block;
    clear: both;
    box-sizing: border-box;
}

.receipe-black-li i {
    margin-right: 7px;
}

.receipe-black-wr {
    background: #222;
    padding-top: 5px;
    padding-bottom: 5px;
}

.recipe-process-des {
    margin-top: 15px;
}

.recipe-single-gallery-ul:before, .recipe-single-gallery-ul:after {
    content: '';
    display: block;
    clear: both;
    box-sizing: border-box;
}

.recipe-process-des p {
    color: #555455;
    font-size: 15px;
    margin-bottom: 10px;
}

li.recipe-single-gallery-block a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.4s ease;
}

li.recipe-single-gallery-block a:hover:before {
    opacity: 0.2;
}

li.recipe-single-gallery-block a:hover i {
    opacity: 1;
}

li.recipe-single-gallery-block a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.4s ease;
}

li.recipe-single-gallery-block a i {
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease;
}

.fancybox-button:hover {
    background-color: #02B982 !important;
}

.recipe-single-gallery .gallery-title {
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 400;
    color: #555455;
}

.recipe-single-gallery-ul .recipe-single-gallery-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe-single-gallery-ul .recipe-single-gallery-block {
    width: calc(33.3% - 10px);
    display: block;
    float: left;
    text-align: left;
    position: relative;
    border: 6px solid #eee;
    margin: 5px;
    height: 75px;
}

.recipe-single-gallery .recipe-single-gallery-ul {
    margin: 0;
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: relative;
}

.recipe-single-gallery {
    background: #fff;
    padding: 15px;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    vertical-align: middle;
}

form#commentform p.comment-form-cookies-consent label {
    padding: 10px 2px;
}

form#commentform label {
    color: #555455;
    font-weight: 600;
    font-size: 15px;
    padding: 0 0 10px;
    letter-spacing: 0.2px;
}

form#commentform input[type=date]:focus, form#commentform input[type=email]:focus, 
form#commentform input[type=number]:focus, form#commentform input[type=password]:focus, 
form#commentform input[type=search]:focus, form#commentform input[type=tel]:focus, 
form#commentform input[type=text]:focus, form#commentform input[type=url]:focus, 
form#commentform select:focus, form#commentform textarea:focus {
    border-color: #33333336;
    outline: 0 none;
}

.comment-content p {
    margin: 0 0 10px;
}

#comments .comment .avatar, #comments .pingback .avatar {
    left: -90px;
    border-radius: 50%;
    margin-right: 10px;
    transform: translateY(-50%);
    top: 50%;
}
    

.comment-meta .comment-author.vcard .fn a {
    color: #555455;
}

.comment-author.vcard .fn a, .comment-author.vcard span.says, 
.comment-metadata a time, .comment-content p, .reply .comment-reply-link {
    font-size: 14px;
}

#comments .comment .comment-body:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 40px;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    margin-bottom: 35px;
    margin-left: 80px;
    padding: 25px;
    border: none;
    background-color: #fff;
    position: relative;
    margin-top: 15px;
}

#comments .comment-author, #comments .comment-metadata {
    margin-right: 10px;
}

.comment-body em.comment-awaiting-moderation {
    display: none;
}

#comments .comment-meta {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: unset;
    justify-content: inherit;
}

form#commentform [type=button], form#commentform [type=submit], button {
    color: #fff;
    border-radius: 0;
    background-color: #02B982;
    border: 1px solid #02B982 !important;
    outline: none;
}

.comment-author img {
    max-width: 100%;
    border: 5px solid #efefef;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

footer.comment-meta a {
    color: #555455;
}

h3.title-comments {
    font-size: 22px;
    margin: 0;
    padding: 0 0 15px;
    color: #555455;
}

.comment-body {
    margin-bottom: 35px;
}

a#cancel-comment-reply-link {
    color: #02B982;
    margin-left: 6px;
}
 
.reply .comment-reply-link {
    color: #02B982;
}

form#commentform [type=button]:focus, form#commentform [type=button]:hover, 
form#commentform [type=submit]:focus, form#commentform [type=submit]:hover, 
form#commentform button:focus, form#commentform button:hover {
    color: #02B982;
    background-color: transparent;
    text-decoration: none;
    border-radius: 1px !important;
}

form#commentform textarea {
    height: 120px;
}

form#commentform input[type=date], form#commentform input[type=email], 
form#commentform input[type=number], form#commentform input[type=password], 
form#commentform input[type=search], form#commentform input[type=tel], 
form#commentform input[type=text], form#commentform input[type=url], 
form#commentform select, form#commentform textarea {
    color: #555455;
    font-size: 14px;
    width: 100%;
    border: 1px solid #33333336;
    background: #fbfbfb;
    padding: 10px;
    border-radius: 1px;
}

label[for="comment"] {
    color: #555455;
    font-weight: 600;
    padding: 8px 0;
}

h3.racipe-comment-head {
    margin-bottom: 30px !important;
}

p.comment-notes {
    margin: 10px 0;
    font-size: 15px;
}

h2#reply-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #555455;
}

.racipe-comment-form {
    padding-top: 30px;
}

h3.racipe-instructions-head, h3.racipe-comment-head {
    font-size: 24px;
    margin: 0;
    padding: 0 0 15px;
    color: #555455;
    border-bottom: solid 1px #55545566;
}

.right-process-content {
    float: left;
    width: 64.5%;
    padding: 15px;
    margin-left: 20px;
}

.ingredients-des p {
    color: #fff;
    letter-spacing: 0.2px;
    line-height: 1.6;
    font-size: 15px;
}

.ingredients-side-block h3 {
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.racipe-side-bar {
    float: left;
    padding: 0 15px;
    width: 33.333%;
}

.ingredients-side-block {
    border: 1px solid #fff;
    padding: 15px;
}

.recipe-ingredients-box-border {
    background-color: #02B982;
    padding: 15px;
    margin-bottom: 15px;
}

.receipe-single-content-wr {
    background-color: #F6F6F6;
    padding: 50px 0px;
}

.receipe-black-wr ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.receipe-black-wr ul {
    margin: 0;
    padding: 12px 0;
    text-align: center;
}

.receipe-black-wr .racipe-black-border {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

.racipe-top-content-block {
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.block-racipe-img {
    float: left;
    width: calc(100% - 530px);
    padding: 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    overflow: hidden;
    height: 420px;
}

#tab-pannel-wr #tab-list-wr .elementor-tab-title, 
#tab-pannel-wr #tab-list-wr .elementor-tab-title, 
#tab-pannel-wr #tab-list-wr .elementor-tab-title {
    float: left;
    background: #02B982;
    border: none;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 100px !important;
}

#tab-pannel-wr #tab-list-wr .elementor-tab-title:hover, 
#tab-pannel-wr #tab-list-wr .elementor-tab-title:hover, 
#tab-pannel-wr #tab-list-wr .elementor-tab-title:hover {
    background: #19CB96 !important;
}

#tab-list-wr .elementor-tabs-wrapper .elementor-active {
    background-image: linear-gradient(to right, #16BA89 , #193D32) !important;
}

#tab-list-wr {
    margin-top: -65px;
}

#tab-list-wr .elementor-tabs-content-wrapper {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#tab-list-wr .elementor-tabs-wrapper {
    border-bottom: none;
    float: left;
    width: 52%;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    align-content: center;
    height: 170px;
}

#tab-list-wr .elementor-tabs-content-wrapper::before {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #02B982;
    top: 30px !important;
    content: '';
}

#tab-list-wr .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 35px 25px;
    height: 170px;
    overflow: hidden;
}

#tab-list-wr .elementor-tabs-wrapper .elementor-tab-title:nth-child(1)::before {
    background-image: url(images/food-tab.png);
}

#tab-list-wr .elementor-tabs-wrapper .elementor-tab-title:nth-child(2)::before {
    background-image: url(images/fun-tab-img.png);
}

#tab-list-wr .elementor-tabs-wrapper .elementor-tab-title:nth-child(3)::before {
    background-image: url(images/friend-tab.png);
}

#tab-list-wr .elementor-tabs-wrapper .elementor-tab-title::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 50%;
    width: 100%;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    height: 55px;
    background-size: contain;
    background-position: center center;
}

#tab-list-wr .elementor-tabs-wrapper #elementor-tab-title-1881, 
#tab-list-wr .elementor-tabs-wrapper #elementor-tab-title-1882, 
#tab-list-wr .elementor-tabs-wrapper #elementor-tab-title-1883 {
    position: relative;
}

#your-wish-wr-content .join-the-gathering-btn .elementor-button-wrapper {
    position: relative;
}

#your-wish-wr-content .join-the-gathering-btn .elementor-button-wrapper::before {
    content: '';
    height: 6px;
    display: block;
    background: url(images/zigzag.png) repeat-x;
    width: 39%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

#your-wish-wr-content .join-the-gathering-btn .elementor-button-wrapper::after {
    content: '';
    height: 6px;
    display: block;
    background: url(images/zigzag.png) repeat-x;
    width: 39%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
}

.recipe-home-blog-button {
    cursor: pointer;
}

.recipe-home-blog-wr img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    cursor: pointer !important;
    object-fit: cover;
}

.recipe-home-blog-wr .recipe-home-blog-block {
    cursor: pointer;
    position: relative;
    float: left;
    width: calc(33.33% - 12px);
    display: inline-block;
    margin: 0 6px;
    border: solid 1px #eee;
    height: 150px;
}

.recipe-home-blog-title:hover {
    opacity:    ;
}

.recipe-home-blog-ul.clearfix {
    padding: 0;
}

.recipe-home-blog-img {
    width: 100%;
    height: 100%;
}

.recipe-home-blog-button {
    position: relative;
}

.recipe-home-blog-button::after {
    content: "";
    position: absolute;
    background: #02B982;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    z-index: 0;
    margin-left: -50%;
    transform: skew(-20deg);
    transition: width 1s ease;
    opacity: 0.6;
}

.recipe-home-blog-button:hover:hover::after {
    width: 180% !important;
}

.racipe-blog-hover {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

li.recipe-home-blog-block:hover img {
    filter: blur(0px);
}

.recipe-home-blog-title {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    text-align: center;
    width: 100%;
    margin: 0;
    opacity: 1;
    transition: all 0.4s linear;
    z-index: 99;
    color: #fff;
    left: 50%;
}

.recipe-home-blog-title {
    width: 100%;
    margin: 0;
    padding: 0;
}

.recipe-home-blog-button {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.racipe-blog-hover {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    opacity: 1;
    z-index: 2;
    transition: all 0.4s ease;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.recipe-home-blog-block:hover::after {
    opacity: 0.1;
}

#rev_slider_1_1_wrapper .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title {
    display: none;
}

#contact-page-form {
    margin: 0 auto;
    width: 750px;
    max-width: 100%;
    box-sizing: border-box;
}

#contact-page-form .gfield:nth-child(5) {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0 !important;
}

#contact-page-form .gfield:nth-child(2), #contact-page-form .gfield:nth-child(4) {
    clear: right;
}

#contact-page-form .gfield {
    padding: 0 !important;
    width: calc(51% - 15px) !important;
    float: left;
    clear: left;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

#join-the-gathering-form .gform_confirmation_message {
    padding: 25px;
    color: #02B982;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.wish-list {
    font-size: 45px;
    font-weight: 700 !important;
    color: #02B982;
    border: solid 2px #cac4c4 !important;
    border-radius: 10px;
    padding: 8px 15px;
    line-height: 1.1;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 0;
}

#wish-list-form-wr #gform_3 .gfield_label,
#wish-list-form-wr #gform_3 .head-1 {
    font-family: roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    color: #3C3C3C;
    letter-spacing: 0.3px;
}

.wish-list-item {
    padding-left: 100px;
    margin-top: -60px !important;
}

#main-header {
    position: fixed;
    width: 100%;
}

#home-slider-wr #rev_slider_1_1_wrapper rs-slide rs-sbg {
    position: relative;
}

#home-slider-wr #rev_slider_1_1_wrapper rs-slide rs-sbg::before {
    content: '';
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(to right, #0000, #0000003d);
}

#home-slider-wr #rev_slider_1_1_wrapper #slider-img-3 rs-sbg::before {
    background-image: linear-gradient(to right, #000000b5, #0000009e);
}

#gathering-menu .hfe-nav-menu .howitwork-menu-item {
    display: none;
}

#guest-wishes-wr .elementor-image-box-title a {
    width: 100%;
}

#guest-wishes-wr .elementor-image-box-title {
    float: left;
    background-color: #02B982;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

#guest-wishes-wr .elementor-image-box-description {
    float: right;
    width: calc(500px - 130px);
    padding: 0 20px;
    transition: all 0.4s ease;
}

#guest-wishes-wr .elementor-image-box-content {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
}

#guest-wishes-wr .elementor-image-box-title a {
    width: 100%;
    height: 100%;
    display: grid;
    align-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
}

#guest-wishes-wr .elementor-widget-image-box .elementor-widget-container {
    transition: all 0.4s ease;
}

#guest-wishes-wr .elementor-widget-image-box .elementor-widget-container:hover .elementor-image-box-title {
    background-color: #fff !important;
    color: #02B982 !important;
}

#guest-wishes-wr .elementor-widget-image-box .elementor-widget-container:hover .elementor-image-box-description {
    color: #fff;
}

#main-header.fixed {
    background-color: #4F4F4F;
    padding-top: 5px;
    padding-bottom: 5px;
}

#guest-wishes-wr .elementor-widget-image-box .elementor-widget-container:hover {
    background-image: linear-gradient(to right, #16BA89 , #193D32);
    margin-left: 80px;
}

#Contact_Form #gform_confirmation_message_1 {
    color: #02B982;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
}

#main-header.fixed .menu-item a.hfe-menu-item {
    transition: all 0.4s ease
}

body div#ui-datepicker-div[style] {
    z-index: 999999 !important;
}

#invite-form form {
    display: flex;
}

#invite-form form li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100% !important;
}

#invite-form form .ginput_container.ginput_container_email {
    margin: 0 !important;
}

#invite-form form input[type="text"]::placeholder {
    opacity: 1;
}

#invite-form form input[type="text"] {
    width: 100% !important;
    margin: 0 !important;
    background-color: transparent;
    color: #fff;
    padding: 5px 10px !important;
    border: solid 1px #fff;
    border-radius: 10px 0px 0px 10px;
    height: 40px;
}

#invite-form .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

#invite-form form .gform_body {
    width: calc(100% - 85px);
}

#invite-form form .gform_footer.top_label {
    padding: 0;
    margin: 0;
    width: 85px;
    margin-left: -2px;
}

#invite-form form input[type="submit"]:focus {
    outline: none;
}

#invite-form .gform_confirmation_message {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    border: solid 1px #fff;
    text-align: center;
    padding: 10px;
}

#invite-form form input[type="submit"] {
    height: 40px;
    line-height: 30px;
    padding: 0;
    width: 100%;
    font-size: 14px;
    margin: 0 !important;
    font-weight: 600;
    color: #fff;
    background-color: #02B982;
    border: solid 2px #02B982;
    border-radius: 0 10px 10px 0;
}

#invite-form form .validation_error {
    display: none;
}

#invite-form .gform_wrapper .validation_message {
    color: #dd0606;
    padding-top: 5px;
    letter-spacing: 0.2px;
}

#invite-form form li.gfield.gfield_error, 
#invite-form form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px !important;
    border-top: 1px solid #c89797;
    border-bottom: 1px solid #c89797;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
    border: none;
}

#gathering-footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#food-form .gform_wrapper .percentbar_blue {
    background-color: #02B982;
    color: #fff;
}

#services-message-form {
    padding-left: 325px;
}

#services-message-form .service-message-mail #input_19_1 {
    border-color: #b7b7b7;
    border-radius: 0px;
    background-color: transparent;
    height: 50px;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

#services-message-form form input[type="submit"] {
    height: 50px;
    line-height: 30px;
    padding: 0px;
    width: 30%;
    font-size: 18px;
    margin: 0 !important;
    font-weight: 600;
    color: #fff;
    background-color: #02B982;
    border: solid 2px #02B982;
    border-radius: 0 10px 10px 0;
    margin-left: -20px !important;
}

#services-message-form form {
    display: flex;
}

#services-message-form .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

#services-message-form .validation_error {
    display: none;
}

#services-message-form .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

#services-message-form .gform_wrapper li.gfield.gfield_error {
    background-color: rgba(255, 223, 224, 0);
    margin-bottom: 6px !important;
    border: none;
}

#services-message-form form li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100% !important;
}

#services-message-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}

#services-message-form .ginput_container.ginput_container_email {
    margin: 0;
}

.read-more-contact,
.read-more-contact1 {
    width: 50%;
    float: left;
    padding-right: 70px;
    padding-left: 20px;
}

#contact-page-form .gform_fields {
    position: relative;
    overflow: hidden !important;
}

#contact-page-form .ginput_container.ginput_container_text {
    margin: 0 !important;
}

#contact-page-form .gfield:nth-child(1), #contact-page-form .gfield:nth-child(3) {
    margin-right: 15px;
}

#contact-page-form .gfield:nth-child(2), #contact-page-form .gfield:nth-child(4) {
    clear: right;
}

#contact-page-form .gfield .ginput_container input {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #999999;
    padding-left: 17px;
    font-size: 18px;
    color: #666;
    width: 100%;
    margin: 0;
}

#contact-page-form form textarea {
    height: 200px;
    width: 100%;
    border: 1px solid #999999;
    border-radius: 10px;
    padding-left: 18px;
    font-size: 18px;
    padding-top: 15px !important;
    color: #666;
}

#contact-page-form form .gform_button {
    height: 65px;
    width: 35%;
    border-radius: 50px;
    background-color: #00cc99;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 3px solid #fff;
    text-align: center;
    margin-left: 35%;
    margin-right: 65%;
}

#contact-page-form .gform_wrapper li.gfield.gfield_error, 
#contact-page-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #fff;
    margin-bottom: 0px !important;
    border-top: none;
    border-bottom: none;
    padding-top: 8px;
}

#contact-page-form .gform_validation_error div.validation_error {
    border: 2px solid #790000 !important;
    padding: 10px;
}

.gform_wrapper div.validation_error {
    border-top: none;
    border-bottom: none;
}

#contact-page-form .gfield_error {
    margin-top: -20px;
}

#contact-page-form #validation_message_20_1, 
#contact-page-form #validation_message_20_3 {
    padding-top: 5px;
}

#main-header.fixed .elementor-button-wrapper a:hover {
    color: #193D32;
}

.recipe-blog-ul {
    position: relative;
}

.recipe-blog-wr .recipe-blog-block {
    float: left;
    width: calc(50% - 50px);
    margin-right: 90px;
}

.recipe-blog-wr .recipe-blog-block:nth-child(2n-2) {
    margin-right: 0;
}

.recipe-blog-wr .recipe-blog-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feaured-recip-button:hover::after {
    width: 180% !important;
    z-index: ;
    z-index: 0;
}

.feaured-recip-button::after {
    content: "";
    position: absolute;
    background: #02B982;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    z-index: 0;
    margin-left: -50%;
    transform: skew(-20deg);
    transition: width 1s ease;
    opacity: 0.5;
}

.feaured-recip-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}

.feaured-recip-button:hover .feaured-recip-title::after {
    height: 30px;
}

.feaured-recip-button .feaured-recip-title::after {
    content: "";
    background-image: url("images/hover-arrow.png");
    width: 100%;
    height: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.2s ease-in-out;
}

.feaured-recip-button .feaured-recip-title {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.2px;
    z-index: 2;
    text-transform: uppercase;
    width: 100%;
}

.feaured-recip-button {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.feaured-recip-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.feaured-recip-block .feaured-recip-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feaured-recip-block .feaured-recip-blog-img, .mycookbook-recipe-img {
    height: 100%;
    width: 100%;
}

.feaured-recip-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}

.mycookbook-chef-name {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #000;
    font-size: 22px;
}

.mycookbook-recipe-name {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
}

.mycookbook-recipe-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feaured-recip-block, .mycookbook-recipe-block {
    list-style: none;
    float: left;
    width: calc(33.3% - 30px);
    margin: 15px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.feaured-recip-ul {
    padding: 0;
}

.clearfix {
    position: relative;
}

.clearfix::before, .clearfix::after {
    content: '';
    display: block;
    clear: both;
    box-sizing: border-box;
}

.recipe-blog-ul::before, .recipe-blog-ul::after {
    content: '';
    display: block;
    clear: both;
    box-sizing: border-box;
}

.recipe-blog-ul {
    position: relative;
    padding: 0;
}

.recipe-blog-wr .recipe-blog-block {
    float: left;
    width: 37.5%;
    margin-right: 278px;
    list-style: none;
    margin-bottom: 50px;
}

.recipe-title {
    color: #02B982;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0 7px;
}

.recipe-chef-name {
    color: #000000c4;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
    display: block;
    margin: 10px 0 5px;
}

.recipe-desc {
    color: #000000c4;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
    display: block;
}

.recipe-button {
    color: #000;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0;
    display: block;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}

.recipe-blog-details {
    text-align: center;
}

.recipe-button i {
    margin-left: 4px;
    font-size: 19px !important;
    transition: all 0.3s ease;
}

.recipe-button:hover i {
    margin-left: 8px;
}

.recipe-blog-wr .recipe-blog-block:nth-child(2n-2) {
    margin-top: 120px;
    margin-bottom: 0;
}

.recipe-blog-wr::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    border-right: solid #CDCDCD 2px;
    height: 100%;
    transform: translateX(-50%);
}

.recipe-blog-wr {
    position: relative;
}

.recipe-blog-wr .recipe-blog-block .recipe-blog-img {
    position: relative;
    height: 275px;
}

.recipe-blog-wr .recipe-blog-block:nth-child(2n-1) .recipe-blog-img::before {
    content: '';
    position: absolute;
    right: -152px;
    top: 50%;
    background-image: url(images/point-left.png);
    width: 152px;
    transform: translateY(-50%);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 27px;
}

.recipe-blog-wr .recipe-blog-block:nth-child(1) .recipe-blog-img::before {
    background-image: url(images/contact.png);
    height: 62px;
    right: -168px;
    width: 168px;
}

.recipe-blog-wr .recipe-blog-block:nth-child(2n-2) .recipe-blog-img::before {
    content: '';
    position: absolute;
    left: -152px;
    top: 50%;
    background-image: url(images/point-right.png);
    width: 152px;
    transform: translateY(-50%);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 27px;
}

.recipe-button:hover {
    color: #02B982;
}

.receipe-single-wr .recipe-container {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.receipe-single-wr {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.receipe-banner-block .manual-recipe-div {
    color: #555455;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.3;
    margin-top: 15px;
}

.receipe-banner-block .manual-recipe-div p br {
    display: none;
}

.receipe-banner-block .single-chef-name {
    color: #555455;
    font-size: 15px;
    margin-top: 0;
}

.manual-recipe-div {
    color: #555455;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.3;
    margin-top: 10px;
}

.receipe-single-wr .recipe-container::before, 
.receipe-single-wr .recipe-container::after {
    content: '';
    display: block;
    clear: both;
    box-sizing: border-box;
}

.recipe-single-title {
    margin: 0;
    font-family: "Saira Extra Condensed", Sans-serif;
    font-weight: 600;
    color: #555455;
    text-transform: uppercase;
    font-size: 24px;
    text-align: left;
}

.receipe-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.receipe-banner-wr .block-racipe-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.receipe-banner-wr::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
}

.receipe-details-main-wr {
    background-color: #F6F6F6;
}

.recipe-details-li {
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.48);
    border-radius: 5px;
    transition: all 0.5s ease;
}

.recipe-details-li:hover {
    box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.18);
}

.recipe-details-li h2 {
    font-size: 22px;
    color: #000;
    position: relative;
    font-weight: 600;
    margin: 0;
    text-align: left;
    padding-left: 45px;
    cursor: pointer;
}

.recipe-details-li h3 {
    font-size: 17px;
    color: #545454;
    margin: 0;
    text-align: left;
    padding: 15px 0;
    line-height: 1.4;
    border-top: solid 1px #0000001c;
    margin-top: 15px !important;
}

.receipe-details-main-wr {
    padding-top: 80px;
    padding-bottom: 50px;
}

.receipe-banner-wr .single-sub-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-bottom: 15px;
    border-bottom: solid 1px #ffffffd6;
    margin: 0 100px 15px;
    letter-spacing: 1px;
}

.recipe-details-li h2::before {
    content: '';
    position: absolute;
    left: -20px;
    background-image: url(images/recipe-single-icon.png);
    top: -2px;
    background-size: contain;
    width: 58px;
    height: 45px;
    background-repeat: no-repeat;
}

#top-head-recipe {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("http://gatheringgenie.com/wp-content/uploads/2021/07/slider-img-1.png");
}

#how-it-work .elementor-image-box-wrapper img {
    border-bottom: solid 1px #0000001a;
}

#how-it-work .elementor-image-box-title {
    margin: 0;
    line-height: 1.1;
    padding: 4px 0 8px;
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] {
    background: transparent;
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title {
    line-height: 1.1;
    border-top: solid 5px;
    background-color: transparent;
    padding: 30px 40px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    font-size: 0;
    width: 100%;
}

#how-it-work .elementor-tab-content {
    background: #00000008;
    padding: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    border: solid 1px #00000014;
}

.work-screeb-title {
    color: #000;
    font-size: 17px;
    margin: 10px 0;
    display: block;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.work-screeb-title:hover {
    color: #02B982;
}

#gathering-menu {
    margin-bottom: 0 !important;
}

#join-the-gathering-form #gform_wrapper_15 .gform_title {
    text-align: center;
    font-size: 45px;
    color: #02B982;
    font-family: "Saira Extra Condensed", Sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
}

#join-the-gathering-form #gform_wrapper_15 .gform_body .clear-multi .ginput_container_date {
    width: 100%;
    margin-top: 0;
}

#join-the-gathering-form #gform_wrapper_15 .gfield_date_dropdown_year {
    margin-right: 0 !important;
}

#join-the-gathering-form #gform_wrapper_15 input[type="submit"] {
    color: #fff;
    background-color: #02B982;
    border: solid 2px #02B982 !important;
    width: 100%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Saira Extra Condensed", Sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    height: 50px;
    line-height: 40px;
    padding: 0;
    transition: all 0.5s ease;
}

#join-the-gathering-form #gform_wrapper_15 input[type="submit"]:hover {
    background-color: transparent;
    color: #02B982;
}

#join-the-gathering-form .fancybox-button.fancybox-close-small {
    background: #02B982;
    border: #02B982 solid 2px;
    color: #fff;
    border-radius: 100px;
    margin: 10px;
    padding: 5px;
    height: 40px;
    width: 40px;
}

#join-the-gathering-form .fancybox-button.fancybox-close-small svg {
    width: 100%;
    height: 100%;
}

#join-the-gathering-form #gform_wrapper_15 .validation_error {
    display: none;
}

#join-the-gathering-form #gform_wrapper_15 li.gfield.gfield_error, 
#join-the-gathering-form #gform_wrapper_15 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin: 0 !important;
    padding: 0;
}

#join-the-gathering-form #gform_wrapper_15 .gform_wrapper .gfield_error .gfield_label {
    color: #000;
}

#join-the-gathering-form #gform_wrapper_15 .gform_wrapper .gfield_required {
    color: #000;
}

#join-the-gathering-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
}

#join-the-gathering-form .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
#join-the-gathering-form .gform_wrapper li.gfield_error textarea {
    border: 1px solid #000;
}

#join-the-gathering-form .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
    max-width: 100% !important;
}

#join-the-gathering-form .ginput_container_password label {
    padding-bottom: 12px;
    padding-top: 5px;
    font-weight: 700;
}

#join-the-gathering-form .gform_body .gfield_label, #join-the-gathering-form .gfield_required, 
#join-the-gathering-form .gform_body .ginput_container_password label {
    color: #2C2C2C;
    letter-spacing: 0.4px;
}

#join-the-gathering-form #gform_15 {
    width: 480px;
    max-width: 100%;
}

#join-the-gathering-form input {
    padding: 2px 12px;
}

#join-the-gathering-form input, #join-the-gathering-form .ginput_container_date select {
    border: 1px solid #66666694 !important;
    height: 35px;
}

#join-the-gathering-form .gform_wrapper.gf_browser_gecko select {
    padding: 2px 12px 2px 5px;
}

#food-form #gform_wrapper_14 input[type="button"],   
#fun-form #gform_wrapper_13 input[type="submit"] {
    color: #fff;
    background-color: #02B982;
    border: solid 2px #02B982 !important;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Saira Extra Condensed", Sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    max-width: 100%;
    width: auto;
    border-radius: 0;
    line-height: 42px;
    height: 42px;
    padding: 0 25px;
}

#food-form #gform_wrapper_14 input[type="button"]:hover, 
#fun-form #gform_wrapper_13 input[type="submit"]:hover,
#food-form #gform_wrapper_14 input[type="submit"]:hover {
    background-color: transparent;
    color: #02B982;
}

#fun-form #gform_wrapper_13 input[type="submit"] {
    padding: 0 20px;
}

#food-form #gform_wrapper_14 input[type="submit"] {
    color: #fff;
    background-color: #02B982;
    border: solid 2px #02B982 !important;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Saira Extra Condensed", Sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    max-width: 100%;
    width: auto;
    border-radius: 0;
    line-height: 42px;
    height: 42px;
    padding: 0 16px;
}

#load-more-recipe {
    background: #6D6D6D;
    background-color: rgb(109, 109, 109);
    text-align: center;
    display: inline-block;
    padding: 24px 50px 24px 50px;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.7px;
    fill: #E8E8E8;
    color: #E8E8E8;
    margin: 0 !important;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
}

#load-more-recipe:hover {
    background-color: #02B982;
}

.recipe-filter {
    background: #02B982;
    width: 800px;
    margin: 0 auto 33px;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.recipe-filter .filter-button {
    display: inline-block;
    text-align: center;
    color: #727272;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.3px;
    background-color: #fff;
    border: solid 2px #fff;
    border-radius: 50px;
    padding: 3px 22px;
    margin: 0 5px;
    cursor: pointer;
}

.recipe-filter .filter-text {
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    margin-right: 5px;
}

.recipe-filter-wr .gallery_recipe {
    width: 25%;
    float: left;
    height: 300px;
    position: relative;
}

.recipe-filter-wr .recipe-filter-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #02B982;
    transition: all 0.4s linear;
    z-index: 1;
    opacity: 0;
}

.recipe-filter-wr .gallery_recipe img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.recipe-filter-wr .recipe-filter-link:hover .recipe-filter-title {
    opacity: 1;
}

.recipe-filter-wr .recipe-filter-link:hover::before {
    opacity: 0.4;
}

.recipe-filter-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    text-align: center;
    width: 100%;
    margin: 0;
    opacity: 0;
    transition: all 0.4s linear;
    z-index: 99;
}

.recipe-filter-link {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 999;
    position: relative;
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title.elementor-active::before {
    content: "\f00c";
    font-size: 14px;
    padding: 4px 1px;
    border: solid 2px #02B982;
    background-color: #02B982;
    color: #fff;
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title.elementor-active::after {
    bottom: 6px;
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: -15px;
    border: solid 2px;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    z-index: 1;
    background: #fff;
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 23px;
    line-height: 0.9;
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title::after {
    content: 'One';
    font-size: 24px;
    text-align: center;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    text-transform: capitalize;
    width: 24px;
    height: 24px;
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title:nth-child(2)::after {
    content: 'Two';
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title:nth-child(3)::after {
    content: 'Three';
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title:nth-child(4)::after {
    content: 'Four';
}

#how-it-work .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title:nth-child(5)::after {
    content: 'Five';
}

#how-it-work .elementor-tab-content {
    margin-top: 50px;
    padding: 20px 30px 30px;
}

.gathering-work-screen {
    height: 320px;
    overflow-y: scroll;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #00000087 #00000012;
}

#how-work-verticale .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title::after, 
#how-work-verticale .elementor-tabs-wrapper[role="tablist"] .elementor-tab-title::before {
    display: none;
}

#Contact_Form .gfield.gfield_error {
    border: none !important;
    background-color: transparent;
}

#gathering-menu .join-menu {
    display: none;
}

#gathering-menu .elementor-button-link {
    display: none;
} 

#gathering-menu .hfe-nav-menu li:last-child a::before {
    display: none;
}

#home-tab-wr  .elementor-widget-tabs .elementor-tab-content, #home-tab-wr  .elementor-widget-tabs .elementor-tab-title, 
#home-tab-wr  .elementor-widget-tabs .elementor-tab-title:after, #home-tab-wr  .elementor-widget-tabs .elementor-tab-title:before, 
#home-tab-wr  .elementor-widget-tabs .elementor-tabs-content-wrapper{
        border: none;
}

#home-tab-wr .elementor-tab-title::before {
    content: '';
    top: 0;
    left: 50%;
    width: 75px;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    height: 55px;
    background-position: center;
    background-size: auto;
    display: block;
    position: relative;
    border: none;
}

#home-tab-wr .elementor-tab-title:nth-child(1)::before {
    background-image: url(images/food.logo.png);
}

#home-tab-wr .elementor-tab-title:nth-child(2)::before {
    background-image: url(images/fun.logo.png);
}

#home-tab-wr .elementor-tab-title:nth-child(3)::before {
    background-image: url(images/friends.logo1.png);
}

body #home-tab-wr .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: none !important;
}

#home-tab-wr .elementor-tab-title.elementor-active {
    background-image: linear-gradient(to right, #16BA89 , #193D32) !important;
}

#home-tab-wr .elementor-tab-content {
    border: none;
}

#home-tab-wr .elementor-tab-title {
    position: relative;
    background-color: #02B982;
    border: none;
    text-align: center;
    padding: 5px 97px;
    transition: all 0.4s ease;
}

#home-tab-wr .elementor-tab-title:hover {
    background-color: #19CB96 !important
}

#home-tab-wr .elementor-tab-content {
    width: 809px;
    margin: 0 auto;
    border-top: 0;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border: none;
}

#Contact_Form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
#Contact_Form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

#Contact_Form #gform_1 .gform_fields li:nth-child(2) {
    float: left;
    clear: right;
    margin-left: 20px !important;
}

#Contact_Form #gform_1 .gform_fields li:nth-child(1), #Contact_Form #gform_1 .gform_fields li:nth-child(2) {
    width: calc(50% - 10px);
}

#Contact_Form #gform_1 .gform_fields li {
    float: left;
    clear: left;
    width: 100%;
}

.recipe-more-form {
    color: #02B982;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-left: 1px;
    transition: all 0.4s ease;
}

.recipe-more-form:hover {
    color: #02B982;
    text-decoration: underline;
}

#main-header .xoo-el-firstname-menu .hfe-menu-item img {
    display: none;
}

#your-wish-wr-content .login-upload-block {
    text-align: center;
}

#your-wish-wr-content .login-upload-block .xoo-el-action-sc.button.btn:hover, 
#about-section .login-upload-block .xoo-el-action-sc.button.btn:hover, 
#your-wish-wr-content  .login-upload-block .upload-btn:hover, 
#about-section .login-upload-block .upload-btn:hover {
    background-color: #20735A !important;
}

#your-wish-wr-content .login-upload-block .xoo-el-action-sc.button.btn, 
#about-section .login-upload-block .xoo-el-action-sc.button.btn, 
#your-wish-wr-content  .login-upload-block .upload-btn, 
#about-section .login-upload-block .upload-btn  {
    font-family: "Saira Extra Condensed", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.3px;
    background-color: #02B982;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 30px 12px 30px;
    text-align: center;
    color: #fff;
    transition: all 0.4s ease;
}

.slider-login.login-upload-block .upload-btn:hover:before, 
.slider-login.login-upload-block .xoo-el-action-sc.button.btn:hover:before {
    right: -30px;
}

.slider-login.login-upload-block .xoo-el-action-sc.button.btn::before, 
.slider-login.login-upload-block .upload-btn::before {
    content: "";
    position: absolute;
    right: -28px;
    top: 50%;
    background-image: url(images/slider-arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 14px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    margin-top: 2px;
}

.slider-login.login-upload-block .xoo-el-action-sc.button.btn, 
.slider-login.login-upload-block .upload-btn {
    font-family: "Saira Extra Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1em !important;
    letter-spacing: 0.5px !important;
    color: #02B982;
    transition: all 0.3s ease;
    position: relative;
}

.login-upload-block .xoo-el-action-sc.button.btn + .upload-btn {
    display: inline-block !important;
}

.login-upload-block .xoo-el-action-sc.button.btn.xoo-el-login-tgr + .upload-btn {
    display: none !important;
}

.login-upload-block .xoo-el-action-sc.button.btn.xoo-el-login-tgr {
    display: inline-block !important;
}

.login-upload-block .xoo-el-action-sc.button.btn {
    display: none;
}

.recipe-home-blog-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
}

.ingredients-side-block .ingredients-des {
	color: #fff;
	font-size: 16px;
}

#upload-img-3, #upload-img-2, #upload-img-1, #upload-img-3, #upload-recipe-img {
    font-size: 14px;
    color: #02B982;
    word-wrap: break-word;
}

.recipe-gallery-image-upload input[type="file"] {
    opacity: 0;
    cursor: pointer !important;
    padding: 0 !important;
    height: 32px !important;
    width: 100% !important;
}

#upload-racipe .gform_wrapper .recipe-gallery-image-upload .gfield_label {
    float: left;
    padding-right: 15px !important;
}

.recipe-gallery-image-upload .ginput_container {
    background: url("images/upload-arrow.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    border: dotted 1px #767676 !important;
    height: 30px;
    overflow: hidden;
}

#upload-racipe .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin-top: 20px;
}

#upload-racipe .gform_wrapper .gfield#field_23_25, 
#upload-racipe .gform_wrapper .gfield#field_23_26, 
#upload-racipe .gform_wrapper .gfield#field_23_24 {
    text-align: center;
    margin: 5px 0 0;
}

#upload-racipe .gform_wrapper .gfield#field_23_20 p {
    margin: 7px 0 -2px;
    font-size: 12px;
    letter-spacing: 0.1px;
    word-wrap: break-word;
}

#upload-racipe .gform_wrapper .gfield#field_23_12 p {
    margin: -10px 0 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1px;
    word-wrap: break-word;
}

#upload-racipe .gform_wrapper .gfield#field_23_27 {
    text-align: center;
    width: 100% !important;
    margin: 3px 0 0 !important;
}

#upload-racipe .ginput_preview strong {
    word-wrap: break-word;
}

#upload-racipe .ginput_preview {
    font-size: 11px;
    background-color: #fff;
    margin: 0;
    line-height: 1.1;
    display: inline-block;
    position: absolute;
    width: 120px;
    padding: 4px;
    border: solid 1px #00000024;
    letter-spacing: 0.2px;
}

#upload-racipe #field_23_12 .ginput_preview {
    width: 99%;
    background-color: #fff;
    padding: 8px 5px 0;
    margin: 0;
    text-align: center;
    max-width: 100%;
}

.gallery-popup.fancybox-content .fancybox-button.fancybox-close-small {
    border-radius: 50%;
    background: #02B982;
    color: #fff;
    padding: 4px;
    width: 37px;
    height: 37px;
    border: solid 2px #02B982 !important;
    margin: 7px;
}

.gallery-popup.fancybox-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: solid 1px #0000001a;
}

.gallery-popup.fancybox-content {
    width: 900px;
    height: 500px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.fancybox-navigation .fancybox-button {
    border: none !important;
}

@media screen and (max-width: 1200px) {
.recipe-blog-wr .recipe-blog-block:nth-child(1) .recipe-blog-img::before, 
.recipe-blog-wr .recipe-blog-block:nth-child(2n-1) .recipe-blog-img::before, 
.recipe-blog-wr .recipe-blog-block:nth-child(2n-2) .recipe-blog-img::before {
    background-image: none !important;
}

.recipe-blog-wr .recipe-blog-block:nth-child(2n-2) {
    margin-top: 0 !important;
}

}


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

#gathering-menu .hfe-nav-menu .sub-menu {
    padding: 0 15px;
}

#gathering-menu .hfe-nav-menu__submenu-classic.hfe-dropdown .hfe-nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}

#gathering-menu .hfe-nav-menu li a {
    padding-top: 10px;
}

.feaured-recip-button .feaured-recip-title {
    font-size: 16px !important;
}

.feaured-recip-block, .mycookbook-recipe-block {
    height: 200px !important;
}

.recipe-blog-wr .recipe-blog-block {
    float: left;
    width: calc(50% - 22px) !important;
    margin-right: 44px;
}

.receipe-banner-block {
    width: 400px !important;
    margin-left: -90px !important;
}

.recipe-title {
    font-size: 18px !important;
}

.recipe-button {
    font-size: 16px !important;
}

.block-racipe-img {
    width: calc(100% - 460px) !important;
    margin: 50px !important;
    height: 370px !important;
}

.racipe-side-bar {
    width: 100% !important;
}

.receipe-banner-block .recipe-single-title {
    font-size: 20px !important;
}

.right-process-content {
    float: left;
    width: 100% !important;
    padding: 15px 30px !important;
    margin-left: 0 !important;
}

.ingredients-des p {
    font-size: 18px !important;
}

.ingredients-side-block h3 {
    font-size: 28px !important;
    font-weight: 500 !important;
}

.recipe-home-blog-wr .recipe-home-blog-title {
    width: 100% !important;
    font-size: 12px !important;
}

.gallery-popup.fancybox-content {
    height: auto !important;
}

.receipe-black-wr ul li {
    font-size: 16px !important;
}

}

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

#upload-racipe .gform_wrapper #field_23_5, #upload-racipe .gform_wrapper #field_23_7, 
#upload-racipe .gform_wrapper #field_23_11, #upload-racipe .gform_wrapper #field_23_6 {
    width: 100% !important;
}

.xoo-el-main {
    padding: 40px 20px !important;
}

.recipe-home-blog-wr .recipe-home-blog-title {
    font-size: 14px !important;
}

.ingredients-des p {
    font-size: 16px !important;
}

.receipe-banner-block .recipe-single-title {
    font-size: 18px !important;
}

.right-process-content {
    float: none !important;
    width: calc(100% - 0px) !important;
    margin: 0 !important;
    padding: 15px 20px !important;
}

.receipe-black-wr ul {
    padding: 0 !important;
}

.receipe-banner-block {
    float: none !important;
    width: calc(100% - 0px) !important;
    top: -50px !important;
    margin: 0 !important;
}

.receipe-black-wr ul li {
    font-size: 14px !important;
}

.block-racipe-img {
    float: none !important;
    width: calc(100% - 100px) !important;
    padding: 10px !important;
    height: 180px !important;
    margin: 50px !important;
    margin-top: 260px !important;
}

.receipe-banner-wr {
    height: 300px !important;
}

.racipe-side-bar {
    float: none !important;
    padding: 10px 10px !important;
    width: calc(100% - 6px);
    margin-top: 280px !important;
    margin: 0;
}

.recipe-blog-wr .recipe-blog-block:nth-child(2n-2) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.recipe-title {
    font-size: 18px !important;
}

.recipe-button {
    font-size: 16px !important;
}

.recipe-blog-wr .recipe-blog-block .recipe-blog-img {
    position: relative;
    height: 200px !important;
}

.recipe-blog-wr .recipe-blog-block {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.recipe-blog-wr::before {
    border-right: none !important;
}

.recipe-blog-wr .recipe-blog-block:nth-child(1) .recipe-blog-img::before, 
.recipe-blog-wr .recipe-blog-block:nth-child(2n-1) .recipe-blog-img::before, 
.recipe-blog-wr .recipe-blog-block:nth-child(2n-2) .recipe-blog-img::before {
    background-image: none !important;
}

.feaured-recip-button .feaured-recip-title {
    font-size: 18px !important;
}

#contact-page-form .gfield:nth-child(1), 
#contact-page-form .gfield:nth-child(3) {
    margin-right: 0 !important;
}

#contact-page-form .gform_body .gfield {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: none !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

#contact-page-form .gfield {
    float: none !important;
}

#your-wish-wr-content .elementor-heading-title span {
    padding-left: 60px !important;
}

.feaured-recip-block, .mycookbook-recipe-block {
    width: 100% !important;
    margin: 15px 0 !important;
}

#slider-1-slide-9-layer-0, #slider-1-slide-8-layer-0, #slider-1-slide-10-layer-0, #slider-1-slide-10-layer-0 a, 
#slider-1-slide-10-layer-0 .more_content {
    font-size: 11px !important;
    line-height: 12px !important;
    margin: 2px 0 !important;
}

#tab-pannel-wr #tab-list-wr .elementor-tab-title {
    padding: 4px !important;
}

#your-wish-wr-content .login-upload-block .xoo-el-action-sc.button.btn, 
#about-section .login-upload-block .xoo-el-action-sc.button.btn, 
#your-wish-wr-content .login-upload-block .upload-btn, 
#about-section .login-upload-block .upload-btn {
    font-size: 22px;
    line-height: 1;
    padding: 8px 30px;
}

#rev_slider_1_1_wrapper .ares.tp-bullets {
    margin-top: 20px;
}

.slider-login.login-upload-block .xoo-el-action-sc.button.btn::before, 
.slider-login.login-upload-block .upload-btn::before {
    right: -26px;
    background-size: 16px;
    width: 18px;
    height: 12px;
}

.slider-login.login-upload-block .xoo-el-action-sc.button.btn, 
.slider-login.login-upload-block .upload-btn {
    font-size: 12px;
}

#rev_slider_1_1_wrapper .ares .tp-bullet {
    width: 10px;
    height: 10px;
    left: 22px !important;
}

#rev_slider_1_1_wrapper .ares .tp-bullet[data-key="rs-10"] {
    left: 39px !important;
}

#rev_slider_1_1_wrapper .ares .tp-bullet[data-key="rs-8"] {
    left: 5px !important;
}

#upload-racipe .ginput_preview {
    font-size: 11px;
    width: 150px;
}

#upload-racipe .gform_wrapper ul li::after, #upload-racipe .gform_wrapper ul li::before, 
#upload-racipe .gform_wrapper ul.gform_fields {
    overflow: hidden;
}

.gform_wrapper form {
    overflow: hidden;
}

#upload-img-3, #upload-img-2, #upload-img-1, #upload-img-3 {
    left: 0;
    position: relative;
    width: auto;
    display: block;
}

#upload-racipe .gform_wrapper .recipe-gallery-image-upload .gfield_label {
    float: none;
    padding-right: 0 !important;
}

#upload-racipe .gform_wrapper .gfield.text-upload-image#field_23_27 {
    width: 100% !important;
    margin: 0 !important;
}

#upload-img-3, #upload-img-2, #upload-img-1, #upload-img-3, #upload-recipe-img {
    font-size: 11px;
    color: #02B982;
    word-break: break-word;
    line-height: 1.2 !important;
}

#upload-racipe #gform_wrapper_23 textarea {
    height: 45px;
}

body #upload-racipe .gform_wrapper .gfield.recipe-gallery-image-upload, 
body #upload-racipe .gform_wrapper .gfield.text-upload-image {
    width: calc(34% - 15px) !important;
    float: left !important;
    clear: none !important;
    margin-right: 15px !important;
}

#upload-racipe .gform_wrapper .gform_footer {
    padding: 10px 0 10px 0;
    margin: 0;
}

#upload-racipe #gform_wrapper_23 input[type="date"], #upload-racipe #gform_wrapper_23 input[type="email"], 
#upload-racipe #gform_wrapper_23 input[type="number"], #upload-racipe #gform_wrapper_23 input[type="password"], 
#upload-racipe #gform_wrapper_23 input[type="search"], #upload-racipe #gform_wrapper_23 input[type="tel"], 
#upload-racipe #gform_wrapper_23 input[type="text"], #upload-racipe #gform_wrapper_23 input[type="url"], 
#upload-racipe #gform_wrapper_23 select, textarea {
    padding: 1px 10px !important;
    font-size: 14px;
}

#upload-racipe .gform_wrapper h3.gform_title {
    font-size: 24px;
}

#upload-racipe {
    padding: 30px;
}

body #upload-racipe .gform_wrapper .gfield {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    clear: both;
    padding: 0 0 10px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden;
}

#Contact_Form #gform_1 .gfield {
    margin-top: 10px !important;
}

#tab-list-wr .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 25px;
    height: auto;
}

.recipe-home-blog-wr .recipe-home-blog-block {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
}

#Contact_Form .ginput_container input {
    height: 30px;
    font-size: 14px;
}

#Contact_Form #gform_1 .gform_fields li:nth-child(1), 
#Contact_Form #gform_1 .gform_fields li:nth-child(2) {
    width: 100%;
    margin-left: 0 !important;
}

#Contact_Form #gform_1 #gform_submit_button_1 {
    font-size: 20px;
    height: 45px;
    width: 110px;
    line-height: 45px;
}

#Contact_Form #gform_1 label {
    font-size: 13px;
}

#cont-act-wr #contact-page-form input {
    padding-left: 5px !important;
    font-size: 15px !important;
    height: 40px !important;
}

#contact-page-form form textarea {
    height: 100px;
}

#cont-act-wr #contact-page-form input, 
#cont-act-wr #contact-page-form textarea {
    padding-left: 10px !important;
    font-size: 15px !important;
    width: 100%;
    margin: 0;
    margin-top: 0px !important;
}

#gform_wrapper_20 {
    margin-top: 0;
}

#cont-act-wr #contact-page-form .gform_button {
    height: 45px !important;
    width: 200px;
    font-size: 16px !important;
    max-width: 100%;
    margin: 0 auto !important;
    line-height: 38px;
    padding: 0;
}

#cont-act-wr, 
#cont-act-wr .elementor-background-overlay {
    background-image: none;
}
 
#cont-act-wr #contact-page-form .gform_footer.top_label {
    text-align: center;
    margin-top: 0;
}

#food-form .gf_progressbar_percentage span {
    margin-right: 0px;
}

#contact-page-form ul li.gfield {
    margin-top: 0px;
}

#contact-page-form form #input_20_2,
#contact-page-form form #input_20_4 {
    margin-top: 0px !important;
}

#food-form .wish-list, 
#fun-form .wish-list {
    font-size: 30px !important;
}

#main-header .elementor-container {
    min-height: 60px;
}

#tab-pannel-wr #tab-list-wr .elementor-tab-title {
    border-bottom: solid 1px #F6F6F6;
}

#tab-list-wr .elementor-tabs-content-wrapper::before{
    display: none;
}

#tab-list-wr {
    margin-top: 0;
}

}

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

#your-wish-wr-content .join-the-gathering-btn .elementor-button-wrapper::before, 
#your-wish-wr-content .join-the-gathering-btn .elementor-button-wrapper::after {
    width: 33%;
}

#upload-racipe .fancybox-button.fancybox-close-small {
    padding: 2px;
    width: 32px;
    height: 32px;
}

#gform_confirmation_message_23 {
    padding: 15px;
    margin: 20px;
    font-size: 22px;
}

}

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

#upload-racipe .ginput_preview {
    width: 100px;
}

#slider-1-slide-10-layer-1, #slider-1-slide-10-layer-1 span, 
#slider-1-slide-8-layer-1, #slider-1-slide-8-layer-1 span, 
#slider-1-slide-9-layer-1, #slider-1-slide-9-layer-1 span {
    font-size: 24px !important;
    line-height: 1 !important;
} 

}

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

#upload-racipe .ginput_preview {
    width: 70px;
    margin: 0;
    padding: 4px;
    border: solid 1px #00000024;
}

}