/*
Theme Name: TM Arden Child
Theme URI: http://arden.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0
Template: tm-arden
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.margin-top-minus{
	margin-top: -1px;
}

/* CRIADO POR TIAGO PEIXOTO */
.st0{
	display: inline;
	fill: #878c9b;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	transition: 0.3s;
}

.st0:last-child{
	margin-right:0;
}

.st0:hover{
	fill:#FDC600;
	transition: 0.3s;
}


.cookie_btn{
	margin-left: 30px;
	font-size: 10px;
	width: 115px;
	color: #878c9b;
	padding: 5.5px 5px 5.5px 5px;
	display: inline;
	border: 2px solid white;
	border-radius: 30px;
	position: relative;
	top: 20px;
	transition: 0.3s;
}

.cookie_btn:hover{
	color:#FFF;
	background-color: #333333;
	border-color: #FFF;
	transition: 0.3s;
}

a#cn-accept-cookie {
    padding: 5.5px 34px 5.5px 34px;
	margin-left: 0 !important; 
}
a#cn-refuse-cookie {
    padding: 5.5px 16px 5.5px 16px;
}

#cn-more-info{
	padding: 5.5px 27px 5.5px 27px;
}

#cn-more-info:visited{
	color:#878c9b;
	transition: 0.3s;
}

#cn-more-info:focus{
	color:#878c9b;
}

a#cn-more-info:hover {
    color: #FFF;
	transition: 0.3s;
}

.cookie-notice-container{
	height: 119px;
	vertical-align: middle
}

#cn-notice-text{
	font-size: 12px;
	color: #878c9b;
	margin-bottom: 20px;
}

.break{
	display:none;
}

@media screen and (max-width: 490px) {
	.break{
		display: block;
	}

	a#cn-more-info{
		top: 36px;
		margin-left:0;
	}

	.cookie-notice-container{
		height: 164px;
	}
	
}
