_child_theme.scss
4.09 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
html, body {
overflow-x:hidden
}
body {
overflow-x: hidden;
overflow-y: scroll !important;
}
.home.page-template-default {
#main-nav {
background:none
}
.entry-header {
display: none;
}
}
#page{
overflow-x: hidden;
}
#error-404-wrapper,
#content,
#full-width-page-wrapper,
#page-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
width: calc(100% - 280px);
padding-top: 0px;
@media only screen and (max-width: 1260px) {
width: 100%;
min-height: 90vh;
}
#content {
position: relative;
width: 100%;
}
}
.wrapper .container{
padding:0 60px 0 0;
margin:0px 50px;
@media only screen and (max-width: 1260px) {
margin:0px;
padding:0 15px;
max-width: 100%;
}
}
.um-um_account_id {
margin-top: 50px;
width: 80%!important;
}
h1{
color: #1A3668;
font-size: 39px;
line-height: 49px;
font-family:"trade-gothic-next";
}
h2{
color: #1A3668;
font-size: 28px;
line-height: 36px;
font-family:"trade-gothic-next";
}
h3{
font-family:"trade-gothic-next";
}
p{
color: #1A3668;
font-size: 16px;
line-height: 24px;
font-family:"trade-gothic-next";
}
h1 + p { font-size: 20px; }
#full-width-page-wrapper{
padding-top:70px;
}
.green-block{
margin: 60px 0px;
padding: 40px 125px;
background-color: #EEF8EF;
display: flex;
align-items: center;
p{
color: #000;
}
@media only screen and (max-width: 1260px) {
padding: 40px 20px;
}
.wp-block-column:nth-of-type(2) {
display: flex;
align-items: center;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
border: 0px solid #c4c4c4 !important;
background: #fff !important;
}
.nf-form-content input[type=button]:not(.nf-fu-fileinput-button){
text-transform: uppercase;
background-color: #183668;
background:#183668;
color: #fff !important;
border-radius: 0px;
}
.nf-form-content input[type=button]:not(.nf-fu-fileinput-button):hover{
background-color: #132C55;
background:#132C55;
}
.nf-fu-fileinput-button{
all: unset;
width: calc(100% - 24px ) !important;
background-color: #fff !important;
color: #000 !important;
text-transform: none;
span{
vertical-align: super;
width: calc(100% - 100px);
display: inline-block;
font-size: 16px;
text-transform: none;
}
}
.nf-fu-fileinput-button:before{
height: 56px;
width: 74px;
display: inline-block;
margin-right: 20px;
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.148' height='56.023' viewBox='0 0 74.148 56.023'%3E%3Cpath id='Path_12' data-name='Path 12' d='M264.869 343.06A4.969 4.969 0 0 0 259.926 348V394.14a4.969 4.969 0 0 0 4.943 4.943h64.262a4.969 4.969 0 0 0 4.943-4.943V348a4.969 4.969 0 0 0-4.943-4.943Zm0 3.3h64.262A1.609 1.609 0 0 1 330.779 348v39.391l-14.443-15.808a1.672 1.672 0 0 0-2.42 0L302.124 384.1l-17.069-19.078a1.638 1.638 0 0 0-2.446-.026l-19.387 20.828V348a1.609 1.609 0 0 1 1.648-1.648Zm37.9 8.238a6.591 6.591 0 1 0 6.591 6.591 6.616 6.616 0 0 0-6.591-6.591Zm0 3.3a3.3 3.3 0 1 1-3.3 3.3A3.271 3.271 0 0 1 302.767 357.89Zm-18.975 10.685 24.356 27.213H264.87a1.609 1.609 0 0 1-1.648-1.648v-3.476ZM315.1 375.14l15.679 17.146v1.854a1.609 1.609 0 0 1-1.648 1.648H312.576l-8.238-9.217Z' transform='translate(-259.926 -343.06)' fill='%231a3668'/%3E%3C/svg%3E");
}
.file_upload-container{
margin-top: -25px;
}
.nf-fu-progress,
.nf-form-fields-required{
display: none;
}
.like-you{
display: flex;
background-color: #1A3668;
height: 423px;
align-items: center;
width: 100%;
@media only screen and (max-width: 756px) {
height: 200px;
}
p{
color:#fff;
font-size: 28px;
line-height: 36px;
@media only screen and (max-width: 756px) {
font-size: 20px;
}
strong{
font-weight: 400;
line-height: 46px;
border-bottom: 2px solid #3EAF49;
}
}
}
}