/*
Theme Name: NF Theme
Author: Net-Factory
Author URI: https://www.net-factory.pl/
Description: Make your website PRO with Net-Factory. 
Version: 4.2.1
Text Domain: nf
*/


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

body {
    margin: 0;
    background: #fff;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    color: #661812;
    background-color: transparent;
}

a:active,
a:hover {
    color: #661812;
    outline: 0;
    text-decoration: none;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
    color: #333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    clear: both;
    margin-top: 20px;
}

p {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

ol,
ul {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 2rem;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    background: #fff;
}

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

figure {
    margin: 1em 0;
}

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

.container-big {
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.pad30 {
    padding: 3rem 0;
}

.pad80 {
    padding: 5rem 0
}

.pad120 {
    padding: 8rem 0
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.mastheader {
    background: url('https://www.plastus.alte.pl/wp-content/uploads/2019/04/mastheader-bg.jpg') center top;
    background-repeat: no-repeat;
    padding: 10rem 0 2rem 0;
}

.logo {
    height: auto;
}

.logo img {
    max-width: 290px;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #661812;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4.6rem 0 0 0;
    margin: 0 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #b52469;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
    color: #e47509;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 1.5rem 0 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #006c89;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    background: #006c89;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

.dropdown-item:hover {
    background: #4ABD92;
    color: #ffffff;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #4ABD92;
    color: #ffffff;
}

.header-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.zamow-pieczatke {
    text-align: right;
    margin: 4.6rem 0 0 0;
    line-height: 2rem;
    width: 60%;
}

.biuro-serwis {
    text-align: right;
    margin: 4.6rem 0 0 0;
    line-height: 2rem;
    width: 40%;
}

.biuro-serwis a {
    padding: .8rem 1.5rem;
    background: #4ABD92;
    border: 2px solid #4ABD92;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 50px;
    color: #ffffff;
    transition: .2s ease-in-out;
}

.biuro-serwis a:hover {
    background: #e47509;
    border: 2px solid #e47509;
}

.biuro-serwis a .fas {
    padding-left: 1rem;
}


.zamow-pieczatke a {
    padding: .8rem 1.5rem;
    background: #e47509;
    border: 2px solid #e47509;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 50px;
    color: #ffffff;
    transition: .2s ease-in-out;
}

.zamow-pieczatke a:hover {
    background: #4ABD92;
    border: 2px solid #4ABD92;
}

.zamow-pieczatke a .fas {
    padding-left: 1rem;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

body.page-template-homepage #page {}

#slider .item {
    min-height: 700px;
    padding: 6rem 0 15rem 4rem;
}

#slider .item h2 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 4rem;
    color: #661812;
    text-shadow: 6px 0px 0 #eae6e5;
}

#slider .item .txt {
    max-width: 40%;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

#slider .item .txt p:last-child {
    margin-bottom: 2rem
}

#slider .owl-controls {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
}

#slider .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.more {
    line-height: 45px;
    margin-top: 2rem;
}

.more a {
    padding: .8rem 1.5rem;
    background: #661812;
    font-size: .8rem;
    color: #fff;
}

.more a {
    padding: .8rem 1.5rem;
    background: #e47509;
    border: 2px solid #e47509;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    transition: .2s ease-in-out;
    border-radius: 50px;
}

.more a:hover {
    background: #d0255d;
    border: 2px solid #d0255d;
    color: #fff;
}

.more a .fal {
    padding-left: 1rem;
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

#welcome {
    padding: 6rem 0 0 0;
    background: url('https://www.plastus.alte.pl/wp-content/uploads/2019/02/welcome-bg.jpg') center bottom;
    background-repeat: no-repeat;
}

#welcome .box img {
    margin: 0 0 2rem;
    max-width: 220px;
}

#welcome .box h3 {
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #661812;
    letter-spacing: 6px;
}

#welcome .box .desc {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

#welcome .box .desc p:last-child {
    margin: 0;
}

#welcome .box .offer-links {
    margin-top: 2rem;
}

#welcome .box .offer-links ul {
    margin: 0;
    padding: 0 0 0 2rem;
}

#welcome .box .offer-links ul li {
    padding: 0 0 .5rem 0;
    list-style-type: none;
    transition: .2s ease-in-out;
}

#welcome .box .offer-links ul li a {
    color: #333;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s ease-in-out;
}

#welcome .box .offer-links ul li a .fas {
    padding-right: .5rem;
    width: 25px;
    color: #e47509;
}

#welcome .box .offer-links ul li a:hover {
    padding-left: 1rem;
}

#welcome .box .offer-links ul li a::before {}

.covid-alert {
    padding-top: 6rem;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
    background: url('https://www.plastus.alte.pl/wp-content/uploads/2019/05/services-bg.jpg') center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6rem 0;
}

.services-inner {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#295f81+0,4e9eb0+50,295f81+98 */
    background: #295f81;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #295f81 0%, #4e9eb0 50%, #295f81 98%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #295f81 0%, #4e9eb0 50%, #295f81 98%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #295f81 0%, #4e9eb0 50%, #295f81 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#295f81', endColorstr='#295f81', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 3rem;
    box-shadow: 0 10px 10px rgb(0, 0, 0, 0.07)
}

.services .box {
    text-align: center;
    margin: 0 0 2rem 0;
}

.services .box .ico img {
    max-width: 146px;
    margin: 0 auto;
    transition: .2s ease-in-out;
}

.services .box .ico img:hover {
    opacity: 0.8
}

.services .box h2 {
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
}

.services .box h2 a {
    color: #fff;
    transition: .2s ease-in-out;
}

.services .box h2 a:hover {
    color: #d2d2d2
}

.services .opis {
    letter-spacing: 1px;
    font-size: .9rem;
    color: #d8d8d8;
}

.special {
    padding: 2rem;
    background: #fff;
}

.special {
    background: url('https://www.plastus.alte.pl/wp-content/uploads/2019/02/sidebar-kork.png') center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/*--------------------------------------------------------------
# Panoramy
--------------------------------------------------------------*/

.panoramy {
    background: #4ABD92;
    padding: 0 0 6rem 0;
}

.panoramy img {
    box-shadow: 0 10px 10px rgb(0, 0, 0, 0.07);
    transition: .2s ease-in-out;
}

.panoramy img:hover {
    box-shadow: 0 10px 15px rgb(0, 0, 0, 0.14)
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.page-title .inner {
    background: url('https://www.plastus.alte.pl/wp-content/uploads/2019/06/page-title.jpg') center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0
}

.page-title h1 {
    margin: 0;
    color: #5c140e;
    font-size: 2rem;
    font-weight: 900;
}

.page-wrapper {
    margin: 0 0 0rem 0;
    background: url(https://www.plastus.alte.pl/wp-content/uploads/2019/05/services-bg.jpg) center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
}

.page-wrapper .entry-page {
    background: #fff;
    padding: 6rem 0;
}

.page-wrapper .entry-page .entry-content {}

.page-wrapper .entry-page .entry-content a {
    font-weight: 700;
}

.page-wrapper .entry-page .entry-content iframe {
    border: none
}

.page-wrapper .entry-page .entry-content h2 {
    margin: 2rem 0 0rem;
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
}

.page-wrapper .entry-page .entry-content h3 {
    margin: 2rem 0 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
}

.page-wrapper .entry-page .entry-content h2::after {
    display: block;
    content: "";
    width: 75px;
    height: 2px;
    background: #006d8a;
    margin: 1rem 0 2rem 0;
}

.page-wrapper .entry-page .entry-content h2:first-child {
    margin-top: 0px;
}

.page-wrapper .entry-page .entry-content p {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 2rem;
}

.page-wrapper .entry-page .entry-content p.pieczatka-p {
    background-color: #006d8a;
    max-width: 50%;
}

.page-wrapper .entry-page .entry-content p:last-child {
    margin: 0
}

.page-wrapper .entry-page .entry-content ul {
    margin: 0 0 3rem 0;
}

.page-wrapper .entry-page .entry-content ul li {
    list-style-type: none;
    line-height: 3rem;
}

.page-wrapper .entry-page .entry-content ul li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
    color: #e5740a;
    padding-right: .5rem;
    transition: .2s ease-in-out;
}

.page-wrapper .entry-page .entry-content ul.wp-block-gallery li::before {
    content: none;
}

.page-wrapper .entry-page .entry-content ul li:hover::before {
    padding-left: 1rem;
    padding-right: .5rem;
}

.page-wrapper-archive h2 {
    margin: 2rem 0 2rem 0;
    font-weight: 700;
    font-size: 1.4rem;
}

/*--------------------------------------------------------------
# nggallery 
--------------------------------------------------------------*/

.ngg-galleryoverview {
    overflow: hidden;
    margin-top: 0px;
    width: 100%;
    clear: both;
    display: block !important;
}

.ngg-gallery-thumbnail a {
    display: block;
    margin: 0px;
    border: none;
    box-shadow: none;
}

.ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100% !important;
    background-color: transparent;
    border: 0px solid transparent;
    margin-right: 1rem;
    margin: 1rem;
}

.ngg-gallery-thumbnail img {
    transition: .2s ease-in-out;
}

.ngg-gallery-thumbnail img:hover {
    opacity: 0.8
}


/*--------------------------------------------------------------
# forms
--------------------------------------------------------------*/

label {
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
}

input {
    width: 100%;
    border-radius: 0;
}

label {
    width: auto;
    border-radius: 0;
}

select.form-control:not([size]):not([multiple]) {
    margin: 0 0 1rem;
    padding: .6rem 1rem;
    background: #eee;
    border: 1px solid #eee;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px);
}

textarea,
.form-control {
    width: 100%;
    background: #eee;
    border: 1px solid #eee;
    padding: .6rem 1rem;
}

input[type="checkbox"] {
    width: auto;
}

input[type="submit"] {
    width: auto;
    margin-top: 3rem;
}

input[type="submit"]:hover {}

div.wpcf7-response-output {
    margin: 2rem 0 0 0;
    padding: 2rem;
    font-size: 1rem;
    text-align: center;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}


/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/

.widget {
    margin-bottom: 2rem;
}

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

.widget_search .search-form input[type="submit"] {}

.nav > li > a:focus,
.nav > li > a:hover {}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
body.page-id-13 #footer-widget {
    display: none;
}

#footer-widget {
    padding: 6rem 0 0 0;
    background: url('https://www.plastus.alte.pl/wp-content/uploads/2019/02/footer-bg.jpg') center top;
    background-repeat: no-repeat;
}

.footer-widget-inner {
    background: rgba(244, 244, 244, 0.85);
    padding: 3rem;
}

#footer-widget h3 {
    margin: 0 0 2rem;
    font-weight: 700;
    color: #661812;
}

#footer-widget p {}

#footer-widget .widget {
    margin-bottom: 0;
}

footer#colophon {
    background: transparent;
    color: #888;
    padding: 3rem 0;
}

.footer-credits {
    margin-bottom: 0;
    text-align: left;
}

.footer-logo img {
    max-width: 100px;
}

.footer-logo {
    text-align: center
}

.footer-author {
    text-align: right;
}

.footer-credits a,
footer#colophon a,
.footer-author a {
    font-weight: 700;
}

.footer-credits a:hover,
footer#colophon a:hover,
.footer-author a:hover {}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
}

.sticky {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px #ccc;
    padding: 2rem;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 10px;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 18px;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 9px 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

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


/*--------------------------------------------------------------
## 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 {}

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


/*--------------------------------------------------------------
## Others
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 133px !important;
}

.variations_form .variations .value > select {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}

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

.navigation.post-navigation {
    padding-top: 30px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " →";
}

.post-navigation .nav-previous a::before {
    content: "← ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    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;
    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;
}
