/*
 Theme Name: Fast WP Wordpress Theme
 Theme URI: https://bulletservers.net
 Author: Rubi
 Author URI: https://bulletservers.net
 Description: A custom WordPress theme.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: SuperFast Theme for wordpress.
*/

/* Style the navigation menu */

/*! tailwindcss v2.1.0 | MIT License | https://tailwindcss.com */
@charset "UTF-8";

/* Base Styles */
body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}


button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, legend {
  font-size: inherit;
  margin: 0;
}

hgroup {
  -webkit-margin-before: 1em;
     -moz-margin-before: 1em;
          margin-before: 1em;
  -webkit-margin-after: 1em;
     -moz-margin-after: 1em;
          margin-after: 1em;
}

address {
  font-style: inherit;
}

dl {
  padding: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

figure {
  display: inline-block;
}

img, video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: none;
  height: auto;
  display: block;
  margin: 2em 0;
  padding: 0;
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

td, th {
  font-size: inherit;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

th {
  color: inherit;
  text-align: left;
}

caption {
  font-size: inherit;
  margin-top: 1em;
}

figure, figcaption {
  font-style: italic;
  text-align: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

td, th {
  font-size: inherit;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

th {
  color: inherit;
  text-align: left;
}

caption {
  font-size: inherit;
  margin-top: 1em;
}

ul {
	display: flex;

}

li a {
    padding: 0 5px;
    color: #4b5563;
}

li a:hover {
    color: #f97315;
}

/* paragraph  */

p {
color: #5c5858;
}


p a {
    font-style: italic;
    font-weight: bold;
    color: #000;
}

.breadcrumb, .custom_archives {
    font-style: italic;
    color: #5c5858;
}


.entry-content.single-content img {
    width: 100%;
}

strong {
  color: #000000;
  font-weight: bold;
}

.posted-by img {
    display: inline;
    border-radius: 100%;
}

.entry-content.text-current ul {
    display: flow;
    padding: 20px 40px;
}
footer ul{
	display: flow;
}