/*
Theme Name:         Buddy Up
Template:      	    tsg-pinnacle
Theme URI:          http://www.storageinternetmarketing.com
Description:

Version:            1.0
Author:             The Storage Group
Author URI:         http://www.storageinternetmarketing.com

License:            For use by The Storage Group only.
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.mobileMenu {
    display: none;
}

@media screen and (max-width:1024px) {
    .mobileMenu {
        display: inline;
    }
}

img {
    pointer-events: none;
}

body {
    font-family: "Roboto", sans-serif!important;
}

#footerTheme3Map {
    display: none;
}

.footer3FacilityInfoWrapper.textAlignCenter {
    display: none;
}


/* HERO-LOGO-NAV */

.hero-area {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 46%, rgba(229, 229, 231, 1) 84%, rgba(229, 229, 231, 1) 94%, rgba(229, 229, 231, 1) 100%);
    border-bottom-left-radius: 100% 150px;
    border-bottom-right-radius: 15% 10px;
    margin-top: 12%;
    margin-bottom: 20px;
    padding-bottom: 30px;
    max-width: 100%;
}

.hero-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 20px 12% 35px 12%;
    align-items: center;
}

.mainLogo img {
    width: auto !important;
    height: auto !important;
    max-width: 250px !important;
    max-height: 110px !important;
}

.topnav {
    margin-right: 20px;
}

#topmostBar {
    background: #437E92!important;
    color: #fff!important;
}

#topmostBar a {
    color: #fff!important;
}

#navbarTheme8,
#navbarTheme8.sticky {
    position: static!important;
    background: transparent!important;
    animation: none !important;
}

#navbarTheme8.sticky {
    box-shadow: none!important;
}

.hero-area img {
    vertical-align: top;
}

.tsg-menu-class ul li {
    margin-left: 20px!important;
    font-weight: 600!important;
}

.tsg-menu-class ul a {
    padding: 10px 20px!important;
}

.orange-btn {
    background: #D93F0c;
    color: #fff;
    font-size: 1rem;
    border-radius: 20px;
    border: none;
    margin-top: 20px;
}

.orange-btn:hover {
    color: #fff;
}

.orange-btn:focus {
    color: #fff;
}

.orange-btn:hover {
    transition: all 0.1s ease-out;
    transform: scale(1.1);
}

.orange-btn-smtxt {
    background: #D93F0c;
    color: #fff;
    font-size: .8rem;
    border-radius: 20px;
    border: none;
}

.orange-btn-smtxt:hover {
    color: #fff;
}

.orange-btn-smtxt:focus {
    color: #fff;
}

.orange-btn-smtxt:hover {
    transition: all 0.1s ease-out;
    transform: scale(1.1);
}

.orange-btn-nav {
    background: #D93F0c;
    color: #fff;
    font-size: 1rem;
    border-radius: 20px;
    border: none;
    margin-top: 20px;
    max-width: fit-content;
    padding: 10px 20px;
}

.orange-btn-nav a {
    color: #fff!important;
}

.profile-btn {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(50%);
    margin-top: -75px;
}

.orange-btn-nav-mobile {
    background: #D93F0c;
    color: #fff;
    font-size: .95rem;
    border-radius: 20px;
    border: none;
    margin-top: 20px;
    max-width: fit-content;
    padding: 5px 10px;
    margin-left: 12px;
    font-weight: 600;
}


/* GRIDS-COLUMNS */

.half-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 20px 12% 65px 12%;
    animation: fadeIn .5s ease-in-out;
}

.item {
    padding: 50px auto;
    text-align: left;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.item2 {
    padding-top: 80px;
    line-height: 35px;
}
.item2 h2{
    font-size:2.5rem;
}

.item p {
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
}

.arrow {
    margin-top: -20px;
    display: flex;
    float: right;
    z-index: 999;
    margin-right: -80px;
}

.slider-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 0 10%;
}


/* .slider-item{
}
 */


/* Locals Section */

.locals-section {
    background: url(https://www.buddyup.net/wp-content/uploads/locals-bg.png);
    background-size: cover;
    padding: 50px 0px;
    background-position: center;
    align-items: center;
}

.locals-container {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 20px;
    margin: 50px 0px;
    color: #fff;
}

.locals-container h2 {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
    text-transform: uppercase;
}

.locals-container p {
    padding-bottom: .5rem;
}

.locals {
    padding: 0px 50px 0px 20px;
}

.swipe-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
}

.mid-pic {
    margin-left: -80px;
    z-index: 2;
}

.last-pic {
    margin-left: -80px;
}

.interests-section {
    background: url(https://www.buddyup.net/wp-content/uploads/interests-bg-2.jpg);
    background-size: cover;
    padding: 50px 0px 100px 0px;
    text-align: center;
}

.interests-heading {
    font-size: 3rem;
    font-weight: 700;
    background: #fff;
    width: fit-content;
    padding: 20px;
    border-radius: 50px;
    margin: 0px auto;
    border: 4px solid #317442;
    line-height: 25px;
}

.interests-bubbles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
    justify-content: center;
}

.bubble {
    background: #1f8754;
    padding: 20px 35px;
    border-radius: 50px;
    border: 4px solid #fff;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 20px;
}


/* SLIDER */

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: -2rem;
}

.slide {
    display: none;
    padding: 80px 0px;
    z-index: 0;
}

.slide img {
    min-height: 300px;
    max-height: 400px;
    margin: 0px auto;
}

.slide h3 {
    font-size: 2.5rem!important;
    font-weight: 700!important;
}

.text {
    color: #000;
    font-size: 20px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    bottom: 10;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    background-color: #ff7e29;
    border: none;
    border-radius: 0px;
    user-select: none;
    margin-top: -20%;
    z-index: 9999;
}

.prev {
    left: 0;
    color: #000;
    font-size: 3rem;
    padding: 50px 30px;
    line-height: 0;
}

.next {
    right: 0;
    color: #000;
    font-size: 3rem;
    padding: 50px 30px;
    line-height: 0;
}


/*FOOTER*/

.bottomFooterWrapper {
    background: #1f8754!important;
}

.top-footer {
    background: #1f8754!important;
    padding: 50px 0px;
}

.top-footer-img {
    display: flex;
    margin: 0px 10px;
    padding: 0px;
    float: right;
}

.top-footer .fa {
    color: #fff;
    font-size: 2.5rem;
    display: inline;
    margin-right: 20px;
}

.top-footer .fa a:hover {
    transition: all 0.1s ease-out;
    transform: scale(1.1);
    cursor: pointer;
}


/*CF7*/


.wpcf7 {
  background: #f1f1f1;
  color: #000!important;
  font-size: 1em!important;
  margin-top:45px;
  padding:20px 10px;
  border-radius: 5px!important;
  border: 1px solid #ddd;
}

.wpcf7 .wpcf7_submit {
    height: auto;
    background: #d93f0c;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
}

textarea {
    min-width: 95%;
    margin-left: 5px;
}
.wpcf7-select {
    width: 95%;
}

.form-flex form.wpcf7-form label,
.form-flex .wpcf7-title {
    color: #fff !important;
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 20% !important;
    margin-left: 10px;
    color: #000 !important;
}

.wpcf7 .wpcf7_submit:hover {
    background: #fff;
    color: #000;
}

.wpcf7-flex {
    display: flex;
    padding: 0px 5px;
}

.wpcf7 input.wpcf7-form-control,
.wpcf7 textarea.wpcf7-form-control {
    width: 95%;
}
.form-wrap{
   margin:40px 10%;
}


/*RESPONSIVE*/

@media screen and (max-width:1340px) {
    .hero-container {
        margin: 15% 12% 35px 12%;
    }
}

@media screen and (max-width:1208px) {
    .locals-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        margin: 50px 0px;
        color: #fff;
        vertical-align: middle;
    }
    .locals {
        padding: 25px 10%;
    }
    .profile-btn {
        transform: translateX(60%);
    }
    .hero-container {
        grid-template-columns: repeat(1, 1fr);
        margin: 20% 12% 35px 12%;
    }
    .half-container {
        align-items: center;
    }
    .profile-btn {
        transform: translateX(20%);
        margin-top: -45px;
    }
.form-wrap {
    margin: 40px 2%;
}
}

@media screen and (max-width:1000px) {
    .half-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        margin: 10px 3% 35px 3%;
    }
    .profile-btn {
        transform: translateX(60%);
        margin-top: -75px;
    }
    .arrow {
        display: none;
    }
}


@media screen and (max-width:900px) {

.wpcf7 {
  padding:20px 0px;
}
.wpcf7-select {
    width: 95%;
}
.form-wrap{
   margin:40px 5%;
}
.page-id-211 .six.columns{
   width:100%!important;
}
.page-id-211 .columns{
   margin-left:0%!important;
}
}

@media screen and (max-width:710px) {
    .swipe-right {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width:800px) {
    .hero-area {
        margin-top: 30%;
    }
    .slider-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .slider-item img {
        display: none;
    }
    .slide {
        padding: 20px 0px;
    }
    .slider-item {
        margin-bottom: 30px;
    }
    .prev,
    .next {
        position: relative;
    }
    .hero-container {
        grid-template-columns: repeat(1, 1fr);
        margin: 40% 12% 35px 12%;
    }
}

@media screen and (max-width:550px) {
    .item h1 {
        font-size: 2rem;
    }
    .hero-area {
        margin-top: 50%;
    }
    .mainLogo img {
        max-width: 150px!important;
        height: auto 62px!important;
    }
    .swipe-right {
        display: flex;
        flex-wrap: nowrap;
        margin: 0px 20px;
    }
    .swipe-right img {
        width: 170px;
        height: 240px;
    }
    .mid-pic {
        margin-top: -20px;
    }
    .profile-btn {
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateY(10%);
        display: flex;
        justify-content: space-evenly;
    }
    .item2 {
        padding-top: 0px;
    }
    .interests-section {
        background-position: center;
    }
    .interests-heading {
        font-size: 1.7rem;
        line-height: 35px;
    }
    .interests-bubbles {
        display: flex;
        flex-direction: row;
        justify-content: no-space-around;
        flex-wrap: wrap;
        margin-top: 50px;
        margin-left: 1%;
        margin-right: 1%;
    }
    .bubble {
        padding: 20px 25px;
        font-size: 1rem;
        margin-top: 5px;
    }
    .locals-container h2 {
        color: #fff;
        font-weight: 600;
        font-size: 2.5rem;
        text-transform: uppercase;
    }
    .profile-btn {
        margin-top: -45px;
    }
}


/*SLIDER RESPONSIVE*/

@media screen and (max-width:1388px) {
    .prev {
        padding: 30px 20px;
    }
    .next {
        padding: 30px 20px;
    }
    .slider-container {
        margin: 0 5%;
    }
    .slider-buttons {
        margin: 50px auto;
        display: flex;
        justify-content: center
    }
}

@media screen and (max-width:1335px) {
    .prev,
    .next {
        position: relative;
        margin-top: -8%;
        margin-right: 25px;
    }
    .prev {
        padding: 30px 20px;
    }
    .next {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 950px) {
    .wpcf7-flex {
        flex-direction: column;
    }
    .form-flex {
        grid-template-columns: repeat(1, 1fr);
    }
    .wpcf7 form {
        width: 100%;
        padding: 20px 40px 0px 40px;
    }
}

@media screen and (max-width:550px) {
    .slider-buttons {
        margin: 0px auto;
    }
    .prev,
    .next {
        position: relative;
        margin-top: 20px;
        margin-left: 25px;
        margin-bottom: 50px;
        text-align: center;
    }
    .prev {
        padding: 30px 20px;
    }
    .next {
        padding: 30px 20px;
    }
}

@media screen and (max-width:400px) {
input.wpcf7-form-control.wpcf7-quiz {
    width: 90% !important;
    margin-left: 0px;
}
}



/*HIDE PWA*/

.candeeUserBarHide[class*=candeeUserBarTheme-sidebar][class*=candeeUserBarTheme-sidebar-left] {
    right: unset;
    left: -41px;
    border-right: 1px solid #dbdbdb;
    border-left: none;
    -webkit-transition: left 0.2s !important;
    -o-transition: left 0.2s !important;
    transition: left 0.2s !important;
}
.candeeUserBarHide[class*=candeeUserBarTheme-sidebar] #candeeUserBarAnchor {
    margin: 0;
    padding: 0;
    width: auto;
    min-width: 0;
}

.candeeUserBarHide[class*=candeeUserBarTheme-sidebar][class*=candeeUserBarTheme-sidebar-left].pwaIsOpen {
    left: 0px !important;
}

#pwaShowHide {
display: block !important;
        top: 465px;
        background: #d93f0c !important;
        padding: 15px 25px 10px 10px;
        border-top-right-radius: 50px 50px;
        border-bottom-right-radius: 50px 50px;
}
.hiddenPWAToggle-sidebar-left {
    display: inline-block;
    position: fixed;
    left: 0;
    top: 389px;
    z-index: 125;
    color: #393736;
    width: 36px;
    height: auto;
    border: 1px solid #dbdbdb;
    background: #9b1222 !important;
    padding: 10px 0px 5px 10px;
}
.candeeMenuItem i {
    font-size: 1.5rem;
    padding: 15px 0 0 0;
}
.pwaOpenIcon {
    color: white;
    position: relative;
    right: 5px;
    padding: 0 !important;
    font-size: 1.5rem;
}	
}


