-
Notifications
You must be signed in to change notification settings - Fork 0
/
style-additional.css
102 lines (85 loc) · 1.53 KB
/
style-additional.css
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
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.site {
max-width: 100%;
overflow: hidden;
}
.page-id-13 .single-featured-image-header img {
display: none;
}
.navigation-top {
font-size: .85rem !important;
}
.navigation-top .wrap {
padding: .55em 1em;
}
/*move sponsors above footer*/
@media screen and (max-width: 47.999em) {
section#text-4 {
background-color: white;
margin: auto -20% 10%;
padding: 10% 20% 15%;
border-bottom: 3px solid #000;
}
}
@media screen and (min-width: 48em) {
#text-4 {
position: relative;
top: -0x;
width: 1000px;
padding: 2em;
}
}
#text-4 .logo {
box-shadow: none;
max-width: 350px;
float: left;
padding-right: 2em;
}
.widget-column .footer-widget-1 {
position: relative;
}
.union {
margin-bottom: 50px;
}
.printers-alley {
margin-bottom: 30px;
}
#image-5 {
position: relative;
top: -220px;
}
.widget a img,
.widget a,
.site-footer .widget-area a,
.widget a img,
.widget a:hover,
.site-footer .widget-area a:hover {
box-shadow: none;
}
.sponsor-level h4 {
border-bottom: 1px solid #000;
margin-bottom: 15px;
padding-bottom: 5px;
}
.sponsor-logo:last-child {
margin-bottom: 25px;
}
.single-wcb_sponsor .single-featured-image-header img {
padding: 2em;
}
/*CSS for full width Sponsor Area 20170801*/
.site-footer .widget-column.footer-widget-1 {
float: left;
width: 100%;
}
#colophon {
margin-top: 40px;
background-color: #FFFFFF;
}
.site-footer .widget-column.footer-widget-2 {
float: left;
width: 100%;
}