certs
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
17 changed files
with
625 additions
and
288 deletions
| ... | @@ -14745,6 +14745,11 @@ input[type=checkbox] { | ... | @@ -14745,6 +14745,11 @@ input[type=checkbox] { |
| 14745 | .admin-bar .fixed-top { | 14745 | .admin-bar .fixed-top { |
| 14746 | top: 32px; | 14746 | top: 32px; |
| 14747 | } | 14747 | } |
| 14748 | @media only screen and (max-width: 768px) { | ||
| 14749 | .admin-bar .fixed-top { | ||
| 14750 | top: 0px; | ||
| 14751 | } | ||
| 14752 | } | ||
| 14748 | 14753 | ||
| 14749 | #main-nav.fixed-top { | 14754 | #main-nav.fixed-top { |
| 14750 | height: 80px !important; | 14755 | height: 80px !important; |
| ... | @@ -14798,6 +14803,12 @@ input[type=checkbox] { | ... | @@ -14798,6 +14803,12 @@ input[type=checkbox] { |
| 14798 | height: 200px; | 14803 | height: 200px; |
| 14799 | background-image: url("../images/logo-border.png"); | 14804 | background-image: url("../images/logo-border.png"); |
| 14800 | } | 14805 | } |
| 14806 | @media only screen and (max-width: 900px) { | ||
| 14807 | .full-image::after { | ||
| 14808 | width: 140px; | ||
| 14809 | height: 140px; | ||
| 14810 | } | ||
| 14811 | } | ||
| 14801 | 14812 | ||
| 14802 | .hero-content { | 14813 | .hero-content { |
| 14803 | width: 60%; | 14814 | width: 60%; |
| ... | @@ -14856,19 +14867,32 @@ input[type=checkbox] { | ... | @@ -14856,19 +14867,32 @@ input[type=checkbox] { |
| 14856 | 14867 | ||
| 14857 | .search-button a { | 14868 | .search-button a { |
| 14858 | text-indent: 99999px; | 14869 | text-indent: 99999px; |
| 14870 | position: relative; | ||
| 14859 | background-repeat: no-repeat; | 14871 | background-repeat: no-repeat; |
| 14860 | width: 35px; | 14872 | width: 35px; |
| 14861 | height: 35px; | 14873 | height: 35px; |
| 14862 | background-image: url("data:image/svg+xml,%3Csvg id='Component_33_1' data-name='Component 33 %E2%80%93 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ccircle id='Ellipse_8' data-name='Ellipse 8' cx='17.5' cy='17.5' r='17.5' fill='%230484b8'/%3E%3Cg id='Group_1454' data-name='Group 1454' transform='translate(-1077.417 -15.667)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='6.701' cy='6.701' r='6.701' transform='translate(1086.75 25)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cline id='Line_39' data-name='Line 39' x2='4.188' y2='4.188' transform='translate(1098.896 37.146)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); | 14874 | background-image: url("data:image/svg+xml,%3Csvg id='Component_33_1' data-name='Component 33 %E2%80%93 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ccircle id='Ellipse_8' data-name='Ellipse 8' cx='17.5' cy='17.5' r='17.5' fill='%230484b8'/%3E%3Cg id='Group_1454' data-name='Group 1454' transform='translate(-1077.417 -15.667)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='6.701' cy='6.701' r='6.701' transform='translate(1086.75 25)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cline id='Line_39' data-name='Line 39' x2='4.188' y2='4.188' transform='translate(1098.896 37.146)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); |
| 14863 | } | 14875 | } |
| 14864 | 14876 | ||
| 14865 | .search { | 14877 | .search-button.open { |
| 14866 | display: none; | 14878 | display: none; |
| 14867 | } | 14879 | } |
| 14880 | |||
| 14881 | .search { | ||
| 14882 | top: 57px; | ||
| 14883 | height: 128px; | ||
| 14884 | background-color: rgba(255, 255, 255, 0.9); | ||
| 14885 | position: fixed; | ||
| 14886 | right: 0px; | ||
| 14887 | visibility: hidden; | ||
| 14888 | transition: 0.4s; | ||
| 14889 | width: 100%; | ||
| 14890 | right: -100%; | ||
| 14891 | } | ||
| 14868 | .search .search-form { | 14892 | .search .search-form { |
| 14869 | width: 60%; | 14893 | width: 60%; |
| 14870 | margin: auto; | 14894 | margin: auto; |
| 14871 | margin-top: 40px; | 14895 | margin-top: 20px; |
| 14872 | } | 14896 | } |
| 14873 | @media only screen and (max-width: 768px) { | 14897 | @media only screen and (max-width: 768px) { |
| 14874 | .search .search-form { | 14898 | .search .search-form { |
| ... | @@ -14931,13 +14955,27 @@ input[type=checkbox] { | ... | @@ -14931,13 +14955,27 @@ input[type=checkbox] { |
| 14931 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); | 14955 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); |
| 14932 | } | 14956 | } |
| 14933 | 14957 | ||
| 14958 | .search .search-form label::before { | ||
| 14959 | content: ""; | ||
| 14960 | opacity: 0; | ||
| 14961 | transition: 0.8s; | ||
| 14962 | position: absolute; | ||
| 14963 | width: 35px; | ||
| 14964 | height: 35px; | ||
| 14965 | margin-left: -65px; | ||
| 14966 | margin-top: -5px; | ||
| 14967 | background-image: url("data:image/svg+xml,%3Csvg id='Component_33_1' data-name='Component 33 %E2%80%93 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ccircle id='Ellipse_8' data-name='Ellipse 8' cx='17.5' cy='17.5' r='17.5' fill='%230484b8'/%3E%3Cg id='Group_1454' data-name='Group 1454' transform='translate(-1077.417 -15.667)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='6.701' cy='6.701' r='6.701' transform='translate(1086.75 25)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cline id='Line_39' data-name='Line 39' x2='4.188' y2='4.188' transform='translate(1098.896 37.146)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 14968 | } | ||
| 14969 | |||
| 14970 | .search.open .search-form label::before { | ||
| 14971 | opacity: 1; | ||
| 14972 | } | ||
| 14973 | |||
| 14934 | .search.open:not(.mobile-search) { | 14974 | .search.open:not(.mobile-search) { |
| 14935 | display: block; | 14975 | right: 0px; |
| 14936 | top: 57px; | ||
| 14937 | width: 100%; | 14976 | width: 100%; |
| 14938 | height: 128px; | 14977 | visibility: visible; |
| 14939 | background-color: rgba(255, 255, 255, 0.9); | 14978 | transition: 0.4s; |
| 14940 | position: fixed; | ||
| 14941 | z-index: 999; | 14979 | z-index: 999; |
| 14942 | } | 14980 | } |
| 14943 | @media only screen and (max-width: 768px) { | 14981 | @media only screen and (max-width: 768px) { |
| ... | @@ -14947,13 +14985,15 @@ input[type=checkbox] { | ... | @@ -14947,13 +14985,15 @@ input[type=checkbox] { |
| 14947 | } | 14985 | } |
| 14948 | } | 14986 | } |
| 14949 | 14987 | ||
| 14950 | .search.open.mobile { | 14988 | .search.mobile { |
| 14951 | display: none; | 14989 | display: none; |
| 14952 | visibility: hidden; | 14990 | visibility: hidden; |
| 14991 | position: revert; | ||
| 14992 | height: 40px; | ||
| 14993 | top: 0px; | ||
| 14953 | } | 14994 | } |
| 14954 | @media only screen and (max-width: 768px) { | 14995 | @media only screen and (max-width: 768px) { |
| 14955 | .search.open.mobile { | 14996 | .search.mobile { |
| 14956 | position: absolute; | ||
| 14957 | display: block; | 14997 | display: block; |
| 14958 | visibility: visible; | 14998 | visibility: visible; |
| 14959 | } | 14999 | } |
| ... | @@ -15204,6 +15244,47 @@ input[type=checkbox] { | ... | @@ -15204,6 +15244,47 @@ input[type=checkbox] { |
| 15204 | } | 15244 | } |
| 15205 | 15245 | ||
| 15206 | @media only screen and (max-width: 768px) { | 15246 | @media only screen and (max-width: 768px) { |
| 15247 | .cert-carousel { | ||
| 15248 | margin-left: 0px !important; | ||
| 15249 | } | ||
| 15250 | } | ||
| 15251 | .cert-carousel .swiper-slide { | ||
| 15252 | width: 100% !important; | ||
| 15253 | } | ||
| 15254 | @media only screen and (max-width: 768px) { | ||
| 15255 | .cert-carousel .swiper-slide { | ||
| 15256 | width: 100% !important; | ||
| 15257 | padding-left: 0px; | ||
| 15258 | } | ||
| 15259 | } | ||
| 15260 | .cert-carousel .swiper-slide .cert-cont { | ||
| 15261 | background-color: #e2f2f9; | ||
| 15262 | margin-left: -50%; | ||
| 15263 | margin-right: -50%; | ||
| 15264 | padding-left: 50%; | ||
| 15265 | padding-right: 50%; | ||
| 15266 | } | ||
| 15267 | .cert-carousel .swiper-slide .cert_link { | ||
| 15268 | display: block; | ||
| 15269 | width: 300px; | ||
| 15270 | height: 232px; | ||
| 15271 | background-size: contain; | ||
| 15272 | text-decoration: none; | ||
| 15273 | font-size: 10px; | ||
| 15274 | margin: auto; | ||
| 15275 | text-align: center; | ||
| 15276 | padding-top: 100px; | ||
| 15277 | color: #156570; | ||
| 15278 | } | ||
| 15279 | .cert-carousel .swiper-slide .cert_link p { | ||
| 15280 | line-height: 10px; | ||
| 15281 | color: #156570; | ||
| 15282 | } | ||
| 15283 | .cert-carousel .swiper-slide .cert_link p strong { | ||
| 15284 | color: #156570; | ||
| 15285 | } | ||
| 15286 | |||
| 15287 | @media only screen and (max-width: 768px) { | ||
| 15207 | .testimonials-carousel { | 15288 | .testimonials-carousel { |
| 15208 | margin-left: 0px !important; | 15289 | margin-left: 0px !important; |
| 15209 | } | 15290 | } |
| ... | @@ -15367,10 +15448,6 @@ input[type=checkbox] { | ... | @@ -15367,10 +15448,6 @@ input[type=checkbox] { |
| 15367 | .course-carousel .swiper-wrapper { | 15448 | .course-carousel .swiper-wrapper { |
| 15368 | margin: auto; | 15449 | margin: auto; |
| 15369 | } | 15450 | } |
| 15370 | .course-carousel .swiper-slide { | ||
| 15371 | margin-left: 0px !important; | ||
| 15372 | width: 333px !important; | ||
| 15373 | } | ||
| 15374 | .course-carousel .card { | 15451 | .course-carousel .card { |
| 15375 | min-height: 540px; | 15452 | min-height: 540px; |
| 15376 | } | 15453 | } |
| ... | @@ -16038,36 +16115,82 @@ td.hidden { | ... | @@ -16038,36 +16115,82 @@ td.hidden { |
| 16038 | } | 16115 | } |
| 16039 | 16116 | ||
| 16040 | .toolkit:before { | 16117 | .toolkit:before { |
| 16118 | content: ""; | ||
| 16041 | height: 50px; | 16119 | height: 50px; |
| 16042 | width: 70px; | 16120 | width: 40px; |
| 16043 | margin-right: 0px; | 16121 | margin-right: 10px; |
| 16044 | display: inline-block; | 16122 | display: inline-block; |
| 16045 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1482' data-name='Group 1482' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3C/g%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='8' cy='8' r='8' transform='translate(4349.135 1552.5)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | 16123 | background-size: contain; |
| 16124 | background-repeat: no-repeat; | ||
| 16125 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1482' data-name='Group 1482' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3C/g%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='8' cy='8' r='8' transform='translate(4349.135 1552.5)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 16126 | } | ||
| 16127 | @media only screen and (max-width: 768px) { | ||
| 16128 | .toolkit:before { | ||
| 16129 | height: 30px; | ||
| 16130 | width: 40px; | ||
| 16131 | margin-right: 5px; | ||
| 16132 | margin-top: 5px; | ||
| 16133 | } | ||
| 16046 | } | 16134 | } |
| 16047 | 16135 | ||
| 16048 | .article:before { | 16136 | .article:before { |
| 16137 | content: ""; | ||
| 16049 | height: 50px; | 16138 | height: 50px; |
| 16050 | width: 70px; | 16139 | width: 40px; |
| 16051 | margin-top: 10px; | 16140 | margin-top: 10px; |
| 16141 | margin-right: 10px; | ||
| 16052 | display: inline-block; | 16142 | display: inline-block; |
| 16053 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1483' data-name='Group 1483' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_346' data-name='Rectangle 346' width='6' height='30.351' rx='3' transform='translate(4333.923 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_347' data-name='Rectangle 347' width='6' height='30.351' rx='3' transform='translate(4323.73 1573)' fill='%230484b8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | 16143 | background-size: contain; |
| 16144 | background-repeat: no-repeat; | ||
| 16145 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1483' data-name='Group 1483' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_346' data-name='Rectangle 346' width='6' height='30.351' rx='3' transform='translate(4333.923 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_347' data-name='Rectangle 347' width='6' height='30.351' rx='3' transform='translate(4323.73 1573)' fill='%230484b8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | ||
| 16146 | } | ||
| 16147 | @media only screen and (max-width: 768px) { | ||
| 16148 | .article:before { | ||
| 16149 | height: 30px; | ||
| 16150 | width: 40px; | ||
| 16151 | margin-right: 5px; | ||
| 16152 | margin-top: 5px; | ||
| 16153 | } | ||
| 16054 | } | 16154 | } |
| 16055 | 16155 | ||
| 16056 | .pdf:before { | 16156 | .pdf:before { |
| 16057 | height: 60px; | 16157 | content: ""; |
| 16058 | width: 70px; | 16158 | height: 50px; |
| 16059 | margin-right: 5px; | 16159 | width: 40px; |
| 16160 | margin-right: 12px; | ||
| 16060 | display: inline-block; | 16161 | display: inline-block; |
| 16061 | content: url("data:image/svg+xml,%3Csvg id='Group_1138' data-name='Group 1138' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='61.731' height='69.688' viewBox='0 0 61.731 69.688'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='61.731' height='69.688' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1137' data-name='Group 1137' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1366' data-name='Path 1366' d='M53.764 69.688H8.012c-.107-.038-.213-.082-.323-.113a2.718 2.718 0 0 1-1.9-1.727 2.908 2.908 0 0 1-.165-1.053q0-6.691 0-13.382v-.388H5.306c-.474 0-.948 0-1.422 0a3.9 3.9 0 0 1-3.775-3.24A2.861 2.861 0 0 0 0 49.425v-20.9a2.182 2.182 0 0 0 .1-.328 3.9 3.9 0 0 1 3.911-3.284c.455.009.909 0 1.364 0 .075 0 .149-.012.253-.021V3.112c0-.145 0-.29 0-.435A2.745 2.745 0 0 1 7.386.168 3.124 3.124 0 0 1 8.554 0h32.6c.068 0 .136 0 .2 0A1.35 1.35 0 0 1 42.41.464c.093.1.18.2.27.3q6.482 7.4 12.969 14.8a1.924 1.924 0 0 1 .529 1.364c0 .087 0 .174 0 .261v7.717h.32c.474 0 .949-.015 1.422 0a3.824 3.824 0 0 1 3.488 2.293 3.732 3.732 0 0 1 .324 1.693q-.01 5.863 0 11.727 0 4.166 0 8.331a4.994 4.994 0 0 1-.037.839 3.9 3.9 0 0 1-3.816 3.224c-.474 0-.948 0-1.422 0-.084 0-.168.009-.273.015v.4q0 6.589 0 13.179c0 .184 0 .368-.019.551a2.73 2.73 0 0 1-2.039 2.408c-.12.031-.237.076-.356.115M8.38 2.738V24.9H53.4c.067-.3.056-6.6-.014-6.829H41.668c-.106 0-.213 0-.319 0A1.37 1.37 0 0 1 40.026 16.9a2.746 2.746 0 0 1-.018-.434q0-6.677 0-13.353V2.738ZM8.373 66.175H53.424V53.044H8.373Zm15.5-16.514c.117.019.212.042.307.049.79.066 1.58.148 2.371.19a32.6 32.6 0 0 0 5.1-.059 16.7 16.7 0 0 0 3.844-.831 8.88 8.88 0 0 0 5.7-5.618 12.809 12.809 0 0 0 .459-6.809A8.347 8.347 0 0 0 40 32.889a9.083 9.083 0 0 0-4.6-3.029 16.966 16.966 0 0 0-4.668-.641 45.008 45.008 0 0 0-5.564.239c-.429.046-.856.114-1.288.172Zm-13.02-7.189a14.15 14.15 0 0 0 2.723.043 10.625 10.625 0 0 0 3.35-.756 6.261 6.261 0 0 0 2.815-2.16 6.758 6.758 0 0 0 1.107-4.92 5.65 5.65 0 0 0-3.772-4.77 10.7 10.7 0 0 0-3.6-.675 40.641 40.641 0 0 0-6.485.288c-.236.03-.469.078-.7.116v20.11h4.561Zm46.54-13.085c-.451-.063-12.239-.041-12.439.018V49.736c.383.056 4.375.041 4.611-.021V44.3q0-.682 0-1.364c0-.451 0-.9 0-1.375h4.886c.406 0 .813 0 1.219 0s.8.017 1.2-.013V37.808H53.23c-1.215 0-2.43 0-3.64 0-.06-.549-.036-4.438.033-4.672h7.77Z' fill='%230484b8'/%3E%3Cpath id='Path_1367' data-name='Path 1367' d='M162.156 186.382c.333-.042.657-.1.983-.121a9.593 9.593 0 0 1 3.255.22 5.243 5.243 0 0 1 4.008 4.11 9.4 9.4 0 0 1-.266 5.291 5.541 5.541 0 0 1-4.1 3.7 9.083 9.083 0 0 1-2.445.253c-.472-.008-.944-.031-1.435-.047Z' transform='translate(-133.638 -153.468)' fill='%230484b8'/%3E%3Cpath id='Path_1368' data-name='Path 1368' d='M61.758 192.1v-6.042c.121-.027.24-.063.36-.079a7.58 7.58 0 0 1 2.994.08 3.149 3.149 0 0 1 1.091.523 2.577 2.577 0 0 1 1 1.677 3.556 3.556 0 0 1-.017 1.327 3.013 3.013 0 0 1-2.267 2.389 6.144 6.144 0 0 1-2.182.211c-.317-.019-.633-.056-.976-.087' transform='translate(-50.897 -153.178)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | 16162 | background-size: contain; |
| 16163 | background-repeat: no-repeat; | ||
| 16164 | background-image: url("data:image/svg+xml,%3Csvg id='Group_1138' data-name='Group 1138' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='61.731' height='69.688' viewBox='0 0 61.731 69.688'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='61.731' height='69.688' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1137' data-name='Group 1137' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1366' data-name='Path 1366' d='M53.764 69.688H8.012c-.107-.038-.213-.082-.323-.113a2.718 2.718 0 0 1-1.9-1.727 2.908 2.908 0 0 1-.165-1.053q0-6.691 0-13.382v-.388H5.306c-.474 0-.948 0-1.422 0a3.9 3.9 0 0 1-3.775-3.24A2.861 2.861 0 0 0 0 49.425v-20.9a2.182 2.182 0 0 0 .1-.328 3.9 3.9 0 0 1 3.911-3.284c.455.009.909 0 1.364 0 .075 0 .149-.012.253-.021V3.112c0-.145 0-.29 0-.435A2.745 2.745 0 0 1 7.386.168 3.124 3.124 0 0 1 8.554 0h32.6c.068 0 .136 0 .2 0A1.35 1.35 0 0 1 42.41.464c.093.1.18.2.27.3q6.482 7.4 12.969 14.8a1.924 1.924 0 0 1 .529 1.364c0 .087 0 .174 0 .261v7.717h.32c.474 0 .949-.015 1.422 0a3.824 3.824 0 0 1 3.488 2.293 3.732 3.732 0 0 1 .324 1.693q-.01 5.863 0 11.727 0 4.166 0 8.331a4.994 4.994 0 0 1-.037.839 3.9 3.9 0 0 1-3.816 3.224c-.474 0-.948 0-1.422 0-.084 0-.168.009-.273.015v.4q0 6.589 0 13.179c0 .184 0 .368-.019.551a2.73 2.73 0 0 1-2.039 2.408c-.12.031-.237.076-.356.115M8.38 2.738V24.9H53.4c.067-.3.056-6.6-.014-6.829H41.668c-.106 0-.213 0-.319 0A1.37 1.37 0 0 1 40.026 16.9a2.746 2.746 0 0 1-.018-.434q0-6.677 0-13.353V2.738ZM8.373 66.175H53.424V53.044H8.373Zm15.5-16.514c.117.019.212.042.307.049.79.066 1.58.148 2.371.19a32.6 32.6 0 0 0 5.1-.059 16.7 16.7 0 0 0 3.844-.831 8.88 8.88 0 0 0 5.7-5.618 12.809 12.809 0 0 0 .459-6.809A8.347 8.347 0 0 0 40 32.889a9.083 9.083 0 0 0-4.6-3.029 16.966 16.966 0 0 0-4.668-.641 45.008 45.008 0 0 0-5.564.239c-.429.046-.856.114-1.288.172Zm-13.02-7.189a14.15 14.15 0 0 0 2.723.043 10.625 10.625 0 0 0 3.35-.756 6.261 6.261 0 0 0 2.815-2.16 6.758 6.758 0 0 0 1.107-4.92 5.65 5.65 0 0 0-3.772-4.77 10.7 10.7 0 0 0-3.6-.675 40.641 40.641 0 0 0-6.485.288c-.236.03-.469.078-.7.116v20.11h4.561Zm46.54-13.085c-.451-.063-12.239-.041-12.439.018V49.736c.383.056 4.375.041 4.611-.021V44.3q0-.682 0-1.364c0-.451 0-.9 0-1.375h4.886c.406 0 .813 0 1.219 0s.8.017 1.2-.013V37.808H53.23c-1.215 0-2.43 0-3.64 0-.06-.549-.036-4.438.033-4.672h7.77Z' fill='%230484b8'/%3E%3Cpath id='Path_1367' data-name='Path 1367' d='M162.156 186.382c.333-.042.657-.1.983-.121a9.593 9.593 0 0 1 3.255.22 5.243 5.243 0 0 1 4.008 4.11 9.4 9.4 0 0 1-.266 5.291 5.541 5.541 0 0 1-4.1 3.7 9.083 9.083 0 0 1-2.445.253c-.472-.008-.944-.031-1.435-.047Z' transform='translate(-133.638 -153.468)' fill='%230484b8'/%3E%3Cpath id='Path_1368' data-name='Path 1368' d='M61.758 192.1v-6.042c.121-.027.24-.063.36-.079a7.58 7.58 0 0 1 2.994.08 3.149 3.149 0 0 1 1.091.523 2.577 2.577 0 0 1 1 1.677 3.556 3.556 0 0 1-.017 1.327 3.013 3.013 0 0 1-2.267 2.389 6.144 6.144 0 0 1-2.182.211c-.317-.019-.633-.056-.976-.087' transform='translate(-50.897 -153.178)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 16165 | } | ||
| 16166 | @media only screen and (max-width: 768px) { | ||
| 16167 | .pdf:before { | ||
| 16168 | height: 30px; | ||
| 16169 | width: 40px; | ||
| 16170 | margin-top: 5px; | ||
| 16171 | margin-right: 5px; | ||
| 16172 | } | ||
| 16062 | } | 16173 | } |
| 16063 | 16174 | ||
| 16064 | .video:before { | 16175 | .video:before { |
| 16176 | content: ""; | ||
| 16065 | height: 50px; | 16177 | height: 50px; |
| 16066 | width: 66px; | 16178 | width: 40px; |
| 16067 | margin-right: 15px; | 16179 | margin-right: 10px; |
| 16068 | margin-top: 20px; | 16180 | margin-top: 10px; |
| 16069 | display: inline-block; | 16181 | display: inline-block; |
| 16070 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='66.352' height='49.753' viewBox='0 0 66.352 49.753'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='66.352' height='49.753' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1421' data-name='Group 1421' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1887' data-name='Path 1887' d='M0 44.159V5.579a1.083 1.083 0 0 0 .061-.187A6.207 6.207 0 0 1 6.244 0Q33.17 0 60.1.009a6.512 6.512 0 0 1 1.637.207 6.169 6.169 0 0 1 4.608 5.939c.019 3.564.006 7.129.006 10.694q0 13.249 0 26.5a6.219 6.219 0 0 1-2.013 4.741 6.347 6.347 0 0 1-4.548 1.665q-26.606-.014-53.211-.006H6.341a6.213 6.213 0 0 1-6.17-4.8c-.06-.261-.114-.523-.171-.785M49.742 4.166H16.613V45.579H49.742Zm8.3 8.258c.677 0 1.354.006 2.03 0A2.053 2.053 0 0 0 62.2 10.288q.016-2.013 0-4.026a2.046 2.046 0 0 0-2.121-2.111q-2.03-.013-4.061 0A2.023 2.023 0 0 0 53.912 6.2q-.044 2.08 0 4.161a2.037 2.037 0 0 0 2.134 2.062c.665.006 1.331 0 2 0m.025 8.308c-.677 0-1.354-.006-2.03 0A2.035 2.035 0 0 0 53.91 22.8q-.038 2.063 0 4.127A2.036 2.036 0 0 0 56.029 29q2.03.014 4.061 0A2.038 2.038 0 0 0 62.2 26.92q.027-2.047 0-4.094A2.045 2.045 0 0 0 60.1 20.734c-.677-.008-1.354 0-2.031 0m-.025 24.857c.677 0 1.354.006 2.03 0a2.048 2.048 0 0 0 2.131-2.1q.023-2.03 0-4.06a2.045 2.045 0 0 0-2.122-2.11q-2.03-.014-4.061 0a2.024 2.024 0 0 0-2.109 2.048q-.044 2.08 0 4.162a2.036 2.036 0 0 0 2.134 2.061c.665.006 1.331 0 2 0M8.321 4.149c-.654 0-1.308 0-1.962 0a2.058 2.058 0 0 0-2.2 2.2q-.014 1.945 0 3.89a2.056 2.056 0 0 0 2.216 2.185q1.928.006 3.857 0a2.065 2.065 0 0 0 2.222-2.184q.02-2 0-3.992a2.046 2.046 0 0 0-2.1-2.1c-.677-.009-1.354 0-2.03 0m.007 24.858c.643 0 1.286 0 1.928 0a2.063 2.063 0 0 0 2.194-2.178c.014-1.33.012-2.661 0-3.991a2.041 2.041 0 0 0-2.094-2.1q-2.047-.016-4.094 0a1.981 1.981 0 0 0-2.087 1.953c-.054 1.453-.053 2.91 0 4.362A1.987 1.987 0 0 0 6.263 29c.688.008 1.376 0 2.064 0M8.282 45.589c.643 0 1.286 0 1.928 0a2.071 2.071 0 0 0 2.24-2.2q.017-1.979 0-3.958a2.046 2.046 0 0 0-2.117-2.113q-2.03-.014-4.061 0a1.979 1.979 0 0 0-2.1 1.943c-.056 1.463-.055 2.932 0 4.4a1.981 1.981 0 0 0 2.074 1.932c.676.009 1.353 0 2.03 0' transform='translate(0 0)' fill='%230484b8'/%3E%3Cpath id='Path_1888' data-name='Path 1888' d='M60.393 48.784c0-2.753-.005-5.5 0-8.257a2.035 2.035 0 0 1 2.225-2.091 2.324 2.324 0 0 1 .835.244q8.23 4.1 16.45 8.215a2.086 2.086 0 0 1 0 3.776q-8.223 4.112-16.45 8.217a2.058 2.058 0 0 1-3.066-1.914c-.006-2.73 0-5.46 0-8.19' transform='translate(-37.582 -23.915)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | 16182 | background-size: contain; |
| 16183 | background-repeat: no-repeat; | ||
| 16184 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='66.352' height='49.753' viewBox='0 0 66.352 49.753'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='66.352' height='49.753' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1421' data-name='Group 1421' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1887' data-name='Path 1887' d='M0 44.159V5.579a1.083 1.083 0 0 0 .061-.187A6.207 6.207 0 0 1 6.244 0Q33.17 0 60.1.009a6.512 6.512 0 0 1 1.637.207 6.169 6.169 0 0 1 4.608 5.939c.019 3.564.006 7.129.006 10.694q0 13.249 0 26.5a6.219 6.219 0 0 1-2.013 4.741 6.347 6.347 0 0 1-4.548 1.665q-26.606-.014-53.211-.006H6.341a6.213 6.213 0 0 1-6.17-4.8c-.06-.261-.114-.523-.171-.785M49.742 4.166H16.613V45.579H49.742Zm8.3 8.258c.677 0 1.354.006 2.03 0A2.053 2.053 0 0 0 62.2 10.288q.016-2.013 0-4.026a2.046 2.046 0 0 0-2.121-2.111q-2.03-.013-4.061 0A2.023 2.023 0 0 0 53.912 6.2q-.044 2.08 0 4.161a2.037 2.037 0 0 0 2.134 2.062c.665.006 1.331 0 2 0m.025 8.308c-.677 0-1.354-.006-2.03 0A2.035 2.035 0 0 0 53.91 22.8q-.038 2.063 0 4.127A2.036 2.036 0 0 0 56.029 29q2.03.014 4.061 0A2.038 2.038 0 0 0 62.2 26.92q.027-2.047 0-4.094A2.045 2.045 0 0 0 60.1 20.734c-.677-.008-1.354 0-2.031 0m-.025 24.857c.677 0 1.354.006 2.03 0a2.048 2.048 0 0 0 2.131-2.1q.023-2.03 0-4.06a2.045 2.045 0 0 0-2.122-2.11q-2.03-.014-4.061 0a2.024 2.024 0 0 0-2.109 2.048q-.044 2.08 0 4.162a2.036 2.036 0 0 0 2.134 2.061c.665.006 1.331 0 2 0M8.321 4.149c-.654 0-1.308 0-1.962 0a2.058 2.058 0 0 0-2.2 2.2q-.014 1.945 0 3.89a2.056 2.056 0 0 0 2.216 2.185q1.928.006 3.857 0a2.065 2.065 0 0 0 2.222-2.184q.02-2 0-3.992a2.046 2.046 0 0 0-2.1-2.1c-.677-.009-1.354 0-2.03 0m.007 24.858c.643 0 1.286 0 1.928 0a2.063 2.063 0 0 0 2.194-2.178c.014-1.33.012-2.661 0-3.991a2.041 2.041 0 0 0-2.094-2.1q-2.047-.016-4.094 0a1.981 1.981 0 0 0-2.087 1.953c-.054 1.453-.053 2.91 0 4.362A1.987 1.987 0 0 0 6.263 29c.688.008 1.376 0 2.064 0M8.282 45.589c.643 0 1.286 0 1.928 0a2.071 2.071 0 0 0 2.24-2.2q.017-1.979 0-3.958a2.046 2.046 0 0 0-2.117-2.113q-2.03-.014-4.061 0a1.979 1.979 0 0 0-2.1 1.943c-.056 1.463-.055 2.932 0 4.4a1.981 1.981 0 0 0 2.074 1.932c.676.009 1.353 0 2.03 0' transform='translate(0 0)' fill='%230484b8'/%3E%3Cpath id='Path_1888' data-name='Path 1888' d='M60.393 48.784c0-2.753-.005-5.5 0-8.257a2.035 2.035 0 0 1 2.225-2.091 2.324 2.324 0 0 1 .835.244q8.23 4.1 16.45 8.215a2.086 2.086 0 0 1 0 3.776q-8.223 4.112-16.45 8.217a2.058 2.058 0 0 1-3.066-1.914c-.006-2.73 0-5.46 0-8.19' transform='translate(-37.582 -23.915)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 16185 | } | ||
| 16186 | @media only screen and (max-width: 768px) { | ||
| 16187 | .video:before { | ||
| 16188 | height: 30px; | ||
| 16189 | width: 35px; | ||
| 16190 | margin-top: 5px; | ||
| 16191 | margin-right: 10px; | ||
| 16192 | margin-left: -5px; | ||
| 16193 | } | ||
| 16071 | } | 16194 | } |
| 16072 | 16195 | ||
| 16073 | .category-type { | 16196 | .category-type { | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -5,6 +5,8 @@ add_shortcode('course-list', 'course_list'); | ... | @@ -5,6 +5,8 @@ add_shortcode('course-list', 'course_list'); |
| 5 | 5 | ||
| 6 | function course_list(){ | 6 | function course_list(){ |
| 7 | 7 | ||
| 8 | try{ | ||
| 9 | |||
| 8 | $custom_args = array( | 10 | $custom_args = array( |
| 9 | 'post_type' => 'sfwd-courses', | 11 | 'post_type' => 'sfwd-courses', |
| 10 | 'posts_per_page' => -1, | 12 | 'posts_per_page' => -1, |
| ... | @@ -39,9 +41,13 @@ function course_list(){ | ... | @@ -39,9 +41,13 @@ function course_list(){ |
| 39 | </div> | 41 | </div> |
| 40 | </div> | 42 | </div> |
| 41 | <?php endif; | 43 | <?php endif; |
| 42 | wp_reset_query(); | 44 | wp_reset_query(); |
| 43 | $output = ob_get_clean(); | 45 | $output = ob_get_clean(); |
| 44 | return $output; | 46 | return $output; |
| 47 | }catch(Throwable $e) { | ||
| 48 | error_log("course_list()". $e->getMessage()) ; | ||
| 49 | } | ||
| 50 | |||
| 45 | } | 51 | } |
| 46 | 52 | ||
| 47 | add_shortcode('my-course-list', 'my_course_list'); | 53 | add_shortcode('my-course-list', 'my_course_list'); |
| ... | @@ -55,7 +61,7 @@ $enrolled_courses = learndash_user_get_enrolled_courses(get_current_user_id()); | ... | @@ -55,7 +61,7 @@ $enrolled_courses = learndash_user_get_enrolled_courses(get_current_user_id()); |
| 55 | if (is_array($enrolled_courses)): ?> | 61 | if (is_array($enrolled_courses)): ?> |
| 56 | <div class="carousel course"> | 62 | <div class="carousel course"> |
| 57 | <div id="<?php echo $uniqid; ?>" class="course-carousel carousel-items"> | 63 | <div id="<?php echo $uniqid; ?>" class="course-carousel carousel-items"> |
| 58 | <div class='swiper-wrapper'> | 64 | <div class='swiper-wrapper container'> |
| 59 | <?php foreach($enrolled_courses as $enrolled){ | 65 | <?php foreach($enrolled_courses as $enrolled){ |
| 60 | echo course_card($enrolled); | 66 | echo course_card($enrolled); |
| 61 | }; ?> | 67 | }; ?> | ... | ... |
| ... | @@ -5,6 +5,8 @@ add_shortcode('resources-list', 'resources_list'); | ... | @@ -5,6 +5,8 @@ add_shortcode('resources-list', 'resources_list'); |
| 5 | 5 | ||
| 6 | function resources_list(){ | 6 | function resources_list(){ |
| 7 | 7 | ||
| 8 | try{ | ||
| 9 | |||
| 8 | $custom_args = array( | 10 | $custom_args = array( |
| 9 | 'post_type' => 'resource', | 11 | 'post_type' => 'resource', |
| 10 | 'posts_per_page' => -1, | 12 | 'posts_per_page' => -1, |
| ... | @@ -54,9 +56,14 @@ function resources_list(){ | ... | @@ -54,9 +56,14 @@ function resources_list(){ |
| 54 | </table> | 56 | </table> |
| 55 | </div> | 57 | </div> |
| 56 | <?php endif; | 58 | <?php endif; |
| 57 | wp_reset_query(); | 59 | wp_reset_query(); |
| 58 | $output = ob_get_clean(); | 60 | $output = ob_get_clean(); |
| 59 | return $output; | 61 | return $output; |
| 62 | |||
| 63 | }catch(Throwable $e) { | ||
| 64 | error_log("resources_list()". $e->getMessage()) ; | ||
| 65 | } | ||
| 66 | |||
| 60 | } | 67 | } |
| 61 | 68 | ||
| 62 | 69 | ... | ... |
| ... | @@ -4,6 +4,7 @@ add_shortcode( 'promos', 'promos' ); | ... | @@ -4,6 +4,7 @@ add_shortcode( 'promos', 'promos' ); |
| 4 | 4 | ||
| 5 | function promos(){ | 5 | function promos(){ |
| 6 | 6 | ||
| 7 | try{ | ||
| 7 | $custom_args = array( | 8 | $custom_args = array( |
| 8 | 'post_type' => 'promo', | 9 | 'post_type' => 'promo', |
| 9 | 'posts_per_page' => 3, | 10 | 'posts_per_page' => 3, |
| ... | @@ -29,9 +30,12 @@ function promos(){ | ... | @@ -29,9 +30,12 @@ function promos(){ |
| 29 | </div> | 30 | </div> |
| 30 | 31 | ||
| 31 | <?php endif; | 32 | <?php endif; |
| 32 | wp_reset_query(); | 33 | wp_reset_query(); |
| 33 | $output = ob_get_clean(); | 34 | $output = ob_get_clean(); |
| 34 | return $output; | 35 | return $output; |
| 36 | }catch(Throwable $e) { | ||
| 37 | error_log("promos()". $e->getMessage()) ; | ||
| 38 | } | ||
| 35 | } | 39 | } |
| 36 | 40 | ||
| 37 | function promos_slides($id){ | 41 | function promos_slides($id){ |
| ... | @@ -107,4 +111,51 @@ function firstname(){ | ... | @@ -107,4 +111,51 @@ function firstname(){ |
| 107 | $user = get_userdata( get_current_user_id() ); | 111 | $user = get_userdata( get_current_user_id() ); |
| 108 | return $user->first_name;; | 112 | return $user->first_name;; |
| 109 | 113 | ||
| 114 | } | ||
| 115 | |||
| 116 | |||
| 117 | add_shortcode( 'certs', 'certs' ); | ||
| 118 | |||
| 119 | function certs(){ | ||
| 120 | |||
| 121 | try{ | ||
| 122 | $enrolled_courses = learndash_user_get_enrolled_courses( get_current_user_id(), array(), false); | ||
| 123 | |||
| 124 | |||
| 125 | ob_start(); | ||
| 126 | |||
| 127 | if (is_array($enrolled_courses)):?> | ||
| 128 | |||
| 129 | <div class="carousel"> | ||
| 130 | <div id="cert" class="cert-carousel carousel-items"> | ||
| 131 | <div class='swiper-wrapper'> | ||
| 132 | <?php foreach($enrolled_courses as $enrolled_course){ | ||
| 133 | $cert = learndash_get_course_certificate_link($enrolled_course, get_current_user_id()); | ||
| 134 | if(!empty($cert)){ | ||
| 135 | $sfwd_course = get_post_meta($enrolled_course , '_sfwd-courses', true ); | ||
| 136 | $thumbnail_id = "911"; ?> | ||
| 137 | <div class="swiper-slide container"> | ||
| 138 | <div class="cert"> | ||
| 139 | <?php echo '<a target="_blank" style="background-image:url('.wp_get_attachment_url( $thumbnail_id).')" class="cert_link" href="'.$cert.'"><p><strong>' | ||
| 140 | .get_user_meta(get_current_user_id(), 'first_name', true )." ". get_user_meta(get_current_user_id(), 'last_name', true ).'</strong></p>' | ||
| 141 | .get_the_title( $enrolled_course ).'</a>'; | ||
| 142 | ?> | ||
| 143 | </div> | ||
| 144 | </div> | ||
| 145 | <?php } | ||
| 146 | }; ?> | ||
| 147 | </div> | ||
| 148 | <div class="swiper-pagination"></div> | ||
| 149 | <div class="swiper-button-prev" data-id="cert"></div> | ||
| 150 | <div class="swiper-button-next" data-id="cert"></div> | ||
| 151 | </div> | ||
| 152 | </div> | ||
| 153 | |||
| 154 | <?php endif; | ||
| 155 | wp_reset_query(); | ||
| 156 | $output = ob_get_clean(); | ||
| 157 | return $output; | ||
| 158 | }catch(Throwable $e) { | ||
| 159 | error_log("certs()". $e->getMessage()) ; | ||
| 160 | } | ||
| 110 | } | 161 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -32984,18 +32984,26 @@ | ... | @@ -32984,18 +32984,26 @@ |
| 32984 | _id = jQuery(this).attr('id'); | 32984 | _id = jQuery(this).attr('id'); |
| 32985 | } | 32985 | } |
| 32986 | if (jQuery(this).hasClass('course-carousel')) { | 32986 | if (jQuery(this).hasClass('course-carousel')) { |
| 32987 | offset = (window.innerWidth - $('.entry-content').width()) / 2 - 28; | 32987 | offset = 0; |
| 32988 | PerView = 3; | 32988 | PerView = 3; |
| 32989 | space = 0; | 32989 | space = 45; |
| 32990 | SlidesPerGroup = 3; | 32990 | SlidesPerGroup = 1; |
| 32991 | offsetAfter = (window.innerWidth - $('.entry-content').width()) / 2 - 28; | 32991 | offsetAfter = 0; |
| 32992 | _id = jQuery(this).attr('id'); | ||
| 32993 | } | ||
| 32994 | if (jQuery(this).hasClass('cert-carousel')) { | ||
| 32995 | offset = 0; | ||
| 32996 | PerView = 3; | ||
| 32997 | space = 40; | ||
| 32998 | SlidesPerGroup = 1; | ||
| 32999 | offsetAfter = 0; | ||
| 32992 | _id = jQuery(this).attr('id'); | 33000 | _id = jQuery(this).attr('id'); |
| 32993 | } | 33001 | } |
| 32994 | if ($(window).width() < 600) { | 33002 | if ($(window).width() < 600) { |
| 32995 | offset = 0; | 33003 | offset = 0; |
| 32996 | PerView = 1; | 33004 | PerView = 1; |
| 32997 | SlidesPerGroup = 1; | 33005 | SlidesPerGroup = 0; |
| 32998 | space = 0; | 33006 | space = 40; |
| 32999 | offsetAfter = 0; | 33007 | offsetAfter = 0; |
| 33000 | } | 33008 | } |
| 33001 | var swiper_params = { | 33009 | var swiper_params = { |
| ... | @@ -33632,6 +33640,8 @@ | ... | @@ -33632,6 +33640,8 @@ |
| 33632 | document.getElementById('main-nav').classList.add('fixed-top'); | 33640 | document.getElementById('main-nav').classList.add('fixed-top'); |
| 33633 | } else { | 33641 | } else { |
| 33634 | document.getElementById('main-nav').classList.remove('fixed-top'); | 33642 | document.getElementById('main-nav').classList.remove('fixed-top'); |
| 33643 | document.getElementById('search').classList.remove('open'); | ||
| 33644 | document.getElementById('search-button').classList.remove('open'); | ||
| 33635 | } | 33645 | } |
| 33636 | }); | 33646 | }); |
| 33637 | }); | 33647 | }); |
| ... | @@ -33659,9 +33669,12 @@ | ... | @@ -33659,9 +33669,12 @@ |
| 33659 | $__default["default"](document).ready(function ($) { | 33669 | $__default["default"](document).ready(function ($) { |
| 33660 | var $search = $('.search').clone(); | 33670 | var $search = $('.search').clone(); |
| 33661 | $search.addClass('mobile'); | 33671 | $search.addClass('mobile'); |
| 33672 | $('.search').attr('id', 'search'); | ||
| 33673 | $('.search-button').attr('id', 'search-button'); | ||
| 33662 | $('#navbarNavDropdown').prepend($search); | 33674 | $('#navbarNavDropdown').prepend($search); |
| 33663 | $(document).on("click", ".search-button a, .close", function (e) { | 33675 | $(document).on("click", ".search-button a, .close", function (e) { |
| 33664 | e.preventDefault(); | 33676 | e.preventDefault(); |
| 33677 | $('.search-button').toggleClass('open'); | ||
| 33665 | $('.search').toggleClass('open'); | 33678 | $('.search').toggleClass('open'); |
| 33666 | }); | 33679 | }); |
| 33667 | }); | 33680 | }); | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -33,20 +33,33 @@ jQuery(document).ready(function($) { | ... | @@ -33,20 +33,33 @@ jQuery(document).ready(function($) { |
| 33 | _id = jQuery(this).attr('id'); | 33 | _id = jQuery(this).attr('id'); |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | |||
| 37 | |||
| 38 | |||
| 36 | if (jQuery(this).hasClass('course-carousel')) { | 39 | if (jQuery(this).hasClass('course-carousel')) { |
| 37 | offset = ((window.innerWidth - $('.entry-content').width()) / 2) - 28; | 40 | offset =0; |
| 41 | PerView = 3; | ||
| 42 | space = 45; | ||
| 43 | SlidesPerGroup = 1; | ||
| 44 | offsetAfter = 0; | ||
| 45 | _id = jQuery(this).attr('id'); | ||
| 46 | } | ||
| 47 | |||
| 48 | if (jQuery(this).hasClass('cert-carousel')) { | ||
| 49 | offset = 0; | ||
| 38 | PerView = 3; | 50 | PerView = 3; |
| 39 | space = 0; | 51 | space = 40; |
| 40 | SlidesPerGroup = 3; | 52 | SlidesPerGroup = 1; |
| 41 | offsetAfter = ((window.innerWidth - $('.entry-content').width()) / 2) - 28; | 53 | offsetAfter = 0; |
| 42 | _id = jQuery(this).attr('id'); | 54 | _id = jQuery(this).attr('id'); |
| 43 | } | 55 | } |
| 56 | |||
| 44 | 57 | ||
| 45 | if ($(window).width() < 600) { | 58 | if ($(window).width() < 600) { |
| 46 | offset = 0; | 59 | offset = 0; |
| 47 | PerView = 1; | 60 | PerView = 1; |
| 48 | SlidesPerGroup = 1; | 61 | SlidesPerGroup = 0; |
| 49 | space = 0; | 62 | space = 40; |
| 50 | offsetAfter = 0; | 63 | offsetAfter = 0; |
| 51 | 64 | ||
| 52 | } | 65 | } | ... | ... |
| ... | @@ -35,8 +35,11 @@ document.addEventListener("DOMContentLoaded", function() { | ... | @@ -35,8 +35,11 @@ document.addEventListener("DOMContentLoaded", function() { |
| 35 | window.addEventListener('scroll', function() { | 35 | window.addEventListener('scroll', function() { |
| 36 | if (window.scrollY > 57) { | 36 | if (window.scrollY > 57) { |
| 37 | document.getElementById('main-nav').classList.add('fixed-top'); | 37 | document.getElementById('main-nav').classList.add('fixed-top'); |
| 38 | |||
| 38 | } else { | 39 | } else { |
| 39 | document.getElementById('main-nav').classList.remove('fixed-top'); | 40 | document.getElementById('main-nav').classList.remove('fixed-top'); |
| 41 | document.getElementById('search').classList.remove('open'); | ||
| 42 | document.getElementById('search-button').classList.remove('open'); | ||
| 40 | } | 43 | } |
| 41 | }); | 44 | }); |
| 42 | }); | 45 | }); |
| ... | @@ -72,10 +75,14 @@ function backToTop() { | ... | @@ -72,10 +75,14 @@ function backToTop() { |
| 72 | jQuery(document).ready(function($) { | 75 | jQuery(document).ready(function($) { |
| 73 | var $search = $('.search').clone(); | 76 | var $search = $('.search').clone(); |
| 74 | $search.addClass('mobile'); | 77 | $search.addClass('mobile'); |
| 78 | $('.search').attr('id','search'); | ||
| 79 | $('.search-button').attr('id','search-button'); | ||
| 75 | $('#navbarNavDropdown').prepend($search); | 80 | $('#navbarNavDropdown').prepend($search); |
| 76 | 81 | ||
| 82 | |||
| 77 | $(document).on("click", ".search-button a, .close", function(e) { | 83 | $(document).on("click", ".search-button a, .close", function(e) { |
| 78 | e.preventDefault(); | 84 | e.preventDefault(); |
| 85 | $('.search-button').toggleClass('open'); | ||
| 79 | $('.search').toggleClass('open'); | 86 | $('.search').toggleClass('open'); |
| 80 | 87 | ||
| 81 | 88 | ... | ... |
| 1 | .swiper-pagination-bullet { | 1 | .swiper-pagination-bullet { |
| 2 | background: #fff !important; | 2 | background: #fff !important; |
| 3 | border: 2px solid #2c2c2c !important; | 3 | border: 2px solid #2c2c2c !important; |
| 4 | height: 13px !important; | 4 | height: 13px !important; |
| 5 | width: 13px !important; | 5 | width: 13px !important; |
| 6 | opacity: 1 !important; | 6 | opacity: 1 !important; |
| 7 | } | ||
| 8 | .swiper-pagination-bullet-active { | ||
| 9 | background: #3f9c35 !important; | ||
| 10 | border: 2px solid #3f9c35 !important; | ||
| 11 | } | ||
| 12 | |||
| 13 | // carousel css | ||
| 14 | .carousel:not(.is-admin) { | ||
| 15 | background-color: transparent !important; | ||
| 16 | left: -20px; | ||
| 17 | width: 100vw; | ||
| 18 | margin-top: 30px; | ||
| 19 | margin-bottom: 30px; | ||
| 20 | } | ||
| 21 | |||
| 22 | .carousel-items { | ||
| 23 | list-style: none; | ||
| 24 | margin-block-start: 0em; | ||
| 25 | margin-block-end: 0em; | ||
| 26 | margin-inline-start: 0px; | ||
| 27 | margin-inline-end: 0px; | ||
| 28 | padding-inline-start: 20px; | ||
| 29 | background-color: transparent !important; | ||
| 30 | @media only screen and (max-width: 768px) { | ||
| 31 | padding-inline-start: 0px; | ||
| 7 | } | 32 | } |
| 8 | .swiper-pagination-bullet-active { | 33 | } |
| 9 | background: #3f9c35 !important; | 34 | |
| 10 | border: 2px solid #3f9c35 !important; | 35 | .swiper-button-next.swiper-button-disabled, |
| 36 | .swiper-button-prev.swiper-button-disabled { | ||
| 37 | pointer-events: all !important; | ||
| 38 | } | ||
| 39 | |||
| 40 | .carousel-items.slick-initialized.slick-slider { | ||
| 41 | margin-right: 15px; //for the scroll bar | ||
| 42 | } | ||
| 43 | |||
| 44 | .carousel { | ||
| 45 | width: 100vw; | ||
| 46 | margin-left: calc((100% - 100vw) / 2); | ||
| 47 | @media only screen and (max-width: 768px) { | ||
| 48 | width: 95%; | ||
| 49 | margin-left: 0px; | ||
| 11 | } | 50 | } |
| 12 | 51 | left: 0 !important; | |
| 13 | // carousel css | 52 | min-height: 340px !important; |
| 14 | .carousel:not(.is-admin) { | 53 | .swiper-button-next { |
| 15 | background-color: transparent !important; | 54 | right: 8px !important; |
| 16 | left: -20px; | ||
| 17 | width: 100vw; | ||
| 18 | margin-top: 30px; | ||
| 19 | margin-bottom: 30px; | ||
| 20 | } | 55 | } |
| 21 | 56 | .swiper-button-prev { | |
| 22 | .carousel-items { | 57 | left: 7px !important; |
| 23 | list-style: none; | ||
| 24 | margin-block-start: 0em; | ||
| 25 | margin-block-end: 0em; | ||
| 26 | margin-inline-start: 0px; | ||
| 27 | margin-inline-end: 0px; | ||
| 28 | padding-inline-start: 20px; | ||
| 29 | background-color: transparent !important; | ||
| 30 | @media only screen and (max-width: 768px) { | 58 | @media only screen and (max-width: 768px) { |
| 31 | padding-inline-start: 0px; | 59 | left: -5px !important; |
| 32 | } | 60 | } |
| 33 | } | 61 | } |
| 34 | 62 | .swiper-pagination { | |
| 35 | .swiper-button-next.swiper-button-disabled, | 63 | bottom: -20px !important; |
| 36 | .swiper-button-prev.swiper-button-disabled { | ||
| 37 | pointer-events: all !important; | ||
| 38 | } | 64 | } |
| 39 | 65 | .carousel-items { | |
| 40 | .carousel-items.slick-initialized.slick-slider { | 66 | margin-left: 1.75rem; |
| 41 | margin-right: 15px; //for the scroll bar | ||
| 42 | } | 67 | } |
| 43 | 68 | .swiper-wrapper { | |
| 44 | .carousel { | 69 | gap: 1rem; |
| 45 | width: 100vw; | 70 | } |
| 46 | margin-left: calc((100% - 100vw) / 2); | 71 | } |
| 72 | |||
| 73 | .cert-carousel { | ||
| 74 | @media only screen and (max-width: 768px) { | ||
| 75 | margin-left: 0px !important; | ||
| 76 | } | ||
| 77 | .swiper-slide { | ||
| 78 | width: 100% !important; | ||
| 47 | @media only screen and (max-width: 768px) { | 79 | @media only screen and (max-width: 768px) { |
| 48 | width: 95%; | 80 | width: 100% !important; |
| 49 | margin-left: 0px; | 81 | padding-left: 0px; |
| 50 | } | 82 | } |
| 51 | left: 0 !important; | 83 | |
| 52 | min-height: 340px !important; | 84 | .cert-cont { |
| 53 | .swiper-button-next { | 85 | background-color: #e2f2f9; |
| 54 | right: 8px !important; | 86 | margin-left: -50%; |
| 87 | margin-right: -50%; | ||
| 88 | padding-left: 50%; | ||
| 89 | padding-right: 50%; | ||
| 55 | } | 90 | } |
| 56 | .swiper-button-prev { | 91 | |
| 57 | left: 7px !important; | 92 | .cert_link { |
| 58 | @media only screen and (max-width: 768px) { | 93 | display: block; |
| 59 | left: -5px !important; | 94 | width: 300px; |
| 95 | height: 232px; | ||
| 96 | background-size: contain; | ||
| 97 | text-decoration: none; | ||
| 98 | font-size: 10px; | ||
| 99 | margin: auto; | ||
| 100 | text-align: center; | ||
| 101 | padding-top: 100px; | ||
| 102 | color: #156570; | ||
| 103 | p { | ||
| 104 | line-height: 10px; | ||
| 105 | color: #156570; | ||
| 106 | strong { | ||
| 107 | color: #156570; | ||
| 108 | } | ||
| 60 | } | 109 | } |
| 61 | } | 110 | } |
| 62 | .swiper-pagination { | ||
| 63 | bottom: -20px !important; | ||
| 64 | } | ||
| 65 | .carousel-items { | ||
| 66 | margin-left: 1.75rem; | ||
| 67 | } | ||
| 68 | .swiper-wrapper { | ||
| 69 | gap: 1rem; | ||
| 70 | } | ||
| 71 | } | 111 | } |
| 72 | 112 | } | |
| 73 | // testimonials carousel css | 113 | |
| 74 | .testimonials-carousel { | 114 | // testimonials carousel css |
| 115 | .testimonials-carousel { | ||
| 116 | @media only screen and (max-width: 768px) { | ||
| 117 | margin-left: 0px !important; | ||
| 118 | } | ||
| 119 | .swiper-slide { | ||
| 120 | width: 890px !important; | ||
| 75 | @media only screen and (max-width: 768px) { | 121 | @media only screen and (max-width: 768px) { |
| 76 | margin-left: 0px !important; | 122 | width: 100% !important; |
| 123 | padding-left: 0px; | ||
| 77 | } | 124 | } |
| 78 | .swiper-slide { | 125 | .testimonials { |
| 79 | width: 890px !important; | 126 | width: 890px; |
| 127 | background: #e5f2f8; | ||
| 128 | border-radius: 25px 25px 0px 0px; | ||
| 129 | margin-right: 20px; | ||
| 80 | @media only screen and (max-width: 768px) { | 130 | @media only screen and (max-width: 768px) { |
| 81 | width: 100% !important; | 131 | width: 100% !important; |
| 82 | padding-left:0px; | 132 | margin-right: 0px; |
| 83 | } | 133 | } |
| 84 | .testimonials { | 134 | .row { |
| 85 | width: 890px; | 135 | margin-right: 0rem !important; |
| 86 | background: #e5f2f8; | 136 | border-bottom: 20px solid #ffa300; |
| 87 | border-radius: 25px 25px 0px 0px; | 137 | margin-left: -15px !important; |
| 88 | margin-right: 20px; | 138 | min-height: 316px !important; |
| 89 | @media only screen and (max-width: 768px) { | 139 | @media only screen and (max-width: 768px) { |
| 90 | width: 100% !important; | 140 | margin-left: 0px !important; |
| 91 | margin-right: 0px; | ||
| 92 | } | ||
| 93 | .row { | ||
| 94 | margin-right: 0rem !important; | ||
| 95 | border-bottom: 20px solid #ffa300; | ||
| 96 | margin-left: -15px !important; | ||
| 97 | min-height: 316px !important; | ||
| 98 | @media only screen and (max-width: 768px) { | ||
| 99 | margin-left: 0px !important; | ||
| 100 | } | ||
| 101 | } | ||
| 102 | |||
| 103 | .col-md-1 { | ||
| 104 | background-size: cover; | ||
| 105 | @media only screen and (max-width: 768px) { | ||
| 106 | padding-left: 0px; | ||
| 107 | } | ||
| 108 | } | ||
| 109 | .testimonial-text { | ||
| 110 | padding: 30px 50px; | ||
| 111 | } | ||
| 112 | |||
| 113 | p { | ||
| 114 | font-size: 16px !important; | ||
| 115 | line-height: 24px !important; | ||
| 116 | color: #2c2c2c; | ||
| 117 | } | ||
| 118 | |||
| 119 | .testimonials_image { | ||
| 120 | width: 100%; | ||
| 121 | } | ||
| 122 | } | ||
| 123 | } | ||
| 124 | |||
| 125 | .swiper-slide:nth-of-type(2) { | ||
| 126 | .testimonials { | ||
| 127 | .row { | ||
| 128 | border-bottom: 20px solid #3f9c35; | ||
| 129 | } | 141 | } |
| 130 | } | 142 | } |
| 131 | .promo-img img { | 143 | |
| 132 | border-bottom: 20px solid #3f9c35; | 144 | .col-md-1 { |
| 133 | } | 145 | background-size: cover; |
| 134 | } | 146 | @media only screen and (max-width: 768px) { |
| 135 | .swiper-slide:nth-of-type(3) { | 147 | padding-left: 0px; |
| 136 | .testimonials { | ||
| 137 | .row { | ||
| 138 | border-bottom: 20px solid #0484b8; | ||
| 139 | } | ||
| 140 | } | ||
| 141 | .promo-img img { | ||
| 142 | border-bottom: 20px solid #0484b8; | ||
| 143 | } | ||
| 144 | } | ||
| 145 | .swiper-slide:nth-of-type(4) { | ||
| 146 | .testimonials { | ||
| 147 | .row { | ||
| 148 | border-bottom: 20px solid #e04e39; | ||
| 149 | } | 148 | } |
| 150 | } | 149 | } |
| 151 | .promo-img img { | 150 | .testimonial-text { |
| 152 | border-bottom: 20px solid #e04e39; | 151 | padding: 30px 50px; |
| 153 | } | 152 | } |
| 154 | } | 153 | |
| 155 | } | 154 | p { |
| 156 | 155 | font-size: 16px !important; | |
| 157 | .promo-carousel { | 156 | line-height: 24px !important; |
| 158 | width: 100% !important; | 157 | color: #2c2c2c; |
| 159 | margin-left: 0px !important; | ||
| 160 | position: relative; | ||
| 161 | @media only screen and (min-width: 1400px) { | ||
| 162 | max-width: 100% !important; | ||
| 163 | } | ||
| 164 | .swiper-slide { | ||
| 165 | margin-left: 0px !important; | ||
| 166 | max-width: 100% !important; | ||
| 167 | @media only screen and (min-width: 1400px) { | ||
| 168 | width: 100% !important; | ||
| 169 | } | ||
| 170 | .promo-img { | ||
| 171 | max-height: 264px; | ||
| 172 | max-width: 372px; | ||
| 173 | overflow: hidden; | ||
| 174 | border-bottom: 20px solid #ffa300; | ||
| 175 | } | ||
| 176 | .promo-img img { | ||
| 177 | max-width: 372px; | ||
| 178 | border-radius: 25px 25px 0px 0px; | ||
| 179 | } | 158 | } |
| 180 | .promo.row { | 159 | |
| 160 | .testimonials_image { | ||
| 181 | width: 100%; | 161 | width: 100%; |
| 182 | border-top: 1px solid #ffa300; | ||
| 183 | border-bottom: 1px solid #ffa300; | ||
| 184 | @media only screen and (min-width: 1400px) { | ||
| 185 | max-width: 1344px; | ||
| 186 | } | ||
| 187 | @media only screen and (max-width: 768px) { | ||
| 188 | width: 100%; | ||
| 189 | } | ||
| 190 | margin: 40px auto; | ||
| 191 | padding: 50px 0px; | ||
| 192 | } | ||
| 193 | .promo_content { | ||
| 194 | max-width: 760px; | ||
| 195 | h3 { | ||
| 196 | font-size: 22px; | ||
| 197 | line-height: 33px; | ||
| 198 | } | ||
| 199 | p { | ||
| 200 | font-size: 16px; | ||
| 201 | line-height: 22px; | ||
| 202 | } | ||
| 203 | } | 162 | } |
| 204 | } | 163 | } |
| 205 | .swiper-button-next { | 164 | } |
| 206 | right: 30px !important; | 165 | |
| 207 | } | 166 | .swiper-slide:nth-of-type(2) { |
| 208 | .swiper-button-prev { | 167 | .testimonials { |
| 209 | left: 7px !important; | 168 | .row { |
| 210 | } | ||
| 211 | .swiper-pagination { | ||
| 212 | bottom: 65px !important; | ||
| 213 | } | ||
| 214 | |||
| 215 | .swiper-slide:nth-of-type(2) { | ||
| 216 | .promo-img { | ||
| 217 | border-bottom: 20px solid #3f9c35; | 169 | border-bottom: 20px solid #3f9c35; |
| 218 | } | 170 | } |
| 219 | } | 171 | } |
| 220 | .swiper-slide:nth-of-type(3) { | 172 | .promo-img img { |
| 221 | .promo-img { | 173 | border-bottom: 20px solid #3f9c35; |
| 174 | } | ||
| 175 | } | ||
| 176 | .swiper-slide:nth-of-type(3) { | ||
| 177 | .testimonials { | ||
| 178 | .row { | ||
| 222 | border-bottom: 20px solid #0484b8; | 179 | border-bottom: 20px solid #0484b8; |
| 223 | } | 180 | } |
| 224 | } | 181 | } |
| 225 | .swiper-slide:nth-of-type(4) { | 182 | .promo-img img { |
| 226 | .promo-img { | 183 | border-bottom: 20px solid #0484b8; |
| 184 | } | ||
| 185 | } | ||
| 186 | .swiper-slide:nth-of-type(4) { | ||
| 187 | .testimonials { | ||
| 188 | .row { | ||
| 227 | border-bottom: 20px solid #e04e39; | 189 | border-bottom: 20px solid #e04e39; |
| 228 | } | 190 | } |
| 229 | } | 191 | } |
| 192 | .promo-img img { | ||
| 193 | border-bottom: 20px solid #e04e39; | ||
| 194 | } | ||
| 230 | } | 195 | } |
| 231 | 196 | } | |
| 232 | 197 | ||
| 233 | 198 | ||
| 234 | 199 | .promo-carousel { | |
| 235 | .course-carousel { | 200 | width: 100% !important; |
| 236 | width: 100% !important; | 201 | margin-left: 0px !important; |
| 202 | position: relative; | ||
| 203 | @media only screen and (min-width: 1400px) { | ||
| 204 | max-width: 100% !important; | ||
| 205 | } | ||
| 206 | .swiper-slide { | ||
| 237 | margin-left: 0px !important; | 207 | margin-left: 0px !important; |
| 238 | position: relative; | 208 | max-width: 100% !important; |
| 239 | @media only screen and (min-width: 1400px) { | 209 | @media only screen and (min-width: 1400px) { |
| 240 | max-width: 100% !important; | 210 | width: 100% !important; |
| 241 | } | 211 | } |
| 242 | .swiper-wrapper{ | 212 | .promo-img { |
| 243 | // max-width: 1344px; | 213 | max-height: 264px; |
| 244 | margin: auto; | 214 | max-width: 372px; |
| 215 | overflow: hidden; | ||
| 216 | border-bottom: 20px solid #ffa300; | ||
| 217 | } | ||
| 218 | .promo-img img { | ||
| 219 | max-width: 372px; | ||
| 220 | border-radius: 25px 25px 0px 0px; | ||
| 245 | } | 221 | } |
| 246 | .swiper-slide { | 222 | .promo.row { |
| 247 | margin-left: 0px !important; | 223 | width: 100%; |
| 248 | width: 333px !important; | 224 | border-top: 1px solid #ffa300; |
| 249 | 225 | border-bottom: 1px solid #ffa300; | |
| 226 | @media only screen and (min-width: 1400px) { | ||
| 227 | max-width: 1344px; | ||
| 228 | } | ||
| 229 | @media only screen and (max-width: 768px) { | ||
| 230 | width: 100%; | ||
| 231 | } | ||
| 232 | margin: 40px auto; | ||
| 233 | padding: 50px 0px; | ||
| 250 | } | 234 | } |
| 251 | .card{ | 235 | .promo_content { |
| 252 | min-height: 540px; | 236 | max-width: 760px; |
| 237 | h3 { | ||
| 238 | font-size: 22px; | ||
| 239 | line-height: 33px; | ||
| 240 | } | ||
| 241 | p { | ||
| 242 | font-size: 16px; | ||
| 243 | line-height: 22px; | ||
| 244 | } | ||
| 253 | } | 245 | } |
| 254 | .swiper-button-next { | 246 | } |
| 255 | right: 30px !important; | 247 | .swiper-button-next { |
| 248 | right: 30px !important; | ||
| 249 | } | ||
| 250 | .swiper-button-prev { | ||
| 251 | left: 7px !important; | ||
| 252 | } | ||
| 253 | .swiper-pagination { | ||
| 254 | bottom: 65px !important; | ||
| 255 | } | ||
| 256 | |||
| 257 | .swiper-slide:nth-of-type(2) { | ||
| 258 | .promo-img { | ||
| 259 | border-bottom: 20px solid #3f9c35; | ||
| 256 | } | 260 | } |
| 257 | .swiper-button-prev { | 261 | } |
| 258 | left: 7px !important; | 262 | .swiper-slide:nth-of-type(3) { |
| 263 | .promo-img { | ||
| 264 | border-bottom: 20px solid #0484b8; | ||
| 259 | } | 265 | } |
| 260 | .swiper-pagination { | 266 | } |
| 261 | bottom: -40px !important; | 267 | .swiper-slide:nth-of-type(4) { |
| 268 | .promo-img { | ||
| 269 | border-bottom: 20px solid #e04e39; | ||
| 262 | } | 270 | } |
| 271 | } | ||
| 272 | } | ||
| 273 | |||
| 274 | .course-carousel { | ||
| 275 | width: 100% !important; | ||
| 276 | margin-left: 0px !important; | ||
| 277 | position: relative; | ||
| 278 | @media only screen and (min-width: 1400px) { | ||
| 279 | max-width: 100% !important; | ||
| 280 | } | ||
| 281 | .swiper-wrapper { | ||
| 282 | // max-width: 1344px; | ||
| 283 | margin: auto; | ||
| 284 | } | ||
| 285 | .swiper-slide { | ||
| 263 | 286 | ||
| 264 | } | 287 | } |
| 265 | |||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 288 | .card { | ||
| 289 | min-height: 540px; | ||
| 290 | } | ||
| 291 | .swiper-button-next { | ||
| 292 | right: 30px !important; | ||
| 293 | } | ||
| 294 | .swiper-button-prev { | ||
| 295 | left: 7px !important; | ||
| 296 | } | ||
| 297 | .swiper-pagination { | ||
| 298 | bottom: -40px !important; | ||
| 299 | } | ||
| 300 | } | ... | ... |
| ... | @@ -156,4 +156,4 @@ max-width: 100% !important; | ... | @@ -156,4 +156,4 @@ max-width: 100% !important; |
| 156 | 156 | ||
| 157 | .wp-block-image.is-style-rounded img{ | 157 | .wp-block-image.is-style-rounded img{ |
| 158 | border-radius: 25px; | 158 | border-radius: 25px; |
| 159 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 159 | } | ... | ... |
| ... | @@ -113,7 +113,11 @@ | ... | @@ -113,7 +113,11 @@ |
| 113 | 113 | ||
| 114 | .admin-bar .fixed-top { | 114 | .admin-bar .fixed-top { |
| 115 | top: 32px; | 115 | top: 32px; |
| 116 | @media only screen and (max-width: 768px) { | ||
| 117 | top: 0px; | ||
| 118 | } | ||
| 116 | } | 119 | } |
| 120 | |||
| 117 | 121 | ||
| 118 | #main-nav.fixed-top { | 122 | #main-nav.fixed-top { |
| 119 | height: 80px !important; | 123 | height: 80px !important; |
| ... | @@ -160,6 +164,11 @@ | ... | @@ -160,6 +164,11 @@ |
| 160 | right: 0px; | 164 | right: 0px; |
| 161 | width: 200px; | 165 | width: 200px; |
| 162 | height: 200px; | 166 | height: 200px; |
| 167 | @media only screen and (max-width: 900px) { | ||
| 168 | width: 140px; | ||
| 169 | height: 140px; | ||
| 170 | } | ||
| 171 | |||
| 163 | background-image: url("../images/logo-border.png"); | 172 | background-image: url("../images/logo-border.png"); |
| 164 | } | 173 | } |
| 165 | 174 | ||
| ... | @@ -218,20 +227,32 @@ | ... | @@ -218,20 +227,32 @@ |
| 218 | 227 | ||
| 219 | .search-button a { | 228 | .search-button a { |
| 220 | text-indent: 99999px; | 229 | text-indent: 99999px; |
| 230 | position: relative; | ||
| 221 | background-repeat: no-repeat; | 231 | background-repeat: no-repeat; |
| 222 | width: 35px; | 232 | width: 35px; |
| 223 | height: 35px; | 233 | height: 35px; |
| 224 | background-image: url("data:image/svg+xml,%3Csvg id='Component_33_1' data-name='Component 33 %E2%80%93 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ccircle id='Ellipse_8' data-name='Ellipse 8' cx='17.5' cy='17.5' r='17.5' fill='%230484b8'/%3E%3Cg id='Group_1454' data-name='Group 1454' transform='translate(-1077.417 -15.667)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='6.701' cy='6.701' r='6.701' transform='translate(1086.75 25)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cline id='Line_39' data-name='Line 39' x2='4.188' y2='4.188' transform='translate(1098.896 37.146)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); | 234 | background-image: url("data:image/svg+xml,%3Csvg id='Component_33_1' data-name='Component 33 %E2%80%93 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ccircle id='Ellipse_8' data-name='Ellipse 8' cx='17.5' cy='17.5' r='17.5' fill='%230484b8'/%3E%3Cg id='Group_1454' data-name='Group 1454' transform='translate(-1077.417 -15.667)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='6.701' cy='6.701' r='6.701' transform='translate(1086.75 25)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cline id='Line_39' data-name='Line 39' x2='4.188' y2='4.188' transform='translate(1098.896 37.146)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); |
| 225 | } | 235 | } |
| 226 | .search{ | ||
| 227 | display: none; | ||
| 228 | |||
| 229 | 236 | ||
| 237 | .search-button.open{ | ||
| 238 | display:none; | ||
| 239 | } | ||
| 240 | |||
| 241 | .search{ | ||
| 242 | top:57px; | ||
| 243 | height: 128px; | ||
| 244 | background-color:rgba(255,255,255,0.9); | ||
| 245 | position: fixed; | ||
| 246 | right:0px; | ||
| 247 | visibility: hidden; | ||
| 248 | transition: 0.4s; | ||
| 249 | width: 100%; | ||
| 250 | right: -100%; | ||
| 230 | 251 | ||
| 231 | .search-form{ | 252 | .search-form{ |
| 232 | width: 60%; | 253 | width: 60%; |
| 233 | margin: auto; | 254 | margin: auto; |
| 234 | margin-top: 40px; | 255 | margin-top: 20px; |
| 235 | @media only screen and (max-width: 768px) { | 256 | @media only screen and (max-width: 768px) { |
| 236 | width: 99%; | 257 | width: 99%; |
| 237 | margin-top: 0px; | 258 | margin-top: 0px; |
| ... | @@ -245,13 +266,15 @@ | ... | @@ -245,13 +266,15 @@ |
| 245 | @media only screen and (max-width: 768px) { | 266 | @media only screen and (max-width: 768px) { |
| 246 | width: 98%; | 267 | width: 98%; |
| 247 | } | 268 | } |
| 269 | |||
| 248 | } | 270 | } |
| 249 | 271 | ||
| 250 | .search-field{ | 272 | .search-field{ |
| 251 | all: unset; | 273 | all: unset; |
| 252 | width: 100%; | 274 | width: 100%; |
| 253 | margin: auto; | 275 | margin: auto; |
| 254 | border-bottom:1px solid #2c2c2c; | 276 | border-bottom:1px solid #2c2c2c; |
| 277 | |||
| 255 | } | 278 | } |
| 256 | 279 | ||
| 257 | .search-submit{ | 280 | .search-submit{ |
| ... | @@ -274,6 +297,7 @@ | ... | @@ -274,6 +297,7 @@ |
| 274 | background-color: #2c2c2c; | 297 | background-color: #2c2c2c; |
| 275 | } | 298 | } |
| 276 | } | 299 | } |
| 300 | |||
| 277 | .close{ | 301 | .close{ |
| 278 | all: unset; | 302 | all: unset; |
| 279 | position: relative; | 303 | position: relative; |
| ... | @@ -293,13 +317,29 @@ | ... | @@ -293,13 +317,29 @@ |
| 293 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); | 317 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); |
| 294 | } | 318 | } |
| 295 | } | 319 | } |
| 320 | .search .search-form label::before{ | ||
| 321 | content: ""; | ||
| 322 | opacity: 0; | ||
| 323 | transition: 0.8s; | ||
| 324 | position: absolute; | ||
| 325 | width: 35px; | ||
| 326 | height: 35px; | ||
| 327 | margin-left: -65px; | ||
| 328 | margin-top: -5px; | ||
| 329 | background-image: url("data:image/svg+xml,%3Csvg id='Component_33_1' data-name='Component 33 %E2%80%93 1' xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Ccircle id='Ellipse_8' data-name='Ellipse 8' cx='17.5' cy='17.5' r='17.5' fill='%230484b8'/%3E%3Cg id='Group_1454' data-name='Group 1454' transform='translate(-1077.417 -15.667)'%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='6.701' cy='6.701' r='6.701' transform='translate(1086.75 25)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cline id='Line_39' data-name='Line 39' x2='4.188' y2='4.188' transform='translate(1098.896 37.146)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 330 | |||
| 331 | } | ||
| 332 | |||
| 333 | .search.open .search-form label::before{ | ||
| 334 | opacity: 1; | ||
| 335 | } | ||
| 336 | |||
| 296 | .search.open:not(.mobile-search){ | 337 | .search.open:not(.mobile-search){ |
| 297 | display: block; | 338 | right:0px; |
| 298 | top:57px; | ||
| 299 | width: 100%; | 339 | width: 100%; |
| 300 | height: 128px; | 340 | visibility: visible; |
| 301 | background-color:rgba(255,255,255,0.9); | 341 | transition: 0.4s; |
| 302 | position: fixed; | 342 | |
| 303 | @media only screen and (max-width: 768px) { | 343 | @media only screen and (max-width: 768px) { |
| 304 | display: none; | 344 | display: none; |
| 305 | visibility: hidden; | 345 | visibility: hidden; |
| ... | @@ -307,12 +347,13 @@ | ... | @@ -307,12 +347,13 @@ |
| 307 | z-index: 999; | 347 | z-index: 999; |
| 308 | } | 348 | } |
| 309 | 349 | ||
| 310 | .search.open.mobile{ | 350 | .search.mobile{ |
| 311 | display: none; | 351 | display: none; |
| 312 | visibility: hidden; | 352 | visibility: hidden; |
| 313 | 353 | position: revert; | |
| 354 | height: 40px; | ||
| 355 | top:0px; | ||
| 314 | @media only screen and (max-width: 768px) { | 356 | @media only screen and (max-width: 768px) { |
| 315 | position: absolute; | ||
| 316 | display: block; | 357 | display: block; |
| 317 | visibility: visible; | 358 | visibility: visible; |
| 318 | } | 359 | } |
| ... | @@ -324,6 +365,7 @@ | ... | @@ -324,6 +365,7 @@ |
| 324 | right: 20px; | 365 | right: 20px; |
| 325 | border-color:transparent !important ; | 366 | border-color:transparent !important ; |
| 326 | } | 367 | } |
| 368 | |||
| 327 | .fixed-top{ | 369 | .fixed-top{ |
| 328 | .navbar-toggler{ | 370 | .navbar-toggler{ |
| 329 | top: 20px; | 371 | top: 20px; | ... | ... |
| ... | @@ -128,36 +128,76 @@ td.hidden { | ... | @@ -128,36 +128,76 @@ td.hidden { |
| 128 | } | 128 | } |
| 129 | 129 | ||
| 130 | .toolkit:before { | 130 | .toolkit:before { |
| 131 | content: ""; | ||
| 131 | height: 50px; | 132 | height: 50px; |
| 132 | width: 70px; | 133 | width: 40px; |
| 133 | margin-right: 0px; | 134 | margin-right: 10px; |
| 135 | @media only screen and (max-width: 768px) { | ||
| 136 | height: 30px; | ||
| 137 | width: 40px; | ||
| 138 | margin-right: 5px; | ||
| 139 | margin-top: 5px; | ||
| 140 | |||
| 141 | } | ||
| 134 | display: inline-block; | 142 | display: inline-block; |
| 135 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1482' data-name='Group 1482' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3C/g%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='8' cy='8' r='8' transform='translate(4349.135 1552.5)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | 143 | background-size: contain; |
| 144 | background-repeat: no-repeat; | ||
| 145 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1482' data-name='Group 1482' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3C/g%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='8' cy='8' r='8' transform='translate(4349.135 1552.5)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 136 | } | 146 | } |
| 137 | 147 | ||
| 138 | .article:before { | 148 | .article:before { |
| 149 | content: ""; | ||
| 139 | height: 50px; | 150 | height: 50px; |
| 140 | width: 70px; | 151 | width: 40px; |
| 141 | margin-top: 10px; | 152 | margin-top: 10px; |
| 153 | margin-right: 10px; | ||
| 154 | @media only screen and (max-width: 768px) { | ||
| 155 | height: 30px; | ||
| 156 | width: 40px; | ||
| 157 | margin-right: 5px; | ||
| 158 | margin-top: 5px; | ||
| 159 | } | ||
| 142 | display: inline-block; | 160 | display: inline-block; |
| 143 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1483' data-name='Group 1483' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_346' data-name='Rectangle 346' width='6' height='30.351' rx='3' transform='translate(4333.923 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_347' data-name='Rectangle 347' width='6' height='30.351' rx='3' transform='translate(4323.73 1573)' fill='%230484b8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | 161 | background-size: contain; |
| 162 | background-repeat: no-repeat; | ||
| 163 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1483' data-name='Group 1483' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_346' data-name='Rectangle 346' width='6' height='30.351' rx='3' transform='translate(4333.923 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_347' data-name='Rectangle 347' width='6' height='30.351' rx='3' transform='translate(4323.73 1573)' fill='%230484b8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | ||
| 144 | } | 164 | } |
| 145 | 165 | ||
| 146 | .pdf:before { | 166 | .pdf:before { |
| 147 | height: 60px; | 167 | content: ""; |
| 148 | width: 70px; | 168 | height: 50px; |
| 149 | margin-right: 5px; | 169 | width: 40px; |
| 170 | margin-right: 12px; | ||
| 171 | @media only screen and (max-width: 768px) { | ||
| 172 | height: 30px; | ||
| 173 | width: 40px; | ||
| 174 | margin-top: 5px; | ||
| 175 | margin-right: 5px; | ||
| 176 | } | ||
| 177 | |||
| 150 | display: inline-block; | 178 | display: inline-block; |
| 151 | content: url("data:image/svg+xml,%3Csvg id='Group_1138' data-name='Group 1138' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='61.731' height='69.688' viewBox='0 0 61.731 69.688'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='61.731' height='69.688' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1137' data-name='Group 1137' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1366' data-name='Path 1366' d='M53.764 69.688H8.012c-.107-.038-.213-.082-.323-.113a2.718 2.718 0 0 1-1.9-1.727 2.908 2.908 0 0 1-.165-1.053q0-6.691 0-13.382v-.388H5.306c-.474 0-.948 0-1.422 0a3.9 3.9 0 0 1-3.775-3.24A2.861 2.861 0 0 0 0 49.425v-20.9a2.182 2.182 0 0 0 .1-.328 3.9 3.9 0 0 1 3.911-3.284c.455.009.909 0 1.364 0 .075 0 .149-.012.253-.021V3.112c0-.145 0-.29 0-.435A2.745 2.745 0 0 1 7.386.168 3.124 3.124 0 0 1 8.554 0h32.6c.068 0 .136 0 .2 0A1.35 1.35 0 0 1 42.41.464c.093.1.18.2.27.3q6.482 7.4 12.969 14.8a1.924 1.924 0 0 1 .529 1.364c0 .087 0 .174 0 .261v7.717h.32c.474 0 .949-.015 1.422 0a3.824 3.824 0 0 1 3.488 2.293 3.732 3.732 0 0 1 .324 1.693q-.01 5.863 0 11.727 0 4.166 0 8.331a4.994 4.994 0 0 1-.037.839 3.9 3.9 0 0 1-3.816 3.224c-.474 0-.948 0-1.422 0-.084 0-.168.009-.273.015v.4q0 6.589 0 13.179c0 .184 0 .368-.019.551a2.73 2.73 0 0 1-2.039 2.408c-.12.031-.237.076-.356.115M8.38 2.738V24.9H53.4c.067-.3.056-6.6-.014-6.829H41.668c-.106 0-.213 0-.319 0A1.37 1.37 0 0 1 40.026 16.9a2.746 2.746 0 0 1-.018-.434q0-6.677 0-13.353V2.738ZM8.373 66.175H53.424V53.044H8.373Zm15.5-16.514c.117.019.212.042.307.049.79.066 1.58.148 2.371.19a32.6 32.6 0 0 0 5.1-.059 16.7 16.7 0 0 0 3.844-.831 8.88 8.88 0 0 0 5.7-5.618 12.809 12.809 0 0 0 .459-6.809A8.347 8.347 0 0 0 40 32.889a9.083 9.083 0 0 0-4.6-3.029 16.966 16.966 0 0 0-4.668-.641 45.008 45.008 0 0 0-5.564.239c-.429.046-.856.114-1.288.172Zm-13.02-7.189a14.15 14.15 0 0 0 2.723.043 10.625 10.625 0 0 0 3.35-.756 6.261 6.261 0 0 0 2.815-2.16 6.758 6.758 0 0 0 1.107-4.92 5.65 5.65 0 0 0-3.772-4.77 10.7 10.7 0 0 0-3.6-.675 40.641 40.641 0 0 0-6.485.288c-.236.03-.469.078-.7.116v20.11h4.561Zm46.54-13.085c-.451-.063-12.239-.041-12.439.018V49.736c.383.056 4.375.041 4.611-.021V44.3q0-.682 0-1.364c0-.451 0-.9 0-1.375h4.886c.406 0 .813 0 1.219 0s.8.017 1.2-.013V37.808H53.23c-1.215 0-2.43 0-3.64 0-.06-.549-.036-4.438.033-4.672h7.77Z' fill='%230484b8'/%3E%3Cpath id='Path_1367' data-name='Path 1367' d='M162.156 186.382c.333-.042.657-.1.983-.121a9.593 9.593 0 0 1 3.255.22 5.243 5.243 0 0 1 4.008 4.11 9.4 9.4 0 0 1-.266 5.291 5.541 5.541 0 0 1-4.1 3.7 9.083 9.083 0 0 1-2.445.253c-.472-.008-.944-.031-1.435-.047Z' transform='translate(-133.638 -153.468)' fill='%230484b8'/%3E%3Cpath id='Path_1368' data-name='Path 1368' d='M61.758 192.1v-6.042c.121-.027.24-.063.36-.079a7.58 7.58 0 0 1 2.994.08 3.149 3.149 0 0 1 1.091.523 2.577 2.577 0 0 1 1 1.677 3.556 3.556 0 0 1-.017 1.327 3.013 3.013 0 0 1-2.267 2.389 6.144 6.144 0 0 1-2.182.211c-.317-.019-.633-.056-.976-.087' transform='translate(-50.897 -153.178)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | 179 | background-size: contain; |
| 180 | background-repeat: no-repeat; | ||
| 181 | background-image: url("data:image/svg+xml,%3Csvg id='Group_1138' data-name='Group 1138' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='61.731' height='69.688' viewBox='0 0 61.731 69.688'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='61.731' height='69.688' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1137' data-name='Group 1137' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1366' data-name='Path 1366' d='M53.764 69.688H8.012c-.107-.038-.213-.082-.323-.113a2.718 2.718 0 0 1-1.9-1.727 2.908 2.908 0 0 1-.165-1.053q0-6.691 0-13.382v-.388H5.306c-.474 0-.948 0-1.422 0a3.9 3.9 0 0 1-3.775-3.24A2.861 2.861 0 0 0 0 49.425v-20.9a2.182 2.182 0 0 0 .1-.328 3.9 3.9 0 0 1 3.911-3.284c.455.009.909 0 1.364 0 .075 0 .149-.012.253-.021V3.112c0-.145 0-.29 0-.435A2.745 2.745 0 0 1 7.386.168 3.124 3.124 0 0 1 8.554 0h32.6c.068 0 .136 0 .2 0A1.35 1.35 0 0 1 42.41.464c.093.1.18.2.27.3q6.482 7.4 12.969 14.8a1.924 1.924 0 0 1 .529 1.364c0 .087 0 .174 0 .261v7.717h.32c.474 0 .949-.015 1.422 0a3.824 3.824 0 0 1 3.488 2.293 3.732 3.732 0 0 1 .324 1.693q-.01 5.863 0 11.727 0 4.166 0 8.331a4.994 4.994 0 0 1-.037.839 3.9 3.9 0 0 1-3.816 3.224c-.474 0-.948 0-1.422 0-.084 0-.168.009-.273.015v.4q0 6.589 0 13.179c0 .184 0 .368-.019.551a2.73 2.73 0 0 1-2.039 2.408c-.12.031-.237.076-.356.115M8.38 2.738V24.9H53.4c.067-.3.056-6.6-.014-6.829H41.668c-.106 0-.213 0-.319 0A1.37 1.37 0 0 1 40.026 16.9a2.746 2.746 0 0 1-.018-.434q0-6.677 0-13.353V2.738ZM8.373 66.175H53.424V53.044H8.373Zm15.5-16.514c.117.019.212.042.307.049.79.066 1.58.148 2.371.19a32.6 32.6 0 0 0 5.1-.059 16.7 16.7 0 0 0 3.844-.831 8.88 8.88 0 0 0 5.7-5.618 12.809 12.809 0 0 0 .459-6.809A8.347 8.347 0 0 0 40 32.889a9.083 9.083 0 0 0-4.6-3.029 16.966 16.966 0 0 0-4.668-.641 45.008 45.008 0 0 0-5.564.239c-.429.046-.856.114-1.288.172Zm-13.02-7.189a14.15 14.15 0 0 0 2.723.043 10.625 10.625 0 0 0 3.35-.756 6.261 6.261 0 0 0 2.815-2.16 6.758 6.758 0 0 0 1.107-4.92 5.65 5.65 0 0 0-3.772-4.77 10.7 10.7 0 0 0-3.6-.675 40.641 40.641 0 0 0-6.485.288c-.236.03-.469.078-.7.116v20.11h4.561Zm46.54-13.085c-.451-.063-12.239-.041-12.439.018V49.736c.383.056 4.375.041 4.611-.021V44.3q0-.682 0-1.364c0-.451 0-.9 0-1.375h4.886c.406 0 .813 0 1.219 0s.8.017 1.2-.013V37.808H53.23c-1.215 0-2.43 0-3.64 0-.06-.549-.036-4.438.033-4.672h7.77Z' fill='%230484b8'/%3E%3Cpath id='Path_1367' data-name='Path 1367' d='M162.156 186.382c.333-.042.657-.1.983-.121a9.593 9.593 0 0 1 3.255.22 5.243 5.243 0 0 1 4.008 4.11 9.4 9.4 0 0 1-.266 5.291 5.541 5.541 0 0 1-4.1 3.7 9.083 9.083 0 0 1-2.445.253c-.472-.008-.944-.031-1.435-.047Z' transform='translate(-133.638 -153.468)' fill='%230484b8'/%3E%3Cpath id='Path_1368' data-name='Path 1368' d='M61.758 192.1v-6.042c.121-.027.24-.063.36-.079a7.58 7.58 0 0 1 2.994.08 3.149 3.149 0 0 1 1.091.523 2.577 2.577 0 0 1 1 1.677 3.556 3.556 0 0 1-.017 1.327 3.013 3.013 0 0 1-2.267 2.389 6.144 6.144 0 0 1-2.182.211c-.317-.019-.633-.056-.976-.087' transform='translate(-50.897 -153.178)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 152 | } | 182 | } |
| 153 | 183 | ||
| 154 | .video:before { | 184 | .video:before { |
| 185 | content: ""; | ||
| 155 | height: 50px; | 186 | height: 50px; |
| 156 | width: 66px; | 187 | width: 40px; |
| 157 | margin-right: 15px; | 188 | margin-right: 10px; |
| 158 | margin-top: 20px; | 189 | margin-top: 10px; |
| 190 | @media only screen and (max-width: 768px) { | ||
| 191 | height: 30px; | ||
| 192 | width: 35px; | ||
| 193 | margin-top: 5px; | ||
| 194 | margin-right: 10px; | ||
| 195 | margin-left: -5px; | ||
| 196 | } | ||
| 159 | display: inline-block; | 197 | display: inline-block; |
| 160 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='66.352' height='49.753' viewBox='0 0 66.352 49.753'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='66.352' height='49.753' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1421' data-name='Group 1421' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1887' data-name='Path 1887' d='M0 44.159V5.579a1.083 1.083 0 0 0 .061-.187A6.207 6.207 0 0 1 6.244 0Q33.17 0 60.1.009a6.512 6.512 0 0 1 1.637.207 6.169 6.169 0 0 1 4.608 5.939c.019 3.564.006 7.129.006 10.694q0 13.249 0 26.5a6.219 6.219 0 0 1-2.013 4.741 6.347 6.347 0 0 1-4.548 1.665q-26.606-.014-53.211-.006H6.341a6.213 6.213 0 0 1-6.17-4.8c-.06-.261-.114-.523-.171-.785M49.742 4.166H16.613V45.579H49.742Zm8.3 8.258c.677 0 1.354.006 2.03 0A2.053 2.053 0 0 0 62.2 10.288q.016-2.013 0-4.026a2.046 2.046 0 0 0-2.121-2.111q-2.03-.013-4.061 0A2.023 2.023 0 0 0 53.912 6.2q-.044 2.08 0 4.161a2.037 2.037 0 0 0 2.134 2.062c.665.006 1.331 0 2 0m.025 8.308c-.677 0-1.354-.006-2.03 0A2.035 2.035 0 0 0 53.91 22.8q-.038 2.063 0 4.127A2.036 2.036 0 0 0 56.029 29q2.03.014 4.061 0A2.038 2.038 0 0 0 62.2 26.92q.027-2.047 0-4.094A2.045 2.045 0 0 0 60.1 20.734c-.677-.008-1.354 0-2.031 0m-.025 24.857c.677 0 1.354.006 2.03 0a2.048 2.048 0 0 0 2.131-2.1q.023-2.03 0-4.06a2.045 2.045 0 0 0-2.122-2.11q-2.03-.014-4.061 0a2.024 2.024 0 0 0-2.109 2.048q-.044 2.08 0 4.162a2.036 2.036 0 0 0 2.134 2.061c.665.006 1.331 0 2 0M8.321 4.149c-.654 0-1.308 0-1.962 0a2.058 2.058 0 0 0-2.2 2.2q-.014 1.945 0 3.89a2.056 2.056 0 0 0 2.216 2.185q1.928.006 3.857 0a2.065 2.065 0 0 0 2.222-2.184q.02-2 0-3.992a2.046 2.046 0 0 0-2.1-2.1c-.677-.009-1.354 0-2.03 0m.007 24.858c.643 0 1.286 0 1.928 0a2.063 2.063 0 0 0 2.194-2.178c.014-1.33.012-2.661 0-3.991a2.041 2.041 0 0 0-2.094-2.1q-2.047-.016-4.094 0a1.981 1.981 0 0 0-2.087 1.953c-.054 1.453-.053 2.91 0 4.362A1.987 1.987 0 0 0 6.263 29c.688.008 1.376 0 2.064 0M8.282 45.589c.643 0 1.286 0 1.928 0a2.071 2.071 0 0 0 2.24-2.2q.017-1.979 0-3.958a2.046 2.046 0 0 0-2.117-2.113q-2.03-.014-4.061 0a1.979 1.979 0 0 0-2.1 1.943c-.056 1.463-.055 2.932 0 4.4a1.981 1.981 0 0 0 2.074 1.932c.676.009 1.353 0 2.03 0' transform='translate(0 0)' fill='%230484b8'/%3E%3Cpath id='Path_1888' data-name='Path 1888' d='M60.393 48.784c0-2.753-.005-5.5 0-8.257a2.035 2.035 0 0 1 2.225-2.091 2.324 2.324 0 0 1 .835.244q8.23 4.1 16.45 8.215a2.086 2.086 0 0 1 0 3.776q-8.223 4.112-16.45 8.217a2.058 2.058 0 0 1-3.066-1.914c-.006-2.73 0-5.46 0-8.19' transform='translate(-37.582 -23.915)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | 198 | background-size: contain; |
| 199 | background-repeat: no-repeat; | ||
| 200 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='66.352' height='49.753' viewBox='0 0 66.352 49.753'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='66.352' height='49.753' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1421' data-name='Group 1421' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1887' data-name='Path 1887' d='M0 44.159V5.579a1.083 1.083 0 0 0 .061-.187A6.207 6.207 0 0 1 6.244 0Q33.17 0 60.1.009a6.512 6.512 0 0 1 1.637.207 6.169 6.169 0 0 1 4.608 5.939c.019 3.564.006 7.129.006 10.694q0 13.249 0 26.5a6.219 6.219 0 0 1-2.013 4.741 6.347 6.347 0 0 1-4.548 1.665q-26.606-.014-53.211-.006H6.341a6.213 6.213 0 0 1-6.17-4.8c-.06-.261-.114-.523-.171-.785M49.742 4.166H16.613V45.579H49.742Zm8.3 8.258c.677 0 1.354.006 2.03 0A2.053 2.053 0 0 0 62.2 10.288q.016-2.013 0-4.026a2.046 2.046 0 0 0-2.121-2.111q-2.03-.013-4.061 0A2.023 2.023 0 0 0 53.912 6.2q-.044 2.08 0 4.161a2.037 2.037 0 0 0 2.134 2.062c.665.006 1.331 0 2 0m.025 8.308c-.677 0-1.354-.006-2.03 0A2.035 2.035 0 0 0 53.91 22.8q-.038 2.063 0 4.127A2.036 2.036 0 0 0 56.029 29q2.03.014 4.061 0A2.038 2.038 0 0 0 62.2 26.92q.027-2.047 0-4.094A2.045 2.045 0 0 0 60.1 20.734c-.677-.008-1.354 0-2.031 0m-.025 24.857c.677 0 1.354.006 2.03 0a2.048 2.048 0 0 0 2.131-2.1q.023-2.03 0-4.06a2.045 2.045 0 0 0-2.122-2.11q-2.03-.014-4.061 0a2.024 2.024 0 0 0-2.109 2.048q-.044 2.08 0 4.162a2.036 2.036 0 0 0 2.134 2.061c.665.006 1.331 0 2 0M8.321 4.149c-.654 0-1.308 0-1.962 0a2.058 2.058 0 0 0-2.2 2.2q-.014 1.945 0 3.89a2.056 2.056 0 0 0 2.216 2.185q1.928.006 3.857 0a2.065 2.065 0 0 0 2.222-2.184q.02-2 0-3.992a2.046 2.046 0 0 0-2.1-2.1c-.677-.009-1.354 0-2.03 0m.007 24.858c.643 0 1.286 0 1.928 0a2.063 2.063 0 0 0 2.194-2.178c.014-1.33.012-2.661 0-3.991a2.041 2.041 0 0 0-2.094-2.1q-2.047-.016-4.094 0a1.981 1.981 0 0 0-2.087 1.953c-.054 1.453-.053 2.91 0 4.362A1.987 1.987 0 0 0 6.263 29c.688.008 1.376 0 2.064 0M8.282 45.589c.643 0 1.286 0 1.928 0a2.071 2.071 0 0 0 2.24-2.2q.017-1.979 0-3.958a2.046 2.046 0 0 0-2.117-2.113q-2.03-.014-4.061 0a1.979 1.979 0 0 0-2.1 1.943c-.056 1.463-.055 2.932 0 4.4a1.981 1.981 0 0 0 2.074 1.932c.676.009 1.353 0 2.03 0' transform='translate(0 0)' fill='%230484b8'/%3E%3Cpath id='Path_1888' data-name='Path 1888' d='M60.393 48.784c0-2.753-.005-5.5 0-8.257a2.035 2.035 0 0 1 2.225-2.091 2.324 2.324 0 0 1 .835.244q8.23 4.1 16.45 8.215a2.086 2.086 0 0 1 0 3.776q-8.223 4.112-16.45 8.217a2.058 2.058 0 0 1-3.066-1.914c-.006-2.73 0-5.46 0-8.19' transform='translate(-37.582 -23.915)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 161 | } | 201 | } |
| 162 | 202 | ||
| 163 | .category-type { | 203 | .category-type { | ... | ... |
-
Please register or sign in to post a comment