/*!
Theme Name: Foodky
Theme URI: http://underscores.me/
Author: fileky
Author URI: http://underscores.me/
Description: Foodky is modern Wordpress food restaurant theme. its very well decorated and smart design looking theme. This theme is responsive and multi purpose uses wp theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foodky
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Foodky is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

/**
 * 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;
}

/**
 * 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;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Philosopher', sans-serif;
	font-size: 1rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: .5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #FF4D01;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	color: #FF4D01;
}

/* Forms
--------------------------------------------- */

.foodky-button{
   background: #ff4d01;
   border: 1px solid #ff4d01;
   padding: 10px 20px;
   border-radius: 50px;
   color: #fff !important;
   transition: all .5s;
}
.foodky-button:hover{
   background: #fff;
   border: 1px solid #ff4d01;
   padding: 10px 20px;
   border-radius: 50px;
   color: #ff4d01 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em; */
   background: #ff4d01;
   border: 1px solid #ff4d01;
   padding: 10px 20px;
   border-radius: 50px;
   color: #fff !important;
   transition: all .5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* border-color: #ccc #bbb #aaa;
   background: #f5730a; */
   background: #fff;
   border: 1px solid #ff4d01;
   padding: 10px 20px;
   border-radius: 50px;
   color: #ff4d01 !important;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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[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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Layouts
--------------------------------------------- */
.pt-100{
   padding-top: 100px !important;
}
.pb-100{
   padding-bottom: 100px !important;
}
.mt-100{
   margin-top: 100px !important;
}
.mb-100{
   margin-bottom: 100px !important;
}

/* -------------------------------------
	Navigation Header section
------------------------------------- */

.navbar-collapse .navbar-nav li.menu-item-has-children:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: '+';
    font-weight: 700;
    font-size: 14px;
    font-family: var(--body-font);
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
    color: #fff;
}
.navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
    color: #f85032;
}

/* Header Close button
-----------------------------*/
.header-overlay-close {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    top: 21px;
    left: 50%;
    margin-left: -23px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
 }
 
 .header-overlay-close::before, .header-overlay-close::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 20px;
    top: 12px;
    left: 22px;
    background-color: #FFFFFF;
 }
 
 .header-overlay-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
 }
 
 .header-overlay-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
 }
 
 /* Header Toggle
 -----------------------------*/
 .header-toggle-menu {
     display: none;
     width: 40px;
     height: 40px;
     position: absolute;
 }
 .header-toggle-menu i{
     font-size: 20px;
     color: rgb(0, 0, 0);
 }
 /* Header responsive: header components
 ---------------------------------------*/
 
 @media only screen and (min-width: 768px) and (max-width: 800px){
    .header-toggle-menu {
       display: block;
       z-index: 999;
       top: -10px;
    }
 
    .header-btn .btn{
         padding: 15px;
         margin: 15px 0
    }
 }
 
 @media only screen and (max-width:767px) {
    .header-toggle-menu {
       display: block;
       z-index: 999;
         right: 20px;
         top: 33px;
    }
 
    .header-btn .btn{
         padding: 15px;
         margin: 15px 0
    }
 
 }
 
 
 /* Header main navigation
 ---------------------------------------*/
 .header-area{
     position: absolute;
     width: 100%;
     z-index: 999999;
     padding: 15px 0;
 }
 
 .navbar-brand{
     max-width: 175px;
 }
 .header-nav-wrap{
     width: 100%;
     text-align: center;
 }
 
 .header-nav-wrap a {
    color: rgba(255, 255, 255, 0.6);
 }
 
 .header-nav-wrap .header-nav-heading {
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .3rem;
    margin-top: 6rem;
 }
 
 .header-nav-wrap .header-nav-heading,
 .header-nav-wrap .close-mobile-menu {
    display: none;
 }
 
 .header-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
 }
 
 .header-nav li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
 }
 
 .header-nav li.menu-item-has-children {
    padding-right: 25px;
 }
 
 .header-nav li a {
    display: block;
    color: #000;
    line-height: 39px;
    font-weight: 600;
    font-size: 16px;
 }
 .header-nav li a.active {
    display: block;
    color: #FF4D01;
 }
 
 .header-nav li.menu-item-has-children > a::after {
    border-bottom: 1px solid rgb(0 0 0);
    border-right: 1px solid rgb(0 0 0);
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 21px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
 
 .header-nav li:hover > a, .header-nav li:focus > a {
    color: #ff4b1f;
 }
 
 .header-nav li:hover li, .header-nav li:focus li {
    background: transparent;
 }
 
 .header-nav li.current > a {
    color: #ff4b1f;
 }
 
 .header-nav li ul {
    position: absolute;
    top: 45px;
    left: 0;
    width: 200px;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0px 3px 15px -4px #c1c1c1;
    border-radius: 5px;
    z-index: 500;
    -webkit-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
 }
 
 .header-nav li ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    left: calc(100% + 1px);
    border-radius: 0 0 3px 3px;
    padding-top: 1.2rem;
 }
 
 .header-nav li ul li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    min-height: 33px;
    width: 100%;
 }
 
 .header-nav li ul li a {
    display: block;
    white-space: nowrap;
    padding: 5px 0;
    line-height: 18px;
    color: #555;
    font-weight: 400;
 }
 
 .header-nav li ul li a:hover, .header-nav li ul li a:focus {
    color: #ff4b1f;
 }
 
 .header-nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
 }
 
 /* Responsive: main navigation
   ------------------------------- */
 @media only screen and (min-width:801px) {
    .header-nav li.menu-item-has-children:hover > a::after, 
    .header-nav li.menu-item-has-children:focus > a::after {
       -webkit-transform: rotate(225deg);
       -ms-transform: rotate(225deg);
       transform: rotate(225deg);
    }
 
    .header-nav li ul {
       display: block !important;
    }
 
 }
 
 @media only screen and (max-width:800px) {
    .header-nav-wrap {
       background-color: #151515;
       opacity: 0;
       visibility: hidden;
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       -webkit-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
       margin: 0;
       border: none;
       z-index: 999999;
       overflow-y: auto;
    }
 
    .header-nav-wrap .header-nav-heading, 
    .header-nav-wrap .close-mobile-menu {
       display: block;
    }
 
    .header-nav {
       margin: 4.8rem 6rem 3rem 6rem;
       border-bottom: 1px solid rgba(255, 255, 255, 0.03);
       font-size: 16px;
    }
 
    .header-nav li {
       display: block;
       padding: 0;
       text-align: left;
    }
 
    .header-nav li ul {
       display: none;
       position: static;
       -webkit-transform: translate3d(0, 0, 0);
       -ms-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
       opacity: 1;
       visibility: visible;
       background-color: transparent;
       padding: 0 0 1.8rem 0;
       -webkit-transition: none !important;
       transition: none !important;
    }
 
    .header-nav li.menu-item-has-children > a::after {
       top: 27px;
    }
 
    .header-nav li.menu-item-has-children > a.sub-menu-is-open::after {
       -webkit-transform: rotate(225deg);
       -ms-transform: rotate(225deg);
       transform: rotate(225deg);
    }
 
    .header-nav li ul li a {
       padding: 7.5px 1.5rem 7.5px 1.5rem;
       color: #fff;
    }
 
    .header-nav > li {
       border-top: 1px solid rgba(255, 255, 255, 0.03);
    }
 
    .header-nav > li a {
       line-height: 54px;
       color: #fff;
    }
 
    body.nav-wrap-is-visible {
       overflow: hidden;
    }
 
    .nav-wrap-is-visible .header-nav-wrap {
       opacity: 1;
       visibility: visible;
    }
 }
 
 @media only screen and (max-width:400px) {
    .header-nav {
       margin: 80px 30px 30px 30px;
    }
 }
 @media only screen and (min-width: 768px) and (max-width: 800px){
     .header-toggle-menu{
         right: 0;
         top: 30px;
    }
 }
 
 @media only screen and (max-width: 991px){
    .header-btn .btn{
        display: none;
    }
 }

 @media only screen and (min-width: 800px) and (max-width: 991px){
    .header-nav-wrap {
       width: 75%;
       text-align: center;
   }
    .header.default.header-transparent{
        overflow-x: hidden;
    }
    .elementor{
        overflow-x: hidden;
    }
}
 
 @media only screen and (min-width: 768px) and (max-width: 991px){
     .header-nav li {
         padding: 0 10px;
     }
 }
 
 @media only screen and (min-width: 992px) and (max-width: 1200px){
     .header-nav li {
         padding: 0 12px;
     }
 }

/* Dishe post Section style
 ---------------------------------------*/
.foodky-dish-box figure img{
   opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
   cursor: pointer;
}
.foodky-dish-box figure:hover img{
   opacity: .5;
}
.foodky-menu-content {
   padding: 10px;
   box-shadow: 0 1px 3px 1px #f2f2f2;
}


/* 15. Testimonial section
-----------------------------------------*/
.testimonial-detl{
   padding: 100px 0;
}
.owl-carousel{
   text-align: center;
}
.owl-carousel .owl-item img {
   display: block;
   width: 100px;
   border-radius: 50%;
   text-align: center;
   margin: auto;
}
.owl-carousel .testimonial-item{
   padding: 30px;
   margin: auto;
}
.testimonial-text p, .testimonial-text h4{
   color: #fff;
}
.testimonial-text span{
   color: #fff
}
/*----- 15.1 Owl Carousel dots -----*/
.owl-carousel button.owl-dot {
   margin: 0 5px;
   font-size: 24px;
   background: #ddd;
   height: 30px;
   width: 10px;
   border-radius: 50px;
}
.owl-dots .owl-dot.active{
   background: #ff4d01;
   width: 10px;
   height: 50px;
   border-radius: 25px;
}




/* Blog post Section style
 ---------------------------------------*/
.blog-content{
   padding-right: 35px;
}
.blog-content article:last-child{
   margin-bottom: 0;
}
.foodky-post-grid{
   margin-bottom: 40px;
}
.foodky-thumbnail img{
   border-radius: 15px;
   width: 100%;
} 
.post-categories{
   margin: 0;
   padding: 0;
   list-style: none;
}
.foodky-entry-title{
   margin-top: 15px;
}
.foodky-post-meta{
   margin: 0;
   padding: 0;
   list-style: none;
}
.foodky-post-meta i{
   color: #FF4D01;
}
.foodky-post-meta li{
   margin-right: 10px;
}
.foodky-post-meta img {
   max-width: 40px;
   border-radius: 50%;
   margin-right: 5px;
   margin-left: -5px;
}
/* Pagination style
-----------------------------*/
.pagination-box{
   text-align: center;
}
.pagination {
   display: inline-flex;
   padding-left: 0;
   list-style: none;
}
.pagination .page-item.active .page-link {
   z-index: 3;
   color: #fff;
   background-color: #ff4d01;
   border-color: #ff4d01;
}
.pagination .page-link:hover {
   z-index: 2;
   color: #ffffff;
   background-color: #ff6523ba;
   border-color: #ff8f5f;
}
.pagination .page-link {
   position: relative;
   display: block;
   color: #ff4d01;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #ff4d01;
   transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination .page-link:focus {
   box-shadow: none;
}
.pagination .page-link {
   padding: .375rem 1.0rem;
}
/* Breadcrumb style
-----------------------------*/
.overlay {
   background: rgb(0 0 0 / 64%);
   padding: 4rem 0;
}
.breadcrumb-item.active {
   color: #ff4d01;
}
.bg-holder {
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   width: 100%;
}
/* Sidebar element style
-------------------------------*/
.sidebar {
   box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
   padding: 30px;
}
.sidebar .widget-search {
   position: relative;
}
.sidebar .widget-search input {
   padding: 17px;
   border-radius: 35px;
   font-size: 16px;
}
.sidebar .widget-search button {
   position: absolute;
   top: 3px;
   right: 5px;
   height: 57px;
   color: #FF4D01 !important;
   width: 50px;
   font-size: 20px;
   border: 0;
   color: var(--main-color-one);
   background: transparent;
   cursor: pointer;
}
.sidebar .recent-post{
   padding-left: 0px;
   margin-top: 15px;
}
.sidebar .content{
   padding-left: 10px;
}
.sidebar .recent-post .thumb{
   width: 50%;
}
.sidebar .recent-post .content{
   width: 90%;
}
.widget ol,.widget ul, .sidebar-category{
   padding: 0;
   list-style-type: none;
} 
.sidebar-category i{
   color: #FF4D01;
}
.tagcloud ul{
   display: flex;
}
.tagcloud ul li{
   margin-right: 10px;
}
.tagcloud ul li a{
   border: 1px solid #ff4d01;
    padding: 10px;
    border-radius: 30px;
}

/* Comment Form style 
---------------------------------------*/
#comments ol{
   list-style-type: none;
   padding-left: 0;
}
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
    border-left: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 30px;
}
.comment-list .children {
   margin-top: 10px;
   border: none;
   margin-left: 0;
   padding-left: 0;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #ff4d01;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes, .comment-form-cookies-consent{
    display:none;   
}
.form-submit{
   margin-top: 25px;
}
.comment-author img{
   border-radius: 30px;
}

/* Footer Section style
 ---------------------------------------*/
#footer-section{
   background: #0c0c0c;
   padding: 100px 0 70px 0;
}
.widget-title{
   color: #fff;
   font-size: 24px;
   margin-bottom: 30px;
}
.widget-content h2{
   color: #fff;
   font-size: 24px;
   margin-bottom: 30px;
}
.widget-content ul{
   list-style: none;
   padding-left: 0px;
   margin: 0;
}
.widget-content ul li a{
   color: #c1c1c1;
   font-weight: normal;
   font-size: 18px;
}
.widget-content ul li a:hover{
   color: #FF4D01;
}
.widget-content .payment-img img{
   width: 75px;
   padding: 5px;
}
.widget-content i{
   color: #FF4D01;
   margin-right: 10px;
}
.widget-content span{
   color: #c1c1c1;
}