/*
Theme Name: High Roller Jump Start Child KPF
Theme URI: http://www.wpjumpstart.com
Description: This is an example of a blank Jump Start child theme.
Author: KPF Digital
Author URI: http://KPFDigital.com
Version: 2.1.9
Template: jumpstart
*/

/* Your custom CSS here */

/*******************************************************************/
/* MFA: Move the Woocommerce Billing Info fields back to the left. */
.rtl .woocommerce .form-row-first, .col2-set .col-1 {
    float: left;
    margin-right: 4%;
    margin-left: 0;
}

body {
    background: #E8E8E8;
    color: #2f2f2f;
    line-height: 1.5;
	font-weight: 300 !important;
	padding-top: 30px;
}

html,
body {
}

/*********************************************/
/* KPF: ROUNDED CORNERS -- FIX WHITE CORNERS */

.tb-boxed #container {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}


.site-header {
    background: transparent !important;

}

.tb-boxed .site-footer:not(.has-bg) {
    background: transparent;
}

.header-top {
    background: transparent !important;

}

/*************************************************/
/* MFA: Align AffiliateWP labels to top of field */
.affwp-form label {
    display: inline-block;
    width: 200px;
    cursor: pointer;
    vertical-align: top;
}





h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 20px;
}

h4,
h5,
h6 {
	line-height: 1.3;
	margin-bottom: 1em;
}
h1 {
	font-size: 2.29rem; /* 32px / 14px */
}
h2 {
	font-size: 1.93rem; /* 27px / 14px */
}
h3 {
	font-size: 1.42rem; /* 20px / 14px */
}
h4 {
	font-size: 1.14rem; /* 16px / 14px */
}
h5 {
	font-size: 1rem; /* 14px / 14px */
}
h6 {
	font-size: 0.85rem; /* 12px / 14px */
}



a {
	color: #428bca;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #2a6496;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}



.tb-animate, .btn, .btn-share, .sf-menu .menu-btn, .tb-tag-cloud .tagcloud a, .sub-meta .tb-tags a {
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}


#hrusa_copylogin {
	text-align: center;
	padding: 20px;
	}



.woocommerce .shop_table label {
    width: inherit;
}

#shipping_method li {
	list-style-type: none;
	}

#shipping_method {
	padding-left: 0px;
	margin-left: 0px;
	}



/****************************************/
/* Jasons contribution to the sub menus */

.tb-primary-menu ul.non-mega-sub-menu {
  border: 1px solid #fff;
  padding: 10;
}
.tb-primary-menu ul.sub-menu .menu-btn {
  color: #222;
  padding: 8px;
}
.tb-primary-menu ul.sub-menu .menu-btn:hover {
  background-color: #222;
  color: #fff;
}

/* Get rid of fade between sub menu buttons */
.tb-animate, .btn, .btn-share, .sf-menu .menu-btn, .tb-tag-cloud .tagcloud a, .sub-meta .tb-tags a {
    -moz-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

/* Make sub menu font bigger */
.tb-primary-menu ul.sub-menu .menu-btn, .tb-primary-menu .mega-section-header {
    color: #fff;
    color: rgba(34,34,34,1);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.3;
    /*padding: .77em 0;*/
}

/* Make sub menu border black outline with no shadow */
.tb-primary-menu ul.non-mega-sub-menu, .tb-primary-menu .sf-mega {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}


/****************************************************/
/* =Optimized for Laptops / Large (Horizontal) Tablets
------------------------------------------------- */

@media (max-width: 1199px) {






}




/* =Optimized for (Vertical) Tablets
------------------------------------------------- */

@media (max-width: 991px) {




}





/* =Optimized for Mobile Phones
------------------------------------------------- */
@media (max-width: 767px) {






}

/* Reduce padding width in Orders table */
.post-type-shop_order .wp-list-table tfoot th, .post-type-shop_order .wp-list-table thead th {
     padding: 0em 0em; */
}

/* Change the Purchased Items Column plugin width from 12% to 12ch */
.post-type-shop_order .wp-list-table td, .post-type-shop_order .wp-list-table th {
    width: 12ch;
    vertical-align: middle;
}
table.wp-list-table .column-order_items {
    width: 12ch;
}
