/*!
Theme Name: williswonderland
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: williswonderland
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.

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


/*  Theme Variables* ----------------------------------------------- */

@font-face {
    font-family: "LasVegas_Jackpot";
    src: url("assets/fonts/lasvegas/LasVegas-Jackpot.AH.woff2") format("woff2"), url("assets/fonts/lasvegas/LasVegas-Jackpot.AH.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
.lvjackpot {font-family: "LasVegas Jackpot", sans-serif!important; }

@media (max-width: 767px){
	.hidden-phone1 {display:none!important;}
	.visible-phone1 {display:block!important;}
	
}
@media (min-width:768px){
.hidden-phone1 {display:block!important;}		
	.visible-phone1 {display:none!important;}
}

@font-face {
    font-family: "NeutrafaceDisplayBold";
    src: url("assets/fonts/neutraface/Neutraface_display_bold.woff2") format("woff2"), url("assets/fonts/neutraface/Neutraface_display_bold.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

:root {
    --body-font-family: 'Assistant', sans-serif;
    --body-font-size: 22px;
    --body-font-weight: 400;
    --body-font-color: #fff;
    --body-line-height: 1.636;
    --heading-font-family: 'Assistant', sans-serif;
    --heading-font-color: #fff;
    --heading-font-weight: bold;
    --link-font-color: #fff;
    --link-hover-font-color: #E68699;
    --white-color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

::selection {
    color: var(--white-color);
    background: var(--link-hover-font-color);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    display: block;
}


/* Sections============================================== */

body {
    margin: 0;
    opacity: 0;
    transition: opacity 0.4s;
    background-color: #fff;
}

body.ready {
    opacity: 1;
}

main {
    display: block;
}

.section {
    padding-bottom: 78px;
    padding-top: 78px;
}

.section--light--gray {
    background-color: #f3f2f3;
}

.section--light--bg {
    background-color: #f8f8f8;
}

.section-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
}


/* Grouping content  ========================================================================== */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1rem;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1rem;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}


/* Forms
========================================================================== */

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-group a {
    color: var(--link-hover-font-color);
    text-decoration: underline;
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--body-font-family);
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.form-group-checkbox input,
.form-group-checkbox label {
    display: inline;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive 	 ========================================================================== */

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* Box sizing --------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*- Base-----------------------------------------*/

h1,
.h1 {
    font-size: 45px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}

blockquote {
    font-family: "LasVegas_Jackpot";
    font-weight: bold;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    padding: 12px 0;
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 45px;
    font-weight: normal;
}

blockquote p {
    margin-bottom: 12px;
}

cite {
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
}


/* Typography----------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--body-font-color);
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
    margin-bottom: 32px;
    line-height: 1.45;
}

p {
    margin-bottom: 32px;
}

:last-child {
    margin-bottom: 0;
}

dfn,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

.font-lg {
    font-size: 30px;
    line-height: 1.46;
    font-weight: 600;
}

.text-blue {
    color: #2294c9;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}


/*Grid*/

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

[class*="col-"] {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-22 {
    max-width: 22%;
    flex: 0 0 22%;
}

.col-30 {
    max-width: 30%;
    flex: 0 0 30%;
}

.col-48 {
    max-width: 48%;
    flex: 0 0 48%;
}

.col-70 {
    max-width: 70%;
    flex: 0 0 70%;
}

.col-78 {
    max-width: 78%;
    flex: 0 0 78%;
}

.col-1 {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
}

.col-2 {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}

.col-5 {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
}

.col-8 {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
}

.col-11 {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

.no-guttor {
    margin-right: 0;
    margin-left: 0;
}

.no-guttor>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row--reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row--space-between {
    justify-content: space-between;
}

.row--space-center {
    justify-content: center;
}

.row--items-center {
    -ms-align-items: center;
    align-items: center;
}


/* Elements
--------------------------------------------- */

body {
    background: var(--white-color);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 32px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*Main center wrap*/

.wrap,
.wrap-fuild {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.wrap *,
.wrap-fuild * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    max-width: 1492px;
    margin-left: auto;
    margin-right: auto;
}


/* Links------------------ */

a {
    color: var(--link-font-color);
    text-decoration: underline;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    outline: none;
}

a:focus,
a:active {
    color: inherit;
}

a:hover {
    color: var(--link-hover-font-color);
    text-decoration: none;
}


/*============= BUTTONS =============*/

.btn {
    padding: 10px 24px;
    line-height: 1;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    background-color: var(--link-hover-font-color);
    border: 2px solid var(--link-hover-font-color);
    color: var(--white-color);
    text-decoration: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.btn:hover {
    background-color: var(--link-hover-font-color);
    border-color: var(--link-hover-font-color);
    color: var(--white-color);
}


/* Accessibility---------- */


/* Text meant only for screen readers. */

.screen-reader-text,
.form-group-hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#page {
    overflow-x: hidden;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.site-main {
    padding-top: 178px;
    background: url(assets/images/main-bg.png) repeat-x center bottom #00c1d5;
    color: var(--white-color);
}

.site-main a {
    color: var(--white-color);
}


/*============= Header =============*/

.site-header {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #00c1d5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
}

.site-header h1 {
    color: var(--body-font-color);
    margin-bottom: 0;
}

.header__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.navbar {
    position: absolute;
    top: -20px;
    right: -102px;
    width: 480px;
    height: 480px;
    background-color: #F4C3CC;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
}

.nav-on .navbar {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.navbar ul li+li {
    margin-top: 16px;
}

.navbar ul li a {
    font-family: "LasVegas Jackpot", sans-serif;
    text-decoration: none;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1;
    color: #676767;
}

.navbar ul li a:hover {
    color: var(--white-color);
}

.navbar .shape {
    position: absolute;
    z-index: 1;
}

.navbar .shape1 {
    top: 130px;
    left: 90px;
    width: 65px;
    height: 65px;
}

.navbar .shape2 {
    top: 180px;
    left: 125px;
    width: 52px;
    height: 67px;
}

.navbar .shape3 {
    top: 170px;
    left: 310px;
    width: 29px;
    height: 29px;
}

.navbar .shape4 {
    top: 128px;
    left: 340px;
    width: 76px;
    height: 98px;
}

.navbar .shape5 {
    top: 200px;
    left: 290px;
    width: 127px;
    height: 127px;
}

.navbar .shape6 {
    bottom: 135px;
    left: 305px;
    width: 33px;
    height: 33px;
}

.navbar .shape7 {
    bottom: 90px;
    left: 320px;
    width: 47px;
    height: 47px;
}

#navbar__close {
    position: absolute;
    right: 120px;
    top: 60px;
}

#hamburger,
#navbar__close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

#navbar__close svg,
#hamburger svg {
    display: block;
}

.section--home-hero {
    position: relative;
}

.home .section--home-hero {
    padding-bottom: 410px;
    background: url(assets/images/home-site-main-img.svg) no-repeat left bottom;
}

.home .section--home-hero::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -60px;
    background: url(assets/images/aw_hands_up_cutout.png) no-repeat;
    width: 445px;
    height: 630px;
}

.section--home-hero .hero__content {
    position: relative;
    padding-bottom: 110px;
    padding-top: 110px;
}

.hero__content * {
    position: relative;
    z-index: 2;
}

.hero__content .shape {
    position: absolute;
    z-index: 1;
}

.hero__content .shape1 {
    top: -30px;
    left: -47px;
    width: 114px;
    height: 147px;
}

.hero__content .shape2 {
    top: -20px;
    left: 345px;
    width: 144px;
    height: 144px;
}

.hero__content .shape3 {
    top: 70px;
    left: 440px;
    width: 76px;
    height: 98px;
}

.hero__content .shape4 {
    top: 135px;
    left: 480px;
    width: 112px;
    height: 112px;
}

.hero__content .shape5 {
    bottom: 110px;
    left: 190px;
    width: 74px;
    height: 74px;
}

.hero__content .shape6 {
    bottom: 20px;
    left: 240px;
    width: 127px;
    height: 127px;
}

.hero__content .shape7 {
    bottom: -20px;
    left: 470px;
    width: 175px;
    height: 178px;
}

.section--home-hero .btn-readmore {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-family: "LasVegas_Jackpot", sans-serif;
    font-size: 30px;
}

.section--home-hero .btn-readmore:hover {
    color: #F4C3CC;
}

.section--home-hero .btn-readmore .zoom {
    transition: transform .2s;
}

.section--home-hero .btn-readmore:hover .zoom {
    transform: scale(1.5);
    fill: #F4C3CC;
}

.section--home-hero .btn-readmore:hover .zoom path {
    fill: #F4C3CC;
}

.section--home-hero .btn-readmore img,
.section--home-hero .btn-readmore .zoom {
    position: absolute;
    left: 100%;
    top: 10px;
    width: 59px;
    height: 76px;
    margin-left: 20px;
}

.section--home-hero h1,
.section--home-hero h2 {
    color: var(--white-color);
}

.section--home-hero h1 {
    font-family: "LasVegas Fabulous", sans-serif;
    font-size: 120px;
    line-height: 1;
    font-weight: normal;
}

.section--home-hero h2 {
    font-family: "NeutrafaceDisplayBold", sans-serif;
}

.header__btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 45px;
}

.btn-circle {
    text-decoration: none;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: block;
    font-size: 36px;
    line-height: 1;
    color: #fff !important;
    font-weight: normal;
    text-align: center;
    font-family: "LasVegas Jackpot", sans-serif;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    transition: 0.5s ease;
}

.btn-circle:hover {
    transform: scale(1.2);
}

.btn-circle * {
    position: relative;
    z-index: 2;
}

.btn-circle span {
    display: block;
}

.btn--auction {
    top: 20px;
}

.btn--auction .lable__link {
    display: block;
}

.btn--auction .lable__hover {
    display: none;
}

.btn--auction:hover .lable__link {
    display: none;
}

.btn--auction:hover .lable__hover {
    display: block;
}

.btn-circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 128px;
    height: 128px;
    z-index: 1;
    border-radius: 50%;
}

.btn--yellow::before {
    background-color: #B5BD00;
}

.btn--yellow:hover:before {
    background-color: #E68699;
}

.btn--pink:before {
    background-color: #E68699;
}

.btn--pink:hover:before {
    background-color: #B5BD00;
}

.header__btns .btn-circle+.btn-circle {
    margin-left: 32px;
}

.site-footer {
    background-color: #E68699;
    padding: 40px 0;
    font-size: 18px;
    line-height: 1.277;
}

.contact__info {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 24px;
}

.contact__info span {
    position: relative;
    padding-right: 20px;
    display: inline-block;
}

.contact__info span:before {
    content: "";
    background-color: var(--white-color);
    position: absolute;
    right: 5px;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.contact__info span:last-child {
    padding-right: 0;
}

.contact__info span:last-child::before {
    display: none;
}

.contact__info a {
    color: var(--white-color);
    text-decoration: none;
    background-color: transparent;
}

.contact__info a:hover {
    text-decoration: underline;
}

.footer__policy {
    display: flex;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.footer__policy li {
    padding-right: 28px;
}

.footer__policy li a {
    color: var(--white-color);
    text-decoration: none;
}

.footer__policy li a:hover {
    color: #B0DCF0;
    text-decoration: none;
}

.footer__right {
    align-items: flex-start;
}

.social-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: right;
}

.social-links li+li {
    margin-left: 30px;
}

.footer__newsletter {
    margin-bottom: 45px;
    margin-left: auto;
    width: 100%;
    max-width: 235px;
}

.footer__newsletter {
    position: relative;
}
.footer__newsletter .gform_wrapper.gravity-theme .gfield_label {
	font-size:20px;
	font-weight:bold;
}
.footer__newsletter .gform_wrapper.gravity-theme .gfield input.medium {
    border: none;
    height: 42px;
    width: 100% !important;
    font-size: 18px;
    line-height: 30px;
    outline: none;
    padding: 6px 55px 6px 16px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #00C1D5;
}

.footer__newsletter .gform_wrapper.gravity-theme .gform_footer input {
    background: url(assets/images/ico-arrow-circle.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    border: none;
    overflow: hidden;
    text-indent: -1000px;
    position: absolute;
    right: 16px;
    top: 39px;
    margin-bottom: 0;
    cursor: pointer;
}

.footer__newsletter #gform_3 {
    position: relative;
}


/*Support*/


/*support tab*/

.support--hero__images .willis {
    margin-left: auto;
}

.support--hero__images .color_star,
.support--hero__images .stars {
    position: absolute;
    top: 0;
    left: -85px;
}

.support--hero__images .color_star {
    top: 80px;
}

.support--hero__images .travel {
    position: absolute;
    top: 245px;
    left: 220px;
}

.support--hero__images .paint-box {
    position: absolute;
    top: 600px;
    left: 0;
    width: 100px;
}

.support--hero__images .make_a_donation {
    position: absolute;
    display: inline-block;
    font-family: "LasVegas_Jackpot";
    top: 202px;
    text-align: center;
    font-size: 31px;
    line-height: 35px;
    font-weight: normal;
    left: 35px;
}

.btn--makedonation .onhover {
    left: -102px;
    top: -2px;
}
.support--hero__block h1 {margin-top:25px;}

.support--hero__images .btn--makedonation .color_star {
    transition: 0.5s ease;
}

.support--hero__images .btn--makedonation:hover .color_star {
    transform: scale(1.1);
}

.btn--makedonation .onlink {}

.support--hero__images .btn--makedonation:hover .color_star path {
    fill: #E68699;
}

.support--hero__images .shape {
    position: absolute;
}

.support--hero__images .shape.shape1 {
    left: -80px;
    top: 60px;
}

.support--hero__images .shape.shape2 {
    top: 330px;
    width: 55px;
    height: 55px;
    left: -60px;
}

.support--hero__images .shape.shape3 {
    width: 55px;
    height: 55px;
    left: 200px;
    top: 160px;
}


/*Thanks You*/

.section--contact-hero {
    padding-top: 125px;
    padding-bottom: 0;
}

.hero__contact {
    display: inline-block;
    position: relative;
}

.hero__contact .shape {
    position: absolute;
}

.hero__contact .shape1 {
    width: 59px;
    height: 76px;
    right: -90px;
    top: -80px;
}

.hero__contact .shape2 {
    width: 166px;
    height: 190px;
    right: -260px;
    top: -100px;
}

.hero__image {
    overflow: hidden;
    width: 100%;
    height: 283px;
    position: relative;
    margin-top: 100px;
}

.hero__image img {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.startcaranimation .hero__image img {
    animation: driving 1s linear;
    right: initial;
    left: -50%;
}

@keyframes driving {
    0% {
        left: calc(100% - 636px);
    }
    100% {
        left: -50%;
    }
}


/*About Us*/

.about__content {
    position: relative;
    padding-bottom: 180px;
    padding-top: 110px;
    margin-bottom: 300px;
}

.about__content * {
    position: relative;
    z-index: 2;
}

.about__content .shape {
    position: absolute;
    z-index: 1;
}

.about__content .shape1 {
    top: -30px;
    left: -47px;
    width: 114px;
    height: 147px;
}

.about__content .shape2 {
    top: -20px;
    left: 345px;
    width: 144px;
    height: 144px;
}

.about__content .shape3 {
    top: 60px;
    left: 495px;
    width: 29px;
    height: 29px;
}

.about__content .shape4 {
    top: 90px;
    left: 445px;
    width: 76px;
    height: 98px;
}

.about__content .shape5 {
    top: 70px;
    left: 535px;
    width: 74px;
    height: 74px;
}

.about__content .shape6 {
    top: 190px;
    left: 315px;
    width: 76px;
    height: 98px;
}

.about__content .shape7 {
    top: 180px;
    left: 405px;
    width: 47px;
    height: 47px;
}

.about__last--pera {
    position: relative;
}

.about__last--pera .shape8 {
    position: static;
    display: block;
    width: 76px;
    height: 98px;
}

.about__last--pera .shape9 {
    bottom: -40px;
    left: 300px;
    width: 65px;
    height: 65px;
}

.about__content .shape10 {
    bottom: 80px;
    right: 0;
    width: 123px;
    height: 136px;
}

.about__content .shape11 {
    bottom: 0;
    right: 130px;
    width: 73px;
    height: 190px;
}

.about__images {
    position: relative;
    padding-bottom: 780px;
    height: 100%;
}

.about__images .about__img--right {
    margin-left: auto;
    margin-bottom: 110px;
}

.about__images .about__img--left {
    margin-left: 80px;
}

.about__images .about__img--music {
    position: absolute;
    left: 0;
    top: 320px;
    width: 207px;
    height: 301px;
}

.about__images .about__img--photoshoot {
    position: absolute;
    right: 150px;
    bottom: 0;
}


/*Contest Header */
.contest__content h1 {
    font-family: "LasVegas Fabulous", sans-serif;
    font-size: 100px;
    line-height: 1;
    font-weight: normal;
	padding-top: 55px;
	padding-left:50px;
}


.contest__content {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
}


.contest__content * {
    position: relative;
    z-index: 2;
}

.contest__content .shape {
    position: absolute;
    z-index: 1;
}

.contest__content .shape1 {
    top: -30px;
    left: -47px;
    width: 114px;
    height: 147px;
}

.contest__content .shape2 {
    top: 120px;
    left: 705px;
    width: 144px;
    height: 144px;
}
.contest__content .shape3 {
	top: 90px;
    left: 695px;
    width: 29px;
    height: 29px;
}

.contest__content .shape4 {
    top: 80px;
    left: 585px;
    width: 76px;
    height: 98px;
}

.contest__content .shape5 {
    top: 60px;
    left: 635px;
    width: 74px;
    height: 74px;
}

.contest__content .shape6 {
    top: 180px;
    left: 415px;
    width: 76px;
    height: 98px;
}

.contest__content .shape7 {
    top: 170px;
    left: 405px;
    width: 47px;
    height: 47px;
}



@media (max-width: 767px) {
	.contest__content {
    position: relative;
    padding-bottom: 20px;
    padding-top: 0px;
    margin-bottom: 0px;
}
	
	.contest__content h1 {
    
	padding-left:0px;
		padding-top: 130px;
}
.contest__content .shape1 {
   
    left: 10px;
    width: 114px;
    height: 147px;
}
	.contest__content .shape2 {
    top: 10px;
    left: 205px;
    width: 100px;
    height: 100px;
}	
	
}

/**Accordian*/

.accordian-wrap {
    padding: 20px 0;
}

.accordian-wrap .accordian-head {
    font-family: "NeutrafaceDisplayBold", sans-serif;
    font-size: 34px;
    font-weight: bold;
    background: url(assets/images/ico-plus.png) no-repeat right top;
    padding: 7px 0;
    margin: 0;
    cursor: pointer;
	padding-right: 70px;
}

.accordian-wrap .accordian-head.active {
    background-image: url(assets/images/ico-minus.png);
}

.accordian-wrap .accordian-body {
    display: none;
}

.about__content .accordian-wrap .accordian-body h3 {
    font-family: "LasVegas_Jackpot";
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
}


/*Start for RB*/

.site-main.privacy-policy-page {
    background: #fff;
    color: #000;
}

.privacy-policy-page .section--privacy-policy {
    margin-bottom: 60px;
}

.privacy-policy-page .section--home-hero h1,
.privacy-policy-page .section--home-hero h2,
.privacy-policy-page .section--home-hero h3,
.privacy-policy-page .text-blue {
    color: #00C1D5;
}

.privacy-policy-page .text-blue {
    margin-top: 30px;
}

.privacy-policy-page .section--home-hero h2,
.privacy-policy-page .section--home-hero h3 {
    margin: 0px;
}

.privacy-policy-page .section--home-hero h2 {
    font-family: 'Assistant', sans-serif;
}

.privacy-policy-page .page_title {
    line-height: 125px;
    margin-bottom: 35px;
}

.site-main.privacy-policy-page a {
    color: #000;
}

.privacy-policy-page ul {
    margin: 0 0 32px 60px;
}

.privacy-policy-page ul li {
    word-break: break-word;
}

.site-main.event-page {
    background: url(assets/images/event-rectangle-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.event-page .event__images .shape {
    position: relative;
    display: inline-block;
}

.event-page .event__images .shape.shape1 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 112px;
    margin-left: 15%;
}

.event-page .event__images .shape.shape2 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 67px;
    margin-left: 10%;
}

.event-page .event__images .shape.shape3 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 150px;
    float: right;
    margin-bottom: 15px;
    margin-right: -15px;
}

.event-page .section--event .event__content h1 {
    color: #F4C3CC;
}

.event-page .section--event .event__content {
    position: relative;
}

.event-page .section--event .event__content .shape {
    position: relative;
    display: inline-block;
}

.event-page .section--event .event__content .shape.shape1 {
    width: 100%;
    max-width: 67px;
    top: -140px;
    left: 46%;
}

.event-page .section--event .event__content .shape.shape2 {
    width: 100%;
    max-width: 112px;
    top: -30px;
    left: 40%;
}

.purchase_tickets {
    font-family: 'LasVegas_Jackpot';
    font-size: 50px;
    background-color: #F4C3CC;
    text-decoration: unset;
    position: relative;
    display: block;
    width: min-content;
    text-align: center;
    padding: 55px 35px;
    border-radius: 50%;
    line-height: 55px;
    margin: 0 auto;
    color: #000 !important;
}

.purchase_tickets:hover {
    background-color: #fff;
}

.event-page .section--event .event__content .shape.shape3 {
    width: 100%;
    max-width: 67px;
    top: -200px;
    left: 0%;
}

.event-page .section--event .event__content .shape.shape4 {
    width: 100%;
    max-width: 112px;
    top: -90px;
    left: -3%;
}

.event-page .section--event .AW_cutout_section .shape.shape5 {
    width: 100%;
    max-width: 80px;
    top: -85px;
    float: right;
    right: 30px;
}

.event-page .section--event .AW_cutout_section .event__img--right {
    position: relative;
    display: block;
    top: -40px;
    width: 100%;
    max-width: 80%;
    margin-bottom: -90px;
}

.event-page .section--event .AW_cutout_section {
    position: relative;
}

.event-page .section--event .AW_cutout_section .shape.shape6,
.event-page .section--event .AW_cutout_section .shape.shape7 {
    position: absolute;
}

.event-page .section--event .AW_cutout_section .shape.shape6 {
    width: 100%;
    max-width: 67px;
    top: 33%;
    right: 20%;
}

.event-page .section--event .AW_cutout_section .shape.shape7 {
    width: 100%;
    max-width: 112px;
    top: 40%;
    right: 24%;
}

.mobile_view {
    display: none;
}

.section--contact-us .contact_us_top {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.section--contact-us .contact_us_top h1.page_title {
    display: inline-block;
    line-height: 150px;
}

.section--contact-us .contact_us_top .contact_us__img {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 247px;
    margin-left: 65px;
}

.section--home-hero .purchase_tickets {
    margin-bottom: 35px;
}

.section--home-hero .shape7_section {
    padding: 35px 0px;
}

.section--home-hero .shape7_section .shape7 {
    float: right;
}

.site-main a {
    text-decoration: unset;
}


/*contact-us-form*/

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container_checkbox .gchoice label {
    font-size: 22px;
    margin-left: 10px;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gsection {
    border-bottom: unset;
    margin-bottom: 20px;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gsection .gsection_title {
    font-size: 22px;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield {
    margin-bottom: 20px;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield.spacer {
    margin-bottom: 0px;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body #field_2_1 {
    margin-bottom: 0px;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container input[type=email],
.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container input[type=text],
.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container input[type=tel],
.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container textarea {
    color: #E68699;
    border: unset;
    border-radius: 14px;
    padding: 10px 15px;
    font-size: 22px;
    min-height: auto;
    line-height: 30px;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container input::placeholder,
.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container textarea::placeholder {
    color: #E68699;
    opacity: 1;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container input::-ms-input-placeholder,
.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container textarea::-ms-input-placeholder {
    color: #E68699;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container input::-ms-input-placeholder,
.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container textarea::-ms-input-placeholder {
    color: #E68699;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container input:focus,
.section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield .ginput_container textarea:focus {
    outline: none;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'LasVegas_Jackpot';
    font-size: 30px;
    background: #E68699;
    padding: 5px 45px;
    border: unset;
    border-radius: 30px;
    line-height: 40px !important;
}

.section--contact-us .contact-us-form .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #B5BD00;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
    font-family: 'Assistant', sans-serif;
    font-size: 22px;
}

.section--contact-us .contact-us-form .shape {
    position: absolute;
    display: inline-block;
}

.section--contact-us .contact-us-form .shape.shape1 {
    width: 70px;
    bottom: -20px;
    left: 145px;
}

.section--contact-us .contact-us-form .shape.shape2 {
    width: 80px;
    bottom: 40px;
    left: 210px
}

.section--contact-us .contact-us-form .shape.shape3 {
    width: 110px;
    bottom: -80px;
    left: 240px;
}

.footer__newsletter .gform_wrapper.gravity-theme .gform_footer,
.footer__newsletter .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
}


/*End contact-us-form*/

.section--support {
    padding-bottom: 0px;
    margin-bottom: -5px;
}
@media(min-width: 1200px) {
div.wp-block-image  .bookcover img {margin-top: -180px!important;}
}
@media(min-width: 1700px) {
	.startcaranimation .hero__image img{
		left: -50%;
	}
	@keyframes driving {
		 0% {
			left: calc(100% - 636px);
		}
		100% {
			left: -50%;
		}
	}
}

@media(min-width: 2700px) {
	.startcaranimation .hero__image img{
		left: -50%;
	}
	@keyframes driving {
		 0% {
			left: calc(100% - 636px);
		}
		100% {
			left: -50%;
		}
	}
}

@media(max-width: 1700px) {
    .navbar {
        right: 0px;
    }
}

@media(max-width: 1400px) {
	.about__images .about__img--music{
		top: 370px;
    	width: 185px;
	}
}

@media(max-width: 1300px) {
    .event-page .section--event .event__content .shape.shape1,
    .event-page .section--event .event__content .shape.shape2 {
        left: 50%;
    }
}

@media(max-width: 1290px) and (min-width: 801px) {
	.home .section--home-hero{
		background-size: 60%;
		padding-bottom: 255px;
	}
	.home .section--home-hero::after{
		width: 335px;
		height: 495px;
		background-size: 100%;
	}
	.about__images .about__img--right{
		width: 80%;
	}
	.about__images .about__img--music{
		top: 290px;
    	width: 120px;
	}
	.about__images .about__img--photoshoot{
		right: 50px;
	}
	.about__last--pera .shape9{
		bottom: -70px;
	}
	.about__content .shape10{
		bottom: 0px;
	}
	.about__content .shape11{
		bottom: -50px;
	}
	.event-page .section--event .event__content .shape.shape1, 
	.event-page .section--event .event__content .shape.shape2 {
		left: 60%;
	}
	.event-page .section--event .AW_cutout_section .shape.shape6{
		right: 10%;
	}
	.event-page .section--event .AW_cutout_section .shape.shape7{
		right: 18%;
	}
	.section--support{
		padding-bottom: 0px;
	}
	.support--hero__images .shape.shape1{
		left: 20px;
		width: 55px;
		height: 55px;
		top: 90px;
	}
	.support--hero__images .shape.shape2{
		left: 30px;
		width: 35px;
		height: 35px;
		top: 230px;
	}
	.support--hero__images .shape.shape3{
		width: 35px;
		height: 35px;
		top: 130px;
	}
	.support--hero__images .color_star{
		width: 200px;
		left: 30px;
		height: 200px;
	}
	.support--hero__images .stars{
		width: 200px;
		height: 310px;
		left: 30px;
	}
	.support--hero__images .make_a_donation{
		font-size: 22px;
		line-height: 25px;
		top: 155px;
		left: 100px;
	}
	.support--hero__images .willis{
		width: 250px;
	}
	.support--hero__images .travel{
		width: 150px;
		top: 190px;
		left: 235px;
	}
	.support--hero__images .paint-box{
		top: 470px;
		width: 75px;
	}
	.startcaranimation .hero__image img{
		left: -50%;
	}
	.section--home-hero h1{
		font-size: 70px;
		margin-bottom: 40px !important;
	}
	.section--home-hero p{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.section--home-hero .font-lg{
		font-size: 20px;
    	line-height: 1.35;
	}
	
	@keyframes driving {
		100% {
			left: -50%;
		}
	}
}

@media(max-width: 990px) and (min-width: 801px) {
	.hero__content .shape2{
		left: 275px;
    	width: 90px;
	}
	.hero__content .shape3{
		left: 345px;
    	width: 55px;
	}
	.hero__content .shape4{
		left: 310px;
    	width: 80px;
	}
	.about__content .shape2{
		left: 295px;
    	width: 100px;
	}
	.about__content .shape3{
		left: 375px;
	}
	.about__content .shape4{
		left: 360px;
    	width: 55px;
	}
	.about__content .shape5{
		left: 400px;
	}
	.about__images .about__img--music{
		top: 220px;
	}
	.about__images .about__img--photoshoot {
		right: 10px;
	}
	.about__content .shape10{
		bottom: 0px;
	}
	.about__content .shape11{
		bottom: -50px;
	}
	.event-page .section--event .event__content .shape.shape1, 
	.event-page .section--event .event__content .shape.shape2 {
		left: 75%;
	}
	.event-page .section--event .event__content .shape.shape3{
		top: -160px;
	}
	.event-page .section--event .event__content .shape.shape4{
		top: -50px;
	}
	.section--home-hero .purchase_tickets{
		margin-top: -85px;
	}
	.event-page .section--event .AW_cutout_section .shape.shape6 {
		right: 0%;
	}
	.event-page .section--event .AW_cutout_section .shape.shape7 {
		right: 10%;
	}
	.section--home-hero h1{
		font-size: 90px;
	}
	.support--hero__images .willis {
		width: 120px;
	}
	.support--hero__images .travel {
		width: 85px;
		top: 125px;
	}
	.support--hero__images .paint-box{
		top: 320px;
	}
}

.desktop-sm-hide,
.desktop-md-hide {
    display: none !important;
}
@media(max-width: 990px) {
	.section--support .row .col-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.section--support .row .col-6 .desktop_view{
		display: none;
	}
	.section--support .row .col-6 .mobile_view{
		display: block;
	}
	.support--hero__images {
        position: relative;
    }
    .support--hero__images .stars {
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;
    }
    .support--hero__images .shape.shape1 {
        left: 0px;
    }
    .support--hero__images .shape.shape2 {
        left: 20%;
    }
    .support--hero__images .shape.shape3 {
        right: 10%;
        left: unset;
    }
    .support--hero__block {
        padding: 60px 0px;
    }
    .support--hero__images .willis {
        width: 185px;
    }
    .support--hero__images .travel {
        width: 125px;
        top: 80px;
        left: unset;
        right: 35%;
    }
    .support--hero__images .paint-box {
        width: 80px;
        top: unset;
        bottom: 60px;
    }
    .support--hero__images {
        text-align: center;
    }
    .btn--makedonation {
        display: inline-block;
        position: relative;
    }
    .support--hero__images .btn--makedonation .color_star {
        left: 0;
    }
    .support--hero__images .make_a_donation {
        left: 70px;
    }
    .support--hero__images .stars {
        width: 120%;
        left: -20%;
    }
    .startcaranimation .hero__image img {
        animation: driving 1s linear;
        left: -50%;
    }
	.startcaranimation .hero__image img {
		left: -25%;
	}
    @keyframes driving {
        0% {
            left: calc(100% - 225px);
        }
        100% {
            left: -50%;
        }
    }
}
@media(max-width: 800px) {
    .desktop-md-hide {
        display: block !important;
    }
    .mobile-md-hide {
        display: none !important;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .col-6,
    .col-1,
    .col-5,
    .col-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .desktop_view {
        display: none;
    }
    .mobile_view {
        display: block;
    }
    .site-header {
        position: relative;
        padding-bottom: 30px;
    }
    .header__wrap .custom-logo-link {
        width: 100%;
        max-width: 80%;
    }
    .header__wrap .header__btns {
        position: absolute;
        top: calc(100% + 10px);
		text-align: center;
    }
    .header__wrap #hamburger {
        position: absolute;
        right: 30px;
    }
    .navbar {
        right: 0px;
        width: 440px;
        height: 440px;
    }
    .navbar .shape1 {
        left: 50px;
    }
    .navbar .shape2 {
        left: 85px;
    }
    .navbar .shape3 {
        left: 270px;
    }
    .navbar .shape4 {
        left: 300px;
    }
    .navbar .shape5 {
        left: 260px;
        width: 95px;
        height: 95px;
    }
    .navbar .shape6 {
        left: 265px;
    }
    .navbar .shape7 {
        left: 285px;
        width: 40px;
        height: 40px;
    }
    .site-main {
        padding-top: 115px;
    }
    .section--home-hero h1 {
        padding-left: 15px;
        font-size: 80px;
    }
    .footer__newsletter {
        margin-left: 0px;
    }
    .social-links {
        justify-content: left;
        margin-bottom: 35px;
    }
    .contact__info,
    .site-info {
        margin-bottom: 35px;
    }
    .hero__content .shape1 {
        top: 0px;
        left: -35px;
        width: 85px;
        height: 100px;
    }
    .hero__content .shape2 {
        top: 25px;
        left: 235px;
        width: 60px;
        height: 75px;
    }
    .hero__content .shape3 {
        left: 300px;
        width: 40px;
        height: 75px;
    }
    .hero__content h2 {
        width: 90%;
    }
    .hero__content .shape4 {
        top: 120px;
        left: 310px;
        width: 60px;
        height: 65px;
    }
    .home .section--home-hero {
        padding-bottom: 360px;
        background-size: 280px;
        background-position: left bottom;
    }
    .home .section--home-hero::after {
        right: 0px;
        bottom: -25px;
        width: 195px;
        height: 280px;
        background-size: 195px;
    }
    .section--home-hero .shape7_section {
        padding: 0px 0px;
    }
    .section--home-hero .shape7 {
        position: absolute;
        bottom: 170px;
        left: 45px;
        width: 120px;
    }
    .event-page .section--event .event__content .shape.shape1 {
        left: 73%;
    }
    .event-page .section--event .event__content .shape.shape2 {
        left: calc(100% - 155px);
    }
    .event-page .section--event .event__content .shape.shape3 {
        top: -140px;
    }
    .event-page .section--event .event__content .shape.shape4 {
        top: -40px;
        left: -30px;
    }
    .event-page .event__images .shape.shape1 {
        margin-left: 14%;
    }
    .event-page .section--event .AW_cutout_section.mobile_view {
        padding-top: 40px;
    }
    .event-page .section--event .AW_cutout_section .event__img--right {
        margin-bottom: -35px;
        top: 0px;
    }
    .event-page .section--event .AW_cutout_section .shape.shape5 {
        top: 0px;
        right: 0px;
        position: absolute;
    }
    .event-page .section--event .AW_cutout_section .shape.shape6 {
        top: 44%;
        right: 11%;
    }
    .event-page .section--event .AW_cutout_section .shape.shape7 {
        top: 50%;
        right: 20%;
    }
    .footer__right .col-5.foundation-text {
        padding: 0px;
    }
    .about__content .shape1 {
        width: 90px;
        height: 110px;
    }
    .about__content .shape2 {
        left: 240px;
        width: 100px;
        height: 100px;
    }
    .about__content .shape3 {
        left: 280px;
    }
    .about__content .shape4 {
        left: 240px;
        width: 65px;
        height: 90px;
    }
    .about__content .shape5 {
        left: 305px;
    }
    .about__content .shape6 {
        left: 215px;
        width: 55px;
        height: 65px;
    }
    .section--home-hero.section--about .shape7 {
        position: absolute;
        bottom: 170px;
        left: 280px;
        width: 47px;
    }
    .about__content {
        padding-bottom: 35px;
        margin-bottom: 15px;
    }
    .about__images .about__img--right {
        margin-bottom: 125px;
        width: 300px;
    }
    .about__images .about__img--music {
        top: 210px;
        width: 115px;
        height: 230px;
    }
    .section--contact-us .contact_us_top .contact_us__img {
        max-width: 180px;
        margin-left: 15px;
		width: 180px;
    }
    .hero__image img {
        bottom: -10px;
        width: 225px;
    }
    .hero__image {
        height: 105px;
        margin-top: 60px;
    }
    .about__images .about__img--photoshoot {
        right: 0px;
    }
    .about__images .about__img--left {
        width: 240px;
    }
    .about__images {
        padding-bottom: 540px;
    }
    .about__images .about__img--photoshoot {
        width: 300px;
    }
    .about__images .shape {
        position: absolute;
        display: inline-block;
    }
    .about__images .shape.shape10 {
        width: 65px;
        bottom: 23%;
        left: 45px;
    }
    .about__images .shape.shape11 {
        width: 35px;
        bottom: 20%;
    }
    .support--hero__images {
        position: relative;
    }
    .support--hero__images .stars {
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;
    }
    .support--hero__images .shape.shape1 {
        left: 0px;
    }
    .support--hero__images .shape.shape2 {
        left: 20%;
    }
    .support--hero__images .shape.shape3 {
        right: 10%;
        left: unset;
    }
    .support--hero__block {
        padding: 60px 0px;
    }
    .support--hero__images .willis {
        width: 185px;
    }
    .support--hero__images .travel {
        width: 125px;
        top: 80px;
        left: unset;
        right: 35%;
    }
    .support--hero__images .paint-box {
        width: 80px;
        top: unset;
        bottom: 60px;
    }
    .support--hero__images {
        text-align: center;
    }
    .btn--makedonation {
        display: inline-block;
        position: relative;
    }
    .support--hero__images .btn--makedonation .color_star {
        left: 0;
    }
    .support--hero__images .make_a_donation {
        left: 120px;
    }
    .support--hero__images .stars {
        width: 120%;
        left: -5%;
    }
    .startcaranimation .hero__image img {
        animation: driving 1s linear;
        left: -50%;
    }
	.startcaranimation .hero__image img {
		left: -25%;
	}
    @keyframes driving {
        0% {
            left: calc(100% - 225px);
        }
        100% {
            left: -50%;
        }
    }
    .about__images .about__img--photoshoot {
        right: 0;
    }
    .about__last--pera .shape9 {
        bottom: -80px;
    }
    .event__images .shape {
        display: none !important;
    }
    .section--home-hero .event__content .purchase_tickets {
        margin-bottom: 0;
    }
	.footer__right .col-6{
		padding: 30px 0px; 
	}
	.hero__content {}
	.btn-circle, .btn-circle::before {
		width: 90px;
height: 90px;
		font-size:26px;
	}
}

@media(max-width: 480px) {
    .desktop-sm-hide {
        display: block !important;
    }
    .mobile-sm-hide {
        display: none !important;
    }
     :root {
        --body-font-size: 18px;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    .font-lg {
        font-size: 20px;
    }
    .contact__info {
        font-size: 18px;
    }
    .navbar {
        width: 310px;
        height: 310px;
    }
    #navbar__close {
        right: 50px;
    }
    .navbar ul li a {
        font-size: 24px;
    }
    .navbar ul li+li {
        margin-top: 0px;
    }
    .navbar .shape1 {
        left: 35px;
        top: 70px;
        width: 55px;
        height: 55px;
    }
    .navbar .shape2 {
        top: 115px;
        left: 60px;
        width: 46px;
        height: 60px;
    }
    .navbar .shape3 {
        top: 110px;
        left: 200px;
        width: 29px;
        height: 29px;
    }
    .navbar .shape4 {
        top: 80px;
        left: 235px;
        width: 55px;
        height: 67px;
    }
    .navbar .shape5 {
        left: 200px;
        width: 80px;
        height: 80px;
        top: 135px;
    }
    .navbar .shape6 {
        bottom: 80px;
        left: 200px;
        width: 30px;
        height: 30px;
    }
    .navbar .shape7 {
        left: 215px;
        width: 40px;
        height: 40px;
        bottom: 50px;
    }
    .section--home-hero h1 {
        padding-left: 0px;
    }
    .section--home-hero .hero__content {
        padding-top: 0;
    }
    .hero__content .shape1 {
        width: 81px;
        height: 104px;
        top: -30px;
    }
    .hero__content .shape2 {
        left: 205px;
        top: -40px;
        width: 115px;
        height: 115px;
    }
    .hero__content .shape3 {
        left: 205px;
        top: 30px;
        width: 59px;
        height: 77px;
    }
    .hero__content .shape4 {
        top: 95px;
        left: 240px;
        width: 88px;
        height: 88px;
    }
    .home .section--home-hero {
        padding-bottom: 225px;
        background-size: 200px;
    }
    .section--home-hero .btn-readmore img,
    .section--home-hero .btn-readmore .zoom {
        width: 53px;
        height: 68px;
        top: -10px;
        margin-left: 10px;
    }
    .section--home-hero .shape7 {
        bottom: 110px;
        left: 60px;
        width: 95px;
    }
    .home .section--home-hero::after {
        width: 130px;
        height: 168px;
        background-size: 130px;
        bottom: -5px;
        right: 0;
    }
    .section--home-hero .btn-readmore img {
        width: 55px;
        height: 70px;
    }
    .hero__content .shape5 {
        width: 74px;
        height: 74px;
    }
    .hero__content .shape6 {
        bottom: 20px;
        left: 230px;
        width: 127px;
        height: 127px;
    }
    .section--home-hero .purchase_tickets {
        top: initial;
    }
    .event-page .section--event .event__content .shape.shape1 {
        left: 60%;
        max-width: 50px;
        top: -108px;
        left: 210px;
    }
    .support--hero__images .willis {
        width: auto;
        height: 637px;
        margin-right: -30px;
    }
    .support--hero__images .travel {
        width: 150px;
        height: 150px;
        top: 110px;
    }
    .support--hero__images .paint-box {
        width: 70px;
        left: -20px;
        bottom: 130px;
    }
    .support--hero__images .make_a_donation {
        font-size: 31px;
        line-height: 35px;
    }
    .event-page .section--event .event__content .shape.shape2 {
        max-width: 75px;
        top: -42px;
    }
    .purchase_tickets {
        font-size: 28px;
        padding: 25px 0;
        line-height: 1;
        top: 0;
        width: 100px;
        height: 100px;
    }
    .event__content .purchase_tickets {
        padding: 30px 0;
        font-size: 36px;
        width: 128px;
        height: 128px;
        margin-bottom: 0;
    }
    .event-page .section--event .event__content .shape.shape3 {
        max-width: 55px;
    }
    .event-page .section--event .event__content .shape.shape4 {
        max-width: 90px;
    }
    .event-page .event__images .shape.shape1 {
        max-width: 80px;
        margin-left: 10%;
    }
    .event-page .event__images .shape.shape2 {
        max-width: 55px;
    }
    .event-page .event__images .shape.shape3 {
        max-width: 90px;
    }
    .event-page .section--event .AW_cutout_section .shape.shape5 {
        max-width: 55px;
    }
    .event-page .section--event .AW_cutout_section .shape.shape6 {
        max-width: 55px;
        top: 35%;
        right: 0%;
    }
    .event-page .section--event .AW_cutout_section .shape.shape7 {
        top: 50%;
        right: 10%;
        max-width: 80px;
        left: unset;
    }
    .about__content .shape1 {
        left: -30px;
    }
    /* .about__content .shape2 {
        left: 125px;
        width: 70px;
        height: 85px;
    }
    .about__content .shape3 {
        left: 165px;
    }
    .about__content .shape4 {
        left: 175px;
        width: 50px;
        height: 80px;
    }
    .about__content .shape5 {
        left: 210px;
    } */
    .about__last--pera .shape9 {
        left: 210px;
        bottom: -75px;
    }
    .about__images .about__img--right {
        margin-bottom: 160px;
    }
    .about__images .about__img--left {
        margin-left: 0px;
    }
    .about__images .about__img--photoshoot {
        width: 220px;
    }
    .about__images {
        padding-bottom: 390px;
    }
    .about__content .shape6 {
        left: 175px;
    }
    .section--home-hero.section--about .shape7 {
        left: 230px;
    }
    .section--contact-us .contact_us_top {
        align-items: unset;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .section--contact-us .contact_us_top h1.page_title {
        line-height: 50px;
    }
    .section--contact-us .contact-us-form .gform_wrapper .gform_body .gfield {
        margin-bottom: 5px;
    }
    .section--contact-us .contact-us-form .shape.shape1 {
        width: 55px;
        bottom: -20px;
        left: 145px;
    }
    .section--contact-us .contact-us-form .shape.shape2 {
        width: 55px;
        bottom: 40px;
        left: 185px;
    }
    .section--contact-us .contact-us-form .shape.shape3 {
        width: 80px;
        bottom: -60px;
        left: 200px;
    }
    .hero__image {
        margin-top: 20px;
    }
    /*End for RB*/
    .accordian-wrap .accordian-head {
        padding: 7px 60px 7px 0;
        background-size: 50px;
        background-position: right 6px;
    }
}

@media(max-width: 479px) {
    .section--home-hero h1, .contest__content h1 {
        font-size: 64px;
    }
    .support--hero__images .btn--makedonation .color_star {
        left: -10px;
    }
    .support--hero__images .make_a_donation {
        left: 110px;
    }
    .support--hero__images .paint-box {
        max-width: 90px;
    }
	.hero__content .shape1 {
		top: -60px;
	}
	.hero__content .shape2 {
		top: -1000px;
	}
	.hero__content .shape3 {
		top: -40px;
	}
	.hero__content .shape4 {
		top: 5px;
		left: 240px;
	}
	
	.contest__content .shape3, .contest__content .shape4 {display:none;}
}

body .uwy.userway_p1 .uai {
    top: auto !important;
    bottom: 13px !important;
}
/*Start for RB*/
.gform_wrapper .gform_validation_errors{
	padding: 16px 16px 16px 16px !important;
}
.gform_wrapper .gform_validation_errors>h2 .gform-icon{
	display: none !important;
}
.gform_wrapper .gform_validation_errors>h2.hide_summary{
	line-height: 25px !important;
}

/*End for RB*/



	