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

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

/*NAV*/
.menu-item a{
    letter-spacing: 1px;
}
.nav-dark a.plain:hover {
    opacity: 1 !important;
    background:#1a1a1a;
}
.nav>li {
    margin: 0 15px;
}

/*GENERAL*/
h3, h4, h5{
    font-weight:300;
    font-size:130%;
}
ul {
    list-style-type: square;
}
.google-map{
    margin-top:35px;
}
/*CONTACT FORM*/
.wpcf7 label {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

/*FOOTER*/
.back-to-top{
  border-radius: 0px !important;
}

.footer-1 {
    font-size: 0.8em;
    padding: 50px 0px;
}
.footer-1 img{
    width:100%;
    max-width:180px !important;
    float:right;
}

/*MOBILE*/
@media (max-width: 549px){
  .google-map{
      display:none;
  }
  .col-mobile-top .col-inner{
      padding:20px !important;
  }
  .no-mobile{
     display:none;
  }
}

