/*
Theme Name:         Tanvas Official as of Nov. 2019 | Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.4.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');

/**
 * Basic Styling
 */
a:visited,
a {
	color: #ba609f;
	text-decoration: none;
	cursor: pointer;
	transition: 150ms;
}

a:hover {
	color: #7ea1a8;
	text-decoration: none;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
	display: inline-block;
}

@media (max-width: 680px) {
	h1 {
		font-size: 2.2rem;
	}
}


/**
 * BUTTONS
 */

.btn {
	display: inline-block;
	width: auto;
	padding: 20px 60px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: Circular-Book;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 6.43px;
	line-height: 32px;
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ba609f;
	transform: scale(0);
	transition-property: transform;
	transition-duration: .3s;
	transition-timing-function: ease-out
}

.btn:hover {
	color: #fff
}

.pink-btn:hover:before {
	transform: scale(1)
}

.pink-btn {
	color: #ba609f;
	border: 2px solid #ba609f
}

.white-btn:hover:before {
	transform: scale(1)
}

.white-btn {
	color: #fff;
	border: 2px solid #fff
}

.white-btn:before {
	background: #fff
}

.white-btn:hover {
	color: #ba609f
}

a.text-pink {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .6s
}

a.text-pink:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ba609f;
	transform: scale(0);
	transition-property: transform;
	transition-duration: .3s;
	transition-timing-function: ease-out
}

a.text-pink:hover:before {
	transform: scale(1)
}



/**
 * Menu Customizations 
.menu-item-869 {
	order: 10;
	-webkit-order: 10;
	margin-right: 0;
}
 */

.header {
	position: sticky;
	left: 0;
	top: 0;
	transform: none;
	width: 100% !important;
	padding: 0 12px;
	border-bottom: 2px solid #292159;
	background: #fff;
	background: rgba(255, 255, 255, .95);
	z-index: 99999999999999999;
}


.header .row {
	margin: 0;
	max-width: 1280px;
	height: 100%;
}


.topnav > ul > li.menu-item-object-page {
	margin-right: 10px !important;
}


/**
 * Page Product New
 */
.row-spec .table-block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.row-spec .table-block .cell {
	flex: 1;
	-webkit-flex: 1;
}

.row-spec .name h3 {}





/**
 * CSS Created and added by Simple Edge @zakkates
 */
.se_container {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
	padding: 0 12px;
}

.divi_builder_used .se_container {
	max-width: 100%;
	padding: 0;
	margin-top: 0 !important;
}

.se_container_posts {}

.se_container_posts article {
	margin: 0 0 35px 0;
	padding: 0 0 35px 0;
	border-bottom: solid 1px #5f598426;
	display: flex;
	align-items: center;
	display: -webkit-flex;
}

.se_container_posts article h2 {}

.se_container_posts article h2 a {}

.se_container_posts article .col_thumbnail {
	-webkit-flex: 2;
	flex: 2;
}

.se_container_posts article .col_content {
	padding: 0 20px;
	-webkit-flex: 4;
	flex: 4;
}

@media (max-width: 700px) {

	.se_container_posts article {
		flex-flow: column;
		-webkit-flex-flow: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}

	.se_container_posts article .col_thumbnail {
		-webkit-flex: 100%;
		flex: 100%;
		margin: 0 0 20px;
	}

	.se_container_posts article .col_content {
		padding: 0;
		-webkit-flex: 100%;
		flex: 100%;
	}

}

/**
 * Ultimate Member
 */
.um.um-register,
.um.um-login,
.um.um-password {
	margin: 0 0 80px 0 !important;
}

p.um-notice.err {
	padding: 12px 16px !important;
}

p.um-notice i {
	top: -3px !important;
	right: 6px !important;
}


/**
 * WooCommerce
 */

.related.products,
.woocommerce-tabs.wc-tabs-wrapper,
.product_meta {
	display: none !important;
}


/**
 * WooCommerce Product Page
 * https://tanvasdev.wpengine.com/product/standard-tanvastouch-desktop-development-kit/
 */
.woocommerce div.product div.images.woocommerce-product-gallery {
	display: none !important;
}

.woocommerce div.product div.summary.entry-summary {
	width: 100%;
}

.woocommerce img,
.woocommerce-page img {}

.woocommerce img,
.woocommerce-page img.alignright {
	float: right;
	width: 40%;
}

@media (max-width: 767px) {

	.woocommerce img,
	.woocommerce-page img.alignright {
		float: none;
		width: 100%;
		margin: 0 auto 25px;
	}
}

/**
 * WooCommerce: forms
 */
input[type=checkbox],
input[type=radio] {
	width: auto;
}

#calc_shipping_state_field span {
	width: 100%;
}

/**
 * WooCommerce Account Pages
 */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
	margin-top: 25px;
}

header.woocommerce-Address-title.title {
	margin: 0 0 12px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100% !important;
	max-width: 600px !important;
	float: none;
	margin: 0 0 75px;
	padding: 0 0 75px;
}


.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce-shipping-fields__field-wrapper {
	border-bottom: solid 1px #625a87;
	border-bottom: solid 1px #e0dcde;
	margin: 0 0 75px;
	padding: 0 0 75px;

}

#terms_and_conditions_field .woocommerce-input-wrapper {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#terms_and_conditions_field label {
	height: auto;
}

#terms_and_conditions_field .input-radio {
	margin: 0 8px 0 0;
}

#terms_and_conditions_field .radio:before {
	display: none !important;
}


/**
 * WooCommerce Account Page Upon log out
 * Edited as of May 5th, 2020
 */
#customer_login {}

#customer_login .u-column1.col-1 {
	border-bottom: none !important;
}

#customer_login .u-column2.col-2 {
	display: none !important;
}


/**
 * WooCommerce Misc.
 */
.variations_form.cart.form {
	margin-top: 1em;
}

.woocommerce-message {
	border-color: #addde9;
}

.woocommerce-message::before {
	color: #addde9;
}



/**
 * WooCommerce: stripe checkout area
 */
.form-row.woocommerce-SavedPaymentMethods-saveNew {
	display: flex;
	flex-flow: row;
	align-items: center;
	display: -webkit-flex;
	-webkit-flex-flow: row;
	-webkit-align-items: center;
}

.woocommerce-form-coupon-toggle {
	margin: 0 0 2em;
}


/**
 * hide Coupon Code
 */
 .woocommerce-cart-form .coupon,
 .woocommerce-form-coupon-toggle{
        display: none !important; 
    }

 
 /**
 * Resources
 */
#menu-resources {
	list-style: none;
	padding: 0;
}

#menu-resources .sub-menu {
	display: none;
	list-style: disc;
}

#menu-resources > li a,
#menu-resources > li a:visited {
	padding: 6px;
	margin-bottom: .25em;
	display: inline-block;
	line-height: 1em;
	transition: none;
	color: #212529;
}

#menu-resources > li a:hover {
	border-bottom: solid 2px #addde8;
	padding-bottom: 4px;
	color: #ba609f;
	text-decoration: none;
}

#menu-resources > li.current-menu-parent > a,
#menu-resources > li.current-menu-item > a,
#menu-resources > li.current-menu-ancestor > a {
	background: #dddde7;
	/*
	border-bottom: solid 2px #ba609f;
	padding-bottom: 4px;
	*/
}


#menu-resources .current-menu-item .sub-menu,
#menu-resources .current-menu-parent .sub-menu,
#menu-resources .current-menu-ancestor .sub-menu {
	display: block;
}

#menu-resources .sub-menu li a {
	padding: 6px;
	margin-bottom: .25em;
	display: inline-block;
	line-height: 1em;
	transition: none;
}

#menu-resources .sub-menu li a:hover {
	border-bottom: solid 2px #addde8;
	padding-bottom: 4px;
}

#menu-resources .sub-menu li.current-menu-item a {
	border-bottom: solid 2px #ba609f;
	padding-bottom: 4px;
}