_child_theme.scss
2.55 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
@import url("https://use.typekit.net/lov0ylb.css");
@import "header";
@import "elements";
@import "contact7";
@import "footer";
@import "link_block";
body,html{
overflow-x: hidden;
width: 100vw;
}
#full-width-page-wrapper:not(.home-page) {
padding-bottom: 200px;
padding-top: 130px;
}
.extra-wide-left{
padding: 50px 90px 90px 0px;
@media (max-width: 786px) {
padding: 0px 00px 40px 0px;
}
}
.extra-wide-right {
width: 100%;
margin-right: -25% !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
@media (max-width: 786px) {
width: 160%;
min-height: 300px;
margin-right: -30%!important;
margin-left: -30%!important;
background-position: 0% 70%;
}
}
.extra-wide{
width: 200%;
margin-left: -50% !important;
padding-left: 50% !important;
margin-right: -50% !important;
padding-right: 50% !important;
background-color: #183668;
@media (max-width: 786px) {
flex-direction: column-reverse;
}
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: 750px;
background-repeat: no-repeat;
background-position: center;
margin-top: -28px;
@media (max-width: 786px) {
width: calc(100% + 40%);
height: auto;
margin-left: -20% !important;
padding-left: 20% !important;
margin-right: -20% !important;
padding-right: 20% !important;
}
}
.extra-wide-image-left{
padding: 50px 90px 90px 0px;
@media (max-width: 786px) {
padding: 0 0px 40px 0;
width: 100%;
padding-bottom: 200px
}
}
.site-main{
@media (max-width: 786px) {
margin: 0px 30px;
}
}
@media (max-width: 786px) {
.white-spacer{
height: 30px !important;
}
.story-body-image-full {
width: calc(100vw + 40%);
background-image: none !important;
height: auto;
//height: 266px;
margin-left: -20%;
margin-right: -20%;
img{
display: block !important;
max-width: 140%;
}
}
.extra-wide.image{
background-image: none !important;
flex-direction: column-reverse;
background:#181218;
}
.extra-wide{
gap:0px;
}
}