/*
Theme Name: CLICKS 3 Child Theme
description:
  CLICKS 3 Child Theme
Author: Reach Agency
Author URI: http://reachagency.com/
Template: clicks_3
Version: 1.0.0
*/

/*
Min Width
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }



Max Width
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }
*/

.form-success {
  text-align: center;
}

.shareLinks {
  padding-top: 10px;
}

.block .box img {
  width: auto; 
  display: block;
  margin: auto;
}

.website-1 .singleForm, .website-58 .singleForm, .website-59 .singleForm {
	display: none;
}

.switchingTitle {
  color: black;
}

.opt_in_sms label {
  color: black;
}

.block .box {
  background: none !important;
}

@media (max-width: 992px) {
  #hero.fixed .heroContent {
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  /*
#topBar {
  top: 12vh;
}
  */
@media (max-width: 1200px) {
#topBar .logo img {
    padding-left: 50px !important; 
  }
}}

#topBar .logo img {
max-height: none !important;
height: 30px !important;
max-width: none !important;
}

h1, h2, h3, h4, h5, p {
  letter-spacing: 0.15px;
}

h1, h2, h3 {
  text-transform: uppercase;
}

@media (max-width: 767.98px) { 
  .btn {
    width: 100%;
  }
}