/*
Theme Name: Vinastyle
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.bg-boxcontent{
    background: rgba(26, 97, 193, 0.703);
    border-radius: 5px;
}
.call-now-button {
    display: inline-block;
    padding: 0.75rem 1.25rem !important;
    border-radius: 5px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .call-now-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0cf;
    border-radius: 5px;
    z-index: -2;
  }
  .call-now-button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #008fb3;
    transition: all 0.3s;
    border-radius: 5px;
    z-index: -1;
  }
  .call-now-button:hover {
    color: #fff;
  }
  .call-now-button:hover:before {
    width: 100%;
  }

/**************************************/
.border-10 img{
	border-radius: 20px
}
.gb-headline-609bdfd1 {
    font-size: 43px;
    line-height: 46px;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--primary-color);
}

mark {
    background-color: rgba(0, 0, 0, 0);
    color: #7ed957;
}
h1.gb-headline-6355da40 {
    font-size: 40px;
    font-weight: 700;
}
div.gb-headline-f996c218 {
    font-size: 18px;
    letter-spacing: 1.2px;
    text-align: left;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.gb-headline-986b6d78, .gb-headline-5b739db5 {
    font-size: 18px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}