_child_theme.scss
1.85 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
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;
@media only screen and (max-width: 768px) {
min-height: auto;
padding-bottom: 50px;
}
}
#error-404-wrapper,
#content,
#full-width-page-wrapper,
#page-wrapper {
position: relative;
display: inline-block;
vertical-align: top;
//width: calc(100% - 280px);
width: 100%;
padding-left:280px;
padding-top: 0px;
min-height: 95vh;
@media only screen and (max-width: 1260px) {
width: 100%;
min-height: 90vh;
padding-left:0px;
margin-top: -20px;
}
#content {
position: relative;
width: 100%;
padding-left:0px;
min-height: 80vh;
@media only screen and (max-width: 1260px) {
padding-left:15px;
}
}
}
.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";
}
.um-row-heading{
color: #1A3668 !important;
font-size: 39px !important;
line-height: 49px !important;
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;
}