/*
Theme Name: Applied
Theme URI: http://underscores.me/
Author: Panasall Dev
Author URI: http://www.panasall.com
Description: Applied Kinesiology
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
    background: -moz-linear-gradient(center top , #317e9d 0%, #196b8c 100%) repeat scroll 0 0 transparent !important;
    border-color: #146788 !important;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.newsman-form-el-4 {
	display:none !important;
}
.newsman-form-el-5 {
	display:none !important;
}

/* KWDC Custom Forms */
.kwdc-fillin-bi-1 {
    border-bottom: 1px solid black;
    margin-right: 5px;
    max-width: 200px;
    min-width: 60px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    float: left;
}
.kwdc-fillin-bi-2 {
    width: 100%;
    border-bottom: 1px solid black;
}
.kwdc-fillin-bi-3 {
   float: left;
   padding: 2px 1px 12px;
   font-weight: bold;
}
.kwdc-fillin-hq-1 {

}
.kwdc-fillin-hq-2 {

}
.kwdc-fillin-hq-3 {

}
.kwdc-clear {
  clear: both;
}
.kwdc-print {
  font-weight: plain;
}
/* End KWDC Custom Forms */

@media print {
	.printfriendly,
	input,
	.entry-title,
	.footer-wrap,
	.header-wrap,
	.nav-wrap2 {display: none; }
.content {
    padding-bottom: 0px;
    padding-top: 0px;
}
}.woocommerce table.shop_table td, .woocommerce-page table.shop_table td{	font-size: 17px;}.woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th{	font-size: 17px;}



/******************************************** Contact Form 7 Styles ************************************************************/
 
/* Add Drop Shadow, Rounded Corners, and Background to Contact Form 7 */
.wpcf7 input, textarea {
border: 1px solid #ccc;
font-size: 14px; margin: 0 10px 10px 0;
padding: 8px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 2px 2px #ddd;
-moz-box-shadow: 0 2px 2px #ddd;
-webkit-box-shadow: 0 2px 2px #ddd
}
 
/* Adjusting Widths for Input and Text Area fields to Contact Form 7 */
 
.wpcf7 input {
/*width: 80%;*/
width: 323px;
}

.wpcf7 input[type=checkbox] {
/*width: 80%;*/
width: 20px;
}
 
.wpcf7 textarea {
width: 80%;
height: 50%;
}
 
/* Adding Icons to Text Fields for Contact Form 7 */
 
.wpcf7 .your-name input[type="text"], .name {
/*background: #fff url(images/user_icon.png)  no-repeat 10px center;*/
background: #fff url(../applied/images/sprite.png) no-repeat -1px -1px;
padding-left: 35px;
}

.wpcf7 .your-degree input[type="text"], .degree {
/*background: #fff url(images/user_icon.png)  no-repeat 10px center;*/
background: #fff url(../applied/images/sprite.png) no-repeat -1px -161px;
padding-left: 35px;
}

.wpcf7 .your-address input[type="text"], .address {
/*background: #fff url(images/user_icon.png)  no-repeat 10px center;*/
background: #fff url(../applied/images/sprite.png) no-repeat -1px -161px;
padding-left: 35px;
}

.wpcf7 .your-citystatezip input[type="text"], .citystatezip {
/*background: #fff url(images/user_icon.png)  no-repeat 10px center;*/
background: #fff url(../applied/images/sprite.png) no-repeat -1px -161px;
padding-left: 35px;
}

.wpcf7 .your-contact input[type="text"], .wpcf7 .your-contact input[type="tel"] {
/*background: #fff url(../applied/images/telephone.png) no-repeat 10px center;*/
background: #fff url(../applied/images/sprite.png) no-repeat -1px -65px; 
padding-left: 35px;
}
 
.wpcf7 .your-email input[type="text"], .wpcf7 .your-email input[type="email"] {
/*background: #fff url(images/mail_2_icon.png) no-repeat 10px center;*/
background: #fff url(../applied/images/sprite.png) no-repeat -1px -33px; 
padding-left: 35px;
}

.wpcf7 .your-cc input[type="text"], .cc {
/*background: #fff url(images/user_icon.png)  no-repeat 10px center;*/
/*background: #fff url(../applied/images/sprite.png) no-repeat -1px -161px;*/
/*padding-left: 35px;*/
}

.wpcf7 .your-email input[type="text"], .wpcf7 .your-email input[type="date"] {
/*background: #fff url(images/mail_2_icon.png) no-repeat 10px center;*/
/*background: #fff url(../applied/images/sprite.png) no-repeat -1px -33px;*/ 
padding-left: 35px;
}
 
.wpcf7 .your-subject input[type="text"], .subject {
/*background: #fff url(images/notepad_icon.png) no-repeat 10px center;*/
background: #fff url(../applied/images/sprite.png) no-repeat -1px -161px;
padding-left: 35px;
}
 
/* Customizing the Submit Button for Contact Form 7 */
 
.wpcf7 input[type="submit"] {
background: #217b30 url(images/green.png) repeat-x top;
border: 1px solid #137725;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: bold;
padding: 3px 5px;
text-shadow: -1px -1px #1c5d28;
text-transform: uppercase;
width: auto
}
 
/* Optional For Genesis Users that use a Global margin-bottom variable for the tag */

.wpcf7 p {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: .45rem;
width: 323px;
}

.header-registration-wrap {
    height: 0;
    margin-top: 0;
}

.header-registration {
    margin-top: 0;
    padding-top: 0;
}

#registration-page {
    margin-top: 0;
}

li#donations {
width: 100%;
}

.button {
   border-top: 1px solid #96d1f8 !important;
   background: #317e9d !important;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7)) !important;
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7) !important;
   background: -moz-linear-gradient(top, #3e779d, #65a9d7) !important;
   background: -ms-linear-gradient(top, #3e779d, #65a9d7) !important;
   background: -o-linear-gradient(top, #3e779d, #65a9d7) !important;
   padding: 5px 10px !important;
   -webkit-border-radius: 8px !important;
   -moz-border-radius: 8px !important;
   border-radius: 8px !important;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
   box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
   text-shadow: rgba(0,0,0,.4) 0 1px 0 !important;
   color: white !important;
   font-size: 14px !important;
   font-family: Helvetica, Arial, Sans-Serif !important;
   text-decoration: none !important;
   vertical-align: middle !important;
   }
 .button:hover {
   border-top-color: #317e9d !important;
   background: #317e9d !important;
   color: #ccc !important;
   }