/*
Theme Name: Walsh Manufacturing
Theme URI: https://walshmfg.com/
Author: TKG Access
Description: Custom theme for Walsh Manufacturing.
Version: 1.0.9
Requires PHP: 8.0
Text Domain: walsh-manufacturing-theme
*/

/* ==========================================================================
	#Reset
========================================================================== */
* { padding: 0; margin: 0; outline: 0; }

/* ==========================================================================
	#Base
========================================================================== */
html,
body { height: 100%; }

html { overflow-y: scroll; 
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

body { min-width: 100%; background: url(images/body-bg.png) repeat 0 0; font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; line-height: 1.5; color: #000;
		-webkit-font-smoothing:antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; color: #003b72; }
   
h1 { font-size: 26px; font-weight: bold; }
h2 { font-size: 24px;padding-bottom: 5px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

a { cursor: pointer; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }

ul,
ol { list-style-position: inside;padding-left: 15px; }

strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit;
			-webkit-font-smoothing: antialiased;
}

textarea { overflow: auto; resize: none; }

.entry ol { padding-bottom: 25px;  }
ol li ol { padding-left: 25px; padding-top: 25px;  }
.entry img.alignleft { padding-right: 25px; }
.entry img.alignright { padding-left: 25px; }

blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C""\201D""\2018""\2019"; }
blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; }
blockquote p { display: inline; }

a.more-link { display: block; margin-top: 16px;}


/* ==========================================================================
	#Helpers
========================================================================== */
.alignleft { float: left; }
.alignright { float: right; }

.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* ==========================================================================
	#Containers
========================================================================== */
.shell { width: 990px; margin: 0 auto; }

/* ==========================================================================
	#Transition
========================================================================== */
.nav > ul > li > a,
.footer-nav li a,
.footer-bar .credits a,
.section-post li a,
.section-galleries .gallery-content h6 a,
.section-galleries .gallery-content .section-actions a,
.section-galleries .gallery-image img,
.intro-actions a,
.col-actions a,
.slider-updates .slides li,
.slider-updates .slider-prev,
.slider-updates .slider-next,
.thumbs-paging a {
 	-webkit-transition: all 0.9s;
	        transition: all 0.9s;
 }

/* ==========================================================================
	#Header
========================================================================== */
.header { background: #003b72; height: 88px; padding: 26px 0 0 36px; margin-top: 3px; }

.logo { width: 229px; height: 74px; float: left; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; background: url(images/logo.png) no-repeat 0 0; }

.header-right { float: right; width: 715px; height: 88px; }
.header-head { border-width: 1px 0; height: 47px; border-style: solid; border-color: #012b53; padding: 0 36px 0 49px; }
.header-head h3 { font-size: 19px; line-height: 48px; color: #a0bae4; float: left; }
.phone { float: right; font-size: 18px; line-height: 47px; color: #fff; }
.phone a { color: #fff; }

/* ==========================================================================
	#Nav
========================================================================== */
.nav { margin: 13px 0 0 39px; }
a.menu-btn { display: none; }
.nav > ul { list-style: none outside none; height: 25px; }
.nav > ul > li { float: left; position: relative; }
.nav > ul > li > a { display: block; font-size: 12px; line-height: 25px; color: #ebebeb; text-decoration: none; border-right: 1px solid #466fa4; text-transform: uppercase; padding:0 22px; }

.nav > ul > li:hover > a { color: #789ad0; }
.nav > ul > li > a:hover { text-decoration: none; }

.nav > ul > li:first-child > a { padding-left: 12px; }
.nav > ul > li:last-child > a { border: none; padding-right: 0; }

.sub-menu { position: absolute; top: 25px; z-index: 7; display: block; background: #003b72; opacity: 0; visibility: hidden; height: auto; list-style: none outside none;
	-webkit-transform: scale(0.8) translate3d(0,-10%,0);
			transform: scale(0.8) translate3d(0,-10%,0);
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

.sub-menu li a { display: block; min-width: 200px; padding: 5px 10px; font-size: 12px; border-bottom: 1px solid #466fa4; color: #fff; text-decoration: none; }
.sub-menu li a:hover { background-color: #012b53; }
.nav > ul > li:hover > .sub-menu { visibility: visible; opacity: 1; background: #003b72; 
	-webkit-transform: scale(1) translate3d(0,0,0);
			transform: scale(1) translate3d(0,0,0);
}

/* ==========================================================================
	#Intro
========================================================================== */
.intro { position: relative; height: 438px; padding: 0 25px 0 37px; border-bottom: 17px solid #003b72; background: url(images/intro-bg.png) repeat-x 0 0; overflow: hidden; }

.intro-content { float: left; width: 385px; margin-top: 56px; }
.intro-content h4 { margin: 0; padding-left: 42px; font-size: 18px; line-height: 2; color: #e9eaea; background: #000; }
.intro-content .alt { font-style: italic; font-weight: bold; padding-left: 52px; margin: 18px 0 14px 0; display: block; font-size: 14px; line-height: 1.5; color: #e9eaea; }
.intro-content .alt:before { content: '- '; }
.intro-content p { padding-left: 42px; font-size: 14.5px; line-height: 1.6; color: #e9eaea; }
.intro-content img {margin: 8px 0 0;}

.intro-actions { position: absolute; bottom: 0; right: 30px; width: 147px; height: 37px; }
.intro-actions a { display: block; font-size: 12px; line-height: 37px; color: #fff; text-align: center; text-shadow: -1px -1px 0 #474747; border-radius: 9px 9px 0 0; background: #5b7db0; }
.intro-actions a:hover { opacity: 0.8; text-decoration: none; }

/* ==========================================================================
	#Slider
========================================================================== */
.slider { position: relative; margin-top: 36px; float: left; width: 538px; z-index: 1; }

.slider .slider-clip,
.slider .slides,
.slider .slides li,
.slider .slides li .slide-image { position: relative; z-index: 1; width: 538px; height: 356px; }

.slider .slider-clip { box-shadow: #000 5px 5px 17px 0px; }
.slider .slides { list-style: none outside none; overflow: hidden; padding-left: 0; }
.slider .slides li { float: left; }
.slider .slides li img { width: 536px; height: 354px; border: 1px solid #6b6b6b; }

.slider .slides li .slide-content { position: absolute; bottom: 0; left: 0px; z-index: 2; }
.slider .slides li .slide-content h5 { padding: 16px; font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #fff; }


.slider-paging { overflow: hidden; margin: 9px 0 0 1px; }
.slider-paging a { display: block; margin-right: 10px; float: left; width: 14px; height: 14px; text-indent: 100px; white-space: nowrap; overflow: hidden; font-size: 0; background: #5f5f5f; border-radius: 50%; }
.slider-paging a.selected,
.slider-paging a:hover { text-decoration: none; background: #5479ae; }

/* ==========================================================================
	#Main
========================================================================== */
.main { position: relative; z-index: 2; display: block; background: #fff; padding-bottom: 8px; }

.section { padding: 32px 38px 23px 43px; }
#contentLeft {
    float: left;
    max-width: 620px;
    width: 100%;
}
#contentRight {
    float: right;
    max-width: 250px;
    padding: 20px 0 20px 19px;
    width: 100%;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.widgettitle {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
}

#sidebar li#formWidgetWrapper {
	background: #E5E5E5;
	border: 1px solid gray;
	border-radius: 7px;
	padding: 10px;
	margin-left: 16px;
}

#sidebar li#formWidgetWrapper label {
	color: #111 !important;
}
/* ==========================================================================
	#Content
========================================================================== */
.content { float: left; width: 588px; padding: 29px 0 10px 29px; }
.content.right { float: right; }
.cols { overflow: hidden; }
.col { float: left; }

.col-1of2 { width: 254px; margin-right: 40px; }
.col-1of2 h4 { margin: 0 0 20px 0; color: #003b72; font-size: 19px; line-height: 1.2; }
.col-1of2 p { font-size: 14px; line-height: 1.5; padding-bottom: 15px; }

.cols .col-1of3:last-child { margin-left: 0; margin-right: 0; }
.content-full { padding: 15px 40px; }
.content-full h2 { font-size: 24px; font-family: "Open Sans"; color: #003b72; font-weight: bold; line-height: 1.2; margin: 0 0 15px; }
.content-full p { font-size: 14px; font-family: "Open Sans"; color: #111111; line-height: 1.3; }
.col-1of3 { width: 272px; margin-right: 45px; }
.col-1of3 img {  }
.col-1of3 p {
	background: rgba(0, 0, 0, 0) url("images/home-col-bullet.png") no-repeat scroll 0 2px;
    color: #222222;
    font-family: "Open Sans";
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.2;
    margin: 5px 0 20px;
    text-indent: 15px;
}

.col-1of3 p a {
    color: #222222;
}

.col-actions a { display: block; width: 85px; height: 19px; font-size: 10px; line-height: 19px; padding-left: 14px; text-transform: uppercase; color: #666; background: url(images/btn-more.png) no-repeat 0 0; }
.col-actions a:hover { text-decoration: none; opacity: 0.8; }

.content .section-post { padding: 0 40px 0 0; }
body.blog .post {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* ==========================================================================
	#Sidebar
========================================================================== */
.sidebar { position: relative; z-index: 2; float: left; width: 328px; margin-top: 29px; }

.widget { padding: 0 10px 20px; }
.widget ul { list-style: none outside none; }
.widget li a { font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 13px; line-height: 1.35; color: #000; }


.widget.carbon_currentprojects {padding: 0 !important; }
.slider-updates { width: 328px; margin-top: 10px; height: 270px; }

.slider-updates .slider-clip,
.slider-updates .slides,
.slider-updates .slides li { position: relative; z-index: 2; width: 328px; }

.slider-updates .slides { list-style: none outside none; height: 270px !important; }
.slider-updates .caroufredsel_wrapper { height: 270px !important; }
.slider-updates .slides li { overflow: hidden; min-height: 135px; width: 328px !important; background: #efefef; margin-bottom: 1px; }
.slider-updates .slides li:hover { background: #e9f2f6; }

.slider-updates .slides li .slide-image { float: left; padding: 10px; width: 150px; }
.slider-updates .slides li img { width: 147px; height: 98px; border-width: 2px 1px 1px 2px; border-style: solid; border-color: #fff; }

.slider-updates .slides li .slider-content { float: left; width: 134px; padding: 10px; }
.slider-updates .slides li .slider-content .slider-meta { margin-bottom: 13px; font-size: 12px; line-height: 1.1; color: #999; font-weight: bold; }
.slider-updates .slides li .slider-content p { font-size: 12px; line-height: 1.1; }
.slider-updates .slides li .slider-content p a { color: #003b72; }

.slider-updates .slider-prev,
.slider-updates .slider-next { position: absolute; z-index: 3; width: 25px; right: 0; height: 22px; display: block; text-indent: 100%; overflow: hidden; white-space: nowrap; opacity: 0.7; }

.slider-updates .slider-prev { top: 1px; background: url(images/arrow-prev.png) no-repeat 0 0; }
.slider-updates .slider-next { bottom: -32px; background: url(images/arrow-next.png) no-repeat 0 0; }

.slider-updates .slider-prev:hover,
.slider-updates .slider-next:hover { opacity: 1; }

/* ==========================================================================
	#Section Post
========================================================================== */
.section-post h1 { padding-bottom: 19px; }
.section-post h6 { font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px; padding-bottom: 20px; }
.section-post p { padding-bottom: 17px; font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; line-height: 1.35; }

.section-post ul { margin: 14px 0 14px 25px; }
.section-post li a { padding-left: 2px; color: #003b72; text-decoration: underline; }
.section-post li a:hover { color: #000; text-decoration: none; }

h1.posttitle { font-size: 28px; font-weight: bold;}

.entry h2 {font-size: 24px; font-weight: bold; padding: 0; margin: 0 0 10px 0;}
.entry h3 {font-size: 20px; font-weight: bold; padding: 0; margin: 0 0 10px 0;}

/* ==========================================================================
	#Section Industries
========================================================================== */
.section-industries .entry-header { margin-bottom: 21px; }

.section-industries .industries { list-style: none outside none; }
.section-industries .industry { overflow: hidden; padding-bottom: 21px; }
.section-industries .industry-image { float: left; margin-right: 10px; }
.section-industries .industry-image img { width: 175px; height: auto; }

.section-industries .industry-content { width: 709px; float: left; padding-top: 23px; }
.section-industries .industry-content h6 { padding-bottom: 3px; font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px; line-height: 1; }
.section-industries .industry-content h6 a { color: #003b72; }
.section-industries .industry-content h6 a:hover { text-decoration: none; }
.section-industries .industry-content p { font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; }

/* ==========================================================================
	#Section Fastener
========================================================================== */
.section-fastener .entry-header { margin-bottom: 60px; }
.section-fastener .section-images { padding-bottom: 34px; }
.section-fastener .section-images ul { list-style: none outside none; overflow: hidden; margin: 0 -15px; }
.section-fastener .section-images li { float: left; padding: 0 15px; }
.section-fastener .section-images li img { width: auto; height: auto; padding-bottom: 20px; }
.section-fastener .entry { padding-bottom: 22px; }
.section-fastener .entry p { font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; line-height: 1.85;padding-bottom:10px; }

/* ==========================================================================
	#Section Services
========================================================================== */
.section-services .entry-header { padding-bottom: 56px; }
.section-services .entry-title { padding-bottom: 23px; }
.section-services .entry-header p { font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; line-height: 2.2; }

.section-services .services { list-style: none outside none; padding-bottom: 145px; }
.section-services .service { overflow: hidden; padding-bottom: 36px; }
.section-services .service-image { float: left; margin-right: 10px; }
.section-services .service-image img { width: 200px; height: auto; }

.section-services .service-content { width: 684px; float: left; }
.section-services .service-content h6 { padding-bottom: 3px; font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px; line-height: 1; }
.section-services .service-content h6 a { color: #003b72; }
.section-services .service-content h6 a:hover { text-decoration: none; }
.section-services .service-content p { font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; }

/* ==========================================================================
	#Section Details
========================================================================== */
.section-details .entry-header { margin-bottom: 20px; }
.section-details .section-images { padding-top: 36px; padding-bottom: 40px; }
.section-details .section-images ul { list-style: none outside none; overflow: hidden; margin: 0 -18px; }
.section-details .section-images li { float: left; padding: 0 0px; }
.section-details .section-images li img { width: auto; width: 275px; height: 184px; padding-bottom: 20px; }
.section-details .section-content h6 { padding-bottom: 20px; font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px; }
.section-details .section-content p { padding-bottom: 10px; font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; line-height: 1.35; }
.section-details .section-content ul { list-style-position: inside;padding-left: 15px; margin-bottom: 10px; }
.section-details .section-content li { font-family: "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; }

/* ==========================================================================
	#Section Galleries
========================================================================== */
.section-galleries .entry-header { padding-bottom: 22px; }

.section-galleries .galleries { list-style: none outside none; margin-top: -1px; }
.section-galleries .gallery { overflow: hidden; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #b2c3db; }
.section-galleries .gallery-image { float: left; margin-right: 10px; }
.section-galleries .gallery-image a { display: block; }
.section-galleries .gallery-image img { width: 196px; height: auto; padding: 2px; }
.section-galleries .gallery-image img:hover { opacity: 0.8; }

.section-galleries .gallery-content { width: 696px; float: left; padding-top: 3px; }
.section-galleries .gallery-content h6 { padding-bottom: 3px; font-family: "Lucida Sans Regular", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; line-height: 1; color: #003b72; font-weight: bold; }
.section-galleries .gallery-content h6 a { color: #003b72; }
.section-galleries .gallery-content h6 a:hover { text-decoration: none; color: #4e80ac; }
.section-galleries .gallery-content p.section-meta { padding-bottom: 1px; font-size: 9px; }
.section-galleries .gallery-content p { font-size: 14px; }
.section-galleries .gallery-content .section-actions a { color: #003b72; }
.section-galleries .gallery-content .section-actions a:hover { color: #000; text-decoration: none; }

/* ==========================================================================
	#Section Contact
========================================================================== */
.section-contact .section-inner { overflow: hidden; }
.section-contact .section-locations { float: left; width: 430px; }
.section-contact .section-locations h2 { padding: 1px 0 20px; }
.section-contact .section-locations p strong { padding-right: 1px; font-family: "Lucida Sans Regular", "Lucida Sans", Geneva, Verdana, sans-serif; font-weight: bold; }
.section-contact .section-locations p a { color: #000; }
.section-locations .google-map { display: block; width: 425px; height: 377px; margin: 20px 0; }
.section-contact .locations-actions a { color: #0000FF; }
.section-contact .locations-actions a:hover { text-decoration: none; }

.section-contact .section-form { width: 465px; float: right; }
.section-contact .section-form p { padding-left: 184px; font-size: 14px; padding-top: 1px; }
.section-contact .section-form .gform_wrapper p { padding-left: 0; }
/* Gravity Forms: compact layout, labels as placeholders */
.gform_wrapper.gravity-theme { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
.gform_wrapper.gravity-theme .gform_required_legend { display: none; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 9px; }
.gform_wrapper.gravity-theme .gfield input[type="text"],
.gform_wrapper.gravity-theme .gfield input[type="email"],
.gform_wrapper.gravity-theme .gfield input[type="tel"],
.gform_wrapper.gravity-theme .gfield textarea { height: 33px; margin: 0; padding: 2px 13px; font-family: inherit; font-size: 14px; color: #202020; background: #fff; border: 1px solid #8b8b8b; border-radius: 0; }
.gform_wrapper.gravity-theme .gfield textarea.textarea.medium { height: 88px; min-height: 0; padding-top: 6px; }
.gform_wrapper.gravity-theme .gfield ::placeholder { font-style: italic; color: #767676; opacity: 1; }
.gform_wrapper.gravity-theme .gfield--type-image_captcha .gfield_label { margin: 0 0 4px; font-size: 13px; font-style: italic; font-weight: normal; color: #555; }
.gform_wrapper.gravity-theme .gf-ic { gap: 6px; flex-wrap: nowrap; }
.gform_wrapper.gravity-theme .gf-ic .gf-ic-input { order: 1; flex: 1 1 0; min-width: 0; width: 0 !important; max-width: none; }
.gform_wrapper.gravity-theme .gf-ic .gf-ic-img { order: 2; width: auto; height: 33px; border-radius: 0; }
.gform_wrapper.gravity-theme .gf-ic .gf-ic-refresh { order: 3; flex: 0 0 auto; width: 33px; height: 33px; font-size: 17px; }
.gform_wrapper.gravity-theme .gform_footer { margin: 12px 0 0; padding: 0; }
.gform_wrapper.gravity-theme .gform_footer .gform_button { width: 100%; height: 33px; margin: 0; padding: 0; font-family: inherit; font-size: 16px; font-style: normal; font-weight: normal; color: #fff; background: #283775; border: 0; cursor: pointer; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover { background: #1d2a5c; }
#formWidgetWrapper .gform_wrapper.gravity-theme { margin: 0; padding: 22px 22px 11px; text-align: left; background: #f0f0f0; border: 1px solid #ababab; border-top: 0; }
.section-contact .section-form .gform_wrapper.gravity-theme .gfield textarea.textarea.medium { height: 100px; }
.section-contact .section-form .gform_wrapper.gravity-theme .gform_footer .gform_button { font-size: 15px; font-weight: bold; background: #003b72; border-radius: 4px; }
/* Gravity Forms: compact error state */
body .gform_wrapper.gravity-theme .gform_validation_errors { margin: 0 0 12px; padding: 8px 10px; background: #fff; border: 1px solid #c02b0a; border-radius: 0; box-shadow: none; }
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 { margin: 0; padding: 0; min-height: 0; background: none; font-family: inherit; font-size: 13px; font-style: normal; font-weight: bold; line-height: 1.4; color: #c02b0a; text-align: left; text-shadow: none; }
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon { display: none !important; }
body .gform_wrapper.gravity-theme .gfield_validation_message { margin: 3px 0 0; padding: 0; font-size: 12px; line-height: 1.3; color: #c02b0a; background: none; border: 0; }
body .gform_wrapper.gravity-theme .gfield_error input[type="text"],
body .gform_wrapper.gravity-theme .gfield_error input[type="email"],
body .gform_wrapper.gravity-theme .gfield_error input[type="tel"],
body .gform_wrapper.gravity-theme .gfield_error textarea { border-color: #c02b0a; }
body .gform_wrapper.gravity-theme .gfield_error .gfield_label { color: inherit; }

input:focus, textarea:focus, select:focus, .gform_button:focus { outline-offset: -2px; }
:focus { outline: -webkit-focus-ring-color auto 5px; }

.clear { clear: both; }

/* ==========================================================================
	#Section Rebuild
========================================================================== */
/* .section-content .entry-header { padding-bottom: 20px; } */
.section-content { overflow: hidden; }
.section-content .span1 { padding-bottom: 34px; width: 96%; }
.section-content .one_half { width: 46%; margin-right: 0; }
.section-content .one_half,
.section-content .one_half_last_clear { margin-bottom: 0; padding-bottom: 0px; text-align: center; }
.section-content .one_half_last_clear { clear: right; overflow: hidden; }
.section-content .one_half { position: relative; float: left; }
.section-content .wp-caption { width: auto !important; }
.section-content .wp-caption img { width: auto; height: 275px; padding-bottom: 15px; }
.section-content .wp-caption .wp-caption-text { text-align: center; font-family: "Lucida Sans Unicode", "Lucida Sans Regular", sans-serif; font-size: 19px; line-height: 1; color: #003b72; font-weight: bold; }

/* ==========================================================================
	#Section Single Gallery
========================================================================== */
.section-single-gallery { padding-bottom: 142px; }
.section-single-gallery h1 { padding-bottom: 21px; }

.slider-gallery { position: relative; }

.slider-gallery .slider-clip,
.slider-gallery .slides,
.slider-gallery .slides li,
.slider-gallery .slides li .slide-image { position: relative; z-index: 1; width: 600px; }

.slider-gallery .slider-clip { z-index: 9; margin-top: 73px; float: right; }
.slider-gallery .slides { list-style: none outside none; overflow: hidden; }
.slider-gallery .slides li { float: left; }
.slider-gallery .slides li .slide-image { height: 448px; background: #e5e5e5; border: 1px solid #d4d4d4; text-align: center; }
.slider-gallery .slides li .slide-image a { display: block; width: 100%; height: 100%; line-height: 448px; }
.slider-gallery .slides li .slide-image a img { padding: 10px; max-height: 380px; max-width: 580px; background-color: #fff; border: 1px solid #d4d4d4; }

.slider-gallery .slide-head { overflow: hidden; padding: 12px; }
.slider-gallery .slide-head h4 { float: left; font-size: 19px; color: #000; font-weight: bold; }
.slider-gallery .slide-head .slide-actions { float: right; }
.slider-gallery .slide-head .slide-actions a { font-size: 14px; line-height: 1.5; color: #777; }
.slider-gallery .slide-head .slide-actions a:hover { text-decoration: none; }
.slider-gallery .slide-body { padding: 0 12px; }
.slider-gallery .slide-body p { font-size: 12px; color: #000; }

.slider-gallery .slider-actions { position: absolute; top: 25px; right: 0; z-index: 5; }
.slider-gallery .slider-actions .slider-prev,
.slider-gallery .slider-actions .slider-next { display: inline-block; float: left; margin-left: 10px; cursor: pointer; padding: 5px 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #5f6469; text-decoration: none; text-shadow: 0 1px #fff; background: url(images/slider-btn-bg.png) repeat-x 0 0; border: 1px solid #d9d9d9; box-shadow: 0 2px 2px #bcc4cb; }

.slider-gallery .slider-actions .slider-play { position: absolute; top: 0; left: -348px; padding: 5px 10px; display: inline-block; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #5f6469; text-shadow: 0 1px #fff; border: 1px solid #d9d9d9; box-shadow: 0 2px 2px #bcc4cb; background: url(images/slider-btn-bg.png) repeat-x 0 0; }

.slider-gallery .slider-actions .slider-play span { font-size: 0; }
.slider-gallery .slider-actions .slider-play.paused span { font-size: 14px; }
.slider-gallery .slider-actions .slider-play.paused { font-size: 0; }

.slider-gallery .slider-actions .slider-play:hover,
.slider-gallery .slider-actions .slider-prev:hover,
.slider-gallery .slider-actions .slider-next:hover { text-decoration: none; box-shadow: none; background: #fff; }

.slider-thumbs { float: left; width: 300px; height: auto; margin-top: 20px; }
.slider-thumbs .thumbs-clip,
.slider-thumbs .caroufredsel_wrapper,
.slider-thumbs .thumbs { position: relative; z-index: 1; width: 300px; height: auto; }

.slider-thumbs .thumbs { list-style: none outside none; }
.slider-thumbs .thumbs li { overflow: hidden; width: 126px; height: auto; }
.slider-thumbs .thumbs li .thumb-image { float: left; margin: 5px 10px 5px 0; }
.slider-thumbs .thumbs li .thumb-image a { display: block; }
.slider-thumbs .thumbs li img { width: 126px; height: 96px; padding: 2px; background: #fff; display: inline-block; border: 1px solid #ccc; opacity: 0.8; }
.slider-thumbs .thumbs li img:hover,
.slider-thumbs .thumbs li .thumb-image.selected img { background: #000; opacity: 1; }

.thumbs-actions { overflow: hidden; }

.thumbs-prev,
.thumbs-paging a,
.thumbs-next { display: block; float: left; margin-right: 2px; padding: 4px 7px 2px 7px; border: 1px solid #ccc; color: #777; }

.thumbs-prev:hover,
.thumbs-paging a:hover,
.thumbs-next:hover { text-decoration: none; }

.thumbs-paging a:hover,
.thumbs-paging a.selected { background: #000; color: #fff; }

.thumbs-paging { height: 29px; float: left; }

/* ==========================================================================
	#Comments
========================================================================== */
.comments h3 { padding-bottom: 20px; }
.comments li { list-style: none outside none; }
.comments li.comment { padding: 0 0 0 30px; margin: 0 0 20px 30px; border-left: 2px solid #003b72; position: relative; }
.comments li .comment-author img { position: absolute; left: -26px; top: 20px; border-radius: 50%; }
.comments ul.children { padding-top: 20px; }
.comments .comment-reply { text-align: right; }
.comments form { max-width: 600px; }
.comments form p { padding-bottom: 12px; }
.comments label { display: block; padding: 0 0 4px 20px; }
.comments input,
.comments textarea { padding: 5px 10px; border-radius: 6px; border: 1px solid #003b72; width: 100%; }
.comments textarea { resize: none; height: 120px; }
.comments input,
.comments textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box; 	
}
.comments p.form-submit { padding-top: 20px; }
.comments p.form-submit input { background: #003b72; color: #fff; cursor: pointer; }
.comments p.form-submit input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
}

/* ==========================================================================
	#Footer
========================================================================== */
.footer { position: relative; z-index: 1; }
.footer-nav { position: relative; z-index: 1; padding: 10px 38px 13px 29px; overflow: hidden; background: #fff; border-bottom: 18px solid #003b72; box-sizing: border-box; width: 100%; }
.home .footer-nav { position: relative; z-index: 1; border-bottom: 0; }
.footer-nav p { float: left; color: #414040; font-size: 13px; line-height: 1.7; }
.footer-nav ul { margin-left: -1px; list-style: none outside none; overflow: hidden; float: left; }
.footer-nav li { float: left; }
.footer-nav li a { font-size: 13px; line-height: 1; color: #003b72; border-left: 1px solid #003b72; padding: 0 6px 0 5px; }
.footer-nav li:first-child a { border-left: 0; }
.footer-nav li a:hover { color: #000; text-decoration: none; }

.footer-bar { overflow: hidden; }
.footer-bar .credits,
.footer-bar .copyright p { margin: 5px 0; font-size: 11px; color: #292929; line-height: 1.5; }
.footer-bar .copyright { float: left; }
.footer-bar .credits { float: right; }
.footer-bar .credits a { color: #292929; }
.footer-bar .credits a:hover { color: #003b72; text-decoration: none; }

/* ==========================================================================
	#QU Form
========================================================================== */
.iphorm-outer {
}

.iphorm-outer label {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    line-height: 26px !important;
    margin: 3px 0 3px 9px !important;
}

.iphorm-outer input, .iphorm-outer textarea {
    border: 1px solid #cbcbcb !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 26px !important;
    padding: 2px 9px !important;
    width: 100%;
}

.iphorm-outer textarea {
	height: 100px;
}

.iphorm_1_6-element-spacer {
	position: relative;
}

.iphorm_1_6-element-wrap .iphorm-captcha-image-wrap {
    position: absolute;
    right: 0;
    top: 0;
}

.iphorm_1_6-element-wrap .ifb-captcha-image-inner {
	margin: 1px 1px 0 0;
}

.iphorm_1_6-element-wrap .iphorm-captcha-image-wrap img {
    height: 30px;
    width: auto;
}

.iphorm-submit-input-wrap {
	float: none;
}

.iphorm-outer .iphorm-submit-element, .iphorm-outer .iphorm-submit-element:active {
    background: #003b72;
    border-radius: 4px;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}

.iphorm-outer .iphorm-submit-element span, .iphorm-outer .iphorm-submit-element:active span {
    border: medium none;
    background: none;
    padding: 0;
}

.iphorm-outer .iphorm-submit-element:hover span {
    background: #003b72 !important;
}

.iphorm-outer .iphorm-submit-element span em {
    background: none;
    color: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

.iphorm-errors-list {
	padding: 0;
}

.iphorm-errors-list > .iphorm-error {
    background: none;
    border: medium none;
    color: #fa8b83;
    font-size: 10px;
    padding: 0;
    text-align: right;
    width: 100%;
}

/*Slideshow*/

.main .entry .cyclePrimary, .main .entry .slickSliderMain {
	position: relative;
	width: 100%;
	height: 429px;
}

.main .entry .slickSliderMain .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.main .entry .slickSliderMain .slick-next {
	background: url(images/walsh_primary_right.png) no-repeat center center;
    display: block;
    height: 41px;
    right: 30px;
    position: absolute;
    top: calc(50% - 20px);
    width: 41px;
    z-index: 10001;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

.main .entry .slickSliderMain .slick-prev {
	background: url(images/walsh_primary_left.png) no-repeat center center;
    display: block;
    height: 41px;
    left: 30px;
    position: absolute;
    top: calc(50% - 20px);
    width: 41px;
    z-index: 10001;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

.main .entry .slickSliderMain.slick-initialized .slick-slide {
    background: #000000;//#b7b7b7;
    display: block;
    height: 428px;
    width: 729px;
	text-align: center;
	white-space: nowrap;
}

.main .entry .slickSliderMain img {
	background: #b7b7b7;
    vertical-align: middle;
    max-height: 428px;
    max-width: 729px;
	display: inline-block;
}

.main .entry .slickSliderNav {
	padding: 0 33px 0 35px;
	position: relative;
	margin: 7px 0 30px;
}

.main .entry .slickSliderNav .slick-next {
    background: #f8b730 none repeat scroll 0 0;
    bottom: 0;
    color: #f8b730;
    font-family: oswald;
    font-size: 24px;
    font-weight: 400;
    right: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 42px;
    width: 21px;
	border: none;
	height: 100%;
	overflow: hidden;
}

.main .entry .slickSliderNav .slick-prev {
	background: #f8b730 none repeat scroll 0 0;
	bottom: 0;
	color: #f8b730;
	font-family: oswald;
	font-size: 24px;
	font-weight: 400;
	left: 0;
	line-height: 80px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 42px;
	width: 21px;
	border: none;
	height: 100%;
	overflow: hidden;
}

.main .entry .slickSliderNav.slick-initialized .slick-slide {
	width: auto !important;
	margin: 0 5px;
}

.main .entry .slickSliderNav img {
	height: 86px;
}

.main .entry .cycleThumbnails .cycle-slide-active img {
	border: 1px solid #666;
}

.main .entry .cycle-carousel-wrap .cycle-slide {
    /*width: 95px !important;*/
}

.main .entry .slickSliderNav .slick-current {
    border: 2px solid #f8b730;
}

.main .entry .slickSliderNav .slick-current img {
    height: 82px;
}


.main .entry .slickSliderMain.slick-initialized .slick-slide .caption {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    display: inline-block;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: auto;
	height: auto;
	white-space: normal;
}

#sidebar li#formWidgetWrapper {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    padding: 0;
	border: medium none;
}

#sidebar li#formWidgetWrapper h2.formWidgetTitle {
    background: rgba(0, 0, 0, 0) url(images/formHeader.png) no-repeat scroll 0 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: "Lucida Sans Unicode";
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.222;
    margin: 0;
    min-height: 61px;
    padding: 10px 0 0 100px;
    text-align: left;
    text-shadow: 1px 1.732px 1px rgba(0, 0, 0, 0.15);
}

#sidebar li#formWidgetWrapper .iphorm-outer {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 22px 22px 11px;
	border: 1px solid #ababab;
	border-top: none;
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-input-wrap input, #sidebar li#formWidgetWrapper .iphorm-outer .iphorm-input-wrap textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #8b8b8b !important;
    color: rgb(32, 32, 32);
    display: block;
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    height: 33px;
    line-height: 2.214;
    margin: 0;
    padding: 2px 13px;
    text-align: left;
	font-style: normal;
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-input-wrap textarea {
	height: 88px;
}

#sidebar li#formWidgetWrapper .iphorm-outer label {
    color: rgb(32, 32, 32) !important;
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    line-height: 2.214;
    text-align: left;
	cursor: text;
}

#sidebar li#formWidgetWrapper .iphorm-element-spacer {
	padding-bottom: 9px;
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-element-wrap .iphorm-element-spacer-captcha label {
	left: 0;
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-element-wrap .iphorm-input-wrap-captcha {
    float: left;
    width: calc(100% - 74px);
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-element-wrap .iphorm-captcha-image-wrap {
    border: 1px solid #c1c1c1;
	border-left: none;
    float: right;
    height: 31px;
    width: 72px;
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-element-wrap .iphorm-captcha-image-wrap img {
    height: 31px;
    width: 72px;
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-submit-element {
    background: #283775;
    height: 33px;
    padding: 0;
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-submit-element span, #sidebar li#formWidgetWrapper .iphorm-outer .iphorm-submit-element:hover span {
	background: #283775 !important;
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-submit-element span em {
    border: 1px solid #c1c1c1;
    color: rgb(255, 255, 255);
    font-family: "Lucida Sans Unicode";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.938;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1.732px 1px rgba(0, 0, 0, 0.15);
}

#sidebar li#formWidgetWrapper .iphorm-outer .iphorm-edit-form-wrap {
	display: none;
}
/* ==========================================================================
	#Media - Small desktop, tablets in landscape 
========================================================================== */
@media (max-width: 1200px) {
	
	body { min-width: 100%; }
	.shell { width: 980px; }

	.header { padding: 26px 0 0 26px; }
	.nav > ul > li > a { padding:0 18px; }
	.intro-content { width: 370px; }
	.footer-bar { padding: 0 10px; }
	.section { padding: 32px 28px 23px 33px; }
	
}

/* ==========================================================================
	#Media - Tablets in portrait
========================================================================== */
@media (max-width: 979px) {
	
	.shell { width: 730px; }
	h1 { font-size: 30px; line-height: 1; }
	.header { padding-left: 16px; position: relative; }
	.header-right { width: 470px; }
	.header-head { padding: 0 2px 0 3px; }
	.header-head h3 { font-size: 16px; }
	.phone,
	.phone a { color: #fff; font-size: 15px; }

	a.menu-btn { position: relative; z-index: 5; display: inline-block; float: none; text-indent: 100%; white-space: nowrap; overflow: hidden; margin: 2px 20px 0 0; width: 37px; width: 37px; height: 31px; background: url(images/menu-btn.png) no-repeat 0 0; }

	.nav { width: auto; margin: 3px 10px 0 0; text-align: right; }
	.nav > ul { position: absolute; top: 114px; left: 0; right: 0; z-index: 10; float: none; display: block; background: #003b72; margin: 0; padding: 0; visibility: hidden; height: auto; text-align: center; }
	.nav > ul { 
		-webkit-transform: scale(0.8) translate3d(0,-10%,0);
				transform: scale(0.8) translate3d(0,-10%,0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	.nav > ul > li { float: none; display: block; margin: 0; padding: 0; border-bottom: 1px solid #fff; }
	.nav > ul > li:first-child { border-top: 1px solid #fff; }
	.nav > ul > li > a { padding: 10px 0; display: block; position: relative; font-size: 14px; line-height: 1.2; color: #fff; }
 
	.nav.show > ul { visibility: visible; opacity: 1; background: #003b72; }
	.nav.show > ul { 
		-webkit-transform: scale(1) translate3d(0,0,0);
				transform: scale(1) translate3d(0,0,0);
	}

	.sub-menu { position: static; display: none; background: #003b72; opacity: 1; visibility: visible; }
	.sub-menu li a:hover { background-color: #012b53; }
	.nav > ul > li:hover > .sub-menu { display: block; }
	.sub-menu li a { border-top: 1px solid #466fa4; border-bottom: 0; }
	.nav > ul > li > a {
	 	-webkit-transition: all 0s;
		        transition: all 0s;
	 }	
	.intro { padding: 0 5px; }
	.intro-content { float: left; width: 290px; margin-top: 56px; }
	.intro-content h4 { margin: 0; padding-left: 20px; font-size: 16px; }
	.intro-content .alt { padding-left: 25px; font-size: 14px; }
	.intro-content p { padding-left: 20px; font-size: 14px; line-height: 1.3; }
	.intro-actions { position: absolute; bottom: 0; right: 30px; width: 147px; height: 37px; }
	.intro-actions a { display: block; font-size: 12px; line-height: 37px; color: #fff; text-align: center; text-shadow: -1px -1px 0 #474747; border-radius: 9px 9px 0 0; background: #5b7db0; }
	.intro-actions a:hover { opacity: 0.8; text-decoration: none; }

	.slider { position: relative; margin-top: 36px; float: left; width: 430px; z-index: 1; }
	.slider .slider-clip,
	.slider .slides,
	.slider .slides li,
	.slider .slides li .slide-image { position: relative; z-index: 1; width: 430px; height: 327px; }
	.slider .slides li img { width: 430px; height: 327px; }
	.slider .slider-clip { margin-bottom: 20px; }

	.content { width: 400px; padding: 29px 0 10px 5px; }
	.col-1of2 { width: 180px; margin-right: 15px;}

	.sidebar { float: left; width: 310px; }
	.slider-updates { width: 310px; }
	.slider-updates .slider-clip,
	.slider-updates .slides,
	.slider-updates .slides li { position: relative; z-index: 2; width: 310px !important; }
	.slider-updates .slides li .slide-image { padding: 10 5px; }
	.slider-updates .slides li .slider-content { padding: 5px; }
	.slider-updates .slides li .slider-content { width: 125px; padding-top: 15px; }

	.slider-gallery .slider-clip,
	.slider-thumbs { float: none; display: block; margin: 0 auto; }
	.slider-gallery .slider-actions { right: 38px; }
	.slider-thumbs { margin-top: 20px; }

	.section-contact .section-locations { float: none; width: 430px; text-align: center; display: block; margin: 0 auto 20px; }
	.section-contact .section-form { width: 465px; float: none; margin: 0 auto; display: block; }
	.section-contact .section-form p { padding-left: 184px; font-size: 14px; padding-top: 1px; }

	.section-galleries .gallery-content { width: 430px; }

	.section-details .section-images li img,
	.section-fastener .section-images li img { width: 195px; height: auto; }

	.section-industries .industry-content,
	.section-services .service-content { width: 455px; padding: 0; }
	.section-services .services { padding-bottom: 40px; }

	.footer-nav p { float: none; }
	.footer-nav ul { margin-left: 0; }
	.footer-nav li a { font-size: 12px; padding: 0 3px 0 2px; }
}

/* ==========================================================================
	#Media - Phones
========================================================================== */
@media (max-width: 767px) {

	body { min-width: 100%; background: #ffffff; }
	.shell { width: auto; padding: 0 5px; }

	.header { height: auto; padding: 5px 0 0 0; margin: 0px -5px; }
	.logo { width: 150px; height: 48px; float: none; display: block; margin: 0 auto 10px;
        -webkit-background-size: 150px 48px;
                background-size: 150px 48px; 
    }
	
	.header-right { float: none; width: auto; height: auto; }
	.header-head { border-width: 0; height: auto; padding: 0 10px; text-align: center; }
	.header-head h3 { font-size: 16px; line-height: 1.2; float: none; padding-bottom: 10px; width: 305px; margin: 0 auto; }
	.phone { float: none; font-size: 16px; line-height: 1.2; }

	.nav { width: auto; margin: -33px 0 0 0; padding-bottom: 3px; }
	.nav > ul { position: absolute; top: 133px; left: 0; right: 0; z-index: 10; float: none; display: block; background: #003b72; margin: 0; padding: 0; visibility: hidden; height: auto; text-align: center; }

	.slider { float: none; width: 300px; display: block; margin: 36px auto 0; }
	.slider .slider-clip,
	.slider .slides,
	.slider .slides li,
	.slider .slides li .slide-image { position: relative; z-index: 1; width: 300px; height: 228px; }

	.slider .slides li img { width: 300px; height: 228px; }
	.intro { margin: 0 -5px; height: auto; padding: 0 5px; border-bottom: 17px solid #003b72; background: url(images/intro-bg-phone.png) repeat 0 0; }
	.intro-content { float: none; width: auto; margin-top: 10px; text-align: center; padding-bottom: 45px; }
	.intro-content h4 { margin: 0; padding-left: 10px; font-size: 16px; line-height: 1.8; margin: 0 -5px; }
	.intro-content .alt { font-style: italic; font-weight: bold; padding-left: 15px; margin: 10px; }
	.intro-content p { padding-left: 10px; font-size: 14px; line-height: 1.3; }
	.intro-actions { right: 15px; }

	.section { padding: 10px 0; }

	.content { float: none; width: auto; padding: 10px; text-align: center; }
	.cols { overflow: hidden; }
	.col { float: none; }
	.col-1of2 { width: auto; margin: 20px 10px; }
	.col-actions a { margin: 0 auto;}
	.content .section-post { padding: 0; }

	.sidebar { float: none; display: block; margin: 0 auto; margin-bottom: 30px; }
	.widget { text-align: center; }
	.widget-slider { text-align: left; }

	.section-content .wp-caption { width: 100% !important; }
	.section-content .wp-caption img { width: 100% !important; height: auto; }

	.slider-thumbs { width: 280px; }
	.section-single-gallery { padding-bottom: 50px; }
	.slider-gallery .slider-clip,
	.slider-gallery .slides,
	.slider-gallery .slides li,
	.slider-gallery .slides li .slide-image { width: 300px; height: auto; }

	.slider-gallery .slider-clip { padding-top: 73px; }
	.slider-gallery .slides li .slide-image { height: 210px; }
	.slider-gallery .slides li .slide-image { height: auto; }
	.slider-gallery .slides li .slide-image a img { padding: 2px; max-height: 200px; max-width: 290px; }
	.slider-gallery .slide-content { text-align: center; }
	.slider-gallery .slide-head h4 { float: none; line-height: 1.3; }
	.slider-gallery .slide-head .slide-actions { float: none; display: none; }

	.slider-gallery .slides li .slide-image a { display: block; line-height: 210px; }
	.slider-gallery .slider-actions { right: 0; left: 0; z-index: 5; width: 264px; display: block; margin: 0 auto; }
	.slider-gallery .slider-actions .slider-play { display: none !important; }

	.section-contact .section-locations { width: auto; }
	.section-locations .google-map { display: block; width: 300px; height: 277px; margin: 20px auto; }
	.section-contact .section-form { width: 300px; margin: 0 auto; text-align: center; }
	.section-contact .section-form p { padding-left: 0px; }

	.section-contact .section-form .gform_wrapper { text-align: left; }

	.section-fastener,
	.section-contact .section-inner,
	.section-details,
	.section-services,
	.section-post { text-align: center; }

	.section-galleries { text-align: center; }
	.section-galleries .gallery-image { float: none; margin-right: 10px; }
	.section-galleries .gallery-image img { width: 196px; height: auto; padding: 2px; }
	.section-galleries .gallery-content { width: auto; float: none; }

	.section-details .entry-header { margin-bottom: 36px; }
	.section-details .section-images ul { margin: 0; }
	.section-details .section-images li { float: none; padding: 0; }

	.section-fastener .entry-header { margin-bottom: 30px; }
	.section-fastener .section-images { padding-bottom: 14px; }
	.section-fastener .section-images ul { margin: 0; }
	.section-fastener .section-images li { float: none; padding: 0; }

	.section-industries { text-align: center; }
	.section-industries .industry-image { float: none; margin-right: 0; }
	.section-industries .industry-image img { width: 175px; height: auto; margin: 0 auto; }
	.section-industries .industry-content { width: auto; float: none; padding-top: 10px; }

	.section-services .entry-header { padding-bottom: 20px; }
	.section-services .entry-title { padding-bottom: 13px; }
	.section-services .services { padding-bottom: 45px; }
	.section-services .service { overflow: hidden; padding-bottom: 16px; }
	.section-services .service-image { float: none; margin: 0 0 10px 0; }
	.section-services .service-content { width: auto; float: none; }

	.footer { text-align: center; }
	.footer-nav { padding: 10px; border-bottom: 5px solid #003b72; }
	.footer-nav p,
	.footer-nav ul,
	.footer-nav li { float: none; }
	.footer-nav li a { border-left: 0; padding: 5px 0; }
	.footer-bar .copyright,
	.footer-bar .credits { float: none; margin: 10px 0; }
}
