/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

/*  */
.elementor[data-elementor-type="wp-page"] {
    min-height: calc(100vh - 277px);
}
#primary,
main#content {
    min-height: calc(100vh - 277px);
}

#header_sec nav .signup-btn.menu-item a {
    background: #201e3f;
    color: #f7bf40;
    font-size: 24px;
	text-transform: uppercase;
	font-family: "din-condensed", sans-serif;
}
#header_sec nav .login-btn.menu-item a {
    border: 3px solid #201e3f;
    font-size: 24px;
    padding: 10px 20px;
	text-transform: uppercase;
}
#header_sec nav .signup-btn.menu-item a:before,
#header_sec nav .login-btn.menu-item a:before{
	display:none;
}
.form-type {
	display: flex;
}
.dashboard-page {
	max-width: 900px;
	margin: 0 auto;
}
.dashboard-page > p {
	font-size: 24px;
	max-width: 768px;
	line-height: 1.3;
	color: #000;
	margin-top: 17px;
}
.form-type {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-top: 40px;
	justify-content: center;
}

.SWPS_form,
.lifestyle_form {
	max-width: 376px;
	width: 100%;
	text-align: center;
}
.form-box {
	background: #201E3D;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	min-height: 162px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-box h4 {
	color: #fff;
	text-align: center;
	    margin: 0;
}
.SWPS_form > p, 
.lifestyle_form > p {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 41px;
	margin: 27px 0 0;
}
.SWPS_form > h3,
.lifestyle_form > h3 {
	font-size: 24px;
	margin: 0 0 22px;
	font-weight: bold;
	    color: #000;
}

.lifestyle-list-page .view-btn {
    padding: 6px 20px;
    line-height: 1;
    background: #201e3f;
    color: #fff;
    border: 0;
        /*font-size: 1rem;*/
    border-radius: 3px;
    transition: all .3s;

}
.lifestyle-list-page .view-btn a {
    color: #fff;
}
.lifestyle-list-page .view-btn.disabled {
    pointer-events: none;
}
.lifestyle-list-page table td {
    text-align: center;
   /*font-size: 16px;*/
}
/*.page-id-8 header.page-header {
    display: none;
}*/
.page-id-8 .woocommerce > h2 {
    text-align: center;
    color: #201e3f;
    font-family: "din-condensed", sans-serif;
    font-size: 2.5rem;
    margin-top: 2rem;
}


.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 68%;
    margin: 0 auto;
    border: 1px solid #d3ced2;
    padding: 32px;
    margin-bottom: 50px;
}

.woocommerce-account .edit-account fieldset {
    border: 0;
    padding: 0;
}
.woocommerce-account .edit-account fieldset legend {
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
}
header.page-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
header.page-header h1.entry-title {
    color: #201e3f;
    font-family: "din-condensed", sans-serif;
}
.woocommerce form .form-row {
    padding: 3px 0;
}

.woocommerce-message {
    border-top-color: #201e3f;
}
.woocommerce-account .woocommerce-Button[type="submit"] {
	font-family: "din-condensed", Sans-serif;
    background: #201e3f;
    font-size: 24px;
    color: #f7bf40;
    border: 0;
    font-weight: 500;
    margin-top: 32px;
}
.woocommerce-account .woocommerce-Button[type="submit"]:focus,
.woocommerce-account .woocommerce-Button[type="submit"]:hover{
background: #f7bf40;
color:#201e3f;
outline: none;
}

.page-not-found {
    text-align: center;
    padding-bottom: 50px;
}
.page-not-found h1.entry-title {
    margin: 20px 0 0;
}
.page-not-found  .page-header {
    margin-bottom: 0.51rem;
}

.back-btn {
    font-family: "din-condensed", Sans-serif;
    background: #201e3f;
    font-size: 24px;
    color: #f7bf40;
    border: 0;
    font-weight: 500;
    margin-top: 0;
    padding: 8px 32px;
    display: inline-block;
    text-decoration: none !important;
}

.back-btn:focus, .back-btn:hover{background: #f7bf40; color:#201e3f; outline: none;}
.no-data img {
    margin-top: 30px;
}
.no-data p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
}

.woocommerce .edit-account p.form-row:nth-child(4) {
    display: none;
}

@media only screen and (max-width: 991px){
	.woocommerce-account .woocommerce-MyAccount-content { width: 100%;}
		#flip-box .elementor-flip-box__layer__description {font-size: 20px !important; line-height: 1.3; }

}
@media only screen and (max-width: 767px){

	.form-type {flex-wrap: wrap;gap: 40px;}
	.dashboard-page > p {font-size: 18px; line-height: 1.3;}
	.SWPS_form > p, .lifestyle_form > p { margin: 16px 0 0;font-size: 20px;}
	#site-footer h2 {font-size: 16px; line-height: 1.3;}
	.btn.add-btn {margin-top: 10px;}
}

