-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
176 lines (147 loc) · 2.52 KB
/
style.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
174
175
176
footer {
background: #151515;
}
.footer-grid-w3ls h3 {
font-size: 1.4em;
color: #ffffff;
font-weight: 300;
margin-bottom: 1em;
letter-spacing: 1px;
border-bottom: 1px dotted #4d5052;
padding-bottom: 0.8em;
}
.footer-text p,
.contact-info p {
color: #ffffff;
line-height: 1.9em;
}
.phone {
margin-top: 20px;
}
.contact-info h4 {
font-style: normal;
font-weight: 300;
font-size: 1.2em;
line-height: 1.9;
color: #ff4e00;
}
.copyright-w3layouts {
border-top: 1px solid #292828;
margin-top: 2em;
padding-top: 2em;
}
.copyright-w3layouts p {
color: #616263;
}
.copyright-w3layouts p a:hover {
color: red;
text-decoration: none;
}
.footer p {
color: #3F4354;
}
.newsletter .email {
background-color: #F4F4F4;
border: none;
}
.footer-text input[type="email"] {
outline: none;
padding: 12px 15px;
color: #3F4354;
font-size: 20px;
width: 84%;
border: none;
background: none;
letter-spacing: 1px;
float: left;
}
.newsletter {
position: relative;
margin-top: 2em;
}
.footer-text button.btn1 {
color: #ff4e00;
border: none;
padding: 10px 0;
outline: none;
text-align: center;
text-decoration: none;
background: none;
cursor: pointer;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
float: right;
width: 15%;
}
.footer-grid-w3ls form {
border: 1px solid #3e3c3c;
width: 100%;
margin-top: 20px;
}
ul.social_section_1info li {
display: inline-block;
}
ul.social_section_1info {
margin-top: 15px;
}
ul.social_section_1info a {
color: #808080;
margin-right: 10px;
font-size: 15px;
}
ul.social_section_1info a:hover {
color: #fff;
}
.phone p a {
color: #808080;
}
.phone p a:hover {
color: #fff;
}
ul.links li {
list-style-type: none;
margin: 10px 0;
}
ul.links li a {
color: #616263;
}
ul.links li a:hover {
color: #fff;
}
.copyright-w3layouts a i:hover {
color: #ffa200;
transition: all 0.7s ease-in-out;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
}
.owl-item.active {
padding: 15px;
border: 1px solid #e4e4e4;
}
/*--social-icons--*/
.footer-social li {
display: inline-block;
}
.footer-social li a {
color: #999;
font-size: 15px;
}
.footer-social li a:hover {
color: #ff4e00;
}
.footer-social li .fb {
color: #999;
font-size: 15px;
}
.footer-social li .fb:hover {
color: #438BE9;
}
/*--//social-icons--*/
.copyright-w3layouts a {
color: #ff4e00;
}