/*** BEGIN Mounting Hardware Images ***/
.hardwarefix {
		border: 1px solid #999999;
		border-radius: 8px;
		height: 215px;
		width: 235px;
		padding:  20px 0px 20px 0px !important;
		text-align: center; 
}

/* .hardwarefix div div .sow-image-container image {
		display: block;
		margin-left: auto;
		margin-right: auto;
} */

.hardwarefix h3 {
		font-size: 16px !important;
		line-height: 20px !important;
		margin-bottom: 10px !important;
		font-weight: normal !important;
}
/*** END Mounting Hardware Images ***/

/*** BEGIN Center Image on Mobile to stop skinny text - 2 OPTIONS ***/
/**** Must be in outer most wrapper around an image  *****/

@media only screen and (max-width: 600px) {
		.fix-skinny-text-mobile {
				float: none !important;
				display: block;
				width: 80%;
				margin-left: auto;
				margin-right: auto;
				text-align: center;
    }
}

/**** enter this in div... class="fix-skinny-text-mobile" ****/
/**** END Center Image on Mobile to stop skinny text ********/


/*** Begin Media queries for right or bottom text ***/
@media only screen and (min-width: 780px) {
    /* For desktop: */
    .text-bottom {display: none;}
}

@media only screen and (max-width: 779px) {
    /* For desktop: */
    .text-right {
				display: none;
		}
		.col2-adjustments {
				
		}
}
/*** End Media queries for right or bottom text ***/

/**** Begin Gravity Forms Adjustments ****/
.gf-adjust1 .gform_heading {
		margin-bottom: 12px;
} 

.gf-adjust1 .gfield {
		padding-bottom: 10px;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 10px !important;
}
/**** End Gravity Forms Adjustments ****/

.logo-blue {
		color: #0066cc;
		font-style: italic;
		font-weight: 700;
}

/* For "Signature" blue in Signature Series Gas Springs text like the logo */
.sig-blue {
		color: #0066cc;
		font-weight: bold;
		font-style: italic;
}

#main a {
		text-decoration: none;
}

#main a:hover {
		text-decoration: overline underline;
		text-decoration-color: #0066cc; /* #de630c orange */
		text-underline-offset: 5px;
		text-decoration-thickness: 3px;
}
/*
#main h2 a:hover {
		text-decoration: overline underline;
		text-decoration-color: #0066cc; 
		text-underline-offset: 5px;
		text-decoration-thickness: 3px;
} */

.widget_sow-button a:hover {
		text-decoration: none !important;
}

h3 {
		font-size: 24px !important;
		line-height: 28px;
		margin-bottom: 6px !important;
		color: #666666;
		font-weight: 700;
}

h4 {
		font-size: 20px !important;
		line-height: 24px;
		margin-bottom: 6px !important;
		color: #444444 !important;
		font-weight: 700 !important;
}

/** begin adjust bullet points **/
/** keep for SIG SERIES **/
.bullet-fix1 li {
		margin-left: 5px !important;
}

ul li {
		margin-bottom: 8px;
		margin-left: 0px !important;
  /* padding: 0; */
}

ul .no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/** end adjust bullet points **/


/***********************************************************************/
/*** CSS BELOW IS FROM EliteMetalPolishing - Needs check on new site ***/
/***********************************************************************/

/** begin Top of Header Blue Border **/

#masthead {
		border-top: 0px solid #03065d;
}  /* absolute top of page */

nav {
		border-top: 0px solid #03065d;
		border-bottom: 0px solid #03065d;
}  /* Orange Menu Bar */

#masthead .hgroup {
    /* position: relative; */
    padding-top: 20px;
    padding-bottom: 20px;
}

/** end Top of Header Blue Border **/

/** begin site-wide default font size **/
p {
  font-size:16px !important;
}

.link-no-line a:link {
  text-decoration: none;
}
/** end site-wide default font size **/


/** Start home page grid featured products **/
.hp-grid-cells {
  border: 1px solid #1e1e1e;
  box-shadow: 5px 10px 5px 0px rgba(110,110,110,0.86);
  border-radius: 5px;
  height: 380px !important; /* 350px */
  overflow: hidden;
  /* background-color: #ffffff; */ /* For browsers that do not support gradients */
  /* background-image: linear-gradient(#ffb91d, #ffffff); */ /* Standard syntax (must be last) */
  padding-bottom: 20px;
}

.grid-h2-nolink h2 {
  margin-bottom: 0.15em;  
}

.grid-h2-nolink a:link {
  text-decoration: none;
  color: #444444;
}

.grid-h2-nolink {
  height: 75px !important; /* 55px */
  /* overflow: hidden; */
  border:0px solid #ff0000;
}

.grid-pic {
  height: 200px !important;
  overflow: hidden;
  border:0px solid #ff0000;
}
.grid-button {
  height: 105px !important;
	padding-top: 10px;
  overflow: hidden;
  border:0px solid #ff0000;
}

/* 2nd row on front page - accomodations for 2 instead of 3 product boxes */
/* #pgc-2-3-0 div {
  border:0px;
  box-shadow:none;
}
#pgc-2-3-3 div {
  border:0px;
  box-shadow:none;
} */
/** End home page grid featured products **/

/** Start sidebar **/
#secondary p {
  font-size: 1.2em !important;
}
#secondary h3 {
  font-size:1.4em !important;
}
/** End sidebar  **/

/** Start main body H-tags  **/
article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
  text-transform: uppercase;
  font-size:28px;
  color: #3b3b3b;
  font-weight: 500;
  line-height: 1.35em;
}

.entry-content h3 {
  font-size: 1.4em;
  color: #444444;
  margin: 1em 0;
  font-weight: 500;
}

/** End main body H-tags  **/

/** Shadow for SiteOrigin Hero Text Overlay  **/
.heavy-shadow-for-text h1 {
	text-shadow: 0px 0px 8px #000, 0px 0px 16px black, 0px 0px 8px black, 0px 0px 24px black !important;
  font-weight: 700;
  }
/** END **/