/*!
Theme Name: Ranking 32510
Theme URI: http://underscores.me/
Author: Dominik Kruk, Yurii Hryhoriev
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nanobrow_base
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 with others.

Nanobrow_base is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * 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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

ul,
ol {}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

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

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {

    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
    {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.nav-previous a:before { font-family: FontAwesome;
    content: "\f053";
margin-right: 5px;}

.nav-next a:after {
   font-family: FontAwesome;
    content: "\f054";
margin-left: 5px; 
}


.stars {
    position: relative;
    display: inline-block;
}

.stars-rating {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

stars-rating img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.stars img {
    display: block;
    width: 100px;
    /* Set size stars */
}

img.star {
    max-width: inherit;
}


@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Open+Sans:400,600,700,800&display=swap&subset=latin-ext');

body {
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%
}

.logo-container,
.nav-container {
    background-color: #027373
}

.logo {
    margin: 0 auto;
}

.logo a {
    color: #fff;
    transition: .5s ease
}

.logo a:hover {
    text-decoration: none
}

.logo .blog-title {
    font-family: 'Abril Fatface', cursive;
    font-size: 3rem;
    line-height: 6rem;
    margin: 0 !important
}

.nav-container {
    text-align: center;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.22);
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    transition: .5s ease
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #F29F05;
}

.navbar-toggler {
    outline: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3
}

.intro {
    padding: 20px 0;
    text-align: center
}

.intro h3 {
    text-align: center;
    font-family: 'Abril Fatface'
}

.intro-headline {
    background: #027373;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-family: 'Abril Fatface';
    border-radius: 10px;
}

.intro-text {
    font-weight: 700;
    text-align: center
}

.intro-img {
    margin-bottom: 20px;
}

.intro ul {
    list-style: none;
}

.intro ul li {
    position: relative
}

.intro ul li:after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 2px;
    width: 10px;
    left: -15px;
    top: .8rem;
    background: #F29F05
}

.box-title h2 {
    margin-top: 20px;
}

.box-item {
    position: relative;
    margin: 40px 0;
    border-bottom: 1px solid #c2c2c2;
    padding: 20px 0;
}

.number-wrap {
    width: max-content;
    padding: 1rem;
    background: #027373;
    border-radius: 50%
}

.number {
    font-family: 'Abril Fatface';
    transition: .5s ease;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #222;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%
}

.number-item {
    transition: .5s ease;
}

.box-item:hover .number {
    border-radius: 0%;
    transform: rotate(45deg);
}

.box-item:hover .number-item {
    transform: rotate(-45deg);
}

.box-one .number {
    background: #F29F05;
    color: #fff
}

.box-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    background: #F29F05;
    color: #fff;
    height: 100px;
    position: relative;
    z-index: 2;
}

.box-desc h2 a {
    color: #027373;
    transition: .5s ease
}

.box-desc h2 a:hover {
    text-decoration: none;
    color: #F29F05
}

.ranking-desc-footer {
    padding: 10px 0;
}

.box-one .box-desc {
    background-color: #F29F05;
    padding: 20px;
    border-radius: 10px;
}

.box-one .box-desc h2 a {
    color: #fff;
    transition: .5s ease
}

.box-one .box-desc h2 a:hover {
    color: #027373
}

.box-one .box-desc ul {
    list-style: none
}

.box-one .box-desc ul li {
    position: relative;
}

.box-one .box-desc ul li:after {
    position: absolute;
    width: 8px;
    left: -20px;
    height: 8px;
    background: #fff;
    content: '';
    display: inline-block;
    top: .5rem;
    border-radius: 2px;
}

.box-desc ul {
    list-style: none
}

.box-desc ul li {
    position: relative;
}

.box-desc ul li:after {
    position: absolute;
    width: 8px;
    left: -20px;
    height: 8px;
    background: #027373;
    content: '';
    display: inline-block;
    top: .5rem;
    border-radius: 2px;
}

/*# sourceMappingURL=style.css.map */
/*widget*/
.form-inline .form-control {
    width: 80% !important
}

.widget-aside {
    padding: 20px 0;
}

.widget-title {
    text-align: center;
    font-family: 'Abril Fatface';
    color: #fff;
    background: #027373;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.widget-item {
    padding: 20px 0;
}

.widget-desc {
    text-align: center;
}

.widget-item {
    transition: .5s ease;
}

.widget-item a:hover {
    text-decoration: none !important;
}

.widget-item a:hover .widget-desc {
    color: #F29F05
}

.widget-desc a {
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    transition: .5s ease;
}

.widget-desc a:hover {
    color: #F29F05
}

.text-widget {
    background: #f2f2f2;
    padding: 15px 20px;
}

.text-widget ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-left: 3rem;
}

.text-widget ul li {
    position: relative
}

.text-widget ul li:after {
    position: absolute;
    width: 8px;
    left: -20px;
    height: 8px;
    background: #027373;
    content: '';
    display: inline-block;
    top: .7rem;
    border-radius: 3px;
}

.form-inline .fa {
    font-size: 2rem;
}

.form-inline .form-control {
    width: 80%
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/*footer*/
footer {
    padding: 20px 0;
    background: #024959
}

.site-footer a {
    color: #fff !important
}

.navbar-toggler {
    margin: 0 auto;
}

.animated-icon1 {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #fff;
}

.navbar-dark .navbar-toggler {
    border: none !important;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*brow page*/
.page-wrapper {
    padding: 20px 0 0;
}

.page-wrapper .site-title {
    background: #F29F05;
    color: #fff;
    padding: 3px;
    font-family: 'Abril Fatface', cursive;
    margin: 20px 0;
    text-align: center;
    border-radius: 10px;
}

.page-wrapper img {
    margin-bottom: 20px;
}

.page-content ul {
    list-style: none
}

.page-content ul li {
    position: relative
}

.page-content ul li:after {
    position: absolute;
    width: 8px;
    left: -20px;
    height: 8px;
    background: #027373;
    content: '';
    display: inline-block;
    top: .5rem;
    border-radius: 2px;
}

.page-content h3 {
    color: #027373;
    font-weight: 700
}

.single-content strong,
.page-content strong {
    color: #F29F05
}

.form-submit #submit {
    background-color: #f2f2f2 !important;
    border-radius: 10px;
    font-size: 1rem;
    padding: 5px 10px;
}

.nav-links a {
    color: #F29F05;
    font-weight: 600;
    transition: .5s ease;
}

.nav-links a:hover {
    text-decoration: none;
    color: #027373
}

.top-widget-header {
    background: #027373;
    font-family: 'Abril Fatface', cursive;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 1.2rem;
}

.top-widget-item {
    border: 4px solid #027373;
    border-radius: 10px;
    margin: 2px 0;
    position: relative;
    text-align: center;
    display: block;
    padding: 0 15px;
}

.top-widget-number {
    position: absolute;
    font-family: 'Abril Fatface', cursive;
    background: #027373;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    font-size: 1.4rem;
    left: 5px;
    border: 3px solid #F29F05;
    transition: .5s ease;
}

.first-widget-item {
    border: 4px solid #F29F05;
}

.widget-area li {
    list-style: none;
}

.first-widget-item .top-widget-number {
    border: 3px solid #027373;
    background: #F29F05
}

.top-widget-item.first-widget-item:hover .top-widget-number {
    background: #027373;
    transform: scale(1.1);
}

.top-widget-item:hover .top-widget-number {
    background: #F29F05;
    transform: scale(1.1);
}

.top-widget-title {
    font-family: 'Abril Fatface', cursive;
}

.top-widget-title a {
    color: #000;
}

.top-widget-item:hover .top-widget-title a {
    text-decoration: none;
    color: #027373 !important
}

.widget-after {
    background: #027373;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 2rem;
}

.widget-after a {
    color: #F29F05;
    font-family: 'Abril Fatface', cursive;
    transition: .5s ease;
}

.widget-after a:hover {
    color: #fff;
    text-decoration: none
}

.widget-item-small-desc a {
    color: #F29F05;
    transition: .5s ease;
    display: block;
}

.widget-item-small-desc a:hover {
    text-decoration: none;
    color: #027373
}

.pagination a {
    color: #027373;
}

.pagination {
    margin: 20px auto;
}

.pagination li:after {
    display: none !important;
}

.pagination li:active {
    background: #F29F05;
    color: #fff;
}

.pagination li:focus {
    border: #F29F05
}

.page-numbers {
    padding: 5px;
    border: 1px solid #027373
}

.page-numbers.current {
    color: #F29F05;
    border: 1px solid #F29F05
}

.recommended-title {
    text-align: center;
}

.recommended-title a {
    color: #000;
    transition: 0.5s ease;
    margin-bottom: 20px;

}

.recommended-title a:hover {
    text-decoration: none;
    color: #F29F05;

}

/*product*/
.product-content ul {
    list-style: none;
}

.product-content ul li {
    position: relative
}

.product-content ul li:after {
    position: absolute;
    width: 8px;
    left: -20px;
    height: 8px;
    background: #027373;
    content: '';
    display: inline-block;
    top: .5rem;
    border-radius: 2px;
}

.table {
    padding: 20px
}

.table .row {
    border-bottom: 2px solid #f2f2f2;
}

.table .headline {
    background: #F29F05;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.2rem
}

.product-img {
    text-align: center
}

.tag-holder {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
}

.tag-holder a {
    color: #F29F05;
    font-style: italic;
    transform: .5s ease;
}

.tag-holder a:hover {
    text-decoration: none;
    color: #027373
}

.tag-holder span {
    font-weight: 600;
    color: #027373
}

.site-headline {
    background: #F29F05;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Abril Fatface', cursive;
    margin: 20px 0;
}

.post-related h3 {
    text-align: center;
    font-size: 1.1rem;
    color: #000;
    transition: .5s ease;
}

.post-related h3:hover {
    text-decoration: none !important;
    color: #F29F05
}

.site-item a:hover {
    text-decoration: none !important;
}

.site-link {
    margin: 20px 0;
}

/*archive*/

.archive-title {
    margin: 20px 0;
}

.archive-title a {
    font-weight: 600;
    color: #027373;
    transition: .5s ease;
    margin: 20px 0;
}

.archive-title a:hover {
    text-decoration: none;
}

.archive-item {
    border-bottom: 2px solid #f2f2f2
}

.archive-item:hover .archive-title a {
    color: #F29F05
}

.archive-img {
    overflow: hidden;
    height: 400px;
}

.archive-img img {
    transition: .5s ease;
}

.archive-img:hover img {
    transform: scale(1.2)
}

.readmore {
    background: #F29F05;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    transition: .5s ease
}

.readmore:hover {
    text-decoration: none;
    background: #027373;
    transform: scale(1.1);
    color: #fff
}

.readmore:visited {
    color: #fff;
}

.archive-item {
    padding: 20px 0;
}

/*single*/
.single-title {
    background: #F29F05;
    color: #fff !important;
    padding: 3px;
    font-family: 'Abril Fatface', cursive;
    margin: 20px 0;
    text-align: center;
    border-radius: 10px;
    font-weight: 400 !important
}

.page-wrapper ul {
    list-style: none;
}

.page-wrapper ul li {
    position: relative
}

.page-wrapper ul li:after {
    position: absolute;
    width: 8px;
    left: -20px;
    height: 8px;
    background: #027373;
    content: '';
    display: inline-block;
    top: .5rem;
    border-radius: 2px;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    color: #027373;
    font-weight: 700;
}

/*reurn to top*/
#scroll-top {
    opacity: 0;
    visibility: hidden;
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.return-to-top {
    position: fixed;
    cursor: pointer;
    bottom: 70px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

.return-to-top .fa-chevron-up {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover .fa-chevron-up {
    color: #fff;
    top: 5px;
}

.logo a:hover {
    color: #fff !important
}

.search-submit {
    text-indent: -999px;
    width: 42px;
    height: 42px;
    float: right;
    background: url('img/search.png') !important;
    background-size: 50% 50% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f2f2f2 !important;
}
footer.comment-meta {
    background: transparent; 
    padding: 0px
    
}
.comments-title {
    margin-bottom: 30px;
}
.search-field {
    height: 42px;
    width: 305px;
    padding: 0px 15px!important;
}

.dkit-top-proucts-widget-2 ul {
    list-style: none;
}

.top-proucts-widget-title {
    margin-bottom: 0px;
}

.page-wrapper .widget_dkit-top-proucts-widget ul li:after {
    display: none;
    width: 0px;
}

.page-wrapper .widget_dkit-top-proucts-widget ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.page-wrapper .arpw-ul li:after {
    display: none;
    width: 0px;
}

.page-wrapper .arpw-ul li {
    text-align: center
}

.arpw-title,
.arpw-title:visited {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    transition: .5s ease;
}

.arpw-title:hover {
    color: #F29F05;
    text-decoration: none;
}

.recommended {
    margin-bottom: 30px;
}

a:focus {
    outline: none;
}

.post-title a {
    color: #000;
    transition: .5s ease;
}

.post-title a:hover {
    text-decoration: none;
    color: #F29F05;
}

.search-box {
    margin-bottom: 40px;
}

.not-found .search-submit {
    float: none;
}


@media screen and (min-width:300px) and (max-width:900px) {
    .widget-aside {
        text-align: center;
    }

    .widget-item-small-desc {
        font-size: .9rem;
        margin-bottom: 30px;
    }

    .navbar-toggler {
        margin: 0 auto;
    }

    .navbar-toggler:focus {
        outline: none !important
    }

    .text-widget {
        text-align: left;
    }

    .widget-img img {
         margin-bottom: 10px;
    }

    .top-widget-title a {
        font-size: 1.5rem;
        line-height: 1.2;

    }
    .widget-item-small img {
        margin-bottom: 10px;
        
    }
    .widget-item-small {
        text-align: center;
    }

    .logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .logo a {
        color: #fff;
    }


    .logo .blog-title {
        margin: 0 auto !important;
        text-align: center !important;
        font-size: 2rem;
        line-height: 1.2;
    }

}

/*404*/
.widget_tag_cloud {
    padding: 20px 0;
}

.widget_tag_cloud .tagcloud a {
    background-color: #F29F05;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 2px 0;
    transition: .5s ease;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #027373;
    text-decoration: none;
}

.widget_categories a,
.widget_recent_entries a {
    color: #F29F05;
    transition: .5s ease;
}

.widget_categories a:hover,
.widget_recent_entries a:hover {
    text-decoration: none;
    color: #027373
}

.widget_recent_entries {
    padding: 20px 0;
}

.site-item {
    text-align: center;
}

@media screen and (min-width:300px) and (max-width:361px) {
    .archive-img {
        height: 220px
    }

    .search-field {
        width: 75vw
    }
}

@media screen and (min-width:362px) and (max-width:768px) {
    .archive-img {
        height: 250px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:362px) and (max-width:584px) {
    .search-field {
        width: 80vw;
    }
}

@media screen and (min-width:585px) and (max-width:600px) {
    .search-field {
        width: 78vw;
    }
}

@media screen and (min-width:601px) and (max-width:625px) {
    .search-field {
        width: 75vw;
    }
}

@media screen and (min-width:626px) and (max-width:640px) {
    .search-field {
        width: 73vw;
    }
}

@media screen and (min-width:641px) and (max-width:668px) {
    .search-field {
        width: 70vw;
    }
}

@media screen and (min-width:669px) and (max-width:687px) {
    .search-field {
        width: 68vw;
    }
}

@media screen and (min-width:688px) and (max-width:720px) {
    .search-field {
        width: 65vw;
    }
}

@media screen and (min-width:721px) and (max-width:740px) {
    .search-field {
        width: 63vw;
    }
}

@media screen and (min-width:741px) and (max-width:761px) {
    .search-field {
        width: 60vw;
    }
}

@media screen and (min-width:762px) and (max-width:769px) {
    .search-field {
        width: 20vw;
    }
}

@media screen and (min-width:770px) and (max-width:990px) {
    .search-field {
        width: 165px;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .search-field {
        width: 246px;
    }
}

@media screen and (min-width:768px) and (max-width:803px) {
    .text-widget ul {
        padding-left: 0;
    }

    .text-widget ul li:after {
        left: -15px;
    }

    .form-inline .form-control {
        width: 65% !important;
    }

}

@media screen and (min-width:1024px) and (max-width:1030px) {
    .form-inline .form-control {
        width: 75%
    }
}

@media screen and (min-width:800px) and (max-width:993px) {
    .text-widget ul {
        padding: 5px;
    }

    .text-widget {
        font-size: .8rem;
    }

    .form-inline .form-control {
        width: 66% !important
    }

    .top-widget-title {
        font-size: 1rem;
        margin-left: 5px;
    }
}

@media screen and (min-width:995px) and (max-width:1199px) {
    .text-widget ul {
        padding-left: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:993px) {
    .form-control {
        width: 80% !important;
    }
}

@media screen and (min-width:994px) and (max-width:1190px) {
    .form-control {
        width: 70% !important;
    }
}

@media screen and (min-width:773px) and (max-width:803px) {
    .text-widget {
        font-size: .8rem;
    }
}
