-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathold.css
173 lines (138 loc) · 3.26 KB
/
old.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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
#footers .simple-social-icons ul li a,#footers.simple-social-icons ul li a:hover,#footers .simple-social-icons ul li a:focus {
background:transparent!important
}
#mega-footer .widget.simple-social-icons ul {
margin:0
}
#mega-footer .widget h2.widget-title {
font-family:'proxima nova'
}
.icon-grid img {
width:auto!important
}
.glyphicon-new-window {
display:none
}
.entry-content .panel-layout .panel-grid:nth-child(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description {
display:none
}
#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu a {
white-space:pre-line
}
.people-row {
border-bottom:1px solid #ddd;
padding-bottom:25px;
margin-bottom:10px
}
@media(max-width:767px) {
.people-row {
border-bottom:0
}
}
.people-row h3 {
margin-top:0;
color:#649e9e
}
.entry-content .panel-layout .panel-grid:nth-child(1) .siteorigin-panels-stretch .widget_widget_sp_image {
max-height:800px;
overflow:hidden!important
}
#masthead #nav-wrapper .navbar-collapse .nav > li.active::after,#masthead #nav-wrapper .navbar-collapse .nav > li.current-menu-ancestor::after {
display:none
}
.blue-grid-boxes .accordion .panel-heading .panel-title a {
background-color:transparent;
color:#fff!important;
padding:20px 20px 18px
}
.blue-grid-boxes .accordion .panel {
background-color:transparent;
font-size:14px!important;
color:#fff!important;
line-height:1.5em
}
.blue-grid-boxes .accordion .panel h6 {
font-size:14px!important;
color:#fff!important;
line-height:1.5em
}
.blue-grid-boxes .accordion .panel h6 span {
color:#fff!important
}
.blue-grid-boxes .accordion .panel-body {
padding-left:20px;
padding-right:20px;
padding-top:0
}
.blue-grid-boxes .accordion .panel-heading .panel-title a:hover {
background:transparent!important;
color:#3AC6F7!important
}
.page-id-1462 .textwidget a {
color:#00b4fc!important
}
p {
line-height:140%!important
}
h4 {
font-size:22px!important
}
h1 {
font-size:40px!important
}
/* ==== WebDev says - be careful with your CSS and using !important. The above code for p, h4, and h1 needs to be more specific because it can break more things than it fixes. */
#uc-header h1 {
font-size:12px!important
}
.textwidget iframe {
min-height:0
}
.widget_metaslider_widget {
overflow:hidden
}
#content .panel-grid .widget.widget_metaslider_widget ul li {
margin-bottom:10px
}
.icon-grid.flex-images img {
/* Change the width percentage to adjust the size of the blue icons on home page */
width:50%!important
}
.single-post .entry-content ul li {
margin-left:25px;
list-style-type:disc
}
.single-post .entry-content ul li::before {
content:'';
border:none;
padding:0;
margin:0
}
#primary #main .yearly-archive .post {
width:33%;
float:left;
padding:1%
}
@media (max-width:767px) {
#primary #main .yearly-archive .post {
width:100%;
float:none;
padding:auto
}
}
#primary #main .yearly-archive .post:nth-of-type(3n) {
clear:right
}
#primary #main .yearly-archive .post:nth-of-type(3n+1) {
clear:left
}
#content .yearly-archive .widget.widget_siteorigin-panels-postloop h2.entry-title {
line-height:0
}
#content .yearly-archive .widget.widget_siteorigin-panels-postloop h2.entry-title a {
font-size:22px;
line-height:1.4em;
font-weight:700
}
#content .yearly-archive .widget.widget_siteorigin-panels-postloop h2.entry-title a:hover {
text-decoration:underline
}