/*
Theme Name: Press Black
Theme URI:
Author: Software Solutions Inc
Author URI: https://softsolutions-inc.com/
Version: 1.0.0
Tags: html5, css3, jQuery, development
*/

.admin-bar .menu__body,
.menu nav._active:before {
	top: 46px;
}

.fancybox-content {
	background: #FFFFFF;
	border-radius: 14px;
	width: 810px;
	max-width: 100%;
	padding: 31px 40px 47px;
}
#sign-up.fancybox-content {
	width: 456px;
	padding: 31px 30px 47px;
}
.fancybox-content h3{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 23px;
	padding: 0 10px;
}
.fancybox-slide--html .fancybox-close-small{
	padding:0 ;
	width: 21px;
    height: 21px;
    opacity: 1;
    top: 27px;
    right: 27px;
}
.fancybox-close-small span{
	font-size: 20px;
}
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
	font-size: 18px;
    margin: 10px 0;
}
.wpcf7 form .wpcf7-response-output{
	font-size: 18px;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors{
	border-color: #f00;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning{
	display: none;
}
.sent .wpcf7-submit,
.sent .action-button{
	display: none;
}
.cf7mls-btns{
	padding: 0 15px;
}
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button{
	margin: 0;
}
.cf7mls-btns .action-button:first-child{
	margin: 0 auto 0 0;
}
.cf7mls-btns .action-button:last-child{
	margin: 0 0 0 auto;
}
.business-types+.cf7mls-btns .action-button{
	margin:0;
}
.steps{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	position: relative;
	font-family: 'Proxima Nova Bold';
}
.steps:after{
	content: '';
	position: absolute;
	width: 99%;
	height: 2px;
	background-color: #265EFF;
	top: 15px;
}
.steps li{
	background-color: #fff;
	z-index: 1;
}
.steps span{
	font-size: 16px;
    line-height: 16px;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #265EFF;
    border-radius: 50%;
    margin-bottom: 5px;
    position: relative;
}
.steps ._icon-check{
	font-size: 12px;
}
.wpcf7-form-control-wrap #business-type{
	display: none;
}
.cf7mls-btns{
	display: flex;
	justify-content: center;
}
.cf7mls-btns .cf7mls_next{
	float: none;

}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: initial;
    padding-bottom: 20px; 
}
form.cf7mls .row{
	display: flex;
	justify-content: space-between;
	gap: 32px;
}
form.cf7mls .row .col{
	width: 100%;
	margin-bottom: 24px;
	position: relative;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea{
	width: 100%;
	border: 1px solid #CCD2E2;
	border-radius: 6px;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 16px 18px;
	color: #323232;
	font-family: "Proxima Nova Regular", sans-serif, sans-serif;
}
.wpcf7-form textarea{
	height: 95px;
}
.wpcf7-form select{
	-webkit-appearance: none;
	margin-bottom: 0;
}
.wpcf7-form .custom-select{
	position: relative;
}
.wpcf7-form .custom-select:after,
#sign-up ._icon{
	font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	    
}
.wpcf7-form .custom-select:after{
	font-size: 12px;
    top: 23px;
    right: 24px;
    content: "\e913";
    color: #aaaebb;
    position: absolute;
}

#sign-up ._icon{
	font-size: 22px;
    top: 50%;
    transform: translateY(-50%) ;
    right: 24px;
    position: absolute;
}
.wpcf7-form .fieldset-cf7mls .action-button,
.registration-form button,
.registration-form input[type="submit"],
#searchform input[type="submit"],
form.cf7mls input.wpcf7-form-control.wpcf7-submit{
	background-color: #fff;
	padding: 19px 30px;
	border-radius: 6px;
	color: #265EFF;
	font-size: 18px;
	line-height: 1.22;
	box-shadow: 0px 2px 15px 0px rgb(0,0,0, 0.13);
	border: 0;
}
.registration-form button,
.registration-form input[type="submit"]{
	width: 100%;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit{
	margin-right: 15px;
}
.cf7mls_back.action-button{
	margin-left: 15px;
}
.wpcf7-form .fieldset-cf7mls .action-button:hover,
.registration-form button:hover,
.registration-form input[type="submit"]:hover,
#searchform input[type="submit"]:hover,
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
	opacity: 1;
	color: #fff;
	background-color: #265EFF;
	box-shadow: 0px 2px 15px 0px rgb(38,67,255, 1);
}
.business-types{
	margin-bottom: 57px;
}
.item{
	padding-bottom: 17px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCD2E2;
}
.item .business-types__heading{
	position: relative;
	cursor:pointer;
	font-size: 16px;
	line-height: 23px;
	padding-left: 33px;
	margin-bottom: 12px;
}
.item .business-types__heading:after{
	content:'';
	position: absolute;
	width: 18px;
	height: 18px;
	border: 1px solid #265EFF;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;

}
.item .business-types__heading.checked:before{
	content:'';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #265EFF;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.item .business-types__heading ._icon{
	position: absolute;
	font-size: 23px;
	left: 0;
}
.item .business-types__description{	
	font-size: 16px;
	line-height: 1.25;
}
.image-container{
	text-align: center;
	padding: 156px 0 59px; 
}
.final-step{
	text-align: center;
	margin-bottom: 168px;
}
.final-step h3{
	margin-bottom: 7px;
}
.main-information h4,
.delivery-method h4,
.brending-settings h4,
.sign-up h4{
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 18px;
	margin-top: 28px;
}
.main-information .main-information__heading,
.delivery-method .delivery-method__heading,
.brending-settings .brending-settings__heading,
.sign-up .sign-up__heading{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 7px;
}
.brending-settings{
	margin-bottom: 81px;
}
.terms-conditions{
	text-align: right;
	font-size: 14px;
	line-height: 17px;
	margin: 16px 0 33px;
}
.terms-conditions a{
	color: #265EFF;
}
.terms-conditions a:hover{
	text-decoration: underline;
}
.social-buttons{
	padding: 0 20px 11px;
	order: 3;
}
.social-buttons .continue-with{
	display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 37px;
}
.social-buttons .continue-with:before{
	content:'';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #CCD2E2;
}
.social-buttons .continue-with span{
	padding: 0 12px;
    background: #fff;
    z-index: 1;
}
.social-buttons ul{
	display: flex;
	justify-content: space-between;
}
.social-buttons ul a{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 87px;
	height: 61px;
	border-radius: 13px;
	box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 13%);
	font-size: 35px;
}
.sign-up-wrapper .cf7mls-btns{
	padding:0 10px 41px !important;
}
.sign-up-wrapper .action-button{
	width:100%;
}
.sign-up-wrapper{
	display:flex;
	flex-direction: column;
	border: none;
	padding: 0 10px;
}
.sign-up-wrapper .sign-up__heading{
	font-size: 16px;
	line-height: 16px;
	margin: 15px 0 7px;
}
.sign-up-wrapper .password-field{
	position: relative;
}
.sign-up-wrapper .password-field span{
	position: absolute;
	top: 20px;
	right:10px;
	font-size: 22px;
	cursor: pointer;
}
.sign-up-wrapper .password-field span:before {
    content: "\e908";
    color: #AAAEBB;
}
.sign-up-wrapper .password-field.open-pass span:before {
    content: "\e912";
    color: #AAAEBB;
}
.sign-up-wrapper button{
	background-color: #fff;
	padding: 19px 30px;
	border-radius: 6px;
	color: #265EFF;
	font-size: 18px;
	line-height: 1.22;
	box-shadow: 0px 2px 15px 0px rgb(0,0,0, 0.13);
	border: 0;
}
.sign-up-wrapper button:hover {
	opacity: 1;
	color: #fff;
	background-color: #265EFF;
	box-shadow: 0px 2px 15px 0px rgb(38,67,255, 1);
}
.registration-form .submit{
	margin-bottom: 15px;
	padding: 0 10px;
}
.sign-up-wrapper input{
	width: 100%;
}
.registration-form #create-account,
.registration-form #confirm-form,
.registration-form #congratulations {
	overflow: hidden;
	transition: max-height 1s ease-in 0;
}
.registration-form #confirm-form,
.registration-form #congratulations {
	max-height: 0;
}
.registration-form.confirm #create-account,
.registration-form.registered #create-account{
	max-height: 0;
}
.registration-form.confirm #confirm-form {
	max-height: 100%;
}
.registration-form.registered #congratulations {
	max-height: 100%;
}
.sign-up-wrapper .image-container{
	padding: 53px 0 30px;
}
#confirm-form h4,
#congratulations h4{
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
}
#confirm-form .confirm-message,
#confirm-form .confirm-message strong,
#congratulations .congratulations-message,
#congratulationsm .congratulations-message strong{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
#congratulations .congratulations-message{
	margin-bottom: 67px;
}
.registration-form .error,
.wpcf7-not-valid{
	border-color: red !important;
}
.wpcf7-response-output,
.wpcf7-not-valid-tip{
	display:none !important;
}
#confirm-form .password-field {
	margin-bottom: 46px;
}
.another-email{
	text-align: center;
	padding: 0 0 41px;	
}
#congratulations .another-email{
	display: none;
}
.error #congratulations .another-email{
	display: block;
}
.another-email a{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #265EFF;
}
.another-email a:hover{
	text-decoration: underline;
}

.post{
	margin-bottom: 50px;
}
h2.title{
	font-size: 48px;
}
.current-location {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.current-location ._icon-icon{
	margin-right: 6px;
}
.switcher{
	position: absolute;
	width: 33px;
	height: 16px;
	border-radius: 8px;
	background-color: #B1B6BD;
	right: 10px;
	top: 20px;
	cursor: pointer;
}
.switcher.on{
	background-color: #265EFF;
}
.switcher span{
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -4px;
	transform: translateX(-50%);
	box-shadow: 0px 2px 15px 0px rgb(0,0,0, 0.13);
	transition: transform 0.25s ease-in 0s;
	background-color: #fff;
}
.switcher.on span{
	transform: translateX(50%);
}

.drop-zone {
  max-width: 351px;
  height: 94px;
  padding: 0;
  display: flex;
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
  color: #777F95;
  border: 2px dashed #CCD2E2;
  border-radius: 10px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

/*.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}*/
.drop-zone__prompt{
	width: 100%;
	max-width: 194px;
	display: block;
	position: relative;
}
.drop-zone__prompt::after{
	content: "\e917";
	position: absolute;
	left: -55px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'icons' !important;
	font-size: 40px;
	color: #CCD2E2;
}
.drop-zone__thumb-change{
	position: absolute;
    top: -23px;
    right: 0;
    font-size: 16px;
	line-height: 16px;
	color: #265EFF;
	font-weight: bold;
}
@media (max-width: 414px){
	.fancybox-content{
		padding-left: 20px;
		padding-right: 20px;
	}
	.fancybox-content h3 {
	    font-size: 20px;
	    line-height: 1.2;
    }
    form.cf7mls .row{
    	flex-direction: column;
    	gap: 0;
    }
    .cf7mls-btns{
    	flex-direction: column;
    }
    .cf7mls-btns button{
    	margin: 0 0 20px  !important;
    }
    .switcher{
    	top: 0;
    }
    .drop-zone{
    	justify-content: flex-end;
    }
    .fieldset-cf7mls:last-child{
    	display: flex;
    	flex-direction: column;
    }
    form.cf7mls .fieldset-cf7mls:last-child input.wpcf7-form-control.wpcf7-submit{
    	order: 2;
    	margin-right: auto;
	    margin-left: auto;
	    width: 92%;
    }
    .wpcf7-form .fieldset-cf7mls:last-child .action-button{
    	order: 1;
    }
}