CINXE.COM
Billy Graham Home Page at the Billy Graham Bookstore
<!doctype html> <html lang="en"> <head > <script> var LOCALE = 'en\u002DUS'; var BASE_URL = 'https\u003A\u002F\u002Fbookstore.billygraham.org\u002F'; var require = { 'baseUrl': 'https\u003A\u002F\u002Fbookstore\u002Dstatic.billygraham.org\u002Ffrontend\u002FSmartwave\u002Fporto_child\u002Fen_US' };</script> <meta charset="utf-8"/> <meta name="title" content="Billy Graham Home Page at the Billy Graham Bookstore"/> <meta name="description" content="Browse a wide range of Biblical resources including books from well-known Christian authors, sermon pamphlets, Gospel tracts, evangelism and discipleship training materials. Everything in Ruth’s Attic online is grounded in God’s Word—and every single purchase you make helps proclaim His Gospel to people around the world."/> <meta name="keywords" content="Christian Books, Christian Bookstore, Billy Graham, Billy Graham Bookstore"/> <meta name="robots" content="INDEX,FOLLOW"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/> <meta name="format-detection" content="telephone=no"/> <title>Billy Graham Home Page at the Billy Graham Bookstore</title> <link rel="stylesheet" type="text/css" media="all" href="https://bookstore-static.billygraham.org/_cache/merged/9db1844203a7d33e5128c781fe372e41.css" /> <link rel="stylesheet" type="text/css" media="screen and (min-width: 768px)" href="https://bookstore-static.billygraham.org/frontend/Smartwave/porto_child/en_US/css/styles-l.css" /> <link rel="stylesheet" type="text/css" media="print" href="https://bookstore-static.billygraham.org/frontend/Smartwave/porto_child/en_US/css/print.css" /> <script type="text/javascript" src="https://bookstore-static.billygraham.org/frontend/Smartwave/porto_child/en_US/requirejs/require.js"></script> <script type="text/javascript" src="https://bookstore-static.billygraham.org/frontend/Smartwave/porto_child/en_US/mage/requirejs/mixins.js"></script> <script type="text/javascript" src="https://bookstore-static.billygraham.org/frontend/Smartwave/porto_child/en_US/requirejs-config.js"></script> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Shadows+Into+Light" /> <link rel="icon" type="image/x-icon" href="https://bookstore-static.billygraham.org/favicon/stores/1/RAO_Logo_LR_2.png" /> <link rel="shortcut icon" type="image/x-icon" href="https://bookstore-static.billygraham.org/favicon/stores/1/RAO_Logo_LR_2.png" /> <link rel="canonical" href="https://bookstore.billygraham.org/" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N9ML74Z');</script> <!-- End Google Tag Manager --> <link rel='stylesheet' href='https://use.typekit.net/unk1yqm.css'> <link rel='stylesheet' href="//fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic&v1&subset=latin%2Clatin-ext" type="text/css" media="screen"/> <link href="//fonts.googleapis.com/css?family=Oswald:300,400,500,600,700" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800" rel="stylesheet"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic&v1&subset=latin%2Clatin-ext" type="text/css" media="screen"/> <link rel="stylesheet" type="text/css" media="all" href="https://bookstore-static.billygraham.org/porto/web/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" media="all" href="https://bookstore-static.billygraham.org/porto/web/css/animate.optimized.css"> <link rel="stylesheet" type="text/css" media="all" href="https://bookstore-static.billygraham.org/porto/web/css/header/type5.css"> <link rel="stylesheet" type="text/css" media="all" href="https://bookstore-static.billygraham.org/porto/web/css/custom.css"> <link rel="stylesheet" type="text/css" media="all" href="https://bookstore-static.billygraham.org/porto/configed_css/design_default.css"> <link rel="stylesheet" type="text/css" media="all" href="https://bookstore-static.billygraham.org/porto/configed_css/settings_default.css"> <script type="text/javascript"> var redirect_cart = false; var porto_config = { paths: { 'parallax': 'js/jquery.parallax.min', 'owlcarousel': 'owl.carousel/owl.carousel', 'floatelement': 'js/jquery.floatelement' }, shim: { 'owlcarousel': { deps: ['jquery'] }, 'owlcarousel_thumbs': { deps: ['jquery','owlcarousel'] }, 'floatelement': { deps: ['jquery'] } } }; require.config(porto_config); </script> <script type="text/javascript"> require([ 'jquery' ], function ($) { var scrolled = false; $(window).scroll(function(){ if($(window).width()>=992){ if(160<$(window).scrollTop() && !scrolled){ $('.page-header:not(.sticky-header)').css("height",$('.page-header:not(.sticky-header)').height()+'px'); $('.page-header').addClass("sticky-header"); scrolled = true; if($(".page-header").hasClass("type1") || $(".page-header").hasClass("type2") || $(".page-header").hasClass("type6")) { $('.page-header .minicart-wrapper').after('<div class="minicart-place hide"></div>'); var minicart = $('.page-header .minicart-wrapper').detach(); $('.page-header .navigation').append(minicart); } } if(160>=$(window).scrollTop() && scrolled){ $('.page-header.sticky-header').css("height",'auto'); $('.page-header').removeClass("sticky-header"); scrolled = false; if($(".page-header").hasClass("type1") || $(".page-header").hasClass("type2") || $(".page-header").hasClass("type6")) { var minicart; minicart = $('.page-header .navigation .minicart-wrapper').detach(); $('.minicart-place').after(minicart); $('.minicart-place').remove(); $('.page-header .minicart-wrapper-moved').addClass("minicart-wrapper").removeClass("minicart-wrapper-moved").removeClass("hide"); } } } if($('body').hasClass('mobile-sticky')) { if($(window).width()<=991){ if(130<$(window).scrollTop() && !scrolled){ $('.page-header:not(.sticky-header)').css("height",$('.page-header:not(.sticky-header)').height()+'px'); $('.page-header').addClass("sticky-header"); scrolled = true; } if(130>=$(window).scrollTop() && scrolled){ $('.page-header.sticky-header').css("height",'auto'); $('.page-header').removeClass("sticky-header"); scrolled = false; } } } }); $(window).resize(function(){ var b_w = $(window).width(); if(b_w <= 991){ if($('.page-header .navigation .minicart-wrapper').length > 0) { var minicart; minicart = $('.page-header .navigation .minicart-wrapper').detach(); $('.minicart-place').after(minicart); $('.minicart-place').remove(); $('.page-header .minicart-wrapper-moved').addClass("minicart-wrapper").removeClass("minicart-wrapper-moved").removeClass("hide"); } } }); }); </script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-58378513496862c5"></script> <!-- Google Tag Manager --> <script> window.mfGtmUserActionDetected = true; window.mfGtmUserCookiesAllowed = true; mfLoadGtm(); function getMfGtmCustomerIdentifier() { return localStorage.getItem('mf_gtm_customer_identifier') ? localStorage.getItem('mf_gtm_customer_identifier') : null; }; function mfLoadGtm() { if (!window.mfGtmUserActionDetected) return false; if (!window.mfGtmLoadBeforeCookieAllowed && !window.mfGtmUserCookiesAllowed) return false; if (window.mfGTMTriedToLoad) return; window.mfGTMTriedToLoad = true; (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https:' + '/' + '/' + 'www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5L84X4J'); }; </script> <script> if (!window.MagefanRocketJsCustomOptimization && window.require) require(['jquery', 'Magento_Customer/js/customer-data'], function ($, customer) { function updateMfGtmCustomerIdentifier(data) { if (data.mf_gtm_customer_identifier) { localStorage.setItem('mf_gtm_customer_identifier', data.mf_gtm_customer_identifier); } } let customerData = customer.get('customer'); customerData.subscribe(function (data) { updateMfGtmCustomerIdentifier(data); }.bind(this)); updateMfGtmCustomerIdentifier(customerData()); }); </script><!-- End Google Tag Manager --> <script type="text/x-magento-init"> { "*": { "Magento_PageCache/js/form-key-provider": { "isPaginationCacheEnabled": 0 } } } </script> </head> <body data-container="body" data-mage-init='{"loaderAjax": {}, "loader": { "icon": "https://bookstore-static.billygraham.org/frontend/Smartwave/porto_child/en_US/images/loader-2.gif"}}' id="html-body" class="cms-bgea-home layout-1220 wide mobile-sticky am-porto-cmtb cms-index-index page-layout-1column"> <script> if (window.require) require(['jquery'], function($) { $(document).on('ajaxComplete', function (event, xhr, settings) { function getQueryParam(url, key) { let queryStartPos = url.indexOf('?'); if (queryStartPos === -1) { return; } let params = url.substring(queryStartPos + 1).split('&'); for (var i = 0; i < params.length; i++) { var pairs = params[i].split('='); if (decodeURIComponent(pairs.shift()) == key) { return decodeURIComponent(pairs.join('=')); } } } let term = ''; let dataLayer = {}; if (settings.url.indexOf('?q=') !== -1) { term = getQueryParam(settings.url, 'q'); } else if (settings.url.indexOf('?search_string=') !== -1) { term = getQueryParam(settings.url, 'search_string'); } else if (settings.url.indexOf('/search/') !== -1) { let substringAfter = function (str, pattern) { return str.slice(str.indexOf(pattern) + pattern.length); }; let substringBefore = function (str, pattern) { return str.slice(0, str.indexOf(pattern)); } let after = substringAfter(settings.url, '/search/'); term = substringBefore(after, '?'); } if (term) { dataLayer.event = 'search' dataLayer.search_term = term; window.dataLayer = window.dataLayer || []; window.dataLayer.push(dataLayer); } }); }); </script> <script type="text/x-magento-init"> { "*": { "mfGtmCustomerDataLayer": {} } } </script> <script> "use strict"; function mfHyvaGtmCustomerDataLayer(event) { var data; var sections = event.detail.data; for (var j in sections) { data = sections[j]; if (!data.mf_datalayer) continue; for (var i = 0; i < data.mf_datalayer.length; i++) { window.dataLayer = window.dataLayer || []; window.dataLayer.push(data.mf_datalayer[i]); } delete event.detail.data[j].mf_datalayer; var mcs = localStorage.getItem('mage-cache-storage'); if (mcs) { mcs = JSON.parse(mcs); if (mcs && mcs[j] && mcs[j].mf_datalayer) { delete mcs[j].mf_datalayer; localStorage.setItem('mage-cache-storage', JSON.stringify(mcs)); } } } } window.addEventListener("private-content-loaded", mfHyvaGtmCustomerDataLayer); </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5L84X4J" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/x-magento-init"> { "*": { "Magento_PageBuilder/js/widget-initializer": { "config": {"[data-content-type=\"slider\"][data-appearance=\"default\"]":{"Magento_PageBuilder\/js\/content-type\/slider\/appearance\/default\/widget":false},"[data-content-type=\"map\"]":{"Magento_PageBuilder\/js\/content-type\/map\/appearance\/default\/widget":false},"[data-content-type=\"row\"]":{"Magento_PageBuilder\/js\/content-type\/row\/appearance\/default\/widget":false},"[data-content-type=\"tabs\"]":{"Magento_PageBuilder\/js\/content-type\/tabs\/appearance\/default\/widget":false},"[data-content-type=\"slide\"]":{"Magento_PageBuilder\/js\/content-type\/slide\/appearance\/default\/widget":{"buttonSelector":".pagebuilder-slide-button","showOverlay":"hover","dataRole":"slide"}},"[data-content-type=\"banner\"]":{"Magento_PageBuilder\/js\/content-type\/banner\/appearance\/default\/widget":{"buttonSelector":".pagebuilder-banner-button","showOverlay":"hover","dataRole":"banner"}},"[data-content-type=\"buttons\"]":{"Magento_PageBuilder\/js\/content-type\/buttons\/appearance\/inline\/widget":false},"[data-content-type=\"products\"][data-appearance=\"carousel\"]":{"Magento_PageBuilder\/js\/content-type\/products\/appearance\/carousel\/widget":false}}, "breakpoints": {"desktop":{"label":"Desktop","stage":true,"default":true,"class":"desktop-switcher","icon":"Magento_PageBuilder::css\/images\/switcher\/switcher-desktop.svg","conditions":{"min-width":"1024px"},"options":{"products":{"default":{"slidesToShow":"5"}}}},"tablet":{"conditions":{"max-width":"1024px","min-width":"768px"},"options":{"products":{"default":{"slidesToShow":"4"},"continuous":{"slidesToShow":"3"}}}},"mobile":{"label":"Mobile","stage":true,"class":"mobile-switcher","icon":"Magento_PageBuilder::css\/images\/switcher\/switcher-mobile.svg","media":"only screen and (max-width: 768px)","conditions":{"max-width":"768px","min-width":"640px"},"options":{"products":{"default":{"slidesToShow":"3"}}}},"mobile-small":{"conditions":{"max-width":"640px"},"options":{"products":{"default":{"slidesToShow":"2"},"continuous":{"slidesToShow":"1"}}}}} } } } </script> <div class="cookie-status-message" id="cookie-status"> The store will not work correctly when cookies are disabled.</div> <script type="text/javascript">document.querySelector("#cookie-status").style.display = "none";</script> <script type="text/x-magento-init"> { "*": { "cookieStatus": {} } } </script> <script type="text/x-magento-init"> { "*": { "mage/cookies": { "expires": null, "path": "\u002F", "domain": ".bookstore.billygraham.org", "secure": false, "lifetime": "3600" } } } </script> <noscript> <div class="message global noscript"> <div class="content"> <p> <strong>JavaScript seems to be disabled in your browser.</strong> <span> For the best experience on our site, be sure to turn on Javascript in your browser. </span> </p> </div> </div> </noscript> <script> window.cookiesConfig = window.cookiesConfig || {}; window.cookiesConfig.secure = false; </script><script> require.config({ map: { '*': { wysiwygAdapter: 'mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter' } } });</script><script> require.config({ paths: { googleMaps: 'https\u003A\u002F\u002Fmaps.googleapis.com\u002Fmaps\u002Fapi\u002Fjs\u003Fv\u003D3.53\u0026key\u003D' }, config: { 'Magento_PageBuilder/js/utils/map': { style: '', }, 'Magento_PageBuilder/js/content-type/map/preview': { apiKey: '', apiKeyErrorMessage: 'You\u0020must\u0020provide\u0020a\u0020valid\u0020\u003Ca\u0020href\u003D\u0027https\u003A\u002F\u002Fbookstore.billygraham.org\u002Fadminhtml\u002Fsystem_config\u002Fedit\u002Fsection\u002Fcms\u002F\u0023cms_pagebuilder\u0027\u0020target\u003D\u0027_blank\u0027\u003EGoogle\u0020Maps\u0020API\u0020key\u003C\u002Fa\u003E\u0020to\u0020use\u0020a\u0020map.' }, 'Magento_PageBuilder/js/form/element/map': { apiKey: '', apiKeyErrorMessage: 'You\u0020must\u0020provide\u0020a\u0020valid\u0020\u003Ca\u0020href\u003D\u0027https\u003A\u002F\u002Fbookstore.billygraham.org\u002Fadminhtml\u002Fsystem_config\u002Fedit\u002Fsection\u002Fcms\u002F\u0023cms_pagebuilder\u0027\u0020target\u003D\u0027_blank\u0027\u003EGoogle\u0020Maps\u0020API\u0020key\u003C\u002Fa\u003E\u0020to\u0020use\u0020a\u0020map.' }, } });</script><script> require.config({ shim: { 'Magento_PageBuilder/js/utils/map': { deps: ['googleMaps'] } } });</script><div class="widget block block-static-block"> </div> <script type="text/javascript"> require([ 'jquery', 'themeSticky' ], function ($) { if(!$("body").hasClass("page-layout-1column") && !$("body").hasClass("account")) { $(".sidebar.sidebar-main .sidebar-content").themeSticky({ autoInit: true, minWidth: 992, containerSelector: '.page-main .columns', autoFit: true, paddingOffsetBottom: 10, paddingOffsetTop: 60 }); } }); </script> <div class="page-wrapper"> <header class="page-header type5" > <div class="main-panel-top"> <div class="container"> <div class="main-panel-inner"> <div class="panel wrapper"> <div class="header-left"> <div class="panel header"> <div class="panel header show-icon-tablet" style="display:none;"> <div class="top-links-icon"> <a href="javascript:;">Links</a> </div> <ul class="header links"> <li class="greet welcome" data-bind="scope: 'customer'"> <!-- ko if: customer().fullname --> <span class="logged-in" data-bind="text: new String('Welcome, %1!'). replace('%1', customer().fullname)"> </span> <!-- /ko --> <!-- ko ifnot: customer().fullname --> <span class="not-logged-in" data-bind="text: ''"></span> <!-- /ko --> </li> <script type="text/x-magento-init"> { "*": { "Magento_Ui/js/core/app": { "components": { "customer": { "component": "Magento_Customer/js/view/customer" } } } } } </script> <li class="item link compare hide" data-bind="scope: 'compareProducts'" data-role="compare-products-link"> <a class="action compare" title="Compare Products" data-bind="attr: {'href': compareProducts().listUrl}, css: {'': !compareProducts().count}" > <em class="porto-icon-chart hidden-xs"></em> Compare (<span class="counter qty" data-bind="text: compareProducts().countCaption"></span>) </a> </li> <script type="text/x-magento-init"> {"[data-role=compare-products-link]": {"Magento_Ui/js/core/app": {"components":{"compareProducts":{"component":"Magento_Catalog\/js\/view\/compare-products"}}}}} </script> <li class="link authorization-link" data-label="or"> <a href="https://bookstore.billygraham.org/customer/account/login/referer/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/" >Sign In</a> </li> <li><a href="https://bookstore.billygraham.org/contact">Contact Us</a></li><li><a href="https://bookstore.billygraham.org/customer/account/create/" id="idEFpiqZhq" >Create an Account</a></li></ul> </div> </div> </div> <div class="header-right"> <div class="panel header bg-phone-number"> Call <strong>1-800-998-3456</strong> </div> </div> </div> </div> </div> </div> <div class="header-main"> <div class="header content header-col"> <strong class="logo"> <img src="https://bookstore-static.billygraham.org/logo/stores/1/RAO_Logo_LR_3.png" alt="Ruths Attic at the Billy Graham Bookstore" width="300" /> </strong> <div id="bg-spacer-div" class="header-col header-right"></div> <div class="header-col header-right"> <div class="header-row" style="position:relative;z-index:400;"> <div class="top-nav"> <div class="block block-search"> <div class="block block-content"> <form class="form minisearch" id="search_mini_form" action="https://bookstore.billygraham.org/catalogsearch/result/" method="get"> <div class="field search"> <div class="control"> <input id="search" data-mage-init='{"quickSearch":{ "formSelector":"#search_mini_form", "url":"https://bookstore.billygraham.org/search/ajax/suggest/", "destinationSelector":"#search_autocomplete"} }' type="text" name="q" value="" placeholder="Search..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off"/> <div id="search_autocomplete" class="search-autocomplete"></div> <div class="nested"> <a class="action advanced" href="https://bookstore.billygraham.org/catalogsearch/advanced/" data-action="advanced-search"> Advanced Search </a> </div> <script src="https://bookstore-static.billygraham.org/mageplaza/search/default_0.js"></script> <script src="https://bookstore-static.billygraham.org/mageplaza/search/default_0_addition.js"></script> <div id="mpsearch-js" style="display: none;"></div> <script type="text/x-magento-init"> { "#mpsearch-js": { "Mageplaza_Search/js/mpsearch":{ "baseUrl": "https://bookstore.billygraham.org/", "baseImageUrl": "https://bookstore-static.billygraham.org/catalog/product/", "priceFormat": {"pattern":"$%s","precision":2,"requiredPrecision":2,"decimalSymbol":".","groupSymbol":",","groupLength":3,"integerRequired":false}, "displayInfo": ["price","image","description"], "isEnableSuggestion": "1", "sortBy": "new_products", "currencyRate": "1.0000", "lookupLimit": 10 } } } </script> </div> </div> <div class="actions"> <button type="submit" title="Search" class="action search"> <span>Search</span> </button> </div> </form> </div> </div> <div data-block="minicart" class="minicart-wrapper cart-design-2"> <a class="action showcart" href="https://bookstore.billygraham.org/checkout/cart/" data-bind="scope: 'minicart_content'"> <i class="minicart-icon porto-icon-shopping-cart"></i> <span class="text">Cart</span> <span class="counter qty empty" data-bind="css: { empty: !!getCartParam('summary_count') == false }, blockLoader: isLoading"> <span class="counter-number"> <!-- ko if: getCartParam('summary_count') --><!-- ko text: getCartParam('summary_count') --><!-- /ko --><!-- /ko --> <!-- ko ifnot: getCartParam('summary_count') -->0<!-- /ko --> </span> <span class="counter-label"> <!-- ko i18n: 'items' --><!-- /ko --> </span> </span> </a> <a class="showcart action-subtotal d-none" href="https://bookstore.billygraham.org/checkout/cart/" data-bind="scope: 'minicart_content'"> <span class="cart-subtotal"> Shopping Cart <span class="cart-price"> <span class="amount" data-bind="html: getCartParam('subtotal')"> <!-- ko if: !getCartParam('subtotal') --> <!-- ko i18n: '€ 0.00' --><!-- /ko --> <!-- /ko --> </span> </span> </span> </a> <div class="block block-minicart empty" data-role="dropdownDialog" data-mage-init='{"dropdownDialog":{ "appendTo":"[data-block=minicart]", "triggerTarget":".showcart", "timeout": "2000", "closeOnMouseLeave": false, "closeOnEscape": true, "triggerClass":"active", "parentClass":"active", "buttons":[]}}'> <div id="minicart-content-wrapper" data-bind="scope: 'minicart_content'"> <!-- ko template: getTemplate() --><!-- /ko --> </div> </div> <script>window.checkout = {"shoppingCartUrl":"https:\/\/bookstore.billygraham.org\/checkout\/cart\/","checkoutUrl":"https:\/\/bookstore.billygraham.org\/checkout\/","updateItemQtyUrl":"https:\/\/bookstore.billygraham.org\/checkout\/sidebar\/updateItemQty\/","removeItemUrl":"https:\/\/bookstore.billygraham.org\/checkout\/sidebar\/removeItem\/","imageTemplate":"Magento_Catalog\/product\/image_with_borders","baseUrl":"https:\/\/bookstore.billygraham.org\/","minicartMaxItemsVisible":5,"websiteId":"1","maxItemsToDisplay":10,"storeId":"1","storeGroupId":"1","customerLoginUrl":"https:\/\/bookstore.billygraham.org\/customer\/account\/login\/referer\/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~\/","isRedirectRequired":false,"autocomplete":"off","captcha":{"user_login":{"isCaseSensitive":false,"imageHeight":50,"imageSrc":"","refreshUrl":"https:\/\/bookstore.billygraham.org\/captcha\/refresh\/","isRequired":false,"timestamp":1740034603}}}</script> <script type="text/x-magento-init"> { "[data-block='minicart']": { "Magento_Ui/js/core/app": {"components":{"minicart_content":{"children":{"subtotal.container":{"children":{"subtotal":{"children":{"subtotal.totals":{"config":{"display_cart_subtotal_incl_tax":0,"display_cart_subtotal_excl_tax":1,"template":"Magento_Tax\/checkout\/minicart\/subtotal\/totals"},"children":{"subtotal.totals.msrp":{"component":"Magento_Msrp\/js\/view\/checkout\/minicart\/subtotal\/totals","config":{"displayArea":"minicart-subtotal-hidden","template":"Magento_Msrp\/checkout\/minicart\/subtotal\/totals"}}},"component":"Magento_Tax\/js\/view\/checkout\/minicart\/subtotal\/totals"}},"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/subtotal"}}},"component":"uiComponent","config":{"displayArea":"subtotalContainer"}},"item.renderer":{"component":"Magento_Checkout\/js\/view\/cart-item-renderer","config":{"displayArea":"defaultRenderer","template":"Magento_Checkout\/minicart\/item\/default"},"children":{"item.image":{"component":"Magento_Catalog\/js\/view\/image","config":{"template":"Magento_Catalog\/product\/image","displayArea":"itemImage"}},"checkout.cart.item.price.sidebar":{"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/item\/price","displayArea":"priceSidebar"}}}},"extra_info":{"component":"uiComponent","config":{"displayArea":"extraInfo"}},"promotion":{"component":"uiComponent","config":{"displayArea":"promotion"}}},"config":{"itemRenderer":{"default":"defaultRenderer","simple":"defaultRenderer","virtual":"defaultRenderer"},"template":"Magento_Checkout\/minicart\/content"},"component":"Magento_Checkout\/js\/view\/minicart"}},"types":[]} }, "*": { "Magento_Ui/js/block-loader": "https://bookstore-static.billygraham.org/frontend/Smartwave/porto_child/en_US/images/loader-1.gif" } } </script> </div> <div class="header-contact"> <div class="custom-block"></div> </div> <div class="account-login"> <div class="dropdown"> <div class="account-text"> <a href="/customer/account/"><img src="https://bookstore-static.billygraham.org/wysiwyg/account-icon.png" alt="My Account" /> My Account </a> </div> </div> </div> </div> </div> <div class="header-row"> <div class="sections nav-sections"> <div class="section-items nav-sections-items" data-mage-init='{"tabs":{"openedState":"active"}}'> <div class="section-item-title nav-sections-item-title" data-role="collapsible"> <a class="nav-sections-item-switch" data-toggle="switch" href="#store.menu"> Menu </a> </div> <div class="section-item-content nav-sections-item-content" id="store.menu" data-role="content"> <nav class="navigation sw-megamenu " role="navigation"> <ul> <li class="ui-menu-item level0 fullwidth "><a href="https://bookstore.billygraham.org/bibles.html" class="level-top" title="Bibles"><span>Bibles</span></a></li><li class="ui-menu-item level0 fullwidth "><a href="https://bookstore.billygraham.org/devotionals.html" class="level-top" title="Devotionals"><span>Devotionals</span></a></li><li class="ui-menu-item level0 staticwidth parent "><div class="open-children-toggle"></div><a href="https://bookstore.billygraham.org/books.html" class="level-top" title="Books"><span>Books</span></a><div class="level0 submenu" style="width: 650px;"><div class="container"><div class="row"><ul class="subchildmenu col-md-12 mega-columns columns4"><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/books/billy-graham.html" title="Billy Graham"><span>Billy Graham</span></a></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/books/graham-family.html" title="Graham Family"><span>Graham Family</span></a></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/books/others.html" title="Others"><span>Others</span></a></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/books/children-s-books.html" title="Children's Books"><span>Children's Books</span></a></li></ul></div></div></div></li><li class="ui-menu-item level0 fullwidth parent "><div class="open-children-toggle"></div><a href="https://bookstore.billygraham.org/evangelism.html" class="level-top" title="Evangelism"><span>Evangelism</span></a><div class="level0 submenu"><div class="container"><div class="row"><ul class="subchildmenu col-md-12 mega-columns columns4"><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/evangelism/tracts-and-pamphlets.html" title="Tracts and Pamphlets"><span>Tracts and Pamphlets</span></a></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/evangelism/spanish.html" title="Spanish"><span>Spanish</span></a></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/evangelism/ministry-resources.html" title="Ministry Resources"><span>Ministry Resources</span></a></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/evangelism/children-youth-and-young-adult.html" title="Children & Youth"><span>Children & Youth</span></a></li></ul></div></div></div></li><li class="ui-menu-item level0 fullwidth parent "><div class="open-children-toggle"></div><a href="https://bookstore.billygraham.org/more-products.html" class="level-top" title="More Products"><span>More Products</span></a><div class="level0 submenu"><div class="container"><div class="row"><ul class="subchildmenu col-md-12 mega-columns columns4"><li class="ui-menu-item level1 parent "><div class="open-children-toggle"></div><a href="https://bookstore.billygraham.org/more-products/dvds.html" title="DVDs"><span>DVDs</span></a><ul class="subchildmenu "><li class="ui-menu-item level2 "><a href="https://bookstore.billygraham.org/more-products/dvds/billy-graham-classics.html" title="Billy Graham Classics"><span>Billy Graham Classics</span></a></li></ul></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/more-products/holiday-products.html" title="Holiday Products"><span>Holiday Products</span></a></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/more-products/apparel.html" title="Apparel"><span>Apparel</span></a></li><li class="ui-menu-item level1 "><a href="https://bookstore.billygraham.org/more-products/special-selections.html" title="Special Selections"><span>Special Selections</span></a></li></ul></div></div></div></li><div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><ul> <li class="ui-menu-item level0"> <a href="https://billygraham.org/give/give-online/" target="_blank" class="level-top"><span style="color:green;">Give</span></a> </li> </ul></div> </ul> </nav> <script type="text/javascript"> require([ 'jquery', 'Smartwave_Megamenu/js/sw_megamenu' ], function ($) { $(".sw-megamenu").swMegamenu(); }); </script> </div> <div class="section-item-title nav-sections-item-title" data-role="collapsible"> <a class="nav-sections-item-switch" data-toggle="switch" href="#store.links"> Account </a> </div> <div class="section-item-content nav-sections-item-content" id="store.links" data-role="content"> <!-- Account links --> </div> </div> </div> <span data-action="toggle-nav" class="action nav-toggle"><span>Toggle Nav</span></span> </div> </div> </div> </div> </header> <div class="porto-block-html-top"> <div class="background-color-dark text-color-light"> <div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><style> .porto-block-html-top .background-color-dark { background-color: #94783f !important; } .notice-top { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; background-color: #94783f; padding: 0; min-height:55px; } .porto-icon.none { color: #ffffff; font-size: 25px; display: inline-block; } .porto-sicon-title { font-weight: 500; font-size: 18px; line-height: 22px; color: #ffffff; cursor: pointer; } #white-arrow { padding-left: 0.5rem; } @media only screen and (max-width: 767px) { .porto-icon.none { font-size: 20px; } .porto-sicon-title { font-size: 16px; } } </style> <div class="container notice-top"> <div class="widget widget_text" style="margin-bottom: 0; margin-right: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem;"> <div class="textwidget"> <div class="porto-sicon-box mb-0 style_1 default-icon"> <div class="porto-sicon-default"> <div class="porto-just-icon-wrapper" style="text-align: center"> <div class="porto-icon none"> <i class="porto-icon-mail"></i> </div> </div> </div> <div class="porto-sicon-header"> <h2 class="porto-sicon-title" onclick="goToAccount()"> Receive Special Offers & Savings<img src="https://s3.theark.cloud/bg-magento/wysiwyg/Icon-Arrow-Right-White.png" alt="" id="white-arrow" /> </h2> </div> </div> </div> </div> <!--<div class="widget widget_text widget_newsletter" style="margin-top: 1rem; margin-bottom: 1rem;"> <div class="textwidget"> <form class="form single-subscribe subscribe" novalidate action="/newsletter/subscriber/new/" method="post" data-mage-init='{"validation": {"errorClass": "mage-error"}}' id="newsletter-validate-detail-1"> <div class="field newsletter"> <div class="control"> <span class="input-text"> <input name="email" placeholder="Email Address" type="email" id="newsletter" data-validate="{required:true, 'validate-email':true}"> </span> <button class="action subscribe primary" title="Subscribe" type="submit"> <span>Subscribe</span> </button> </div> </div> </form> <style> .single-subscribe .newsletter input { height: 2rem; padding-left: 20px; padding-right: 25px; border-radius: 30px 0 0 30px; font-size: 0.75rem; color: #191818; border: none; margin: 0; width: 100%; display: block; } .single-subscribe .newsletter .action { height: 2rem; padding-left: 20px; padding-right: 20px; text-transform: uppercase; font-weight: 700; border-radius: 0 30px 30px 0; line-height: 1rem; background: #ffffff; color: black; border: none; } </style> </div> </div>--> <!--<div class="widget widget_text" id="mobile-input" style="margin-top: 1rem; margin-bottom: 1rem; display: none;"> <div class="textwidget"> <form class="form single-subscribe subscribe" novalidate action="/newsletter/subscriber/new/" method="post" data-mage-init='{"validation": {"errorClass": "mage-error"}}' id="newsletter-validate-detail-2"> <div class="field newsletter"> <div class="control"> <span class="input-text"> <input name="email" placeholder="Email Address" type="email" id="newsletter2" data-validate="{required:true, 'validate-email':true}"> </span> <button class="action subscribe primary" title="Subscribe" type="submit"> <span>Subscribe</span> </button> </div> </div> </form> <style> .single-subscribe .newsletter input { height: 2rem; padding-left: 20px; padding-right: 25px; border-radius: 30px 0 0 30px; font-size: 0.75rem; color: #191818; border: none; margin: 0; width: 100%; display: block; } .single-subscribe .newsletter .action { height: 2rem; padding-left: 20px; padding-right: 20px; text-transform: uppercase; font-weight: 500; font-size: 0.7rem; border-radius: 0 30px 30px 0; line-height: 1rem; background: #ffffff; color: black; border: none; } </style> </div> </div>--> </div> <script> function revealInput() { var subscribe = document.getElementById("mobile-input"); if (subscribe.style.display === "none") { subscribe.style.display = "block"; } else { subscribe.style.display = "none"; } } function goToAccount(){ window.location.href = "https://bookstore.billygraham.org/customer/account/create/"; } </script></div> </div> </div> <main id="maincontent" class="page-main"><a id="contentarea" tabindex="-1"></a> <div class="page messages"><div data-placeholder="messages"></div> <div data-bind="scope: 'messages'"> <!-- ko if: cookieMessagesObservable() && cookieMessagesObservable().length > 0 --> <div aria-atomic="true" role="alert" class="messages" data-bind="foreach: { data: cookieMessagesObservable(), as: 'message' }"> <div data-bind="attr: { class: 'message-' + message.type + ' ' + message.type + ' message', 'data-ui-id': 'message-' + message.type }"> <div data-bind="html: $parent.prepareMessageForHtml(message.text)"></div> </div> </div> <!-- /ko --> <div aria-atomic="true" role="alert" class="messages" data-bind="foreach: { data: messages().messages, as: 'message' }, afterRender: purgeMessages"> <div data-bind="attr: { class: 'message-' + message.type + ' ' + message.type + ' message', 'data-ui-id': 'message-' + message.type }"> <div data-bind="html: $parent.prepareMessageForHtml(message.text)"></div> </div> </div> </div> <script type="text/x-magento-init"> { "*": { "Magento_Ui/js/core/app": { "components": { "messages": { "component": "Magento_Theme/js/view/messages" } } } } } </script> </div><div class="columns"><div class="column main"><input name="form_key" type="hidden" value="4wS3YkEARNisAXpX" /><div id="authenticationPopup" data-bind="scope:'authenticationPopup', style: {display: 'none'}"> <script>window.authenticationPopup = {"autocomplete":"off","customerRegisterUrl":"https:\/\/bookstore.billygraham.org\/customer\/account\/create\/","customerForgotPasswordUrl":"https:\/\/bookstore.billygraham.org\/customer\/account\/forgotpassword\/","baseUrl":"https:\/\/bookstore.billygraham.org\/","customerLoginUrl":"https:\/\/bookstore.billygraham.org\/customer\/ajax\/login\/"}</script> <!-- ko template: getTemplate() --><!-- /ko --> <script type="text/x-magento-init"> { "#authenticationPopup": { "Magento_Ui/js/core/app": {"components":{"authenticationPopup":{"component":"Magento_Customer\/js\/view\/authentication-popup","children":{"messages":{"component":"Magento_Ui\/js\/view\/messages","displayArea":"messages"},"captcha":{"component":"Magento_Captcha\/js\/view\/checkout\/loginCaptcha","displayArea":"additional-login-form-fields","formId":"user_login","configSource":"checkout"},"recaptcha":{"component":"Magento_ReCaptchaFrontendUi\/js\/reCaptcha","displayArea":"additional-login-form-fields","reCaptchaId":"recaptcha-popup-login","settings":{"rendering":{"sitekey":"6LcxdCElAAAAAJiHUXQbbqcv9B0TYzndeHJ1X0Gd","badge":"inline","size":"invisible","theme":"light","hl":""},"invisible":true}}}}}} }, "*": { "Magento_Ui/js/block-loader": "https\u003A\u002F\u002Fbookstore\u002Dstatic.billygraham.org\u002Ffrontend\u002FSmartwave\u002Fporto_child\u002Fen_US\u002Fimages\u002Floader\u002D1.gif" } } </script> </div> <script type="text/x-magento-init"> { "*": { "Magento_Customer/js/section-config": { "sections": {"stores\/store\/switch":["*"],"stores\/store\/switchrequest":["*"],"directory\/currency\/switch":["*"],"*":["messages"],"customer\/account\/logout":["*","recently_viewed_product","recently_compared_product","persistent"],"customer\/account\/loginpost":["*"],"customer\/account\/createpost":["*"],"customer\/account\/editpost":["*"],"customer\/ajax\/login":["checkout-data","cart","captcha"],"catalog\/product_compare\/add":["compare-products"],"catalog\/product_compare\/remove":["compare-products"],"catalog\/product_compare\/clear":["compare-products"],"sales\/guest\/reorder":["cart"],"sales\/order\/reorder":["cart"],"checkout\/cart\/add":["cart","directory-data"],"checkout\/cart\/delete":["cart"],"checkout\/cart\/updatepost":["cart"],"checkout\/cart\/updateitemoptions":["cart"],"checkout\/cart\/couponpost":["cart"],"checkout\/cart\/estimatepost":["cart"],"checkout\/cart\/estimateupdatepost":["cart"],"checkout\/onepage\/saveorder":["cart","checkout-data","last-ordered-items"],"checkout\/sidebar\/removeitem":["cart"],"checkout\/sidebar\/updateitemqty":["cart"],"rest\/*\/v1\/carts\/*\/payment-information":["cart","last-ordered-items","captcha","instant-purchase"],"rest\/*\/v1\/guest-carts\/*\/payment-information":["cart","captcha"],"rest\/*\/v1\/guest-carts\/*\/selected-payment-method":["cart","checkout-data"],"rest\/*\/v1\/carts\/*\/selected-payment-method":["cart","checkout-data","instant-purchase"],"customer\/address\/*":["instant-purchase"],"customer\/account\/*":["instant-purchase"],"vault\/cards\/deleteaction":["instant-purchase"],"multishipping\/checkout\/overviewpost":["cart"],"paypal\/express\/placeorder":["cart","checkout-data"],"paypal\/payflowexpress\/placeorder":["cart","checkout-data"],"paypal\/express\/onauthorization":["cart","checkout-data"],"persistent\/index\/unsetcookie":["persistent"],"review\/product\/post":["review"],"wishlist\/index\/add":["wishlist"],"wishlist\/index\/remove":["wishlist"],"wishlist\/index\/updateitemoptions":["wishlist"],"wishlist\/index\/update":["wishlist"],"wishlist\/index\/cart":["wishlist","cart"],"wishlist\/index\/fromcart":["wishlist","cart"],"wishlist\/index\/allcart":["wishlist","cart"],"wishlist\/shared\/allcart":["wishlist","cart"],"wishlist\/shared\/cart":["cart"],"mfapplycc\/apply\/link":["cart","directory-data"],"mfapplycc\/apply\/ajax":["cart","directory-data"],"braintree\/paypal\/placeorder":["cart","checkout-data"],"braintree\/googlepay\/placeorder":["cart","checkout-data"]}, "clientSideSections": ["checkout-data","cart-data"], "baseUrls": ["https:\/\/bookstore.billygraham.org\/","http:\/\/bookstore.billygraham.org\/"], "sectionNames": ["messages","customer","compare-products","last-ordered-items","cart","directory-data","captcha","instant-purchase","loggedAsCustomer","persistent","review","wishlist","recently_viewed_product","recently_compared_product","product_data_storage","paypal-billing-agreement"] } } } </script> <script type="text/x-magento-init"> { "*": { "Magento_Customer/js/customer-data": { "sectionLoadUrl": "https\u003A\u002F\u002Fbookstore.billygraham.org\u002Fcustomer\u002Fsection\u002Fload\u002F", "expirableSectionLifetime": 60, "expirableSectionNames": ["cart","persistent"], "cookieLifeTime": "3600", "cookieDomain": "bookstore.billygraham.org", "updateSessionUrl": "https\u003A\u002F\u002Fbookstore.billygraham.org\u002Fcustomer\u002Faccount\u002FupdateSession\u002F", "isLoggedIn": "" } } } </script> <script type="text/x-magento-init"> { "*": { "Magento_Customer/js/invalidation-processor": { "invalidationRules": { "website-rule": { "Magento_Customer/js/invalidation-rules/website-rule": { "scopeConfig": { "websiteId": "1" } } } } } } } </script> <script type="text/x-magento-init"> { "body": { "pageCache": {"url":"https:\/\/bookstore.billygraham.org\/page_cache\/block\/render\/","handles":["default","cms_index_index","cms_page_view","cms_index_index_id_bgea-home"],"originalRequest":{"route":"cms","controller":"index","action":"index","uri":"\/"},"versionCookieName":"private_content_version"} } } </script> <style>#html-body [data-pb-style=CPI8K8S]{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}#html-body [data-pb-style=UKHRAEB]{min-height:500px}#html-body [data-pb-style=KIC3I5X]{background-color:#fff;background-position:center top;background-size:cover;background-repeat:no-repeat;min-height:442px}#html-body [data-pb-style=BD402VS]{min-height:442px;background-color:transparent}#html-body [data-pb-style=KNOMIDE]{background-color:#fff;background-position:center top;background-size:cover;background-repeat:no-repeat;min-height:442px}#html-body [data-pb-style=RIF85IK]{min-height:442px;background-color:transparent}#html-body [data-pb-style=VMDQ0OB]{background-color:#fff;background-position:center top;background-size:cover;background-repeat:no-repeat;min-height:442px}#html-body [data-pb-style=LD7UBYG]{min-height:442px;background-color:transparent}#html-body [data-pb-style=J229ELY]{background-color:#fff;background-position:center top;background-size:cover;background-repeat:no-repeat;min-height:442px}#html-body [data-pb-style=GEY7BOV]{min-height:442px;background-color:transparent}</style><div data-content-type="row" data-appearance="full-bleed" data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{}" data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="main" data-pb-style="CPI8K8S"><div class="pagebuilder-slider" data-content-type="slider" data-appearance="default" data-autoplay="true" data-autoplay-speed="4000" data-fade="true" data-infinite-loop="true" data-show-arrows="false" data-show-dots="true" data-element="main" data-pb-style="UKHRAEB"><div data-content-type="slide" data-slide-name="" data-appearance="poster" data-show-button="never" data-show-overlay="never" data-element="main"><a href="https://bookstore.billygraham.org/esther-and-the-very-brave-plan.html" target="_blank" data-link-type="product" title="" data-element="link"><div class="pagebuilder-slide-wrapper background-image-67b6d22c2aca2" data-background-images='{\"desktop_image\":\"https://bookstore-static.billygraham.org/wysiwyg/22013_RAO_Esther_The_Very_Brave_Plan_Web_Banner_2000x450.jpg\",\"mobile_image\":\"https://bookstore-static.billygraham.org/wysiwyg/22013_RAO_Esther_The_Very_Brave_Plan_Web_Banner_2000x450_1.jpg\"}' data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="wrapper" data-pb-style="KIC3I5X"><div class="pagebuilder-overlay pagebuilder-poster-overlay" data-overlay-color="" aria-label="" title="" data-element="overlay" data-pb-style="BD402VS"><div class="pagebuilder-poster-content"><div data-element="content"><p></p><p></p><p></p><p></p><p></p><p></p><p></p></div></div></div></div><style type="text/css">.background-image-67b6d22c2aca2 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22013_RAO_Esther_The_Very_Brave_Plan_Web_Banner_2000x450.jpg);}@media only screen and (max-width: 768px) and (min-width: 640px) {.background-image-67b6d22c2aca2 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22013_RAO_Esther_The_Very_Brave_Plan_Web_Banner_2000x450_1.jpg);}}@media only screen and (max-width: 640px) {.background-image-67b6d22c2aca2 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22013_RAO_Esther_The_Very_Brave_Plan_Web_Banner_2000x450_1.jpg);}}</style></a></div><div data-content-type="slide" data-slide-name="" data-appearance="poster" data-show-button="never" data-show-overlay="never" data-element="main"><a href="https://bookstore.billygraham.org/god-s-love-for-you-bg-library-selection.html" target="_blank" data-link-type="product" title="" data-element="link"><div class="pagebuilder-slide-wrapper background-image-67b6d22c2ace4" data-background-images='{\"desktop_image\":\"https://bookstore-static.billygraham.org/wysiwyg/22012_RAO_Gods_Love_for_You_2000x450.jpg\",\"mobile_image\":\"https://bookstore-static.billygraham.org/wysiwyg/22012_RAO_Gods_Love_for_You_2000x450_1.jpg\"}' data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="wrapper" data-pb-style="KNOMIDE"><div class="pagebuilder-overlay pagebuilder-poster-overlay" data-overlay-color="" aria-label="" title="" data-element="overlay" data-pb-style="RIF85IK"><div class="pagebuilder-poster-content"><div data-element="content"><p></p><p></p><p></p><p></p><p></p><p></p><p></p></div></div></div></div><style type="text/css">.background-image-67b6d22c2ace4 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22012_RAO_Gods_Love_for_You_2000x450.jpg);}@media only screen and (max-width: 768px) and (min-width: 640px) {.background-image-67b6d22c2ace4 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22012_RAO_Gods_Love_for_You_2000x450_1.jpg);}}@media only screen and (max-width: 640px) {.background-image-67b6d22c2ace4 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22012_RAO_Gods_Love_for_You_2000x450_1.jpg);}}</style></a></div><div data-content-type="slide" data-slide-name="" data-appearance="poster" data-show-button="never" data-show-overlay="never" data-element="main"><a href="https://bookstore.billygraham.org/every-day-with-jesus.html" target="" data-link-type="product" title="" data-element="link"><div class="pagebuilder-slide-wrapper background-image-67b6d22c2acff" data-background-images='{\"desktop_image\":\"https://bookstore-static.billygraham.org/wysiwyg/22011_RAO_Every_Day_with_Jesus_Email_2000x450.jpg\",\"mobile_image\":\"https://bookstore-static.billygraham.org/wysiwyg/22011_RAO_Every_Day_with_Jesus_Email_2000x450_1.jpg\"}' data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="wrapper" data-pb-style="VMDQ0OB"><div class="pagebuilder-overlay pagebuilder-poster-overlay" data-overlay-color="" aria-label="" title="" data-element="overlay" data-pb-style="LD7UBYG"><div class="pagebuilder-poster-content"><div data-element="content"><p></p><p></p><p></p><p></p><p></p><p></p><p></p></div></div></div></div><style type="text/css">.background-image-67b6d22c2acff {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22011_RAO_Every_Day_with_Jesus_Email_2000x450.jpg);}@media only screen and (max-width: 768px) and (min-width: 640px) {.background-image-67b6d22c2acff {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22011_RAO_Every_Day_with_Jesus_Email_2000x450_1.jpg);}}@media only screen and (max-width: 640px) {.background-image-67b6d22c2acff {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/22011_RAO_Every_Day_with_Jesus_Email_2000x450_1.jpg);}}</style></a></div><div data-content-type="slide" data-slide-name="" data-appearance="poster" data-show-button="never" data-show-overlay="never" data-element="main"><a href="https://pages.billygraham.org/daily-devotional/?utm_source=dailydevotion&utm_medium=post&utm_campaign=sitelink&SOURCE=BY240YDDD&_ga=2.153196152.1953784597.1735237680-1020766585.1732717200" target="_blank" data-link-type="default" title="" data-element="link"><div class="pagebuilder-slide-wrapper background-image-67b6d22c2ad17" data-background-images='{\"desktop_image\":\"https://bookstore-static.billygraham.org/wysiwyg/DayByDay_2000x450.jpg\",\"mobile_image\":\"https://bookstore-static.billygraham.org/wysiwyg/DayByDay_2000x450_1.jpg\"}' data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="wrapper" data-pb-style="J229ELY"><div class="pagebuilder-overlay pagebuilder-poster-overlay" data-overlay-color="" aria-label="" title="" data-element="overlay" data-pb-style="GEY7BOV"><div class="pagebuilder-poster-content"><div data-element="content"><p></p><p></p><p></p><p></p><p></p><p></p><p></p></div></div></div></div><style type="text/css">.background-image-67b6d22c2ad17 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/DayByDay_2000x450.jpg);}@media only screen and (max-width: 768px) and (min-width: 640px) {.background-image-67b6d22c2ad17 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/DayByDay_2000x450_1.jpg);}}@media only screen and (max-width: 640px) {.background-image-67b6d22c2ad17 {background-image: url(https://bookstore-static.billygraham.org/wysiwyg/DayByDay_2000x450_1.jpg);}}</style></a></div></div></div><div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><style> .footer-top { display: none; } @media (max-width: 2040px) { .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{ min-height: 602px !important; } } @media (max-width: 1840px) { .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{ min-height: 532px !important; } } @media (max-width: 1440px) { .pagebuilder-slide-wrapper { min-height: 432px !important; } .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{ min-height: 432px !important; } div[data-content-type='slider'].slick-initialized{ min-height: 492px !important; } } @media (max-width: 990px) { .pagebuilder-slide-wrapper { min-height: 242px !important; } .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{ min-height: 342px !important; } div[data-content-type='slider'].slick-initialized{ min-height: 252px !important; } } @media (max-width: 576px) { .pagebuilder-slide-wrapper { min-height: 180px !important; } .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{ min-height: 180px !important; } div[data-content-type='slider'].slick-initialized{ min-height: 210px !important; } } .cms-index-index.layout-1220 .page-main { max-width: 100%; } .columns .column.main { padding: 0; } .porto-u-heading .porto-u-main-heading h1, .porto-u-heading .porto-u-main-heading h2, .porto-u-heading .porto-u-main-heading h3, .porto-u-heading .porto-u-main-heading h4, .porto-u-heading .porto-u-main-heading h5, .porto-u-heading .porto-u-main-heading h6 { margin: 0; padding: 0; } .wpb_single_image.vc_align_center { text-align: center; } .wpb_single_image .vc_single_image-wrapper { display: inline-block; vertical-align: top; max-width: 100%; } .home-slider { position: relative; } .home-slider:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 61%; display: block; background: #f7f6f7; } .home-slider .btn, .porto-ultimate-content-box .btn { padding: 1.125em 4em; } .home-slider .pl-lg-5 { justify-content: center; } .home-slider .pl-lg-5>.vc_column-inner { width: auto; flex: 0 0 auto !important; } .home-slider .slash-bg { background-position: left center !important; } .home-slider .vc_custom_heading b { display: inline-block; color: #b35827; font-size: 2em; position: relative; top: .08em; line-height: 1; vertical-align: middle; } .home-slider .vc_custom_heading b small { font-size: 50%; line-height: 1.6; vertical-align: top; font-weight: inherit; } @media (min-width: 576px) { .pull-sm-left { float: left; } } </style> <!--<div class="home-slider porto-inner-container" style="margin-bottom: 35px; border-bottom: 1px solid #e7e7e7;"> <div class="porto-wrap-container container"> <div class="row"> <div class="col-md-12"> <div class="wpb_wrapper vc_column-inner"> <div id="banner-slider-demo-26" class="porto-carousel owl-carousel mb-0 nav-pos-outside nav-style-4"> <div class="row no-padding"> <div class="py-5 pl-lg-5 col-md-12 col-lg-4 d-flex align-items-center"> <div class="wpb_wrapper vc_column-inner d-flex flex-column justify-content-center"> <p style="font-size: 34px; color: #999999; line-height: 1; font-weight: 500;" class="vc_custom_heading mb-1 align-left text-uppercase">EXTRA</p> <h3 style="font-size: 69px; line-height: 1; font-weight: 700;" class="vc_custom_heading mb-1 align-left text-uppercase">20% OFF</h3> <div class="vc_custom_heading mb-3 heading heading-border heading-dark heading-middle-border heading-middle-border-center heading-border-xl"> <h3 style="font-size: 34px; line-height: 1; text-align: center; font-weight: 700;border-color: #222529;" class="heading-tag text-uppercase">BIKES</h3> </div> <h3 style="font-size: 39px; line-height: 1; font-weight: 700; letter-spacing: 0.005em;" class="vc_custom_heading pb-4 mb-4 mb-lg-5 custom-font4 align-left">Summer Sale </h3> <div class="btn-container mb-0 d-inline"><button class="btn btn-xl btn-dark">SHOP ALL SALE</button></div> </div> </div> <div class="text-center text-lg-left pt-0 pt-lg-5 pb-5 slash-bg col-md-12 col-lg-8" style="padding-left: 5%; background: rgba(255, 255, 255, 0) url(https://bookstore-static.billygraham.org/wysiwyg/smartwave/porto/homepage/26/shop26_home_slide_bg.png); background-position: center; background-repeat: no-repeat; background-size: cover;"> <div class="wpb_wrapper vc_column-inner"> <div class="wpb_single_image wpb_content_element vc_align_left mb-5 text-center text-lg-left"> <div class="wpb_wrapper"> <div class="vc_single_image-wrapper vc_box_border_grey"> <img src="https://bookstore-static.billygraham.org/wysiwyg/smartwave/porto/homepage/26/shop26_home_slide1.png" /> </div> </div> </div> <div class="porto-ultimate-content-box-container mb-0"> <div class="porto-ultimate-content-box"> <h3 style="font-size: 18px; font-weight: 700;" class="vc_custom_heading mb-2 pull-sm-left mx-sm-5 align-left heading-dark"> ONLY <b><small>$</small>399<small>99</small></b> </h3> <div class="porto-u-heading mb-0 pl-lg-4 pull-sm-left"> <div class="porto-u-main-heading"> <h2 style="font-weight: 500; font-size: 16px; line-height: 16px;"> Start Shopping Right Now</h2> </div> <div class="porto-u-sub-heading" style="font-size: 11px;">* Get Plus Discount Buying Package</div> </div> </div> </div> </div> </div> </div> <div class="row no-padding"> <div class="py-5 pl-lg-5 order-lg-2 col-md-12 col-lg-5 d-flex align-items-center"> <div class="wpb_wrapper vc_column-inner"> <p style="font-size: 34px; color: #999999; line-height: 1; font-weight: 500;" class="vc_custom_heading mb-1 align-left text-uppercase">EXTRA</p> <h3 style="font-size: 69px; line-height: 1; font-weight: 700;" class="vc_custom_heading mb-1 align-left text-uppercase">20% OFF</h3> <div class="vc_custom_heading mb-3 heading heading-border heading-dark heading-middle-border heading-middle-border-center heading-border-xl"> <h3 style="font-size: 34px; line-height: 1; text-align: center; font-weight: 700;border-color: #222529;" class="heading-tag text-uppercase">BIKES</h3> </div> <h3 style="font-size: 39px; line-height: 1; font-weight: 700;" class="vc_custom_heading pb-4 mb-4 mb-lg-5 custom-font4 align-left">Summer Sale </h3> <div class="btn-container mb-0 d-inline-block"><button class="btn btn-xl btn-dark">SHOP ALL SALE</button></div> </div> </div> <div class="pt-lg-5 pb-5 col-md-12 col-lg-7" style="padding-left: 5%;"> <div class="wpb_wrapper vc_column-inner"> <div class="wpb_single_image wpb_content_element vc_align_left mb-5 text-center text-lg-right"> <div class="wpb_wrapper"> <div class="vc_single_image-wrapper vc_box_border_grey"> <img src="https://bookstore-static.billygraham.org/wysiwyg/smartwave/porto/homepage/26/shop26_home_slide2.png" /> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> require([ 'jquery', 'owl.carousel/owl.carousel.min' ], function ($) { $("#banner-slider-demo-26").owlCarousel({ items: 1, autoplay: false, autoplayTimeout: 5000, autoplayHoverPause: true, dots: false, navRewind: true, animateIn: 'fadeIn', animateOut: 'fadeOut', loop: false, nav: true }); }); </script> </div> </div> </div> </div> </div>--> <div class="porto-inner-container"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="wpb_wrapper vc_column-inner"> <div id="popular-products" class="porto-products wpb_content_element"> <h2 class="section-title text-center slider-title"><span class="inline-title">Books By Billy Graham</span><span class="line"></span></h2> <div class="slider-wrapper"> <div class="products wrapper grid products-grid "> <div class="filterproducts products products-slider list items product-items owl-carousel dots-style-1"> <div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/god-s-strength-for-hard-times.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/g/o/god_s_strength_for_hard_times.png" width="350" height="350" alt=""> </a> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/god-s-strength-for-hard-times.html"> God's Strength for Hard Times </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="580" data-price-box="product-id-580"> <span class="price-container price-final_price tax weee"> <span id="product-price-580" data-price-amount="17.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$17.99</span></span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/580/" method="post"> <input type="hidden" name="product" value="580"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvNTgwLw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/truth-for-each-day.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_truth_for_each_day.jpg" width="350" height="350" alt=""> </a> <div class="product-labels"><div class="product-label sale-label">-11%</div></div> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/truth-for-each-day.html"> Truth For Each Day </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="555" data-price-box="product-id-555"> <span class="old-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">was</span> <span id="old-price-555" data-price-amount="26.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$26.99</span></span> </span> </span> <span class="special-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span id="product-price-555" data-price-amount="23.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$23.99</span></span> </span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/555/" method="post"> <input type="hidden" name="product" value="555"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvNTU1Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/hope-for-each-day-365-devotions-for-kids.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_hope_for_each_day_365_devotions_for_kids_front_cover.png" width="350" height="350" alt=""> </a> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/hope-for-each-day-365-devotions-for-kids.html"> Hope for Each Day: 365 Devotions for Kids </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="390" data-price-box="product-id-390"> <span class="price-container price-final_price tax weee"> <span id="product-price-390" data-price-amount="15.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$15.99</span></span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/390/" method="post"> <input type="hidden" name="product" value="390"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMzkwLw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/where-i-am-bg-library-edition.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_where_i_am_front_cover_1.jpg" width="350" height="350" alt=""> </a> <div class="product-labels"><div class="product-label sale-label">-42%</div></div> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/where-i-am-bg-library-edition.html"> Where I Am - BG Library Edition </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="217" data-price-box="product-id-217"> <span class="old-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">was</span> <span id="old-price-217" data-price-amount="11.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$11.99</span></span> </span> </span> <span class="special-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span id="product-price-217" data-price-amount="6.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$6.99</span></span> </span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/217/" method="post"> <input type="hidden" name="product" value="217"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMjE3Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/god-s-ambassador.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/s/c/screen_shot_2023-06-15_at_3.19.42_pm_1.png" width="350" height="350" alt=""> </a> <div class="product-labels"><div class="product-label sale-label">-48%</div></div> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/god-s-ambassador.html"> God’s Ambassador </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="216" data-price-box="product-id-216"> <span class="old-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">was</span> <span id="old-price-216" data-price-amount="24.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$24.99</span></span> </span> </span> <span class="special-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span id="product-price-216" data-price-amount="12.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$12.99</span></span> </span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/216/" method="post"> <input type="hidden" name="product" value="216"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMjE2Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/what-happened-at-the-cross.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/w/h/what_happened_at_the_cross.jpg" width="350" height="350" alt=""> </a> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/what-happened-at-the-cross.html"> What Happened At The Cross? </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="151" data-price-box="product-id-151"> <span class="price-container price-final_price tax weee"> <span id="product-price-151" data-price-amount="18.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$18.99</span></span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/151/" method="post"> <input type="hidden" name="product" value="151"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMTUxLw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/billy-graham-in-quotes-softcover.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_billy_graham_in_quotes.png" width="350" height="350" alt=""> </a> <div class="product-labels"><div class="product-label sale-label">-42%</div></div> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/billy-graham-in-quotes-softcover.html"> Billy Graham In Quotes (Softcover) </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="146" data-price-box="product-id-146"> <span class="old-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">was</span> <span id="old-price-146" data-price-amount="11.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$11.99</span></span> </span> </span> <span class="special-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span id="product-price-146" data-price-amount="6.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$6.99</span></span> </span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/146/" method="post"> <input type="hidden" name="product" value="146"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMTQ2Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/storm-warning.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/s/t/storm_warning_front_cover.jpg" width="350" height="350" alt=""> </a> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/storm-warning.html"> Storm Warning </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="145" data-price-box="product-id-145"> <span class="price-container price-final_price tax weee"> <span id="product-price-145" data-price-amount="10.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$10.99</span></span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/145/" method="post"> <input type="hidden" name="product" value="145"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMTQ1Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/where-i-am-by-billy-graham-hardcover-version.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_where_i_am_by_billy_graham_1.png" width="350" height="350" alt=""> </a> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/where-i-am-by-billy-graham-hardcover-version.html"> Where I Am by Billy Graham - Hardcover Version </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="143" data-price-box="product-id-143"> <span class="price-container price-final_price tax weee"> <span id="product-price-143" data-price-amount="17.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$17.99</span></span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/143/" method="post"> <input type="hidden" name="product" value="143"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMTQzLw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/hope-for-a-troubled-heart.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_hope_for_a_troubled_heart.png" width="350" height="350" alt=""> </a> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/hope-for-a-troubled-heart.html"> Hope For A Troubled Heart </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="127" data-price-box="product-id-127"> <span class="price-container price-final_price tax weee"> <span id="product-price-127" data-price-amount="10.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$10.99</span></span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/127/" method="post"> <input type="hidden" name="product" value="127"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMTI3Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> require([ 'jquery' ], function ($) { // Timer for LEFT time for Dailydeal product var _second = 1000; var _minute = _second * 60; var _hour = _minute * 60; var _day = _hour * 24; var timer; //Set date as magentodatetime var date = new Date('2025-02-20 06:56:44'); var l_date = new Date(); var offset_date = l_date - date; function showRemaining() { $(".sw-dailydeal-wrapper").each(function(){ var unique_id = $(this).attr("data-unique-id"); // get Value of dailydeal product var cid='countdown_'+unique_id; var daysid='countdown_days_'+unique_id; var hoursid='countdown_hours_'+unique_id; var minutesid='countdown_minutes_'+unique_id; var secondsid='countdown_seconds_'+unique_id; var startdateid='fromdate_'+unique_id; var id='todate_'+unique_id; var enddate = new Date($('#'+id).val()); var dealstartdate=new Date($('#'+startdateid).val()); var currentdate=new Date(); //Get Difference between Two dates var distance = enddate - (currentdate - offset_date); $('.sw-dailydeal-wrapper').show(); if (distance < 0) { // clearInterval(timer); $('#expired_'+unique_id).html("<span style='font-size:25px; color:#000;'>EXPIRED!<span>"); } else if(dealstartdate > currentdate) { $('.countdowncontainer_'+unique_id).hide(); var msg="<span style='font-size:15px; color:#000;'> Coming Soon..<br>Deal Start at:<br>"+$('#'+startdateid).val()+"<span>"; $('#expired_'+unique_id).html(msg); } else { var days = Math.floor(distance / _day); var hours = Math.floor((distance % _day) / _hour); var minutes = Math.floor((distance % _hour) / _minute); var seconds = Math.floor((distance % _minute) / _second); if(hours < 10) hours = "0" + hours; if(minutes < 10) minutes = "0" + minutes; if(seconds < 10) seconds = "0" + seconds; $('.countdowncontainer_'+unique_id).show(); $('#'+daysid).html(days); $('#'+hoursid).html(hours); $('#'+minutesid).html(minutes); $('#'+secondsid).html(seconds); } }); } // Set Interval timer = setInterval(function() { showRemaining(); }, 1000); }); </script> <script type="text/x-magento-init"> { "[data-role=tocart-form], .form.map.checkout": { "catalogAddToCart": {} } } </script> <script style="display:none"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({"event":"view_item_list","ecommerce":{"item_list_id":"category_products","item_list_name":"Category products","items":[{"item_id":"44232","item_name":"God's Strength for Hard Times","item_url":"https:\/\/bookstore.billygraham.org\/god-s-strength-for-hard-times.html","item_brand":"","price":17.99},{"item_id":"44362","item_name":"Truth For Each Day","item_url":"https:\/\/bookstore.billygraham.org\/truth-for-each-day.html","item_brand":"","price":23.99},{"item_id":"86176","item_name":"Hope for Each Day: 365 Devotions for Kids","item_url":"https:\/\/bookstore.billygraham.org\/hope-for-each-day-365-devotions-for-kids.html","item_brand":"","price":15.99},{"item_id":"WIA","item_name":"Where I Am - BG Library Edition","item_url":"https:\/\/bookstore.billygraham.org\/where-i-am-bg-library-edition.html","item_brand":"","price":6.99},{"item_id":"GDA","item_name":"God\u2019s Ambassador","item_url":"https:\/\/bookstore.billygraham.org\/god-s-ambassador.html","item_brand":"","price":12.99},{"item_id":"65689","item_name":"What Happened At The Cross?","item_url":"https:\/\/bookstore.billygraham.org\/what-happened-at-the-cross.html","item_brand":"","price":18.99},{"item_id":"83728","item_name":"Billy Graham In Quotes (Softcover)","item_url":"https:\/\/bookstore.billygraham.org\/billy-graham-in-quotes-softcover.html","item_brand":"","price":6.99},{"item_id":"46417","item_name":"Storm Warning","item_url":"https:\/\/bookstore.billygraham.org\/storm-warning.html","item_brand":"","price":10.99},{"item_id":"42226","item_name":"Where I Am by Billy Graham - Hardcover Version","item_url":"https:\/\/bookstore.billygraham.org\/where-i-am-by-billy-graham-hardcover-version.html","item_brand":"","price":17.99},{"item_id":"11378","item_name":"Hope For A Troubled Heart ","item_url":"https:\/\/bookstore.billygraham.org\/hope-for-a-troubled-heart.html","item_brand":"","price":10.99}]}}); </script> <script type="text/javascript"> require([ 'jquery', 'owl.carousel/owl.carousel.min' ], function ($) { $("#popular-products .owl-carousel").owlCarousel({ autoplay: false, autoplayTimeout: 5000, autoplayHoverPause: true, loop: true, navRewind: true, lazyLoad: true, margin: 0, nav: true, navText : ["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"], dots: false, responsive: { 0: { items: 2 }, 640: { items: 2 }, 768: { items: 2 }, 992: { items: 3 }, 1200: { items: 5 } } }); }); </script> </div> </div> <style> .bg-gray { background: #f4f4f4; } .bg-gray .porto-sicon-box { background: #fff; margin: 2px 0; padding: 10px; display: flex; align-items: center; justify-content: center; } </style> <div class="sicon-carousel porto-carousel owl-carousel bg-gray m-b-xl"> </div> <script type="text/javascript"> require([ 'jquery', 'owl.carousel/owl.carousel.min' ], function ($) { $(".sicon-carousel.owl-carousel").owlCarousel({ autoplay: false, autoplayTimeout: 5000, autoplayHoverPause: true, loop: true, navRewind: true, lazyLoad: true, stagePadding: 2, margin: 2, dots: false, nav: true, navText : ["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"], responsive: { 0: { items: 2 }, 640: { items: 2 }, 768: { items: 2 }, 992: { items: 3 }, 1200: { items: 5 } } }); }); </script> </div> </div> </div> </div> </div> <style> body .row.column-gap-10>.column_container { padding: 5px; } .h-100>.porto-ultimate-content-box { height: 100%; font-size: .6666vw; } .h-100>.porto-ultimate-content-box>* { vertical-align: middle; } @media (max-width: 991px) { .h-100>.porto-ultimate-content-box .btn { font-size: 10px; } } @media (max-width: 767px) { .h-100>.porto-ultimate-content-box { min-height: 50vw; font-size: 1vw; } } </style> <div class="row m-b-xl column-gap-10" style="margin-left: -5px;margin-right:-5px;padding-right: 0px; padding-left: 0px;"> <div class="column_container col-md-12"> <style>#html-body [data-pb-style=FTVE5Q5]{margin:0;padding:0}</style><div data-content-type="html" data-appearance="default" data-element="main" data-pb-style="FTVE5Q5" data-decoded="true"><style> .filter-gold { filter: invert(45%) sepia(74%) saturate(294%) hue-rotate(4deg) brightness(97%) contrast(86%); } .bg_support_img { background-image: url("https://bookstore-static.billygraham.org/wysiwyg/ruths-attic-shop.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; height: 450px !important; } .ra_proceeds_message { border; 1px 0 solid #ffffff; } .bg_info_text { /*min-height: 400px;*/ } .bg_background_grey { background-color: #eeeeee; } .padding-zero { padding: 0; } .arrow img { width: 20px; } @media screen and (max-width: 2500px) { .bg_heading_text h3 { position: relative; color: #977e44; font-size: 26px; line-height: 40px; font-weight: 400; padding: 25px 25px 0px 50px !important; } .bg_blank_space { height: 50px; background-color: #ffffff; } .ra_proceeds_message { padding: 20px 25px 0px 50px; } .ra_proceeds_message h5 { font-size: 15px; color: #202020; letter-spacing: 1px; } .ra_proceeds_message .address { font-size: 1.05rem; margin-bottom: 0.5rem; } .ra_proceeds_message p { position: relative; font-size: 15px; color: #202020; margin: 0; } } @media screen and (max-width: 795px) { .wpb_wrapper .row { display: block; padding-bottom: 2rem; } .bg_heading_text h3 { position: relative; color: #977e44; font-size: 20px; padding: 0 2rem !important; } .bg_blank_space { display: none; } .ra_proceeds_message { padding: 1rem 2rem; margin-bottom: 1rem; } .bg_hr { display: none; } .bg_support_img { width: 300px; height: 300px !important; margin: 0 auto; position: relative; top: -30px; } } </style> <div class="wpb_wrapper vc_column-inner h-100"> <div class="row bg_background_grey"> <div class="col porto-ultimate-content-box-container h-100 padding-zero"> <div class="porto-ultimate-content-box bg_support_img"></div> </div> <div class="col porto-ultimate-content-box-container h-100 bg_info_text bg_background_grey padding-zero"> <div class="bg_blank_space"></div> <div class="vc_custom_heading align-left heading heading-border heading-dark heading-middle-border heading-middle-border-center heading-border-xl bg_heading_text bg_background_grey"> <h3>Shop one of our physical locations:</h3> </div> <div> <hr class="bg_hr" style="background: rgba(0, 0, 0, 0.2); max-width: 600px"> </div> <div class="ra_proceeds_message bg_background_grey"> <a href="https://goo.gl/maps/a8N9Cb1QvyeZbmBB8" target="_blank"><h5> THE BILLY GRAHAM LIBRARY <span class="arrow"><img src="https://s3.theark.cloud/bg-magento/wysiwyg/arrow-right-gold.png" alt=""></span> </h5></a> <p class="address">4330 Westmont Dr, Charlotte, NC 28217</p> <p>Open Monday through Saturday, 9:30 a.m. — 5 p.m.</p> <p>Closed Sundays. <em>Free Admission.</em></p> </div> <div class="ra_proceeds_message bg_background_grey"> <a href="https://goo.gl/maps/DzYSbAhMg1uEup9j7" target="_blank"><h5> THE BILLY GRAHAM TRAINING CENTER AT THE COVE <span class="arrow"><img src="https://s3.theark.cloud/bg-magento/wysiwyg/arrow-right-gold.png" alt=""></span> </h5></a> <p class="address">1 Porters Cove Road, Asheville, NC 28805</p> <p>Open Monday through Friday, 10:00 a.m. — 4 p.m.</p> <p></p> </div> </div> </div> </div></div> </div> </div> <div class="porto-inner-container"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="wpb_wrapper vc_column-inner"> <div id="trending-products" class="porto-products wpb_content_element"> <h2 class="section-title text-center slider-title"><span class="inline-title">Featured Products</span><span class="line"></span></h2> <div class="slider-wrapper"> <div class="products wrapper grid products-grid "> <div class="filterproducts products products-slider list items product-items owl-carousel "> <div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/graham-devotionals-set-of-3.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_graham_devotionals.png" width="350" height="350" alt=""> </a> <div class="product-labels"><div class="product-label sale-label">-27%</div></div> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/graham-devotionals-set-of-3.html"> Graham Devotionals - set of 3 </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="122" data-price-box="product-id-122"> <span class="old-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">was</span> <span id="old-price-122" data-price-amount="21.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$21.99</span></span> </span> </span> <span class="special-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span id="product-price-122" data-price-amount="15.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$15.99</span></span> </span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/122/" method="post"> <input type="hidden" name="product" value="122"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMTIyLw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/god-s-love-for-you-bg-library-selection.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_god_s_love_for_you_front_cover_1.jpg" width="350" height="350" alt=""> </a> <div class="product-labels"><div class="product-label sale-label">-42%</div></div> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/god-s-love-for-you-bg-library-selection.html"> God’s Love For You – BG Library Selection </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="100" data-price-box="product-id-100"> <span class="old-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">was</span> <span id="old-price-100" data-price-amount="11.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$11.99</span></span> </span> </span> <span class="special-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span id="product-price-100" data-price-amount="6.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$6.99</span></span> </span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/100/" method="post"> <input type="hidden" name="product" value="100"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMTAwLw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/every-day-with-jesus.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_every_day_with_jesus.png" width="350" height="350" alt=""> </a> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/every-day-with-jesus.html"> Every Day with Jesus </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="609" data-price-box="product-id-609"> <span class="price-container price-final_price tax weee"> <span id="product-price-609" data-price-amount="18.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$18.99</span></span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/609/" method="post"> <input type="hidden" name="product" value="609"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvNjA5Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/esther-and-the-very-brave-plan.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_esther_and_the_very_brave_plan.png" width="350" height="350" alt=""> </a> <div class="product-labels"><div class="product-label sale-label">-15%</div></div> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/esther-and-the-very-brave-plan.html"> Esther And The Very Brave Plan </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="616" data-price-box="product-id-616"> <span class="old-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">was</span> <span id="old-price-616" data-price-amount="12.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$12.99</span></span> </span> </span> <span class="special-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span id="product-price-616" data-price-amount="10.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$10.99</span></span> </span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/616/" method="post"> <input type="hidden" name="product" value="616"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvNjE2Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div><div class="item product product-item"> <div class="product-item-info type1" data-container="product-grid"> <div class="product photo product-item-photo"> <a href="https://bookstore.billygraham.org/fearless-family-devotional.html" tabindex="-1"> <img class="product-image-photo default_image porto-lazyload" data-src="https://bookstore-static.billygraham.org/catalog/product/cache/bc2fc7aaba4039d5fdfaa6e5e09a243e/1/_/1_fearless_family_devotional_front_cover.jpg" width="350" height="350" alt=""> </a> <div class="product-labels"><div class="product-label sale-label">-30%</div></div> <!-- Dailydeal Product data --> <!-- Dailydeal Product End --> </div> <div class="product details product-item-details"> <strong class="product name product-item-name"> <a class="product-item-link" href="https://bookstore.billygraham.org/fearless-family-devotional.html"> Fearless Family Devotional </a> </strong> <div class="product-reviews-summary short"> <div class="rating-summary"> <span class="label"><span>Rating:</span></span> <div class="rating-result" title="0%"> <span style="width:0"><span>0%</span></span> </div> </div> </div> <div class="price-box price-final_price" data-role="priceBox" data-product-id="155" data-price-box="product-id-155"> <span class="old-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">was</span> <span id="old-price-155" data-price-amount="9.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">$9.99</span></span> </span> </span> <span class="special-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span id="product-price-155" data-price-amount="6.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$6.99</span></span> </span> </span> </div> <div class="product-item-inner"> <div class="product actions product-item-actions"> <div class="actions-primary"> <form data-role="tocart-form" action="https://bookstore.billygraham.org/checkout/cart/add/uenc/aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnLw~~/product/155/" method="post"> <input type="hidden" name="product" value="155"> <input type="hidden" name="uenc" value="aHR0cHM6Ly9ib29rc3RvcmUuYmlsbHlncmFoYW0ub3JnL2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTlpYjI5cmMzUnZjbVV1WW1sc2JIbG5jbUZvWVcwdWIzSm5Md35-L3Byb2R1Y3QvMTU1Lw~~"> <input name="form_key" type="hidden" value="4wS3YkEARNisAXpX"> <button type="submit" title="Add to Cart" class="action tocart primary"> <span>Add to Cart</span> </button> </form> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/x-magento-init"> { "[data-role=tocart-form], .form.map.checkout": { "catalogAddToCart": {} } } </script> <script style="display:none"> window.dataLayer = window.dataLayer || []; window.dataLayer.push({"event":"view_item_list","ecommerce":{"item_list_id":"category_products","item_list_name":"Category products","items":[{"item_id":"GLY","item_name":"God\u2019s Love For You \u2013 BG Library Selection","item_url":"https:\/\/bookstore.billygraham.org\/god-s-love-for-you-bg-library-selection.html","item_brand":"","price":6.99},{"item_id":"DEVSET3","item_name":"Graham Devotionals - set of 3","item_url":"https:\/\/bookstore.billygraham.org\/graham-devotionals-set-of-3.html","item_brand":"","price":15.99},{"item_id":"98544","item_name":"Every Day with Jesus","item_url":"https:\/\/bookstore.billygraham.org\/every-day-with-jesus.html","item_brand":"","price":18.99},{"item_id":"86903","item_name":"Fearless Family Devotional","item_url":"https:\/\/bookstore.billygraham.org\/fearless-family-devotional.html","item_brand":"","price":6.99},{"item_id":"86209","item_name":"Esther And The Very Brave Plan","item_url":"https:\/\/bookstore.billygraham.org\/esther-and-the-very-brave-plan.html","item_brand":"","price":10.99}]}}); </script> <script type="text/javascript"> require([ 'jquery', 'owl.carousel/owl.carousel.min' ], function ($) { $("#trending-products .owl-carousel").owlCarousel({ autoplay: false, autoplayTimeout: 5000, autoplayHoverPause: true, loop: true, navRewind: true, lazyLoad: true, margin: 0, dots: false, nav: true, navText : ["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"], responsive: { 0: { items: 2 }, 640: { items: 2 }, 768: { items: 2 }, 992: { items: 3 }, 1200: { items: 5 } } }); }); </script> </div> </div> </div> </div> </div> </div> </div> <!---<div class="vc_row wpb_row text-center" style="margin-bottom: 40px;"> <div class="container"> <div class="row"> <div class="col-md-12 col-xl-6"> <style>#html-body [data-pb-style=M93AO9A]{border-style:none;margin:0 0 20px;padding:0}</style><div data-content-type="html" data-appearance="default" data-element="main" data-pb-style="M93AO9A" data-decoded="true"><style> .bg_promo_one { background-image: url("https://s3.theark.cloud/bg-magento/wysiwyg/Pod_Library_Img_LR.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; min-height: 200px; } .bg_promo_one_visit { position: relative; background-color: transparent !important; background-repeat: no-repeat !important; border: none !important; cursor: pointer !important; overflow: hidden !important; outline-style: solid !important; outline-width: 1px !important; outline-color: #ffffff !important; color: #ffffff !important; } @media screen and (max-width: 2500px) { .bg_location h2 { position: relative; font-size: 28px; line-height: 1; text-align: left; color: #ffffff !important; padding: 10px; } .bg_location h3 { font-size: 10px; line-height: 1; text-align: left; color: #ffffff !important; position: absolute; padding: 20px 0 0 10px; } .bg_promo_one_visit { top: 135px; left: 55px; } } @media screen and (max-width: 795px) { .bg_location h2 { position: relative; font-size: 30px; line-height: 1; text-align: left; color: #ffffff !important; padding: 20px 0 0 10px; } .bg_location h3 { font-size: 16px; line-height: 1; text-align: left; color: #ffffff !important; position: absolute; 20px 0 0 10px } .bg_promo_one_visit { top: 135px; left: 85px; } } @media screen and (max-width: 650px) { .bg_promo_one_visit { top: 145px; left: 70px; } } @media screen and (max-width: 500px) { .bg_location h2 { position: relative; font-size: 24px; line-height: 1; text-align: left; color: #ffffff !important; padding: 10px } .bg_location h3 { font-size: 15px; line-height: 1; text-align: left; color: #ffffff !important; position: absolute; padding: 20px 0 0 10px; } .bg_promo_one_visit { top: 145px; left: 25px; } } </style> <div class="wpb_wrapper vc_column-inner bg_promo_one"> <div class="row"> <div class="col bg_location"> <h2>The Billy Graham Library</h2> <hr style="background-color:#ffffff;margin: 0px 0;width:50%;"> <h3>Charlotte, NC</h3> </div> <div class="col bg_button"> <a style="color:white;" target="_blank" href="https://billygrahamlibrary.org/"><button class="bg_promo_one_visit">VISIT</button></a> </div> </div> </div></div> </div> <div class="col-md-12 col-xl-6"> <style>#html-body [data-pb-style=L4WDOWO]{border-style:none;margin:0;padding:0}</style><div data-content-type="html" data-appearance="default" data-element="main" data-pb-style="L4WDOWO" data-decoded="true"><style> .bg_promo_two { background-image: url("https://s3.theark.cloud/bg-magento/wysiwyg/Pod_Cove_Img_LR.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; min-height: 200px; } .bg_promo_two_visit { position: relative; background-color: transparent !important; background-repeat: no-repeat !important; border: none !important; cursor: pointer !important; overflow: hidden !important; outline-style: solid !important; outline-width: 1px !important; outline-color: #ffffff !important; color: #ffffff !important; } @media screen and (max-width: 2500px) { .bg_promo_two_visit { top: 135px; left: 55px; } } @media screen and (max-width: 795px) { .bg_promo_two_visit { top: 135px; left: 85px; } } @media screen and (max-width: 650px) { .bg_promo_two_visit { top: 145px; left: 70px; } } @media screen and (max-width: 500px) { .bg_promo_two_visit { top: 145px; left: 25px; } } </style> <div class="wpb_wrapper vc_column-inner bg_promo_two"> <div class="row"> <div class="col bg_location"> <h2>Billy Graham Training Center at the Cove</h2> <hr style="background-color:#ffffff;margin: 0px 0;width:50%;"> <h3>Asheville, NC</h3> </div> <div class="col bg_button"> <a style="color:white;" target="_blank" href="https://thecove.org/"><button class="bg_promo_two_visit">VISIT</button></a> </div> </div> </div></div> </div> </div> </div> </div>---></div></div></div></main><footer class="page-footer"><div class="footer"> <div class="footer-top"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="custom-block"></div> </div> </div> </div> </div> <div class="footer-middle footer-middle-2"> <div class="container"> <div class="row"> <div class="col-lg-9"><div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="widget widget_text"> <div class="textwidget"> <p class="mb-4"> <a href="https://www.billygraham.org" target="_blank"><img src="https://bookstore-static.billygraham.org/wysiwyg/BGEA_logo_white_LR.png" width="155px" alt="Billy Graham Evangelistic Association" style="display:block;" /></a> </p> </div> </div> </div></div><div class="col-lg-2"><div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="widget_text widget widget_custom_html"> <h3 class="widget-title" style="color:white; font-size: 15px; letter-spacing: 2px; font-weight: 600;">Customer Service</h3> <div class="textwidget custom-html-widget"> <div class="row"> <div class="col-md-12" style="font-weight:300;"> <ul class="links"> <li><a title="Contact Us" href="/contact">Contact us</a></li> <li><a title="FAQs" href="/faqs">FAQs</a></li> <li><a title="Newsletter Sign Up" href="https://billygraham.org/subscriptions/">Newsletter Sign Up</a></li> <li><a title="Privacy Policy" href="/privacy-policy-cookie-restriction-mode">Privacy Policy</a></li> <li><a title="Daily Devotionals" href="https://billygraham.org/devotions/">Daily Devotional</a></li> </ul> </div> </div> </div> </div> <style> .links li a { color: #aeaeae; font-size: 14px; } </style></div></div><div class="col-lg-1"><div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><div class="widget_text widget widget_custom_html"> <h3 class="widget-title" style="color: white; font-size: 15px; letter-spacing: 2px; font-weight: 600;">Social</h3> <div class="textwidget custom-html-widget" style="font-weight:300;"> <ul class="links"> <li><a href="https://www.facebook.com/BillyGrahamBookstore" target="_blank">Facebook</a></li> <li><a href="https://x.com/BGEA" target="_blank">X</a></li> <li><a href="https://www.instagram.com/bgea/" target="_blank">Instagram</a></li> <li><a href="https://www.youtube.com/BillyGraham" target="_blank">Youtube</a></li> <li><a href="https://www.pinterest.com/bgea/" target="_blank">Pinterest</a></li> </ul> </div> </div> <style> .links li a { color: #aeaeae; font-size: 14px; } </style> </div></div> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <address>Items available for purchase on this site may have been produced by third parties. As a result, the opinions or representations contained in those materials may not necessarily be shared or endorsed by the Billy Graham Evangelistic Association. Copyright © 2023 BGEA. All rights reserved. Reproduction in whole or in part without permission is prohibited</address> </div> </div> </div> <a href="javascript:void(0)" id="totop"><em class="porto-icon-up-open"></em></a></footer><script type="text/x-magento-init"> { "*": { "Magento_Ui/js/core/app": { "components": { "storage-manager": { "component": "Magento_Catalog/js/storage-manager", "appendTo": "", "storagesConfiguration" : {"recently_viewed_product":{"requestConfig":{"syncUrl":"https:\/\/bookstore.billygraham.org\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"recently_compared_product":{"requestConfig":{"syncUrl":"https:\/\/bookstore.billygraham.org\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"product_data_storage":{"updateRequestConfig":{"url":"https:\/\/bookstore.billygraham.org\/rest\/default\/V1\/products-render-info"},"requestConfig":{"syncUrl":"https:\/\/bookstore.billygraham.org\/catalog\/product\/frontend_action_synchronize\/"},"allowToSendRequest":null}} } } } } } </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N9ML74Z" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="mf-coupon-code-link-popup" style="display: none"> <div class="popup_image"> </div> <div class="message"></div> </div> <script type="text/javascript"> function MagefanAjaxCouponCodeLink(urlStr) { require(['jquery', 'Magento_Ui/js/modal/modal'], function($, modal) { $('body').trigger('processStart'); modal({type: 'popup', responsive: true, buttons: []}, $('#mf-coupon-code-link-popup')); $.ajax({ url: urlStr, type: 'POST', dataType: 'json', complete: function(response) { var response = response.responseJSON; if (response.img) { $('#mf-coupon-code-link-popup .popup_image').html( '<img src="'+ response.img + '" alt="coupon code applied">' ); } $('#mf-coupon-code-link-popup .message').text(response.message); $('#mf-coupon-code-link-popup').modal('openModal'); $('body').trigger('processStop'); var url = new URL(urlStr); var redirectUrl = url.searchParams.get("redirect_url"); if (typeof redirectUrl == 'string' && redirectUrl.length) { setTimeout(function () { window.location.href = redirectUrl; }, 3000); } }, error: function (xhr, status, errorThrown) { $('#mf-coupon-code-link-popup .message').text('Error happens. Try again'); $('#mf-coupon-code-link-popup').modal('openModal'); $('body').trigger('processStop'); } }); }); } window.addEventListener('DOMContentLoaded', function () { require(['jquery'], function($) { $('a[href*="/mfapplycc/apply/"]').click(function (e) { e.preventDefault(); e.stopPropagation(); MagefanAjaxCouponCodeLink($(this).attr('href')); }); }); }); </script> </div> </body> </html>