File: /home/imensosw/www/imenso.co/demo/pagetosite/assets/sass/_header.scss
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800");
body {
font-size: 16px;
font-family: "Work Sans", sans-serif;
}
a {
color: #0052cc; }
strong, h1, h2, h3, h4, h5 {
font-weight: 600; }
.light-bg {
background-color: #FFFFFF; }
form label {
font-weight: 500;
font-size: 0.8em; }
.form-control {
padding: 0.575rem 0.85rem;
border-radius: 2px;
height: calc(2.25rem + 10px); }
.form-control:focus {
box-shadow: none;
background: #F5F5F5;
border-color: #DDD; }
.btn-primary {
background: #0052cc;
border-color: #0052cc;
padding: 0.575rem 1.85rem;
border-radius: 4px;
font-weight: 600;
transition: 0.3s all;
color: #FFF !important; }
.btn-primary:hover {
background: #0047B3;
border-color: #0047B3; }
.btn-secondary {
background: transparent;
border-color: #333;
padding: 0.575rem 1.85rem;
border-radius: 2px;
font-weight: 500;
transition: 0.3s all;
color: #333; }
.burger {
padding: 50px 0; }
.gutter {
padding: 0 100px; }
.gutter-sm {
padding: 0 50px; }
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
box-shadow: none; }
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
box-shadow: none !important; }
.check-big {
height: 80px;
width: 80px;
line-height: 70px;
display: inline-block;
border: 6px solid green;
border-radius: 100%;
color: green;
font-size: 40px; }
.main-menu a {
color: #333;
text-transform: uppercase;
font-size: 0.8em;
font-weight: 600;
opacity: 0.6; }
.main-menu a:hover {
opacity: 1; }
.navbar {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
padding:0;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 0 1rem;
color: #333;
font-size: 0.9em; }
.nav-link.active {
opacity: 1; }
.dropdown-menu::before {
border-bottom: 10px solid rgba(190, 190, 190, 0.4);
border-left: 14px solid transparent;
border-right: 14px solid transparent;
bottom: 100%;
content: " ";
height: 0;
left: 80%;
margin-left: -33%;
pointer-events: none;
position: absolute;
width: 0; }
.dropdown-menu::after {
border-bottom: 9px solid #fff;
border-left: 13px solid transparent;
border-right: 13px solid transparent;
bottom: 100%;
content: " ";
height: 0;
left: 80%;
margin-left: -33%;
pointer-events: none;
position: absolute;
width: 0; }
.dropdown-menu {
background: #fff none repeat scroll 0 0;
border: medium none;
border-radius: 2px !important;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
position: absolute;
top: 50px;
z-index: 501; }
.box-center {
position: absolute;
width: 600px;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
text-align: center;
}
.page-icon {
margin-right: 10px; }
.list-group-item {
color: #333; }
.list-group-item button {
opacity: 0; }
.list-group-item:hover button {
opacity: 1; }
.list-group-item {
border-radius: 4px;
box-shadow: 0 2px 3px #eee;
color: #333;
margin-bottom: 18px;
}
.list-group-item:hover {
color:#000;
box-shadow:0 5px 15px #DDD;
}
.Select p, .Review p, .Domain p {
opacity: 0.6;
}
.navbar-brand {
font-weight: 700;
color: black;
letter-spacing: 2px;
text-transform: uppercase;
}
.custom-control-label {
font-size: 1em;
}
.progress-steps {
padding: 0;
margin: 0;
}
.progress-steps li {
display: inline-block;
width: calc(100% / 3 - 10px);
position: relative;
margin-right: 5px;
}
.progress-steps .step-counter {
background-color: #ddd;
display: block;
margin-bottom: 5px;
padding: 8px;
}
.progress-steps .step-name {
display: block;
font-size: 12px;
font-weight: 500;
text-align: center;
}
.completed {
background-color: #6A8DA4 !important;
}
.radial-l {
border-radius: 25px 0 0 25px;
}
.radial-r {
border-radius: 0 25px 25px 0;
}
.progress-steps .step-name i {
background: green none repeat scroll 0 0;
border-radius: 100%;
color: white;
display: inline-block;
font-size: 10px;
height: 18px;
line-height: 18px;
margin-right: 8px;
text-align: center;
width: 18px;
}
.content {
min-height:600px;
}
.privacy ul p {
margin-bottom:0;
}
.privacy h4 {
margin-top:50px;
margin-bottom:20px;
}