/*!
Theme Name: Arova
Theme URI: https://ripplewerkz.com/
Author: Ripplewerkz.com
Author URI: https://ripplewerkz.com/
Description: Theme for Arova Singapore Pte Ltd
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: arova

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

body .header-shopping-bag {
    z-index: 99999;
}

body .ab-us-acc .com_accordion-content {
    /* border-top: 1px solid #000; */
}

body .hs-se-close:hover,
body .hs-se-form .form-group label .asterisk {
    color: #0174fb;
}

body .pr-po-small-btn a {
    border-radius: 50%;
}

body .pr-po-small-btn a:hover {
    background: #20ffbb;
}

.alm-btn-wrap {
    text-align: center;
    margin-top: 30px;
}

.pr-ca-list a.pc-se-img {
    background-repeat: no-repeat;
    /* background-position: center center; */
}

.he-me-sns li a:hover {
    color: #0174fb;
}

.pr-ca-list a.pc-se-img::before {
    content: " ";
    display: block;
    padding-top: 56.25%;
}
.header-menu .menu ul li {
    font-weight: 500;
}

body .pr-ar-set,
.pr-ar-list li a {
    padding: 30px 20px;
}

.alm-reveal {
    border-bottom: 1px solid #000;
}

@media (min-width: 576px) {
}

.ab-us-acc .selected .com_accordion-title:hover {
    background: transparent;
}

.dropdown {
    position: relative;
}

.dropdown > a.button {
    /* text-decoration: underline !important; */
    text-underline-offset: 5px;
    /* border-bottom: 3px solid #282828; */

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 3px;
}
.dropdown:hover > a.button {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 3px;
}

.dropdown ul {
    padding-top: 30px;
    position: absolute;
    left: 0;
    top: 72px;
    width: max-content;
    /* min-width: 250px; */
    /* max-width: 100%; */
    display: none;
    border-radius: 0;
}

.dropdown:hover ul {
    display: block;
}

.dropdown ul li {
    line-height: inherit;
}

.dropdown ul li a {
    color: #000 !important;
    display: block;
    font-size: 30px;
    line-height: normal;
    padding: 6px 10px;
    margin: 0;
    background-color: #20ffbb;
    border-top: 1px solid #282828;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
}
.dropdown ul li a:hover {
    background-color: #3275f3;
}

.dropdown ul li:last-child a {
    border-bottom: 1px solid #282828;
}

body img.gform_ajax_spinner {
    display: none !important;
}

.home-main-icons {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.home-main-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-main-icons ul li {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;

    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.home-main-icons ul li:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    margin: 0 30px;
}

.home-main-icons ul li a {
    display: block;
}

.home-main-icons ul li a img {
    min-width: 200px;
}

.page-template-contact-us .ab-us-col > .section-par {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.se-ma-search input:-webkit-autofill,
.se-ma-search input:-webkit-autofill:hover,
.se-ma-search input:-webkit-autofill:focus,
.se-ma-search input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #20ffbb inset !important;
}

.se-ma-search input:hover {
    background-color: #20ffbb;
}

.contact-us-title {
    font-weight: 500;
    font-size: 80px;
    line-height: 80px;
}

@media (max-width: 810px) {
    .contact-us-title {
        font-size: 70px;
        line-height: 70px;
    }
}

.header-icons {
    z-index: 0;
}

.contact-us-bubble {
    position: absolute;
    right: 2%;
    top: 40%;
}

.contact-us-bubble a {
    font-size: 33px;
    line-height: 33px;
    display: block;
    background: url("assets/img/message_bubble.png") no-repeat;
    background-size: contain;
    padding: 15px 60px 15px 20px;
}

.contact-us-bubble a:hover {
    background-image: url("assets/img/message_bubble_hover.png");
}

.ginput_container,
.gform_page_footer {
    max-width: 550px;
    margin: auto;
}

.gform_page_footer {
    display: flex;
    justify-content: space-between;
}

.button.gform_previous_button,
.button.gform_next_button {
    overflow: hidden;
    color: transparent;
    min-width: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 33px auto;
    background-repeat: no-repeat;
    border: 1px solid rgba(40, 40, 40, 0.9);
    border-radius: 50%;
}

.button.gform_previous_button {
    background-image: url("assets/img/icon_arrow_right.svg");
    transform: rotate(180deg);
}

.button.gform_next_button {
    background-image: url("assets/img/icon_arrow_right.svg");
}

#gform_page_2_1 .button.gform_next_button {
    position: absolute;
    margin-top: -105px !important;
    margin-left: 400px !important;
}

.button.btn-tertiary.btn-large.btn-ash {
    max-width: 100%;
    position: absolute;
    bottom: 20px;
    height: auto;
    font-size: 40px;
    line-height: 40px;
}

.button.btn-tertiary.btn-large.btn-ash:hover {
    background-color: #20ffbb;
}

.cursor-bubble.cb-icon.arrow-down .cursor-bubble-text:before {
    transform: rotate(90deg);
}

#field_2_9 {
    width: 100%;
}
#field_2_9 label {
    white-space: normal;
    max-width: 488px;
}

.ab-us-acc .com_accordion-content {
    padding-right: 60px;
}

.pr-ca-links > li a:hover {
    margin-left: 4.5rem !important;
}

.com_arova-window {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.contact-us-title {
    color: #282828;
}
.spill-content {
    color: #282828;
}

.spill-content h2 {
    font-size: 46px;
}

.spill-content p {
    font-size: 22px;
}

.cursor-bubble {
    pointer-events: none;
}

.cursor-bubble.size-down:before {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.cursor-bubble.size-zero:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.size-down .cursor-bubble-text,
.size-zero .cursor-bubble-text {
    display: none;
}

.gform_submission_error.hide_summary,
.gfield_required {
	display: none;
}
