/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

.hidden-slide-btn {
  color: rgb(255,255,255);
  opacity: 0;
  color: rgba(255,255,255,0) !important;
}
.ltrsp-md { letter-spacing: 0.1em; }
.headline-gfx { letter-spacing: 0.1em; padding: 120px 0 120px 0; }
.text-block-md { font-weight: 100; font-size: 1.75em; }
.med-text { font-size: 1.5em; }
.green-text { color: #72bf44; }
.box.style-6 {
  font: 500 2em Roboto, Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 960px){
.box.style-6 { font-size: 1.5em;}


@media screen and (max-width: 768px){
.headline-gfx { padding: 80px 0 80px 0; }
.section-parallax { background-size: auto !important; }
.med-text { font-size: initial; }
}