/*
Theme Name: topfaida-pro
Theme URI: http://topfaida.com/topfaida-pro/
Author: Topfaida
Author URI: https://topfaida.com/
Description: Topfaida pro is a blog and e-commerce theme. This is the best theme made for wordpress, in this you are going to get many new features which are not in other themes.
Version: 2.9
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topfaida-pro
Tags: grid-layout, one-column, two-columns, three-columns, right-sidebar, wide-blocks, accessibility-ready, block-styles, custom-colors, custom-header, custom-logo, custom-menu, footer-widgets, sticky-post, theme-options, translation-ready, blog, e-commerce,

*/

:root {
    --tfpro-radius: 5px;
    --tfpro-padding: 5px;
    --tfpro-h1: 37px;
    --tfpro-h2: 30px;
    --tfpro-h3: 24px;
    --tfpro-h4: 20px;
    --tfpro-h5: 18px;
    --tfpro-h6: 16px;
    --tfpro-content: 17px;
    --tfpro-tag: medium;
    --tfpro-font: "system-ui", serif; /*'Poppins', sans-serif;*/
    --tfpro-icon: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    --tfpro-set-b1: linear-gradient(to right, #02AAB0 0%, #00CDAC 51%, #02AAB0 100%);
    --tfpro-set-c1: #ffffff;
    --tfpro-set-b2: linear-gradient(to right, #00C9FF 0%, #92FE9D 51%, #00C9FF 100%);
    --tfpro-set-c2: #ffffff;
    --tfpro-set-b3: linear-gradient(to right, #673AB7 0%, #512DA8 51%, #673AB7 100%);
    --tfpro-set-c3: #ffffff;
    --tfpro-dark: #252c41;
    --tfpro-darkc: #fff;
    --tfpro-bg: #fff; /* for dark and light mode background color*/
    --tfpro-clr: rgb(71, 71, 71); /* for dark and light mode color*/
    --tfpro-hover-bg: #b3b3b366;
    --tfpro-hover-clr: #ffa600;
    --tfpro-radius: 10px;
    --tfpro-clr: #292929;
    --tfpro-clr-1: linear-gradient(310deg, #1171ef, #11cdef);
    --tfpro-clr-2: linear-gradient(310deg, #0086d5, #307c00);
    --tfpro-clr-3: linear-gradient(310deg, #e515c2, #9d00ff);
    --tfpro-clr-4: ;
    --tfpro-clr-5: ;
    --tfpro-txt-shadow: 0px 0px 1px rgb(0 30 112);
    --tfpro-shadow-light: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    --tfpro-shadow-dark: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    --tfpro-shadow-3d: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    --tfpro-shadow-bt: inset 2px 2px 2px 0px rgba(255,255,255,.5),   7px 7px 20px 0px rgba(0,0,0,.1),   4px 4px 5px 0px rgba(0,0,0,.1);
    --tfpro-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}



/* --------------- Normalize ---------------- (2) */

* {
    margin: 0;
    padding: 0;
    outline: 0px;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    font-family: var(--tfpro-font);
    background-color: rgb(241, 242, 242);
}

address,
dd,
dl,
dt,
iframe,
legend {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

figcaption {
    text-align: center;
    font-size: 15px;
    color: #9d9d9d;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

/* Misc
 ========================================================================== */
template,
[hidden] {
    display: none;
}


/* Links
--------------------------------------------- */
a {
    background-color: transparent;
    color: #4169e1;
    font-family: var(--tfpro-font);
    text-decoration: none;
    font-weight: 700;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}





/* Typography
--------------------------------------------- */
b,
dt,
strong {
    font-weight: bolder;
}

dd {
    margin: 0 1.5em 1.5em;
}

address,
hr {
    margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

mark,
ins{
    background: rgb(255 251 0 / 46%);
    color: #000;
    text-decoration: none;
}

big {
	font-size: 125%;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    background: #eee;
    font-family: var(--tf-body-font);
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

abbr[title] {
    border-bottom: 1px dotted;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tfpro-font);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a,
a:hover {
    color: #0b00629c;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none !important;
    color: #00bd09 !important;
}

h1 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 10px
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px
}

h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px
}

h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px
}

h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px
}

h6 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px
}

ul,
ol {
    padding-left: 1.6rem;
}


/* Forms ----- Topfaida Input Style
--------------------------------------------- */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    font-family: inherit;
    margin: 0;
}

button,
input{
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

input::-moz-focus-inner,
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

button[disabled],
input[disabled] {
    cursor: default;
    opacity: .5;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

input {
    line-height: normal;
    margin: 10px;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
    box-shadow: var(--tfpro-shadow-light);
    display: block;
    padding: 5px 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5e6278;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e3ea;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/* input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
} */







input:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
textarea:hover {
    border: 1px solid var(--tfpro-hover-bg) !important;
    transition: 0.2s;
}




input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    transition: all .2s ease;
    outline: 1px solid #82b541;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.post-edit-link,
.button {
    height: 40px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 650;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: var(--tfpro-shadow-bt);
    outline: none;
    background: rgb(96,9,240);
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
    -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

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

input[type="reset"]{
    background: var(--tfpro-set-b1);
    color: var(--tfpro-set-c1);
}

input[type="color"] {
    width: 60px;
    height: 32px;
    border-radius: 3px;
}
input[type="checkbox"],
input[type="radio"]{
    transform: scale(1.8);
    margin: 10px;
    float: left;
    padding: 0;
}
input[type="checkbox"]:checked {
    background-color: #10b981;
}

input[type="time"],
input[type="week"],
input[type="month"],
input[type="year"],
input[type="date"],
input[type="datetime-local"]
{
    padding: 5px 15px;
    border: none;
    box-shadow: var(--tfpro-txt-shadow);
    margin: 5px;
}

input[type="file"] {
    padding: 20px 15px;
    box-shadow: var(--tfpro-txt-shadow);
    margin: 5px;
    border-radius: 6px;
    border: 2px dashed #d1d1d1;
}
input[type="file"]:hover{
    border: 2px dashed #9b9b9b !important;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


blockquote {
    position: relative;
    width: 100%;
    border-width: 0 0 0 5px;
    border-style: solid;
    padding-left: 8px;
    padding: 30px;
    border-radius: 10px;
    background: #e2e8f0;
    border-left: 5px solid #718096;
}
blockquote::before {
    content: "\f10d";
    display: table;
    color: #0025ff;
    float: left;
    font-family: var(--tfpro-icon);
    font-size: 28px;
    margin-top: 6px;
    font-weight: 900;
    width: 6%;
}
table {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

td,
th {
    padding: 0;
}

th {
    font-weight: 700;
}

td,
th {
    padding: 8px;
    border-width: 0 1px 1px 0;
}

ul li,
ol li {
    margin-bottom: 10px;
    font-family: var(--tfpro-font);
}

table thead,
table tfoot {
    background: #f5f5f5;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    font-size: 17px;
    line-height: 18px;
    text-align: left;
}

table thead tr th,
table tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
}

table thead tr th:first-child,
table tfoot tr td:first-child {
    border-left: none;
}

table thead tr th:last-child,
table tfoot tr td:last-child {
    border-right: none;
}

table tbody tr.even,
table tbody tr.alt {
    background: #f9f9f9;
}

table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
}



/* -------------- preset ---------------*/

.dark {
    background: #252c41 !important;
    color: #858b9f !important;
    transition: all ease .4s;
}

.link {
    color: #011740c9 !important;
}
.shadow {
    box-shadow: var(--tfpro-shadow);
}
.shadow-l{
    box-shadow: var(--tfpro-shadow-light);
}
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
.green{
    background: linear-gradient(315deg, #00c106 0%, #00c106 74%) !important;
    color: #fff !important;
}
.yellow{
    background: rgb(255 235 0) !important;
    color: #000 !important;
}
.red{
    background: linear-gradient(0deg, rgb(221 23 0) 0%, rgb(255 75 0) 100%) !important;
    color: #fff !important;
}
.error {
    border-color: #ff5724;
}
.clr-1{
    background: linear-gradient(to right, #673AB7 0%, #512DA8  51%, #673AB7  100%);
    color: white;     
}




.tfpro-grid-slider{
    position: relative;
    margin: 10px -20px;
}
.tfpro-grid-slider:hover{

}
.tfpro-slider{
    overflow-x: hidden !important;
    cursor: grab;
    position: relative;
}
.tfpro-grid-slider .prev,
.tfpro-grid-slider .next{
    position: absolute;
    top: 42%;
    z-index: 2;
    background: #fff;
    opacity: 0.6;
    width: 40px;
    height: 40px;
    padding: 5px;
    box-shadow: var(--tfpro-shadow-bt);
    border: none;
    border-radius: 50%;
    color: #000;
    transition: all .3s linear;
}
.tfpro-grid-slider .prev {
    left: 0;
}
.tfpro-grid-slider .next {
    right: 0;
}
.tfpro-grid-slider .prev:hover,
.tfpro-grid-slider .next:hover{
    opacity: 1;
    border: 1px solid var(--tfpro-hover-clr);
    outline: 3px solid #fff;
}

body.dark-mode {
    background-color: #04192e!important;
    color: #6a6a6a !important;
}
body.dark-mode p{
    color: #6a6a6a;
}
body.dark-mode a{
    color: #0095ff !important;
}
body.dark-mode li.tf-pro-dark-mode{
    background-color: #f3f3f3;
    color: #0f1b36 !important;
}
.dark-mode #tf-sidebar * {
    color: #6a6a6a !important;
}
.slide-left {
    display: block !important;
    animation: slide-left 1s ease-in-out forwards;
  }
  
.slide-right {
    animation: slide-right 1s ease-in-out forwards;
    -webkit-animation: slide-right 1s ease-in-out forwards;
}



@keyframes slide-left {
    from {
      transform: translateX(30px);
      -webkit-transform: translateX(30px);
      -moz-transform: translateX(30px);
      -ms-transform: translateX(30px);
      -o-transform: translateX(30px);
}
    to {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
}
  }
  
  @keyframes slide-right {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(30px);
      -webkit-transform: translateX(30px);
      -moz-transform: translateX(30px);
      -ms-transform: translateX(30px);
      -o-transform: translateX(30px);
}
  }



/* testing */