/*
Theme Name: Kwikpoint.com
Theme URI: http://kwikpoint.com
Description: A custom theme designed for Kwikpoint.com
Author: David Mieloch (2.0), Justin Bartlett at Woodpile Studios (1.0)
*/

/*-------- color guide ----------

#000000 : black | the title h1 shadow
#737373 : gray | focus input text area
#c9c9c9 : gray | text box border
#494949 : darker gray | use for headings, sidebar right h2
#cdd8e0 : blue grey | top caption
#82898d : dark blue grey | more button
#59646b : darker blue grey | search form
#aaaaaa : shade 1 light grey | terms p
#fcgbfb : shade 2 light grey | form text box
#e9e6e6 : shade 3 light grey | text box border
#fefefe : white | top caption span
#ffffff : greyish white | the title caption
#c7c7c7 : greyish white | text box
#cdcdcd : light gray | footer headings
#52616f : blue | copyright text

*/

/* to jump to a specific section search for the unique character pair at the front of each TOC section 
<<<tip, highlight the special character and use the shortcut for Find Selection Cntr/Cmd + Shift + G >> */

/*-------- Style sheet TOC --------

	^1 Global Constants
	^2 CSS Reset
	^3 Global Classes
	^4 Home page layout
	^5 Top-level layout
	^6 Region detail styles
		^6a Header
		^6b Navigation
		^6c Main Content
			^6d data tables
			^6e spotlight region
			^6f forms
		^6g Sidebar
		^6h Footer
*/	

/* ^1 --------------------------- global constants -------------------------*/

.clearfix {
    clear: both;
}

/* ^2 -------------------------- limited-scale reset  ------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ^3 ------------------------- global classes -------------------------------- */

body, img, p, ul, h2 {
    padding: 0px;
    margin: 0px;
    border: none;
    font-size: 13px ;
    color: #737373;
}

h1 {
    font-size: 36px ;
    color: #494949;
    margin:0px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-size: 17px ;
    color: #494949;
    margin:0px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-size: 20px ;
    color: #494949;
    margin: 0px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

/* contact form title */
h4 {
    font-size: 18px ;
    color: #494949;
    margin: 0px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

h5 {
    font-size: 14px ;
    color: #494949;
    margin: 0px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

h6 {
    font-size: 13px ;
    color: #494949;
    margin: 0px 0px 7px 0px;
    -webkit-font-smoothing: antialiased;
}

ul {
    
}

a {
    text-decoration: none;
}


/* background and various page containers/wrappers */

#mainWrapper {
    width: 992px;
    margin: 0 auto;
}

#bgWrapper {
    width: 100%;
    margin: 0 auto;
}

#blogWrap {
    width: 900px;
	
}

#blogWrapFW {
    width: 900px;    
}

#bodyWrapper {
    margin-top: 30px;
    background: url(images/content_bg.png) repeat-y;
    width: 952px;
    padding: 20px;
}

#bodyWrapperSingle {
    background: url(images/content_bg.png) repeat-y;
    padding: 20px 46px;
    width: 900px;
	height: auto;
	min-height: 550px;
}

#contentWrap {
    width: 900px;
    margin: 0 auto;
}

/* end background and various page wrappers */

/* blue buttons with white text (learn more, contact kwikpoint)  */

.mediumButton:hover, #submitC:hover, .mediumButtonLeft:hover {
 
    text-shadow: #ffffff 0px 1px; 
}

.mediumButton, #submitC, .mediumButtonLeft, .wpcf7-submit  {
    display: inline-block;
    margin: 10px 0px 0px;
    padding:0px 15px;
    height: 28px;
    text-decoration: none;
    font-size: 12px/28px ;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-shadow: #82898d 0px -1px;  
}

/* end blue buttons with white text */

/* ^4 ----------------- home page specific layout styles ------------------ */
/* ^5 --------------------- top-level region layout styles ------------------- */

/* top-level regions are header, mainNav, mainContent, sidebar, & footer */
/* header */

#logo {
    height: 69px;
    width: 140px;
    float: left;
    position:relative;
    top: 22px;
    left: 11px;
}

#chat_button {
	position: relative;
    top: 9px;
    left: 199px;
    font-size: 26px;
    text-align: center;
    color: #CDD8E0;
    z-index: 5;
    height: 0px;
	}
#chat_button p {
	font-size: 18px;
	text-align: center;
	color: #CDD8E0;
	z-index: 5;
}
/* positioning statement  */

#topCaption {
    width: 375px;
    padding: 6px 0px 0px;
    text-align: right;
    position: relative;
}
#topCaption_cec {
	position:relative;
	left:-368px;
	top:40px;
}
#topCaption_cec p {
    font-size: 24px;
    color: #cdd8e0;
    text-shadow: #000000 0px -1px;
    -webkit-font-smoothing: antialiased;
}
#topCaption_scroller {
	top: -35px;
position: relative;
width: 300px;
left: 495px;;
}
input.wpcf7-text.wpcf7-validates-as-required {
	width:200px;
}
input.wpcf7-text.wpcf7-validates-as-email.wpcf7-validates-as-required {
	width:200px;
}
input.wpcf7-text.wpcf7-validates-as-email.wpcf7-validates-as-required {
	width:200px;
}
#topCaption p {
    font-size: 24px;
    color: #cdd8e0;
    text-shadow: #000000 0px -1px;
    -webkit-font-smoothing: antialiased;
}

#topCaption span {
    color: #fefefe;
    -webkit-font-smoothing: antialiased;
}

.captionClose {
    position: absolute;
    top: 15px;
    right: 5px;
    cursor: pointer;
}

/* end positioning statement  */

/* mainNav */

#logoMenu {
    height: 66px;
    width: 980px;
    margin: 0 auto;
}

#mainMenu {
    width: 730px;
    height: 66px;
    float: right;
	left: -6px;
	position:relative;
}

/* mainContent */

.separator40 {
    margin-bottom: 40px;
    height: 6px;
    width: 100%;
    background: url(images/separator.jpg) repeat-x;
}

#breadcrumbs {
    height: 30px;
    width: 900px;
    padding: 0px 46px;
}
div#breadcrumbs_f {
	visibility:hidden;
    height: 30px;
    width: 900px;
    padding: 0px 46px;
}

#DMbreadcumbs {
    padding-left: 23px;
    font-size: 11px ;
    position: relative;
    top: 0px;
}

#DMbreadcumbs a {
    text-decoration: none;
	color:white;
}

#DMbreadcumbs a:hover {
    text-decoration: underline;    
}

#theTitle {
    float: left;
    margin-left: 40px;
}

#searchW {
    float: right;
    width: 250px;
    margin-right: 40px;
	top:40px;
	position:relative;
}

#searchW div {
    position: relative;
    float: right;
}

#theTitle h1 {
    font-size: 20px;
    color: #ffffff;
    text-shadow: #000000 0px -1px;
    margin: 25px 0px;
    -webkit-font-smoothing: antialiased;
}

/* sidebar */

	/* sidebar widget styles */

.sidebarRight {
	width: 250px;
	float: right;
	font-size: 12px;
	font-weight: normal;
}

li.widgetSidebar {
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.sidebarRight ul{
    list-style-image: none;
}

#footer ul, #twitter_update_list li {
    list-style-type: none;
    list-style-image: none;    
}

.sidebarRight h2 {
	font-size: 17px ;
	color: #494949;
	margin-bottom: 10px;
        -webkit-font-smoothing: antialiased;
}

.sidebarRight a {
        font-size: 13px/16px !important;
	text-decoration: none;
}
	/* end sidebar widget styles */

/* footer */

div#footer_container {
	width: 980px;
	height: auto;
	padding-left: 6px;
	}
div#footer_blackarea_container {
	width: 980px;
	height: 170px;
	background-color: #423e3d;
	font-family: 'oxygen', sans-serif;
	}	
div#footer_olivearea_container {
	width: 980px;
	height: 170px;
	background-color: #010042;
	font-family: 'oxygen', sans-serif;
	}
div#footer_cert_container {
	width: 980px;
	height: 170px;
	background-color: #0d65c9;
	font-family: 'oxygen', sans-serif;
	}
div#footer_bluearea_container {
	width: 980px;
	height: 170px;
	background-color: #a60000;
	font-family: 'oxygen', sans-serif;
	}
div#footer_greenarea_container {
	width: 980px;
	height: 170px;
	background-color: #1c712b;
	font-family: 'oxygen', sans-serif;
	}

	/* left */
div#footer_contactinfo_container {
	width: 174px;
	height: auto;
	float:left;
	padding:10px 30px 20px 21px; 
	}
div#footer_contactinfo_heading {
	font-weight: bold;
	font-size:130%;
	color: #cdcdcd;
	padding-bottom: 8px;
	
	}
div#footer_contactinfo_items{
	color:white;
	}

	/* middle */
div#footer_importantlinks_container {
	width: 200px;
	height: auto;
	float:left;
	padding:10px 12px 20px 10px;
	}
div#footer_importantlinks_heading {
	font-weight: bold;
	font-size:130%;
	color: #cdcdcd;
	padding-bottom: 8px;
	}
div#footer_importantlinks_items {
	color:white;
	}

	/* right */
div#footer_frequentquestions_container {
	width: 245px;
	height: 260px;
	float:left;
	padding:10px 0px 0px 0px;
	}
div#footer_frequentquestions_heading {
	font-weight: bold;
	font-size:130%;
	color: #cdcdcd;
	padding-bottom: 8px;
	}
div#footer_frequentquestions_items {	
	color:white;
}
div#footer_searchlinks_container {
	width: 219px;
	height:150px;
	float: left;
	padding-top: 10px;
	padding-left: 12px;
	}
div#footer_searchlinks_searchbar {
	width: 247px;
	height: 40px;
	}
div#footer_searchlinks_items {
	width: 247px;
	padding-top: 13px;
	text-align: right;
	color:white;
	}

	/* copyright | patent info */
div#footer_copyright_container {
	width: 974px;
	height: 40px;
	padding-left: 6px;
	background-color: #ffffff;
	
	}
div#footer_copyright_text {
	float:right;
	top:-5px;
	position:relative;
	height: 40px;
	color: #52616f;
	text-align:right;
	padding: 15px;
	left:-5px;
	}

	/* begin footer widget styles */

#foot_widgets {

    width: 980px;
    padding: 0px 0px;
}

	/* end footer widget styles */

/* ^6----------------------- region-detail styles ----------------------------- */

/* header  ^6a*/
/* navigation ^6b*/
/* main content region ^6c */
/* mainContent specific regions */

	/* landing page css */

.landing_page_container {
	width: 900px;
	height: auto;
	}
		
.landing_page_toparea {
	width: 900px;
	height: 30px;
	}
        
div#landing_page_nav_heading {
	background:#222B31;
	width:165px;
	height:36px;
	padding:10px 10px 5px;
	text-align: center;
	position: relative;
	left:-25px;
	}

div#landing_page_nav_options {
	background:#f3f3f3;
	width:165px;
	height:auto;
	padding:10px;
	text-align: center;
	line-height:2.2;
	position: relative;
	margin-bottom:27px;
	min-height:269px;
	left:-25px;
	}
	
	div#landing_page_toparea_heading {
	background:#222B31;
	width:869px;
	height:25px;
	padding:10px 10px 5px;
	margin-left: 11px;
	text-align: center;
	}

div#landing_page_toparea_options {
	background:#cecece;
	width:869px;
	height:20px;
	padding:10px;
	margin-left: 11px;
	text-align: center;
	}

.landing_page_content_container {
	width: 900px;
	height: auto;
	}
        
.landing_page_main_slider {
	
	float:left;
	left:160px;
	top:-434px;
	position:relative;
	margin-bottom:-378px;
	}

.landing_page_slider {
	width: 450px;
	height: auto;
	float:left;
	}
	
.landing_page_store_nav {
	width: 250px;
	height: 180px;
	background: #f3f3f3;
	position: relative;
	left: -25px;
	float:left;
	margin-right:15px;
}

.landing_page_content_column_a {
	width: 333px;
	height: auto;
	background: #f3f3f3;
	position: relative;
	left: -28px;
	float:left;
	margin-right:15px;
	padding-left:4px;
	padding-right:4px;
}

.landing_page_content_column_b {
	width: 333px;
	height: auto;
	background: #f3f3f3;
	position: relative;
	left: -34px;
	float:left;
	padding-left:4px;
	padding-right:4px;
}

.landing_page_text {
	width: 450px;
	height: auto;
	float:left;
	}
	
.landing_page_main_text {
	width: 985px;
	height: auto;
	float:left;
	}

/* start portfolio styling */

.pfolioItemWrap {
    padding-bottom: 40px;
}

.pfolioThumbBig {
    width: 590px;
    height: 320px;
    float: left;
    position: relative;
}

.pfolioDesc {
    width: 280px;
    float: right;
}

.pfolioDesc h1 {
    font-size: 24px;
    margin-bottom: 0px;
}

/* end portfolio styling */

.termsP {
    background: url(images/cat2.jpg) left top no-repeat;
    padding: 7px 0px 7px 21px;
    font-size: 12px;
    font-style: italic;
    color: #aaaaaa;
}

/* data tables ^6d */
/* spotlight region ^6e */
/* form styling ^6f */

.wpcf7-submit {
    border: none;
}

#socnet_links {
    float: right;
    padding-top:15px;
}

#socnet_links a {
    margin-left: 10px;
}

.CS_searchform {
	width: 205px !important;
	height: 32px !important;
	border: none !important;
	padding: 0 0 0 10px !important;
	font-size: 14px/32px  !important;
	color: white;
	float: left !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.CS_searchform_button {
	float: left !important;
	border:none !important;
	height: 32px !important;
	width: 32px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
        cursor: pointer;
}

input, textarea {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url("images/form_bg.png") repeat-x scroll 0 0 #FCFBFB;
    border: 1px solid #E9E6E6;
    font-size: 14px ;
    padding: 0px 10px;
        color: #737373;
        -webkit-font-smoothing: antialiased;
}

input {
    line-height: 32px;
    height: 32px;
	   
}

textarea {
    line-height: 16px;
    padding: 10px;

}

.contantinput {
	display: inline;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	font-size:10px;
	font-weight:bold;
}

.contantinputr {
    display: inline;
    float: left;
    margin-top: 5px;    color: #c7c7c7;
}

.contantarea {
    margin-top: 10px;
    font-size:10px;
    font-weight:bold;
}

.contantarea textarea {
    width: 235px;
	height: 20px;
}

input:focus, textarea:focus {
    border: 1px solid #c9c9c9;
}

.submitbuttonform input:hover {
	text-shadow: none !important;
}
div.custom_meta{
	
}
div#clickdesk_bub.clickdesk_b.loaded.min{
	visibility:hidden;
}
div.wpsc_also_bought_item {
	float:left;
	margin:10px;
	margin-left: 40px;
	text-align: center;
	position:relative;
	left:145px;
}
a#prodenquiryform {
	-moz-border-radius: 5px;
border-radius: 5px;
background: url("images/form_bg.png") repeat-x scroll 0 0 #FCFBFB;
font-size: 14px ;
padding: 0px 59px;
color: #737373;
-webkit-font-smoothing: antialiased;
padding-bottom: 7px;
position: relative;
border-style: solid;
border-width: 1px;
border-color: #C6C6C6;
text-align: center;
top: 6.5px;
padding-top: 7px;
width: 200px;
}
div#hiddenform {
	margin-top:20px;
}
div.product_enquiry_minicart {
	margin-bottom:34px;
}
.email_subject.ccf-tooltip-field {
	width:176px;
}
.enquiry_message {
	width:176px;
}

.ccfemailsubject.ccf-tooltip-field {
	width:176px;
	
}
.ccfemail.ccf-tooltip-field {
	width:176px;
}
.ccfcaptcha.ccf-tooltip-field {
	width:176px;
}
#hiddenform .submit {
width: 150px;
}
div.quote {
	position: relative;
top: 0px;
margin-bottom: 30px;
left: -3px;
color: #862511;
}
div.grid_quote {
	color: #862511;
}
div.callfor_complete {
	margin-left: 1px;
	font-size: 15px;
	position: relative;
	top: -34px;
	color: #494949;
	width:412px;
}
input#submit-2 {
	width:150px;
	margin-bottom:10px;
}
form.contact {
	max-width:none;
	width:100%;
	padding:0px;
	margin:0px;
}
div.product_review {
	width:900px;
}
body.home{
	background: #ECECEC url(images/blue-grey/Home_landing_page_gradbg2.jpg) top repeat-x;
}
body.store{
	background: #ECECEC url(images/blue-grey/Home_storelanding_page_gradbg2.jpg) top repeat-x;
}
body.military{
	background: #ECECEC url(images/blue-grey/Military_landing_page_gradbg2.jpg) top repeat-x;
}
body.cert{
	background: #ECECEC url(images/blue-grey/cert_landing_page.jpg) top repeat-x;
}
body.medical{
	background: #ECECEC url(images/blue-grey/Health_and_Safety_landing_page_gradbg2.jpg) top repeat-x;
}
body.travel{
	background: #ECECEC url(images/blue-grey/Travel_landing_page_gradbg2.jpg) top repeat-x;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom {
	
	font-family: 'Montserrat', sans-serif;
}
div.singleTitle_military{
	 z-index: 35;
	box-shadow: 0px 11px 4px -4px #3E3F39;
	border-bottom: #BCBFAE;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	margin-top: -12px;
	position: relative;
	height: 78px;
}
div.singleTitle_medical{
	z-index: 35;
box-shadow: 0px 11px 4px -4px #3E3F39;
border-bottom: #BAD8F0;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding-top: 0px;
position: relative;
height: 78px;
margin-top: -11px;
}
div.singleTitle_travel{
z-index: 35;
box-shadow: 0px 11px 4px -4px #3E3F39;
border-bottom: #B8E2B4;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding-top: 0px;
position: relative;
height: 78px;
margin-top: -11px;
}
div.singleTitle_storelanding{
z-index: 35;
box-shadow: 0px 11px 4px -4px #3E3F39;
border-bottom: #d5d5d7;
border-style: solid;
border-width: 0px 0px 1px 0px;
padding-top: 0px;
position: relative;
height: 78px;
margin-top: -11px;
}
a.quote {
	color: #862511;
}

div.youtube_container{
	float: left;
margin: 28px;
width: 240px;
height: 260px;
text-align:center;
}
input#ccf_field_your_name.field-input{
	width: 177px !important;
height: 34px !important;
margin-bottom: -3px !important;
}

input#ccf_field_your_email.field-input {
	width: 177px !important;
height: 34px !important;
margin-bottom: -3px !important;
}

input#ccf_field_phone_number.field-input {
	width: 177px !important;
height: 34px !important;
margin-bottom: -3px !important;
}

textarea#ccf_field_your_message.field-input {
	width: 177px !important;
height: 34px !important;
margin-bottom: -15px !important;
min-height:34px !important;
}
div.ccf-form-wrapper.form-id-4935 {
	margin: 20px 10px !important;
}
.ccf-form-wrapper .field {
	margin-bottom:14px !important;
}
div.field.ishuman {
	  height: 29px;
  margin-top: 17px;
}
div.choice {
	margin-top: -12px;
  margin-left: 10px;
}
div.home_contact {
	font-family: "Montserrat", arial, sans-serif !important;
font-size: 10px !important;
font-weight: bold !important;
color: black !important;
line-height: 1 !important;
margin-left: -10px !important;
margin-top: -15px !important;
}
h3.youtube_title {
	height:60px;
}
.jwlogo {
	display:none;
}
div.product_description_description {
	margin-top:10px;
	width:395px;
}
fieldset.custom_text {
	display:none;
}
.hidden .wpsc_checkout_forms {
 
display:none;
 
visibility:hidden;
 
}
#header_searchlinks_searchbar {
	position: relative;
    top: 68px;
    left: 576px;
    font-size: 26px;
    text-align: center;
    color: #CDD8E0;
    z-index: 5;
    height: 0px;
}
