/*!
Theme Name: Ranking 32345
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.
 */

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;
    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 {
    margin: 0 0 1.5em 3em;
}

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 {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

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


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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 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;
}

footer.comment-meta {
    padding: 0px;
    background-color: transparent;
}
.comments-title {
    margin-bottom: 30px;
}
.comment-list {margin: 0 0 1.5em 0;}
.overlay-inner {width: 100%}
.comment-form-msg {color: #ff0000}

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


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 {
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}

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

body {
    font-family: 'Raleway', sans-serif !important;
    color: #757575 !important
}

.logo {
    font-family: 'Marck Script', cursive;
    text-align: center;
    position: relative;
    padding: 60px 0;
}

.logo a {
    color: #757575;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.logo a:hover {
    text-decoration: none;
    color: #97C9BF
}

.logo:after {
    height: 2px;
    width: 150px;
    background: #757575;
    content: '';
    display: inline-block;
    left: 150px;
    top: 50%;
    position: absolute;
}

.logo:before {
    height: 2px;
    width: 150px;
    background: #757575;
    content: '';
    display: inline-block;
    right: 150px;
    top: 50%;
    position: absolute;
}
 .logo h1 {
        font-size: 2.5rem
    }

.navbar {
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    padding: 0px !important;
}

.navbar-nav {
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
}

.navbar-nav li a {
    color: #757575 !important;
    font-weight: 600
}

.nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #97C9BF;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-link:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-link:hover {
    color: #fff !important;
}

.nav-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.intro-text {
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
    color: #439D8B;
    font-size: 2rem
}

.intro-text span {
    text-transform: uppercase;
}

#main-section {
    position: relative;
    background-image: url(img/background-texture.jpg);
    background-size: 100% 420px;
    background-repeat: no-repeat;
    padding: 20px 0;
    background-position: 0 150px;
}

#main-section img {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin-top: -30px;
}

#main-section img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main-section-title {
    font-weight: 300;
    margin-bottom: 20px;
    color: #439D8B
}

.navbar-container {
    margin-bottom: 20px;
}

.number {
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 50px;
    left: -10px;
    top: 15px;
    font-family: 'Merienda One', cursive;
}

.ranking-item.ranking-first .number-icon {
    width: 80px;
}

.ranking-img {
    margin-top: 20px;
    text-align: center;
}

.col-relative {
    position: relative;
}

.number-icon {
    margin: 0 !important;
    width: 60px;
}

.number-position {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-size: 65px;
    z-index: 2;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
}

.ranking-item.ranking-first .number-position {
    font-size: 90px;
    color: #000
}

.ranking-first {
    background: #cef1ea
}

.ranking-first .row {
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
}

.ranking-item {
    padding: 30px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
    position: relative;
}

.ranking-item.ranking-first h2 a {
    color: #439D8B;
}

.ranking-item img {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    max-height: 320px;
    width: auto;
    display: block;
    margin: auto;
}

.ranking-item:hover .ranking-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ranking-item h2 a {
    color: #757575;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.ranking-item h2 a:hover {
    text-decoration: none;
    color: #439D8B;
}

.ranking-item.ranking-first h2 a:hover {
    color: #757575
}

.ranking-item .readmore {
    color: #439D8B;
    border: 2px solid #439D8B;
    border-radius: 0px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 0 #439D8B;
    box-shadow: inset 0 0 0 0 #439D8B;
    -webkit-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    margin-bottom: 10px;
}

.readmore:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #cef1ea;
    box-shadow: inset 400px 0 0 0 #cef1ea;
    text-decoration: none;
}

.form-control {
    border: 1px solid #757575 !important;
    border-radius: 0px !important;
    outline: none
}

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

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

.widget-new-item {
    padding: 10px;
    border-bottom: 1px solid #909090
}

.widget-new-item:nth-child(even) {
    background: #f2f2f2
}

.widget-title, .widgettitle {
    font-weight: 600;
    background: #f2f2f2;
    padding: 10px 0;
    text-align: center;
    font-family: 'Merienda One', cursive;
}
.widget {
    margin-bottom: 20px;
}
.widget a, .widget a:visited {
    color: #439D8B; 
    transition: .5s ease; 
}
.widget a:hover {
    color: #757575;
    text-decoration: none;
}
.tagcloud a {
   
    color: #439D8B; 
    
}
.small-item-link {
    padding: 5px 10px;
    color: #439D8B;
    border: 2px solid #439D8B;
    margin: 5px 0;
    display: inline-block;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 0 #439D8B;
    box-shadow: inset 0 0 0 0 #439D8B;
    -webkit-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}

.small-item-link:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #cef1ea;
    box-shadow: inset 400px 0 0 0 #cef1ea;
    text-decoration: none;
    color: #439D8B
}

footer {
    padding: 20px 0;
    background-color: #439D8B;
}

.navbar-toggler {
    /* margin: 0 auto 30px; */
    margin: 0 auto;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #439D8B;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/*site*/
.site-content {
   padding-top: 20px;
    padding-bottom: 20px;
}

.site-content h3 {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    padding: 5px 0;
    margin: 10px 0;
    color: #439D8B
}

.site-content ol {
    counter-reset: item;
}

.site-content ol li {
    display: block;
}

.site-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #439D8B;
}

.site-title {
    color: #439D8B;
    font-weight: 300
}

.widget-item {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 20px;
}

.overlay h2 a {
    color: #fff!important;
    font-size: 1.2rem!important;
}

.widget-item img {
    position: relative;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.widget-item a.readmore:hover {
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    border: 2px solid #cef1ea
}

.widget-item:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.widget-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.overlay .readmore {
    color: #fff!important;
    border: 2px solid #fff;
    padding: 5px 10px;
    margin-top: 20px;
    display: inline-block;
}

.top-item {
    text-align: center;
    border: 2px solid #909090;
    margin: 10px 0;
    position: relative;
}

.top-item .number {
    top: 35px;
    left: 35px;
}

.top-item h2 a {
    color: #439D8B;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.top-item img {
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin: 20px 0;
    max-height: 240px;
    width: auto;
}

.top-item:hover .top-item-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.top-item:hover h2 a {
    color: #909090;
}

.top-item h2 a:hover {
    text-decoration: none;
}

.top-item.top-item-first {
    border: 2px solid #439D8B;
    background: #cef1ea
}

.top-item-first .number-position {
    font-size: 90px;
    color: #000
}

.top-item-first .number-icon {
    width: 90px;
}

/*product*/
.product-title {
    color: #439D8B;
    font-weight: 300;
    font-size: 1.8rem;
    text-align: center;
}

.product-content h3 {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    padding: 5px 0;
    margin: 10px 0;
    color: #439D8B
}
.product-intro {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-intro img{
    max-width: 120px;
}

.product-content img {
    margin: auto;
    display: block;
}

.feature {
    background: #f2f2f2;
    padding: 10px;
}

.feature h3 {
    border-top: 0px;
    border-bottom: 0px;
    font-size: 1.2rem;
}

.feature ul {
    list-style: none;
}

.feature ul li {
    position: relative;
}

.feature ul li:after {
    position: absolute;
    content: '';
    width: 20px;
    left: -25px;
    top: 50%;
    height: 2px;
    background: #909090
}

.tag-holder {
    margin-bottom: 20px;
}

.tag-holder a {
    background: #439D8B;
    color: #fff;
    padding: 5px;
    margin: 2px 0;
    display: inline-block;
    font-size: .8rem;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.tag-holder a:hover {
    color: #439D8B;
    background: #cef1ea;
    text-decoration: none;
}

.related-content {
    padding: 20px 0;
}

.related-content .related-title {
    text-align: center;
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    padding: 5px 0;
}

.related-content .related-item {
    text-align: center;
    border: 1px solid #909090;
}

.related-content .related-item:hover h3 a {
    color: #909090;
    text-decoration: none;
}

.related-content .related-item:hover {
    border: 1px solid #439D8B
}

.related-content .related-item img {
    width: 80%;
    max-height: 320px;
    width: auto;
}

.related-content .related-item h3 {
    font-size: 1.25rem;
    border-top: none;
    border-bottom: none;
}

.related-content .related-item h3 a {
    color: #439D8B;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

/*archive*/
.archive-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
}

.archive-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    padding: 40px;
}

.archive-item img {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.archive-item:hover .archive-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.archive-item:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cat-title {
    color: #439D8B;
    font-weight: 300;
    font-size: 2.2rem
}

.archive-overlay a {
    color: #fff;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.archive-overlay a:hover {
    color: #cef1ea;
    text-decoration: none;
}

.archive-item-wrapper {
    border-bottom: 1px solid #909090;
    margin-bottom: 40px;
}

.archive-item-wrapper h2 a {
    color: #439D8B;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.archive-item-wrapper h2 a:hover {
    color: #909090;
    text-decoration: none;
}

.archive-overlay .read-more {
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 10px;
    margin-top: 20px;
    display: inline-block;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}
.archive-overlay-inner {
    width: 100%
}
.archive-overlay .read-more:hover {
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    border: 2px solid #cef1ea;
    text-decoration: none;
}

.nav-links {
    margin: 20px 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    display: block !important;
    margin-bottom: 20px;
}

.page-numbers {
    display: inline-block;
    list-style: none
}

.page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #252525;
    border-radius: 4px;
    margin: 5px;
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, .1), 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .1), 0 2px 5px rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-numbers:hover,
.page-numbers.current{
    background-color: #439D8B;
    color: #fff;
    text-decoration: none;
}

.page-numbers:visited {
    color: #252525;
}

/*single*/
.single-content .single-title {
    color: #439D8B;
    font-weight: 300;
    margin: 20px 0;
    border-bottom: none;
    border-top: none;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    border-bottom: 1px solid #909090;
    border-top: 1px solid #909090;
    color: #439D8B;
    font-weight: 300;
    padding: 5px 0;
}

.single-content a {
    color: #439D8B;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    font-weight: 500;
}

.single-content a:hover {
    color: #909090;
}

.single-content ul {
    margin: 10px 0;
    list-style: none;
}

.single-content ul li {
    position: relative
}

.single-content ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    left: -25px;
    top: .7rem;
    height: 2px;
    background: #909090;
    display: inline-block;
}

.single-content ol {
    counter-reset: item;
    margin: 10px 0;
}

.single-content ol li {
    display: block;
}

.single-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #439D8B;
}

.related-posts {
    padding: 20px 0;
}

.related-posts .related-posts-title h3 {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    padding: 5px 0;
    margin: 10px 0;
    text-align: center;
    font-size: 2rem;
}

.related-posts h3 {
    font-size: 1.2rem;
    text-align: center;
}

.related-posts h3 a {
    color: #439D8B;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.related-posts h3 a:hover {
    text-decoration: none;
    color: #909090;
}

.related-item img {
    margin: 0 auto;
    width: 80%;
}

.search-title {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    padding: 5px 0;
    margin: 10px 0;

}

.search-title a {
    color: #439D8B;
    transition: .5s ease;
}

.search-title a:hover {
    color: #909090;
    text-decoration: none;
}

.search-summary .read-more {
    width: 30%;
    text-align: center;
    margin-top: 20px;
    color: #439D8B;
    border: 2px solid #439D8B;
    border-radius: 0px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 0 #439D8B;
    box-shadow: inset 0 0 0 0 #439D8B;
    -webkit-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    margin-bottom: 10px;
}

.search-summary .read-more:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #cef1ea;
    box-shadow: inset 400px 0 0 0 #cef1ea;
    text-decoration: none;
}

.search-img {
    margin: 20px 0;
    text-align: center
}
input.search-field {
    border: 1px solid #757575;
    border-radius: 0px;
}
.recommended {
    margin-bottom: 20px;
}

.recommended a,
.recommended a:visited {
    color: #439D8B;
    transition: .5s ease
}

.recommended a:hover {
    color: #909090;
    text-decoration: none;
}

.form-submit .submit {
    background: transparent;
    color: #439D8B;
    border: 2px solid #439D8B;
    border-radius: 0px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 0 #439D8B;
    box-shadow: inset 0 0 0 0 #439D8B;
    -webkit-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    margin-bottom: 10px;

}

.form-submit .submit:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #cef1ea;
    box-shadow: inset 400px 0 0 0 #cef1ea;
    text-decoration: none;
}

.srpw-block a.srpw-title,
.srpw-block a.srpw-title:visited {
    color: #757575;
    font-weight: 600;
}

.srpw-more-link:visited {
    color: #439D8B;
}

.srpw-li:nth-child(even) {
    background: #f2f2f2;
}

.srpw-img {
    margin-left: 10px;
}

.search-submit {
    display: none;
}

/* .home .search-field  {
   width: 444px; 
}
.search-field {
    width: 348px
} */

.search-field:focus {
    outline: none;
    text-shadow: none;
}
.site-info, .site-info a  {
    color: #fff;
}
.site-info {
   text-align: center
}
.recommended-articles h3 {
    text-align: center;
    margin-bottom: 20px;
}
.entry-content ol {margin: 0 0 1.5rem 0}
.nanobrow-img {position: relative}
.nanobrow-before {position: absolute; left: 10px; top: 38%; font-weight: bold; font-size: 22px; color: #000;}
.nanobrow-after {position: absolute; left: 10px; top: 88%; font-weight: bold; font-size: 22px; color: #000; }
.nanobrow-before-big {position: absolute; left: 10px; top: 42%; font-weight: bold; font-size: 22px; color: #000; }
.nanobrow-after-big {position: absolute; left: 10px; top: 92%; font-weight: bold; font-size: 22px; color: #000; }
.nanobrow-link, .nanobrow-link:visited {font-weight: bold; color: #439D8B; transition: .5s ease; }
.nanobrow-link:hover {color: #757575; text-decoration: none; }

@media (min-width:320px) and (max-width:400px)  {
.nanobrow-before-big {left: 10px; top: 36%;  }
.nanobrow-after-big {left: 10px; top: 86%;  }
.nanobrow-before { left: 10px; top: 30%;}
.nanobrow-after { left: 10px; top: 80%; }
}

@media (min-width:411px) and (max-width:450px) {
.nanobrow-before-big {left: 10px; top: 35%; }
.nanobrow-after-big {left: 10px; top: 85%; }
.nanobrow-before {left: 10px; top: 35%; }
.nanobrow-after { left: 10px; top: 85%; }  
    
}

@media (min-width:760px) and (max-width:991px) {
.nanobrow-before-big {left: 10px; top: 33%; }
.nanobrow-after-big {left: 10px; top: 82%; }
.nanobrow-before {left: 10px; top: 35%; }
.nanobrow-after { left: 10px; top: 85%; }  
    
}


/* @media (min-width:320px) and (max-width:360px) {
    .home .search-field {
        width: 290px;
    }
    .search-field {
        width: 290px;
    }
}
@media (min-width:544px) and (max-width:728px) {
  .home .search-field {
        width: 510px;
    }   
    
}
@media (min-width:361px) and (max-width:380px) {
   .home .search-field {
        width: 330px;
    }
    
}

@media (min-width:381px) and (max-width:400px) {
     .search-field {
        width: 380px;
    }
}
@media (min-width:401px) and (max-width:420px) {
     .search-field {
        width: 390px;
    }
    .home .search-field {
        width: 390px;
    }
}
@media (min-width:421px) and (max-width:450px) {
    .search-field {
        width: 410px;
    } 
   .home  .search-field {
        width: 410px;
    }
}
@media (min-width:451px) and (max-width:469px) {
    
       .search-field {
        width: 430px;
    } 
   .home  .search-field {
        width: 430px;
    }
}
@media (min-width:470px) and (max-width:490px) {
    .home .search-field, .search-field  {
        width: 450px;
    }
}
@media (min-width:491px) and (max-width:520px) {
     .home .search-field, .search-field {
        width: 480px;
    }
}

@media (min-width:521px) and (max-width:551px) {
    .home .search-field, .search-field  {
        width: 500px;
    }
}
@media (min-width:552px) and (max-width:570px) {
     .home .search-field, .search-field {
        width: 520px;
    }
}
@media (min-width:571px) and (max-width:600px) {
       .home .search-field, .search-field{
        width: 530px;
    }
}
@media (min-width:601px) and (max-width:630px) {
       .home .search-field, .search-field {
        width: 530px;
    }
}
@media (min-width:631px) and (max-width:681px) {
       .home .search-field, .search-field {
        width: 530px;
    }
}
@media (min-width:682px) and (max-width:700px) {
       .home .search-field, .search-field {
        width: 530px;
    }
}
@media (min-width:768px) and (max-width:990px) {
     .search-field {
        width: 210px;
    }
    .home .search-field {
        width: 270px;
    }
}
@media (min-width:991px) and (max-width:1200px) {
    .home .search-field {
        width: 370px;
    }
     .search-field {
        width: 295px;
    }
} */
@media (min-width:320px) and (max-width:600px) {
    .archive-overlay .read-more {width: 50%;}
}
@media (min-width:320px) and (max-width:1230px) {
    .logo:before {
        background: transparent;
    }

    .logo:after {
        background: transparent
    }

    .related-content .related-item img {
        width: 57%;
        max-height: 160px;
        width: auto;
    }
}

@media (min-width:320px) and (max-width:991px) {
    .navbar {
        border-top: none;
        border-bottom: none;
    }

    .logo {
        padding: 30px 0;
    }
   

    .main-section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .widget-item .overlay {
        opacity: 1;
    }

    .related-item {
        margin-bottom: 20px
    }

}

@media (min-width:320px) and (max-width:400px) {
    .archive-overlay {
        position: relative;
        background: #909090 !important;
    }
}

@media (min-width:320px) and (max-width:600px) {
    .ranking-img {
        margin-top: 10px;
    }

    .navbar-conteiner {
        margin-bottom: 0px;
    }



    .ranking-item {
        text-align: center
    }

    .navbar-nav .nav-link {
        padding: 5px 10px;
    }

    #main-section {
        text-align: center;
        padding: 0px
    }

    #main-section {
        background: none;
    }

    #main-section img {
        margin-top: 0px
    }

    .archive-overlay {
        opacity: 1;
        padding: 20px;
    }

    .overlay h2 {
        font-size: 1.3rem !important
    }

    .top-item-first .number-position {
        font-size: 60px;
    }

    .top-item-first .number-icon {
        width: 60px;
    }

    .number-position {
        font-size: 40px;
    }

    .number-icon {
        width: 40px;
    }

    .archive-overlay .read-more {
        margin-top: 4px;
    }
}

@media (min-width:601px) and (max-width:750px) {
    #main-section {
        background: none;
    }

    #main-section img {
        margin-top: 0px
    }

}

@media (min-width:700px) and (max-width:900px) {
    #main-section img {
        margin-top: 0px;
    }

    #main-section {
        background-position: center left
    }




}

@media (min-width:901px) and (max-width:1300px) {
    #main-section img {
        margin-top: -200px;
    }

    #main-section {
        background-size: 100% 350px;
    }
}

@media (min-width:901px) and (max-width:991px) {

    .overlay h2 {
        font-size: 0.8rem
    }

    .overlay .readmore {
        margin-top: 0px;
        font-size: 1rem;
    }
}

@media (min-width:768px) and (max-width:800px) {
    .overlay {
        padding: 5px;
        font-size: .8rem
    }

    .overlay h2 {
        font-size: 1rem;
    }

    .overlay .readmore {
        margin-top: 0px;
    }

    .top-item .number {
        left: 5px;
    }
}

/* POPRAWKI */
h4 {
    font-size: 1rem;
}

label {
	width: 100%;
}

.home .search-field, input.search-field {
	width: 100%;
}

.feature ul {
	padding-left: 0;
}

.search-summary .read-more {
	width: max-content;
}

.single-content h3 {
    font-size: 1.5rem;
}

textarea {
    height: 200px;
}

.comment-form .comment-form-cookies-consent label {
    display: initial;
}

.comment-notes {
    font-size: .85rem;
}

#wp-comment-cookies-consent {
    width: max-content;
}

.single-content ul {
    margin: 0px 0 1.5rem 22px;
	list-style: none;
}

.comment-form-captcha label{
    width: 50px;
}
.comment-form-captcha input.comment-captcha {
    width: calc(100% - 50px);
    float: right;
}

.ranking-item {
    padding: 10px;
}

@media (min-width: 800px) and (max-width: 992px) {
	.overlay {
		padding: 5px;
	}
	.overlay-inner h2{
	line-height: 1	
	}
	.overlay h2 a {
		font-size: 0.9rem !important;
	}
	.overlay .readmore {
    font-size: 0.75rem;
    margin-top: 0;
}
}

@media (max-width: 768px) {

     h1.main-section-title {
        font-size: 1.3rem;
    }
    .intro-text {
        font-size: 1.25rem;
    }
    .comment-form label {
        font-size: 0.8rem;
    }
    .comment-form p {
        margin-bottom: .75rem;
    }
    textarea {
        height: 100px;
    }
    .comment-form input {
        width: 100%;
    }

    .feature ul {
        margin-left: 1.5rem;
    }
    .feature ul li {
        font-size: 0.7rem;
        margin-bottom: 5px;
    }
    .feature ul li:after {
        height: 1px;
        width: 15px;
        top: 50%;
    }
    .product-content h3 {
        font-size: 1.2rem;
    }
    .feature h3 {
        font-size: 1rem;
    }
    .tag-holder a {
        font-size: 0.6rem;
    }
    .logo h1 {
        font-size: 1.5rem;
    }
    .logo {
        padding: 0;
    }
    .site-content h3 {
        font-size: 1.25rem;
    }
    .site-content {
        padding-top: 0;
    }
    .small-item-link {
        font-size: 1rem;
    }
}

@media (max-width: 670px) { 
    p {
        font-size: .75rem !important;
    }
    h1 {
        font-size: 1.5rem !important;
    }
    h2 {
        font-size: 1.25rem !important;
    }
    h3 {
        font-size: 1rem !important;
    }
    h4 {
        font-size: .8rem !important;
    }
    .ranking-item .readmore {
        font-size: .85rem;
    }
    .number {
        left: 0;
    }
    .ranking-item.ranking-first .number-icon {
        width: 70px;
    }
    .ranking-item.ranking-first .number-position {
        font-size: 45px;
    }
    .recommended h4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .ranking-item img, .top-item img {
        max-height: 180px;
    }
    .entry-content ol {
        padding: 0;
    }
    .entry-content ol {
        margin: 5px 0;
    }
    .single-content ul {
        padding: 0;
    }
}


@media (max-height: 540px) {
    .product-intro {
        flex-direction: column;
        float: right;
        padding-top: 10px;
        margin-right: 5px;
    }
    .main-img img {
        max-width: 50%;
        margin: auto;
        display: block;
    }
    .product-intro img {
        max-width: 60px;
    }
    p {
        font-size: .85rem !important;
    }
    h1 {
        font-size: 1.25rem !important;
    }
    h2 {
        font-size: 1rem !important;
    }
    h3 {
        font-size: 1rem !important;
    }
    h4 {
        font-size: .75rem !important;
    }
    .ranking-item img {
        max-height: 160px;
    }
    .ranking-item h2 {
        text-align: center;
    }
    .ranking-item .readmore {
        font-size: .75rem;
        float: right;
    }
    .intro-text {
        font-size: 1rem;
    }
    .form-submit .submit {
        font-size: .75rem;
    }
    p.form-submit {
        margin-top: 20px;
    }
    .top-item img {
        max-height: 120px;
    }
    .top-item .number {
        top: 0;
        left: 0;
    }
    .number-icon {
        width: 50px !important;
    }
    .top-item-first .number-position {
        font-size: 30px;
    }
    .number {
        left: 0;
    }
    .ranking-item.ranking-first .number-position {
        font-size: 30px;
    }
    .number-position {
        font-size: 25px;
    }

    .site-header {
        display: flex;
        align-items: baseline;
        padding: 10px 0;
    }
    .navbar-toggler {
        margin: 0 0 0 auto;
    }

}

@media (max-width: 991px) {
    #main-section {
        background-size: cover;
        background-position: center top;
    }
    #primary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-img {
        display: none;
    }

    .number-position {
        font-size: 35px
    }
    .ranking-item.ranking-first .number-position {
        font-size: 45px;
    }
    .number {
        left: 0;
    }
}