-
Notifications
You must be signed in to change notification settings - Fork 0
/
_testmonial.scss
127 lines (122 loc) · 2.9 KB
/
_testmonial.scss
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
.testimonial_area{
background-image: url(../img/banner/testmonial.png);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
padding: 142px 0 137px 0;
@media #{$mobile_device} {
padding: 50px 0;
}
.single_testmonial{
p{
color: #fff;
font-weight: 400;
font-size: 20px;
line-height: 32px;
margin: 34px 0;
br{
@media (min-width: 320px) and (max-width: 1500px) {
display: none;
}
}
}
.testmonial_author{
.thumb{
width: 42px;
height: 42px;
@include border-radius(50%);
margin: auto;
margin: auto auto 15px auto;
}
h3{
color: #fff;
font-size: 15px;
font-weight: 500;
margin-bottom: 5px;
}
span{
font-size: 13px;
font-weight: 400;
color: #fff;
}
}
}
.owl-carousel .owl-item img {
display: inline-block;
width: auto;
}
.owl-carousel .owl-nav div.owl-next {
left: auto;
right: 0;
}
.owl-carousel .owl-nav div {
left: 0;
}
}
// Information_area
.Information_area{
background-image: url(../img/banner/info_banner.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 162px 0;
@media #{$mobile_device} {
padding: 100px 0;
}
.info_text{
h3{
font-size: 46px;
font-weight: 300;
color: #fff;
margin-bottom: 0;
@media #{$mobile_device} {
font-size: 30px;
}
}
p{
font-size: 15px;
font-weight: 400;
color: #E8E8E8;
margin: 25px 0;
}
a.boxed-btn3{
padding: 14px 40px;
}
}
}
// newsletter
.newsletter_form{
position: relative;
margin-bottom: 20px;
input{
width: 100%;
height: 45px;
background: #fff;
padding-left: 20px;
font-size: 16px;
color: #000;
border: none;
&::placeholder{
font-size: 16px;
color: #919191;
}
}
button{
position: absolute;
top: 0;
right: 0;
height: 100%;
border: none;
font-size: 14px;
color: #fff;
background: #A70000;
padding: 10px;
padding: 0 22px;
cursor: pointer;
}
}
.newsletter_text{
font-size: 16px;
color: #BABABA;
}