_child_theme.scss
2.3 KB
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
h1{
font-size: 58px;
line-height: 72px;
}
h2{
color: #0484B8;
font-size: 40px;
line-height: 49px;
margin-bottom: 20px;
}
h3{
color: #0484B8;
font-size: 29px;
line-height: 32px;
margin-top: 20px;
margin-bottom: 20px;
}
a{
color:#2C2C2C;
}
p{
color:#2C2C2C;
font-size: 16px;
line-height: 24px;
}
hr{
border-color: #FFA300 !important;
margin: 40px 0px;
opacity: 0.5;
}
div#full-width-page-wrapper {
padding-bottom: 0px;
}
input[type=text],input[type=email]{
border-radius: 0px !important;
border: 0px solid #fff !important;
height: 32px !important;
margin-bottom: 20px;
}
input[type=submit]{
border-radius: 0px !important;
border: 0px solid #fff !important;
}
textarea{
border-radius: 0px !important;
border: 0px solid #fff !important;
margin-bottom: 20px;
}
input[type=checkbox]
{
-webkit-appearance: auto !important;
appearance: auto !important;
opacity: 1;
}
.bottom-borders{
.wp-block-column {
.wp-block-image img{
border-radius: 25px 25px 0px 0px;
border-bottom:20px solid #FFA300;
}
.wp-block-image .wp-element-caption{
text-align: center;
font-size: 20px;
line-height: 30px;
color: #2C2C2C;
}
}
.wp-block-column:nth-of-type(2) {
.wp-block-image img{
border-bottom:20px solid #3F9C35;
}
}
.wp-block-column:nth-of-type(3) {
.wp-block-image img{
border-bottom:20px solid #0484B8
}
}
}
.wpcf7{
max-width: 100% !important;
.contact-form{
padding-top: 40px;
max-width: 80% !important;
margin: auto;
input[type=text],input[type=email],textarea{
background-color: #E5F2F8;
}
.wpcf7-list-item{
margin:0px;
}
input[type=submit]{
text-align: center;
margin: auto;
margin-top: 20px;
width: 112px;
background-color: #0484B8;
color: #fff;
text-transform: uppercase;
display: block;
font-size: 18px;
}
input[type=submit]:hover{
background-color: #2C2C2C;
}
}
}
.no-bullets{
list-style: none;
margin-block-start: 0em;
padding-inline-start: 0px;
li{
margin-bottom: 10px;
}
}
.wp-block-image.is-style-rounded img{
border-radius: 25px;
}