bookshout-theme 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,49 @@
1
+ .full-width {
2
+ max-width: 1400px;
3
+ }
4
+
5
+ .footer {
6
+ background-color: #333333;
7
+ padding: 2rem 4rem;
8
+ text-align: center;
9
+ color: #fff;
10
+ }
11
+ .footer i {
12
+ font-size: 100px;
13
+ }
14
+
15
+ .footer h4 {
16
+ color: #fff;
17
+ font-size: 1em;
18
+ font-weight: 400;
19
+ text-transform: uppercase;
20
+ margin-top: 2.5rem;
21
+ margin-bottom: 10px;
22
+ }
23
+ .footer p, .footer a {
24
+ font-weight: 300;
25
+ font-size: .8em;
26
+ color: #fff;
27
+ }
28
+
29
+ @media only screen and (min-width: 40.063em) {
30
+ .footer .columns:nth-child(n+2) {
31
+ border-left: 1px solid #b3b3b3;
32
+ min-height:280px;
33
+ }
34
+ }
35
+ .footer-links {
36
+ list-style-type: none;
37
+ }
38
+ .footer-links li {
39
+ }
40
+
41
+ .bookshout_logo{
42
+ display: table-cell;
43
+ vertical-align: middle;
44
+ h3{
45
+ color: rgb(108,108,108);
46
+ }
47
+ }
48
+
49
+