/*
Theme Name: TTP Magazine 2025
Author: Vektor
Description: The Time Place Magazine
Version: 1.0
Text Domain: ttpm-2025
*/


body {
	margin: 0;
	padding: 0;
}

.font-manrope {
	font-family:"Manrope", sans-serif;
}

.font-plus-jakarta {
	font-family:"Plus Jakarta Sans", sans-serif;
}

.font-roboto-slab {
	font-family: "Roboto Slab", sans-serif;
}

.font-inter {
	font-family: "Inter", sans-serif;
}

.font-raleway {
	font-family: "Raleway", sans-serif;
}

.input-form {
    width: 100%;
    border: 1px solid #A9A9A9;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 42px;
}
textarea.input-form {
    padding: 12px;
}
.select-form,
.select2-container--default .select2-selection--single {
    width: 100%;
    border: 1px solid #A9A9A9;
    min-height: 42px;
    padding: 0 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 0 !important; /* remove default rounding */
    appearance: none; /* remove browser default arrow styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 8px;
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}
.select2-selection__arrow {
    display: none;
}
.checkbox-form {
    appearance: none; /* remove default checkbox look */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #A9A9A9;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.button-form,
.reset-form {
    background-color: #C4A952;
    padding: 11px;
    min-width: 120px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.reset-form {
    background-color: #ADADAD;
}
.flex-submit p {
    display: flex;
    flex-direction: column;
}
.label-form {
    color: #808080;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.flex-checkbox p {
    display: flex;
    gap: 24px;
}
.flex-checkbox .wpcf7-list-item.first {
    margin: 0 !important;
    display: flex;
    align-items: top;
    justify-content: center;
    height: 100%;
}
.flex-checkbox .wpcf7-list-item-label {
    display: none;
}
.flex-checkbox input[type="checkbox"] {
    appearance: none; /* remove default checkbox look */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #A9A9A9;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.flex-checkbox .wpcf7-not-valid input[type="checkbox"] {
    border-color: #FF0000; /* red border for invalid checkboxes */
}
.flex-checkbox .wpcf7-not-valid-tip {
    display: none;
}
.flex-checkbox input[type="checkbox"]:checked {
    background-color: #000; /* fill color when checked */
    border-color: #000;
}

.ads-banner-red {
    background-color: #C43C3C;
    color: #DADADA;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    height: 261px;
    line-height: 261px;
    width: 100%;
}

.article-paragraph img {
    max-width: 100% !important;
    height: auto !important;
}


.selector--hide {
  transform: translateY(-100%) !important;
}
.selector--show {
  transform: translateY(0) !important;
}


body.no-issue .magazine-issue {
    display: none !important;
}