1/*
2Theme Name: ChromeNews
3Theme URI: https://afthemes.com/products/chromenews/
4Author: AF themes
5Author URI: https://www.afthemes.com/
6Description: ChromeNews is a powerful WordPress theme that's perfect for news, blogs, and magazines. The theme comes with a number of free starting pages that may be easily integrated to construct a fantastic news hub. The theme is fully widgetized, with 9+ custom widgets and widget sections, allowing users to customize site content. It also offers a light and dark color mode for viewing articles and blog posts in a fashionable manner. It also includes a variety of useful customizer choices for creating an aesthetically pleasing news site. You may set it up as you want and see how it looks before making any changes with the live customizer. It supports Gutenberg blocks and RTL, as well as the WooCommerce plugin, allowing you to combine an online store with our newspaper theme. The theme is appropriate for a news, journal, magazine, publishing, or review website, as well as blogging. It's well-designed to help the website rank higher in search engines, and users will receive excellent support from the staff if they run into any issues while using it. Find all demos and documentaion at https://afthemes.com/products/chromenews/
7Version: 1.1.4.6
8Requires PHP: 5.6
9Tested up to: 6
10License: GNU General Public License v2 or later
11License URI: http://www.gnu.org/licenses/gpl-2.0.html
12Text Domain: chromenews
13Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, footer-widgets, translation-ready, theme-options, threaded-comments
14
15This theme, like WordPress, is licensed under the GPL.
16Use it to make something cool, have fun, and share what you've learned with others.
17
18ChromeNews is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
19Underscores is distributed under the terms of the GNU GPL v2 or later.
20
21ChromeNews WordPress Theme, Copyright 2022 AF themes
22ChromeNews is distributed under the terms of the GNU GPL v2 or later.
23*/
24
25/*Normalizing styles have been helped along thanks to the fine work of
26Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
27*/
28/*--------------------------------------------------------------
29>>> TABLE OF CONTENTS:
30----------------------------------------------------------------
31# Normalize
32# Typography
33# Elements
34# Grids
35# Social icons
36# Forms
37# Navigation
38 ## Links
39 ## Menus
40# Accessibility
41# Alignments
42# Clearings
43# Widgets
44# Content
45 ## Posts and pages
46 ## Comments
47# Infinite scroll
48# Media
49 ## Captions
50 ## Galleries
51# Footer
52-----------------------------------------------------------*/
53/*-----------------------------------------------------------
54# Normalize
55-----------------------------------------------------------*/
56html {
57 font-size: 100%;
58 -webkit-text-size-adjust: 100%;
59 -ms-text-size-adjust: 100%;
60 text-rendering: auto;
61 -webkit-font-smoothing: antialiased;
62 -moz-osx-font-smoothing: grayscale;
63}
64
65body {
66 margin: 0;
67}
68
69article,
70aside,
71details,
72figcaption,
73figure,
74footer,
75header,
76main,
77menu,
78nav,
79section,
80summary {
81 display: block;
82}
83
84audio,
85canvas,
86progress,
87video {
88 display: inline-block;
89 vertical-align: baseline;
90}
91
92audio:not([controls]) {
93 display: none;
94 height: 0;
95}
96
97[hidden],
98template {
99 display: none;
100}
101
102a {
103 background-color: transparent;
104}
105
106a:active,
107a:hover {
108 outline: 0;
109}
110
111abbr[title] {
112 border-bottom: 1px dotted;
113}
114
115b,
116strong {
117 font-weight: bold;
118}
119
120dfn {
121 font-style: italic;
122}
123
124h1 {
125 font-size: 2em;
126 margin: 0.67em 0;
127}
128
129mark {
130 background: #ffcc00 ;
131 color: #000;
132}
133
134small {
135 font-size: 80%;
136}
137
138sub,
139sup {
140 font-size: 75%;
141 line-height: 0;
142 position: relative;
143 vertical-align: baseline;
144}
145
146sup {
147 top: -0.5em;
148}
149
150sub {
151 bottom: -0.25em;
152}
153
154img {
155 border: 0;
156}
157
158svg:not(:root) {
159 overflow: hidden;
160}
161
162figure {
163 margin: 1em 40px;
164}
165
166hr {
167 box-sizing: content-box;
168 height: 0;
169}
170
171pre {
172 overflow: auto;
173}
174
175code,
176kbd,
177pre,
178samp {
179 font-family: monospace, monospace;
180 font-size: 1em;
181}
182
183
184button,
185input,
186optgroup,
187select,
188textarea {
189 color: inherit;
190 font: inherit;
191 margin: 0;
192}
193
194
195button {
196 overflow: visible;
197}
198
199
200button,
201select {
202 text-transform: none;
203}
204
205
206button,
207html input[type="button"],
208input[type="reset"],
209input[type="submit"] {
210 -webkit-appearance: button;
211 cursor: pointer;
212}
213
214
215button[disabled],
216html input[disabled] {
217 cursor: default;
218}
219
220
221button::-moz-focus-inner,
222input::-moz-focus-inner {
223 border: 0;
224 padding: 0;
225}
226
227
228input {
229 line-height: normal;
230}
231
232
233input[type="checkbox"],
234input[type="radio"] {
235 box-sizing: border-box;
236 padding: 0;
237}
238
239
240input[type="number"]::-webkit-inner-spin-button,
241input[type="number"]::-webkit-outer-spin-button {
242 height: auto;
243}
244
245
246input[type="search"]::-webkit-search-cancel-button,
247input[type="search"]::-webkit-search-decoration {
248 -webkit-appearance: none;
249}
250
251
252.btn-style1 a:visited,
253.btn-style1 a,
254button,
255input[type="button"],
256input[type="reset"],
257input[type="submit"] {
258 border: none;
259 border-radius: 0;
260 background: #ffcc00;
261 color: #202020;
262
font-size: 12px;
263 line-height: normal;
264 height: 38px;
265 padding: 5px 10px;
266 transition: all 300ms ease-out;
267 text-transform: uppercase;
268 font-weight: 700;
269}
270
271.btn-style1 a:visited,
272.btn-style1 a{
273 display: inline-block;
274 height: auto;
275}
276
277button.af-not-button{
278 height: auto;
279
font-size: 15px;
280 padding: 0;
281 line-height: normal;
282 text-transform: inherit;
283 background: transparent;
284 font-weight: normal;
285 align-items: center;
286}
287
288fieldset {
289 border: 1px solid #c0c0c0;
290 margin: 0 2px;
291 padding: 0.35em 0.625em 0.75em;
292}
293
294legend {
295 border: 0;
296 padding: 0;
297}
298
299textarea {
300 overflow: auto;
301}
302
303optgroup {
304 font-weight: bold;
305}
306
307table {
308 border-collapse: collapse;
309 border-spacing: 0;
310}
311
312td,
313th {
314 padding: 10px;
315 border-top-width: 1px;
316 border-top-style: solid;
317 border-left-width: 1px;
318 border-left-style: solid;
319}
320
321tr:last-child th ,
322tr:last-child td {
323 border-bottom-width: 1px;
324 border-bottom-style: solid;
325}
326
327td:last-child,
328th:last-child {
329 border-right-width: 1px;
330 border-right-style: solid;
331}
332
333/*--------------------------------------------------------------
334# Normalize
335--------------------------------------------------------------*/
336/*--------------------------------------------------------------
337# Typography
338--------------------------------------------------------------*/
339body,
340button,
341input,
342select,
343optgroup,
344textarea {
345 color: #4a4a4a;
346 font-family: Jost;
347 font-size: 1rem;
348 font-size: 16px;
349 line-height: 1.5;
350}
351
352
353input{height: 38px;}
354
355
356button,
357input,
358select,
359optgroup,
360textarea {
361 border: 1px solid #dcdcdc;
362}
363
364h1, h2, h3, h4, h5, h6 {
365 clear: both;
366 line-height: 1.3;
367}
368
369
370.widget ul.af-tabs > li a,
371.site-description,
372.site-title{
373 font-family: Jost;
374}
375
376.site-title {
377 font-weight: 600;
378}
379
380
381h1,
382h2,
383h3,
384h4,
385h5,
386h6 {
387 font-weight: 600;
388}
389
390
391p {
392 margin-bottom: 15px;
393}
394
395
396
397dfn, cite, em, i {
398 font-style: italic;
399}
400
401
402blockquote {
403 border-left: 0.25em solid;
404 position: relative;
405 line-height: 1.5;
406 margin-top: 28px;
407 margin-bottom: 28px;
408 padding: 0 0 0 1em;
409}
410
411
412.wp-block-quote.is-large, .wp-block-quote.is-style-large{
413 padding: 0 0 0 2em;
414}
415
416
417blockquote blockquote {
418 font-size: 1em;
419 margin-bottom: 0;
420 padding-bottom: 0;
421}
422
423
424blockquote blockquote:after {
425 border-bottom: 0;
426}
427
428
429@media not screen and (min-width: 992px) {
430 blockquote {
431 font-size: 1.125em;
432 line-height: 1.33333;
433 margin-top: 2.66667em;
434 margin-bottom: 2em;
435 }
436
437}
438
439
440blockquote cite {
441 display: block;
442 margin-top: 1.5em;
443 font-size: 0.57143em;
444 line-height: 1.5;
445 font-style: normal;
446}
447
448
449address {
450 margin: 0 0 1.5em;
451}
452
453
454abbr, acronym {
455 border-bottom: 1px dotted #666;
456 cursor: help;
457}
458
459
460mark, ins {
461 text-decoration: none;
462}
463
464
465big {
466 font-size: 125%;
467}
468
469
470/*--------------------------------------------------------------
471# Typography
472--------------------------------------------------------------*/
473/*--------------------------------------------------------------
474# Elements
475--------------------------------------------------------------*/
476html {
477 box-sizing: border-box;
478}
479
480
481*,
482*:before,
483*:after {
484 box-sizing: inherit;
485}
486
487
488hr {
489 background-color: #ccc;
490 border: 0;
491 height: 1px;
492 margin-bottom: 1.5em;
493}
494
495
496body ul, body ol {
497 margin: 0;
498
499}
500/* overwrite bootrstap */
501
502ul, ol {
503 margin: 0;
504 padding: 0;
505 list-style: none;
506}
507
508
509li > ul,
510li > ol {
511 margin-bottom: 0;
512 margin-left: 1.5em;
513}
514
515
516dl {
517 border: 2px solid #e8e8e8;
518 padding: 2.5em;
519}
520
521
522dt {
523 text-align: left;
524 font-size: 130%;
525 font-weight: bold;
526}
527
528
529dd {
530 margin: 0;
531 padding: 0 0 1em 0;
532}
533
534
535img {
536 height: auto;
537 max-width: 100%;
538}
539
540
541figure {
542 margin: 0 auto;
543}
544
545
546table {
547 margin: 0 0 1.5em;
548 width: 100%;
549}
550
551table#wp-calendar {
552 margin-bottom: 0;
553}
554
555
556/*--------------------------------------------------------------
557# Elements
558--------------------------------------------------------------*/
559/*--------------------------------------------------------------
560# Preloader
561--------------------------------------------------------------*/
562#af-preloader {
563 width: 100%;
564 height: 100%;
565 position: fixed;
566 background-color: #fff;
567 z-index: 99999999;
568 top: 0;
569 left: 0;
570}
571
572#loader-wrapper {
573 position: absolute;
574 top: 50%;
575 left: 50%;
576 -webkit-transform: translate(-50%, -50%);
577 transform: translate(-50%, -50%);
578}
579
580.banner-exclusive-posts-wrapper .aft-ripple,
581.banner-exclusive-posts-wrapper .aft-ripple::before{
582 animation: 2s infinite ease-in-out;
583}
584
585#loader,
586#loader::before {
587 animation: 1s infinite ease-in-out;
588}
589
590
591.banner-exclusive-posts-wrapper .aft-ripple,
592#loader {
593 width: 50px;
594 height: 50px;
595 border-radius: 50%;
596 margin: 3em;
597 display: inline-block;
598 position: relative;
599 vertical-align: middle;
600 background-color: #ffcc00;
601}
602
603.banner-exclusive-posts-wrapper .aft-ripple{
604 margin: 0;
605 overflow: hidden;
606}
607
608.banner-exclusive-posts-wrapper .aft-ripple::before,
609#loader::before {
610 content: '';
611 width: 100%;
612 height: 100%;
613 border-radius: 50%;
614 position: absolute;
615 border: 10px solid rgba(255, 255, 255, 0.15);
616 top: -10px;
617 left: -10px;
618 animation-name: loader3;
619 box-sizing: content-box;
620}
621
622body.aft-light-mode #loader::before {
623 border-color: #fff;
624}
625
626body.aft-dark-mode #loader::before {
627 border-color: rgb(33, 32, 27);
628}
629
630@-webkit-keyframes loader3 {
631 0% { transform: scale(0); }
632
633 100% { transform: scale(1); }
634
635}
636
637@keyframes loader3 {
638 0% { transform: scale(0); }
639
640 100% { transform: scale(1); }
641
642}
643
644
645.elementor-html #af-preloader{
646 display: none;
647}
648
649
650/*--------------------------------------------------------------
651# Preloader
652--------------------------------------------------------------*/
653
654/*--------------------------------------------------------------
655# Navigation
656--------------------------------------------------------------*/
657/*============-------------for all navigations----------=============*/
658
659.main-navigation .menu-desktop > li ,
660.main-navigation .menu-desktop > ul > li {
661 position: relative;
662 display: inline-block;
663 transition-duration: 0.5s;
664
font-size: 14px;
665 line-height: 19px;
666 font-weight: 700;
667}
668
669
670.main-navigation .menu-desktop > li > a,
671.main-navigation .menu-desktop > ul > li > a{
672 padding: 15px;
673 text-transform: uppercase;
674}
675
676
677@media screen and (min-width: 993px) {
678 .main-navigation .menu-desktop > li.menu-item-has-children > a,
679 .main-navigation .menu-desktop > ul > li.menu-item-has-children > a{
680 padding-right: 45px;
681 }
682
683 .main-navigation .menu-desktop > li.menu-item-has-children:last-child > a,
684 .main-navigation .menu-desktop > ul > li.menu-item-has-children:last-child > a{
685 padding-right: 30px;
686 }
687
688
689 .main-navigation .menu-desktop > li.menu-item-has-children:last-child > a:after,
690 .main-navigation .menu-desktop > ul > li.menu-item-has-children:last-child > a:after{
691 right: 0;
692 }
693
694 .main-navigation ul.children li,
695 .main-navigation ul .sub-menu li {
696 border-top: 1px solid rgba(0, 0, 0, 0.1);
697 }
698
699}
700
701
702.main-navigation ul li a {
703 color: #fff;
704}
705
706
707.main-navigation ul.children li,
708.main-navigation ul .sub-menu li {
709 display: block;
710 float: none;
711 text-align: left;
712 text-transform: none;
713 padding: 0;
714 position: relative;
715 text-transform: uppercase;
716}
717
718.main-navigation ul.children li:first-child,
719.main-navigation ul .sub-menu li:first-child{
720 border:none;
721}
722
723.main-navigation ul.children li a,
724.main-navigation ul .sub-menu li a {
725 padding: 10px 15px;
726 display: inline-block;
727 position: relative;
728}
729
730
731.ham {
732 width: 23px;
733 height: 2px;
734 top: 50%;
735 display: block;
736 margin-right: auto;
737 background-color: #fff;
738 position: relative;
739 -webkit-transition: all .075s ease-in-out;
740 -moz-transition: all .075s ease-in-out;
741 -ms-transition: all .075s ease-in-out;
742 -o-transition: all .075s ease-in-out;
743 transition: all .075s ease-in-out;
744}
745
746.ham:before, .ham:after {
747 position: absolute;
748 content: '';
749 width: 100%;
750 height: 2px;
751 left: 0;
752 top: -8px;
753 background-color: #fff;
754 -webkit-transition: all .075s ease-in-out;
755 -moz-transition: all .075s ease-in-out;
756 -ms-transition: all .075s ease-in-out;
757 -o-transition: all .075s ease-in-out;
758 transition: all .075s ease-in-out;
759}
760
761.ham:after {
762 top: 8px;
763}
764
765.ham.exit {
766 background-color: transparent;
767}
768
769.ham.exit:before {
770 -webkit-transform: translateY(8px) rotateZ(-45deg);
771 -moz-transform: translateY(8px) rotateZ(-45deg);
772 -ms-transform: translateY(8px) rotateZ(-45deg);
773 -o-transform: translateY(8px) rotateZ(-45deg);
774 transform: translateY(8px) rotateZ(-45deg);
775}
776
777.ham.exit:after {
778 -webkit-transform: translateY(-8px) rotateZ(45deg);
779 -moz-transform: translateY(-8px) rotateZ(45deg);
780 -ms-transform: translateY(-8px) rotateZ(45deg);
781 -o-transform: translateY(-8px) rotateZ(45deg);
782 transform: translateY(-8px) rotateZ(45deg);
783}
784
785
786
787/* Small menu. */
788.menu-toggle,
789.main-navigation.toggled ul {
790 display: block;
791}
792
793.main-navigation .toggle-menu {
794 width: 40px;
795 text-align: center;
796 cursor: pointer;
797
font-size: 15px;
798 display: none;
799 padding: 20px;
800 padding-left: 0;
801 background-color: transparent;
802 border:none;
803}
804
805.main-navigation .toggle-menu:focus:not(:hover){
806 outline: 1px dotted #fff;
807}
808
809
810
811.main-navigation .menu .menu-mobile {
812 margin: 0;
813 list-style: none;
814 text-align: left;
815 z-index: 9999;
816 background-color: #fff;
817 display: none;
818 position: absolute;
819 top: 100%;
820 left: 0;
821 width: 100%;
822}
823
824.main-navigation .menu .menu-mobile li {
825 padding: 0;
826}
827
828.main-navigation .menu .menu-mobile li a {
829 display: block;
830 color: #000;
831 text-decoration: none;
832 position: relative;
833 padding: 10px 20px;
834 padding-left: 10px;
835 padding-right: 30px;
836 border-top: 1px solid rgba(0, 0, 0, 0.075);
837 -webkit-transition: all 0.075s ease;
838 -moz-transition: all 0.075s ease;
839 -ms-transition: all 0.075s ease;
840 -o-transition: all 0.075s ease;
841 transition: all 0.075s ease;
842}
843
844.main-navigation .menu .menu-mobile li .sub-menu {
845 list-style: none;
846 padding: 0;
847 margin: 0;
848 display: none;
849}
850
851.main-navigation .menu .menu-mobile li .sub-menu li a{
852 padding-left: 20px;
853}
854
855.main-navigation .menu .menu-mobile li .sub-menu .sub-menu li a{
856 padding-left: 30px;
857}
858
859.main-navigation ul li.page_item_has_children > a:after,
860.main-navigation ul li.menu-item-has-children > a:after {
861 content: "\f107";
862 font-family: "font awesome 5 free";
863 color: inherit;
864 font-size: inherit;
865 display: inline-block;
866 position: absolute;
867 right: 30px;
868 font-weight: 600;
869}
870
871
872.main-navigation ul.children li.page_item_has_children > a:after,
873.main-navigation ul .sub-menu li.menu-item-has-children > a:after{display: none;}
874
875
876/* off canvas css here */
877body.sidr-open:before {
878 content: "";
879 left: 0;
880 top: 0;
881 z-index: 102;
882 width: 100%;
883 height: 100%;
884 position: fixed;
885 cursor: pointer;
886 -webkit-transition: visibility 0s, opacity 0.4s linear;
887 transition: visibility 0s, opacity 0.4s linear;
888 visibility: visible;
889 opacity: .75;
890 background-color: #fff;
891}
892
893body.aft-dark-mode #af-preloader,
894body.aft-dark-mode.sidr-open:before {
895 background-color: rgb(33, 32, 27);
896}
897
898/* off canvas css here */
899
900@media only screen and (min-width: 993px) {
901 .main-navigation .menu li a button{
902 display: none;
903 }
904
905 .main-navigation .menu-desktop,
906 .main-navigation .menu-desktop > ul {
907 font-size: 0;
908
display: flex;
909 flex-wrap: wrap;
910 }
911
912
913 .aft-header-layout-side .main-navigation .menu-desktop,
914 .aft-header-layout-side .main-navigation .menu-desktop > ul {
915 justify-content: flex-start;
916 }
917
918
919 .main-navigation .menu-desktop > li > a,
920 .main-navigation .menu-desktop > ul > li > a {
921 padding: 15px 30px 15px 0;
922 text-transform: uppercase;
923 }
924
925
926 .main-navigation .menu ul ul li {
927 width: 210px;
928 }
929
930 .main-navigation .menu-desktop > li.current-menu-item::after ,
931 .main-navigation .menu-desktop > ul > li.current-menu-item::after ,
932 .main-navigation .menu-desktop > li::after ,
933 .main-navigation .menu-desktop > ul > li::after {
934 content: "";
935 background-color: #ffcc00;
936 position: absolute;
937 left: 0px;
938 right: 0;
939 bottom: 0;
940 height: 3px;
941 width: 0;
942 transform-origin: center;
943 transition: width ease-in 0.075s;
944 }
945
946 .aft-header-layout-side .main-navigation .menu-desktop > li.current-menu-item::after,
947 .aft-header-layout-side .main-navigation .menu-desktop > ul > li.current-menu-item::after,
948 .aft-header-layout-side .main-navigation .menu-desktop > li::after,
949 .aft-header-layout-side .main-navigation .menu-desktop > ul > li::after,
950
951 .main-navigation .menu-desktop > li.current-menu-item:first-child::after,
952 .main-navigation .menu-desktop > ul > li.current-menu-item:first-child::after,
953 .main-navigation .menu-desktop > li:first-child::after,
954 .main-navigation .menu-desktop > ul > li:first-child::after{
955 left: 0;
956 }
957
958 .main-navigation .menu-desktop.hide-menu-border > li.current-menu-item::after ,
959 .main-navigation .menu-desktop.hide-menu-border > ul > li.current-menu-item::after ,
960 .main-navigation .menu-desktop.hide-menu-border > li::after ,
961 .main-navigation .menu-desktop.hide-menu-border > ul > li::after{
962 display: none;
963 }
964
965 .main-navigation .menu-desktop > li.current-menu-item::after ,
966 .main-navigation .menu-desktop > ul > li.current-menu-item::after ,
967 .main-navigation .menu-desktop > li:hover::after ,
968 .main-navigation .menu-desktop > ul > li:hover::after {
969 width: calc(100% - 30px);
970 }
971
972
973 .main-navigation .menu ul > li > a {
974 position: relative;
975 display: block;
976 }
977
978
979 .main-navigation .menu ul ul a {
980 display: block;
981 padding: 10px 20px;
982 padding-left: 10px;
983 padding-right: 30px;
984 line-height: inherit;
985 }
986
987 .main-navigation .menu ul ul {
988 position: absolute;
989 text-align: left;
990 visibility: hidden;
991 filter:
alpha(opacity=0);
992 opacity: 0;
993 margin: 0 auto;
994 padding: 0;
995 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
996 -webkit-transition: top 0.4s;
997 -moz-transition: top 0.4s;
998 -ms-transition: top 0.4s;
999 -o-transition: top 0.4s;
1000 transition: top 0.4s;
1001 }
1002
1003
1004 .main-navigation .menu li:focus-within > ul {
1005 visibility: visible;
1006 filter:
alpha(opacity=1);
1007 opacity: 1;
1008 z-index: 999;
1009 }
1010
1011 .main-navigation .menu li:focus > ul ,
1012 .main-navigation .menu li:hover > ul {
1013 visibility: visible;
1014 filter:
alpha(opacity=1);
1015 opacity: 1;
1016 z-index: 999;
1017 }
1018
1019
1020 .main-navigation .menu > ul > li > ul {
1021 top: 110%;
1022 left: 0px;
1023 background-color: #fff;
1024 }
1025
1026 .main-navigation .menu > ul > li:first-child > ul {
1027 left: 0;
1028 }
1029
1030
1031 .main-navigation .menu > ul > li:nth-child(7n + 13) > ul ,
1032 .main-navigation .menu > ul > li:nth-child(7n + 12) > ul ,
1033 .main-navigation .menu > ul > li:nth-child(7n + 11) > ul ,
1034 .main-navigation .menu > ul > li:nth-child(7n + 10) > ul ,
1035 .main-navigation .menu > ul > li:nth-child(7n + 9) > ul ,
1036 .main-navigation .menu > ul > li:nth-child(7n + 8) > ul ,
1037 .main-navigation .menu > ul > li:nth-child(7n + 7) > ul {
1038 left: unset;
1039 right: 30px;
1040 }
1041
1042 .main-navigation .menu > ul > li:nth-child(7n + 13):last-child > ul ,
1043 .main-navigation .menu > ul > li:nth-child(7n + 12):last-child > ul ,
1044 .main-navigation .menu > ul > li:nth-child(7n + 11):last-child > ul ,
1045 .main-navigation .menu > ul > li:nth-child(7n + 10):last-child > ul ,
1046 .main-navigation .menu > ul > li:nth-child(7n + 9):last-child > ul ,
1047 .main-navigation .menu > ul > li:nth-child(7n + 8):last-child > ul ,
1048 .main-navigation .menu > ul > li:nth-child(7n + 7):last-child > ul {
1049 right: 0;
1050 }
1051
1052
1053 .main-navigation .menu > ul > li:focus-within > ul {
1054 top: 100%;
1055 }
1056
1057 .main-navigation .menu > ul > li:focus > ul ,
1058 .main-navigation .menu > ul > li:hover > ul {
1059 top: 100%;
1060 }
1061
1062
1063 .main-navigation .menu ul ul ul {
1064 top: -20px;
1065 left: 100%;
1066 background-color: #fff;
1067 display: none;
1068 }
1069
1070 .main-navigation .menu > ul > li:nth-child(7n + 13) > ul ul,
1071 .main-navigation .menu > ul > li:nth-child(7n + 12) > ul ul,
1072 .main-navigation .menu > ul > li:nth-child(7n + 11) > ul ul,
1073 .main-navigation .menu > ul > li:nth-child(7n + 10) > ul ul,
1074 .main-navigation .menu > ul > li:nth-child(7n + 9) > ul ul,
1075 .main-navigation .menu > ul > li:nth-child(7n + 8) > ul ul,
1076 .main-navigation .menu > ul > li:nth-child(7n + 7) > ul ul{
1077 left: unset;
1078 right: 100%;
1079 }
1080
1081
1082 .main-navigation ul.children li.page_item_has_children > a:before,
1083 .main-navigation ul .sub-menu li.menu-item-has-children > a:before {
1084 content: "\f105";
1085 font-family: 'Font Awesome 5 Free';
1086 padding-right: 10px;
1087 float: left;
1088 }
1089
1090 .main-navigation .menu > ul > li:nth-child(7n + 13) > ul li a:before,
1091 .main-navigation .menu > ul > li:nth-child(7n + 12) > ul li a:before,
1092 .main-navigation .menu > ul > li:nth-child(7n + 11) > ul li a:before,
1093 .main-navigation .menu > ul > li:nth-child(7n + 10) > ul li a:before,
1094 .main-navigation .menu > ul > li:nth-child(7n + 9) > ul li a:before,
1095 .main-navigation .menu > ul > li:nth-child(7n + 8) > ul li a:before,
1096 .main-navigation .menu > ul > li:nth-child(7n + 7) > ul li a:before{
1097 transform: rotate(180deg);
1098 position: absolute;
1099 right: 15px;
1100 }
1101
1102
1103 .main-navigation .menu ul ul li:focus-within > ul {
1104 top: 0;
1105 display: block;
1106 }
1107
1108 .main-navigation .menu ul ul li:focus > ul ,
1109 .main-navigation .menu ul ul li:hover > ul {
1110 top: 0;
1111 display: block;
1112 }
1113
1114}
1115
1116
1117@media only screen and (max-width: 992px) {
1118 .main-navigation .menu > .menu {
1119 margin: 0;
1120 list-style: none;
1121 text-align: left;
1122 z-index: 9999;
1123 background-color: #fff;
1124 display: none;
1125 position: absolute;
1126 top: 100%;
1127 left: 0;
1128 padding: 20px;
1129 }
1130
1131 .main-navigation .menu > .menu > li:first-child > a {
1132 border-top: none;
1133 }
1134
1135 .site .site-header {
1136 display: block;
1137 padding-bottom: 10px;
1138 padding-top: 10px;
1139 }
1140
1141 .main-navigation .menu .menu-mobile li a button{
1142 position: absolute;
1143 top: 0;
1144 right: 0;
1145 bottom: 0;
1146 width: 30px;
1147 z-index: 1;
1148 background-color: transparent;
1149 border:none;
1150 top: 50%;
1151 transform: translateY(-50%);
1152 outline: none;
1153 }
1154
1155 .main-navigation .menu .menu-mobile li a button:focus:not(:hover) {
1156 outline: 1px dotted #ccc;
1157 }
1158
1159 .main-navigation .menu .menu-mobile li a button:before,
1160 .main-navigation .menu .menu-mobile li a button:after {
1161 content: '';
1162 width: 13px;
1163 height: 2px;
1164 background-color: #4a4a4a;
1165 position: absolute;
1166 margin: auto;
1167 top: 0;
1168 right: 0;
1169 bottom: 0;
1170 left: 0;
1171 }
1172
1173 .aft-dark-mode .main-navigation .menu .menu-mobile li a button:before,
1174 .aft-dark-mode .main-navigation .menu .menu-mobile li a button:after {
1175 background-color: #fff;
1176 }
1177
1178 .main-navigation .menu .menu-mobile li a button:after {
1179 width: 2px;
1180 height: 13px;
1181 }
1182
1183 .main-navigation .menu .menu-mobile li a button.active:after {
1184 opacity: 0;
1185 }
1186
1187}
1188
1189
1190/*menu-description*/
1191.main-navigation .menu-description {
1192
font-size: 10px;
1193 margin: 0 0 0 5px;
1194 color: #fff;
1195 z-index: 1;
1196 width: max-content;
1197 border-bottom: 2px solid #ffcc00;
1198}
1199
1200.main-navigation .menu-item:first-child .menu-description {
1201 left: 0;
1202}
1203
1204.main-navigation .sub-menu .menu-description{
1205 top: 50%;
1206 left: inherit;
1207 transform: translateY(-50%);
1208 margin: 0 5px;
1209}
1210
1211.main-navigation .sub-menu .menu-description:after{display: none;}
1212
1213
1214/*menu-description*/
1215/*============-------------for all navigations----------=============*/
1216/*--------------------------------------------------------------
1217# Navigation
1218--------------------------------------------------------------*/
1219/*--------------------------------------------------------------
1220## Links
1221--------------------------------------------------------------*/
1222a {
1223 color: #404040 ;
1224 text-decoration: none;
1225}
1226
1227
1228a:hover, a:focus, a:active, a:visited {
1229 color: #404040 ;
1230}
1231
1232
1233body a:hover, body a:focus, body a:active {
1234 text-decoration: none;
1235}
1236
1237
1238a:focus:not(:hover) {
1239 outline: 1px dotted;
1240}
1241
1242
1243a:hover {
1244 outline: none;
1245}
1246
1247
1248
1249/*--------------------------------------------------------------
1250## grid
1251--------------------------------------------------------------*/
1252
1253.col-1 {width: 100%;}
1254
1255.col-2 {width: 50%;}
1256
1257.col-3 {width: 33.33%;}
1258
1259.col-4 {width: 25%;}
1260
1261.col-5 {width: 20%;}
1262
1263.col-15 {width: 15%;}
1264
1265.col-16 {width: 16%;}
1266
1267.col-30 {width: 30%;}
1268
1269.col-40 {width: 40%;}
1270
1271.col-55 {width: 55%;}
1272
1273.col-60 {width: 60%;}
1274
1275.col-70 {width: 70%;}
1276
1277.col-66 {width: 66.67%;}
1278
1279.col-75 {width: 75%;}
1280
1281
1282.float-l {float: left;}
1283
1284
1285.pad {
1286 padding-left: 10px;
1287 padding-right: 10px;
1288}
1289
1290.primary-footer-area.pad {
1291 padding-left: 10px;
1292 padding-right: 10px;
1293}
1294
1295.pad-5 {
1296 padding-left: 5px;
1297 padding-right: 5px;
1298}
1299
1300.ptb-10{
1301 padding-top: 7.5px;
1302 padding-bottom: 7.5px;
1303}
1304
1305.marg-10-lr {
1306 margin-right: 10px;
1307 margin-left: 10px;
1308}
1309
1310.marg-btm-lr {
1311 margin-bottom: 10px;
1312}
1313
1314.af-container-row {
1315 margin-right: -10px;
1316 margin-left: -10px;
1317}
1318
1319.primary-footer-area .af-container-row {
1320 margin-right: -10px;
1321 margin-left: -10px;
1322}
1323
1324.af-container-row-5 {
1325 margin-right: -7.5px;
1326 margin-left: -7.5px;
1327}
1328
1329.aft-main-banner-wrapper .af-container-row-5 {
1330 margin-right: -10px;
1331 margin-left: -10px;
1332}
1333
1334
1335.container-wrapper:before,
1336.container-wrapper:after {
1337 content: "";
1338 display: table;
1339}
1340
1341.container-wrapper:after {
1342 clear: both;
1343}
1344
1345.container-wrapper {
1346 width: 100%;
1347 max-width: 1140px;
1348 margin: 0 auto;
1349 padding-left: 20px;
1350 padding-right: 20px;
1351}
1352
1353.elementor-template-full-width #content.container-wrapper{
1354 max-width: 1920px;
1355 padding: 0;
1356}
1357
1358.af-boxed-layout .af-whole-wrapper{
1359 max-width: 1140px;
1360 margin: 0 auto;
1361}
1362
1363.aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper {
1364 margin: 20px auto;
1365}
1366
1367.af-boxed-layout .af-whole-wrapper .af-banner-wrapper {
1368 padding-left: 0px;
1369 padding-right: 0px;
1370}
1371
1372
1373.af-banner-wrapper{
1374 max-width: 1140px;
1375 margin: 0 auto;
1376 padding-left: 15px;
1377 padding-right: 15px;
1378}
1379
1380.pos-rel {
1381 position: relative;
1382}
1383
1384.container-wrapper #primary {
1385 width: 66.66%;
1386 padding-right: 10px;
1387}
1388
1389.container-wrapper #secondary {
1390 width: 33.33%;
1391 padding-left: 10px;
1392}
1393
1394body.align-content-right.aft-section-layout-none .container-wrapper #secondary,
1395.aft-section-layout-none .container-wrapper #primary {
1396 padding-right: 20px;
1397}
1398
1399body.align-content-right.aft-section-layout-none .container-wrapper #primary,
1400.aft-section-layout-none .container-wrapper #secondary {
1401 padding-left: 20px;
1402}
1403
1404body.full-width-content.aft-section-layout-none #primary,
1405body.full-width-content #primary ,
1406.container-wrapper #primary.aft-no-sidebar {
1407 width: 100%;
1408 padding: 0;
1409}
1410
1411
1412body.align-content-right .container-wrapper #primary {
1413 padding-right: 0;
1414 padding-left: 10px;
1415}
1416
1417body.align-content-right .container-wrapper #secondary {
1418 padding-right: 10px;
1419 padding-left: 0;
1420}
1421
1422.af-flex-container{
1423
display: flex;
1424}
1425
1426
1427.section-block-upper{
1428
display: flex;
1429 flex-wrap: wrap;
1430 align-items: flex-start;
1431 flex-direction: row;
1432}
1433
1434@media only screen and (min-width: 993px){
1435 body #secondary.sidebar-sticky-top {
1436
position: sticky;
1437 top: 20px;
1438 }
1439
1440 body #secondary.sidebar-sticky-bottom {
1441
position: sticky;
1442 bottom: 0;
1443 align-self: flex-end;
1444 }
1445
1446 .align-content-right .section-block-upper{
1447 flex-direction: row-reverse;
1448 }
1449
1450}
1451
1452
1453/*--------------------------------------------------------------
1454## grid
1455--------------------------------------------------------------*/
1456.af-breadcrumbs,
1457body #content.container-wrapper{
1458 margin-top: 20px;
1459}
1460
1461.entry-header.pos-rel {
1462 margin-top: 20px;
1463}
1464
1465
1466body.af-boxed-layout .entry-content-title-featured-wrap .container-wrapper,
1467body.af-boxed-layout #content.container-wrapper {
1468 padding-right: 0;
1469 padding-left: 0;
1470}
1471
1472
1473body.af-boxed-layout.aft-section-layout-background .entry-content-title-featured-wrap .container-wrapper{
1474 padding-left: 20px;
1475 padding-right: 20px;
1476}
1477
1478
1479body.error404 #content.container-wrapper .container {
1480 padding: 0;
1481 margin: 0 0 20px;
1482 width: unset;
1483}
1484
1485
1486.entry-content{margin: 0;}
1487
1488.entry-footer {margin-top: 20px;}
1489
1490
1491/*grids padding */
1492.af-double-column.list-style .read-details.pad {
1493 padding-left: 15px;
1494 padding-right: 0;
1495}
1496
1497article.archive-image-alternate:nth-child(even) .af-double-column.list-style .read-details.pad,
1498article.archive-image-right .af-double-column.list-style .read-details.pad {
1499 padding-left: 0;
1500 padding-right: 15px;
1501}
1502
1503/*grids padding */
1504.entry-meta img.avatar.photo {
1505 display: inline-block;
1506 width: 25px;
1507 border-radius: 50%;
1508 margin-right: 5px;
1509 border: 2px solid rgba(255, 255, 255, 0.05);
1510}
1511
1512
1513/*--------------------------------------------------------------
1514## Social Menu
1515--------------------------------------------------------------*/
1516.aft-small-social-menu {
1517 text-align: right;
1518}
1519
1520.social-widget-menu ul li,
1521.aft-small-social-menu ul li {
1522 display: inline-block;
1523 vertical-align: middle;
1524}
1525
1526
1527.social-widget-menu ul li a,
1528.aft-small-social-menu ul li a {
1529
font-size: 14px;
1530 font-family: "font awesome 5 brands";
1531 line-height: 1;
1532 vertical-align: middle;
1533}
1534
1535
1536.social-widget-menu ul li a:after,
1537.aft-small-social-menu ul li a:after {
1538 vertical-align: middle;
1539 font-family: "font awesome 5 brands";
1540
font-size: 14px;
1541 line-height: 1;
1542 vertical-align: middle;
1543}
1544
1545
1546.social-widget-menu ul li a,
1547.aft-small-social-menu ul li a,
1548.em-author-details ul li a {
1549 display: block;
1550 width: 30px;
1551 height: 30px;
1552 font-size: 18px;
1553 line-height: 29px;
1554 position: relative;
1555 text-align: center;
1556}
1557
1558
1559.social-widget-menu ul li a,
1560.em-author-details ul li a,
1561.aft-small-social-menu ul li a {
1562 color: #fff;
1563}
1564
1565body footer .secondary-footer .aft-small-social-menu ul li a:hover {
1566 color: #fff;
1567}
1568
1569footer .aft-small-social-menu ul li a:hover,
1570header .top-header .aft-small-social-menu ul li a:hover,
1571.social-widget-menu.af-widget-body ul li a{background-color: #000;}
1572
1573
1574.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="facebook.com"],
1575footer .aft-small-social-menu ul li a[href*="facebook.com"]:hover,
1576header .top-header .aft-small-social-menu ul li a[href*="facebook.com"]:hover,
1577.social-widget-menu.af-widget-body ul li a[href*="facebook.com"]{background-color: #3b5999;}
1578
1579
1580.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="dribble.com"],
1581footer .aft-small-social-menu ul li a[href*="dribble.com"]:hover,
1582header .top-header .aft-small-social-menu ul li a[href*="dribble.com"]:hover,
1583.social-widget-menu.af-widget-body ul li a[href*="dribble.com"]{background-color: #ea4c89;}
1584
1585
1586.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="vk.com"],
1587footer .aft-small-social-menu ul li a[href*="vk.com"]:hover,
1588header .top-header .aft-small-social-menu ul li a[href*="vk.com"]:hover,
1589.social-widget-menu.af-widget-body ul li a[href*="vk.com"]{background-color: #4c75a3;}
1590
1591
1592.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="twitter.com"],
1593footer .aft-small-social-menu ul li a[href*="twitter.com"]:hover,
1594header .top-header .aft-small-social-menu ul li a[href*="twitter.com"]:hover,
1595.social-widget-menu.af-widget-body ul li a[href*="twitter.com"]{background-color: #55acee;}
1596
1597
1598.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="linkedin.com"],
1599footer .aft-small-social-menu ul li a[href*="linkedin.com"]:hover,
1600header .top-header .aft-small-social-menu ul li a[href*="linkedin.com"]:hover,
1601.social-widget-menu.af-widget-body ul li a[href*="linkedin.com"]{background-color: #0077B5;}
1602
1603
1604.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="instagram.com"],
1605footer .aft-small-social-menu ul li a[href*="instagram.com"]:hover,
1606header .top-header .aft-small-social-menu ul li a[href*="instagram.com"]:hover,
1607.social-widget-menu.af-widget-body ul li a[href*="instagram.com"]{background-color: #3F729B;}
1608
1609
1610.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="youtube.com"],
1611footer .aft-small-social-menu ul li a[href*="youtube.com"]:hover,
1612header .top-header .aft-small-social-menu ul li a[href*="youtube.com"]:hover,
1613.social-widget-menu.af-widget-body ul li a[href*="youtube.com"]{background-color: #cd201f;}
1614
1615
1616.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="vimeo.com"],
1617footer .aft-small-social-menu ul li a[href*="vimeo.com"]:hover,
1618header .top-header .aft-small-social-menu ul li a[href*="vimeo.com"]:hover,
1619.social-widget-menu.af-widget-body ul li a[href*="vimeo.com"]{background-color: #1ab7ea;}
1620
1621
1622.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="plus.google.com"],
1623footer .aft-small-social-menu ul li a[href*="plus.google.com"]:hover,
1624header .top-header .aft-small-social-menu ul li a[href*="plus.google.com"]:hover,
1625.social-widget-menu.af-widget-body ul li a[href*="plus.google.com"]{background-color: #dd4b39;}
1626
1627
1628.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="pinterest.com"],
1629footer .aft-small-social-menu ul li a[href*="pinterest.com"]:hover,
1630header .top-header .aft-small-social-menu ul li a[href*="pinterest.com"]:hover,
1631.social-widget-menu.af-widget-body ul li a[href*="pinterest.com"]{background-color: #bd081c;}
1632
1633
1634.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="tumblr.com"],
1635footer .aft-small-social-menu ul li a[href*="tumblr.com"]:hover,
1636header .top-header .aft-small-social-menu ul li a[href*="tumblr.com"]:hover,
1637.social-widget-menu.af-widget-body ul li a[href*="tumblr.com"]{background-color: #34465d;}
1638
1639
1640.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="wordpress.com"],
1641.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="wordpress.org"],
1642footer .aft-small-social-menu ul li a[href*="wordpress.com"]:hover,
1643header .top-header .aft-small-social-menu ul li a[href*="wordpress.com"]:hover,
1644footer .aft-small-social-menu ul li a[href*="wordpress.org"]:hover,
1645header .top-header .aft-small-social-menu ul li a[href*="wordpress.org"]:hover,
1646.social-widget-menu.af-widget-body ul li a[href*="wordpress.com"],
1647.social-widget-menu.af-widget-body ul li a[href*="wordpress.org"]{background-color: #21759b;}
1648
1649
1650.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="whatsapp.com"],
1651footer .aft-small-social-menu ul li a[href*="whatsapp.com"]:hover,
1652header .top-header .aft-small-social-menu ul li a[href*="whatsapp.com"]:hover,
1653.social-widget-menu.af-widget-body ul li a[href*="whatsapp.com"]{background-color: #25D366;}
1654
1655
1656.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="reddit.com"],
1657footer .aft-small-social-menu ul li a[href*="reddit.com"]:hover,
1658header .top-header .aft-small-social-menu ul li a[href*="reddit.com"]:hover,
1659.social-widget-menu.af-widget-body ul li a[href*="reddit.com"]{background-color: #ff5700;}
1660
1661
1662.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="t.me"],
1663footer .aft-small-social-menu ul li a[href*="t.me"]:hover,
1664header .top-header .aft-small-social-menu ul li a[href*="t.me"]:hover,
1665.social-widget-menu.af-widget-body ul li a[href*="t.me"]{background-color: #00405d;}
1666
1667
1668.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="ok.ru"],
1669footer .aft-small-social-menu ul li a[href*="ok.ru"]:hover,
1670header .top-header .aft-small-social-menu ul li a[href*="ok.ru"]:hover,
1671.social-widget-menu.af-widget-body ul li a[href*="ok.ru"]{background-color: #ed812b;}
1672
1673
1674.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="wechat.com"],
1675footer .aft-small-social-menu ul li a[href*="wechat.com"]:hover,
1676header .top-header .aft-small-social-menu ul li a[href*="wechat.com"]:hover,
1677.social-widget-menu.af-widget-body ul li a[href*="wechat.com"]{background-color: #09b83e;}
1678
1679
1680.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="weibo.com"],
1681footer .aft-small-social-menu ul li a[href*="weibo.com"]:hover,
1682header .top-header .aft-small-social-menu ul li a[href*="weibo.com"]:hover,
1683.social-widget-menu.af-widget-body ul li a[href*="weibo.com"]{background-color: #ce1126;}
1684
1685
1686.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="github.com"],
1687footer .aft-small-social-menu ul li a[href*="github.com"]:hover,
1688header .top-header .aft-small-social-menu ul li a[href*="github.com"]:hover,
1689.social-widget-menu.af-widget-body ul li a[href*="github.com"]{ background-color: #00405d;}
1690
1691
1692.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="snapchat.com"],
1693footer .aft-small-social-menu ul li a[href*="snapchat.com"]:hover,
1694header .top-header .aft-small-social-menu ul li a[href*="snapchat.com"]:hover,
1695.social-widget-menu.af-widget-body ul li a[href*="snapchat.com"]{ background-color: #e6e400;}
1696
1697
1698.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="twitch.com"],
1699footer .aft-small-social-menu ul li a[href*="twitch.com"]:hover,
1700header .top-header .aft-small-social-menu ul li a[href*="twitch.com"]:hover,
1701.social-widget-menu.af-widget-body ul li a[href*="twitch.com"]{ background-color: #6441a5;}
1702
1703
1704.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="viber.com"],
1705footer .aft-small-social-menu ul li a[href*="viber.com"]:hover,
1706header .top-header .aft-small-social-menu ul li a[href*="viber.com"]:hover,
1707.social-widget-menu.af-widget-body ul li a[href*="viber.com"]{ background-color: #665cac;}
1708
1709
1710.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="tiktok.com"],
1711footer .aft-small-social-menu ul li a[href*="tiktok.com"]:hover,
1712header .top-header .aft-small-social-menu ul li a[href*="tiktok.com"]:hover,
1713.social-widget-menu.af-widget-body ul li a[href*="tiktok.com"]{ background-color: #010101;}
1714
1715
1716.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="soundcloud.com"]:hover,
1717footer .aft-small-social-menu ul li a[href*="soundcloud.com"]:hover,
1718header .top-header .aft-small-social-menu ul li a[href*="soundcloud.com"]:hover,
1719.social-widget-menu.af-widget-body ul li a[href*="soundcloud.com"]{background-color: #f75200;}
1720
1721
1722.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="behance.net"]:hover,
1723footer .aft-small-social-menu ul li a[href*="behance.net"]:hover,
1724header .top-header .aft-small-social-menu ul li a[href*="behance.net"]:hover,
1725.social-widget-menu.af-widget-body ul li a[href*="behance.net"]{background-color: #053eff;}
1726
1727
1728.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="quora.com"]:hover,
1729footer .aft-small-social-menu ul li a[href*="quora.com"]:hover,
1730header .top-header .aft-small-social-menu ul li a[href*="quora.com"]:hover,
1731.social-widget-menu.af-widget-body ul li a[href*="quora.com"]{background-color: #b92b27;}
1732
1733
1734.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="yahoo.com"]:hover,
1735footer .aft-small-social-menu ul li a[href*="yahoo.com"]:hover,
1736header .top-header .aft-small-social-menu ul li a[href*="yahoo.com"]:hover,
1737.social-widget-menu.af-widget-body ul li a[href*="yahoo.com"]{background-color: #720e9e;}
1738
1739
1740.chromenews_author_info_widget .aft-small-social-menu ul li a[href*="spotify.com"]:hover,
1741footer .aft-small-social-menu ul li a[href*="spotify.com"]:hover,
1742header .top-header .aft-small-social-menu ul li a[href*="spotify.com"]:hover,
1743.social-widget-menu.af-widget-body ul li a[href*="spotify.com"]{background-color: #1ed760;}
1744
1745
1746.aft-small-social-menu ul a:after,
1747.social-widget-menu ul a:before {
1748 content: "\f35d";
1749}
1750
1751.aft-small-social-menu ul a[href*="snapchat.com"]:after,
1752.social-widget-menu ul a[href*="snapchat.com"]:before {
1753 content: "\f2ad";
1754}
1755
1756.aft-small-social-menu ul a[href*="viber.com"]:after,
1757.social-widget-menu ul a[href*="viber.com"]:before {
1758 content: "\f409";
1759}
1760
1761.aft-small-social-menu ul a[href*="twitch.com"]:after,
1762.social-widget-menu ul a[href*="twitch.com"]:before {
1763 content: "\f1e8";
1764}
1765
1766.aft-small-social-menu ul a[href*="tiktok.com"]:after,
1767.social-widget-menu ul a[href*="tiktok.com"]:before {
1768 content: "\e07b";
1769}
1770
1771.aft-small-social-menu ul a[href*="dribble.com"]:after,
1772.social-widget-menu ul a[href*="dribble.com"]:before {
1773 content: "\f17d";
1774}
1775
1776.aft-small-social-menu ul a[href*="facebook.com"]:after,
1777.social-widget-menu ul a[href*="facebook.com"]:before {
1778 content: "\f09a";
1779}
1780
1781.aft-small-social-menu ul a[href*="vk.com"]:after,
1782.social-widget-menu ul a[href*="vk.com"]:before {
1783 content: "\f189";
1784}
1785
1786.aft-small-social-menu ul a[href*="twitter.com"]:after,
1787.social-widget-menu ul a[href*="twitter.com"]:before {
1788 content: "\f099";
1789}
1790
1791.aft-small-social-menu ul a[href*="linkedin.com"]:after,
1792.social-widget-menu ul a[href*="linkedin.com"]:before {
1793 content: "\f0e1";
1794}
1795
1796.aft-small-social-menu ul a[href*="instagram.com"]:after,
1797.social-widget-menu ul a[href*="instagram.com"]:before {
1798 content: "\f16d";
1799}
1800
1801.aft-small-social-menu ul a[href*="youtube.com"]:after,
1802.social-widget-menu ul a[href*="youtube.com"]:before {
1803 content: "\f167";
1804}
1805
1806.aft-small-social-menu ul a[href*="vimeo.com"]:after,
1807.social-widget-menu ul a[href*="vimeo.com"]:before {
1808 content: "\f27d";
1809}
1810
1811.aft-small-social-menu ul a[href*="plus.google.com"]:after,
1812.social-widget-menu ul a[href*="plus.google.com"]:before {
1813 content: "\f0d5";
1814}
1815
1816.aft-small-social-menu ul a[href*="pinterest.com"]:after,
1817.social-widget-menu ul a[href*="pinterest.com"]:before {
1818 content: "\f0d2";
1819}
1820
1821.aft-small-social-menu ul a[href*="tumblr.com"]:after,
1822.social-widget-menu ul a[href*="tumblr.com"]:before {
1823 content: "\f173";
1824}
1825
1826.aft-small-social-menu ul a[href*="wordpress.org"]:after,
1827.social-widget-menu ul a[href*="wordpress.org"]:before,
1828.aft-small-social-menu ul a[href*="wordpress.com"]:after,
1829.social-widget-menu ul a[href*="wordpress.com"]:before {
1830 content: "\f19a";
1831}
1832
1833.aft-small-social-menu ul a[href*="whatsapp.com"]:after,
1834.social-widget-menu ul a[href*="whatsapp.com"]:before {
1835 content: "\f232";
1836}
1837
1838.aft-small-social-menu ul a[href*="reddit.com"]:after,
1839.social-widget-menu ul a[href*="reddit.com"]:before {
1840 content: "\f281";
1841}
1842
1843.aft-small-social-menu ul a[href*="t.me"]:after,
1844.social-widget-menu ul a[href*="t.me"]:before {
1845 content: "\f2c6";
1846}
1847
1848.aft-small-social-menu ul a[href*="ok.ru"]:after,
1849.social-widget-menu ul a[href*="ok.ru"]:before {
1850 content: "\f263";
1851}
1852
1853.aft-small-social-menu ul a[href*="wechat.com"]:after,
1854.social-widget-menu ul a[href*="wechat.com"]:before {
1855 content: "\f1d7";
1856}
1857
1858.aft-small-social-menu ul a[href*="weibo.com"]:after,
1859.social-widget-menu ul a[href*="weibo.com"]:before {
1860 content: "\f18a";
1861}
1862
1863.aft-small-social-menu ul a[href*="github.com"]:after,
1864.social-widget-menu ul a[href*="github.com"]:before {
1865 content: "\f09b";
1866}
1867
1868.aft-small-social-menu ul a[href*="soundcloud.com"]:after,
1869.social-widget-menu ul a[href*="soundcloud.com"]:before {
1870 content: "\f1be";
1871}
1872
1873.aft-small-social-menu ul a[href*="behance.net"]:after,
1874.social-widget-menu ul a[href*="behance.net"]:before {
1875 content: "\f1b4";
1876}
1877
1878.aft-small-social-menu ul a[href*="quora.com"]:after,
1879.social-widget-menu ul a[href*="quora.com"]:before {
1880 content: "\f2c4";
1881}
1882
1883.aft-small-social-menu ul a[href*="yahoo.com"]:after,
1884.social-widget-menu ul a[href*="yahoo.com"]:before {
1885 content: "\f19e";
1886}
1887
1888.aft-small-social-menu ul a[href*="spotify.com"]:after,
1889.social-widget-menu ul a[href*="spotify.com"]:before {
1890 content: "\f1bc";
1891}
1892
1893footer .aft-small-social-menu ul li a,
1894header .top-header .aft-small-social-menu ul li a{
1895 color: #fff ;
1896 background-color: rgba(255,255,255,.075);
1897 line-height: 28px;
1898}
1899
1900body .chromenews-header .aft-small-social-menu ul li a:hover,
1901footer .aft-small-social-menu ul li a:hover{
1902 color: #fff;
1903}
1904
1905
1906/*--------------------------------------------------------------
1907## Social Menu
1908--------------------------------------------------------------*/
1909/*--------------------------------------------------------------
1910## Menus
1911--------------------------------------------------------------*/
1912
1913/*--------------------------------------------------------------
1914# Navigation
1915--------------------------------------------------------------*/
1916.chromenews-header .top-header {
1917 background-color: #202020;
1918 padding: 10px 0;
1919 color: #fff;
1920}
1921
1922.top-bar-flex {
1923
display: flex;
1924 align-items: center;
1925 position: relative;
1926 min-height: 30px;
1927}
1928
1929.top-bar-flex .top-bar-left {
1930
display: flex;
1931 align-items: center;
1932}
1933
1934.top-bar-flex .top-bar-right{
1935 text-align: right;
1936
display: flex;
1937 align-items: center;
1938 justify-content: flex-end;
1939}
1940
1941.off-cancas-panel {
1942 line-height: 1;
1943}
1944
1945.offcanvas {
1946 display: inline-block;
1947 vertical-align: middle;
1948}
1949
1950.offcanvas-nav{display: inline-block;outline-offset: 2px;}
1951
1952.offcanvas-nav:focus-within:not(:hover) {
1953 outline: 1px dotted #fff;
1954 outline-offset: 2px;
1955}
1956
1957.offcanvas-menu {
1958 position: relative;
1959 overflow: hidden;
1960 width: 24px;
1961 height: 17px;
1962 margin: 0 auto;
1963}
1964
1965.offcanvas-menu span {
1966 position: absolute;
1967 display: inline-block;
1968 width: 100%;
1969 left: 0;
1970 border-radius: 10px;
1971 height: 3px;
1972 background-color: #fff;
1973 border-color: #fff;
1974 transition: 0.075s all ease-in;
1975}
1976
1977.af-on-right .offcanvas .offcanvas-menu span {
1978 left: inherit;
1979 right: 0;
1980}
1981
1982.offcanvas-menu span.mbtn-mid {
1983 top: 50%;
1984 margin-top: -1.5px;
1985}
1986
1987.offcanvas-menu span.mbtn-top {
1988 width: 85%;
1989}
1990
1991.offcanvas-menu span.mbtn-bot {
1992 bottom: 0;
1993 width: 60%;
1994 transition-delay: 90ms;
1995}
1996
1997#sidr{
1998 background: #fff;
1999 display: block;
2000 position: fixed;
2001 top: 0;
2002 height: 100%;
2003 z-index: 999999;
2004 overflow-x: hidden;
2005 overflow-y: auto;
2006 width: 100%;
2007 max-width: 380px;
2008 visibility: hidden;
2009 opacity: 0;
2010}
2011
2012.sidr.left{
2013 left: -380px;
2014}
2015
2016body.sidr-open #sidr{
2017 visibility: visible;
2018 opacity: 1;
2019}
2020
2021
2022.offcanvas:hover .offcanvas-menu span.mbtn-top,
2023.offcanvas:hover .offcanvas-menu span.mbtn-bot{
2024 width: 100%;
2025}
2026
2027.date-bar-left {
2028 line-height: 1;
2029 color: #fff;
2030 font-weight: 700;
2031
font-size: 14px;
2032}
2033
2034
2035
2036
2037.read-img a.aft-post-image-link{
2038 position: absolute;
2039 top: 0;
2040 left: 0;
2041 width: 100%;
2042 height: 100%;
2043 font-size: 0;
2044 z-index: 1;
2045}
2046
2047
2048/*search*/
2049.af-search-wrap {
2050 width: 25px;
2051 position: relative;
2052 display: inline-block;
2053 text-align: center;
2054}
2055
2056
2057.search-icon {
2058 display: block;
2059 line-height: 38px;
2060
font-size: 14px;
2061 color: #fff;
2062 font-weight: 700;
2063 text-align: center;
2064 outline: 0;
2065}
2066
2067
2068.search-icon:visited,
2069.search-icon:hover,
2070.search-icon:focus,
2071.search-icon:active {
2072 outline: 0;
2073 color: #fff;
2074}
2075
2076
2077.search-icon:focus:not(:hover),
2078.search-icon:focus-within:not(:hover) {
2079 outline: 1px dotted;
2080}
2081
2082
2083.af-search-form {
2084 background: #fff;
2085 position: absolute;
2086 right: 0;
2087 top: 120%;
2088 width: 325px;
2089 text-align: left;
2090 visibility: hidden;
2091 filter:
alpha(opacity=0);
2092 opacity: 0;
2093 margin: 0 auto;
2094 margin-top: 1px;
2095 padding: 14px;
2096 z-index: 99;
2097 border-radius: 0px;
2098 -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
2099 -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
2100 -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
2101 -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
2102 transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
2103 -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
2104 -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
2105 -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
2106 -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
2107 box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
2108}
2109
2110
2111.search-overlay.reveal-search .af-search-form {
2112 visibility: visible;
2113 filter:
alpha(opacity=1);
2114 opacity: 1;
2115 z-index: 999;
2116 top: 100%;
2117 -webkit-transition: opacity 0.4s, top 0.4s;
2118 -moz-transition: opacity 0.4s, top 0.4s;
2119 -ms-transition: opacity 0.4s, top 0.4s;
2120 -o-transition: opacity 0.4s, top 0.4s;
2121 transition: opacity 0.4s, top 0.4s;
2122}
2123
2124
2125.search-form label {
2126 width: 75%;
2127 float: left;
2128 margin-bottom: 0;
2129}
2130
2131
2132input.search-field {
2133 float: none;
2134 width: 100%;
2135 padding: 0 14px;
2136 height: 38px;
2137 -moz-box-sizing: border-box;
2138 box-sizing: border-box;
2139 /* background: #fafafa; */
2140 border: 1px solid rgba(0,0,0,.15);
2141 font-size: 16px;
2142 border-radius: 0;
2143 font-weight: normal;
2144}
2145
2146.wp-block-search .wp-block-search__button:focus:not(:hover),
2147.wp-block-search .wp-block-search__input:focus:not(:hover),
2148.mc4wp-form-fields input[type="email"]:focus:not(:hover),
2149input.search-field:focus:not(:hover){
2150 outline: 1px dotted ;
2151 outline-offset: -2px;
2152}
2153
2154
2155.aft-dark-mode .wp-post-author-meta a,
2156.aft-dark-mode .wp-post-author-meta a:visited,
2157.aft-dark-mode .posts-author a,
2158.aft-dark-mode .posts-author a:visited{
2159 color: #fff;
2160}
2161
2162.chromenews-widget select {
2163 width: 100%;
2164 height: 38px;
2165 line-height: 38px;
2166 display: block;
2167 position: relative;
2168 cursor: pointer;
2169}
2170
2171/* .site-footer .chromenews-widget select, */
2172body.aft-dark-mode .chromenews-widget select {
2173 background: rgba(255,255,255,.1);
2174 border-color: rgba(255,255,255,.1);
2175 color: #fff;
2176}
2177
2178/* .site-footer .chromenews-widget select option, */
2179body.aft-dark-mode .chromenews-widget select option {
2180 background: rgba(0,0,0,.5);
2181}
2182
2183.chromenews-widget .mc4wp-form-fields {
2184 position: relative;
2185}
2186
2187.woocommerce-product-search {
2188
display: flex;
2189}
2190
2191.widget_product_search input.search-field button[type="submit"],
2192.chromenews-widget .mc4wp-form-fields input[type="submit"] {
2193 position: absolute;
2194 right: 0;
2195 top: 0;
2196 width: 25%;
2197}
2198
2199.chromenews-widget .mc4wp-form-fields input[type="submit"]{
2200 padding: 0 10px;
2201
font-size: 13px;
2202 line-height: 37px;
2203}
2204
2205.widget_product_search input.search-field ,
2206.chromenews-widget .mc4wp-form-fields input[type="email"] {
2207 width: 75%;
2208 padding: 0 15px;
2209 font-weight: 400;
2210}
2211
2212.chromenews-widget .mc4wp-form-fields input[type="email"] {
2213
font-size: 13px;
2214}
2215
2216.widget_product_search input.search-field {
2217 font-size: 16px;
2218}
2219
2220body.aft-dark-mode .inner-suscribe input,
2221body.aft-dark-mode .chromenews-widget .mc4wp-form-fields input[type="email"],
2222body.aft-dark-mode .widget input.search-field{
2223 background-color: rgba(255,255,255,.1);
2224 border: none;
2225}
2226
2227body.aft-dark-mode .inner-suscribe input::placeholder,
2228body.aft-dark-mode .chromenews-widget .mc4wp-form-fields input[type="email"]::placeholder,
2229body.aft-dark-mode .widget input.search-field::placeholder {
2230 color:rgba(255,255,255,.75);
2231}
2232
2233
2234.woocommerce-product-search button[type="submit"]{
2235 background: #ffcc00;
2236 border: 1px solid #ffcc00;
2237 border-radius: 0px 3px 3px 0px;
2238 color: #fff;
2239 padding: 0px;
2240 height: 38px;
2241
font-size: 13px;
2242 width: 25%;
2243 margin: 0;
2244}
2245
2246input.search-submit {
2247 border: 1px solid #ffcc00;
2248 border-radius: 0px;
2249 padding: 0px;
2250 height: 38px;
2251
font-size: 13px;
2252 width: 25%;
2253 margin: 0;
2254}
2255
2256
2257.af-header-image.data-bg{
2258 position: relative;
2259 background-size: cover;
2260 background-position: center;
2261 background-repeat: no-repeat;
2262}
2263
2264.af-header-image.data-bg:before{
2265 position: absolute;
2266 content: '';
2267 top: 0;
2268 left: 0;
2269 height: 100%;
2270 width: 100%;
2271 background: #000;
2272
opacity: 75%;
2273}
2274
2275.af-header-image.data-bg > div{position: relative;}
2276
2277
2278.header-image-default .af-header-image.data-bg {
2279 padding: 45px 0;
2280}
2281
2282
2283.header-image-full .af-header-image.data-bg {
2284 background-size: contain;
2285 background-color: transparent;
2286 padding: 65px 0;
2287}
2288
2289.header-layout-3 .site-header .site-branding .site-title,
2290.site-branding .site-title {
2291 font-size: 48px;
2292}
2293
2294.site-branding .site-title {
2295 margin: 0;
2296 line-height: 1;
2297}
2298
2299.site-branding.uppercase-site-title .site-description,
2300.site-branding.uppercase-site-title .site-title {
2301 text-transform: uppercase;
2302}
2303
2304.chromenews-header .bottom-bar-flex {
2305
display: flex;
2306 justify-content: space-between;
2307 align-items: center;
2308 justify-content: flex-start;
2309}
2310
2311div.custom-menu-link{
2312
display: flex;
2313}
2314
2315div.custom-menu-link > a {
2316 background: #ffcc00 ;
2317 padding: 0 10px 0 0;
2318 color: #000000;
2319
font-size: 14px;
2320 font-weight: 700;
2321
display: flex;
2322 align-items: center;
2323 text-transform: uppercase;
2324}
2325
2326
2327div.custom-menu-link i {
2328
font-size: 14px;
2329 height: 14px;
2330 width: 20px;
2331}
2332
2333/*==========header-layout-side=============*/
2334
2335.header-layout-side .af-middle-header {
2336 padding: 20px 0;
2337}
2338
2339.chromenews-header.header-layout-side .bottom-bar-flex > div{
2340
display: flex;
2341 align-items: center;
2342}
2343
2344.chromenews-header.header-layout-side .bottom-bar-flex > div #aft-dark-light-mode-wrap {
2345 margin-right: 15px;
2346}
2347
2348.header-layout-side .off-cancas-panel{
2349
display: flex;
2350 align-items: center;
2351}
2352
2353.chromenews-header.header-layout-side .search-watch .af-search-wrap{
2354 margin-right: 10px;
2355
display: flex;
2356 align-items: center;
2357}
2358
2359.chromenews-header.header-layout-side .search-watch div.custom-menu-link > a {
2360 background: #ffcc00 ;
2361 text-transform: uppercase;
2362}
2363
2364/*==========header-layout-side=============*/
2365/*==========header-layout-compressed-full=============*/
2366
2367.chromenews-header .bottom-pos-rel{position: relative;}
2368
2369
2370.header-layout-compressed-full .logo{padding: 20px 0;}
2371
2372.header-layout-compressed-full .logo .site-title{
2373 margin: 0;
2374}
2375
2376.logo .site-description{margin-bottom: 0;}
2377
2378.chromenews-header .af-boxed .bottom-bar-up {
2379 position: absolute;
2380 top: -60px;
2381 left: 0;
2382 z-index: 99999;
2383 width: 100%;
2384 background-color: #fff;
2385}
2386
2387
2388.header-layout-compressed-full .bottom-nav {
2389
display: flex;
2390 align-items: center;
2391 padding: 20px 10px;
2392}
2393
2394.header-layout-compressed-full .header-promotion {
2395 padding-bottom: 20px;
2396}
2397
2398.header-layout-compressed-full .aft-hide-on-mobile.aft-search-compress {
2399
display: flex;
2400 align-items: center;
2401 margin-left: auto;
2402}
2403
2404
2405.chromenews-header .main-navigation .menu-desktop .menu-mobile > li {
2406 display: block;
2407}
2408
2409.header-layout-compressed-full .main-navigation .menu-desktop > ul > li > a{position: relative;opacity: 1;}
2410
2411.header-layout-compressed-full .main-navigation .menu-desktop > ul > li:hover > a,
2412.header-layout-compressed-full .main-navigation .menu-desktop > ul > li.current-menu-item > a{opacity: 1;}
2413
2414
2415.chromenews-header.header-layout-centered .top-bar-right div.custom-menu-link > a ,
2416.chromenews-header.header-layout-compressed-full .top-bar-right div.custom-menu-link > a {
2417 background: #ffcc00 ;
2418 text-transform: uppercase;
2419 text-align: left;
2420}
2421
2422.header-layout-compressed-full .top-bar-flex .aft-hide-on-mobile {
2423 margin-left: 4px;
2424}
2425
2426
2427@media (min-width: 993px){
2428 .header-layout-compressed-full .menu-desktop > ul.menu ,
2429 .header-layout-compressed-full ul.menu-desktop {
2430
display: flex;
2431 flex-wrap: wrap;
2432 justify-content: flex-start;
2433 }
2434
2435 .header-layout-compressed-full ul.menu-desktop {
2436 padding: 0 20px;
2437 }
2438
2439}
2440
2441/*==========header-layout-compressed-full=============*/
2442/*==========header-layout-compressed-centered nav bottom=============*/
2443.header-layout-centered .offcanvas-navigaiton{
2444
display: flex;
2445 /* justify-content: space-between; */
2446}
2447
2448.header-layout-centered .mid-header-wrapper{
2449 padding: 20px 0;
2450}
2451
2452.header-layout-centered .mid-bar-flex {
2453
display: flex;
2454 justify-content: center;
2455}
2456
2457.header-layout-centered .search-watch,
2458.header-layout-centered .search-watch,
2459.header-layout-centered .af-search-mid,
2460.header-layout-centered .off-cancas-panel{
2461
display: flex;
2462 align-items: center;
2463}
2464
2465.header-layout-side .search-watch,
2466.header-layout-centered .search-watch {
2467 margin-left: auto;
2468}
2469
2470.header-layout-centered .search-watch .af-search-wrap {
2471 margin-right: 10px;
2472 margin-left: 10px;
2473}
2474
2475.header-layout-compressed-full .search-watch .af-search-wrap {
2476 margin-left: 10px;
2477}
2478
2479.header-layout-compressed-full .off-cancas-panel,
2480.header-layout-side .off-cancas-panel,
2481.header-layout-centered .off-cancas-panel{
2482 margin-right: 20px;
2483}
2484
2485
2486.header-layout-side .logo,
2487.header-layout-centered .logo{
2488 padding: 10px 0;
2489 text-align: center;
2490}
2491
2492.header-layout-centered .bottom-nav{position: relative;}
2493
2494
2495.header-layout-centered .aft-small-social-menu{
2496 display: inline-block;
2497 padding: 0;
2498 margin-left: 4px;
2499}
2500
2501@media screen and (max-width: 992px) {
2502 .header-layout-centered .offcanvas-navigaiton{
2503 justify-content: space-between;
2504 width: 100%;
2505 }
2506
2507 .header-layout-centered .offcanvas-navigaiton #sidr + .navigation-container{
2508 margin-left: auto;
2509 }
2510
2511 .header-layout-side .search-watch,
2512 .header-layout-centered .search-watch {
2513 margin-left: 0;
2514 }
2515
2516}
2517
2518/*==========header-layout-compressed-centered nav bottom=============*/
2519/*==========header-layout-with advertisement=============*/
2520
2521div#main-navigation-bar {
2522 background: #003bb3;
2523}
2524
2525
2526.header-layout-side .af-bottom-head-nav ,
2527.header-layout-side .af-middle-container{
2528
display: flex;
2529 justify-content: space-between;
2530 align-items: center;
2531}
2532
2533.header-layout-side .af-middle-container .logo{padding: 0 10px 0 0; width: 40%;text-align: left;}
2534
2535.header-layout-side .af-middle-container .header-promotion{padding: 10px;padding-right: 0;}
2536
2537
2538.below-banner-advertisment-section .banner-promotions-wrapper:nth-last-child(2) ,
2539.header-promotion .banner-promotions-wrapper:nth-last-child(2) {
2540 margin-bottom: 10px;
2541}
2542
2543
2544.header-layout-side .af-bottom-header{
2545 position: relative;
2546}
2547
2548.header-layout-centered .header-promotion{text-align: center;}
2549
2550@media only screen and (max-width: 990px) {
2551 .header-layout-side .af-middle-container{
2552 flex-wrap: wrap;
2553 justify-content: center;
2554 }
2555
2556 .header-layout-side .af-middle-container .logo{padding-right: 0; width: 100%;text-align: center;}
2557
2558 .header-layout-side .af-middle-container .header-promotion{
2559 padding: 20px 0 0;
2560 }
2561
2562}
2563
2564/*==========header-layout-with advertisement=============*/
2565/*==========header-layout-compressed=============*/
2566.header-layout-compressed{
2567 background-color: #fff;
2568}
2569
2570.header-layout-compressed .compress-bar-flex{
2571
display: flex;
2572 justify-content: space-between;
2573}
2574
2575.header-layout-compressed .offcanvas,
2576.header-layout-compressed .off-cancas-panel,
2577.header-layout-compressed .compress-bar-right,
2578.header-layout-compressed .af-search-wrap,
2579.header-layout-compressed .compress-bar-left{
2580
display: flex;
2581}
2582
2583.header-layout-compressed .af-search-wrap{justify-content: center;}
2584
2585
2586.header-layout-compressed .compress-bar-nav{
2587
display: flex;
2588 margin-right: 15px;
2589}
2590
2591.header-layout-compressed .offcanvas,
2592.header-layout-compressed .compress-bar-right,
2593.header-layout-compressed .af-search-wrap,
2594.header-layout-compressed .main-navigation .menu-desktop > li,
2595.header-layout-compressed .main-navigation .menu-desktop > ul > li,
2596.header-layout-compressed.header-layout-compressed-centered .compress-bar-nav{
2597 align-items: center;
2598}
2599
2600.header-layout-compressed .compress-bar-mid .date-bar-mid{
2601 color: #fff;
2602 line-height: normal;
2603}
2604
2605
2606.header-layout-compressed-full + section.aft-main-banner-section .header-promotion {
2607 padding: 20px 0 0;
2608}
2609
2610
2611.header-layout-compressed:not(.header-layout-compressed-centered) .menu-desktop,
2612.header-layout-compressed:not(.header-layout-compressed-centered) nav.main-navigation,
2613.header-layout-compressed:not(.header-layout-compressed-centered) .main-navigation > .menu,
2614.header-layout-compressed:not(.header-layout-compressed-centered) .compress-bar-nav .navigation-container{
display: flex;}
2615
2616
2617.header-layout-compressed .offcanvas-menu span{
2618 background-color: #000;
2619}
2620
2621.header-layout-compressed:not(.header-layout-compressed-centered) .compress-bar-logo .logo{padding: 10px;text-align: left;padding-left: 0;}
2622
2623.header-layout-compressed:not(.header-layout-compressed-centered) .center-burger > span{display: none;}
2624
2625
2626@media (max-width: 1140px) and (min-width: 1025px){
2627 .header-layout-compressed:not(.header-layout-compressed-centered) .compress-bar-mid {
2628 max-width: 600px;
2629 }
2630
2631}
2632
2633@media (max-width: 1024px) and (min-width: 993px){
2634 .header-layout-compressed:not(.header-layout-compressed-centered) .compress-bar-mid {
2635 max-width: 550px;
2636 }
2637
2638}
2639
2640@media (min-width: 993px){
2641 .header-layout-compressed:not(.header-layout-compressed-centered) .main-navigation .menu-desktop > ul > li{
2642 padding-right: 15px;
2643 }
2644
2645 .header-layout-compressed:not(.header-layout-compressed-centered) .main-navigation > .menu > .menu-desktop,
2646 .header-layout-compressed:not(.header-layout-compressed-centered) ul#primary-menu{
2647
display: flex;
2648 align-content: center;
2649 flex-wrap: wrap;
2650 }
2651
2652}
2653
2654@media (max-width: 992px){
2655 .header-layout-compressed .compress-bar-mid .date-bar-mid{display: none;}
2656
2657}
2658
2659/*==========header-layout-compressed=============*/
2660
2661/*--------------------------------------------------------------
2662# Navigation
2663--------------------------------------------------------------*/
2664
2665/*aft-popular-taxonomies-lists-----*/
2666.aft-popular-tags {
2667
font-size: 14px;
2668 position: relative;
2669 padding-top: 20px;
2670}
2671
2672.aft-popular-taxonomies-lists{
2673
display: flex;
2674 align-items: center;
2675}
2676
2677
2678.aft-popular-taxonomies-lists strong {
2679 text-transform: uppercase;
2680 margin-right: 20px;
2681 color: #202020;
2682 position: relative;
2683 padding: 10px 15px;
2684 z-index: 0;
2685}
2686
2687
2688.aft-popular-taxonomies-lists strong:before {
2689 position: absolute;
2690 content: '';
2691 top: 0;
2692 left: 0;
2693 height: 100%;
2694 width: 100%;
2695 background-color: #ffc934;
2696 z-index: -1;
2697}
2698
2699.aft-popular-taxonomies-lists strong:after {
2700 content: '';
2701 position: absolute;
2702 top: 50%;
2703 transform: translateY(-50%);
2704 left: 100%;
2705 border-color: transparent transparent transparent #ffc934;
2706 border-style: solid;
2707 border-width: .7em;
2708}
2709
2710
2711.aft-popular-taxonomies-lists ul {
2712 display: inline-block;
2713}
2714
2715
2716.aft-popular-taxonomies-lists ul li {
2717 display: inline-block;
2718 margin-right: 20px;
2719}
2720
2721
2722.aft-popular-taxonomies-lists ul li a {
2723 color: #202020;
2724 transition: all 0.075s linear;
2725}
2726
2727
2728.aft-popular-taxonomies-lists ul li a:before {
2729 content: '\f292';
2730 font-family: 'Font Awesome\ 5 Free';
2731
font-size: 12px;
2732 padding: 0 5px;
2733 font-weight: 900;
2734}
2735
2736
2737/*aft-popular-taxonomies-lists-----*/
2738
2739
2740/*exclusive posts-----*/
2741
2742.banner-exclusive-posts-wrapper {
2743 padding-top: 20px;
2744}
2745
2746
2747.af-boxed-layout .banner-exclusive-posts-wrapper .container-wrapper {
2748 padding-left: 0;
2749 padding-right: 0;
2750}
2751
2752.aft-popular-tags + .banner-exclusive-posts-wrapper{
2753 margin-top: 0;
2754}
2755
2756
2757.banner-exclusive-posts-wrapper a,
2758.banner-exclusive-posts-wrapper a:visited{
2759 color: #202020;
2760 transition: all 0.075s linear;
2761}
2762
2763
2764.banner-exclusive-posts-wrapper .aft-ripple {
2765 display: inline-block;
2766 position: absolute;
2767 left: 50%;
2768 transform: translateX(-50%);
2769 min-width: 40px;
2770 width: 40px;
2771 min-height: 40px;
2772 height: 40px;
2773
display: flex;
2774 justify-content: center;
2775 align-items: center;
2776 background: rgba(255,255,255,.15);
2777}
2778
2779
2780.exclusive-posts {
2781 margin: 0;
2782 position: relative;
2783}
2784
2785
2786.exclusive-posts .exclusive-now {
2787 background: #ffcc00 ;
2788 color: #ffffff;
2789 float: left;
2790 text-transform: uppercase;
2791 position: relative;
2792 padding: 0 15px;
2793 padding-left: 0;
2794 margin-right: 5px;
2795
display: flex;
2796 align-items: center;
2797 min-height: 50px;
2798 font-weight: 700;
2799}
2800
2801.exclusive-posts .exclusive-now span{
2802 margin-left: 15px;
2803 display: inline-block;
2804 z-index: 9;
2805}
2806
2807
2808.exclusive-slides {
2809 padding: 0 5px;
2810 overflow: hidden;
2811 position: relative;
2812}
2813
2814
2815.exclusive-slides .marquee {
2816 width: 10000px;
2817}
2818
2819
2820.exclusive-slides .marquee,
2821.exclusive-slides .marquee .js-marquee {
2822
display: flex;
2823 align-items: center;
2824}
2825
2826.js-marquee-wrapper {
2827
display: flex;
2828}
2829
2830
2831.exclusive-posts .marquee a {
2832 padding: 0 20px;
2833 font-weight: bold;
2834
display: flex;
2835 align-items: center;
2836 width: max-content;
2837 max-width: 375px;
2838 line-height: 1.33;
2839
font-size: 14px;
2840}
2841
2842
2843.exclusive-posts .marquee a h4 {
2844
font-size: 14px;
2845 margin: 0;
2846}
2847
2848
2849.exclusive-posts .marquee a span.circle-marq {
2850 width: 50px;
2851 height: 50px;
2852 min-width: 50px;
2853 overflow: hidden;
2854 display: inline-block;
2855 line-height: 1;
2856 margin-right: 10px;
2857 position: relative;
2858 background-color: rgba(0,0,0,.2);
2859}
2860
2861body.aft-light-mode .aft-banner-background-alternative .exclusive-posts .marquee a span.circle-marq ,
2862body.aft-dark-mode .exclusive-posts .marquee a span.circle-marq {
2863 background-color: rgba(255,255,255,.2);
2864}
2865
2866body.aft-dark-mode .aft-banner-background-alternative .exclusive-posts .marquee a span.circle-marq {
2867 background-color: rgba(0,0,0,.2);
2868}
2869
2870
2871.exclusive-posts .marquee a img {
2872 height: 50px;
2873 width: 50px;
2874 object-fit: cover;
2875}
2876
2877
2878.exclusive-posts .marquee a span.circle-marq .trending-no {
2879 position: absolute;
2880 top: 0;
2881 left: 0;
2882 height: 100%;
2883 width: 100%;
2884 color: #fff;
2885 background: rgba(28, 28, 28, 0.5);
2886 text-align: center;
2887 font-size: 18px;
2888 font-weight: 700;
2889}
2890
2891
2892/*exclusive posts-----*/
2893
2894
2895/*--------------------------------------------------------------
2896# Accessibility
2897--------------------------------------------------------------*/
2898
2899/* Text meant only for screen readers. */
2900.screen-reader-text {
2901 border: 0;
2902 clip: rect(1px, 1px, 1px, 1px);
2903 clip-path: inset(50%);
2904 height: 1px;
2905 margin: -1px;
2906 overflow: hidden;
2907 padding: 0;
2908 position: absolute !important;
2909 width: 1px;
2910 word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
2911}
2912
2913
2914.screen-reader-text:focus{
2915 background-color: #f1f1f1;
2916 border-radius: 3px;
2917 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
2918 clip: auto !important;
2919 clip-path: none;
2920 color: #21759b;
2921 display: block;
2922
font-size: 14px;
2923 font-size: 0.875rem;
2924 font-weight: bold;
2925 height: auto;
2926 left: 5px;
2927 line-height: normal;
2928 padding: 15px 23px 14px;
2929 text-decoration: none;
2930 top: 5px;
2931 width: auto;
2932 z-index: 100000;
2933 /* Above WP toolbar. */
2934}
2935
2936
2937/*--------------------------------------------------------------
2938# Alignments
2939--------------------------------------------------------------*/
2940.alignleft{
2941 display: inline;
2942 float: left;
2943 margin-right: 1.5em;
2944}
2945
2946
2947.alignright{
2948 display: inline;
2949 float: right;
2950 margin-left: 1.5em;
2951}
2952
2953
2954.aligncenter{
2955 clear: both;
2956 display: block;
2957 margin-left: auto;
2958 margin-right: auto;
2959}
2960
2961
2962/*--------------------------------------------------------------
2963# Clearings
2964--------------------------------------------------------------*/
2965
2966/*--------------------------------------------------------------
2967# Widgets start
2968--------------------------------------------------------------*/
2969.chromenews-widget .wp-block-image {
2970 margin-bottom: 0;
2971}
2972
2973.textwidget p:last-child {
2974 margin-bottom: 0;
2975}
2976
2977.chromenews_author_info_widget .read-img{
2978 width: 150px;
2979 height: 150px;
2980 border-radius: 50%;
2981 overflow: hidden;
2982 margin: 0 auto;
2983}
2984
2985.chromenews_author_info_widget .read-img img{
2986 height: 100%;
2987 width: 100%;
2988 object-fit: cover;
2989}
2990
2991.chromenews_author_info_widget .af-author-details,
2992.chromenews_author_info_widget .aft-small-social-menu {
2993 text-align: center;
2994}
2995
2996body.full-width-content .chromenews_featured_posts_widget .col-4.pad {
2997 width: 33.33%;
2998}
2999
3000body.full-width-content .chromenews_featured_posts_widget .col-4.pad:nth-child(3n+1) {
3001 clear: left;
3002}
3003
3004body:not(.full-width-content) .chromenews_featured_posts_widget .col-4.pad{
3005 width: 50%;
3006}
3007
3008body:not(.full-width-content) .chromenews_featured_posts_widget .col-4.pad:nth-child(2n+1){
3009 clear: left;
3010}
3011
3012body:not(.full-width-content) .chromenews_posts_lists_widget .af-double-column.list-style.col-3{
3013 width: 50%;
3014}
3015
3016body:not(.full-width-content) #primary .chromenews_youtube_video_widget .col-2.secondary-video,
3017body:not(.full-width-content) #primary .chromenews_youtube_video_widget .col-2.primary-video{
3018 width: 100%;
3019}
3020
3021
3022body:not(.full-width-content) #primary .chromenews_youtube_video_widget .primary-video{
3023 margin-bottom: 20px;
3024}
3025
3026body:not(.full-width-content) #primary .af-youtube-video-list .primary-video iframe.entry-header-yt-iframe,
3027body:not(.full-width-content) #primary .af-youtube-video-list .primary-video .entry-header-yt-video-wrapper{
3028 height: 445px;
3029}
3030
3031body:not(.full-width-content) #primary .af-youtube-video-list iframe.entry-header-yt-iframe,
3032body:not(.full-width-content) #primary .af-youtube-video-list .entry-header-yt-video-wrapper{
3033 height: 215px;
3034}
3035
3036
3037.chromenews_posts_slider_widget .read-single .read-img.read-bg-img {
3038 height: 450px;
3039}
3040
3041
3042body.full-width-content #primary .chromenews_posts_slider_widget .read-single .read-img.read-bg-img{
3043 height: 700px;
3044}
3045
3046body.full-width-content #primary .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
3047body.full-width-content #primary iframe.af-hide-iframe {
3048 height: 700px;
3049}
3050
3051
3052.chromenews_posts_slider_widget .read-single .read-details {
3053 position: absolute;
3054 bottom: 0;
3055 left: 0;
3056 width: 100%;
3057 color: #fff;
3058 padding: 15px;
3059 z-index: 1;
3060 background: rgba(0,0,0,0.75);
3061 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
3062}
3063
3064
3065.chromenews_posts_slider_widget .read-single .post-format-and-min-read-wrap,
3066.chromenews_posts_slider_widget .read-single .read-categories{
3067 display: inline-block;
3068}
3069
3070body:not(.full-width-content) #primary .chromenews_posts_carousel_widget .af-post-carousel .read-img {
3071 height: 240px;
3072}
3073
3074/* express grid widget */
3075.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single{
3076 position: relative;
3077 min-height: 240px;
3078
display: flex;
3079 flex-direction: column;
3080 justify-content: flex-end;
3081 margin-bottom: 0;
3082}
3083
3084body.full-width-content .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single {
3085 min-height: 240px;
3086}
3087
3088.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-img{
3089 position: absolute;
3090 width: 100%;
3091 height: 100%;
3092 top: 0;
3093 left: 0;
3094}
3095
3096.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details{
3097 position: relative;
3098 z-index: 2;
3099 padding: 15px;
3100 background: rgba(0,0,0,0.75);
3101 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
3102}
3103
3104.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details .read-categories,
3105.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-details .post-format-and-min-read-wrap{
3106 display: inline-block;
3107}
3108
3109.chromenews_express_posts_grid_widget .af-express-grid-wrap{
3110 display: grid;
3111
grid-gap: 20px;
3112
grid-template-columns: repeat(2, 1fr);
3113}
3114
3115.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
3116
grid-column-end: span 2;
3117
grid-row-end: span 2;
3118 min-height: 450px;
3119}
3120
3121body:not(.full-width-content) #primary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single{
3122 min-height: 240px;
3123}
3124
3125body:not(.full-width-content) #primary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child{
3126 min-height: 450px;
3127}
3128
3129/* express grid widget */
3130body.full-width-content #primary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
3131 height: 390px;
3132}
3133
3134body:not(.full-width-content) #primary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
3135 height: 240px;
3136}
3137
3138/* for secondary , offcanvas */
3139.chromenews-customizer,
3140.chromenews-widget{
3141 margin-bottom: 20px;
3142}
3143
3144
3145.af-main-banner-featured-posts.chromenews-customizer {
3146 margin-bottom: 0;
3147}
3148
3149.home-featured-widgets .chromenews-widget,
3150.af-main-banner-categorized-posts.express-carousel.chromenews-customizer,
3151.featured-category-item.chromenews-customizer,
3152.af-main-banner-categorized-posts.chromenews-customizer {
3153 margin-bottom: 0;
3154 margin-top: 20px;
3155}
3156
3157.aft-section-layout-none .af-main-banner-categorized-posts.express-carousel.chromenews-customizer,
3158.aft-section-layout-none .featured-category-item.chromenews-customizer,
3159.aft-section-layout-none .af-main-banner-categorized-posts.chromenews-customizer{
3160 padding-top: 0;
3161}
3162
3163
3164.aft-section-layout-none section.aft-blocks.aft-featured-category-section.af-list-post .container-wrapper {
3165 max-width: 1160px;
3166}
3167
3168.aft-section-layout-none.af-boxed-layout section.aft-blocks.aft-featured-category-section.af-list-post .container-wrapper {
3169 margin-right: -10px;
3170 margin-left: -10px;
3171 width: calc(100% + 20px);
3172}
3173
3174.aft-section-layout-background .chromenews-customizer,
3175.aft-section-layout-background .chromenews-widget{
3176 padding: 20px;
3177}
3178
3179
3180/* background none widgets and customizer gap */
3181.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.chromenews-customizer{
3182 padding-top: 20px;
3183 padding-bottom: 20px;
3184}
3185
3186.aft-section-layout-none .chromenews-customizer,
3187.aft-section-layout-none .chromenews-widget{
3188 padding-top: 20px;
3189}
3190
3191.aft-section-layout-none .aft-main-banner-section .chromenews-customizer {
3192 padding-top: 0;
3193}
3194
3195/* background none widgets and customizer gap */
3196
3197.aft-section-layout-background .aft-main-banner-section .chromenews-customizer {
3198 margin-bottom: 0;
3199 padding: 0;
3200 background: transparent;
3201}
3202
3203.aft-section-layout-background .aft-main-banner-section .chromenews-customizer.aft-main-banner-slider-part {
3204 background: transparent;
3205}
3206
3207.aft-section-layout-background .aft-main-banner-section.aft-banner-layout-tiled .chromenews-customizer,
3208.aft-section-layout-background .aft-main-banner-section.aft-banner-layout-tiled-2 .chromenews-customizer,
3209.aft-section-layout-background .aft-main-banner-section.aft-banner-layout-tiled-3 .chromenews-customizer,
3210.aft-section-layout-background .aft-main-banner-section.aft-banner-layout-tiled-4 .chromenews-customizer{
3211 padding: 0 10px;
3212 background: transparent;
3213}
3214
3215
3216.aft-section-layout-background main.site-main {
3217 padding: 20px;
3218}
3219
3220
3221body.aft-section-layout-background.home main.site-main {
3222 padding: 0;
3223}
3224
3225
3226body.aft-section-layout-background.home.blog main.site-main {
3227 margin-bottom: 20px;
3228}
3229
3230
3231.tabbed-head ,
3232.widget-title {
3233 margin-bottom: 20px;
3234}
3235
3236body.page main.site-main {
3237 margin-bottom: 20px;
3238 padding: 0;
3239}
3240
3241
3242body.page.single-content-mode-compact main.site-main {
3243 padding: 20px;
3244}
3245
3246body.page.aft-section-layout-background main.site-main {
3247 padding-bottom: 20px;
3248}
3249
3250
3251.aft-light-mode.aft-section-layout-background .header-layout-side .af-middle-header,
3252.aft-light-mode.aft-section-layout-background .header-layout-centered .mid-header-wrapper {
3253 background-color: #fff;
3254}
3255
3256
3257.search main.site-main,
3258.archive main.site-main,
3259body.home.blog main.site-main,
3260.blog main.site-main {
3261 padding: 20px;
3262 margin-bottom: 20px;
3263}
3264
3265.home.blog .aft-archive-wrapper.chromenews-customizer .page-links {
3266 display: none;
3267}
3268
3269
3270body.aft-section-layout-background .aft-main-banner-section .chromenews-customizer,
3271body.aft-section-layout-background .aft-main-banner-section .chromenews-widget{
3272 background-color: transparent;
3273 box-shadow: none;
3274}
3275
3276.aft-light-mode.aft-section-layout-background.page main.site-main,
3277.aft-light-mode.aft-section-layout-background.search main.site-main,
3278.aft-light-mode.aft-section-layout-background.archive main.site-main,
3279.aft-light-mode.aft-section-layout-background.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap ,
3280.aft-light-mode.aft-section-layout-background.aft-single-featured-full .entry-content-title-featured-wrap ,
3281.aft-light-mode.aft-section-layout-background.single #content > header.entry-header .read-details,
3282.aft-light-mode.aft-section-layout-background.blog main.site-main,
3283
3284.aft-light-mode.aft-section-layout-background .af-main-banner-latest-posts.grid-layout.chromenews-customizer .container-wrapper,
3285.aft-light-mode.aft-section-layout-background .comments-area,
3286.aft-light-mode.aft-section-layout-background .af-breadcrumbs,
3287.aft-light-mode.aft-section-layout-background .chromenews-customizer,
3288.aft-light-mode.aft-section-layout-background .chromenews-widget{
3289 background-color: #fff;
3290 -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
3291 box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
3292}
3293
3294.aft-dark-mode.aft-section-layout-background .header-layout-side .af-middle-header,
3295.aft-dark-mode.aft-section-layout-background .header-layout-centered .mid-header-wrapper{
3296 background-color: #313131;
3297}
3298
3299
3300.aft-dark-mode.aft-section-layout-background.page main.site-main,
3301.aft-dark-mode.aft-section-layout-background.search main.site-main,
3302.aft-dark-mode.aft-section-layout-background.archive main.site-main,
3303.aft-dark-mode.aft-section-layout-background.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap,
3304.aft-dark-mode.aft-section-layout-background.aft-single-featured-full .entry-content-title-featured-wrap,
3305.aft-dark-mode.aft-section-layout-background.single #content > header.entry-header .read-details,
3306.aft-dark-mode.aft-section-layout-background.single main.site-main .entry-content-wrap.read-single,
3307
3308.aft-dark-mode.aft-section-layout-background.blog main.site-main,
3309.aft-dark-mode.aft-section-layout-background .af-main-banner-latest-posts.grid-layout.chromenews-customizer .container-wrapper,
3310.aft-dark-mode.aft-section-layout-background .comments-area,
3311.aft-dark-mode.aft-section-layout-background .af-breadcrumbs,
3312.aft-dark-mode.aft-section-layout-background .chromenews-customizer,
3313.aft-dark-mode.aft-section-layout-background .chromenews-widget {
3314 background-color: #222;
3315}
3316
3317.aft-section-layout-background.home.blog main.site-main,
3318.aft-section-layout-background.blog main.site-main {
3319 padding-left: 20px;
3320 padding-right: 20px;
3321 padding-top: 20px;
3322}
3323
3324.aft-section-layout-background.blog main.site-main {
3325 padding-bottom: 20px;
3326}
3327
3328
3329.aft-section-layout-background .af-main-banner-latest-posts.chromenews-customizer .container-wrapper {
3330 padding-left: 20px;
3331 padding-right: 20px;
3332 box-sizing: border-box;
3333}
3334
3335
3336.aft-light-mode.aft-section-layout-background .site-footer .chromenews-widget,
3337.aft-dark-mode.aft-section-layout-background .site-footer .chromenews-widget{
3338 background-color: rgba(255, 255, 255, 0.075);
3339 -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
3340 box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
3341}
3342
3343.aft-light-mode.aft-section-layout-background.page.home main.site-main,
3344.aft-dark-mode.aft-section-layout-background.page.home main.site-main,
3345.aft-light-mode.home main.site-main,
3346.aft-dark-mode.home main.site-main,
3347.aft-light-mode.aft-section-layout-background .aft-archive-wrapper.chromenews-customizer ,
3348.aft-dark-mode.aft-section-layout-background .aft-archive-wrapper.chromenews-customizer {
3349 background-color: transparent;
3350 padding: 0;
3351 box-shadow: none;
3352 margin-bottom: 0;
3353}
3354
3355.aft-light-mode.aft-section-layout-background.single-content-mode-boxed.aft-single-featured-full-title-over-image header.entry-header{
3356 background: transparent;
3357 box-shadow: none;
3358}
3359
3360.single.aft-light-mode main.site-main,
3361.single.aft-dark-mode main.site-main{
3362 padding: 0;
3363 background: transparent;
3364 box-shadow: none;
3365}
3366
3367.aft-dark-mode.aft-section-layout-background.single main.site-main .entry-content.read-details,
3368.aft-light-mode.aft-section-layout-background.single main.site-main .entry-content.read-details{
3369 padding-top: 20px;
3370 padding-bottom: 20px;
3371}
3372
3373.aft-dark-mode.aft-section-layout-none.single main.site-main .entry-content.read-details,
3374.aft-light-mode.aft-section-layout-none.single main.site-main .entry-content.read-details{
3375 padding-top: 20px;
3376}
3377
3378.aft-main-banner-section.chromenews-customizer{
3379 padding: 0 0 20px;
3380 margin-bottom: 0;
3381}
3382
3383.af-boxed-layout .aft-main-banner-section.chromenews-customizer {
3384 padding-left: 20px;
3385 padding-right: 20px;
3386}
3387
3388body.aft-light-mode.aft-single-featured-full-title-below-image .af-breadcrumbs,
3389body.aft-light-mode.aft-single-featured-full .af-breadcrumbs,
3390body.aft-dark-mode.aft-single-featured-full-title-below-image .af-breadcrumbs,
3391body.aft-dark-mode.aft-single-featured-full .af-breadcrumbs,
3392
3393.aft-dark-mode .aft-main-banner-section.chromenews-customizer {
3394 background-color: transparent;
3395 box-shadow: none;
3396}
3397
3398.af-boxed-layout .aft-main-banner-section.chromenews-customizer .container-wrapper {
3399 padding-right: 0;
3400 padding-left: 0;
3401}
3402
3403.af-boxed-layout .above-footer-widget-section .container-wrapper,
3404.af-boxed-layout .aft-frontpage-feature-section-wrapper section,
3405.af-boxed-layout .aft-frontpage-feature-section-wrapper section .container-wrapper {
3406 padding-right: 0;
3407 padding-left: 0;
3408}
3409
3410.af-wide-layout .af-main-banner-latest-posts.grid-layout.chromenews-customizer .container-wrapper {
3411 max-width: 1100px;
3412}
3413
3414.aft-section-layout-background .chromenews-widget.chromenews_tabbed_posts_widget .tab-content.af-widget-body {
3415 padding-bottom: 20px;
3416}
3417
3418.af-wide-layout .aft-frontpage-feature-section-wrapper section,
3419.af-wide-layout .aft-main-banner-section.chromenews-customizer {
3420 padding-left: 0;
3421 padding-right: 0;
3422}
3423
3424.aft-section-layout-background .af-main-banner-featured-posts.chromenews-customizer .af-main-banner-featured-posts.chromenews-customizer,
3425.aft-section-layout-background .chromenews-customizer,
3426.aft-section-layout-background .chromenews-widget.chromenews_tabbed_posts_widget,
3427.aft-section-layout-background .chromenews-widget.chromenews_posts_double_columns_widget,
3428.aft-section-layout-background .chromenews-widget.chromenews_posts_single_column_widget,
3429.aft-section-layout-background .chromenews-widget.chromenews_express_posts_list_widget,
3430.aft-section-layout-background .chromenews-widget.chromenews_featured_posts_widget,
3431.aft-section-layout-background .chromenews-widget.chromenews_posts_lists_widget{
3432 padding-bottom: 0;
3433}
3434
3435body.aft-section-layout-background.aft-dark-mode .home-main-banner-widgets .chromenews-customizer,
3436body.aft-section-layout-background.aft-dark-mode .home-main-banner-widgets .chromenews-widget,
3437body.aft-section-layout-background.aft-light-mode .home-main-banner-widgets .chromenews-customizer,
3438body.aft-section-layout-background.aft-light-mode .home-main-banner-widgets .chromenews-widget{
3439 padding: 0;
3440 background: transparent;
3441 box-shadow: none;
3442}
3443
3444.aft-section-layout-background .home-main-banner-widgets .af-main-banner-featured-posts.chromenews-customizer .af-main-banner-featured-posts.chromenews-customizer,
3445.aft-section-layout-background .home-main-banner-widgets .chromenews-customizer,
3446.aft-section-layout-background .home-main-banner-widgets .chromenews-widget.chromenews_posts_double_columns_widget,
3447.aft-section-layout-background .home-main-banner-widgets .chromenews-widget.chromenews_posts_single_column_widget,
3448.aft-section-layout-background .home-main-banner-widgets .chromenews-widget.chromenews_express_posts_list_widget,
3449.aft-section-layout-background .home-main-banner-widgets .chromenews-widget.chromenews_featured_posts_widget,
3450.aft-section-layout-background .home-main-banner-widgets .chromenews-widget.chromenews_posts_lists_widget{
3451 margin-bottom: 0;
3452}
3453
3454
3455.aft-section-layout-none .af-main-banner-featured-posts.chromenews-customizer .af-main-banner-featured-posts.chromenews-customizer,
3456.aft-section-layout-none .chromenews-customizer,
3457.aft-section-layout-none .chromenews-widget.chromenews_posts_double_columns_widget,
3458.aft-section-layout-none .chromenews-widget.chromenews_posts_single_column_widget,
3459.aft-section-layout-none .chromenews-widget.chromenews_express_posts_list_widget,
3460.aft-section-layout-none .chromenews-widget.chromenews_featured_posts_widget,
3461.aft-section-layout-none .chromenews-widget.chromenews_posts_lists_widget{
3462 margin-bottom: 0;
3463}
3464
3465.aft-section-layout-background .aft-featured-video-section .chromenews-customizer,
3466.aft-section-layout-background .aft-main-banner-section.chromenews-customizer > div:last-child,
3467.aft-section-layout-background .aft-featured-category-section .express-carousel.chromenews-customizer {
3468 padding-bottom: 20px;
3469}
3470
3471.aft-section-layout-background .aft-featured-video-section.featured-yt-sec.chromenews-customizer .chromenews-customizer{
3472 padding-bottom: 20px;
3473 margin-bottom: 0;
3474}
3475
3476.aft-section-layout-none .chromenews_posts_carousel_widget .read-single,
3477.aft-section-layout-none .chromenews_posts_slider_widget .read-single {
3478 margin-bottom: 0;
3479}
3480
3481.aft-section-layout-none .af-main-banner-categorized-posts.express-carousel,
3482.aft-section-layout-none .aft-featured-video-section {
3483 margin-bottom: 20px;
3484}
3485
3486.aft-section-layout-background .af-main-banner-featured-posts.chromenews-customizer,
3487.aft-section-layout-background .aft-featured-category-section.featured-cate-sec.chromenews-customizer,
3488.aft-section-layout-background .aft-featured-video-section.featured-yt-sec.chromenews-customizer,
3489.aft-section-layout-background .chromenews-widget.chromenews_posts_carousel_widget .read-single,
3490.aft-section-layout-background .chromenews-widget.chromenews_posts_slider_widget .read-single{
3491 padding-bottom: 0;
3492}
3493
3494.aft-section-layout-background section.af-main-banner-featured-posts.chromenews-customizer,
3495.aft-section-layout-background .aft-featured-category-section.featured-cate-sec.chromenews-customizer,
3496.aft-section-layout-background .aft-featured-video-section.featured-yt-sec.chromenews-customizer{
3497 padding-top: 0;
3498}
3499
3500.aft-section-layout-background .chromenews-widget.chromenews_posts_carousel_widget .read-single,
3501.aft-section-layout-background .chromenews-widget.chromenews_posts_slider_widget .read-single{
3502 margin-bottom: 0;
3503}
3504
3505.aft-section-layout-background .af-main-banner-featured-posts.chromenews-customizer .featured-posts.chromenews-customizer,
3506.aft-section-layout-background .aft-featured-category-section.featured-cate-sec.chromenews-customizer .af-main-banner-categorized-posts.express-posts.chromenews-customizer {
3507 margin-bottom: 0;
3508}
3509
3510body:not(.full-width-content) #sidr .chromenews_featured_posts_widget .col-4.pad,
3511body:not(.full-width-content) #sidr .chromenews_posts_lists_widget .af-double-column.list-style.col-3,
3512body:not(.full-width-content) #secondary .chromenews_featured_posts_widget .col-4.pad,
3513body:not(.full-width-content) #secondary .chromenews_posts_lists_widget .af-double-column.list-style.col-3{
3514 width: 100%;
3515}
3516
3517#sidr .af-youtube-video-list .secondary-video .entry-header-yt-video-container,
3518#secondary .af-youtube-video-list .secondary-video .entry-header-yt-video-container,
3519#sidr .chromenews_youtube_video_widget .col-2.secondary-video,
3520#secondary .chromenews_youtube_video_widget .col-2.secondary-video,
3521#sidr .chromenews_youtube_video_widget .col-2.primary-video,
3522#secondary .chromenews_youtube_video_widget .col-2.primary-video{
3523 width: 100%;
3524}
3525
3526#sidr .chromenews_youtube_video_widget .primary-video ,
3527#secondary .chromenews_youtube_video_widget .primary-video {
3528 margin-bottom: 15px;
3529}
3530
3531#sidr .af-youtube-video-list iframe.entry-header-yt-iframe,
3532#secondary .af-youtube-video-list iframe.entry-header-yt-iframe,
3533#sidr .af-youtube-video-list .primary-video iframe.entry-header-yt-iframe,
3534#secondary .af-youtube-video-list .primary-video iframe.entry-header-yt-iframe,
3535#sidr .af-youtube-video-list .primary-video .entry-header-yt-video-wrapper,
3536#secondary .af-youtube-video-list .primary-video .entry-header-yt-video-wrapper,
3537#sidr .af-youtube-video-list .entry-header-yt-video-wrapper,
3538#secondary .af-youtube-video-list .entry-header-yt-video-wrapper{
3539 height: 255px;
3540}
3541
3542#sidr .chromenews_express_posts_list_widget .col-2.af-sec-post,
3543#secondary .chromenews_express_posts_list_widget .col-2.af-sec-post{
3544 width: 100%;
3545}
3546
3547#sidr .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details,
3548#secondary .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details{
3549 min-height: 0;
3550}
3551
3552#sidr .chromenews_posts_slider_widget .read-single .read-img.read-bg-img,
3553#secondary .chromenews_posts_slider_widget .read-single .read-img.read-bg-img {
3554 height: 240px;
3555}
3556
3557.site-footer .chromenews-widget.chromenews_posts_lists_widget .af-list-post .col-2 ,
3558#sidr .chromenews-widget.chromenews_posts_lists_widget .af-list-post .col-2 ,
3559#secondary .chromenews-widget.chromenews_posts_lists_widget .af-list-post .col-2 {
3560 width: 100%;
3561}
3562
3563#sidr .chromenews_posts_single_column_widget .list-style .read-single,
3564#secondary .chromenews_posts_single_column_widget .list-style .read-single{
3565 flex-wrap: wrap;
3566}
3567
3568#sidr .chromenews_posts_single_column_widget .list-style:last-child .list-style .read-single,
3569#secondary .chromenews_posts_single_column_widget .list-style:last-child .list-style .read-single{
3570 margin-bottom: 0;
3571}
3572
3573#sidr .chromenews_posts_single_column_widget .list-style .read-single .read-img,
3574#secondary .chromenews_posts_single_column_widget .list-style .read-single .read-img{
3575 height: 240px;
3576 width: 100%;
3577}
3578
3579#sidr .chromenews_posts_single_column_widget .list-style .read-single .read-details,
3580#secondary .chromenews_posts_single_column_widget .list-style .read-single .read-details{
3581 width: 100%;
3582}
3583
3584#sidr .chromenews_posts_double_columns_widget .col-2.af-sec-post,
3585#secondary .chromenews_posts_double_columns_widget .col-2.af-sec-post{
3586 width: 100%;
3587}
3588
3589body:not(.full-width-content) #sidr .chromenews_express_posts_grid_widget .af-express-grid-wrap,
3590body:not(.full-width-content) #secondary .chromenews_express_posts_grid_widget .af-express-grid-wrap{
3591
grid-template-columns: repeat(1, 1fr);
3592}
3593
3594body:not(.full-width-content) #sidr .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single ,
3595body:not(.full-width-content) #secondary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single {
3596 min-height: 240px;
3597}
3598
3599body:not(.full-width-content) #sidr .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child ,
3600body:not(.full-width-content) #secondary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
3601
grid-column-end: span 1;
3602
grid-row-end: span 1;
3603}
3604
3605
3606/* for secondary , offcanvas */
3607/*--------------------------------------------------------------
3608# Widgets end
3609--------------------------------------------------------------*/
3610
3611
3612/*--------------------------------------------------------------
3613# Content
3614--------------------------------------------------------------*/
3615.read-single{
3616 margin-bottom: 20px;
3617}
3618
3619.chromenews_posts_carousel_widget .read-single{
3620 margin-bottom: 0px;
3621}
3622
3623.af-main-banner-featured-posts .af-sec-post .read-single {
3624 overflow: hidden;
3625}
3626
3627.archive article.latest-posts-full:not(:last-child) .read-single {
3628 overflow: hidden;
3629}
3630
3631.read-img img{
3632 width: 100%;
3633}
3634
3635.af-single-article .read-img img {
3636 width: auto;
3637 max-width: 100%;
3638}
3639
3640.af-single-article .post-thumbnail img.wp-post-image {
3641 margin: 0 auto;
3642}
3643
3644.read-img.read-bg-img img{
3645 height: 100%;
3646 width: 100%;
3647 object-fit: cover;
3648 margin: 0;
3649}
3650
3651
3652.read-img.read-bg-img{
3653 background-size: cover;
3654 background-position: center;
3655 background-repeat: no-repeat;
3656 height: 240px;
3657 background-color: #ccc;
3658 overflow: hidden;
3659}
3660
3661.archive-list-post .read-categories,
3662.chromenews_posts_single_column_widget .read-categories,
3663.grid-design-default .category-min-read-wrap {
3664 position: absolute;
3665 bottom: 10px;
3666 left: 15px;
3667 right: 15px;
3668 z-index: 2;
3669}
3670
3671
3672.grid-design-default .pad.read-details {
3673 padding: 10px 0 0;
3674}
3675
3676
3677.af-reated-posts .latest-posts-grid.af-sec-post:nth-child(3n+1) {
3678 clear: left;
3679}
3680
3681.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(3n+1) {
3682 clear: none;
3683}
3684
3685.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post {
3686 width: 25%;
3687}
3688
3689.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(4n+1) {
3690 clear: left;
3691}
3692
3693
3694body.full-width-content #primary .chromenews_express_posts_list_widget .col-2 {
3695 width: 33.33%;
3696}
3697
3698
3699body.full-width-content .chromenews_express_posts_grid_widget .af-express-grid-wrap {
3700
grid-template-columns: repeat(3, 1fr);
3701}
3702
3703body.full-width-content .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
3704 min-height: 450px;
3705}
3706
3707
3708.af-main-banner-featured-posts .read-details.pad .read-title h4 {
3709 margin-top: 0;
3710}
3711
3712
3713.aft-masonry-archive-posts .read-img{
3714 height: unset;
3715 background-color: #dedede;
3716}
3717
3718
3719.read-title h4{
3720 font-size: 16px;
3721 margin: 5px 0;
3722 line-height: 1.4;
3723}
3724
3725
3726.archive-list-post .read-title h4 {
3727 margin-top: 0;
3728}
3729
3730
3731.read-title h4 a,
3732.read-title h2 a{
3733 color: #fff;
3734 border-bottom: 1px solid transparent;
3735 transition: all 0.075s linear;
3736}
3737
3738.read-title h4 a:hover,
3739.read-title h2 a:hover{
3740 border-bottom: 1px solid #ffcc00;
3741}
3742
3743body p,
3744.nav-previous h4, .nav-next h4,
3745.exclusive-posts .marquee a,
3746.widget ul.menu >li,
3747.widget ul ul li,
3748.widget ul > li,
3749.widget ol > li,
3750main ul li,
3751main ol li,
3752p,
3753input,
3754textarea,
3755.read-title h4,
3756.chromenews-customizer .post-description,
3757.chromenews-widget .post-description{
3758 font-family: 'Noto Serif', serif;
3759}
3760
3761input[type="submit"],
3762p.awpa-more-posts,
3763.post-description .aft-readmore-wrapper {
3764 font-family: Jost;
3765}
3766
3767
3768/*sticky post*/
3769article.sticky .read-single,
3770article.sticky .read-single > div.read-img{
3771 position: relative;
3772}
3773
3774article.sticky .read-single > div.read-img::before {
3775 content: "\f08d";
3776 font-family: "Font Awesome 5 Free";
3777 position: absolute;
3778 top: 20px;
3779 right: 20px;
3780 text-align: center;
3781 border: 2px solid #fff;
3782 color: #fff;
3783 width: 30px;
3784 height: 30px;
3785 line-height: 28px;
3786 z-index: 1;
3787 font-weight: 600;
3788}
3789
3790article.sticky .read-single.grid-design-texts-over-image > .read-details {
3791 position: absolute;
3792}
3793
3794
3795/*sticky post*/
3796
3797/*for first post*/
3798article.aft-first-post-full .read-details{
3799 padding: 15px;
3800}
3801
3802article.aft-first-post-full.latest-posts-full .read-descprition.full-item-discription{
3803 padding-top: 0;
3804}
3805
3806.archive-title-first article.aft-first-post-full.latest-posts-full .read-descprition.full-item-discription{
3807 padding-top: 10px;
3808}
3809
3810article.aft-first-post-full .read-single {
3811 margin-bottom: 30px;
3812}
3813
3814/*for first post*/
3815
3816.aft-featured-category-section .express-carousel {
3817 margin-bottom: 0;
3818}
3819
3820.aft-featured-category-section .express-carousel .read-single{
3821 margin-bottom: 0;
3822}
3823
3824
3825body.aft-light-mode .aft-main-banner-section.aft-banner-background-default{
3826 background-color: #fff;
3827}
3828
3829body.aft-dark-mode .aft-main-banner-section.aft-banner-background-default{
3830 background-color: #222222;
3831}
3832
3833
3834.af-main-banner-latest-posts.grid-layout.chromenews-customizer {
3835 box-shadow: none;
3836 padding-top: 0;
3837 padding-bottom: 0;
3838}
3839
3840
3841body .af-main-banner-latest-posts.grid-layout.chromenews-customizer {
3842 background-color: transparent;
3843}
3844
3845
3846.af-main-banner-latest-posts.grid-layout.chromenews-customizer .container-wrapper{
3847 padding-top: 20px;
3848}
3849
3850.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.chromenews-customizer .container-wrapper {
3851 max-width: 1140px;
3852}
3853
3854.af-boxed-layout .af-main-banner-latest-posts.grid-layout.chromenews-customizer {
3855 padding: 0;
3856}
3857
3858.af-wide-layout .aft-main-banner-section.chromenews-customizer {
3859 margin-bottom: 0;
3860}
3861
3862
3863.aft-frontpage-feature-section-wrapper {
3864 margin-top: 20px;
3865}
3866
3867/*frontpage featured section*/
3868
3869.read-categories > ul,
3870.read-categories > div{display: inline-block;}
3871
3872
3873.af-post-slider .read-details .read-categories,
3874.af-banner-carousel.common-carousel .read-details .read-categories,
3875.banner-grid-wrapper .grid-item .read-details .read-categories,
3876.banner-single-slider-1 .read-details .read-categories{
3877 padding: 10px 0 0;
3878}
3879
3880footer.site-footer.data-bg,
3881section.aft-main-banner-section.data-bg {
3882 position: relative;
3883 z-index: 0;
3884 background-position: center;
3885 background-repeat: no-repeat;
3886 background-size: cover;
3887}
3888
3889footer.site-footer.data-bg::before,
3890section.aft-main-banner-section.data-bg::before {
3891 content: "";
3892 position: absolute;
3893 left: 0;
3894 top: 0;
3895 height: 100%;
3896 width: 100%;
3897 background: rgba(0,0,0,0.5);
3898 background: radial-gradient(rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.25));
3899 z-index: -1;
3900}
3901
3902
3903/*aft-readmore-wrapper*/
3904.aft-readmore-wrapper a.aft-readmore{
3905
font-size: 12px;
3906 margin-top: 15px;
3907 padding: 9px 15px;
3908 border: 1px solid rgba(0,0,0,0.3);
3909 display: inline-block;
3910 font-weight: 600;
3911 transition: all 0.075s ease;
3912 color: #404040;
3913 text-transform: uppercase;
3914 line-height: 1;
3915}
3916
3917.aft-readmore-wrapper a.aft-readmore:hover{
3918 border-color: #ffcc00 ;
3919}
3920
3921.chromenews-load-more-posts a.aft-readmore{
3922 margin-top: 0;
3923 margin-bottom: 20px;
3924}
3925
3926.aft-section-layout-background .chromenews-load-more-posts a.aft-readmore{
3927 /* margin-top: 15px; */
3928}
3929
3930
3931.aft-see-more {
3932 display: inline-block;
3933}
3934
3935.aft-see-more a{
3936 text-transform: uppercase;
3937 display: inline-block;
3938 color: #000;
3939 font-weight: 700;
3940 margin-top: 20px;
3941 background-image: -o-linear-gradient(330deg,#ffcc00 0,#ffcc00 100%);
3942 background-image: linear-gradient(120deg,#ffcc00,#ffcc00);
3943 background-position: 0 100%;
3944 background-repeat: no-repeat;
3945 background-size: 100% 0;
3946 border-bottom: 2px solid #ffcc00;
3947 -webkit-transition: background-size .125s ease-in;
3948 -o-transition: background-size .125s ease-in;
3949 transition: background-size .125s ease-in;
3950}
3951
3952.aft-dark-mode .aft-see-more a {
3953 color: #fff;
3954}
3955
3956.aft-see-more a:hover,
3957.aft-dark-mode .aft-see-more a:hover {
3958 color: #000;
3959 background-size: 100% 100%;
3960}
3961
3962
3963/*aft-readmore-wrapper*/
3964
3965section.aft-featured-video-section .section-wrapper {
3966 position: relative;
3967}
3968
3969
3970/*featured posts layout-1*/
3971.aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
3972.chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img {
3973 height: 240px;
3974}
3975
3976.featured-post-items-wrap .af-sec-post:not(.list-part) .read-details {
3977
display: flex;
3978 flex-direction: column;
3979 justify-content: center;
3980}
3981
3982/*featured posts layout-1*/
3983/*featured posts layout-2*/
3984.af-post-carousel-list .slick-list,
3985.af-post-carousel .slick-list {
3986 margin-right: -10px;
3987 margin-left: -10px;
3988}
3989
3990.af-main-banner-categorized-posts .af-post-carousel .read-img{height: 240px;}
3991
3992
3993.af-list-post .read-title h4,
3994.featured-post-items-wrap .af-sec-post.list-part .read-title h4,
3995.af-main-banner-categorized-posts.express-posts .af-sec-post.list-part .read-title h4,
3996.af-main-banner-categorized-posts.express-carousel .af-sec-post .read-title h4 {
3997 margin-top: 0;
3998}
3999
4000.chromenews-customizer .post-description,
4001.chromenews-widget .post-description {
4002 margin-top: 10px;
4003}
4004
4005/*featured posts layout-2*/
4006
4007/*boxed banner */
4008.aft-main-banner-wrapper .aft-main-banner-part {
4009
display: flex;
4010 flex-wrap: wrap;
4011}
4012
4013.af-banner-wrapper .aft-main-banner-wrapper{
4014 margin-left: -10px;
4015 margin-right: -10px;
4016}
4017
4018/*boxed banner */
4019
4020/*editors pick thumbnail*/
4021.af-main-banner-thumb-posts .af-sec-post .read-single,
4022.af-main-banner-tabbed-posts .af-sec-post .read-single{
4023 margin-bottom: 20px;
4024 overflow: hidden;
4025}
4026
4027.af-main-banner-thumb-posts .af-sec-post:nth-child(3) .read-single,
4028.af-main-banner-thumb-posts .af-sec-post:nth-child(4) .read-single{
4029 margin-bottom: 0;
4030}
4031
4032.af-main-banner-tabbed-posts li.af-sec-post.list-part:last-child .read-single{
4033 margin-bottom: 0;
4034}
4035
4036.af-main-banner-thumb-posts .af-sec-post:nth-child(3) .list-style .read-single{
4037 margin-bottom: 10px;
4038}
4039
4040
4041.af-main-banner-thumb-posts .af-sec-post{
4042 width: 100%;
4043}
4044
4045
4046.af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
4047 width: 100%;
4048 display: block;
4049 height: 250px;
4050}
4051
4052
4053.grid-design-texts-over-image .read-details{
4054 position: absolute;
4055 bottom: 0;
4056 left: 0;
4057 width: 100%;
4058 color: #fff;
4059 z-index: 2;
4060 padding: 15px;
4061 background: rgba(0,0,0,0.75);
4062 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
4063}
4064
4065
4066.aft-slider-part .read-single .post-format-and-min-read-wrap,
4067.aft-slider-part .read-single .read-categories,
4068.af-post-carousel .af-sec-post .read-single .post-format-and-min-read-wrap,
4069.af-post-carousel .af-sec-post .read-single .read-categories,
4070.af-main-banner-thumb-posts .af-sec-post .read-single .post-format-and-min-read-wrap,
4071.af-main-banner-thumb-posts .af-sec-post .read-single .read-categories{
4072 display: inline-block;
4073}
4074
4075.aft-slider-part .read-single .post-format-and-min-read-wrap,
4076.af-post-carousel .af-sec-post .read-single .post-format-and-min-read-wrap,
4077.af-main-banner-thumb-posts .af-sec-post .read-single .post-format-and-min-read-wrap{
4078 margin-right: 2px;
4079}
4080
4081
4082.aft-light-mode.aft-section-layout-background .af-main-banner-thumb-posts .small-grid-style .af-sec-post .grid-design-default .read-details .read-title h4 a{
4083 color: #202020;
4084}
4085
4086.aft-light-mode.aft-section-layout-background .aft-banner-background-alternative .af-main-banner-thumb-posts .small-grid-style .af-sec-post .grid-design-default .read-details .read-title h4 a{
4087 color: #fff;
4088}
4089
4090.aft-light-mode.aft-section-layout-background .aft-main-banner-section.data-bg .af-main-banner-thumb-posts .small-grid-style .af-sec-post .grid-design-default .read-details .read-title h4 a {
4091 color: #fff;
4092}
4093
4094.af-main-banner-thumb-posts .af-sec-post:last-child .read-single{
4095 margin-bottom: 0;
4096}
4097
4098
4099.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel){
4100
display: flex;
4101 align-items: center;
4102}
4103
4104.aft-main-banner-wrapper .aft-trending-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
4105.aft-main-banner-wrapper .aft-tabbed-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
4106 height: 85px;
4107 max-width: 85px;
4108}
4109
4110.aft-main-banner-wrapper .aft-trending-part.col-4 .af-double-column.list-style .read-details.pad,
4111.aft-main-banner-wrapper .aft-tabbed-part.col-4 .af-double-column.list-style .read-details.pad{
4112 max-height: 85px;
4113 width: calc(100% - 85px);
4114 overflow: hidden;
4115}
4116
4117.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .min-read {
4118 color: #4a4a4a;
4119 opacity: 0.75;
4120 padding: 0;
4121 background-color: transparent;
4122 letter-spacing: normal;
4123}
4124
4125/*editors pick thumbnail*/
4126
4127/*banner trending now*/
4128.banner-vertical-slider .slick-list {
4129 margin-bottom: -20px;
4130}
4131
4132.banner-vertical-slider .read-single {
4133 margin-bottom: 20px;
4134 min-height: 85px;
4135}
4136
4137.banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
4138 height: 136px;
4139 width: 50%;
4140 max-width: 136px
4141}
4142
4143.banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
4144 max-height: 136px;
4145 max-width: calc(100% - 136px);
4146}
4147
4148
4149.aft-main-banner-part.aft-banner-horizontal .banner-vertical-slider .read-single {
4150 margin-right: 10px;
4151 margin-left: 10px;
4152}
4153
4154
4155.aft-main-banner-part.aft-banner-horizontal .banner-vertical-slider .slick-list {
4156 margin-left: -10px;
4157 margin-right: -10px;
4158}
4159
4160
4161/*banner trending now*/
4162
4163/*================= banner layout default ===================*/
4164.aft-banner-layout-default.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
4165 height: 487px;
4166}
4167
4168.aft-banner-layout-default .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list {
4169 margin: 0 -10px;
4170}
4171
4172.aft-banner-layout-default .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list .af-sec-post {
4173 padding: 0 10px;
4174}
4175
4176.aft-banner-layout-default .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
4177 height: 252px;
4178}
4179
4180.aft-banner-layout-default .aft-horizontal-grid-part,
4181.aft-banner-layout-default .aft-main-banner-slider-part{
4182 width: 100%;
4183}
4184
4185.aft-banner-layout-default.aft-banner-order-2 .aft-main-banner-part ,
4186.aft-banner-layout-default.aft-banner-order-4 .aft-main-banner-part {
4187 flex-direction: row-reverse;
4188}
4189
4190.aft-banner-layout-default.aft-banner-order-4 .aft-main-banner-part > .aft-slider-part,
4191.aft-banner-layout-default.aft-banner-order-3 .aft-main-banner-part > .aft-slider-part{
4192
display: flex;
4193 flex-wrap: wrap;
4194 flex-direction: column-reverse;
4195}
4196
4197.aft-banner-layout-default.aft-banner-order-2 .aft-main-banner-slider-part,
4198.aft-banner-layout-default.aft-banner-order-1 .aft-main-banner-slider-part {
4199 margin-bottom: 20px;
4200}
4201
4202.aft-banner-layout-default.aft-banner-order-4 .aft-horizontal-grid-part,
4203.aft-banner-layout-default.aft-banner-order-3 .aft-horizontal-grid-part {
4204 margin-bottom: 20px;
4205}
4206
4207/*================= banner layout default ===================*/
4208
4209/* =================== banner layout aligned =================== */
4210.aft-banner-layout-aligned .aft-main-banner-wrapper .aft-slider-part {
4211
display: flex;
4212 padding: 0;
4213 flex-wrap: wrap;
4214}
4215
4216.aft-section-layout-none .aft-banner-layout-aligned .aft-main-banner-wrapper .aft-trending-part,
4217.aft-section-layout-none .aft-banner-layout-aligned .aft-main-banner-wrapper .aft-slider-part {
4218 padding: 0;
4219}
4220
4221
4222@media screen and (min-width: 1025px){
4223 .aft-banner-layout-aligned .aft-main-banner-wrapper .aft-main-banner-slider-part {
4224 width:66.67%;
4225 padding: 0 10px;
4226 }
4227
4228 .aft-banner-layout-aligned .aft-main-banner-wrapper .chromenews-customizer.col-3 {
4229 padding: 0 10px;
4230 }
4231
4232}
4233
4234
4235.aft-banner-layout-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part ,
4236.aft-banner-layout-aligned.aft-banner-order-1 .aft-main-banner-wrapper .aft-slider-part {
4237 margin-bottom: 0;
4238}
4239
4240.aft-banner-layout-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-trending-part ,
4241.aft-banner-layout-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-trending-part {
4242 margin-bottom: 0;
4243}
4244
4245.aft-banner-layout-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part ,
4246.aft-banner-layout-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part {
4247 flex-direction: row-reverse;
4248}
4249
4250
4251.aft-banner-layout-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part,
4252.aft-banner-layout-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part{
4253 order: 2;
4254}
4255
4256.aft-banner-layout-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part,
4257.aft-banner-layout-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part{
4258 order: 1;
4259}
4260
4261
4262.aft-banner-layout-aligned .af-widget-carousel {
4263 position: relative;
4264}
4265
4266.aft-banner-layout-aligned.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
4267 height: 530px;
4268}
4269
4270.aft-banner-layout-aligned .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list {
4271 margin: 0 -10px;
4272}
4273
4274.aft-banner-layout-aligned .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list .af-sec-post {
4275 padding: 0 10px;
4276}
4277
4278.aft-banner-layout-aligned .aft-main-banner-wrapper .chromenews-customizer.col-3 .af-slick-navcontrols{
4279 right: 10px;
4280}
4281
4282.aft-banner-layout-aligned .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3 .read-single {
4283 margin-bottom: 20px;
4284}
4285
4286
4287@media screen and (min-width: 1025px){
4288 .aft-banner-layout-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
4289 .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track .read-single,
4290 .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
4291 .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track .slick-slide > div,
4292 .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track .slick-slide,
4293 .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-track,
4294 .aft-banner-layout-aligned .aft-main-banner-slider-part .slick-list,
4295 .aft-banner-layout-aligned .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
4296 .aft-banner-layout-aligned .aft-main-banner-slider-part .af-widget-carousel,
4297 .aft-banner-layout-aligned .aft-main-banner-slider-part {
4298 height: 100%;
4299 max-height: 100%;
4300 }
4301
4302}
4303
4304.aft-banner-layout-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
4305 position: absolute;
4306 top: 0;
4307 left: 0;
4308}
4309
4310/* =================== banner layout aligned =================== */
4311
4312/* =================== banner layout tiled 2 =================== */
4313.aft-banner-layout-tiled-2.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part ,
4314.aft-banner-layout-tiled-2.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part {
4315 order: 2;
4316}
4317
4318.aft-banner-layout-tiled-2.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part ,
4319.aft-banner-layout-tiled-2.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part {
4320 order: 1;
4321}
4322
4323.aft-banner-layout-tiled-2 .aft-main-banner-wrapper .aft-slider-part {
4324
display: flex;
4325 flex-wrap: wrap;
4326 padding: 0;
4327}
4328
4329
4330.aft-banner-layout-tiled-2.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
4331.aft-banner-layout-tiled-2.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part {
4332 order: 2;
4333}
4334
4335.aft-banner-layout-tiled-2.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-3,
4336.aft-banner-layout-tiled-2.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-3 {
4337 order: 1;
4338}
4339
4340
4341.aft-banner-layout-tiled-2 .af-widget-carousel {
4342 position: relative;
4343}
4344
4345.aft-banner-layout-tiled-2.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
4346 height: 500px;
4347}
4348
4349.aft-banner-layout-tiled-2 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img {
4350 height: 240px;
4351}
4352
4353.aft-banner-layout-tiled-2 .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3 .af-sec-post:not(:last-child) .read-single {
4354 margin-bottom: 20px;
4355}
4356
4357.aft-banner-layout-tiled-2 .aft-main-banner-wrapper .aft-slider-part,
4358.aft-banner-layout-tiled-2 .aft-main-banner-wrapper .aft-thumb-part{
4359 margin-bottom: 0;
4360}
4361
4362/* =================== banner layout tiled 2 =================== */
4363
4364/* =================== banner layout tiled 3 =================== */
4365.aft-banner-layout-tiled-3.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part ,
4366.aft-banner-layout-tiled-3.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part {
4367 order: 2;
4368}
4369
4370.aft-banner-layout-tiled-3.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part ,
4371.aft-banner-layout-tiled-3.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part {
4372 order: 1;
4373}
4374
4375.aft-banner-layout-tiled-3 .aft-main-banner-wrapper .aft-slider-part {
4376
display: flex;
4377 flex-wrap: wrap;
4378 padding: 0;
4379}
4380
4381.aft-banner-layout-tiled-3.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part ,
4382.aft-banner-layout-tiled-3.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part {
4383 order: 2;
4384}
4385
4386.aft-banner-layout-tiled-3.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-40 ,
4387.aft-banner-layout-tiled-3.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-40 {
4388 order: 1;
4389}
4390
4391.aft-banner-layout-tiled-3 .af-widget-carousel {
4392 position: relative;
4393}
4394
4395.aft-banner-layout-tiled-3.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
4396 height: 460px;
4397}
4398
4399.aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img {
4400 height: 160px;
4401}
4402
4403.aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:first-child .read-img.read-bg-img {
4404 height: 280px;
4405}
4406
4407.aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:first-child {
4408 margin-bottom: 20px;
4409}
4410
4411.aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:not(:first-child) {
4412 width: 50%;
4413}
4414
4415.aft-banner-layout-tiled-3 .aft-main-banner-wrapper .aft-slider-part,
4416.aft-banner-layout-tiled-3 .aft-main-banner-wrapper .aft-thumb-part{
4417 margin-bottom: 0;
4418}
4419
4420/* =================== banner layout tiled 3 =================== */
4421
4422/* =================== banner layout tiled 4 =================== */
4423.aft-banner-layout-tiled-4.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part ,
4424.aft-banner-layout-tiled-4.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part {
4425 order: 2;
4426}
4427
4428.aft-banner-layout-tiled-4.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part ,
4429.aft-banner-layout-tiled-4.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part {
4430 order: 1;
4431}
4432
4433.aft-banner-layout-tiled-4 .aft-main-banner-wrapper .aft-slider-part {
4434
display: flex;
4435 flex-wrap: wrap;
4436 padding: 0;
4437}
4438
4439.aft-banner-layout-tiled-4.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-2 ,
4440.aft-banner-layout-tiled-4.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-2 {
4441 order: 1;
4442}
4443
4444.aft-banner-layout-tiled-4.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-2.aft-main-banner-slider-part ,
4445.aft-banner-layout-tiled-4.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-2.aft-main-banner-slider-part {
4446 order: 2;
4447}
4448
4449.aft-banner-layout-tiled-4 .af-widget-carousel {
4450 position: relative;
4451}
4452
4453.aft-banner-layout-tiled-4.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
4454 height: 380px;
4455}
4456
4457.aft-banner-layout-tiled-4 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img {
4458 height: 180px;
4459}
4460
4461.aft-banner-layout-tiled-4 .af-main-banner-thumb-posts .af-sec-post:nth-child(1) ,
4462.aft-banner-layout-tiled-4 .af-main-banner-thumb-posts .af-sec-post:nth-child(2) {
4463 margin-bottom: 20px;
4464}
4465
4466.aft-banner-layout-tiled-4 .af-main-banner-thumb-posts .af-sec-post {
4467 width: 50%;
4468}
4469
4470.aft-banner-layout-tiled-4 .aft-main-banner-wrapper .aft-slider-part,
4471.aft-banner-layout-tiled-4 .aft-main-banner-wrapper .aft-thumb-part{
4472 margin-bottom: 0;
4473}
4474
4475/* =================== banner layout tiled 4 =================== */
4476
4477/* =================== banner layout tiled 5 =================== */
4478.aft-banner-layout-tiled.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part ,
4479.aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part {
4480 order: 2;
4481}
4482
4483.aft-banner-layout-tiled.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part ,
4484.aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-trending-part {
4485 order: 1;
4486}
4487
4488.aft-banner-layout-tiled .aft-main-banner-wrapper .aft-slider-part {
4489 padding: 0 10px;
4490 display: grid;
4491
grid-gap: 20px;
4492
grid-template-columns: repeat(3, 1fr);
4493
grid-auto-rows: minmax(240px, auto);
4494 margin-bottom: 0;
4495}
4496
4497.aft-banner-layout-tiled .af-widget-carousel {
4498 position: relative;
4499}
4500
4501.aft-banner-layout-tiled.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
4502 height: 500px;
4503}
4504
4505.aft-banner-layout-tiled .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part {
4506
grid-column: span 2;
4507
grid-row: span 2;
4508 width: 100%;
4509 padding: 0;
4510}
4511
4512.aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part ,
4513.aft-banner-layout-tiled.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part {
4514
grid-column-start: 2;
4515
grid-row-start: 2;
4516
grid-column-end: 4;
4517
grid-row-end: 4;
4518}
4519
4520.aft-banner-layout-tiled .aft-main-banner-wrapper .aft-slider-part .af-sec-post{
4521 width: 100%;
4522 padding: 0;
4523}
4524
4525.aft-banner-layout-tiled .aft-main-banner-wrapper .aft-slider-part .af-sec-post .read-img.read-bg-img {
4526 height: 240px;
4527}
4528
4529/* =================== banner layout tiled 5 =================== */
4530
4531/* =================== banner layout trending =================== */
4532.aft-main-banner-section[class*="aft-banner-layout-tiled"] .aft-trending-part .af-widget-carousel{
4533 position: relative;
4534}
4535
4536.aft-main-banner-section[class*="aft-banner-layout-tiled"] .aft-trending-part .read-img .trending-no{
4537 right: 0;
4538 left: unset;
4539 top: 0;
4540}
4541
4542
4543.aft-main-banner-section[class*="aft-banner-layout-tiled"] .aft-trending-part .af-slick-navcontrols.af-trending-navcontrols{
4544 top: 50%;
4545 transform: translateY(-12px);
4546 left: 0;
4547 width: 100%;
4548 height: unset;
4549 background: transparent;
4550}
4551
4552.aft-main-banner-section[class*="aft-banner-layout-tiled"] .aft-trending-part .af-slick-navcontrols.af-trending-navcontrols .slide-icon.slide-prev{
4553 right: unset;
4554 left: 0;
4555}
4556
4557.aft-main-banner-section[class*="aft-banner-layout-tiled"] .aft-main-banner-wrapper .aft-trending-part .read-single{
4558 margin-bottom: 0;
4559}
4560
4561.aft-main-banner-section[class*="aft-banner-layout-tiled"] .aft-main-banner-wrapper .aft-trending-part .chromenews-customizer .slick-list{
4562 margin: 0 -10px;
4563}
4564
4565.aft-main-banner-section[class*="aft-banner-layout-tiled"] .aft-main-banner-wrapper .aft-trending-part .chromenews-customizer .slick-item{
4566 padding: 0 10px;
4567}
4568
4569/* =================== banner layout trending =================== */
4570
4571/* =================== banner layout horizontal ==================== */
4572.aft-banner-layout-horizontal.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{order: 1;}
4573
4574.aft-banner-layout-horizontal.aft-banner-order-2 .aft-main-banner-wrapper .aft-trending-part{order: 3;}
4575
4576.aft-banner-layout-horizontal.aft-banner-order-2 .aft-main-banner-wrapper .aft-horizontal-grid-part{order: 2;}
4577
4578
4579.aft-banner-layout-horizontal.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
4580
4581.aft-banner-layout-horizontal.aft-banner-order-3 .aft-main-banner-wrapper .aft-trending-part{order: 1;}
4582
4583.aft-banner-layout-horizontal.aft-banner-order-3 .aft-main-banner-wrapper .aft-horizontal-grid-part{order: 3;}
4584
4585
4586.aft-banner-layout-horizontal.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part{order: 3;}
4587
4588.aft-banner-layout-horizontal.aft-banner-order-4 .aft-main-banner-wrapper .aft-trending-part{order: 1;}
4589
4590.aft-banner-layout-horizontal.aft-banner-order-4 .aft-main-banner-wrapper .aft-horizontal-grid-part{order: 2;}
4591
4592
4593.aft-main-banner-section.aft-banner-layout-horizontal .af-banner-carousel .read-img.read-bg-img {
4594 height: 400px;
4595}
4596
4597.aft-banner-layout-horizontal .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list {
4598 margin: 0 -10px;
4599}
4600
4601.aft-banner-layout-horizontal .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list .af-sec-post {
4602 padding: 0 10px;
4603}
4604
4605.aft-banner-layout-horizontal .aft-horizontal-grid-part {
4606 margin-top: 20px;
4607}
4608
4609/* =================== banner layout horizontal ==================== */
4610
4611
4612/* =================== banner layout vertical ==================== */
4613.aft-banner-layout-vertical.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{order: 1;}
4614
4615.aft-banner-layout-vertical.aft-banner-order-2 .aft-main-banner-wrapper .aft-trending-part{order: 2;}
4616
4617.aft-banner-layout-vertical.aft-banner-order-2 .aft-main-banner-wrapper .aft-thumb-part {order: 3;}
4618
4619
4620.aft-banner-layout-vertical.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
4621
4622.aft-banner-layout-vertical.aft-banner-order-3 .aft-main-banner-wrapper .aft-trending-part{order: 3;}
4623
4624.aft-banner-layout-vertical.aft-banner-order-3 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}
4625
4626
4627.aft-banner-layout-vertical.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part{order: 3;}
4628
4629.aft-banner-layout-vertical.aft-banner-order-4 .aft-main-banner-wrapper .aft-trending-part{order: 2;}
4630
4631.aft-banner-layout-vertical.aft-banner-order-4 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}
4632
4633
4634@media screen and (min-width: 1025px){
4635 .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
4636 .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track .read-single,
4637 .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
4638 .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track .slick-slide > div,
4639 .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track .slick-slide,
4640 .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-track,
4641 .aft-banner-layout-vertical .aft-main-banner-slider-part .slick-list,
4642 .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
4643 .aft-banner-layout-vertical .aft-main-banner-slider-part .af-widget-carousel,
4644 .aft-banner-layout-vertical .aft-main-banner-slider-part {
4645 height: 100%;
4646 max-height: 100%;
4647 }
4648
4649}
4650
4651.aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
4652 position: absolute;
4653 top: 0;
4654 left: 0;
4655}
4656
4657.aft-banner-layout-vertical .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
4658 height: 85px;
4659 width: 85px;
4660}
4661
4662.aft-banner-layout-vertical .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
4663 max-height: 85px;
4664 overflow: hidden;
4665 width: calc(100% - 85px);
4666 max-width: calc(100% - 85px);
4667}
4668
4669/* =================== banner layout vertical ==================== */
4670
4671
4672/* =================== banner layout compressed ==================== */
4673.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-editors-and-trending-part ,
4674.aft-banner-layout-compressed.aft-banner-order-2 .aft-main-banner-wrapper .aft-editors-and-trending-part {
4675
display: flex;
4676 flex-wrap: wrap;
4677}
4678
4679.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-trending-part ,
4680.aft-banner-layout-compressed.aft-banner-order-2 .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-trending-part {
4681 order: 1;
4682}
4683
4684.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-grid-part ,
4685.aft-banner-layout-compressed.aft-banner-order-2 .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-grid-part {
4686 order: 2;
4687}
4688
4689.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-editors-and-trending-part,
4690.aft-banner-layout-compressed.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-editors-and-trending-part{
4691 order: 1;
4692}
4693
4694.aft-banner-layout-compressed.aft-banner-order-4 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part,
4695.aft-banner-layout-compressed.aft-banner-order-3 .aft-main-banner-wrapper .aft-main-banner-part .aft-slider-part {
4696 order: 2;
4697}
4698
4699.aft-banner-layout-compressed .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-trending-part ,
4700.aft-banner-layout-compressed .aft-main-banner-wrapper .aft-editors-and-trending-part .aft-horizontal-grid-part {
4701 width: 100%;
4702}
4703
4704.aft-banner-layout-compressed.aft-banner-order-1 .aft-editors-and-trending-part .aft-horizontal-trending-part ,
4705.aft-banner-layout-compressed.aft-banner-order-3 .aft-editors-and-trending-part .aft-horizontal-trending-part,
4706.aft-banner-layout-compressed.aft-banner-order-2 .aft-editors-and-trending-part .aft-horizontal-grid-part ,
4707.aft-banner-layout-compressed.aft-banner-order-4 .aft-editors-and-trending-part .aft-horizontal-grid-part {
4708 margin-top: 20px;
4709}
4710
4711@media screen and (min-width: 1025px){
4712 .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
4713 .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track .read-single,
4714 .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
4715 .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track .slick-slide > div,
4716 .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track .slick-slide,
4717 .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-track,
4718 .aft-banner-layout-compressed .aft-main-banner-slider-part .slick-list,
4719 .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
4720 .aft-banner-layout-compressed .aft-main-banner-slider-part .af-widget-carousel,
4721 .aft-banner-layout-compressed .aft-main-banner-slider-part {
4722 height: 100%;
4723 }
4724
4725}
4726
4727.aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
4728 position: absolute;
4729 top: 0;
4730 left: 0;
4731}
4732
4733.aft-banner-layout-compressed .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list {
4734 margin: 0 -10px;
4735}
4736
4737.aft-banner-layout-compressed .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list .af-sec-post {
4738 padding: 0 10px;
4739}
4740
4741/* =================== banner layout compressed ==================== */
4742
4743/* =================== banner layout tabbed ==================== */
4744@media screen and (min-width: 1025px){
4745 .aft-banner-layout-tabbed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
4746 .aft-banner-layout-tabbed .aft-main-banner-slider-part .slick-track .read-single,
4747 .aft-banner-layout-tabbed .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
4748 .aft-banner-layout-tabbed .aft-main-banner-slider-part .slick-track .slick-slide > div,
4749 .aft-banner-layout-tabbed .aft-main-banner-slider-part .slick-track .slick-slide,
4750 .aft-banner-layout-tabbed .aft-main-banner-slider-part .slick-track,
4751 .aft-banner-layout-tabbed .aft-main-banner-slider-part .slick-list,
4752 .aft-banner-layout-tabbed .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
4753 .aft-banner-layout-tabbed .aft-main-banner-slider-part .af-widget-carousel,
4754 .aft-banner-layout-tabbed .aft-main-banner-slider-part {
4755 height: 100%;
4756 }
4757
4758
4759 .aft-banner-layout-tabbed .aft-main-banner-wrapper .aft-main-banner-slider-part {
4760 width:66.67%;
4761 padding: 0 10px;
4762 }
4763
4764 .aft-banner-layout-tabbed .aft-main-banner-wrapper .chromenews-customizer.col-3 {
4765 padding: 0 10px;
4766 }
4767
4768}
4769
4770.aft-banner-layout-tabbed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
4771 position: absolute;
4772 top: 0;
4773 left: 0;
4774}
4775
4776.aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part .af-widget-carousel {
4777 position: relative;
4778}
4779
4780
4781.aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part {
4782
display: flex;
4783 flex-wrap: wrap;
4784 padding: 0;
4785}
4786
4787.aft-banner-layout-tabbed.aft-banner-order-4 .aft-main-banner-part .aft-slider-part .aft-main-banner-slider-part ,
4788.aft-banner-layout-tabbed.aft-banner-order-2 .aft-main-banner-part .aft-slider-part .aft-main-banner-slider-part {
4789 order: 2;
4790}
4791
4792.aft-banner-layout-tabbed.aft-banner-order-4 .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3 ,
4793.aft-banner-layout-tabbed.aft-banner-order-2 .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3 {
4794 order: 1;
4795}
4796
4797.aft-banner-layout-tabbed.aft-banner-order-4 .aft-main-banner-part .aft-slider-part,
4798.aft-banner-layout-tabbed.aft-banner-order-3 .aft-main-banner-part .aft-slider-part{
4799 order: 2;
4800}
4801
4802.aft-banner-layout-tabbed.aft-banner-order-4 .aft-main-banner-part .aft-tabbed-part ,
4803.aft-banner-layout-tabbed.aft-banner-order-3 .aft-main-banner-part .aft-tabbed-part {
4804 order: 1;
4805}
4806
4807
4808.aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part .af-main-banner-tabbed-posts .read-single {
4809 margin-bottom: 20px;
4810}
4811
4812.aft-banner-layout-tabbed .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list {
4813 margin: 0 -10px;
4814}
4815
4816.aft-banner-layout-tabbed .aft-horizontal-grid-part .af-widget-carousel.slick-slider .slick-list .af-sec-post {
4817 padding: 0 10px;
4818}
4819
4820
4821/* =================== banner layout tabbed ==================== */
4822
4823/* =================== banner layout tabbed and aligned ==================== */
4824@media screen and (min-width: 1025px){
4825 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
4826 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track .read-single,
4827 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
4828 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track .slick-slide > div,
4829 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track .slick-slide,
4830 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-track,
4831 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .slick-list,
4832 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
4833 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-widget-carousel,
4834 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part {
4835 height: 100%;
4836 }
4837
4838}
4839
4840.aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
4841 position: absolute;
4842 top: 0;
4843 left: 0;
4844}
4845
4846.aft-banner-layout-tabbed-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{order: 1;}
4847
4848.aft-banner-layout-tabbed-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-tabbed-part{order: 2;}
4849
4850.aft-banner-layout-tabbed-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-thumb-part {order: 3;}
4851
4852
4853.aft-banner-layout-tabbed-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
4854
4855.aft-banner-layout-tabbed-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-tabbed-part{order: 3;}
4856
4857.aft-banner-layout-tabbed-aligned.aft-banner-order-3 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}
4858
4859
4860.aft-banner-layout-tabbed-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part{order: 3;}
4861
4862.aft-banner-layout-tabbed-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-tabbed-part{order: 2;}
4863
4864.aft-banner-layout-tabbed-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-thumb-part {order: 1;}
4865
4866/* =================== banner layout tabbed and aligned ==================== */
4867
4868/* =================== banner layout tabbed and trending ==================== */
4869@media screen and (min-width: 1025px){
4870 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
4871 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track .read-single,
4872 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track .slick-slide .slick-item,
4873 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track .slick-slide > div,
4874 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track .slick-slide,
4875 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-track,
4876 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .slick-list,
4877 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-banner-carousel.slick-slider,
4878 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-widget-carousel,
4879 .aft-banner-layout-tabbed-trending .aft-main-banner-slider-part {
4880 height: 100%;
4881 max-height: 100%;
4882 }
4883
4884}
4885
4886.aft-banner-layout-tabbed-trending .aft-slider-part .chromenews-customizer,
4887.aft-banner-layout-tabbed-trending .aft-trending-part .chromenews-customizer,
4888.aft-banner-layout-tabbed-trending .aft-tabbed-part .chromenews-customizer{
4889 margin-bottom: 0;
4890}
4891
4892.aft-banner-layout-tabbed-trending .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img img{
4893 position: absolute;
4894 top: 0;
4895 left: 0;
4896}
4897
4898.aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
4899 height: 85px;
4900 width: 85px;
4901}
4902
4903.aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
4904 max-height: 85px;
4905 overflow: hidden;
4906 width: calc(100% - 85px);
4907 max-width: calc(100% - 85px);
4908}
4909
4910.aft-banner-layout-tabbed-trending.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
4911
4912.aft-banner-layout-tabbed-trending.aft-banner-order-2 .aft-main-banner-wrapper .aft-trending-part{order: 1;}
4913
4914.aft-banner-layout-tabbed-trending.aft-banner-order-2 .aft-main-banner-wrapper .aft-tabbed-part {order: 3;}
4915
4916
4917.aft-banner-layout-tabbed-trending.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part{order: 2;}
4918
4919.aft-banner-layout-tabbed-trending.aft-banner-order-3 .aft-main-banner-wrapper .aft-trending-part{order: 3;}
4920
4921.aft-banner-layout-tabbed-trending.aft-banner-order-3 .aft-main-banner-wrapper .aft-tabbed-part {order: 1;}
4922
4923
4924.aft-banner-layout-tabbed-trending.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part{order: 3;}
4925
4926.aft-banner-layout-tabbed-trending.aft-banner-order-4 .aft-main-banner-wrapper .aft-trending-part{order: 1;}
4927
4928.aft-banner-layout-tabbed-trending.aft-banner-order-4 .aft-main-banner-wrapper .aft-tabbed-part {order: 2;}
4929
4930/* =================== banner layout tabbed and trending ==================== */
4931
4932
4933/* ==================== Banner Secondary Background Color Options ==================== */
4934body.aft-light-mode .aft-main-banner-section.aft-banner-background-secondary,
4935body.aft-dark-mode .aft-main-banner-section.aft-banner-background-secondary{
4936 background-color: #ffcc00;
4937}
4938
4939.aft-dark-mode .aft-banner-background-secondary .banner-exclusive-posts-wrapper .exclusive-posts:before {
4940 background-color: rgba(255,255,255,.25);
4941}
4942
4943.aft-light-mode .aft-main-banner-section.aft-banner-background-secondary .aft-main-banner-wrapper .af-slick-navcontrols,
4944.aft-light-mode .aft-main-banner-section.aft-banner-background-secondary .chromenews-widget .af-slick-navcontrols,
4945.aft-light-mode .aft-main-banner-section.aft-banner-background-secondary .chromenews-customizer .section-wrapper .af-slick-navcontrols,
4946.aft-dark-mode .aft-main-banner-section.aft-banner-background-secondary .aft-main-banner-wrapper .af-slick-navcontrols,
4947.aft-dark-mode .aft-main-banner-section.aft-banner-background-secondary .chromenews-widget .af-slick-navcontrols,
4948.aft-dark-mode .aft-main-banner-section.aft-banner-background-secondary .chromenews-customizer .section-wrapper .af-slick-navcontrols{
4949 background-color: rgba(255,255,255,.2);
4950}
4951
4952.widget-title-border-top .aft-main-banner-section.aft-banner-background-secondary .sub-heading-line::before {
4953 background: #fff;
4954}
4955
4956body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .aft-popular-taxonomies-lists ul li a,
4957body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .grid-design-default .read-details .read-title h4 a,
4958body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .widget-title .heading-line,
4959body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a,
4960body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .aft-comment-view-share > span > a,
4961body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
4962body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .banner-exclusive-posts-wrapper a,
4963body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .banner-exclusive-posts-wrapper a:visited,
4964body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .featured-category-item .read-img a,
4965body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
4966body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
4967body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .widget-title,
4968body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .header-after1{
4969 color: #fff;
4970}
4971
4972body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .af-slick-navcontrols .slide-icon,
4973body .aft-main-banner-section.aft-banner-background-secondary:not(.data-bg) .aft-yt-video-item-wrapper .slide-icon{
4974 color: #fff;
4975}
4976
4977
4978/* ==================== Banner Secondary Background Color Options ==================== */
4979
4980
4981/* ==================== Banner Alternate Background Color Options ==================== */
4982
4983body.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative{
4984 background-color: #fff;
4985}
4986
4987body.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative{
4988 background-color: #252525;
4989}
4990
4991
4992.aft-dark-mode .aft-banner-background-alternative .banner-exclusive-posts-wrapper .exclusive-posts:before {
4993 background-color: rgba(0,0,0,.2);
4994}
4995
4996.aft-light-mode .aft-banner-background-alternative .banner-exclusive-posts-wrapper .exclusive-posts:before {
4997 background-color: rgba(255,255,255,.2);
4998}
4999
5000
5001.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a.active,
5002
5003.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-main-banner-wrapper .widget-title .heading-line,
5004.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .grid-design-default .read-details .read-title h4 a,
5005.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .widget-title .heading-line,
5006.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a,
5007.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-comment-view-share > span > a,
5008.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
5009.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .banner-exclusive-posts-wrapper a,
5010.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .banner-exclusive-posts-wrapper a:visited,
5011.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .featured-category-item .read-img a,
5012.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
5013.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
5014.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .widget-title,
5015.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .header-after1{
5016 color: #202020;
5017}
5018
5019
5020.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .grid-design-light .read-details .read-title h4 a,
5021.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .widget-title .heading-line,
5022.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a,
5023.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-comment-view-share > span > a,
5024.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
5025.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .banner-exclusive-posts-wrapper a,
5026.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .banner-exclusive-posts-wrapper a:visited,
5027.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .featured-category-item .read-img a,
5028.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
5029.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
5030.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .widget-title,
5031.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .header-after1{
5032 color: #fff;
5033}
5034
5035
5036.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .af-slick-navcontrols .slide-icon,
5037.aft-dark-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-yt-video-item-wrapper .slide-icon{
5038 color: #202020;
5039 /* background: rgba(0, 0, 0,0.075); */
5040}
5041
5042
5043.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .af-slick-navcontrols .slide-icon,
5044.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative:not(.data-bg) .aft-yt-video-item-wrapper .slide-icon{
5045 color: #fff;
5046}
5047
5048/* ==================== Banner Alternate Background Color Options ==================== */
5049
5050/* ==================== Banner Default Background Color Options ==================== */
5051.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .af-sec-post .grid-design-default .read-details .read-title h4 a,
5052.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .af-main-banner-thumb-posts .small-grid-style .grid-design-light .read-details .read-title h4 a,
5053.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .widget-title .heading-line,
5054.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a,
5055.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .aft-comment-view-share > span > a,
5056.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
5057.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .banner-exclusive-posts-wrapper a,
5058.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .banner-exclusive-posts-wrapper a:visited,
5059.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .featured-category-item .read-img a,
5060.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
5061.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
5062.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .widget-title,
5063.aft-light-mode .aft-main-banner-section.aft-banner-background-default:not(.data-bg) .header-after1{
5064 color: #202020;
5065}
5066
5067/* ==================== Banner Default Background Color Options ==================== */
5068
5069/* ==================== Banner Cusstom Background Color Options ==================== */
5070.aft-dark-mode .aft-main-banner-section.aft-banner-background-custom:not(.data-bg) {
5071 background-color: #000;
5072}
5073
5074.aft-light-mode .aft-main-banner-section.aft-banner-background-custom:not(.data-bg) {
5075 background-color: #fff;
5076}
5077
5078.aft-light-mode .aft-main-banner-section.aft-banner-background-custom:not(.data-bg) .aft-posts-tabs-panel .nav-tabs>li>a {
5079 color: #202020;
5080}
5081
5082.aft-dark-mode .aft-main-banner-section.aft-banner-background-custom:not(.data-bg) .aft-popular-taxonomies-lists ul li a {
5083 color: #fff;
5084}
5085
5086/* ==================== Banner Cusstom Background Color Options ==================== */
5087
5088/* ==================== Banner Background image Color Options ==================== */
5089body .aft-main-banner-section.data-bg .banner-exclusive-posts-wrapper a .exclusive-post-title,
5090body .aft-main-banner-section.data-bg .af-main-banner-thumb-posts .small-grid-style .grid-design-default .read-details .read-title h4 a,
5091body .aft-main-banner-section.data-bg .widget-title .heading-line,
5092body .aft-main-banner-section.data-bg .aft-posts-tabs-panel .nav-tabs>li>a,
5093body .aft-main-banner-section.data-bg .read-single:not(.grid-design-texts-over-image) .aft-comment-view-share > span > a,
5094body .aft-main-banner-section.data-bg .read-single:not(.grid-design-texts-over-image) .read-details .entry-meta span,
5095body .aft-main-banner-section.data-bg .banner-exclusive-posts-wrapper .exclusive-posts a,
5096body .aft-main-banner-section.data-bg .banner-exclusive-posts-wrapper .exclusive-posts a:visited,
5097body .aft-main-banner-section.data-bg .featured-category-item .read-img a,
5098body .aft-main-banner-section.data-bg .read-single:not(.grid-design-texts-over-image) .read-title h2 a,
5099body .aft-main-banner-section.data-bg .read-single:not(.grid-design-texts-over-image) .read-title h4 a,
5100body .aft-main-banner-section.data-bg .widget-title,
5101body .aft-main-banner-section.data-bg .header-after1{
5102 color: #fff;
5103}
5104
5105body .aft-main-banner-section.data-bg .af-slick-navcontrols .slide-icon,
5106body .aft-main-banner-section.data-bg .aft-yt-video-item-wrapper .slide-icon{
5107 color: #fff;
5108 background: rgba(255,255,255,.075);
5109}
5110
5111body .aft-main-banner-section.data-bg .banner-exclusive-posts-wrapper .exclusive-posts:before {
5112 background: rgba(255,255,255,.075);
5113}
5114
5115/* ==================== Banner Background image Color Options ==================== */
5116
5117.aft-main-banner-section .no-main-slider-title .aft-slider-part .chromenews-customizer,
5118.aft-main-banner-section .no-trending-title .aft-horizontal-trending-part,
5119.aft-main-banner-section .no-editors-picks-title .aft-horizontal-grid-part,
5120.aft-main-banner-section .no-trending-title .aft-trending-part .chromenews-customizer,
5121.aft-main-banner-section .no-editors-picks-title .aft-thumb-part .chromenews-customizer {
5122 padding-top: 20px;
5123}
5124
5125
5126.figure-categories,
5127.read-categories{
5128 line-height: 11px;
5129}
5130
5131
5132.cat-links {line-height: 11px;margin-top: 5px;}
5133
5134.cat-links li{
5135 display: inline-block;
5136
font-size: 14px;
5137 margin-right: 5px;
5138 margin-bottom: 5px;
5139 line-height: 11px;
5140}
5141
5142.cat-links li a{
5143 display: block;
5144 color: #ffcc00 ;
5145
font-size: 10px;
5146 line-height: 10px;
5147 white-space: nowrap;
5148 word-wrap: normal;
5149 letter-spacing: 0.1px;
5150 transition: 0.075s;
5151 font-weight: 700;
5152
5153}
5154
5155.cat-links li a:after {
5156 content: "\2219";
5157 color: inherit;
5158 font-weight: bold;
5159 padding: 0 0 0 2px;
5160}
5161
5162/*cat links - color*/
5163a.chromenews-categories.category-color-1{color: #ffcc00;}
5164
5165a.chromenews-categories.category-color-2{color: #0987f5;}
5166
5167a.chromenews-categories.category-color-3{color: #202020;}
5168
5169a.chromenews-categories.category-color-4{color: #46af4b;}
5170
5171a.chromenews-categories.category-color-5{color: #ea8d03;}
5172
5173a.chromenews-categories.category-color-6{color: #ff5722;}
5174
5175a.chromenews-categories.category-color-7{color: #9c27b0;}
5176
5177/*cat links - color*/
5178/*cat links background color*/
5179.af-cat-widget-carousel a.chromenews-categories{
5180 display: inline-block;
5181 padding: 4px 6px;
5182 font-weight: 700;
5183}
5184
5185
5186.cat-links li:last-child a:after ,
5187.af-cat-widget-carousel a.chromenews-categories:after{display: none;}
5188
5189
5190.af-cat-widget-carousel a.chromenews-categories.category-color-1{background-color: #ffcc00;color: #202020;}
5191
5192.af-cat-widget-carousel a.chromenews-categories.category-color-2{background-color: #0987f5;color: #ffffff;}
5193
5194.af-cat-widget-carousel a.chromenews-categories.category-color-3{background-color: #202020;color: #ffffff;}
5195
5196.af-cat-widget-carousel a.chromenews-categories.category-color-4{background-color: #46af4b;color: #ffffff;}
5197
5198.af-cat-widget-carousel a.chromenews-categories.category-color-5{background-color: #ea8d03;color: #ffffff;}
5199
5200.af-cat-widget-carousel a.chromenews-categories.category-color-6{background-color: #ff5722;color: #ffffff;}
5201
5202.af-cat-widget-carousel a.chromenews-categories.category-color-7{background-color: #9c27b0;color: #ffffff;}
5203
5204
5205/*cat links background color*/
5206
5207.af-post-format{
5208 display: inline-block;
5209 margin-right: 5px;
5210 letter-spacing: 0;
5211}
5212
5213.read-img .af-post-format{
5214 position: absolute;
5215 top: 15px;
5216 left: 15px;
5217}
5218
5219.af-post-format i{
5220 position: relative;
5221
font-size: 12px;
5222 width: 30px;
5223 height: 30px;
5224 text-align: center;
5225 line-height: 32px;
5226 color: #fff;
5227 border-radius: 100%;
5228 background: rgba(0,0,0,0.2);
5229}
5230
5231.single-post .entry-content-title-featured-wrap .af-post-format i,
5232.single-post article.post .af-post-format i {
5233 background: #ffcc00;
5234 color: #202020;
5235}
5236
5237
5238.af-post-carousel .slick-slide .af-post-format i{
5239 margin-bottom: 0;
5240}
5241
5242
5243span.min-read{
5244
font-size: 12px;
5245 font-weight: 700;
5246}
5247
5248.read-single .entry-meta .tags-links,
5249.read-details .entry-meta .tags-links {
5250 font-size: 16px;
5251}
5252
5253.read-single span.min-read{
5254 display: inline-block;
5255}
5256
5257body:not(.single) .read-single span.min-read{
5258 color: #fff;
5259 padding: 3px 12px;
5260 line-height: 1.5;
5261 border-radius: 15px;
5262 letter-spacing: 0.5px;
5263 background-color: rgba(0, 0, 0, 0.2);
5264}
5265
5266
5267.read-single .entry-meta,
5268.read-details .entry-meta{
5269
font-size: 12px;
5270}
5271
5272article.aft-first-post-full .post-item-metadata.entry-meta + .read-img.read-bg-img,
5273.archive-title-first .read-single .read-img.pos-rel{
5274 margin-top: 15px;
5275}
5276
5277
5278.read-img span.min-read{
5279 position: absolute;
5280 top: 15px;
5281 left: 15px;
5282 color: #fff;
5283 margin-bottom: 0;
5284}
5285
5286.read-img .af-post-format + span.min-read{
5287 left: 55px;
5288 top: 18px;
5289}
5290
5291
5292.express-carousel.chromenews-customizer .read-img span.min-read,
5293.af-main-banner-featured-posts .read-img span.min-read,
5294.aft-main-banner-part .aft-thumb-part .read-img span.min-read,
5295.chromenews_posts_carousel_widget .read-img span.min-read,
5296.archive-layout-grid article:not(.aft-first-post-full) .read-img span.min-read,
5297.af-reated-posts .read-img span.min-read,
5298.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:not(:first-child) .read-img span.min-read,
5299.chromenews_featured_posts_widget .read-img span.min-read,
5300.grid-layout .read-img span.min-read,
5301.grid-layout .read-img .af-post-format + span.min-read{
5302 opacity: 0;
5303 color: #fff;
5304 padding: 3px 12px;
5305 border-radius: 15px;
5306 letter-spacing: 0.5px;
5307 background-color: rgba(0, 0, 0, 0.2);
5308}
5309
5310.express-carousel.chromenews-customizer .read-single:hover .read-img span.min-read,
5311.af-main-banner-featured-posts .read-single:hover .read-img span.min-read,
5312.aft-main-banner-part .aft-thumb-part .read-single:hover .read-img span.min-read,
5313.chromenews_posts_carousel_widget .read-single:hover .read-img span.min-read,
5314.archive-layout-grid article:not(.aft-first-post-full) .read-single:hover .read-img span.min-read,
5315.af-reated-posts .read-single:hover .read-img span.min-read,
5316.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:not(:first-child):hover .read-img span.min-read,
5317.chromenews_featured_posts_widget .read-single:hover .read-img span.min-read,
5318.grid-layout .read-single:hover .read-img span.min-read,
5319.grid-layout .read-single:hover .read-img .af-post-format + span.min-read{
5320 opacity: 1;
5321}
5322
5323
5324.read-details .entry-meta .author-links > span,
5325.read-details .entry-meta span.min-read
5326{
5327 padding-right: 5px;
5328}
5329
5330.read-single .entry-meta .author-links > span a,
5331.read-details .entry-meta .author-links > span a,
5332.read-details .entry-meta span.min-read,
5333.read-details .entry-meta span.posts-date,
5334.read-details .entry-meta .aft-comment-view-share
5335{
5336 font-weight: 500;
5337 text-transform: uppercase;
5338 letter-spacing: .03em;
5339
font-size: 12px;
5340}
5341
5342.entry-meta span a {
5343 line-height: 1.3;
5344}
5345
5346.archive article .item-metadata.posts-date {
5347 padding-left: 5px;
5348}
5349
5350/*widget title===============*/
5351
5352/* block widget title styles */
5353.widget_block .wp-block-search__label,
5354.widget_block h1,
5355.widget_block h2,
5356.widget_block h3,
5357.widget_block h4,
5358.widget_block h5,
5359.widget_block h6{
5360 text-transform: uppercase;
5361 position: relative;
5362 font-size: 24px;
5363 margin-top: 0;
5364 margin-bottom: 20px;
5365}
5366
5367.header-after1,
5368.widget-title{
5369 margin-top: 0;
5370 position: relative;
5371 text-transform: uppercase;
5372}
5373
5374.aft-posts-tabs-panel .nav-tabs>li>a{
5375 font-size: 16px;
5376 text-transform: uppercase;
5377}
5378
5379.heading-line-before,
5380.wp_post_author_widget .widget-title,
5381span.sub-heading-line{
5382 position: relative;
5383}
5384
5385.widget-title-border-top span.sub-heading-line,
5386.widget-title-border-bottom span.sub-heading-line{
5387 padding-left: 40px;
5388}
5389
5390/* border side */
5391.widget-title-border-side .wp-block-search__label {
5392 position: relative;
5393}
5394
5395.widget-title-border-side .widget_block .wp-block-search__label,
5396.widget-title-border-side .widget_block h1,
5397.widget-title-border-side .widget_block h2,
5398.widget-title-border-side .widget_block h3,
5399.widget-title-border-side .widget_block h4,
5400.widget-title-border-side .widget_block h5,
5401.widget-title-border-side .widget_block h6,
5402.widget-title-border-side .widget-title,
5403.widget-title-border-side .wp_post_author_widget .widget-title,
5404.widget-title-border-side span.sub-heading-line{
5405 padding-left: 10px;
5406 line-height: 1;
5407}
5408
5409.widget-title-border-side span.sub-heading-line {
5410 position: absolute;
5411 left: 0;
5412 top: 0;
5413 height: 100%;
5414}
5415
5416.widget-title-border-side .widget_block .wp-block-search__label::before,
5417.widget-title-border-side .widget_block h1::before,
5418.widget-title-border-side .widget_block h2::before,
5419.widget-title-border-side .widget_block h3::before,
5420.widget-title-border-side .widget_block h4::before,
5421.widget-title-border-side .widget_block h5::before,
5422.widget-title-border-side .widget_block h6::before,
5423.widget-title-border-side .wp_post_author_widget .widget-title::before,
5424.widget-title-border-side .heading-line::before,
5425.widget-title-border-side .sub-heading-line::before{
5426 content: "";
5427 position: absolute;
5428 left: 0;
5429 top: 50%;
5430 transform: translateY(-50%);
5431 height: 100%;
5432 width: 3px;
5433 background: #ffcc00;
5434}
5435
5436
5437span.heading-line{
5438 display: block;
5439 width: 100%;
5440}
5441
5442.widget-title-border-top .widget_block .wp-block-search__label::before,
5443.widget-title-border-top .widget_block .wp-block-group__inner-container h1::before,
5444.widget-title-border-top .widget_block .wp-block-group__inner-container h2::before,
5445.widget-title-border-top .widget_block .wp-block-group__inner-container h3::before,
5446.widget-title-border-top .widget_block .wp-block-group__inner-container h4::before,
5447.widget-title-border-top .widget_block .wp-block-group__inner-container h5::before,
5448.widget-title-border-top .widget_block .wp-block-group__inner-container h6::before,
5449.widget-title-border-bottom .widget_block .wp-block-search__label::before,
5450.widget-title-border-bottom .widget_block .wp-block-group__inner-container h1::before,
5451.widget-title-border-bottom .widget_block .wp-block-group__inner-container h2::before,
5452.widget-title-border-bottom .widget_block .wp-block-group__inner-container h3::before,
5453.widget-title-border-bottom .widget_block .wp-block-group__inner-container h4::before,
5454.widget-title-border-bottom .widget_block .wp-block-group__inner-container h5::before,
5455.widget-title-border-bottom .widget_block .wp-block-group__inner-container h6::before,
5456
5457.widget-title-border-top .wp_post_author_widget .widget-title::before,
5458.widget-title-border-bottom .wp_post_author_widget .widget-title::before,
5459.widget-title-border-top .heading-line::before,
5460.widget-title-border-bottom .heading-line::before,
5461.widget-title-border-top .sub-heading-line::before,
5462.widget-title-border-bottom .sub-heading-line::before{
5463 content: "";
5464 position: absolute;
5465 left: 0;
5466 top: 50%;
5467 transform: translateY(-50%);
5468 height: 3px;
5469 width: 30px;
5470 background: #ffcc00;
5471}
5472
5473.widget-title-border-top .widget_block .wp-block-search__label::before,
5474.widget-title-border-top .widget_block .wp-block-group__inner-container h1::before,
5475.widget-title-border-top .widget_block .wp-block-group__inner-container h2::before,
5476.widget-title-border-top .widget_block .wp-block-group__inner-container h3::before,
5477.widget-title-border-top .widget_block .wp-block-group__inner-container h4::before,
5478.widget-title-border-top .widget_block .wp-block-group__inner-container h5::before,
5479.widget-title-border-top .widget_block .wp-block-group__inner-container h6::before,
5480.widget-title-border-top .heading-line::before,
5481.widget-title-border-top .wp_post_author_widget .widget-title::before{
5482 top: 0;
5483 transform: translateY(0);
5484}
5485
5486.widget-title-border-bottom .widget_block .wp-block-search__label::before,
5487.widget-title-border-bottom .widget_block .wp-block-group__inner-container h1::before,
5488.widget-title-border-bottom .widget_block .wp-block-group__inner-container h2::before,
5489.widget-title-border-bottom .widget_block .wp-block-group__inner-container h3::before,
5490.widget-title-border-bottom .widget_block .wp-block-group__inner-container h4::before,
5491.widget-title-border-bottom .widget_block .wp-block-group__inner-container h5::before,
5492.widget-title-border-bottom .widget_block .wp-block-group__inner-container h6::before,
5493.widget-title-border-bottom .heading-line::before,
5494.widget-title-border-bottom .wp_post_author_widget .widget-title::before{
5495 top: unset;
5496 bottom: 0;
5497 transform: translateY(0);
5498}
5499
5500.widget-title-border-side .af-title-subtitle-wrap .heading-line::before,
5501.widget-title-border-top .af-title-subtitle-wrap .heading-line::before,
5502.widget-title-border-bottom .af-title-subtitle-wrap .heading-line::before{
5503 display: none;
5504}
5505
5506h4.af-author-display-name {
5507 font-size: 20px;
5508}
5509
5510
5511/*widget title fill and border*/
5512.aft-posts-tabs-panel .nav-tabs {
5513 margin-top: 0;
5514 background-color: rgba(0, 0, 0,0.2);
5515 height: 40px;
5516
display: flex;
5517 overflow: hidden;
5518}
5519
5520.aft-posts-tabs-panel .nav-tabs>li{
5521 margin-bottom: 0;
5522 line-height: 1.2;
5523 width: 50%
5524}
5525
5526
5527.aft-light-mode .aft-banner-background-alternative .aft-posts-tabs-panel .nav-tabs,
5528.aft-dark-mode .aft-posts-tabs-panel .nav-tabs {
5529 background-color: rgba(255,255,255,0.2);
5530}
5531
5532.aft-dark-mode .aft-banner-background-alternative .aft-posts-tabs-panel .nav-tabs {
5533 background-color: rgba(0, 0, 0,0.2);
5534}
5535
5536.aft-posts-tabs-panel .nav-tabs>li>a{
5537 color: #fff;
5538 padding: 0px 10px;
5539 text-transform: uppercase;
5540 padding-left: 30px;
5541 display: block;
5542 border-radius: 0;
5543 border: none;
5544 margin: 0;
5545 position: relative;
5546 line-height: 1.3;
5547 font-weight: 700;
5548 height: 40px;
5549
display: flex;
5550 flex-wrap: wrap;
5551 align-items: center;
5552}
5553
5554
5555.aft-posts-tabs-panel .nav-tabs>li>a::before {
5556 content: '\f06d';
5557 font-family: 'Font Awesome\ 5 Free';
5558
font-size: 12px;
5559 font-weight: 900;
5560 display: inline-block;
5561 vertical-align: middle;
5562 margin-right: 5px;
5563 z-index: 1;
5564}
5565
5566
5567.aft-posts-tabs-panel .nav-tabs>li>a::before {
5568 margin-right: 10px;
5569 display: inline-block;
5570 text-align: center;
5571 position: absolute;
5572 left: 0;
5573 top: 50%;
5574 transform: translateY(-50%);
5575 min-width: 32px;
5576 padding: 7px 10px;
5577}
5578
5579.aft-posts-tabs-panel .nav-tabs>li>a.active {
5580 background: #ffcc00;
5581 color: #202020;
5582}
5583
5584
5585div.custom-menu-link i {
5586 background: rgba(0,0,0,.1);
5587 margin-right: 10px;
5588 height: 30px;
5589 width: 30px;
5590 line-height: 30px;
5591 text-align: center;
5592 display: inline-block;
5593}
5594
5595.header-layout-side div.custom-menu-link > a {
5596 padding-right: 15px;
5597}
5598
5599.aft-posts-tabs-panel .nav-tabs>li.tab-recent>a::before {
5600 content: "\f0e7";
5601}
5602
5603.aft-posts-tabs-panel .nav-tabs>li.tab-popular>a::before {
5604 content: "\f017";
5605}
5606
5607.aft-posts-tabs-panel .nav-tabs>li.tab-categorised>a::before {
5608 content: "\f06d";
5609}
5610
5611.nav-tabs{
5612 border-bottom: none;
5613}
5614
5615.aft-dark-mode .wp_post_author_widget .awpa-display-name {
5616 color: #fff;
5617}
5618
5619/*widget title fill and border*/
5620
5621/*widget title border top*/
5622.widget-title-border-top .wp-block-search__label {
5623 position: relative;
5624}
5625
5626.widget-title-border-top .widget-title{
5627 position: relative;
5628
display: flex;
5629 flex-wrap: wrap;
5630 flex-direction: column;
5631}
5632
5633.widget-title-border-top .widget_block .wp-block-search__label,
5634.widget-title-border-top .widget_block .wp-block-group__inner-container h1,
5635.widget-title-border-top .widget_block .wp-block-group__inner-container h2,
5636.widget-title-border-top .widget_block .wp-block-group__inner-container h3,
5637.widget-title-border-top .widget_block .wp-block-group__inner-container h4,
5638.widget-title-border-top .widget_block .wp-block-group__inner-container h5,
5639.widget-title-border-top .widget_block .wp-block-group__inner-container h6,
5640.widget-title-border-top .wp_post_author_widget .widget-title,
5641.widget-title-border-top .widget-title .heading-line {
5642 padding-top: 4px;
5643}
5644
5645/*widget title border top*/
5646/*widget title border bottom*/
5647.widget-title-border-bottom .wp-block-search__label {
5648 position: relative;
5649}
5650
5651.widget-title-border-bottom .widget-title{
5652 position: relative;
5653
display: flex;
5654 flex-wrap: wrap;
5655 flex-direction: column-reverse;
5656}
5657
5658.widget-title-border-bottom .widget_block .wp-block-search__label,
5659.widget-title-border-bottom .widget_block .wp-block-group__inner-container h1,
5660.widget-title-border-bottom .widget_block .wp-block-group__inner-container h2,
5661.widget-title-border-bottom .widget_block .wp-block-group__inner-container h3,
5662.widget-title-border-bottom .widget_block .wp-block-group__inner-container h4,
5663.widget-title-border-bottom .widget_block .wp-block-group__inner-container h5,
5664.widget-title-border-bottom .widget_block .wp-block-group__inner-container h6,
5665.widget-title-border-bottom .wp_post_author_widget .widget-title,
5666.widget-title-border-bottom .widget-title .heading-line {
5667 padding-bottom: 4px;
5668}
5669
5670/*widget title border bottom*/
5671
5672/*widget title border none*/
5673.widget-title-border-none .widget-title .heading-line-before,
5674.widget-title-border-none .widget-title .heading-line-after{display: none;}
5675
5676.widget-title-border-none .widget-title .heading-line {
5677 display: inline-block;
5678}
5679
5680/*widget title border none*/
5681
5682/*widget title===============*/
5683
5684/*carousel slider controls=======*/
5685.af-widget-carousel.slick-slider,
5686.af-banner-carousel.slick-slider {
5687 overflow: hidden;
5688}
5689
5690.aft-banner-layout-tiled .aft-trending-part .chromenews-customizer .full-wid-resp,
5691.aft-banner-layout-tiled-2 .aft-trending-part .chromenews-customizer .full-wid-resp,
5692.aft-banner-layout-tiled-3 .aft-trending-part .chromenews-customizer .full-wid-resp,
5693.aft-banner-layout-tiled-4 .aft-trending-part .chromenews-customizer .full-wid-resp,
5694.aft-slider-part .chromenews-customizer,
5695.aft-main-banner-slider-part,
5696.aft-horizontal-grid-part,
5697.chromenews-widget .full-wid-resp,
5698.chromenews-widget .af-slider-wrap,
5699.chromenews-widget .section-wrapper,
5700.aft-featured-category-section .express-carousel.chromenews-customizer .section-wrapper,
5701.aft-trending-part .chromenews-customizer,
5702.aft-horizontal-grid-part .chromenews-customizer,
5703.aft-horizontal-trending-part {
5704 position: relative;
5705}
5706
5707.chromenews-widget .af-slick-navcontrols,
5708.chromenews-customizer .section-wrapper .af-slick-navcontrols{
5709 position: absolute;
5710 right: 0;
5711 top: 1px;
5712 height: 25px;
5713 width: 65px;
5714}
5715
5716.aft-main-banner-wrapper .chromenews-customizer .section-wrapper .af-slick-navcontrols,
5717.aft-main-banner-wrapper .af-slick-navcontrols {
5718 position: absolute;
5719 right: 0px;
5720 top: 0px;
5721 height: 25px;
5722 width: 65px;
5723}
5724
5725.aft-section-layout-none .aft-main-banner-wrapper .chromenews-customizer .section-wrapper .af-slick-navcontrols,
5726.aft-section-layout-none .aft-main-banner-wrapper .af-slick-navcontrols{
5727 top: 0px;
5728 right: 0px;
5729}
5730
5731
5732.aft-section-layout-none .aft-banner-layout-aligned .aft-main-banner-wrapper .chromenews-customizer .section-wrapper .af-slick-navcontrols,
5733.aft-section-layout-none .aft-banner-layout-aligned .aft-main-banner-wrapper .af-slick-navcontrols{
5734 right: 10px;
5735}
5736
5737.aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols{
5738 width: 100%;
5739 height: unset;
5740 top: 50%;
5741 transform: translateY(-12px);
5742 left: 0;
5743}
5744
5745.aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev {
5746 left: 15px;
5747}
5748
5749.aft-dark-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev {
5750 color: #fff;
5751}
5752
5753.aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next {
5754 right: 15px;
5755}
5756
5757.aft-dark-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next {
5758 color: #fff;
5759}
5760
5761
5762.widget-title-border-none .aft-main-banner-wrapper .af-slick-navcontrols,
5763.widget-title-border-center .aft-main-banner-wrapper .af-slick-navcontrols {
5764 transform: translateY(6px);
5765}
5766
5767.aft-main-banner-wrapper .no-editors-picks-title .chromenews-customizer .section-wrapper .af-slick-navcontrols,
5768.aft-main-banner-wrapper .no-main-slider-title .af-widget-carousel .af-slick-navcontrols,
5769.aft-main-banner-wrapper .no-editors-picks-title .af-slick-navcontrols,
5770.aft-main-banner-wrapper .no-trending-title .af-slick-navcontrols {
5771 position: absolute;
5772 right: 5px;
5773 top: 5px;
5774}
5775
5776
5777.widget-title-border-none .aft-main-banner-wrapper .no-main-slider-title .af-slick-navcontrols,
5778.widget-title-border-none .aft-main-banner-wrapper .no-editors-picks-title .af-slick-navcontrols,
5779.widget-title-border-none .aft-main-banner-wrapper .no-trending-title .af-slick-navcontrols,
5780
5781.widget-title-border-center .aft-main-banner-wrapper .no-main-slider-title .af-slick-navcontrols,
5782.widget-title-border-center .aft-main-banner-wrapper .no-editors-picks-title .af-slick-navcontrols,
5783.widget-title-border-center .aft-main-banner-wrapper .no-trending-title .af-slick-navcontrols {
5784 transform: translateY(0)
5785}
5786
5787.aft-trending-part .af-widget-carousel {
5788 overflow: hidden;
5789}
5790
5791.af-slick-navcontrols .slide-icon,
5792.af-youtube-slider .slide-icon,
5793.aft-yt-video-item-wrapper .slide-icon{
5794 position: absolute;
5795 top: 0;
5796 font-size: 18px;
5797 width: 30px;
5798 height: 30px;
5799 color: #4a4a4a;
5800 border: 1px solid;
5801 text-align: center;
5802 z-index: 1;
5803 opacity: .5;
5804 cursor: pointer;
5805 font-weight: 600;
5806 -webkit-transition: 0.075s;
5807 -o-transition: 0.075s;
5808 transition: 0.075s;
5809}
5810
5811
5812.site-footer .af-slick-navcontrols .slide-icon,
5813.site-footer .af-youtube-slider .slide-icon,
5814.site-footer .aft-yt-video-item-wrapper .slide-icon,
5815body.aft-dark-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev,
5816body.aft-dark-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next,
5817body.aft-light-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev,
5818body.aft-light-mode .aft-main-banner-section .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next,
5819.aft-dark-mode .af-slick-navcontrols .slide-icon,
5820.aft-dark-mode .af-youtube-slider .slide-icon,
5821.aft-dark-mode .aft-yt-video-item-wrapper .slide-icon{
5822 color: #fff;
5823}
5824
5825
5826.af-widget-carousel .slide-icon:before{
5827 font-family: inherit;
5828}
5829
5830.af-slick-navcontrols .slide-icon::before {
5831 position: absolute;
5832 left: 50%;
5833 top: 50%;
5834 transform: translate(-50%, -50%);
5835}
5836
5837.af-slick-navcontrols .slide-icon.slide-prev,
5838.af-youtube-slider .slide-icon.slide-prev,
5839.aft-yt-video-item-wrapper .slide-icon.slide-prev {right: 35px;}
5840
5841
5842.widget-title-border-side .aft-horizontal-grid-part .heading-line,
5843.widget-title-border-side .chromenews_popular_news_widget .heading-line,
5844.widget-title-border-side .chromenews_trending_news_widget .heading-line,
5845.widget-title-border-side .chromenews_posts_slider_widget .heading-line,
5846.widget-title-border-side .chromenews_posts_carousel_widget .heading-line,
5847.widget-title-border-side .chromenews_youtube_video_widget .heading-line,
5848.widget-title-border-side .aft-featured-video-section .heading-line {
5849 padding-right: 70px;
5850}
5851
5852
5853.af-slick-navcontrols .slide-icon.slide-next,
5854.af-youtube-slider .slide-icon.slide-next,
5855.aft-yt-video-item-wrapper .slide-icon.slide-next,
5856.af-widget-carousel .slide-icon.slide-next {right: 0;}
5857
5858
5859.af-youtube-video-list .primary-video.af-youtube-video-carousel iframe.entry-header-yt-iframe,
5860.af-youtube-video-list .primary-video.af-youtube-video-carousel .entry-header-yt-video-wrapper {
5861 height: 210px;
5862}
5863
5864
5865.slick-vertical .slick-slide,
5866.af-youtube-slider-thumbnail.slick-vertical .slick-slide {
5867 border: none;
5868 line-height: 1;
5869}
5870
5871
5872.af-youtube-video-list .primary-video.af-youtube-video-carousel.slick-slider {
5873 margin: 0 10px;
5874 overflow-x: clip;
5875 width: unset;
5876}
5877
5878.af-youtube-video-list .primary-video.af-youtube-video-carousel .slick-list {
5879 margin: 0 -10px;
5880}
5881
5882.af-youtube-video-list .primary-video.af-youtube-video-carousel .slick-slide {
5883 line-height: 1;
5884 padding: 0 10px;
5885}
5886
5887
5888.slick-item.slick-slide:focus{
5889 outline: none;
5890}
5891
5892.chromenews-widget:hover .af-slick-navcontrols .slide-icon,
5893.chromenews-customizer:hover .af-slick-navcontrols .slide-icon,
5894.af-youtube-slider:hover .slide-icon,
5895.aft-yt-video-item-wrapper:hover .slide-icon,
5896.af-widget-carousel:hover .slide-icon{
5897 opacity: 0.7;
5898 visibility: visible;
5899}
5900
5901.chromenews-widget .af-slick-navcontrols .slide-icon:hover,
5902.chromenews-customizer .af-slick-navcontrols .slide-icon:hover,
5903.af-youtube-slider .slide-icon:hover,
5904.aft-yt-video-item-wrapper .slide-icon:hover,
5905.af-widget-carousel .slide-icon:hover{opacity: 1;}
5906
5907
5908/*carousel slider controls=======*/
5909
5910/*banner-slider-1=======*/
5911.banner-single-slider-1-wrap{margin-bottom: 20px;}
5912
5913.banner-single-slider-1 .read-img{
5914 height: 700px;
5915}
5916
5917.banner-single-slider-1 .read-single{
5918 margin-bottom: 0;
5919}
5920
5921.banner-single-slider-1 .read-details{
5922 position: absolute;
5923 z-index: 9;
5924 width: 100%;
5925 bottom: 0;
5926 left: 0;
5927 padding: 15px;
5928 padding-bottom: 50px;
5929 background: rgba(0, 0, 0, 0.75);
5930 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
5931}
5932
5933.banner-single-slider-1 span.min-read-post-format{
5934 margin-bottom: 10px;
5935 display: inline-block;
5936 position: inherit;
5937}
5938
5939.banner-single-slider-1 .read-title h4{
5940 font-weight: bold;
5941}
5942
5943.grid-design-texts-over-image .af-post-format,
5944.grid-design-texts-over-image .category-color-1,
5945.grid-design-texts-over-image .read-details .entry-meta span a,
5946.grid-design-texts-over-image .read-details .entry-meta span,
5947.grid-design-texts-over-image .read-title h4 a{
5948 color: #fff;
5949}
5950
5951.entry-meta span.posts-author a {
5952 display: inline-block;
5953}
5954
5955
5956.banner-single-slider-1 .read-img .aft-comment-view-share{
5957 margin-left: 0;
5958 position: relative;
5959 z-index: 1;
5960}
5961
5962
5963body.aft-header-layout-boxed .aft-main-banner-section .read-img .aft-comment-view-share,
5964body.aft-header-layout-transparent .aft-main-banner-section .read-img .aft-comment-view-share{
5965 display: none;
5966}
5967
5968
5969/*widgets on diffrent places=======*/
5970.single-posts-promotions{
5971 margin: 15px 0;
5972}
5973
5974.home-main-banner-widgets.upper{
5975 margin-top: 20px;
5976 margin-bottom: 20px;
5977}
5978
5979.home-main-banner-widgets.upper .chromenews-widget:last-child {
5980 margin-bottom: 20px;
5981}
5982
5983.aft-below-main-banner-section .chromenews-widget:first-child {
5984 margin-top: 20px;
5985}
5986
5987/*widgets on diffrent places=======*/
5988
5989/*youtube videos============--------------------------========*/
5990
5991.primary-video iframe.af-yt-video-item {
5992 height: 362px;
5993}
5994
5995.secondary-video iframe.af-yt-video-item {
5996 height: 170px;
5997}
5998
5999.secondary-video iframe.af-yt-video-item {
6000 margin-bottom: 20px;
6001}
6002
6003
6004.entry-content > p > iframe[src*="vimeo.com"],
6005.entry-content > p > iframe[src*="youtube.com"]{
6006 width: 100% !important;
6007}
6008
6009
6010/* new youtube css */
6011
6012.af-youtube-video-list .entry-header-yt-video-container {
6013 position: relative;
6014 line-height: 1;
6015 cursor: pointer;
6016}
6017
6018.af-youtube-video-list .secondary-video .entry-header-yt-video-container.pad-youtube {
6019 padding-left: 7.5px;
6020 padding-right: 7.5px;
6021}
6022
6023iframe.af-hide-iframe{
6024 position: absolute;
6025 width: 100%;
6026 left: 0;
6027 top: 0;
6028 height: 380px;
6029 border: none;
6030}
6031
6032.chromenews_youtube_video_widget .af-youtube-slider .widget-yt-thumbnail.af-hide-frame {
6033 z-index: -1;
6034 position: relative;
6035}
6036
6037.af-hide-item {
6038 opacity: 0;
6039 visibility: hidden;
6040 transition: all 0.075s ease;
6041 position: absolute;
6042}
6043
6044.fluid-width-video-wrapper {
6045 padding: 0 !important;
6046}
6047
6048.af-youtube-video-list .entry-header-yt-video-wrapper {
6049 width: 100%;
6050 height: 170px;
6051 overflow: hidden;
6052 top: 0;
6053 left: 0;
6054}
6055
6056.af-youtube-video-list .secondary-video .entry-header-yt-video-wrapper {
6057 width: calc(100% - 15px);
6058 left: 7.5px;
6059}
6060
6061.af-youtube-video-list .primary-video .entry-header-yt-video-wrapper {
6062 height: 357px;
6063}
6064
6065.af-youtube-video-list iframe.entry-header-yt-iframe{
6066 width: 100%;
6067 height: 170px;
6068 border: none;
6069}
6070
6071.af-youtube-video-list .primary-video iframe.entry-header-yt-iframe{
6072 height: 357px;
6073}
6074
6075.af-youtube-video-list .entry-header-yt-video-wrapper .vid-thumb{
6076 position: absolute;
6077 height: 100%;
6078 width: 100%;
6079 top:0;
6080 left: 0;
6081}
6082
6083.af-youtube-slider .af-video-wrap .widget-yt-thumbnail::before,
6084.af-youtube-video-list .entry-header-yt-video-wrapper .vid-thumb::before{
6085 position: absolute;
6086 content: "";
6087 top: 0;
6088 left: 0;
6089 height: 100%;
6090 width: 100%;
6091 background-color: #000;
6092 opacity: 0.5;
6093 transition: all ease 0.075s;
6094}
6095
6096.af-youtube-slider .af-video-wrap .af-bg-play,
6097.af-youtube-video-list .entry-header-yt-video-wrapper .af-yt-video-play{
6098 position: absolute;
6099 top: 50%;
6100 left: 50%;
6101 transform: translate(-50%, -50%);
6102 z-index: 2;
6103 color: #fff;
6104 font-size: 20px;
6105 border: none;
6106}
6107
6108.af-youtube-slider .af-video-wrap .af-bg-play i,
6109.af-youtube-video-list .entry-header-yt-video-wrapper .af-yt-video-play i{
6110 width: 50px;
6111 height: 50px;
6112
display: flex;
6113 align-items: center;
6114 justify-content: center;
6115 border-radius: 50%;
6116 background-color: #ffcc00;
6117 color: #202020;
6118}
6119
6120
6121.af-youtube-video-list .entry-header-yt-video-wrapper .chromenews-yt-thumb{
6122 height: 100%;
6123 width: 100%;
6124 object-fit: cover;
6125}
6126
6127.af-youtube-video-list .secondary-video .entry-header-yt-video-container{
6128 width: 50%;
6129 float: left;
6130 margin-bottom: 15px;
6131}
6132
6133.af-youtube-slider {
6134 padding: 0;
6135}
6136
6137/* new youtube css */
6138
6139/*youtube videos============--------------------------========*/
6140
6141/*banner-slider-1=======*/
6142/*banner-carousel-1==================*/
6143.af-banner-carousel .slick-list{
6144 margin-right: -10px;
6145 margin-left: -10px;
6146}
6147
6148.af-banner-carousel .slick-slide{
6149 line-height: 1;
6150 padding-right: 10px;
6151 padding-left: 10px;
6152}
6153
6154.af-wrapper .af-banner-carousel .read-img.read-bg-img{
6155 height: 250px;
6156}
6157
6158
6159/*two sliders carousel---*/
6160.aft-main-banner-part .aft-slider-part .read-single{
6161 margin: 0;
6162}
6163
6164.aft-editors-and-trending-part,
6165.aft-slider-part,
6166.aft-thumb-part,
6167.aft-trending-part{
6168 margin: 20px 0;
6169}
6170
6171.aft-main-banner-wrapper .aft-tabbed-part,
6172.aft-main-banner-wrapper .aft-editors-and-trending-part,
6173.aft-main-banner-wrapper .aft-slider-part,
6174.aft-main-banner-wrapper .aft-thumb-part,
6175.aft-main-banner-wrapper .aft-trending-part{
6176 margin: 20px 0 0;
6177 padding: 0 10px;
6178}
6179
6180.aft-section-layout-background .aft-banner-layout-tiled .aft-main-banner-wrapper .aft-trending-part,
6181.aft-section-layout-background .aft-banner-layout-tiled-2 .aft-main-banner-wrapper .aft-trending-part,
6182.aft-section-layout-background .aft-banner-layout-tiled-3 .aft-main-banner-wrapper .aft-trending-part,
6183.aft-section-layout-background .aft-banner-layout-tiled-4 .aft-main-banner-wrapper .aft-trending-part {
6184 padding: 0;
6185 background: transparent;
6186}
6187
6188.af-banner-carousel .read-img.read-bg-img{
6189 height: 400px;
6190}
6191
6192.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
6193 height: 550px;
6194}
6195
6196.af-banner-carousel.common-carousel .read-details{
6197 position: absolute;
6198 bottom: 0;
6199 left: 0;
6200 width: 100%;
6201 color: #fff;
6202 padding: 15px;
6203 background: rgba(0,0,0,0.75);
6204 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
6205}
6206
6207/*two sliders carousel---*/
6208/*banner-carousel-1==================*/
6209
6210/*trending vertical carousel=======*/
6211.trending-posts-vertical .slick-list{
6212 margin-bottom: -10px;
6213}
6214
6215.trending-posts-vertical .read-single {margin-bottom: 10px;min-height: 85px;}
6216
6217
6218.chromenews_tabbed_posts_widget .af-double-column.list-style .read-bg-img ,
6219.trending-posts-vertical .af-double-column.list-style .read-bg-img ,
6220.af-double-column.list-style .read-bg-img {
6221 height: 136px;
6222 width: 50%;
6223 max-width: 136px;
6224}
6225
6226.chromenews_tabbed_posts_widget .af-double-column.list-style .read-details ,
6227.trending-posts-vertical .af-double-column.list-style .read-details ,
6228.af-double-column.list-style .read-details {
6229 max-height: 136px;
6230 overflow: hidden;
6231 width: calc(100% - 136px);
6232}
6233
6234.chromenews_posts_single_column_widget .af-double-column.list-style .read-details {
6235 height: unset;
6236 overflow: unset;
6237 max-height: unset;
6238}
6239
6240
6241.archive-layout-list .af-double-column.list-style .read-bg-img,
6242.chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
6243 width: calc(50% - 7.5px);
6244 max-width: calc(50% - 7.5px);
6245 height: 240px;
6246}
6247
6248.archive-layout-list .af-double-column.list-style .read-details,
6249.chromenews_posts_single_column_widget .af-double-column.list-style .read-details {
6250 width: calc(50% + 7.5px);
6251 max-height: unset;
6252}
6253
6254
6255.site-footer .chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img ,
6256#secondary .chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img ,
6257#sidr .chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
6258 width: 100%;
6259 max-width: 100%;
6260}
6261
6262.site-footer .chromenews_posts_single_column_widget .af-double-column.list-style .read-details ,
6263#secondary .chromenews_posts_single_column_widget .af-double-column.list-style .read-details ,
6264#sidr .chromenews_posts_single_column_widget .af-double-column.list-style .read-details {
6265 width: 100%;
6266 padding: 15px 0;
6267}
6268
6269.site-footer .chromenews_posts_single_column_widget .af-double-column.list-style .read-single ,
6270#secondary .chromenews_posts_single_column_widget .af-double-column.list-style .read-single ,
6271#sidr .chromenews_posts_single_column_widget .af-double-column.list-style .read-single {
6272 flex-wrap: wrap;
6273}
6274
6275
6276.chromenews_posts_double_columns_widget .af-double-column.list-style .read-bg-img,
6277.chromenews_trending_news_widget .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
6278.chromenews_popular_news_widget .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
6279.af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img{
6280 height: 136px;
6281 width: 50%;
6282 max-width: 136px;
6283}
6284
6285.aft-trending-posts.list-part .af-double-column.list-style .read-title h4{
6286 margin-top: 0;
6287}
6288
6289
6290.read-img .trending-no{
6291 position: absolute;
6292 bottom: 0;
6293 left: 0;
6294 width: 30px;
6295 height: 30px;
6296 text-align: center;
6297 line-height: 31px;
6298 background-color: #ffcc00 ;
6299 color: #ffffff;
6300 font-weight: 700;
6301 font-size: 16px;
6302}
6303
6304.trending-posts-vertical .read-title h4{margin-bottom: 0;}
6305
6306.trending-posts-vertical .read-categories{padding: 0;}
6307
6308.trending-posts-vertical .read-categories li{float: left;margin-bottom: 2px;}
6309
6310.trending-posts-vertical .read-categories li:last-child{margin-bottom: 2px;}
6311
6312/*trending vertical carousel=======*/
6313
6314/*double-category---------*/
6315.af-double-column.list-style .read-img .aft-comment-view-share{display: none;}
6316
6317
6318.af-double-column.list-style .col-1:not(.aft-spotlight-posts-1) .read-details{
6319 padding-top: 0;
6320 padding-bottom: 0
6321}
6322
6323
6324.full-width-content .archive-layout-list .af-double-column.list-style .read-bg-img,
6325.full-width-content .chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
6326 height: 390px;
6327}
6328
6329/*double-category---------*/
6330
6331/*--------------------------------------------------------------
6332## archive posts
6333--------------------------------------------------------------*/
6334
6335/*--------------------------------------------------------------
6336## comment view share
6337--------------------------------------------------------------*/
6338.aft-comment-view-share {padding: 5px 0;position: relative;}
6339
6340
6341.archive article .aft-comment-view-share {
6342 padding: 5px;
6343}
6344
6345
6346.entry-meta div.aft-comment-view-share {display: inline-block;}
6347
6348
6349.read-img .aft-comment-view-share{
6350 padding: 0;
6351 margin-left: 15px;
6352 margin-top: 15px;
6353 position: absolute;
6354 width: 100%;
6355 top: 0;
6356 left: 0;
6357 z-index: 1;
6358}
6359
6360
6361.aft-comment-view-share > span{
6362 width: 30px;
6363 height: 30px;
6364 margin-right: 2px;
6365 border-radius: 100%;
6366 display: inline-block;
6367}
6368
6369.entry-meta .aft-comment-view-share > span {width: auto;height: auto;}
6370
6371.aft-comment-view-share > span > a{
6372 display: block;
6373 text-align: center;
6374
font-size: 12px;
6375 position: relative;
6376 color: #fff;
6377}
6378
6379
6380article .aft-comment-view-share > span > a {color: #fff;}
6381
6382
6383.aft-comment-view-share > span.aft-jpshare{
6384 background-color: rgba(0, 0, 0, 0.2);
6385}
6386
6387.aft-comment-view-share > span > i{
6388 display: block;
6389 text-align: center;
6390 line-height: 30px;
6391
font-size: 12px;
6392 position: relative;
6393 color: #fff;
6394}
6395
6396/*--------------------------------------------------------------
6397## comment view share
6398--------------------------------------------------------------*/
6399/*--------------------------------------------------------------
6400## share icons on posts
6401--------------------------------------------------------------*/
6402.aft-social-share div.sharedaddy h3.sd-title,
6403.aft-comment-view-share div.sharedaddy h3.sd-title{
6404 display: none;
6405}
6406
6407div.sharedaddy{
6408 display: inline-block;
6409}
6410
6411div.sharedaddy .sd-content ul{margin-bottom: 0 !important;}
6412
6413
6414div.sharedaddy .sd-content ul li{
6415 /* margin-bottom: 0; */
6416 padding: 0;
6417}
6418
6419
6420div.sharedaddy .sd-content ul li:last-child{display: none;}
6421
6422
6423div.sharedaddy .sd-content ul li a.sd-button{
6424 border-radius: 0;
6425 border: none;
6426}
6427
6428
6429/*official colors*/
6430div.sharedaddy .sd-content ul li.share-facebook a.sd-button{background: #3b5998;}
6431
6432div.sharedaddy .sd-content ul li.share-twitter a.sd-button{background: #00acee;}
6433
6434div.sharedaddy .sd-content ul li.share-linkedin a.sd-button{background: #0077b5;}
6435
6436div.sharedaddy .sd-content ul li.share-skype a.sd-button{background: #00AFF0;}
6437
6438div.sharedaddy .sd-content ul li.share-pinterest a.sd-button{background: #ca1f27;}
6439
6440div.sharedaddy .sd-content ul li.share-print a.sd-button{background: #e9e9e9;}
6441
6442div.sharedaddy .sd-content ul li.share-tumblr a.sd-button{background: #2c4762;}
6443
6444div.sharedaddy .sd-content ul li.share-telegram a.sd-button{background: #0088cc;}
6445
6446div.sharedaddy .sd-content ul li.share-jetpack-whatsapp a.sd-button{background: #43d854;}
6447
6448div.sharedaddy .sd-content ul li.share-reddit a.sd-button{background: #cee3f8;}
6449
6450div.sharedaddy .sd-content ul li.share-pocket a.sd-button{background: #ee4056;}
6451
6452/*official colors*/
6453.sd-content ul li a.sd-button:before{
6454 vertical-align: middle !important;
6455 top: 0 ;
6456}
6457
6458/* overwrite social sharing css */
6459@media screen and (-webkit-min-device-pixel-ratio: 0){
6460 body .sd-content ul li a.sd-button:before {
6461 top: -1px;
6462 }
6463
6464}
6465
6466/* overwrite social sharing css */
6467div.sharedaddy .sd-content ul li a.sd-button > span,
6468div.sharedaddy .sd-content ul li a.sd-button:before{
6469 color: #ffffff;
6470}
6471
6472div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button > span{
6473 display: none;
6474}
6475
6476div.sharedaddy .sd-social-text .sd-content ul li a.sd-button.no-icon:before {
6477 display: none;
6478}
6479
6480div.sharedaddy .sd-content ul li a.sd-button.no-icon:before{
6481 display: inline;
6482}
6483
6484span.aft-jpshare {
6485 display: inline-block;
6486}
6487
6488span.aft-jpshare:hover div.sharedaddy .sd-content ul li a.sd-button{
6489 -webkit-transform:scale(1);
6490 -moz-transform:scale(1);
6491 -ms-transform:scale(1);
6492 -o-transform:scale(1);
6493 transform:scale(1);
6494}
6495
6496span.aft-jpshare:hover div.sharedaddy .sd-content ul li a.sd-button{opacity:0.9;}
6497
6498span.aft-jpshare div.sharedaddy .sd-content ul li a.sd-button:hover{opacity:1;}
6499
6500span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(1) a.sd-button{transition-delay: 0ms;}
6501
6502span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(2) a.sd-button{transition-delay: 50ms;}
6503
6504span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(3) a.sd-button{transition-delay: 100ms;}
6505
6506span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(4) a.sd-button{transition-delay: 150ms;}
6507
6508span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(5) a.sd-button{transition-delay: 200ms;}
6509
6510span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(6) a.sd-button{transition-delay: 250ms;}
6511
6512span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(7) a.sd-button{transition-delay: 300ms;}
6513
6514span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(8) a.sd-button{transition-delay: 350ms;}
6515
6516span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(9) a.sd-button{transition-delay: 400ms;}
6517
6518span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(10) a.sd-button{transition-delay: 450ms;}
6519
6520span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(11) a.sd-button{transition-delay: 500ms;}
6521
6522span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(12) a.sd-button{transition-delay: 550ms;}
6523
6524span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(13) a.sd-button{transition-delay: 600ms;}
6525
6526span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(14) a.sd-button{transition-delay: 650ms;}
6527
6528span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(15) a.sd-button{transition-delay: 700ms;}
6529
6530
6531/*for officaial*/
6532div.sharedaddy .sd-social-official ul li:before{
6533 position: absolute;
6534 top: 0;
6535 left: 0;
6536 width: 100%;
6537 height: 100%;
6538 background-color: #fff;
6539
font-size: 14px;
6540 font-family: FontAwesome;
6541 line-height: 30px;
6542 vertical-align: middle;
6543 opacity: 0;
6544 z-index: -1;
6545}
6546
6547div.sharedaddy .sd-content ul li a.sd-button:hover {
6548 border: none;
6549 border-radius: 0;
6550}
6551
6552
6553div.sharedaddy .sd-social-official ul li:before{content: "\f096";}
6554
6555div.sharedaddy .sd-social-official ul li.share-facebook:before{content: "\f09a";}
6556
6557div.sharedaddy .sd-social-official ul li.share-twitter:before{content: "\f099";}
6558
6559div.sharedaddy .sd-social-official ul li.share-jetpack-whatsapp:before{content: "\f232";}
6560
6561div.sharedaddy .sd-social-official ul li.share-pinterest:before{content: "\f231";}
6562
6563div.sharedaddy .sd-social-official ul li.share-linkedin:before{content: "\f0e1";}
6564
6565div.sharedaddy .sd-social-official ul li.share-reddit:before{content: "\f281";}
6566
6567div.sharedaddy .sd-social-official ul li.share-pocket:before{content: "\f265";}
6568
6569div.sharedaddy .sd-social-official ul li.share-print:before{content: "\f02f";}
6570
6571div.sharedaddy .sd-social-official ul li.share-skype:before{content: "\f17e";}
6572
6573div.sharedaddy .sd-social-official ul li.share-telegram:before{content: "\f2c6";}
6574
6575div.sharedaddy .sd-social-official ul li.share-tumblr:before{content: "\f173";}
6576
6577
6578div.sharedaddy .sd-social-official .sd-content ul li a:before {
6579 color: #fff;
6580}
6581
6582
6583div.sharedaddy .sd-social-official ul li{
6584 opacity: 1;
6585 -webkit-transform: scale(1);
6586 -moz-transform: scale(1);
6587 -ms-transform: scale(1);
6588 -o-transform: scale(1);
6589 transform: scale(1);
6590 -webkit-transition: all 0.075s linear;
6591 -moz-transition: all 0.075s linear;
6592 -ms-transition: all 0.075s linear;
6593 -o-transition: all 0.075s linear;
6594 transition: all 0.075s linear;
6595}
6596
6597span.aft-jpshare:hover div.sharedaddy .sd-social-official .sd-content ul li{
6598 -webkit-transform:scale(1);
6599 -moz-transform:scale(1);
6600 -ms-transform:scale(1);
6601 -o-transform:scale(1);
6602 transform:scale(1);
6603}
6604
6605span.aft-jpshare:hover div.sharedaddy .sd-social-official .sd-content ul li{opacity:0.7;}
6606
6607span.aft-jpshare div.sharedaddy .sd-social-official .sd-content ul li:hover{opacity:1;}
6608
6609span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(1){transition-delay: 0ms;}
6610
6611span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(2){transition-delay: 50ms;}
6612
6613span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(3){transition-delay: 100ms;}
6614
6615span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(4){transition-delay: 150ms;}
6616
6617span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(5){transition-delay: 200ms;}
6618
6619span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(6){transition-delay: 250ms;}
6620
6621span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(7){transition-delay: 300ms;}
6622
6623span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(8){transition-delay: 350ms;}
6624
6625span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(9){transition-delay: 400ms;}
6626
6627span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(10){transition-delay: 450ms;}
6628
6629span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(11){transition-delay: 500ms;}
6630
6631span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(12){transition-delay: 550ms;}
6632
6633span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(13){transition-delay: 600ms;}
6634
6635span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(14){transition-delay: 650ms;}
6636
6637span.aft-jpshare:hover div.sharedaddy .sd-content ul li:nth-child(15){transition-delay: 700ms;}
6638
6639
6640/*for officaial*/
6641.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .sd-content .share-customize-link a,
6642.aft-single-featured-title-over-image .entry-content-title-featured-wrap .sd-content .share-customize-link a {
6643 color: #fff;
6644}
6645
6646
6647/*--------------------------------------------------------------
6648## share icons on posts
6649--------------------------------------------------------------*/
6650
6651article .post-description p:last-child{margin-bottom: 0;}
6652
6653
6654.aft-archive-wrapper article .read-categories{padding-top: 0;}
6655
6656
6657/*=====-----list-style-----=====*/
6658.list-style .read-single {
6659
display: flex;
6660 align-items: center;
6661}
6662
6663.list-style .read-bg-img {
6664 height: 290px;
6665}
6666
6667/*=====-----list-style-----=====*/
6668
6669/*list style posts right image---*/
6670article.archive-image-alternate:nth-of-type(even) .list-style .read-single ,
6671article.archive-image-right .list-style .read-single{
6672 flex-direction: row-reverse;
6673}
6674
6675article.archive-image-alternate:nth-of-type(even) .list-style .read-details ,
6676article.archive-image-right .list-style .read-details{
6677 text-align: right;
6678}
6679
6680/*list style posts right image---*/
6681
6682/*grid style posts---*/
6683article.aft-first-post-full{
6684 overflow: hidden;
6685}
6686
6687article.latest-posts-full,
6688article.latest-posts-list,
6689article.latest-posts-grid{
6690 margin-bottom: 30px;
6691 overflow: hidden;
6692}
6693
6694article.latest-posts-full:last-child,
6695article.latest-posts-list:last-child,
6696article.latest-posts-grid:last-child{
6697 margin-bottom: 0;
6698}
6699
6700article.latest-posts-full .read-single,
6701article.latest-posts-list .read-single,
6702article.latest-posts-grid .read-single{
6703 margin-bottom: 0;
6704}
6705
6706/*grid alternate----*/
6707article.archive-image-up-alternate .archive-grid-post .read-single{
6708
display: flex;
6709}
6710
6711.three-col-masonry article.col-2 {
6712 width: 33.33%;
6713}
6714
6715.four-col-masonry article.col-2 {
6716 width: 25%;
6717}
6718
6719.three-col-masonry article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single{
6720 flex-direction: column-reverse;
6721}
6722
6723body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single{
6724 flex-direction: column-reverse;
6725}
6726
6727.three-col-masonry article:nth-of-type(3n+1).archive-image-up-alternate .archive-grid-post .read-single,
6728.three-col-masonry article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single{
6729 flex-direction: column;
6730}
6731
6732body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single,
6733body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+4).archive-image-up-alternate .archive-grid-post .read-single{
6734 flex-direction: column;
6735}
6736
6737/*grid alternate----*/
6738/*grid alternate--two-column-four-column-*/
6739.archive-layout-grid.four-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single ,
6740.archive-layout-grid.two-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single {
6741 flex-direction: column-reverse;
6742}
6743
6744.archive-layout-grid.four-col-masonry article:nth-of-type(odd).archive-image-up-alternate .archive-grid-post .read-single ,
6745.archive-layout-grid.two-col-masonry article:nth-of-type(odd).archive-image-up-alternate .archive-grid-post .read-single {
6746 flex-direction: column;
6747}
6748
6749body.archive-first-post-full .three-col-masonry article:nth-of-type(3n).archive-image-up-alternate .archive-grid-post .read-single .read-details,
6750body:not(.archive-first-post-full) .three-col-masonry article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single .read-details,
6751body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single .read-details,
6752.archive-layout-grid.four-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single .read-details ,
6753.archive-layout-grid.two-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single .read-details{
6754 padding: 0 0 15px;
6755}
6756
6757body.archive-first-post-full .three-col-masonry article:nth-of-type(3n).archive-image-up-alternate .archive-grid-post .read-single .read-details h4,
6758body:not(.archive-first-post-full) .three-col-masonry article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single .read-details h4,
6759body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single .read-details h4,
6760.archive-layout-grid.four-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single .read-details h4 ,
6761.archive-layout-grid.two-col-masonry article:nth-of-type(even).archive-image-up-alternate .archive-grid-post .read-single .read-details h4{
6762 margin-top: 0;
6763}
6764
6765/*grid alternate--two-column-four-column-*/
6766/*grid alternate list----*/
6767body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate,
6768body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate,
6769body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate{
6770 width: 100%;
6771}
6772
6773body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-single ,
6774body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-single ,
6775body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-single {
6776
display: flex;
6777 align-items: center;
6778}
6779
6780body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-img ,
6781body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-img ,
6782body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-img {
6783 align-self: flex-start;
6784}
6785
6786body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-bg-img ,
6787body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-bg-img,
6788body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img {
6789 height: 240px;
6790 width: calc(50% - 7.5px);
6791 float: left;
6792}
6793
6794body:not(.archive-first-post-full).full-width-content .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-bg-img ,
6795body:not(.archive-first-post-full).full-width-content .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-bg-img,
6796body:not(.archive-first-post-full).full-width-content .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img {
6797 height: 390px;
6798}
6799
6800body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-details ,
6801body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-details,
6802body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-details {
6803 float: left;
6804 padding: 15px;
6805 width: calc(50% + 7.5px);
6806}
6807
6808
6809/*grid alternate list----*/
6810/*grid alternate list 1st post full----*/
6811body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate,
6812body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate,
6813body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate{
6814 width: 100%;
6815}
6816
6817body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-single ,
6818body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-single ,
6819body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-single {
6820
display: flex;
6821 align-items: center;
6822}
6823
6824body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-img ,
6825body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-img ,
6826body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-img {
6827 align-self: flex-start;
6828}
6829
6830body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-bg-img ,
6831body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-bg-img,
6832body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-bg-img {
6833 height: 240px;
6834 width: calc(50% - 7.5px);
6835 float: left;
6836}
6837
6838body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-details ,
6839body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-details,
6840body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-details {
6841 float: left;
6842 padding: 15px;
6843 width: calc(50% + 7.5px);
6844}
6845
6846/*grid alternate list 1st post full----*/
6847
6848/*grid style posts---*/
6849/*full style posts---*/
6850article.latest-posts-full .read-img{
6851 height: 540px;
6852}
6853
6854
6855.full-width-content article.latest-posts-full .read-img{
6856 height: 560px;
6857}
6858
6859
6860article.latest-posts-full .read-descprition.full-item-discription {
6861 padding: 15px;
6862}
6863
6864.archive-layout-full:not(.full-image-first) article.latest-posts-full .pad-archive{padding: 15px;}
6865
6866.archive-layout-full.full-image-first article.latest-posts-full .pad-archive{padding: 15px;}
6867
6868.archive-layout-full.full-image-first article.latest-posts-full .read-descprition.full-item-discription {
6869 padding-top: 0;
6870}
6871
6872
6873/*text-on-top*/
6874
6875.archive-layout-full.archive-title-first .read-item{
6876
display: flex;
6877 flex-direction: column-reverse;
6878}
6879
6880.archive-layout-full.archive-title-first .read-item .read-details{
6881 padding: 10px;
6882}
6883
6884.archive-layout-full.archive-image-first .read-descprition.full-item-discription {
6885 padding-top: 0;
6886}
6887
6888
6889/*text-on-top*/
6890/*full and grid*/
6891.archive-layout-full.full-with-grid article.col-1{width: 50%;}
6892
6893.archive-layout-full.full-with-grid article.latest-posts-full .read-img{
6894 height: 255px;
6895}
6896
6897.archive-layout-full.full-with-grid .read-item{
6898
display: flex;
6899 flex-direction: column;
6900}
6901
6902.archive-layout-full.full-with-grid article.latest-posts-full .read-descprition.full-item-discription{
6903 padding-top: 0;
6904}
6905
6906
6907.archive-layout-full.full-with-grid article.col-1:not(:nth-of-type(5n+1)) .pad-archive{margin-bottom: 0;}
6908
6909.archive-layout-full.full-with-grid article.col-1:not(:nth-of-type(5n+1)) .ptb-10{padding-top: 0;}
6910
6911
6912.archive-layout-full.full-with-grid article.col-1:nth-of-type(5n+1){width: 100%;}
6913
6914
6915.archive-layout-full.full-with-grid article.latest-posts-full:nth-of-type(5n+1) .read-img{
6916 height: 450px;
6917}
6918
6919
6920/*full and grid*/
6921
6922/*full style posts---*/
6923/*masonary style posts---*/
6924
6925.two-col-masonry .col-3{width: 50%;}
6926
6927
6928.two-col-masonry article.col-3 .read-img.read-bg-img{height: 240px;}
6929
6930.full-width-content .two-col-masonry article.col-3 .read-img.read-bg-img{height: 380px;}
6931
6932
6933.full-width-content .three-col-masonry article.col-3 .read-img.read-bg-img{height: 250px;}
6934
6935
6936.four-col-masonry .col-3{width: 25%;}
6937
6938.four-col-masonry .col-3 .read-img.read-bg-img{height: 140px;}
6939
6940/*masonary style posts---*/
6941
6942
6943/*archive pagination---------*/
6944.page-links a.post-page-numbers {
6945 color: #ffcc00;
6946}
6947
6948.archive article .page-links {
6949 display: none;
6950}
6951
6952.chromenews-pagination{
6953 text-align: center;
6954}
6955
6956.chromenews-pagination .nav-links .page-numbers.current,
6957.chromenews-pagination .nav-links .page-numbers{
6958 min-width: 30px;
6959 height: 30px;
6960 text-align: center;
6961 line-height: 28px;
6962
font-size: 14px;
6963 display: inline-block;
6964 color: #404040;
6965 border-width: 1px;
6966 border-style: solid;
6967 border-image: initial;
6968 text-decoration: none;
6969 padding: 0px 5px;
6970 font-weight: 700;
6971}
6972
6973body.aft-light-mode .chromenews-pagination .nav-links a.page-numbers:hover,
6974body.aft-dark-mode .chromenews-pagination .nav-links a.page-numbers:hover,
6975.chromenews-pagination .nav-links .page-numbers.current{
6976 border-color: #ffcc00;
6977}
6978
6979
6980/*archive pagination---------*/
6981
6982
6983/*archive layout elements---------=======*/
6984
6985/*grids---------*/
6986
6987.aft-archive-wrapper .archive-layout-grid .read-details .entry-meta{
6988 margin-bottom: 5px;
6989}
6990
6991/*grids---------*/
6992/*lists---------*/
6993.aft-archive-wrapper .archive-layout-list .read-details{
6994 padding-top: 0;
6995 padding-bottom: 0;
6996}
6997
6998.aft-archive-wrapper .archive-layout-list .read-details .entry-meta{
6999 margin-bottom: 5px;
7000}
7001
7002/*lists---------*/
7003/*masonry---------*/
7004.aft-archive-wrapper.aft-masonry-archive-posts .read-details{
7005 padding-bottom: 15px;
7006}
7007
7008.aft-archive-wrapper.aft-masonry-archive-posts .read-details .entry-meta{
7009 margin-bottom: 5px;
7010}
7011
7012/*masonry---------*/
7013/*archive layout elements---------=======*/
7014
7015/*--------------------------------------------------------------
7016## archive posts
7017--------------------------------------------------------------*/
7018/*advertisement*/
7019.below-banner-advertisment-section{
7020 text-align: center;
7021 margin: 20px 0;
7022}
7023
7024/*advertisement*/
7025
7026.archive main.site-main .archive-description,
7027.home.blog .aft-archive-wrapper.chromenews-customizer .archive-description{
7028 margin-bottom: 20px;
7029}
7030
7031
7032/*featured category-----*/
7033
7034.featured-category-item > .read-img {
7035 margin-bottom: 20px;
7036}
7037
7038.featured-category-item > .read-img a {
7039 display: block;
7040 position: relative;
7041 height: 100%;
7042 color: #fff;
7043}
7044
7045.featured-category-item > .read-img a span {
7046 position: absolute;
7047 top: 50%;
7048 left: 50%;
7049 background: rgba(255, 255, 255, 0.75);
7050 padding: 0 10px;
7051 font-size: 16px;
7052 font-weight: bold;
7053 line-height: 24px;
7054 letter-spacing: 0.5px;
7055 transform: translate(-50%,-50%);
7056 text-transform: uppercase;
7057}
7058
7059.featured-category-item > .read-img a:after ,
7060.featured-category-item > .read-img a:before {
7061 position: absolute;
7062 left: 10px;
7063 right: 10px;
7064 top: 10px;
7065 bottom: 10px;
7066 content: '';
7067 opacity: 0.3;
7068 -webkit-transition: opacity 0.075s;
7069 transition: opacity 0.075s;
7070 z-index: 5;
7071}
7072
7073.featured-category-item > .read-img a:before {
7074 border-top: 1px solid #fff;
7075 border-bottom: 1px solid #fff;
7076}
7077
7078.featured-category-item > .read-img a:after {
7079 border-right: 1px solid #fff;
7080 border-left: 1px solid #fff;
7081}
7082
7083.featured-category-item > .read-img a:hover:after ,
7084.featured-category-item > .read-img a:hover:before {opacity: 0.7;}
7085
7086
7087/* three items */
7088.featured-category-item{
7089 width: 33.3333%;
7090}
7091
7092
7093/*featured category-----*/
7094/*--------------------------------------------------------------
7095# mailchimp
7096--------------------------------------------------------------*/
7097.mailchimp-block {
7098 padding: 120px 0;
7099 background-color: #202020;
7100 background-size: cover;
7101 background-position: center;
7102 background-repeat: no-repeat;
7103 text-align: center;
7104 z-index: 1;
7105 position: relative;
7106}
7107
7108.chromenews_mailchimp_widget,
7109.chromenews_store_call_to_action_widget {
7110 padding-bottom: 20px;
7111}
7112
7113body .mailchimp-block .block-title {
7114 margin: 0;
7115 padding-left: 0;
7116 margin-bottom: 20px;
7117}
7118
7119.mailchimp-block,
7120.mailchimp-block .block-title{
7121 color: #fff;
7122}
7123
7124/* .aft-section-layout-none article .promotionspace , */
7125.aft-section-layout-background article .promotionspace {
7126 margin-top: 20px;
7127}
7128
7129
7130article .mailchimp-block {
7131 margin-top: 30px;
7132}
7133
7134
7135.entry-content form.mc4wp-form,
7136.inner-suscribe{
7137 margin: 0 auto;
7138 max-width: 730px;
7139 width: 100%;
7140}
7141
7142.entry-content form.mc4wp-form p,
7143.inner-suscribe p {
7144 margin-bottom: 0;
7145 line-height: 1;
7146}
7147
7148.entry-content form.mc4wp-form .mc4wp-form-fields,
7149.inner-suscribe .mc4wp-form-fields{
7150 position: relative;
7151 text-align: left;
7152}
7153
7154.entry-content form.mc4wp-form .mc4wp-form-fields label,
7155.inner-suscribe .mc4wp-form-fields label {
7156 font-size: 0;
7157 width: calc(100% - 120px);
7158 margin: 0;
7159}
7160
7161.entry-content form.mc4wp-form input,
7162.inner-suscribe input {
7163 border: none;
7164 background: #fafafa;
7165 width: 100%;
7166 line-height: 38px;
7167 padding: 10px 30px;
7168 color: #8a8a8a;
7169
font-size: 14px;
7170 min-height: 58px;
7171}
7172
7173body.aft-dark-mode .entry-content form.mc4wp-form input[type=email] {
7174 background-color: rgba(255,255,255,.1);
7175 border: none;
7176}
7177
7178.entry-content form.mc4wp-form input[type=submit],
7179.inner-suscribe input[type=submit] {
7180 border: 0;
7181 margin: 0;
7182 color: #202020;
7183 width: 120px;
7184 height: 58px;
7185 padding: 14px 0;
7186
font-size: 14px;
7187 line-height: 30px;
7188 background-color: #ffcc00 ;
7189 position: absolute;
7190 border-radius: 0px;
7191 right: 0;
7192 bottom: 0;
7193 text-transform: uppercase;
7194 -webkit-transition: all 0.075s ease;
7195 transition: all 0.075s ease;
7196}
7197
7198
7199footer .inner-suscribe input ,
7200#sidr .inner-suscribe input ,
7201#secondary .inner-suscribe input {
7202 line-height: 24px;
7203}
7204
7205footer .inner-suscribe input:not([type="submit"]) ,
7206#sidr .inner-suscribe input:not([type="submit"]) ,
7207#secondary .inner-suscribe input:not([type="submit"]) {
7208 padding-left: 15px;
7209}
7210
7211
7212footer .inner-suscribe input[type=submit] ,
7213#sidr .inner-suscribe input[type=submit] ,
7214#secondary .inner-suscribe input[type=submit] {
7215 height: 44px;
7216 line-height: 15px;
7217 position: inherit;
7218 top: inherit;
7219 right: inherit;
7220 margin-top: 15px;
7221 width: auto;
7222 min-width: 120px;
7223 padding-left: 5px;
7224 padding-right: 5px;
7225}
7226
7227
7228/*--------------------------------------------------------------
7229# mailchimp
7230--------------------------------------------------------------*/
7231
7232/*--------------------------------------------------------------
7233# single
7234--------------------------------------------------------------*/
7235/*single page default-----*/
7236div.comments-area {
7237 margin-bottom: 20px;
7238 padding: 20px;
7239}
7240
7241body.single-content-mode-compact div.comments-area {
7242 padding: 20px;
7243}
7244
7245body.single-content-mode-boxed div.comments-area {
7246 padding-right: 3.75em;
7247 padding-left: 3.75em;
7248}
7249
7250
7251.single .entry-content > ol li,
7252.single .entry-content > ul li{
7253 padding: 5px 0;
7254}
7255
7256.single h3.awpa-title {
7257 margin: 0;
7258}
7259
7260.single p:empty:before {
7261 display: none;
7262}
7263
7264.header-title-wrapper{margin:0;padding-bottom: 0;}
7265
7266h1.page-title{margin-top: 0;margin-bottom: 20px;}
7267
7268.entry-header .entry-title {
7269 margin: 0;
7270}
7271
7272body.single-post .entry-title {
7273 margin:10px 0;
7274}
7275
7276body.single-post .aft-image-caption {
7277 color: #fff;
7278 display: block;
7279 background: rgba(0, 0, 0,0.5);
7280 padding: 5px 10px;
7281}
7282
7283body.single-post .aft-image-caption p{
7284 margin-bottom: 0;
7285}
7286
7287body.single-post .entry-header span.min-read-post-format .af-post-format i{
7288 color: #fff;
7289}
7290
7291
7292body.single .entry-header .aft-post-excerpt-and-meta .post-excerpt{
7293 margin: 15px 0;
7294 border-left: 3px solid #ffcc00;
7295 padding-left: 15px;
7296}
7297
7298
7299body.single .entry-header .aft-post-excerpt-and-meta .entry-meta .aft-comment-view-share{
7300 padding: 0;
7301}
7302
7303
7304body.single #content > header.entry-header .read-details {
7305 padding: 60px;
7306 margin-bottom: 20px;
7307}
7308
7309body.single-content-mode-compact.default-content-layout article header.entry-header .read-details{
7310 /* margin-bottom: 20px; */
7311}
7312
7313body.single-content-mode-compact.default-content-layout.aft-single-featured-title-over-image article header.entry-header .read-details{
7314 margin-bottom: 0px;
7315}
7316
7317body.aft-dark-mode .entry-header-details{
7318 background-color: transparent;
7319}
7320
7321
7322.grid-design-texts-over-image .read-details .entry-meta span.author-links > span a:hover,
7323.grid-design-texts-over-image .read-details .entry-meta span.aft-comment-view-share a:hover{
7324 border-color: #fff;
7325}
7326
7327
7328/* social share option design */
7329
7330.social-before-title .entry-header-details {
7331
display: flex;
7332 flex-wrap: wrap;
7333 flex-direction: column;
7334}
7335
7336.social-before-title .entry-header-details .aft-social-share {
7337 order: 1;
7338
display: flex;
7339 flex-wrap: wrap;
7340}
7341
7342.social-before-title .entry-header-details .figure-categories {
7343 order: 2;
7344}
7345
7346.social-before-title .entry-header-details .entry-title {
7347 order: 3;
7348}
7349
7350.social-before-title .entry-header-details .aft-post-excerpt-and-meta {
7351 order: 4;
7352}
7353
7354
7355.social-after-title .entry-header-details {
7356
display: flex;
7357 flex-wrap: wrap;
7358 flex-direction: column;
7359}
7360
7361.social-after-title .entry-header-details .figure-categories {
7362 order: 1;
7363}
7364
7365.social-after-title .entry-header-details .entry-title {
7366 order: 2;
7367}
7368
7369.social-after-title .entry-header-details .aft-post-excerpt-and-meta {
7370 order: 3;
7371}
7372
7373.social-after-title .entry-header-details .aft-social-share {
7374 order: 4;
7375
display: flex;
7376 flex-wrap: wrap;
7377}
7378
7379
7380/* social share option design */
7381.archive-description p {
7382 margin-bottom: 0;
7383}
7384
7385body.single-post .figure-categories .cat-links {
7386 margin-top: 0px;
7387}
7388
7389.aft-image-caption p {
7390 margin: 0;
7391 font-style: italic;
7392 opacity: 0.7;
7393 text-align: center;
7394 margin-bottom: 20px;
7395
font-size: 13px;
7396}
7397
7398
7399.aft-dark-mode .comment-content > p a,
7400.aft-dark-mode .comment-body .reply a{
7401 color: #fff;
7402}
7403
7404.aft-light-mode .aft-main-banner-section .aft-popular-taxonomies-lists ul li a,
7405.aft-dark-mode .aft-main-banner-section .aft-popular-taxonomies-lists ul li a,
7406.aft-dark-mode .comment-content > p a,
7407.aft-dark-mode .comment-body .reply a,
7408.aft-light-mode .comment-content > p a,
7409.aft-light-mode .comment-body .reply a,
7410.nav-links a .post-title,
7411ul.trail-items li a,
7412.post-edit-link,
7413p.logged-in-as a{
7414 border-bottom: 1px solid transparent;
7415}
7416
7417.aft-light-mode .aft-main-banner-section .aft-popular-taxonomies-lists ul li a:hover,
7418.aft-dark-mode .aft-main-banner-section .aft-popular-taxonomies-lists ul li a:hover,
7419.aft-dark-mode .comment-content > p a:hover,
7420.aft-dark-mode .comment-body .reply a:hover,
7421.aft-light-mode .comment-content > p a:hover,
7422.aft-light-mode .comment-body .reply a:hover {
7423 border-bottom-color: #ffcc00;
7424}
7425
7426
7427.aft-dark-mode p.logged-in-as a{
7428 color: #fff;
7429}
7430
7431
7432.entry-content h1:not(.awpa-display-name) a,
7433.entry-content h2:not(.awpa-display-name) a,
7434.entry-content h3:not(.awpa-display-name) a,
7435.entry-content h4:not(.awpa-display-name) a,
7436.entry-content h5:not(.awpa-display-name) a,
7437.entry-content h6:not(.awpa-display-name) a,
7438.entry-content > p a{
7439 border-bottom: 1px solid #ffcc00;
7440}
7441
7442.aft-light-mode a.post-edit-link,
7443.aft-light-mode .entry-content h1:not(.awpa-display-name) a,
7444.aft-light-mode .entry-content h2:not(.awpa-display-name) a,
7445.aft-light-mode .entry-content h3:not(.awpa-display-name) a,
7446.aft-light-mode .entry-content h4:not(.awpa-display-name) a,
7447.aft-light-mode .entry-content h5:not(.awpa-display-name) a,
7448.aft-light-mode .entry-content h6:not(.awpa-display-name) a{
7449 color: #4a4a4a;
7450}
7451
7452.aft-dark-mode a.post-edit-link,
7453.aft-dark-mode .entry-content h1:not(.awpa-display-name) a,
7454.aft-dark-mode .entry-content h2:not(.awpa-display-name) a,
7455.aft-dark-mode .entry-content h3:not(.awpa-display-name) a,
7456.aft-dark-mode .entry-content h4:not(.awpa-display-name) a,
7457.aft-dark-mode .entry-content h5:not(.awpa-display-name) a,
7458.aft-dark-mode .entry-content h6:not(.awpa-display-name) a{
7459 color: #fff;
7460}
7461
7462
7463.nav-links a .post-title:hover,
7464ul.trail-items li a:hover,
7465.post-edit-link:hover,
7466p.logged-in-as a:hover,
7467.entry-content > [class*="wp-block-"] a:not(.wp-block-button__link):hover,
7468.entry-content > ul a:hover,
7469.entry-content > ol a:hover {
7470 border-bottom-color: #ffcc00;
7471}
7472
7473
7474.entry-content .latest-posts-block-post-img > a,
7475.entry-content .latest-posts-block-post-grid-author > a,
7476.entry-content .latest-posts-block-post-grid-title > a,
7477.entry-content .latest-posts-block-post-category > a{
7478 border-bottom: none !important;
7479}
7480
7481body.single .entry-content-wrap .read-img,
7482.aft-single-featured-title-below-image .post-thumbnail img.wp-post-image,
7483.aft-single-featured-boxed .post-thumbnail img.wp-post-image{
7484 width: 100%;
7485}
7486
7487.single-content-mode-compact.aft-single-featured-title-below-image .entry-content-title-featured-wrap,
7488.single-content-mode-compact.aft-single-featured-title-over-image .entry-content-title-featured-wrap {
7489 margin-top: 20px;
7490}
7491
7492/*single page default-----*/
7493
7494
7495/* ====== single page full ====== */
7496
7497.aft-main-breadcrumb-wrapper.container-wrapper {
7498 padding: 0;
7499}
7500
7501
7502.af-wide-layout .aft-main-breadcrumb-wrapper.container-wrapper {
7503 padding-right: 20px;
7504 padding-left: 20px;
7505}
7506
7507
7508.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs {
7509 margin-top: 20px;
7510 margin-bottom: 0;
7511 padding-left: 0;
7512 padding-right: 0;
7513}
7514
7515.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .entry-header {
7516 box-shadow: none;
7517}
7518
7519.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .entry-header .aft-social-share {
7520 margin-bottom: 0;
7521}
7522
7523.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header,
7524.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap .container-wrapper .entry-header,
7525.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .entry-header .read-details {
7526 padding: 20px 0;
7527}
7528
7529.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header,
7530.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap .container-wrapper .entry-header,
7531.aft-single-featured-full .entry-content-title-featured-wrap .container-wrapper .entry-header{
7532 margin: 0;
7533}
7534
7535.aft-single-featured-full .post-thumbnail img.wp-post-image{
7536 max-height: 500px;
7537 object-fit: cover;
7538 width: 100%;
7539}
7540
7541/* ====== single page full ====== */
7542
7543/* ====== single page full below image ====== */
7544
7545.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap {
7546
display: flex;
7547 flex-wrap: wrap;
7548 flex-direction: column-reverse;
7549}
7550
7551.aft-single-featured-full-title-below-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs {
7552 margin-top: 20px;
7553 margin-bottom: 0;
7554 padding-right: 0;
7555 padding-left: 0;
7556}
7557
7558.aft-single-featured-full-title-below-image .post-thumbnail img.wp-post-image{
7559 max-height: 500px;
7560 object-fit: cover;
7561 width: 100%;
7562}
7563
7564
7565/* ====== single page full below image ====== */
7566
7567
7568/* ====== single page full over image ====== */
7569.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel,
7570.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap {
7571 position: relative;
7572}
7573
7574.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap {
7575 overflow: hidden;
7576}
7577
7578.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper{
7579 position: absolute;
7580 top: 50%;
7581 left: 50%;
7582 transform: translate(-50% , -50%);
7583 z-index: 9;
7584
display: flex;
7585 flex-wrap: wrap;
7586 height: 100%;
7587}
7588
7589.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel::before {
7590 content: '';
7591 position: absolute;
7592 left: 0;
7593 top: 0;
7594 width: 100%;
7595 height: 100%;
7596 background-color: rgba(0, 0, 0,0.4);
7597 background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0), rgba(0,0,0,.75) );
7598}
7599
7600.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs {
7601 width: 100%;
7602 height: max-content;
7603 margin-top: 20px;
7604 margin-bottom: 0;
7605 padding: 0;
7606 background-color: transparent;
7607 height: calc(25% - 20px);
7608}
7609
7610
7611.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs,
7612.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs a {
7613 color: #fff;
7614}
7615
7616.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header {
7617 height: 100%;
7618 width: 100%;
7619}
7620
7621.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs + .entry-header {
7622 height: calc(75% - 0px);
7623}
7624
7625.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header .read-details {
7626
display: flex;
7627 align-items: flex-end;
7628 height: 100%;
7629}
7630
7631
7632.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span a:hover,
7633.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span a:hover span,
7634.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span a:hover,
7635.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span a:hover span{
7636 border-color: #fff;
7637}
7638
7639
7640.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span a,
7641.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span,
7642
7643.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details h1,
7644.aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .read-details{
7645 color: #fff;
7646}
7647
7648.aft-single-featured-full-title-over-image .post-thumbnail img.wp-post-image{
7649 max-height: 500px;
7650 object-fit: cover;
7651 width: 100%;
7652}
7653
7654/* ====== single page full over image ====== */
7655
7656
7657/* ====== single page boxed title below image ====== */
7658
7659.aft-single-featured-title-below-image .entry-content-wrap .entry-content-title-featured-wrap {
7660
display: flex;
7661 flex-wrap: wrap;
7662 flex-direction: column;
7663}
7664
7665.aft-single-featured-title-below-image .entry-content-wrap .entry-content-title-featured-wrap .entry-header {
7666 order: 3;
7667}
7668
7669
7670body.single.aft-single-featured-title-below-image .entry-content-wrap .read-img .post-thumbnail {
7671 margin-bottom: 20px;
7672}
7673
7674/* ====== single page boxed title below image ====== */
7675
7676
7677/* ====== single page boxed title over image ====== */
7678
7679.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel,
7680.aft-single-featured-title-over-image .entry-content-title-featured-wrap {
7681 position: relative;
7682 overflow: hidden;
7683}
7684
7685.aft-single-featured-title-over-image .entry-content-title-featured-wrap .entry-header{
7686 position: absolute;
7687 bottom: 0%;
7688 left: 50%;
7689 transform: translate(-50% , 0%);
7690 z-index: 9;
7691 width: 100%;
7692 margin: 0;
7693}
7694
7695.single-content-mode-compact.aft-single-featured-title-over-image .entry-content-title-featured-wrap .entry-header {
7696 padding: 20px;
7697}
7698
7699
7700.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span a,
7701.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details .entry-meta span,
7702.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details h1,
7703.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-details{
7704 color: #fff;
7705}
7706
7707
7708.aft-light-mode.aft-section-layout-background.single-content-mode-boxed.aft-single-featured-title-over-image header.entry-header{
7709 background: transparent;
7710}
7711
7712
7713.aft-single-featured-title-over-image .entry-content-title-featured-wrap .entry-header .read-details {
7714 background: transparent;
7715 margin-bottom: 0;
7716}
7717
7718.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel::before {
7719 content: '';
7720 position: absolute;
7721 left: 0;
7722 top: 0;
7723 width: 100%;
7724 height: 100%;
7725 background-color: rgba(0, 0, 0,0.4);
7726 background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,.75) );
7727}
7728
7729
7730.aft-single-featured-title-over-image .post-thumbnail img.wp-post-image{
7731 max-height: 500px;
7732 object-fit: cover;
7733 width: 100%;
7734}
7735
7736.aft-single-featured-full-title-over-image .site > .entry-content-title-featured-wrap {
7737 min-height: 440px;
7738 background: #000;
7739}
7740
7741.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel img,
7742.aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel{
7743 min-height: 400px;
7744}
7745
7746/* ====== single page boxed title over image ====== */
7747
7748
7749/*single1 page-----*/
7750.read-single-notbanner .read-img.read-img .read-bg-img {
7751 height: 400px;
7752}
7753
7754body.single span.tags-links{
7755 display: block;
7756 margin: 5px 0;
7757 font-weight: 700;
7758}
7759
7760body.single span.tags-links a{
7761 padding: 2px 5px;
7762 border: 1px solid ;
7763 color: rgba(57, 62, 70, 0.80);
7764
font-size: 13px;
7765 font-weight: normal;
7766 transition: all 0.075s ease-out;
7767 display: inline-block;
7768 margin: 2px 0;
7769}
7770
7771body.single span.tags-links a:hover{
7772 border-color: #ffcc00 ;
7773}
7774
7775/*single1 page-----*/
7776/*single2 page-----*/
7777.read-single-overbanner {
7778 position: relative;
7779}
7780
7781
7782.read-single-overbanner .read-img.read-bg-img {
7783 height: 500px;
7784}
7785
7786
7787.read-single-overbanner .read-img.read-bg-img:after {
7788 content: '';
7789 position: absolute;
7790 top: 0;
7791 left: 0;
7792 height: 100%;
7793 width: 100%;
7794 background-color: #000;
7795 opacity: 0.25;
7796}
7797
7798
7799.read-single-overbanner .read-details {
7800 position: absolute;
7801 width: 100%;
7802 bottom: 0;
7803 left: 0;
7804 padding: 15px;
7805 background: rgba(0, 0, 0, 0.75);
7806 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
7807}
7808
7809
7810.posts-slider.banner-slider-2 .read-small-piece,
7811.read-single-overbanner .read-small-piece {
7812 color: #fff;
7813 position: relative;
7814 padding-top: 15px;
7815 opacity: 0.8;
7816}
7817
7818
7819.posts-slider.banner-slider-2 .read-small-piece p {
7820 margin: 15px 0;
7821}
7822
7823
7824.posts-slider.banner-slider-2 .read-small-piece:before,
7825.read-single-overbanner .read-small-piece:before {
7826 content: '';
7827 height: 1px;
7828 width: 250px;
7829 background: #fff;
7830 position: absolute;
7831 opacity: 0.7;
7832}
7833
7834.read-single-overbanner .read-title h4 {
7835 font-size: 36px;
7836}
7837
7838.read-single-overbanner .read-details .entry-meta span.byline span,
7839.read-single-overbanner .read-details .entry-meta span,
7840.read-single-overbanner .cat-color-1,
7841.read-single-overbanner .read-title h4 a {
7842 color: #fff;
7843}
7844
7845
7846span.item-metadata.posts-author.byline {
7847 font-weight: 700;
7848}
7849
7850/*single2 page-----*/
7851
7852/*contact page-----*/
7853form.wpcf7-form label {
7854 width: 100%;
7855}
7856
7857form.wpcf7-form label textarea{
7858 width: 100%;
7859 padding: 15px;
7860}
7861
7862form.wpcf7-form label input{
7863 width: 100%;
7864 padding: 0 15px;
7865}
7866
7867/*contact page-----*/
7868
7869/*share option on single*/
7870body.single .entry-content-wrap{
7871
display: flex;
7872 flex-direction: column;
7873 margin-bottom: 20px;
7874 padding: 60px;
7875}
7876
7877
7878/* single page section layout background */
7879body.single.aft-section-layout-background .entry-content-wrap {
7880 background-color: #fff;
7881}
7882
7883
7884body.single.single-content-mode-compact .entry-content-wrap {
7885 padding: 0 20px;
7886}
7887
7888body.single.single-content-mode-boxed .entry-content-wrap {
7889 padding: 0px;
7890}
7891
7892
7893body.single.single-content-mode-compact.default-content-layout.aft-section-layout-background .entry-content-wrap {
7894 /* padding-top: 20px; */
7895}
7896
7897
7898body.single #content header.entry-header + .section-block-upper .entry-content-wrap {
7899 padding-top: 0;
7900}
7901
7902body.single #content header.entry-header + .section-block-upper .entry-content-wrap > .color-pad:first-child {
7903 padding-top: 40px;
7904}
7905
7906body.single .entry-content-wrap .entry-content.read-details {
7907 margin-bottom: 0;
7908 margin-top: 0;
7909}
7910
7911body.single .entry-content-wrap .entry-meta {
7912 margin-top: 10px;
7913 margin-bottom: 10px;
7914}
7915
7916body.single.aft-single-featured-boxed .entry-content-wrap .entry-meta {
7917 margin-top: 0;
7918 margin-bottom: 0;
7919}
7920
7921body.single .entry-content-wrap .read-img{
7922 margin: 0px 0px 20px;
7923 margin: 0;
7924}
7925
7926
7927body.single .entry-content-wrap .post-excerpt,
7928body.single-post.aft-single-full-header .post-excerpt{
7929 font-weight: normal;
7930 border-left: 1px solid #4a4a4a;
7931 padding-left: 2em;
7932 position: relative;
7933 margin-bottom: 15px;
7934 line-height: 1.5;
7935}
7936
7937body.single .entry-content-wrap .post-excerpt::before,
7938body.single-post.aft-single-full-header .post-excerpt::before{
7939 content: '';
7940 position: absolute;
7941 left: 2px;
7942 width: 2px;
7943 height: 100%;
7944 background: #4a4a4a;
7945}
7946
7947body.aft-dark-mode.single .entry-content-wrap .post-excerpt,
7948body.aft-dark-mode.single-post.aft-single-full-header .post-excerpt{
7949 border-left-color: #fff;
7950}
7951
7952body.aft-dark-mode.single .entry-content-wrap .post-excerpt::before,
7953body.aft-dark-mode.single-post.aft-single-full-header .post-excerpt::before{
7954 background: #fff;
7955}
7956
7957/*after title*/
7958body.single .entry-content-wrap.social-after-title .entry-header{order: 1;}
7959
7960body.single .entry-content-wrap.social-after-title .read-img{order: 3;}
7961
7962body.single .entry-content-wrap.social-after-title .color-pad{order: 4;}
7963
7964body.single .entry-content-wrap.social-after-title .aft-social-share{
7965 order: 2;
7966}
7967
7968body.single .aft-social-share .sd-sharing {
7969 margin-bottom: 0;
7970}
7971
7972.social-before-title .entry-header-details .aft-social-share{
7973 margin-bottom: 20px;
7974}
7975
7976.social-after-title .entry-header-details .aft-social-share {
7977 margin-top: 20px;
7978}
7979
7980body.single .aft-social-share .share-customize-link {margin-bottom: 0;}
7981
7982body.single .entry-content-wrap.social-after-title .aft-comment-view-share{margin-right: 10px;}
7983
7984body.single .entry-content-wrap.social-after-title .entry-meta{margin-bottom: 0;}
7985
7986
7987@media screen and (min-width: 600px){
7988 body.single .entry-content-wrap.social-after-title .sd-content ul li {margin: 5px 5px 5px 0;}
7989
7990}
7991
7992/*after title*/
7993/*vertical left*/
7994body.single .entry-content-wrap.social-vertical-share .aft-social-share .sd-content ul li{
7995 display: block;
7996 float: none;
7997}
7998
7999
8000body.single .entry-content-wrap.social-vertical-share{
8001 position: relative;
8002 display: block;
8003}
8004
8005body.single .entry-content-wrap.social-vertical-share .aft-social-share {
8006 float: left;
8007 min-width: 50px;
8008
position: sticky;
8009 top: 50px;
8010 transform: translateX(-50%);
8011}
8012
8013body.single .entry-content-wrap.social-vertical-share .vertical-left-right {
8014 position: absolute;
8015 height: 100%;
8016 transform: translateX(-70%);
8017}
8018
8019body.single.align-content-right .entry-content-wrap.social-vertical-share .vertical-left-right {
8020 right: 0;
8021 transform: translateX(70%);
8022}
8023
8024body.single.align-content-right .entry-content-wrap.social-vertical-share .aft-social-share {
8025 transform: translateX(50%);
8026 text-align: right;
8027}
8028
8029
8030/*share option on single*/
8031/*--------------------------------------------------------------
8032# single
8033--------------------------------------------------------------*/
8034/*--------------------------------------------------------------
8035##gutenberg support
8036--------------------------------------------------------------*/
8037
8038img.alignright {
8039 clear: right;
8040}
8041
8042img.alignleft {
8043 clear: left;
8044}
8045
8046div.wp-block h1 a,
8047div.wp-block h2 a,
8048div.wp-block h3 a,
8049div.wp-block h4 a,
8050div.wp-block h5 a,
8051div.wp-block h6 a,
8052div.wp-block pre a {
8053 font-family: inherit;
8054 font-size: inherit;
8055 line-height: inherit;
8056 font-weight: inherit;
8057 font-style: inherit;
8058}
8059
8060div.wp-block b,
8061div.wp-block strong {
8062 font-weight: bold;
8063}
8064
8065div.wp-block .editor-rich-text__tinymce code,
8066div.wp-block .editor-rich-text__editable code {
8067 background-color: transparent;
8068 color: inherit;
8069 font-family: monospace;
8070 font-size: inherit;
8071 line-height: inherit;
8072 font-weight: inherit;
8073 font-style: inherit;
8074 letter-spacing: 1px;
8075}
8076
8077
8078.entry-content .aligncenter{text-align: center;}
8079
8080
8081.entry-content ul.wp-block-latest-posts ,
8082.entry-content ol:not([class*="wp-"]) ,
8083.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) {
8084 padding-left: 0;
8085 /* margin-left: 15px; */
8086 margin-bottom: 15px;
8087 list-style-position: inside;
8088}
8089
8090.entry-content .alignwide ul.wp-block-latest-posts ,
8091.entry-content .alignwide ol:not([class*="wp-"]) ,
8092.entry-content .alignwide ul:not([class*="wp-"]):not(.awpa-contact-info),
8093.entry-content .alignfull ul.wp-block-latest-posts ,
8094.entry-content .alignfull ol:not([class*="wp-"]) ,
8095.entry-content .alignfull ul:not([class*="wp-"]):not(.awpa-contact-info){
8096 margin-left: 0;
8097}
8098
8099.entry-content ul.wp-block-latest-posts.alignwide ,
8100.entry-content ol:not([class*="wp-"]).alignwide ,
8101.entry-content ul:not([class*="wp-"]).alignwide {
8102 padding-left: 30px;
8103}
8104
8105.entry-content ul.wp-block-latest-posts.alignfull ,
8106.entry-content ol:not([class*="wp-"]).alignfull ,
8107.entry-content ul:not([class*="wp-"]).alignfull {
8108 margin-left: calc(50% - 50vw - 10px);
8109 padding-left: 40px;
8110}
8111
8112.entry-content ol:not([class*="wp-"]) {
8113 list-style-type: decimal;
8114}
8115
8116.entry-content ul.wp-block-latest-posts ,
8117.entry-content ul:not([class*="wp-"]) {
8118 list-style-type: disc;
8119}
8120
8121.entry-content ol:not([class*="wp-"]) li,
8122.entry-content ul:not([class*="wp-"]) li{
8123 padding-bottom: 5px;
8124 padding-top: 5px;
8125}
8126
8127
8128.entry-content ol:not([class*="wp-"]) ol,
8129.entry-content ol:not([class*="wp-"]) ul,
8130.entry-content ul:not([class*="wp-"]) ol,
8131.entry-content ul:not([class*="wp-"]) ul{
8132 margin-bottom: 0;
8133}
8134
8135.entry-content ol:not([class*="wp-"]) ol li:last-child,
8136.entry-content ol:not([class*="wp-"]) ul li:last-child,
8137.entry-content ul:not([class*="wp-"]) ol li:last-child,
8138.entry-content ul:not([class*="wp-"]) ul li:last-child{
8139 padding-bottom: 0;
8140}
8141
8142
8143p.has-drop-cap:not(:focus):first-letter {
8144 font-weight: normal;
8145 font-size: 7.8em;
8146}
8147
8148.fb_iframe_widget {
8149 width: 100%;
8150}
8151
8152.fb_iframe_widget span,
8153.fb_iframe_widget_fluid span {
8154 max-width: 100%;
8155}
8156
8157
8158
8159.wp-block-quote.is-large, .wp-block-quote.is-style-large{
8160 margin-top: 2.57143em;
8161 margin-bottom: 2.14286em;
8162}
8163
8164.wp-block-image figcaption{
8165 text-align: center;
8166}
8167
8168/** === Button === */
8169.wp-block-button:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright){
8170 margin-top:1em;
8171 margin-bottom:1em;
8172}
8173
8174/** === Button === */
8175/** === File === */
8176.wp-block-file {
8177 margin: 0 0 20px;
8178}
8179
8180.wp-block-file > a:not([class]),
8181.wp-block-file .wp-block-file__textlink {
8182 display: inline-block;
8183 margin: 0 20px 0 0;
8184}
8185
8186[dir=rtl] .wp-block-file > a:not([class]),
8187[dir=rtl] .wp-block-file .wp-block-file__textlink {
8188 margin-left: 20px;
8189 margin-right: 0;
8190}
8191
8192.wp-block-file .wp-block-file__button-richtext-wrapper {
8193 display: inline-block;
8194 margin: 0;
8195}
8196
8197.wp-block-file .wp-block-file__button,
8198.wp-block-file a.wp-block-file__button {
8199 display: inline-block;
8200 position: relative;
8201 text-align: center;
8202 border: none;
8203}
8204
8205/** === File === */
8206/** === Block Audio === */
8207.wp-block-audio {
8208 margin-bottom: 20px;
8209}
8210
8211.wp-block-audio figcaption {
8212 margin: 0;
8213 padding: 10px 0;
8214}
8215
8216/** === Block Audio === */
8217/** === Block Video === */
8218.wp-block-video {
8219 margin: 0 0 20px;
8220 text-align: center;
8221}
8222
8223.wp-block-video video {
8224 display: inline-block;
8225}
8226
8227.wp-block-video figcaption {
8228 margin: 0;
8229 padding: 6px 0 15px;
8230 text-align: center;
8231}
8232
8233/** === Block Video === */
8234/** === Block code === */
8235.wp-block-code {
8236 background-color: #f3f3f3;
8237 color: inherit;
8238 font-family: monospace;
8239 font-size: inherit;
8240 line-height: inherit;
8241 font-weight: inherit;
8242 font-style: inherit;
8243 letter-spacing: 1px;
8244 margin: 0 0 20px;
8245 border: none;
8246}
8247
8248.wp-block-code code,
8249.wp-block-code .editor-plain-text {
8250 background-color: #000000;
8251 padding: 10px;
8252 color: inherit;
8253 color: #fff;
8254 font-family: inherit;
8255 font-size: inherit;
8256 line-height: inherit;
8257 font-weight: inherit;
8258 font-style: inherit;
8259 letter-spacing: inherit;
8260 display: block;
8261}
8262
8263/** === Block code === */
8264/** === Block preformated=== */
8265.wp-block-preformatted {
8266 margin: 0 0 20px;
8267}
8268
8269.wp-block-preformatted pre {
8270 color: inherit;
8271 font-family: monospace;
8272 font-size: inherit;
8273 line-height: inherit;
8274 font-weight: inherit;
8275 font-style: inherit;
8276 letter-spacing: 1px;
8277}
8278
8279.wp-block-preformatted a{
8280 text-decoration: underline;
8281}
8282
8283/** === Block preformated=== */
8284/** === Block pullquote=== */
8285.wp-block-pullquote {
8286 margin: 30px 0;
8287 padding: 30px 0;
8288}
8289
8290.wp-block-pullquote p {
8291 font-size: 28px;
8292 line-height: 1.6;
8293}
8294
8295.wp-block-pullquote.alignleft {
8296 margin-right: 2em;
8297}
8298
8299.wp-block-pullquote.alignright {
8300 margin-left: 2em;
8301}
8302
8303.wp-block-pullquote:not(.is-style-solid-color) {
8304 border-top-width: 4px;
8305 border-top-style: solid;
8306 border-bottom-width: 4px;
8307 border-bottom-style: solid;
8308}
8309
8310.wp-block-pullquote.is-style-solid-color {
8311 padding-left: 50px;
8312 padding-right: 50px;
8313}
8314
8315.wp-block-pullquote.is-style-solid-color blockquote {
8316 max-width: 100%;
8317}
8318
8319.wp-block-pullquote blockquote,
8320.wp-block-pullquote.alignleft blockquote,
8321.wp-block-pullquote.alignright blockquote,
8322.wp-block-pullquote.is-style-solid-color blockquote {
8323 margin: 0;
8324 padding: 16px;
8325 border-width: 0;
8326 border-style: solid;
8327 text-align: center;
8328}
8329
8330.wp-block-pullquote blockquote:before,
8331.wp-block-pullquote.alignleft blockquote:before,
8332.wp-block-pullquote.alignright blockquote:before,
8333.wp-block-pullquote.is-style-solid-color blockquote:before {
8334 content: none;
8335}
8336
8337
8338.wp-block-pullquote blockquote p:last-of-type,
8339.wp-block-pullquote.alignleft blockquote p:last-of-type,
8340.wp-block-pullquote.alignright blockquote p:last-of-type,
8341.wp-block-pullquote.is-style-solid-color blockquote p:last-of-type,
8342.wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
8343.wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
8344.wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
8345.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
8346 margin: 0;
8347}
8348
8349.wp-block-pullquote blockquote cite,
8350.wp-block-pullquote.alignleft blockquote cite,
8351.wp-block-pullquote.alignright blockquote cite,
8352.wp-block-pullquote.is-style-solid-color blockquote cite,
8353.wp-block-pullquote blockquote .wp-block-pullquote__citation,
8354.wp-block-pullquote.alignleft blockquote .wp-block-pullquote__citation,
8355.wp-block-pullquote.alignright blockquote .wp-block-pullquote__citation,
8356.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
8357 display: block;
8358 margin-top: 15px;
8359}
8360
8361/** === Block pullquote=== */
8362/** === Block table=== */
8363.wp-block-table {
8364 border-spacing: 0;
8365 border-collapse: collapse;
8366 width: 100%;
8367 margin-bottom: 20px;
8368}
8369
8370.wp-block-table caption {
8371 text-align: center;
8372 padding: 20px;
8373}
8374
8375.wp-block-table:not([class]):not([id]) {
8376 border-spacing: 0;
8377 border-collapse: collapse;
8378}
8379
8380.wp-block-table:not([class]):not([id]) th,
8381.wp-block-table:not([class]):not([id]) td {
8382 padding: 10px 20px;
8383 border-width: 1px;
8384 border-style: solid;
8385}
8386
8387.wp-block-table td,
8388.wp-block-table th {
8389 padding: 10px 20px;
8390 border-top-width: 1px;
8391 border-top-style: solid;
8392 border-left-width: 1px;
8393 border-left-style: solid;
8394}
8395
8396.wp-block-table td:last-child,
8397.wp-block-table th:last-child {
8398 border-right-width: 1px;
8399 border-right-style: solid;
8400}
8401
8402.wp-block-table tr:last-child td {
8403 border-bottom-width: 1px;
8404 border-bottom-style: solid;
8405}
8406
8407.wp-block-table.is-style-stripes {
8408 border-width: 0;
8409 border-style: solid;
8410}
8411
8412.wp-block-table caption {
8413 text-align: center;
8414 padding: 20px;
8415}
8416
8417.wp-block-table td,
8418.wp-block-table th {
8419 word-break: break-all;
8420}
8421
8422.wp-block-table .wp-block-table__cell-content {
8423 color: inherit;
8424 font-family: inherit;
8425 font-size: inherit;
8426 line-height: inherit;
8427 font-weight: inherit;
8428 font-style: inherit;
8429 padding: 0;
8430}
8431
8432/** === Block table=== */
8433/** === Block verse=== */
8434pre.wp-block-verse {
8435 white-space: inherit;
8436 margin: 0 0 20px;
8437 padding: 40px 0;
8438 padding-left: 30px;
8439 position: relative;
8440 background-color: #e2e2e2;
8441 color: inherit;
8442 font-family: monospace;
8443 font-size: inherit;
8444 line-height: inherit;
8445 border: none;
8446}
8447
8448/** === Block verse=== */
8449/** === Block spacer=== */
8450.wp-block-spacer {
8451 clear: both;
8452}
8453
8454/** === Block spacer=== */
8455/** === Block widget archive and category=== */
8456ul.wp-block-archives,
8457ul.wp-block-categories,
8458ul.wp-block-categories__list {
8459 margin-bottom: 20px;
8460 padding: 0;
8461 position: relative;
8462}
8463
8464.widget .wp-block-latest-comments,
8465.widget .wp-block-categories {
8466 margin-bottom: 0;
8467}
8468
8469.widget_categories ul,
8470div.wp-block ul.wp-block-archives ul,
8471div.wp-block ul.wp-block-categories ul,
8472div.wp-block ul.wp-block-categories__list ul {
8473 margin-bottom: 0;
8474 padding: 10px 0 0;
8475}
8476
8477div.wp-block-archives.wp-block-archives-dropdown,
8478div.wp-block-categories.wp-block-categories-dropdown {
8479 margin-bottom: 20px;
8480}
8481
8482div.wp-block-archives.wp-block-archives-dropdown label,
8483div.wp-block-categories.wp-block-categories-dropdown label {
8484 display: none;
8485}
8486
8487/** === Block widget archive and category=== */
8488/** === Block latest comments=== */
8489.wp-block-latest-comments {
8490 list-style: none;
8491 margin-bottom: 20px;
8492}
8493
8494.wp-block-latest-comments__comment {
8495 line-height: 1.6;
8496}
8497
8498.wp-block-latest-comments .wp-block-latest-comments__comment {
8499 min-height: auto;
8500 overflow: hidden;
8501}
8502
8503.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
8504 /* margin: 0; */
8505}
8506
8507.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
8508 min-height: 48px;
8509}
8510
8511.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
8512 width: 48px;
8513 height: 48px;
8514 margin: 0 17px 0 0;
8515 float: left;
8516 -webkit-border-radius: 0%;
8517 border-radius: 0%;
8518}
8519
8520[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
8521 margin: 0 0 0 17px;
8522 float: right;
8523}
8524
8525.wp-block-latest-comments article {
8526 display: block;
8527 padding: 0 0 0 3px;
8528 overflow: hidden;
8529}
8530
8531[dir=rtl] .wp-block-latest-comments article {
8532 margin: 0 3px 0 0;
8533}
8534
8535.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
8536.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
8537 margin: 0;
8538}
8539
8540.wp-block-latest-comments .wp-block-latest-comments__comment-date {
8541 margin: 3px 0 0;
8542}
8543
8544.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
8545.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
8546 margin: 5px 0 0;
8547}
8548
8549.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
8550.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
8551 margin: 0;
8552 padding: 0 0 20px;
8553}
8554
8555.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
8556.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
8557 margin: 0;
8558 padding: 0;
8559}
8560
8561.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
8562 margin: 0 auto 10px;
8563 float: none;
8564}
8565
8566.wp-block-latest-comments.aligncenter article {
8567 padding: 0 3px;
8568}
8569
8570.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
8571 text-align: center;
8572}
8573
8574.wp-block-latest-posts.wp-block-latest-posts__list {
8575 list-style: none;
8576}
8577
8578.comments-area .comments-title {
8579 margin-bottom: 20px;
8580}
8581
8582/** === Block latest comments=== */
8583/** === Block columns=== */
8584.wp-block-columns .wp-block-column {
8585 margin-bottom: 20px;
8586}
8587
8588.wp-block-columns .wp-block-column > p,
8589.wp-block-columns .wp-block-column .wp-block-paragraph {
8590 margin-bottom: 0;
8591}
8592
8593.wp-block-columns .wp-block-column > p:not(.has-background),
8594.wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
8595 padding-bottom: 0;
8596}
8597
8598/** === Block columns=== */
8599/** === Block youtube and vimeo video=== */
8600
8601/*no-align*/
8602.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe,
8603.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe{
8604 margin-left: auto !important;
8605 margin-right: auto !important;
8606}
8607
8608/*no-align*/
8609
8610.wp-block-embed-youtube figcaption {
8611 text-align: center;
8612}
8613
8614/*alignfull*/
8615.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper ,
8616.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
8617 position: relative;
8618 padding-top: 56.25%;
8619}
8620
8621.wp-block-embed-vimeo.alignfull iframe ,
8622.wp-block-embed-youtube.alignfull iframe {
8623 position: absolute;
8624 top: 0;
8625 right: 0;
8626 bottom: 0;
8627 left: 0;
8628 width: 100% !important;
8629 height: 100% !important;
8630}
8631
8632/*alignfull*/
8633/*alignwide*/
8634.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper ,
8635.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
8636 position: relative;
8637 padding-top: 56.25%;
8638}
8639
8640.wp-block-embed-vimeo.alignwide iframe ,
8641.wp-block-embed-youtube.alignwide iframe {
8642 position: absolute;
8643 top: 0;
8644 right: 0;
8645 bottom: 0;
8646 left: 0;
8647 width: 100% !important;
8648 height: 100% !important;
8649}
8650
8651/*alignwide*/
8652/** === Block youtube and vimeo video=== */
8653
8654@media only screen and ( min-width: 1025px ) {
8655
8656 .wp-block-quote.is-large, .wp-block-quote.is-style-large{
8657 margin-top: 2.66667em;
8658 margin-bottom: 2em;
8659 }
8660
8661
8662}
8663
8664@media only screen and ( max-width: 480px ) {
8665 .wp-block-media-text{
8666 display: block;
8667 }
8668
8669 .wp-block-media-text .wp-block-media-text__media{
8670 margin: 10px auto;
8671 }
8672
8673 .wp-block-media-text .wp-block-media-text__content{
8674 padding: 0;
8675 }
8676
8677}
8678
8679.aligncener,
8680.alignfull,
8681.alignwide{
8682 margin-top: 30px;
8683 margin-bottom: 30px;
8684}
8685
8686.alignfull .alignfull,
8687.alignwide .alignwide{
8688 padding-top: 10px;
8689 padding-bottom: 10px;
8690}
8691
8692
8693body.full-width-content.af-boxed-layout:not(.single-content-mode-boxed) .alignfull,
8694body.full-width-content.af-boxed-layout .alignfull{
8695 margin-left: 0;
8696 margin-right: 0;
8697 width: 100%;
8698}
8699
8700
8701body.full-width-content .alignwide{
8702 margin-left: calc(50% - 50vw - 10px);
8703 margin-right: calc(50% - 50vw - 10px);
8704 max-width: 100vw;
8705 width: 100vw;
8706}
8707
8708
8709body.full-width-content .alignfull{
8710 margin-left: calc(50% - 50vw - 10px);
8711 margin-right: calc(50% - 50vw - 10px);
8712 max-width: 100vw;
8713 width: 100vw;
8714}
8715
8716body.full-width-content.single-content-mode-boxed .alignfull{
8717 margin-left: calc(50% - 550px);
8718 margin-right: calc(50% - 550px);
8719 max-width: 1100px;
8720 width: 1100px;
8721}
8722
8723body.full-width-content.single-content-mode-boxed.af-boxed-layout .alignfull{
8724 margin-left: calc(50% - 570px);
8725 margin-right: calc(50% - 570px);
8726 max-width: 1140px;
8727 width: 1140px;
8728}
8729
8730body.full-width-content.single-content-mode-boxed .alignwide{
8731 margin-left: -3.75rem;
8732 margin-right: -3.75rem;
8733 max-width: unset;
8734 width: unset;
8735}
8736
8737body.full-width-content:not(.single-content-mode-boxed) .alignfull{
8738 margin-left: calc(50% - 50vw - 10px);
8739 margin-right: calc(50% - 50vw - 10px);
8740 max-width: 100vw;
8741 width: 100vw;
8742}
8743
8744body.full-width-content:not(.single-content-mode-boxed) figure.wp-block-embed.is-type-wp-embed.alignfull,
8745body.full-width-content:not(.single-content-mode-boxed) figure.wp-block-table.alignfull,
8746body.full-width-content:not(.single-content-mode-boxed) div.wp-block-text-columns.alignfull,
8747body.full-width-content:not(.single-content-mode-boxed) div.wp-block-columns.alignfull,
8748body.full-width-content:not(.single-content-mode-boxed) div.wp-block-categories-dropdown.alignfull,
8749body.full-width-content:not(.single-content-mode-boxed) div.wp-block-file.alignfull{
8750 padding: 0 20px;
8751}
8752
8753body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background figure.wp-block-embed.is-type-wp-embed.alignfull,
8754body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background figure.wp-block-table.alignfull,
8755body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background div.wp-block-text-columns.alignfull,
8756body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background div.wp-block-columns.alignfull,
8757body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background div.wp-block-categories-dropdown.alignfull,
8758body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background div.wp-block-file.alignfull{
8759 padding: 0;
8760}
8761
8762body:not(.full-width-content):not(.single-content-mode-boxed) article .alignwide{
8763 margin-left: auto;
8764 margin-right: auto;
8765}
8766
8767body:not(.full-width-content):not(.single-content-mode-boxed).aft-section-layout-background article .alignwide{
8768 margin-left: 0px;
8769 margin-right: 0px;
8770 width: 100%;
8771}
8772
8773body:not(.full-width-content):not(.single-content-mode-boxed).aft-section-layout-background article .alignfull{
8774 margin-left: 0px;
8775 margin-right: 0px;
8776 width: 100%;
8777}
8778
8779body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background .alignfull {
8780 margin-right: 0;
8781 margin-left: 0;
8782 width: 100%;
8783}
8784
8785body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-none .alignwide {
8786 margin-left: -10px;
8787 margin-right: -10px;
8788 width: calc(100% + 20px);
8789}
8790
8791body.single-content-mode-boxed header.entry-header{
8792 /* padding-right: 3.75rem;
8793 padding-left: 3.75rem; */
8794 padding-top: 20px;
8795 padding-bottom: 20px;
8796}
8797
8798body.single-content-mode-compact header.entry-header{
8799 padding-bottom: 20px;
8800}
8801
8802body.single-content-mode-boxed.align-content-left header.entry-header,
8803body.single-content-mode-boxed.align-content-right header.entry-header{
8804 padding-right: 3.75rem;
8805 padding-left: 3.75rem;
8806}
8807
8808body.single-content-mode-boxed.aft-single-featured-full header.entry-header {
8809 padding: 0;
8810}
8811
8812.aft-light-mode.aft-section-layout-background.single-content-mode-boxed.aft-single-featured-full header.entry-header,
8813.aft-dark-mode.aft-section-layout-background.single-content-mode-boxed.aft-single-featured-full header.entry-header{
8814 background: transparent;
8815}
8816
8817
8818body.aft-dark-mode.aft-section-layout-background.single-content-mode-boxed.page header.entry-header,
8819body.aft-light-mode.aft-section-layout-background.single-content-mode-boxed.page header.entry-header {
8820 box-shadow: none;
8821}
8822
8823body.aft-section-layout-none.single-content-mode-boxed.page header.entry-header{
8824 padding: 0;
8825}
8826
8827
8828/* word break for link */
8829.wp-block-embed__wrapper {
8830 word-break: break-word;
8831}
8832
8833/* word break for link */
8834
8835@media (min-width: 769px){
8836 body.single-content-mode-boxed:not(.full-width-content) .af-single-article .alignwide {
8837 margin-left: -1rem;
8838 margin-right: -1rem;
8839 max-width: unset;
8840 width: unset;
8841 }
8842
8843 body.single-content-mode-boxed.full-width-content.aft-single-featured-boxed header.entry-header,
8844 body.single-content-mode-boxed.full-width-content.aft-single-featured-title-below-image header.entry-header,
8845 body.single-content-mode-boxed.full-width-content.aft-single-featured-title-over-image header.entry-header,
8846 body.single-content-mode-boxed.full-width-content .comments-area .comments-title,
8847 body.single-content-mode-boxed.full-width-content .comments-area .comment-list,
8848 body.single-content-mode-boxed.full-width-content article.af-single-article .comments-area .comment-respond,
8849 body.single-content-mode-boxed.full-width-content article.af-single-article .entry-content{
8850 max-width: 670px;
8851 margin-right: auto;
8852 margin-left: auto;
8853 }
8854
8855 body.page.single-content-mode-boxed main.site-main .entry-footer,
8856 body.page.single-content-mode-boxed main.site-main .entry-content,
8857 body.page.single-content-mode-boxed main.site-main .entry-header {
8858 padding-right: 3.75rem;
8859 padding-left: 3.75rem;
8860 }
8861
8862 body.page.single-content-mode-boxed.full-width-content main.site-main .entry-footer,
8863 body.page.single-content-mode-boxed.full-width-content main.site-main .entry-content,
8864 body.page.single-content-mode-boxed.full-width-content main.site-main .entry-header {
8865 max-width: 670px;
8866 margin-right: auto;
8867 margin-left: auto;
8868 }
8869
8870 /* body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .comments-area .comment-respond, */
8871 body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content{
8872 padding-right: 3.75rem;
8873 padding-left: 3.75rem;
8874 }
8875
8876 /* body.single-content-mode-boxed article.af-single-article .comments-area .comment-respond, */
8877
8878 body.single-content-mode-boxed.full-width-content .comments-area .comments-title,
8879 body.single-content-mode-boxed.full-width-content .comments-area .comment-list,
8880 body.single-content-mode-boxed.full-width-content article.af-single-article .comments-area .comment-respond,
8881 body.single-content-mode-boxed article.af-single-article .entry-content{
8882 margin: 0 auto;
8883 padding-left: 20px;
8884 padding-right: 20px;
8885 }
8886
8887 body.single-content-mode-boxed article.af-single-article .comments-area .comment-list {
8888 margin: 0 auto;
8889 }
8890
8891 body.single-content-mode-boxed article.af-single-article .comments-area .comments-title{
8892 margin: 0 auto 20px;
8893 }
8894
8895 body.single-content-mode-boxed.full-width-content div.comments-area {
8896 padding-left: 0px;
8897 padding-right: 0px;
8898 }
8899
8900 body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-none .alignwide {
8901 margin-left: -2rem;
8902 margin-right: -2rem;
8903 width: calc(100% + 4rem);
8904 }
8905
8906 body.single-content-mode-boxed:not(.full-width-content) article.page .entry-content .alignfull,
8907 body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content .alignfull{
8908 margin-right: -3.75rem;
8909 margin-left: -3.75rem;
8910 width: unset;
8911 max-width: unset;
8912 }
8913
8914 body.single-content-mode-boxed:not(.full-width-content) article.page .entry-content .alignwide,
8915 body.single-content-mode-boxed:not(.full-width-content) article.af-single-article .entry-content .alignwide{
8916 margin-right: -1.875rem;
8917 margin-left: -1.875rem;
8918 }
8919
8920 body.single-content-mode-boxed.full-width-content article header.entry-header .read-details {
8921 max-width: 670px;
8922 margin: auto;
8923 padding-right: 20px;
8924 padding-left: 20px;
8925 }
8926
8927
8928 body.single-content-mode-boxed.aft-single-featured-full header.entry-header {
8929 padding: 0;
8930 }
8931
8932 body.single-content-mode-boxed header.entry-header .aft-social-share,
8933 body.single.single-content-mode-boxed article header.entry-header .read-details {
8934 margin-bottom: 0;
8935 }
8936
8937 body.single-content-mode-boxed header.entry-header.social-before-title .aft-social-share {
8938 margin-bottom: 20px;
8939 }
8940
8941 body.full-width-content.single-content-mode-boxed .af-single-article .alignwide{
8942 margin-left: -3.75rem;
8943 margin-right: -3.75rem;
8944 max-width: unset;
8945 width: unset;
8946 }
8947
8948 body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background .alignwide {
8949 margin-right: 0px;
8950 margin-left: 0px;
8951 width: 100%;
8952 }
8953
8954 body.full-width-content:not(.single-content-mode-boxed).aft-section-layout-background .alignfull {
8955 margin-right: 0;
8956 margin-left: 0;
8957 width: 100%;
8958 }
8959
8960}
8961
8962@media (max-width: 1180px) {
8963 body.full-width-content.single-content-mode-boxed.af-boxed-layout .alignfull {
8964 margin-left: calc(50% - 50vw + 20px);
8965 margin-right: calc(50% - 50vw + 20px);
8966 width: calc(100vw - 40px);
8967 }
8968
8969}
8970
8971@media (max-width: 1150px) {
8972 body.single-content-mode-boxed .af-single-article .alignfull,
8973 body.full-width-content.single-content-mode-boxed .alignfull,
8974 body.full-width-content .alignfull {
8975 margin-left: calc(50% - 50vw + 20px);
8976 margin-right: calc(50% - 50vw + 20px);
8977 width: calc(100vw - 40px);
8978 }
8979
8980}
8981
8982
8983@media (max-width: 768px){
8984 body.single-content-mode-compact .alignwide {
8985 max-width: 100%;
8986 margin: 0;
8987 }
8988
8989 body.page.single-content-mode-boxed main.site-main .entry-footer,
8990 body.page.single-content-mode-boxed main.site-main .entry-content,
8991 body.page.single-content-mode-boxed main.site-main .entry-header {
8992 padding-right: 3.75rem;
8993 padding-left: 3.75rem;
8994 }
8995
8996 .entry-content ul.wp-block-latest-posts ,
8997 .entry-content ol:not([class*="wp-"]) ,
8998 .entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) {
8999 margin-left: 0;
9000 }
9001
9002 body.single-content-mode-boxed.full-width-content article.af-single-article .comments-area,
9003 body.single-content-mode-boxed article.af-single-article .comments-area .comments-title,
9004 body.single-content-mode-boxed article.af-single-article .comments-area .comment-list,
9005 body.single-content-mode-boxed article.af-single-article .comments-area .comment-respond,
9006 body.single-content-mode-boxed article.af-single-article .entry-content{
9007 margin: 0;
9008 padding-right: 3.75rem;
9009 padding-left: 3.75rem;
9010 }
9011
9012 body.single-content-mode-boxed article.af-single-article .comments-area .comments-title {
9013 margin-bottom: 20px;
9014 }
9015
9016 body.single-content-mode-boxed.full-width-content header.entry-header {
9017 padding-right: 3.75rem;
9018 padding-left: 3.75rem;
9019 }
9020
9021 body.single-content-mode-boxed.full-width-content article.af-single-article .comments-area .comment-respond,
9022 body.single-content-mode-boxed article.af-single-article .comments-area {
9023 padding-left: 0;
9024 padding-right: 0;
9025 }
9026
9027
9028 body.single-content-mode-boxed .af-single-article .alignwide{
9029 margin-left: -20px;
9030 margin-right: -20px;
9031 width: calc(100% + 40px);
9032 }
9033
9034 body.single-content-mode-boxed .af-single-article .alignfull{
9035 margin-left: -3.75rem;
9036 margin-right: -3.75rem;
9037 width: unset;
9038 }
9039
9040}
9041
9042
9043@media (max-width: 544px){
9044 body.single-content-mode-boxed.align-content-left header.entry-header,
9045 body.single-content-mode-boxed.align-content-right header.entry-header,
9046 body.page.single-content-mode-boxed main.site-main .entry-footer,
9047 body.page.single-content-mode-boxed main.site-main .entry-content,
9048 body.page.single-content-mode-boxed main.site-main .entry-header {
9049 /* padding-right: 20px;
9050 padding-left: 20px; */
9051 padding-left: 1rem;
9052 padding-right: 1rem;
9053 }
9054
9055
9056 body.single-content-mode-boxed.full-width-content article.af-single-article .comments-area,
9057 body.single-content-mode-boxed.full-width-content header.entry-header,
9058 body.single-content-mode-boxed article.af-single-article .entry-content{
9059 padding: 1rem;
9060 /* padding: 20px; */
9061 }
9062
9063 body.single-content-mode-boxed article.af-single-article .comments-area .comments-title,
9064 body.single-content-mode-boxed article.af-single-article .comments-area .comment-list,
9065 body.single-content-mode-boxed article.af-single-article .comments-area .comment-respond{
9066 padding: 0;
9067 }
9068
9069 body.single-content-mode-boxed.aft-section-layout-background article.af-single-article .comments-area .comments-title,
9070 body.single-content-mode-boxed.aft-section-layout-background article.af-single-article .comments-area .comment-list,
9071 body.single-content-mode-boxed.aft-section-layout-background article.af-single-article .comments-area .comment-respond {
9072 padding-left: 10px;
9073 padding-right: 10px;
9074 }
9075
9076 body.single-content-mode-boxed header.entry-header {
9077 padding: 0 20px 20px;
9078 }
9079
9080 body.single-content-mode-boxed article.page .entry-content .alignwide,
9081 body.single-content-mode-boxed .af-single-article .alignwide{
9082 margin-left: -10px;
9083 margin-right: -10px;
9084 max-width: unset;
9085 width: unset;
9086 }
9087
9088 body.single-content-mode-boxed article.page .entry-content .alignfull,
9089 body.single-content-mode-boxed .af-single-article .alignfull{
9090 margin-left: -1rem;
9091 margin-right: -1rem;
9092 max-width: unset;
9093 width: unset;
9094 }
9095
9096}
9097
9098
9099@media screen and (max-width: 480px) {
9100
9101}
9102
9103/*--------------------------------------------------------------
9104##gutenberg support
9105--------------------------------------------------------------*/
9106
9107/*footer==================*/
9108.above-footer-wrapper > .widget:last-child{margin-bottom: 20px;}
9109
9110/*footer==================*/
9111
9112
9113/*--------------------------------------------------------------
9114# Content
9115--------------------------------------------------------------*/
9116
9117/*--------------------------------------------------------------
9118# secondary widgets
9119--------------------------------------------------------------*/
9120.aft-sidebar-wrapper{
9121
display: flex;
9122 flex-direction: column;
9123}
9124
9125.aft-sidebar-wrapper .aft-position-1{order: 1;}
9126
9127.aft-sidebar-wrapper .aft-position-2{order: 2;}
9128
9129.aft-sidebar-wrapper .aft-position-3{order: 3;}
9130
9131.aft-sidebar-wrapper .aft-position-4{order: 4;}
9132
9133/*--------------------------------------------------------------
9134# secondary widgets
9135--------------------------------------------------------------*/
9136
9137.header-title-wrapper{border-bottom: none;}
9138
9139
9140/*--------------------------------------------------------------
9141# wordpress defaults
9142--------------------------------------------------------------*/
9143/* =WordPress Core
9144-------------------------------------------------------------- */
9145.alignnone {
9146 margin: 5px 20px 20px 0;
9147}
9148
9149
9150.aligncenter,
9151div.aligncenter {
9152 display: block;
9153 margin: 5px auto 5px auto;
9154}
9155
9156
9157.alignright {
9158 float:right;
9159 margin: 5px 0 20px 20px;
9160}
9161
9162
9163.alignleft {
9164 float: left;
9165 margin: 5px 20px 20px 0;
9166}
9167
9168
9169a img.alignright {
9170 float: right;
9171 margin: 5px 0 20px 20px;
9172}
9173
9174
9175a img.alignnone {
9176 margin: 5px 20px 20px 0;
9177}
9178
9179
9180a img.alignleft {
9181 float: left;
9182 margin: 5px 20px 20px 0;
9183}
9184
9185
9186a img.aligncenter {
9187 display: block;
9188 margin-left: auto;
9189 margin-right: auto;
9190}
9191
9192
9193.wp-caption {
9194 max-width: 96%; /* Image does not overflow the content area */
9195 padding: 5px 3px 10px;
9196 text-align: center;
9197}
9198
9199
9200.wp-caption.alignnone {
9201 margin: 5px 20px 20px 0;
9202}
9203
9204
9205.wp-caption.alignleft {
9206 margin: 5px 20px 20px 0;
9207}
9208
9209
9210.wp-caption.alignright {
9211 margin: 5px 0 20px 20px;
9212}
9213
9214
9215.wp-caption img {
9216 border: 0 none;
9217 height: auto;
9218 margin: 0;
9219 max-width: 98.5%;
9220 padding: 0;
9221 width: auto;
9222}
9223
9224
9225.wp-caption p.wp-caption-text {
9226
font-size: 11px;
9227 line-height: 17px;
9228 margin: 0;
9229 padding: 0 4px 5px;
9230}
9231
9232
9233/* Text meant only for screen readers. */
9234.screen-reader-text {
9235 border: 0;
9236 clip: rect(1px, 1px, 1px, 1px);
9237 clip-path: inset(50%);
9238 height: 1px;
9239 margin: -1px;
9240 overflow: hidden;
9241 padding: 0;
9242 position: absolute !important;
9243 width: 1px;
9244 word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
9245}
9246
9247
9248.screen-reader-text:focus {
9249 background-color: #eee;
9250 clip: auto !important;
9251 clip-path: none;
9252 color: #4a4a4a;
9253 display: block;
9254 font-size: 1em;
9255 height: auto;
9256 left: 5px;
9257 line-height: normal;
9258 padding: 15px 23px 14px;
9259 text-decoration: none;
9260 top: 5px;
9261 width: auto;
9262 z-index: 100000;
9263 /* Above WP toolbar. */
9264}
9265
9266/* =WordPress Core
9267-------------------------------------------------------------- */
9268.wp-block-group__inner-container ol li,
9269.wp-block-group__inner-container ul li,
9270.widget:not(.chromenews_social_contacts_widget) ul.menu >li,
9271.widget ul ul li,
9272.widget > ul > li {
9273 margin-bottom: 7px;
9274 padding-bottom: 7px;
9275 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
9276}
9277
9278
9279.widget > ul > li .comment-author-link,
9280.widget:not(.chromenews_social_contacts_widget) ul.menu >li a,
9281.widget > ul > li a{
9282 font-weight: 400;
9283 color: #fff;
9284 transition: all 0.075s linear;
9285}
9286
9287
9288.widget ul ul.cat-links li{
9289 border-bottom: none;
9290}
9291
9292.widget .cat-links {
9293 padding: 0;
9294 margin: 0;
9295}
9296
9297.widget .cat-links li {
9298 margin-bottom: 5px;
9299 padding-bottom: 0;
9300}
9301
9302.widget .cat-links li:last-child {
9303 margin-bottom: 5px;
9304}
9305
9306.widget ul.menu ul,
9307.widget ul ul {
9308 padding-top: 7px;
9309 margin-left: 10px;
9310 padding-left: 10px;
9311}
9312
9313.wp-block-group__inner-container ol li:last-child,
9314.wp-block-group__inner-container ul li:last-child,
9315.widget ul.menu > li:last-child,
9316.widget ul > li:last-child {
9317 margin-bottom: 0;
9318 padding-bottom: 0;
9319 border-bottom: none;
9320}
9321
9322.widget_categories ul li.cat-item {
9323
display: flex;
9324 flex-wrap: wrap;
9325 justify-content: space-between;
9326}
9327
9328.widget_categories ul li.cat-item ul{
9329 width: 100%;
9330}
9331
9332.aft-dark-mode .home-featured-widgets {
9333 background: rgba(255,255,255,0.15);
9334}
9335
9336
9337/*--------------------------------------------------------------
9338# social widget for sidebar and offcanvas
9339--------------------------------------------------------------*/
9340.widget .af-social-contacts .social-widget-menu ul {
9341 margin: 0 -7.5px;
9342}
9343
9344.widget .af-social-contacts .social-widget-menu ul li a{
9345 display: block;
9346 height: auto;
9347 width: 100%;
9348}
9349
9350.af-social-contacts .social-widget-menu ul{ font-size: 0;}
9351
9352
9353.widget .af-social-contacts .social-widget-menu ul li{
9354 width: calc(16.66% - 15px);
9355 display: inline-block;
9356 vertical-align: top;
9357 margin-bottom: 15px;
9358 margin-right: 7.5px;
9359 margin-left: 7.5px;
9360}
9361
9362
9363#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
9364#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
9365#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(3),
9366#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(4),
9367#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(5),
9368#primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(6){
9369 margin-bottom: 0;
9370}
9371
9372.site-footer .af-social-contacts .social-widget-menu ul li,
9373#sidr .af-social-contacts .social-widget-menu ul li,
9374#secondary .af-social-contacts .social-widget-menu ul li{
9375 width: calc(33.33% - 15px);
9376}
9377
9378.site-footer .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
9379#sidr .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
9380#secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
9381.site-footer .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
9382#sidr .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
9383#secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
9384.site-footer .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(3),
9385#sidr .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(3),
9386#secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(3){
9387 margin-bottom: 0;
9388}
9389
9390
9391.af-social-contacts .social-widget-menu ul li a{
9392 padding: 15px 10px;
9393 color: #fff;
9394 font-weight: normal;
9395}
9396
9397.af-social-contacts .social-widget-menu ul li a:before {
9398 display: block;
9399 width: 25px;
9400 text-align: center;
9401 color: #fff;
9402 margin: auto;
9403}
9404
9405.af-social-contacts .social-widget-menu .screen-reader-text{
9406 clip: inherit;
9407 clip-path: inherit;
9408 height: auto;
9409 width: auto;
9410 margin: 0;
9411 position: relative !important;
9412 overflow: visible;
9413 color: #fff;
9414 top: inherit;
9415
font-size: 12px;
9416 margin: 0 auto;;
9417}
9418
9419/*--------------------------------------------------------------
9420# social widget for sidebar and offcanvas
9421--------------------------------------------------------------*/
9422
9423/*----------===tag cloud===---------*/
9424.tagcloud {
9425 line-height: 1;
9426}
9427
9428.tagcloud a:hover {
9429 color: #bb1919;
9430 opacity: 1;
9431}
9432
9433.wp-block-tag-cloud a, .tagcloud a {
9434 display: inline-block;
9435 padding: 7.5px 10px;
9436 border: 1px solid;
9437 line-height: 1;
9438 font-size: 16px !important;
9439 margin-right: 5px;
9440 color: #fff;
9441 margin-top: 5px;
9442 margin-bottom: 5px;
9443 text-decoration: none !important;
9444}
9445
9446body.aft-light-mode .wp-block-tag-cloud a,
9447body.aft-light-mode .tagcloud a {
9448 color: #4a4a4a;
9449}
9450
9451body.aft-light-mode .site-footer .wp-block-tag-cloud a,
9452body.aft-light-mode .site-footer .tagcloud a {
9453 color: #fff;
9454}
9455
9456body.aft-dark-mode .entry-content .wp-block-tag-cloud a,
9457body.aft-dark-mode .entry-content .tagcloud a {
9458 border-color: #fff;
9459}
9460
9461body.aft-light-mode .entry-content .wp-block-tag-cloud a,
9462body.aft-light-mode .entry-content .tagcloud a {
9463 border-color: #4a4a4a;
9464}
9465
9466body.aft-dark-mode .entry-content .wp-block-tag-cloud a:hover,
9467body.aft-dark-mode .entry-content .tagcloud a:hover,
9468body.aft-light-mode .entry-content .wp-block-tag-cloud a:hover,
9469body.aft-light-mode .entry-content .tagcloud a:hover {
9470 border-color: #ffcc00;
9471}
9472
9473.tagcloud a:hover,
9474.wp-block-tag-cloud a:hover {
9475 border-color: #ffcc00;
9476}
9477
9478/*----------===tag cloud===---------*/
9479/*----------===calendar===---------*/
9480#wp-calendar caption {
9481 text-align: right;
9482 color: #fff;
9483
font-size: 14px;
9484 font-weight: bold;
9485 letter-spacing: 1px;
9486}
9487
9488#wp-calendar thead {
9489 font-size: 16px;
9490}
9491
9492
9493#wp-calendar thead th {
9494 padding-bottom: 10px;
9495 text-align: center;
9496 border-color: rgba(200,200,200,.5);
9497 background: transparent;
9498}
9499
9500#wp-calendar tbody {
9501 color: #aaa;
9502}
9503
9504#wp-calendar tfoot td,
9505#wp-calendar tbody td {
9506 border: 1px solid rgba(200,200,200,.5);
9507 text-align: center;
9508 padding: 8px;
9509 font-size: 16px;
9510}
9511
9512#wp-calendar tfoot #prev {
9513
font-size: 12px;
9514 text-transform: uppercase;
9515 padding-top: 15px;
9516}
9517
9518#wp-calendar tfoot #next {
9519
font-size: 11px;
9520 text-transform: uppercase;
9521 text-align: right;
9522}
9523
9524#wp-calendar tbody td#today {
9525 color: #ffcc00;
9526}
9527
9528
9529/*darkmode calendar*/
9530.aft-dark-mode #wp-calendar caption {
9531 color: #777;
9532}
9533
9534.aft-dark-mode #wp-calendar tbody {
9535 color: #aaa;
9536}
9537
9538.aft-dark-mode #wp-calendar tfoot td,
9539.aft-dark-mode #wp-calendar tbody td {
9540 background: #222;
9541 border-color: #000;
9542}
9543
9544.aft-light-mode .wp-calendar-nav a,
9545.aft-dark-mode .wp-calendar-nav a {
9546 color: #ffcc00;
9547 text-decoration: none;
9548}
9549
9550.widget_calendar nav.wp-calendar-nav {
9551
display: flex;
9552 justify-content: space-between;
9553}
9554
9555/*darkmode calendar*/
9556
9557/*----------===calendar===---------*/
9558/*breadcrumb---------*/
9559.af-breadcrumbs {
9560 padding: 15px 20px;
9561}
9562
9563body.aft-single-full-header .af-breadcrumbs {
9564 padding-bottom: 15px;
9565}
9566
9567ul.trail-items {
9568
font-size: 13px;
9569}
9570
9571ul.trail-items li {
9572 display: inline-block;
9573 margin-right: 5px;
9574}
9575
9576ul.trail-items li a{
9577
font-size: 13px;
9578 color: #fff;
9579}
9580
9581ul.trail-items li a:hover{
9582 opacity: 1;
9583 color: #ffcc00;
9584}
9585
9586ul.trail-items li:after {
9587 content: ' / ';
9588 padding: 0 2px;
9589
font-size: 13px;
9590}
9591
9592ul.trail-items li:last-child:after {
9593 display: none;
9594}
9595
9596/*breadcrumb---------*/
9597/*navigation posts navigation====================*/
9598.nav-links a {
9599 color: #000;
9600 font-weight: 700;
9601 transition: all 0.075s ease;
9602 display: block;
9603}
9604
9605
9606.nav-links .next-post-thumb,
9607.nav-links .prev-post-thumb {
9608 display: inline-block;
9609 width: 30%;
9610 border-radius: 50%;
9611}
9612
9613.post-navigation{
9614 overflow: visible;
9615 padding: 10px 0 0;
9616}
9617
9618.thump-wrap {
9619 line-height: 100px;
9620 text-align: center;
9621 overflow: hidden;
9622 position: relative;
9623 display: inline-block;
9624 width: 100px;
9625 height: 100px;
9626 border-radius: 50%;
9627
9628}
9629
9630.nav-links .next-post-thumb{
9631 float: right;
9632}
9633
9634.next-post-info,
9635.prev-post-info,
9636.nav-links .prev-post-thumb {
9637 float: left;
9638}
9639
9640.nav-links .nav-next:hover .thump-wrap:after,
9641.nav-links .nav-previous:hover .thump-wrap:after {
9642 visibility: visible;
9643}
9644
9645.nav-links .prev-post-thumb .thump-wrap:after,
9646.nav-links .next-post-thumb .thump-wrap:after{
9647 position: absolute;
9648 height: 100%;
9649 width: 100%;
9650 font-family: FontAwesome;
9651 color: #fff;
9652 background: rgba(0,0,0,0.5);
9653 top: 0;
9654 left: 0;
9655 visibility: hidden;
9656}
9657
9658.nav-links .next-post-thumb .thump-wrap:after{content: "\f101";}
9659
9660.nav-links .prev-post-thumb .thump-wrap:after{content: "\f100";}
9661
9662
9663.prev-post-info, .next-post-info {
9664 width: 70%;
9665 margin-top: 20px;
9666 padding: 0 10px;
9667}
9668
9669span.meta-nav {
9670 display: block;
9671 /* opacity: .75; */
9672 font-weight: normal;
9673}
9674
9675
9676.navigation.post-navigation:after,
9677.navigation.post-navigation:after{
9678 content: "";
9679 display: table;
9680}
9681
9682.navigation.post-navigation:after{
9683 clear: both;
9684}
9685
9686.comment-navigation .nav-previous,
9687.posts-navigation .nav-previous,
9688.post-navigation .nav-previous {
9689 float: left;
9690 width: 50%;
9691}
9692
9693.post-navigation .em-post-navigation{
9694 display: block;
9695 opacity: 0.75;
9696}
9697
9698
9699.comment-navigation .nav-next,
9700.posts-navigation .nav-next,
9701.post-navigation .nav-next {
9702 float: right;
9703 text-align: right;
9704 width: 50%;
9705}
9706
9707.nav-previous a,
9708.nav-next a{
9709
display: flex;
9710 flex-wrap: wrap;
9711 align-items: center;
9712}
9713
9714.post-navigation span.meta-nav {
9715 width: 100%;
9716 margin-bottom: 10px;
9717}
9718
9719.post-navigation .nav-links h4 {
9720 margin: 0;
9721}
9722
9723.nav-previous a{
9724 flex-direction: row-reverse;
9725}
9726
9727.nav-previous img,
9728.nav-next img{
9729 width: 80px;
9730 height: 80px;
9731 object-fit: cover;
9732}
9733
9734.nav-previous h4 ,
9735.nav-next h4 {
9736 width: calc(100% - 100px);
9737 font-size: 16px;
9738}
9739
9740.nav-previous span.post-image{
9741 margin: 0 20px 0 0;
9742}
9743
9744.nav-next span.post-image {
9745 margin: 0 0 0 20px;
9746}
9747
9748.nav-next img.wp-post-image,
9749.nav-previous img.wp-post-image{
9750 margin: 0;
9751}
9752
9753
9754.post-navigation span.post-image {
9755 height: 80px;
9756 width: 80px;
9757 background:rgba(0, 0, 0,0.25);
9758}
9759
9760.aft-dark-mode .post-navigation span.post-image {
9761 background: rgba(255, 255, 255, 0.25);
9762}
9763
9764
9765/*navigation posts navigation====================*/
9766/*mail chimp====================*/
9767.widget_mc4wp_form_widget .mc4wp-form-fields label {
9768 font-size: 0;
9769 display: block;
9770 margin-bottom: 0;
9771}
9772
9773.widget_mc4wp_form_widget input {
9774 background: #fafafa;
9775 width: 100%;
9776 line-height: 38px;
9777 padding: 10px 30px;
9778 color: #8a8a8a;
9779
font-size: 14px;
9780 min-height: 38px;
9781}
9782
9783footer .widget_mc4wp_form_widget input,
9784#sidr .widget_mc4wp_form_widget input,
9785#secondary .widget_mc4wp_form_widget input {
9786 line-height: 24px;
9787}
9788
9789footer .widget_mc4wp_form_widget input:not([type="submit"]),
9790#sidr .widget_mc4wp_form_widget input:not([type="submit"]),
9791#secondary .widget_mc4wp_form_widget input:not([type="submit"]) {
9792 padding-left: 15px;
9793}
9794
9795.widget_mc4wp_form_widget p {
9796 margin-bottom: 0;
9797}
9798
9799.widget_mc4wp_form_widget input[type=submit] {
9800 border: 0;
9801 margin: 0;
9802 color: #fff;
9803 padding: 14px 10px;
9804 background-color: #ffcc00;
9805 border-radius: 0px;
9806 text-transform: uppercase;
9807 -webkit-transition: all 0.075s ease;
9808 transition: all 0.075s ease;
9809}
9810
9811footer .widget_mc4wp_form_widget input,
9812#sidr .widget_mc4wp_form_widget input,
9813#secondary .widget_mc4wp_form_widget input {
9814 line-height: 24px;
9815}
9816
9817footer .widget_mc4wp_form_widget input[type=submit],
9818#sidr .widget_mc4wp_form_widget input[type=submit],
9819#secondary .widget_mc4wp_form_widget input[type=submit] {
9820 padding: 0;
9821}
9822
9823/*mail chimp====================*/
9824/*--------------------------------------------------------------
9825# wordpress defaults
9826--------------------------------------------------------------*/
9827
9828/*--------------------------------------------------------------
9829## Posts and pages
9830--------------------------------------------------------------*/
9831
9832/*--------------------------------------------------------------
9833## Comments
9834--------------------------------------------------------------*/
9835/*comments section====*/
9836
9837h2.comments-title {
9838 font-size: 20px;
9839 margin: 0 0 10px 0;
9840}
9841
9842.comment {
9843 list-style: none;
9844 margin-left: 0;
9845 padding-bottom: 13px;
9846 border-bottom: 1px dashed #ccc;
9847 margin-bottom: 21px;
9848}
9849
9850.comment .children {
9851 margin-left: 70px;
9852 padding-top: 16px;
9853 border-top: 1px dashed #ccc;
9854 margin-top: 13px;
9855}
9856
9857.aft-dark-mode .comment,
9858.aft-dark-mode .comment .children {
9859 border-color: #888;
9860}
9861
9862.comment .children .comment:last-child {
9863 margin-bottom: 0;
9864 padding-bottom: 0;
9865 border-bottom: 0;
9866}
9867
9868
9869.comment-author img {
9870 float: left;
9871 margin-right: 20px;
9872 margin-bottom: 20px;
9873 width: 50px;
9874}
9875
9876.reply,
9877.comment div#respond,
9878.comment-content {
9879 margin-left: 70px;
9880}
9881
9882.comment-content p{
9883 margin-bottom: 5px;
9884}
9885
9886.comment-metadata a {
9887
font-size: 12px;
9888}
9889
9890
9891/*comments section====*/
9892/*comments reply form section====*/
9893div#respond h3#reply-title {
9894 margin-top: 0;
9895 font-weight: 700;
9896 font-size: 20px;
9897}
9898
9899div#respond p{
9900 margin-bottom: 10px;
9901}
9902
9903div#respond p.comment-form-cookies-consent::after {
9904 content: "";
9905 clear: both;
9906 display: block;
9907}
9908
9909div#respond p.form-submit{
9910 margin-bottom: 0px;
9911}
9912
9913div#respond label {
9914 font-weight: normal;
9915}
9916
9917div#respond textarea {
9918 width: 100%;
9919 padding: 15px;
9920}
9921
9922
9923div#respond input {
9924 padding: 0 15px;
9925}
9926
9927
9928p.comment-form-url,
9929p.comment-form-email,
9930p.comment-form-author {
9931 display: inline-block;
9932 width: 100%;
9933}
9934
9935p.comment-form-url label,
9936p.comment-form-email label,
9937p.comment-form-author label {
9938 display: block;
9939}
9940
9941p.comment-form-url input,
9942p.comment-form-email input,
9943p.comment-form-author input {
9944 width: 100%;
9945}
9946
9947p.comment-form-cookies-consent input {
9948 height: auto;
9949 float: left;
9950 margin-top: 5px;
9951}
9952
9953p.comment-form-cookies-consent label {
9954 padding-left: 8px;
9955 position: relative;
9956 top: -1px;
9957 float: left;
9958 width: 95%;
9959}
9960
9961div#respond input[type="submit"]{
9962 display: inline-block;
9963 padding: 5px 12px;
9964}
9965
9966#reply-title small a {
9967 display: inline-block;
9968 margin-left: 10px;
9969}
9970
9971.comment-subscription-form input{
9972 height: 13px;
9973}
9974
9975/*comments reply form section====*/
9976.widget_media_image img {
9977 width: 100%;
9978}
9979
9980.comment-content a {
9981 word-wrap: break-word;
9982}
9983
9984
9985.bypostauthor {
9986 display: block;
9987}
9988
9989/*--------------------------------------------------------------
9990## Comments
9991--------------------------------------------------------------*/
9992
9993/*--------------------------------------------------------------
9994##Back to top
9995--------------------------------------------------------------*/
9996#scroll-up {
9997 position: fixed;
9998 z-index: 8000;
9999 bottom: 45px;
10000 right: 20px;
10001 display: none;
10002 width: 50px;
10003 height: 50px;
10004 color: #202020;
10005 font-size: 28px;
10006 line-height: 50px;
10007 text-align: center;
10008 text-decoration: none;
10009 background-color: #ffcc00 ;
10010 cursor: pointer;
10011 opacity: 1 !important;
10012}
10013
10014#scroll-up.left {
10015 right: unset;
10016 left: 20px;
10017}
10018
10019#scroll-up::before {
10020 content: "";
10021 position: absolute;
10022 left: 50%;
10023 top: 50%;
10024 transform: translate(-50%, -50%);
10025 border-bottom: 10px solid #202020;
10026 border-right: 10px solid transparent;
10027 border-left: 10px solid transparent;
10028 border-radius: 6px;
10029}
10030
10031#scroll-up::after {
10032 content: "";
10033 position: absolute;
10034 left: 50%;
10035 top: 55%;
10036 transform: translate(-50%, -50%);
10037 border-bottom: 10px solid #ffcc00;
10038 border-right: 10px solid transparent;
10039 border-left: 10px solid transparent;
10040}
10041
10042/*--------------------------------------------------------------
10043##Back to top
10044--------------------------------------------------------------*/
10045
10046/*--------------------------------------------------------------
10047# custom background
10048--------------------------------------------------------------*/
10049body.custom-background.af-wide-layout{
10050 z-index: 0;
10051 position: relative;
10052}
10053
10054/*--------------------------------------------------------------
10055# off canvas close button
10056--------------------------------------------------------------*/
10057#sidr {
10058 padding-top: 60px;
10059}
10060
10061a.sidr-class-sidr-button-close {
10062 position: absolute;
10063 right: 15px;
10064 top: 15px;
10065 height: 30px;
10066 width: 30px;
10067 line-height: 30px;
10068 background-color: #ffcc00;
10069}
10070
10071a.sidr-class-sidr-button-close:focus:not(:hover) {
10072 outline: 1px dotted #fff;
10073}
10074
10075a.sidr-class-sidr-button-close::before {
10076 content: "";
10077}
10078
10079a.sidr-class-sidr-button-close::before, a.sidr-class-sidr-button-close::after {
10080 position: absolute;
10081 content: '';
10082 width: 20px;
10083 height: 2px;
10084 left: 5px;
10085 top: 6px;
10086 background-color: #fff;
10087 -webkit-transition: all .075s ease-in-out;
10088 -moz-transition: all .075s ease-in-out;
10089 -ms-transition: all .075s ease-in-out;
10090 -o-transition: all .075s ease-in-out;
10091 transition: all .075s ease-in-out;
10092}
10093
10094a.sidr-class-sidr-button-close:before {
10095 -webkit-transform: translateY(8px) rotateZ(-45deg);
10096 -moz-transform: translateY(8px) rotateZ(-45deg);
10097 -ms-transform: translateY(8px) rotateZ(-45deg);
10098 -o-transform: translateY(8px) rotateZ(-45deg);
10099 transform: translateY(8px) rotateZ(-45deg);
10100}
10101
10102a.sidr-class-sidr-button-close:after {
10103 top: 22px;
10104 -webkit-transform: translateY(-8px) rotateZ(45deg);
10105 -moz-transform: translateY(-8px) rotateZ(45deg);
10106 -ms-transform: translateY(-8px) rotateZ(45deg);
10107 -o-transform: translateY(-8px) rotateZ(45deg);
10108 transform: translateY(-8px) rotateZ(45deg);
10109}
10110
10111
10112
10113
10114
10115/*--------------------------------------------------------------
10116# Infinite scroll
10117--------------------------------------------------------------*/
10118/* Globally hidden elements when Infinite Scroll is supported and in use. */
10119.infinite-scroll .chromenews-pagination,
10120.infinite-scroll.neverending .site-footer {
10121 /* Theme Footer (when set to scrolling) */
10122 display: none;
10123}
10124
10125
10126/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
10127.infinity-end.neverending .site-footer {
10128 display: block;
10129}
10130
10131
10132/*--------------------------------------------------------------
10133# Media
10134--------------------------------------------------------------*/
10135.page-content .wp-smiley,
10136.entry-content .wp-smiley,
10137.comment-content .wp-smiley {
10138 border: none;
10139 margin-bottom: 0;
10140 margin-top: 0;
10141 padding: 0;
10142}
10143
10144
10145/* Make sure embeds and iframes fit their containers. */
10146embed,
10147iframe,
10148object {
10149 max-width: 100%;
10150}
10151
10152
10153/* Make sure logo link wraps around logo image. */
10154.custom-logo-link {
10155 display: inline-block;
10156}
10157
10158
10159/*--------------------------------------------------------------
10160## Captions
10161--------------------------------------------------------------*/
10162
10163.wp-caption {
10164 margin-bottom: 1.5em;
10165 max-width: 100%;
10166}
10167
10168
10169.wp-caption img[class*="wp-image-"] {
10170 display: block;
10171 margin-left: auto;
10172 margin-right: auto;
10173}
10174
10175
10176.wp-caption .wp-caption-text {
10177 margin: 0.8075em 0;
10178}
10179
10180
10181.wp-caption-text {
10182 text-align: center;
10183}
10184
10185
10186/*--------------------------------------------------------------
10187## Galleries
10188--------------------------------------------------------------*/
10189.gallery-caption {
10190 display: block;
10191 background: #000;
10192 background: rgba(0, 0, 0, .75);
10193 color: #fff;
10194 font-size: 85%;
10195 line-height: 1.3;
10196 position: absolute;
10197 bottom: 0;
10198 left: 5px;
10199 right: 5px;
10200 padding: 15px;
10201 text-align: left;
10202}
10203
10204.gallery:after {content:"";display:table;clear:both;}
10205
10206
10207img.aligncenter,
10208div.aligncenter,
10209figure.aligncenter,
10210img.wp-post-image {
10211 display:block;
10212 margin:1em auto;
10213}
10214
10215
10216.post-thumbnail img.wp-post-image {
10217 margin: 0;
10218}
10219
10220
10221.single-content-mode-boxed .post-thumbnail img.wp-post-image {
10222 margin: auto;
10223}
10224
10225
10226img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
10227
10228img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
10229
10230figure.gallery-item {max-width: 100%; height: auto; margin:1em 0;}
10231
10232p img.alignright, p img.alignleft {margin-top:0;}
10233
10234
10235
10236.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;width: 100%;}
10237
10238
10239
10240.gallery figure {float:left; margin:0 2% 1em 0;margin-bottom: 10px;}
10241
10242
10243
10244.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}
10245
10246
10247
10248.gallery.gallery-columns-3 figure {width:32%;}
10249
10250.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
10251
10252.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}
10253
10254
10255
10256.gallery.gallery-columns-2 figure {width:49%;}
10257
10258.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
10259
10260.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}
10261
10262
10263
10264.gallery.gallery-columns-4 figure {width:23.25%;}
10265
10266.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
10267
10268.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}
10269
10270
10271
10272.gallery.gallery-columns-5 figure {width:18%;}
10273
10274.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
10275
10276.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}
10277
10278
10279
10280.gallery.gallery-columns-6 figure {width:14.2%;}
10281
10282.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
10283
10284.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}
10285
10286
10287
10288.gallery.gallery-columns-7 figure {width:12%;}
10289
10290.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
10291
10292.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}
10293
10294
10295
10296.gallery.gallery-columns-8 figure {width:10.2%;}
10297
10298.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
10299
10300.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}
10301
10302
10303
10304.gallery.gallery-columns-9 figure {width:8.85%;}
10305
10306.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
10307
10308.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}
10309
10310
10311
10312@media (max-width:767px) {
10313 img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
10314
10315 .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
10316
10317}
10318
10319
10320/*--------------------------------------------------------------
10321# bootstrap overwrite
10322--------------------------------------------------------------*/
10323html {
10324 font-size: 100% !important;
10325}
10326
10327body .nav>li>a{
10328 padding: 13px 0;
10329}
10330
10331body .nav>li>a:focus, body .nav>li>a:hover {
10332 background-color: transparent;
10333}
10334
10335body .pagination {
10336 margin: 0 0 20px 0;
10337}
10338
10339/*--------------------------------------------------------------
10340# bootstrap overwrite
10341--------------------------------------------------------------*/
10342
10343/*--------------------------------------------------------------
10344# css refinement
10345--------------------------------------------------------------*/
10346.chromenews-widget.widget_text a {
10347 border-bottom: 1px solid #ffcc00;
10348}
10349
10350body.aft-light-mode .chromenews-widget.widget_text a {
10351 color: #4a4a4a;
10352}
10353
10354body.aft-dark-mode .chromenews-widget.widget_text a {
10355 color: #fff;
10356}
10357
10358.wp-block-search .wp-block-search__button {
10359 border: none;
10360 margin: 0;
10361
font-size: 13px;
10362 width: 25%;
10363}
10364
10365.wp-block-search .wp-block-search__button.has-icon {
10366 width: unset;
10367}
10368
10369.wp-block-search .wp-block-search__input {
10370 border: 1px solid rgba(0,0,0,.15);
10371 padding: 0 14px;
10372 font-size: 16px;
10373}
10374
10375.wp-block-search__inside-wrapper {
10376 width: 100% !important;
10377}
10378
10379.aft-dark-mode .wp-block-search .wp-block-search__input {
10380 border: none;
10381}
10382
10383.af-main-banner-tabbed-posts.aft-posts-tabs-panel {
10384 overflow: hidden;
10385}
10386
10387.af-main-banner-tabbed-posts.aft-posts-tabs-panel .slick-list {
10388 margin-bottom: -20px;
10389}
10390
10391.tab-content>.tab-pane {
10392 height: 444px;
10393}
10394
10395.af-double-column.list-style {
10396 width: 100%;
10397}
10398
10399.aft-trending-posts.list-part.read-single .read-single {
10400 margin-bottom: 0;
10401}
10402
10403.tab-content>.tab-pane {
10404 overflow: hidden;
10405}
10406
10407
10408/* slick css overwrite */
10409.af-widget-carousel .slick-item {
10410 display: block !important;
10411}
10412
10413#primary ul.article-item.article-list-item.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post {
10414 width: calc(100% - 7.5px);
10415 margin-bottom: 0;
10416}
10417
10418#primary .tab-content>.tab-pane {
10419 height: unset;
10420}
10421
10422#primary .tab-content>.tab-pane span.slick-item {
10423 display: block !important;
10424}
10425
10426/*--------------------------------------------------------------
10427# css refinement
10428--------------------------------------------------------------*/
10429
10430/*--------------------------------------------------------------
10431# Footer
10432--------------------------------------------------------------*/
10433footer.site-footer {
10434 background-color: #222;
10435}
10436
10437.aft-dark-mode footer.site-footer {
10438 /* background-color: rgba(255, 255, 255, 0.1); */
10439}
10440
10441.aft-light-mode .site-footer h4.af-author-display-name {
10442 color: #fff;
10443}
10444
10445footer.site-footer .primary-footer{
10446 padding-top: 20px;
10447}
10448
10449.footer-navigation .menu li{
10450 display: inline-block;
10451 margin-right: 10px;
10452}
10453
10454.secondary-footer {
10455 padding: 10px 0;
10456 position: relative;
10457}
10458
10459.secondary-footer:before {
10460 position: absolute;
10461 content: '';
10462 top: 0;
10463 left: 0;
10464 height: 100%;
10465 width: 100%;
10466 background-color: rgba(0,0,0,0.75);
10467
10468}
10469
10470footer .secondary-footer a {
10471 color: #fff;
10472}
10473
10474.site-footer.data-bg .secondary-footer::before {
10475 background-color: #fff;
10476 opacity: 0.25;
10477}
10478
10479.secondary-footer > div{position: relative;}
10480
10481.site-info {
10482 text-align: center;
10483 padding: 10px 0;
10484 background-color: #000;
10485}
10486
10487.site-info .af-container-row {
10488 margin: 0;
10489}
10490
10491.site-info a {
10492 color: #fff;
10493}
10494
10495.secondary-footer .af-flex-container{
10496 align-items: center;
10497}
10498
10499.secondary-footer .af-flex-container .col-1 ul{
10500 text-align: center;
10501}
10502
10503
10504.primary-footer-area:first-child:nth-last-child(1) {
10505 width: 100%;
10506}
10507
10508/* two items */
10509.primary-footer-area:first-child:nth-last-child(2),
10510.primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area {
10511 width: 50%;
10512}
10513
10514/* three items */
10515.primary-footer-area:first-child:nth-last-child(3),
10516.primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area {
10517 width: 33.3333%;
10518}
10519
10520body.aft-dark-mode .aft-readmore-wrapper a.aft-readmore{
10521 border: 1px solid rgba(255,255,255,0.3);
10522 color: #fff;
10523}
10524
10525.grid-design-texts-over-image .aft-readmore-wrapper a.aft-readmore {
10526 border-color: rgba(255,255,255,0.5);
10527 color: #fff;
10528}
10529
10530/*--------------------------------------------------------------
10531# Footer
10532--------------------------------------------------------------*/
10533/*--------------------------------------------------------------
10534# Footer Widgets
10535--------------------------------------------------------------*/
10536/* one items */
10537.primary-footer-area:first-child:nth-last-child(1) .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img {
10538 height: 390px;
10539}
10540
10541/* one items */
10542/* two items */
10543body .primary-footer-area:first-child:nth-last-child(2) .chromenews_posts_lists_widget .af-double-column.list-style.col-3,
10544body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .chromenews_posts_lists_widget .af-double-column.list-style.col-3{
10545 width: 100%;
10546}
10547
10548body .primary-footer-area:first-child:nth-last-child(2) .chromenews_featured_posts_widget .col-4.pad,
10549body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .chromenews_featured_posts_widget .col-4.pad{
10550 width: 50%;
10551}
10552
10553body .primary-footer-area:first-child:nth-last-child(2) .chromenews_express_posts_list_widget .col-2.af-sec-post,
10554body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .chromenews_express_posts_list_widget .col-2.af-sec-post{
10555 width: 100%;
10556}
10557
10558body .primary-footer-area:first-child:nth-last-child(2) .chromenews_posts_slider_widget .read-single .read-img.read-bg-img,
10559body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .chromenews_posts_slider_widget .read-single .read-img.read-bg-img {
10560 height: 430px;
10561}
10562
10563body .primary-footer-area:first-child:nth-last-child(2) .chromenews_express_posts_grid_widget .af-express-grid-wrap,
10564body .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area .chromenews_express_posts_grid_widget .af-express-grid-wrap {
10565
grid-template-columns: repeat(2, 1fr);
10566}
10567
10568/* three items */
10569body .primary-footer-area:first-child:nth-last-child(3) .chromenews_posts_lists_widget .af-double-column.list-style.col-3,
10570body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_posts_lists_widget .af-double-column.list-style.col-3{
10571 width: 100%;
10572}
10573
10574body .primary-footer-area:first-child:nth-last-child(3) .chromenews_express_posts_list_widget .col-2.af-sec-post,
10575body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_express_posts_list_widget .col-2.af-sec-post{
10576 width: 100%;
10577}
10578
10579body .primary-footer-area:first-child:nth-last-child(3) .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details,
10580body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details{
10581 min-height: 0;
10582}
10583
10584body .primary-footer-area:first-child:nth-last-child(3) .chromenews_featured_posts_widget .col-4.pad,
10585body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_featured_posts_widget .col-4.pad{
10586 width: 100%;
10587}
10588
10589body .primary-footer-area:first-child:nth-last-child(3) .chromenews_posts_slider_widget .read-single .read-img.read-bg-img,
10590body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_posts_slider_widget .read-single .read-img.read-bg-img {
10591 height: 230px;
10592}
10593
10594body .primary-footer-area:first-child:nth-last-child(3) .chromenews_posts_slider_widget .read-single .read-details .read-title h4,
10595body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_posts_slider_widget .read-single .read-details .read-title h4 {
10596 font-size: 18px;
10597}
10598
10599
10600body .primary-footer-area:first-child:nth-last-child(3) .chromenews_youtube_video_widget .col-2.secondary-video,
10601body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_youtube_video_widget .col-2.primary-video {
10602 width: 100%;
10603}
10604
10605body.full-width-content .primary-footer-area:first-child:nth-last-child(3) .chromenews_youtube_video_widget .primary-video iframe.af-yt-video-item,
10606body.full-width-content .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_youtube_video_widget .secondary-video iframe.af-yt-video-item,
10607body:not(.full-width-content) .primary-footer-area:first-child:nth-last-child(3) .chromenews_youtube_video_widget .primary-video iframe.af-yt-video-item,
10608body:not(.full-width-content) .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_youtube_video_widget .secondary-video iframe.af-yt-video-item{
10609 height: 255px;
10610 width: 100%;
10611}
10612
10613body .primary-footer-area:first-child:nth-last-child(3) .chromenews_express_posts_grid_widget .af-express-grid-wrap,
10614body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_express_posts_grid_widget .af-express-grid-wrap {
10615
grid-template-columns: repeat(1, 1fr);
10616}
10617
10618body .primary-footer-area:first-child:nth-last-child(3) .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child,
10619body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
10620
grid-column-end: span 1;
10621
grid-row-end: span 1;
10622}
10623
10624body .primary-footer-area:first-child:nth-last-child(3) .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single,
10625body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single {
10626 min-height: 215px;
10627}
10628
10629body .primary-footer-area:first-child:nth-last-child(3) .chromenews_posts_double_columns_widget .col-2.af-sec-post,
10630body .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area .chromenews_posts_double_columns_widget .col-2.af-sec-post{
10631 width: 100%;
10632}
10633
10634/*--------------------------------------------------------------
10635# Footer Widgets
10636--------------------------------------------------------------*/
10637/*--------------------------------------------------------------
10638##youtube widget
10639--------------------------------------------------------------*/
10640.chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap {
10641 text-align: center;
10642 cursor: pointer;
10643}
10644
10645.chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
10646 height: 380px;
10647 display: inline-block;
10648 width: 100%;
10649 object-fit: cover;
10650}
10651
10652
10653.chromenews_youtube_video_widget span.vid-thumb img {
10654 height: 100px;
10655}
10656
10657
10658.chromenews_youtube_video_widget .af-youtube-slider-thumbnail {
10659 margin-top: 20px;
10660 overflow: hidden;
10661}
10662
10663
10664.site-footer .chromenews_youtube_video_widget .af-youtube-slider-thumbnail ,
10665#sidr .chromenews_youtube_video_widget .af-youtube-slider-thumbnail ,
10666#secondary .chromenews_youtube_video_widget .af-youtube-slider-thumbnail {
10667 display: none;
10668}
10669
10670.site-footer iframe.af-hide-iframe,
10671.site-footer .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
10672#sidr iframe.af-hide-iframe,
10673#sidr .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
10674#secondary iframe.af-hide-iframe,
10675#secondary .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
10676 height: 200px;
10677}
10678
10679
10680.chromenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-list {
10681 margin: 0 -10px;
10682}
10683
10684
10685.chromenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-slide {
10686 margin: 0 10px;
10687}
10688
10689
10690.chromenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-slide.slick-current {
10691 position: relative;
10692}
10693
10694.chromenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-slide.slick-current::before {
10695 content: "";
10696 position: absolute;
10697 left: 0;
10698 top: 0;
10699 width: 100%;
10700 height: 100%;
10701 border: 2px solid #ffcc00;
10702 transition: all ease-in .3s;
10703}
10704
10705
10706.chromenews_youtube_video_widget .af-youtube-slider-thumbnail .slick-item {
10707 display: block !important;
10708}
10709
10710/*--------------------------------------------------------------
10711##youtube widget
10712--------------------------------------------------------------*/
10713/*--------------------------------------------------------------
10714##plugin
10715--------------------------------------------------------------*/
10716.wp-post-author-shortcode{
10717 border-color: rgba(0, 0, 0, 0.1);
10718}
10719
10720p.awpa-website a {
10721 color: #808080;
10722 transition: all 0.075s ease-out;
10723}
10724
10725p.awpa-website a:hover {color: #ffcc00 ;}
10726
10727
10728.aft-dark-mode .wp_post_author_widget ul.awpa-contact-info li a,
10729.aft-dark-mode .wp-post-author-meta .wp-post-author-meta-more-posts a,
10730.aft-dark-mode .wp_post_author_widget .awpa-display-name a {
10731 color: #fff;
10732}
10733
10734p.awpa-more-posts a {
10735 border: 1px solid rgba(0, 0, 0, 0.1);
10736 padding: 5px 15px;
10737 display: inline-block;
10738 color: #808080;
10739 transition: all 0.075s ease-out;
10740}
10741
10742p.awpa-more-posts a {
10743 border-color: rgba(255,255,255,.3);
10744}
10745
10746.aft-light-mode p.awpa-more-posts a {
10747 border-color: rgba(0, 0, 0, .1);
10748}
10749
10750.aft-light-mode p.awpa-more-posts a:hover,
10751.aft-dark-mode .wp-post-author-meta .wp-post-author-meta-more-posts a:hover,
10752p.awpa-more-posts a:hover {border-color: #ffcc00 ;}
10753
10754.wp-post-author-wrap .awpa-contact-info {padding: 0;}
10755
10756.wp-post-author-wrap .awpa-contact-info li {display: inline-block;padding: 0;}
10757
10758.wp_post_author_widget .wp-post-author-wrap.left .awpa-contact-info li {
10759 padding: 10px 5px 0 0;
10760}
10761
10762.wp_post_author_widget .wp-post-author-wrap.right .awpa-contact-info li {
10763 padding: 10px 0 0 5px;
10764}
10765
10766.wp_post_author_widget .wp-post-author-wrap.center .awpa-contact-info li {
10767 padding: 10px 3px 0px;
10768}
10769
10770ul.awpa-contact-info li a {
10771 color: #fff;
10772 width: 30px;
10773 text-align: center;
10774 line-height: 30px;
10775 height: 30px;
10776 margin: 0;
10777 display: inline-block;
10778}
10779
10780ul.awpa-contact-info li a[href*="facebook.com"]{
10781 background-color: #3b5999;
10782}
10783
10784ul.awpa-contact-info li a[href*="linkedin.com"]{
10785 background-color: #0077B5;
10786}
10787
10788ul.awpa-contact-info li a[href*="twitter.com"]{
10789 background-color: #55acee;
10790}
10791
10792.aft-dark-mode .wp-post-author-meta .wp-post-author-meta-more-posts a {
10793 border-color: rgba(150, 150, 150, 0.25);
10794}
10795
10796.entry-content .wp-post-author-wrap ul.awpa-contact-info li a {
10797 border: none;
10798}
10799
10800
10801/* Frontend Post Submission */
10802.fpsml-front-form{
10803 border: 1px solid rgb(0 0 0 / 5%);
10804 box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 10%);
10805}
10806
10807.fpsml-front-form .fpsml-has-submit-btn .fpsml-field input[type="submit"] {
10808 height: unset;
10809}
10810
10811
10812.aft-dark-mode .fpsml-front-form {
10813 background-color: #000;
10814}
10815
10816.aft-dark-mode .fpsml-template-3 .fpsml-field-wrap:nth-child(odd){
10817 background-color: #222;
10818}
10819
10820.aft-dark-mode .fpsml-front-form.fpsml-template-5,
10821.aft-dark-mode .fpsml-front-form.fpsml-template-2 {
10822 background-color: #383838;
10823}
10824
10825.aft-dark-mode .fpsml-front-form input[type="text"], .aft-dark-mode .fpsml-front-form input[type="email"],
10826.aft-dark-mode .fpsml-front-form input[type="number"], .aft-dark-mode .fpsml-front-form input[type="tel"],
10827.aft-dark-mode .fpsml-front-form input[type="url"], .aft-dark-mode .fpsml-front-form textarea {
10828 background-color: rgba(255,255,255,.1);
10829}
10830
10831
10832.aft-dark-mode .fpsml-checkbox label:before {
10833
background-color: rgb(255 255 255 / 18%);
10834
color: rgb(255 255 255 / 20%);
10835}
10836
10837
10838.aft-dark-mode .fpsml-template-2 .qq-upload-button {
10839
background-color: rgb(255 255 255 / 20%);
10840}
10841
10842
10843.aft-dark-mode .fpsml-template-4 .qq-upload-button {
10844
background-color: rgb(255 255 255 / 20%);
10845
color: rgb(255 255 255 / 48);
10846}
10847
10848.aft-dark-mode .fpsml-front-form .fpsml-field input[type="submit"]:hover,
10849.aft-dark-mode .fpsml-front-form .qq-upload-button:hover {
10850
background-color: rgb(255 255 255 / 50%);
10851}
10852
10853
10854.fpsml-front-form.fpsml-template-1 .fpsml-field input[type="submit"],
10855.fpsml-front-form.fpsml-template-2 .fpsml-field input[type="submit"],
10856.fpsml-front-form.fpsml-template-3 .fpsml-field input[type="submit"],
10857.fpsml-front-form.fpsml-template-4 .fpsml-field input[type="submit"],
10858.fpsml-front-form.fpsml-template-5 .fpsml-field input[type="submit"],
10859
10860.fpsml-front-form.fpsml-template-1 .qq-upload-button,
10861.fpsml-front-form.fpsml-template-2 .qq-upload-button,
10862.fpsml-front-form.fpsml-template-3 .qq-upload-button,
10863.fpsml-front-form.fpsml-template-4 .qq-upload-button,
10864.fpsml-front-form.fpsml-template-5 .qq-upload-button {
10865 background-color: #ffc934;
10866 color: #202020;
10867}
10868
10869
10870.fpsml-front-form.fpsml-template-1 .fpsml-field input[type="submit"]:hover,
10871.fpsml-front-form.fpsml-template-2 .fpsml-field input[type="submit"]:hover,
10872.fpsml-front-form.fpsml-template-3 .fpsml-field input[type="submit"]:hover,
10873.fpsml-front-form.fpsml-template-4 .fpsml-field input[type="submit"]:hover,
10874.fpsml-front-form.fpsml-template-5 .fpsml-field input[type="submit"]:hover{
10875 color: #fff;
10876}
10877
10878
10879/*--------------------------------------------------------------
10880##plugin
10881--------------------------------------------------------------*/
10882
10883/*--------------------------------------------------------------
10884##secondary section
10885--------------------------------------------------------------*/
10886#sidr .header-after1,
10887#sidr .widget-title,
10888footer .header-after1,
10889footer .widget-title,
10890#secondary .header-after1,
10891#secondary .widget-title {
10892 position: relative;
10893}
10894
10895
10896#secondary .archive-list-post .read-title h4,
10897#sidr .archive-list-post .read-title h4,
10898footer .archive-list-post .read-title h4{
10899 font-size: 20px;
10900}
10901
10902/*--------------------------------------------------------------
10903##secondary section
10904--------------------------------------------------------------*/
10905
10906/*--------------------------------------------------------------
10907# post image hover zoom
10908--------------------------------------------------------------*/
10909
10910.read-img a + img {
10911 transition: all ease-in-out .3s;
10912 transform: scale(1);
10913 transform-origin: center;
10914}
10915
10916.read-img:hover a + img {
10917 transform: scale(1.05);
10918}
10919
10920
10921/*--------------------------------------------------------------
10922##color options
10923--------------------------------------------------------------*/
10924.aft-dark-mode .home-featured-widgets,
10925.aft-dark-mode .aft-frontpage-feature-section-wrapper section.chromenews-customizer{
10926 background-color: transparent;
10927 -webkit-box-shadow: none;
10928 box-shadow: none;
10929}
10930
10931
10932/* mode switch button */
10933
10934#aft-dark-light-mode-wrap a {
10935 display: block;
10936 height: 20px;
10937 width: 40px;
10938 border-radius: 20px;
10939 background: rgba(0, 0, 0, 0.75);
10940 position: relative;
10941 transition: .25s;
10942 font-size: 0;
10943}
10944
10945
10946#aft-dark-light-mode-wrap a span {
10947 height: 16px;
10948 width: 16px;
10949 border-radius: 50%;
10950 background-color: #fff;
10951 position: absolute;
10952 left: 2px;
10953 top: 50%;
10954 transform: translateY(-50%);
10955 transition: all ease-in-out .3s;
10956}
10957
10958
10959#aft-dark-light-mode-wrap a.aft-dark-mode span {
10960 left: 24px;
10961}
10962
10963#aft-dark-light-mode-wrap a.aft-dark-mode span::after{
10964 background-repeat: no-repeat;
10965 background-size: 12px 12px;
10966 content: '';
10967 position: absolute;
10968 left: 50%;
10969 top: 50%;
10970 transform: translate(-50%, -50%);
10971
font-size: 12px;
10972 line-height: 1;
10973 color: #111;
10974 transition: all ease-in-out .3s;
10975 opacity: 1;
10976 visibility: visible;
10977 height: 12px;
10978 width: 12px;
10979}
10980
10981#aft-dark-light-mode-wrap a.aft-dark-mode span::after{
10982 height: 10px;
10983 width: 10px;
10984 background-size: 10px 10px;
10985 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-moon' viewBox='0 0 16 16'%3E%3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z'/%3E%3C/svg%3E");
10986}
10987
10988
10989#aft-dark-light-mode-wrap a.aft-light-mode span::after{
10990 height: 12px;
10991 width: 12px;
10992 content: "";
10993 position: absolute;
10994 left: 50%;
10995 top: 50%;
10996 transform: translate(-50%, -50%);
10997 opacity: 1;
10998 visibility: visible;
10999 color: #111;
11000 transition: all ease-in-out .3s;
11001 background-size: 12px 12px;
11002 background-repeat: no-repeat;
11003 background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E");
11004}
11005
11006
11007/* mode switch button */
11008
11009/*=============for dark mode===========*/
11010.aft-dark-mode span.heading-line-after,
11011.aft-dark-mode span.heading-line-before{
11012 background-color: #ffcc00;
11013}
11014
11015
11016.aft-dark-mode #wp-calendar tfoot td,
11017.aft-dark-mode #wp-calendar tbody td,
11018.aft-dark-mode #wp-calendar thead th,
11019.aft-dark-mode #wp-calendar td:last-child,
11020.aft-dark-mode #wp-calendar th:last-child,
11021.aft-dark-mode #wp-calendar tr:last-child td{
11022 background: transparent;
11023 border-color: rgba(255, 255, 255, 0.2);
11024}
11025
11026.aft-dark-mode footer.site-footer #wp-calendar tfoot td,
11027.aft-dark-mode footer.site-footer #wp-calendar tbody td,
11028.aft-dark-mode footer.site-footer #wp-calendar thead th,
11029.aft-dark-mode footer.site-footer #wp-calendar td:last-child,
11030.aft-dark-mode footer.site-footer #wp-calendar th:last-child,
11031.aft-dark-mode footer.site-footer #wp-calendar tr:last-child td{
11032 border-color: rgba(255, 255, 255, 0.2);
11033}
11034
11035body.aft-dark-mode #sidr,
11036body.aft-dark-mode code,
11037body.aft-dark-mode{
11038 background-color: #000000;
11039}
11040
11041
11042body.aft-dark-mode .aft-masonry-archive-posts .read-img,
11043body.aft-dark-mode .read-img.read-bg-img{
11044 background-color: #424242;
11045}
11046
11047
11048body.aft-dark-mode.single span.tags-links a,
11049body.aft-dark-mode .main-navigation .menu .menu-mobile li a,
11050body.aft-dark-mode .widget ul ul li,
11051body.aft-dark-mode .widget ul.menu >li,
11052body.aft-dark-mode .widget > ul > li{
11053 border-color:rgba(150, 150, 150, 0.25);
11054}
11055
11056
11057body.aft-dark-mode.single span.tags-links a,
11058.aft-dark-mode .banner-exclusive-posts-wrapper a,
11059.aft-dark-mode .banner-exclusive-posts-wrapper a:visited,
11060body.aft-dark-mode .aft-comment-view-share > span > a,
11061body.aft-dark-mode{
11062 color: #fff;
11063}
11064
11065body.aft-dark-mode .main-navigation .menu .menu-mobile li a,
11066body.aft-dark-mode .main-navigation .menu .menu-desktop .sub-menu li a{color: #fff;}
11067
11068
11069body.aft-dark-mode .af-search-form{
11070 background-color: #212121;
11071}
11072
11073body.aft-dark-mode div#respond{
11074 border-color: transparent;
11075}
11076
11077
11078/* ========== section background none site footer ========== */
11079
11080body footer.site-footer .wp-post-author-meta a,
11081body footer.site-footer .wp-post-author-meta a:visited,
11082body footer.site-footer .posts-author a,
11083body footer.site-footer .posts-author a:visited,
11084
11085body footer.site-footer .aft-readmore-wrapper a.aft-readmore,
11086body footer.site-footer .wp_post_author_widget ul.awpa-contact-info li a,
11087body footer.site-footer .wp-post-author-meta .wp-post-author-meta-more-posts a,
11088body footer.site-footer .wp_post_author_widget .awpa-display-name a,
11089
11090body footer.site-footer ul.trail-items li:after,
11091body footer.site-footer .tagcloud a,
11092body footer.site-footer .widget ul.menu >li a,
11093body footer.site-footer .widget > ul > li a,
11094
11095body footer.site-footer .page-title,
11096body footer.site-footer h1.entry-title,
11097body footer.site-footer .widget-title,
11098body footer.site-footer .header-after1,
11099
11100body footer.site-footer .aft-posts-tabs-panel .nav-tabs>li>a,
11101body footer.site-footer .aft-comment-view-share > span > a,
11102body footer.site-footer .chromenews-widget.widget_text a,
11103body footer.site-footer .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .min-read,
11104body footer.site-footer .header-layout-compressed .compress-bar-mid .date-bar-mid,
11105body footer.site-footer .search-icon:visited,
11106body footer.site-footer .search-icon:hover,
11107body footer.site-footer .search-icon:focus,
11108body footer.site-footer .search-icon:active,
11109body footer.site-footer input,
11110body footer.site-footer textarea,
11111body footer.site-footer .aft-popular-taxonomies-lists strong,
11112body footer.site-footer .aft-popular-taxonomies-lists ul li a,
11113body footer.site-footer .color-pad,
11114body footer.site-footer ul.trail-items li a,
11115body footer.site-footer #wp-calendar caption,
11116body footer.site-footer .nav-links a,
11117body footer.site-footer .read-details .entry-meta span,
11118body footer.site-footer .entry-meta span,
11119body footer.site-footer .read-title h2 a,
11120body footer.site-footer .read-title h4 a{
11121 color: #fff;
11122}
11123
11124
11125body footer.site-footer .aft-posts-tabs-panel .nav-tabs>li>a.active,
11126body footer.site-footer input[type="submit"],
11127body footer.site-footer .aft-readmore-wrapper a.aft-readmore:hover{
11128 color: #202020;
11129}
11130
11131body footer.site-footer .widget > ul > li,
11132body footer.site-footer .aft-readmore-wrapper a.aft-readmore,
11133body footer.site-footer .wp-post-author-meta .wp-post-author-meta-more-posts a {
11134 border-color: rgba(150, 150, 150, 0.25);
11135}
11136
11137
11138body footer.site-footer .inner-suscribe input,
11139body footer.site-footer .chromenews-widget .mc4wp-form-fields input[type="email"],
11140body footer.site-footer .widget_search .wp-block-search__input,
11141body footer.site-footer .widget input.search-field {
11142 background-color: rgba(255,255,255,.1);
11143 border: none;
11144}
11145
11146
11147body footer.site-footer .wp-post-author-meta .wp-post-author-meta-more-posts a:hover,
11148body footer.site-footer .wp_post_author_widget .awpa-display-name a:hover{
11149 color: #ffcc00;
11150}
11151
11152body footer.site-footer .wp-post-author-meta .wp-post-author-meta-more-posts a:hover{
11153 border-color: #ffcc00;
11154}
11155
11156/* ========== section background none site footer ========== */
11157
11158body.aft-light-mode .aft-main-banner-section.aft-banner-background-default .aft-popular-taxonomies-lists ul li a {
11159 color: #404040;
11160}
11161
11162
11163body.aft-light-mode .aft-main-banner-section.aft-banner-background-default.data-bg .aft-popular-taxonomies-lists ul li a {
11164 color: #fff;
11165}
11166
11167
11168body.aft-light-mode.aft-single-featured-full-title-over-image .af-breadcrumbs ul.trail-items li a:hover,
11169body.aft-dark-mode.aft-single-featured-full-title-over-image .af-breadcrumbs ul.trail-items li a:hover{
11170 border-color: #fff;
11171}
11172
11173
11174body.aft-light-mode .aft-main-banner-section.aft-banner-background-alternative .aft-popular-taxonomies-lists ul li a ,
11175body.aft-dark-mode .aft-main-banner-section.aft-banner-background-default .aft-popular-taxonomies-lists ul li a,
11176
11177body.aft-dark-mode .af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .min-read,
11178body.aft-dark-mode .header-layout-compressed .compress-bar-mid .date-bar-mid,
11179body.aft-dark-mode .search-icon:visited,
11180body.aft-dark-mode .search-icon:hover,
11181body.aft-dark-mode .search-icon:focus,
11182body.aft-dark-mode .search-icon:active,
11183body.aft-dark-mode input,
11184body.aft-dark-mode textarea,
11185
11186body.aft-dark-mode .color-pad,
11187body.aft-dark-mode ul.trail-items li a,
11188body.aft-dark-mode #wp-calendar caption,
11189body.aft-dark-mode .nav-links a,
11190body.aft-dark-mode .read-details .entry-meta span,
11191body.aft-dark-mode .entry-meta span,
11192body.aft-dark-mode .read-title h2 a,
11193body.aft-dark-mode .read-title h4 a{
11194 color: #fff;
11195}
11196
11197body.aft-dark-mode .em-author-details ul li a{
11198 background: #0f0f0f;
11199 color: #fff;
11200}
11201
11202body.aft-dark-mode .social-widget-menu ul li a{
11203 background-color: #202020;
11204}
11205
11206body.aft-dark-mode .aft-small-social-menu ul li a:hover,
11207body.aft-dark-mode .aft-small-social-menu ul li a{
11208 color: #fff;
11209 border: none;
11210}
11211
11212body.aft-dark-mode header.header-layout-compressed .aft-small-social-menu ul li a {
11213 color: #fff !important;
11214}
11215
11216body.aft-dark-mode .main-navigation ul.children li,
11217body.aft-dark-mode .main-navigation ul .sub-menu li{
11218 border-top: 1px solid #111111;
11219}
11220
11221body.aft-dark-mode .main-navigation ul.children li:first-child,
11222body.aft-dark-mode .main-navigation ul .sub-menu li:first-child{
11223 border-top-color: transparent;
11224}
11225
11226body.aft-dark-mode .wp-post-author-shortcode,
11227body.aft-dark-mode .aft-readmore-wrapper a.aft-readmore {
11228 border-color: rgba(255, 255, 255, 0.3);
11229}
11230
11231body.aft-dark-mode input,
11232body.aft-dark-mode .widget_categories select,
11233body.aft-dark-mode input.search-field,
11234body.aft-dark-mode textarea{
11235 border-color: transparent;
11236 background-color: rgba(255,255,255,.1);
11237}
11238
11239body.aft-dark-mode .wp-block-table[class*='has-subtle-']{
11240 background-color: transparent;
11241}
11242
11243body.aft-dark-mode .chromenews-header .af-boxed .bottom-bar-up,
11244body.aft-dark-mode .header-layout-compressed-full .full-width .af-transparent-head .bottom-header ,
11245body.aft-dark-mode .header-layout-compressed-full .full-width .bottom-header {
11246 background-color: #171717;
11247}
11248
11249
11250/*forsidebar section========*/
11251body.aft-dark-mode #secondary .widget-area.color-pad .read-single.color-pad {
11252 background-color: transparent;
11253}
11254
11255.aft-dark-mode .widget ol li a,
11256.aft-dark-mode ul.trail-items li:after,
11257.aft-dark-mode .tagcloud a,
11258.aft-dark-mode .widget ul.menu >li a,
11259.aft-dark-mode .widget ul > li a{
11260 color: #fff;
11261}
11262
11263body.aft-dark-mode pre{
11264 color: #fff;
11265 background-color: #212121;
11266}
11267
11268body.aft-dark-mode .header-layout-centered .bottom-header,
11269body.aft-dark-mode .header-layout-side .af-bottom-header{
11270 border-color: #000;
11271}
11272
11273body.aft-dark-mode .main-navigation .menu .menu-mobile{
11274 background: #000;
11275}
11276
11277
11278body.aft-dark-mode:not(.home) .chromenews-header.header-layout-centered .bottom-header,
11279body.aft-dark-mode .ham.exit {
11280 background-color: transparent;
11281}
11282
11283.wp-block-search .wp-block-search__button:focus:not(:hover),
11284.wp-block-search .wp-block-search__input:focus:not(:hover),
11285body.aft-dark-mode input:focus:not(:hover),
11286body.aft-dark-mode textarea:focus:not(:hover) {
11287 outline: 1px dotted rgba(255,255,255,.5);
11288}
11289
11290/*=============for dark mode===========*/
11291
11292/*=============for light mode===========*/
11293body.aft-light-mode {
11294 background-color: #f5f5f5;
11295}
11296
11297/*=============for light mode===========*/
11298
11299
11300/* ================== for site mode none ================== */
11301.aft-section-layout-none .af-breadcrumbs {
11302 padding: 15px 0px;
11303}
11304
11305body.aft-section-layout-none.single article header.entry-header .read-details {
11306 margin-bottom: 20px;
11307}
11308
11309body.aft-section-layout-none.single.aft-single-featured-title-over-image article header.entry-header .read-details {
11310 margin-bottom: 0;
11311}
11312
11313body.single.aft-single-featured-title-over-image article .entry-content-wrap .entry-meta {
11314 margin-bottom: 0;
11315 margin-top: 0;
11316}
11317
11318body.aft-section-layout-none.single #content > header.entry-header .read-details,
11319body.aft-section-layout-none div.comments-area,
11320body.aft-section-layout-none.single .entry-content-wrap {
11321 padding: 0;
11322}
11323
11324body.aft-section-layout-none.single .entry-content-wrap .read-img {
11325 margin: 0px;
11326}
11327
11328.aft-section-layout-none.single main.site-main,
11329.search.aft-section-layout-none main.site-main,
11330.archive.aft-section-layout-none main.site-main,
11331body.home.blog.aft-section-layout-none main.site-main,
11332.blog.aft-section-layout-none main.site-main {
11333 padding: 0;
11334}
11335
11336.aft-section-layout-none.home.blog .aft-archive-wrapper.chromenews-customizer{
11337 padding: 0;
11338}
11339
11340.aft-section-layout-none .af-main-banner-latest-posts.grid-layout.chromenews-customizer .container-wrapper {
11341 padding-top: 0;
11342}
11343
11344/* ================== for site mode none ================== */
11345
11346
11347/*color to be filtered from custom style*/
11348
11349body.chromenews-header .aft-small-social-menu ul li a{
11350 color: #ffffff !important;
11351}
11352
11353.aft-light-mode .main-navigation .menu .menu-mobile li a .menu-description ,
11354.aft-light-mode .main-navigation .menu .menu-mobile li a,
11355.aft-light-mode .author-links a,
11356.aft-light-mode .main-navigation ul.children li a,
11357.aft-light-mode .nav-links a .post-title,
11358.aft-light-mode .main-navigation ul .sub-menu li a,
11359.aft-light-mode .read-details .entry-meta span,
11360.aft-light-mode .aft-comment-view-share > span > a,
11361.aft-light-mode h4.af-author-display-name,
11362.aft-light-mode #wp-calendar caption,
11363.aft-light-mode .wp-block-image figcaption,
11364.aft-light-mode ul.trail-items li a,
11365.aft-light-mode #sidr,
11366.aft-light-mode {
11367 color: #4a4a4a;
11368}
11369
11370.wp-block-search .wp-block-search__button,
11371.aft-dark-mode input[type="button"],
11372.aft-dark-mode input[type="reset"],
11373.aft-dark-mode input[type="submit"],
11374.aft-dark-mode .inner-suscribe input[type=submit],
11375.btn-style1 a:visited,
11376.btn-style1 a,
11377.chromenews-pagination .nav-links .page-numbers.current,
11378#scroll-up,
11379article.sticky .read-single:before,
11380.read-img .trending-no,
11381.trending-posts-vertical .trending-no{
11382 background-color: #ffcc00 ;
11383}
11384
11385.aft-dark-mode .read-details .entry-meta span.aft-view-count a,
11386.aft-light-mode .read-details .entry-meta span.aft-view-count a,
11387.aft-dark-mode .entry-meta span.posts-author a,
11388.aft-light-mode .entry-meta span.posts-author a,
11389
11390.comment-metadata a,
11391.fn a,
11392.aft-light-mode .wp-post-author-meta .awpa-display-name a,
11393.aft-dark-mode .wp-post-author-meta .awpa-display-name a{
11394 border-bottom: 1px solid transparent;
11395}
11396
11397
11398.aft-light-mode .comment-metadata a,
11399.aft-light-mode .fn a{
11400 color: #404040;
11401}
11402
11403
11404
11405.aft-dark-mode .comment-metadata a,
11406.aft-dark-mode .fn a{
11407 color: #fff;
11408}
11409
11410.aft-dark-mode .read-details .entry-meta span a:hover,
11411.aft-light-mode .read-details .entry-meta span a:hover,
11412.aft-dark-mode .entry-meta span.posts-author a:hover,
11413.aft-light-mode .entry-meta span.posts-author a:hover,
11414
11415.comment-metadata a:hover,
11416.fn a:hover,
11417.aft-light-mode .wp-post-author-meta .awpa-display-name a:hover,
11418.aft-dark-mode .wp-post-author-meta .awpa-display-name a:hover,
11419.aft-dark-mode.single span.tags-links a:hover,
11420.chromenews-pagination .nav-links .page-numbers.current,
11421.aft-dark-mode .aft-readmore-wrapper a.aft-readmore:hover,
11422.aft-readmore-wrapper a.aft-readmore:hover,
11423p.awpa-more-posts a:hover{
11424 border-color: #ffcc00 ;
11425}
11426
11427
11428.entry-content > [class*="wp-block-"] a.wp-block-file__button:not(.has-text-color),
11429.entry-content > [class*="wp-block-"] a.wp-block-button__link {
11430 color: #ffcc00;
11431}
11432
11433.entry-content > [class*="wp-block-"] a:not(.has-text-color),
11434.entry-content > ul a,
11435.entry-content > ol a,
11436.entry-content > p a ,
11437.site-footer .secondary-footer a:hover,
11438.aft-dark-mode p.awpa-website a:hover ,
11439.aft-dark-mode .widget ul.menu >li a:hover{
11440 color:#ffcc00 ;
11441 transition: all 0.075s linear;
11442}
11443
11444
11445#wp-calendar tbody td a,
11446.aft-dark-mode #wp-calendar tbody td#today,
11447.entry-content > [class*="wp-block-"] a:not(.has-text-color),
11448.entry-content > ul a,
11449.entry-content > ul a:visited,
11450.entry-content > ol a,
11451.entry-content > ol a:visited,
11452.entry-content > p a,
11453.entry-content > p a:visited{
11454 color: #404040;
11455}
11456
11457
11458.aft-dark-mode .entry-content > [class*="wp-block-"] a:not(.has-text-color),
11459.aft-dark-mode .entry-content > ul a,
11460.aft-dark-mode .entry-content > ul a:visited,
11461.aft-dark-mode .entry-content > ol a,
11462.aft-dark-mode .entry-content > ol a:visited,
11463.aft-dark-mode .entry-content > p a,
11464.aft-dark-mode .entry-content > p a:visited{
11465 color: #fff;
11466}
11467
11468
11469.single span.tags-links a:hover,
11470.entry-content > [class*="wp-block-"] a:not(.has-text-color),
11471.entry-content > ul a,
11472.entry-content > ul a:visited,
11473.entry-content > ol a,
11474.entry-content > ol a:visited,
11475.entry-content > p a,
11476.entry-content > p a:visited{
11477 border-color: #ffcc00 ;
11478}
11479
11480.wp-block-search .wp-block-search__button,
11481.aft-dark-mode button,
11482.aft-dark-mode input[type="button"],
11483.aft-dark-mode input[type="reset"],
11484.aft-dark-mode input[type="submit"],
11485.read-img .trending-no,
11486.trending-posts-vertical .trending-no {
11487 color: #202020;
11488}
11489
11490
11491@media only screen and (min-width: 993px){
11492 body.aft-dark-mode .main-navigation .menu ul ul ul ,
11493 body.aft-dark-mode .main-navigation .menu > ul > li > ul {
11494 background-color: #212121;
11495 }
11496
11497}
11498
11499
11500.aft-light-mode .page-title,
11501.aft-light-mode h1.entry-title,
11502.aft-light-mode .widget-title,
11503.aft-light-mode .header-after1 {
11504 color: #031b11;
11505}
11506
11507.chromenews-widget .social-navigation ul li,
11508.chromenews-widget ol li,
11509.chromenews-widget ul li {
11510 padding: 5px 0;
11511}
11512
11513.chromenews-widget ul.aft-tabbed-carousel li,
11514.chromenews-widget ul li.tab {
11515 padding: 0;
11516}
11517
11518.entry-content > p a {
11519 line-height: 1.1;
11520}
11521
11522.chromenews-widget ol.wp-block-latest-comments > li a{
11523 /* display: inline-block; */
11524}
11525
11526
11527.aft-light-mode .banner-exclusive-posts-wrapper a .exclusive-post-title,
11528.aft-light-mode .banner-exclusive-posts-wrapper a:visited,
11529.aft-dark-mode .widget ul > li a,
11530.aft-dark-mode .widget ol > li a,
11531.aft-dark-mode .banner-exclusive-posts-wrapper a .exclusive-post-title{
11532 border-bottom: 1px solid transparent;
11533}
11534
11535
11536.aft-dark-mode .widget ul > li a:hover,
11537.aft-dark-mode .widget ol > li a:hover {
11538 border-bottom-color: #ffcc00;
11539}
11540
11541
11542.aft-light-mode .featured-category-item .read-img a,
11543
11544.aft-light-mode .widget ul.menu >li a,
11545.aft-light-mode .widget ul > li a,
11546.aft-light-mode .widget ol > li a,
11547.aft-light-mode .read-title h2 a ,
11548.aft-light-mode .read-title h4 a ,
11549
11550.widget > ul > li .comment-author-link {
11551 color: #404040;
11552 border-bottom: 1px solid transparent;
11553}
11554
11555
11556.aft-light-mode .widget ul.af-tabs > li a:hover,
11557.aft-light-mode .widget ul.af-tabs > li a {
11558 border: none;
11559}
11560
11561
11562.aft-light-mode .site-footer .widget ul > li a,
11563.aft-light-mode .site-footer .widget ol > li a{
11564 color: #fff;
11565}
11566
11567.aft-light-mode .wp_post_author_widget ul.awpa-contact-info li a,
11568.aft-light-mode .site-footer .tabbed-head .widget ul > li a,
11569.aft-light-mode .widget .af-author-details .social-navigation ul > li a {
11570 color: #fff;
11571 border: none;
11572}
11573
11574
11575.aft-dark-mode .banner-exclusive-posts-wrapper a .exclusive-post-title:hover,
11576.aft-light-mode .banner-exclusive-posts-wrapper a .exclusive-post-title:hover,
11577
11578.aft-light-mode main ul > li a:hover,
11579.aft-light-mode main ol > li a:hover,
11580.aft-dark-mode main ul > li a:hover,
11581.aft-dark-mode main ol > li a:hover,
11582.aft-light-mode .widget ul.menu >li a:hover,
11583.aft-light-mode .widget ul > li a:hover,
11584.aft-light-mode .widget ol > li a:hover,
11585.aft-light-mode .read-title h2 a:hover ,
11586.aft-light-mode .read-title h4 a:hover {
11587 border-bottom: 1px solid #ffcc00;
11588}
11589
11590
11591.aft-dark-mode .grid-design-texts-over-image .read-title h2 a:hover,
11592.aft-dark-mode .grid-design-texts-over-image .read-title h4 a:hover,
11593.aft-light-mode .grid-design-texts-over-image .read-title h2 a:hover,
11594.aft-light-mode .grid-design-texts-over-image .read-title h4 a:hover {
11595 border-bottom-color: #fff;
11596}
11597
11598.aft-dark-mode ul.cat-links > li a:hover,
11599.aft-light-mode ul.cat-links > li a:hover,
11600.aft-dark-mode ul.cat-links > li a,
11601.aft-light-mode ul.cat-links > li a,
11602.aft-dark-mode .widget ul.cat-links > li a:hover,
11603.aft-light-mode .widget ul.cat-links > li a:hover,
11604.aft-dark-mode .widget ul.cat-links > li a,
11605.aft-light-mode .widget ul.cat-links > li a {
11606 border-bottom: none;
11607}
11608
11609.aft-light-mode .widget .social-widget-menu ul > li a:hover,
11610.aft-light-mode .widget ul.af-tabs > li a:hover,
11611.aft-dark-mode .widget .social-widget-menu ul > li a:hover,
11612.aft-dark-mode .widget ul.af-tabs > li a:hover,
11613.aft-light-mode .widget .social-widget-menu ul > li a,
11614.aft-light-mode .widget ul.af-tabs > li a,
11615.aft-dark-mode .widget .social-widget-menu ul > li a,
11616.aft-dark-mode .widget ul.af-tabs > li a {
11617 border-bottom: none;
11618}
11619
11620
11621.aft-light-mode .grid-design-texts-over-image .read-details .entry-meta span a,
11622.aft-light-mode .grid-design-texts-over-image .read-details .entry-meta span,
11623
11624.aft-dark-mode .grid-design-texts-over-image .read-details .entry-meta span a,
11625.aft-dark-mode .grid-design-texts-over-image .read-details .entry-meta span,
11626
11627.aft-light-mode .grid-design-texts-over-image .read-title h4 a,
11628.aft-light-mode .grid-design-texts-over-image .read-details,
11629
11630.aft-dark-mode .grid-design-texts-over-image .read-title h4 a{
11631 color: #fff;
11632}
11633
11634
11635.aft-main-banner-section.data-bg .aft-see-more a:hover {
11636 color: #000;
11637}
11638
11639
11640.chromenews-header.header-layout-centered .top-bar-right div.custom-menu-link > a,
11641.chromenews-header.header-layout-compressed-full .top-bar-right div.custom-menu-link > a,
11642.chromenews-header.header-layout-side .search-watch div.custom-menu-link > a{
11643 background: #ffcc00 ;
11644 color: #fff;
11645}
11646
11647
11648.exclusive-posts .exclusive-now{
11649 background: #EE2224 ;
11650}
11651
11652
11653.read-img .af-post-format i{
11654 color: #fff;
11655}
11656
11657
11658.aft-dark-mode .mailchimp-block{
11659 background-color: #111;
11660}
11661
11662
11663.mailchimp-block, .mailchimp-block .block-title{
11664 color: #ffffff;
11665}
11666
11667
11668.aft-light-mode .site-info .color-pad a,
11669.aft-light-mode .site-info .color-pad{
11670 color: #fff;
11671}
11672
11673.entry-content p, .entry-content {
11674 font-size: 18px;
11675}
11676
11677
11678.wp-block-latest-comments__comment, body {
11679 line-height: 1.6;
11680}
11681
11682/*color to be filtered from custom style*/
11683
11684/*--------------------------------------------------------------
11685##color options
11686--------------------------------------------------------------*/
11687
11688/*--------------------------------------------------------------
11689## fonts options
11690--------------------------------------------------------------*/
11691
11692/*page title*/
11693body.single-post .entry-title,
11694h1.page-title {
11695 font-size: 42px;
11696}
11697
11698/*page title*/
11699
11700/*big spotlight post title*/
11701.mailchimp-block .block-title,
11702body:not(.full-width-content) #primary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h4,
11703.chromenews_posts_slider_widget .read-single .read-details .read-title h4,
11704article.latest-posts-full .read-title h4,
11705.af-banner-carousel .read-title h4{
11706 font-size: 32px;
11707}
11708
11709/*big spotlight post title*/
11710
11711/* section title */
11712.header-after1 ,
11713.widget-title{
11714 font-size: 24px;
11715}
11716
11717/* section title */
11718
11719/*medium spotlight post title*/
11720
11721.af-main-banner-thumb-posts .af-sec-post .read-title h4,
11722.af-main-banner-featured-posts .read-title h4,
11723.chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single .read-title h4,
11724.af-main-banner-categorized-posts.express-carousel .af-sec-post .read-title h4,
11725
11726.chromenews_posts_express_list .grid-part .read-title h4,
11727.af-double-column.list-style .aft-spotlight-posts-1 .read-title h4,
11728.chromenews_single_col_categorised_posts .read-title h4,
11729
11730.site-footer .chromenews_posts_slider_widget .read-single .read-details .read-title h4 ,
11731#sidr .chromenews_posts_slider_widget .read-single .read-details .read-title h4 ,
11732#secondary .chromenews_posts_slider_widget .read-single .read-details .read-title h4,
11733.archive-list-post .read-title h4,
11734.archive-masonry-post .read-title h4,
11735.chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-title h4,
11736
11737body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-title h4,
11738body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-title h4,
11739body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-title h4,
11740.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-title h4,
11741.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-title h4,
11742.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-title h4,
11743article.latest-posts-grid .read-title h4,
11744.two-col-masonry article.latest-posts-grid.col-2 .read-title h4,
11745.af-main-banner-categorized-posts.express-posts .af-sec-post:not(.list-part) .read-title h4,
11746.af-main-banner-categorized-posts.express-posts .af-sec-post:first-child .read-title h4{
11747 font-size: 20px;
11748}
11749
11750/*medium spotlight post title*/
11751
11752.af-main-banner-categorized-posts.express-posts .af-sec-post.list-part .read-title h4,
11753.chromenews_popular_news_widget .banner-vertical-slider .af-double-column.list-style .read-title h4,
11754.chromenews_posts_double_columns_widget .af-widget-body .af-double-column.list-style .read-title h4,
11755.aft-trending-posts.list-part .af-double-column.list-style .read-title h4,
11756
11757.four-col-masonry article.col-2 .read-title h4,
11758.four-col-masonry article.latest-posts-grid.col-2 .read-title h4,
11759.widget ul ul li,
11760.widget > ul > li,
11761.widget:not(.chromenews_social_contacts_widget) ul.menu >li,
11762.af-reated-posts .read-title h4,
11763.af-main-banner-latest-posts .read-title h4{
11764 font-size: 16px;
11765}
11766
11767
11768/*general post title*/
11769.four-col-masonry article.col-2 .read-title h4,
11770.four-col-masonry article.latest-posts-grid.col-2 .read-title h4,
11771.af-list-post .read-title h4,
11772.widget:not(.chromenews_social_contacts_widget) ul.menu >li,
11773.af-main-banner-thumb-posts .read-single:not(.af-cat-widget-carousel) .read-title h4,
11774.af-main-banner-thumb-posts .list-style .read-single:not(.af-cat-widget-carousel) .read-title h4,
11775.af-trending-posts .aft-trending-posts.list-part .af-double-column.list-style .read-title h4{
11776 font-size: 16px;
11777}
11778
11779.aft-main-banner-wrapper .aft-trending-part.col-4 .aft-trending-posts.list-part .af-double-column.list-style .read-title h4,
11780.aft-main-banner-wrapper .aft-tabbed-part.col-4 .aft-trending-posts.list-part .af-double-column.list-style .read-title h4 {
11781
font-size: 14px;
11782}
11783
11784/*general post title*/
11785
11786/*--------------------------------------------------------------
11787## fonts options
11788--------------------------------------------------------------*/
11789
11790/*--------------------------------------------------------------
11791# media queries------------------------------------------------
11792--------------------------------------------------------------*/
11793@media screen and (max-width: 1400px) {
11794 body.single.align-content-right .entry-content-wrap.social-vertical-share .vertical-left-right,
11795 body.single .entry-content-wrap.social-vertical-share .vertical-left-right{
11796 position: inherit;
11797 height: auto;
11798 transform: translateX(0);
11799 }
11800
11801 body.single .entry-content-wrap.social-vertical-share .aft-social-share{
11802 position: inherit;
11803 float: none;
11804 min-width: 0;
11805 top: inherit;
11806 transform: translateX(0);
11807 padding: 10px;
11808 background: #fff;
11809 }
11810
11811 body.single.align-content-right .entry-content-wrap.social-vertical-share .aft-social-share{
11812 transform: translateX(0);
11813 }
11814
11815 body.single .entry-content-wrap.social-vertical-share .aft-social-share .sd-content ul li{
11816 display: inline-block;
11817 padding-left: 0;
11818 }
11819
11820}
11821
11822@media screen and (max-width: 1180px) {
11823 .aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper {
11824 margin: 20px;
11825 }
11826
11827}
11828
11829@media screen and (max-width: 1024px) {
11830 .aft-banner-layout-tiled.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
11831 .aft-banner-layout-tiled.aft-banner-order-1 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part {
11832
grid-column-start: 1;
11833
grid-row-start: 1;
11834
grid-column-end: 4;
11835
grid-row-end: 3;
11836 }
11837
11838 .aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
11839 .aft-banner-layout-tiled.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part {
11840
grid-column-start: 1;
11841
grid-row-start: 3;
11842
grid-column-end: 4;
11843
grid-row-end: 4;
11844 }
11845
11846 .aft-banner-layout-tiled-4.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-2.aft-main-banner-slider-part ,
11847 .aft-banner-layout-tiled-4.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-2.aft-main-banner-slider-part {
11848 margin-top: 20px;
11849 }
11850
11851 .aft-banner-layout-tiled-4 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-2 ,
11852 .aft-banner-layout-tiled-4 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-2.aft-main-banner-slider-part {
11853 width: 100%;
11854 }
11855
11856
11857 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:first-child{
11858 width: 100%;
11859 }
11860
11861 .aft-banner-layout-tiled-3.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part ,
11862 .aft-banner-layout-tiled-3.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part {
11863 margin-top: 20px;
11864 }
11865
11866 .aft-banner-layout-tiled-3.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part ,
11867 .aft-banner-layout-tiled-3.aft-banner-order-1 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part {
11868 margin-bottom: 20px;
11869 }
11870
11871 .aft-banner-layout-tiled-3 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part ,
11872 .aft-banner-layout-tiled-3 .aft-main-banner-wrapper .aft-slider-part .chromenews-customizer.col-40 {
11873 width: 100%;
11874 }
11875
11876 .aft-banner-layout-tiled-2 .aft-slider-part .aft-main-banner-slider-part,
11877 .aft-banner-layout-tiled-2 .aft-slider-part .chromenews-customizer.col-3 {
11878 width: 100%;
11879 }
11880
11881 .aft-banner-layout-tiled-2.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
11882 .aft-banner-layout-tiled-2.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part{
11883 margin-top: 20px;
11884 }
11885
11886 .aft-banner-layout-tiled-2.aft-banner-order-1 .aft-slider-part .chromenews-customizer.col-3,
11887 .aft-banner-layout-tiled-2.aft-banner-order-3 .aft-slider-part .chromenews-customizer.col-3 {
11888 margin-top: 20px;
11889 }
11890
11891 .aft-featured-category-section.af-list-post .af-widget-body:not(.clearfix),
11892 .af-main-banner-categorized-posts.express-posts .col-3 .af-widget-body,
11893 .aft-posts-tabs-panel ul.article-tabbed-list {
11894
display: flex;
11895 flex-wrap: wrap;
11896 justify-content: space-between;
11897 }
11898
11899 .aft-editors-and-trending-part,
11900 .aft-slider-part,
11901 .aft-thumb-part,
11902 .aft-trending-part {
11903 margin: 0;
11904 }
11905
11906 .af-main-banner-tabbed-posts.aft-posts-tabs-panel .nav-tabs {
11907 margin-bottom: 18px;
11908 }
11909
11910
11911 .af-main-banner-thumb-posts .af-sec-post{
11912 width: 50%;
11913 float: left;
11914 }
11915
11916
11917 .aft-banner-layout-horizontal .af-main-banner-thumb-posts .af-sec-post,
11918 .aft-banner-layout-tabbed .af-main-banner-thumb-posts .af-sec-post,
11919 .aft-banner-layout-compressed .af-main-banner-thumb-posts .af-sec-post{
11920 width: 100%;
11921 }
11922
11923
11924 .aft-banner-layout-aligned .aft-slider-part .aft-main-banner-slider-part,
11925 .aft-banner-layout-aligned .aft-slider-part .chromenews-customizer,
11926 .aft-banner-layout-aligned .af-main-banner-thumb-posts .af-sec-post {
11927 width: 100%;
11928 }
11929
11930
11931 .aft-banner-layout-default .aft-trending-part .af-slick-navcontrols .slide-icon.slide-prev,
11932 .aft-banner-layout-aligned .aft-3-trending-posts .af-slick-navcontrols .slide-icon.slide-prev {
11933 transform: rotate(90deg);
11934 }
11935
11936 .aft-banner-layout-default .aft-trending-part .af-slick-navcontrols .slide-icon.slide-next,
11937 .aft-banner-layout-aligned .aft-3-trending-posts .af-slick-navcontrols .slide-icon.slide-next {
11938 transform: rotate(90deg);
11939 }
11940
11941 .aft-banner-layout-aligned .aft-main-banner-wrapper .chromenews-customizer.col-3 .af-slick-navcontrols {
11942 right: 0;
11943 }
11944
11945
11946 .aft-banner-layout-aligned.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part,
11947 .aft-banner-layout-aligned.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part{
11948 flex-direction: column-reverse;
11949 }
11950
11951
11952 .aft-banner-layout-aligned .aft-trending-part,
11953 .aft-banner-layout-aligned .aft-slider-part .chromenews-customizer{
11954 margin-top: 20px;
11955 }
11956
11957 .aft-banner-layout-aligned .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3 .read-single{
11958 margin-bottom: 0;
11959 }
11960
11961
11962 .aft-banner-layout-default .af-main-banner-thumb-posts .af-sec-post {
11963 width: 100%;
11964 }
11965
11966 .aft-banner-layout-default .aft-trending-part,
11967 .aft-banner-layout-default .aft-slider-part .chromenews-customizer{
11968 margin-top: 20px;
11969 }
11970
11971 .aft-banner-layout-default.aft-banner-order-4 .aft-main-banner-part,
11972 .aft-banner-layout-default.aft-banner-order-2 .aft-main-banner-part {
11973 flex-direction: column-reverse;
11974 }
11975
11976 .aft-banner-layout-default.aft-banner-order-2 .aft-main-banner-slider-part,
11977 .aft-banner-layout-default.aft-banner-order-1 .aft-main-banner-slider-part,
11978 .aft-banner-layout-default.aft-banner-order-4 .aft-horizontal-grid-part,
11979 .aft-banner-layout-default.aft-banner-order-3 .aft-horizontal-grid-part{
11980 margin-bottom: 0;
11981 }
11982
11983 .aft-main-banner-section.aft-banner-layout-horizontal .af-banner-carousel .read-img.read-bg-img {
11984 height: 320px;
11985 }
11986
11987 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
11988 .aft-banner-layout-tabbed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
11989 .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
11990 .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img{
11991 height: 600px;
11992 }
11993
11994 .af-banner-carousel .read-img.read-bg-img{
11995 height: 600px;
11996 }
11997
11998 .af-youtube-video-list .primary-video.af-youtube-video-carousel iframe.entry-header-yt-iframe,
11999 .af-youtube-video-list .primary-video.af-youtube-video-carousel .entry-header-yt-video-wrapper {
12000 height: 240px;
12001 }
12002
12003 body:not(.full-width-content) #primary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img {
12004 height: 220px;
12005 }
12006
12007 #secondary .af-main-banner-categorized-posts .af-post-carousel .read-img,
12008 #secondary .aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
12009 #secondary .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
12010 #secondary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img {
12011 height: 180px;
12012 }
12013
12014 body:not(.full-width-content) #secondary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single {
12015 min-height: 180px;
12016 }
12017
12018 .tab-content>.tab-pane {
12019 height: unset;
12020 }
12021
12022 .related-title .read-img.read-bg-img {
12023 height: 160px;
12024 }
12025
12026 .full-width-content .af-reated-posts .read-img.read-bg-img,
12027 .read-img.read-bg-img {
12028 /* height: 150px; */
12029 }
12030
12031 .aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
12032 .aft-main-banner-wrapper .aft-trending-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
12033 .aft-main-banner-wrapper .aft-tabbed-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
12034 height: 136px;
12035 max-width: 136px;
12036 width: 136px;
12037 }
12038
12039 .aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details,
12040 .aft-main-banner-wrapper .aft-trending-part.col-4 .af-double-column.list-style .read-details.pad,
12041 .aft-main-banner-wrapper .aft-tabbed-part.col-4 .af-double-column.list-style .read-details.pad {
12042 max-height: 136px;
12043 width: calc(100% - 136px);
12044 }
12045
12046 body:not(.archive-first-post-full).full-width-content .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-bg-img,
12047 body:not(.archive-first-post-full).full-width-content .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-bg-img,
12048 body:not(.archive-first-post-full).full-width-content .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img {
12049 height: 310px;
12050 }
12051
12052
12053 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img{
12054 width: 40%;
12055 }
12056
12057 .af-boxed-layout .af-whole-wrapper{
12058 max-width: 1000px;
12059 }
12060
12061 .aft-banner-layout-tabbed-trending .aft-main-banner-wrapper .aft-tabbed-part,
12062 .aft-banner-layout-tabbed-aligned .aft-main-banner-wrapper .aft-tabbed-part,
12063 .aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3,
12064 .aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part .aft-main-banner-slider-part,
12065 .aft-main-banner-wrapper .aft-editors-and-trending-part,
12066 .aft-main-banner-section .aft-thumb-part,
12067 .aft-main-banner-section .aft-trending-part,
12068 .aft-main-banner-section .aft-slider-part{
12069 width: 100%;
12070 }
12071
12072 .aft-banner-layout-tabbed .aft-main-banner-part .aft-tabbed-part .aft-horizontal-grid-part,
12073 .aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3,
12074 .aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part .aft-main-banner-slider-part{
12075 padding: 0;
12076 }
12077
12078 .aft-banner-layout-tabbed.aft-banner-order-3 .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3,
12079 .aft-banner-layout-tabbed.aft-banner-order-1 .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3{
12080 margin-top: 20px;
12081 }
12082
12083 .aft-banner-layout-tabbed.aft-banner-order-4 .aft-main-banner-part .aft-slider-part .aft-main-banner-slider-part,
12084 .aft-banner-layout-tabbed.aft-banner-order-2 .aft-main-banner-part .aft-slider-part .aft-main-banner-slider-part{
12085 margin-top: 20px;
12086 }
12087
12088
12089 body.single.align-content-right .entry-content-wrap.social-vertical-share .aft-social-share{
12090 text-align: left;
12091 }
12092
12093 .aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part,
12094 .aft-banner-layout-aligned .aft-main-banner-wrapper .aft-slider-part {
12095 padding-left: 10px;
12096 padding-right: 10px;
12097 }
12098
12099 .aft-banner-layout-aligned .aft-main-banner-wrapper .aft-slider-part {
12100 margin-top: 0;
12101 }
12102
12103}
12104
12105@media screen and (max-width: 1024px) and (min-width: 481px) {
12106 .af-main-banner-thumb-posts .af-sec-post .read-single {
12107 margin-bottom: 0;
12108 }
12109
12110 .aft-banner-layout-tabbed-aligned .af-main-banner-thumb-posts .af-sec-post:nth-child(odd) .read-single,
12111 .aft-banner-layout-vertical .af-main-banner-thumb-posts .af-sec-post:nth-child(odd) .read-single {
12112 margin-right: 10px;
12113 }
12114
12115 .aft-banner-layout-tabbed-aligned .af-main-banner-thumb-posts .af-sec-post:nth-child(even) .read-single,
12116 .aft-banner-layout-vertical .af-main-banner-thumb-posts .af-sec-post:nth-child(even) .read-single {
12117 margin-left: 10px;
12118 }
12119
12120 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post .read-single,
12121 .aft-banner-layout-tiled-4 .af-main-banner-thumb-posts .af-sec-post:nth-child(odd) .read-single,
12122 .aft-banner-layout-tiled-2 .af-main-banner-thumb-posts .af-sec-post:nth-child(odd) .read-single {
12123 margin-right: 0;
12124 }
12125
12126 .aft-banner-layout-tiled-2 .af-main-banner-thumb-posts {
12127 margin: 0 -10px;
12128 }
12129
12130 .aft-banner-layout-tiled-2 .af-main-banner-thumb-posts .af-sec-post{
12131 margin: 0 10px;
12132 width: calc(50% - 20px);
12133 }
12134
12135 .aft-banner-layout-tiled-2 .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3 .af-sec-post:not(:last-child) .read-single{
12136 margin-bottom: 0;
12137 }
12138
12139 .aft-banner-layout-tabbed-aligned .af-main-banner-thumb-posts .af-sec-post .read-single {
12140 margin-bottom: 0;
12141 }
12142
12143 .aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part .af-main-banner-tabbed-posts .af-sec-post:nth-child(3).read-single,
12144 .af-main-banner-tabbed-posts .af-sec-post:nth-child(3) .read-single {
12145 margin-bottom: 0;
12146 }
12147
12148 .aft-main-banner-wrapper .banner-vertical-slider .slick-list {
12149 margin: 0;
12150 }
12151
12152 .aft-main-banner-wrapper .banner-vertical-slider .read-single {
12153 margin: 0;
12154 }
12155
12156}
12157
12158@media screen and (min-width: 991px) {
12159 .full-width-content .af-single-article .af-trending-posts .col-2.trending-posts-item,
12160 .full-width-content .af-single-article .af-reated-posts .col-2.trending-posts-item {
12161 width: 33.33%;
12162 }
12163
12164 #primary ul.article-item.article-list-item.article-tabbed-list {
12165
display: flex;
12166 flex-wrap: wrap;
12167 justify-content: space-between;
12168 }
12169
12170 #secondary .chromenews_posts_double_columns_widget .col-2.af-sec-post:last-child{
12171 margin-top: 10px;
12172 }
12173
12174}
12175
12176@media screen and (max-width: 990px) and (min-width: 481px) {
12177 #secondary .chromenews_posts_single_column_widget .list-style:last-child .list-style .read-single{
12178 margin-bottom: 15px;
12179 }
12180
12181 #secondary .chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img{
12182 width: calc(50% - 7.5px);
12183 max-width: calc(50% - 7.5px);
12184 }
12185
12186 #secondary .chromenews_posts_single_column_widget .af-double-column.list-style .read-details {
12187 width: calc(50% + 7.5px);
12188 padding: 0 15px;
12189 }
12190
12191 #secondary .chromenews_posts_double_columns_widget .col-2.af-sec-post {
12192 width: 50%;
12193 }
12194
12195 #secondary .af-main-banner-categorized-posts .af-post-carousel .read-img,
12196 #secondary .chromenews_posts_slider_widget .read-single .read-img.read-bg-img{
12197 height: 435px;
12198 }
12199
12200 body:not(.full-width-content) #secondary .chromenews_express_posts_grid_widget .af-express-grid-wrap {
12201
grid-template-columns: repeat(2, 1fr);
12202 }
12203
12204 body:not(.full-width-content) #secondary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child{
12205
grid-column-end: span 2;
12206
grid-row-end: span 2;
12207 min-height: 500px;
12208 }
12209
12210}
12211
12212@media screen and (max-width: 990px) {
12213 .header-layout-side div.custom-menu-link > a {
12214 padding-right: 0;
12215 }
12216
12217 body:not(.full-width-content) #secondary .chromenews_featured_posts_widget .col-4.pad{
12218 width: 33.33%;
12219 }
12220
12221 #secondary .chromenews-widget.chromenews_posts_lists_widget .af-list-post .col-2 {
12222 width: calc(50% - 7.5px);
12223 }
12224
12225 .af-boxed-layout .af-whole-wrapper{max-width: 970px;}
12226
12227
12228 body.single .entry-content-wrap.social-vertical-share .aft-social-share{
12229 padding-top: 0;
12230 }
12231
12232
12233 #secondary .af-social-contacts .social-widget-menu ul li{
12234 width: calc(16.66% - 15px);
12235 }
12236
12237 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(1),
12238 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(2),
12239 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(3),
12240 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(4),
12241 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(5),
12242 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(6){
12243 margin-bottom: 0;
12244 }
12245
12246 body.align-content-right.aft-section-layout-none .container-wrapper #secondary,
12247 .aft-section-layout-none .container-wrapper #primary,
12248 body.align-content-right.aft-section-layout-none .container-wrapper #primary,
12249 .aft-section-layout-none .container-wrapper #secondary,
12250
12251 body.align-content-right .container-wrapper #primary,
12252 body.align-content-right .container-wrapper #secondary,
12253 .container-wrapper #secondary,
12254 .container-wrapper #primary {
12255 width: 100%;
12256 padding: 0;
12257 }
12258
12259 .archive.align-content-left .container-wrapper #primary,
12260 .archive.align-content-right .container-wrapper #primary{
12261 margin-bottom: 20px;
12262 }
12263
12264 .af-youtube-video-list .secondary-video,
12265 .af-youtube-video-list .primary-video{width: 100%;}
12266
12267
12268 .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent{
12269 position: relative;
12270 }
12271
12272 .main-navigation .menu-item:first-child .menu-description{
12273 left: unset;
12274 }
12275
12276 .main-navigation .menu-item-has-children:last-child .menu-description,
12277 .main-navigation .menu-item-has-children .menu-description,
12278 .main-navigation .menu-description{
12279 top: 50%;
12280 left: inherit;
12281 transform: translateY(-50%);
12282 margin: 0 5px;
12283 bottom: unset;
12284 }
12285
12286 .main-navigation .menu-description {
12287 color: #202020;
12288 }
12289
12290 .main-navigation .menu-description:after,
12291 .main-navigation ul li.page_item_has_children > a:after,
12292 .main-navigation ul li.menu-item-has-children > a:after{
12293 display: none;
12294 }
12295
12296 .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon,
12297 .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon:visited,
12298 .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon:hover,
12299 .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon:focus,
12300 .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .search-icon:active,
12301 .header-layout-compressed-full .full-width.af-transparent-head .af-for-transparent .main-navigation .menu > ul > li > a{
12302 color: #000;
12303 }
12304
12305 .header-layout-compressed-full .main-navigation .menu-desktop > ul > li > a{
12306 opacity: 1;
12307 }
12308
12309 .primary-footer-area:first-child:nth-last-child(3),
12310 .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area{
12311 width: 50%;
12312 }
12313
12314
12315 .af-post-thumbnail-holder .af-double-column.list-style .read-bg-img{
12316 width: 45px;
12317 height: 45px;
12318 min-width: 45px;
12319 }
12320
12321 .af-post-thumbnail-holder .af-double-column.list-style .read-details .read-title h4{
12322
font-size: 14px;
12323 font-weight: normal;
12324 }
12325
12326
12327 div.custom-menu-link > a{
12328 font-size: 0;
12329 text-align: center;
12330 padding: 0;
12331 }
12332
12333 div.custom-menu-link > a i{
12334
font-size: 14px;
12335 margin-right: 0;
12336 }
12337
12338
12339 .main-navigation .toggle-menu{
12340 width: auto;
12341 padding: 20px 7px;
12342 padding-left: 0;
12343 }
12344
12345 .main-navigation .toggle-menu a {
12346 display: block;
12347 height: 18px;
12348 outline-offset: 2px;
12349 }
12350
12351 .header-layout-compressed-full .main-navigation .toggle-menu{
12352 padding: 20px;
12353 }
12354
12355
12356 .chromenews-header.header-layout-side .bottom-bar-flex .offcanvas-navigaiton {
12357 width: 100%;
12358 justify-content: space-between;
12359 }
12360
12361 .chromenews-header.header-layout-side .search-watch .af-search-wrap{
12362 justify-content: center;
12363 }
12364
12365 .chromenews-header.header-layout-centered .top-bar-right div.custom-menu-link > a,
12366 .chromenews-header.header-layout-compressed-full .top-bar-right div.custom-menu-link > a{
12367 text-align: center;
12368 }
12369
12370 .chromenews-header.header-layout-centered .top-bar-right .search-icon,
12371 .chromenews-header.header-layout-compressed-full .top-bar-right .search-icon{
12372 line-height: 29px;
12373 }
12374
12375 .chromenews-header.header-layout-compressed-full .bottom-bar-flex .logo{width: 100%;}
12376
12377 .af-banner-carousel.af-banner-carousel-1.af-carousel-default .slick-item .read-single {
12378 margin-bottom: 0;
12379 }
12380
12381 .aft-banner-layout-tiled-4.aft-banner-order-1 .af-banner-carousel.af-banner-carousel-1.af-carousel-default .slick-item .read-single ,
12382 .aft-banner-layout-tiled-4.aft-banner-order-3 .af-banner-carousel.af-banner-carousel-1.af-carousel-default .slick-item .read-single {
12383 margin-bottom: 20px;
12384 }
12385
12386}
12387
12388@media only screen and (max-width: 1024px) and (min-width: 769px) {
12389 .aft-banner-layout-tiled.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
12390 .aft-banner-layout-tiled-4.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
12391 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:first-child .read-img.read-bg-img,
12392 .aft-banner-layout-tiled-3.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
12393 .aft-banner-layout-tiled-2.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img{
12394 height: 550px;
12395 }
12396
12397 .aft-banner-layout-tiled-4 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
12398 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
12399 .aft-banner-layout-tiled-2 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
12400 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
12401 height: 320px;
12402 }
12403
12404 .aft-banner-layout-default.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img{
12405 height: 550px;
12406 }
12407
12408 .aft-banner-layout-default .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img {
12409 height: 220px;
12410 }
12411
12412 .full-width-content .three-col-masonry article.col-3 .read-img.read-bg-img {
12413 height: 240px;
12414 }
12415
12416}
12417
12418@media only screen and (max-width: 768px) and (min-width: 481px) {
12419 .aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
12420 .aft-banner-layout-tiled.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
12421 .aft-banner-layout-tiled.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
12422 .aft-banner-layout-tiled.aft-banner-order-1 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part{
12423
grid-column-end: 3;
12424 }
12425
12426 .aft-banner-layout-tiled.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part .af-sec-post:last-child,
12427 .aft-banner-layout-tiled.aft-banner-order-1 .aft-main-banner-wrapper .aft-slider-part .af-sec-post:last-child{
12428
grid-column-start: 1;
12429
grid-column-end: 3;
12430
grid-row-start: 5;
12431
grid-row-end: 7;
12432 }
12433
12434 .aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .af-sec-post:last-child,
12435 .aft-banner-layout-tiled.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .af-sec-post:last-child{
12436
grid-column-start: 1;
12437
grid-column-end: 3;
12438
grid-row-start: 3;
12439
grid-row-end: 5;
12440 }
12441
12442 .aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
12443 .aft-banner-layout-tiled.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part{
12444
grid-row-start: 5;
12445
grid-row-end: 7;
12446
grid-column-start: 1;
12447
grid-column-end: 3;
12448 }
12449
12450 .aft-banner-layout-tiled .aft-main-banner-wrapper .aft-slider-part{
12451
grid-template-columns: repeat(2, 1fr);
12452 }
12453
12454 #secondary iframe.af-hide-iframe,
12455 #secondary .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img {
12456 height: 380px;
12457 }
12458
12459 .aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .af-sec-post:last-child .read-img.read-bg-img,
12460 .aft-banner-layout-tiled.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .af-sec-post:last-child .read-img.read-bg-img,
12461 .aft-banner-layout-tiled.aft-banner-order-3 .aft-main-banner-wrapper .aft-slider-part .af-sec-post:last-child .read-img.read-bg-img,
12462 .aft-banner-layout-tiled.aft-banner-order-1 .aft-main-banner-wrapper .aft-slider-part .af-sec-post:last-child .read-img.read-bg-img{
12463 height: 450px;
12464 }
12465
12466 #secondary .chromenews_express_posts_list_widget .col-2.af-sec-post,
12467 body:not(.full-width-content) #secondary .chromenews_featured_posts_widget .col-4.pad{
12468 width: 50%;
12469 }
12470
12471 .af-main-banner-latest-posts.grid-layout .col-3,
12472 .af-main-banner-featured-posts.featured-posts .col-3,
12473 .aft-featured-category-section.af-list-post .af-widget-body > .list-style,
12474 .af-main-banner-categorized-posts.express-posts .col-3 .af-sec-post.list-part{
12475 width: calc(50% - 10px);
12476 }
12477
12478 .featured-post-items-wrap .af-sec-post{
12479 width: 50%;
12480 }
12481
12482 .full-width-content .three-col-masonry article.col-3 .read-img.read-bg-img,
12483 .three-col-masonry .col-3 .read-img.read-bg-img{
12484 height: 140px;
12485 }
12486
12487 .aft-masonry-archive-posts .read-img{
12488 height: unset;
12489 min-height: 136px;
12490 }
12491
12492 .full-width-content article.latest-posts-full .read-img,
12493 .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img ,
12494 article.latest-posts-full .read-img {
12495 height: 435px;
12496 }
12497
12498 .aft-masonry-archive-posts.three-col-masonry .col-3{
12499 width: 50%;
12500 }
12501
12502 .aft-banner-layout-tiled-4.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
12503 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:first-child .read-img.read-bg-img,
12504 .aft-banner-layout-tiled-3.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
12505 .chromenews_posts_slider_widget .read-single .read-img.read-bg-img,
12506 .af-banner-carousel .read-img.read-bg-img {
12507 height: 450px;
12508 }
12509
12510 .af-youtube-video-list .primary-video.af-youtube-video-carousel iframe.entry-header-yt-iframe,
12511 .af-youtube-video-list .primary-video.af-youtube-video-carousel .entry-header-yt-video-wrapper{
12512 height: 180px;
12513 }
12514
12515}
12516
12517@media screen and (min-width: 769px){
12518 .aft-featured-category-section.featured-cate-sec.chromenews-customizer .featured-category-item.chromenews-customizer {
12519 margin-bottom: 0;
12520 }
12521
12522 .af-main-banner-categorized-posts .col-3.small-grid-style .af-widget-body .col-2 {
12523 width: 100%;
12524 }
12525
12526 body.full-width-content .chromenews_posts_lists_widget .col-2 {
12527 width: 33.33%;
12528 }
12529
12530 body.full-width-content .chromenews_posts_lists_widget .col-2:nth-child(3n+1) {
12531 clear: left;
12532 }
12533
12534}
12535
12536@media screen and (max-width: 768px) {
12537 .chromenews_youtube_video_widget span.vid-thumb img{
12538 height: 110px;
12539 }
12540
12541 .exclusive-posts .exclusive-now span {
12542 display: none;
12543 }
12544
12545 .secondary-footer .af-flex-container {
12546 flex-wrap: wrap;
12547 }
12548
12549 .secondary-footer .af-flex-container .col-2 {
12550 width: 100%;
12551 text-align: center;
12552 }
12553
12554 .secondary-footer .af-flex-container .col-2 + .col-2 {
12555 margin-top: 10px;
12556 }
12557
12558 .secondary-footer .af-flex-container .aft-small-social-menu {
12559 text-align: center;
12560 }
12561
12562 .top-bar-flex .top-bar-right {
12563 width: 70%;
12564 }
12565
12566 .mailchimp-block{
12567 padding: 80px 0;
12568 }
12569
12570 .aft-featured-category-section.featured-cate-sec.chromenews-customizer .featured-category-item.chromenews-customizer:last-child {
12571 margin-bottom: 0;
12572 }
12573
12574 .af-boxed-layout .af-whole-wrapper{max-width: 700px;}
12575
12576
12577 body.full-width-content .chromenews_express_posts_grid_widget .af-express-grid-wrap {
12578
grid-template-columns: repeat(2, 1fr);
12579 }
12580
12581 .entry-content form.mc4wp-form, .inner-suscribe {
12582 max-width: 600px;
12583 }
12584
12585 /*featuredposts*/
12586 body.full-width-content .chromenews_featured_posts_widget .col-4.pad,
12587 body.full-width-content #primary .chromenews_express_posts_list_widget .col-2,
12588 .full-width-content .af-reated-posts .latest-posts-grid.af-sec-post,
12589 body:not(.full-width-content) #secondary .chromenews_featured_posts_widget .col-4.pad,
12590 body:not(.full-width-content) .chromenews_featured_posts_widget .col-4.pad,
12591 .af-reated-posts .col-3,
12592 .af-main-banner-latest-posts .col-4,
12593 .four-col-masonry .col-3,
12594 .featured-posts .col-4{
12595 width: 50%;
12596 }
12597
12598 body.full-width-content .chromenews_featured_posts_widget .col-4.pad:nth-child(3n+1),
12599 .archive-first-post-full .four-col-masonry .col-3:nth-child(2n+1),
12600 body:not(.full-width-content) .chromenews_featured_posts_widget .col-4.pad:nth-child(3n+1),
12601 .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(3n+1){
12602 clear: none;
12603 }
12604
12605 body.full-width-content .chromenews_featured_posts_widget .col-4.pad:nth-child(2n+1),
12606 body:not(.full-width-content) .chromenews_featured_posts_widget .col-4.pad:nth-child(2n+1),
12607 .af-reated-posts .col-3:nth-child(2n+1),
12608 .af-main-banner-latest-posts .col-4:nth-child(2n+1),
12609 .featured-posts .col-4:nth-child(2n+1){
12610 clear: left;
12611 }
12612
12613 .archive-first-post-full .four-col-masonry .col-3:nth-child(2n) {
12614 clear: left;
12615 }
12616
12617 .af-reated-posts .latest-posts-grid.af-sec-post:nth-child(2n+1){
12618 clear: left;
12619 }
12620
12621 body.full-width-content #primary .chromenews_posts_slider_widget .read-single .read-img.read-bg-img{
12622 height: 500px;
12623 }
12624
12625 body.full-width-content #primary .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
12626 body.full-width-content #primary iframe.af-hide-iframe {
12627 height: 380px;
12628 }
12629
12630 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
12631 .aft-banner-layout-tabbed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
12632 .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
12633 .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img{
12634 height: 500px;
12635 }
12636
12637 .aft-main-banner-section.aft-banner-layout-horizontal .af-banner-carousel .read-img.read-bg-img{
12638 height: 240px;
12639 }
12640
12641 .aft-banner-layout-tiled-4 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
12642 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
12643 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
12644 height: 240px;
12645 }
12646
12647
12648 .full-width-content .archive-layout-list .af-double-column.list-style .read-bg-img,
12649 .full-width-content .chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img,
12650 body.full-width-content #primary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img,
12651 .four-col-masonry .col-3 .read-img.read-bg-img,
12652 .read-img.read-bg-img,
12653 .two-col-masonry article.col-3 .read-img.read-bg-img{
12654 height: 220px;
12655 }
12656
12657 .related-title .read-img.read-bg-img{
12658 height: 220px;
12659 }
12660
12661 .archive-masonry-post .read-img.read-bg-img {
12662 height: unset;
12663 min-height: unset;
12664 }
12665
12666 .four-col-masonry article.col-2 {
12667 width: 50%;
12668 }
12669
12670 #secondary .af-main-banner-categorized-posts .af-post-carousel .read-img,
12671 #secondary .aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
12672 #secondary .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
12673 #secondary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
12674 height: 220px;
12675 }
12676
12677 .af-main-banner-categorized-posts .af-post-carousel .read-img,
12678 body:not(.full-width-content) #primary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img{
12679 height: 220px;
12680 }
12681
12682 .archive-layout-list .af-double-column.list-style .read-bg-img,
12683 .chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img{
12684 height: 220px;
12685 }
12686
12687 body:not(.full-width-content) #secondary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single ,
12688 .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single{
12689 min-height: 220px;
12690 }
12691
12692 .aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
12693 .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img{
12694 height: 220px;
12695 }
12696
12697 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img {
12698 height: 100px;
12699 max-width: 100px;
12700 }
12701
12702 .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details {
12703 max-height: 100px;
12704 max-width: calc(100% - 100px);
12705 width: calc(100% - 100px);
12706 }
12707
12708 .aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-bg-img,
12709 .aft-main-banner-wrapper .aft-trending-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img,
12710 .aft-main-banner-wrapper .aft-tabbed-part.col-4 .read-single:not(.af-cat-widget-carousel) .read-img.read-bg-img{
12711 height: 100px;
12712 max-width: 100px;
12713 width:100px;
12714 }
12715
12716 .aft-banner-layout-tabbed-trending .banner-vertical-slider .aft-trending-posts.list-part .af-double-column.list-style .read-details,
12717 .aft-main-banner-wrapper .aft-trending-part.col-4 .af-double-column.list-style .read-details.pad,
12718 .aft-main-banner-wrapper .aft-tabbed-part.col-4 .af-double-column.list-style .read-details.pad {
12719 max-height: 100px;
12720 width: calc(100% - 100px);
12721 }
12722
12723 /*featuredposts*/
12724 body:not(.full-width-content) .chromenews_posts_lists_widget .af-double-column.list-style.col-3,
12725 .aft-featured-category-section .featured-category-item,
12726 .af-main-banner-categorized-posts.express-posts.layout-1 .col-66.small-grid-style,
12727 .af-main-banner-categorized-posts.express-posts.layout-1 .col-3.small-grid-style,
12728 .af-youtube-video-list .secondary-video,
12729 .af-youtube-video-list .primary-video{width: 100%;}
12730
12731
12732 .aft-section-layout-none .aft-featured-category-section .featured-category-item {
12733 padding: 0;
12734 }
12735
12736 .aft-section-layout-none.af-boxed-layout section.aft-blocks.aft-featured-category-section.af-list-post .container-wrapper {
12737 margin-right: 0px;
12738 margin-left: 0px;
12739 width: 100%;
12740 }
12741
12742
12743 .af-main-banner-categorized-posts.express-posts.layout-1 .col-3.small-grid-style{
12744 margin-top: 10px;
12745 }
12746
12747
12748 .exclusive-posts .exclusive-now{
12749 min-width: 50px;
12750 padding: 0;
12751 }
12752
12753 .featured-post-items-wrap .af-sec-post:not(.list-part) .read-details{
12754 min-height: 0;
12755 }
12756
12757 body:not(.full-width-content) #primary .chromenews_posts_carousel_widget .af-post-carousel .read-img {
12758 height: 220px;
12759 }
12760
12761 body:not(.archive-first-post-full).full-width-content .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-bg-img,
12762 body:not(.archive-first-post-full).full-width-content .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-bg-img,
12763 body:not(.archive-first-post-full).full-width-content .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img {
12764 height: 220px;
12765 }
12766
12767 #scroll-up{
12768 height: 40px;
12769 width: 40px;
12770 }
12771
12772 body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-title h4,
12773 body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-title h4,
12774 body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-title h4,
12775 body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-title h4,
12776 body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-title h4,
12777 body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-title h4,
12778 body article.latest-posts-grid .read-title h4,
12779 body .two-col-masonry article.latest-posts-grid.col-3 .read-title h4 {
12780 font-size: 20px;
12781 }
12782
12783}
12784
12785@media screen and (max-width: 600px) {
12786 .aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper{
12787 margin: 10px;
12788 }
12789
12790 body.custom-background.af-wide-layout {
12791 position: static;
12792 }
12793
12794 .af-trending-posts .trending-posts-item{
12795 width: 100%;
12796 }
12797
12798 .aft-masonry-archive-posts.three-col-masonry .col-3{width: 50%;}
12799
12800
12801 .wp-post-author-shortcode.right .awpa-author-block ,
12802 .wp-post-author-shortcode.left .awpa-author-block {
12803 width: 100%;
12804 margin: 0 auto;
12805 float: none;
12806 }
12807
12808 .wp-post-author-shortcode.right ,
12809 .wp-post-author-shortcode.left {
12810 text-align: center;
12811 }
12812
12813
12814 .comment-navigation .nav-next,
12815 .posts-navigation .nav-next,
12816 .post-navigation .nav-next,
12817 .comment-navigation .nav-previous,
12818 .posts-navigation .nav-previous,
12819 .post-navigation .nav-previous {
12820 float: none;
12821 width: 100%;
12822 }
12823
12824 .post-navigation .nav-next{
12825 margin-top: 15px;
12826 }
12827
12828 body:not(.full-width-content) #primary .chromenews_express_posts_grid_widget .af-express-grid-wrap,
12829 .chromenews_express_posts_grid_widget .af-express-grid-wrap {
12830
grid-template-columns: repeat(2, 1fr);
12831 }
12832
12833}
12834
12835@media screen and (max-width: 599px) {
12836 .af-youtube-slider-thumbnail.col-4,
12837 .af-youtube-slider.col-75 {
12838 width: 100%;
12839 }
12840
12841 .af-youtube-slider-thumbnail.col-4{
12842 margin: 15px 0 0;
12843 }
12844
12845 .chromenews_youtube_video_widget span.vid-thumb img {
12846 height: unset;
12847 }
12848
12849}
12850
12851@media screen and (min-width: 481px) {
12852 .aft-hide-on-mobile{display: inline-block;}
12853
12854 .aft-show-on-mobile{display: none;}
12855
12856}
12857
12858@media screen and (max-width: 480px) {
12859 .aft-section-layout-background.home.blog main.site-main,
12860 .aft-section-layout-background.blog main.site-main{
12861 padding-left: 10px;
12862 padding-right: 10px;
12863 }
12864
12865 .comment .children {
12866 margin-left: 15px;
12867 }
12868
12869 body.single .entry-content-wrap .post-excerpt,
12870 body.single-post.aft-single-full-header .post-excerpt {
12871 padding-left: 1em;
12872 }
12873
12874 .aft-archive-wrapper .archive-layout-list .read-details {
12875 padding-top: 15px;
12876 }
12877
12878 .af-boxed-layout .aft-popular-taxonomies-lists,
12879 .af-boxed-layout .banner-exclusive-posts-wrapper {
12880 margin-right: -10px;
12881 margin-left: -10px;
12882 }
12883
12884 .af-wide-layout .aft-main-banner-wrapper .af-container-row-5 {
12885 margin-right: 0;
12886 margin-left: 0;
12887 }
12888
12889 .aft-popular-taxonomies-lists {
12890 flex-wrap: wrap;
12891 }
12892
12893 .aft-popular-taxonomies-lists strong {
12894 width: 100%;
12895 text-align: center;
12896 margin: 0;
12897 }
12898
12899 .aft-popular-taxonomies-lists strong:after {
12900 display: none;
12901 }
12902
12903 .aft-popular-taxonomies-lists ul {margin-top: 10px;}
12904
12905 .aft-popular-taxonomies-lists ul li {margin-right: 10px;}
12906
12907
12908 .aft-main-banner-wrapper .chromenews-customizer .section-wrapper .af-slick-navcontrols,
12909 .aft-main-banner-wrapper .af-slick-navcontrols,
12910 .chromenews-widget .af-slick-navcontrols,
12911 .chromenews-customizer .section-wrapper .af-slick-navcontrols {
12912 width: 45px;
12913 }
12914
12915 .aft-main-banner-section.aft-banner-layout-default .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev,
12916 .aft-main-banner-section.aft-banner-layout-horizontal .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-prev {
12917 left: 10px;
12918 }
12919
12920 .aft-main-banner-section.aft-banner-layout-default .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next,
12921 .aft-main-banner-section.aft-banner-layout-horizontal .aft-main-banner-wrapper .aft-main-banner-slider-part .af-slick-navcontrols .slide-next {
12922 right: 10px;
12923 }
12924
12925 .aft-main-banner-wrapper .chromenews-customizer .section-wrapper .af-slick-navcontrols,
12926 .aft-main-banner-wrapper .af-slick-navcontrols{
12927 right: 10px;
12928 }
12929
12930 .aft-banner-layout-aligned .aft-main-banner-wrapper .chromenews-customizer,
12931 .aft-banner-layout-tabbed .aft-main-banner-part .aft-slider-part,
12932 .aft-banner-layout-aligned .aft-main-banner-wrapper .aft-slider-part,
12933 .aft-main-banner-wrapper .aft-banner-aligned.aft-horizontal-grid-part,
12934 .aft-main-banner-wrapper .aft-tabbed-part,
12935 .aft-main-banner-wrapper .aft-editors-and-trending-part,
12936 .aft-main-banner-wrapper .aft-slider-part,
12937 .aft-main-banner-wrapper .aft-thumb-part,
12938 .aft-main-banner-wrapper .aft-trending-part{
12939 padding: 0;
12940 }
12941
12942 .container-wrapper,
12943 .af-wide-layout .aft-main-breadcrumb-wrapper.container-wrapper,
12944 .aft-section-layout-background .aft-main-banner-section .chromenews-customizer,
12945 .aft-section-layout-background .chromenews-customizer,
12946 .aft-section-layout-background .chromenews-widget,
12947 .aft-section-layout-background .af-main-banner-latest-posts.chromenews-customizer .container-wrapper {
12948 padding-left: 10px;
12949 padding-right: 10px;
12950 }
12951
12952 .aft-section-layout-background .aft-banner-layout-tabbed .chromenews-customizer,
12953 .aft-section-layout-background .aft-banner-layout-aligned .chromenews-customizer,
12954 .aft-section-layout-background .aft-banner-layout-default .chromenews-customizer,
12955 .aft-section-layout-background .aft-banner-layout-horizontal .chromenews-customizer{
12956 padding: 0;
12957 }
12958
12959
12960 .header-layout-compressed-full .header-promotion {
12961 padding-bottom: 10px;
12962 }
12963
12964 .aft-single-featured-title-over-image .entry-content-title-featured-wrap .entry-header{
12965 padding: 20px;
12966 }
12967
12968 .aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs{
12969 visibility: hidden;
12970 }
12971
12972 body.single.aft-single-featured-full-title-over-image .read-details .entry-header-details .entry-meta,
12973 body.single.aft-single-featured-title-over-image article .entry-content-wrap .entry-meta {
12974 display: none;
12975 }
12976
12977 body.single.aft-single-featured-title-over-image article .entry-content-wrap .entry-title {
12978 margin-bottom: 0;
12979 }
12980
12981 .aft-single-featured-full-title-below-image .post-thumbnail img.wp-post-image,
12982 .aft-single-featured-full-title-over-image .post-thumbnail img.wp-post-image{
12983 max-height: 300px;
12984 }
12985
12986 .aft-banner-layout-tiled .aft-main-banner-wrapper .aft-slider-part{
12987
display: flex;
12988 flex-wrap: wrap;
12989 }
12990
12991 .aft-banner-layout-tiled.aft-banner-order-4 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part,
12992 .aft-banner-layout-tiled.aft-banner-order-2 .aft-main-banner-wrapper .aft-slider-part .aft-main-banner-slider-part{
12993 order: 6;
12994 }
12995
12996 .aft-banner-layout-tiled-4 .af-main-banner-thumb-posts .af-sec-post:nth-child(3){
12997 margin-bottom: 20px;
12998 }
12999
13000 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:last-child{
13001 margin-top: 20px;
13002 }
13003
13004 .aft-main-banner-section.aft-banner-layout-horizontal .af-banner-carousel .read-img.read-bg-img ,
13005 .aft-banner-layout-tiled.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
13006 .aft-banner-layout-tiled-4.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
13007 .aft-banner-layout-tiled-2.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
13008 .aft-main-banner-section .af-banner-carousel .read-img.read-bg-img{
13009 height: 220px;
13010 }
13011
13012 .aft-banner-layout-tabbed-aligned .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
13013 .aft-banner-layout-tabbed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
13014 .aft-banner-layout-compressed .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img,
13015 .aft-banner-layout-vertical .aft-main-banner-slider-part .af-banner-carousel .read-img.read-bg-img{
13016 height: 220px;
13017 }
13018
13019 .aft-banner-layout-default.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
13020 .aft-banner-layout-aligned.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img {
13021 height: 220px;
13022 }
13023
13024 .aft-banner-layout-default .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
13025 .aft-banner-layout-aligned .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
13026 height: 220px;
13027 }
13028
13029 .aft-banner-layout-tiled-3.aft-main-banner-section .af-banner-carousel .read-img.read-bg-img,
13030 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:first-child .read-img.read-bg-img,
13031 .aft-banner-layout-horizontal .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img,
13032 .af-main-banner-thumb-posts .af-sec-post .read-img.read-bg-img{
13033 height: 220px;
13034 }
13035
13036 body.full-width-content #primary .chromenews_posts_slider_widget .read-single .read-img.read-bg-img {
13037 height: 220px;
13038 }
13039
13040 body.full-width-content #primary .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img,
13041 body.full-width-content #primary iframe.af-hide-iframe {
13042 height: 200px;
13043 }
13044
13045 .aft-banner-layout-aligned .aft-main-banner-part .aft-slider-part .chromenews-customizer.col-3 .read-single {
13046 margin-bottom: 20px;
13047 }
13048
13049
13050 body:not(.full-width-content) #primary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
13051 min-height: 220px;
13052 }
13053
13054
13055 .chromenews_posts_double_columns_widget .col-2.af-sec-post:last-child{
13056 margin-top: 10px;
13057 }
13058
13059 body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-details ,
13060 body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-details,
13061 body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-details {
13062 padding-top: 10px;
13063 padding-bottom: 0;
13064 }
13065
13066 .af-youtube-video-list .primary-video.af-youtube-video-carousel iframe.entry-header-yt-iframe,
13067 .af-youtube-video-list .primary-video.af-youtube-video-carousel .entry-header-yt-video-wrapper {
13068 height: 160px;
13069 }
13070
13071 iframe.af-hide-iframe,
13072 .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img{
13073 height: 260px;
13074 }
13075
13076 /*media query of fonts*/
13077 body:not(.full-width-content) #primary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child .read-title h4,
13078 body .mailchimp-block .block-title,
13079 body .chromenews_posts_slider_widget .read-single .read-details .read-title h4,
13080 body article.latest-posts-full .read-title h4,
13081 body .af-banner-carousel .read-title h4,
13082 body.single-post .entry-title,
13083 body h1.page-title{
13084 font-size: 20px;
13085 }
13086
13087 .header-after1 ,
13088 .widget-title{
13089 font-size: 20px;
13090 }
13091
13092 /*media query of fonts*/
13093
13094 /* media query of nav slide button */
13095 .af-slick-navcontrols .slide-icon,
13096 .af-youtube-slider .slide-icon,
13097 .aft-yt-video-item-wrapper .slide-icon{
13098 height: 20px;
13099 width: 20px;
13100 }
13101
13102 .af-slick-navcontrols .slide-icon.slide-prev,
13103 .af-youtube-slider .slide-icon.slide-prev,
13104 .aft-yt-video-item-wrapper .slide-icon.slide-prev {
13105 right: 25px;
13106 }
13107
13108 .widget-title-border-side .aft-horizontal-grid-part .heading-line,
13109 .widget-title-border-side .chromenews_popular_news_widget .heading-line,
13110 .widget-title-border-side .chromenews_trending_news_widget .heading-line,
13111 .widget-title-border-side .chromenews_posts_slider_widget .heading-line,
13112 .widget-title-border-side .chromenews_posts_carousel_widget .heading-line,
13113 .widget-title-border-side .chromenews_youtube_video_widget .heading-line,
13114 .widget-title-border-side .aft-featured-video-section .heading-line {
13115 padding-right: 50px;
13116 }
13117
13118 /* media query of nav slide button */
13119
13120 body.full-width-content .chromenews_express_posts_grid_widget .af-express-grid-wrap {
13121
grid-template-columns: repeat(1, 1fr);
13122 }
13123
13124
13125 .archive article .grid-design-texts-over-image .post-description {
13126 display: none;
13127 }
13128
13129 .three-col-masonry article.col-2,
13130 .four-col-masonry article.col-2 {
13131 width: 100%;
13132 }
13133
13134 body:not(.full-width-content) #secondary .chromenews_featured_posts_widget .col-4.pad,
13135 #secondary .chromenews-widget.chromenews_posts_lists_widget .af-list-post .col-2 {
13136 width: 100%;
13137 }
13138
13139 .entry-content form.mc4wp-form input, .inner-suscribe input{
13140 text-align: center;
13141 }
13142
13143 .entry-content form.mc4wp-form .mc4wp-form-fields label,
13144 .inner-suscribe .mc4wp-form-fields label{
13145 width: 100%;
13146 margin-bottom: 0;
13147 }
13148
13149 .inner-suscribe input[type=submit] {
13150 position: static;
13151 width: 100%;
13152 }
13153
13154 .af-social-contacts .social-widget-menu .screen-reader-text {
13155 display: none;
13156 }
13157
13158 #primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(4),
13159 #primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(5),
13160 #primary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(6){
13161 margin-bottom: 15px;
13162 }
13163
13164 .widget .af-social-contacts .social-widget-menu ul li{
13165 width: calc(33.33% - 15px);
13166 }
13167
13168 #secondary .af-social-contacts .social-widget-menu ul li{
13169 width: calc(33.33% - 15px);
13170 }
13171
13172 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(4),
13173 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(5),
13174 #secondary .widget .af-social-contacts .social-widget-menu ul li:nth-last-child(6){
13175 margin-bottom: 15px;
13176 }
13177
13178 .full-width-content .af-reated-posts .latest-posts-grid.af-sec-post,
13179 .aft-featured-category-section.af-list-post .af-widget-body > .list-style,
13180 .af-main-banner-categorized-posts.express-posts .col-3 .af-sec-post.list-part,
13181 .aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post {
13182 width: 100%;
13183 }
13184
13185 .top-bar-flex .top-bar-right {
13186 width: 100%;
13187 }
13188
13189 .aft-main-banner-wrapper .aft-posts-tabs-panel ul.article-tabbed-list li.aft-trending-posts.list-part.af-sec-post{
13190 width: 100%;
13191 }
13192
13193 .af-main-banner-thumb-posts .small-grid-style .af-sec-post{
13194 width: 100%;
13195 }
13196
13197 .af-main-banner-thumb-posts .small-grid-style .af-sec-post:first-child{
13198 padding-top: 0;
13199 }
13200
13201 .af-main-banner-thumb-posts .small-grid-style .af-sec-post:last-child{
13202 padding-bottom: 0;
13203 }
13204
13205 .list-style .read-single {
13206 flex-wrap: wrap;
13207 }
13208
13209 .af-double-column.list-style .read-single {
13210 flex-wrap: nowrap;
13211 }
13212
13213 .archive-layout-list .af-double-column.list-style .read-single{
13214 flex-wrap: wrap;
13215 }
13216
13217 .chromenews_posts_single_column_widget .af-double-column.list-style .read-single {
13218 flex-wrap: wrap;
13219 margin-bottom: 30px;
13220 }
13221
13222 .archive-layout-list .af-double-column.list-style .read-bg-img,
13223 .chromenews_posts_single_column_widget .af-double-column.list-style .read-bg-img {
13224 width: 100%;
13225 max-width: 100%;
13226 }
13227
13228 .archive-layout-list .af-double-column.list-style .read-details,
13229 .chromenews_posts_single_column_widget .af-double-column.list-style .read-details {
13230 width: 100%;
13231 padding-right: 0;
13232 padding-left: 0;
13233 padding-bottom: 0;
13234 }
13235
13236 body .mailchimp-block .block-title{
13237 font-size: 20px;
13238 }
13239
13240 .mailchimp-block{
13241 padding: 60px 0;
13242 }
13243
13244 .aft-show-on-mobile{display: inline-block;}
13245
13246 .header-layout-compressed-full .aft-hide-on-mobile.aft-search-compress,
13247 .aft-hide-on-mobile{display: none;}
13248
13249
13250 .search-watch.aft-show-on-mobile{
13251
display: flex;
13252 align-items: center;
13253 }
13254
13255 .header-layout-centered .bottom-nav {
13256
display: flex;
13257 justify-content: space-between;
13258 }
13259
13260 .header-layout-compressed-full .search-watch.aft-show-on-mobile {
13261 margin-left: auto;
13262 }
13263
13264 .header-layout-compressed-full .bottom-nav {
13265 padding: 20px 0;
13266 }
13267
13268 .header-layout-compressed-full .search-watch.aft-show-on-mobile .af-search-wrap{display: inline-block;}
13269
13270
13271 .header-layout-compressed-full .search-watch.aft-show-on-mobile .af-search-wrap,
13272 .header-layout-centered .af-search-wrap {width: 50px;align-self: center;}
13273
13274
13275 .chromenews-header.header-layout-side .search-watch .af-search-wrap{width: 50px;}
13276
13277
13278 .chromenews-header.header-layout-compressed-full .bottom-bar-flex{flex-flow: row wrap;}
13279
13280 .chromenews-header.header-layout-compressed-full .bottom-bar-flex .logo{text-align: center;}
13281
13282 .header-layout-compressed-full .main-navigation .toggle-menu {padding-left: 0;}
13283
13284
13285 .grid-layout-three > .common-grid,
13286 .grid-layout-three .common-grid:nth-child(2),
13287 .grid-layout-three .first-grid-item-warpper {
13288 width: 100%;
13289 }
13290
13291 .aft-banner-layout-tiled-3 .af-main-banner-thumb-posts .af-sec-post:not(:first-child){
13292 width: 100%;
13293 }
13294
13295 body.full-width-content .chromenews_featured_posts_widget .col-4.pad,
13296 body.full-width-content #primary .chromenews_express_posts_list_widget .col-2,
13297 .aft-main-banner-section .aft-thumb-part,
13298 .aft-main-banner-section .aft-trending-part,
13299 .af-reated-posts .col-3,
13300 .af-sec-post,
13301 .chromenews_posts_grid .af-sec-post,
13302 .col-2,.col-3,.col-4{
13303 width: 100%;
13304 }
13305
13306
13307 .full-width-content article.latest-posts-full .read-img,
13308 .related-title .read-img.read-bg-img,
13309 body:not(.full-width-content) #primary .chromenews_posts_carousel_widget .af-post-carousel .read-img,
13310 body:not(.full-width-content) #primary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img,
13311 #secondary .af-main-banner-categorized-posts .af-post-carousel .read-img,
13312 #secondary .aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
13313 #secondary .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
13314 #secondary .chromenews_posts_double_columns_widget .af-widget-body .af-sec-post .read-img.read-bg-img,
13315 body:not(.full-width-content) #secondary .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single,
13316 .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single,
13317 .full-width-content .three-col-masonry article.col-3 .read-img.read-bg-img,
13318 .four-col-masonry .col-3 .read-img.read-bg-img,
13319 .aft-featured-category-section .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
13320 .chromenews_express_posts_list_widget .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
13321 .chromenews_posts_slider_widget .read-single .read-img.read-bg-img,
13322 .list-style .read-bg-img,
13323 article.latest-posts-full .read-img,
13324 .two-col-masonry article.col-3 .read-img.read-bg-img,
13325 .af-main-banner-categorized-posts .af-post-carousel .read-img,
13326 .featured-post-items-wrap .af-sec-post:not(.list-part) .read-img,
13327 .read-img.read-bg-img{
13328 height: 220px;
13329 }
13330
13331 .af-banner-carousel .read-img.read-bg-img{
13332 height: 220px;
13333 }
13334
13335
13336 body.full-width-content .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child{
13337 min-height: 220px;
13338 }
13339
13340
13341 .af-banner-wrapper .af-banner-carousel .slick-slide{padding: 0;}
13342
13343
13344 .header-layout-centered .top-bar-right .aft-small-social-menu ul li a{
13345 margin-top: 5px;
13346 }
13347
13348
13349 .top-bar-flex{
13350 flex-wrap: wrap;
13351 }
13352
13353 .aft-small-social-menu,
13354 .secondary-footer .af-flex-container {
13355 flex-wrap: wrap;
13356 text-align: center;
13357 }
13358
13359 .top-bar-left{
13360 justify-content: space-between;
13361 margin-bottom: 10px;
13362 }
13363
13364
13365 /*header-default-top-header*/
13366 .header-layout-side .top-bar-flex{
13367 flex-wrap: wrap;
13368 }
13369
13370 .header-layout-side .top-bar-flex .top-bar-left,
13371 .header-layout-side .top-bar-flex .top-bar-right {
13372 justify-content: center;
13373 }
13374
13375 .header-layout-side .top-bar-flex .top-bar-right .aft-small-social-menu {
13376 padding: 0;
13377 }
13378
13379 /*header-default-top-header*/
13380 /*header-centered-top-header*/
13381 .header-layout-compressed-full .top-bar-left ,
13382 .header-layout-compressed-full .top-bar-right,
13383 .header-layout-centered .top-bar-right,
13384 .header-layout-centered .top-bar-left {
13385 justify-content: center;
13386 margin-bottom: 0;
13387 }
13388
13389 .header-layout-compressed-full .top-bar-right,
13390 .header-layout-centered .top-bar-right{margin-bottom: 0;}
13391
13392
13393 /*header-centered-top-header*/
13394
13395 .chromenews_posts_lists_widget .af-double-column.list-style .read-single .read-categories,
13396 .chromenews_popular_news_widget .af-double-column.list-style .read-single .read-categories,
13397 .chromenews_trending_news_widget .af-double-column.list-style .read-single .read-categories{
13398 display: none;
13399 }
13400
13401 .aft-small-social-menu{
13402 padding: 5px 0;
13403 display: block;
13404 }
13405
13406 .header-layout-centered .aft-small-social-menu{
13407 margin-left: 0;
13408 margin-top: 5px;
13409 }
13410
13411
13412 article.archive-image-alternate:nth-of-type(even) .list-style .read-details,
13413 article.archive-image-right .list-style .read-details {
13414 text-align: left;
13415 }
13416
13417 /*featuredposts*/
13418 body:not(.full-width-content) .chromenews_featured_posts_widget .col-4.pad,
13419 .aft-masonry-archive-posts.three-col-masonry .col-3,
13420 .two-col-masonry .col-3,
13421 .four-col-masonry .col-3,
13422 .af-main-banner-latest-posts .col-4,
13423 .featured-posts .col-4{
13424 width: 100%;
13425 }
13426
13427 /*featuredposts*/
13428
13429 /*banner grid layouts*/
13430
13431 .primary-footer-area:first-child:nth-last-child(1),
13432 .primary-footer-area:first-child:nth-last-child(2),
13433 .primary-footer-area:first-child:nth-last-child(2) ~ .primary-footer-area,
13434 .primary-footer-area:first-child:nth-last-child(3),
13435 .primary-footer-area:first-child:nth-last-child(3) ~ .primary-footer-area{width: 100%;}
13436
13437 /*banner grid layouts*/
13438
13439 body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-single,
13440 body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-single,
13441 body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-single,
13442 body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-single,
13443 body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-single,
13444 body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-single{
13445 flex-wrap: wrap;
13446 }
13447
13448 body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-bg-img,
13449 body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-bg-img,
13450 body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img,
13451 body:not(.archive-first-post-full) .archive-layout-grid.four-col-masonry article:nth-of-type(5n).archive-image-list-alternate .archive-grid-post .read-details,
13452 body:not(.archive-first-post-full) .archive-layout-grid.two-col-masonry article:nth-of-type(3n).archive-image-list-alternate .archive-grid-post .read-details,
13453 body:not(.archive-first-post-full) .archive-layout-grid.three-col-masonry article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-details,
13454 body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-details,
13455 body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-details,
13456 body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-details,
13457 body.archive-first-post-full .archive-layout-grid.four-col-masonry article:nth-of-type(5n+6).archive-image-list-alternate .archive-grid-post .read-bg-img,
13458 body.archive-first-post-full .archive-layout-grid.two-col-masonry article:nth-of-type(3n+4).archive-image-list-alternate .archive-grid-post .read-bg-img,
13459 body.archive-first-post-full .archive-layout-grid.three-col-masonry article:nth-of-type(4n+5).archive-image-list-alternate .archive-grid-post .read-bg-img{
13460 width: 100%;
13461 padding-right: 0;
13462 padding-left: 0;
13463 }
13464
13465
13466 .af-search-wrap{position: static;}
13467
13468 .af-search-form{width: 100%;}
13469
13470
13471 body.single .entry-header .aft-post-excerpt-and-meta .post-excerpt,
13472 .entry-content{
13473 margin-left: 0;
13474 margin-right: 0;
13475 }
13476
13477 body:not(.full-width-content) #primary .chromenews_express_posts_grid_widget .af-express-grid-wrap,
13478 .chromenews_express_posts_grid_widget .af-express-grid-wrap {
13479
grid-template-columns: repeat(1, 1fr);
13480 }
13481
13482 .chromenews_express_posts_grid_widget .af-express-grid-wrap .read-single:first-child {
13483
grid-column-end: span 1;
13484
grid-row-end: span 1;
13485 }
13486
13487 .aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .entry-header{
13488 margin-bottom: 0;
13489 padding-bottom: 0;
13490 }
13491
13492 .aft-single-featured-full-title-over-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs + .entry-header {
13493 margin-bottom: 0;
13494 }
13495
13496 .entry-content form.mc4wp-form, .inner-suscribe {
13497 max-width: 350px;
13498 }
13499
13500 body.aft-section-layout-background.single-content-mode-compact div.comments-area{
13501 padding: 20px 10px;
13502 }
13503
13504 body.single.single-content-mode-compact.default-content-layout.aft-section-layout-background .entry-content-wrap {
13505 padding: 0 10px;
13506 }
13507
13508 body.af-boxed-layout.aft-section-layout-background .entry-content-title-featured-wrap .container-wrapper {
13509 padding-left: 10px;
13510 padding-right: 10px;
13511 }
13512
13513 .aft-single-featured-full-title-below-image .entry-content-title-featured-wrap .container-wrapper .af-breadcrumbs {
13514 padding: 0;
13515 }
13516
13517 .aft-single-featured-full-title-over-image .site > .entry-content-title-featured-wrap,
13518 .aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel img,
13519 .aft-single-featured-title-over-image .entry-content-title-featured-wrap .read-img.pos-rel{
13520 min-height: 220px;
13521 }
13522
13523}
13524
13525@media screen and (max-width: 375px) {
13526 .header-layout-side .top-bar-flex {
13527 flex-wrap: wrap;
13528 }
13529
13530 .header-layout-side .top-bar-flex .top-bar-left {
13531 width: 100%;
13532 }
13533
13534 .header-layout-side .top-bar-flex .top-bar-right {
13535 width: 100%;
13536 justify-content: center;
13537 }
13538
13539 .entry-content form.mc4wp-form, .inner-suscribe {
13540 max-width: 300px;
13541 }
13542
13543 iframe.af-hide-iframe,
13544 .chromenews_youtube_video_widget .af-youtube-slider .vid-container.af-video-wrap img{
13545 height: 200px;
13546 }
13547
13548}
13549
13550/*--------------------------------------------------------------
13551# media queries------------------------------------------------
13552--------------------------------------------------------------*/
13553
13554/* elementor css */
13555.af-wide-layout .elementor-section.elementor-section-boxed > .elementor-container,
13556.af-boxed-layout .elementor-section.elementor-section-boxed > .elementor-container{
13557 max-width: 1100px;
13558}
13559
13560.af-boxed-layout.elementor-page #content.container-wrapper .af-breadcrumbs,
13561.af-wide-layout.elementor-page #content.container-wrapper .af-breadcrumbs,
13562.af-boxed-layout.elementor-default #content.container-wrapper .af-breadcrumbs,
13563.af-wide-layout.elementor-default #content.container-wrapper .af-breadcrumbs {
13564 max-width: 1100px;
13565 margin-left: auto;
13566 margin-right: auto;
13567}
13568
13569.elementor-page .container-wrapper,
13570.elementor-default .container-wrapper {
13571 -webkit-box-sizing: content-box;
13572 -moz-box-sizing: content-box;
13573 box-sizing: content-box;
13574 max-width: 1100px;
13575}
13576
13577.elementor-page .container-wrapper > *,
13578.elementor-default .container-wrapper > * {
13579 -webkit-box-sizing: border-box;
13580 -moz-box-sizing: border-box;
13581 box-sizing: border-box;
13582}
13583
13584
13585@media screen and (max-width: 820px) {
13586 .elementor-page .container-wrapper, .elementor-default .container-wrapper {
13587 -webkit-box-sizing: border-box;
13588 -moz-box-sizing: border-box;
13589 box-sizing: border-box;
13590 }
13591
13592}
13593
13594
13595.af-boxed-layout.elementor-page .container-wrapper,
13596.af-boxed-layout.elementor-default .container-wrapper {
13597 max-width: 100%;
13598}
13599
13600.elementor-default .header-layout-compressed-full .af-for-transparent,
13601.elementor-default .top-header,
13602.elementor-default .af-middle-header ,
13603.elementor-default .mid-header ,
13604.elementor-default .af-bottom-header,
13605.elementor-default .bottom-header,
13606.elementor-default .header-layout-side .bottom-header,
13607.elementor-default .header-layout-center .bottom-header,
13608.elementor-default .primary-footer,
13609.elementor-default .secondary-footer,
13610.elementor-default .site-info,
13611
13612.elementor-page .header-layout-compressed-full .af-for-transparent,
13613.elementor-page .top-header,
13614.elementor-page .af-middle-header ,
13615.elementor-page .mid-header ,
13616.elementor-page .af-bottom-header,
13617.elementor-page .bottom-header,
13618.elementor-page .header-layout-side .bottom-header,
13619.elementor-page .header-layout-center .bottom-header,
13620.elementor-page .primary-footer,
13621.elementor-page .secondary-footer,
13622.elementor-page .site-info {
13623
display: flex;
13624}
13625
13626/* elementor css */
13627
13628/* for wide site elespare header and footer */
13629.elementor-page.af-wide-layout .elementor-section-wrap > section.elementor-section > .elementor-container,
13630.elementor-default.af-wide-layout .elementor-section-wrap > section.elementor-section > .elementor-container{
13631 padding-left: 20px;
13632 padding-right: 20px;
13633}
13634
13635/* for wide site elespare header and footer*/