@font-face {
	font-family: 'Open Sans Hebrew';
	src: url('../fonts/OpenSansHebrew-Regular.woff2') format('woff2'),
	url('../fonts/OpenSansHebrew-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body .wrap.mystickyelement-wrap{
	font-size: 12px;
	font-family: "Poppins", Open Sans Hebrew;
}
.wrap.mystickyelement-wrap, .wrap.mystickyelement-wrap *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap.mystickyelement-wrap > h2:first-child{
	font-size: 26px;
	margin-bottom: 20px;
}
.myStickyelements-container{
	background-color: #f9fcfc;
	padding: 20px 25px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.myStickyelements-container table{
	width: 100%;
}
.myStickyelements-container table td{
	width: 48%;
	vertical-align: top;
    padding-right: 30px;
    padding-top: 19px;
}
/* Input Checkbox Toggle */
.myStickyelements-switch {
	display: inline-block;
	width:55px;
	height:30px;    
	position: relative;
	float: right;
}
.myStickyelements-switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.myStickyelements-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border: 2px solid #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.myStickyelements-switch .slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 2px;
	top: 1px;
	background-color: #ffffff;
	-webkit-transition: .4s;
	transition: .4s;
}
.myStickyelements-switch input:checked + .slider {
	background-color: #7761DF;
    border: 2px solid #7761DF;
}
.myStickyelements-switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
.myStickyelements-switch input:checked + .slider:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
}
/* Rounded sliders */
.myStickyelements-switch .slider.round {
	border-radius: 15px;	
}
.myStickyelements-switch .slider.round:before {
	border-radius: 50%;
}
/* CF Tab Section */
.myStickyelements-header-title h3 {
    display: inline-block;
    font-size: 19px;
    color: #4f4f4f;
    margin: 0;
	font-weight: 500;
	line-height: 36px;
}
.myStickyelements-inputs ul {
    margin-bottom: 0;
}
.myStickyelements-container table td h4 {
    margin-bottom: 0;
}
.myStickyelements-contact-form-tab input[type="text"] {
    width: 100%;
    height: 38px;
    border-radius: 24px;
    padding-left: 15px;
    margin-top: 14px;
}
.myStickyelements-contact-form-tab textarea {
    width: 100%;
    border-radius: 10px;
    margin-top: 11px;
    overflow-x: hidden;
}
.mystickyelements-fixed.is-rtl {
	font-family: 'Open Sans Hebrew';
}

.myStickyelements-contact-form-tab label,
.myStickyelements-contact-form-tab p.description{
    font-size: 12px;
}
.myStickyelements-contact-form-tab .contact-form-view-label{
	margin-right: 11%;
}
.contact-form-direction.myStickyelements-inputs{
	float: none;
	width: auto;
}
.myStickyelements-contact-form-tab .contact-form-direction-label{
	margin-right: 9.7%;
}
.myStickyelements-contact-form-tab .contact-form-view label,
.myStickyelements-contact-form-tab .contact-form-direction label{
	float: none !important;
	margin-right: 10%;
}
.myStickyelements-contact-form-tab .contact-form-direction label{
	margin-right: 14%;
}
.myStickyelements-contact-form-tab h4 {
    font-size: 14px;
    margin: 0;
}
.myStickyelements-container.myStickyelements-general-settings .myStickyelements-label {
    margin-top: 12px;
}
.myStickyelements-container.myStickyelements-general-settings td {
    padding-top: 0px;
}
.myStickyelements-container table td td {
    padding-top: 0;
}

.wrap.mystickyelement-wrap .iris-picker, .wrap.mystickyelement-wrap .iris-picker *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.wp-picker-container button.button.wp-color-result {
    border-radius: 15px;
    border: 1px solid #DCE2E2;
}
.myStickyelements-content-section label, .wp-picker-container {
    display: inline-block;
}
input#contact-form-submit-button {
    background: #7761DF;
    height: 48px;
    border-radius: 27px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
	font-size: 12px;
}
input#contact-form-submit-button::placeholder {
    text-align: center;
    color: #ffffff;
}
.myStickyelements-contact-form-tab label:nth-child(2n) {
    float: right;
    position: relative;
}
.myStickyelements-contact-form-tab input[type="checkbox"]:checked {
	width: 19px;
    height: 19px;   
}
.myStickyelements-contact-form-tab input[type="checkbox"].required:checked {
    background: #FB5B5B;    
}
.myStickyelements-contact-form-tab input[type=checkbox]:checked:before {
    color: #ffffff;
    margin: 0 0 0 -2px;
}
/* */
/* Tab Settings */
span.upgrade-myStickyelements {
    float: right;
}
.myStickyelements-social-channels-lists .upgrade-myStickyelements{
	background: #DFDDF7;
}
span.upgrade-myStickyelements a {
    background: #DFDDF7;
    padding: 7px;
    border-radius: 18px;
    color: #7761DF;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    text-decoration: none;
    font-size: 9px;
    margin-left: 12px;
}
select#contact-form-send-leads {
    width: 100%;
    height: 38px;
    border-radius: 24px;
    margin-top: 14px;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
    font-size: 12px;
}
.upgrade-myStickyelements .fa-lock:before {
    content: "\f023";
    margin-right: 4px;
}
/* */
/* General Settings CSS */
.myStickyelements-inputs li {
    display: inline-block;
    margin-right: 16px;
}
.myStickyelements-inputs li:last-child {
    margin-right: 0;
}
span.myStickyelements-label {
    float: left;
    font-size: 15px;
}
span.myStickyelements-label label {
    font-size: 15px;
    padding-bottom: 15px;
}
.myStickyelements-contact-form-tab textarea#general-settings-tabs-css {
    width: 100%;
}
.myStickyelements-contact-form-tab textarea::placeholder {
    padding-top: 10px;
}
input#custom_position {
    width: 100%;
    height: 32px;
    border-radius: 21px;
	padding: 5px 15px;
}
.myStickyelements-inputs input[type="radio"]:checked::before {
    background: #7761DF;
    width: 12px;
    height: 12px;
}
.myStickyelements-inputs input[type=radio] {
    width: 22px;
    height: 22px;
}
.myStickyelements-inputs {
    float: right;
    width: 34%;
}
.myStickyelements-inputs li {
    display: inline-block;
    width: 43%;
    padding-right: 0;
}
span.input-px {
    background: #B7ADED;    
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    color: #ffffff;
    position: absolute;
    top: 1px;
    right: 0;
    height: 32px;
    line-height: 32px;
    width: 57px;
    text-align: center;
}
.px-wrap {
    position: relative;
}
p.submit input#submit {
    display: inline-block;
    background: #00C67C;
    border: 0;
    text-transform: uppercase;
    border-radius: 35px;    
    font-size: 17px;   
    padding: 12px 38px;
    height: auto;
}
p.submit input#submit:active{
	box-shadow: none;
	transform: none;
}
p.submit {
    text-align: right;
}
.myStickyelements-content-section textarea#general-settings-tabs-css {
    border-radius: 10px;
    margin-top: 5px;
}
.wp-core-ui .button-primary {
    text-shadow: none;
    box-shadow: none;
}


/* My Sticky Element Social Channel tabs */
.myStickyelements-social-channels-lists li:first-child{
	padding-left: 0px;
}
.myStickyelements-social-channels-lists li{
	padding: 10px 9px;
}
.myStickyelements-social-channels-lists li, .social-channel-input-box label span{
	display: inline-block;	
    text-align: center;
}
.myStickyelements-social-channels-lists li label, .social-channel-input-box label span{
	text-align: center;
}
.myStickyelements-social-channels-lists li label span, .social-channel-input-box label span{
	font-size: 18px;
	color: #fff;
}
.myStickyelements-social-channels-lists .social-channels-list, .social-channel-input-box label span{
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
}
.myStickyelements-social-channels-lists li input[type=checkbox]{
	margin-top: 10px;
}
input[type=checkbox]{
	border: 0;
	border-radius: 4px;
	box-shadow: 0px 3px 6px rgba(103,122,122,0.16);
	margin-right: 0;
	width: 17px;
	height: 17px;
}
input[type=checkbox]:checked{
	background-color: #7761DF;
	border: 0;
}
input[type=checkbox]:checked:before{
	margin: 0 0 0 -2px;
	color: #fff;
	width: 17px;
	height: 17px;
	line-height: 17px;
}
.social-channels-tab .social-channels-item{
	position: relative;
	border-radius: 10px;
	background-color: #EFF6F6;
	padding: 14px;
	padding-left: 38px;
	width: 48%;
	margin: 0px 1% 24px 1%;
}
.social-channels-tab .social-channels-item .social-channel-setting input{
    height: 38px;
    width: 100%;
    border-radius: 24px;
    padding-left: 15px;
}
.social-channels-tab .social-channels-item .social-channel-setting table tr td:last-child{
    text-align: right;
}
.social-channels-tab .social-channels-item .social-channel-setting table td{
    padding: 0;
}
.social-channels-tab .social-channels-item .social-channel-setting input.social-custom-icon-upload-button{
	width: 46%;
}
.social-channel-icon{
	width:38px;
}
.social-channel-icon .social-channel-icon-close{
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
}
.social-channels-tab .social-channels-item .social-channel-setting input.social-custom-icon-upload-button,
.social-channel-icon{	
	display: inline-block;
	height: 38px;
	margin: 0 15px 15px 0;
}
.social-channel-icon{
	position: relative;
}
.social-channel-input-box{
	display: flex;
	flex-wrap: wrap;
}
.social-channel-input-box label{
	width: 12%;
}
.social-channel-input-box input{
	width: 85%;
	margin: 0;
	border-radius: 21px;
	padding: 0 0 0 20px;
}
.social-channel-setting{
	background-color: #fff;
	border: 1px solid #DCE2E2;
	padding: 12px 16px;
	border-radius: 6px;
	margin-top: 17px;
}
.social-channel-icon-close,
.social-channel-close{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: #717278;
	color: #fff;
	cursor: pointer;
}
.myStickyelements-channel-view{
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
	align-items:center;
}
.myStickyelements-channel-view label{
	width: 33.33%;
	text-align: right;
}

.myStickyelements-channel-view label.social-setting i{
	background-color: #7761DF;
	color:#ffffff;
	border-radius: 30px;
	height: 23px;
	width: 23px;
	line-height: 23px;
	text-align: center;
}
.mystickyelements-wrap .wp-picker-container{
	background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 25px;
    min-width: 110px;
	text-align: left;
}
.mystickyelements-wrap .wp-picker-container.wp-picker-active{
    border: 0;
    text-align: right;
    background-color: transparent;
}
.mystickyelements-wrap .wp-color-result.button{
	width: 22px;
	height: 22px;
	padding: 0px;
	border: 0;
	box-shadow: none;
	margin:4px;
}
.mystickyelements-wrap .wp-color-result-text{
   background: transparent;
   width: 70px;
   padding: 0 0 0 25px;
   border-radius: 25px;
   border-left: 0;
   font-size: 12px;
}
.mystickyelements-wrap .wp-picker-open .wp-color-result-text{
	display: none;
}
.mystickyelements-wrap .wp-picker-input-wrap{
	border-left: 0;
}
.wp-picker-active .wp-picker-input-wrap input[type=button]{
    width: 60px;
    height: 28px;
    padding: 0;
    margin-left: 3px;
}
.wp-picker-container input[type=text].wp-color-picker{
	width: 80px;
	height: 30px;
	margin-top: 3px;
}
.wp-picker-container .wp-picker-clear{
	margin-top: 3px;
}
.myStickyelements-preview-screen,
.social-channels-tab{
	display: flex;
	flex-wrap: wrap;
    background-color: #ffffff;
    border: 1px solid #DCE2E2;
    border-radius: 10px;
    padding: 24px 12px 0 12px;
}

element {

    display: block;

}
.social-channel-popover {
    flex: 0 0 auto;
    background: #FFF;
    border-radius: 4px;
    line-height: 33px;
    padding: 5px;
    position: relative;
    margin: 25px 25px 25px 0;
    box-shadow: 0 1px 14px rgba(156, 117, 198, .4), 0 2px 4px rgba(0, 0, 0, .15);
    text-align: center;
}
.social-channel-popover a {
	text-decoration: none;
	color: #7761DF;
}
.move-icon {
	background: url(../images/dot-move-icon.png) no-repeat;
	height: 22px;
	width: 10px;
	position: absolute;
	top: 38px;
	left: 10px;
	cursor: pointer;
}
.social-channel-number{
	position: absolute;
	top: 12px;
	left: 10px;
}

/* Contact Leads */
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 10px;
  border: 1px solid #7761DF;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #7761DF ;
  color: #FFF;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 1em;
  }
}

.wpappp_sub_text{
  text-align: center;
  font-size: 3em;
  margin-top: 20px;
}
#upc_subscriber_tab tr td{
  padding:20px;
  padding-left:0;
}

.wpappp_buton,
.mystickyelement-delete-entry {
    overflow: hidden !important;
    padding: 12px 12px !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: all 60ms ease-in-out !important;
    transition: all 60ms ease-in-out !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    text-transform: none !important;
    text-transform: capitalize !important;
    color: #fff !important;
    border: 0 none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 160px !important;
    -ms-flex: 0 0 160px !important;
    flex: 0 0 160px !important;
    color: #FFFFFF !important;
    background: #7761DF !important;
    margin: 0 20px 0 5px;
}
.wpappp_buton:hover,
.mystickyelement-delete-entry:hover{
    -webkit-transition: all 60ms ease !important;
    transition: all 60ms ease !important;
    opacity: .85 !important;
}

.wpappp_buton:active,
.mystickyelement-delete-entry:active{
    -webkit-transition: all 60ms ease !important;
    transition: all 60ms ease !important;
    -webkit-transform: scale(0.97) !important;
    transform: scale(0.97) !important;
    opacity: .75 !important;
}
#mystickyelement_contact_tab{
    font-size: 18px;
}
.myStickyelements-header-title::after {
	content: "";
	display: block;
	clear: both;
}
.myStickyelements-contact-form-tab input[type="text"],
.social-channels-item input,
.myStickyelements-contact-form-tab textarea
 {
    font-size: 12px;
}
.myStickyelements-preview-window {
	float: right;
}
.myStickyelements-preview-window ul {
	margin: 0;
	padding: 0;
}
.myStickyelements-preview-window ul li {
	color: #7761DF;
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	background-color: #DFDDF7;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	margin-bottom:0;
	margin-left: 10px;
}
.myStickyelements-preview-window ul li.preview-active {
	color: #fff;
	background-color: #7761DF;
}
.myStickyelements-preview-screen {
	margin-top: 20px;
	padding: 0;
	height: 588px;
	position: relative;
	overflow:hidden;
}
.myStickyelements-preview-screen.myStickyelements-preview-mobile-screen {
	width: 320px;	
	margin: 20px auto 0;
}
.myStickyelements-preview-screen .mystickyelements-fixed {
	position: absolute;
	z-index: 1;
}
.myStickyelements-preview-screen .mystickyelements-fixed ul li {
	margin-bottom: 0;
}
.myStickyelements-preview-screen span.mystickyelements-social-text {
	height: auto;
	bottom: 0;
	min-width: 162px;
}
.myStickyelements-preview-screen.myStickyelements-preview-mobile-screen span.mystickyelements-social-icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
}
.myStickyelements-preview-screen.myStickyelements-preview-mobile-screen .mystickyelements-fixed ul li.mystickyelements-contact-form {
	padding-bottom: 45px;
	padding-top: 87px;
}
.myStickyelements-preview-screen.myStickyelements-preview-mobile-screen .mystickyelements-contact-form .mystickyelements-social-icon {
	font-size: 14px;
	padding: 13px 10px 10px 10px;
	height: 45px;
	width: 146px;
	-webkit-transform-origin: 25.1% 100% 0;
	-moz-transform-origin: 25.1% 100% 0;
	transform-origin: 31.1% 100% 0;
	line-height: 1;
}
.myStickyelements-preview-screen.myStickyelements-preview-mobile-screen .mystickyelements-contact-form .mystickyelements-social-icon i {
	margin-right: 15px;
}
.myStickyelements-preview-screen.myStickyelements-preview-mobile-screen .mystickyelements-fixed ul li {
	width: 45px;
}

@media only screen and (max-width: 991px) {
	.myStickyelements-container{
		padding: 10px 15px;
	}
	.myStickyelements-preview-screen, .social-channels-tab{
		padding: 20px 5px 10px 5px;
	}
	.myStickyelements-inputs input[type=radio]:checked:before {    
		margin: 4px; 
		font-size: 22px;  
	}
	.myStickyelements-social-channels-lists input[type=checkbox]:checked:before,
	.myStickyelements-channel-view input[type=checkbox]:checked:before
	 {
		margin: 2px 0 0 -4px;
		font-size: 22px;
	}
	.myStickyelements-contact-form-tab input[type=checkbox]:checked:before {
		margin: 2px 0 0 -3px;
		font-size: 22px;
	}
	.myStickyelements-inputs {
		width: 44%;
	}
	.social-channel-input-box input {   
		margin: 4px;
		width: 83%;
	}
	body .myStickyelements-preview-screen.myStickyelements-preview-mobile-screen {
		width: 240px;
	}
	.social-channels-tab .social-channels-item {
		width: 46%;
	}
	.myStickyelements-container table td {   
		padding-right: 7px;   
	}
}