_child_theme.scss
1.41 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
@font-face {
font-family: 'trade_gothic_next_lt_pro';
src: url('../fonts/trade-gothic-next-lt-pro.woff2') format('woff2'),
url('../fonts/trade-gothic-next-lt-pro.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@import "header";
@import "elements";
@import "contact7";
@import "footer";
@import "link_block";
#full-width-page-wrapper:not(.home-page) {
padding-bottom: 200px;
padding-top: 130px;
}
.extra-wide-left{
padding: 50px 90px 90px 0px;
}
.extra-wide-right {
width: 100%;
margin-right: -25% !important;
background-position: center;
background-repeat: no-repeat;
}
.extra-wide{
width: 200%;
margin-left: -50% !important;
padding-left: 50% !important;
margin-right: -50% !important;
padding-right: 50% !important;
background-color: #183668;
h2{
color: #fff;
font-size: 32px;
line-height: 40px;
}
.intro{
color: #fff;
font-size: 22px;
line-height: 24px;
}
p{
color: #fff;
font-size: 18px;
line-height: 24px;
}
.wp-block-separator{
border: 1px solid #fff;
}
.wpcf7{
max-width: unset;
}
}
.extra-wide.image{
background-size: cover;
height: 680px;
background-repeat: no-repeat;
background-position: center;
margin-top: -28px;
}
.extra-wide-image-left{
padding: 50px 90px 90px 0px;
}