/*
	Theme Name: Wasp Guys
	Theme URI: http://mnervais.com/wasp-guys
	Author: MNervais
	Author URI: http://mnervais.com
	Description: 
	Version: 0.1 alpha
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue
	Text Domain: Wasp Guys
*/

@font-face {
    font-family: 'Futura Book';
    src: url('https://waspguys.com/wp-content/themes/waspguys/fonts/Futura-Bold.woff2') format('woff2'),
         url('https://waspguys.com/wp-content/themes/waspguys/fonts/Futura-Bold.woff') format('woff'),
         url('https://waspguys.com/wp-content/themes/waspguys/fonts/Futura-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensansregular';
    src: url('https://waspguys.com/wp-content/themes/waspguys/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('https://waspguys.com/wp-content/themes/waspguys/fonts/opensans-regular-webfont.woff') format('woff'),
         url('https://waspguys.com/wp-content/themes/waspguys/fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html{
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
	min-height: 100%;
	padding-bottom: 600px;
}

body {
	font-family: 'Futura Book';
	overflow-x: hidden;
	overflow-y: hidden;

}







.main-header {
	background-color: #f4c10e;
	color: #fff;
	height: 180px;
	z-index: 9999;
	padding-top: 50px;
}

.main-header-col-r {
	text-align: left;
	padding-left: 0px;
}

.main-header-col-l {
	text-align: right;
}

/*NAV COLOUR CHANGE*/
.main-header.ant, #contact-main.ant { background: #f40e1e !important; }
.navbar.ant { background-color: #c80916; }

.main-header.bee, #contact-main.bee { background: #0e3ff4 !important; }
.navbar.bee { background-color: #0933c8; }

.main-header.hornet, #contact-main.bee { background: #f4750e !important; }
.navbar.hornet { background-color: #aa520a; }


.nav-wrapper {
    min-height: 50px;
}

.navbar {
  margin: 0;
  border: none;
  border-radius: 0;
  background: #c89e09; 
  width: 100%;
}

.affix {
	top: 0;
	z-index: 9999 !important;
	border-radius: 0%;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.affix + .test {
  padding-top: 70px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.navbar .navbar-collapse {
  text-align: center;
}

.navbar-brand {
  position: absolute;
}

.navbar-brand img {
  width: 170px;
  height: auto;
}

.navbar-nav>li>a {
  color: #fff;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

/*HOVER*/
.navbar-nav>li>a:hover {
  color: #fff;
  opacity: 0.8;
  background: transparent;
}

.navbar-nav>.active>a {
  background: transparent;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.navbar-nav>.active>a:hover {
  background: transparent;
  color: #fff;
}

.navbar-collapse {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}


  /*NAV BURGER*/
  .navbar-toggle .icon-bar {
    height: 3px;
    width: 25px;
    background-color: #fff;
    border-radius: unset;
  }
  .navbar-default .navbar-toggle {
    border: none;
    padding: 0px;
    margin: 0;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent; 
  }
  .navbar-default .navbar-toggle .icon-bar {
    height: 3px;
    width: 25px;
    background-color: #fff;
    border-radius: unset;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .navbar-toggle {
    border: none;
    background: transparent !important;
  }
  .navbar-toggle:hover {
    background: transparent !important;
  }
  .navbar-toggle .icon-bar {
    transition: all 0.2s;
  }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
  }




/*PHONE*/
.nav-phone {
	margin-top: -8px;
}

.nav-phone a:before {
	font-family: 'FontAwesome';
	content: "\f095";
	color: #fff;
    display: inline;
    margin-right: 4px;
}

.nav-phone a {
	color: #fff;
	font-size: 22px;
}



/*SOCIAL*/
.main-social-links {
    position: fixed;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.main-social-li {
	margin-top: 10px;
    display: inline-block;
}
.main-social-i {
    font-size: 22px !important;
    color: #fff;
}

.links:hover {
	text-decoration: none;
}




/*LAYOUTS*/

	/*Fullpage*/
	.fp {
		width: 100vw;
		height: 100vh;
	}

	#wasps {
        background-image: url(https://waspguys.com/wp-content/uploads/2018/08/wasp-bg-img-min.jpg);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
	}
	.wasps { background: #f4c10e; }

	#bees {
		background-image: url(https://waspguys.com/wp-content/uploads/2018/08/bees-bg-img-min.jpg);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
	}
	.bees { background: #0e3ff4; }

	#ants {
		background-image: url(https://waspguys.com/wp-content/uploads/2018/08/ant-bg-img-min.jpg);
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
	}
	.ants { background: #f40e1e; }
	
	#hornets {
			background-image: url(https://waspguys.com/wp-content/uploads/2018/08/ant-bg-img-min.jpg);
			background-attachment: fixed;
			background-position: center center;
			background-size: cover;
	}
	.hornets { background: #f4750e; }

	#yellow {
		background-color: #f4c10e;
	}

	.fp-slide-text {
		opacity: 0.8;
		margin-top: 30px;
	}

	.hp-title {
		width: 100vw;
		height: 400px !important;
		display: flex;
		align-items: center;
		/*justify-content: center;*/
		position: relative;
		z-index: 1;
		transition: 0.3s;
	}

	#index-title-img {
		height: auto;
		max-width: 70px;
		position: absolute;
	}

	.subtitle {
		opacity: 0.5;
		color: #fff;
	}

	.default-row {
		padding: 150px 0 150px 0;
	}

	.cycle-imgs {
		height: auto;
		max-width: 150px;
	}

	.hp {
		padding: 100px;
	}

	#control-wasp-row {
		margin: 20px 0 20px 0;
	}

	#control-wasp-col {
		padding: 10px;
	}

	.control-wasp-img {
		height: auto;
		max-width: 50px;
		padding-bottom: 5px;
	}

	.team-imgs {
		height: auto;
		max-width: 130px;
	}

	.about-glyph {
		margin-top: 3px;
		height: auto;
		max-width: 30px;
	}

	.grey-bg {
		background: #f9f9f9;
	}

	.work-section {
		padding: 50px 0 50px 0;
	}

	.center {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}


/*CONTACT*/
.contact-ul {
	list-style-type: none;
	color: #e4e4e4;
	font-size: 16px;
}

.contact-li {
	list-style-type: none;
	color: #757575;
	font-size: 16px;
	margin-top: 1px;
}

.contact-ul.list-inline {
	padding-top: 40px
}


/*
Footer
*/

footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 600px;
	background-color: #1a1a1a;
	color: #fff;
	padding: 200px 20px 200px 20px;
}

footer ul {
	list-style: none;
	padding: 0;
	color: #fff;
}

.foot-col-1-logo img {
	max-width: 200px;
	height: auto !important;
	margin-bottom: 20px;
}

.footer-glyphs-li {
	display: inline-block;
	margin-right: 15px;
	font-size: 20px;
}

.foot-col-1-tagline, #footer-copyright {
	color: rgba(255, 255, 255, 0.4);
	font-size: 18px;
	margin-bottom: 20px;
}

#footer-glyphs, #footer-col h5 {
	color: #fff;
}

#footer-col-main {
	padding: 20px;
}

#footer-col {
	padding: 10px;
}

#footer-col i {
	font-size: 50px;
	margin-bottom: 30px;
}

#footer-col p {
	color: rgba(255, 255, 255, 0.4);
}




/* Title text */
h1,
h2,
h4,
h5{ font-family: 'Futura Book'; letter-spacing: 5pt; text-transform: uppercase; color: #fff; }

h1 { font-size: 80px; }
h2 { font-size: 60px; color: #080F0F; }

h3 { font-family: 'opensansregular'; font-size: 14px; margin: 0; color: #080F0F; } /*WORK TAGS*/
h4 { font-size: 20px; color: #080F0F; letter-spacing: 1pt; }

h5 { font-size: 18px; color: #f4c10e; letter-spacing: 2pt; }
h6 { font-size: 40px; color: #080F0F; letter-spacing: 0pt; } /*PRICING price*/

p  { font-size: 18px; font-weight: lighter; font-family: 'opensansregular'; color: #626c84; margin: 0; }


@media only screen and (max-width : 1400px) {
    h1 { font-size: 60px; }
    h2 { font-size: 40px; color: #080F0F; }
}


@media only screen and (max-width : 1200px) {
    
    .navbar .navbar-nav {
        float: right;
    }

	footer{
		padding-left: 20px;
		padding-right: 20px;
	}

	.foot-col-1-logo img {
		max-width: 150px;
		height: auto !important;
		margin-bottom: 20px;
	}


	.foot-col-1-tagline, #footer-copyright {
		font-size: 16px;
	}

	#footer-col i {
		font-size: 40px;
		margin-bottom: 20px;
	}
	#footer-col p {
		font-size: 18px;
	}
}

@media only screen and (max-width : 992px) {

	h1 { font-size: 80px; }
	h2 { font-size: 40px;  }


	#fp-img-1 {
		height: auto;
		max-width: 60px;
	}

	#fp-img-2 {
		height: auto;
		max-width: 60px;
	}

	#fp-h1-1 {
		font-size: 50px;
	}

	footer{
		padding: 100px 10px 100px 10px;
	}

	#footer-col {
		border-left: 0;
	}

}


@media only screen and (max-width : 930px) {
    .navbar-nav>li>a {
        padding-right: 4px;
        padding-left:  3px;
        font-size: 15px;
    }
    .affix {
        background-size: 150px;
        background-position: 10px 15px;
    }
}


@media only screen and (max-width : 767px) {

	html{
		padding-bottom: 710px;
	}

	h1 { font-size: 60px; }
	h2 { font-size: 28px; }
	h4 { font-size: 18px; }
	h5 { font-size: 14px; }
	h6 { font-size: 30px; }

	/*NAVBAR*/
	
	    .navbar-nav>li>a {
	        padding-left: 5px;
	    }

		.main-header {
			padding-top: 20px;
		}

		.main-header-brand img{
			width: 200px;
			height: auto;
		}

		.main-header-col-r, .main-header-col-l {
			text-align: center;
		}

		.main-header-col-l {
			padding-top: 40px;
		}

		#menu-primary {
			padding-top: 30px;
			padding-left: 10px;
		}

		.navbar .navbar-nav {
			display: inline-block;
			float: left;
			vertical-align: middle;
		}
		
		.affix {
		    background-size: 180px;
		    background-position: 10px 11px;
		}

		.navbar .navbar-collapse {
			text-align: left;
		}

		.navbar-nav>li>a {
			padding-bottom: 0px;
		}
		
		.nav-phone a:before {
        	display: none;
        }

	/*SOCIAL MEDIA*/

		.main-header-col-l ul {
			padding-left: 0;
		}



	/*LAYOUTS*/
		.fp-slide-text {
			margin-top: 0px;
		}
		.hp-title {
			height: 300px;
			text-align: center;
		}

		.default-row {
			padding: 75px 0 75px 0;
		}

		.cycle-imgs {
			height: auto;
			max-width: 80px;
		}

		#contact-section {
			height: calc(100vh - 300px); 
			transform: translate(0, 0);
			overflow-y: scroll;
		}

		#contact-section-button {
			display: none;
		}

		#contact-cover {
			transform: translate(0,0);
			opacity: 1;
		}


	footer{
		height: 710px;
		padding: 60px 20px 60px 20px;
	}

	#footer-col i {
	    font-size: 20px;
	    margin-bottom: 10px;
	}

	#footer-col p {
	    font-size: 16px;
	}
}

@media only screen and (max-width : 576px) {

	html{
		padding-bottom: 800px;
	}

	#fp-h1-1 {
		letter-spacing: 1pt;
		font-size: 30px;
	}

	h1 { font-size: 40px; }
	h2 { font-size: 24px; letter-spacing: 1pt; }


	/*LAYOUTS*/
		.default-row {
			padding: 50px 0 50px 0;
		}


	footer{
		height: 800px;
		padding: 20px 00px 20px 00px;
	}

	.foot-col-1-logo img {
		max-width: 150px;
		height: auto !important;
	}

}

