_numbers.scss
2.2 KB
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
.n2-ss-widget.n2-style-f17ddbf2d8ed14421f9093b94b93b8a9-heading.nextend-autoplay.n2-ow-all.nextend-autoplay-image{
z-index: 9999999 !important;
position: absolute !important;
}
.page-template-numbers-page{
#Layer_1 {
left: 0px;
top: 0px;
position: absolute;
z-index: 999;
@media (min-width: 1400px) and (max-width: 1500px) {
transform: scale(1.3);
top: 50px;
}
@media (min-width: 1300px) and (max-width: 1400px) {
transform: scale(1.2);
top: 50px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
transform: scale(1.3);
top: 50px;
}
@media (min-width: 1000px) and (max-width: 1199px) {
transform: scale(1.6);
top: 130px;
}
@media (max-width: 999px) {
transform: scale(1.8);
top: 150px;
}
@media screen and (max-width: 768px) {
top: 50px;
}
}
div#n2-ss-2item1,
div#n2-ss-2item2,
div#n2-ss-2item3{
font-family: "Calibri-bold" !important;
font-size: 60px !important;
line-height: 60px !important;
text-shadow: 0px 3px 3px #00000059 !important;
}
}
ss3-force-full-width{
top: 0px !important;
position: relative !important;
@media (max-width: 768px) {
top: 66px !important;
position: relative !important;
}
}
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-top, .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-top, .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-bottom, .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-bottom{
z-index: 9999999 !important;
}
a.find {
margin-bottom: 50px;
background-color: #012169;
text-transform: uppercase;
font-family: "Calibri-bold";
font-size: 20px;
line-height: 20px;
padding: 2px 50px 17px 60px;
border-radius: 0px;
width: 368px;
color: #fff;
margin-right: 0px !important;
}
a.find:focus,
a.find:hover{
background-color: #005eb8;
}
a.find:before {
content: "";
width: 22px;
height: 31px;
display: inline-block;
top: 10px;
position: relative;
margin-left: -25px;
margin-right: 10px;
background-repeat: no-repeat;
background-position: center;
background-image: url("/wp-content/themes/understrap-child/src/images/pin.svg");
}