/*
Theme Name: Azure Basic 
Theme URI: http://silverglass.net/2012/01/02/azure-basic-free-wordpress-blog-theme/
Author: C. A. Brown
Author URI: http://cabrown.net/
Description: A lightweight, two-column layout blog theme, with 6 widget areas and customizable header image. Valid HTML5 and CSS3 that can be modified. Compatiable with Wordpress 3.2 and above. Compatable IE7+, Opera 10+, Safari 5+, Firefox 3.5+.   
Tags: blue, white, two-columns, custom-menu, custom-background, custom-header, right-sidebar

Version: 2.6

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

 *
 *
 *
 * CSS resets and layout uses modified version of the Blueprint CSS Framework 1.0.1
 * http://blueprintcss.org
 * Copyright (c) 2007-Present. See LICENSE for more info.
 *
 *
 *
*/

/*    BlurePrint Reset and Framework        */
/*------------------------------------------*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { height: 100%; 
       font-family: Verdana, Geneva, sans-serif; 
	   background: none repeat 0 0 scroll #fff; }

:focus { outline: 0; }

ol, ul { list-style: none; }

a { text-decoration: none; }

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary { float: left;
           overflow: hidden;
           width: 100%; }

#content { width: 100%; }

#sidebar { overflow: hidden;
           float: right;
           width: 28%; display:none; }

#footer-bottom { clear: both;
                 width: 100%; }



/*    Framework Styles        */
/*---------------------------*/

#top-header { padding: 0 0 0px 0; }

#main { padding: 0 0 0px 0; 
  }

#footer-bottom { padding: 0 0 15px 0; }

.entry-header { margin: 0 0 15px 0; }

article { padding: 0 0 0px 0; }




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/

#access { padding: 0; 
          z-index: 500; }

nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li {  clear: both; display: inline-block; }
nav[role="navigation"] ul li a { padding: 18px 30px; }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { font-size: 2.5em; }

#container-full { padding: 0; float:left; display:block; width:100%; }

#top-header { float:left; display:block; width:100%; }
			  

/* Top Navigation */

#access {  }
		  
#access a { color: #1A202A; text-transform:uppercase; font-size:18px; }

#access a:hover { color: #DF811F; }

#access ul li:hover ul  {  }


/* Header Title Section */

#top-header-section { width: 100%; }
 
/* Header Image */

#header-image { width: 100%; 
                height: auto; float:left; display:block; }


/* Main Content Section */

#main { float:left; display:block; width:100%; }

.featured-thumb { margin-bottom: 10px; }
 
article {  margin:0; padding:0; }
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar {  }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }

.henley-topfloat { display: none; }

/* Footer Section */

#footer-bottom { background: #2E2F2E; float:left; color:#fff; display:block; width:100%; }

.column { float: left;
          margin: 0 5% 0 0;
          width: 45%; }

.column.last { margin: 0; }

#footer-content { padding-top: 25px;   }

#footer-content .column h4 { color: #FFF; }

#footer-content .column ul { font-size: 18px;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #FFF;  text-transform:uppercase; font-size:18px; }

#footer-content .column ul li a:hover { color: #C85128; }

#site-credits {  
                padding: 15px 0 0 0; }

#theme-credit { padding: 0 0 5px 0; }

#theme-credit p { margin: 0 0 0 0; color:#fff; font-size:14px; }
#theme-credit a {
  color:#fff;
}
#theme-credit a:hover { color: #C85128; }

#leftcontact iframe {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
#NavSection {
    float: left;
    display: block;
    width: 100%;
}
#AboutSection {
    float: left;
    display: block;
    width: 100%; 
}
#AboutSection .sectioncontent {
    width: 98%;
    margin: 0 auto;
    display: block;
    max-width: 1174px;
    padding: 160px 0;
}
#ServiceSection {
    float: left;
    display: block;
    width: 100%;
    background: url(http://www.emlineind.com/wp-content/uploads/2019/01/services.jpg) left top no-repeat;
    background-size: 100% auto;
}
#ServiceSection .sectioncontent {
  width:98%;
  margin:0 auto;
  display:block;
  max-width:1174px;
  padding: 160px 0;
}
#ProductSection {
    float: left;
    display: block;
    width: 100%;
}
#ProductSection .sectioncontent {
  width:98%;
  margin:0 auto;
  display:block;
  max-width:1174px;
    padding: 160px 0;
}

#TestimonialSection {
    float: left;
    display: block;
    width: 100%;
	background: url('http://www.emlineind.com/wp-content/uploads/2019/02/testimonial.jpg') left top no-repeat;
    background-size: 100% auto;
}
#TestimonialSection .sectioncontent {
  width:98%;
  margin:0 auto;
  display:block;
  max-width:1174px;
    padding: 160px 0;
}
#ContactSection {
    float: left;
    display: block;
    width: 100%;
}
#ContactSection .sectioncontent {
    float: left;
    display: block;
    width: 100%;
}
#access {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}
#access a {
    color: #1A202A;
    text-transform: uppercase;
    font-size: 22px;
    float: left;
    display: block;
    font-weight: 700;
    padding: 50px 30px;
}
#access .homelogo a {
    color: transparent;
    background: url(http://www.emlineind.com/wp-content/uploads/2019/01/emline_logo_dark.png) center center no-repeat;
    background-size: 74px auto;
    transition: all 0.2s ease;
}
#main h2 { 
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 25px;
    text-align: center;
    color: #DF811F;
    font-size: 24px;
    font-weight: 600;
}
#main h2 span {
    padding-bottom: 50px;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/abouticon.png) center bottom no-repeat;
    background-size: 100% auto;
    width: 400px;
    margin: 0 auto;
    display: block;
}
#main h2 span.servicesicon {
    padding-bottom: 50px;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/serviceicon-1.png) center bottom no-repeat;
    background-size: 100% auto;
    width: 400px;
    margin: 0 auto;
    display: block;
}
#main h2 span.producticon {
    padding-bottom: 50px;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/producticon-1.png) center bottom no-repeat;
    background-size: 100% auto;
    width: 400px;
    margin: 0 auto;
    display: block;
}
#main h2 span.contacticon {
    padding-bottom: 50px;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/contacticon.png) center bottom no-repeat;
    background-size: 100% auto;
    width: 400px;
    margin: 0 auto;
    display: block;
}
nav[role="navigation"] ul { 
    padding-left: 2.5%;
}
h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-family: 'Quantico';
    font-weight: 700;
}
p {
    font-size: 24px;
    text-align: center;
}
#ServiceSection p, #ServiceSection h1 {
  color:#fff;
}
#TestimonialSection p, #TestimonialSection h1 {
  color:#fff;
}
#ServIcons {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 160px;
    margin-top: 80px;
}
#ServIcons ul {
padding:0;
margin:0;
}
#ServIcons ul li {
    float: left;
    display: block;
    width: 32%;
    margin: 0 8.5%;
    background: #2E2F2E;
    border: 2px solid #C85128;
    border-radius: 8px;
}
#ServIcons ul li:hover {
   background:#000;
}
#ServIcons ul li a {  
    padding: 10px 15% 10px 43%;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/servicon1.png) 11% center no-repeat;
    background-size: 25% auto;
    display: block;
    float: left;
}
#ServIcons ul li:nth-child(2) a {  
    padding: 10px 10px 10px 43%;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/servicon2.png) 11% center no-repeat;
    background-size: 25% auto;
    display: block;
    float: left;
}
.orbuttitle {
    color: #C85128;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    text-align: left;
    display: block;
}
#ServIcons ul li p { 
    color: #C9CACB;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
#ServIcons ul li a:last-child {
  display:none;
}
a.viewprodbut {
    font-size: 14px;
    background: #1A202A;
    color: #fff;
    padding: 19px 26px;
    border-radius: 8px;
    margin-top: 20px;
    /* display: block; */
}
a.viewprodbut:hover {
background:#D25327;
  color:#fff;
}
#TestimonialSection .sue-content-slider .owl-pagination {
    position: relative;
    top: auto;
    left: auto;
    width: 96px;
    text-align: center;
    float: none;
    margin: 0 auto;
}
#TestimonialSection .sue-content-slider .owl-controls {
    position: absolute;
    top: auto;
    right: 10px;
    left: 10px;
    bottom: -73px;
}
#TestimonialSection .sue-content-slider .owl-page:hover span, #TestimonialSection .sue-content-slider .owl-page.active span {
    background: #C85128;
}
#TestimonialSection .sue-content-slider .owl-page span { 
    width: 13px;
    height: 13px; 
}
#TestimonialSection .sue-content-slider .owl-page {
    width: 30px;
    height: 30px;
    padding: 10px 20px;
}
#TestimonialSection .sue-content-slider .owl-pagination { 
    position: relative;
    top: auto;
    left: auto;
    width: 129px;
    text-align: center;
    float: none;
    margin: 0 auto;
}
#TestimonialSection .sectioncontent {
    width: 98%;
    margin: 0 auto;
    display: block;
    max-width: 1274px;
    padding: 240px 0;
}
#TestimonialSection span.testimtxt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 48px;
     color:#fff;
    font-family: 'Quantico';
    font-weight: 700;
}
#TestimonialSection span.testimname {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    padding: 20px 0 50px 0;
}
span.testimtxt {
    float: left;
    width: 100%;
    display: block;
}
#TestimonialSection .sue-clearfix:before {
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/quotestart.png) left top no-repeat;
    background-size: 50px auto;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 9px;
    z-index: -1;
}
#TestimonialSection .sue-clearfix:after {
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/quoteend.png) left top no-repeat;
    background-size: 50px auto;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 148px;
    z-index: -1;
}
#leftcontact {
    float: left;
    width: 48%;
    display: block;
    margin-right: 2%;
}
#rightcontact {
    float: right;
    width: 45%;
    display: block;
    margin-left: 2%;
}
#rightcontactinner { 
    padding-right: 25%;
    margin-top: 100px;
}
#main h2 span.contacticon {
    padding-bottom: 50px;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/contacticon.png) center bottom no-repeat;
    background-size: 100% auto;
    width: 300px;
    margin: 0;
    display: block;
    float: right;
    margin-bottom: 30px;
}
#rightcontactinner h1 {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 45px;
    font-family: 'Quantico';
    font-weight: 700;
    margin-bottom: 53px;
}
#rightcontactinner p {
    font-size: 24px;
    text-align: right;
    max-width: 90%;
    float: right;
    margin-bottom: 0;
}
#main #rightcontactinner h2 { 
    padding-bottom: 0;
}
#contactformdiv .gform_wrapper .top_label .gfield_label { 
    display: none !important;
}
#contactformdiv input[type=text], #contactformdiv input[type=password], #contactformdiv input[type=url], #contactformdiv input[type=email], #contactformdiv input.text, #contactformdiv input.title, #contactformdiv textarea, #contactformdiv select {
    margin: 0.5em 0;
    background: #D1D3D4;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    padding: 5px 16px !important;
}
#contactformdiv ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1A202A;
    font-size:16px;
}
#contactformdiv ::-moz-placeholder { /* Firefox 19+ */
  color: #1A202A;
    font-size:16px;
}
#contactformdiv :-ms-input-placeholder { /* IE 10+ */
  color: #1A202A;
    font-size:16px;
}
#contactformdiv :-moz-placeholder { /* Firefox 18- */
   color: #1A202A;
    font-size:16px;
}
#contactformdiv .gform_wrapper ul li.gfield { 
    position: relative;
}
#contactformdiv .gform_wrapper .top_label .gfield_label {
   display: block !important; 
    position: absolute;
    right: 0;
    top: 0;
}
#contactformdiv .gform_wrapper .gfield_required {
    color: transparent;
    margin-left: 0;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/req-full-icon.png) right top no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    top: 9px;
    position: absolute;
    right: 15px;
}
#contactformdiv .gform_wrapper #field_1_1 .gfield_required {
    top: 16px;
}
#contactformdiv .gform_wrapper #field_1_2 .gfield_required {
    top: 16px;
}
.reqinner {
    padding-left: 24px;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/reqicon.png) left center no-repeat;
    /* margin-left: 31%; */
    margin: 0 auto;
    display: block;
    width: 110px;
}
#contactformdiv .gform_wrapper  #field_1_4 {
    width: 86%;
}
#contactformdiv  .gform_wrapper .gform_footer input.button, 
#contactformdiv .gform_wrapper .gform_footer input[type=submit], 
#contactformdiv .gform_wrapper .gform_page_footer input.button, 
#contactformdiv .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    width: auto;
    margin: 0 16px 0 0;
    background: #1A202A;
    color: #fff;
    font-size: 16px;
    font-family: 'titillium web';
    border: none;
    padding: 14px 63px;
    float: right;
    margin-right: 0;
    border-radius: 8px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: -54px;
    margin-top: -179px;
    cursor:pointer;
}
#contactformdiv  .gform_wrapper .gform_footer input.button:hover, 
#contactformdiv .gform_wrapper .gform_footer input[type=submit]:hover, 
#contactformdiv .gform_wrapper .gform_page_footer input.button:hover, 
#contactformdiv .gform_wrapper .gform_page_footer input[type=submit]:hover {
      background: #C85128;
  
}
#leftcontact .su-gmap {
    margin: 0;
}
#footer-bottom {
    background: #2E2F2E;
    float: left;
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
} 
.footleft { 
    float: left;
    margin-left: 10%;
    margin-top: 30px;
    width: 35%;
}
.column.col3 {
    clear: left;
}
#footer-content .column ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
}
.column.col3 {
    clear: left;
    margin-top: 46px;
}
.column.col4 {
    margin-top: 50px;
    font-size: 16px;
}
#footaddlist ul {
padding:0;
margin:0;
}
#footaddlist ul li {
    margin-bottom: 20px;
    line-height: 30px;
    padding-left: 39px;
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/footconticon1.png) left 5px no-repeat;
    background-size: 25px auto;
}
#footaddlist ul li:nth-child(2) { 
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/footconticon2.png) left 5px no-repeat;
    background-size: 25px auto;
}
#footaddlist ul li:nth-child(3) { 
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/footconticon3.png) left 5px no-repeat;
    background-size: 25px auto;
}
#footaddlist ul li:nth-child(4) { 
    background: url(http://henleystruck.com/wp-content/uploads/2016/10/footconticon4.png) left 5px no-repeat;
    background-size: 25px auto;
}
#footer-content .column #footaddlist ul li a {
    font-size: 16px;
    text-transform: none;
}
#footer-content .column ul#menu-footmenuone li  {
    padding-bottom: 10px;
}
.footright { 
    position: absolute;
    right: 0;
    top: -172px;
    z-index: -1;
}
.footright img {
    max-width: 800px;
}
#container-full { 
    z-index: 2;
    position: relative;
}
#site-credits {
    padding: 15px 0 0 0;
    width: 48%;
    text-align: left;
    float: left;
}
#theme-credit p {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-left: 20%;
}
 #TestimonialSection .sectioncontent { 
    margin-bottom: -16px;
}
p {
    font-size: 21px; 
}
h1 { 
    font-size: 45px; 
}
#access a { 
    font-size: 19px; 
}
.orbuttitle { 
    font-size: 21px; 
}
#ServIcons ul li p { 
    font-size: 13px; 
}
#TestimonialSection span.testimtxt { 
    font-size: 28px; 
}
#rightcontactinner h1 { 
    font-size: 42px; 
} 
#rightcontactinner p {
    font-size: 21px; 
}
#footer-content .column ul {
    font-size: 15px; 
}
#footer-content .column ul li a { 
    font-size: 17px;
}
.column.col4 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 69px;
}

#gform_confirmation_message_1 {
    display: table;
    text-align: right;
    width: 100%;
}

.su-gmap iframe {
  pointer-events: none;
}

.myfixed #access a {
		padding: 18px 30px;
}
  
.myfixed #access .homelogo a {
    background-size: 74px auto;
    transition: all 0.2s ease;
}

#menu-primary-menu li.active a {
  color: #DF811F;
}

.henley-all-tab {
	  float: left;
	  width: 100%;
	}

.page-template-template-seconday .sectioncontent {
    width: 98%;
    margin: 0 auto;
    display: block;
    max-width: 1151px;
    padding: 160px 0;
}

.page-template-template-seconday h1 {
	font-family: 'Quantico';
}

.home .owl-dots {
    width: 100%;
    text-align: center;
}

.home .owl-dots > div {
    display: inline-block;
    float: none !important;
}

.home .sue-content-slider .owl-dot.active:before, .home .sue-content-slider .owl-dot:hover:before {
    background-color: #DF811F !important;
}

#ProductSection .su-table.su-table-responsive table {
    display: table;
    margin: 0px auto !important;
}

.mobile-banner {
	display: none;
}

#rightcontactinner {
    padding-right: 0px;
    text-align: center;
}

#rightcontact {
    float: none;
	margin: 0px auto;
}

#main h2 span.contacticon {
    float: none;
    margin: 0px auto;
    margin-bottom: 30px;
}

#rightcontactinner h1 {
    text-align: center;
}

#rightcontactinner p {
    text-align: center;
    float: none;
    max-width: 100%;
}

table.aligncenter strong:before {content: "•";font-size: 16px;margin-right: 4px;position: relative;top: 1px;}

@media(max-width:1440px) {
	.footright {
		top: 62px;
	}

	.footright img {
    	max-width: 400px;
	}

	#ServiceSection .sectioncontent {
		padding: 120px 0px;
	}
}

@media(max-width:1366px) {
	#rightcontactinner {
		padding-right: 15px;
	}

	#contactformdiv .gform_wrapper .gform_footer input.button, #contactformdiv .gform_wrapper .gform_footer input[type=submit] {
		position: relative;
    	right: 15px;
	}

	#AboutSection .sectioncontent {
		padding: 50px 0px;
	}

	#ProductSection .sectioncontent {
		padding: 80px 0px;
	}
}

@media(max-width:1280px) {
	#leftcontact iframe {
		width: 100%;
	}
}

@media(max-width:1024px) {
	#ServiceSection, #TestimonialSection {
		    background-size: cover;
	}

	.home #ServIcons {
	    margin-bottom: 80px;
    	margin-top: 15px;
	}

	#ServiceSection .sectioncontent {
		padding: 50px 0px;
	}

	.home #ServIcons ul li a {
		background-size: 20% auto;
		padding: 10px 10px 10px 39%;
	}

	body div .gform_wrapper .gform_footer {
		padding: 0px;
		margin: 0px;
	}

	body div .sue-content-slider-pages-yes {
		padding-top: 0px;
    	margin: 0px;
	}

	#TestimonialSection .sue-content-slider .owl-controls {
		bottom: -10px;
	}

	#TestimonialSection .sectioncontent {
		padding: 100px 0;
	}

	.footright {
		display: none;
	}

	.column {
		width: 100%;
    	text-align: center;
	}

	.footleft {
    	float: left;
    	margin-left: 0px;
    	margin-top: 30px;
    	width: 100%;
	}

	#footer-content .column ul {
		margin: 0px;
	}

	#footaddlist ul li {
    	padding-left: 39px;
    	display: table;
    	margin: 0px auto;
		margin-bottom: 5px;
	}

	.column.col3 {
		margin-top: 10px;
	}

	.column.col2 {
		margin-top: 15px;
	}

	.column.col2 a.sue-icon:first-child {
		margin-right: 5px !important;
	}

	.column.col2 a.sue-icon:last-child {
		margin-left: 5px !important;
		margin-right: 0px !important;
	}

	.column.col4 {
    	margin-top: 15px;
		margin-bottom: 15px;
	}

	#footaddlist ul li {
    	margin-bottom: 5px;
	}

	#site-credits {
		width: 100%;
	}

	#theme-credit p {
    	margin-left: 0px;
    	text-align: center;
	}

	#leftcontact {
		width: 100%;
	}

	#leftcontact iframe {
		height: 50vh;
	}

	#rightcontact {

		width: 100%;
	}

	#rightcontactinner {
		margin-left: 15px;
	}

	#rightcontactinner p, #rightcontactinner h1 {
		text-align: center;
    	max-width: 100%;
	}

	#main h2 span.contacticon {
		margin: 0px auto;
		float: none;
	}

	#contactformdiv .gform_wrapper .gform_footer input.button, #contactformdiv .gform_wrapper .gform_footer input[type=submit] {
		top: 30px;
	}

	#rightcontactinner {
		margin-bottom: 100px;
	}
}

@media(max-width:980px) {
	#TestimonialSection span.testimtxt {
    	font-size: 25px;
	}

	h1 {
    	font-size: 35px;
	}

	.orbuttitle {
		margin-top: 15px;
	}
	
	.home .owl-dots {
		top: -60px !important;
	}
}

@media(max-width:800px) {
	.home #ServIcons ul li a {
    	background-size: 16% auto;
    	padding: 10px 10px 10px 34%;
	}

	#ServIcons ul li p {
    	font-size: 11px;
	}

	p {
    	font-size: 17px;
	}
}

@media(max-width:640px) {
	#mysticky-wrap,#NavSection  {
		display: none !important;
	}

	body { margin-top: 35px; }

	.orbuttitle {
    	font-size: 16px;
	}

	#ServIcons ul li {
    	float: none;
    	display: table;
    	width: 90%;
    	margin: 0px auto;
    	background: #2E2F2E;
   	 	border: 2px solid #C85128;
    	border-radius: 8px;
    	margin-bottom: 18px;
	}

	.home #ServIcons {
    	margin-bottom: 40px;
	}

	.home #ServIcons ul li a {
    	background-size: 12% auto;
	}

	#contactformdiv .gform_wrapper .gform_footer input.button, #contactformdiv .gform_wrapper .gform_footer input[type=submit] {
		top: 51px;
		right: 21px;
		padding: 10px 42px;
	}

	#rightcontactinner {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.henley-topfloat {
		    display: block;
		height: 46px;
		line-height: 37px;
		background: white;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 1000;
		box-shadow: 0px 0px 4px 1px #777;
		padding: 5px 5px;
		box-sizing: border-box;
	}
	
	.henley-topfloat img {
		height: 35px;
   	 	margin-left: 3px;
	}

	.henley-topfloat .fa {
	    float: right;
    	line-height: 35px;
    	font-size: 27px;
    	margin-right: 7px;
		transition: 0.3s;
	}

	.henley-topfloat .fa:hover {
		color: #DF811F;
	}

	#TestimonialSection .sue-clearfix:after {
		right: -48px;
    	bottom: -14px;
		top: auto;
	}

	#menu-primary-menu-1 {
    	margin: 0px;
		display: none;
    	padding: 0px;
    	margin-top: -14px;
    	background: white;
    	width: 50%;
    	float: right;
    	box-shadow: 0px 4px 4px 1px #777;
	}
	
	#menu-primary-menu-1 li {
    	padding: 0px 15px;
	}

	#menu-primary-menu-1 li a {
    	color: black;
    	font-size: 15px;
    	text-transform: uppercase;
	}

	#menu-primary-menu-1 .homelogo {
		display: none;
	}

	.henley-topfloat .fa:hover + .menu-primary-menu-container #menu-primary-menu-1, #menu-primary-menu-1:hover {
		/*display: block;*/
	}

	body:not(.home) #ServIcons ul li {
		width: 94%;
		margin-bottom: 10px;
	}

	.catsection ul li {
		width: 100% !important;
		text-align: center !important;
		margin-bottom: 10px !important;
	}
	
	#header-image {
		display: none !important;
	}
	
	.mobile-banner{
		display: block;
		width: 100%;
	}
}

@media(max-width:414px) {
	#main h2 span, #main h2 span.servicesicon, #main h2 span.producticon {
		width: 90%;
	}

	#contactformdiv .gform_wrapper .gform_footer input.button, #contactformdiv .gform_wrapper .gform_footer input[type=submit] {
    	top: 58px;
    	right: 37px;
    	padding: 5px 42px;
	}
}

