/*
Theme Name: EXM Production 2017
Theme URI: https://exactmatchrecruit.com
Author: Derick Renwick
Description: Exact Match Recruitment Services
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exactmatchrecruit
*/

/*TYPOGRAPHY*/

h1{font-size:3rem!important}
h2{font-size:2rem!important}
h3, .home_tabs a{font-size:1.6rem!important}
h4{font-size:1.3rem!important}
h5{font-size:1rem!important}
h6{font-size:0.8rem!important}

h1,h2,h3,h4,h5,h6, a.header, .home_tabs a{
  /*    font-family: "arial black", sans-serif;*/
}

p,span,li,div,body,
.ui.label{
  font-size:1.3rem;
  /*    font-family:  "arial", sans-serif;*/
}


/*END TYPOGRAPHY*/

.full-width-bg, .full-width-bg-fixed{
  background-position:center!important;
  background-repeat: no-repeat!important;
  background-size:cover!important;
}
.full-width-bg-contain{
  background-size:contain!important;
}
.full-width-bg-fixed{
  background-attachment: fixed!important;
}

/* .padded-container, .padded-container-slim{
  margin:0!important;
} */

.padded-container{
  padding: 25vh 0!important;
}
.padded-container-slim{
  padding: 15vh 0!important;
}
.padded-container-wrapper{
  padding: 5vh 0!important;
}

.padded-container-centered{
  padding: 20vh 0!important;
  background-position: center;
  background-size: cover;
}

.hero-header{
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  background: #CCAC00;
  color: white;
}
.hero-subheader{
  display:inline-block;
  background: #222;
  color:white;
}
.hero-subheader-text{
  color: #222;
  font-weight:bold;
}
.hero-header, .hero-subheader{
  padding: 1rem;
  opacity: 0.9;
}

#sliderBox{
  height:100%!important;
  padding:0;
  background-size:cover;
  background-position: center!important;
}

#sliderBox h3, .mast-header{
  text-transform: uppercase;
  margin: 0;
  display:inline-block;
  background: #CCAC00;
  color:white;
}

#sliderBox p{
  display:inline-block;
  background: #222;
  color:white;
  text-transform: capitalize;
}

#sliderBox h3, .mast-header,
#sliderBox p{
  padding:1rem;
  opacity:0.9;
}

.top-left-ledge-icon{
  border-left: 40px solid black;
  border-bottom: 40px solid transparent;
  margin-left: 0.1rem;
}
.top-left-ledge-stretch-icon{
  border-left: 200px solid black;
  border-bottom: 40px solid transparent;
  margin-left: 0.1rem;
}
.left-edge-negative-floated{
  position: absolute!important;
  left: -100px;
}

.bg-trans{
  background:rgba(255,255,255,0.9)!important;
}
.bg-trans-inverted{
  background:rgba(0,0,0,0.8)!important;
}
/* FIXED MENU */
.fixed-custom-menu .home_tabs .item:not(.header) {
  /*margin-top:1.5em!important;*/
}

.fixed-custom-menu .home_tabs{
  transition: all 0.5s ease;
  margin:0!important;
}

/* change style */
.fixed-custom-menu.fixed .home_tabs {
  position: fixed;
  background:white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.home_tabs{
  height: 20vh;
  max-height: 40px;
  /*min-height: 150px!important;*/
  height: 100%;
}

/*.fixed-custom-menu.placeholder{
  max-height: 10vh;
  min-height: 150px;
  height: 100%;
}*/
/* END FIXED MENU */

.jobs-items > .item{
  padding: 2em 0em!important;
}
/* .jobs-items .item:nth-child(2n){
  background:whitesmoke!important;
} */

.ui.vertical.text.menu.fluid > .item{
  padding-right:40px;
}
.ui.vertical.text.menu.fluid > .item span{
  margin-right: -40px;
}

#applyModal p,
#applyModal span,
#applyModal label,
#applyModal input,
#applyModal textarea{
  font-size:1rem;
}

@media only screen and (max-width: 768px) {
    .full-width-bg-contain.full-width-bg-mobile-cover{
      background-size:cover!important;
    }
    #sliderBox{
      background-position: top!important;
    }
    .left-edge-negative-floated {
      display:none!important;
    }
    .temp-logo{
      display:none!important;
    }
	.computer-only{
      display:none!important;
    }
}
