/*
Theme Name: Starter Blog
Description: Starter Blog fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio website. StarterBlog is a modern and minimalist theme for your company's business blog or a personal journal website. Easy to use, clean and minimalist theme that allows your reader to focus on your content, build especially for daily or hobby bloggers who love to share their stuff, whether it’s about lifestyle, fashion, travel blog, entertainment, beauty or just a simple personal blog. Starter Blog theme best for single niche or multi niche blogging.  it has a highly SEO optimized code, resulting in top rankings in Google search results. Bootstrap 4 based fully RTL Supported and extremely fast theme.
Author: Fancy WP
Author URI: http://fancywp.com/
Theme URI: https://fancywp.com/themes/starter-blog/
Version: 1.4.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starter-blog
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles, footer-widgets, portfolio, left-sidebar, right-sidebar
*/

/*--------------------------------------------------------------
1. Default HTML Tags Styles
--------------------------------------------------------------*/
body {
  font-family: 'Nunito', sans-serif;
  color: #191e24;
  font-size: 16px;
  line-height: 2;
  background-color: #f1f2f4;
}
p {
  margin: 0 0 10px;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
textarea {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f1f2f4;
  border-radius: 3px;
  box-shadow: none;
  outline: none !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #302b63;
}
.comment-reply-link,
input[type=button],
input[type=submit],
button {
  background: #263340;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #263340, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #263340, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  border: none;
  padding: 6px 25px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.comment-reply-link:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  color: #fff;
  background: #263340;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0f0c29, #302b63, #263340);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0f0c29, #263340, #302b63); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table tr td,
table tr th {
  border: 1px solid #ddd;
  padding: 8px;
}
a {
  text-decoration: none !important;
  color: #191e24;
  overflow-wrap: break-word;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
a:hover {
  color: #0fb1f5;
}
pre {
  background-color: #f1f2f4;
  border: 1px solid #d5d8de;
  border-radius: 2px;
}
code {
  color: #ff3366;
  background-color: #fbefef;
}
kbd {
  background-color: #191e24;
}
blockquote {
  font-style: italic;
  border-left-color: #f1f2f4;
}
dd {
  margin-bottom: 15px;
  padding-left: 15px;
}

/* All right. Now you can add your own CSS after this line */
/* Custom CSS Start */
