/********* Do not edit this file *********/
/*
My Custom CSS - Maked by Salvatore Noschese
a.k.a. DarkWolf - http://www://darkwolf.it/
*/

a:visited {
	color: #ef6343;
}

.animo-menu-home a{
    color: rgba(255,255,255,0.5);
}

.animo-menu-home a:hover{
    color: #fff;
}

.animo-menu a{
    color: #bbb;
}

.animo-menu a:hover{
    color: #666;
}

.animo-language-home a{
    color: rgba(255,255,255,0.5);
}

.animo-language-home a:hover{
    color: #fff;
}

.animo-language-home {
    color: #fff;
}

.animo-language a{
    color: #bbb;
}

.animo-language a:hover{
    color: #666;
}

button.toggle-menu {
    color: #666;
}

.cbp-spmenu h3 {
    background: linear-gradient(to right, #ef6343 0%, #733992 100%) repeat scroll 0% 0% transparent;
}

.cbp-spmenu {
    background: #666;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px dotted #bbb;
}

.cbp-spmenu-vertical a:hover {
    background: #bbb;
}

.cbp-spmenu-vertical a:visited {
    background: #bbb;
}

.hero-text {
	text-align: -webkit-center;
}

.hero-text h2 {
    display: -moz-grid;
    max-width: 550px;
}

.works-page h4 {
    font-weight: 700;
    color: #666;
    margin-bottom: 5px;
}

figure.effect-chico {
    background: #733992;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 0px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.site-description-square {
    background: #fff;
}

.site-main .post-navigation {
    margin: 1em 0px 1em;
    overflow: hidden;
}

.single-blog-post .entry-header {
    padding-bottom: 30px;
    border-bottom: 0px solid #bbb;
    margin-bottom: 0px;
}

.grid-pad {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
}

.post-navigation a {
    color: #bbb;
}

.post-navigation a:hover {
    color: #666;
}

a span.meta-nav {
    color: #bbb !important;
}

.post-navigation .nav-previous {
    border-right: 1px solid #bbb;
    padding: 20px 20px;
}

.post-navigation .nav-next {
    padding: 20px 20px;
}

.site-footer {
    padding: 50px 0px;
    color: #bbb;
    border-top: 1px solid #bbb;
}

.social-media-icons a:hover { color: #733992; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
    width: 100%;
}

input[type="submit"] {
    margin-top: 20px;
}

.works-page img {
    display: block;
    transform: scale(1.025);
    transition: all 0.3s ease-in-out 0s;
}