-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
84 lines (69 loc) · 1.95 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
/*
Theme Name: Eden: Deception
Theme URI: https://eden.9thcircle.it
Version: 0.2.20170723
Description: This theme is specifically made for Eden: Deception website.
Author: Gabriele Baldassarre
Author URI: https://gabrielebaldassarre.com
Template: Divi
*/
#footer-info {
display:none;
}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
.fake-link {
pointer-events: none;
cursor: default;
}
.intro-sec-nav {
font-weight: bold;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
.footer-form .row {
max-width: 1200px; }
.footer-form textarea, .footer-form input {
border-radius: 3px !important;
background-color: rgba(0,0,0,0.32) !important;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
border: medium none !important;
box-sizing: border-box !important;
font: inherit;
font-size: 0.875rem;
font-weight: normal;
color: #f4eade;
/*padding: 1.3rem;*/ }
.footer-form label {
color: #fff;
font-size: 1.2rem;
margin: 0 0 1rem 0;
font-weight: bold; }
.footer-form .submit {
background: none repeat scroll 0 0 #33383b !important;
color: #ffffff;
cursor: pointer;
border-radius: 5px;
border: medium none;
border-right:none;
padding: 0.7rem 3rem;
font-weight: bold;
float: right;
margin: 0; }
.footer-form .submit:hover {
background:#ed8c72 !important;
}
span.wpcf7-not-valid-tip {
color: #ed8c72 !important;
font-size: 0.7em !important;
display: inline !important;
font-weight: normal !important;
}
/*------------------------------------------------*/
/*--------------[SIDEBAR by TheClue]--------------*/
/*------------------------------------------------*/
#sidebar .et_pb_widget a {
color: #2f496e !important;
}