/**************************************
41 - page - product (single)
42 - page - whitepaper reg.
43 - page - whitepaper reg. - form
99 - responsive
**************************************/

body {
  	font-family: 'Open Sans', sans-serif;
}

/**************************************
s41 - page - product (single)
**************************************/

#product {
	float: left;
  	width: 100%;
  	clear: both;
}

#product .product-nav {
	background-color: #1378cc;
  	float: left;
  	width: 1000px;
  	margin-bottom: 50px;
}

#product .product-nav-fixed {
	top: 0;
  	position: fixed;
}

#product .product-nav span {
	float: left;
	padding: 10px;
  	margin-right: 20px;
 	box-sizing: border-box;
}

#product .product-nav a {
	color: #fff !important;
  	/*padding: 20px 10px !important;*/
  	padding: 30px 10px !important;
  	float: left;
}

#product .product-nav .sdm-icon img {
	/*max-width: 67px;*/
    max-width: 90px;
    margin-top: 5px;
    display: block;
    margin-bottom: 0;
}

#product .product-nav .product-icon {
  	float: right;
}

#product .product-nav .product-icon img {
	margin-bottom: 0;
  	max-width: 80px;
}

#product .product-nav span:first-of-type {
  	margin-left: 10px;
}

#product .product-nav span:last-of-type {
  	margin-right: 0;
}

#product .product-section {
  	float: left;
  	margin-bottom: 50px;
  	width: 100%;
  	clear: both;
}

#product .product-section:last-of-type {
  	margin-bottom: 0;
}

#product .product-features ul {
}

#product .product-features ul li,
#product .product-requirements ul li {
    background-image: url('/wp-content/uploads/2016/10/logo-icon-32px.png');
    background-repeat: no-repeat;
    padding-left: 54px !important;
    list-style: none !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
    font-size: 18px !important;
}

#product .product-features ul li ul,
#product .product-requirements ul li ul {
 	margin-top: 30px !important;
    margin-bottom: 0 !important;
}

#product h4 {
  	text-transform: uppercase;
}

#product p, #product li {
  	color: #555 !important;
}

#product .product-button {
 	display: inline-block;
  	margin-right: 20px;
}

#product .product-button:last-of-type {
	margin-right: 0
}

#product .product-button a {
    background: #1378cc;
    padding: 15px;
    color: #fff;
  	display: block;
}

#product.gprp .product-button {
    float: left;
    clear: both;
    margin-bottom: 30px;
}

/**************************************
s42 - page - whitepaper registration 
**************************************/

body.logged-in li#menu-item-13697 {
  	display: none !important; 
}

#gform_wrapper_2 {
	display: block !important;}

#slide_nav .switch-slide {
    border-radius: 20px;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    border: 3px solid #fff;
    padding: 4px;
    text-align: center;
    line-height: 20px;
}

#slide_nav .switch-slide span {
    background: transparent;
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    border-radius: 10px;
    -webkit-transition: background 300ms ease-in-out 0ms;
    -moz-transition: background 300ms ease-in-out 0ms;
    -o-transition: background 300ms ease-in-out 0ms;
    transition: background 300ms ease-in-out 0ms;
    line-height: 15px;
    text-align: center;
    top: .6px;
    left: .6px;
} 


#nav-mobile {
    
    text-align: left;
    background: #f1f1f1;
    width: 75%;
    height: 100%;
    position: fixed;
    overflow: scroll;
    top: 0;
    z-index: 999;
    max-width: 280px;
}

.side-nav {
	margin-left: -105%;}

.nav-open {
	margin-left:0;
	width: auto;}


.drawer-menu .button-collapse {
    display: block;
    color: #000;
    position: absolute;
    top: 28px;
    right: 20px !important;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    left: auto;
    width: 50px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    height: 40px !important;
}


.page-id-12881 #entry ul li {
	list-style-type: none;}

#gform_fields_1 #input_1_15 input:not([type=checkbox]):not([type=radio]) {
	position: relative;
	top:26px;
    left: 0;
    width: 15px;
    height: 15px;
}

#gform_fields_1 #input_1_15 input[type="checkbox"],
#gform_fields_1 #input_1_15 input[type="radio"] {
	position: relative;
	top:26px;
    left: 0;}

#gform_fields_1 #input_1_15 label {
	padding-left:30px;}

/* Page: Case Studies */

#studies .study {
	overflow: hidden;}

#studies .study a.btn {
	color: #fff;
	padding: 10px 15px;}

/**************************************
s43 - page - whitepaper registration - form
**************************************/

#gform_10 li.gfield {
  	margin-bottom: 30px;
}

#gform_10 .charleft {
  	font-style: italic;
}

#gform_10 ul.gfield_radio,
#gform_10 ul.gfield_radio > li {
  	width: 100%;
  	float: left;
}

#gform_10 ul.gfield_radio {
  margin-top: 20px !important;
}

#gform_10 ul.gfield_radio > li {
  margin-bottom: 5px !important;
}

#gform_10 ul.gfield_radio > li input {
  	float: left;
  	width: 30px;
	margin-right: 0 !important;
}

#gform_10 ul.gfield_radio > li label {
  	float: left;
}

#gform_10 .gfield_label {
    text-transform: uppercase;
    font-weight: 400;
}

/**************************************
99 - responsive
**************************************/

@media screen and ( max-width: 1399px ) {
	#content.fullwidth {
    	padding: 50px !important;
  	}
} /* ( max-width: 1399px ) */

@media screen and ( min-width: 1200px ) and ( max-width: 1399px ) {
  	#product .product-nav {
    	width: 1080px;
  	}
} /* ( min-width: 1200px ) and ( max-width: 1399px ) */

@media screen and ( min-width: 992px ) and ( max-width: 1199px ) {
  	#product .product-nav {
    	width: 880px;
  	}
} /* ( min-width: 992px ) and ( max-width: 1199px ) */

@media screen and ( max-width: 991px ) {
  	#product .product-nav {
    	width: 100% !important;
  	}
  	#product .product-nav .sdm-icon {
    	display: none;
  	}
  	#product .product-nav span {
    	width: 100%;
 	   	margin: 0;
  	}
	#product .product-nav span a {
    	display: block;
	    padding: 10px !important;
    	width: 100%;
    	text-align: center;
  	}
  	#product .product-nav-fixed {
    	position: relative !important;
  	}
} /* ( max-width: 991px ) */
