1/*
2Theme Name: Aviana Child
3Theme URI: https://aviana.qodeinteractive.com/
4Description: A child theme of Aviana Theme
5Author: Mikado Themes
6Author URI: http://themeforest.net/user/mikado-themes
7Version: 1.0.1
8Text Domain: aviana
9Template: aviana
10*/
11*{
12 margin:0px;
13 padding:0px;
14}
15h1,h2,h3,h4,h5,h6{
16 margin:0px !important;
17 padding:0px;
18}
19p{
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>