-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
150 lines (121 loc) · 2.82 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
/* Theme customization starts here
-------------------------------------------------------------- */
.site-header-row.site-header-row-center-column {
align-items: center;
}
.site-header-section-center {
flex-direction: column;
justify-content: center;
align-items: center;
}
.site-header-section-right {
flex-direction: column;
align-items: flex-end;
}
@media screen and (max-width: 1024px) {
.site-header-section-right {
flex-direction: row;
align-items: center;
}
}
@media screen and (max-width: 719px) {
}
.site-branding.branding-layout-vertical.site-title-top a.brand .site-title-wrap {
display: none;
}
.button.header-button.button-size-small {
font-size: 90%;
padding: 0.3em 0;
}
#block-27 p {
margin: 0;
}
form.footer-form-answer {
padding: 30px;
background-color: #fff;
border-radius: 6px;
color: #595959;
}
form.footer-form-answer h2 {
margin-bottom: 15px;
font-weight: bold;
font-size: 20px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
}
form.footer-form-answer .footer-form-content {
margin-bottom: 15px;
}
form.footer-form-answer .footer-form-fields {
display: flex;
flex-direction: column;
gap: 15px;
}
form.footer-form-answer .footer-form-fields input[type="submit"] {
padding: 12px 16px;
}
form.footer-form-answer .footer-form-fields .ajax-loader {
flex: 0 0 100%;
}
form.footer-form-answer .footer-form-fields label {
font-size: 10px;
}
.kb-form .kadence-blocks-form-field.kb-accept-form-field .kb-checkbox-style {
margin: 0 0.5rem 0 0;
}
.kb-form .kadence-blocks-form-field.kb-accept-form-field {
-webkit-align-items: center;
align-items: center;
}
.kt-adv-heading-vertical-border {
border-left: 4px solid #E7CF61;
padding-left: 10px;
margin-left: -10px;
}
.home-main-slider .kt-blocks-carousel .slick-dots {
position: absolute;
bottom: 15px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
left: 0;
}
.wp-block-kadence-advancedheading.kt-adv-heading_fe888b-03[data-kb-block="kb-adv-heading_fe888b-03"] {
border-radius: 3px;
background: linear-gradient(
-51deg, transparent 98px, #fff 0);
}
.kt-adv-heading_fe888b-03::before {
content: '';
}
.home-column-number-stage {
position: relative;
}
.home-column-number-stage .home-number-stage {
align-self: baseline;
}
.home-column-number-stage .home-number-stage-01 {
left: -25px;
}
.home-column-number-stage .home-number-stage-02 {
left: 46px;
}
.home-column-number-stage .home-number-stage-03 {
left: 116px;
}