-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
47 lines (43 loc) · 1.81 KB
/
styles.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
/*
Theme Name: saTheme
Description: saTheme's Custom Theme
Theme URI: https://saTheme.com
Author: Sahil
Author URI: https://saTheme.com
Version: 1.1.4
Requires at least: 5.8
Requires PHP: 7.4
Tested up to: 6.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: saTheme
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@media(min-width: 1201px){
:root{--body-padding: 3vw; --section-gap: 8vw;}
}
@media only screen and (max-width: 1200px) and (min-width: 765px){
:root{--body-padding: 3vw; --section-gap: 10vw;}
}
@media(max-width: 764px){
:root{--body-padding: 2.5vw; --section-gap: 15vw;}
}
*{margin: 0; padding: 0; box-sizing: border-box;}
body{font-family: 'Inter', sans-serif; padding: 0 var(--body-padding);}
img{width: 100%; height: auto; background-color: rgba(0,0,0,0.05);}
main .elementor{margin-bottom: var(--section-gap); display: flex; flex-direction: column; gap: var(--section-gap);}
.elementor-container, .elementor-row{flex-wrap: wrap !important;}
.elementor-section .elementor-container, .elementor-widget-wrap {padding: unset !important;}
.elementor-widget-html{line-height:0;}
.sa-no-img-bg img{background-color: transparent;}
.sa-css{display: none !important;}
.sa-full-width{margin: 0 calc(var(--body-padding) - var(--body-padding) * 2);}
@media(min-width: 1201px){
button, input[type="button"], input[type="submit"], .elementor-button{padding: 1vw 1.5vw !important;}
}
@media only screen and (max-width: 1200px) and (min-width: 765px){
button, input[type="button"], input[type="submit"], .elementor-button{padding: 2vw 3vw !important;}
}
@media(max-width: 764px){
button, input[type="button"], input[type="submit"], .elementor-button{padding: 4vw 6vw !important;}
}