1
/*
2
Theme Name: Aviana Child
3
Theme URI: https://aviana.qodeinteractive.com/
4
Description: A child theme of Aviana Theme
5
Author: Mikado Themes
6
Author URI: http://themeforest.net/user/mikado-themes
7
Version: 1.0.1
8
Text Domain: aviana
9
Template: aviana
10
*/
11
*{
12
margin:0px;
13
padding:0px;
14
}
15
h1,h2,h3,h4,h5,h6{
16
margin:0px !important;
17
padding:0px;
18
}
19
p{
20
font-size:18px;
21
line-height:36px;
22
color:#000 !important;
23
}
24
25
.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
26
display: block;
27
height:auto !important;
28
width:70px !important;
29
}
30
.mkdf-section-title-holder .mkdf-st-text {
31
font-size:18px !important;
32
line-height:30px;
33
color:#000;
34
}
35
#respond input[type=text], #respond textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type=text], input[type=email], input[type=password] {
36
width: 100%;
37
margin: 0 0 13px;
38
padding: 12px 26px;
39
font-family: inherit;
40
font-size: 18px !important;
...
</html>