/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.2
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* General adjustments */

.white-text {
	color: #fff;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="range"], textarea, select {
	border-radius: 0.15rem;
}

/* Cookie Notice */

.cookie-notification {
    background: hsla(0,0%,100%,.9);
    border-radius: 3px;
    bottom: 30px;
    box-shadow: 0 2px 4px 0 rgba(85,92,106,.3);
    color: #8189a9;
    font-size: 13px;
    height: auto!important;
    left: 50%;
    letter-spacing: 0;
    padding: 11px;
    position: fixed;
    transform: translateX(-50%);
    width: 690px;
    z-index: 100000;
	display: none;
}

.cookie-notification-text {
	display: block;
    text-align: center;
	-webkit-font-smoothing: antialiased;
    font-family: Lato,sans-serif;
	box-sizing: border-box;
	line-height: 13px;
}
	
.cookie-notification-text i {
	cursor: pointer;
    height: 10px;
    margin-left: 8px;
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 899px) {
.cookie-notification {
    width: 80%;
}
}


/* Header */

/* use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3aaaea+0,2f89bf+100 */

.l-subheader {
	background: #3aaaea; /* Old browsers */
	background: -moz-linear-gradient(top, #3aaaea 0%, #2f89bf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3aaaea 0%,#2f89bf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3aaaea 0%,#2f89bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aaaea', endColorstr='#2f89bf',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 30px 0px #666!important;
}

.l-subheader {
	background: #3aaaea; /* Old browsers */
	background: -moz-linear-gradient(top, #00b3ee 0%, #0093c7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00b3ee 0%,#0093c7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00b3ee 0%,#0093c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3ee', endColorstr='#0093c7',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 30px 0px #666!important;
}






.primary-heading span {
	background-color: rgba(0, 0, 0, 0.7411764705882353);
    line-height: 1.6;
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
}

.l-subheader-h .w-text i {
    opacity: 1;
}

.sticky .l-subheader.at_middle, .l-subheader.at_middle .w-dropdown.opened, .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    color: #ffffff!important;
}

.l-subheader.at_middle {
	background-color: #1276BB;
}
	

.l-subheader.at_top {
	background: #f44818!important;
	color: #fff!important;
}

@media (max-width: 1150px) and (min-width: 600px) {
	
.l-subheader.at_top {
	height: 75px!important;
}
	
}



/* Content */

/* Front page: Above the fold  */

.industry-section h3 {
	text-decoration: underline;
}

.new-text {
	font-size: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
	padding: 2px;
}

@media (max-width: 767px) {
	.new-text {
    flex-direction: column;
	padding: 4px;
	}
}

.new-text .button:hover {
	color: #fff;
	background: #006689;
    border: 1px solid #006689;
}

.esignatures a.button {
    padding: 4px 10px;
    background: #0094C7;
    border: 1px solid #0093C7;
    height: 29px;
    font-size: 14px;
    margin: 5px 20px;
    line-height: 20px;
	color: #fff;
}

.home .primary-heading {
	font-weight: 300;
	color: #fff!important;
}

.header-cta h1 {
	font-size: 50px;
}

.header-cta .subheading span {
    font-size: 24px;
	background-color: rgba(255, 255, 255, 0.7686274509803922);
    padding: 5px 9px;
    color: rgba(0, 0, 0, 0.9019607843137255);
}

.header-cta .subheading span {
	font-size: 23px;
	line-height: 36px;
}

@media only screen and (max-width: 599px) {
	.primary-heading span {
    line-height: 1.4;
	}
	
	.header-cta h1 {
    font-size: 33px;
	}
	
	.header-cta .subheading span {
    font-size: 18px;
	}
	
	.l-section.wpb_row.height_medium.color_primary.with_img .l-section-h.i-cf {
	padding: 1.5rem 0!important;
	}
	
	.main.signup-form {
    padding: 15px 30px 10px;
	}
	
	.l-body .cl-btn, .tribe-events-button, input[type="submit"]:not(.button) {
	padding: 0.8em 0.2em!important;
	}
}


@media only screen and (min-width: 600px) {
	.header-section {
	padding-top: 185px!important;
    padding-bottom: 165px!important;
	}
}


@media only screen and (min-width: 1020px) {
	.main.signup-form {
	width: 350px;
	}
}

/* Testimonials section on Frontpage */

.testimonials article:first-child {
	background-color: #f67849;
}

.testimonials article:nth-child(2) {
	background-color: #333333;
}

.testimonials article:nth-child(3)  {
	background-color: #5ca8d1;
}

.testimonials article p {
	color:#fff;
	font-size: 18px;
}

.testimonials img.aligncenter {
	margin-bottom: 50px;
}

/*
.testimonials .vc_column-inner {
	padding: 0!important;
}

.testimonials article div div {
	border-style: unset!important;
    border-width: unset!important;
}
*/




@media (max-width: 599px) {
	.testimonials .w-grid.us_grid_1 .w-grid-item {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	
	.testimonials .l-section-h.i-cf {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 600px) {
    .testimonials .l-section-h.i-cf {
    padding-bottom: 1rem;
	}
}
	



/* IE fix */
.testimonials .us_grid_1 .usg_vwrapper_2 {
	border-width: 0px;
}

/* Pricing table */

/*
.pricing-accordion a {
	border-bottom: 1px solid rgba(0,0,0,.3);
}
*/

.pricing-accordion .color_custom.active a {
	background-color: rgba(0,0,0,0.04);
}

.pricing-columns .vc_column-inner {
    padding: 0 !important;
}

.pricing-columns .vc_column-inner .item {
    padding: 0 1.5rem !important;
}

@media only screen and (min-width: 900px) {
    .pricing-columns .vc_column-inner .digisigner-pricing-column-styled {
    border-right: 1px solid rgba(0,0,0,0.3);
	height: 275px;
}
}

@media only screen and (min-width: 1125px) {
    .pricing-columns .vc_column-inner .digisigner-pricing-column-styled {
	height: 242px;
}
}

@media (max-width: 944px) and (min-width: 900px) { 
    .pricing-columns .vc_column-inner .digisigner-pricing-column-styled {
	height: 275px;
}
}


.pricing-columns .vc_column_container:last-child .vc_column-inner .digisigner-pricing-column-styled  {
    border-right: unset;
}

.pricing-columns .wpb_wrapper {
	padding: 0 20px;
}

/* remove padding from the first .wpb_wrapper */
.pricing-columns > .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
	padding: 0;
}

.digisigner-pricing-column-styled p {
    margin: 0 0 0.5rem;
}

.digisigner-pricing-column-styled .wpb_wrapper {
  /*  margin-left: 20px; */
	text-align: center;
}

.digisigner-pricing-column-styled {
	padding: 0px 30px;
}

.digisigner-pricing-column-styled img {
    width: 25px;
    position: absolute;
    left: 23px;
	max-width: unset;
}

.digisigner-pricing-column-styled p {
    margin-left: 9px;
	text-align: left;
}

.digisigner-pricing-column-heading {
	    font-size: 25px;
	    font-weight: bold;
}


.pricing-column-top {
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.pricing-column-bottom a {
    width: 100%;
}

.pricing-column-bottom {
    height: 80px;
}

.pricing-column-top.pricing-contact {
    text-align: center;
    justify-content: center;
}

.pricing-columns .w-btn.us-btn-style_1 {
	    margin-top: 20px;
}

.pricing-contact a {
	width: unset;
	margin-top: 30px;
}



@media (max-width: 899px) {
    .pricing-columns>div {
	    padding: 25px 0px;
	}
}


.pricing-table th {
	width: 20%;
	font-size: 25px;
}

.pricing-table .fa-check:before {
    color: #6fda44;
}

.pricing-table .w-btn {
    width: 100%;
}

.pricing-table .row-2 td:not(:nth-child(1)) {
	border-bottom: 0px;
}

.column-2, .column-3, .column-4, .column-5 {
	text-align: center;
}
.price-amount  {
	font-size: 75px;
	line-height: 85px;
}

.price .currency {
    display: inline-block;
    font-size: 32px;
    color: #333;
    top: -30px;
    position: relative;
}

.row-4 td, .row-5 td, .row-6 td, .row-7 td, .row-8 td, .row-9 td, .row-10 td {
    height: 60px;
    vertical-align: middle!important;
}

.trial-time {
	font-size: 13px;
    margin-top: 2px;
    color: #000000ab;
}

.subtext {
	font-size: 13px;
    color: #000000ab;
	line-height: 20px;
}

.pricing-table .row-2 .column-5 {
	 vertical-align: middle;
}

/*
.pricing-table a {
	border-bottom: 1px solid rgba(0,0,0,.3);
}

*/

/* Api pricing */

.tablepress-id-2 .column-1 {
	width: 10%!important;
}

.tablepress-id-2 .row-3 td {
	height: 60px;
    vertical-align: middle!important;
}

.tablepress-id-2 th {
    width: 20%;
}

.tablepress-id-2 tbody td {
    vertical-align: middle;
}

.tablepress-id-2 .row-2 .column-5 {
	font-size: 18px;
}

.api-pricing-link {
    display: inline-block;
    border: 1px solid #222;
    min-width: 160px;
    line-height: 32px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    background: #444;
	text-align: center;
	margin: 0px 10px;
	position: absolute;
	right: 0;
}

.api-pricing-link a {
    color: #FFF;
    text-decoration: none;
}

.api-pricing-link a:hover {
    color: #FFF!important;
}

@media only screen and (max-width: 899px) {
	.plan-select {
		flex-direction: column;
	}
	.api-pricing-link {
	position: relative;
	}
}

@media (max-width: 899px) {
	.plan-select span {
		margin-bottom: 15px!important;
	}
}
	
/* Price switchers */

.plan-select {
	display: flex;
	justify-content: center;
}

.plan-select .plan.active {
    background-color: #00A0D6;
    color: #FFF;
}

.plan-select .plan {
    display: inline-block;
    border: 1px solid #00A0D6;
    min-width: 140px;
    line-height: 32px;
    color: #00A6DE;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 10px;
    border-radius: 2px;
	text-align: center;
	position: relative;
}

/* Mobile version of pricing */
	
.price-large {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 300;
}

/* Rechtliches */

.legal-document {
    float: right;
    width: 200px;
    margin: 0px 20px 40px 60px;
    text-align: center;
}

.legal-document {
    float: right;
    width: 200px;
    margin: 0px 20px 40px 60px;
    text-align: center;
}

@media only screen and (max-width: 550px) {
    .legal-document {
    float: unset;
    width: unset;
    margin: 0px 0px 40px 0px;
    text-align: center;
}
}

@media only screen and (max-width: 599px) {
	#us_grid_1 .w-grid-item {
		margin-bottom: 0!important;
		padding: 3rem!important;
	}
}

/* Forms in general */

.signup-form label {
font-weight: bold;
}

.signup-form div {
	width: 100%;
}

.signup-form div input{
    width: 100%;
}

/* Primary Form */

.main.signup-form {
	background-color: rgba(0, 0, 0, 0.7411764705882353);
	padding: 25px 35px 17px;
    border-radius: 2px;
	color: #fff;
}

.main.signup-form div {
margin-bottom: 20px;
}

.main.signup-form input:not(#signUpButton) {
	height: 40px;
}

.main.signup-form div.password {
margin-bottom: 30px;
}

/* Secondary Form */

.secondary.signup-form {
    display: flex;
	align-items: flex-end;
	justify-content: center;
}

@media only screen and (max-width: 1019px) {
.secondary.signup-form {
	flex-direction: column;
	align-items: unset;
}
	
.secondary.signup-form div {
	margin-bottom: 25px;
}
}

.secondary.signup-form div:not(:last-child) {
	margin-right: 5%;
}


/* Footer */

@media (max-width: 899px) {
	footer .copyright p {
		text-align: center!important;
	}
}


footer {
    font-size: 15px!important;
}


.color_footer-bottom .g-cols.vc_row.type_default.valign_top {
align-items: center;
}

@media only screen and (min-width: 900px) {
    .wpml-ls-statics-shortcode_actions {
        margin-left: 18px;

    }
}



/* API */

/* First table. first column more wide*/

@media only screen and (min-width: 1000px) {
	#tablepress-4_wrapper .column-1 {
    width: 337px;
}
}



.parent-pageid-7051 h2 {
	font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0em;
	color: #000;
}

/* make the bold text on api subpages black */

.parent-pageid-7051 .bold {
    font-weight: bold;
    color: #000;
}

.parent-pageid-7051 strong {
	color: #000;
}


.code {
    background: #eee;
    padding: 20px;
    border: 1px solid #ccc;
    font-family: monospace;
    font-size: 14px;
    white-space: pre-wrap;
}

.tab-labels .w-tabs-list {
    position: relative;
    top: 1px;
}

.tab-labels .w-tabs.layout_default .w-tabs-item.active a:focus {
    background-color: unset!important;
}


/* .w-tabs-list {
	border-top: none;
} */

.w-tabs-list-h {
	position: relative;
    top: 1px;
    z-index: 1;
/* 	background: #fff; */
}

/* .w-tabs.layout_default .w-tabs-item {
	background: #fff;
} */

.tab-labels .w-tabs-item.active .w-tabs-item-h {
	background: #eee;
    border: 1px solid #ccc;
}

.tab-labels .w-tabs-item.active .w-tabs-item-h:focus {
	background: #eee !important;
}

.tab-labels .w-tabs-section-content-h.i-cf {
	padding-top: 0rem;
}

.tab-labels {
    margin-bottom: 1.5rem;
}




.api-table th {
	border: 1px solid #ccc;
	border-bottom: 0px;
	text-align: left;
}

.api-table td {
	border: 1px solid #ccc;
	text-align: left;
}

.api-table thead th {
	padding-top: 0.6rem;
}

.api-table .odd td {
	background: #fff;
}

.api-table .even td {
	background-color: #eee;
}

.api-table {
	font-size: 14px;
}

.api-table td {
	padding: 10px;
}

.api-table tbody .column-1 {
    font-family: monospace;
    white-space: pre-wrap;
	color:#000;
}

.optional {
    color: #A4A4A4;
    font-style: italic;
}

/* Indentations */

.api-table .param.sublevel {
    padding-left: 30px;
}

.api-table .param.sublevel2 {
    padding-left: 60px;
}

.api-table .param.sublevel3 {
    padding-left: 90px;
}

.testimonial-text {
	color: #333;
    font-size: 21px;
    line-height: 35px;
}

h3.why-choose-api {
	font-weight: bold;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.see-our-pricing {
	font-size: 20px!important;
}

/* Tutorials */

.parent-pageid-7240 h2 {
	font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0em;
	color: #000;
}

.tutorials-item .vc_column-inner {
	background-color: #ebeff0;
	line-height: 30px;
    font-size: 19px;
    color: #333;
	margin: 20px!important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.tutorials-item .vc_column-inner:hover {
	background-color: #edf7fe;
}

.tutorials-item .vc_column-inner a {
    color: #333!important;
}

.tutorials-item .wpb_wrapper:first-child {
    padding: 0px 20px;
}


/* for  https://www.digisigner.com/digisigner-is-web-tool-now/   */

.web-tool-features .title {
    font-size: 29px;
    margin: 0px auto 10px auto;
    text-align: center;
    color: #333;
}

.web-tool-features .featuresList {
    list-style: none;
    display: table;
    margin: 10px auto 20px auto;
}

.web-tool-features .featuresList li {
    background: url(https://www.digisigner.com/wp-content/uploads/2019/01/check-ico.png) left center no-repeat;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 20px;
}

.margin-0 {
	margin: 0;	
}





/* Catalog Header */

.id_7766 .l-subheader.at_middle {
    background: #fff!important;
	color: #1a1a1a!important;
}

.id_7766 .w-nav-anchor.level_1:hover {
	color: #1a1a1a!important;
}

.id_7766 .w-nav-title:after {
    background-color: #1a1a1a!important;
}

.id_7766 .w-text-value:hover {
	color: #8b8b8b!important;
}

/* Catalog form */

.form-header {
    background: #2D6AB2;
    color: #fff;
    font-weight: 400;
    padding: 8px 15px;
}

.form-header.centered {
	text-align: center;
}

.form-fields {
	padding: 25px 25px;
	background-color: #fafafa;
}

.form-group {
	display: flex;
	margin-bottom: 20px;
}

.form-group label {
	width: 33%;
	margin-right: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-grow: 0;
}

.form-group-inputs {
	display: flex;
	flex-grow: 1;
	width: 67%;
}

.form-group-inputs input {
	width: 100%;
	font-size: 14px;
}

.form-group-inputs--2col {
	display: flex;
	justify-content: space-between;
}

.form-group-inputs--2col input {
	width: 45%;
}

.form-group-inputs select {
/* 	color: #888; */
	font-weight: 300;
}

.form-group-submit {
	display: flex;
	justify-content: space-between;
}

.form-group-submit-spacer {
	width: 33%;
}

.form-group-submit button {
	width: 65.1%;
}

.form-group-disclaimer {
	display: flex;
}

.form-group-disclaimer-container {
	margin-top: 20px;
}

.form-group-disclaimer-spacer {
	width: 35%;
}

.form-group-disclaimer label {
	width: 65%;
}

@media (max-width: 1000px) {
	.form-group {
		flex-wrap: wrap;
	}
	.form-group label {
		width: 100%;
	}
	
	.form-group-inputs {
		width: 100%;
	}
	
	.form-group-inputs--2col {
	flex-wrap: wrap;
}

	.form-group-inputs--2col input:first-child {
		margin-bottom: 20px;
	}
	
.form-group-inputs--2col input {
	width: 100%;
}
	
	.form-group-disclaimer-spacer 	{
		display: none;
	}
	.form-group-disclaimer label {
		width: 100%;
	}
	
	.form-group-submit-spacer {
	display: none;
}

.form-group-submit button {
	width: 100%;
}
}

/* Custom header on post */

.digisigner-custom-header {
	height: 280px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.digisigner-custom-header h1 {
	z-index: 102;
	color: #fff;
	margin-bottom: 0;
/* 	max-width: 600px; */
}

.digisigner-custom-header img {
/* 	height: 280px; */
	width: 600px;
	z-index: 100;	
}

.digisigner-custom-header-gradient-container {
	height: 280px;
	width: auto;
	max-width: 680px;
	position: absolute;
	right: 30px;
	overflow: hidden;
/* 	width: 400px */
}

    .digisigner-custom-header-gradient-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 101;
			
	  background-image:
      linear-gradient( 90deg,
		  			   rgba(52, 53, 66, 100%) 0%,
					   rgba(52, 53, 66, 0%) 25%,
		  			   rgba(52, 53, 66, 0%) 75%,
				       rgba(52, 53, 66, 100%) 100%
	  				 );
    }


@media (max-width: 1000px) {
	.digisigner-custom-header {
		text-align: center;
		height: 200px;
	}
		.digisigner-custom-header h1{
		margin: 0 auto;
	}
	.digisigner-custom-header-gradient-container {
		display: none;
	}
}


.card__title {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

header.id_7766.sticky {
	    z-index: 99991;
}

.fontsize-20 {
	font-size: 20px;
}

.api-dev-form .form-fields {
	background-color: #fafafa;
	padding: 45px;
}

.api-dev-form .form-header {
	margin-bottom: 0px!important;
}

.page-id-8064 .subtext.pro-text {
    display: block;
}

.page-id-8064 .more {
	font-size: 26px;
	padding-top: 40px;
}

.api-dev-pricing .item {
	height: 125px;
	text-align: center;
}

.font-size-18 {
	font-size: 18px;
}

@media (max-width: 767px) {
	.api-dev-pricing .vc_col-sm-3 {
	margin-bottom: 30px!important;
}
}

/* form validation css */

.faq-textblock h3{
	margin-bottom: 8px;
	font-size: 18px;
}
.faq-textblock {
	margin-bottom: 40px;
}

.row-centered-buttons {
	text-align: center;
}

.faq-row > div {
	margin: 0 !important;
}

.signup-form-heading {
	text-align: center;
	font-size: 18px;
}

.signup-form--vertical {
	flex-direction: column;
	
	
}

.secondary.signup-form.signup-form--vertical div {
	margin-right: 0;
	margin-bottom: 25px;
}

.secondary.signup-form.signup-form--vertical p {
	text-align: center;
	margin-top: 10px;
}
@media only screen and (max-width: 599px) {
	.testimonial-grid-fix-row #us_grid_1 .w-grid-item {
	margin-bottom: 30px !important;
}
}

.form-error-container ul {
	list-style-type: none;
	margin: 0;
	background: #fff;
	padding: 15px;
	border: 1px solid #f5c6cb;
	color: #721c24;
  background-color: #f8d7da;
	border-radius: 0.2em;
}

.form-error-container li {
	font-weight: 400;
}




/* Free Online Signature Software */

.free-account {
    padding: 5% 4%;
    background-color: #fff;
    border: #d2d2d2 1px solid;
    height: 300px;
	margin-bottom: 10px;
}

.free-account form {
	width: 100%!important;
	background-color: unset!important;
	padding: 15px 20px 0!important;
}

.free-account input {
	margin-top: 5px;
}

.free-account ul {
    margin-bottom: 0;
}

.free-account ul li {
    margin: 0 0 0.0rem;
}

.secure-svg img {
    height: 100px;
}

.orange-button {
    color: #fff;
    background-color: #ff6923;
    border: 1px solid #ff6923;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    white-space: nowrap;
    margin: 0 5px;
}

.blue-button {
    color: #fff;
    background-color: #3baae3;
    border: 1px solid #3baae3;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    white-space: nowrap;
    margin: 0 5px;
}

.digisigner-landing-box-custom-inner {
    height: 300px;
	margin-bottom: 10px!important;
}

.digisigner-landing-box-custom .vc_column-inner {
    padding-top: 5%!important;
    padding-bottom: 5%!important;
    padding-left: 10%!important;
    padding-right: 10%!important;
}




.digisigner-landing-box-custom {
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2)!important;
}

.digisigner-landing-box-custom-inner {
	background: #fff;
	text-align: center;
	border: 2px dashed rgba(0,0,0,0.2);
	padding: 35px;
}

.digisigner-landing-box-custom-inner p {
	font-size: 20px;
	margin-bottom: 0;
}

.digisigner-landing-box-custom-inner svg {
	margin-bottom: 30px;
	width: 300px;
	height: 60px;
}

.digisigner-landing-box-custom-inner path {
	  fill: #222 !important;
	
}

.digisigner-landing-box-custom-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.google-sign-in {
	display: flex;
    justify-content: center;
	margin-bottom: 10px;
}

.main.signup-form p {
	text-align: center;
	margin-bottom: 7px;
	font-weight: 700;
}

.register-form {
    margin-bottom: 10px!important;
}


.id_7766 .l-subheader.at_middle .w-text-h:hover {
	    color: #8b8b8b!important;
}


.w-tabs.style_default .w-tabs-item.active {
    background: #eee!important;
    border-left: 1px solid #ccc!important;
	border-right: 1px solid #ccc!important;
}


/* After updates */

.clients .w-post-elm.post_image.usg_post_image_1 {
	text-align: center;
}

.clients .post_image img {
	display: unset!important;
	width: unset!important;
	width: 75%;
	text-align: center;
}

#us_grid_2 .usg_vwrapper_1 {
	border-width: 0!important;
}

.l-main .aligncenter {
	max-width: 100%!important;
}

.learning_center .w-post-elm.post_title {
	    margin-top: .6rem;
    margin-bottom: .6rem!important;
}

.testimonials .w-post-elm {
	    margin-bottom: var(--vwrapper-gap, 1.7rem);
}

.w-actionbox {
    padding: unset;
}

input:not([type=submit]) {
	 border-radius: .15rem!important;
}


/* Landing pages */
/*
.header-section.landing-page .primary-heading {
	font-size: 2.75rem;
	font-weight: 600;
	color: #FFF;
}

.header-section.landing-page .primary-heading span {
    background-color: unset;
    line-height: 1.6;
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
}


.header-section.landing-page .header-cta .subheading span {
    font-size: 1.4rem;
    background-color: unset;
    color: #FFF;
}

.header-section.landing-page .primary-heading .first-line {
	background-color: rgb(0 0 0 / 40%);
}

.header-section.landing-page .subheading {
	padding-right: 50%;
}

.header-section.landing-page .subheading span {
	padding: unset;
}

.header-section.landing-page .main.signup-form {
	background-color: rgb(0 0 0 / 40%);
	padding: 33px 32px 30px;
}
*/

.why-use-digisigner h2 {
	color: #333333;
}

.why-use-digisigner h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #333333;
}

.font-weight-600 {
	font-weight: 600;
}

/*
.why-use-digisigner h3 {
	font-weight: 400;
	font-size: 1.375rem;
	padding-bottom: 1.15rem!important;
}
*/

/*
.why-use-digisigner p {
	color: #656F79;
}
*/

.why-use-digisigner .w-iconbox-icon {
	transform: translateY(-25%);
}

/*.feature-sub-heading {
	font-weight: 400;
    font-size: 1.875rem;
}*/

.transparent-pricing-grid p {
	margin: 0;
}

.lp-testimonial-company img {
	height: 40px;
	width: auto!important;
}

.lp-testimonial-quotes {
    grid-template-columns: 75px 1fr;
    display: grid;
}

.lp-testimonial-quotes img {
	height: 40px;
 	width: auto!important;
	    margin-top: -5px;
}

.lp-testimonial-image img {
	border-radius: 8px;
}

@media only screen and (min-width: 600px) {
	.lp-testimonial-image img {
	height: 400px;
		width: auto!important;
}
}

.page-id-9351 h3 {
	color: #333;
	    font-size: 20px;
}

.learning-center-form-email {
	background-color: #fff!important;
}