multipurpose-style.css
219 lines
| 1 | .header-col3 .ekit-wid-con .ekit-header-info a { |
| 2 | display: block !important; |
| 3 | } |
| 4 | .header-col3 .ekit-wid-con .ekit-header-info { |
| 5 | display: block !important; |
| 6 | } |
| 7 | .footer-menu .elementskit-navbar-nav-default .elementskit-navbar-nav { |
| 8 | display: block !important; |
| 9 | } |
| 10 | .main-banner-row { |
| 11 | position:relative; |
| 12 | } |
| 13 | .counter-section { |
| 14 | position: absolute; |
| 15 | bottom: 0; |
| 16 | } |
| 17 | .elementor-progress-text { |
| 18 | position: absolute; |
| 19 | left: 0; |
| 20 | transform: translateY(-30px); |
| 21 | padding-inline-start:0px; |
| 22 | line-height: 22px; |
| 23 | } |
| 24 | span.elementor-progress-percentage { |
| 25 | position: absolute; |
| 26 | right: 0; |
| 27 | transform: translateY(-30px); |
| 28 | padding-inline-end:0px; |
| 29 | line-height: 22px; |
| 30 | } |
| 31 | .progress-bar-section { |
| 32 | transform: translate(-100px, 0px); |
| 33 | } |
| 34 | .about-list-section { |
| 35 | transform: translate(-90px, 0px); |
| 36 | } |
| 37 | |
| 38 | .blog-section .post-items>div:nth-child(1), .blog-section .post-items>div:nth-child(2), .blog-section .post-items>div:nth-child(3) { |
| 39 | padding-left: 10px; |
| 40 | padding-right: 10px; |
| 41 | } |
| 42 | .blog-section .post-items .elementskit-post-body { |
| 43 | position: relative; |
| 44 | } |
| 45 | .blog-section .post-items .elementskit-post-body .btn-wraper .elementskit-btn { |
| 46 | position: absolute; |
| 47 | right: 0; |
| 48 | bottom: 15px; |
| 49 | } |
| 50 | .blog-section .post-items .elementskit-post-body .post-meta-list > span { |
| 51 | display: inline; |
| 52 | } |
| 53 | .blog-section .post-items .elementskit-post-body .post-meta-list .post-comment { |
| 54 | padding-left: 30px; |
| 55 | } |
| 56 | .ekit-wid-con .elementskit-post-image-card { |
| 57 | -webkit-box-shadow: unset; |
| 58 | box-shadow: unset; |
| 59 | } |
| 60 | .blog-section .post-items .elementskit-post-image-card img { |
| 61 | border-radius: 10px; |
| 62 | } |
| 63 | .blog-section .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img { |
| 64 | -webkit-transform: unset; |
| 65 | transform: unset; |
| 66 | opacity:1; |
| 67 | } |
| 68 | |
| 69 | |
| 70 | |
| 71 | @media screen and (min-width:1600px) and (max-width:1920px) { |
| 72 | .main-container .e-con.e-flex>.e-con-inner { |
| 73 | max-width: 1300px; |
| 74 | } |
| 75 | .main-container .e-con-inner { |
| 76 | max-width: 1300px; |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | @media screen and (min-width:320px) and (max-width:374px) { |
| 81 | .blog-section .elementskit-meta-categories { |
| 82 | top: 153px !important; |
| 83 | } |
| 84 | .blog-section .post-meta-list .meta-date-text { |
| 85 | font-size:14px !important; |
| 86 | } |
| 87 | .blog-section .post-items .elementskit-post-body .post-meta-list .post-comment { |
| 88 | padding-left: 0px; |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | @media screen and (min-width:375px) and (max-width:424px) { |
| 93 | .blog-section .elementskit-meta-categories { |
| 94 | top: 185px !important; |
| 95 | } |
| 96 | .blog-section .post-items .elementskit-post-body .post-meta-list .post-comment { |
| 97 | padding-left: 18px; |
| 98 | } |
| 99 | } |
| 100 | |
| 101 | @media screen and (min-width:576px) and (max-width:767px) { |
| 102 | .blog-section .elementskit-meta-categories { |
| 103 | top: 302px !important; |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | @media screen and (min-width:320px) and (max-width:767px) { |
| 108 | body { |
| 109 | overflow-x:hidden !important; |
| 110 | } |
| 111 | html { |
| 112 | overflow-x:hidden !important; |
| 113 | } |
| 114 | .counter-section { |
| 115 | position: unset; |
| 116 | } |
| 117 | .header-col3 .ekit-wid-con .ekit-header-info a { |
| 118 | display: flex !important; |
| 119 | width: 150px; |
| 120 | } |
| 121 | .progress-bar-section { |
| 122 | transform: translate(0px, 0px); |
| 123 | } |
| 124 | .about-list-section { |
| 125 | transform: translate(0px, 0px); |
| 126 | } |
| 127 | .footer-col3 .ekit-wid-con .ekit-header-info a { |
| 128 | text-align:center; |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | @media screen and (min-width:768px) and (max-width:991px) { |
| 133 | .header-col3 .ekit-wid-con .ekit-header-info a { |
| 134 | width: 150px; |
| 135 | } |
| 136 | .banner-para { |
| 137 | overflow: hidden; |
| 138 | display: -webkit-box; |
| 139 | -webkit-line-clamp: 3; |
| 140 | -webkit-box-orient: vertical; |
| 141 | } |
| 142 | .about-content-row { |
| 143 | flex-direction: column !important; |
| 144 | } |
| 145 | .about-col1, .about-col2 { |
| 146 | width:100% !important; |
| 147 | } |
| 148 | .progress-bar-section { |
| 149 | transform: translate(0px, 0px); |
| 150 | } |
| 151 | .about-list-section { |
| 152 | transform: translate(0px, 0px); |
| 153 | } |
| 154 | .social-media .ekit_social_media > li > a { |
| 155 | width: 23px !important; |
| 156 | height: 23px !important; |
| 157 | line-height: 20px !important; |
| 158 | } |
| 159 | .social-media .ekit_social_media > li > a i { |
| 160 | font-size: 14px; |
| 161 | } |
| 162 | .blog-section .elementskit-meta-categories { |
| 163 | top: 187px !important; |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | |
| 168 | @media screen and (min-width:992px) and (max-width:1024px) { |
| 169 | .blog-section .post-items .elementskit-post-body .post-meta-list .post-comment { |
| 170 | padding-left: 0px; |
| 171 | } |
| 172 | } |
| 173 | |
| 174 | |
| 175 | |
| 176 | @media screen and (min-width:768px) and (max-width:1024px) { |
| 177 | .elementskit-menu-offcanvas-elements { |
| 178 | padding-bottom: 0px; |
| 179 | } |
| 180 | .header-col3 .ekit-wid-con .ekit-header-info a { |
| 181 | text-align:center; |
| 182 | } |
| 183 | } |
| 184 | |
| 185 | @media screen and (min-width:1025px) and (max-width:1199px) { |
| 186 | .header-col2 .elementskit-navbar-nav > li > a { |
| 187 | padding: 0px 20px 0px 20px !important; |
| 188 | } |
| 189 | .header-col3 .ekit-wid-con .ekit-header-info a { |
| 190 | font-size:16px !important; |
| 191 | } |
| 192 | .header-col3 .elementor-widget-container { |
| 193 | padding: 15px 11px 15px 11px !important; |
| 194 | } |
| 195 | .main-container { |
| 196 | padding: 0 20px; |
| 197 | } |
| 198 | .blog-section .elementskit-meta-categories { |
| 199 | top: 163px !important; |
| 200 | } |
| 201 | .blog-section .post-meta-list .meta-date-text { |
| 202 | font-size: 14px !important; |
| 203 | } |
| 204 | .blog-section .post-items .elementskit-post-body .post-meta-list .post-comment { |
| 205 | padding-left: 8px; |
| 206 | } |
| 207 | } |
| 208 | |
| 209 | @media screen and (min-width: 1200px) and (max-width: 1440px) { |
| 210 | .header-col3 .ekit-wid-con .ekit-header-info a { |
| 211 | font-size:19px !important; |
| 212 | } |
| 213 | .header-col3 .elementor-widget-container { |
| 214 | padding: 15px 11px 15px 11px !important; |
| 215 | } |
| 216 | .blog-section .elementskit-meta-categories { |
| 217 | top: 194px !important; |
| 218 | } |
| 219 | } |