136 lines
2.1 KiB
Plaintext
136 lines
2.1 KiB
Plaintext
.vc-page-welcome {
|
|
.wp-badge {
|
|
background-image: url(../vc/logo/wpb-logo-white.svg);
|
|
background-color: @vc_background;
|
|
}
|
|
.twitter-share-button {
|
|
margin-left: 3px;
|
|
vertical-align: top;
|
|
}
|
|
h4 a {
|
|
text-decoration: none;
|
|
}
|
|
img {
|
|
border: none;
|
|
}
|
|
img.vc-img-center {
|
|
display: block;
|
|
margin: 35px auto 0;
|
|
}
|
|
img.vc-featured-img {
|
|
margin: 0 5%;
|
|
float: left;
|
|
width: auto;
|
|
}
|
|
|
|
.vc_welcome-feature {
|
|
background: #fff;
|
|
margin: 20px 0;
|
|
padding: 1px 20px 10px;
|
|
}
|
|
.vc_feature-section-teaser {
|
|
overflow: hidden;
|
|
padding: 0 0 40px;
|
|
}
|
|
.feature-section, .vc_feature-section-teaser {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.vc-thank-you {
|
|
color: #777;
|
|
}
|
|
|
|
.wp-badge {
|
|
background-size: 72px;
|
|
background-position: center 30px;
|
|
}
|
|
|
|
}
|
|
|
|
#wpfooter {
|
|
display: none;
|
|
}
|
|
|
|
#wpbody-content {
|
|
padding-bottom: 25px;
|
|
}
|
|
|
|
.vc_row {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.vc_row:before,
|
|
.vc_row:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
|
|
.vc_row:after {
|
|
clear: both;
|
|
}
|
|
|
|
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
|
|
position: relative;
|
|
float: left;
|
|
min-height: 1px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
[dir="rtl"] .vc_rtl-columns-reverse {
|
|
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
.vc_col-xs-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.vc_col-xs-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
|
|
.vc_col-xs-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
|
|
.vc_col-xs-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.vc_col-xs-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
|
|
.vc_col-xs-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
|
|
.vc_col-xs-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.vc_col-xs-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
|
|
.vc_col-xs-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
|
|
.vc_col-xs-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.vc_col-xs-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
|
|
.vc_col-xs-1 {
|
|
width: 8.33333333%;
|
|
} |