/*

Theme Name: Pro - Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.x-recent-posts .x-recent-posts-content {
	border: 0;
}

.entry-content h1, .h1 {
font-size: 28px;
}
.entry-content h2, .h2 {
font-size: 24px;
}
.entry-content h3, .h3 {
font-size: 20px;
}
.entry-content h4, .h4 {
font-size: 18px;
}

.x-btn, .button, [type="submit"] {
	border: 0;
	border-radius: 10em!important;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: transform 0.2s cubic-bezier(.15,.8,.3,1.1);
}
.x-btn:hover, .button:hover, [type="submit"]:hover {
	transform: scale(1.1);
}

ul.addons {
	margin: 0;
}

ul.addons form {
margin: 0
}

ul.addons .x-btn {
  float: right
}

ul.addons li {
	list-style: none;
	border-top: 1px solid #ccc;
	background-color: #efefef;
	margin: 0;
	padding: 6px 15px;
	font-size: 1.1em;
}

ul.addons li.status-1 {
	background-color: #2ecc71;
	color: #fff;
	font-weight: 600
}

ul.addons li.status-1 .x-btn {
  display: none
}

ul.addons li:last-child {
	border-bottom: 1px solid #ccc
}

body.single-site .p-meta {
	display: none;
}

.woocommerce-account .woocommerce {
	max-width: 320px;
	margin: 1em auto;
}
.woocommerce-account.logged-in .woocommerce {
	max-width: initial;
	margin: initial;
}
body .woocommerce-form__input-checkbox {
	margin-right: 4px;
}
.woocommerce-account form input[type="radio"], .woocommerce-account form input[type="checkbox"], .woocommerce-checkout form input[type="radio"], .woocommerce-checkout form input[type="checkbox"] {
	clear: both;
}
.woocommerce-account form .payment_methods li, .woocommerce-checkout form .payment_methods li {
	list-style: none;
}

body .woocommerce-MyAccount-navigation-link a {
    margin: 5px 5px 0 0;
    padding: 7px 15px;
    font-size: 13px;
}
.woocommerce-MyAccount-navigation ul {
	justify-content: center!important;
}
[class*=woocommerce] .entry-content:first-child {
	margin: 0 auto;
}

body .woocommerce div.product .summary .product_title {
	font-size: 1.75em;
	text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.4px;
}

body .addon-name {
	font-size: 1.5em;
}

body .woocommerce .price>.amount {
	color: #2c3e50;
}

body .sku_wrapper {
	display: none;
}
body .woocommerce div.product .summary {
	float: none;
	margin: 0 auto;
	width: 90%;
}
body .single_add_to_cart_button {
    margin: 0 auto;
    display: block;
	padding-left: 2.4em;
    padding-right: 2.4em;
}

.woocommerce-product-details__short-description {
	font-size: 0.9em;
}

.variations {
	background-color: transparent;
}

body .woocommerce div.product .summary .product_title, body .woocommerce .price {
	text-align: center;
	width: 100%;
}

body .woocommerce .price {
	margin-top: 10px;
}

body .product-type-subscription ul {
	border: 3px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	list-style: none;
	padding: 8px 0;
	margin: 8px 0;
	font-size: 1.1em;
}

.table-uptime td {
	padding: 0;
	border: 0;
}

.table-uptime table{
	margin-bottom: 0.2em;
}

body .post-24.product-type-subscription ul {
	border-color: #000;
}
body .post-24.product-type-subscription .button {
	background-color: #66BB6A;
}
body .post-80.product-type-subscription ul {
	border-color: #000;
}
body .post-80.product-type-subscription .button {
	background-color: #42A5F5;
}
body .post-79.product-type-subscription ul {
	border-color: #000;
}
body .post-79.product-type-subscription .button {
	background-color: #EF5350
}

body.home.page .product-addon-add-ons {
	display: none;
}

body .product-type-subscription ul li {
	margin-bottom: 2px;
}

.woocommerce .button.product_type_simple:before, .woocommerce .button.single_add_to_cart_button:before {
	display: none;
}
.x-feature-box-title {
	letter-spacing: 1.4px;
}
.x-feature-box-text {
	font-size: 0.9em;
	line-height: 1.52em;
}

.product_meta, .products.related {
	display: none;
}

body.contact #footerCTA, .woocommerce-page #footerCTA {
  display: none
}

.woocommerce-account .button {
  padding: 0.4em 1em;
  font-size: 0.8em;
}

.woocommerce-add-payment-method .woocommerce-MyAccount-content,
.woocommerce-view-subscription .entry-content,
.woocommerce-edit-account .entry-content{
  max-width: 980px;
  width: 96vw;
  margin: 0 auto;
} 

.woocommerce-add-payment-method .woocommerce-MyAccount-content, .woocommerce-checkout .x-container.max{
      max-width: 600px;
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield.gsection {
	margin-top: 1.6em!important;
}

@media (max-width: 767px){
	.x-topbar {
		display: none;
	}
	body .woocommerce div.product .summary {
		margin-top: 1em;
	}
}