/* 
 Theme Name:   Divi Child
 Theme URI:    
 Description:  
 Author:       lechmit
 Author URI:   https://lnet.nc
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* MENU */

.et-pb-contact-message {
	color: white
}

#dss-menu .contact {
	background: #fe5000;
	height: 30px !important;
	display: flex !important;
	align-items: center !important;
	padding: 20px 15px !important;
	align-self: center !important;
	margin-left: 20px !important;
}

@media screen and (max-width: 991px) {
	#dss-menu .contact {
		background: white !important;
		color: #fe5000 !important;
		margin-top: 10px !important;
		margin-left: 0 !important;
	} 

	#dss-menu .contact a {
		color: #fe5000 !important;
		margin-left: -12px !important;
		font-weight: 700
	} 
}

#dss-gallery .et_pb_image_wrap {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

/* CONTACT FORM */

.et-pb-contact-message {
	font-size: 18px;
	line-height: 1.8;
}

/* QR CODE */

.qrcodes {
	display: grid;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 4vw
}

.qrcode {
	font-size: 18px
}

.qrcode_content {
	display: flex;
	justify-content: space-between;
	padding-top: 5px
}

.qrcode_download {
	background: crimson;
	align-self: flex-start;
	color: white;
	padding: 5px 10px;
	font-size: 16px;
	cursor: pointer;
	transition: background .2s;
	transform-origin: top right;
	transform: scale(.8);
}

.qrcode_download:hover {
	background: #333;
}

.qrcode img {
	border:1px solid #666;
}

/* QRC FORM */

#dss-qrc-password .et_pb_code_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px
}

@media screen and (max-width: 700px) {
	#dss-qrc-password .et_pb_code_inner {
		gap: 10px !important
	}
}

#dss-qrc-password input {
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fe5000;
	border: 1px solid #666;
}

@media screen and (max-width: 700px) {
	#dss-qrc-password input {
		width: 60px !important;
		height: 60px !important;
		font-size: 40px !important;
	}
}

#dss-qrc-password input::-webkit-outer-spin-button,
#dss-qrc-password input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#dss-qrc-password input[type=number] {
	-moz-appearance: textfield;
}

.dss-loading {
	opacity: 0;
}

.dss-loading.show {
	opacity: 1;
}

#dss-pwd.hide {
	display:none;
}

@media screen and (max-width: 991px) {

	#qrcForm {
		padding: 10px !important;
		margin-top: -120px !important
	}
}

#dss-form-ctn button[type="submit"],
#dss-form-ctn-test button[type="submit"] {
	background: #fe5000;
	border: none;
	color: white;
	padding: 6px 20px;
	font-weight: 600;
	cursor: pointer;
}

#dss-qrc-password.hide,
#dss-qrc-password-label.hide,
#dss-form-ctn,
#dss-form-ctn-test,
#dss-qr-intro {
	display:none;
}

#dss-form-ctn.show,
#dss-form-ctn-test.show,
#dss-qr-intro.show {
	display:block;
}

@media screen and (max-width: 991px) {

	#dss-form-ctn.show,
	#dss-form-ctn-test.show {
		margin-top: -80px
	}
}

.wpforms-field-limit-text {
	display:none;
}

.wpforms-confirmation-container-full {
	background: none !important;
	border:none !important;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.dss-company {
	padding-bottom: 15px;
	margin-top: -15px
}

.dss-company b {
	font-size: 16px;
	margin-right: 10px
}

.dss-company span {
	font-size: 16px;
	font-weight: 600;
	color: #fe5000;
}