/* LAYOUT STYLES */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
	color: #3a3a3a;
	font-size: 17px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
	background-color: #efefef;
	text-transform: none;
}
b, strong { font-weight: 700; }
.tmad50 { margin-top: 50px; }
.tpad10 { padding-top: 10px; }
.tpad15 { padding-top: 15px; }
.tpad20 { padding-top: 20px; }
.tpad25 { padding-top: 25px; }
.tpad30 { padding-top: 30px; }
.tpad35 { padding-top: 35px; }
.tpad40 { padding-top: 40px; }
.tpad45 { padding-top: 45px; }
.tpad50 { padding-top: 50px; }
.tpad55 { padding-top: 55px; }
.tpad60 { padding-top: 60px; }
.bpad50 { padding-bottom: 50px; }

.topbar { 
	background-color: #fff;
}
.header-widget {
    float: right;
    overflow: hidden;
	margin: 25px 0;
}
.navbar { margin-bottom: 0px; }
.navbar-inverse {
	background-color: #187a9e;
    border-color: #187a9e;
	border: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #ea842f;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #ea842f;
}
.main-navigation {
    z-index: 100;
    padding: 0;
    clear: both;
    display: block;
}
.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}
.content-wrapper {
	background-color: #fff;
}
.content {
	padding: 40px;
}
.col-md-4 {
	padding-right: 20px;
	padding-left: 20px;
}
footer {
	min-height: 50px;
	background-color: #222222;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
footer p, footer a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.navbar-inverse .navbar-toggle {  
    background-color: transparent;
	color: #fff;
    width: 100%;
    border: 0;
    text-align: center;
	padding: 0 20px;
	line-height: 60px;
	margin: 0;
	font-weight: 400;
	text-transform: none;
	font-size: 15px;
	cursor: pointer;
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover { 
	background-color: #187a9e; 
}
.navbar-inverse .navbar-collapse { border: unset; }
.menu-toggle .mobile-menu {
    padding-left: 3px;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #187a9e; 
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: #187a9e; 
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    line-height: 40px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	padding-left:20px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
	background-color: #ea842f;
}

/* PAGE LEVEL STYLES */
.entry-title { margin-bottom: 0; }
.entry-content, .entry-summary { margin: 2em 0 0; }
h1 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 36px;
	line-height: 1.2em;
	text-transform: none;
	font-style: inherit;
}


/* FORM LEVEL STYLES */
	.testclass {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.testTitle {
		font-family: Rubik;
		font-size: 18px;
		font-weight: 700;
		line-height: 24.75px;
		color: #626262;
		text-align: center;
	}
	.testSubtitle {
		font-family: Rubik;
		font-size: 12px;
		font-weight: 400;
		line-height: 16.75px;
		color: #c00;
		text-align: center;
	}
	.testPriceLabel {
		font-family: Rubik;
		font-size: 16px;
		font-weight: 400;
		line-height: 24.75px;
		color: #626262;
		text-align: center;
	}
	.testPrice {
		color: #900;
	}
	.testQty {
		font-family: Rubik;
		font-size: 16px;
		font-weight: 400;
		line-height: 24.75px;
		color: #626262;
		text-align: center;
	}
	.testLabel {
		font-family: Rubik;
		font-size: 18px;
		font-weight: 700;
		line-height: 24.75px;
		color: #626262;
	}
	.testTotal {
		font-family: Rubik;
		font-size: 18px;
		font-weight: 400;
		line-height: 24.75px;
		color: #060;
	}

input { padding: 8px; }
#nonce-form iframe { height: 44px; }
	

.sq-input {
  box-sizing: border-box;
  border: 1px solid #E0E2E3;
  border-radius: 4px;
  outline-offset: -2px;
  display: inline-block;
  -webkit-transition: border-color .2s ease-in-out, background .2s ease-in-out;
     -moz-transition: border-color .2s ease-in-out, background .2s ease-in-out;
      -ms-transition: border-color .2s ease-in-out, background .2s ease-in-out;
          transition: border-color .2s ease-in-out, background .2s ease-in-out;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.sq-input--focus {
  border: 1px solid #4A90E2;
  background-color: rgba(74,144,226,0.02);
}


/* Define how SqPaymentForm iframes should look when they contain invalid values */
.sq-input--error {
  border: 1px solid #E02F2F;
  background-color: rgba(244,47,47,0.02);
}

#sq-card-number {
  margin-bottom: 16px;
}

#error {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  color: red;
  font-weight: 500;
  text-align: center;
  opacity: 0.8;
}





/* UTILITY AND BUTTON STYLES */
.imgfull {
	margin: 0px -15px; 
}
.yellow-static { 
	font-size: 18px !important;
	padding: 0 !important; 
}
.vline { 
	border-left: 1px solid #626262; 
	border-right: 1px solid #626262; 
}
.ckout {
	background-color : #19bdfd !important;
	color: white;
	padding: 1px 20px;
	border-radius: 4px;
	border-color: #46b8da;
}
#ckbutton {
	position: fixed;
	bottom: 10px;
	right: 16px;
}
a.buttons {
	color: #fff !important;
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
	overflow: hidden;
	display: inline-block;
	width: auto;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: color .1s ease-in-out,background-color .1s ease-in-out;
	text-transform: uppercase;
	font-weight: bold;
    margin-right: 15px;
    margin-bottom: 15px;
}
.btn_brown {
    background-color: #C5703F;
    color: white;
}
.submit-button {
	color: #ffffff;
	background-color: #ea842f;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;  /* 17px */
	font-weight: 400;
	text-transform: none;
	line-height: 1.5;
	box-sizing: border-box !important;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-appearance: button;
	    transition: color .1s ease-in-out,background-color .1s ease-in-out;
	vertical-align: baseline;
	padding: 10px 20px;
	font-size: 1em;
	width: auto;
	margin: 0 16px 0 0;
	display: inline-block;
	margin-right: 10px;
}
.submit-button:hover {
	color: #ffffff;
	background-color:#187a9e;
}






@media screen and (max-width: 900px) {
	.header-widget {
		float: unset;
	}
}