/*
*
*	Theme Name: DIVI Child theme
*	Description: Child theme for Divi theme
*	Theme URI: http://www.elegantthemes.com/gallery/divi/
*	Version: 2.7.5
*	Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
*	Author: Elegant Themes
*	Template: Divi
*
*/

@import url('css/fontello.css');

/*@font-face {
  font-family: 'Gotham Light';
  src: url('./font/GothamLight.ttf') format('truetype');
}*/

@font-face {
  font-family: 'Franklin Gothic MR';
  src: url('./font/FranklinGothicMediumRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'Century Gothic Regular';
  src: url('./font/CenturyGothicRegular.ttf') format('truetype');
}

/*@font-face {
  font-family: 'GOTHICB';
  src: url('./font/GOTHICB.TTF') format('truetype');
}*/
@font-face {
  font-family: 'Century Gothic Bold';
  src: url('./font/CenturyGothicBold.ttf') format('truetype');
}
@font-face {
  font-family: 'JennerikExtraBold';
  src: url('./font/JennerikExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'texgyreadventor-regular';
  src: url('./font/texgyreadventor-regular.otf') format('opentype');
}

@font-face {
  font-family: 'CENTURYR';
  src: url('./font/CENTURY.ttf') format('truetype');
}


@font-face {
  font-family: 'GothamBookR';
  src: url('./font/GothamBookRegular.otf') format('opentype');
}

/* Additional Font -Sample */

/* @font-face {
    font-family: 'Antipasto';
    src:
        local('Antipasto'),
        local('Antipasto'),
        url('font/Antipasto.otf');
} */

/* =================
   |  SOCIAL ICONS |
   ================= */
.social-icons{
	list-style: none;
	/*text-align: center; alignment */
	float: right;
}
.social-icons a{
	margin: 3px; 		/* desired gap */
	font-size: 20px; 	/* size */
	color: #2ea3f2; 	/* color */
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
.social-icons a:hover{
	color: #ffffff; /* color on hover */
}
/* End of Social Icons */

/* =================
   |  Back to top |
   ================= */
#back-top {
	position: fixed;
	bottom: 100px;	/* fixed distance from the bottom */
	right: 0;
	/* display: none !important; uncomment this if you don't want to show the button */
}

#back-top a {
	display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
	
	color: #ffffff;
	background-color: #000000; /* change this to the theme color */
	opacity: 0.5; /* Adjust transparency */

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #ffffff;
}

@media only screen and ( max-width: 980px ) {
	#back-top {
		bottom: 0;
		right: 15px;
	}
	#back-top a {
		border-bottom-left-radius: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
}

/* End of Back to top */

/* =================
      BLOG STYLE
   ================= */
.ds-thumbnail-blog .et_pb_post {
    background-color: transparent;
    min-height: 350px;
    margin-bottom: 50px;

}
/*Sets the image size posts and moves it to the left of the text*/
.ds-thumbnail-blog .et_pb_post a img {
    float: left;
    width: 400px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 0 0;
}
/*Resize the overlay to fit the image*/
.ds-thumbnail-blog .et_overlay {
    width: 300px !important;
    height: 280px !important;
}
.et-cart-info { display: none; }

/*Stack the image and content on smaller screens*/
@media all and (min-width:981px) and (max-width:1024px){
	.ds-thumbnail-blog .et_pb_post a img {
		width: 250px;
		height: 250px;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 43%;
    
}

	
}

/* BLOG ODT*/

@media all and (min-width:981px){
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 43%;
	}
}

.et_pb_blog_grid.et_pb_text_align_left {
    /* text-align: left; */
    margin-left: 80px;
}

/*END BLOG ODT */

@media only screen and (max-width: 980px) {
    .ds-thumbnail-blog .et_pb_post a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin: 0 0 40px 0;
    }
    /*Resize the overlay on smaller screens*/
    
    .ds-thumbnail-blog .et_overlay {
        width: 100% !important;
        height: 500px !important;
    }
    .ds-thumbnail-blog .et_pb_post h2 {
        margin: 40px 30px 20px 30px !important;
    }
    .ds-thumbnail-blog .et_pb_post p {
        margin: 0 30px;
    }
    .ds-thumbnail-blog a.more-link {
        margin: 20px 0 30px 30px;
    }
}
@media all and (max-width:414px){
	.ds-thumbnail-blog .et_pb_post a img {
		height: 250px;
	}
}
/*Add a little top padding to the post titles*/
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 0px 0 20px 0 !important;
    margin-top: 0px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 16px;
    margin-right: 40px;
    color: #1f1d1d;
}
.ds-thumbnail-blog .post-meta {
    font-size: 14px !important;
}
/*This styles the read more link*/
.ds-thumbnail-blog a.more-link {
    display: inline-block;
    padding: 0.3em 1em;
    color: #fff;
    border: 2px solid #d2a436;
    background: #d2a436;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
/*This styles the read more link on hover*/
.ds-thumbnail-blog a.more-link:hover {
    display: inline-block;
    background: #fff;
    border: 2px solid #d2a436;
    color: #d2a436;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}

/* End of Blog Style */
/* =================
   WOOCOMMERCE STYLE
   ================= */
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
    max-width: 335px;
    margin: 0 auto;
}

/* messages background */
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    background: #6A1B9A !important; /* Change this to over all theme color */
}

/* Buttons and links */
#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover {
    color: #6A1B9A !important; /* Change this to over all theme color */
}

/* Buttons and links on hover */
.comment-reply-link:hover, .form-submit input:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
    background: #6A1B9A !important; /* Change this to over all theme color */
	color: #ffffff! important;
}

/* For Products with variation */
.woocommerce-variation-price .woocommerce-Price-amount::before {
    content: "Unit Price: ";
    font-size: 0.7em;
    font-weight: 500;
}
.woocommerce-variation-price .woocommerce-Price-amount {
    margin-bottom: 35px;
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

/* End of WooCommerce */

/* =================
   |Default Footer|
   ================= */
#footer-info a.rm-favicon{
    background: url("/wp-content/uploads/2022/07/ODT.png") no-repeat 0 5px;
    background-size: 40px auto;
    padding: 10px 0 10px 50px;
    display: inline-block;
}
   /* Center Align Text without Social Media*/
   
	/* #footer-info{
		float: none;
		text-align: center;
		padding: 2% 0;
		font-size: 14px;
	}  */

/* End of Footer */

/* ==========================================
   |         Responsive Style               |
   ========================================== */
   
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
	/* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
	/* your css goes here */
	
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	/* your css goes here */
	
       .title h2 {
    font-size: 15px !important;
}
	
	.animal h2 {
    font-size: 25px !important;
    }
	
	.arrow{
		margin-left: -60px !important;
    }
	
	.et_pb_image_1.photo-1{
		margin-top: -350px!important;
	}
	
	.caption-1  {
    font-size: 25px !important;
    }
	
	#et_pb_contact_form_0 {
		
    padding-right: 40px !important;
    padding-left: 40px !important;
		
	}
	
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	/* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	/* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	/* your css goes here */
	
	/*CONTACT FORM*/
	#et_pb_contact_form_0 {
		
    padding-right: 3px !important;
    padding-left: 3px !important;
		
	}
	
	.arrow{
		margin-left: -60px !important;
    }
}

/* End of Responsive Style */


/*custom css*/

/*.cus-head #main-header {
	background-color: #ffffff;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}*/

/*sad*/
#page-container {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

/*top: unset;
box-shadow: none;*/
#main-header {
    /*background-color: rgb(255,255,255, 0);*/
    top: unset !important;
	box-shadow: none!important;
}

#main-header.et-fixed-header {
    /*background-color: rgb(255, 255, 255);*/
    box-shadow: none !important;
	background-color: white;
}

#main-header .container {
    max-width: 1350px;
    background-color: #25252500;
    /*padding-top: 20px;*/
	
    
	/*border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;*/
}

.logo_container {
    position: unset !important;
    text-align: center;
	display:none;
}

#et-top-navigation {
    /*margin-top: 15px;*/
    padding-top: 30px !important;
    padding-left: unset !important;
    float: unset;
    text-align: center;
    /*border-top: 3px solid #fff; Underline*/
	/*background-color: #ffffffa1;*/

    /*width: 68%; WIDTH*/
    margin-right: auto;
    margin-left: auto;
}

#top-menu-nav {
    float: unset !important;
    text-align: center;
}

#logo {
    width: 250.83px;
     /*201.83*/
    height: 43.19px;
}

#top-menu {
    float: unset !important;
}

#top-menu a {
    font-family: 'texgyreadventor-regular';
    font-size: 19px;
    color: #191919;
    text-transform: uppercase;
	letter-spacing:2px;
}

#top-menu li > a {
    padding-bottom: 10px !important;
}

#top-menu li {
    padding-right: 80px;
}

#top-menu li.current_page_item a {
    color: #2ea3f2;
    font-family: 'texgyreadventor-regular';
}

.mobile_menu_bar:before {
    color: #161515 !important;
}

.et_mobile_menu {
    background-color: #252525;
}

.et_mobile_menu li a {
    font-family: 'texgyreadventor-regular';
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
	letter-spacing:2px;
}

.et_mobile_menu li.current_page_item a {
    color: #2ea3f2;
    font-family: 'texgyreadventor-regular';
}

/*background-color: rgb(255, 255, 255, 0);
position: fixed;
bottom: 0;
width: 100%;*/

/* footer overlap background */
#main-footer {
    background-color: #fff;
	position:relative;
	display:none;
}


#footer-bottom {
    background-color: unset;
    /*padding-bottom: 80px; */
	left: 0;
	right: 0;
	bottom: 0;
    /* width: 100%; */
    /* height: 73.8px; */
    position: absolute;
    z-index: 99999;
	
}

/*end footer overlap background*/


#footer-bottom .container {
    width: 860px;
	/* 904px */
}

/*//float: unset;
//text-align: center;*/
#footer-info {
    font-family: 'texgyreadventor-regular';
	font-weight:bold;
    font-size: 18px;
    color: #000000;
	line-height: 1.5em;
	float:none !important;
	text-align: center !important;
}

#footer-info a {
    font-weight: unset;
    color: #000000;
}

.social-icons span.follow-me {
    font-family: 'Franklin Gothic MR';
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 10px;
}

.social-icons {
    float: right;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.social-icons a {
border-radius: 15px;
    border: 1px solid rgb(255, 255, 255, 0);
    font-size: 28px;
    margin-right: 5px;

    background-color: rgb(255, 255, 255, 0);
    color: #222221;
}

.social-icons a:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #002f3e;
}

.social-icons a:last-child {
    margin-right: 0;
}
/*sad end*/

/*.cus-foot {
    background-color: #fff !important;
    border-top: 1px solid #00134f;
}

.cus-foot #footer-info {
    color: #00134f;   
}

.cus-foot #footer-info a {
    color: #00134f;
}

.cus-foot .social-icons a {
    background-color: #00134f;
    border: 1px solid #00134f;
    color: #fff;
}

.cus-foot .social-icons a:hover {
    border: 1px solid #00134f;
    background-color: #ffffff;
    color: #00134f;
}

.blog-posts .column > article > .et_pb_image_container {
    margin: 0;
}

.blog-posts .column > article {
    position: relative;
    padding: 0;
}

.blog-posts .column > article > .post-meta {
    margin-bottom: 20px;
}*/

.left-icon {
    width: 93px;
    float: left;
    margin-right: 30px;
}

.home-1st-section .home-1st-row > div:first-child {
    width: 39.25%;
    margin-top: 160px;
    margin-right: 2%;
}

.home-1st-section .home-1st-row > div:last-child {
    width: 48.25%;
}

.home-1st-section .home-1st-row .et_pb_button_0_wrapper {
    float: left;
    padding-right: 26px;
}

.home-1st-section .home-1st-row .et_pb_button_1_wrapper {
    float: left;
    padding-left: 26px;
}

.home-2nd-section .home-1st-row .author-img img {
    width: 208px;
}

.no-blog {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}

.dgbc_blog_carousel_0.dgbc_blog_carousel .dgbc_post_item {
   /* background-color: #fff;
    height: 431px; */
}

.dgbc_blog_carousel .dgbc_post_item .dg-post-thumb {
    /*overflow: unset !important;
    height: 245px !important;*/
}

.dgbc_blog_carousel .dgbc_post_item .content-wrapper {
    /*background-color: #f2f2f2;
    width: 90%;
    margin-right: auto !important;
    margin-left: auto !important;
    top: -60px;*/
}

.dgbc_blog_carousel_0 .dgbc_post_item .content-wrapper .dg_bc_title {
    margin-bottom: 20px !important;
}

.dgbc_blog_carousel_0 .dgbc_post_item .content-wrapper .post-content {
   /* margin-right: 30px;
    margin-bottom: 60px;
    margin-left: 30px;*/
}

.dgbc_blog_carousel .dgbc_post_item .content-wrapper .dg_read_more_wrapper.btn-at-bottm {
    /*background-color: #252525;*/
}

.dgbc_blog_carousel_0 .dgbc_post_item .dg_read_more_wrapper .read-more {
    /*margin-bottom: 10px !important;*/
}

/*book page*/
.book-1st-section .book-1st-row .et_pb_button_0_wrapper {
    padding-right: 8%;
}

.book-2nd-section .book-1st-row {
    width: 790px;
    border: 1px solid #696a6a;
    padding-top: 60px;
    padding-bottom: 20px;
}

/*order page*/
.book-1st-section #order-1st-row .order-btn {
    left: -36px;
    position: relative;
}

.order-2nd-section {
    left: -36px;
    position: relative;
}

.order-2nd-section .order-2nd-row .rm-img {
    float: left;
    margin-left: 25px;
}

.order-2nd-section .order-2nd-row .amazon-img {
    float: left;
    margin: 20px 0 0 30px;
}

/*.order-2nd-section .order-1st-row .order-now > a {
    float: left;
}

.order-2nd-section .order-1st-row .order-now > a:first-child {
    margin-right: 30px;
}

.order-2nd-section .order-1st-row .order-now > a:last-child {
    margin-top: 20px;
}

.order-2nd-section .order-1st-row .order-now:after{
    display: block;
    content: " ";
    clear: both;
}*/

.author-2nd-section .author-1st-row .author-img img {
    width: 205px;
}

/*contact page*/
.author-2nd-section #contact-1st-row > div:first-child {
    width: 23.6667%;
}

/*width: 216px;
margin-left: auto;*/
.author-2nd-section #contact-1st-row .author-img {
    margin-right: 6px;
}

.contact-form .et-pb-contact-message {
    font-family: 'Swiss721bt Light',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18.75px;
    color: #050706;
}

.et_pb_contact p .et_contact_error {
    border: 2px solid #050706!important;
}

.contact-form p > textarea {
    resize: none;
    height: 156px;
}

.contact-form .et_contact_bottom_container {
    display: block;
    float: unset;
    text-align: left;
}

/*custom css end*/
@media ( max-width: 1346px ) {
    .author-2nd-section #contact-1st-row .contact-info {
        width: auto;
    }
}

@media ( max-width: 1141px ) {
	#top-menu-nav {
		display: none;
	}
	
	#et_mobile_nav_menu {
		float: unset;
		display: block;
	}
}

@media ( max-width: 1130px ) {
    .author-2nd-section #contact-1st-row .author-name {
        width: auto;
    }
}

@media ( max-width: 1020px ) {
    .author-2nd-section #contact-1st-row .contact-us {
        width: auto;
    }
}

@media ( max-width: 980px ) {

    #et_mobile_nav_menu {
        float: unset;
    }

    #footer-bottom .container {
        width: 80%;
    }

    .social-icons {
        float: unset;
        text-align: center;
    }

    /*home page*/
    .home-1st-section .home-1st-row > div:first-child {
        width: 100%;
        margin-top: 80px;
        margin-right: 0;
    }

    .home-1st-section .home-1st-row > div:last-child {
        width: 100%;
    }

    .home-1st-section .home-1st-row .et_pb_button_0_wrapper {
        width: 50%;
        text-align: right;
    }

    .home-1st-section .home-1st-row .et_pb_button_1_wrapper {
        width: 50%;
    }

    .home-2nd-section .home-1st-row .about-author {
        width: 397px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 50px;
    }

    /*book page*/
    .book-2nd-section .book-1st-row {
        width: 80%;
    }

    .book-2nd-section .book-1st-row .excerpts {
        text-align: center;
        width: 239px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0 !important;
    }

    .book-2nd-section .book-1st-row .excerpts-desc {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    /*order page*/
    .book-1st-section #order-1st-row .book-img {
        padding-left: 9%;
    }

    .book-1st-section #order-1st-row .order-btn {
        position: unset;
    }

    .order-2nd-section {
        position: unset;
    }

    .order-2nd-section .order-2nd-row .rm-img {
        float: unset;
        text-align: center;
        margin-left: 0;
    }

    .order-2nd-section .order-2nd-row .amazon-img {
        float: unset;
        text-align: center;
        margin: 0;
    }

    /*contact page*/
    .author-2nd-section #contact-1st-row > div:first-child {
        width: 100%;
    }

    .author-2nd-section #contact-1st-row .author-img {
        margin-right: 0;
    }

    .contact-form {
        padding-left: 0 !important;
        width: auto !important;
    }

    .contact-form .et_contact_bottom_container {
        /*text-align: center; *//*Align Button to center*/
    }
}

@media ( max-width: 712px ) {
    .book-1st-section .book-1st-row .book-desc {
        width: auto;
    }
}

@media ( max-width: 628px ) {
    .book-1st-section .book-1st-row .book-title {
        width: auto;
    }
}

@media ( max-width: 496px ) {
    .home-2nd-section .home-1st-row .about-author {
        width: 274px;
    }

    .home-2nd-section .home-1st-row .about-author h2 {
        line-height: 35px;
    }
}

@media ( max-width: 476px ) {
    .home-1st-section .home-1st-row .book-title h1 {
        font-size: 36px;
    }

    .book-1st-section .book-1st-row .book-title h1 {
        font-size: 36px;
    }
}

@media ( max-width: 386px ) {
    .book-1st-section #order-1st-row .order-btn {
        width: auto;
    }
}

@media ( max-width: 376px ) {
    .home-3rd-section .home-1st-row .latest-blog {
        width: 213px;
    }

    .home-3rd-section .home-1st-row .latest-blog h3 {
        line-height: 35px;
    }
}

@media ( max-width: 352px ) {
    .home-1st-section .home-1st-row .et_pb_button_0_wrapper {
        width: 100%;
        text-align: center;
        padding-right: 0;
        float: unset;
    }

    .home-1st-section .home-1st-row .et_pb_button_1_wrapper {
        width: 100%;
        text-align: center;
        padding-left: 0;
        float: unset;
    }
}

@media ( max-width: 350px ) {

    .home-2nd-section .home-1st-row .about-author {
        width: 69%;
    }

    .home-2nd-section .home-1st-row .about-author .left-icon {
        width: 60px;
        margin-right: 20px;
        margin-top: 9px;
    }

    .home-3rd-section .home-1st-row .latest-blog {
        width: 170px;
    }

    .home-3rd-section .home-1st-row .latest-blog .left-icon {
        width: 60px;
        margin-right: 20px;
        margin-top: 9px;
    }

    /*book page*/
    .book-2nd-section .book-1st-row .excerpts {
        width: 80%;
    }

    .book-2nd-section .book-1st-row .excerpts .left-icon {
        width: 60px;
        margin-right: 20px;
        margin-top: 9px;
    }
}




/*button hover*/


.btn:hover,
.order:hover{
    transform:scale(1.1);
    transition:all .25s ease-in-out;
}

.order{
    background: transparent;
    border:none;
    margin-right:2em;
}

.amazon img {
    margin-bottom: 1.2em;
}


/* CONTACT BUTTON */

.et_contact_bottom_container {
    float: left;
}



/* SERVICES SLIDER*/


/*END*/

/*LEARN MORE BTN*/


.lrbtn{ 
    margin-left: 115px;
}

/*ENd*/


