/*!
Theme Name: CurriculumVitae
Theme URI: http://asphaltthemes.com/curriculumvitae
Author: Asphalt Themes
Author URI: https://twitter.com/AshiqKiron
Description: Professional WordPress CV theme, CurriculamVitae comes with Full width layout, easy Logo upload. Resumee is 100% responsive built with HTML5 and CSS3, it is SEO friendly, mobile optimized and retina ready, thoroughly tested by WordPress coding standard has clean and a bloat free code, you can flesh out free CV, CurriculamVitae or resume website. The best free WordPress CV theme 2018.
Version: 0.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: curriculumvitae
Tags: education, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, three-columns, right-sidebar, flexible-header, custom-colors, custom-header, editor-style, featured-image-header, footer-widgets, full-width-template, theme-options, blog, portfolio

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.

CurriculumVitae 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
--------------------------------------------------------------*/

/**************************************************
 Frontpage Widgets  
 **************************************************/

/*--------------------------------------------------------------
# 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;
    line-height: 1.5em;
}

/**
 * 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 {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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: "Lato", sans-serif;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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: 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: 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 {
    -webkit-box-sizing: border-box;
    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/ */
    -webkit-box-sizing: inherit;
    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, .8);
    font-size: 12px;
    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;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.main-navigation ul li:hover ul {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #eee;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    padding: 5% 2%;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.main-navigation ul ul a {
    width: 200px;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid transparent;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.main-navigation li {
    float: left;
    position: relative;
    font-size: 13px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.main-navigation li ul li {
    padding: 3% 2%;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    border-bottom: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    display: none;
}

.menu-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%;
}

.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .3em 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(93, 187, 97, .05882);
}

.site-header .site-branding {
    max-width: 30%;
}

.site-header .site-branding a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

.site-header .site-branding p,
.site-header .site-branding h1 {
    margin: 10px auto;
    font-size: 15px;
}

.site-header .main-navigation {
    max-width: 60%;
    margin-left: auto;
}

.site-header .main-navigation li {
    padding: 10px;
}

.site-header .main-navigation a {
    color: #333;
    -webkit-transition: .6s ease all;
    transition: .6s ease all;
    border-bottom: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-header .main-navigation a:hover {
    opacity: .5;
    -webkit-transition: .6s ease all;
    transition: .6s ease all;
    border-bottom: 1px solid #4CAF50;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
    .site-header {
        display: block;
    }
    .main-navigation {
        max-width: 100%;
        width: 100%;
    }
    .main-navigation ul {
        display: none;
        -webkit-box-ordinal-group: 223;
        -ms-flex-order: 222;
        order: 222;
        max-width: 100%;
        width: 100%;
        order: 222;
    }
    .site-header .site-branding {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .site-header .main-navigation {
        max-width: 100%;
    }
    .menu-toggle {
        display: block;
        text-align: center;
        margin: 0 auto;
        background-color: #4CAF50;
        padding: 15px 30px;
        margin: 15px auto;
        color: #fff;
        -webkit-transition: .6s ease all;
        transition: .6s ease all;
        letter-spacing: 1px;
        border: none;
        border-radius: 1px;
        font-size: 15px;
    }
    .menu-toggle:hover {
        -webkit-transition: .6s ease all;
        transition: .6s ease all;
        opacity: .7;
    }
}

/*--------------------------------------------------------------
# frontpage
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Introduction layouts
--------------------------------------------------------------*/

.intro {
    text-align: center;
}

.intro .wrap {
    padding: 2% 0;
}

.intro img {
    height: 300px;
    width: 250px;
    border: 5px solid #f4fbf6;
}

.intro h2 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 10px;
}

.intro p {
    margin: 5px auto auto;
    color: #111;
}

/*--------------------------------------------------------------
## education layouts
--------------------------------------------------------------*/

.space {
    padding-top: 80px;
}

.education {
    padding: 0% 15%;
    overflow: hidden;
    line-height: 1.5em;
    font-size: 13px;
}

.education .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 5%;
    background-color: rgba(93, 187, 97, 0.05882);
}

.education .one h3 {
    font-size: 5.3em;
    font-weight: 100;
    margin-bottom: 10px;
}

.education .one h3::after {
    content: "_____________";
    color: #333;
    margin-left: 10px;
    vertical-align: super;
}

.education .one p {
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 300;
}

.education .two {
    border-left: 2px solid #333;
    padding-left: 5%;
    overflow: hidden;
    padding-bottom: 2%;
}

.education .two .text,
.education .two h3 {
    font-size: 13px;
}

.education .two .first {
    padding: 2% 0 5%;
}

.education .two p {
    font-size: 13px;
    margin: 5px auto;
}

.education .two a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.education .two a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

/*--------------------------------------------------------------
## blog 
--------------------------------------------------------------*/

.blog1 {
    padding: 0% 15%;
    overflow: hidden;
    line-height: 1.5em;
    font-size: 13px;
}

.blog1 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 5%;
    background-color: rgba(93, 187, 97, 0.05882);
}

.blog1 .one h3 {
    font-size: 5.3em;
    font-weight: 100;
    margin-bottom: 10px;
}

.blog1 .one h3::after {
    content: "_____________";
    color: #333;
    margin-left: 10px;
    vertical-align: super;
}

.blog1 .one p {
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 300;
}

.blog1 .two {
    border-left: 2px solid #333;
    padding-left: 5%;
    overflow: hidden;
    padding-bottom: 2%;
}

.blog1 .two .text,
.blog1 .two h3 {
    font-size: 13px;
}

.blog1 .two .first {
    padding: 2% 0 5%;
}

.blog1 .two .first .last {
    float: right;
}

.blog1 .two .kontact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog1 .two p {
    font-size: 13px;
    margin: 15px 10px;
    padding: 20px;
}

.blog1 .two .articleWrapper {
    margin: 30px 0;
}

.blog1 .two .date {
    margin: 10px 0;
    font-size: 12px;
    color: #9E9E9E;
}

.blog1 .two a {
    text-decoration: none;
    background-color: transparent;
    color: #000;
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.blog1 .two a:hover {
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
    color: #009688;
    border-bottom: 1px solid #000;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
    .blog1 {
        padding: 0% 5%;
        overflow: hidden;
    }
    .blog1 .wrap {
        display: block;
        padding: 2% 5%;
        background-color: rgba(93, 187, 97, 0.05882);
    }
    .blog1 .two {
        border-left: 2px solid #333;
        padding-left: 10%;
        overflow: hidden;
        padding-bottom: 2%;
    }
    .blog1 .two .text,
    .blog1 .two h3,
    .blog1 .two p {
        font-size: 13px;
    }
    .blog1 .two h3::after {
        content: "" !important;
        color: #333;
        margin-left: 0;
        vertical-align: super;
        display: none !important;
    }
    .blog1 .one h3 {
        font-size: 3em;
        font-weight: 300;
        margin-bottom: 0;
        padding-top: 10%;
        margin-top: 0;
        padding-bottom: 5%;
        text-align: center;
        overflow: hidden;
    }
    .blog1 .space {
        display: none;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1500px) {
    .blog1 {
        padding: 0% 15%;
        overflow: hidden;
        line-height: 1.5em;
        font-size: 13px;
    }
    .blog1 .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 5%;
        background-color: rgba(93, 187, 97, 0.05882);
    }
    .blog1 .two {
        border-left: 2px solid #333;
        padding-left: 5%;
        overflow: hidden;
        padding-bottom: 2%;
    }
    .blog1 .two .text,
    .blog1 .two p,
    .blog1 .two h3 {
        font-size: 13px;
    }
    .blog1 .one h3 {
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .blog1 .one h3::after {
        content: "_______________";
        color: #333;
        margin-left: 10px;
        vertical-align: super;
    }
    .blog1 .one p {
        font-size: 20px;
        letter-spacing: 5px;
        font-weight: 300;
    }
    .blog1 .space {
        padding-top: 40px;
    }
}

/*--------------------------------------------------------------
# Pages & Posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Post page
--------------------------------------------------------------*/

.post_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 10%;
    font-size: 16px;
}

.post_wrapper p {
    font-size: .9em;
}

.post_wrapper a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.post_wrapper a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.post_wrapper .alignnone {
    border-bottom: none;
}

.post_wrapper .alignnone:hover {
    border-bottom: none;
}

.post_wrapper table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

.post_wrapper th,
.post_wrapper td {
    border: 1px solid #eee;
    padding: .5%;
}

.post_wrapper button,
.post_wrapper input[type="button"],
.post_wrapper input[type="reset"],
.post_wrapper input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #333;
    cursor: pointer;
}

.post_wrapper button:hover,
.post_wrapper input[type="button"]:hover,
.post_wrapper input[type="reset"]:hover,
.post_wrapper input[type="submit"]:hover {
    border: 1px solid #333;
    color: #333;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    background-color: transparent;
}

.post_wrapper .entry-header {
    max-width: 30%;
    padding-right: 5%;
    min-width: 30%;
}

.post_wrapper .entry-header .entry-meta,
.post_wrapper .entry-header .entry-footer,
.post_wrapper .entry-header .byline {
    font-size: 13px;
}

.post_wrapper .entry-header .entry-meta a,
.post_wrapper .entry-header .entry-footer a,
.post_wrapper .entry-header .byline a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.post_wrapper .entry-header .entry-meta a:hover,
.post_wrapper .entry-header .entry-footer a:hover,
.post_wrapper .entry-header .byline a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.post_wrapper .entry-header h1 {
    font-size: 1.8em;
}

.post_wrapper .post-content {
    max-width: 65%;
    text-align: right;
}

.post-navigation {
    padding: 5% 10%;
}

.post-navigation a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.post-navigation a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    border: 1px solid #333;
    padding: 2%;
}

.post-navigation .nav-previous::before {
    content: '<---  ';
}

.post-navigation .nav-next::after {
    content: '  --->';
}

.gallery-item a {
    border-bottom: none;
}

.gallery-item a:hover {
    border-bottom: none;
}

.comments-area {
    padding: 0 10%;
    font-size: 13px;
}

.comments-area a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.comments-area a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.comments-area .edit-link {
    padding-left: 10px;
}

.comments-area .comment-body {
    padding: 1% 0;
}

.comments-area #submit {
    background-color: #333;
    color: #fff;
    float: right;
    padding: 20px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #333;
    cursor: pointer;
}

.comments-area #submit:hover {
    border: 1px solid #333;
    color: #333;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    background-color: transparent;
}

@media screen and (min-width: 320px) and (max-width: 1100px) {
    .post_wrapper {
        display: block;
    }
    .post_wrapper .entry-header,
    .post_wrapper .post-content {
        width: 100%;
        max-width: 100%;
        padding: 6% 0;
    }
}

/*--------------------------------------------------------------
## Archive page
--------------------------------------------------------------*/

.archive .page-header {
    text-align: center;
}

.archive a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.archive a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.archive .post-thumbnail {
    border-bottom: none;
}

.archive .post-thumbnail:hover {
    border-bottom: none;
}

.archive .post-edit-link {
    padding-left: 10px;
}

.posts-navigation {
    padding: 5% 10%;
}

.posts-navigation a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.posts-navigation a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
    border: 1px solid #333;
    padding: 2%;
}

.posts-navigation .nav-previous::before {
    content: '<---  ';
}

.posts-navigation .nav-next::after {
    content: '  --->';
}

/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/

.home .post_wrapper .post-thumbnail {
    border-bottom: none;
}

.home .post_wrapper .post-thumbnail:hover {
    border-bottom: none;
}

.post-edit-link {
    padding-left: 10px;
}

.home p,
.home li {
    font-size: .9em;
}

/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/

.blog_page {
    overflow: hidden;
}

.blog_page .blog-header {
    text-align: center;
}

.blog_page .blog-header a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.blog_page .blog-header a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.blog_page .posts-content .post-thumbnail {
    opacity: 1;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.blog_page .posts-content .post-thumbnail:hover {
    opacity: .8;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
}

.blog_pagination {
    padding: 5% 5%;
}

.blog_pagination a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.blog_pagination a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.blog_pagination a {
    border: 1px solid #333;
    padding: 2%;
}

.blog_pagination a:nth-child(1)::before {
    content: '<---  ';
}

.blog_pagination a:nth-child(1) {
    float: left;
}

.blog_pagination a:nth-child(2) {
    float: right;
}

.blog_pagination a:nth-child(2)::after {
    content: '  --->';
}

.clearfix {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (min-width: 320px) and (max-width: 1100px) {
    .blog_page .blog_wrap {
        display: block;
    }
    .blog_page .other {
        width: 100%;
        padding: 5% 10%;
    }
}

/*--------------------------------------------------------------
## Search page
--------------------------------------------------------------*/

.no-results {
    text-align: center;
    font-size: 16px;
}

.no-results .page-title {
    font-size: 3em;
}

.no-results button,
.no-results input[type="button"],
.no-results input[type="reset"],
.no-results input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 14px 20px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #333;
    cursor: pointer;
}

.no-results button:hover,
.no-results input[type="button"]:hover,
.no-results input[type="reset"]:hover,
.no-results input[type="submit"]:hover {
    border: 1px solid #333;
    color: #333;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    background-color: transparent;
}

.no-results input[type="search"] {
    padding: .5em 2%;
    vertical-align: middle;
}

/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/

.error-404 {
    max-width: 100%;
    padding: 5% 10%;
}

.error-404 .page-header {
    text-align: center;
}

.error-404 .error-info,
.error-404 form {
    text-align: center;
}

.error-404 form {
    padding: 0 0 10% 0;
}

.error-404 button,
.error-404 input[type="button"],
.error-404 input[type="reset"],
.error-404 input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 14px 20px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #333;
    cursor: pointer;
}

.error-404 button:hover,
.error-404 input[type="button"]:hover,
.error-404 input[type="reset"]:hover,
.error-404 input[type="submit"]:hover {
    border: 1px solid #333;
    color: #333;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    background-color: transparent;
}

.error-404 input[type="search"] {
    padding: .5em 2%;
    vertical-align: middle;
}

.error-404 .widget {
    float: left;
    width: 25%;
    max-width: 100%;
    padding: 0 2.5%;
}

.error-404 a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.error-404 a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.error-404 ul {
    margin: 0;
    padding: 0;
}

.error-404 button,
.error-404 input[type="button"],
.error-404 input[type="reset"],
.error-404 input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 14px 20px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #333;
    cursor: pointer;
}

.error-404 button:hover,
.error-404 input[type="button"]:hover,
.error-404 input[type="reset"]:hover,
.error-404 input[type="submit"]:hover {
    border: 1px solid #333;
    color: #333;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    background-color: transparent;
}

@media screen and (min-width: 320px) and (max-width: 800px) {
    .error-404 .widget {
        float: none;
        width: 100%;
        padding: 0 2%;
    }
}

/*--------------------------------------------------------------
## page page
--------------------------------------------------------------*/

.default-page-template {
    padding: 5% 10%;
    font-size: 13px;
}

.default-page-template .entry-header {
    text-align: center;
    font-size: 2em;
}

.default-page-template a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.default-page-template a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.content_only_page {
    padding: 5% 10%;
    font-size: 13px;
}

.content_only_page .entry-header {
    text-align: center;
    font-size: 2em;
}

.content_only_page a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.content_only_page a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.fullwidth_condensed_page {
    padding: 5% 25%;
    font-size: 13px;
}

.fullwidth_condensed_page .entry-header {
    text-align: center;
    font-size: 2em;
}

.fullwidth_condensed_page a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.fullwidth_condensed_page a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .fullwidth_condensed_page {
        padding: 5% 15%;
    }
}

.header_only_page .entry-header {
    text-align: center;
    font-size: 2em;
}

.left_sidebar_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 10%;
    font-size: 13px;
}

.left_sidebar_page .leftpage_sidebar_widget {
    max-width: 25%;
    padding-right: 5%;
}

.left_sidebar_page a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.left_sidebar_page a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.left_sidebar_page ul {
    margin: 0;
    padding: 0;
}

.left_sidebar_page button,
.left_sidebar_page input[type="button"],
.left_sidebar_page input[type="reset"],
.left_sidebar_page input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #333;
    cursor: pointer;
}

.left_sidebar_page button:hover,
.left_sidebar_page input[type="button"]:hover,
.left_sidebar_page input[type="reset"]:hover,
.left_sidebar_page input[type="submit"]:hover {
    border: 1px solid #333;
    color: #333;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    background-color: transparent;
}

@media screen and (min-width: 320px) and (max-width: 800px) {
    .left_sidebar_page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5% 10%;
    }
    .left_sidebar_page .leftpage_sidebar_widget {
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.right_sidebar_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
    font-size: 13px;
}

.right_sidebar_page .rightpage_sidebar_widget {
    max-width: 25%;
    padding-left: 5%;
}

.right_sidebar_page article {
    max-width: 70%;
}

.right_sidebar_page a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.right_sidebar_page a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.right_sidebar_page ul {
    margin: 0;
    padding: 0;
}

.right_sidebar_page button,
.right_sidebar_page input[type="button"],
.right_sidebar_page input[type="reset"],
.right_sidebar_page input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #333;
    cursor: pointer;
}

.right_sidebar_page button:hover,
.right_sidebar_page input[type="button"]:hover,
.right_sidebar_page input[type="reset"]:hover,
.right_sidebar_page input[type="submit"]:hover {
    border: 1px solid #333;
    color: #333;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    background-color: transparent;
}

@media screen and (min-width: 320px) and (max-width: 800px) {
    .right_sidebar_page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5% 10%;
    }
    .right_sidebar_page article {
        max-width: 100%;
    }
    .right_sidebar_page .rightpage_sidebar_widget {
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    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: 0em;
    font-size: 13px;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.footer-widget {
    max-width: 100%;
}

.footer-widget .widget {
    float: left;
    width: 25%;
    max-width: 100%;
    padding: 5%;
}

.footer-widget .widget:nth-child(1) {
    padding-left: 10%;
}

.footer-widget a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.footer-widget a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget button,
.footer-widget input[type="button"],
.footer-widget input[type="reset"],
.footer-widget input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #333;
    cursor: pointer;
}

.footer-widget button:hover,
.footer-widget input[type="button"]:hover,
.footer-widget input[type="reset"]:hover,
.footer-widget input[type="submit"]:hover {
    border: 1px solid #333;
    color: #333;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    background-color: transparent;
}

@media screen and (min-width: 320px) and (max-width: 800px) {
    .footer-widget .widget {
        float: none;
        width: 100%;
        padding: 0 2%;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.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;
}

.site-footer {
    text-align: center;
}

.site-footer a {
    text-decoration: none;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #333;
    border-bottom: 1px solid #eee;
}

.site-footer a:hover {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}

/*--------------------------------------------------------------
## 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;
}

.totop {
    padding: 10px;
    display: none;
    background: rgba(51, 51, 51, .05);
    font-weight: bold;
    color: black;
    position: fixed;
    height: 40px;
    width: 40px !important;
    bottom: 50px !important;
    right: 20px;
    border: 1px solid rgba(51, 51, 51, .1);
    -webkit-transition: 0.7s ease all;
    transition: 0.7s ease all;
}

.totop:hover {
    color: #333;
    -webkit-transition: 0.7s ease all;
    transition: 0.7s ease all;
    background-color: #fff;
    border: 1px solid #555;
}