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

/*************** ADD CUSTOM CSS HERE.   ***************/
.ct_img div.col-inner{    
	width: 525px;
    position: fixed;
}

.ct_gps  {
  background-image: url("/wp-content/uploads/2021/05/Artboard-2.png");
}

.button.ctmappin:not(.is-outline),.button.ctmappin:hover {
    color: #333133!important;
}

.button.ctmappin i.icon-map-pin-fill::before {
    color: #f39220!important;
}

a.nav-top-link {
	font-size: 24px!important;
}

.ct-linhas {
	line-height: 1.2!important;
}

.header-main .header-inner {
	padding-left: 0px;
	opacity: 0;
	transition: 0.5s all ease;
}

.header-language-dropdown a {
	font-size: 120%!important;
	font-weight: bold!important;
	text-transform: uppercase;
}

#top-bar .flex-right a {
	padding-bottom: 0;
}

.header-language-dropdown .image-icon {
	display: none;
}

.header-language-dropdown .nav-dropdown a {
	font-family: Lato;
	font-weight: normal!important;
	font-size: 16px!important;
}

@media screen and (max-device-height: 4320px) {
  html {
    zoom: 4.4;
  }
}

@media screen and (max-device-height: 2880px) {
  html {
    zoom: 2.93;
  }
}

@media screen and (max-device-height: 2160px) {
  html {
    zoom: 2.2;
  }
}

@media screen and (max-device-height: 1440px) {
  html {
    zoom: 1.46;
  }
}

@media screen and (max-device-height: 1080px) {
  html {
    zoom: 1.1;
  }
}

@media screen and (max-device-height: 900px) {
  html {
    zoom: 0.91;
  }
}

@media screen and (max-device-height: 768px) {
  html {
    zoom: 0.78;
  }
}

@media screen and (max-device-height: 720px) {
  html {
    zoom: 0.73;
  }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  html {
    zoom: 1.1!important;
  }
}
