/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/


@import url("../bridge/style.css");


 .arm_setup_form_1 h3.arm_setup_form_title,
.arm_setup_form_4 h3.arm_setup_form_title{
	text-align: center !important;
	 width: 90%;
}
/*Notice box*/
.notice-wrapper {
  padding: 15px;
  background-color: #fdced7;
  border: 1px solid red;
  border-radius: 5px;
	margin-top: 50px;
}

.notice {
  color: red;
}

/*Contact form button*/
 input.wpcf7-form-control.wpcf7-submit, 
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
	border-radius: 8px;
}

/*Kim Digital*/
.container {
	background: #092756;
 background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
 background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#1f3372 100%);
 background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#1f3372 100%);
 background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#1f3372 100%);
 background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#1f3372 100%);
}

/*For fullwidth backgrounds*/
.transparent_content .full_width,  
.full_width{
		background: #092756;
 background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
 background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#1f3372 100%);
 background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#1f3372 100%);
 background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#1f3372 100%);
 background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#1f3372 100%);
}


/*Checkboxes checked background */
.arm_form_106 md-checkbox.md-checked .md-icon {
	background-color: #03072c;
}

footer .container {
	background: #1e262a;
}


/*About Video*/

.video-display-wrapper {
	text-align: center;
}

/*Member video*/
.video-card {
  height: 650px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
  margin-bottom: 60px;
 background-image: url("https://test.ewsf.ch/wp-content/uploads/2022/10/11852424_4853433-scaled.jpg");
  background-size: cover;
}

.video-card video{
	 cursor: pointer;
}

  .video-card .personal-inner {
    width: 100%;
    height: 100%;
}

	
	@media only screen and (max-width: 768px) {
		.video-card video  {
			   width: 100%;
   max-width: -webkit-fill-available;
   max-width: fill-available;
		}
	}

.homepage-wrapper .user-input-wrp label[for="imp_description"] {
  float: none;
  text-align: left;
  font-size: 16px;
}

/*Form error*/
.user-input-wrp label.error {
	font-size: 15px;
color: red;
	float: none;
}

/*Project approval*/
table#payout-request.approve-tbl {
	width: 100% !important;
}

.reject_btn {
	
	text-transform: none;
font-family: 'Roboto', sans-serif, 'Trebuchet MS' !important;
font-size: 14px !important;
color: #fb4d42 !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
background-color: #00b2f0 !important;
border-radius: 3px !important;
padding: 4px;
border: 1px solid #00b2f0 !important;
min-width: 85px;
min-height: 25px;
background-image: none;
cursor: pointer;


}

#cat-form {
	margin-bottom: 35px;
}



/*Sign up success card*/
#success-card {
  position: relative;
  width: 320px;
  display: block;
  margin: auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 8px;
}

#upper-side {
  padding: 2em;
  background-color: #bb945a;
  display: block;
  color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#checkmark {
  font-weight: lighter;
  fill: #fff;
  margin: -3.5em auto auto 20px;
}

#status {
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  margin-top: -.2em;
  margin-bottom: 0;
}

#lower-side {
  padding: 2em 2em 5em 2em;
  background: #fff;
  display: block;
}

#message {
  margin-top: -.5em;
  color: #757575;
  letter-spacing: 1px;
}


#contBtn {
	margin-top: 35px;
}

.referrer-header {
	padding-bottom: 50px;
}

/*General*/
.qbutton :hover {
	transition: ease-in .2s !important;
	-webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
}


.qbutton.white {
	background-color: rgba(0,0,0,0) !important;
}

#overview .q_circles_holder .q_circle_inner2:hover {
	background-color: #bb945a !important;
	border-color: #bb945a !important
}

#lang_switcher {
	
	 text-align: right;
    padding-right: 55px;
	padding-top: 7px;
	background-color: #1e262a;
}

#lang_switcher input {
	color: #fff;
	font-family: 'Roboto', sans-serif;
border: 2px solid #1AB1CC;
background-color: #ffffff;
background: transparent;
	cursor: pointer;
	width: 64px;
	padding: 3px 18px;
}

select#lang_select option[value="DE"]   { background-image:url(http://www.ewsf.ch/wp-content/uploads/2019/07/de.png);   }
select#lang_select option[value="EN"] { background-image:url(http://www.ewsf.ch/wp-content/uploads/2019/07/en.png); }
select#lang_select option[value="ES"] { background-image:url(http://www.ewsf.ch/wp-content/uploads/2019/07/es.png); }
select#lang_select option[value="FR"] { background-image:url(http://www.ewsf.ch/wp-content/uploads/2019/07/fr.png); }
select#lang_select option[value="IT"] { background-image:url(http://www.ewsf.ch/wp-content/uploads/2019/07/it.png); }


#lang_select {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #3e3e3e;
	line-height: 1.3;
	padding: .3em .7em .25em .4em;
	width: 94px;
	max-width: 100%; 
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

p#project-notice {
	color: red;
	font-size: 14px;
	font-weight: bold;
	padding: 25px;
}

/*Crowdfunding renewal*/
.arm_setup_form_5, .arm_setup_form_4 {
	text-align: center;
}
/*HOMEPAGE*/

/*Header*/


.myheader-wrapper {
	text-align: center;
	height: 200px;
}

/*Hero*/

#hero {
	background-position: right;
	background-size: contain;
}

#hero .section_inner {
	margin: 85px auto;
}

#hero h1 {
	color: #35434a; 
}

/*About*/

#about h2 {
	color: #bb945a;
}

#about p {
	color: #ebece6;
}

/*Overview*/

#overview .q_circles_holder .q_circle_outer {
    padding: 25px;
}


/*Sign up*/

#sign-up .section_inner_margin {
	display: flex;
	display: -webkit-box;
 	display: -ms-flexbox;
	justify-content: center;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
	align-items: center;
	 -webkit-box-align: center;
     -ms-flex-align: center;
}

.wpcf7-form-control .wpcf7-submit {
	background: transparent;
}

/*Footer*/

p.footer-contact {
	font-size: 14px;
	font-weight: bold;
	color: #ebece6;
	line-height: 1.6;
}
p.footer-contact:nth-child(4) {
	margin-top: 15px;
}

#polylang-4 .screen-reader-text {
	font-family: 'Roboto', sans-serif;
}

/*Contact Us Page*/

#contact-hero {
	background-size: cover;
}

#contact-hero .section_inner {
	margin: 185px auto;
}

#contact-hero h1 {
	color: #fff;
}

.google_map_shortcode_holder {
	border: 10px solid #e6e6e6;
	border-radius: 5px;
}

.q_font_awsome_icon_stack:hover i:last-child {
	color: #fff;
}

#contact-col h3 {
	margin-top: -30px;
}



/*Crowdfunding*/

#crowd-hero {
	background-position: right;
	background-size: 70% auto;
}

#crowd-hero .section_inner {
	margin: 185px auto;
}

#crowd-hero h1 {
	color: #bb945a;
}

#crowd-btns .qbutton.white:hover {
	color: #35434a;
	border-color: #35434a;
}

#crowd-btns .vc_column_container {
margin-top: 20px;	
}




/*About Us*/


.about-heading h1 {
	color: #35434a; 
}

#about-hero {
	background-position: right;
	background-size: 70% auto;
}

#about-hero .section_inner {
	margin: 185px auto;
}

#about-hero h1 {
	color: #bb945a;
}

/*Terms and condition*/
#terms h2 {
	margin-bottom: 30px;
}

/*Armember payments*/
h3.arm_setup_form_title {
	
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal !important;
	
}

.arm_setup_form_3 .arm_setup_form_title {
text-align: center !important;
	margin: 0 auto;
} 

.arm_setup_form_1 .arm_setup_section_title_wrapper {
	font-family: 'Roboto', sans-serif !important;
}

.arm_setup_form_3 .arm_setup_section_title_wrapper {
	text-align: center;
}

.arm_setup_form_1,
.arm_setup_form_4{
	text-align: left;
}

.arm_setup_submit_btn_main_wrapper {
	height: 100px !important;
	padding-bottom: 55px;
}

/*Armember edit profile form*/
.arm_form_101 .arm_form_heading_container .arm_form_field_label_wrapper_text {
	font-weight: normal !important;
	font-family: 'Roboto', sans-serif !important;
}

.arm_form_101 .arm_form_input_container input {
	border-bottom-color: #bb945a !important;
}

#arm_form_input_container_81 .arm_form_field_submit_button.arm_btn_style_border {
	border-width: 1px !important;
}

#arm_form_input_container_81 button.arm_form_field_submit_button {
	color: #bb945a;
font-family: 'Roboto', sans-serif;
border-color: #bb945a;
font-size: 14px;
line-height: 49px;
height: 51px;
font-style: normal;
font-weight: 600;
background-color: #ffffff;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
letter-spacing: 0px;
text-transform: uppercase;

width: 218px;
	
}

#arm_form_input_container_81 button.arm_form_field_submit_button:hover {
	background-color: #bb945a !important;
color: #ffffff;
border-color: #bb945a !important;
	transition: ease-in .2s !important;
	-webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
}

/*Armember sign up form*/
.arm_setup_form_container .arm_setup_form_3 {
	text-align: center;
}

.arm_setup_form_container .arm_setup_form_2 {
	text-align: center;
}

/*Profile*/
#project-link, #refferal-link {
	width: 300px;
	border: 1px solid #bb945a;
}


#copy-message-1, #copy-message-2 {
	color: #2be82b;
	height: 26px;
	margin-left: 5px;
}


#fifty-plan-card.personal-card.customer-card {
	height: 220px;
}

@media (max-width: 768px) {
  #fifty-plan-card.personal-card.customer-card {
	height: auto;
}
}

.personal-card {
  height: 400px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
  margin-bottom: 20px;
 background-image: url("https://www.kim-digital.ch/wp-content/uploads/2024/03/profile-card-1.jpg");
  background-size: cover;
}

#my-tree.personal-card  {
	 background-image: url("https://www.kim-digital.ch/wp-content/uploads/2024/03/profile-1-1.jpg");
}
@media (min-width: 768px) {
  .personal-card {
    height: 500px;
  }
}
.personal-inner {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .personal-inner {
    width: 50%;
    height: 100%;
  }
}

.personal-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .personal-title {
    font-size: 30px;
  }
}

.personal-subtitle {
	color: #1AB1CC;
  text-align: center;
}

.plans-wrapper {
	margin-top: 80px;
	overflow: hidden;
}

.plans-card.sales-card {
	float: left;
	width: 500px;
	 background-image: url("https://www.kim-digital.ch/wp-content/uploads/2024/03/profile-1-1.jpg");
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
  margin-bottom: 20px;
background-size: cover;
	
}

.plans-card.customer-card {
	float: right;
	width: 500px;
	 background-image: url("https://www.kim-digital.ch/wp-content/uploads/2024/03/profile-1-1.jpg");
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
  margin-bottom: 20px;
background-size: cover;
}

.links-card.customer-card {
	float: left;
	width: 480px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
  margin-bottom: 20px;
	margin-right: 50px;
	background-color: #03072c;
}

.links-card.sales-card {
	float: right;
	width: 480px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
  margin-bottom: 20px;
	background-color: #03072c;
	
}

.links-card .personal-inner {
	width: 80%;
}

/*600 plan profile page*/
.links-card.link-1 {
	float: left;
	width: 480px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
  margin-bottom: 20px;
	margin-right: 50px;
	background-color: #03072c;
}

.links-card.link-2 {
	float: left;
	width: 480px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
  margin-bottom: 20px;
	background-color: #03072c;
	
}

.links-card .personal-inner {
	width: 80%;
}

#copy-message {
	color: #2be82b;
	height: 26px;
	margin-left: 5px;
}

/*Remove elements from the project page card*/
#remove-bank-card {
	margin-right: 50px;
	float: left;
	width: 500px;
	background-image: url("https://www.kim-digital.ch/wp-content/uploads/2024/03/profile-1-1.jpg");
}

#remove-bank-card.personal-card {
	height: 220px;
	padding: 0;
}


#remove-impressum-card {
	float: right;
	width: 500px;
	background-image: url("https://www.kim-digital.ch/wp-content/uploads/2024/03/profile-1-1.jpg");
}

#remove-impressum-card.personal-card {
	height: 220px;
	padding: 0;
}

#remove-contact-card {
	float: left;
	width: 500px;
	background-image: url("https://www.kim-digital.ch/wp-content/uploads/2024/03/profile-1-1.jpg");
}

#remove-contact-card.personal-card {
	height: 220px;
	padding: 0;
}

input#remove-bank,
input#remove-impressum,
input#remove-contact
{
	margin-left: 15px;
	filter: invert(100%) hue-rotate(18deg) brightness(1.7);
}

#member-status{
	margin-top: 80px;
	width: 500px;
}

#member-status.personal-card {
	padding: 35px;
	height: auto;
	background-position: 90% 50%;
background-size: 37%;
background-repeat: no-repeat;
	background-color: #03072c;
}

h5.member-subtitle {
	font-size: 25px;
font-weight: 700;
color: #bb945a;
text-align: center;
	text-transform: none;
}


#fifty-plan-card.personal-card {
	height: auto;
	padding: 0;
}

#sixhundred-plan-card.personal-card {
	height: auto;
	padding: 0;
}

p.personal-plan-title {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
 color: #fff;
  position: relative;
	text-transform: none;
}

h5.personal-plan-subtitle {
font-size: 45px;
	font-weight: 700;
  color: #1AB1CC;
  text-align: center;
}

.arm_current_membership_container {
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
	background-color: #03072c;
}

.arm_user_current_membership_list_table th, 
table.arm_user_login_history_list_table th, 
table.arm_user_transaction_list_table th {
	background-color: #8a8892 !important;
}

.personal-inner a.payout-submit {
	text-align: center;
	margin-top: 35px;
	width: 180px;
}

.passport {
	padding: 60px 35px 35px 35px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
	background-color: #03072c;
}

.passport-selfie {
	padding: 60px 35px 35px 35px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 1px 1px #ccc;
	border-radius: 4px;
	margin-top: 100px;
	background-color: #03072c;
}



.default-submit {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 12px;
	color: #1AB1CC;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #1AB1CC;
	font-size: 14px;
	line-height: 49px;
	height: 51px;
	font-style: normal;
	font-weight: 600;
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
	width: 218px;
	cursor: pointer;
}

.default-submit:hover, 
.default-submit:active {
	background-color: #1AB1CC !important;
	color: #ffffff;
	transition: ease-in .2s !important;
	 -webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
	cursor: pointer;
}


/*Bank details submit form*/
.default-form {
	background-color: rgb(138, 136, 146);
	border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
	max-width: 100%;
  width: 600px;
  margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}

.default-white-submit, a.default-white-submit {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	border: none;
	font-size: 14px;
	line-height: 49px;
	height: 51px;
	font-style: normal;
	font-weight: 600;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	letter-spacing: 0px;
	text-transform: uppercase !important;
	width: 218px;
  border: 2px solid #fff !important;
	background: transparent;
	margin-top: 35px;
}

a.default-white-submit,
a.default-submit,
button.default-white-submit
{
  display: inline-block; 
	text-align: center;
	margin-bottom: 35px;
}

.default-white-submit:hover {
	background-color: #1ab1cc !important;
border: 2px solid #1ab1cc !important;
  color: #ffffff !important;
	transition: ease-in .2s !important;
	 -webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
	cursor: pointer;
}

/*Renew your 50 plan*/
.arm_setup_form_container {
	background: transparent !important;
}

/*.arm_setup_form_container .arm_form_106.arm_form_layout_writer .arm_form_input_container input {
	background: transparent !important;
}*/

.arm_module_plans_container.arm_module_box.arm_form_106 {
	background: transparent !important;
}

.arm-default-form .arm_module_box.arm_module_gateways_container, .arm-default-form .arm_module_box.arm_module_plans_container, .arm-default-form .arm_module_forms_container {
    background: transparent !important;
}
.arm_setup_form_container .arm_setup_submit_btn_wrapper {
	background: transparent !important;
}

.arm_setup_form_1,
.arm_setup_form_2,
.arm_setup_form_4,
.arm_setup_form_5{
	background: transparent !important;
}

/*Homepage setup*/
input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

#fileToUpload-error {
	color: red;
}

/*CK Editor*/
.homepage-wrapper .cke_chrome {
	border: none;
}

.user-input-wrp.ck-margin {
	margin-top: 20px;
}

.homepage-wrapper {
	margin: 0 auto;
	text-align: center;
}

.homepage-wrapper h2 {
	font-size: 28px;
	margin-bottom: 35px;
	text-transform: none;
}


.homepage-wrapper h6 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.homepage-wrapper .qbutton {
	padding-left: 8px;
	padding-right: 8px;
	width: 200px;
	text-align: center;
}

.homepage-wrapper .user-input-wrp label[for=ewsf_description] {
	float: none;
	text-align: left;
	font-size: 16px;
}
input.homepage-input, textarea.homepage-input, select.homepage-input {
	font-family: 'Roboto', sans-serif;
	text-align:  left;
	font-size: 16px;
	background-color: rgba(245,245,245,0);
	border-color: #fff;
    border-top-color: rgb(187, 148, 90);
    border-right-color: rgb(187, 148, 90);
    border-left-color: rgb(187, 148, 90);
	border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
	border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #fff;
	line-height: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: none;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 417px;
}

.homepage-input option {
  display: block;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  padding: 22px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #8a8892;
}

input.homepage-input:focus, textarea.homepage-input:focus {
	border-bottom-width: 2px;
}

.homepage-submit {
	margin-top: 55px;
	margin-bottom: 25px;
	color: #bb945a;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #bb945a;
	font-size: 14px;
	line-height: 49px;
	height: 51px;
	font-style: normal;
	font-weight: 600;
	background-color: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	width: 218px;
}

.homepage-submit:hover{
	background-color: #bb945a !important;
	color: #ffffff;
	border-color: #bb945a !important;
	transition: ease-in .2s !important;
	-webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
	cursor: pointer;
}

.inputfile + label {
	cursor: pointer;
	padding: 15px 55px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.user-input-wrp  {
	position: relative;
	margin: 0 auto;
}

input.homepage-input:focus ~ .floating-label,
input.homepage-input:not(:focus):valid ~ .floating-label{
  top: 8px;
  bottom: 10px;
  left: 90px;
  font-size: 11px;
  opacity: 1;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 90px;
  top: 24px;
  transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
}

.user-input-wrp label {
	float: left;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin-left: 24px;
}

span#image-link {
	color: #f7c121;
}


#cke_ewsf_description {
	margin-top: 20px !important;
}

/*Projects setup*/

.title-wrapper {
	text-align: center;
}

.project-card {
	float: left;
	width: 500px;
	background-image: url("https://www.kim-digital.ch/wp-content/uploads/2024/03/profile-1-1.jpg");
	margin-right: 35px;
}

.project-card.personal-card {
	height: 220px;
}


@media (max-width: 768px) {
  .project-card.personal-card {
	height: auto;
}
}

.project-wrapper {
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.project-wrapper h2 {
	font-size: 28px;
	margin-bottom: 35px;
	text-transform: none;
}

.project-wrapper h6 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #3e3e3e;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 464px;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0 auto;
	border-top: none;
	border-left: none;
	border-right: none;
	
	border-bottom: 1px solid #bb945a;
	-webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BB945A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BB945A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BB945A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BB945A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
	display: none;
}

.select-css:hover {
	border-width: 2px;
}

.select-css:focus {
	border-color: #aaa;
	    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	/*box-shadow: 0 0 0 3px -moz-mac-focus;*/
	color: #222; 
	outline: none;
}

.select-css option {
	font-weight:normal;
}



.project-submit {
	margin-top: 55px;
	margin-bottom: 55px;
	color: #bb945a;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #bb945a;
	font-size: 14px;
	line-height: 49px;
	height: 51px;
	font-style: normal;
	font-weight: 600;
	background-color: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	width: 218px;
}

.project-submit:hover {
	background-color: #bb945a !important;
	color: #ffffff;
	border-color: #bb945a !important;
	transition: ease-in .2s !important;
	 -webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
	cursor: pointer;
}

/*Project display*/
.project-display {
	width: 60%;
	
	padding-right: 50px;	
	float: left;
}

.project-display img {
	padding-bottom: 35px;
}

.project-display h2 {
	padding-bottom: 35px;
}

.project-display p {
	padding-bottom: 15px;
}

#overview .project-right h5, h3 {
	padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
	color: #1AB1CC;
}

.project-right h5, h3 {
	padding-left: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #fff;
}

.project-right {
	float: left;
	width: 35%;
	border-left: 2px solid #fff; 
}


.project_tab_detail {
    box-sizing: border-box;
    padding: 10px 0;
	
}

.project_info_container {
border: 0;
padding: 0 30px 10px 30px;
width: 100%;
}

.project_info_container table {
    margin: 5px 0px 5px;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: none;
}
.project_info_container table.project_detail_tbl tr {
    /*float: left;*/
    width: 100%;
    min-height: 34px;
    padding: 0 !important;
    border: none !important;
}

.project_info_container table.project_detail_tbl tr td:first-child {
    /*width: 240px;*/
    font-weight: bold;
    text-align: right;
	font-family: 'Roboto', sans-serif;
}

.project_info_container table.project_detail_tbl tr td {
    height: 34px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #cad0d5 !important;
    text-align: left;
}

.project_tab_detail .project_info_container table tr td
{
    padding: 6px 5px;
    background: 0 0 !important;
    word-break: break-word;
}

.project_detail_tbl td {
    vertical-align: middle !important;
}

.project_info_container table.project_detail_tbl tr td:last-child {
    width: 72%;
}

.project-display p, .project-display .qbutton  {
	margin-bottom: 25px;
}

p#external-link {
	border-top: 1px solid #cad0d5;
	padding-top: 10px;
	font-weight: 700;
}

a.external-btn {
	color: #bb945a;
	font-weight: 600;
}

#imp-display {
	border-top: 1px solid #cad0d5;
	padding-top: 10px;
}

.notice-modal-1.project-contact-form {
	position: absolute;
	width: 420px;
	text-align: center;
	margin-left: -250px;
	position: relative;
	top: -55px;
}

.project-contact-form h2 {
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
	text-transform: none;
}

.project-contact-form .user-input-wrp {
	width: 100%;
}

.project-contact-form input.homepage-input, .project-contact-form textarea.homepage-input, .project-contact-form select.homepage-input {
	width: 400px;
}

/* Refferal email page */
.refferal-wrapper {
	margin: 0 auto;
	text-align: center;
}

.refferal-wrapper h2 {
	font-size: 28px;
	margin-bottom: 35px;
	text-transform: none;
}
.q_message_wrapper .q_message {
	
	font-family: 'Helvetica', sans-serif !important;
	font-style: normal !important;
	margin: 25px auto;
	
	
}
.q_message_wrapper .q_message .message_text {
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

input.refferal-input {
	font-family: 'Roboto', sans-serif;
	text-align:  left;
	font-size: 16px;
	border-color: #fff;
    border-top-color: rgb(187, 148, 90);
    border-right-color: rgb(187, 148, 90);
    border-left-color: rgb(187, 148, 90);
	border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
	border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #fff;
	line-height: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 464px;
	background: transparent;
}

input.refferal-input:focus {
	border-bottom-width: 2px;
}

.email-submit {
	margin-top: 55px;
	margin-bottom: 55px;
	color: #bb945a;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #bb945a;
	font-size: 14px;
	line-height: 49px;
	height: 51px;
	font-style: normal;
	font-weight: 600;
	background-color: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	width: 218px;
}

.email-submit:hover {
	background-color: #bb945a !important;
	color: #ffffff;
	border-color: #bb945a !important;
	transition: ease-in .2s !important;
	 -webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
	cursor: pointer;
}

/*Tree page*/
.tree-wrapper {
	margin: 0 auto;
	text-align: center;
}

.tree-wrapper h2 {
	font-size: 28px;
	margin-bottom: 35px;
	text-transform: none;
}

/*Project amounts page*/
.notice-wrapper {
	padding: 15px;
	background-color: #fdced7;
	border: 1px solid red;
	border-radius: 5px;
}
.notice {
	color: red;
}
.account-wrapper {
	margin-left: 7%;
}

.account-wrapper h3 {
	margin-top: 85px;
}

.progressDiv {
width: 84%;
background: #fcfcfc;
height: 325px;
border: 1px solid #ccc;
position: relative;
left: 7%;
top: 20px;
display: inline-block;
-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
background: rgba(189, 186, 186, 0.5);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.25);
	padding: 45px
}

.statChartHolder {
width: 35%;
height: 90%;
position: relative;

top: 15px;
    display: inline-block;
}

.statRightHolder {
display: inline-block;
height: 90%;
width: 64%;
border-left: 1px solid #ccc;
position: relative;
top: -2px;
margin: 0;
}
.statRightHolder ul {
list-style: none;
    margin: 0;
}
.statRightHolder li {
border-bottom: 1px solid #ccc;
height: 85px;
width: 95%;
position: relative;
top: -25px;
}

.statRightHolder h3 {
    display: inline-block;
    margin-left: 12px;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
}

.statRightHolder span {
display: inline-block;
color: #fff;
font-size: 21px;
font-weight: 300;
	margin-left: 12px;
}

.statRightHolder p {
	margin-left: 12px;
}
.statsLeft {
    list-style:none;
    display:inline-block;
    width:45%;
}
.statsLeft li {
width: 100%;
height: 14px;
border: none;
top: 5px;
margin-bottom: 25px;
}
.statsLeft h3{
    font-size:17px;
    display: inline-block;
}
.statsLeft span{
    font-size: 17px;
    display:inline-block;
}
.statsRight {
width: 45%;
display: inline-block;
position: absolute;
}
.statsRight li {
width: 100%;
height: 14px;
border: none;
top: 5px;
margin-bottom: 25px;
}
.statsRight h3{
    font-size:17px;
    display: inline-block;
}
.statsRight span{
    font-size: 17px;
    display:inline-block;
}
/* Pie Chart */
.progress-pie-chart {
  width:200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
}


.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #bb945a;
	-webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.91304px/2);
  top: calc(50% - 173.91304px/2);
  width: 173.91304px;
  height: 173.91304px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #35434a;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 50px auto 0;
}
.payout-submit {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	border: none;
	font-size: 14px;
	line-height: 49px;
	height: 51px;
	font-style: normal;
	font-weight: 600;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	letter-spacing: 0px;
	text-transform: uppercase !important;
	width: 218px;
  border: 2px solid #fff !important;
	background: transparent;
	margin-top: 35px;
}

.payout-submit:hover, .payout-submit:active {
	background-color: #1AB1CC !important;
	color: #ffffff;
	border-color: #1AB1CC !important;
	transition: ease-in .2s !important;
	 -webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
	cursor: pointer;
}

.email-submit[disabled] {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 12px;
	color: silver;
	font-family: 'Roboto', sans-serif;
	border: 1px solid silver;
	font-size: 14px;
	line-height: 49px;
	height: 51px;
	font-style: normal;
	font-weight: 600;
	background-color: #e6e6e6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	width: 218px;
}

.email-submit[disabled]:hover {
	color: silver !important;
	background-color: #e6e6e6 !important;
	border: 1px solid silver !important;
	cursor: initial;
}

#login_error_msg {
	display: none;
	background: #e14d4b;
  border: 1px solid #e14d4b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 0 0 10px;
  padding: 5px 10px;
  color: #fff;
  font-family: 'Roboto', sans-serif, 'Trebuchet MS';
  font-size: 16px;

}

.login_error_msg {
	background: #e14d4b;
  border: 1px solid #e14d4b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 0 0 10px;
  padding: 5px 10px;
  color: #fff;
  font-family: 'Roboto', sans-serif, 'Trebuchet MS';
  font-size: 16px;
}

.payout-disabled {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 12px;
	color: silver;
	font-family: 'Roboto', sans-serif;
	border: 1px solid silver;
	font-size: 14px;
	line-height: 49px;
	height: 51px;
	font-style: normal;
	font-weight: 600;
	background-color: #e6e6e6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
	width: 218px;
}

.payout-disabled:hover {
	 cursor: initial;
}

.notice-modal-1 {
  display: none;
  position: fixed;
  top: 150px;
  z-index: 3;
  width: 200px;
  margin-left: -150px;
  background: #eee;
  left: 50%;
  padding: 50px;
  font: 400 20px 'segoe ui', sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.notice-modal-2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

textarea.info-user {
	font-family: 'Roboto', sans-serif;
	width: 200px;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	color: #000;
}


/*Project gridview*/


#project-search {
  margin-bottom: 25px;
  border: 1px solid #ddd;
	padding: 22px;
border-radius: 10px;
}

#project-search i {
	color: #fff;
}


#project-input {
  border: none;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  width: 1000px;
  background-color: transparent;
}

#project-input:focus {
  outline: none;
}

#project-input:focus + #search-button i {
  color: aqua;
}

#project-search:focus-within {
  border-color: aqua;
}


#search-button {
	background: transparent;
	border: none;
	cursor: pointer;
	float: right;
	font-size: 25px;
}


#grid-form {
	margin-bottom: 25px;
}

/*.grid-select {
    display: block;
    font-size: 20px;
	 font-family: 'Roboto', sans-serif;
  	color: #fff;
    padding: 22px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BB945A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
 background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BB945A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
 background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BB945A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BB945A%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
	 
}*/


.grid-select {
  display: block;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  padding: 22px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
 background-color: #39456d;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'); /* Keep the SVG image */
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

.gridViewItem {
  display: inline-block;
  margin-right: 20px;
  width: 29%;
  max-width: 200px;
  min-width: 150px;
  margin-bottom: 20px;
  -webkit-box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: color;
  background-color: #555571;
  color: #fff;
  border: 5px solid #e6e6e6;
  border-radius: 5px;
}

.gridViewItem img {
    width: 100%;
	
}

.gridViewInfo {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 25px 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
	 background-color: #39456d;
}


.homepage-pagination {
  display: inline-block;
}

.homepage-pagination a {
	font-size: 16px;
	font-weight: bold;
   background-color: #35434a;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
	 border: 1px solid #ddd;
	 color: #fff;
	
}

.homepage-pagination a.homepage-active {
  background-color: #fff;
  color: #35434a;
}

.homepage-pagination a.homepage-active:hover {
	background-color: #ddd;
}
/*Login form*/
.arm_registration_link a {
	pointer-events: none;
}
/*Tree chart*/

#chart_div .google-visualization-orgchart-linebottom {
  border-bottom: 4px solid #fff;
}

#chart_div .google-visualization-orgchart-lineleft {
  border-left: 4px solid #fff;
}

#chart_div .google-visualization-orgchart-lineright {
  border-right: 4px solid #fff;
}

#chart_div .google-visualization-orgchart-linetop {
  border-top: 4px solid #fff;
}

.google-visualization-orgchart-node {
	color: #000 !important;
    border: 2px solid #fff !important;
}
/*Collapsed Treeview*/


ol.tree { 
    padding: 5px 0 0 30px;
    width: 300px;
    font-size: 20px;
	height: 28px;
}

#content1 li { 
position: relative; 
margin-left: -15px;
list-style: none;
	}
	
	
li input {
		position: absolute;
		left: 0;
		margin-left: 0;
		opacity: 0;
		z-index: 2;
		cursor: pointer;
		height: 1em;
		width: 5em;
		top: 0;
	}
	li input + ol {
			background: url('http://www.ewsf.ch/wp-content/uploads/2019/05/expand1.png') 40px 0 no-repeat;
			margin: -22px 0 0 -44px; /* 15px */
			height: 1em;
		}
		
li input + ol > li { 
	display: none; 
	margin-left: -14px !important; 
	padding-left: 1px; }
	
li label {
		/*background: url('folder-horizontal.png') 5px 1px no-repeat;*/
		cursor: pointer;
		display: block;
		padding-left: 37px;
	}

	li input:checked + ol {
		background: url('http://www.ewsf.ch/wp-content/uploads/2019/05/collapse.png') 40px 5px no-repeat;
		margin: -27px 0 0 -44px; /* 20px */
		padding: 1.563em 0 0 80px;
		height: auto;
	}
		li input:checked + ol > li { 
			display: block; 
			margin: 0 0 0.125em;  /* 2px */
}
		li input:checked + ol > li:last-child { 
			margin: 0 0 0.063em; /* 1px */ 
}

#users-below {
	font-size: 16px;
	color: #bb945a;
}

/*Payout request table*/

table#payout-request {
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: auto;
  width: 300%;
	font-family: 'Roboto', sans-serif;
}
table#payout-request caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table#payout-request tr {
  border: 1px solid #ddd;
  padding: .35em;
}
table#payout-request tr:nth-child(even) {
  background: #8a8892;  
}
table#payout-request th,
table#payout-request td {
  padding: .625em;
  text-align: left;
}
table#payout-request th {
  background: #03072c;
  color: #fff;
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
table#payout-request td {
  white-space: nowrap;
  overflow: hidden;
	-o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}


.payout_btn {
	text-transform: none;
font-family: 'Roboto', sans-serif, 'Trebuchet MS' !important;
font-size: 14px !important;
color: #FFFFFF !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
background-color: #00b2f0 !important;
border-radius: 3px !important;
padding: 4px;
border: 1px solid #00b2f0 !important;
min-width: 85px;
min-height: 25px;
background-image: none;
cursor: pointer;

}


.payout_btn:hover {
	background-color: #00a8e6 !important;
border: 1px solid  #00a8e6 !important;

}

.reject_btn {
	text-transform: none;
font-family: 'Roboto', sans-serif, 'Trebuchet MS' !important;
font-size: 14px !important;
color: #FFFFFF !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
background-color: #d54e21 !important;
border-radius: 3px !important;
padding: 4px;
border: 1px solid #d54e21 !important;
min-width: 85px;
min-height: 25px;
background-image: none;
cursor: pointer;
}

.reject_btn:hover {
	background-color: #c7491f !important;
border: 1px solid  #c7491f !important;

}

/*CSV Report table*/
/*Payout request table*/

table#dataTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
	font-family: 'Roboto', sans-serif;
}
table#dataTable caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table#dataTable tr {
  border: 1px solid #ddd;
  padding: .35em;
}
table#dataTable tr:nth-child(even) {
  background: #8a8892;  
}
table#dataTable th,
table#payout-request td {
  padding: .625em;
  text-align: center;
}
table#dataTable th {
  background: #03072c;
  color: #fff;
  font-size: .85em;
  
}
table#dataTable td {
  white-space: nowrap;
  overflow: hidden;
	-o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.csv_center {
	margin: 50px auto;
	text-align: center;
}

button.csv_btn {
	color: #bb945a;
font-family: 'Roboto', sans-serif;
border-color: #bb945a;
font-size: 14px;
line-height: 49px;
height: 51px;
font-style: normal;
font-weight: 600;
background-color: #ffffff;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
letter-spacing: 0px;
text-transform: uppercase;
cursor: pointer;
width: 218px;	
}

button.csv_btn:hover {
	background-color: #bb945a !important;
color: #ffffff;
border-color: #bb945a !important;
	transition: ease-in .2s !important;
	-webkit-transition: ease-in .2s !important;
    -o-transition: ease-in .2s !important;
}
/*Impressum*/

#impressum a {
	color: #bb945a;
}

/*Webstore*/



.wpb_column.vc_column_container#webstore-desc {
    padding-left: 50px;
    padding-right: 50px;
}
#webstore-cat, #webstore-featured  {
    padding-top: 100px;
    padding-bottom: 100px;
}

#webstore-cat h1, #webstore-featured h1 {
    padding-bottom: 32px;
}

#webstore-cat p, #webstore-featured p {
	margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* Style the Select2 container */
.select2-container--default .select2-selection--single {
    background-color: #333333;
    border: 1px solid #444444;
    border-radius: 4px;
}

/* Style the selected item text */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 38px;
}

/* Style the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}

/* Style the dropdown options */
.select2-container--default .select2-results__option {
    background-color: #333333;
    color: #ffffff;
}

/* Style the highlighted dropdown option */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #444444;
    color: #ffffff;
}

/* Style the dropdown */
.select2-dropdown {
    background-color: #333333;
    border: 1px solid #444444;
}

/* Adjust the height and padding of the selection container if needed */
.select2-container .select2-selection--single {
    padding: 5px 10px;
}

h2.woocommerce-loop-category__title {
	color: #000;
	text-align: center;
		font-size: 12px;
}

.woocommerce div.product div.product_meta>.social_share_list_holder>span, 
.woocommerce div.product div.product_meta>span
{
	color: #fff;
}


.woocommerce input[type='text']:not(.qode_search_field) {
  border: none;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background-color: transparent;
}

#product-search {
	margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
	padding: 22px;
border-radius: 10px;
}

#product-search i {
	color: #fff;
}


#product-input {
  border: none;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background-color: transparent;
}

#product-input:focus {
  outline: none;
}

#product-input:focus + #search-btn i {
  color: aqua;
}

#product-search:focus-within {
  border-color: aqua;
}


#search-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	float: right;
	font-size: 25px;
}

.woocommerce-no-products-found {
	padding-top: 200px;
	padding-bottom: 200px;
}

#s {
    visibility: hidden;
}

.wc-block-cart-item__wrap a:hover {
	color: #a5e4ff;
}



.is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
   background-color: hsl(0deg 2.21% 36.35% / 65%);
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
	background-color: hsl(0deg 2.21% 36.35% / 65%);
}

.wc-block-components-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
	background-color: red !important;
	color: #fff !important;
	padding: 3px !important;
	text-decoration: none !important;
}

.wc-block-components-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	background-color: #950303;
}

.wc-block-components-quantity-selector {
	border: 1px solid white;
	}

.wp-block-woocommerce-cart-order-summary-heading-block {
    border-bottom: 2px solid white;
	}
.wc-block-components-totals-wrapper {
	border-bottom: 2px solid white;
}

 .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link {
	 color: #a5e4ff;
	 }

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.wc-block-components-sidebar {
    
    padding-right: 2.2641509434%;
}

.wc-block-cart .wc-block-cart__submit-container {
    margin-top: 20px;
}

.wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,
{
    color: #1ab1cc;
    font-family: 'Roboto', sans-serif;
    border-color: #ffffff;
    font-size: 14px;
    line-height: 49px;
    height: 49px;
    font-style: normal;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 1px;
    padding-left: 64px;
    padding-right: 64px;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block{
    color: #1ab1cc;
    font-family: 'Roboto', sans-serif;
    border-color: #ffffff;
    font-size: 14px;
    line-height: 49px;
    height: 49px;
    font-style: normal;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 1px;
}

.wc-block-cart__submit-button:hover, 
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block:hover{
	    background-color: #1ab1cc;
	color: #ffffff;
	}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
    width: auto !important; 
}


.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
   background-color: #000;
}

h2.wc-block-mini-cart__title {
    font-size: 1em !important;
}

.regular-price {
    display: block;
	margin-top: 5px;

}

.subscriber-price {
    font-weight: bold;
    color: #007bff;
    display: block;
}

.wc-block-mini-cart__badge {
       color: red;
    background-color: white;
}

.wc-block-components-checkout-step__container .content{
       color: red;
   
}


.woocommerce-order .woocommerce-notice {
font-size: 36px;
margin-top: 25px;
margin-bottom: 20px;
}



.woocommerce .order_details.clearfix li p,
.woocommerce-page .order_details.clearfix li p {
    color: #a5e4ff;
}

.woocommerce-checkout table.shop_table thead th {
	color: white !important;
}

.woocommerce-checkout table.shop_table tbody tr {
    color: #a5e4ff;
}

.woocommerce-account table.shop_table td span.amount, .woocommerce-checkout table.shop_table td span.amount {
    color: #a5e4ff !important;
}

.woocommerce table tr td {
   color: #a5e4ff !important
}

.woocommerce-checkout table.shop_table tfoot th {
    color: #a5e4ff !important;
}

 .woocommerce-checkout .shop_table.order_details tr td a {
   color: #f7c121 !important;
}

.woocommerce-checkout .shop_table.order_details tr td .product-quantity {
    color: white !important;
}

.order_details thead {
border-bottom: 2px solid !important;
}

.woocommerce-checkout table.shop_table tfoot tr:last-child {
    border-top: 2px solid white;
   
}

.blog_holder {
    margin: 30px;
   
}

.blog_holder .qode-outer-space {
	padding-top: 200px;
	padding-bottom: 200px;
}

.wc-block-components-button.wp-element-button,
.wp-block-button__link.add_to_cart_button
{
    color: #1ab1cc;
    font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
    font-size: 14px;
    /*line-height: 49px;*/
    height: 49px;
    font-style: normal;
    font-weight: 600;
    border-radius: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.wc-block-components-button.wp-element-button:hover,
.wp-block-button__link.add_to_cart_button:hover
{
    background-color: #1ab1cc;
    color: #ffffff;
}

a.wc-block-grid__product-link:hover {
	color: #fff;
}

.woocommerce-message .button.wc-forward {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border-color: #1ab1cc;
    font-size: 14px;
    line-height: 49px;
    height: 49px;
    font-style: normal;
    font-weight: 600;
    background-color: #1ab1cc;
    border-radius: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.woocommerce-message .button.wc-forward:hover {
    background-color: #ffffff;
    color: #1ab1cc;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover  {
	color:  #a5e4ff;
}



.woocommerce-page #lang_switcher input {
   line-height: normal;
	height: inherit;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: #a5e4ff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	color: #fff !important;
}
.woocommerce-account table.shop_table thead th,
.woocommerce-account table.shop_table tfoot th{
	color: #fff !important;
}

.woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: #a5e4ff !important;
}


/*NOT WORKING*/
.p-CardForm .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 2px solid white;
    
}


/*MOBILE STYLES*/
.mobile_menu_button span {
  color: #fff !important;
}

.woocommerce-account table.my_account_orders thead tr th, .woocommerce-cart table.cart thead th, .woocommerce-checkout .checkout table thead th, .woocommerce-page table.my_account_orders thead tr th {
	color: #fff !important;
}

/*Mobile phones*/
@media only screen and (max-width: 600px) {
  .q_logo img {
    width: 50px;
  }
	
	nav.main_menu > ul > li > a {
		font-size: 12px;
	}
	
	#hero.vc_custom_1557044233349 {
		background-size: auto;
	}
	
	.qode-cards-gallery-holder .qode-cards-gallery {
    padding-top: 20px;
}
	.wpb_single_image img {
		padding-top: 20px;
	}
	
	#sign-up {
		background-image: none !important;
	}
	
	.qode-workflow .qode-workflow-text p, qode-workflow .qode-workflow-text h2 {
		padding-left: 10px;
		padding-right: 10px;
	}
}
	/*Tablets*/
@media only screen and (max-width: 900px) {
	h2 {
		font-size: 25px;
	}
  #hero.vc_custom_1557044233349 {
		background-size: auto;
	}
	#sign-up {
		background-size: 180%;
	}
	#about .wpb_single_image img {
		margin-top: 40px;
	}
	#crowd-hero {
		background-size: auto;
	}
	
	#about-hero {
		background-size: auto;
	}
	
	.about-heading h1 {
		margin-top: 35px;
	}
	
	#contact-hero {
		background-size: auto;
	}
}


/*Tablet portrait*/
@media only screen and (max-width: 1200px) {
	#sign-up {
	background-size: 130%;
}
	#about-hero {
		background-size: cover;
	}
	#contact-hero {
		background-size: cover;
	}
	#crowd-hero {
		background-size: cover;
	}
}

/*Queries for larger screens*/


@media screen and (min-width: 1400px) {
 #hero, #about-hero, #crowd-hero, #contact-hero {
    height: 80vh;
	 overflow: auto;
  }
	
	.user-input-wrp {
    width: 39%;
	}
	
	#lang_switcher input {
	width: 84px;
		height: 40px;
		text-align: center;
}
	
#lang_select {
	font-size: 16px;
	color: #3e3e3e;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 120px;
}
}
@media screen and (min-width: 1600px) {
  .container1 {
    width: 1570px;
  }
}
@media screen and (min-width: 1900px) {
  .container1 {
    width: 1870px;
  }
}
