/*

My Custom CSS
=============

Author:  Jamaica Dichoso
Updated: June 2017
Notes:	 Hand coded for Hawk Machinery

*/

/* --------------------------------------
   Layout
   -------------------------------------- */
html{
	margin-top:0 !important;
	padding:0;
}
body{
	background: url(/wp-content/uploads/hawk-machinery/body_bg.jpg) top center no-repeat fixed;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-color: #001b24;
	  margin: 0; 
	  padding: 0;
	  color: #fff;
	  

}
a:hover{
	text-decoration: none !important;
}

p{
	
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	color: #fff !important;
}
li{
	
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
}


h1{
	font-size: 24px !important;
	font-family: 'Russo One', sans-serif !important;
	color: #fff !important;
}
h2 {
    font-size: 30px !important;
    font-family: 'Russo One', sans-serif !important;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    color: #fff;
}
h3{
	font-size: 18px ;
	font-family: 'Russo One', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;

}
h4{
	font-size: 16px ;
	font-family: 'Russo One', sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
	}

.container-full{
	position: relative;
	overflow: hidden;;
}
.content p{
	color: #fff !important;
}
span.textOrange{
	color: #ff9000;
}
.nopads{
	padding: 0 !important;
}
.centerM{
	margin: 0 auto !important;
}
.bBlack{
	background-color: #000;
}

.imgStyle{
	border:double 5px #00b1e8;
	margin: 20px;
}
.imgBorder{
	border:double 5px #00b1e8;
}


.dInline{
	display: inline !important;
}
.clear{
	clear: both;
}
.text-white{
	color: #fff;
}
/* --------------------------------------
   Navbar
   -------------------------------------- */
header{
	background: transparent;
	width: 100%;    
    position: relative;
    display: block;

    
}
.logo{
	position: relative;
}
.logo img{
	float: left;
	transition-delay: .7s;
	-moz-transition-delay: .7s; /* Firefox 4 */
	-webkit-transition-delay: .7s; /* Safari and Chrome */
	-o-transition-delay: .7s; /* Opera */
}


.navbar-default .navbar-nav>li>a,.navbar-default{
	color: #fff !important;
	background-color:transparent !important;
	border:none !important;
}

#topNav{
	margin:0 auto;
	display: block;
	width: 100%;
	background-color:transparent !important;
	margin-top: 20px;
}
.nav>li{
	font-family: 'Russo One', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding:0 10px;
}
.navbar{
	min-height:0;
	margin-bottom:0 !important;
	border:none !important;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
	color: #2e90b0 !important ;	
	background-color: transparent !important;
}
.navbar-nav>li>a{
	padding-top:0px;
	padding-bottom:0px;
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #2e90b0 !important ;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #2e90b0 !important ;
	background-color: transparent !important;
}

#nav{
	
	display:table;
    width: 100%;

}
.navbar-nav {
height: -webkit-fill-available;
float: right !important;
}
/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}

ul.menu-top-menu{
	width: 100%;
	float: right !important;
}
.socials{
	color: #fff;
	font-size: 24px;
	font-family: 'Russo One', sans-serif;
	padding: 5px 0;
	margin-top: 50px;
	
	

}
.soMedia{
	position: relative;
	display: block;
	
}
.soMedia img{
	float:right;
	padding-right: 20px;
}
.topPhone{
	margin: 0 auto;
	margin-top: 15px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Russo One', sans-serif;
	color: #00b1e8;
	text-align: left;
	background-color: #000;
	padding: 10px 15px 5px 30px;
	width: fit-content;
	width: -moz-fit-content;
}

/* --------------------------------------
   FOOTER
   -------------------------------------- */

footer{
	padding: 30px 0 30px 0;
    color: #bdbdbd;
    font-size: 18px;
    background-color: #000;
    font-family: 'Muli', sans-serif;
    margin-top: -20px;
}
#netwiz{
	text-align: left;
    font-size: 16px !important;
    float: left;
    margin-top: 20px;
}
#netwiz a{
	color: #bdbdbd !important;
}
#netwiz a:hover{
	text-decoration: underline;
}

#copyr{
	text-align: left;
	font-size: 16px !important;
	float: left;
}
#copyr img{
	margin: 0 auto;
}
.fholder{
	display: table;
	position: relative;
	margin-bottom: 30px;
}
.textBlue{
	color: #134d73;
}
.textRed{
	color: #ff0000;
}

.cFoot h3{
	font-family: "Russo One", sans-serif;
	font-size: 24px;
	color: #00b1e8;
	text-transform: uppercase;
	margin-top: 0;
}
.cFoot .textwidget{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	font-family: 'Muli', sans-serif;
}


/* --------------------------------------
   Carousel
   -------------------------------------- */
.banner{
	margin-top: 0;
	position: relative;
    display: inline-block;
    width: 100%;

}
.carousel {
	background-color: transparent;	
}

.carousel-inner{
	max-height: 700px;

}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	float: right;
	animation-delay: 3s;
}
.carousel .item {
    height: 100%;
    width:100%; 
    padding:0;
    margin:0;
}
/* Animation delays */
.sliderTitle {
    animation-delay: 1s;
    float: left;
    font-family: "Russo One", sans-serif;
    font-size: 48px;
    color: #fff;
    width: 30%;
    clear: right;
    margin-top: 60px;
    line-height: 45px;
    display: table;
    width: -webkit-fill-available;
    width: -moz-available;

}
.sliderTitle span {
	color: #00b1e8;
}
.sliderLink {
    animation-delay: 2s;
    float: left;
    font-family: "Russo One", sans-serif;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    padding: 5px 66px 5px 20px !important;
    background: url(/wp-content/uploads/hawk-machinery/slider_link_bg.png)center left no-repeat;
}
.sliderLink a{
	color: #fff;
}

.slogan{
	position: relative;
    padding: 10px 25px;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-family: 'Russo One', sans-serif;
    background: url(/wp-content/uploads/hawk-machinery/slogan_bg.png) top left repeat;
    margin:0 auto;
    width: 65%;
    margin-bottom: 20px;
}

.bodrderTop{
	background: url(/wp-content/uploads/hawk-machinery/header_top_bg.png) left bottom repeat-x;
	height: 12px;
}
.bodrderBottom{
	background: url(/wp-content/uploads/hawk-machinery/header_foot_bg.png) left bottom repeat-x;
	height: 12px;
}
/* --------------------------------------
   home
   -------------------------------------- */
.homePost{
	width: 100%;
	margin:40px auto;
	position: relative;
	display: block;	
	
}

.hContent{
	width: 80%;
	margin:0 auto;
	color: #fff;
}
.hContent p{
	font-size: 16px;
	line-height: 26px;

}

.homePages{
	width: 80%;
	margin:80px auto;
	position: relative;
	display: table;	
}
h2.hptitle {
    font-size: 30px !important;
    font-family: 'Russo One', sans-serif !important;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
    color: #fff;
    
}
h2.hptitle:hover {
	text-decoration: none !important;
	border-bottom: 3px solid #00b1e8;
	color: #00b1e8;
}


.cover{
	width: 100%;
	display: block;
}
label{
	display: block !important;
}
.container2{
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: table;
	
}
.container3{
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: block;
}
.container4{
	width: 70%;
	margin: 0 auto;
	position: relative;
	display: block;
}
.homeClient{
	background-color: #e0e0e0;
	padding:30px 0;
}
.readmore{
	color: #00c6e0;
	font-family: "Russo One", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
/* --------------------------------------
   Pages
   -------------------------------------- */


ul.sidePanel {
	margin-top: 20px;
	border:none !important;
	margin-bottom: 30px;
}
.sidePanel>li{
	text-transform: uppercase;		
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin:15px 40px;
	border:none !important;
	background-color: #fff;
	text-align: center;

}
.sidePanel>li>a:focus, .sidePanel>li>a:hover {
    text-decoration: none;
    color: #000 !important ;	
    background-color: transparent !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #941b0b !important;
    cursor: default;
    background-color: transparent !important;
    border: none !important;
    border-bottom-color: transparent;
}
.nav-tabs>li>a{
	margin-right: 2px;
    line-height: 1.42857143;
    color: #000 !important;
    border: 0px solid transparent !important;
}
.about, .blog, .blogs{
	
	padding:30px 0;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
    line-height: 26px;
}
.about a{
	color: #941b0b;

}
.about a:hover{
	text-decoration: underline;
	
}
.about p, .blog p, .events p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Raleway', sans-serif;
}
.about h1, .testimonial h1, .events h1{
	font-size:36px !important;
	text-align: center;
	color: #fff;
	font-family: 'Russo One', sans-serif;
	border-bottom: 3px solid #fff;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
}
h1.testi{
	font-size:36px;
	font-weight: 600;
	margin-left: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #bdbdbd;
	font-family: 'Russo One', sans-serif;

} 
h1#blogTitle{
	 font-size: 30px !important;
    font-family: 'Russo One', sans-serif !important;
    padding: 10px 0;
    text-transform: capitalize;
    border-bottom: 3px solid #00c6e0;
    color: #00c6e0;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 20px;
}
.blog h2 {
    font-size: 24px !important;
    font-family: 'Russo One', sans-serif !important;
    padding: 10px 0;
    text-transform: capitalize;
    border-bottom: none !important;
    color: #fff;
}
.post-date{
	color: #00c6e0;
	font-style: italic;
	margin-bottom: 10px;
}

.aboutimg{
	z-index: 33;
}
ul.pageList li{
	list-style: none;
	background: url(/wp-content/uploads/hawk-machinery/list-bg.png) left center no-repeat;
	padding-left: 50px;
	line-height: 40px;
}
.pageBackground{
	background: url(/wp-content/uploads/hawk-machinery/pagebg.png) top center no-repeat fixed;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-color: #000;

}
.sidebar{
	padding: 10px 20px 30px 20px;
	background-color: #000;
	border: double 5px #00c6e0; 
	margin-top: 30px;

}
.postClient2{
	margin:30px 0;
	display: table;
	border-bottom: 5px double #00c6e0;
	padding-bottom: 30px;
}
.recentTitle{
	font-size:24px !important;
	line-height: 25px;
	text-align: left;
	color: #fff;
	font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.modal-dialog {
    width: 90% !important;
    margin: 30px auto;
    margin-top: 150px !important;
    font-family: 'Raleway', sans-serif;
  }
  .modal-dialog p {
    width: 80% !important;
    margin:0 auto;
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #3c3c3c;
  }

 .modal-title{
 	font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    font-size:24px !important;
	line-height: 25px;
	color: #337ab7;
 }
  .modal-body{
  	display: table;
  	margin: 0 auto;
  }
  .proTitle{
  	font-family: 'Russo One', sans-serif;
    text-transform: capitalize;
    font-size:18px !important;
	line-height: 25px;
	color: #00c6e0;
	min-height: 50px;
  }
  .proImg img,  {
  	border: 5px double #00c6e0;
  }
  .proImg2 img{
  	border: 5px double #00c6e0;

  }
  .proImg{
  	position: relative;
    display: table;
  }
  .proImg2{
  	float: left;
  	margin-right: 20px;
  }
  .proLink{
  	margin: 20px auto;
    text-align: center;
  }
  .proLink button{
   color: #fff !important;
  }
  .proLink button:hover{
   color: #00c6e0 !important;
  }
.prholder{
	margin-bottom: 30px;
}
  .product h1{
	font-size:36px !important;
	text-align: center;
	color: #fff;
	font-family: 'Russo One', sans-serif;
	border-bottom: 3px solid #fff;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: 30px;
    margin-bottom: 30px;
}
/*--------------------------
   Table
   -------------------------------------- */
  .responstable th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #00c6e0;
}

.responstable td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;

}

.responstable {
	  text-align: left;
	  overflow: hidden;
	  width: 90%;
	  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.responstable td, .responstable th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%;  
  color: #fff;
}

/* Background-color of the odd rows */
.responstable tr:nth-child(odd) {
	  background-color: #323C50;
}

/* Background-color of the even rows */
.responstable tr:nth-child(even) {
	  background-color: #2C3446;
}

.responstable th {
	  background-color: #1F2739;
}

.responstable td:first-child { color: #FB667A; }

.responstable tr:hover {
   background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.responstable td:hover {
  background-color: #FFF842;
  color: #403E10;
  font-weight: bold;
  
  
}

@media (max-width: 800px) {
.responstable td:nth-child(4),
.responstable th:nth-child(4) { display: none; }
}
/*--------------------------
   Widget
   -------------------------------------- */
 .Annual_Archive_Widget select{
 	color: #0d2935 !important;
 }
 .rpwwt-widget h3, .Annual_Archive_Widget h3{
 	font-size: 30px !important;
 	background-color: #00c6e0;
 	padding: 10px 30px;
 	text-align: center;
 }

 .rpwwt-widget ul li{
 	text-transform: capitalize !important;
 	line-height: 24px !important;
 	color: #fff !important;
 	list-style:  outside ;
 	background: url(/wp-content/uploads/hawk-machinery/list_arrow.png)top left no-repeat;
 	padding-left: 18px;
 }
   .rpwwt-widget ul li a{
 	color: #fff;
 }

  .rpwwt-widget ul li a:hover{
 	color: #00c6e0;
 }
/* --------------------------------------
   Contact Form
   -------------------------------------- */
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='file'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], select, textarea {
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
    padding: 13px 26px;
    font-style: normal;
    font-size: 16px !important;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
}
.btn.focus, .btn:focus, .btn:hover{
	color: #00c6e0 !important;
}
.textarea-527 textarea{
	color: #000 !important;
	font-style: normal;
    font-size: 16px !important;
}

.map-container {
	width: 100%;


}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}

.newsLetter{
	width: 80%;
	background-color: #000;
	margin-top: 30px;
	float: left;
	padding:30px 40px;
	color: #fff;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */
@media (max-width: 360px) {
	#topNav {
    	margin-bottom: 10px;
		float: none !important;
	}

	
   
}

/* Portrait & landscape phone */
@media (max-width: 480px) {
	#netwiz{
		clear: both;
		text-align: center;

	}
	#netwiz p{
		font-size: 14px;
		margin: 30px 0;
	}
	#copyr{
		text-align: center;
	}
	.collapse {
    display: none;
	}
	

}


@media (max-width: 767px){
	#topNav {
    	margin-top: 0 !important;
    	margin-bottom: 10px;
		float: none !important;
	}	
	
	
	.foot{
	display: table;
	}
	.collapse.in{
		display: inline-block !important;
	}
	.collapse {
    display: none !important;
}
	.topPhone{
		float: none;
		margin-right: 0;
	}
	.soMedia img{
		padding-right: 0;
    	width: 49px;
	}
	
	.navbar-nav{
		float: none !important;
	}
	
}
@media (min-width: 768px){
	.collapse{
		display: block !important;
	}
	
	.homeimg {
    float: none;
    width: 100%;
	}
	.navbar {
   border-radius: 0 !important;
	}
	
}


@media (min-width: 992px){
	
	.collapse{
		display: block;
	}
	
	
}


@media (min-width: 1200px){
	
	.nav>li{
	padding:0 ;
	}
	.topPhone{
		padding: 10px 12px 5px 12px;
	}
	.nav>li>a{
		    padding: 0 ;
	}


}
@media (min-width: 1300px){
	.nav>li{
		padding:0 5px;
	}
}
@media (max-width: 1600px){
	
	}

