-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.min.css
154 lines (130 loc) · 3.64 KB
/
style.min.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
/*!
Theme Name: MobileVestEd Mobile Homes Theme
Theme URI: https://mobilevested.com
Description: Built on <a href="https://roots.io/sage/" target="_blank">WP Jumpstart</a>, customized for MobileVestEd.com
Version: 8.5.0
Author: Tim Brennan (TRB), Development Director for Go Media
Author URI: https://trygomedia.com
Template: mobile
*/
@import url("https://use.typekit.net/iph6fdo.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
html, body {
height: 100%; }
body {
overflow-x: hidden;
overflow-y: scroll;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
color: #0c0c1f;
line-height: 18px;
font-size: 16px;
position: absolute;
width: 100%; }
h1,
h2,
h3,
h4,
h5 {
line-height: 1; }
.gold {
color: #bf9d6e; }
.background-gradient {
background: #0d2e50;
/* Old browsers */
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, from(#0d2e50), to(#082245));
background: linear-gradient(to bottom, #0d2e50 0%, #082245 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2e50', endColorstr='#082245',GradientType=0 );
/* IE6-9 */ }
.tb-jumbotron .tb-text-block-wrap.text-large .tb-text-block {
line-height: 1; }
.play-icon {
color: #bf9d6e;
font-size: 1.2em;
text-transform: lowercase;
font-weight: bold;
background-image: url("images/mobilevested_play_icon.png");
margin-left: 20px; }
/*
Breakers Slab Thin
font-family: breakers-slab, sans-serif;
font-weight: 200;
font-style: normal;
Breakers Slab Light
font-family: breakers-slab, sans-serif;
font-weight: 300;
font-style: normal;
Breakers Slab Regular
font-family: breakers-slab, sans-serif;
font-weight: 400;
font-style: normal;
Breakers Slab Bold
font-family: breakers-slab, sans-serif;
font-weight: 70;
font-style: normal;
Raleway Light
font-family: 'Raleway', sans-serif;
font-weight: 300;
Raleway Normal
font-family: 'Raleway', sans-serif;
font-weight: 400;
Roboto
font-family: 'Roboto', sans-serif;
*/
.site-header.transparent {
border: 3px solid #bf9d6e; }
.site-header.transparent .header-nav .tb-primary-menu > li > .menu-btn {
margin: 0 10px;
font-family: breakers-slab, sans-serif;
text-transform: uppercase;
font-size: 16px; }
.site-header.transparent .header-nav .tb-primary-menu > li:last-child:before {
content: '\a0';
/* \a0 is hex code for a non-breaking space */
z-index: -1;
background-color: #bf9d6e;
position: absolute;
top: 0;
width: 50vw;
height: 100%;
left: 0px; }
.site-header.transparent .login-link .menu-btn {
color: #0c2746; }
.site-header.transparent > .wrap {
border-bottom-width: 0px; }
.header-nav .tb-primary-menu > li {
border-left: 3px solid #bf9d6e;
text-align: center;
margin: auto; }
.header-nav .tb-primary-menu > li > .menu-btn:before {
bottom: 15px;
background-color: #bf9d6e;
height: 3px; }
.home-hero-section h1 .gold {
display: block; }
.home-strategies-section .left-column {
content: '\a0';
/* \a0 is hex code for a non-breaking space */
z-index: -1;
background-color: #fff4e7;
position: absolute;
top: 0;
width: 50vw;
height: 100%;
right: 0px; }
.home-strategies-section .left-column h2 {
font-weight: 300;
font-style: normal;
font-size: 2.5em; }
.btn {
border: 2px solid #bf9d6e !important;
padding: 15px 35px;
font-size: 1.2em;
background: transparent; }