/*
Theme Name: Tipsy Child Theme
Template: tipsy
Theme URI: https://tipsy.themerex.net/
Description: Tipsy Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: tipsy
*/
:root {
    --ag-form-max-width: 760px;
    --ag-form-border: 5px solid #CDA143;
    --ag-form-border-width: 5px;
    --ag-input-text-size: 30px;
    --ag-input-padding: 0;
    --ag-input-color: #000;
    --ag-text-headline-margin: 25px 0 25px 0;
    --ag-submit-margin: 25px 0 30px 0;
}

/* =Child-Theme customization starts here
------------------------------------------------------------ */
@font-face {
    font-family: EngraversGothic;
    src: local('EngraversGothic'),
        url('fonts/EngraversGothicBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: ChronicleTextG1;
    src: local('ChronicleTextG1'),
        url('fonts/ChronicleTextRoman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ChronicleTextG1;
    src: local('ChronicleTextG1'),
        url('fonts/ChronicleTextSemi.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

.text-colored p em {
  color: #C6A009;
  font-style: normal;
}

.font-engravers-gothic,
.font-engravers-gothic * {
    font-family: 'EngraversGothic' !important;
    font-weight: 400 !important;
}

.font-chronicle-roman,
.font-chronicle-roman * {
    font-family: 'ChronicleTextG1' !important;
    font-weight: 400 !important;
}

.font-chronicle-semi,
.font-chronicle-semi * {
    font-family: 'ChronicleTextG1' !important;
    font-weight: 500 !important;
}

#page_preloader, .page_content_wrap, .custom-background .content_wrap > .content, .background_banner_wrap ~ .content_wrap > .content {
    background-color: transparent;
}

.header-somo-icons .elementor-social-icon svg {
    font-size: 32px;
}

.menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after {
    background-color: transparent !important;
}

.age-gate__wrapper * {
    font-family: EngraversGothic;
    font-weight: bold;
    color: #000;
}
.age-gate__wrapper .age-gate {
    overflow: visible;
}
@media screen and (min-width: 800px) {
    .age-gate__wrapper .age-gate__label {
        font-size: 30px;
        line-height: 33px;
    }
}
/*.age-gate__wrapper .age-gate__heading {*/
/*    position: absolute;*/
/*    top: -140px;*/
/*}*/
.age-gate__wrapper .age-gate__heading h2 {
    color: #fff;
}
@media screen and (min-width: 800px) {
    .age-gate__wrapper .age-gate__headline {
        font-size: 40px;
        line-height: 30px;
    }
}

.age-gate__wrapper input:not([type=checkbox]) {
    width: 220px;
    border: 3px solid #ECCC87 !important;
}
.age-gate__wrapper input:not([type=checkbox]),
.age-gate__wrapper input:not([type=checkbox])::placeholder {
    font-family: EngraversGothic;
    font-weight: bold;
    line-height: 50px;
}
.age-gate__wrapper .age-gate__remember-wrapper * {
    color: #707070;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.menu_mobile_close.menu_button_close .menu_button_close_text {
    display: none;
}


#entry-form {

}
#entry-form input,
#entry-form .form-dummy-div {
    border: 2px solid #8C6E2D;
    background: #FFFFFF;
    padding: 0 16px;
}
#entry-form input,
#entry-form .form-dummy-div,
#entry-form input::placeholder,
#entry-form input:is(:-webkit-autofill, :autofill),
#entry-form input:is(:-webkit-autofill, :autofill):hover,
#entry-form input:is(:-webkit-autofill, :autofill):focus {
    font-family: 'ChronicleTextG1';
    font-weight: 400;
    color: #000 !important;
    -webkit-text-fill-color: #000;
    font-size: 16px;
    line-height: 45px;
}
#entry-form input[type=file] {
    opacity: 0;
}
#entry-form .submit-style-in {
    background: #8C6E2D;
}
#entry-form input[type=submit] {
    font-family: EngraversGothic;
    font-weight: bold;
    font-size: 21px;
    line-height: 21px;
    border: 2px solid #C69E09 !important;
    background-color: #fff !important;
    color: black;
    padding: 8px 40px !important;
}
#entry-form input[type=submit] .submit-style-in {
  display: none !important;
}
#entry-form .style-line {
    position: relative;
    display: block;
}
#entry-form .form-dummy-div {
    position: absolute;
    width: 100%;
}
#entry-form .form-dummy-div.your-recipe-output > span {
    width: 30%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}
@media screen and (min-width: 900px) {
    #entry-form .form-dummy-div.your-recipe-output > span {
        width: 50%;
    }
}

#entry-form .wpcf7-drag-n-drop-file {
    position: relative;
    display: unset;
    visibility: unset;
}
#entry-form .codedropz-upload-handler > .codedropz-upload-container {
    display: none;
}
#entry-form .dnd-upload-counter {
    color: #000;
}
#entry-form .dnd-upload-details > .name > span {
    font-family: 'ChronicleTextG1';
    font-weight: 400;
    color: #000;
    font-size: 16px;
}
#entry-form .codedropz-upload-handler {
    border: none !important;
}
@media screen and (max-width: 600px) {
    #entry-form .regulations > div,
    #entry-form .regulations .wpcf7-form-control-wrap {
        text-align: center;
    }
}
@media screen and (min-width: 601px) {
    #entry-form .regulations .wpcf7-form-control-wrap {
        text-align: right;
    }
}
#entry-form .regulations a,
#entry-form .regulations label > span {
    color: #fff;
    font-family: EngraversGothic;
    font-size: 20px;
    line-height: 20px;
}
#entry-form .regulations .wpcf7-list-item-label:before,
#entry-form .regulations .wpcf7-list-item-label:hover:before,
#entry-form .regulations .wpcf7-list-item-label:focus:before {
    border: 2px solid #8C6E2D;
    border-radius: 20px;
    color: #8C6E2D;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: .5px;
}
#entry-form .wpcf7-response-output {
    border-width: 3px;
    color: #8C6E2D !important;
    font-size: 20px;
    line-height: 20px;
}
#entry-form .submit {
    text-align: center;
}
#entry-form .wpcf7-not-valid-tip {
    display: block !important;
}
#entry-form .wpcf7-response-output {
    margin: 0 0 30px;
}
.logo-teeling {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border: 2px solid #C69E09;
  background-color: #fff;
  width: 96px !important;
  height: 96px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-teeling .elementor-widget-container {
  margin: 0 !important;
}

.elementor-widget-container {
  box-shadow: none !important;
}

.phoenix-bg-hack:after {
  top: -14em !important;
  left: -14em !important;
  right: -14em !important;
  bottom: -14em !important;
}

@media screen and (max-width: 600px) {
  .mobile-col .elementor-container {
    flex-direction: column;
  }
}

div.wpcf7 .form-style-4 .columns_wrap > [class*="column-"] {
  padding-right: 0;
}
