/* Buttons */
#page .project-list a,
#page .category-list a,
#page .tags a {
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	user-select: none;
	color: rgb(0,0,0);
	outline: none;
	border: 1px solid rgba(0,0,0,.4);
	border-top-color: rgba(0,0,0,.3);
	border-radius: 2px;
	background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
	box-shadow:
	0 0 3px rgba(0,0,0,0) inset,
	0 1px 1px 1px rgba(255,255,255,.2),
	0 -1px 1px 1px rgba(0,0,0,0);
	transition: .2s ease-in-out;
}

#page .project-list a:before,
#page .category-list a:before {
	color: blue;
	content: '\f429';
	vertical-align: middle;
}
#page .nav-link a {
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	user-select: none;
	color: #000;
	outline: none;
	border: 1px solid rgba(0,0,0,.4);
	border-top-color: rgba(0,0,0,.3);
	border-radius: 2px;
	background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
	box-shadow:
	0 0 3px rgba(0,0,0,0) inset,
	0 1px 1px 1px rgba(255,255,255,.2),
	0 -1px 1px 1px rgba(0,0,0,0);
	transition: .2s ease-in-out;
}

/* Hovers */

.site .widget.widget_tag_cloud a,
.site #sidebar-1 .widget-area .column .widget.widget_tag_cloud a {
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	user-select: none;
	color: rgb(0,0,0);
	outline: none;
	border: 1px solid rgba(0,0,0,.4);
	border-top-color: rgba(0,0,0,.3);
	border-radius: 2px;
	background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
	box-shadow:
	0 0 3px rgba(0,0,0,0) inset,
	0 1px 1px 1px rgba(255,255,255,.2),
	0 -1px 1px 1px rgba(0,0,0,0);
	transition: .2s ease-in-out;
}

#page .small .widget.widget_nav_menu div > ul > li:hover,
#page .small .widget.widget_pages > ul > li:hover,
#page .small .widget.widget_categories > ul > li:hover,
#page .small .widget.widget_product_categories > ul > li:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+1,0.2+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 21px 0px rgba(66,143,179,1);
	box-shadow: 0px 0px 21px 0px rgba(66,143,179,1);
	text-shadow: 1px 2px 3px #fff;
}

#page .widget.widget_tag_cloud a:hover,
#page .small .widget.widget_nav_menu div > ul > li:hover a,
#page .small .widget.widget_pages > ul > li:hover a,
#page .small .widget.widget_categories > ul > li:hover a,
#page .small .widget.widget_product_categories > ul > li:hover a {
	color: #000 !important;
}

#page .nav-link  {
	font-weight: bold;
	color: rgb(68,68,68);
	text-decoration: none;
	user-select: none;
	padding: .2em 1.2em;
	outline: none;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 2px;
	background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
	box-shadow: none;
	transition: all .218s ease 0s;
}

#page .previous-image:hover,
#page .next-image:hover,
#page .nav-link .nav-previous:hover,
#page .nav-previous-one:hover,
#page .nav-link .nav-next:hover {
	color: rgb(24,24,24);
	border: 1px solid rgb(198,198,198);
	background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

#page .previous-image:active,
#page .next-image:active,
#page .nav-link .nav-previous:active,
#page .nav-previous-one:active,
#page .nav-link:active {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.site #footer-navigation  .horisontal-navigation a:hover,
.site .horisontal-navigation li ul li a:hover,
.site .horisontal-navigation li ul li a:focus,
.site .horisontal-navigation li a:hover,
.site .horisontal-navigation li a:focus {
	box-shadow: none;
	background: transparent;
	color: #000;
}

.site .site-info a:nth-child(2) {
	background: transparent;
	border: none;
	box-shadow: none;
	text-decoration: underline;
}

.small .widget.widget_nav_menu div > ul > li,
.small .widget.widget_pages > ul > li,
.small .widget.widget_categories > ul > li,
.small .widget.widget_product_categories > ul > li {
	border-bottom: 1px solid #eee;
}

.comment-list .comment-body {
	border: 1px solid #eee;
}
.comment-meta {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.comment.depth-1 {
	border-bottom: 1px solid #ccc;
}

.column .widget .widgettitle, 
.column .widget .widget-title {
	border-bottom: none;
}

.gallery {
	display: -webkit-box;     
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;
	display: flex;           
	margin: 0 auto;
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}
.gallery .gallery-item {
	margin: 0 auto;
}

.gallery .gallery-item img {
	border: none !important;
	margin: 0 auto;
}

/* colors */

.widget.sgwindow_recent_posts .content article footer a,
.content-container article .entry-content a,
.comments-link a,
.category-list a,
.featured-post,
.logged-in-as a,
.site .edit-link,
.jetpack-widget-tag-nav,
.jetpack-widget-nav,
.content footer a {
color: #1e73be;
}		

.entry-header .entry-title a {
color: #000000;
}

a:hover,
.widget.sgwindow_recent_posts .content article footer a:hover,
.content-container .entry-content a:hover,
.comments-link a:hover,
.comment-author.vcard a:hover,
.comment-metadata a:hover,
.entry-meta a:hover,
.site-title a:hover,
.site .author.vcard a:hover,
.entry-header .entry-title a:hover,
.site .widget .entry-meta a:hover,
.category-list a:hover {
color: #000000;
}

.site-description h2 {
color: #ededed;
}

entry-header .entry-title a,
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000000;
}

.site-title h1 a {
color: #ffffff;

}

.site {
font-family: 'Abel', sans-serif;
font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
font-family: 'Abel', sans-serif;
}

.site .site-title h1,
.site-title a  {
font-family: 'Allerta Stencil', sans-serif;
}


@media screen and (min-width: 680px) {
h1 {
font-size:24px;
}
}

.boxed-site .site {
width: 94%;
}

/* Top Menu */

.sg-site-header-1 {
background: transparent;
}		

.head-wrapper {
background: rgba(255,255,255,0.2);
}

.top-1-navigation ul {
background-color: transparent;
}

.top-1-navigation .horisontal-navigation li a {
color: transparent;
}	

.top-1-navigation {
background-color: transparent;
}

.top-1-navigation .horisontal-navigation li ul {
background-color: transparent;
}

.top-1-navigation .horisontal-navigation li ul li a {
color: transparent;
}

.top-1-navigation .horisontal-navigation li ul .current-menu-ancestor > a,
.top-1-navigation .horisontal-navigation li ul .current_page_ancestor > a {
background-color: transparent;
color: transparent;
}	


/* Second Top Menu */

.top-navigation ul {
background-color: #ffffff;
}

.top-navigation .horisontal-navigation li a {
color: #000000;
}			

.top-navigation .horisontal-navigation li a:hover,
.top-navigation .horisontal-navigation li ul li a:hover {
color: #000000;
}	

.top-navigation {
background-color: rgba(255,255,255,1);
}

.top-navigation .horisontal-navigation li ul {
background-color: #ffffff;
}

.top-navigation .horisontal-navigation li ul li a {
color: #000000;
}

.top-navigation .horisontal-navigation li ul .current-menu-ancestor > a,
.top-navigation .horisontal-navigation li ul .current_page_ancestor > a {
background-color: #000000;
color: #ffffff ;
}

/* Footer Menu */

#footer-navigation ul {
background-color: transparent;
}

#footer-navigation .horisontal-navigation li a {
color: transparent;
}	

.site-info,
#footer-navigation {
background-color: transparent;
color: transparent;
}

.site-info,
.site-info a,
#footer-navigation .horisontal-navigation li a {
color: transparent;
}	

#footer-navigation .horisontal-navigation li ul {
background-color: transparent;
}

#footer-navigation .horisontal-navigation li ul li a {
color: transparent;
}

#footer-navigation .horisontal-navigation li ul .current-menu-item > a,
#footer-navigation .horisontal-navigation li ul .current-menu-ancestor > a {
background-color: transparent;
color: transparent;
}

@media screen and (min-width: 680px) {
.site .content {
	font-size: 18px;
}

.top-1-navigation ul {
	background-color: transparent;
}

.top-1-navigation .horisontal-navigation li a {
	color: transparent;
}

.top-navigation ul {
	background-color: transparent;
}

.top-navigation .horisontal-navigation li a {
	color: #000000;
}

#footer-navigation ul {
	background-color: transparent;
}

#footer-navigation .horisontal-navigation li a {
	color: transparent;
}
}

/* Widget Menu */

.wide .widget.widget_nav_menu {
background-color: rgba(129,215,66,0.3);
}

.wide .widget.widget_nav_menu .menu li ul li a {
color: #000000;
}

.wide .widget.widget_nav_menu .menu > li a {
color: #dd3333;
}

.wide .widget.widget_nav_menu .menu > li ul li a:hover,
.wide .widget.widget_nav_menu .menu > li a:hover {
color: #1e73be;
}

.wide .widget.widget_nav_menu > div > .menu > li > a {
border-bottom: 10px solid #545454;
}

/* Top Sidebar */

.sidebar-top-full .widget {
background-color:rgba(244,244,244,1);
}	

th,
td,
.sidebar-top-full .widget ul li:before,
.sidebar-top-full .widget {
color: #5e5e5e;
}
.sidebar-top-full .widget a {
color: #000000;
}
.sidebar-top-full .widget a:hover {
color: #000000;
}		
.sidebar-top-full .widget .widgettitle,
.sidebar-top-full .widget .widget-title {
background: rgba(255,255,255,0);
color: #000000;
}

/* Before Footer Sidebar */

.sidebar-before-footer .widget {
background-color:rgba(244,244,244,1);
}

th,
td,
.sidebar-before-footer .widget ul li:before,
.sidebar-before-footer .widget {
color: #5e5e5e;
}

.sidebar-before-footer a {
color: #000000;
}

.sidebar-before-footer a:hover {
color: #000000;
}

.sidebar-before-footer .widget .widgettitle,
.sidebar-before-footer .widget .widget-title {
background: rgba(255,255,255,0);
color: #000000;
}

/* Footer Sidebar */

.sidebar-footer {
background-color: rgba(221,221,221,1);
}

td,
.sidebar-footer .widgettitle,
.sidebar-footer .widget-title {
	color: #000;
}
.sidebar-footer .widget {
	color: #757575;
}
.sidebar-footer .widget a {
color: #000000;
}
th,
.sidebar-footer .widget a:hover {
color: #000000;
}

/* Column sidebar */

.main-area {
background-color:transparent;
}

td,
#sidebar-1 .widget-area .column .widget,
.column .widget {
color: #aaaaaa;
}

#sidebar-1 .widget-area .column .widget a,
.wide .column .widget.widget_nav_menu .menu > li a,
.wide .column .widget.widget_nav_menu .menu li ul li a,		
.column a {
color: #000000;
}

th,
#sidebar-1 .widget-area .column .widget a:hover,
.wide .column .widget.widget_nav_menu .menu > li a:hover,
.column a:hover {
color: #000000;
}

#sidebar-1 .widget-area .column .widget .widgettitle,
#sidebar-1 .widget-area .column .widget .widget-title,
.column .widget .widgettitle,
.column .widget .widget-title {
background: rgba(255,255,255,1);
color: #000000;
}

#sidebar-1 .widget-area .column .widget,
.wide .column .widget.widget_nav_menu,
.column .widget {
background: rgba(255,255,255,1);
}	

.column .widget {
border: 1px solid transparent;
}

/* content */

.woo-shop .woocommerce-result-count,
.woo-shop .woocommerce-pagination,
.woo-shop .page-title,
.woo-shop .products > li,
.flex .content-container,
#woocommerce-wrapper,
.header-wrapper,
.content-search,
.comments-area,
.nav-link,
.pagination.loop-pagination,
.content-container,
.nothing-found,
.archive-header {
background: rgba(255,255,255,1);
color: #666666;
}

.entry-date a:hover:before,
.author.vcard a:hover:before,
.edit-link a:hover:before,
.tag a:hover:before,
.content .project a:hover:before,
.tags a:hover:before,
.content .project-list a:hover:before,
.category-list a:hover:before,
.comments-link a:hover:before {
text-shadow: 5px 1px 10px rgba(0,0,0,0.5);
}

.woo-shop .woocommerce-breadcrumb a,
.woo-shop .woocommerce-breadcrumb,
.woo-shop .orderby {
color: #666666;
}

.project-list a:hover,
.category-list a:hover,
.tags a:hover {
box-shadow: 5px 1px 10px rgba(0,0,0,0.5);
}

.woo-shop .woocommerce-breadcrumb {
border-bottom: 5px solid rgba(255,255,255,1);
}

/* Sidebar Widget */

#page .widget.sgwindow_side_bar > .widget-title,
#page .widget.sgwindow_side_bar > .widgettitle {
	background-color:rgba(255,255,255,1);
	border: 1px solid rgba(204,204,204,1);
}

.widget.sgwindow_side_bar {
	background: rgba(224,224,224,0);
}

.my-sidebar-layout {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(204,204,204,1);
}

.my-sidebar-layout .widget .entry-content,
.my-sidebar-layout .widget h1,
.my-sidebar-layout .widget h3,
.my-sidebar-layout .widget h4,
.my-sidebar-layout .widget h5,
.my-sidebar-layout .widget h6,
.my-sidebar-layout .widget {
	color:#666666;
}

.my-sidebar-layout .widget a,
.my-sidebar-layout li a,
.my-sidebar-layout .column a {
	color:#000000;
}			

#page .widget .my-sidebar-layout .widget .widget-title,
#page .widget .my-sidebar-layout .widget .widgettitle {
	background-color:rgba(255,255,255,1);
	color:#000000;
}


	
		
.nav-link,
#page .comment-body,
.comments-area,
.nothing-found,
.content-container {
	border: none;
}

.pagination.loop-pagination,
.woo-shop .woocommerce-result-count,
.woocommerce-pagination,
.woo-shop .page-title,
.blog .content-container,
.archive .content-container,
.search .content-container,
.archive-header,
.page .site-content,
.single .site-content {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(204,204,204,0);
}

			
.site-content {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(204,204,204,0);
}

			
#page .comment-body:before,
#page .comment-body:after,
#page .entry-meta:before {
	border-bottom: 1px solid rgba(204,204,204,0);
	border-top: 1px solid rgba(204,204,204,0);
}		

#page .sidebar-footer-wrap {
	border-top: 1px solid rgba(204,204,204,0);
}

#page .comment-body:after, 
#page .comment-body:before {
	border-left: 1px solid rgba(204,204,204,0);
}			

#page .comment-body:before,
#page .comment-body:after,
#page .entry-meta:before {
	background: #ffffff;
}

.wide > .widget-area > .widget {
	border-bottom: 1px solid rgba(204,204,204,0);
	border-top: 1px solid rgba(204,204,204,0);
}

.sidebar-top-full {
	border: 1px solid rgba(204,204,204,0);
}

.sidebar-before-footer {
	border-top: 1px solid rgba(204,204,204,0);
}

.single .content-container {
	background: none;
}

/* footer */
.sidebar-footer-wrap {
	background-color: #ffffff;
}	

#page .sidebar-footer .widgettitle:after,
#page .sidebar-footer .widget-title:after,
#page .sidebar-footer .widgettitle:before,
#page .sidebar-footer .widget-title:before {
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.sidebar-footer {
	border: 1px solid #cccccc;
}			

#page .sidebar-1,
#page .sidebar-2 {
	background: rgba(255,255,255,1);
	border: 1px solid transparent;
}

			
/* Sidebar Widget */

#page .widget.sgwindow_side_bar > .widget-title,
#page .widget.sgwindow_side_bar > .widgettitle {
	background-color:rgba(255,255,255,1);
	border: 1px solid rgba(204,204,204,1);
}

.widget.sgwindow_side_bar {
	background: rgba(224,224,224,0);
}

.my-sidebar-layout {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(204,204,204,1);
}

.my-sidebar-layout .widget .entry-content,
.my-sidebar-layout .widget h1,
.my-sidebar-layout .widget h3,
.my-sidebar-layout .widget h4,
.my-sidebar-layout .widget h5,
.my-sidebar-layout .widget h6,
.my-sidebar-layout .widget {
	color:#666666 !important;
}

.my-sidebar-layout .widget a,
.my-sidebar-layout li a,
.my-sidebar-layout .column a {
	color:#000000 !important;
}			

#page .my-sidebar-layout .widget .widget-title,
#page .my-sidebar-layout .widget .widgettitle {
	background-color:rgba(255,255,255,1) !important;
	color:#000000 !important;
}
	
.menu-top.position-fixed {
box-shadow: 0 0 4px 4px rgba(204,204,204,0);
}

.site-content .entry-title {
border-bottom: 1px solid rgba(204,204,204,0);
}

/* widget buttons */
.widget.sgwindow_widget_button {
background: rgba(255,255,255,1);
}

.widget.sgwindow_widget_button .sgwindow-link {
background: rgba(19,26,56,1);
}		

.widget.sgwindow_widget_button a {
color: #ffffff;
}
.widget.sgwindow_widget_button a:hover {
color: #a3adce;
}
.widget.sgwindow_widget_button .sgwindow-link {
border-color: rgba(30,115,190,1);
}
.widget.sgwindow_widget_button .sgwindow-link:hover {
box-shadow: 0 0 4px 4px rgba(30,115,190,1);
}
