568 lines
8.8 KiB
SCSS
568 lines
8.8 KiB
SCSS
body {
|
|
font-family: 'Open Sans';
|
|
}
|
|
|
|
.float-modal {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
|
.close {
|
|
opacity: 1;
|
|
text-shadow: none;
|
|
border: 1px solid #fff;
|
|
color: #fff;
|
|
border-radius: 33px;
|
|
font-weight: normal;
|
|
line-height: 14px;
|
|
padding: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.modal-content {
|
|
color: white;
|
|
background: transparent;
|
|
border: none;
|
|
|
|
.modal-header {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.modal-footer {
|
|
border-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
#signupModal {
|
|
.modal-body {
|
|
h3 {
|
|
font-size: 48px;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
.signup-btn {
|
|
background-color: #6063EA !important;
|
|
color: #FFF !important;
|
|
line-height: 2rem;
|
|
font-size: 1.2rem !important;
|
|
padding-left: 3rem !important;
|
|
padding-right: 3rem !important;
|
|
border-radius: 5rem!important;
|
|
margin: 0 15% !important;
|
|
display: block;
|
|
height: auto !important;
|
|
width: 70%;
|
|
}
|
|
}
|
|
|
|
.mc4wp-form {
|
|
.form-control {
|
|
border: none;
|
|
border-bottom: #dcdcdc solid 1px;
|
|
border-radius: 0;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.subcribe-button {
|
|
background: #FF9ACC;
|
|
color: #000000;
|
|
width: 100%;
|
|
height: 35px;
|
|
|
|
font-family: 'Abril Fatface';
|
|
font-size: 20px;
|
|
border: none;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
|
|
.square-blog-block-format {
|
|
border: #e9ebee solid 1px;
|
|
background-color: rgba(33, 37, 41, 0.4);
|
|
|
|
.post-title {
|
|
top: 25px;
|
|
left: 40px;
|
|
padding-right: 20px;
|
|
|
|
@media (max-width: 768px) {
|
|
top: 15px;
|
|
left: 15px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
@media (max-width: 375px) {
|
|
top: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: 300;
|
|
font-size: 29px;
|
|
color: white;
|
|
|
|
@media (max-width: 768px) {
|
|
font-size: 25px;
|
|
}
|
|
|
|
@media (max-width: 500px) {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
@media (max-width: 375px) {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
&.short-title {
|
|
max-width: 45%;
|
|
max-height: 45%;
|
|
|
|
@media (max-width: 768px) {
|
|
max-width: 100%;
|
|
max-height: 45%;
|
|
}
|
|
}
|
|
|
|
&.expand-title {
|
|
max-width: 100%;
|
|
max-height: 45%;
|
|
}
|
|
|
|
}
|
|
|
|
.post-description {
|
|
max-width: 40%;
|
|
max-height: 30%;
|
|
left: 40px;
|
|
color: white;
|
|
|
|
@media (max-width: 768px) {
|
|
left: 15px;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
max-width: 85%;
|
|
}
|
|
|
|
&.right-meta {
|
|
bottom: 60px;
|
|
|
|
@media (max-width: 768px) {
|
|
bottom: 35px;
|
|
}
|
|
}
|
|
|
|
&.left-meta {
|
|
bottom: 60px;
|
|
|
|
@media (max-width: 768px) {
|
|
bottom: 35px;
|
|
}
|
|
}
|
|
|
|
p {
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
font-size: 16px;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 5;
|
|
overflow: hidden;
|
|
|
|
@media (max-width: 768px) {
|
|
font-size: 14px;
|
|
}
|
|
|
|
@media (max-width: 375px) {
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.post-meta {
|
|
bottom: 30px;
|
|
font-size: 14px;
|
|
color: white;
|
|
|
|
@media (max-width: 768px) {
|
|
bottom: 15px;
|
|
}
|
|
|
|
&.right-meta {
|
|
right: 40px;
|
|
|
|
@media (max-width: 768px) {
|
|
left: 15px;
|
|
}
|
|
}
|
|
|
|
&.left-meta {
|
|
left: 40px;
|
|
|
|
@media (max-width: 768px) {
|
|
left: 15px;
|
|
}
|
|
}
|
|
|
|
.post-date {
|
|
word-spacing: 2px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.heateorSssGoogleGmailBackground {
|
|
padding: 3px;
|
|
}
|
|
|
|
.nsem-dialog, .nssm-dialog {
|
|
margin: 0;
|
|
}
|
|
|
|
.nsem-modal-content, .nssm-modal-content {
|
|
border: none;
|
|
border-radius: 0;
|
|
height: 100vh;
|
|
min-height: 800px;
|
|
}
|
|
|
|
.nsem-modal-content {
|
|
padding: 72px;
|
|
}
|
|
|
|
.nsem-close {
|
|
margin: -70px -60px 0 0 !important;
|
|
font-size: 38px;
|
|
opacity: 1;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.nsem-modal-header{
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.nsem-header-small{
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 120%;
|
|
letter-spacing: 0.1em;
|
|
text-transform: uppercase;
|
|
color: #000000;
|
|
}
|
|
|
|
.nsem-title{
|
|
margin: 12px 0;
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 32px;
|
|
line-height: 115.4%;
|
|
color: #000000;
|
|
}
|
|
|
|
.nsem-subtitle{
|
|
margin-bottom: 54px;
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 20px;
|
|
line-height: 145%;
|
|
letter-spacing: -0.2px;
|
|
color: #000000;
|
|
}
|
|
|
|
.nsem-modal-body{
|
|
padding: 0;
|
|
}
|
|
|
|
.nsem-btn-1{
|
|
width: 100%;
|
|
padding: 13px 0;
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
line-height: 134.77%;
|
|
background-color: #FFFFFF;
|
|
border-width: 0;
|
|
border: 2px solid #000000;
|
|
box-sizing: border-box;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.nsem-btn-1 img {
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.nsem-btn-1 p {
|
|
margin-top: 2px;
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.nsem-btn-1:focus{
|
|
outline: none;
|
|
}
|
|
|
|
.nsem-form-input{
|
|
border: 2px solid #000000;
|
|
box-sizing: border-box;
|
|
border-radius: 5px;
|
|
padding: 23px 12px;
|
|
margin-bottom: 32px;
|
|
font-weight: normal;
|
|
line-height: 145%;
|
|
letter-spacing: -0.2px;
|
|
color: #000000;
|
|
}
|
|
|
|
.nsem-form-input::placeholder{
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
line-height: 145%;
|
|
letter-spacing: -0.2px;
|
|
color: #000000;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.nsem-form-input:focus{
|
|
border-color: #6063EA;
|
|
box-shadow: 0 0;
|
|
color: #000000;
|
|
}
|
|
|
|
.nsem-body-small-container{
|
|
margin: 20px 0 21px;
|
|
}
|
|
|
|
.nsem-body-small{
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
line-height: 145%;
|
|
letter-spacing: -0.2px;
|
|
color: #000000;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.nsem-btn-2{
|
|
width: 100%;
|
|
padding: 13px 0;
|
|
border-radius: 4px;
|
|
border-width: 0;
|
|
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
font-size: 18px;
|
|
line-height: 134.77%;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #6063EA;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.nsem-btn-2:focus{
|
|
outline: none;
|
|
background-color: #ECECFF;
|
|
}
|
|
|
|
.nssm-modal-content {
|
|
padding: 32px;
|
|
background-color: #241342;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.nssm-modal-header {
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.nssm-close{
|
|
margin: -27px -15px 0 0 !important;
|
|
font-size: 38px;
|
|
opacity: 1;
|
|
font-weight: 300;
|
|
color: #FFFFFF;
|
|
text-shadow: 0 0 !important;
|
|
}
|
|
|
|
.nssm-close:hover{
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.nssm-body{
|
|
padding: 126px 41px 144px;
|
|
}
|
|
|
|
.nssm-small{
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 120%;
|
|
letter-spacing: 0.1em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.nssm-title{
|
|
margin: 12px 0 40px;
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 32px !important;
|
|
line-height: 115.4%;
|
|
}
|
|
|
|
.nssm-text{
|
|
font-family: Open Sans;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 20px;
|
|
line-height: 145%;
|
|
letter-spacing: -0.2px;
|
|
}
|
|
|
|
.nssm-custom-link{
|
|
color: #FFFFFF;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.nssm-custom-link:hover{
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
form.signup-form {
|
|
.nsem-form-input {
|
|
&.has-error {
|
|
border-color: #000000;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
form.subscribe-form .form-msg-block p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media (max-width: 425px) {
|
|
#signupModal {
|
|
.nsem-modal-content {
|
|
min-height: 850px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.modal-body {
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
#successSignupModal {
|
|
overflow: auto;
|
|
.nssm-modal-content {
|
|
min-height: 850px;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.post-featured-img {
|
|
height: 100%;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
.comments-wrapper ul {
|
|
list-style: none;
|
|
}
|
|
|
|
.comments-wrapper li {
|
|
display: block;
|
|
}
|
|
|
|
.comments-wrapper article {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.comments-wrapper .comment-content p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.comments-wrapper .comment span {
|
|
font-style: italic;
|
|
color: #241342;
|
|
}
|
|
|
|
.comment-form-wrapper .comment-reply-title, .comments-wrapper .title {
|
|
font-family: "Abril Fatface";
|
|
font-weight: normal;
|
|
font-size: 30px;
|
|
color: #000000;
|
|
}
|
|
|
|
.comment-form-wrapper .form-control {
|
|
background-color: transparent;
|
|
color: #241342;
|
|
border: none;
|
|
}
|
|
|
|
.comment-form-wrapper .form-control:focus {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.comment-form-wrapper .form-group {
|
|
color: #241342;
|
|
font-family: "Open Sans";
|
|
border-bottom: 1px solid #241342;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.comment-form-wrapper .form-submit {
|
|
text-align: center;
|
|
}
|
|
|
|
.comment-form-wrapper .form-submit .submit {
|
|
background: #ff9acc;
|
|
color: #000;
|
|
margin-top: 15px;
|
|
padding: 0 70px;
|
|
height: 35px;
|
|
font-size: 20px;
|
|
border: none;
|
|
font-weight: 400;
|
|
}
|
|
|
|
@media (min-width: 426px){
|
|
.nsem-dialog, .nssm-dialog{
|
|
margin: 38px auto;
|
|
}
|
|
.nsem-modal-content, .nssm-modal-content {
|
|
height: auto;
|
|
border: 1px solid rgba(0,0,0,.2);
|
|
border-radius: .3rem;
|
|
min-height: unset;
|
|
}
|
|
.modal{
|
|
overflow-y: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 992px) {
|
|
.container {
|
|
max-width: 97%;
|
|
}
|
|
} |