File: /home/imensosw/www/imenso.co/imenso-old/sass/_common.scss
body{
font-size:18px;
font-family:$font__regular;
line-height:1.9;
color:#000;
}
a {
color: $color__link;
&:hover {
color:$color__primary-hover
}
}
h1, h2, h3, h4, h5 {
font-family:$font__bold;
font-weight: 600;
line-height: 1.4em;
}
h1, h2, h3 {
color: #0f346c;
}
a:hover, a:focus {
text-decoration:none;
outline:none;
}
.burger {
padding:$spacer*4 0;
}
.t-burger {
padding-top: $spacer*5;
}
.gutter {
padding:0 $spacer*5;
}
.gutter-sm {
padding:0 $spacer*2.5;
}
.navbar-brand {
margin-left:25px;
}
form label {
font-size:0.9em;
}
.form-control {
padding:0.575rem 0.85rem;
border-radius:2px;
}
.form-control:focus {
box-shadow:none;
background: $color__inverse;
border-color: $color__secondary;
}
.chosen-container {
width:100% !important;
}
.checkbox label:after, .radio label:after {
content: '';
display: table;
clear: both;
}
.checkbox .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: 2px;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em;
}
.checkbox label, .radio label {
margin-bottom:0;
cursor:pointer;
}
.radio .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: 100%;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em;
border-radius: 50%;
}
.checkbox .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 13%;
}
.radio .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 13%;
margin-left: 0.04em;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
transform: scale(1) rotateZ(0deg);
opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
opacity: .5;
}
//Buttons
.btn:focus, .btn:active {
outline: none !important;
box-shadow: none !important;
}
.btn-primary {
background-color:$color__primary;
border-color:$color__primary;
&:hover {
background-color:$color__primary-hover;
border-color:$color__primary-hover;
}
}
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
background-color:$color__primary-hover;
border-color:$color__primary-hover;
}
.btn-inverse {
background-color:$color__inverse;
border-color:$color__inverse;
color:$color__text;
&:hover {
background-color:$color__inverse-hover;
border-color:$color__inverse-hover;
color:$color__text;
}
}
.btn-bordered {
border:1px solid $color__secondary;
color:$color__text;
background-color:transparent;
&:hover {
background-color:$color__inverse-hover;
color:$color__text;
}
}
.bg-light {
background-color:#FFF !important;
}
.navbar {
padding:0;
height: 70px;
border-color:#000;
.nav-btn {
min-width: 240px;
border-left: 1px solid #DDD;
height: 70px;
align-items: center;
display: flex;
padding-left:30px;
}
.navbar-nav {
height: 70px;
align-items: center;
.nav-link {
padding:0.5em 1em;
color:#000;
font-size:0.9em;
}
}
}
.navbar-expand-lg .navbar-collapse {
/*justify-content:flex-start;*/
}
nav .nav-link .fa-bars {
font-size:1.4em;
color:#777;
}
.white-text {
color:#FFF;
}
.bg-0 {
background:rgb(33, 32, 34);
}
.bg-1 {
background:#f4eba166;
}
.bg-2 {
background:#53e3b724;
}
.bg-3 {
background:rgba(123, 216, 240,0.3);
}
.bg-4 {
background:#f9939a40;
}
.bg-5 {
background:rgba(193, 219, 131,0.5);
}
.bg-6 {
background:#a1c7f4
}
.bg-7 {
background:rgba(244, 204, 161,0.5);
}
.bg-8 {
background:#b9adf6
}
.main__cta {
color:#FFF;
font-size:16px;
display:inline-block;
font-weight:500;
padding:.5em 1.5em;
border-radius: 0.25em;
background-image: linear-gradient(to right,#0f346c 30%,#764ca6 100%);
&.dark {
background: #FFF;
color: #0f346c;
&:after {
background: url(../images/arrow-dark.svg) right center/auto 100% no-repeat;
}
&:hover {
color: #0f346c;
}
}
&:after {
content: " ";
display: inline-block;
width: 28px;
height: 16px;
background: url(../images/arrow.svg) right center/auto 100% no-repeat;
transition: width 0.2s ease-out;
vertical-align: -3px;
margin-left: 10px;
}
&:hover {
color:#FFF;
&:after {
width:36px;
}
}
}
.title__link {
color:#FFF;
transform:rotate(90deg);
position:absolute;
text-transform:uppercase;
top:20%;
letter-spacing:2px;
transition:0.3s all;
left:3%;
font-size:0.8em;
&:after {
height:1px;
width:100px;
background:#FFF;
content:"";
position:absolute;
top:9px;
margin-left:18px;
}
&:before {
height:20px;
width:20px;
border-radius:100%;
background:#FFF;
content:"";
position:absolute;
right:-180%;
bottom:3px;
}
&.dark {
color:$color__primary;
&:after {
background:$color__primary;
}
&:before {
background:$color__primary;
}
}
}
section {
position:relative;
}
.video-btn {
display: flex;
align-items: center;
font-size:0.9em;
color: #000;
i {
background-color: #7bd8f0;
height: 30px;
width: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
color: #FFF;
margin-right: 10px;
display: inline-block;
font-size:0.9em;
}
}
.text-changer {
margin-left:20px;
color:#777;
font-size:0.8em;
#changerificwordspanid {
color:#000;
text-transform:uppercase;
letter-spacing:1px;
font-size:0.9em;
}
}
.big-para {
font-size: 1.5em;
}
.card-header {
background-color:#FFF;
button {
color:#000;
font-size:1.5em;
}
}
@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-50px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-50px); }
}
.masthead {
span {
font-weight: 600;
color: #ee2761;
border-bottom: 2px solid #ee2761;
font-size: 12px;
text-transform:uppercase;
}
h2 {
font-weight: bold;
margin-top: 20px;
line-height: 1.4;
color: #0f346c;
}
p {
opacity: 0.6;
}
blockquote {
font-size: 1.8em;
margin-top: 30px;
}
}
.mt-10 {
margin-top: 4rem !important;
}
.grey-bg {
background-color:#f0f4f7;
}