/*
Theme Name: Gratisites Child Theme
Theme URI: http://www.gswebdesign.ca
Version: 1.0
Description: A child BB theme.
Author: Gratisites
Author URI: http://www.gswebdesign.ca
template: bb-theme
*/
/* Add your custom styles here... */
.h-border {
  padding: 12px;
  border: 1px solid white;
}
.h-line .fl-separator {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
h1,
p {
  font-weight: 300;
  letter-spacing: 3px;
}
p {
  line-height: 2em;
}
.btn-trans a.fl-button {
  border-color: white !important;
  font-weight: 300;
}
.white p {
  color: white !important;
}
.medium {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.small {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  letter-spacing: 0;
}
.tiny,
.tiny p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}
.typewriter {
  font-family: "Georgia", serif;
  font-size: 22px;
  line-height: 1.47em;
}
.arrow-right::after {
  position: absolute;
  right: 50%;
  margin-right: -30px;
  top: 50%;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid #118257;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.arrow-left::before {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-right: 30px solid #118257;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
/*Give the link some padding and some color*/
.fl-page-nav .navbar-nav > li.nav-button {
  padding: 10px 10px;
}
.fl-page-nav .navbar-nav > li.nav-button > a {
  background-color: #0F637D;
  color: #fff;
  padding: 5px 18px !important;
  border-radius: 5px;
}
/*Adjust the position for the fixed navigation menu*/
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.nav-button > a {
  position: relative;
  bottom: 0px;
}
/*Give the button a hover & active state*/
.fl-page-nav .navbar-nav > li.nav-button > a:active,
.fl-page-nav .navbar-nav > li.nav-button > a:hover {
  color: #fff;
  background-color: #196F8C;
}
.fl-page-nav .navbar-nav > li.nav-lg-txt a {
  font-size: 18px;
  padding-top: 11px;
  padding-bottom: 12px;
}
#technology .fl-row-content-wrap {
  background-size: 920px auto;
}
@media (max-width: 1280px) {
  #technology .fl-row-content-wrap {
    background-position: 180% center;
  }
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 button {
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.47em;
  padding: 20px 20px;
}
.wpcf7 input,
.wpcf7 textarea {
  margin-bottom: 40px;
  color: #50826a;
}
.wpcf7 button {
  color: white;
  width: 25%;
}
.wpcf7 ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #50826a !important;
}
.wpcf7 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #50826a !important;
  opacity: 1;
}
.wpcf7 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #50826a !important;
  opacity: 1;
}
.wpcf7 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #50826a !important;
}
.fl-post {
  margin-bottom: 0;
}
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.nav-lg-txt a {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 12px;
}
.fl-page-header-fixed .fl-page-nav .navbar-nav > li {
  padding: 8px 10px;
}
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.nav-button {
  margin-top: 4px;
}
