/* 
 Theme Name:     NorthPack Plastics
 Author:        
 Author URI:     
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

a:hover {
   color: #333333;
}

h2 {
   line-height: 120% !important;
}

p {
  font-weight:300;
}


#top-menu a:hover { 
   color: #0088ce !important; }



*SLIDESHOW IMAGE_RESIZING THE HEIGHT OF THE SLIDE*/
/*.et_pb_slider .et_pb_slide {
   height: 600px !important;
}*/

.et_pb_blurb {
min-height: 104px;
}



/*FULLWIDTH PORTFOLIO */
.et_pb_fullwidth_portfolio h2 {
   font-size: 20px;
   font-weight: 300;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
   font-size: 20px;
   font-weight: 300;
}

/*PORTFOLIO ON THE INDUSTRY PAGE*/
#portfolio h2{
   font-size: 18px !important;
}

#portfolio h2 a{
   colour: #666666 !important;
   text-transform: uppercase !important;
   font-weight: normal !important;
}



/*CONTACT FORM */

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}
.wpcf7-submit {
color: #00a1de !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #eee;
border-color:#eee;
padding: 6px 20px !important;
}

#responsive-form{
	max-width:620px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*----FOOTER--*/
#footer-widgets .footer-widget li a {
    color: #747f81 !important;
    
}

.et_pb_widget a {
    text-decoration: none;
    color: #999 !important;
}

.et_pb_widget a:hover {
    color: #666 !important;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
.column-half{
	width: 50%;
	}
}
@media only screen and (max-width: 767px) {
.et_pb_blurb_content p {
      font-size: 18px;
}
}


}

/*-----MEDIA QUERY MOBILE PORTRAIT-------*/

@media only screen and (max-width: 479px) {
/*PRODUCT IMAGE LEFT AND RIGHT ARROW */
.right {
    position: absolute;
    right: 0px;
    width: 300px;
    border:3px solid #8AC007;
    margin-top: -52px;
}
}
