/*
 Theme Name: cyclefix-child

 Theme URI: https://www.deltamcorp.com/

 Description: Cyclefix-DMC Child Theme

 Author: Justin Stout

 Author URI: http://www.slamdot.com/

 Template: cyclefix

 Version: 1.0.0

*/

 
@import url("../cyclefix/custom.css");
@import url("../cyclefix/hover-min.css");
@import url("../cyclefix-child/custom-widget-menu.css");
@import url("../cyclefix-child/full-page.css");
@import url("/wp-content/plugins/dmc_shortcode/product-slider/css/demo.css");
/* =Theme customization starts here
------------------------------------------------------- */
/* Links */

a {
	color: #3E3E3E;
	text-shadow: 0.1px 0.1px 0.1px rgba(0, 0, 0, 0.4);
}
a:active {
	color: rgba(0,0,0,1.00);
	text-shadow: 0.1px 0.1px 0.1px rgba(0, 0, 0, 0.8);
}
/* Identifies the current selected link or page by using class="menucurrent" in an element */
.menu-current {
	color: #3E3E3E;
	font-weight: bold;
	font-size: 14.4px;
	text-decoration: underline;
}
.menu-current:before {
	content: "→";
}
.menu-current:after {
	content: "←";
}
.sidebar {
	background: none;
	width: 300px;
	padding: 0 0 0 5px;
	position: relative;
	margin: auto;
	float: right;
}
/* Contact Form 7 customizations.........
..............................................................*/

.sidebar .wpcf7-submit {
	float: left;
}
.wpcf7-submit:hover, .wpcf7-submit.hover {
	background-position: 100% -40px;
}

/* Contact Form 7 input text box dims */

input.wpcf7-text {
	height: 20px;
	width: 230px !important;
	background: #fff;
}
/* End Contact Form 7.................................*/



.double_under {
	border-bottom: 1.5px solid;
	position: relative;
}
.double_under:after {
	border-bottom: 1.5px solid;
	content: '';
	left: 0;
	position: absolute;
	bottom: 4px;
	width: 100%;
}
.double_under_thin {
	border-bottom: 1px solid;
	/* padding-bottom:1px;*/

	position: relative;
}
.double_under_thin:after {
	border-bottom: 1px solid;
	content: '';
	left: 0;
	position: absolute;
	bottom: 2px;
	width: 100%;
}
/* Single-direction drop shadow */		

hr.shadow {
	float: left;
	margin: 10px 0 0 10px;
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
/* adds styling to the product series titles exp. microtuf - FS4200 Series*/	
.productseries {
	color: #303030;
	font-weight: normal;
	font-size: 23px;
	letter-spacing: -2px;
	margin: 0px 0px -40px 0px;
	line-height: 0;
	position: relative;
	z-index: 2;
}
/* adds styling to the product type titles exp. Basic Mass Flow Switch*/		

.producttype {
	color: #3E3E3E;
	;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}
.recommend {
	color: #3E3E3E;
	font-weight: bold;
	font-size: 19px;
	line-height: 1;
	margin: 10px 0px 0px 0px;
	padding-right: 35px;
}
table#t01, th#t01, td#t01 {
	border: 1px solid black;
	background-color: transparent !important;
	border-collapse: collapse;
}
html {
	background-color: #C7C7C7;
	width: 100%;
}
body {
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #666;
	background: #fff url(/wp-content/themes/cyclefix-child/images/dm-body.gif) repeat-x;
	min-width: 300px;
	height: 100%;
	width: 100%;
	margin: 0 !important;
}
/* button */

.btn-holder {
	height: 1%;
	overflow: hidden;
}
.big-btn {
	float: left;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	padding: 0 0 0 25px;
	background: url(images/dm-btn-big.gif) no-repeat -1px -40px;
}
.big-btn:hover {
	text-decoration: none;
	position: relative;
	background-position: -1px -80px;
}
.big-btn:hover span {
	background-position: 100% -120px;
}
.big-btn span {
	float: left;
	background: url(../cyclefix-child/images/dm-btn-big.gif) no-repeat 100% 0;
	padding: 8px 20px 12px 0;
}
/* Footer */



.footer-area {
	width: 100%;
	background: #3f3e3f url(/wp-content/themes/cyclefix-child/images/dm-footer.gif) repeat-x;
	overflow: hidden;/*z-index: 99;*/
}
.footer .map {
	border-color: rgba(0,0,0,1.00);
}
.footer .big-btn {
	float: left;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	padding: 0 0 0 10px;
	background: url(images/dm-btn-big.gif) no-repeat -1px -40px;
}
.footer .big-btn span {
	float: left;
	background: url(images/dm-btn-big.gif) no-repeat 100% 0;
	padding: 4px 30px 26px 15px;
}
.footer .big-btn:hover {
	text-decoration: none;
	position: relative;
	background-position: -1px -80px;
}
.footer .big-btn:hover span {
	background-position: 100% -120px;
}
.footer .btn-holder {
	padding: 3px 0 26px;
}
.footer .box p {
	padding: 0 0 17px;
}
.footer h4 {
	color: #fff;
	padding: 7px 0 14px 0;
}
/* wrapper */

.wrapper {
	width: 100% !important;
	margin: 0 !important;
	color: #666;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
#wrapper {
	width: 100%;
	margin: 0 !important;
	color: #666;
}
/* Logo */


.logo {
	overflow: hidden;
	background: url(../cyclefix-child/images/DMLOGO_original_400px.png) no-repeat;
	width: 400px;
	height: 113px;/*	padding: auto;
	margin: 10px auto 0px auto;*/
}
.logo a {
	display: block;
	height: 100%;
	position: relative;
}
/* header */
.header .top {
	height: 100%;
	background: #D4D4D4;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 20px;
	/*	top: 40px;*/
	width: 100%;/*margin-top:40px;*/
}
.header-fade {
	background: #D4D4D4 url(/wp-content/themes/cyclefix-child/images/dm-header-fade.gif) repeat-x;
	width: 100%;
	z-index: 99;
	margin: 18px 0 -22px 0;
	opacity: 0.5;
}
.header-wrapper {
	margin: 0 auto;
	height: 100%;
	width: 885px;
}
div.header-wrapper {
	height: 100%;
	padding: 0;
	width: 885px;
}
.header {
	height: 1%;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
}
.header .block {
	height: 40px;
	width: 100%;
	padding: 0;
	background: none;
	z-index: 9999;
	position: fixed;
}
.header .block:after {
	clear: both;
	content: "";
	display: block;
}
.header-widget-one {
	margin: 0;
	padding: 0;
	float: none;
	width: 400px;
}
/* adds styling to the header widget exp (Process Instrumentation */	

.header-widget-two {
	color: #303030;
	font-weight: normal;
	font-size: 22px;
	font-style: normal;
	letter-spacing: -2px;
	max-width: 465px;
	/*	line-height:22px;*/
	z-index: 988;
	height: 83px;
	overflow: hidden;
	margin: 0;
	padding: 30px 0 0 20px;
	float: none;
}
.header-widget-fancy {
	font-family: "penna";
	font-size: 38px;
	font-style: italic;
	line-height: 36px;
	letter-spacing: 0px;
	color: #303030;
	z-index: 9;
}
.header-widget img {
	margin: 0px 0 -10px -10px;
}
.menu-primary-container, .menu-primary-navigation-container {
	float: none;
	position: absolute;
	z-index: 9;
}
.widget {
	padding: 0 15px 0px 24px;
	z-index: 9;
}
.content #searchsubmit {
	margin: 2px 0px 2px 0px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: url(images/submit-btn.gif) no-repeat 0px 0;
	width: 60px;
	height: 38px;
	color: #fff;
	font: normal 16px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#downloadlist ul {
	font-weight: bold;
	color: #3E3E3E;
	font-size: 14px;
	margin: 10px 0px 10px -5px;
	line-height: 15px;
}
#downloadlist ul li {
	list-style-type: disc;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	line-height: 20px;
	background: none;
}
#downloadlist ul li li {
	list-style-type: circle;
	font-weight: normal;
	color: #666;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	line-height: 20px;
	background: none;
}
#tabtop {
	margin: -30px -200px 0px 0px;
	z-index: 5;
}
.margin-top-20 {
	margin: 20px 0px 0px 0px;
}
.ImageBorder {
	border: 1px solid #021a40;
	box-shadow: 5px 5px 8px 1px #111111;
	-moz-box-shadow: 5px 5px 8px 1px #111111;
	-webkit-box-shadow: 5px 5px 8px 1px #111111;
}
.sidebar li {
	padding: 0 0 8px;
}
/* Ads id for applying a wide widget to a template page*/
#widewidget {
	background: none;
	float: right;
	width: 400px;
	padding: 0 0 0 20px;
}
#search, .widget#search {
	float: left;
	width: 198px;
	height: 49px;
	overflow: hidden;
	padding: 0 0 0px 20px;
	background: url(images/dm-search.gif) no-repeat;
	margin: 0 0 10px 0;
}
#search .text, .widget#search .widget.text {
	float: left;
	width: 156px;
	height: 30px;
	padding: 0px 5px 0px;
	border: 0;
	background: none;
	color: #fff;
	font: 18px "Lucida Grande", "Lucida Sans Unicode";
	line-height: 0px;
	font-weight: normal;
	position: relative;
	margin: -3px 0 0 5px;
}

h3 {
	margin: -13px 0px 0px 0px;
	letter-spacing: -1px;
}
.subtitle {
	color: #565656;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	text-shadow: #FFFFFF !important;
}
/* Adds fading effect to Application links */

.fade_link {
	color: #565656;
	font-weight: bolder;
	/* Opacity Transistion*/
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.fade_link:hover, .fade_link:focus, .fade_link:active {
	opacity: 0.3;
	text-decoration: none;
}
.header-tel {
	font-size: 18px;
	margin: 10px 0px -50px 50px;
	float: right;
}
.slogan {
	font-size : 26px;
	font-family: "pragmatica-web-i9", "pragmatica-web", sans-serif;
	font-style: italic;
	font-weight: 900;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #5c5c5c; /* horizontal-offset vertical-offset 'blur' colour */
	color: #E7E7E7;
	text-shadow: -1px -1px 0 #5c5c5c, 1.5px 1.5px 1.5px #000000;
	letter-spacing: 0em;
	line-height: 1.2;
}
.home-banner {
	margin: -68px auto -5px auto;
	opacity: 0.7;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.product-box1, .product-box2, .product-box3 {
	/*Dimensions*/
	width: 50%;
	height: auto;
	max-height: 200px;
	margin: 0;
	padding-top: 10px;
	margin-right: -4px;
	display: inline-block;
	/*Background*/
	background : -moz-linear-gradient(50% 100% 90deg, rgba(63, 62, 63, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(63, 62, 63, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(63, 62, 63, 1) ), color-stop(1, rgba(255, 255, 255, 1) ));
	background : -o-linear-gradient(90deg, rgba(63, 62, 63, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background : -ms-linear-gradient(90deg, rgba(63, 62, 63, 1) 0%, rgba(255, 255, 255, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3E3F', endColorstr='#FFFFFF' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(63, 62, 63, 1) 0%, rgba(255, 255, 255, 1) 100%);/*	outline:#D2D2D2 solid 0.3vw;	*/
}
.product-box1 {
}
.product-box2 {
}
.product-box3 {
}
.product-box1 img, .product-box2 img, .product-box3 img {
	align-content: center;
	width: 16.0vw;
	margin: 0 auto;
	margin-left: 25%;
	/*	margin-bottom:-50px;*/
/* Hover Grow */
	-webkit-transform: translateX(0px) translateY(0px) translateZ(0);
	transform: translateX(0px) translateY(0px) translateZ(0);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
	-webkit-transition-property: opacity, transform;
	transition-property: opacity, transform;
}
.product-box1 img:hover, .product-box1 img:focus, .product-box1 img:active, .product-box2 img:hover, .product-box2 img:focus, .product-box2 img:active, .product-box3 img:hover, .product-box3 img:focus, .product-box3 img:active {
	-webkit-transform: scale(1.07) translateY(0px);
	transform: scale(1.07) translateY(0px);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#product-wrapper {
	margin: 0;
	border: rgba(63, 62, 63, 1) solid 0.3vw;
}
.product-text-box1, .product-text-box2, .product-text-box3, .product-text-box1 a, .product-text-box2 a, .product-text-box3 a {
	/* Font */
	font-family: "pragmatica-web-i9", "pragmatica-web", sans-serif;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #5c5c5c; /* horizontal-offset vertical-offset 'blur' colour */
	color: #E7E7E7;
	text-shadow: 1.5px 1.5px 1.5px #000000;
	letter-spacing: 0em;
	line-height: 1.2;
	font-size : 2.8vw;
	/*Dimensions*/
	width: 50%;
	height: auto;
	margin: 0 -4px 0 0;
	
	display: inline-block;
	/*Background*/
	background : rgba(63, 62, 63, 1);
	/* Hover Grow */
	-webkit-transform: translateX(0px) translateY(0px) translateZ(0);
	transform: translateX(0px) translateY(0px) translateZ(0);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
	-webkit-transition-property: opacity, transform, text-shadow;
	transition-property: opacity, transform, text-shadow;
}
.product-text-box1 a:hover, .product-text-box1 a:focus, .product-text-box1 a:active, .product-text-box2 a:hover, .product-text-box2 a:focus, .product-text-box2 a:active, .product-text-box3 a:hover, .product-text-box3 a:focus, .product-text-box3 a:active {
	text-shadow: 1.5px 1.5px 0.7px rgba(231, 231, 231, 0.15);
	text-decoration: none;
	-webkit-transform: scale(1.07) translateY(0px);
	transform: scale(1.07) translateY(0px);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.product-text-box1 {
	border-right: rgba(250, 250, 250, 0.5) solid 0.3vw;
	width: 49%;
}
.product-text-box2 {
	border-left: rgba(250, 250, 250, 0.5) solid 0.3vw;
	width: 49%;
}
.main {
	max-width: 98%;
	width: 949px;
	height: 100%;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
#main {
	max-width: 98%;
	width: 949px;
	height: 100%;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.super {
	position: relative;
	bottom: 0.8em;
	font-size: 0.5em;
}

.issuumanual {

width: 90% !important;
margin:0 auto;
}
#\31,#\32,#\33,#\34,#\35,#\36,#\37,#\38 {
	
	z-index: 1;
}

#wp-tabs-1 {
	max-width:637px;
}

.g-recaptcha {
	margin:15px 0;
}

.mega-buynow a {
    background-image: url(images/buy-now-button-copy-300x120.png) !important;
    background-size: auto 40px !important;
    margin: 0 0 0 -100px !important;
    background-repeat: no-repeat !important;
}

.buynow_btn_products {
    background-image: url(images/buy-now-button-copy-300x120.png) !important;
    background-size: auto 70px !important;
    background-repeat: no-repeat !important;
    margin: 8px 15px 0px 0px !important;
    width: 160px;
    height: 70px;
    float: right;
}

/*@media screen and (max-width: 1000px) {
.issuumanual {

width: 680px !important;
}
}

@media screen and (max-width: 700px) {
.issuumanual {

width: 100% !important;
}
}*/
/* Screen Size adjustments*/


@media screen and (max-width: 985px) {
.logo {
	background-size: 80%;
	float: none;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -160px;
}
.logo a {
	width: 90%;
	height: 90%;
}
.header-widget-one {
	margin-bottom: -5px;
}
.header .top {
	height: 80px;
}
.header-widget-two {
	display: none;
}
.header-widget-fancy {
	display: none;
}
#search-nav {
	display: none;
}

.sidebar {
	display: none;
}
.social {
	display: none;
}
.footer {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 10%;
}
}

@media screen and (max-width: 893px) {
.header .top {
	padding-top: 60px;
}
}

@media screen and (max-width: 720px) {
.location {
	display: none;
}
.product-text-box1, .product-text-box2, .product-text-box3 {
	font-size : 24px;
	min-height: 30px;
	margin: 0;
	margin-right: 0;
	width: 100%;
	border: none;
	line-height: 2.2;
	border-bottom: rgba(250, 250, 250, 0.5) solid 0.3vw;
}
div.product-text-box1 a, div.product-text-box2 a, div.product-text-box3 a {
	width: 98%;
	height: 33px;
	padding-top: 5px;
	font-size : 24px;
	min-height: 30px;
	margin: 0;
	margin-right: 0;
}
div.product-box1, div.product-box2, div.product-box3 {
	display: none;
}
.mega-buynow a {
    background-image: url(images/buy-now-button-copy-300x120.png) !important;
    background-size: auto 40px !important;
    margin: 0 0 0 -100px !important;
    background-repeat: no-repeat !important;
}    
}
@media screen and (max-width: 700px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
      margin: 0 25px 0 0 !important;
    }    
    .mega-buynow {
    float: none !important;   
    }    
.mega-buynow a {
    background-image: none !important;
    background-size: auto !important;
    margin: 0 !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    float: none !important;   
}    
.mega-buynow a:before {
    content:"Buy Now";
    width: 100% !important;
    font-family: Trebuchet MS, Helvetica, sans-serif !important;
    float: none !important;   
    }
}
@media screen and (max-width: 600px) {
.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
width:62% !important;	
    }
.buynow_btn_products {
    background-image: url(images/buy-now-button-copy-300x120.png) !important;
    background-size: auto 70px !important;
    background-repeat: no-repeat !important;
    margin: 0 10px 0 -20px !important;
    height: 70px;
    float: left;
    width: 100%;
}

    
div.content-column.one_half.last_column > div {
padding:0 !important;
}
}
 @media screen and (max-width: 400px) {
.quick-nav {
 display: none;
}
}

