_child_theme.scss
897 Bytes
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
@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";
.extra-wide-left{
padding: 50px 70px 50px 0px;
}
.extra-wide-right {
width: 100%;
margin-right: -25% !important;
background-size: cover;
}
.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;
}
p{
color: #fff;
}
.wp-block-separator{
border: 1px solid #fff;
}
.wpcf7{
max-width: unset;
}
}