/*
Theme Name: Influxx Theme
Theme URL: http://www.influxx.com
Description: HTML theme built for use at influxx.com.
Version: 2.1
Author: Adam Mercado
*/

/* 
Stylesheet Index
  1.0 - Page Structure
  2.1 - Navigation
  2.2 - Typography
  3.1 - Featured Video
  3.2 - Featured Audio
  3.3 - Services
  4.1 - Connect
  4.2 - Footer
  5.1 - Pop up
*/

/* colors in site
    Orange ------ f06422
  	Grellow ----- b3c10f
  	Dark Grey --- 24252a
  	Light Grey -- 2e3033
  	Red --------- c10505
  	Dark White -- 7e7e7e
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -mox-box-sizing: border-box;
}

/* ------------------   1.0 PAGE STRUCTURE   --------------------- */

body {
  background: url('images/bg22.jpg') no-repeat top center;
  background-attachment: fixed;
  background-color: #f06422;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}


#page {
  margin: 0 auto;
  width: 86%;
  border-right: 2px solid white;
  border-left: 2px solid white;
  background-color: #24252a;
  background-image: url('images/footer.png');
  background-position: bottom;
  background-repeat: no-repeat;
}

.top {
  height: 114px;
  background: url('images/headStrip.png') repeat-x top center;
  margin-bottom: 16px;
  /* background-color: aqua; */
}

.logo {
  /* width: ; */
  padding-top: 20px;
  padding-left: 8%;
  float: left;
  display: inline-block;
}

.tagline {
  padding-top: 20px;
  margin-right: 8%;
  float: right;
  display: inline-block;
}

.content {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.1428;
  padding: 0 8%;
  color: white;
}

section {
  margin-bottom: 54px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #b3c10f;
  border-radius: 10px;
}
/*   -------  END PAGE STRUCTURE  -------   */




/* -------------------- 2.1 NAVIGATION STYLE --------------------------- */

/*   -------  END NAVIGATION  -------   */





/* -------------------- 2.2 TYPOGRAPHIC STYLE --------------------------- */

h1,
.h1 {
  font-family: 'Antonio';
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.025em;
  /* margin: 1.1em 0 0.5em 0; */
  margin-bottom: 0.66em;
  text-align: left;
  text-decoration: none;
  color: #f06422;
  text-transform: uppercase;
}

h2,
.h2 {
  font-weight: 100;
  font-size: 1.15rem;
  line-height: 1.166;
  color: white;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0.1rem 0;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
  color: white;
  margin: 0.1rem 0;
}

h4,
.h4 {
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: white;
  margin: 2.6rem 0;
}

h5,
.h5 {
  font-weight: 600;
  font-size: 1.571rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: white;
  margin: 2.6rem 0;
}

h6,
.h6 {
  font-weight: 600;
  font-size: 1.285rem;
  line-height: 1.3333;
  letter-spacing: 0;
  color: white;
  margin: 2.6rem 0;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: white;
}

a {
  color: #f06422;
  text-decoration: none;
}

a:hover {
  color: #b3c10f;
  text-decoration: none;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

p,
blockquote {
  margin-bottom: 2.4rem;
}
/*   -------  END TYPOGRAPHY  -------   */




/* -------------------- 3.1 FEATURED VIDEO STYLE --------------------------- */

/* Three columns side by side */
.row {
  width: 100%;
  margin: 0;
}

.column {
  float: left;
  width: 49%;
  margin-bottom: 21px;
  padding: 0px 0px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 750px) {
  .column {
    width: 100%;
    display: block;
  }
}

.column:last-child {
  margin-right: 0;
  float: right;
}

/* Some left and right padding inside the container */
.f_vid_details {
  margin-top: -6px;
}

/* Clear floats */
.f_vid_details::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.f_vid_bullet {
  width: 12px;
  height: 38px;
  background-color: #f06422;
  float: left;
  margin-right: 6px;
  margin-top: 4px;
}

.f_vid_title {
  /* float: left; */
}

.card {
  width: 100%;
  /* background-color: yellow; */
}

.card img {
  width: 100%;
  outline: 5px solid #2e3033;
  outline-offset: -5px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.21);;
}

.card img:hover {
  outline-color: #b3c10f;
}

.button {
  border: none;
  outline: 0;
  /* display: inline-block; */
  padding: 18px 0;
  margin-right: 0px;
  background-color: #f06422;
  cursor: pointer;
  width: 6%;
}

.button:hover {
  background-color: #b3c10f;
}
/*   -------  END FEATURED VIDEO  -------   */



/* ------------------   3.2 FEATURED AUDIO   --------------------- */

.f_audio {
  margin-bottom: 36px;
  /* background-color: red; */
}

.f_audio_bullet {
  width: 15px;
  height: 15px;
  background-color: #f06422;
  display: inline-block;
}

.f_audio_title {
  /* display: inline-block; */
  display: inline;
  margin-right: 12px;
}

.f_audio img {
  width: 100%;
  display: inline-block;
  outline: 5px solid #2e3033;
  outline-offset: -5px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.31);
}

.f_audio img:hover {
  outline-color: #b3c10f;
}

/* Display the waveform larger height on small screens */
@media screen and (max-width: 950px) {
  .f_audio_title {
    margin-bottom: 32px;
  }
}

.f_audio_ctrls {
  font-size: 10pt;
  margin-bottom: 12px;
  display: inline-block;
  float: right;
}

.f_audio_ctrls a {
  color: #fff;
}

.f_audio_ctrls a:hover {
  color: #f06422;
}

/* .clearfix::after {
  clear: both;
  content: "";
  display: block;
} */
/*   -------  END FEATURED AUDIO  -------   */




/* -------------------- 3.3 SERVICES STYLE --------------------------- */

.services {
  width: 100%;
}

.services::after {
  clear: both;
  content: "";
  display: block;
}

.s_col {
  margin-bottom: 21px;
  margin-right: 4%;
  float: left;
  width: 30%;
  position: relative;
}

.s_col:last-child {
  margin-right: 0%;
}

.s_col img {
  /* background-color: blue; */
  display: block;
  width: 100%;
}

.s_col_1 img,
.s_col_2 img,
.s_col_3 img {
  /* background-color: blue; */
  display: block;
  width: 100%;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 850px) {
  .s_col {
    width: 80%;
    margin: 0px 8% 6px 8%;
    display: block;
  }
}

.services_copy {
  /* background-color: red; */
}
/*   -------  END SERVICES  -------   */




/* -------------------- 4.1 FOOTER STYLE --------------------------- */

#footer {
  margin-bottom: 0;
  /* background-color: pink; */
}

#footer .copyright {
  margin: 0;
  padding: 12px 0px;
  font-size: 11px;
  text-align: center;
}

#footer .connect {
  width: 100%;
  margin: auto;
  margin-bottom: 42px;
}

#footer .baseboard {
  color: #ffb00c;
  font-size: 13px;
  height: 303px;
  margin: 0px;
}

#footer .linkBlock {
  //background-color: red;
  float: left;
  width: 47%;
  height: 250px;
  padding-left: 2%;
  line-height: 25px;
  border-left: #383535 solid 1px;
}

#footer .categoryBlock1 {
  //background-color: white;
  float: left;
  width: 24%;
  height: 250px;
  border-left: #383535 solid 1px;
  padding-left: 1%;
  line-height: 20px;
}

#footer .categoryBlock2 {
  //background-color: blue;
  float: left;
  width: 24%;
  height: 250px;
  border-left: #383535 solid 1px;
  padding-left: 1%;
  line-height: 20px;
}

#footer .baseboard ul,
#footer .baseboard p {
  list-style: none;
  text-align: left;
  margin: 0px;
}

#footer .baseboard ul a {
  color: white;
}

#footer .baseboard ul a:hover {
  color: #ffb00c;
  text-decoration: none;
}

#footer .categoryBlock1 p {
  padding-bottom: 12px;
  font-weight: bold;
}

#footer .categoryBlock2 p {
  padding-bottom: 12px;
  font-weight: bold;
}

#footer .linkBlock ul a {
  color: #ffb00c;
}

#footer .linkBlock ul a:hover {
  color: #fff;
  text-decoration: none;
}

#footer .socnets img {
  padding: 2px;
}

/* Display the icons relative size instead of fixed size on small screens */
@media screen and (max-width: 850px) {
  .socnets img{
    width: 15%;
  }
}
/*   -------  END FOOTER  -------   */




/* ------------------   4.2 CONNECT STYLE   --------------------- */

/*   -------  END CONNECT  -------   */



