/*
Theme Name: Nordes Child
Template: Zephyr
Version: 1.0
Author:	Nordes Web Solutions
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* ---------- Main Styles ----------  */ 

* {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}

.wpcf7-form input[type="submit"] {
	background-color: #fff;
    border-color: #fff !important;
    color: #e52765 !important;
    font-size: 1rem;
    font-weight: 700;
    display: block;
	padding: 1.1em 1.9em;
	margin-top: 15px;
}
.wpcf7-form input[type="submit"].wpcf7-submit:hover {
	background-color: #e52766 !important;
    color: #fff !important;
    border-color: #fff !important;	
}
span.wpcf7-not-valid-tip {
	color: #fff;
}
.w-tabs-item {
	border-width: 0 0 1px 0 !important;
	border-color: #D8D8D8 !important;
	border-radius: 0 !important;
	padding-bottom: 12px;
}
.w-tabs-item.active {
	border-color: #E52766 !important;
	background-color: rgba(255, 255, 255, 0) !important;
}
.w-tabs-section-content {
	padding-top: 1.2rem;
}
.testimonials-carousel .owl-dot span {
	background: #E52766;
	width: 10px;
	height: 10px;
	margin: 5px;
	opacity: 0.25;	
}

.testimonials-carousel .owl-dot.active span {
	opacity: 1;
	background: #E52766 !important;
	border: none;
}
@media (min-width: 600px) {
.testimonials-carousel .w-grid-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 2px;
    height: 70%;
    background: #F2F3F6;
}
.home .testimonials-carousel .w-grid-item:after {
    background: #ffffff;
}
.testimonials-carousel .owl-stage-outer {
	border-right: 2px solid #fff;
}
.home .testimonials-carousel .owl-stage-outer {
	border-right: 2px solid #F2F3F6;
}	
}


/* ---------- Contact Us Styles ----------  */ 

.contact-us-section {
	padding-top: 4.7rem;
	padding-bottom: 2.3rem;
}
.contact-us-section:before,
.reseller-contact-us:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100px;
	background-image: url(assets/contact-path-left.svg);
	background-size: 100% 100%;
	z-index: 1;
}
.contact-us-section .l-section-h:after,
.reseller-contact-us .l-section-h:after {
	content: "";
	position: absolute;
	right: 0;
	top: -4.8rem;
	width: 326px;
	height: 316px;
	background-image: url(assets/contact-path-right.svg);
	background-size: 100% 100%;
	z-index: 1;
}

.contact-us-section .wpb_row {
	max-width: 760px;
	margin: auto;
}

.contact-us-section .wpcf7-form {
	max-width: 380px;
}

.contact-us-section h2 {
	font-size: 3rem;
}
.contact-us-section p {
	font-size: 18px;
}
@media (min-width: 768px) {
.contact-us-section h2 {
	margin-top: 30%;
}	
}
.contact-us-section .vc_col-sm-12:after,
.reseller-contact-us  .vc_col-sm-12:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3.5rem;
	width: 187px;
	height: 212px;
	background-image: url(assets/letter.svg);
	background-size: 100% 100%;
}
/* ---------- Header Styles ----------  */ 

.l-subheader.at_top {
	border-bottom: 1px solid #F0F0F0;
}

.source_wpml {
	margin-left: 10px;
}

.source_wpml .w-dropdown-list {
	top: unset;
    padding-top: 0.5em;	
}

.source_wpml .w-dropdown-current:before {
    content: "";
    position: absolute;
    margin-right: 8px;
    transform: translateY(-42%);
    top: 50%;
    width: 14px;
    height: 14px;
    background-image: url(assets/language.svg);
    background-size: 100% 100%;
}

.source_wpml .w-dropdown-item {
	margin-left: 8px;
}

.source_wpml .w-dropdown-list-h .w-dropdown-item:nth-child(2),
.source_wpml .w-dropdown-list-h .w-dropdown-item:nth-child(3) {
	display: none;
}

.source_wpml .w-dropdown-current .w-dropdown-item:after {
	top: 58%;
}

.top-menu .w-nav-title {
	margin-left: 10px;
}

.top-menu .menu-item a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
    background-position: right center;
}

.tutorials.menu-item a:before {
	height: 14px;
	background-image: url(assets/tutorials.svg);
	background-size: 19px 14px;
}

.integrations.menu-item a:before {
	height: 14px;
	background-image: url(assets/integrations.svg);
	background-size: 14px 14px;
}

.documentation.menu-item a:before {
	height: 12px;
	background-image: url(assets/documentation.svg);
	background-size: 19px 12px;
}

.down-btn {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 51px;
    width: 51px;
    padding: 0px;
    font-size: 27px;
    text-align: center;
    display: block;
    position: absolute;
    background-color: #f2f3f6;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: black;
    z-index: 10;
}

.menu-dropdown .level_1 .w-nav-arrow {
	display: inline-block;
}

.w-nav.type_desktop .w-nav-list.level_2 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.7rem;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);
	border-radius: 3px;
}
.w-nav.type_desktop .w-nav-list.level_2 .w-nav-title {
	margin-left: 3px;
}

.automation-menu .w-nav-title:before,
.email-marketing-menu .w-nav-title:before,
.integrations-menu .w-nav-title:before, 
.landing-pages-menu .w-nav-title:before, 
.template-editor-menu .w-nav-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 14px;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
}

.automation-menu .w-nav-title:before {
    background-size: 14px 14px;
    background-image: url(assets/automation.svg);
}
.email-marketing-menu .w-nav-title:before {
    background-image: url(assets/email-marketing.svg);
    background-size: 14px 9px;
}
.integrations-menu .w-nav-title:before {
	background-size: 14px 14px;
    background-image: url(assets/integrations-menu.svg);
}
.landing-pages-menu .w-nav-title:before {
    background-size: 15px 16px;
    background-image: url(assets/landing-pages.svg);
}
.template-editor-menu .w-nav-title:before {
	background-size: 14px 14px;
    background-image: url(assets/template-editor.svg);
}

/* ---------- Footer Styles ----------  */ 

#sb_instagram .sbi_item {
	position: relative;
}

#sb_instagram .sbi_item:after {
	content: "";
    position: absolute;
    top: 14px;
    right: 15px;
    background-image: url(assets/instagram.svg);
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
}

#page-footer .l-section-h {
	max-width: 1000px;
    margin: 0 auto;
}

#page-footer h3 {
	color: #e52765;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}

#page-footer p {
	font-size: 0.85rem;
	margin-bottom: 14px;
    line-height: 26px;
}

#page-footer .footer-last-row p {
	margin-bottom: 0;
}

.membership-logos .w-image {
	flex-basis: 100%;
	max-width: 180px;
} 

/* ---------- Front Page ----------  */ 

.frontpage-hero-section h1 {
	font-weight: 400;
	font-size: 2rem;
}

@media (min-width: 500px) {
	.frontpage-hero-section h1 {
	font-size: 3rem;
}
}

.frontpage-hero-section p {
	font-size: 18px;
	color: #646C74;
}

.frontpage-hero-bottom-text p {
	font-size: 14px;
	color: #646C74;
}

@media (max-width: 487px) {
	.front-page-buttons .wpb_wrapper {
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
	.front-page-buttons .align_left {
		text-align: center;
		margin-right: 0;
	}
} 
.features-icons img {
	max-height: 70px;
}

.features-icons .w-iconbox-icon {
	height: 90px;
}

.features-icons svg {
	height: 100%;
}

.features-icons .w-image {
	margin-bottom: 0.5rem;
}

.features-icons .w-iconbox-meta {
	padding: 0;
}

html:lang(et) .features-icons .w-iconbox-meta  {
	    min-height: 95px;
}

.features-icons {
	display: flex;
	justify-content: center;
}

@media (max-width: 403px) {
	.features-icons .wpb_column .wpb_wrapper {
		min-height: 220px;
	}
}

@media (max-width: 440px) {
	.features-icons .vc_column_container {
		width: 50% !important;
	}
}

.features-icons-section h2 {
	font-weight: 400;
}

.features-icons .wpb_column {
	max-width: 220px;
}

.features-icons .wpb_column .wpb_wrapper {
	background-color: #fff;
    padding: 15px 10px;
    transition: all .15s ease-in-out;
    border-radius: 4px;
}

.features-icons .wpb_column .wpb_wrapper:hover {
	transform: scale(1.03);
}

.features-icons .vc_column-inner {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.features-icons .w-image-h {
	text-align: center;
}

.features-icons h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.features-icons p {
	font-size: 15px;
    line-height: 19px;
    color: #646C74;
}

.frontpage-integrations .wpb_text_column  {
	max-width: 850px;
    margin: 0 auto;
}

.frontpage-integrations h2 {
	margin-bottom: 0.5rem;
}

.frontpage-integrations .wpb_text_column p {
	font-size: 18px;
	color: #646C74;
}

@media (max-width: 1199px) {
	.frontpage-integrations .w-grid-item-h .post_image {
		width: 50%;
		margin: 0 auto;
	}
}

.integration-icons {
	max-width: 1100px;
    margin: 2rem auto 0!important;

}

.frontpage-forms-logos .w-grid-list {
	justify-content: center;
}

.frontpage-forms-logos article {
	max-width: 220px;
}

.front-page-tabs .w-tabs-list {
	max-width: 600px;
    margin: 0 auto;
}

.all-integrations a {
	position: relative;
	font-size: 1rem;
}

.all-integrations a:after {
	content: "";
    position: absolute;
    bottom: 5px;
    right: -1rem;
    width: 4px;
    height: 8px;
    background-image: url(assets/chevron-right.svg);
    background-size: 100% 100%;
    background-position: center;
}

.fa-clock:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(assets/blog-date.svg);
	background-size: 100% 100%;
}

.fa-user:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(assets/blog-author.svg);
	background-size: 100% 100%;
}
/* ---------- Blog Page  ----------  */ 

.frontpage-blog-grid .g-filters-list {
	max-width: 1000px;
	margin: 0 auto 4.8rem;
}
.frontpage-blog-grid .g-filters-item {
	border-bottom-width: 1px !important;
	border-color: #D8D8D8 !important; 
	width: 50%; 
	color: #646C74 !important;
	line-height: 2.8rem !important;
}
.frontpage-blog-grid .g-filters-item.active {
	border-color: #E52766 !important;
}
.frontpage-blog-grid .g-filters-item span {
	position: relative;
}
.frontpage-blog-grid .g-filters-item span:after {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}

.frontpage-blog-grid .g-filters-item:first-child span:after {
	background-image: url(assets/all-posts.svg);
	background-size: 15px 15px;
}
.frontpage-blog-grid .g-filters-item:nth-child(2) span:after {
	background-image: url(assets/automation-posts.svg);
	background-size: 16px 16px;
}
.frontpage-blog-grid .g-filters-item:nth-child(3) span:after {
	background-image: url(assets/content-posts.svg);
	background-size: 13px 12px;
}
.frontpage-blog-grid .g-filters-item:nth-child(4) span:after {
	background-image: url(assets/email-marketing-posts.svg);
	background-size: 15px 10px;
}
.frontpage-blog-grid .g-filters-item:nth-child(5) span:after {
	background-image: url(assets/subscribers-posts.svg);
	background-size: 20px 13px;
}

@media (min-width: 600px) {
	.frontpage-blog-grid .g-filters-item {
		width: 33%;
	}
}

@media (min-width: 820px) {
	.frontpage-blog-grid .g-filters-item {
		width: 20%;
	}
}

/* ---------- Single Post ----------  */ 

.wp-caption.aligncenter {
	margin: 0 auto !important;
}

.single-post-section h1 {
	font-size: 2.65rem;
	margin-bottom: 0.5rem;
}

.single-post-section h2 {
	font-weight: 700;
	font-size: 1.65rem;
}

.single-post-section ul {
	margin-left: 0;
	list-style: none;
}

.single-post-section ul li {
	position: relative;
	padding-left: 1.25rem
}

.single-post-section ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-right: 9px;
	width: 7px;
	height: 11px;
	background-image: url(assets/post-chevron-right.svg);
}
.w-sharing-icon {
	width: 30px;
	height: 30px;
	opacity: 1 !important;
}
.w-sharing.type_simple .w-sharing-item {
	padding: 0;
	margin: 0 5px;
	border: none;
	min-width: unset;
}
.w-sharing.type_simple .w-sharing-item:first-child {
	margin-left: 0;
}
.w-sharing-item.facebook .w-sharing-icon:before,
.w-sharing-item.twitter .w-sharing-icon:before,
.w-sharing-item.linkedin .w-sharing-icon:before  {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(assets/facebook.svg);
	background-size: 100% 100%;
}
.w-sharing-item.twitter .w-sharing-icon:before {
	background-image: url(assets/twitter.svg);
}
.w-sharing-item.linkedin .w-sharing-icon:before {
	background-image: url(assets/linkedin.svg);
}

/* ---------- Canada landing page ----------  */ 

.page-id-3565 header #menu-item-19,
.page-id-3565 header #menu-item-571,
.page-id-3565 header #menu-item-18,
.page-id-3565 header .lang {
	display: none;
}

.page-id-3565 header .at_left a.w-img-h {
	pointer-events: none;
}

.canada-landing-video h2,
.canada-landing-why-smaily h2,
.canada-landing-feedback h2 {
	font-size: 1.6rem;
	font-weight: 700;
}

.canada-landing-why-smaily h2,
.canada-landing-feedback h2 {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
.canada-landing-header .l-section-h {
	padding-bottom: 80px;
}
.canada-landing-video .l-section-h,
.canada-landing-why-smaily .l-section-h,
.canada-landing-feedback .l-section-h {
	padding-top: 50px;
	padding-bottom: 50px;
	}
}
.canada-landing-header .w-image-h {
	text-align: center;
}

.canada-landing-header .w-image-h img {
	max-width: 540px;
	width: 100%;
}

.canada-landing-header .l-section-img {
	background-image: unset !important;
}

.canada-landing-header h1 {
	font-size: 2.2rem;
}

.canada-landing-header hr {
	text-align: left;
	margin-left: 0;
	width: 70px;
	border-bottom: 3px solid #e52766;
	
}

@media (min-width: 768px) {
	.canada-landing-header h1 {
		margin-bottom: 0px;
	}
}

@media (min-width: 1270px) {
	.canada-landing-header .wpb_text_column {
		margin-top: 50px;
	}
}

.canada-landing-header h2 {
	font-size: 1.6rem;
	text-transform: unset;
	font-weight: 700;
}

.canada-landing-header ol {
	margin-left: 1.2rem;
}

.canada-landing-why-smaily .w-iconbox-title {
	text-transform: unset;
}

.canada-landing-feedback .testimonal-image {
	height: 110px;
}

@media (min-width: 1229px) and (max-width: 1339px) {
	.canada-landing-feedback .w-testimonial-text {
		min-height: 370px;
	}
}

@media (min-width: 1370px) {
	.canada-landing-feedback .w-testimonial-text {
		min-height: 315px;
	}
}

@media (min-width: 1025px) {
	.canada-landing-feedback .owl-nav .owl-prev,
	.canada-landing-feedback .owl-nav .owl-next {
		display: none;
	}
}

.canada-landing-feedback .w-testimonial-h img {
	width: 100px !important;
	height: 100px;
	border-radius: 100px;
}

.canada-landing-footer > div {
	max-width: 600px;
}

.test-features .email-marketing-tab .w-tabs-item-title:before {
    text-align: center;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    background-image: url(../assets/marketing.svg);
    background-size: 100% 100%;
}

.test-features .integrations-tab .w-tabs-item-title:before {
    text-align: center;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    background-image: url(../assets/integrations.svg);
    background-size: 100% 100%;
}

.test-features .template-editor-tab .w-tabs-item-title:before {
	text-align: center;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    background-image: url(../assets/template_editor.svg);
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.test-features .landing-pages-tab .w-tabs-item-title:before {
    text-align: center;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    background-image: url(../assets/landing_pages.svg);
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.test-features .automation-tab .w-tabs-item-title:before {
    text-align: center;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    background-image: url(../assets/automation.svg);
    background-size: 100% 100%;
}

.test-features .w-tabs.layout_default .w-tabs-list-h {
	max-width: 1000px !important;
}

/* ---------- PRICING PAGE ----------- */

.w-tabs {
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-color: inherit;
}

.prices-tab .w-tabs {
	margin: 0 auto;
    max-width: 930px;
}

@media (min-width: 658px) {
	.prices-tab .w-tabs-section {
	margin-top: 2rem;
	}
}

.w-tabs .w-tabs-list {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
}

.w-tabs .w-tabs-list:before {
	display: none !important;
}

.w-tabs-list-bar {
	display: none !important;
}

.w-tabs .w-tabs-item span {
    color: #646C74;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 19px;
    font-weight: 400;
    text-transform: none;
}
.w-tabs-item.active {
	color: #646C74 !important; 
	background-color: white;
    border-radius: 3px;
    opacity: 1;
}

#sendsmaily-price-input-wrapper{
	position: relative;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 400px) {
	#sendsmaily-price-input-wrapper {
		padding-top: 50px !important;
	}
}
.currency-select {
	position: absolute;
	z-index: 10;
    right: 20px;
    top: 0px;
}
.currency-select select {
	border-bottom: 0;
}

#sendsmaily-price-input-wrapper form {
    position: relative;
    padding-top: 70px;
    padding-bottom: 9px;
    text-align: center;
}
#sendsmaily-price-input-wrapper p{
    text-align:center;
}
#sendsmaily-price-input-wrapper form .input-text {
  	color: #E62664 !important;
}
#sendsmaily-price-input-wrapper form .input-text {
    font-family: Montserrat;
    font-size: 36px !important;
    font-weight: 300;
    line-height: 26px !important;
}
#sendsmaily-price-input-wrapper form .input-text {
	height: 48px;
	min-height: unset;
	color: #E62664 !important;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0px !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    max-width: 200px;
    top: 0;
	border-bottom: 0px;
}

#sendsmaily-price-input-wrapper input[type='range'] {
	min-height: unset !important;
	padding: 5px 0 !important;
    border: none!important;
    box-shadow: none!important;
    transition: unset !important;
}

@media not all and (min-resolution:.001dpcm) { @media {

#sendsmaily-price-input-wrapper input[type='range'] {
    margin: auto;
    outline: none;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #f2f3f6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #473e4f), color-stop(100%, #51475a));
    background-image: -webkit-linear-gradient(#E62664, #E62664);
    background-image: -moz-linear-gradient(#E62664, #E62664);
    background-image: -o-linear-gradient(#E62664, #E62664);
    background-image: linear-gradient(#E62664, #E62664);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
}
} }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
::i-block-chrome,#sendsmaily-price-input-wrapper input[type='range'] {
    margin: auto;
    outline: none;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #f2f3f6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #473e4f), color-stop(100%, #51475a));
    background-image: -webkit-linear-gradient(#E62664, #E62664);
    background-image: -moz-linear-gradient(#E62664, #E62664);
    background-image: -o-linear-gradient(#E62664, #E62664);
    background-image: linear-gradient(#E62664, #E62664);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
}
}
#sendsmaily-price-input-wrapper input[type=range]::-moz-focus-outer {
    border: 0;
    }
@-moz-document url-prefix() { 
#sendsmaily-price-input-wrapper input[type=range]::-moz-range-progress {
  background-color: #E62664 !important;
  height: 1em;
}
    .write-us-bg .l-section-h{
        padding-bottom:0px!important;
    }
#sendsmaily-price-input-wrapper input[type='range'] {
    margin: auto;
    outline: none;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #f2f3f6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #473e4f), color-stop(100%, #51475a));
    background-image: -webkit-linear-gradient(#E62664, #E62664);
    background-image: -moz-linear-gradient(#E62664, #E62664);
    background-image: -o-linear-gradient(#E62664, #E62664);
    background-image: linear-gradient(#E62664, #E62664);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #sendsmaily-price-input-wrapper input[type='range'] {
    margin: auto;
    outline: none;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #f2f3f6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #473e4f), color-stop(100%, #51475a));
    background-image: -webkit-linear-gradient(#E62664, #E62664);
    background-image: -moz-linear-gradient(#E62664, #E62664);
    background-image: -o-linear-gradient(#E62664, #E62664);
    background-image: linear-gradient(#E62664, #E62664);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
}
}


	#sendsmaily-price-input-wrapper input[type='range']  {
		-webkit-appearance: none ;
		width:100%;
        cursor:pointer;
	}
	#sendsmaily-price-input-wrapper input[type='range']::-webkit-slider-runnable-track {
		-webkit-appearance: none ;
		appearance: none ;
		border-radius: 5px;
		height: 8px;
		vertical-align:middle;
		border: none;
		cursor: pointer;
	}
	#sendsmaily-price-input-wrapper input[type='range']::-webkit-slider-thumb {
		-webkit-appearance: none;
		border-radius: 100%;
		background-color: #E62664;
		height: 26px;
		width: 26px;
		vertical-align:middle;
		border: none;
		cursor: pointer;
		margin-top: -8px;
	}
	#sendsmaily-price-input-wrapper input[type='range']::-moz-range-track{
		-moz-appearance: none ;
		border-radius: 5px;
		background-color: #CCC;
		height: 8px;
		vertical-align:middle;
		margin:0; padding:0;
		border: none;
		cursor: pointer; 
	}
	#sendsmaily-price-input-wrapper input[type='range']::-moz-range-thumb {
		-moz-appearance: none ;
		border-radius: 100%;
		background-color: #E62664;
		height: 28px;
		width: 28px;
		vertical-align:middle;
		cursor: pointer;
		margin-top: -6px;
	}
	#sendsmaily-price-input-wrapper input[type='range']:active::-moz-range-thumb { 
		background: #E62664; 
	}
	#sendsmaily-price-input-wrapper input[type=range]::-ms-track {
		width: 100%;
		height: 8px;
		cursor: pointer;
		animate: 0.2s;
		background: transparent;
		border-color: transparent;
		border-width: 39px 0;
		color: transparent;
	}
	#sendsmaily-price-input-wrapper input[type=range]::-ms-fill-lower {
		background: #E62664;
		border: 0px solid #000101;
		border-radius: 50px;
	}
	#sendsmaily-price-input-wrapper input[type=range]::-ms-fill-upper {
		background: #eaecef;
		border: 0px solid #000101;
		border-radius: 50px;
	}
	#sendsmaily-price-input-wrapper input[type=range]::-ms-thumb {
		border: 0px solid #E62664;
		height: 28px;
		width: 28px;
		border-radius: 100%;
		background: #E62664;
		cursor: pointer;
		margin-top: -2px;	
	}

.table-header td{
	color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 48px;
    padding-bottom: 16px;
}
.inner-ranger{
	color: #000;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    border-top: 2px solid #E2E5E9;
    border-bottom: 2px solid #E2E5E9;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: transparent;
}
.highlight td:nth-child(2) {
	color: #E62664 !important;
}
.credits td strong{
    font-weight: 400 !important;
}
.credits td{
    color: #000000;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-weight: 400 !important;
    border-top: 2px solid #E2E5E9;
    border-bottom: 2px solid #E2E5E9;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: transparent;
}
.credits tr td:nth-child(2) {
      width: 180px !important;
}
.credits tr td:nth-child(1) {
         padding-left: 45px;
}
.credits tr:nth-child(1) td{
    font-size: 12px !important;letter-spacing: 1px; font-weight:500;
    border-top: none !important;
}
.credits tr:nth-child(1){
    border-top:none !important;
}
.highlight{
    background-color:white !Important;
}

@media (max-width: 519px) {
	.table-header td {
		font-size: 10px;
	}
	.inner-ranger {
		padding-left: 0;
		padding-right: 0;
		font-family: Montserrat;
		font-size: 14px;
	}
	#sendsmaily-price-input-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	#content-monthly-subscription {
		padding-left: 0;
		padding-right: 0;
	}
}

#content-forever-free .w-btn-wrapper {
	margin-bottom: 1.5rem;
}

/* ---------- Integrations Page ----------  */ 

.integrations-tabs .w-tabs-list-h {
	max-width: 600px;
	margin: 0 auto;
}

.integrations-tabs .w-tabs-item {
	opacity: 0.7;
}

.integrations-tabs .w-tabs-item.active {
	opacity: 1;
}

.front-page-tabs .w-tabs-item {
	opacity: 0.7;
}

.front-page-tabs .w-tabs-item.active {
	opacity: 1;
}

.fa-shopping-cart:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 26px;
	background-image: url(assets/e-commerce.svg);
	background-size: 100% 100%;
}

.fa-inbox:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 28px;
	background-image: url(assets/forms.svg);
	background-size: 100% 100%;
}

.fa-cogs:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 26px;
	background-image: url(assets/everything-else.svg);
	background-size: 100% 100%;
}

.integrations-section .w-tabs-section-content-h .w-grid {
	margin-top: 2rem;
}

@media (min-width: 1001px) {
	.integrations-section .w-tabs-section-content-h .w-grid {
		margin-top: 3rem;
	}
}

.integration-image {
	width: 110px;
	height: 110px;
	min-width: 110px;
}

@media (min-width: 1100px) {
	.integration-image {
	width: 145px;
	height: 145px;
	}
	.integrations-content {
		max-width: 270px;
	}
	.integrations-section .w-tabs-section-content-h .w-grid {
		min-width: 6.25rem;
	}
}

@media (max-width: 1000px) {
	.integrations-grid {
		flex-direction: column;
		align-items: center !important;
	}
	.integration-image {
		margin-left: 3rem;
	}
	.integrations-grid .w-vwrapper {
		text-align: center;
		align-items: center;
	}
}

/* ---------- Integrations Post ----------  */ 

.integrations-post-sidebar .post_image {
	margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.integrations-post-sidebar .post_image {
		margin-top: 5.3rem;
		margin-bottom: 5.3rem;
	}
	.integrations-post-content {
		padding-left: 3.75rem;
	}
}

.integrations-post-sidebar .post_custom_field {
	margin-bottom: 10px;
	position: relative;
}

.integrations-post-sidebar a {
	padding-left: 22px;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 18px;
	position: relative;
}
.read-more-link a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 18px;
	transform: translateY(-50%);
	background-image: url(assets/integrations-read-more.svg);
	background-size: 10px 9px;
	background-position: center center;
	background-repeat: no-repeat;
}

.download-link a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 18px;
	transform: translateY(-50%);
	background-image: url(assets/integrations-download-plugin.svg);
	background-size: 12px 9px;
	background-position: center center;
	background-repeat: no-repeat;
}

.installation-help-link a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 18px;
	transform: translateY(-50%);
	background-image: url(assets/integrations-installation-help.svg);
	background-size: 13px 13px;
	background-position: center center;
	background-repeat: no-repeat;
}

.integrations-back-btn a {
	position: relative;
	padding-left: 10px;
}

.fa-chevron-left:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 6px;
    transform: rotate(180deg);
    height: 10px;
    background-image: url(assets/chevron-right.svg);
    background-size: 100% 100%;
    background-position: center;
}

.integrations-post-content h2 {
	font-size: 1.4rem;
}

.integrations-post-content ul {
	margin-left: 0;
	list-style: none;
}

.integrations-post-content ul li {
	position: relative;
	padding-left: 1.25rem
}

.integrations-post-content li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-right: 9px;
	width: 7px;
	height: 11px;
	background-image: url(assets/post-chevron-right.svg);
}

/* ---------- Smaily Page ----------  */ 

.about-smaily-tabs .w-tabs-list {
	max-width: 600px;
	margin: 0 auto;
}

#content-team .w-tabs-section-content-h {
	max-width: 890px;
}

#content-our-story .w-tabs-section-content-h {
	max-width: 1030px;
}

.fa-users:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 13px;
	vertical-align: middle;
	background-image: url(assets/team.svg);
	background-size: 100% 100%;
}

.fa-comment-alt:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-image: url(assets/story.svg);
	background-size: 100% 100%;
}

.fa-chart-line:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 18px;
	vertical-align: middle;
	background-image: url(assets/metrics.svg);
	background-size: 100% 100%;
}
.w-person-content {
	padding: 1.5rem 0 2rem;
}
.w-person-image img {
	border-radius: 5px;
}
.w-person-name {
	font-weight: 600;
	font-size: 1.4rem;
}
.w-person-role {
	font-size: 1rem;
	color: #646C74;
	opacity: 1;
}
.w-person-links-item {
	opacity: 0.5;
}

.no-touch .w-person-links-item:hover {
	color: #333333 !important;
	opacity: 1;
}

.no-touch .w-person-links-item:hover:before {
	display: none;
}
.wearesmaily-link h3 {
	font-size: 2.1rem
}
.wearesmaily-link h3 strong {
	color: #E52766;
}

.company-story-row img {
	max-width: 400px;
}

.starting-smaily-row img {
	max-width: 360px;
}

/* ---------- Feature Page ----------  */ 


.feature-main ul li {
	color: #646C74;
}

.feature-header h1,
.feature-header h2 {
	color: #212121;
}

.feature-header p {
	max-width: 970px;
	margin: 0 auto;
	color: #646C74;
	font-size: 1.125rem;
}

.feature-header .wpb_wrapper {
	margin-bottom: 1rem;
}

.feature-section .g-cols {
	max-width: 1170px;
    margin: 0 auto;
}

.feature-section h2 {
	max-width: 330px;
    font-size: 1.6rem;
    font-weight: 700;
}


.feature-section  ul,
.reseller-second-section ul {
	margin-left: 0;
	list-style: none;
}

.feature-section ul li,
.reseller-second-section ul li {
	position: relative;
	padding-left: 1.25rem
}

.feature-section ul li a,
.reseller-second-section ul li a {
	color: #646C74;
	font-weight: 400;
}

.feature-section li:before,
.reseller-second-section li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-right: 9px;
	width: 7px;
	height: 11px;
	background-image: url(assets/post-chevron-right.svg);
}

@media (max-width: 510px) {
	.feature-section .vc_row > .wpb_column > .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
		margin-left: -1rem;
		margin-right: -1em;
	}
}

/* ---------- Demo Page ----------  */ 

.bookly-form * {
	font-size: 1rem;
}

.bookly-js-time-zone-switcher {
	min-height: unset;
}

.bookly-form input:not([type="submit"]):focus,
.bookly-form textarea:focus {
	border-color: #656565 !important;
}

@media (min-width: 651px) {
	.bookly-custom-fields-container {
		display: flex;
	}
	.bookly-custom-fields-container .bookly-box {
		width: 33.33%;
	}
}

/* ---------- Reseller Page ----------  */ 

.page-id-8078 h2 {
	font-size: 2.1rem;
}
.reseller-first-section .w-tabs-section-title {
	color: #212121;
	font-weight: 600;
}
.reseller-first-section .w-tabs.icon_chevron .w-tabs-section-control:before {
	color: #E91E63;
}
.reseller-first-section .w-tabs-section-content-h .wpb_wrapper {
	color: #000;
}
.reseller-disclaimer {
	font-size: 0.8rem;
}
.no-touch .w-tabs.remove_indents .w-tabs-section-header:hover,
.no-touch .w-tabs.remove_indents .w-tabs-section-header:focus {
	background: none !important;
}
.reseller-contact-us .wpcf7-form {
	max-width: 650px;
	margin: 0 auto;
}
.reseller-contact-us .wpcf7-form input[type="submit"] {
    margin: 1.5rem auto;
}
.page-id-8078 #page-content .w-btn,
.page-id-8078 #page-content .wpcf7-form-control {
	min-width: 240px;
}
.reseller-steps h4 {
	font-weight: 600;
    font-size: 1.25rem;
}
.reseller-steps .vc_col-sm-1\/5 .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.reseller-steps .w-iconbox-icon svg {
	width: 100%;
	max-width: 114px;
	box-shadow: 0px 7px 30px rgba(161, 170, 177, 0.138474);
    border-radius: 100%;
}
.reseller-contact-us  .vc_col-sm-12:after {
	bottom: -5.5rem;
}