-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
69 lines (66 loc) · 1.61 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
/*
Theme Name: eventum
Theme URI: http://themeum.com/wordpress/eventum
Author: Themeum
Author URI: http://themeum.com/
Description: Eventum Premium Event Theme.
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, green, pink, purple, dark, right-sidebar, two-columns, responsive-layout
Text Domain: eventum
*/
@import url('css/bootstrap.min.css');
@import url('css/font-awesome.css');
@import url('css/animate.css');
@import url('css/magnific-popup.css');
@import url('css/main.css');
@import url('css/woocommerce.css');
@import url('css/responsive.css');
.btn-lg{ border-radius: 0px; }
.gallery-caption{ }
.bypostauthor{ }
#mailchimp-id{ display:none; }
.screen-reader-text{}
.sub-title-inner h2 {
background-image: url(images/banner-bg.png);
background-repeat: no-repeat;
background-position: center;
padding: 13px 0px;
}
.btn-yellow .acton-btn:hover {
background-color: #B8BF25;
}
.btn-yellow .acton-btn {
color: #000;
background-color: #cbd504;
padding: 13px 28px;
border-radius: 3px;
font-weight: 400;
margin-top: 20px;
display: inline-block;
}
.themeum-clients {
background-color: #ecedee;
padding: 70px 30px 30px 30px;
}
.client-image {
display: block;
float: right;
top: -100px;
position: relative;
}
.client-image img {
width: 60px;
}
.client-name {
font-size: 16px;
font-weight: 500;
margin-top: 15px;
color: #2a303b;
}
h4.speaker-title, .speaker-designation {
text-align: left;
color: #424242;
}