appscms-tools-theme 4.6.8 → 4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,8 @@ body {
24
24
  height: 45px;
25
25
  position: sticky;
26
26
  top: 0;
27
- z-index: 999;
27
+ z-index: 1000;
28
+ height: 60px;
28
29
  }
29
30
 
30
31
  .appscms-navbar-nav {
@@ -32,13 +33,13 @@ body {
32
33
  width: 100%;
33
34
  height: 100%;
34
35
  justify-content: space-between;
36
+ align-items: center;
35
37
  }
36
38
  .appscms-navbar-nav a {
37
39
  display: flex;
38
40
  align-items: center;
39
41
  }
40
42
  .appscms-navbar-nav-links {
41
- width: 100%;
42
43
  height: 100%;
43
44
  display: flex;
44
45
  justify-content: flex-end;
@@ -64,7 +65,7 @@ body {
64
65
  box-shadow: 1px 4px 10 #00000026;
65
66
  position: sticky;
66
67
  z-index: 999;
67
- top: 45px;
68
+ top: 60px;
68
69
  }
69
70
 
70
71
  .appscms-toolbar .appscms-toolbar-list {
@@ -134,7 +135,7 @@ body {
134
135
  border: 5px solid #fff;
135
136
  left: 0px;
136
137
  position: fixed;
137
- top: 85px;
138
+ top: 100px;
138
139
  min-width: 500px;
139
140
  max-height: 500px;
140
141
  overflow-y: auto;
@@ -199,116 +200,6 @@ body {
199
200
  max-width: 1140px;
200
201
  }
201
202
 
202
- @media (max-width: 768px) {
203
- .category-tools__item {
204
- padding: 0 !important;
205
- }
206
- .category-tools__item h4 {
207
- color: #fff !important ;
208
- }
209
- .category-tools__descr {
210
- color: #fff !important;
211
- }
212
- .expand_menu .mega_menu li a {
213
- color: #fff !important;
214
- }
215
- .mega_menu li a {
216
- color: #fff !important;
217
- }
218
- .list-item-dropdown .toolbar-link {
219
- color: #fff !important;
220
- }
221
- .close-nav-ham {
222
- display: flex !important;
223
- justify-content: end;
224
- }
225
- .hamburger {
226
- display: block;
227
- cursor: pointer;
228
- position: absolute;
229
- right: -20px;
230
- /* top: 5px; */
231
- z-index: 9999;
232
- }
233
- .appscms-toolbar {
234
- background-color: var(--black-color);
235
- box-shadow: 1px 4px 10 #00000026;
236
- overflow-x: hidden;
237
- }
238
- .appscms-navbar-nav-links {
239
- display: none;
240
- }
241
- .appscms-toolbar {
242
- top: 0px;
243
- position: fixed;
244
- transition: all 0.3s ease;
245
- width: 272px;
246
- right: -272px;
247
- display: none;
248
- z-index: 1000;
249
- }
250
- .appscms-toolbar .appscms-toolbar-list {
251
- height: 100vh;
252
- flex-direction: column;
253
- gap: 0px;
254
- overflow-y: scroll;
255
- overflow-x: hidden;
256
- }
257
- .appscms-toolbar .appscms-toolbar-list .appscms-toolbar-list-item {
258
- align-items: flex-start;
259
- flex-direction: column;
260
- }
261
- .appscms-toolbar
262
- .appscms-toolbar-list
263
- .appscms-toolbar-list-item:first-child {
264
- padding-left: 10px;
265
- }
266
- .appscms-toolbar .appscms-toolbar-list .appscms-toolbar-list-item:hover {
267
- border-bottom: none;
268
- padding-bottom: 10px;
269
- }
270
-
271
- .appscms-toolbar
272
- .appscms-toolbar-list
273
- .appscms-toolbar-list-item:first-child {
274
- padding-right: 10px;
275
- }
276
- .list-item-dropdown li .toolbar-link {
277
- color: var(--white-color);
278
- font-size: 15px;
279
- }
280
- .appscms-toolbar-list-item-span {
281
- font-size: 17px;
282
- font-weight: 600;
283
- }
284
- .list-item-dropdown-heading {
285
- display: none;
286
- }
287
- .appscms-toolbar .list-item-dropdown {
288
- padding: 0px;
289
- width: 100%;
290
- border: none;
291
- position: static;
292
- display: block;
293
- overflow: hidden;
294
- transition: all 0.3s ease;
295
- background-color: transparent;
296
- opacity: 0;
297
- height: 0px;
298
- max-height: 0px;
299
- }
300
- .appscms-toolbar
301
- .appscms-toolbar-list-item:nth-child(1)
302
- > .list-item-dropdown {
303
- opacity: 1;
304
- height: auto;
305
- max-height: 200px;
306
- }
307
-
308
- .arrow-svg {
309
- display: block;
310
- }
311
- }
312
203
  .bg-primary {
313
204
  background-color: #1b2fe7;
314
205
  }
@@ -532,7 +423,6 @@ body {
532
423
  border-radius: 10px !important;
533
424
  background: white;
534
425
  }
535
-
536
426
  .post-read-more {
537
427
  font-size: 13px;
538
428
  display: flex;
@@ -664,264 +554,46 @@ body {
664
554
  border-bottom: 1px solid rgb(224, 224, 224);
665
555
  }
666
556
 
667
- @media (max-width: 575.98px) {
668
- body {
669
- background: var(--secondary-color);
670
- }
671
- .appscms-h1,
672
- .success-msg {
673
- font-size: 30px;
674
- font-weight: 799;
675
- }
676
- .appscms-h2 {
677
- font-size: 12px;
678
- font-weight: 400;
679
- color: var(--mid-gray);
680
- }
681
- #appscms-tools-section {
682
- padding-top: 10px;
683
- }
684
- /* category section */
685
-
686
- .toolfilters {
687
- font-size: 10px;
688
- height: 30px;
689
- padding: 3px;
690
- }
691
- .toolfilter {
692
- margin: auto;
693
- padding: 0px 15px;
694
- }
695
- /* search bar */
696
- #appscms-searchbar {
697
- border-radius: 50px;
698
- padding: 0px;
699
- font-size: 8px;
700
- }
701
- #searchbar-placeholder {
702
- font-size: 12px;
703
- }
704
- .text-primary {
705
- font-size: 20px;
706
- font-weight: 600;
707
- }
708
-
709
- .description {
710
- font-size: 12px;
711
- line-height: 0.2;
712
- }
713
- .footer-product-link {
714
- font-size: 12px;
715
- }
716
-
717
- /* recent post and blog section phone */
718
- /* blog section */
719
- .appscms-blogs {
720
- border-radius: 10px;
721
- padding-top: 20px;
722
- background-color: rgba(255, 255, 255, 0.494);
723
- }
557
+ /* animations */
724
558
 
725
- .appscms-blog-cards {
726
- box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.06);
727
- margin-bottom: 20px;
728
- border-radius: 10px;
729
- /* max-width: 340px; */
730
- /* min-width: 300px; */
731
- }
559
+ .appscms-product-footer li {
560
+ list-style: none;
561
+ }
732
562
 
733
- .appscms-blog-cards .extrapaddingforimg img {
734
- height: auto;
735
- border-radius: 10px 10px 0px 0px;
736
- }
737
- .card-body {
738
- display: flex;
739
- flex-direction: column;
740
- justify-content: space-between;
741
- }
563
+ .footer-product-link {
564
+ border-radius: 5px;
565
+ color: #5e5e5f;
566
+ display: block;
567
+ font-weight: 500;
568
+ font-size: 14px;
569
+ line-height: 19px;
570
+ padding: 15px 20px 14px 10px;
571
+ position: relative;
572
+ transition: none;
573
+ }
574
+ .footer-product-link:hover {
575
+ background-color: #f3f3f451;
576
+ color: #262628;
577
+ text-decoration: none;
578
+ }
742
579
 
743
- /* recent post blog heading */
580
+ .appscms-footer {
581
+ background-color: var(--white-color);
582
+ padding: 44px 10px 10px 10px;
583
+ border-top: 1px solid rgb(148, 148, 148);
584
+ }
744
585
 
745
- /* author in blog */
746
- .wrapfooter {
747
- display: flex;
748
- margin-top: 50px;
749
- margin-bottom: -0px;
750
- }
751
- .wrapfooter img {
752
- width: 42px;
753
- height: 42px;
754
- border-radius: 50%;
755
- }
756
- .wrapfooter .author-meta {
757
- padding: 0px 15px 0px 10px;
758
- }
759
- .wrapfooter .author-meta a {
760
- font-size: 15px;
761
- font-weight: 500;
762
- color: #3e3e3e;
763
- text-transform: capitalize;
764
- text-decoration: none;
765
- }
586
+ .appscms-footer-link {
587
+ list-style: none;
588
+ }
766
589
 
767
- .post-date {
768
- color: #000;
769
- font-size: 14px;
770
- font-weight: 500;
771
- display: block;
772
- text-align: left;
773
- }
774
- }
775
- /* Small devices (tablets) */
776
- @media (min-width: 576px) and (max-width: 767.98px) {
777
- .toolfilters {
778
- font-size: 10px;
779
- height: 40px;
780
- padding: 1px;
781
- }
782
- #searchbar-placeholder {
783
- font-size: 13px;
784
- }
785
- #appscms-searchbar {
786
- padding: 3px;
787
- }
788
- /*
789
- toolfilter {
790
- margin: auto;
791
- padding: 0px 20px;
792
- } */
793
- }
794
-
795
- /* Medium devices (desktops) */
796
- @media (max-width: 768px) {
797
- #appscms-tools-section-row {
798
- gap: 15px;
799
- justify-content: center;
800
- margin-top: 35px;
801
- }
802
- .appscms-tool .tool-top .tool-img img {
803
- border-radius: 0;
804
- }
805
-
806
- .appscms-tool .tool-top .tool-img {
807
- justify-content: center;
808
- background: unset;
809
- border: 5px solid #ffffff08;
810
- }
811
- .appscms-tool {
812
- box-shadow: none;
813
- margin-bottom: 25px;
814
- height: auto;
815
- background-color: transparent;
816
- display: flex;
817
- flex-direction: column;
818
- align-items: center;
819
- }
820
-
821
- .appscms-tool:hover {
822
- box-shadow: unset;
823
- }
824
-
825
- .appscms-tool .tool-top {
826
- background-color: transparent;
827
- flex-direction: column;
828
- justify-content: center;
829
- border-radius: 10px;
830
- height: 64px;
831
- width: 64px;
832
- border-radius: 21px;
833
- }
834
- .appscms-tool .tool-img {
835
- padding: 0px !important;
836
- }
837
-
838
- .appscms-tool .tool-img img {
839
- height: 38px !important;
840
- width: 38px !important;
841
- }
842
-
843
- .appscms-tool .tool-text {
844
- display: none;
845
- }
846
-
847
- .appscms-tool .tool-heading {
848
- font-size: 12px;
849
- line-height: 14.52px;
850
- margin-top: 14px;
851
- padding: 0px;
852
- height: 15px;
853
- font-weight: 400;
854
- }
855
-
856
- .appscms-tool-container {
857
- /* margin: 0 auto; */
858
- width: auto !important;
859
- }
860
- .appscms-tool-container:nth-child(even) .appscms-tool .tool-top {
861
- background-color: transparent;
862
- }
863
- }
864
- @media (min-width: 768px) and (max-width: 991.98px) {
865
- .toolfilters {
866
- font-size: 12px;
867
- }
868
- }
869
-
870
- /* Large devices (desktops) */
871
- @media (min-width: 992px) and (max-width: 1199.98px) {
872
- /* Insert CSS code here */
873
- }
874
-
875
- /* Extra Large devices (large desktops) */
876
- @media (min-width: 1200px) and (max-width: 1399.98px) {
877
- /* Insert CSS code here */
878
- }
879
-
880
- /* Extra Extra Large devices (larger desktops) */
881
- @media (min-width: 1400px) {
882
- /* Insert CSS code here */
883
- }
884
-
885
- /* animations */
886
-
887
- .appscms-product-footer li {
888
- list-style: none;
889
- }
890
-
891
- .footer-product-link {
892
- border-radius: 5px;
893
- color: #5e5e5f;
894
- display: block;
895
- font-weight: 500;
896
- font-size: 14px;
897
- line-height: 19px;
898
- padding: 15px 20px 14px 10px;
899
- position: relative;
900
- transition: none;
901
- }
902
- .footer-product-link:hover {
903
- background-color: #f3f3f451;
904
- color: #262628;
905
- text-decoration: none;
906
- }
907
-
908
- .appscms-footer {
909
- background-color: var(--white-color);
910
- padding: 44px 10px 10px 10px;
911
- border-top: 1px solid rgb(148, 148, 148);
912
- }
913
-
914
- .appscms-footer-link {
915
- list-style: none;
916
- }
917
-
918
- .appscms-footer-link {
919
- color: #6b6b6b;
920
- display: block;
921
- margin-top: 18px;
922
- font-size: 14px;
923
- font-weight: 500;
924
- line-height: 18px;
590
+ .appscms-footer-link {
591
+ color: #6b6b6b;
592
+ display: block;
593
+ margin-top: 18px;
594
+ font-size: 14px;
595
+ font-weight: 500;
596
+ line-height: 18px;
925
597
  }
926
598
  .appscms-footer-link:hover {
927
599
  color: var(--black-color);
@@ -1194,15 +866,6 @@ body {
1194
866
  font-size: 16px;
1195
867
  }
1196
868
 
1197
- @media (max-width: 768px) {
1198
- .authors-list {
1199
- padding: 25px;
1200
- }
1201
-
1202
- .featurePageAuthor .author-meta {
1203
- width: 100%;
1204
- }
1205
- }
1206
869
  .contributor {
1207
870
  width: 100px;
1208
871
  }
@@ -1852,12 +1515,7 @@ body {
1852
1515
  display: none;
1853
1516
  }
1854
1517
  }
1855
- @media (max-width: 992px) {
1856
- .appscms-sidebar-right,
1857
- .appscms-sidebar-left {
1858
- display: none;
1859
- }
1860
- }
1518
+
1861
1519
  .appscms-sidebar-right,
1862
1520
  .appscms-sidebar-left {
1863
1521
  min-width: 220px;
@@ -1874,22 +1532,6 @@ body {
1874
1532
  .appscms-sidebar-right {
1875
1533
  right: 80px;
1876
1534
  }
1877
- @media screen and (min-width: 1450px) {
1878
- .appscms-sidebar-left {
1879
- left: 200px !important;
1880
- }
1881
- .appscms-sidebar-right {
1882
- right: 200px !important;
1883
- }
1884
- }
1885
- @media screen and (min-width: 1920px) {
1886
- .appscms-sidebar-left {
1887
- left: 300px !important;
1888
- }
1889
- .appscms-sidebar-right {
1890
- right: 300px !important;
1891
- }
1892
- }
1893
1535
 
1894
1536
  .appscms-loader {
1895
1537
  display: none;
@@ -1954,15 +1596,6 @@ body {
1954
1596
  }
1955
1597
 
1956
1598
  /* Responsive design */
1957
- @media (max-width: 768px) {
1958
- .usp-section .table-responsive {
1959
- display: block;
1960
- width: 100%;
1961
- overflow-x: auto;
1962
- -webkit-overflow-scrolling: touch;
1963
- -ms-overflow-style: -ms-autohiding-scrollbar;
1964
- }
1965
- }
1966
1599
 
1967
1600
  .scroll-left svg,
1968
1601
  .scroll-right svg {
@@ -2095,3 +1728,424 @@ select:focus {
2095
1728
  font-size: 17px;
2096
1729
  overflow: hidden;
2097
1730
  }
1731
+
1732
+ .appscms-featured-tools {
1733
+ border-right: 1px solid #e3e3e4;
1734
+ }
1735
+
1736
+ .appscms-toolbar-list-item-span::after {
1737
+ content: "";
1738
+ width: 10px;
1739
+ height: 10px;
1740
+ position: absolute;
1741
+ margin-left: 7px;
1742
+ right: -16px;
1743
+ top: 16px;
1744
+ margin-top: -4px;
1745
+ border-right: 2px solid #fff;
1746
+ border-bottom: 2px solid #fff;
1747
+ -webkit-transform: rotate(45deg);
1748
+ transform: rotate(46deg);
1749
+ }
1750
+
1751
+ .appscms-toolbar-list-item:hover .appscms-toolbar-list-item-span::after {
1752
+ transform: rotate(220deg); /* Rotation on hover */
1753
+ top: 20px;
1754
+ }
1755
+
1756
+ @media (max-width: 768px) {
1757
+ .expand_menu-name-categiry {
1758
+ color: #fff;
1759
+ margin: 20px 0px;
1760
+ }
1761
+ .appscms-toolbar-list-item-span::after {
1762
+ right: 0px !important;
1763
+ }
1764
+ .appscms-toolbar-list-item:hover .appscms-toolbar-list-item-span::after {
1765
+ transform: none;
1766
+ }
1767
+ .usp-section .table-responsive {
1768
+ display: block;
1769
+ width: 100%;
1770
+ overflow-x: auto;
1771
+ -webkit-overflow-scrolling: touch;
1772
+ -ms-overflow-style: -ms-autohiding-scrollbar;
1773
+ }
1774
+ }
1775
+
1776
+ @media (max-width: 768px) {
1777
+ .appscms-toolbar-list-item-span::after {
1778
+ right: 0;
1779
+ }
1780
+ .scroll-left,
1781
+ .scroll-right {
1782
+ display: none !important;
1783
+ }
1784
+ .category-tools__item {
1785
+ padding: 0 !important;
1786
+ }
1787
+ .category-tools__item h4 {
1788
+ color: #fff !important ;
1789
+ }
1790
+ .category-tools__descr {
1791
+ color: #fff !important;
1792
+ }
1793
+ .expand_menu .mega_menu li a {
1794
+ color: #fff !important;
1795
+ }
1796
+ .mega_menu li a {
1797
+ color: #fff !important;
1798
+ }
1799
+ .list-item-dropdown .toolbar-link {
1800
+ color: #fff !important;
1801
+ }
1802
+ .close-nav-ham {
1803
+ display: flex !important;
1804
+ justify-content: end;
1805
+ }
1806
+ .hamburger {
1807
+ display: block;
1808
+ cursor: pointer;
1809
+ position: absolute;
1810
+ right: -20px;
1811
+ /* top: 5px; */
1812
+ z-index: 9999;
1813
+ }
1814
+ .appscms-toolbar {
1815
+ background-color: var(--black-color);
1816
+ box-shadow: 1px 4px 10 #00000026;
1817
+ overflow-x: hidden;
1818
+ }
1819
+ .appscms-navbar-nav-links {
1820
+ display: none;
1821
+ }
1822
+ .appscms-toolbar {
1823
+ top: 0px;
1824
+ position: fixed;
1825
+ transition: all 0.3s ease;
1826
+ width: 272px;
1827
+ right: -272px;
1828
+ display: none;
1829
+ z-index: 1000;
1830
+ }
1831
+ .appscms-toolbar .appscms-toolbar-list {
1832
+ height: 100vh;
1833
+ flex-direction: column;
1834
+ gap: 0px;
1835
+ overflow-y: scroll;
1836
+ overflow-x: hidden;
1837
+ }
1838
+ .appscms-toolbar .appscms-toolbar-list .appscms-toolbar-list-item {
1839
+ align-items: flex-start;
1840
+ flex-direction: column;
1841
+ }
1842
+ .appscms-toolbar
1843
+ .appscms-toolbar-list
1844
+ .appscms-toolbar-list-item:first-child {
1845
+ padding-left: 10px;
1846
+ }
1847
+ .appscms-toolbar .appscms-toolbar-list .appscms-toolbar-list-item:hover {
1848
+ border-bottom: none;
1849
+ padding-bottom: 10px;
1850
+ }
1851
+
1852
+ .appscms-toolbar
1853
+ .appscms-toolbar-list
1854
+ .appscms-toolbar-list-item:first-child {
1855
+ padding-right: 10px;
1856
+ }
1857
+ .list-item-dropdown li .toolbar-link {
1858
+ color: var(--white-color);
1859
+ font-size: 15px;
1860
+ }
1861
+ .appscms-toolbar-list-item-span {
1862
+ font-size: 17px;
1863
+ font-weight: 600;
1864
+ }
1865
+ .list-item-dropdown-heading {
1866
+ display: none;
1867
+ }
1868
+ .appscms-toolbar .list-item-dropdown {
1869
+ padding: 0px;
1870
+ width: 100%;
1871
+ border: none;
1872
+ position: static;
1873
+ display: block;
1874
+ overflow: hidden;
1875
+ transition: all 0.3s ease;
1876
+ background-color: transparent;
1877
+ opacity: 0;
1878
+ height: 0px;
1879
+ max-height: 0px;
1880
+ }
1881
+ .appscms-toolbar
1882
+ .appscms-toolbar-list-item:nth-child(1)
1883
+ > .list-item-dropdown {
1884
+ opacity: 1;
1885
+ height: auto;
1886
+ max-height: 200px;
1887
+ }
1888
+
1889
+ .arrow-svg {
1890
+ display: block;
1891
+ }
1892
+ }
1893
+ @media screen and (min-width: 1450px) {
1894
+ .appscms-sidebar-left {
1895
+ left: 200px !important;
1896
+ }
1897
+ .appscms-sidebar-right {
1898
+ right: 200px !important;
1899
+ }
1900
+ }
1901
+ @media screen and (min-width: 1920px) {
1902
+ .appscms-sidebar-left {
1903
+ left: 300px !important;
1904
+ }
1905
+ .appscms-sidebar-right {
1906
+ right: 300px !important;
1907
+ }
1908
+ }
1909
+ @media (max-width: 992px) {
1910
+ .appscms-sidebar-right,
1911
+ .appscms-sidebar-left {
1912
+ display: none;
1913
+ }
1914
+ }
1915
+ @media (max-width: 768px) {
1916
+ .authors-list {
1917
+ padding: 25px;
1918
+ }
1919
+
1920
+ .featurePageAuthor .author-meta {
1921
+ width: 100%;
1922
+ }
1923
+ }
1924
+
1925
+ @media (max-width: 575.98px) {
1926
+ body {
1927
+ background: var(--secondary-color);
1928
+ }
1929
+ .appscms-h1,
1930
+ .success-msg {
1931
+ font-size: 30px;
1932
+ font-weight: 799;
1933
+ }
1934
+ .appscms-h2 {
1935
+ font-size: 12px;
1936
+ font-weight: 400;
1937
+ color: var(--mid-gray);
1938
+ }
1939
+ #appscms-tools-section {
1940
+ padding-top: 10px;
1941
+ }
1942
+ /* category section */
1943
+
1944
+ .toolfilters {
1945
+ font-size: 10px;
1946
+ height: 30px;
1947
+ padding: 3px;
1948
+ }
1949
+ .toolfilter {
1950
+ margin: auto;
1951
+ padding: 0px 15px;
1952
+ }
1953
+ /* search bar */
1954
+ #appscms-searchbar {
1955
+ border-radius: 50px;
1956
+ padding: 0px;
1957
+ font-size: 8px;
1958
+ }
1959
+ #searchbar-placeholder {
1960
+ font-size: 12px;
1961
+ }
1962
+ .text-primary {
1963
+ font-size: 20px;
1964
+ font-weight: 600;
1965
+ }
1966
+
1967
+ .description {
1968
+ font-size: 12px;
1969
+ line-height: 0.2;
1970
+ }
1971
+ .footer-product-link {
1972
+ font-size: 12px;
1973
+ }
1974
+
1975
+ /* recent post and blog section phone */
1976
+ /* blog section */
1977
+ .appscms-blogs {
1978
+ border-radius: 10px;
1979
+ padding-top: 20px;
1980
+ background-color: rgba(255, 255, 255, 0.494);
1981
+ }
1982
+
1983
+ .appscms-blog-cards {
1984
+ box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.06);
1985
+ margin-bottom: 20px;
1986
+ border-radius: 10px;
1987
+ /* max-width: 340px; */
1988
+ /* min-width: 300px; */
1989
+ }
1990
+
1991
+ .appscms-blog-cards .extrapaddingforimg img {
1992
+ height: auto;
1993
+ border-radius: 10px 10px 0px 0px;
1994
+ }
1995
+ .card-body {
1996
+ display: flex;
1997
+ flex-direction: column;
1998
+ justify-content: space-between;
1999
+ }
2000
+
2001
+ /* recent post blog heading */
2002
+
2003
+ /* author in blog */
2004
+ .wrapfooter {
2005
+ display: flex;
2006
+ margin-top: 50px;
2007
+ margin-bottom: -0px;
2008
+ }
2009
+ .wrapfooter img {
2010
+ width: 42px;
2011
+ height: 42px;
2012
+ border-radius: 50%;
2013
+ }
2014
+ .wrapfooter .author-meta {
2015
+ padding: 0px 15px 0px 10px;
2016
+ }
2017
+ .wrapfooter .author-meta a {
2018
+ font-size: 15px;
2019
+ font-weight: 500;
2020
+ color: #3e3e3e;
2021
+ text-transform: capitalize;
2022
+ text-decoration: none;
2023
+ }
2024
+
2025
+ .post-date {
2026
+ color: #000;
2027
+ font-size: 14px;
2028
+ font-weight: 500;
2029
+ display: block;
2030
+ text-align: left;
2031
+ }
2032
+ }
2033
+ /* Small devices (tablets) */
2034
+ @media (min-width: 576px) and (max-width: 767.98px) {
2035
+ .toolfilters {
2036
+ font-size: 10px;
2037
+ height: 40px;
2038
+ padding: 1px;
2039
+ }
2040
+ #searchbar-placeholder {
2041
+ font-size: 13px;
2042
+ }
2043
+ #appscms-searchbar {
2044
+ padding: 3px;
2045
+ }
2046
+ /*
2047
+ toolfilter {
2048
+ margin: auto;
2049
+ padding: 0px 20px;
2050
+ } */
2051
+ }
2052
+
2053
+ /* Medium devices (desktops) */
2054
+ @media (max-width: 768px) {
2055
+ .mobile-search-bar {
2056
+ display: block !important;
2057
+ }
2058
+ .nav-search {
2059
+ display: none;
2060
+ }
2061
+ .icon_box img {
2062
+ height: 35px;
2063
+ width: 35px;
2064
+ }
2065
+ #appscms-tools-section-row {
2066
+ gap: 15px;
2067
+ justify-content: center;
2068
+ margin-top: 35px;
2069
+ }
2070
+ .appscms-tool .tool-top .tool-img img {
2071
+ border-radius: 0;
2072
+ }
2073
+
2074
+ .appscms-tool .tool-top .tool-img {
2075
+ justify-content: center;
2076
+ background: unset;
2077
+ border: 5px solid #ffffff08;
2078
+ }
2079
+ .appscms-tool {
2080
+ box-shadow: none;
2081
+ margin-bottom: 25px;
2082
+ height: auto;
2083
+ background-color: transparent;
2084
+ display: flex;
2085
+ flex-direction: column;
2086
+ align-items: center;
2087
+ }
2088
+
2089
+ .appscms-tool:hover {
2090
+ box-shadow: unset;
2091
+ }
2092
+
2093
+ .appscms-tool .tool-top {
2094
+ background-color: transparent;
2095
+ flex-direction: column;
2096
+ justify-content: center;
2097
+ border-radius: 10px;
2098
+ height: 64px;
2099
+ width: 64px;
2100
+ border-radius: 21px;
2101
+ }
2102
+ .appscms-tool .tool-img {
2103
+ padding: 0px !important;
2104
+ }
2105
+
2106
+ .appscms-tool .tool-img img {
2107
+ height: 38px !important;
2108
+ width: 38px !important;
2109
+ }
2110
+
2111
+ .appscms-tool .tool-text {
2112
+ display: none;
2113
+ }
2114
+
2115
+ .appscms-tool .tool-heading {
2116
+ font-size: 12px;
2117
+ line-height: 14.52px;
2118
+ margin-top: 14px;
2119
+ padding: 0px;
2120
+ height: 15px;
2121
+ font-weight: 400;
2122
+ }
2123
+
2124
+ .appscms-tool-container {
2125
+ /* margin: 0 auto; */
2126
+ width: auto !important;
2127
+ }
2128
+ .appscms-tool-container:nth-child(even) .appscms-tool .tool-top {
2129
+ background-color: transparent;
2130
+ }
2131
+ }
2132
+ @media (min-width: 768px) and (max-width: 991.98px) {
2133
+ .toolfilters {
2134
+ font-size: 12px;
2135
+ }
2136
+ }
2137
+
2138
+ /* Large devices (desktops) */
2139
+ @media (min-width: 992px) and (max-width: 1199.98px) {
2140
+ /* Insert CSS code here */
2141
+ }
2142
+
2143
+ /* Extra Large devices (large desktops) */
2144
+ @media (min-width: 1200px) and (max-width: 1399.98px) {
2145
+ /* Insert CSS code here */
2146
+ }
2147
+
2148
+ /* Extra Extra Large devices (larger desktops) */
2149
+ @media (min-width: 1400px) {
2150
+ /* Insert CSS code here */
2151
+ }