.section_post { font-family: 'Open Sans', sans-serif !important; } /* card title, content styling */ .anchor_link { text-decoration: none !important; color: #343a40 !important; } .anchor_link:hover { transition: all 0.5s linear; color: #000 !important; } .anchor_link .card-title { font-weight: 600; font-size: 22px; line-height: 1.3; } .text_size { color: rgba(0, 0, 0, 0.44); font-size: 15px; line-height: 1.6; font-weight: 400; } /* close */ /* for card-footer styling */ .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; } /* close */ /* some categories stlying */ .explore { 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; } .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; } /* close */ /* alertbar stlying */ .alertbar { font-family: 'Open Sans', sans-serif !important; box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%); position: fixed; bottom: 0; left: 0; background-color: #fff; width: 100%; padding: 14px 0; z-index: 1; } .alertbar form { display: inline-block; } .alertbar input[type='email'] { font-size: 0.85rem; padding: 3px 40px 3px 10px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; border: 1px solid #ddd; border-right: 0; margin-right: -10px; height: 34px; letter-spacing: 0.5px; margin-left: 5px; outline: 0; } .alertbar input[type='submit'] { background-color: #1c9963; border: 1px solid #1c9963; color: #fff; fill: #fff; font-size: 12px; border-radius: 0; padding: 4px 10px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; font-weight: 600; height: 34px; letter-spacing: 0.5px; cursor: pointer; } /* close */ /* paginatopm 2 stlying*/ .pagination2 a, .pagination2 span { padding: 7px 18px; border: 1px solid #eee; margin-left: -2px; margin-right: -2px; background-color: #ffffff; display: inline-block; } .pagination2 a:hover { background-color: #f1f1f1; color: #333; } .pagination2 { text-align: center; font-size: 14px; } /* blog categories modifed */ .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; }