121 lines
1.9 KiB
CSS
121 lines
1.9 KiB
CSS
#wpchill-welcome {
|
|
width: calc(100% + 20px);
|
|
padding-top: 0;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
#wpchill-welcome .block {
|
|
padding: 0 30px;
|
|
}
|
|
|
|
#wpchill-welcome .features .feature-block h5 {
|
|
margin-left: 15px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
#wpchill-welcome .hero h1 {
|
|
color: #fff;
|
|
}
|
|
|
|
/* features section */
|
|
#wpchill-welcome .features {
|
|
padding-top: 0px;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
#wpchill-welcome .features hr {
|
|
border-bottom: 0;
|
|
height: 1px;
|
|
}
|
|
|
|
#wpchill-welcome .features .feature-list {
|
|
margin-top: 10px;
|
|
margin-left: -7px;
|
|
margin-right: -7px;
|
|
}
|
|
|
|
#wpchill-welcome .features .feature-list a {
|
|
/*background-color: #2271B1;
|
|
color: #FFFFFF;
|
|
text-decoration: none;
|
|
padding: 8px 16px;
|
|
display: inline-block;*/
|
|
}
|
|
|
|
#wpchill-welcome .features .feature-block {
|
|
background: #fff;
|
|
min-height: 200px;
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
|
|
position: relative;
|
|
}
|
|
|
|
#wpchill-welcome .features .feature-block .feature-block__header * {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#wpchill-welcome .features .feature-block p {
|
|
margin-left: 0;
|
|
margin-top: 15px;
|
|
display: block;
|
|
width: 100%;
|
|
clear: both;
|
|
}
|
|
|
|
#wpchill-welcome .features .feature-block img {
|
|
float: unset;
|
|
|
|
}
|
|
|
|
#wpchill-welcome .block-row {
|
|
flex-grow: 1;
|
|
flex-basis: 0;
|
|
}
|
|
|
|
#wpchill-welcome .features .feature__upgrade-to-pro {
|
|
position: absolute;
|
|
bottom: 15px;
|
|
left: 15px;
|
|
display: inline-block;
|
|
}
|
|
|
|
#wpchill-welcome .features .pro-label {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
}
|
|
|
|
@media screen and (min-width: 720px) {
|
|
#wpchill-welcome .testimonials .testimonial-block {
|
|
width: calc(50% - 15px);
|
|
}
|
|
}
|
|
|
|
#wpchill-welcome .wpmtst-btn {
|
|
width: auto;
|
|
}
|
|
|
|
.white-bg {
|
|
background: #fff;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.padding-15 {
|
|
padding: 15px;
|
|
}
|
|
|
|
.padding-vertical-15 {
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.padding-horizontal-15 {
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.features .block .button {
|
|
font-size: 14px;
|
|
min-height: 30px;
|
|
line-height: 30px;
|
|
padding: 0 16px;
|
|
} |