/*
Theme Name: Sylver
Theme URI: http://litmotion.net/demo/sylver
Description: Responsive WordPress Theme for Blogging
Author: litMotion Templates
Author URI: http://litmotion.net/
Version: 1.4
License: Themeforest License
License URI: http://themeforest.net/licenses
Text Domain: sylver
*/

/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>> TABLE OF CONTENTS:
----------------------------------------------------------------

#1 - WordPress General Styles
        - Accesibilty
        - Alignments
        - Clearings
        - Posts and pages
        - Comments
        - Media

#2 - Custom CSS
        - Header
        - Content
        - Featured Boxes
        - Posts
        - Grid
        - Page Navigation
        - Sidebar
        - Custom Widgets
        - Instagram Sidebar
        - Single
        - Single Media Format
        - Posts Navigation
        - Comments
        - Page
        - Archive
        - 404
        - Content-none
        - Footer
        - Instagram Footer
        - Contactform 7
        - Back on Top
        - WooCommerce

#3 - Responsive


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



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

#1 - WordPress General Styles

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

/*---------------
# Accessibility
----------------*/
/* Text meant only for screen readers. */

#adrotate_widgets-4 {
    margin: 0 auto;
    TEXT-ALIGN: CENTER;
}
.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;
}



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

.sticky {
	display: block;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
    margin-bottom: 30px;

}

.page-links {
    clear: both;
    margin: 0 0 1.5em 20px;
    padding-top: 16px;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #d8d7d7;
    text-transform: uppercase;
}

.page-links a {
    font-family: 'Roboto' !important;
    font-size: 14px !important;
}



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

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

.bypostauthor {
	display: block;
}

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



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



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

#2 - Custom CSS

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

body {
    margin: 0;
	background:#fff;
	color: #333;
    font-family: 'Roboto' !important;
	font-size: 14px;
    overflow-x: hidden;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}


p {
    margin: 0;
}



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

header {
    padding-top: 95px;
    z-index: 1;
		min-height: 260px;
    width: 100%;
    text-align: center;
}

#header-wrapper {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.bigmenu {
    padding-top: 30px;
    padding-left: 0;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    text-align: center;
	float: right;
}

.bigmenu li {
    display: inline-block;
    margin: 2px 15px 2px 15px;
}

.socialicon a {
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #262626;
    color: #ffffff;
    border-radius: 50%;
    vertical-align: 17px;
    transition: 0.5s;
}

.socialicon li {
	margin: 2px 48px 2px 48px;
}

.logo {
    display: inline-block;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999999px;
	float: left;
}

.logo h1 {
    margin: 0;
    height: 100%;
    font-size: 130px;
}

.description {
		padding-bottom: 40px;
    color: #959595;
    font-family: 'Roboto';
    font-size: 11px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.cart-icon {
    color: #777;
    font-size: 18px !important;
}

/*---------------
# Content
----------------*/

.belowheader {
    margin-top: 0;
    margin-bottom: 127px;
}

.belowheader-single {
    margin-top: -52px;
    margin-bottom: 20px;
}

.content {
    width: 845px;
}



/*---------------
# Featured Boxes
----------------*/

.featured-boxes {
    margin-bottom: 75px;
    margin-left: 0px;
}

.featured-box {
    float: left;
    height: 122px;
    width: 194px;
    margin-right: 33px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    transition: 0.5s;
}

.featured-box:last-child {
    margin-right: 0px;
    margin-left: 2px;
}

.featured-box p {
    max-width: 78%;
    margin: 55% auto 0;
    padding: 7px 10px 7px 10px;
    background: #fff;
    font-size: 11px;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 7px;
    box-shadow: -1px 2px 63px 0px rgba(0,0,0,0.29);
    transition: 0.5s;
}

.featured-box p a {
    color: #333;
}

.featured-box p a:hover,
.featured-box p a:focus {
    color: white;
    text-decoration: none;
}



/*---------------
# Posts
----------------*/

.posts {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

.posts-grid {
    width: 100%;
    margin-top: 20px;
}

.post-even {
    margin-bottom: 65px;
}

.post-uneven {
    margin-bottom: 60px;
}

.classic {
    margin-top: 15px;
}

.post-classic {
    margin-bottom: 55px;
}

.post-classic:nth-of-type(1) {
    margin-top: 10px;
    margin-bottom: 55px
}

.post-thumbnail-zone {
    height: 300px !important;
    padding: 0 !important;
}

.post-thumbnail-zone:nth-child(even) {
    margin-top: 25px;
    margin-bottom: 35px;
}

.attachment-post-thumbnail {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 23px 55px -22px rgba(0,0,0,0.6);
    transition: 0.5s;
}

.attachment-post-thumbnail:hover {
    margin-top: 5px;
    filter: saturate(1.5);
    box-shadow: none;
    transition: 0.5s;
}

.attachment-post-thumbnail-classic {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    object-fit: cover;
    border-radius: 5px;
}

.attachment-post-thumbnail-grid {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 24px 29px -22px rgba(0,0,0,0.4);
    transition: 0.5s;
}

.attachment-post-thumbnail-grid:hover {
    margin-top: 5px;
    filter: saturate(1.5);
    box-shadow: none;
    transition: 0.5s;
}

.post-text-zone a {
    transition: 0.2s;
}

.post-text-zone a:hover,
.post-text-zone a:focus {
    color: black;
    text-decoration: none;
}

.post-text-zone h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    word-wrap: break-word;
}

.post-text-zone h2 a {
    color: #262626;
    text-decoration: none;
    transition: 0.2s;
}

.post-text-zone h2 a:hover,
.post-text-zone h2 a:focus {
    color: #151515;
    text-decoration: none;
}

.post-text-zone h3 {
    margin: 14px 0 0 0;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #6e6e6e;
}

.post-text-zone h3 a {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 13px;
    color: #6e6e6e;
    text-decoration: none;
    border-left: 1px solid #e0e0e0;
}

.post-text-zone h3 a:first-child {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
}

.post-text-zone h4 {
    margin-bottom: 20px;
    color: #9f9f9f;
    font-family: 'Roboto';
    font-size: 16px;
    text-align: center;
}

.post-text-zone p {
    color: rgba(65, 65, 65, 0.8);
    font-family: 'Roboto';
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.white-overlay {
    position: relative;
    display: table;
    float: right;
    width: 110px;
    margin: -70px -6px -6px -6px;
    padding: 0px 10px 0px 10px;
    background-color: #ffffff;
    box-shadow: 6px 23px 78px -36px rgba(0, 0, 0, 0.50);
}

.white-overlay-reverse {
    position: relative;
    display: table;
    width: 110px;
    height: 110px;
    margin: -310px -7px -7px -7px;
    padding: 0px 10px 0px 10px;
    padding: 0px 5px 0px 5px;
    background-color: #ffffff;
    box-shadow: 6px 23px 80px -10px rgba(0, 0, 0, 0.50);
}

.overlay-text {
    display: table-cell;
    vertical-align: middle;
}

.overlay-text a {
    transition: 0.2s;
    color: #262626;
    text-decoration: none;
}

.overlay-text a:hover,
.overlay-text a:focus {
    color: black;
    text-decoration: none;
    transition: 0.2s;
}

.overlay-text hr {
    margin-top: 9px;
    margin-bottom: 9px;
    height: 1px;
    width: 60px;
    color: #b0b0b0;
}

.overlay-text-first-row {
    margin-top: 7px;
    text-align: center;
}

.overlay-text-first-row p {
    display: block !important;
    font-family: 'Roboto';
    font-size: 13px;
    text-align: center;
}

.overlay-text-first-row h6 {
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 13px;
}

.overlay-text-second-row {
    text-align: center;
}

.overlay-text-second-row p {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 14px;
    text-align: center;
}

.overlay-text-second-row h6 {
    display: inline;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 13px;
    text-align: center;
}

.overlay-text h6 a {
    color: #262626;
    text-decoration: none;
}

.classic-hr {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.readmore-classic-button a {
    display: block;
    width: 152px;
    padding: 10px 20px;
    margin: 20px auto 0 auto;
    color: #333;
    background-color: white;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid rgba(38, 38, 38, 0.12);
    border-radius: 38px;
    transition: 0.3s;
}

.readmore-classic-button a:hover,
.readmore-classic-button a:focus {
    color: #262626;
    background-color: #f7f7f7;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid white;
    transition: 0.3s;
}

.nothumbnail-meta {
    color: rgba(38, 38, 38, 0.48) !important;
    text-align: right !important;
    font-family: 'Roboto' !important;
    font-size: 14px !important;
}

.nothumbnail-meta a {
    font-weight: 600;
    color: #6e6e6e;
}

.nothumbnail-meta-comments {
    border-left: 1px solid lightgray;
    padding-left: 10px;
    margin-left: 10px;
}

/*---------------
# Grid
----------------*/

.post-grid {
    height: 100%;
    margin-left: 0;
    margin-bottom: 45px;
}

.grid-element {
    height: 100%;
}

.grid-element:nth-child(odd) {
    clear: both;
}

.post-text-zone-grid a {
    transition: 0.2s;
}

.post-text-zone-grid a:hover,
.post-text-zone-grid a:focus {
    color: black;
    text-decoration: none;
}

.post-text-zone-grid h2 {
    margin: 0px 0 15px 0;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
    word-wrap: break-word;
}

.post-text-zone-grid h2 a {
    color: #262626;
    text-decoration: none;
    transition: 0.2s;
}

.post-text-zone-grid h2 a:hover,
.post-text-zone-grid h2 a:focus {
    color: #151515;
    text-decoration: none;
}

.post-text-zone-grid h3 {
    margin: 30px 0 0 0;
    color: #6e6e6e;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.post-text-zone-grid h3 a {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 13px;
    color: #6e6e6e;
    text-decoration: none;
    border-left: 1px solid #e0e0e0;
}

.post-text-zone-grid h3 a:first-child {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
}

.post-text-zone-grid h4 {
    margin-bottom: 20px;
    color: #9f9f9f;
    font-family: 'Roboto';
    font-size: 16px;
    text-align: center;
}

.post-text-zone-grid p {
    padding: 5px 15px;
    color: rgba(65, 65, 65, 0.8);
    font-family: 'Roboto';
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.post-thumbnail-zone-grid {
    height: 240px !important;
    padding: 0 !important;
}

.white-overlay-grid {
    position: relative;
    display: table;
    float: right;
    margin: -60px -13px -13px -13px;
    padding: 0px 5px 0px 5px;
    background-color: #ffffff;
}

.overlay-text-grid hr {
    height: 1px;
    width: 60px;
    margin: 6px 20px 6px 20px !important;
    color: #b0b0b0;
}

.overlay-text-first-row {
    margin-top: 10px;
    text-align: center;
}

.overlay-text-second-row {
    text-align: center;
}

.overlay-text-grid p {
    display: inline;
    margin: 0;
    font-family: 'Roboto';
    font-size: 13px;
    text-align: center;
}

.overlay-text-grid h6 {
    display: inline;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 11px;
    text-align: center;
}

.overlay-text-grid h6 a {
    color: #262626;
    text-decoration: none;
}

.overlay-text-grid a {
    color: #262626;
    text-decoration: none;
    transition: 0.2s;
}

.overlay-text-grid a:hover,
.overlay-text-grid a:focus {
    color: black;
    text-decoration: none;
    transition: 0.2s;
}



/*---------------
# Page Navigation
----------------*/

.numbered-pages-navi {
    float: right;
    padding: 0 !important;
    margin: 0;
    color: #262626;
    text-align: right;
    border-top: 2px solid #efefef;
}

.numbered-pages-navi a {
    display: inline-block;
    padding: 9px 15px;
    margin: 10px 0 0 10px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    background-clip: padding-box;
    border-radius: 50%;
    transition: 0.3s;
}

.numbered-pages-navi a:focus {
    color: #262626;
}

.page-active {
    background: #262626;
    color: white !important;
    box-shadow: 0px 23px 43px -7px rgba(0,0,0,0.7);
}

.numbered-pages-navi p {
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 9px 15px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    background-clip: padding-box;
    border-radius: 50%;
    transition: 0.3s;
}

.numbered-pages-navi p:nth-child(1) {
    padding: 8px 15px;
}

.numbered-pages-navi a:hover,
.numbered-pages-navi a:focus {
    background: #eaeaea;
    color: #262626;
    text-decoration: none;
}


.old-style-pagination {
    padding: 15px 0 0 0 !important;
    border-top: 2px solid #f7f7f7;
    left: 35px;
    margin: 50px 0 40px 0;
    font-family: 'Roboto';
    font-weight: 700;
}

.next-posts-link {
    display: inline-block;
    margin-left: 25px;
}

.next-posts-link a {
    color: #262626;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.next-posts-link a:hover,
.next-posts-link a:focus {
    color: black;
    text-decoration: none;
    letter-spacing: 0;
    transition: 0.3s;
}

.previous-posts-link {
    display: inline-block;
    float: right;
}

.previous-posts-link a {

    color: #a9a9a9;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.previous-posts-link a:hover,
.previous-posts-link a:focus {
    color: #c1c1c1;
    text-decoration: none;
    letter-spacing: 0;
    transition: 0.3s;
}


/*---------------
# Sidebar
----------------*/

.sidebar {
    margin: 0 auto 100px auto;
    font-family: 'Roboto';
    font-size: 12px;
}

.sidebar p {
    line-height: 22px;
    font-weight: 400;
}

.sidebar a {
    color: rgba(51, 51, 51, 0.55);
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
}

.sidebar a:hover,
.sidebar a:focus {
    color: #262626;
    text-decoration: none;
}

.sidebar ul {
    padding-left: 16px;
    list-style: none;
    font-weight: 400;
}

.sidebar li {
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #efefef;
}

.widget {
	margin: 0 0 40px;
    padding-left: 3%;
}

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

.widget-title {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget-title-feed {
	margin-top: 10px;
    margin-bottom: 10px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.widget-title-feed a {
    font-size: 12px;
}
.rssSummary {
    line-height: 25px;
}

.textwidget p {
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Roboto';
    font-size: 15px
}

.textwidget .wp-caption-text {
    font-size: 14px;
}

.textwidget img {
    margin-bottom: 10px;
    border-radius: 5px;
}

.textwidget .wp-caption-text {
    margin-top: -5px;
}

.recentcomments a {
    word-wrap: break-word;
}

.widget select {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 39px;
    border: 2px solid #efefef;
    transition: 0.2s;
}

.widget select:focus {
    outline: none !important;
    border-radius: 0;
    border: 2px solid #262626;
    transition: 0.2s;
}

.recentcomments .comment-author-link a {
    color: rgb(51, 51, 51) !important;
}

.recentcomments a {
    color: rgba(51, 51, 51, 0.55);
}

#wp-calendar {
    font-family: 'Roboto';
    font-size: 11px;
    margin-left: 0;
}

#wp-calendar tbody {
    color: rgba(128, 128, 128, 0.44);
}

#wp-calendar table {
    margin-left: 0 !important;
}

#wp-calendar tr {
    border-bottom: none;
}

#wp-calendar tr:first-child {
    background: white;
}

#wp-calendar caption {
    text-align: center;
}

#wp-calendar td a {
    padding-bottom: 4px;
    color: black;
    transition: 0.2s;
}

#wp-calendar td a:hover {
    border-bottom: none;
    transition: 0.2s;
}

#wp-calendar tfoot #next {
    text-align: right !important;
}

.widget_rss li {
    margin-bottom: 20px;
}

.widget_rss a {
    display: block;
    color: rgb(51,51,51);
    font-size: 13px;
    margin-bottom: 10px;
}

.widget_rss .rss-date {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
}

.widget_rss .rssdate {
    display: block;
    margin-bottom: 5px;
}

.widget_rss .rssSummary {
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Roboto';
    font-size: 15px;
}

.tagcloud a {
    padding: 10px 5px;
}

.sidebar ul .children {
    margin-top: 5px;
}

.widget .children li {
	border-bottom: none;
}

.widget .children li ul li {
	padding-bottom: 0;
}

.sub-menu li {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar .instagram-pics {
    width: 98%;
}

/*---------------
# Custom Widgets
----------------*/

.search-widget {
    margin: 0 10px 10px;
    border-bottom: 4px solid #f5f5f5;
}

.search-widget p {
    padding: 10px;
    color: #afafaf;
    letter-spacing: 2px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 11px;
}

.widget_search h2 {
    display: none;
}

.sylver_about_author_widget {
    text-align: center;
}

.author-widget {
    margin-bottom: 65px;
}

.author-widget h3 {
    margin-bottom: 20px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

.author-avatar {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 4px solid white;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.14);
    transition: 0.5s;
}

.author-avatar:hover {
    box-shadow: 0px 0px 0px 2px rgba(181, 163, 121, 0.82);
    transition: 0.5s;
}

.author-avatar-container:after {
    content: "";
    display: none;
    position: absolute;
    width: 89%;
    height: 220px;
    left: 0px;
    margin-top: -39px;
    margin-left: 7%;
    padding: 0;
    border-radius: 50%;
    background: #fff;
}

.author-bio {
    position: relative;
    z-index: 1;
    width: 215px;
    margin: -20px auto 0px auto;
    color: rgba(0, 0, 0, 0.56);
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    text-shadow: 0px 0px 1px rgba(54, 54, 54, 0.2);
}

.author-readmore-bio {
    position: relative;
    margin-top: 30px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

img.author-signature {
    position: relative;
    height: 62px;
    margin: 25px auto 0 auto;
}

.recent-posts-widget {
    margin-bottom: 50px;
    float: left;
}

.recent-posts-widget h3 {
    color: #262626;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.recent-post {
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    transition: 0.3s;
}

.recent-post:hover {
    margin-top: 10px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.recent-post-text {
    float: left;
    display: inline-block;
    margin-top: 20px;
    width: 55%;
    text-align: right;
}

.recent-post-text-empty {
    float: left;
    display: inline-block;
    margin-top: 20px;
    width: 85%;
    text-align: right;
}

.recent-title {
    display: block;
    padding: 0 !important;
    margin: 0px !important;
    color: #262626 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-align: right;
    line-height: 20px;
}

.recent-post p {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    color: rgba(38, 38, 38, 0.59);
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 10px;
}

.recent-post-image {
    display: inline-block;
    width: 80px;
    height: 80px !important;
    margin: 15px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 6px 27px -5px rgba(0,0,0,0.60);
    transition: 0.3s;
}

.recent-post-image:hover {
    box-shadow: none;
}

.post-separator {
    display: none;
}

.responsive-banner-widget {
    text-align: center;
}

.responsive-banner-widget a {
    display: block !important;
    text-decoration:none !important;
    border: none !important;
}

.responsive-banner-widget img {
    width: 200px;
    max-width: 200px;
    height: 200px;
    border-radius: 3px;
}

.search-submit {
    display: none;
}

.search-field {
    width: 100%;
    padding: 20px 10px;
    letter-spacing: 2px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    border: none;
    box-shadow: 0px 17px 27px -26px rgba(0,0,0,0.7);
    transition: 0.5s;
}

.search-field:focus {
    font-size: 13px;
    outline: none;
    border: none;
    box-shadow: 0px 22px 44px -25px rgba(0,0,0,1);
    transition: 0.5s;
}

label {
    width: 100%;
}

.subscribe-box {
    height: 45px;
    width: 100%;
    padding: 15px 9px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    color: #acacac;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    border: none;
    transition: 0.5s;
}

.subscribe-box:focus {
    outline: none;
    margin-top: 8px;
    box-shadow: 0px 12px 24px -18px rgba(0,0,0,1);
    transition: 0.5s;
}

.subscribe-button {
    display: none;
}



/*------------------
# Instagram Sidebar
-------------------*/

.sidebar .instagram-pics li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
}

.sidebar .instagram-pics li:hover {
    transition: all 0.3s;
    filter: saturate(3);
}

.sidebar .instagram-pics li img {
    display: inline-block;
    width: 93%;
    margin: 0 0 10px 0;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0px 3px 21px 0px rgba(0,0,0,0.12);
}



/*---------------
# Single
----------------*/

.single-thumbnail {
    display: table;
    height: 565px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply;
    background-size: cover;
    background-position: center;
    filter: saturate(0.7);
}

.single-thumbnail-sm {
    display: table;
    width: 100%;
    padding-bottom: 100px;
    filter: saturate(0.7);
}

.single-thumbnail-ns {
    display: table;
    width: 100%;
}

.single-curve {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 81px;
    left: 0px;
    margin-top: -40px;
    background: #fff;
    border-radius: 50%;
}

.single-curve-media {
    content: "";
    display: block;
    background: #fff;
    position: relative;
    width: 100%;
    height: 81px;
    left: 0px;
    margin-top: -40px;
    border-radius: 15%;
}

.single-curve-ns {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 81px;
    left: 0px;
    margin-top: -40px;
    border-radius: 50%;
}

.single-curve-media-ns {
    content: "";
    display: block;
    background: #fff;
    position: relative;
    width: 100%;
    height: 81px;
    left: 0px;
    margin-top: -40px;
    border-radius: 15%;
}

.single-separator {
    height: 1px;
    width: 320px;
    margin: 46px auto;
    background-color: rgba(54, 54, 54, 0.19);
}

.single-title-zone {
    display: table-cell;
    vertical-align: middle;
}

.single-title-zone h3 {
    position: relative;
    margin-bottom: 20px;
    color: #6e6e6e;
    font-family: 'Roboto';
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
}

.single-title-zone h3 a {
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
    border-left: 1px solid #e0e0e0;
}

.single-title-zone h3 a:first-child {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
}

.single-title-zone a {
    color: rgba(255, 255, 255, 0.75);
    transition: 0.2s;
}

.single-title-zone a:hover,
.single-title-zone a:focus {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

.single-title-zone h1 {
    margin-bottom: 20px;
    color: white;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 47px;
    text-align: center;
    letter-spacing: -1px;
}

.single-title-zone h4 {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.84);
    font-family: 'Roboto';
    font-size: 19px;
    text-align: center;
}

.single-title-zone-ns {
    display: table-cell;
    vertical-align: middle;
}

.single-title-zone-ns h3 {
    position: relative;
    margin-bottom: 20px;
    color: #6e6e6e;
    font-family: 'Roboto';
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
}

.single-title-zone-ns h3 a {
    display: inline-block;
    padding-left: 15px;
	color: #6e6e6e;
    text-decoration: none;
    border-left: 1px solid #e0e0e0;
}

.single-title-zone-ns h3 a:first-child {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
}

.single-title-zone-ns a {
    color: rgba(255, 255, 255, 0.75);
    transition: 0.2s;
}

.single-title-zone-ns a:hover,
.single-title-zone-ns a:focus {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

.single-title-zone-ns h1 {
    margin-bottom: 20px;
    color: black;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 47px;
    text-align: center;
    letter-spacing: -1px;
}

.single-title-zone-ns h4 {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.84);
    font-family: 'Roboto';
    font-size: 19px;
    text-align: center;
}

.entry-content p {
    padding: 10px 20px;
    color: #333;
    font-family: 'Roboto';
    font-size: 21px;
    text-align: justify;
    line-height: 1.58;
}

.entry-content a {
    color: #1a4199;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    transition: 0.2s;
}

.entry-content a:hover,
.entry-content a:focus {
    color: #262626;
    text-decoration: none;
    text-shadow: none;
    transition: 0.2s;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    padding: 10px 0 10px 20px;
    letter-spacing: -1px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 10px;
    border-radius: 15px;
}

.entry-content pre {
   margin: 0 20px 10px 20px;
}

.post .entry-content blockquote,
.page .entry-content blockquote {
    display: block;
    padding: 20px 15px 20px 90px !important;
    margin: 30px 0 30px 0 !important;
    background-image: url('img/quote.svg');
    background-repeat: no-repeat;
    border-left: 8px solid #efefef !important;
    border-radius: 7px;
    box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.07);
}

.post .entry-content blockquote p,
.page .entry-content blockquote p {
    color: rgba(0, 0, 0, 0.68);
    font-family: 'Roboto';
    font-size: 21px;
    line-height: 33px;
}

.entry-content ul {
    padding-right: 50px;
    color: #333;
    font-family: 'Roboto';
    font-size: 21px;
}

.entry-content ol {
    font-family: 'Roboto';
    font-size: 21px;
}

.entry-content li {
    padding: 10px 0 0 0;
    margin-left: 30px;
}

.entry-content address {
    line-height: 26px;
    margin-left: 20px;
}

.compose-mode .vc_control-btn {
    font-family: 'Roboto' !important;
}

.single-social-icons {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0 !important;
    list-style: none;
    text-align: center;
    text-decoration: none;
}

.single-social-icons li {
    display: inline-block;
    margin: 2px 68px 2px 68px;
}

.single-social-icon a {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    color: rgb(38, 38, 38);
    font-size: 15px;
    text-shadow: none;
    vertical-align: 17px;
    border-radius: 50%;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
    transition: 0.5s;
}

.single-social-icon a:hover,
.single-social-icon a:focus {
    width: 50px;
    height: 50px;
    margin-top: -23px;
    margin-bottom: -23px;
    padding-top: 17px;
    color: black;
    background: white;
    border: none;
    box-shadow: 0px 0px 104px 0px rgba(0,0,0,0.20);
    transition: 0.5s;
}

.edit-link a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 30px auto 0 auto;
    padding-top: 11px;
    color: #262626;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.13);
    transition: 0.2s;
}

.edit-link a:hover,
.edit-link a:focus {
    margin-bottom: 23px;
    padding-top: 12px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    box-shadow: 0px 4px 12px -1px rgba(0,0,0,0.3);
    transition: 0.2s;
}

.title-tag {
    display: inline-block;
    margin: 20px auto 60px auto;
    padding: 10px 40px 10px 40px;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 7px;
    border: 2px solid #262626;
}

.title-tag-container {
    text-align: center;
}

.comment-tag {
    margin-bottom: 30px;
}

.tags {
    margin-top: 30px;
}

.tags a {
    display: inline-block;
    position: relative;
    margin: 4px 0 10px 10px;
    padding: 10px 23px 10px 20px;
    z-index: 2;
    color: #262626;
    background: #f6f6f6;
    font-family: 'Roboto';
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: none;
    transition: 0.5s;
}

.tags a:hover,
.tags a:focus {
    background-color: white;
    color: #262626;
    text-decoration: none;
    letter-spacing: 4px;
    transition: 0.5s;
}

.related-posts-ns-container {
    margin: 0 auto;
    max-width: 900px;
}

.related-posts {
    margin-bottom: 40px;
}

.related-post {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 0px;
}

.related-post-thumb {
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.attachment-post-thumb {
    display: block;
    margin: 0 auto;
    height: 142px;
    width: 200px;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0px 21px 30px -19px rgba(0,0,0,0.5);
    transition: 0.2s;
}

.attachment-post-thumb:hover {
    display: block;
    margin: 2px auto 0 auto;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.7);
    transition: 0.2s;
}

.related-post h3 {
    margin-top: 0;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
}

.related-post h3:hover {
    margin-bottom: 23px;
    margin-top: 10px;
    transition: 0.3s;
}

.related-post h3 a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    word-wrap: break-word;
}

.related-posts p {
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.67);
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    transition: 0.3s;
}

.single-author-bio {
    margin-top: 10px;
}

.single-author-bio-pic {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

.single-author-bio-text::before {

}

.single-author-bio-pic:after {
    content: "";
    position: absolute;
    width: 215px;
    height: 80px;
    margin-top: 115px;
    margin-left: -200px;
    float: none;
    z-index: 2;
    background: white;
    border-radius: 50%;
}

.single-author-bio-text {

}

.single-author-bio h3 {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    top: -27px;
    padding-top: 10px;
    z-index: 2;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    z-index: 3;
}

.single-author-bio h3 a {
    color: #262626;
}

.single-author-bio h3 a:hover,
.single-author-bio h3 a:focus {
    text-decoration: none;
}

.single-author-bio-h3-container {
    margin: 0 auto;
    text-align: center;
}

.single-author-bio p {
    position: relative;
    padding-top: 10px;
    margin: 0;
    color: rgba(0, 0, 0, 0.46);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    z-index: 4;
}

.alternative-single-author-bio {
    text-align: center;
}

.alternative-single-author-bio h3 {
    display: inline-block;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
}

.alternative-single-author-bio h3 a {
    color: #333;
}

.alternative-single-author-bio h3 a:hover,
.alternative-single-author-bio h3 a:focus {
    text-decoration: none;
}

.alternative-single-author-bio h4 {
    display: inline-block;
    margin: 0 3px 0 0;
    color: rgba(0, 0, 0, 0.47);
    font-size: 12px;
    text-transform: uppercase;
}

.post-password-form input {
    display: block;
    margin: 0 auto;
    padding: 15px 25px;
    background-color: #efefef;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    border-radius: 51px;
    transition: 0.3s;
}

.post-password-form input:hover {
    letter-spacing: 5px;
    transition: 0.3s;
}

.post-password-form label {
    display: block;
    position: relative;
    margin: 0 auto 30px auto;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.post-password-form label input {
    margin-top: 20px;
    background-color: white;
    border-radius: 0;
    border-bottom: 2px solid #efefef;
    transition: 0.3s;
}



.post-password-form label input:focus {
    border-bottom: 2px solid #262626;
    transition: 0.3s;
    outline: none !important;
}



/*--------------------------------------------------------------------------------------------------------
# Single Media Format (Video Format, Audio Format). The Gallery format is styled in modified-bootstrap.css
---------------------------------------------------------------------------------------------------------*/

.cpf-video {
    margin-bottom: 20px;
    box-shadow: 0px 24px 31px -13px rgba(0,0,0,0.49);
}

.cpf-audio {
    height: 150px !important;
    padding-bottom: 0px !important;
    margin-bottom: 20px;
    box-shadow: 0px 24px 31px -13px rgba(0, 0, 0, 0.19);
}

.cpf-audio iframe {
    height: 150px !important;
}



/*---------------
# Posts Navigation
----------------*/

.posts-navi {
    margin-top: 40px;
    margin-bottom: 50px;
}

.posts-navi-ns-container {
    max-width: 850px;
    margin: 0 auto;
}

.post-navi-previous {
    height: 90px;
}

.post-navi-previous-photo {
    height: 90px;
    width: 90px;
    float: right;
    margin-right: 50px;
    border-radius: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.post-navi-previous-photo i {
    margin-left: 35%;
    margin-top: 35%;
    color: white;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 13px rgba(150, 150, 150, 1);
    transition: 0.2s;
}

.post-navi-previous-photo-empty {
    height: 90px;
    width: 90px;
    float: right;
    margin-right: 50px;
    border-radius: 100px;
    background: white;
    border: 2px solid #efefef;
}

.post-navi-previous-photo-empty i {
    margin-left: 35%;
    margin-top: 35%;
    color: #262626;
    font-size: 30px;
    text-align: center;
    transition: 0.2s;
}

.post-navi-previous-text {
    width: 250px;
    float: left;
}

.post-navi-previous h3 {
    margin-top: 0px;
    float: right;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 17px;
    text-align: right;
    line-height: 22px;
}

.post-navi-previous h3 a {
    color: #262626;
    transition: 0.2s;
}

.post-navi-previous h3 a:hover,
.post-navi-previous h3 a:focus {
    text-decoration: none;
    color: #151515;
    transition: 0.2s;
}

.post-navi-previous h4 {
    margin-top: 10px;
    color: #9E9E9E;
    font-family: 'Roboto';
    font-size: 15px;
    text-align: right;
}

.related-posts h4 {
    margin: 0 0 26px 0 !important;
    color: #9E9E9E;
    font-family: 'Roboto';
    font-size: 15px;
    text-align: center;
}

.post-navi-next {
    height: 90px;
}

.post-navi-next-photo {
    height: 90px;
    width: 90px;
    float: left;
    margin-left: 50px;
    border-radius: 50%;
    background-image: url('img/p1.jpg');
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.post-navi-next-photo i {
    margin-left: 40%;
    margin-top: 35%;
    color: white;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 13px rgba(150, 150, 150, 1);
    transition: 0.2s;
}

.post-navi-next-photo-empty {
    height: 90px;
    width: 90px;
    float: left;
    margin-left: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #efefef;
}

.post-navi-next-photo-empty i {
    margin-left: 40%;
    margin-top: 35%;
    color: #262626;
    font-size: 30px;
    text-align: center;
    transition: 0.2s;
}

.post-navi-next-text {
    width: 250px;
    float: right;
}

.post-navi-next h3 {
    margin-top: 0px;
    float: left;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    line-height: 22px;
}

.post-navi-next h3 a {
    color: #262626;
    transition: 0.2s;
}

.post-navi-next h3 a:hover,
.post-navi-next h3 a:focus {
    color: #151515;
    text-decoration: none;
    transition: 0.2s;
}

.post-navi-next h4 {
    margin-top: 10px;
    color: #9E9E9E;
    font-family: 'Roboto';
    font-size: 15px;
    text-align: left;
}



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

.comments-container {
    width: 80%;
    max-width: 690px;
    margin: 0 auto 110px auto;
}

.commentlist {
    padding-left: 0;
}

.children {
    list-style: none;
}

#email-notes  {
    display: none !important;
}

.comment-notes {
    display: none !important;
}

.comment-form textarea {
    padding: 20px;
    border: none;
    border-bottom: 2px solid #cecece;
    transition:  0.2s;
}

.comment-form textarea:focus {
    border: none;
    border-bottom: 2px solid #262626;
    outline: white;
    transition: 0.2s;
}

#comment {
    width: 100%;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 500;
}

#author {
    width: 50%;
    padding: 10px;
    color: #262626;
    font-family: 'Roboto';
    border: none;
    border-bottom: 2px solid #cecece;
    transition: 0.2s;
}

#author:focus {
    color: #262626;
    border: none;
    border-bottom: 2px solid #262626;
    outline: white;
    transition: 0.2s;
}

#email {
    padding: 10px;
    width: 50%;
    color: #262626;
    font-family: 'Roboto';
    border: none;
    border-bottom: 2px solid #cecece;
    transition: 0.2s;
}

#email:focus {
    color: #262626;
    border: none;
    border-bottom: 2px solid #262626;
    outline: white;
    transition: 0.2s;
}

#url {
    width: 50%;
    padding: 10px;
    color: #262626;
    font-family: 'Roboto';
    border: none;
    border-bottom: 2px solid #cecece;
    transition: 0.2s;
}

#url:focus {
    color: #262626;
    border: none;
    border-bottom: 2px solid #262626;
    outline: white;
    transition: 0.2s;
}

.submit {
    margin-bottom: 40px;
    background: none;
    border: none;
    outline: white !important;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
}

.subtmit:focus {
     outline: white !important;
}

#cancel-comment-reply-link {
    color: indianred;
    font-family: 'Roboto';
}

.commentlist {
    list-style: none;
}

.comment {
    margin-bottom: 75px;
}

.useravatar {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.smallavatar {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto 4px auto;
    padding: 0;
    border-radius: 50%;
}

.avatar-300 {
    display: block;
    position: relative;
    width: 151px !important;
    height: 150px !important;
    border: 6px solid white;
    margin: 0 auto;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
}

.avatar-300:hover {
    box-shadow: 0px 0px 0px 2px rgba(181, 163, 121, 0.54);
    transition: 0.5s;
}

.useravatar {
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.avatar-30 {
    height: 30px !important;
    width: 30px !important;
}

.comment-author-admin .useravatar {
    box-shadow: 0px 18px 45px -14px rgba(0,0,0,0.25);
}

.username {
    color: #262626;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
}

.username a {
    color: #262626;
    text-decoration: none;
}

.username a:hover {
    color: rgb(19, 54, 73);
    text-decoration: none;
}

.userdate {
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.userdate a {
    color: #262626;
}

.userwriting,
.comment-content {
    color: rgba(0, 0, 0, 0.55);
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    padding: 10px 0 10px 10px;
    color: #333;
}

.comment-content blockquote {
    background: none;
    padding: 20px 15px 20px 45px !important;
}

.comment-content table {
    margin-left: 0;
    font-family: 'Roboto';
    font-size: 14px;
}

.comment-content dl {
    margin: 0 0 30px 0px;
    font-family: 'Roboto';
    font-size: 14px;
}

.comment-content dt {
    margin-bottom: 5px;
}

.userwriting img,
.userwriting iframe {
    display: block;
    max-width: 80%;
    margin: 15px auto;
}



.usercommentmeta {
    float: right;
    width: 140px;
    text-align: right;
}

.editbutton {
    padding-left: 10px;
    font-size: 20px !important;
}

.editbutton a {
    color: #262626;
}

.userreply {
    font-size: 20px;
    text-align: center;
}

.userreply a {
    color: #262626;
}

.userreply i a:hover,
.userreply i a:focus {
    color: rgb(19, 54, 73);
}

.thecomment-reply {
    padding-left: 40px;
    margin-bottom: 75px;
}

.comment-form-big {
    margin-bottom: 150px;
    font-weight: 500;
}

.comment-form-author {
    margin-top: 25px;
    margin-bottom: 0px;
    font-weight: 500;
}

.comment-form-email {
    margin-top: 13px;
    font-weight: 500;
}

.comment-form-url {
    margin-top: 35px;
    margin-bottom: 45px;
    font-weight: 500;
}

.comment-navigation .nav-previous a {
	width: 50%;
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 5px 10px 5px 10px;
    color: #262626;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #262626;
}

.comment-navigation .nav-next a {
	width: 50%;
	float: right;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 5px 10px 5px 10px;
    color: #262626;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #262626;
}

.submit-button {
    margin-top: 40px;
    font-family: 'Roboto';
    font-weight: 500;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.logged-in-as a {
    color: #262626;
    font-family: 'Roboto';
    font-weight: 500;
}



/*---------------
# Page
----------------*/

.page-title  {
    font-family: 'Roboto';
    font-weight: 600;
    text-align: center;
}



/*---------------
# Archive
----------------*/

.archive-title-zone {
    margin-bottom: 30px
}

.archive-title-zone h1 {
    margin: 0;
    padding: 15px 20px 10px 20px;
    font-family: 'Roboto';
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 8px;
    line-height: 28px;
}

.archive-title-zone span {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 4px;
}

.archive-title-zone p {
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.67);
    font-size: 16px;
    line-height: 30px;
}


/*---------------
# 404
----------------*/

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

.notfound h1 {
    color: #262626;
    font-size: 50px;
    font-family: 'Roboto';
}

.notfound h2 {
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
}



/*---------------
# Content-none
----------------*/

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

.nothingfound h1 {
    color: #262626;
    font-size: 50px;
    font-family: 'Roboto';
}

.nothingfound p {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}



/*---------------
# Footer
----------------*/

.footer {
    background-color: #141414;
}

.instagram-title {
    position: relative;
    width: 235px;
    height: 35px;
    margin: 0 auto -35px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    background-color: #262626;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.footer-curve {
    position: relative;
    height: 100px;
    top: -56px;
    bottom: 0;
    padding-left: 0px;
    width: 100%;
    background: #141414;
}

.footer-curve:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 63px;
    top: -33px;
    left: 0px;
    background: #fff;
    border-radius: 50%
}

.footer-dark-area {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: -60px;
    padding-left: 0px;
    padding-bottom: 70px;
    background-color: #141414;
}

.footer-text {
    margin-top: 10px;
	text-align: center;
}

.footer-text p {
    padding: 0 20px;
    margin-bottom: 0;
    color: #d8d9d9;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.footer-text a {
    color: #fff;
    font-weight: 800;
    transition: 0.3s;
}

.footer-text a:hover,
.footer-text a:focus {
    color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    transition: 0.3s;
}

.footer-text .additional {
    margin: 0 auto 20px auto;
	max-width: 900px;
}

.footer-social-icons {
    padding-top: 10px;
    padding-left: 0;
    text-decoration: none;
    text-align: center;
    list-style: none;
}

.footer-social-icons li {
    display: inline-block;
    margin: 2px 35px 2px 35px;
}

.footer-social-icon a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #262626;
    border-radius: 50%;
    padding-top: 5px;
    margin-bottom: 30px;
    vertical-align: 17px;
    transition: 0.5s;
}

.footer-social-icon a:hover,
.footer-social icon a:focus {
    width: 40px;
    height: 40px;
    padding-top: 11px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    background: #262626;
    border: none;
    box-shadow: 0px 0px 104px 0px rgba(255, 255, 255, 0.22);
    transition: 0.5s;
}



/*---------------
# Instagram Footer
----------------*/

#instagram-footer {
    position: relative;
	overflow: hidden;
    z-index: 1;
    margin-left: -65px;
    text-align: center;
}

.instagram-title  {
    position: relative;
	width: 235px;
    height: 35px;
    margin: 0 auto -35px;
    left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    color: #fff;
    background-color: #262626;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

#instagram-footer .instagram-pics li {
	display: inline;
	float: left;
	width: 16.667%;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
}

#instagram-footer .instagram-pics li img {
	vertical-align: middle;
	max-width: 100%;
    transition: all 0.3s;
}

#instagram-footer .instagram-pics li:nth-child(1) img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#instagram-footer .instagram-pics li:nth-child(6) img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#instagram-footer .instagram-pics li:hover {
    cursor: pointer;
    filter: saturate(3);
    transition: all 0.3s;
}

#instagram-footer p.clear {
	display: inline-block;
	margin-top: 5px;
	font-size: 11px;
	border-bottom: 1px solid #eee;
}

#instagram-footer .widget {
	display: none;
    /* Prevents user to accidentally add another kind of widget
    to the Instagram Footer and destroy everything. */
}

#instagram-footer .null-instagram-feed {
	display: block !important;
    /* So the only type of widget that will be displayed in
    the Instagram Footer, will be the Instagram Widget */
}

.null-instagram-feed p {
    display: none !important;
}

/*---------------
# Contactform 7
----------------*/

.wpcf7-form p,
.wpcf7-form label {
    color: rgba(0, 0, 0, 0.85);
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
}

.wpcf7-form input,
.wpcf7-form textarea {
    font-family: 'Roboto';
    font-size: 22px;
    outline: none;
    border: none;
    border-bottom: 1px solid #979797;
    transition: 0.3s;
    width: 100%;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    font-size: 22px;
    border: none;
    border-bottom: 2px solid #262626;
    outline: white;
    transition: 0.3s;
}

.wpcf7-submit {
    margin-bottom: 40px;
    border-bottom: none !important;
    background: none;
    font-family: 'Roboto';
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: white !important;
    text-align: left;
}

div.wpcf7 .wpcf7-form-control {
    max-width: 100%;
}

.wpcf7 select {
    width: 100%;
}

.wpcf7-text {
    width: 100%;
}



/*---------------
# Back on Top
----------------*/

.buttontop-top {
    display: inline-block;
    position: fixed;
    height: 60px;
    width: 60px;
    padding-top: 18px;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    z-index: 2;
    color: #262626;
    background: white;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s;
}

.buttontop-top.buttontop-is-visible,
.buttontop-top.buttontop-fade-out,
.no-touch .buttontop-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.buttontop-top.buttontop-is-visible {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}

.buttontop-top.buttontop-fade-out {
    opacity: .5;
}

.buttontop-top:hover {
    opacity: 1;
    color: #262626  !important;
    text-decoration: none  !important;
    box-shadow: 0px 10px 58px 0px rgba(0,0,0,0.5);
    transition: 0.2s;
}



/*---------------
# WooCommerce
----------------*/

.woocommerce .page-title {
    margin-bottom: 40px;
    margin-top: 10px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 7px;
}

.woocommerce ul.products li.product a img {
    border-radius: 7px;
    box-shadow: 0px 17px 30px -19px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.woocommerce ul.products li.product a img:hover {
    margin-top: 3px;
    box-shadow: none;
    transition: 0.3s;
}

.woocommerce span.onsale {
    padding: 0;
    background-color: #f44336;
}

.woocommerce-loop-product__title {
    padding: .5em 0 15px 0 !important;
    font-family: 'Roboto';
    font-size: 15px !important;
    transition: 0.5s;
}

.woocommerce-loop-product__title:hover {
    color: #151515 !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    transition: 0.5s;
}

.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
    margin-bottom: 30px;
    padding: 10px 20px;
    font-family: 'Roboto';
    font-size: 11px;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 39px;
    border: 2px solid #efefef;
    transition: 0.2s;
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce div.product form.cart .variations select:focus {
    outline: none !important;
    border-radius: 0;
    border: 2px solid #262626;
    transition: 0.2s;
}

.woocommerce ul.products li.product a {
    color: #262626;
    transition: 0.3s;
}

.woocommerce ul.products li.product a:hover {
    color: #151515;
    transition: 0.3s
}

.woocommerce ul.products li.product .button {
    display: block;
    margin-top: 15px;
    padding: 9px;
    color: #333;
    background-color: white;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid rgba(38, 38, 38, 0.12);
    border-radius: 38px;
    transition: 0.3s;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #f7f7f7;
    text-decoration: none;
    letter-spacing: 0px;
    border: 2px solid white;
    transition: 0.3s;
}

.woocommerce ul.products li.product .price {
    margin-top: 10px;
    font-size: 13px;
    color: #7CB342;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce-pagination {
    margin-bottom: 80px;
    padding-top: 10px;
    border-top: 2px solid #efefef;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin: 10px 0 0 10px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    background-clip: padding-box;
    border-radius: 50%;
    transition: 0.3s;
}

.woocommerce nav.woocommerce-pagination ul li span {
    padding: 9px 13px;
    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #262626;
    color: white;
    box-shadow: 0px 23px 43px -7px rgba(0,0,0,0.7);
}

.woocommerce nav.woocommerce-pagination ul li a {
    padding: 10px 13px;
    font-weight: 600;
    color: #262626;
    transition: 0.2s;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #262626;
    background: #eaeaea;
    transition: 0.2s;
}

.woocommerce .belowheader-single {
    margin-top: 20px;
}

.woocommerce div.product div.images img {
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 17px 30px -19px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.woocommerce div.product div.images img:hover {
    margin-top: 3px;
    box-shadow: none;
    transition: 0.3s;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 30px;
}

.woocommerce-review-link {
    color: rgba(0, 0, 0, 0.41);
}

.woocommerce div.product p.price {
    color: #7CB342;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 30px;
    color: #525252;
    font-family: 'Roboto';
    font-size: 19px;
    line-height: 1.58em;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .reset_variations {
    margin-bottom: 15px;
    color: #262626;
    font-family: 'Roboto';
    font-size: 11px;
    text-transform: uppercase;
}

.woocommerce .quantity .qty {
    margin-top: -4px;
    font-family: 'Roboto';
    font-size: 11px;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #efefef;
    transition: 0.2s;
    padding: 10px 0 10px 8px;
}

.woocommerce div.product form.cart .button {
    padding: 12px 20px 13px 20px;
    margin-top: -3px;
    background: #262626;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    transition: 0.2s;
}

.woocommerce div.product form.cart .button:hover {
    font-weight: 600;
    transition: 0.2s;
}

.woocommerce .sku_wrapper,
.woocommerce .posted_in {
    display: block;
    font-size: 13px;
    color: #bbbbbb;
}

.woocommerce .posted_in a {
    color: #262626;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin-left: 5px;
    margin-right: 15px;
    border: none;
    border-top: 2px solid #262626;
    border-radius: 0;
    transition: 0.2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #262626;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    border-radius: 0;
    transition: 0.2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0 0 0;
    color: #bfbfbf;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #262626;
    transition: 0.2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
}

.woocommerce .woocommerce-Tabs-panel--description h2 {
    font-size: 22px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.woocommerce .woocommerce-Tabs-panel--description p {
    padding: 10px 0 10px 0;
    font-size: 19px;
}

.woocommerce .related h2 {
    margin-bottom: 25px;
    font-size: 22px;
}

.woocommerce .comment p {
    text-transform: initial;
    letter-spacing: 0;
    font-family: 'Roboto';
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}

.woocommerce div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.woocommerce .star-rating {
    margin-top: 10px;
    font-size: 15px;
    color: #afafaf;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 30px;
    font-size: 22px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 15px 0;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.15);
}

.woocommerce .woocommerce-review__author {
    color: #262626;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 0;
    padding: 10px 20px 0 20px;
}

.woocommerce .comment-form-rating .stars {
    padding: 0;
    margin: 0;
    text-align: center;
}

.woocommerce p.stars a {
    color: #262626;
    text-shadow: none;
}

.woocommerce .review_form {
    padding-left: 10px;
}

.woocommerce .comment-form-comment,
.woocommerce .comment-form-author,
.woocommerce .comment-form-email {
    padding: 0;
    margin: 0 0 35px 0 !important;
    font-size: 14px;
}

.woocommerce .comment-form-comment label,
.woocommerce .comment-form-author label,
.woocommerce .comment-form-email label {
    font-family: 'Roboto';
    font-size: 14px;
}

.woocommerce .comment-respond {
    text-align: center;
}

.woocommerce .form-submit {
    font-size: 14px;
    padding: 10px 0 10px 0;
}

.woocommerce #respond input#submit {
    transition: 0.2s;
}

.woocommerce #respond input#submit:hover {
    transition: 0.2s;
}

.woocommerce .woocommerce-review__dash {
    display: none;
}

.woocommerce-review__published-date {
    display: block;
    font-size: 13px;
    color: #cacaca;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 1.3em;
}

.woocommerce-message {
    padding: 1.3em 2em 1em 3.5em;
}

.woocommerce-message a {
    font-family: 'Roboto' !important;
    font-size: 14px;
    color: #262626;
    text-shadow: none;
}

.woocommerce a.button {
    transition: 0.2s;
}

.woocommerce a.button:hover {
    transition: 0.2s;
}

.woocommerce table {
    font-family: 'Roboto' !important;
    font-size: 14px;
}

.woocommerce table a {
    color: #262626;
    font-family: 'Roboto' !important;
    font-size: 14px;
}

.woocommerce table input {
    font-size: 11px;
}

.woocommerce table input.button {
    font-size: 11px;
    padding: 8px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    padding: 0;
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .cart_totals h2 {
    text-align: center;
}

.woocommerce a.remove:hover {
    background: #f44336;
}

.woocommerce a.remove {
    color: #f44336;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    transition: 0.2s;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
    transition: 0.2s;
}

.woocommerce .wc-proceed-to-checkout a.button.alt {
    padding: 15px 0 15px 0;
    background-color: #262626;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s;
}

.woocommerce .wc-proceed-to-checkout a.button.alt:hover {
    font-weight: 600;
    letter-spacing: 2px;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}

.woocommerce a.remove {
    color: #f44336 !important;
}

.woocommerce-info {
    border-top-color: #448AFF;
    margin-bottom: 0;
}

.woocommerce-info a {
    color: #262626;
    font-family: 'Roboto';
    font-size: 14px !important;
    font-weight: 500;
    text-shadow: none;
}

.woocommerce .checkout h3 {
    margin-bottom: 0;
    padding: 10px 0 10px 0;
}

.woocommerce .checkout p label {
    padding-top: 20px;
    font-family: 'Roboto' !important;
    font-weight: 500;
    font-size: 14px;
}

.woocommerce .checkout p input {
    padding-bottom: 10px;
    font-family: 'Roboto' !important;
    font-weight: 400;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #cecece;
    transition: 0.2s;
}

.woocommerce .checkout p textarea {
    height: 40px;
    font-family: 'Roboto' !important;
    font-weight: 400;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #cecece;
    transition: 0.2s;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #f44336;
    transition: 0.2s;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #f44336;
}

.woocommerce form .form-row .required {
    color: #f44336;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #7CB342;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto' !important;
    font-size: 14px;
}

.woocommerce-checkout-payment ul li,
.woocommerce-checkout-payment p {
    font-family: 'Roboto' !important;
    font-weight: 400;
    font-size: 14px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #f5f5f5;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    padding: 12px 20px 13px 20px;
    margin-top: -3px;
    background: #262626;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    transition: 0.2s;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt:hover {
    background: #262626;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.2s;
}
å
.woocommerce-NoticeGroup ul {
    font-family: 'Roboto';
    font-size: 14px;
}

.woocommerce .cart-empty {
    text-align: center;
}

.woocommerce .wc-backward,
.woocommerce .return-to-shop {
    margin: 0 auto;
    font-family: 'Roboto';
    font-size: 13px !important;
    text-align: center !important;
}

.woocommerce-checkout-payment ul li,
.woocommerce-checkout-payment p {
    font-size: 14px !important;
}

.woocommerce .woocommerce-Reviews .description {
    margin-top: 0;
}



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

#3 - Responsive

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

@media screen and (min-width: 1199px) {

    .featured-boxes-ns {
        display: block;
        width: 877px;
        margin: 0 auto 60px auto !important;
    }

    .featured-box:hover {
        height: 194px;
        margin-top: -30px;
        margin-bottom: -45px;
        transition: 0.3s;
    }

    .featured-box:hover p {
        margin-top: 45%;
        color: white;
        background: #262626;
        font-size: 15px;
        box-shadow: none;
        transition: 0.3s;
    }

    .featured-box:hover p a {
        color: white;
    }

    .instagram-container {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
    }

}

@media screen and (max-width: 1199px) {

    .logo {
        max-width: 500px;
    }

    .bigmenu li {
        margin: 2px 15px 2px 15px;
    }

    .bigmenu2 li {
        margin: 2px 48px 2px 48px;
    }

    .featured-boxes {
        margin-bottom: 55px;
    }

    .featured-box {
        height: 104px;
        width: 156px;
    }

    .featured-box:last-child {
        margin: 0 0 0 4px;
    }

    .post-even {
        margin-bottom: 40px;
    }


    .posts-navi-ns-container {
        max-width: 685px;
    }

    .recent-post p {
        margin-top: 37%;
    }

    .single-social-icons li {
        margin: 2px 48px 2px 48px;
    }

    .post-navi-previous-text {
        max-width: 170px;
    }

     .post-navi-next-text {
        max-width: 170px;
    }

}

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

    .post-grid.sticky {
        margin-bottom: 0px ;
        max-height: 100%;
    }

    .grid-element:nth-child(2n+0) {
	   padding: 0 0 0 5px !important;
    }

    .grid-element:nth-child(odd) {
        clear: both;
        padding: 0 5px 0 0 !important;
        margin-left: -15px !important;
        margin-right: 15px !important;
    }


}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .featured-boxes-ns {
        display: block;
        width: 737px;
        margin: 0 auto 60px auto !important;
    }

   .recent-post h2 {
        max-width: 126px;
        font-size: 12px;
    }

    .recent-post-image {
        height: 50px !important;
        width: 50px;
    }

    .numbered-pages-navi a {
        margin: 10px 0 0 5px;
    }

    .attachment-post-thumb {
        width: 170px;
    }

    .post-text-zone h2 {
        margin-bottom: 11px;
        font-size: 19px;
    }

    .post-text-zone p {
        font-size: 15px;
    }

    .post-text-zone-grid h3 {
        margin: 24px 0 0 0;
    }

    .post-text-zone-grid h2 {
        margin: 0;
        font-size: 17px;
    }

    .post-text-zone-grid h4 {
        margin: 10px 0px 16px 0;
    }

    .post-text-zone-grid p {
        padding: 0;
        font-size: 15px;
    }
}

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

    .bigmenu li {
        margin: 2px 28px 2px 28px;
    }

    .bigmenu2 li {
        margin: 2px 28px 2px 28px;
    }

    .single-social-icons li {
        margin: 2px 20px 2px 20px;
    }


    .logo {
        max-width: 390px;
    }

    .featured-box {
        height: 114px;
        width: 171px;
        margin-right: 22px;
    }

    .featured-box:last-child {
        margin-left: 0px;
    }

     .featured-box p a {
        transition: 0.3s;
    }

    .featured-box p a:hover,
    .featured-box p a:focus {
        color: #262626;
        text-decoration: none;
        letter-spacing: 5px;
        transition: 0.3s;
    }

    .post-text-zone-grid h3 {
        margin: 18px 0 0 0;
    }

    .sidebar {
        margin-bottom: 100px;
    }

    .related-post h3 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .related-post h3:hover {
        margin-top: 5px;
    }

    .recent-post p {
        margin-top: 23%;
    }

   .related-posts-ns-container {
        max-width: 500px;
    }

    .post-thumbnail-zone-grid {
        margin-bottom: 20px;
    }

    .related-post {
        margin-bottom: 30px;
    }
}



@media screen and (min-width: 769px) {

    .post-navi-previous-photo i:hover {
        margin-left: 35%;
        margin-top:  40%;
        color: white;
        font-size: 28px;
        text-align: center;
        text-shadow: none;
        transition: 0.2s;
    }

    .post-navi-previous-photo-empty i:hover {
        margin-left: 35%;
        margin-top:  40%;
        color: #262626;
        font-size: 28px;
        text-align: center;
        text-shadow: none;
        transition: 0.2s;
    }

    .post-navi-next-photo i:hover {
        margin-left: 41%;
        margin-top:  40%;
        color: white;
        font-size: 28px;
        text-align: center;
        text-shadow: none;
        transition: 0.2s;
    }

    .post-navi-next-photo-empty i:hover {
        margin-left: 41%;
        margin-top:  40%;
        color: #262626;
        font-size: 28px;
        text-align: center;
        text-shadow: none;
        transition: 0.2s;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    #instagram-footer {
        margin-left: -26px;
    }

    #instagram-footer .instagram-pics li {
        width: 16%;
    }
}

@media screen and (min-width: 767px) {

    .opaque {
        color: #000 !important;
        background-color: #262626 !important;
        transition: all 1s ease 0s !important;
    }

    .opaque a {
        color: #fff !important;
    }

    .opaque a:hover,
    .opaque a:focus {
        color: #fff;
        font-weight: 600 !important;
    }

    .white {
        color: white !important;
    }

    .post .entry-content blockquote,
    .page .entry-content blockquote {
        font-size: 20px !important;
    }


    .post-text-zone {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .post-text-zone-grid {
        margin-bottom: 50px;
    }

    .even {
        margin-top: 30px;
    }

}

@media screen and (max-width: 767px) {

    .navbar-toggle {
        display: block;
    }

    .cart-icon {
        margin-left: -20px;
        margin-bottom: 30px;
    }

    header {
        padding-bottom: 0px;
    }

    .socialicon a {
        margin-bottom: 26px;
    }

    .logo {
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 320px;
    }

    header .description {
        margin-top: 118px;
    }

    .belowheader {
       margin-bottom: 0;
    }

    .content {
        margin-bottom: 45px;
    }

    .featured-boxes {
        margin-bottom: 10px;
    }

    .featured-box {
        height: 155px;
        width: 40%;
        margin: 0 29px 45px 5%;
    }

    .featured-box:last-child {
        margin-left: 5%;
    }

    .featured-box p {
        margin: 139px auto 0;
    }

    .posts {
        margin-top: 0px;
    }

    .post {
        margin-top: 26px;
    }

    .post-even {
        margin: 20px 25px 20px 25px !important;
    }

    .post-uneven {
        margin: 50px 25px 10px 25px !important;
    }

    .post-uneven:first-child {
        margin-top: 0px;
    }

    .post-classic {
        margin-top: 35px;
    }

    .post-grid {
        margin-top: 30px;
        max-height: 100%;
    }

    .post-text-zone {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-text-zone h2 {
        margin-bottom: 15px;
        font-size: 19px;
    }

    .white-overlay {
        margin: -89px 0 0 0;
    }

    .white-overlay-reverse {
       margin: -95px 0 0 0;
    }

    .post-separator {
        display: block;
    }

    .post-separator:last-child {
        display: none;
    }

    .recent-post {
        margin: 15px auto;
    }

     .recent-post p {
        margin-top: 83px;
    }

    .recent-post h2 {
        font-size: 15px
    }

    .single-curve {
        height: 40px;
        margin-top: -20px;
    }

   .entry-content p {
        text-align: left;
       font-size: 18px;
    }

    .entry-content a {
        font-size: 18px;
    }

    .tags a {
        font-size: 11px;
    }

    .single-social-icon a {
        font-size: 15px;
    }

    blockqoute p {
        font-size: 18px !important;
    }

    .title-tag {
        letter-spacing: 5px;
    }

    .posts-navi {
        margin-bottom: 55px;
    }

    .post-navi-previous-text {
        display: inline-block;
        margin-left: 17%;
    }

    .post-navi-previous-photo {
        display: inline-block;
        float: left;
        margin-left: 20px;
        margin-right: 0;
    }

    .post-navi-previous-photo-empty {
        display: inline-block;
        float: left;
        margin-left: 20px;
        margin-right: 0;
    }

    .post-navi-previous {
        margin-bottom: 30px;
    }

    .post-navi-next-text {
        display: inline-block;
        float: left;
        margin-left: 17%;
    }

    .post-navi-next-photo {
        display: inline-block;
        float: none;
        margin-left: 20px;
    }

    .post-navi-next-photo-empty {
        display: inline-block;
        float: none;
        margin-left: 20px;
    }

    .post-navi-next h3 {
        float: right;
        text-align: right;
    }

    .post-navi-next h4 {
        text-align: right;
    }

    .attachment-post-thumb {
        height: 142px;
        width: 200px;
    }

    .entry-content img {
        display: block;
        float: none;
        margin: 10px auto;
    }

    #author {
        width: 100%;
    }

    #email {
         width: 100%;
    }

    #url {
         width: 100%;
    }

    .useravatar {
        width: 50px;
        height: 50px;
    }

    .username {
        font-size: 15px;
    }

    .userdate {
        font-size: 12px;
    }

    .userreply {
        font-size: 12px;
    }

    .archive-title-zone h1,
    .archive-title-zone span {
        display: block;
        letter-spacing: 0px;
    }

    .archive-title-zone {
        margin-bottom: 30px;
    }

    .footer-curve {
        top: -57px;
    }

     .instagram-title {
        left: 20px;
        width: 160px;
        height: 28px;
        font-size: 10px;
    }

    .buttontop-top {
        height: 40px;
        width: 40px;
        padding-top: 9px;
        font-size: 14px;
    }

    .old-style-pagination {
        left: 0px;
        text-align: center;
    }

    .next-posts-link {
        margin-left: 0;
    }

    .previous-posts-link {
        float: none;
        margin-left: 31px;
    }

    .recent-post-image {
        float: left;
        margin-left: 20px;
    }

    .recent-post-text {
        width: 32%;
        margin-left: 18%;
    }

    .recent-post-text-empty {
        width: 45%;
        margin-left: 18%;
    }

    .single-author-bio p {
        padding: 0 30px 0 30px;
        margin-top: -15px;
    }

    .footer-social-icons li {
        margin: 2px 15px 2px 15px;
    }

    .single-title-zone h1 {
        font-size: 36px;
    }

    .post-thumbnail-zone {
        margin-bottom: 20px;
    }

    .related-posts {
        margin-bottom: 0px;
    }

    .comments-container {
        margin: 0 auto;
    }

    #instagram-footer .instagram-pics li:nth-child(1) img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    #instagram-footer .instagram-pics li:nth-child(6) img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

}

@media screen and (max-width: 596px) {

    .featured-boxes {
        margin-bottom: 55px;
        margin-left: 0px;
    }

    .featured-box {
        height: 155px;
        width: 65%;
        margin-left: 18%;
    }

    .featured-box:last-child {
        height: 155px;
        width: 65%;
        margin-left: 18%;
    }

    .post .entry-content blockquote,
    .page .entry-content blockquote {
        background-image: none;
    }
}

@media screen and (max-width: 550px) {

    .bigmenu2 {
        padding-left: 8px;
    }

    .bigmenu2 li {
        margin: 2px 9px 2px 9px;
    }

    .recent-post h2 {
        font-size: 14px;
    }

    .single-title-zone h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {

    .post .entry-content blockquote,
    .page .entry-content blockquote {
        padding: 10px !important;
        line-height: 30px !important;
        font-size: 15px !important;
    }

    .posts-navi {
        margin-bottom: 25px;
    }

    .post-navi-previous-text {
        max-width: 140px;
        margin-left: 20%;
    }

    .post-navi-previous h4 {
        font-size: 12px;
        margin-top: 0px;
    }

    .post-navi-previous h3 {
        font-size: 16px;
    }

    .post-navi-previous-photo {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }

    .post-navi-previous-photo-empty {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }

    .post-navi-previous-photo i {
        font-size: 20px;
    }

    .post-navi-previous-photo-empty i {
        font-size: 20px;
    }

    .post-navi-next-text {
        max-width: 140px;
        margin-left: 20%;
    }

    .post-navi-next h4 {
        margin-top: 0px;
        font-size: 12px;
    }

    .post-navi-next h3 {
        font-size: 16px;
    }

    .post-navi-next-photo {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }

    .post-navi-next-photo-empty {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }

    .post-navi-next-photo i {
        font-size: 20px;
    }

    .post-navi-next-photo-empty i {
        font-size: 20px;
    }

    tag {
        padding: 8px 19px 8px 18px;
        font-size: 8px;
    }

    .instagram-title {
        display: none;
    }

    #instagram-footer {
        top: -20px;
    }
}

@media screen and (max-width: 420px) {

    .single-thumbnail {
        height: 298px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .featured-boxes {
         margin-top: 30px;
         margin-left: 0px;
    }

    .recent-post h2 {
        font-size: 14px;
    }

    .recent-post {
        width: 100%;
    }

    .recent-post-image {
        width: 50px;
        height: 50px !important;
        margin-top: 30px;
    }

    .numbered-pages-navi a {
        padding: 10px 10px 10px 10px;
    }

    .username {
        word-wrap: break-word;
    }

    .post-grid {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 384px) {

    .bigmenu {
        padding-left: 8px;
    }

    .bigmenu li {
        margin: 2px 10px 2px 10px;
    }

    .featured-boxes {
        margin-top: 60px;
        margin-left: 0px;
    }

    .single-social-icons li {
        margin: 2px 10px 2px 10px;
    }

    .footer-social-icons li {
        margin: 2px 7px 2px 7px;
    }
}

@media screen and (max-width: 350px) {

    .post-navi-previous-text {
        margin-left: 8%;
    }

    .post-navi-next-text {
        margin-left: 8%;
    }

    .single-author-bio p {
        padding: 0 30px 0 30px;
    }

    .numbered-pages-navi a {
        padding: 10px 4px 10px 4px;
    }

    .userwriting {
        line-height: 20px;
        font-size: 12px;
    }

    .username {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .userdate {
        font-size: 10px;
    }

    .editbutton {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 330px) {

    .featured-boxes {
        margin-top: 60px;
        margin-left: 0px;
    }

     .recent-post h2 {
        font-size: 13px;
    }

    .recent-post-image {
        width: 50px;
        height: 50px !important;
        margin-top: 30px;
    }

    .entry-content p,
    .entry-content a {
        font-size: 15px;
    }

    .tags a {
        font-size: 11px;
    }

    .single-social-icon a {
        font-size: 15px;
    }

    .post .entry-content blockquote p,
    .page .entry-content blockquote p {
        font-size: 15px !important;
    }
}