/*!
Theme Name: DeveloperAC
Theme URI: http://digitaloctane.co
Author: Digital Octane
Author URI: http://digitaloctane.co
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: developerac.
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

developerac is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;700&display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #00334D
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

.container {
    width: 1200px;
    margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

h2 {
    font-size: 39px
}

h3 {
    font-size: 25px
}

h5 {
    font-size: 18px
}

button {
    border: none;
    cursor: pointer
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

span,
a,
i,
p,
li {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

a {
    text-decoration: none;
    color: #018FD7
}

a:hover {
    opacity: 0.8;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

p {
    margin-bottom: 16px
}

ul {
    margin: 0 0 0 16px
}

header ul,
footer ul {
    list-style: none;
    margin: 0
}

header ul a,
footer ul a {
    color: #00334D
}

input,
textarea,
select {
    border: 1px solid #00334D;
    border-radius: 8px;
    padding: 11px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 18px
}

input {
    outline: none
}

input::-webkit-input-placeholder {
    opacity: 0.4
}

input:-ms-input-placeholder {
    opacity: 0.4
}

input::-ms-input-placeholder {
    opacity: 0.4
}

input::placeholder {
    opacity: 0.4
}

input[type="radio"],
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 16px
}

textarea {
    resize: vertical;
    outline: none;
    height: 120px;
    border-radius: 4px
}

form label {
    font-weight: 600;
    font-size: 14px
}

.search-form input {
    margin-top: 15px;
}
.search-results .page-title {
  margin-bottom: 26px;
}
.search-results article {
  padding-bottom: 20px;
}
.search-results article h2 {
  font-size: 30px;
}

img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    border-radius: 12px
}

i.arrow {
    border: solid rgba(0, 0, 0, 0.8);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px
}

i.arrow.right {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.hamburger {
    width: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    display: none
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #018FD7;
    margin-bottom: 5px;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    margin: 3px 0
}

.tac {
    text-align: center;
    margin: 0 auto
}

.fsz25 {
    font-size: 25px
}

.p-small {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.5
}
.p-small a {
    font-size: 14px;
    font-weight: 600;
    color: #00334D;
}
.p-strong {
    font-weight: 600;
    font-size: 18px
}

.page:not(.home) .site-main {
    padding: 40px 0 80px;
    min-height: 80vh;
}
.single .site-main {
    padding: 40px 0 80px;
    min-height: 80vh;
}
.archive .site-main {
    padding: 40px 0 80px;
    min-height: 80vh;
}
.site .site-main {
    padding: 40px 0 80px;
    min-height: 80vh;
}

.gray-box {
    border: 1px solid rgba(0, 51, 77, 0.2);
    background: rgba(168, 192, 204, 0.08);
    border-radius: 8px;
    padding: 16px
}

.divider {
    background: #00334D;
    opacity: 0.2;
    height: 1px;
    margin: 16px 0
}
.divider:last-of-type {
    background: transparent;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d-flex-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.d-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-flex-sb-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-flex-gap {
    gap: 144px
}

.d-grid {
    display: -ms-grid;
    display: grid
}

.d-grid-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.d-grid-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

.d-grid-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
}

.page-template-default h3 {
    margin: 40px 0 24px
}

.page-template-default p {
    opacity: 0.8
}

.page-id-3 .page_content {
    width: 76%
}

.btn {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #018FD7;
    padding: 16px 30px;
    border-radius: 8px;
    border: none;
    text-align: center
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid #018FD7;
    color: #00334D;
    padding: 10px 18px
}

.btn-gray {
    padding: 8px 12px;
    height: 40px;
    background: #FFFFFF;
    opacity: 0.5;
    border: 1px solid #00334D;
    color: #00334D;
    font-size: 14px
}

.header {
    padding: 16px 0
}

.menu {
    gap: 32px;
    font-size: 18px;
    font-weight: 600
}

.menu__btn-li {
    padding: 9px 16px;
    border: 2px solid #018FD7;
    border-radius: 8px
}
.header .menu.guest-menu li:last-of-type {
    border: 2px solid #018FD7;
    border-radius: 8px;
}
.header .menu.guest-menu li:last-of-type a {
	display: inline-block;
	padding: 9px 16px;
}
.menu__mark {
    position: relative
}

/*.menu__mark a {
    padding-right: 16px
}
.menu__mark::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #F3514B;
    border-radius: 36px;
    margin-left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.menu-item-has-children>a {
    position: relative;
    padding-right: 28px
}
.menu-item-has-children>a:before {
    content: '';
    position: absolute;
    border: solid #00334D;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 12px;
    right: 0;
    top: 10%
}*/

.sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 0 20px 0;
    -webkit-box-shadow: 8px 9px 27px 0px rgba(184, 184, 184, 0.2);
    box-shadow: 8px 9px 27px 0px rgba(184, 184, 184, 0.2);
    background: #fff;
    border-radius: 4px;
    min-width: 180px
}

.sub-menu-active {
    display: block
}

.logo img {
    height: 70px
}

.txt-decor-color {
    position: relative
}

.txt-decor-color:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 100%;
    opacity: 0.2;
    border-radius: 3px;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    bottom: 5px;
    left: 0;
    z-index: -1;
    background: #53919B
}

.txt-decor-color:nth-child(2):after {
    background: #96470E
}

.txt-decor-color:nth-child(3):after {
    background: #B9A4AC
}

.image-bg-elem-wrap {
    position: relative
}

.image-bg-elem {
    position: absolute;
    height: 110%;
    top: -28px;
    left: -62px;
    z-index: -1
}

.hero {
    padding: 90px 0
}

.hero__info {
    width: 48%
}

.hero__info h1 {
    font-size: 69px;
    line-height: 1;
    margin-bottom: 30px
}

.hero__info p {
    font-size: 25px;
    opacity: 0.8
}

.hero__info .btn {
    margin-top: 40px
}

.hero__image-wrap {
    width: 40%;
    position: relative
}

.hero__image-wrap .hero__img {
    height: 480px
}

.packages {
    padding: 20px 0 40px
}

.packages__wrap {
    padding: 64px;
    border: none;
    border-radius: 20px
}

.packages__items-wrap {
    padding: 80px 0 56px;
    gap: 54px
}

.packages__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 30px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.packages h3 {
    margin: 0 auto 20px
}

.packages ul {
    opacity: 0.8;
    margin: 0 0 0 16px
}

.packages ul li:not(:last-child) {
    margin-bottom: 16px
}

.packages .btn {
    margin: 0 auto
}

.form-width {
    width: 38%;
    margin: 0 auto
}

.form .btn {
    width: 100%
}

.input-box {
    position: relative
}
.input-box:not(:last-child) {
    margin-bottom: 40px
}
.input-box label {
    position: absolute;
    top: -10px;
    left: 18px;
    background: #fff;
    padding: 0 2px;
    z-index: 1;
}
.input-box:focus-within label {
    color: #018FD7
}
.input-box:focus-within input,
.input-box:focus-within select,
.input-box:focus-within textarea {
    border: 1px solid #018FD7
}

/* Lost pass */
.lost-pass-page {
  padding-top: 30px;
}
.lost-pass-page .container {
  max-width: 600px;
  margin: 0 auto;
}
.errno {
  font-weight: 600;
  padding-bottom: 30px;
}
.lost-pass-page h1 {
  font-size: 24px;
  padding-bottom: 16px;
}

/* Login */
.singin form p.login-username {
    margin-bottom: 40px
}
.singin form p.login-username,
.singin form p.login-password {
    position: relative
}
.singin form p.login-username label,
.singin form p.login-password label {
    position: absolute;
    top: -10px;
    left: 18px;
    background: #fff;
    padding: 0 2px;
    z-index: 1;
}
.singin form p.login-username:focus-within label,
.singin form p.login-password:focus-within label  {
    color: #018FD7
}
.singin form p.login-username:focus-within input,
.singin form p.login-username:focus-within select,
.singin form p.login-username:focus-within textarea,
.singin form p.login-password:focus-within input,
.singin form p.login-password:focus-within select,
.singin form p.login-password:focus-within textarea  {
    border: 1px solid #018FD7
}
.singin form input#wp-submit {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #018FD7;
    padding: 16px 30px;
    border-radius: 8px;
    border: none;
    text-align: center;
}
.login-error {
    text-align: center;
    margin-bottom: 35px;
}
p.login-remember label {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.singin .form {
    margin-top: 50px
}

.singin__links-box {
    margin: 50px 0;
    padding: 24px 30px;
    text-align: center;
    border: none;
    border-radius: 20px
}

.singin__links-box a {
    font-weight: 600;
    padding: 10px 0;
    display: block
}

.contacts .txt-decor-color:after {
    background: #B9A4AC
}

.contacts__info {
    width: 50%
}

.contacts__info p {
    padding: 23px 0 30px
}

.contacts__form {
    width: 36%;
    margin-top: 5px
}

.contacts__form select {
    background: #fff;
    padding: 11px 20px
}

.contacts__link {
    gap: 16px;
    font-weight: 700;
    font-size: 25px
}

.contacts__link img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 28px;
    border-radius: 0
}

.contacts__image {
    margin-top: 60px;
    width: 485px;
    height: 555px
}

.contacts .image-bg-elem {
    width: 100%;
    height: 100%;
    top: -28px;
    left: 42px
}

.contacts__form-agree {
    margin-top: 24px;
    text-align: center;
    opacity: 0.8
}

/* Services */
.page-id-10 .txt-decor-color:after {
    background: #96470E;
    opacity: 0.1
}

.services__content {
    margin-top: 80px
}

.text-image-left .services__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.services__content-head {
    gap: 16px;
    margin-bottom: 30px
}

.services__content-head img {
    height: 30px;
    border-radius: 0
}

.services__text {
    width: 60%
}

.services__text .btn {
    margin-top: 40px
}

.services__text ul li:not(:last-child) {
    margin-bottom: 16px
}

.services__image {
    width: 468px;
    height: 450px
}

.dashboard-breadcrumb {
    font-weight: 700;
    font-size: 25px;
    color: rgba(0, 51, 77, 0.5)
}

.dashboard-breadcrumb a {
    color: rgba(0, 51, 77, 0.5)
}

.dashboard-breadcrumb span {
    font-size: 39px;
    line-height: 120%;
    display: block;
    padding: 16px 0;
    color: #00334D
}
.dashboard-breadcrumb span a {
    font-size: 39px;
    line-height: 120%;
    display: block;
    padding: 16px 0;
    color: #00334D
}

.dashboard-form {
    min-width: 440px;
    max-width: 440px
}

.dashboard-form .mail-box .input-box {
    margin-bottom: 40px
}

.dashboard-user {
    margin-top: 16px
}

.dashboard-user__thumb {
    width: 110px;
    height: 110px;
    border-radius: 61px;
    border: 2px solid rgba(0, 51, 77, 0.2);
    margin-right: 16px;
    background-color: #E9E9E9;
    background-position: center;
    background-size: cover;
	overflow: hidden;
}
.dashboard-user__thumb img.avatar.avatar-96.photo {
    width: 100%;
    height: auto;
}
.dashboard-user__username {
    opacity: 0.8;
    margin: 4px 0
}

.dashboard-user__settings {
    gap: 40px
}

.dashboard-user__settings a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 18px;
    color: #00334D
}

.dashboard-user__settings a img {
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0
}

.page-edit-info .dashboard-wrap {
    gap: 80px
}

.dashboard-new-image {
    padding: 40px 18px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dashboard-new-image .dashboard-user__thumb {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 200px;
	overflow: hidden;
    line-height: 0;
}

.dashboard-new-image .btn {
    font-weight: 600
}

.dashboard-wrap {
    padding: 40px 0;
    gap: 50px
}

.dashboard-wrap>div {
    width: 50%
}

.dashboard-wrap__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.dashboard-wrap__head .btn:not(:last-child) {
    margin-right: 16px
}

/* Edit info*/
form#basic-user-avatar-form {
    text-align: center;
}
.page-template-template-edit-info .file-upload {
    max-width: 216px;
    margin: 0 auto;
}
.page-template-template-edit-info .file-upload .btn {
    margin-top: 0;
}
.page-template-template-edit-info .file-upload input[type="file"] {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 215px;
    width: 100%;
    opacity: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.file-uploaded-name {
    padding-top: 12px;
}
.page-template-template-edit-info input[type="submit"] {
    max-width: 216px;
}

.change-pass-message {
    padding-top: 22px;
}

.page-submissions__wrap {
    gap: 80px
}

.page-submissions .submissions {
    width: 60%
}

.page-submissions__filter {
    width: 40%
}

.page-submissions__filter .btn {
    width: 100%;
    margin-bottom: 24px
}

.page-submissions__filter .gray-box {
    padding: 24px
}

.page-submissions__filter .gray-box select {
    background: transparent
}

.page-submissions__filter .gray-box .input-box label {
    background: #f8fafb
}

.page-submissions__filter form {
    margin-top: 24px
}

form .gray-box select,
form .gray-box input,
form .gray-box textarea {
    background: transparent
}

form .gray-box .input-box label {
    background: #f8fafb
}

.submissions p {
    font-size: 20px;
    padding: 10px 0;
}
.submissions .gray-box {
    padding: 20px;
    position: relative;
    display: block
}

.submissions__item:not(:last-child) {
    margin-bottom: 24px
}

.submissions__item::after {
    position: absolute;
    content: '';
    border: solid rgba(0, 51, 77, 0.8);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    right: 20px;
    top: 50%
}

.submissions__item h5 {
    margin-bottom: 8px
}

.submissions__status {
    display: inline-block;
    padding: 2px 12px 3px 28px;
    height: 24px;
    border-radius: 99px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative
}

.submissions__status::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center
}


form#submission__add_files {
    position: relative;
	display: inline-block;
	margin-top: 16px;
}
form#submission__add_files .btn {
    margin: 0;
}

.status_changes {
    padding-top: 60px;
	font-weight: 100;
}
.status_changes h5 {
	font-size: 21px;
    padding-bottom: 10px;
}
.status_changes strong {
    font-weight: 600;
    color: #000;
}
.status_changes_date {
    color: #018FD7;
    font-weight: 500;
}

/* Acc Submission */
.acc-submissions__form {
    padding: 24px 0
}

.acc-submissions__form h3 {
    margin-bottom: 24px
}

.acc-submissions__form .gray-box {
    margin-bottom: 24px;
    padding: 24px
}

.acc-submissions__form #sub-type {
    margin-bottom: 24px
}
.acc-submissions__form .top-block {
    margin-bottom: 24px
}

.acc-submissions__form #sub-type select {
    background: #fff;
    padding: 11px 20px
}

.acc-submissions__form .inputs-wrap {
    -webkit-column-gap: 80px;
    column-gap: 80px
}

.acc-submissions__form .inputs-wrap .input-box-flex,
.acc-submissions__form .inputs-wrap .d-grid {
    gap: 0 40px
}

.acc-submissions__form .inputs-wrap .input-box-full-width {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.acc-submissions__form .inputs-wrap #cart-number,
.acc-submissions__form .inputs-wrap #cart-name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.acc-submissions__form .inputs-wrap #cart-date {
    margin: 0
}
.acc-submission-error:empty {
    display: none !important;
}
.acc-submission-error {
    padding: 30px 0;
}
.new_submission_post_id {
	display: none !important;
}
.new_submission_type {
	display: none !important;
}
.new_submission_community {
	display: none !important;
}

.aside-btns a {
    display: block;
}
.aside-btns a + a {
    margin-top: 10px;
}

.custom-checkbox-group {
    display: block;
    margin-bottom: 15px;
    padding-left: 40px
}

.custom-checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    position: absolute
}

.custom-checkbox-group label {
    position: relative;
    cursor: pointer
}

.custom-checkbox-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 3px solid #018FD7;
    border-radius: 4px;
    padding: 13px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: -40px
}

.custom-checkbox-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: -29px;
    width: 7px;
    height: 13px;
    border: solid #00334D;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.page-acc-submissions .file-upload {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px;
    border: 1px dashed #00334D;
    border-radius: 8px;
    margin-top: 14px
}

.page-acc-submissions .file-upload::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 30px
}

.page-acc-submissions .file-upload input[type="file"] {
    min-height: 138px;
    height: 100%;
}

.file-upload {
    position: relative
}

.file-upload input[type="file"] {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.file-upload .input-file-trigger {
    text-align: center;
    font-weight: 600;
    font-size: 14px
}

.file-upload .input-file-trigger span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    opacity: 0.4
}

.file-upload .file-return {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: absolute;
    margin: -15px;
    font-size: 12px
}

.file-upload .btn {
    margin-top: 16px
}

/* Drag'n'drop */
.filesPreview {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	z-index: 1;
	padding-bottom: 20px;
}
.preview_item_wrapper {
    width: 160px;
    text-align: center;
    padding: 10px;
}
.preview_item {
    height: 140px;
    width: 140px;
    background-color: #d2d2d2;
    border-radius: 8px;
    margin-bottom: 7px;
	background-size: cover;
    background-position: center;
}
.preview_item_remove {
    color: #5ac3f8;
    cursor: pointer;
}


.file-inner {
    gap: 40px;
    margin-top: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.file-inner>div {
    padding: 0 11px
}

.file-inner>div img {
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block
}

.communities .gray-box {
    padding: 20px;
    position: relative;
    display: block
}

.communities__items {
    gap: 40px;
    padding-bottom: 15px;
}

.communities__item .thumb {
    height: 155px
}

.communities__item .title {
    margin: 20px 0 8px
}

.communities__item-info {
    position: relative
}

.communities__item-info::after {
    position: absolute;
    content: '';
    border: solid rgba(0, 51, 77, 0.8);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    right: 0;
    top: 50%
}

.address-wrap {
    gap: 6px
}

.address-wrap span {
    font-size: 14px;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.community-frame {
    margin-top: 16px;
    padding: 20px;
    border: 1px solid rgba(0, 51, 77, 0.2);
    border-radius: 8px
}

.community-frame iframe,
.community-frame img {
    width: 100%;
    height: 610px
}

#add-mail {
    margin: -24px 0 40px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.page-submission h3 {
    margin-bottom: 24px
}

.page-submission .gray-box {
    margin-bottom: 24px;
    padding: 24px
}

.page-submission__nav-wrap .dashboard-breadcrumb span {
    padding-bottom: 0
}

.page-submission .file-return {
    margin: 8px 0
}

.nav-links {
    display: flex;
    justify-content: space-between;
	padding-top: 15px;
}
.nav-links a {
    position: relative !important;
    color: #00334D;
    font-size: 20px;
    font-weight: 700;
}
.nav-links .nav-next a:after {
    content: '';
    position: absolute;
    border: solid #00334D;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 12px;
    right: -18px;
    top: 32%;
}
.nav-links .nav-previous a::before {
    content: '';
    position: absolute;
    border: solid #00334D;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(135deg);
    margin-left: 12px;
    left: -30px;
    top: 30%;
}
.nav-previous {
    padding-right: 50px;
    padding-left: 22px;
}
.nav-next {
    padding-right: 22px;
}

.info-block {
    padding: 3px 0;
    margin-bottom: 8px
}

.info-block .p-small {
    margin-bottom: 4px
}

.info-block__head {
    margin: 40px 0 24px
}

.info-block__head-inner-item + .info-block__head-inner-item {
    padding-top: 15px;
}

.info-box-head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.trig-info {
    min-width: 126px;
    margin: -8px;
    font-weight: 600;
    font-size: 14px;
    color: #018FD7;
    padding: 10px 15px;
    border: 1px solid #018FD7;
    border-radius: 4px;
    cursor: pointer;
    position: relative
}

.trig-info:after {
    content: '';
    border: solid rgba(0, 0, 0, 0.8);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-left: 8px;
    border-color: #018FD7;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.comment {
    padding: 8px 0
}

.comment__head {
    margin-bottom: 16px
}

.comment__thumb {
    width: 70px;
    height: 70px;
    border-radius: 61px;
    border: 2px solid rgba(0, 51, 77, 0.2);
    margin-right: 16px;
    background-color: #E9E9E9;
    background-position: center;
    background-size: cover;
	overflow: hidden;
}
.comment__thumb img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.comment__text {
    font-size: 18px
}
.comment-time {
    text-transform: uppercase;
}
.comments-block .logged-in-as {
    display: none;
}
.comments-block .comment-respond h3 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 23px;
    margin-bottom: 10px;
}
.comments-block .comment-respond h3 small {
    margin-top: 8px;
    display: block;
}
.comment-respond .form-submit {
    max-width: 320px;
}
.add-comment-block .comment-respond {
    border-top: 2px solid #bfc6c9;
}
#commentform input#submit {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #018FD7;
    padding: 16px 30px;
    border-radius: 8px;
    border: none;
    text-align: center;
}

.visible-inner.hide .visible-inner__content {
    display: none
}

.visible-inner.hide h3 {
    margin: 0
}

.visible-inner.hide .trig-info:after {
    -webkit-transform: rotate(45deg) translateY(-3px);
    transform: rotate(45deg) translateY(-3px)
}

._stripe_checkout_form {
  max-width: 400px;
  margin: 0 auto;
}

/* Select */
._hidden-select {
    display: none;
}
._select-arrow {
    position: absolute;
    width: 12px;
    top: 14px;
    right: 3px;
}
 ._select-wrapper {
    position: relative;
  	min-width: 65px;
   	cursor: pointer;
}
._select-value {
    font-size: 18px;
    border: 1px solid #00334D;
    border-radius: 8px;
    padding: 11px 20px;
  	cursor: pointer;
}
._select-options {
    position: absolute;
    z-index: 99999999999;
    background-color: #fff;
    width: 100%;
  	display: none;
}
.show-options {
  display: block;
}
._select-fixed-options {
    position: relative;
    width: 100%;
    z-index: 9999999999;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #1e1e1e;
    padding: 4px 12px;
    border: 1px solid #d4d4d4;
  	border-top: none;
  	max-height: 120px;
  	font-size: 17px;
    text-align: left;
}  
._select-options__item {
    cursor: pointer;
    line-height: 36px;
}


/* CF7 */
.input-box br {
    display: none !important;
}
.wpcf7-spinner {
    margin-top: 6px;
}
.wpcf7-response-output {
    border: none !important;
}


.footer {
    padding: 45px 0
}

.footer__wrap {
    gap: 24px
}

.footer__menu-wrap ul {
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__menu-main {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px
}

.footer__menu-info,
.footer .rights {
    opacity: 0.8
}

.footer__menu-wrap li#menu-item-151 {
    display: none;
}
.footer__menu-wrap.user_logged_in li#menu-item-152 {
    display: none;
}
.footer__menu-wrap.user_logged_in li#menu-item-151 {
    display: block;
}

@media (max-width: 1500px) {
    .container {
        width: 90%
    }
}

@media (max-width: 1100px) {
    .d-flex-gap {
        gap: 40px
    }

    .hero__info {
        width: 60%
    }

    .hero__info h1 {
        font-size: 48px
    }

    .hero__info p {
        font-size: 20px
    }

    .hero__image-wrap .hero__img {
        height: 300px
    }

    .dashboard-wrap__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px
    }
}

@media (max-width: 1000px) {
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header {
        padding: 16px 0
    }

    .header_active {
        position: fixed;
        width: 100%;
        z-index: 1111
    }

    .header_active .menu {
        left: 0;
        overflow-y: auto
    }

    .header_active .hamburger {
        position: fixed;
        right: 5%;
        z-index: 55
    }

    .header_active .hamburger span:nth-child(1) {
        -webkit-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg)
    }

    .header_active .hamburger span:nth-child(2) {
        display: none
    }

    .header_active .hamburger span:nth-child(3) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg)
    }

    .header_active .hamburger span {
        background: #39352C
    }

    .header_active .logo {
        z-index: 555
    }

    .logo,
    .logo img {
        height: 55px
    }

    .menu {
        position: fixed;
        z-index: 55;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        padding: 90px 15px 60px;
        background-color: #ffffff;
        -webkit-transition: .4s all;
        transition: .4s all;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px
    }

    .menu li {
        margin: 24px
    }

    .contacts__image {
        width: 100%;
        height: 350px
    }

    .submissions .gray-box,
    .communities .gray-box {
        padding: 14px
    }

    .dashboard-new-image .dashboard-user__thumb {
        width: 110px;
        height: 110px
    }

    .dashboard-form {
        min-width: 50%;
        max-width: 100%
    }

    .page-edit-info .dashboard-wrap {
        gap: 40px
    }

    .communities__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    a:hover {
        opacity: 1
    }

    main .page {
        padding: 24px 0
    }
	
	.search-results article h2 {
	  font-size: 22px;
	}

    .footer {
        padding: 30px 0
    }

    .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__menu-wrap ul {
        gap: 16px;
        font-size: 15px
    }

    .hero {
        padding: 24px 0
    }

    .hero__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hero__info {
        width: 100%
    }

    .hero__info .btn {
        margin-top: 24px;
        display: block
    }

    .hero__image-wrap {
        width: 100%
    }

    .hero__image-wrap .hero__img {
        width: 100%;
        height: 250px
    }

    .hero__image-wrap .image-bg-elem {
        top: -19px;
        left: -9px
    }

    .packages .container {
        width: 100%
    }

    .packages__wrap {
        padding: 40px 5%
    }

    .packages__items-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 0
    }

    h2 {
        font-size: 28px
    }

    .form-width {
        width: 100%
    }

    .contacts__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__info,
    .contacts__form {
        width: 100%
    }

    .contacts__image img {
        width: 100%
    }

    .contacts__img,
    .contacts__image {
        height: 250px
    }

    .contacts .image-bg-elem {
        top: -19px;
        left: 15px
    }

    .contacts__link {
        gap: 10px;
        font-size: 18px
    }

    .services__content,
    .services__content:nth-child(even) {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .services__text {
        width: 100%
    }

    .services__image {
        width: 100%;
        height: 300px
    }

    .services__image .image-bg-elem {
        top: -19px;
        left: 0
    }

    .services__img {
        width: 100%
    }

    .page-id-3 .page_content {
        width: 100%
    }

    .dashboard-breadcrumb {
        font-size: 20px
    }

    .dashboard-breadcrumb span {
        font-size: 25px;
        padding: 4px 0
    }

    .dashboard-user {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .dashboard-user__settings {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dashboard-user h3 {
        display: inline-block
    }

    .dashboard-user__thumb {
        margin: 0 0 10px
    }

    .page-submissions__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 20px 0;
        gap: 0
    }

    .page-submissions__filter {
        width: 100%;
        margin-bottom: 40px
    }

    .page-submissions .submissions {
        width: 100%
    }

    .dashboard-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0
    }

    .dashboard-wrap>div {
        width: 100%
    }

    .dashboard-wrap__head .btn:not(:last-child) {
        margin-right: 11px
    }

    .dashboard-wrap__head .btn-gray {
        width: unset;
        padding: 8px
    }

    .submissions__status {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .submissions__item::after {
        top: 42%
    }

    .page-edit-info .dashboard-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0
    }

    .dashboard-new-image {
        padding: 18px;
        margin-bottom: 40px
    }

    .communities__items {
        margin-top: 24px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }

    .communities__items .thumb {
        width: 100%
    }

    .community-frame iframe,
    .community-frame img {
        height: 310px
    }

    .acc-submissions__form .inputs-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .acc-submissions__form .inputs-wrap .input-box-full-width {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }

    .acc-submissions__form .inputs-wrap .input-box-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px
    }

    .acc-submissions__form .inputs-wrap .d-grid {
        gap: 0 24px
    }

    .page-acc-submissions .file-upload::before {
        width: 40px;
        height: 40px
    }

    .total-inner {
        margin-top: 40px
    }

    .custom-checkbox-group {
        padding-left: 28px
    }

    .custom-checkbox-group label:before {
        padding: 8px;
        left: -28px
    }

    .custom-checkbox-group input:checked+label:after {
        top: 2px;
        left: -20px;
        width: 3px;
        height: 6px
    }

    .btn {
        width: 100%
    }

    .page-submission__nav-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page-submission__nav-wrap .dashboard-breadcrumb {
        margin-bottom: 24px
    }

    .details-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .details-wrap .d-grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .page-submission .gray-box {
        padding: 16px
    }

    .page-submission .gray-box .btn {
        font-size: 17px
    }

    .info-box-head h3 {
        font-size: 18px
    }
}

@media (max-width: 600px) {
	
	.file-inner {
	  justify-content: center;
	}
	.file-upload {
	  text-align: center;
	}
}

@media (max-width: 460px) {

    .label-span-inside label {
        left: 0;
        right: 0;
        background: transparent !important;
        text-align: center;
    }
    .label-span-inside span {
        max-width: 180px;
        margin: 0 auto;
        text-align: center;
        background: #f8fafb;
        padding: 0 4px;
    }
    .label-span-inside textarea {
        padding-top: 30px;
    }
	
	.nav-links {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.nav-next {
		padding-top: 20px;
	}
}
