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

/*************** ADD CUSTOM CSS HERE.   ***************/

.store-left {
    width: 50%;
    float: left;
}
.store-right {
    width: 50%;
    float: left;
}

.locator-p {
    font-size : 16px;
    padding : 0;
    margin : 0;
    line-height : 20px;
}

.container-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.ma-join-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


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


}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}