.wordgametheme-sidebar-right, .wordgametheme-sidebar-left { min-width: 220px; max-width: fit-content; height: 100vh; min-height: 300px; max-height: fit-content; top: 65px; position: absolute; } .wordgametheme-sidebar-left { left: 75px; } .wordgametheme-sidebar-right { right: 75px; } /* default css */ a { text-decoration: none !important; } .blog-card { box-shadow: 3px 6px 1px 0px var(--primary-color); padding: 1rem; border: 3px solid var(--black-color); border-radius: 10px; } img { width: 100%; height: 100%; } html { scroll-behavior: smooth; font-size: 62.5%; } body { font-family: 'Open Sans', sans-serif !important; } /* header and navbar css */ header { width: 100%; position: relative; } .navbar { width: 100%; padding: 1.2rem 9% !important; position: fixed; top: 0; left: 0; z-index: 999; } .navbar-dark .navbar-toggler { outline: none !important; } .navbar-toggler .bars { position: relative; top: 3px; color: #000; font-size: 35px; } .navbar-nav { align-items: center; } /* section post css */ .section_post { margin-top: 100px; } .card-body{ padding: 1rem !important; } .card-body .anchor_link { text-decoration: none !important; color: #343a40 !important; } .card-body .anchor_link:hover { transition: all 0.5s linear; color: #000 !important; } .card-body .anchor_link .card-title { font-weight: 600; font-size: 35px; background-color: var(--primary-color); line-height: 43px; border-radius: 10px; height: auto; padding: 15px; } .author_image, .meta-footer-thumb{ border-radius: 100%; border: 2px solid #000; } .post-desc{ font-size: 16px; color: #3E3E3E; line-height: 24px; } .card-footer { border: none; } .wrapfooter { display: flex; align-items: center; margin-bottom: 15px; } .wrapfooter img { width: 35px; height: 35px; border-radius: 50%; } .wrapfooter .author-meta { flex: 1 1 auto; padding: 0 15px; } .wrapfooter .author-meta a { font-size: 15px; color: #000; text-transform: capitalize; } .wrapfooter .span.post-read-more { align-items: center; display: inline-block; margin-top: 8px; } .wrapfooter .post-date { color: rgba(0, 0, 0, 0.44); font-size: 13px; } /* pagination css */ .bottompagination .pointerup { margin-bottom: -9px; margin-left: 49%; font-size: 30px; } .bottompagination .pointerup i.fa { color: #eaeaea; } .bottompagination span.navigation { display: block; font-size: 0.93rem; padding: 15px 0 0 0; text-align: center; margin-bottom: 0rem; color: #999; border-top: 1px solid #ddd; } .blog-pagination { text-align: center; font-size: 18px; } .blog-pagination a, .blog-pagination span { padding: 7px 16px; margin-left: -2px; color: #000; margin-right: -2px; background-color: #ffffff; display: inline-block; text-decoration: none; } .blog-pagination a:hover { background-color: #f1f1f1; color: #333; } /* explore box css */ .explore { padding: 25px; color: #fff; margin-bottom: 100px; margin-top: 60px; width: 100%; background: var(--primary-color); height: 250px; align-items: center; display: flex; justify-content: space-around; } .explore ul { display: flex; list-style: none; flex-wrap: wrap; } .explore .cat { display: inline-block; padding: 5px 10px; text-decoration: none !important; color: #000 !important; font-weight: 600; font-size: 16px; background: #fff; border-radius: 1.5px; margin: 0 15px; line-height: 24px; font-weight: 400; border: 2px solid #1E1E1E; } /* categories page css */ .section-title h2 { border-bottom: 1px solid rgba(0, 0, 0, 0.125); font-weight: 700; font-size: 1.5rem; margin-bottom: 27px; } .section-title span { border-bottom: 1px solid rgba(0, 0, 0, 0.44); display: inline-block; padding-bottom: 20px; margin-bottom: -1px; } /* post page content css */ .author_image .author-thumb { width: 60px; height: 60px; object-fit: cover; } .author-meta .postName { font-size: 18px !important; color: rgba(0, 0, 0, 0.8) !important; text-decoration: none !important; font-family: 'Merriweather', serif; } .btn_follow { margin-left: 5px; margin-bottom: 10px; border-color: #02b875; color: #1c9963 !important; padding: 3px 10px; text-align: center; border-radius: 999em; font-size: 1.5rem; display: inline-block; border: 1px solid; } .author_bio { font-family: 'Merriweather', serif; color: rgba(0, 0, 0, 0.44); font-size: 13px; line-height: 20px; } .post-content { font-size: 20px; } /* social icons css */ .socialIons>.item-lists2 { display: flex; width: 100%; } .socialIons>.item-lists2>li:nth-child(1) { margin: 0; } .socialIons>.item-lists2>li { list-style: none; padding: 8px 0px; margin: 0 auto; } .socialIons .item-lists2 li a { color: rgba(95, 21, 21, 0.44); fill: rgba(0, 0, 0, 0.44); font-size: 15px; cursor: pointer; text-decoration: none !important; } .socialIons>.item-lists2>li i { font-size: 18px; color: rgba(0, 0, 0, 0.44); fill: rgba(0, 0, 0, 0.44); } /* post page pagination css */ .pagination { display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; display: block; color: green; font-size: 15px; margin-bottom: 30px; } .pagination .pageUrl { color: var(--primary-color); font-size: 18px; font-weight: 900; text-decoration: none; margin-right: 10px; } .pagination .pageUrl:hover { text-decoration: none; color: green; } /* related and recent post heading css */ .related_post_heading, .recent_post_heading { /* width: 100%; */ font-size: 35px; /* text-align: center; */ font-weight: 800; font-stretch: normal; font-style: normal; line-height: 1.24; letter-spacing: normal; color: #11304e; margin-bottom: 15px; padding-top: 75px; display: inline-block; } @media (max-width: 768px) { .wordgametheme-sidebar-right, .wordgametheme-sidebar-left { display: none; } .navbar { padding-left: 7% !important; padding-right: 7% !important; } .navbar-nav { align-items: unset; } .nav-item { padding: 0 !important; } .author-meta { padding-left: 15px; } .small_description { font-size: 25px; } .socialIons>.item-lists2 { justify-content: center; } .socialIons>.item-lists2 { flex-direction: row; align-items: center; } .socialIons>.item-lists2>li { padding-right: 30px; margin: 0; } .socialIons>.item-lists2 { flex-direction: row; align-items: center; } .socialIons>.item-lists2>li { padding-right: 30px; margin: 0; } } @media screen and (min-width: 1450px) { .wordgametheme-sidebar-left { left: 194px !important; } .wordgametheme-sidebar-right { right: 194px !important; } } @media screen and (min-width: 1920px) { .wordgametheme-sidebar-left { left: 313px !important; } .wordgametheme-sidebar-right { right: 313px !important; } }