index.php
3 years ago
owl.carousel.css
3 years ago
reset.css
3 years ago
sidebar.css
3 years ago
simple-line-icons.css
3 years ago
style.css
2 months ago
swiper-bundle.min.css
3 years ago
themes.css
3 years ago
themes.css
371 lines
| 1 | @import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,700"); |
| 2 | |
| 3 | /* theme color */ |
| 4 | .aaz_pgcu_wrapper a { |
| 5 | color: #363940; |
| 6 | } |
| 7 | .aaz_pgcu_wrapper a:hover, |
| 8 | .pgcu_post .post_title a:hover h4 { |
| 9 | color: #f42156; |
| 10 | } |
| 11 | .pgcu_post_slider1 .owl-controls .owl-dots .owl-dot span, |
| 12 | .pgcu_filter_area ul li.active, |
| 13 | .pgcu_filter_area ul li:hover, |
| 14 | .pgcu_post.pgcu_post--style2 .read_more:hover, |
| 15 | .pgcu_post.pgcu_post--style3 .read_more:hover, |
| 16 | .pgcu_carousel_navigation .pgcu_nav span:hover { |
| 17 | background: #f42156; |
| 18 | color: #fff; |
| 19 | } |
| 20 | |
| 21 | /* btn */ |
| 22 | .pgcu_container .btn { |
| 23 | line-height: 42px; |
| 24 | font-size: 15px; |
| 25 | font-weight: 400; |
| 26 | padding: 0 20px; |
| 27 | border: 1px solid #e4e4ed; |
| 28 | display: -webkit-inline-box; |
| 29 | display: -ms-inline-flexbox; |
| 30 | display: inline-flex; |
| 31 | -webkit-box-align: center; |
| 32 | -ms-flex-align: center; |
| 33 | align-items: center; |
| 34 | border-radius: 2px; |
| 35 | } |
| 36 | .pgcu_container .btn span { |
| 37 | margin-left: 10px; |
| 38 | } |
| 39 | .pgcu_container .btn--colored { |
| 40 | border: 1px solid #f42156; |
| 41 | color: #f42156; |
| 42 | } |
| 43 | .pgcu_container .load--btn:hover { |
| 44 | color: #fff !important; |
| 45 | } |
| 46 | .pgcu_title { |
| 47 | text-align: center; |
| 48 | margin-bottom: 50px; |
| 49 | padding-bottom: 30px; |
| 50 | font-weight: 500; |
| 51 | font-size: 24px; |
| 52 | position: relative; |
| 53 | } |
| 54 | .pgcu_title:before { |
| 55 | position: absolute; |
| 56 | content: ""; |
| 57 | width: 80px; |
| 58 | height: 2px; |
| 59 | bottom: 0; |
| 60 | left: 50%; |
| 61 | margin-left: -40px; |
| 62 | background: #e4e4ed; |
| 63 | } |
| 64 | .pgcu_title span { |
| 65 | color: #f42156; |
| 66 | } |
| 67 | |
| 68 | .pgcu_post { |
| 69 | margin-bottom: 30px; |
| 70 | } |
| 71 | .pgcu_post .pgcu_post__contents { |
| 72 | padding: 30px; |
| 73 | } |
| 74 | .pgcu_post .pgcu_post__contents .post_title { |
| 75 | margin-bottom: 15px; |
| 76 | } |
| 77 | .author-date { |
| 78 | margin-top: 20px; |
| 79 | border-top: 1px solid #e4e4ed; |
| 80 | padding-top: 15px; |
| 81 | display: -webkit-box; |
| 82 | display: -ms-flexbox; |
| 83 | display: flex; |
| 84 | -webkit-box-align: center; |
| 85 | -ms-flex-align: center; |
| 86 | align-items: center; |
| 87 | } |
| 88 | .author-date > li { |
| 89 | display: -webkit-box; |
| 90 | display: -ms-flexbox; |
| 91 | display: flex; |
| 92 | -webkit-box-align: center; |
| 93 | -ms-flex-align: center; |
| 94 | align-items: center; |
| 95 | color: #9192a3; |
| 96 | margin-right: 20px; |
| 97 | } |
| 98 | .author-date > li img { |
| 99 | border-radius: 50%; |
| 100 | margin-right: 15px; |
| 101 | } |
| 102 | .author-date > li:last-child { |
| 103 | position: relative; |
| 104 | margin-right: 0; |
| 105 | } |
| 106 | .author-date > li:last-child:before { |
| 107 | position: absolute; |
| 108 | content: ""; |
| 109 | width: 1px; |
| 110 | height: 100%; |
| 111 | background: #e4e4ed; |
| 112 | left: -10px; |
| 113 | top: 0; |
| 114 | } |
| 115 | .author-date.no-divider { |
| 116 | padding-top: 5px; |
| 117 | display: -webkit-box; |
| 118 | display: -ms-flexbox; |
| 119 | display: flex; |
| 120 | -webkit-box-align: center; |
| 121 | -ms-flex-align: center; |
| 122 | align-items: center; |
| 123 | margin-bottom: 20px; |
| 124 | } |
| 125 | .author-date.no-divider > li { |
| 126 | display: -webkit-box; |
| 127 | display: -ms-flexbox; |
| 128 | display: flex; |
| 129 | -webkit-box-align: center; |
| 130 | -ms-flex-align: center; |
| 131 | align-items: center; |
| 132 | color: #9192a3; |
| 133 | margin-right: 20px; |
| 134 | } |
| 135 | .author-date.no-divider > li img { |
| 136 | border-radius: 50%; |
| 137 | margin-right: 15px; |
| 138 | } |
| 139 | |
| 140 | /* Pagination */ |
| 141 | .pgcu_pagination { |
| 142 | text-align: center; |
| 143 | } |
| 144 | .pgcu_pagination ul { |
| 145 | display: -webkit-inline-box; |
| 146 | display: -ms-inline-flexbox; |
| 147 | display: inline-flex; |
| 148 | -ms-flex-wrap: wrap; |
| 149 | flex-wrap: wrap; |
| 150 | border: 1px solid #e4e4ed; |
| 151 | border-radius: 2px; |
| 152 | } |
| 153 | .pgcu_pagination ul li + li { |
| 154 | border-left: 1px solid #e4e4ed; |
| 155 | } |
| 156 | .pgcu_pagination ul li a { |
| 157 | line-height: 40px; |
| 158 | padding: 0 15px; |
| 159 | display: block; |
| 160 | } |
| 161 | .pgcu_pagination ul li:nth-child(5) { |
| 162 | padding: 0 15px; |
| 163 | line-height: 32px; |
| 164 | } |
| 165 | .pgcu_pagination ul li.active a { |
| 166 | background: #f42156; |
| 167 | color: #fff; |
| 168 | } |
| 169 | .aaz_pgcu_wrapper .pgcu_load_more { |
| 170 | margin-top: 20px; |
| 171 | text-align: center; |
| 172 | } |
| 173 | |
| 174 | .pgcu_post__image { |
| 175 | position: relative; |
| 176 | } |
| 177 | .pgcu_post__image .nav_icon.pgpiSlider { |
| 178 | top: 50%; |
| 179 | -webkit-transform: translateY(-50%); |
| 180 | -ms-transform: translateY(-50%); |
| 181 | transform: translateY(-50%); |
| 182 | border: 0 none; |
| 183 | background: rgba(255, 255, 255, 0.5); |
| 184 | -webkit-transition: 0.3s ease; |
| 185 | -o-transition: 0.3s ease; |
| 186 | transition: 0.3s ease; |
| 187 | padding-top: 13px; |
| 188 | } |
| 189 | .pgcu_post__image .nav_icon.pgpiSlider:hover { |
| 190 | background: #fff; |
| 191 | color: #252525; |
| 192 | } |
| 193 | .pgcu_post__image .nav_icon.pgpiSlider.icon-arrow-right { |
| 194 | right: 35px; |
| 195 | } |
| 196 | .pgcu_post__image .nav_icon.pgpiSlider.icon-arrow-left { |
| 197 | left: 35px; |
| 198 | } |
| 199 | .pgcu_post__video figcaption { |
| 200 | position: absolute; |
| 201 | left: 0; |
| 202 | top: 50%; |
| 203 | width: 100%; |
| 204 | -webkit-transform: translateY(-50%); |
| 205 | -ms-transform: translateY(-50%); |
| 206 | transform: translateY(-50%); |
| 207 | text-align: center; |
| 208 | } |
| 209 | .pgcu_post__video figcaption a { |
| 210 | width: 50px; |
| 211 | height: 50px; |
| 212 | background: rgba(255, 255, 255, 0.3); |
| 213 | border-radius: 50%; |
| 214 | display: -webkit-inline-box; |
| 215 | display: -ms-inline-flexbox; |
| 216 | display: inline-flex; |
| 217 | -webkit-box-pack: center; |
| 218 | -ms-flex-pack: center; |
| 219 | justify-content: center; |
| 220 | -webkit-box-align: center; |
| 221 | -ms-flex-align: center; |
| 222 | align-items: center; |
| 223 | position: relative; |
| 224 | color: #fff; |
| 225 | font-size: 12px; |
| 226 | } |
| 227 | .pgcu_post__video figcaption a:before { |
| 228 | position: absolute; |
| 229 | content: ""; |
| 230 | width: 100%; |
| 231 | height: 100%; |
| 232 | -webkit-transform: scale(0.8); |
| 233 | -ms-transform: scale(0.8); |
| 234 | transform: scale(0.8); |
| 235 | left: 0; |
| 236 | top: 0; |
| 237 | border-radius: 50%; |
| 238 | background: #f42156; |
| 239 | -webkit-transition: 0.3s ease; |
| 240 | -o-transition: 0.3s ease; |
| 241 | transition: 0.3s ease; |
| 242 | } |
| 243 | .pgcu_post__video figcaption a span { |
| 244 | position: relative; |
| 245 | z-index: 1; |
| 246 | } |
| 247 | .pgcu_post__video figcaption a:hover { |
| 248 | color: #fff; |
| 249 | } |
| 250 | .pgcu_post__video figcaption a:hover:before { |
| 251 | -webkit-transform: scale(1); |
| 252 | -ms-transform: scale(1); |
| 253 | transform: scale(1); |
| 254 | } |
| 255 | .pgcu_concat-posts { |
| 256 | display: -webkit-box; |
| 257 | display: -ms-flexbox; |
| 258 | display: flex; |
| 259 | } |
| 260 | |
| 261 | |
| 262 | |
| 263 | /***************************** |
| 264 | RESPONSIVE |
| 265 | *****************************/ |
| 266 | |
| 267 | /* 992 TO 1199 */ |
| 268 | @media (min-width: 992px) and (max-width: 1199px) { |
| 269 | .pgcu_post.pgcu_post--style5 .pgcu_post__contents .rmbtn-share .rmbtn { |
| 270 | margin-right: 10px; |
| 271 | } |
| 272 | .pgcu_container .btn { |
| 273 | line-height: 35px; |
| 274 | padding: 0 13px; |
| 275 | } |
| 276 | .post-bottom-excerpt .boxes li:last-child { |
| 277 | margin-left: 0; |
| 278 | margin-top: 15px; |
| 279 | } |
| 280 | .author-date > li:last-child { |
| 281 | margin-right: 0; |
| 282 | } |
| 283 | .pgcu_post.pgcu_post--style23.pgcu_post--style25 { |
| 284 | width: 50%; |
| 285 | margin-bottom: 0; |
| 286 | } |
| 287 | .pgcu_timeline_layout { |
| 288 | padding: 0; |
| 289 | } |
| 290 | .pgcu_timeline_layout .timeline_post1 .pgcu_post:before { |
| 291 | right: -33px; |
| 292 | } |
| 293 | .pgcu_timeline_layout .timeline_post2 .pgcu_post:before { |
| 294 | left: -33px; |
| 295 | } |
| 296 | .pgcu_post-gutter > li { |
| 297 | width: 172px; |
| 298 | } |
| 299 | .pgcu_post-gutter2 > li { |
| 300 | width: 100%; |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | /* 991 */ |
| 305 | @media (max-width: 991px) { |
| 306 | .pgcu_post--style9 .post-bottom-excerpt .boxes li a { |
| 307 | padding: 0 10px; |
| 308 | } |
| 309 | .pgcu_post--style19 .pgcu_post-wrapper .post-bottom-excerpt { |
| 310 | padding: 15px; |
| 311 | } |
| 312 | .post-bottom-excerpt ul li + li { |
| 313 | margin-left: 10px !important; |
| 314 | } |
| 315 | .post-bottom-excerpt ul + ul li span { |
| 316 | padding-right: 0; |
| 317 | } |
| 318 | .pgcu_concat-posts { |
| 319 | -ms-flex-wrap: wrap; |
| 320 | flex-wrap: wrap; |
| 321 | } |
| 322 | .pgcu_post.pgcu_post--style23.pgcu_post--style25 { |
| 323 | width: 50%; |
| 324 | margin-bottom: 0; |
| 325 | } |
| 326 | .pgcu_post_slider_5 .pgcu_post_slide_single, |
| 327 | .pgcu_post_slider_6 .pgcu_post_slide_single, |
| 328 | .pgcu_post_slider_6 .pgcu_post_slide_single { |
| 329 | display: block; |
| 330 | } |
| 331 | .pgcu_post-gutter li:nth-child(3), |
| 332 | .pgcu_post-gutter li:nth-child(4), |
| 333 | .pgcu_post-gutter li:nth-child(5), |
| 334 | .pgcu_post-gutter li:nth-child(6) { |
| 335 | border: 0 none; |
| 336 | padding: 0; |
| 337 | } |
| 338 | .pgcu_post-gutter2 > li + li { |
| 339 | border-top: 1px solid #e4e4ed !important; |
| 340 | padding: 25px 0 20px 0 !important; |
| 341 | } |
| 342 | .pgcu_sidebar_widget { |
| 343 | margin-bottom: 30px; |
| 344 | } |
| 345 | .pgcu_timeline_layout:before { |
| 346 | left: 0; |
| 347 | } |
| 348 | .pgcu_timeline_layout .timeline_post1 .pgcu_post:before, |
| 349 | .pgcu_timeline_layout .timeline_post2 .pgcu_post:before { |
| 350 | right: auto; |
| 351 | left: -73px; |
| 352 | } |
| 353 | .pgcu_timeline_layout .timeline_post2 { |
| 354 | margin-top: 0; |
| 355 | } |
| 356 | .pgcu_timeline_layout .pgcu_post { |
| 357 | width: 100%; |
| 358 | } |
| 359 | } |
| 360 | |
| 361 | /* 320 TO 480 */ |
| 362 | @media (min-width: 320px) and (max-width: 480px) { |
| 363 | .pgcu_timeline_layout:before { |
| 364 | left: 25px; |
| 365 | } |
| 366 | .pgcu_timeline_layout .timeline_post1 .pgcu_post:before, |
| 367 | .pgcu_timeline_layout .timeline_post2 .pgcu_post:before { |
| 368 | right: auto; |
| 369 | left: -48px; |
| 370 | } |
| 371 | } |