-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
177 lines (149 loc) · 4.03 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
177
/*
Theme Name: Cabot House (Divi Child)
Theme URI: http://cabothouse.com/
Description: Cabot House theme (child of Divi 2.5)
Author: Mark Fabrizio
Author URI: http://owlwatch.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: cabothouse.com
*/
@import url(../Divi/style.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css);
body {
font-family: "proxima-nova",sans-serif;;
}
.sale-price-image span div span img {
max-width: 800px;
}
.contact-widget__trigger {
display: none !important;
}
.contact-widget-close {
position: absolute;
top: -50px;
right: 0;
border-radius: 99px;
padding: 16px 10px 18px 10px;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
line-height: 11px;
font-size: 48px;
color: #FFFFFF;
opacity: 0.6;
z-index: 999999999999;
background: #000000;
cursor: pointer;
pointer-events: all;
}
.contact-widget-close:hover {
opacity: 1;
cursor: pointer;
}
.et_pb_slider .et_pb_slide_image {
/*margin-top: 0 !important;*/
}
.et_pb_slide {
/*padding: 0;*/
}
.et_pb_slide_image img {
/*max-height: inherit !important;
width: 100%;
height: 100%;*/
}
.et_pb_slide_description {
/*display: none !important;*/
}
.et_pb_slider .et_pb_slide_0 {
/*background-color: #FFFFFF !important;*/
}
.et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev {
/*color: #FFFFFF !important;*/
}
/* === Begin: Set the divi slider height === */
/* Src: https://divibooster.com/changing-the-height-of-the-divi-slider/ */
/* Desktop */
.myslider .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 800px !important;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 980px) {
.myslider .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 500px !important;
}
}
/* Phone */
@media only screen and (max-width: 767px) {
.myslider .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 500px !important;
}
}
@media only screen and (max-width: 500px) {
.et_header_style_centered #logo {
margin-bottom: 20px;
}
}
/* Handle padding */
.myslider .et_pb_slide {
padding-bottom: 0px !important;
}
.myslider div.et_pb_slide_description,
.myslider .et_pb_slider_fullwidth_off div.et_pb_slide_description {
padding-top: 1%;
padding-bottom: 1%;
}
/* === End: Set divi slider height === */
/* Remove shopping cart icon in header */
/* .et-cart-info { display:none; } */
/* Cleanup Store links in footer */
.nine-columns .et_pb_module {width: 11.11%; float: left;}
#footer-widgets {
padding: 0% 0 0;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
text-align: center;
}
h4 {
padding-top: 30px !important;
}
.dotstyle-puff .et-pb-controllers a::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
background: #c44d48;
border-radius: 50%;
box-shadow: 0 0 1px #c44d48;
opacity: 0;
-webkit-transform: scale(3);
-moz-transform: scale(3);
transform: scale(3);
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
-moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease, visibility 0s 0.3s;
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
.dotstyle-puff .et-pb-controllers a:hover,
.dotstyle-puff .et-pb-controllers a:focus,
.dotstyle-puff .et-pb-controllers a.et-pb-active-control {
border-color: #c44d48;
}
.dotstyle-puff .et-pb-controllers a.et-pb-active-control:after {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
-moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
}
/* END PUFF */