/* [1] Font -----------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  font-family: 'Lato', sans-serif, Helvetica;
  line-height: 1.3em;
}

h1 {
  font-size: 3.750em;
  line-height: 1.3em;
}

h2 {
  font-size: 2.625em;
  line-height: 1.2em;
  padding-top: 1.0em;
}

h3 {
  font-size: 2.250em;
}

h4 {
  font-size: 1.875em;
}

h5 {
  font-size: 1.500em;
}

h6 {
  font-size: 1.125em;
}


body {
  background: #222222;
  color: #999999;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif, Helvetica;
}

.opensans_txt {
    font-family: 'Open Sans', sans-serif, Helvetica;
}

.lato_txt {
    font-family: 'Lato', sans-serif, Helvetica;
}

.txt_caps {
  text-transform: uppercase;
}

.txt_center {
  text-align: center;
}

.txt_dark {
    color: #222222 !important;
}

.txt_white{
    color: #ffffff !important;
}

.txt_underitalic{
  text-decoration: underline;
  font-style: italic;
}

.semibold {
  font-weight: 600;
}

.btn_align_left{
  text-align: left;
}

.btn_align_right{
  text-align: right;
}

.no_margin {
  margin: 0;
}

.no_padding{
  padding: 0;
}

.block {
  display: block;
}


/* [2] Header -----------------------------------------------------*/

header {
  padding-bottom: 0;
}


/* [3] Footer -----------------------------------------------------*/

/* [4] Content -----------------------------------------------------*/

.container {
  width: 100%;
}

.wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.page-one-column .panel-content .wrap {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
}

.site-branding, .entry-header, .site-footer {
  display: none;
}

.content {
  width: 780px;
  padding-left: 15px;
  padding-top: 40px;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
  display: inline-block;
}

.entry-content a {
  color: #999999;
  text-decoration: none;
  box-shadow: none;
}

.entry-content a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}

.divider {
  border-bottom: 4px solid #fff;
  width: 98%;
}

.intro {
  margin-top: 30px;
}

/* ================ Others ================ */


/* ================ Media Queries ================ */

@media screen and (max-width: 768px) {

  h1 {
    font-size: 2.625em;
  }


  br {
    display: none;
  }

  .content {
    width: 600px;
    padding-left: 15px;
    padding-top: 40px;
  }

}

@media screen and (max-width: 600px) {

  h1 {
    font-size: 2.625em;
  }

  .content {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

}