/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.main_heading {
        text-align: center;
        padding: 45px 0;
    }
    .author_upper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    img.col_img {
        max-height: 100%;
        
        width: 100%;
    }
    .author-name {
    font-size: 24px;
    line-height: 27.27px;
    color: #000000;
    margin-top: 17px;
    margin-bottom: 17px;
    display: block;
    font-family: Georgia,serif!important;
    font-weight: 900!important;
}
.article-wrapper {
    margin-bottom: 50px;
}
.author-bio p {
    font-size: 18px!important;
    font-family: Georgia,serif!important;
    font-weight: 400;
    font-style: unset!important;
}
.book_wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
    margin-top: 30px;
    max-width: 700px;
 }
.book_wrapper .col_img
    {
        max-width: 300px;
    }
    .book_wrapper .book-title
    {
        font-family: Georgia,serif!important;
    font-weight: 700;
    }

    @media screen and (max-width: 1300px) 
      {
      	.author-details 
      	{
	        padding: 0 15px;
	    }
      }
    @media screen and (max-width: 768px) 
        {  
        	.author_upper {
			        grid-template-columns: 1fr;
			        gap: 30px;
			    }
           .book_wrapper
           {
             grid-template-columns: 1fr;
           }
           a.move_back_btn
           {
            font-size: 12px!important;
           }
        }