/*--------------------
Theme Name: ThinkBIT Solutions (Child Theme)
Theme URI: http://underscores.me/thinkbit-child/
Description: ThinkBIT Child Theme
Author: ThinkBIT Solutions Phils. Inc.
Author URI: http://thinkbitsolutions.com
Template: thinkbit
Version:1.0.0
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThinkBIT Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
--------------------*/
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none !important;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button {
  cursor: pointer;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@font-face {
  font-family: "trajan_proregular";
  src: url("fonts/trajan_pro_regular-webfont.woff2") format("woff2"), url("fonts/trajan_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenirblack";
  src: url("fonts/avenir_black-webfont.woff2") format("woff2"), url("fonts/avenir_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* heading */
h1, h2, h3, h4, h5, h6 {
  font-family: "trajan_proregular" !important;
  letter-spacing: 0;
}

h1 {
  font-family: "Oswald", sans-serif !important;
  font-size: 96px !important;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -1.5px;
}
@media (max-width: 780.9px) {
  h1 {
    font-size: 35px !important;
  }
}

h2 {
  font-family: "Oswald", sans-serif !important;
  font-size: 60px !important;
  line-height: 89px;
  font-weight: 700;
  position: relative;
  letter-spacing: -0.5px;
}
@media (max-width: 780.9px) {
  h2 {
    font-size: 24px !important;
  }
}

h3 {
  font-family: "Oswald", sans-serif !important;
  font-size: 48px !important;
  line-height: 78px;
  font-weight: 500;
  letter-spacing: 0px;
}
@media (max-width: 780.9px) {
  h3 {
    font-size: 24px !important;
  }
}

h4 {
  font-family: "Oswald", sans-serif !important;
  font-size: 34px !important;
  line-height: 51px;
  font-weight: 500;
  letter-spacing: 0.25px;
}
@media (max-width: 780.9px) {
  h4 {
    font-size: 18px !important;
  }
}

h5 {
  font-size: 24px !important;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0px;
}

h6 {
  font-size: 20px !important;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.15px;
}

/* others */
p {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.15px;
}

small, .small {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.25px;
}

body {
  font-family: "Avenir Book", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  overflow: auto;
}
body.fixed {
  overflow: hidden;
  height: 100vh;
}

.container {
  max-width: calc(100vw - 3vw - 3vw);
  margin: auto;
}
@media (max-width: 780.9px) {
  .container {
    max-width: calc(100vw - 20px - 20px);
  }
}

::-moz-selection {
  color: white;
  background: #F57900;
}

::selection {
  color: white;
  background: #F57900;
}

.site-content {
  overflow: hidden;
  min-height: calc(100vh - 95px - 230px);
}

.z-0 {
  z-index: 0 !important;
}

.container {
  width: 100% !important;
  max-width: calc(100% - 3vw - 3vw);
  margin-left: 3vw !important;
  margin-right: 3vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 780.9px) {
  .container {
    max-width: calc(100vw - 20px - 20px);
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (max-width: 780.9px) {
  .mobile-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

button, .btn {
  font-size: 14px !important;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1.35px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.back-to-top a {
  font-size: 24px;
  background-color: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.back-to-top a:hover {
  background-color: #555;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #49423a !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #49423a !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #49423a !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #49423a !important;
}

.error-404 {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/*# sourceMappingURL=style.css.map */