.author_page--wrapper { overflow: hidden; } /* ========== author-page-sec2: political-authors ============== */ .political_authors--wrapper .author_title { font-family: var(--montserrat); font-style: normal; font-weight: bold; font-size: 25px; line-height: 34px; text-transform: capitalize; color: var(--white); margin-bottom: 0; padding-bottom: 20px; } .political_authors--wrapper .author_title br { display: none; } .political_authors--wrapper .know_more { font-family: var(--poppins); font-style: normal; font-weight: 500; font-size: 16px; line-height: 26px; letter-spacing: 0.025em; color: var(--secondary-color); display: block; } .political_authors--wrapper .aurthor_subtitle { font-family: var(--poppins); font-style: normal; font-weight: 500; font-size: 16px; line-height: 26px; letter-spacing: 0.025em; color: var(--white); margin-bottom: 0; padding: 19px 0px 15px; } .political_authors--wrapper .social_icons--wrapper { padding-top: 42px; } .social_icons--wrapper .icons_title { font-family: var(--poppins); font-style: normal; font-weight: 500; font-size: 24px; line-height: 26px; letter-spacing: 0.025em; color: var(--white); margin-bottom: 0; padding-bottom: 18px; } .social_icons--wrapper .icons_link { margin-right: 10px; } .social_icons--wrapper .icons_link:hover { text-decoration: none; } .social_icons--wrapper .icons_link img { transition: all 0.5s ease; } .social_icons--wrapper .icons_link:last-child { margin-right: 0px; } .social_icons--wrapper .icons_link:hover img { transform: scale(1.1); } .books_wrapper .overflow_img--wrapper { border-radius: 15px; } @media ( min-width: 768px ) { .political_authors--wrapper .author_title { color: var(--quaternary-color); font-size: 30px; line-height: 36px; } .political_authors--wrapper .aurthor_subtitle { padding-top: 79px; } } @media ( min-width: 992px ) { .political_authors--wrapper .author_title br { display: block; } .social_icons--wrapper .icons_link { margin-right: 20px; } } /* ========== political-authors-ends ============== */ /* ========== author-page-sec3: recent-blogs ============== */ @media ( min-width: 992px ) { .recent_blogs { margin-top: -13.4rem; } } @media ( min-width: 1200px ) { .recent_blogs { margin-top: -17.9rem; } } /* ========== recent-blogs-ends ============== */ /* ========== author-page-sec5: written-blogs ============== */ .written_blogs .recent_blog--title { color: var(--quaternary-color)!important; } /* ========== written-blogs-ends ============== */ /* ========== author-page-sec6: recent-books ============== */ .recent_books--wrapper .books_col { margin-bottom: 30px; } .recent_books--wrapper .title { padding: 25px 0px; } .recent_books--wrapper .dotted_map_before { position: relative; } .recent_books--wrapper .dotted_map_before::before { left: -15rem; } .recent_books--wrapper .books_wrapper { background: var(--white); box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1); border-radius: 15px; } .recent_books--wrapper .books_details { padding: 21px 15px 30px; } .recent_books--wrapper .book_title_and_date--wrapper { display: flex; align-items: center; justify-content: space-between; } .book_title_and_date--wrapper .book_title { font-family: var(--montserrat); font-style: normal; font-weight: bold; font-size: 25px; line-height: 37px; color: var(--quaternary-color); margin-bottom: 0; } .book_title_and_date--wrapper .calendar_wrapper { display: flex; align-items: center; } .about_books .about_title { font-family: var(--open-sans); font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; color: var(--quaternary-color); margin-bottom: 0; padding: 17px 0px 6px; } @media ( min-width: 576px ) { .book_title_and_date--wrapper .book_title { font-size: 30px; } .recent_books--wrapper .books_details { padding: 21px 30px 43px; } } @media ( min-width: 768px ) { .recent_books--wrapper .books_col { margin-bottom: 0px; } .recent_books--wrapper .title { padding: 39px 0px 44px; } } /* ========== recent-books-ends ============== */