Edit file File name : blog-single.html Content :<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- for SEO --> <meta name="title" content=""> <meta name="keywords" content=""> <meta name="description" content=""> <!-- for SEO --> <title>Blog Post</title> <link rel="stylesheet" href="styles/bootstrap.min.css"> <link rel="stylesheet" href="styles/styles.css"> </head> <body class="blog-archive blog-single"> <div class="container hidden-xs"> <div class="flex-very-top"> <div class="left-part hidden-xs hidden-sm"> <p class="top-contact-info"> Toll Free: <a href="tel:1-877-505-0012">1-877-505-0012</a> <span class="vertical-txt-div">|</span> Shipping: <span class="green-color">Within 3 weeks</span> </p> </div> <form action=""> <div class="right-part flex-very-top"> <div class="input-group"> <input type="text" class="form-control" placeholder="search"> <span class="input-group-btn"> <button class="btn btn-default" type="button"><img src="img/search.svg" alt="search" class="search"></button> </span> </div><!-- /input-group --> <p class="log-info"><a href="account.html">My Wishlist</a><span class="vertical-txt-div">|</span><a href="login.html">Login</a> or <a href="login.html">Register</a><span class="vertical-txt-div">|</span><a href="shopping_cart.html">My Cart(0)</a></p> </div> </form> </div> </div> <!-- search pop up for mobiles --> <div id="myOverlay" class="overlay-search"> <span class="closebtn" onclick="closeSearch()" title="Close Overlay">✖</span> <div class="overlay-content"> <form action="#"> <div class="input-group has-feedback"> <span class="input-group-btn"> <button class="btn btn-default" type="submit"> <img src="img/search.svg" alt="go" class="search"> </button> </span> <input id="search_mobile" type="text" class="form-control" placeholder="Search"> <span class="clearer form-control-feedback">✖</span> </div> </form> </div> </div> <!-- search pop up for mobiles --> <nav class="navbar navbar-default"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" id="sidebarCollapse" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="mobile-cart-search hidden-sm hidden-md hidden-lg"> <img src="img/search.svg" alt="search" class="openBtn search" id="open-m-search"> <a href="shopping_cart.html">My Cart</a> </div> <a class="navbar-brand" href="index.html"><img src="img/logo.svg" alt="logo" class="img-responsive"></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right hidden-xs"> <li class="active hidden-sm"><a href="index.html">Home</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Fabrics <img src="img/arrow-down.png" alt="caret" class="caret-c"></a> <ul class="dropdown-menu"> <li><a href="/fabric.html">Fabric Gallery</a></li> <li><a href="/fabric_details.html">Samples</a></li> <li><a href="#">Fabric by the Yard</a></li> <li><a href="#">Brands</a></li> <li><a href="#">Customer Supplied Fabric</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Products <img src="img/arrow-down.png" alt="caret" class="caret-c"></a> <ul class="dropdown-menu"> <li><a href="product_bench.html">Bench Cushion</a></li> <li><a href="product_chair_lounge.html">Lounge Chair Cushion Set</a></li> <li><a href="product_seat.html">Seat Cushion</a></li> <li><a href="product_chaise_lounge.html">Chaise Lounge Cushion Set</a></li> <li><a href="product_love.html">Love Seat Cushion Set</a></li> <li><a href="product_sofa.html">Sofa Cushion Set</a></li> <li><a href="product_glider_swing.html">Glider Cushion</a></li> <li><a href="product_swing.html">Swing Cushion</a></li> <li><a href="product_bed.html">Day Bed Cushion</a></li> <li><a href="product_ottoman.html">Ottoman Cushion</a></li> <li><a href="product_window_seat.html">Window Seat Cushion</a></li> <li><a href="product_throw_pillow.html">Throw Pillow</a></li> <li><a href="product_pillow_outlines.html">Lumbar Pillow</a></li> <li><a href="product_bolster.html">Bolster Pillow</a></li> </ul> </li> <li><a href="gallery.html">Gallery</a></li> <li><a href="about_us.html">About Us</a></li> <li class="hidden-sm"><a href="testimonials.html">Testimonials</a></li> <li><a href="sale.html">Sale</a></li> <li class="hidden-sm"><a href="answers.html">FAQs</a></li> <li class="hidden-sm"><a href="blog-archive.html">Blog</a></li> <li><a href="wholesale.html">Wholesale</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <!-- sidebar nav --> <nav id="sidebar" class="hidden-md hidden-lg"> <div class="sidebar-header text-right"> <a href="login.html">Login</a> or <a href="login.html">Register</a> </div> <ul class="list-unstyled components"> <li class="active"> <a href="index.html">Home</a> </li> <li> <a href="#pageSubmenu" data-toggle="collapse" aria-expanded="false">Fabrics</a> <ul class="collapse list-unstyled" id="pageSubmenu"> <li><a href="fabric.html">Fabric Gallery</a></li> <li><a href="fabric_details.html">Samples</a></li> <li><a href="#">Fabric by the Yard</a></li> <li><a href="#">Brands</a></li> <li><a href="#">Customer Supplied Fabric</a></li> </ul> </li> <li> <a href="#pageSubmenu1" data-toggle="collapse" aria-expanded="false">Products</a> <ul class="collapse list-unstyled" id="pageSubmenu1"> <li><a href="product_bench.html">Bench Cushion</a></li> <li><a href="product_chair_lounge.html">Lounge Chair Cushion Set</a></li> <li><a href="product_seat.html">Seat Cushion</a></li> <li><a href="product_chaise_lounge.html">Chaise Lounge Cushion Set</a></li> <li><a href="product_love.html">Love Seat Cushion Set</a></li> <li><a href="product_sofa.html">Sofa Cushion Set</a></li> <li><a href="product_glider_swing.html">Glider Cushion</a></li> <li><a href="product_swing.html">Swing Cushion</a></li> <li><a href="product_bed.html">Day Bed Cushion</a></li> <li><a href="product_ottoman.html">Ottoman Cushion</a></li> <li><a href="product_window_seat.html">Window Seat Cushion</a></li> <li><a href="product_throw_pillow.html">Throw Pillow</a></li> <li><a href="product_pillow_outlines.html">Lumbar Pillow</a></li> <li><a href="product_bolster.html">Bolster Pillow</a></li> </ul> </li> <li><a href="gallery.html">Gallery</a></li> <li class="active"><a href="about_us.html">About Us</a></li> <li><a href="testimonials.html">Testimonials</a></li> <li><a href="sale.html">Sale</a></li> <li><a href="answers.html">FAQs</a></li> <li><a href="blog-archive.html">Blog</a></li> <li><a href="wholesale.html">Wholesale</a></li> </ul> <div class="phone-wr"> <a href="tel:1-877-505-0012">1-877-505-0012</a> </div> </nav> <div class="overlay hidden-md hidden-lg"></div> <!-- sidebar nav --> <!-- sidebar filter --> <nav id="sidebar_filter" class="for-blog hidden-md hidden-lg"> <form action="#" class="search-blog"> <div class="input-group"> <input type="text" class="form-control"> <span class="input-group-btn"> <button class="btn btn-default" type="button"> <img src="img/blog-search-icon.svg" alt="search" class="search"> </button> </span> </div> </form> <!-- resent posts --> <div class="sidebar-section"> <h3 class="blog-sidebar-title text-bold text-uppercase">Recent Posts</h3> <a href="#"><span class="text-bold">Home Interior:</span> 3 Tips to Make Your Home Sweet Home</a> <a href="#" class="expand-more">...</a> <div class="expand-more-blog"> <a href="#"><span class="text-bold">Home Interior:</span> 3 Tips to Make Your Home Sweet Home</a> <a href="#"><span class="text-bold">Home Interior:</span> 3 Tips to Make Your Home Sweet Home</a> <a href="#"><span class="text-bold">Ideal Patio:</span> 4 Ways to Create the Perfect Outdoor Experience for Your Family</a> <a href="#"><span class="text-bold">Celebrities Living Room:</span> 3 Insight Views for Living Room Approaches</a> </div> <a href="#" class="show-less-posts">Show less</a> </div> <!-- resent posts --> <!-- popular posts --> <div class="sidebar-section"> <h3 class="blog-sidebar-title text-bold text-uppercase">Popular Posts</h3> <a href="#"><span class="text-bold">Home Interior:</span> 3 Tips to Make Your Home Sweet Home</a> <a href="#" class="expand-more">...</a> <div class="expand-more-blog"> <a href="#"><span class="text-bold">Home Interior:</span> 3 Tips to Make Your Home Sweet Home</a> <a href="#"><span class="text-bold">Home Interior:</span> 3 Tips to Make Your Home Sweet Home</a> <a href="#"><span class="text-bold">Ideal Patio:</span> 4 Ways to Create the Perfect Outdoor Experience for Your Family</a> <a href="#"><span class="text-bold">Celebrities Living Room:</span> 3 Insight Views for Living Room Approaches</a> </div> <a href="#" class="show-less-posts">Show less</a> </div> <!-- popular posts --> <!-- category posts --> <div class="sidebar-section category"> <h3 class="blog-sidebar-title text-bold text-uppercase">Category</h3> <a href="#">Home Interior</a> <a href="#">Outdoor Experience</a> <a href="#">Kitchen Solutions</a> <a href="#">Living Room Approaches</a> <a href="#">Dining Room Tips</a> <a href="#" class="expand-more">...</a> <div class="expand-more-blog"> <a href="#">Home Interior</a> <a href="#">Outdoor Experience</a> <a href="#">Kitchen Solutions</a> <a href="#">Living Room Approaches</a> <a href="#">Dining Room Tips</a> <a href="#">Home Interior</a> <a href="#">Outdoor Experience</a> <a href="#">Kitchen Solutions</a> <a href="#">Living Room Approaches</a> <a href="#">Dining Room Tips</a> <a href="#">Home Interior</a> <a href="#">Outdoor Experience</a> <a href="#">Kitchen Solutions</a> <a href="#">Living Room Approaches</a> <a href="#">Dining Room Tips</a> </div> <a href="#" class="show-less-posts">Show less</a> </div> <!-- category posts --> <!-- archives --> <div class="sidebar-section"> <h3 class="blog-sidebar-title text-bold text-uppercase">Archives</h3> <form action="#"> <select name="month"> <option value="" selected="" hidden="" disabled="">Select Month</option> <option value="March">August 2018 (2)</option> <option value="February">July 2018 (9)</option> <option value="January">June 2018 (7)</option> <option value="May">May 2018 (9)</option> <option value="April">April 2018 (14)</option> <option value="March">March 2018 (12)</option> <option value="February">February 2018 (17)</option> <option value="January">January 2018 (21)</option> <option value="February">December 2017 (19)</option> <option value="January">November 2017 (16)</option> <option value="May">October 2017 (3)</option> <option value="April">September 2017 (1)</option> </select> </form> </div> <!-- archives --> </nav> <div class="overlay_filter hidden-md hidden-lg"></div> <!-- sidebar filter --> <header class="container full-container-product"> <div class="header-image"> <div class="head-title-1"> <h2 class="head-t-1 text-right hidden-sm hidden-xs"> Best Quality on the Market! </h2> </div> <div></div> <div class="head-title-2"> <h1 class="head-t-2 text-uppercase"> Blog </h1> </div> </div> <ol class="breadcrumb breadcrumb-custom hidden-xs"> <li><a href="#">Home</a></li> <li class="active">Blog</li> </ol> </header> <article class="container container-calc-gaps"> <div class="row"> <div class="col-sm-8 col-md-9"> <div class="filter-icon-mobile hidden-sm hidden-md hidden-lg"> <img src="img/filter-icon.svg" alt="open"> <span class="filter-open">Filter</span> </div> <div class="whole-blog-wrapper"> <h2 class="blog-title"> <a href="#"> <span class="text-bold text-uppercase">Home Interior:</span> 3 Tips to Make Your Home Sweet Home </a> </h2> <p class="description-txt"> <span class="text-bold">by</span> John Doe | May 1, 2018 | Comments (5) </p> <img src="img/blog-preview-1.jpg" alt="blog-preview" class="img-responsive"> <p class="blog-exerpt text-justify"> Nowadays, people are thriving to find information about real tips or inspiration, how to add something valuable, something interesting, unique and funny to their home interiors or exteriors, because all of us want to have a warm and cozy home, right? </p> <p class="blog-exerpt text-justify"> As a owner of CushionEmpire I look for new ideas, tips and kudos for our own clients all the time, and today I found a couple of articles highlighting simple, but powerful insights for interior solutions. </p> <p class="blog-exerpt text-justify"> The first article is written by Jennifer Tyler, https://twitter.com/thestripedhouse , DIY interior blogger, www.TheStrippedHouse.com, and titled “Spring Home Tour” (http://bit.ly/2r2vpX1), where she shared the tips about adding accessories, like a vase, small craft, or even a bunch of plastic berries. But the main thing is all these small things are in yellow palette. She brought a thought through the post, that yellow color will help you to have your own sunny days, sunny mood, even within a gloomy weather or middle-seasonal raining. </p> <!-- this image just like for example, accordingly to design of the page I added style attr directly but when the page will be moved to back end you should delete this with style attribute --> <img src="img/single-blog.jpg" alt="pillows" style="margin: 20px 0px;" class="img-responsive"> <!-------> <p class="blog-exerpt text-justify"> The second article, titled “Inside the colorful home of Pop & Scott’s founders” (http://bit.ly/2FrV2Vk) by Victoria Smith (https://twitter.com/sfgirlbybay), a blogger, photo stylist, and author of See San Francisco, www.sfgirlbybay.com, who attended a furniture manufacturers couple house, and was surprised, how their mid-century modern interior meets colorful bohemian vibe within the dance of colors and playful motifs. </p> <p class="blog-exerpt text-justify"> Drawing on these two articles and our own 7-year experience, serving our valuable clients at CushionEmpire.com, to maintain healthy and cozy environment of your home we’d recommend you to have: </p> <p class="blog-exerpt text-justify"> <span class="text-bold">1. Light Interior</span> - Keep your interior bright and pleased for your own eyes. Light, calm and bright colors will lift your mood and allow to get positive perception of the environment. </br> <span class="text-bold">2. Warm Colors </span> - Fill your home with furniture and accessories in warm, natural colors, which will release your stress and calm you down </br> <span class="text-bold">3. Green Plants </span> - Keep the green plants at home, especially live decorative plants: green color will play a great game with your heart, and plants will fill your home with oxygen. </br> </p> <p class="blog-exerpt text-justify"> Starting this evening, just being at home try to take a look at your furniture, walls and ceiling as an interior designer – what would you change, or decorate, or just move something to have friendly and cozy home? And don’t forget to add colorful spots for the great mood! </p> <div class="comments-wrapper"> <h2 class="comment-title text-bold">3 comments</h2> <div class="comment-point-wr"> <div class="img-wr"> <!-- some image can be here --> <!-- recommended size - 75px*75px --> </div> <div class="comment-body-wr"> <h3 class="comment-author-name text-bold">Chris</h3> <p class="comment-date">May 23, 2018</p> <p class="blog-exerpt text-justify">Nowadays, people are thriving to find information about real tips or inspiration, how to add something valuable, something interesting, unique and funny to their home interiors or exteriors, because all of us want to have a warm and cozy home, right? </p> <p class="blog-exerpt text-justify">As a owner of CushionEmpire I look for new ideas, tips and kudos for our own clients all the time, and today I found a couple of articles highlighting simple, but powerful insights for interior solutions. </p> <a href="#" class="text-bold reply" data-comment_id="2">Reply</a> <!-- form for replying on a comment --> <div class="reply_comment"> <h2 class="comment-title text-bold text-uppercase">Leave a Reply <span class="cancel_reply">Cancel reply</span></h2> <p>Your email address will not be published. Required fields are marked *</p> <form action="" class="comment-form"> <label for="comment_body1" class="input-label">Comment</label> <textarea name="comment" class="comment_body" id="comment_body1"></textarea> <!-- in this field I write an id of comment (value="2") on which I want to pass reply --> <input type="hidden" value="2" name="comment_id"> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="name1" class="input-label">Name *</label> <input type="text" class="form-control" id="name1"> </div> <div class="form-group checkout-input"> <label for="email1" class="input-label">Email *</label> <input type="email" class="form-control" id="email1"> </div> </div> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="website1" class="input-label">Website</label> <input type="text" class="form-control" id="website1"> </div> </div> <label class="case normal-weight">Save my name, email, and website in this browser for the next time I comment. <input type="checkbox" name="save_name"> <span class="checkmark"></span> </label> <button type="submit" class="btn btn-default text-bold text-uppercase">Post Comment</button> </form> </div> <!-- form for replying on a comment --> <a href="#" class="show-replies"> <span class="view-replies active">View Replies (2)</span> <span class="hide-replies">Hide Replies</span> <img src="img/filter_select_down.png" alt="arrow"> <span class="clearfix"></span> </a> <!-- replies --> <div class="replied-comment"> <div class="comment-point-wr"> <div class="img-wr"> <!-- some image can be here --> <!-- recommended size - 75px*75px --> </div> <div class="comment-body-wr"> <h3 class="comment-author-name text-bold">Chris</h3> <p class="comment-date">May 23, 2018</p> <p class="blog-exerpt text-justify">Nowadays, people are thriving to find information about real tips or inspiration, how to add something valuable, something interesting, unique and funny to their home interiors or exteriors, because all of us want to have a warm and cozy home, right? </p> <p class="blog-exerpt text-justify">As a owner of CushionEmpire I look for new ideas, tips and kudos for our own clients all the time, and today I found a couple of articles highlighting simple, but powerful insights for interior solutions. </p> <a href="#" class="text-bold reply">Reply</a> <!-- form for replying on a comment --> <div class="reply_comment"> <h2 class="comment-title text-bold text-uppercase">Leave a Reply <span class="cancel_reply">Cancel reply</span></h2> <p>Your email address will not be published. Required fields are marked *</p> <form action="" class="comment-form"> <label for="comment_body2" class="input-label">Comment</label> <textarea name="comment" class="comment_body" id="comment_body2"></textarea> <!-- in this field I write an id of comment (value="2") on which I want to pass reply --> <input type="hidden" value="2" name="comment_id"> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="name2" class="input-label">Name *</label> <input type="text" class="form-control" id="name2"> </div> <div class="form-group checkout-input"> <label for="email2" class="input-label">Email *</label> <input type="email" class="form-control" id="email2"> </div> </div> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="website2" class="input-label">Website</label> <input type="text" class="form-control" id="website2"> </div> </div> <label class="case normal-weight">Save my name, email, and website in this browser for the next time I comment. <input type="checkbox" name="save_name"> <span class="checkmark"></span> </label> <button type="submit" class="btn btn-default text-bold text-uppercase">Post Comment</button> </form> </div> <!-- form for replying on a comment --> <a href="#" class="show-replies"> <span class="view-replies active">View Replies (1)</span> <span class="hide-replies">Hide Replies</span> <img src="img/filter_select_down.png" alt="arrow"> <span class="clearfix"></span> </a> <!-- replies on reply --> <div class="replied-comment"> <div class="comment-point-wr"> <div class="img-wr"> <!-- some image can be here --> <!-- recommended size - 75px*75px --> </div> <div class="comment-body-wr"> <h3 class="comment-author-name text-bold">Chris</h3> <p class="comment-date">May 23, 2018</p> <p class="blog-exerpt text-justify">Nowadays, people are thriving to find information about real tips or inspiration, how to add something valuable, something interesting, unique and funny to their home interiors or exteriors, because all of us want to have a warm and cozy home, right? </p> <p class="blog-exerpt text-justify">As a owner of CushionEmpire I look for new ideas, tips and kudos for our own clients all the time, and today I found a couple of articles highlighting simple, but powerful insights for interior solutions. </p> <a href="#" class="text-bold reply" data-comment_id="4">Reply</a> <!-- form for replying on a comment --> <div class="reply_comment"> <h2 class="comment-title text-bold text-uppercase">Leave a Reply <span class="cancel_reply">Cancel reply</span></h2> <p>Your email address will not be published. Required fields are marked *</p> <form action="" class="comment-form"> <label for="comment_body3" class="input-label">Comment</label> <textarea name="comment" class="comment_body" id="comment_body3"></textarea> <!-- in this field I write an id of comment (value="2") on which I want to pass reply --> <input type="hidden" value="2" name="comment_id"> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="name3" class="input-label">Name *</label> <input type="text" class="form-control" id="name3"> </div> <div class="form-group checkout-input"> <label for="email3" class="input-label">Email *</label> <input type="email" class="form-control" id="email3"> </div> </div> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="website3" class="input-label">Website</label> <input type="text" class="form-control" id="website3"> </div> </div> <label class="case normal-weight">Save my name, email, and website in this browser for the next time I comment. <input type="checkbox" name="save_name"> <span class="checkmark"></span> </label> <button type="submit" class="btn btn-default text-bold text-uppercase">Post Comment</button> </form> </div> <!-- form for replying on a comment --> </div> </div> </div> <!-- replies on reply --> </div> </div> <div class="comment-point-wr"> <div class="img-wr"> <!-- some image can be here --> <!-- recommended size - 75px*75px --> </div> <div class="comment-body-wr"> <h3 class="comment-author-name text-bold">Chris</h3> <p class="comment-date">May 23, 2018</p> <p class="blog-exerpt text-justify">Nowadays, people are thriving to find information about real tips or inspiration, how to add something valuable, something interesting, unique and funny to their home interiors or exteriors, because all of us want to have a warm and cozy home, right? </p> <p class="blog-exerpt text-justify">As a owner of CushionEmpire I look for new ideas, tips and kudos for our own clients all the time, and today I found a couple of articles highlighting simple, but powerful insights for interior solutions. </p> <a href="#" class="text-bold reply">Reply</a> <!-- form for replying on a comment --> <div class="reply_comment"> <h2 class="comment-title text-bold text-uppercase">Leave a Reply <span class="cancel_reply">Cancel reply</span></h2> <p>Your email address will not be published. Required fields are marked *</p> <form action="" class="comment-form"> <label for="comment_body4" class="input-label">Comment</label> <textarea name="comment" class="comment_body" id="comment_body4"></textarea> <!-- in this field I write an id of comment (value="2") on which I want to pass reply --> <input type="hidden" value="5" name="comment_id"> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="name4" class="input-label">Name *</label> <input type="text" class="form-control" id="name4"> </div> <div class="form-group checkout-input"> <label for="email4" class="input-label">Email *</label> <input type="email" class="form-control" id="email4"> </div> </div> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="website4" class="input-label">Website</label> <input type="text" class="form-control" id="website4"> </div> </div> <label class="case normal-weight">Save my name, email, and website in this browser for the next time I comment. <input type="checkbox" name="save_name"> <span class="checkmark"></span> </label> <button type="submit" class="btn btn-default text-bold text-uppercase">Post Comment</button> </form> </div> <!-- form for replying on a comment --> </div> </div> </div> <!-- replies --> </div> </div> <div class="comment-divider"></div> <div class="comment-point-wr"> <div class="img-wr"> <!-- some image can be here --> <!-- recommended size - 75px*75px --> </div> <div class="comment-body-wr"> <h3 class="comment-author-name text-bold">Chris</h3> <p class="comment-date">May 23, 2018</p> <p class="blog-exerpt text-justify">Nowadays, people are thriving to find information about real tips or inspiration, how to add something valuable, something interesting, unique and funny to their home interiors or exteriors, because all of us want to have a warm and cozy home, right? </p> <p class="blog-exerpt text-justify">As a owner of CushionEmpire I look for new ideas, tips and kudos for our own clients all the time, and today I found a couple of articles highlighting simple, but powerful insights for interior solutions. </p> <a href="#" class="text-bold reply">Reply</a> <!-- form for replying on a comment --> <div class="reply_comment"> <h2 class="comment-title text-bold text-uppercase">Leave a Reply <span class="cancel_reply">Cancel reply</span></h2> <p>Your email address will not be published. Required fields are marked *</p> <form action="" class="comment-form"> <label for="comment_body5" class="input-label">Comment</label> <textarea name="comment" class="comment_body" id="comment_body5"></textarea> <!-- in this field I write an id of comment (value="2") on which I want to pass reply --> <input type="hidden" value="2" name="comment_id"> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="name5" class="input-label">Name *</label> <input type="text" class="form-control" id="name5"> </div> <div class="form-group checkout-input"> <label for="email5" class="input-label">Email *</label> <input type="email" class="form-control" id="email5"> </div> </div> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="website5" class="input-label">Website</label> <input type="text" class="form-control" id="website5"> </div> </div> <label class="case normal-weight">Save my name, email, and website in this browser for the next time I comment. <input type="checkbox" name="save_name"> <span class="checkmark"></span> </label> <button type="submit" class="btn btn-default text-bold text-uppercase">Post Comment</button> </form> </div> <!-- form for replying on a comment --> </div> </div> <!-- form for leaving a comment --> <div class="leave_comment"> <h2 class="comment-title text-bold text-uppercase">Leave a Comment</h2> <p>Your email address will not be published. Required fields are marked *</p> <form action="" class="comment-form leave-form"> <label for="comment_leave_body" class="input-label">Comment</label> <textarea name="comment" class="comment_body" id="comment_leave_body"></textarea> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="leave_name" class="input-label">Name *</label> <input type="text" class="form-control" id="leave_name"> </div> <div class="form-group checkout-input"> <label for="leave_email" class="input-label">Email *</label> <input type="email" class="form-control" id="leave_email"> </div> </div> <div class="two-inline-input-wr"> <div class="form-group checkout-input"> <label for="leave_website" class="input-label">Website</label> <input type="text" class="form-control" id="leave_website"> </div> </div> <label class="case normal-weight">Save my name, email, and website in this browser for the next time I comment. <input type="checkbox" name="save_name"> <span class="checkmark"></span> </label> <button type="submit" class="btn btn-default text-bold text-uppercase">Post Comment</button> </form> </div> <!-- form for leaving a comment --> </div> <div class="flex-social-wr"> <div class="direct-soc-flex"> <a href="#"> <img src="img/blog-f-icon.svg" alt="facebook"> </a> <a href="#"> <img src="img/blog-im-icon.svg" alt="facebook"> </a> <a href="#"> <img src="img/blog-t-icon.svg" alt="facebook"> </a> <a href="#"> <img src="img/blog-p-icon.svg" alt="facebook"> </a> <a href="#"> <img src="img/blog-g-icon.svg" alt="facebook"> </a> <a href="#"> <img src="img/blog-in-icon.svg" alt="facebook"> </a> <a href="#"> <img src="img/blog-post-icon.svg" alt="facebook"> </a> </div> <div class="direct-cat-flex"> <a href="" class="blog-category">Home Interior</a> </div> </div> </div> </div> <div class="col-sm-4 col-md-3 hidden-xs"> <form action="#" class="search-blog"> <div class="input-group"> <input type="text" class="form-control"> <span class="input-group-btn"> <button class="btn btn-default" type="button"> <img src="img/blog-search-icon.svg" alt="search" class="search"> </button> </span> </div> </form> <!-- resent posts --> <div class="sidebar-section"> <h3 class="blog-sidebar-title text-bold text-uppercase">Recent Posts</h3> <a href="#">Home Interior: 3 Tips to Make Your Home Sweet Home</a> <a href="#">Ideal Patio: 4 Ways to Create the Perfect Outdoor Experience for Your Family</a> <a href="#">Celebrities Living Room: 3 Insight Views for Living Room Approaches</a> <a href="#" class="expand-more">...</a> <div class="expand-more-blog"> <a href="#">Home Interior: 3 Tips to Make Your Home Sweet Home</a> <a href="#">Home Interior: 3 Tips to Make Your Home Sweet Home</a> <a href="#">Ideal Patio: 4 Ways to Create the Perfect Outdoor Experience for Your Family</a> <a href="#">Ideal Patio: 4 Ways to Create the Perfect Outdoor Experience for Your Family</a> <a href="#">Celebrities Living Room: 3 Insight Views for Living Room Approaches</a> <a href="#">Celebrities Living Room: 3 Insight Views for Living Room Approaches</a> </div> <a href="#" class="show-less-posts">Show less</a> </div> <!-- resent posts --> <!-- popular posts --> <div class="sidebar-section"> <h3 class="blog-sidebar-title text-bold text-uppercase">Popular Posts</h3> <a href="#">Home Interior: 3 Tips to Make Your Home Sweet Home</a> <a href="#">Ideal Patio: 4 Ways to Create the Perfect Outdoor Experience for Your Family</a> <a href="#">Celebrities Living Room: 3 Insight Views for Living Room Approaches</a> <a href="#" class="expand-more">...</a> <div class="expand-more-blog"> <a href="#">Home Interior: 3 Tips to Make Your Home Sweet Home</a> <a href="#">Home Interior: 3 Tips to Make Your Home Sweet Home</a> <a href="#">Ideal Patio: 4 Ways to Create the Perfect Outdoor Experience for Your Family</a> <a href="#">Ideal Patio: 4 Ways to Create the Perfect Outdoor Experience for Your Family</a> <a href="#">Celebrities Living Room: 3 Insight Views for Living Room Approaches</a> <a href="#">Celebrities Living Room: 3 Insight Views for Living Room Approaches</a> </div> <a href="#" class="show-less-posts">Show less</a> </div> <!-- popular posts --> <!-- category posts --> <div class="sidebar-section category"> <h3 class="blog-sidebar-title text-bold text-uppercase">Category</h3> <a href="#">Home Interior</a> <a href="#">Outdoor Experience</a> <a href="#">Kitchen Solutions</a> <a href="#">Living Room Approaches</a> <a href="#">Dining Room Tips</a> <a href="#" class="expand-more">...</a> <div class="expand-more-blog"> <a href="#">Home Interior</a> <a href="#">Outdoor Experience</a> <a href="#">Kitchen Solutions</a> <a href="#">Living Room Approaches</a> <a href="#">Dining Room Tips</a> <a href="#">Home Interior</a> <a href="#">Outdoor Experience</a> <a href="#">Kitchen Solutions</a> <a href="#">Living Room Approaches</a> <a href="#">Dining Room Tips</a> <a href="#">Home Interior</a> <a href="#">Outdoor Experience</a> <a href="#">Kitchen Solutions</a> <a href="#">Living Room Approaches</a> <a href="#">Dining Room Tips</a> </div> <a href="#" class="show-less-posts">Show less</a> </div> <!-- category posts --> <!-- archives --> <div class="sidebar-section"> <h3 class="blog-sidebar-title text-bold text-uppercase">Archives</h3> <form action="#"> <select name="month"> <option value="" selected="" hidden="" disabled="">Select Month</option> <option value="March">August 2018 (2)</option> <option value="February">July 2018 (9)</option> <option value="January">June 2018 (7)</option> <option value="May">May 2018 (9)</option> <option value="April">April 2018 (14)</option> <option value="March">March 2018 (12)</option> <option value="February">February 2018 (17)</option> <option value="January">January 2018 (21)</option> <option value="February">December 2017 (19)</option> <option value="January">November 2017 (16)</option> <option value="May">October 2017 (3)</option> <option value="April">September 2017 (1)</option> </select> </form> </div> <!-- archives --> </div> </div> </article> <footer class="fluid-footer"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-3 col-xs-6"> <div class="set-gap-1"> <h6 class="footer-title text-uppercase">Products</h6> <ul class="list-unstyled"> <li><a href="#">Bench Window Cushion</a></li> <li><a href="#">Bolster Pillows</a></li> <li><a href="#">Chase Lounge Cushion</a></li> <li><a href="#">Lounge Chair Cushion</a></li> <li><a href="#">Love Seat Cushion Set</a></li> <li><a href="#">Lumbar Pillow</a></li> <li><a href="#">One Piece Lounge Chair</a></li> <li><a href="#">Ottoman Cushion</a></li> <li><a href="#">Seat Cushion</a></li> <li><a href="#">Sofa Cuishion Set</a></li> <li><a href="#">Throw Pillow</a></li> <li><a href="#">Window Seat Cushions</a></li> </ul> </div> </div> <div class="col-md-2 col-sm-3 col-xs-6"> <div class="set-gap-2"> <h6 class="footer-title text-uppercase">Company</h6> <ul class="list-unstyled"> <li><a href="about_us.html">About Us</a></li> <li><a href="fabric.html">Fabrics</a></li> <li><a href="#">Our Products</a></li> <li><a href="testimonials.html">Testimonials</a></li> <li><a href="sale.html">Sale</a></li> <li><a href="wholesale.html">Wholesale</a></li> <li><a href="contact_us.html">Contact Us</a></li> <li><a href="#">Our Guarantee</a></li> <li><a href="#">Terms & Conditions</a></li> <li><a href="#">Privacy Policy</a></li> <li><a href="#">Return Policy</a></li> <li><a href="answers.html">FAQs</a></li> <li><a href="#">Sitemap</a></li> <li><a href="account.html">My Account</a></li> </ul> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="set-gap-3"> <h6 class="footer-title footer-title-m text-uppercase footer-center-xs">Payment Methods</h6> <img src="img/paymets_methods.png" alt="payment_methods" class="img-responsive p-methods"> <h6 class="footer-title footer-title-m text-uppercase footer-center-xs">Shipping Methods</h6> <div class="ship-met-wr"> <img src="img/FedEx.png" alt="fedex" class="img-responsive"> <img src="img/USPostalService.png" alt="us_postal_service" class="img-responsive"> </div> <h6 class="footer-title footer-title-m text-uppercase footer-center-xs">Customer Service</h6> <h6 class="footer-title phone-support footer-title-m text-uppercase footer-center-xs">Telephone Support:</h6> <a href="tel:1-877-505-0012" class="suport-call footer-center-xs">1-877-505-0012</a> <p class="footer-p footer-center-xs">Mon-Fri: 8:30am - 5:00pm EST</p> </div> </div> <div class="col-md-3 col-sm-12 col-xs-12"> <div class="set-gap-4"> <h6 class="footer-title text-uppercase footer-title-center">Connect with us</h6> <div class="social-row"> <a href="#"><img src="img/ifacebook.svg" alt="facebook" class="i-soc"></a> <a href="#"><img src="img/iinstagram.svg" alt="instagram" class="i-soc"></a> <a href="#"><img src="img/itwitter.svg" alt="twitter" class="i-soc"></a> <a href="#"><img src="img/ipinterest.svg" alt="pinterest" class="i-soc"></a> <a href="#"><img src="img/igoogle.svg" alt="google-plus" class="i-soc"></a><a href="#"><img src="img/isomebrand.svg" alt="social" class="i-soc"></a> </div> <h6 class="footer-title text-uppercase footer-center">Address</h6> <p class="footer-p m-top-3 footer-center">21424 North 7th Ave. Suite 6.</p> <p class="footer-p m-top-3 footer-center">Phoenix AZ 85027</p> <p class="footer-p m-top-3 footer-center"><a href="mailto:sales@arizonacustomcushions.com">sales@arizonacustomcushions.com</a> </p> <h6 class="footer-title m-top-25 text-uppercase footer-center">TOLL FREE</h6> <p class="footer-p footer-center"><a href="tel:1-877-505-0012">1-877-505-0012</a></p> </div> </div> </div> <div class="row"> <div class="col-md-12"> <p class="text-center reserved">© Copyright 2018 Custom Cushion of Arizona. All Rights Reserved.</p> </div> </div> </div> </footer> <!-- chat --> <div class="flex-chat-wr"> <h3 class="text-uppercase">Chat Now!</h3> <img src="img/chat-message.svg" alt="chat" class="chat-img"> </div> <!-- chat --> <!-- include scripts/non-important styles --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/blog.js"></script> <!-- include scripts/non-important styles --> </body> </html>Save