_child_theme.scss
906 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
47
48
49
50
51
52
53
54
55
56
57
.home.page-template-default {
#main-nav {
background:none
}
.entry-header {
display: none;
}
}
#full-width-page-wrapper,
#content,
#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%;
}
#content {
position: relative;
}
}
.wrapper .container{
padding:0 0px 40px 50px;
@media only screen and (max-width: 1260px) {
padding:0 15px;
}
}
.um-um_account_id {
margin-top: 50px;
width: 80%!important;
}
h1{
color: #1A3668;
font-size: 39px;
line-height: 49px;
}
h2{
color: #1A3668;
font-size: 28px;
line-height: 36px;
}
p{
color: #1A3668;
font-size: 16px;
line-height: 24px;
}
#full-width-page-wrapper{
padding-top:70px;
}