/* default css */ a { text-decoration: none !important; } 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; } .navbar-brand { font-size: 2.2rem; color: var(--txtColor) !important; font-weight: 900; } .navbar-brand-image { width: 80%; display: inline-block; max-width: 40px; } .navbar-nav .nav-item { padding: 0 10px; } .navbar-nav .nav-link:hover { color: var(--txtColor) !important; transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; } .navbar-nav .nav-link { text-decoration: none !important; font-size: 16px; color: gray !important; } /* section post css */ .section_post { margin-top: 100px; } .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: 22px; line-height: 1.3; } .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: 14px; } .blog-pagination a, .blog-pagination span { padding: 7px 10px; margin-left: -2px; 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: repeating-linear-gradient(45deg, rgb(27, 27, 27) 0px, rgb(27, 27, 27) 97px, rgb(24, 24, 24) 97px, rgb(24, 24, 24) 194px, rgb(20, 20, 20) 194px, rgb(20, 20, 20) 291px); 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: 12px; background: #fff; border-radius: 15px; margin: 0 15px; } /* 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: green; font-size: 12px; 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) { .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; } }