/*
Theme Name: Valorous Circle's Hello Elementor Child
Theme URI: https://valorouswebdesign.com
Template: hello-elementor
Author: Valorous Circle LLC
Author URI: https://valorouswebdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.0.1565622455
Updated: 2019-08-12 11:07:35

*/

/* HOME Slider */
.vc-homeSlider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:75px;
}

/* Client Portal Login Form */
.vc-clientLoginForm input {
    width:70% !important;
}

.vc-clientLoginForm a#trResetPwd {
    display:block;
    padding-top:15px;
    color:#fff;
    text-decoration:underline;
}

.vc-clientLoginForm a#trResetPwd:hover {
    color:#8ab2ce;
}

.vc-clientLoginForm [type=button], [type=submit], button {
    color:#fff;
    border:none;
    background-color:#004373;
    margin-top:15px;
}

.vc-clientLoginForm [type=button]:hover, [type=submit]:hover, button:hover {
    background-color:#00ab50;
}

/* Link Hover Overrides */
.vc-whiteHover a:hover {
    color:#fff !important;
}

/* Footer Menu Links */
@media (max-width: 600px){
    .vc-footerMenu .elementor-nav-menu__align-right .elementor-nav-menu, .vc-footerMenu .elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a  {
        justify-content: center !important;
    }
}