/*
Theme Name: ShareDoc
Theme URI: https://sharedoc.ai/
Author: Jay-r Simpron <ssj.simpron@gmail.com>
Author URI: https://alltrius.com/about-us
Description: Document Sharing Simplified
Requires at least: WordPress 6.0
Version: 1.0
*/

/* Custom CSS */
/* Form */
#gform_3 input[type="text"], #gform_3 input[type="email"], #gform_3 input[type="number"], #gform_3 select, #gform_3 textarea, #gform_2 input[type="text"], #gform_2 input[type="email"], #gform_2 textarea {
	background-color: #ecf4f6;
    border: solid 1px #b5c6d1;
    border-radius: 0.5rem;
}   
.gform_button {
    background-color: #0d6de4;
    border: solid 1px #0d6de4;
    border-radius: 0.375rem;
    padding: 0.5rem 2.5rem;
    color: #fff;
} 
.gform_button:hover {
	background-color: transparent;
	color: #0d6de4;
}
body {
    font-family: 'avenir_lt_std55_roman';
    background-color: #f0f1f1;
}
.center {
    text-align: center;
}
h1 {
    font-family: 'avenir_lt_std95_black';
}
/* Header */
.fa-bars {
    color: #fff;
}
.navbar-toggler {
    border: 0;
}
.home header {
	background-image: none;
}
header {
    padding: 2rem 0;
    background-image: url(assets/images/Doc-Sharing-hbg.png);
    background-size: cover;
    background-position: center;
}
.home .primary {
    position: absolute;
    width: 100%;
    z-index: 2;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  background-image: url(assets/images/sharedoc-top.png);
    background-size: cover;
    background-position: center;
}
.navbar-nav .nav-link {
    color: #fff;
}
a.nav-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
a.nav-link:after {
  position: inherit;
}
a.nav-link:before, a.nav-link:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.navbar-nav .active>a.nav-link{
  color: #fff;
}
header a.nav-link:before {
  left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
}
header a.nav-link:hover:before {
  transform: scaleX(1);
}
header a.nav-link:hover {
  color: #fff;
}
header .navbar-text a {
    text-decoration: none;
    color: #381671;
    background-color: #fff;
    padding: 1rem 2rem;
    border: solid 1px #fff;
    border-radius: 1rem;
}
.navbar-text a:hover {
    color: #fff;
    background-color: transparent;
}

.banner {
    height: 700px;
    background-image: url(assets/images/sharedoc-top.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 10rem 0 0;
}
.banner h1 {
    font-family: 'avenir_lt_std55_roman';
    font-weight: 600;
}
.banner h2 {
    margin-bottom: 3rem;
}
.banner ::placeholder {
    color: #fff;
}
.banner input[type=email] {
    padding: 1rem!important;
    border: 0;
    background-color: #364b84;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.banner input[type=submit] {
    padding: .9rem 2rem!important;
    border: 0;
    border-radius: 1rem;
    color: #000033;
} 
.services {
    margin-bottom: -5rem;
}
.services .row {
    justify-content: center;
}
.service-box {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    height: 300px;
    margin: 0 0.5rem;
}
.service-box h4 {
    color: #330f4d;
    font-weight: 600;
}
.service-box img {
    margin-right: 1rem;
}
.service-box li {
    color: #5d1c8a;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.about {
    padding: 10rem 0 5rem;
    background-image: url(assets/images/sharedoc-mid.png);
    background-size: cover;
    background-position: center;
}
.about .row {
    align-items: center;
}
.about h1 {
    font-family: 'avenir_lt_std55_roman';
    font-weight: 600;
    color: #330f4d;
    margin-bottom: 3rem;
}
.about ul {
    list-style: none;
}
.about li {
    color: #330f4d;
    font-size: 1.25rem;
    padding: 1rem;
    background-color: #ebe5ee;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.about a {
    text-decoration: none;
    background-color: #973997;
    border: solid 1px #973997;
    color: #fff;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    margin-left: 2rem;
    font-weight: 600;
    font-size: 1.25rem;
}
.about a:hover {
    background-color: transparent;
    color: #973997;
}
.support a {
	padding: 1rem 2.5rem;
    border-radius: 2rem;
    font-size: 1.25rem;
	color: #666666;
	border: solid 2px #666666;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
}
footer {
    background-color: #cee4eb;
    padding: 3rem 0 2rem;
    color: #5e9bc1;
}
footer .navbar-nav .nav-link {
    color: #5e9bc1;
}
footer a.nav-link:before {
  right: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    background: #5e9bc1;
    transform: scaleX(0);
}
footer a.nav-link:hover:before {
  transform: scaleX(1);
}
footer a.nav-link:hover {
  color: #5e9bc1;
}
.cright p {
    margin-bottom: 0;
}
.page-banner {
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: center;
}
.page-banner h1 {
    font-family: 'avenir_lt_std55_roman';
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.page-content {
    padding: 5rem 0;
	background-color: #fff;
}
.page-content h1 {
    margin-bottom: 3rem;
}
.page-content h3 {
    margin-bottom: 1rem;
}
.feature {
	padding-left: 5rem;
}
.feature-p p {
	padding: 1rem 0;
		margin: 0;
}
.feature h4, .feature-p h4 {
	margin-bottom: 2rem
}
.feature h5 {
	padding: 1rem 0
}
.feature {
	font-size: 1.25rem;
}
.feature a {
	text-decoration: none;
	color: #fff;
	background-image: linear-gradient(116deg, #5d1b7b, #0c0639);
	padding: 1rem 2.5rem;
	border-radius: 2rem;
	font-size: 1.25rem;
}
.tech h5 {
	margin: 0;
}
.table>:not(caption)>*>* {
	padding: 2rem 2rem 1rem 2rem;
	border: solid 3px #cccccc;
}
/* Get Started */
.page-template-get-started h1 {
    margin: 0;
}
.step-form {
    padding: 0 3rem;
}
.form-check label,
.form-check input {
  display: block;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}
.form-check  input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.form-check  input[type="radio"]:checked+label,
.Checked+label {
  background-color: #141a2d;
  border: solid 1px #141a2d;
  color: #fff;
}

.form-check label {
  padding: .5rem 2.5rem;
  border-radius: 2rem;
  cursor: pointer;
  z-index: 90;
}
.form-check .label-1 {
    background-color: #cee4eb ;
    border: solid 1px #cee4eb;
    color: #5c81cd;
    font-weight: 600;
}
.form-check .label-2 {
    background-color: #b6e9d2 ;
    border: solid 1px #b6e9d2;
    color: #419b63;
    font-weight: 600;
}
.form-check .label-3 {
    background-color: #f1deb9 ;
    border: solid 1px #f1deb9;
    color: #b19061;
    font-weight: 600;
}
.form-check .label-1:hover {
    background-color: #5c81cd ;
    border: solid 1px #5c81cd;
    color: #cee4eb;
}
.form-check .label-2:hover {
    background-color: #419b63 ;
    border: solid 1px #419b63;
    color: #b6e9d2;
}
.form-check .label-3:hover {
    background-color: #b19061 ;
    border: solid 1px #b19061;
    color: #f1deb9;
}
.file {
    background-color: #e4eaed;
    padding: .5rem;
    border-radius: 2rem;
    margin: 0 2rem;
}
#custom-button {
  padding: .5rem 2.5rem;
  color: white;
  background-color: #999999;
  border: 1px solid #999999;
  border-radius: 2rem;
  cursor: pointer;
}
#custom-button:hover {
  background-color: #00b28f;
}
.upload {
    margin: 0 2.5rem;
    padding: .5rem 2rem;
    border-radius: 2rem;
    background-color: #336699;
    border: 1px solid #336699;
    color: #fff;
}
#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa;
}
.text-end button {
    padding: .5rem 2rem;
    border-radius: 2rem;
}
#back_button {
    margin-right: 1rem;
}
::placeholder {
    color: #333333;
}
input[type="text"], input[type="email"], input[type="password"] {
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    background-color: #e4eaed;
} 
.step-form select {
    padding: 1rem 1.5rem!important;
    border-radius: 2rem!important;
}
/* Free Trial */
.ml-5 {
    margin: 0 2rem;
}
.free-trial input[type="text"], .free-trial input[type="email"] {
    background-color: #fbf5fb;
}
.free-trial .btn-submit {
    padding: .5rem 2rem;
    border-radius: 2rem;
    background-color: #610c61;
    border: 1px solid #610c61;
    color: #fff;
}
.free-trial .btn-submit:hover {
    background-color: transparent;
    color: #610c61;
}
/* Document Review */
.page-template-document-review h1 {
    margin: 0;
}
@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
    .banner {
        text-align: center;
    }
    .banner input[type=email] {
        border-radius: 1rem;
    }
    .banner input[type=submit] {
        width: 100%;
    }
    .box:nth-child(1) {
        margin-top: -10rem ;
    }
    .box {
        margin-bottom: 2rem;
    }
    .about {
        text-align: center;
    }
    .about ul {
        padding: 0;
    }
    footer {
        text-align: center;
    }
    .form-check-inline {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }
    .file {
        margin: 0;
    }
    #custom-button {
        padding: .5rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        margin-bottom: 2rem!important;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .banner input[type=submit] {
        margin-left: -5rem;
    }
    .box:nth-child(1) {
        margin-top: -15rem ;
    }
    .box:nth-child(2) {
        margin-top: -15rem ;
    }
    .box {
        /*margin-bottom: 2rem;*/
    }
    footer .navbar-nav .nav-link {
        text-align: right;
    }
    .cright {
        display: flex;
        height: 120px;
        align-items: end;
    }
}

@media (min-width: 992px) {
    .navbar-text a {
        margin-left: 2rem;
    }
    .banner h1 {
        font-size: 2.9rem;
    }
    .banner .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 3;
        -ms-grid-column-span: 3; 
    }
    .banner input[type=submit] {
        margin-left: -3rem;
    } 
    .services .container-fluid {
        padding: 0 3rem;
    }
    .box {
        margin-top: -15rem ;
    }
    footer .navbar-nav .nav-link {
        text-align: right;
    }
    .cright {
        display: flex;
        height: 120px;
        align-items: end;
    }
}