/*---------------------------------------
1. Predefined
---------------------------------------*/
*,
::after,
::before{
	box-sizing:border-box
}
@-ms-viewport{
	width: device-width;
}
body{
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #111;
	transition: all 0.3s ease-in-out;
	/*background-color: #f8f8f8;*/
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
body,
ul,
ol{
	padding: 0;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0 0 20px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	line-height: 1.1;
	text-transform: capitalize;
}
h2{
	font-size: 48px;
	line-height: 64px;
}
h3{
	font-size: 28px;
	line-height: 40px;
}
p{
	margin-top: 0;
	margin-bottom: 15px;
}
a{
	font-weight: 500;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #5616d8;
	text-decoration: none;
}
li{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea{
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input,
textarea{
	border-radius: 4px;
	border: 1px solid #eee;
	outline: 0;
	transition: .4s;
}
textarea{
	resize: vertical;
}
label{
	display: inline-block; 
	margin-bottom: 0.5rem; 
}
.section-pad{
	padding: 40px 0;
}
.clearfix::after{
	display:block;
	clear:both;
	content:""
}
.fix{
	overflow: hidden;
}
.bg-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.not-found{
	font-size: 42px;
	line-height: 54px;
	color: #d00;
}
.pb20{
	padding-bottom: 20px;
}

/*---------------------------------------
2. Preloader
---------------------------------------*/
.sinaextra-preloader{
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 11000;
	display: table;
}
.sinaextra-preloader .sinaextra-preloader-inner{
	display: table-cell;
	vertical-align: middle;
}
.sinaextra-preloader .spinner{
	margin: 0 auto 0;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	animation: sk-rotate 2.0s infinite linear;
}
.sinaextra-preloader .dot1,
.sinaextra-preloader .dot2{
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #5616d8;
	border-radius: 100%;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.sinaextra-preloader .dot2{
	top: auto;
	bottom: 0;
	animation-delay: -1.0s;
}

@keyframes sk-rotate{
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@keyframes sk-bounce{
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/*--------------------------------
3. Grid
--------------------------------*/
.container{
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
}
.col-12,
.col-8,
.col-4{
	width: 33.333333%;
	padding: 0 15px;
}
.col-8{
	width: 66.666667%;
}
.col-12{
	width: 100%;
}
.content-center{
	justify-content: center;
}
.text-center{
	text-align: center;
}

/*---------------------------------------
4. Header
---------------------------------------*/
.sina-brand{
	margin: 30px auto;
	display: block;
}
.sina-brand,
.sina-brand:focus,
.sina-brand:hover{
	color: #111;
}
.sina-brand h1{
	margin-bottom: 0;
}
.sina-brand p{
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}

/*---------------------------------------
5. Checkout
---------------------------------------*/
.slicewp-form,
.sinaextra-products,
p.edd-no-purchases,
#edd_login_form,
#edd_checkout_wrap{
	padding: 30px;
	width: 70%;
	background: #fff;
	box-shadow: 0px 5px 30px #ddd;
	margin: 0 auto;
}
#edd_checkout_wrap *:not(.edd-submit){
	background: #fff !important;
}
#edd_checkout_cart{
	border-collapse: collapse;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields,
#edd_checkout_form_wrap #edd_final_total_wrap{
	padding: .8em 1.387em;
}
#edd_checkout_cart td,
#edd_checkout_cart th{
	padding: .8em 1.387em;
	border: 0;
}
#edd_checkout_cart thead th,
#edd_checkout_cart tbody td{
	border-bottom: 1px solid #eee;
}
.edd_cart_remove_item_btn:focus,
.edd_cart_remove_item_btn:hover,
.edd_cart_remove_item_btn{
	color: #e00;
}
p.edd-no-purchases,
#edd-purchase-button,
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input,
#edd_checkout_user_info input.edd-input{
	width: 100%;
}
#edd-add-license-renewal{
	margin-right: 20px;
}
#edd_checkout_form_wrap span.edd-description{
	font-size: 90%;
}
.edd_checkout_form_wrap .edd-cart-adjustment input.edd-input,
#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap textarea{
	padding: 8px 15px;
}
.edd-privacy-policy-agreement{
	margin-bottom: 8px;
}
.edd-submit.button.blue,
.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus{
	background: #5616d8;
}
#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit{
	outline: 0;
	padding: 12px 15px;
}
#slicewp-affiliate-account-tab .slicewp-form{
	box-shadow: 0px 0px 0px;
}

/*---------------------------------------
6. Ordert History
---------------------------------------*/
#slicewp-affiliate-account,
.edd-table {
	padding: 30px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 5px 30px #ddd;
}
#edd_user_history td,
#edd_user_history th,
.edd-table td,
.edd-table th {
	border: 1px solid #f0f0f0;
	padding: 12px 20px;
	text-align: left;
}
.edd_pagination{
	margin: 50px 0;
	text-align: center;
}
.edd_pagination .page-numbers.current,
.edd_pagination a.page-numbers{
	display: inline-block;
	margin: 8px 6px;
	padding: 10px 18px;
	font-size: 15px;
	color: #5616d8;
	border: 1px solid #5616d8;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.edd_pagination .page-numbers.current,
.edd_pagination a.page-numbers:hover,
.edd_pagination a.page-numbers:focus{
	color: #fff;
	background: #5616d8;
}
.edd_sl_license_row td{
	position: relative;
}
.edd_sl_license_row .view-key-wrapper {
	position: absolute;
	top: 12px;
	z-index: 2;
}
.edd_sl_license_row input.edd_sl_license_key{
	position: relative;
	width: 180px;
	text-align: center;
	border: 1px solid #ddd;
	box-shadow: 0 0 6px 0 #e1e3e4;
	height: 30px;
	background: #eef2f5;
	margin-top: 0;
}

/*--------------------------------
7. Receipt
--------------------------------*/
#edd_purchase_receipt_products,
#edd_purchase_receipt{
	margin-bottom: 40px;
}

/*--------------------------------
8. Login Form
--------------------------------*/
.slicewp-form,
#edd_login_form{
	padding-top: 30px;
	width: 50%;
}
#edd_login_form label{
	width: 100%;
}
#edd_login_form legend{
	font-size: 20px;
	font-weight: 700;
}
.slicewp-field-wrapper input,
.slicewp-field-wrapper textarea,
#slicewp-affiliate-custom-link-input,
#edd_login_form input:not(input[type="checkbox"],input[type="submit"]) {
	width: 100%;
	padding: 8px 15px;
}
.slicewp-button-primary,
#edd_login_submit{
	padding: 10px 30px;
	background: #5616d8;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.slicewp-field-wrapper input:focus,
.slicewp-field-wrapper textarea:focus,
#slicewp-affiliate-custom-link-input:focus,
#edd_login_form input:focus{
	border-color:#5616d8;
}

/*--------------------------------
9. SliceWP Table
--------------------------------*/
.slicewp-list-table td,
.slicewp-list-table th,
.slicewp-list-table{
    border: 1px solid #eee;
}
.slicewp-list-table th{
    text-align: left;
}


/*--------------------------------
10. Products
--------------------------------*/
.sinaextra-products{
	padding: 50px 10px 40px;
	width: 100%;
	margin: 50px 0;
}
.sinaextra-products ul{
	margin-top: 30px;
}
.sinaextra-products li{
	padding: 15px 20px;
	float: left;
	width: 50%;
}
.sinaextra-product-logo{
	float: left;
	margin-right: 20px;
}
.sinaextra-product-logo img{
	border-radius: 100%;
	box-shadow: 0px 5px 15px #ddd;
	width: 80px;
	height: 80px;
}
.sinaextra-product-content{
	width: calc(100% - 100px);
	float: left;
}
.sinaextra-product-content h4{
	margin: -4px 0 10px;
}
.sinaextra-product-content h4 a{
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}


/*--------------------------------
11. Footer
--------------------------------*/
.sinaextra-widget ul{
	text-align: center;
	margin-bottom: 15px;
}
.sinaextra-widget ul li {
    display: inline-block;
    padding: 6px 15px;
}
footer{
	padding: 20px 10px;
	text-align: center;
	font-weight: 700;
}
footer > a,
footer > a:hover,
footer > a:focus{
	color: #5616d8;
}


/*--------------------------------
16. Responsive Mobile
--------------------------------*/
@media (max-width: 900px) {
	.col-8,
	.col-4{
		width: 100%;
	}
	.slicewp-form,
	#edd_login_form,
	#edd_checkout_wrap{
		width: 100%;
	}
}
@media (max-width: 782px) {
	.sinaextra-product-logo img{
		width: 60px;
		height: 60px;
	}
	.sinaextra-product-content{
		width: calc(100% - 80px);
	}
	.sinaextra-products li{
		width: 100%;
	}
}