/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

body {
  font-size: calc(16px + (20 - 16) * (100vW - 390px) / (1920 - 390));
	line-height: 1.625em;
	font-weight: 400;
}
h1, h1.vcex-heading {
  font-size: calc(32px + (52 - 32) * (100vW - 390px) / (1920 - 390));
  line-height: 1.4em;
  padding: 20px 0;
} 
h2, h2.vcex-heading{
  font-size: calc(24px + (32 - 24) * (100vW - 390px) / (1920 - 390));
  line-height: 1.4em;
  padding: 0 0 20px 0;
}
.white h1, .white h2, .white p{
	color: #ffffff !important
}
.hero-overlay h1, .hero-overlay h1.vcex-heading, .hero-overlay h2, .hero-overlay h2.vcex-heading{
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 1px rgba(0,0,0,0.5) !important
}

.wp-social-link{
	margin: 10px !important;
}
.gt_float_switcher {
    font-size: 15px !important;
}
.gt_float_switcher img {
    width: 22px !important;
}