@charset "utf-8";
/*
Theme Name: Adopta o Casa
Version: 1.0
Author: One Designs
Author URI: http://www.onedesigns.com/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Clear Floated Elements
*/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clear:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

* html .clear {
	height:1%;
}

/*
	Style HTML Tags
*/

/*
@font-face {
	font-family: 'Ubuntu';
	src: url('fonts/Ubuntu-L-webfont.eot');
	src: url('fonts/Ubuntu-L-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Ubuntu-L-webfont.woff') format('woff'),
		 url('fonts/Ubuntu-L-webfont.ttf') format('truetype'),
		 url('fonts/Ubuntu-L-webfont.svg#UbuntuLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('fonts/Ubuntu-LI-webfont.eot');
	src: url('fonts/Ubuntu-LI-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Ubuntu-LI-webfont.woff') format('woff'),
		 url('fonts/Ubuntu-LI-webfont.ttf') format('truetype'),
		 url('fonts/Ubuntu-LI-webfont.svg#UbuntuLightItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
*/
body {
	background:#f2f4f6 url(images/bg.jpg) top center fixed;
	color:#333;
	font-family:"Helvetica Neue", "Nimbus Sans L", sans-serif;
	font-size:13px;
	line-height:1.62em;
}

a {
	color:#4da392;
	text-decoration:none;
}

a:hover {
	color:#d54e21;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 18px;
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
	line-height: 1.62em;
	letter-spacing: 1px;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:14px;
}

p {
	margin-bottom:24px;
}

blockquote {
	position:relative;
	/*
color:#444;
	font-family:Georgia, "URW Bookman L", serif;
	font-style:italic;
*/
	font-size: 13px;
	margin:0 30px 0 60px;
}

/*
blockquote:before {
	position:absolute;
	top:30px;
	left:-75px;
	content:"\201C";
	color:#DDD;
	font-family:serif;
	font-size:96px;
}
*/

blockquote cite {
	font-style:normal;
}

blockquote cite:before {
	content:"\2014";
	padding-right:8px;
}

table {
	width:100%;
	border-collapse:collapse;
	font-size: 12px;
/* 	text-align:center; */
	margin-bottom:24px;
}
/*
table tr:nth-child(even) {
	background:#F8F8F8;
}
*/
table th,
table td {
	padding:0 3px/*  0 */;
	border: 1px solid gray;
}

table th {
	font-weight:600;
}

table p {
	margin: 0;
}

fieldset {
	border:#EEE 1px solid;
	padding:2%;
}

input[type=text],
input[type=password],
textarea {
	padding:1.5%;
	box-shadow:inset 1px 1px 5px rgba(0, 0, 0, .05);
	background:#FCFCFC;
	border:#EEE 1px solid;
	color:#999;
	font-family:"Droid Sans", sans-serif;
	font-size:13px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	background:#FFF;
	color:#333;
}

textarea {
	font-size:15px;
}

input[type=submit],
input[type=reset],
input[type=button] {
	padding:4px 15px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#F8F8F8;
	background:-moz-linear-gradient(#FCFCFC, #F3F3F3);
	background:-webkit-linear-gradient(#FCFCFC, #F3F3F3);
	background:-o-linear-gradient(#FCFCFC, #F3F3F3);
	background:-ms-linear-gradient(#FCFCFC, #F3F3F3);
	background:linear-gradient(#FCFCFC, #F3F3F3);
	border:none;
	border-bottom:#DDD 1px solid;
	color:#444;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
}

@media (max-width: 575px) {
	input[type=submit],
	input[type=reset],
	input[type=button] {
		width: auto !important;
	    text-wrap: wrap;
	}
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	box-shadow:#aaa 0 0 5px;
}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
	box-shadow:#aaa 0 0 5px;
	background:-moz-linear-gradient(#EEE, #F9F9F9);
	background:-webkit-linear-gradient(#EEE, #F9F9F9);
	background:-o-linear-gradient(#EEE, #F9F9F9);
	background:-ms-linear-gradient(#EEE, #F9F9F9);
	background:linear-gradient(#EEE, #F9F9F9);
}

hr {
	border:none;
	border-top:#EEE 1px solid;
}

dt {
	font-weight:600;
	margin-bottom:24px;
}

dd {
	margin-left:30px;
	margin-bottom:24px;
}

ul {
	list-style-type:disc;
	margin-left:30px;
	margin-bottom:24px;
}

ul li {
	margin-top:4px;
}

ul ul {
	list-style-type:square;
	margin-bottom:0;
}

ul ul ul {
	list-style-type:circle;
}

ol {
	list-style-type:decimal;
	margin-left:30px;
	margin-bottom:24px;
}

ol ol {
	list-style: upper-alpha;
	margin-bottom:0
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

address {
	font-size:14px;
	font-style:italic;
	margin-bottom:16px;
}

code {
	padding:1px 4px;
	background:#F8F8F8;
	background:-moz-linear-gradient(#F8F8F8, #F3F3F3);
	background:-webkit-linear-gradient(#F9F9F9, #F3F3F3);
	background:-o-linear-gradient(#F8F8F8, #F3F3F3);
	background:-ms-linear-gradient(#F8F8F8, #F3F3F3);
	background:linear-gradient(#F8F8F8, #F3F3F3);
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .2);
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:12px;
}

kbd,
tt {
	font-family:monospace;
}

abbr,
acronym {
	border-bottom:#999 1px dotted;
	cursor:help;
}

big {
	font-size:1.3em;
}

cite,
em {
	font-style:italic;
}

ins {
	padding:1px 4px;
	background:#FF0;
	background:-moz-linear-gradient(#FF3, #EE0);
	background:-webkit-linear-gradient(#FF3, #EE0);
	background:-o-linear-gradient(#FF3, #EE0);
	background:-ms-linear-gradient(#FF3, #EE0);
	background:linear-gradient(#FF3, #EE0);
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .2);
	text-decoration:none;
}

pre {
	padding:15px;
	background:#F8F8F8;
	border:#E3E3E3 1px dashed;
	color:#000;
	font-family:Monaco, Consolas, "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	font-size:12px;
	line-height:1.62em;
	margin-bottom:24px;
	overflow:auto;
}

q {
	quotes:inherit;
}

q:before {
	content:open-quote;
}

q:after {
	content:close-quote;
}

strong {
	font-weight:bold;
}

sup,
sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
	font-size:10px;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

img,
video {
	max-width:100%;
	height:auto;
}

figure img {
	display:block;
	margin:0 auto;
}

video {
	display:block;
}

audio {
	max-width:100%;
}

.entry-content a img,
#attachment-nav a img {
	max-width: 98.5%;
	padding:0.8%;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
}

.entry-content a:hover img,
#attachment-nav a:hover img {
	background:#F0F0F0;
}

/*
	WordPress Standard Tags
*/

.aligncenter {
	display:block;
	margin:20px auto;
}

.alignleft {
	float:left;
	margin:10px 20px 10px 0;
}

.alignright {
	float:right;
	margin:10px 0 10px 20px;
}

.wp-caption {
	max-width:96%;
	padding:3% 2%;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
}

.wp-caption a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}

.wp-caption-text {
	margin:3% 0 0;
	color:#333;
	font-size:13px;
	line-height:1.62em;
	text-align:center;
}

.gallery {
	margin:auto;
}

.gallery-item {
	padding:10px 0;
	background:#FCFCFC;
	border-bottom:#EEE 1px solid;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	text-align:center;
}

@media (max-width: 575px) {
	.gallery-item + .gallery-item {
		margin-top: 16px;
	}
}

@media (min-width: 576px) {
	.gallery-item {
		float:left;
	}

	.gallery-columns-1 .gallery-item {
		width:90%;
		margin:0 1.5% 3%;
	}

	.gallery-columns-2 .gallery-item {
		width:45%;
		margin:0 1.5% 3%;
	}

	.gallery-columns-3 .gallery-item {
		width:30%;
		margin:0 1.3% 3%;
	}

	.gallery-columns-4 .gallery-item {
		width:22%;
		margin:0 1.2% 3%;
	}

	.gallery-columns-5 .gallery-item {
		width:17%;
		margin:0 1.2% 3%;
	}
}

.gallery-item:hover  {
	background:#F4F4F4;
}

.gallery-item a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}

.gallery-icon {
	margin:0;
}

.gallery-caption {
	padding:10px 10px 0;
	margin:0;
	font-size:12px;
	line-height:16px;
	text-align:center;
}

.sticky {
}

.bypostauthor > .comment-body {
	background:#F0F0F0;
}

/*
	Grid System
*/

@media (min-width: 992px) {
	.column {
		float:left;
	}

	.onecol {
		width:100%;
	}

	.twocol {
		width:50%;
	}

	.threecol {
		width:33.3%;
	}

	.fourcol {
		width:25%;
	}

	.sixcol {
		width:16.65%;
	}

	.twothirdcol {
		width:66.7%;
	}

	.threefourthcol {
		width:75%;
	}
}

/*
	Theme Design, Layout and Typography
*/

#wrapper {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, .4);
}

#header {
	padding-top: 54px;
}

#site-title {
	position: absolute;
	z-index: 1;
	max-width: 202px;
	margin-left: 20px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

@media (min-width: 576px) {
	#site-title {
		margin-left: 30px;
		font-size: 23px;
	}
}

#site-title a {
	display: block;
	padding: 15px 10px;
	background: url(images/alpha.png);
	background: rgba(255, 255, 255, .7);
	color: #231f20;
}

@media (min-width: 576px) {
	#site-title a {
		padding: 38px 20px;
	}
}

@media (min-width: 992px) {
	#site-title a {
		padding: 70px 20px;
	}
}

#site-title span {
	color: #4DA392;/*#74bf8f;*/
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	#site-title span {
		font-size: 12px;
	}
}

#site-title img {
	display: block;
	margin: 0 auto;
}

@media (max-width: 575px) {
	#site-title img {
		max-width: 48px;
	}
}

#access {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 54px;
	background: #4da392;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	 font-family: Ubuntu, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: 1px;
}

#access .menu {
	display: flex;
	padding: 0 20px;
	margin: 0;
	list-style: none;
	overflow: auto;
	scrollbar-width: none;
}

@media (min-width: 576px) {
	#access .menu {
		padding: 0 30px;
	}
}

@media (max-width: 991px) {
	#access .menu {
		gap: 30px;
	}
}

#access .menu::-webkit-scrollbar {
	display: none;
}

#access .menu::before,
#access .menu::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
}

@media (min-width: 576px) {
	#access .menu::before,
	#access .menu::after {
		width: 30px;
	}
}

#access .menu::before {
	left: 0;
	background: linear-gradient(90deg, rgba(77,163,146,1) 0%, rgba(77,163,146,0) 100%);
}

#access .menu::after {
	right: 0;
	background: linear-gradient(90deg, rgba(77,163,146,0) 0%, rgba(77,163,146,1) 100%);
}

#access .menu-item {
	float: left;
	margin: 0;
}

#access a {
	display: block;
	background: #4da392;
	color: #fff;
	white-space: nowrap;
}

@media (min-width: 992px) {
	#access a {
		padding: 0 15px;
	}
}

#access li li {
	float:none;
	min-width:190px;
	padding:0;
	margin:0;
}

#access li li a {
	min-width:240px;
	margin:0;
	border-top:#449989 1px solid;
	font-size:13px;
	text-align:left;
	overflow:hidden;
}

#access li li:first-child > a {
	border-top:none;
}

#access li ul {
	display:none;
	position:absolute;
	z-index:9999;
	width:276px;
	height:auto;
	padding:0;
	margin:0;
	box-shadow:0 0 3px #333;
}

#access li ul ul {
	margin:-33px 0 0 190px !important;
}

#access li:hover > ul,
#access li li:hover > ul,
#access li li li:hover > ul {
	display:block;
}

@media (hover: hover) {
	#access a:hover {
		background: #59BDAA;
	}
}

#slider {
	position:relative;
	overflow: hidden;
}

#slides {
	margin: 0;
	list-style: none;
}

#slides .slide {
	position:relative;
	display:none;
	margin: 0;
}

#slides .slide:first-child {
	display:list-item;
}

.slide img {
	display: block;
}

@media (max-width: 575px) {
	.slide img {
		max-width: 125%;
	}
}

.facebook-like {
	display: flex;
	padding: 0 15px;
	margin-bottom: 18px;
	font-size: 15px;
	font-family: "Ubuntu", sans-serif;
}

@media (min-width: 992px) {
	.facebook-like {
		padding-top: 15px;
		justify-content: flex-end;
	}
}

.facebook-like a {
	display: inline-block;
	padding-right: 42px;
	background: url(images/facebook.png) right center no-repeat;
	line-height: 36px;
}

#container {
	padding: 5px;
	background: #333 url(images/bg-dark.png);
}

@media (min-width: 576px) {
	#container {
		padding: 15px;
	}
}

.intro {
	color: #FFFFFF;
	font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 1.62em;
    padding: 15px;
}

#content {
	padding: 15px;
}

#content::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}

.section-title {
	line-height: 36px;
}

#content .section-title {
	color: #fff;
}

#post-nav {
	max-width: 66%;
}

#post-nav a {
	display: inline-block;
	width: 24px;
	height: 18px;
	margin: -8px 40px 4px;
	background-image: url(images/post-nav.png);
	overflow: hidden;
	text-indent: -1000px;
}

#post-nav a[rel="prev"] {
	float: left;
	background-position: left;
}

#post-nav a[rel="next"] {
	float: right;
	background-position: right;
}

.hentry {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.hentry + .hentry {
	margin-top: 16px;
}

.single .hentry,
.page .hentry {
	background: transparent;
    border-radius: 0;
}

.single .entry-inner,
.page .entry-inner {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.single .box,
.page .box {
	padding: 15px;
	margin: 15px 0;
	box-shadow: 0 0 0 1px #4DA392;
}

.hentry .wp-post-image {
	width: 100%;
}

@media (min-width: 576px) {
	.hentry .wp-post-image {
		float: left;
		width: auto;
		height: 216px;
	}
}

.box .wp-post-image {
	width: 100%;
	padding: 0;
}

@media (max-width: 575px) {
	.box .wp-post-image {
		margin-bottom: 8px;
	}
}

@media (min-width: 576px) {
	.box .wp-post-image {
		float: left;
		width: auto;
		margin-right: 15px;
	}
}

.entry {
	overflow: hidden;
}

.entry-title,
.entry-summary,
.entry-meta {
	margin: 10px;
}

.entry-content,
.single .entry-meta,
.page .entry-meta {
	margin: 20px;
}

.entry-title {
	color: #fff;
}

.hentry .entry-title {
	color:#333;
}

.single .entry-title,
.page .entry-title {
	margin: 0 0 18px;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
}

.box .entry-summary {
	margin: 0;
}

.entry-summary p {
	margin: 0;
}

.entry-content {
	font-size:15px;
	line-height:1.62em;
}

.entry-content .fb-like:not(:only-child) {
	margin-bottom: 24px;
}

.responsive-embed {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 24px;
	overflow: hidden;
}

.responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
    height: 100%;
}

.toggle {
	display: none;
}

.progress {
	height: 12px;
	margin-bottom: 6px;
	background: #D8D6D7;
	border-radius: 6px;
	box-shadow: inset -1px 1px 5px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.complete {
	height: 12px;
	width: 0;
	background: #4da392;
}

.entry-meta span {
	display: block;
	font-weight: bold;
	line-height: 2em;
}

.entry-meta span.updated {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 28px;
}

.entry-meta .twocol span.updated {
	text-align: right;
}

.remaining {
	border-left:#ddd 1px solid;
	text-align: right;
}

#sidebar {
	margin: 0 15px;
	border-radius: 8px;
	box-shadow: 0 0 0 1px #4DA392;
	color: #fff;
}

@media (max-width: 575px) {
	#sidebar {
		margin-bottom: 15px;
	}
}

#sidebar::before,
#sidebar::after {
	content: "";
	display: block;
	height: 1px;
    margin-top: -1px;
}

.single #sidebar,
.page #sidebar {
	margin-top: 16px;
}

.widget {
	margin: 15px;
}

.widget_listcategorypostswidget .widget-title {
	/*margin-left: 17px;*/
}

.widget ul {
	list-style: none;
	margin: 0 0 15px;
}

.widget li {
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #3a3a3a;
}

.widget ul li:first-child {
	border: none;
}

.widget a {
	color: #fff;
}

.widget .wp-post-image {
	float: left;
	width: 75px;
	margin-right: 10px;
}

.headline {
	display: block;
	overflow: hidden;
}

.widget_listcategorypostswidget li {
	position: relative;
    min-height: 75px;
	padding-left: 85px;
	font-size: 11px;
	color: #ccc;
}

.widget_listcategorypostswidget li > a:first-child {
	display: block;
	font-size: 13px;
}

.widget_listcategorypostswidget .wp-post-image {
	position: absolute;
	top: 5px;
	left: 0;
}

.widget_qtranslate {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	margin: 15px 10px;
}

.widget_qtranslate ul {
	margin: 0;
	list-style: none;
}

.widget_qtranslate li {
	float: left;
	margin: 3px 0;
	border: none;
}

.widget_qtranslate ul li a {
	padding: 0 5px;
	color: #d54e21;
}

.widget_qtranslate ul li:first-child a {
	border-right: 1px solid #d54e21;
	padding-left: 4px;
}

.widget_qtranslate .active {
	font-weight: bold;
}

#contribute {
	padding: 5px;
}

@media (min-width: 576px) {
	#contribute {
		padding: 15px;
	}
}

#contribute .section-title {
	margin-left: 15px;
}

#contribute .column {
	position: relative;
}

#contribute .widget {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

#contribute .widget-title {
	width: 100%;
	margin: 0;
	text-indent: 10px;
}

#contribute img {
	display: block;
	width: 100%;
	height: 214px;
}

#contribute a {
	/* color: #4DA392; */
}

#contribute span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/dark.png);
	background: rgba(0, 0, 0, .75);
	border-radius: 0 0 8px 8px;
	font-size: 24px;
	line-height: 2.3em;
}

#partners {
	padding: 5px;
	background: #f2f4f6;
	border-top: 1px solid #D9DBDC;
	border-bottom: 1px solid #D9DBDC;
}

@media (min-width: 576px) {
	#partners {
		padding: 15px;
	}
}

#partners h4 {
	font-size: 12px;
	line-height: 1.62em;
}

#partners .widget {
	overflow: hidden;
}

#partners .main {
	text-align: center;
}

#partners span {
	display: block;
	height: 0;
	text-indent: -1000px;
}

#footer {
	padding: 15px 20px;
	background: #333;
	color: #f2f4f6;
}

@media (min-width: 576px) {
	#footer {
		padding: 15px 30px;
	}
}

.copyright {
	float: left;
	margin: 0;
}

@media (max-width: 575px) {
	.copyright {
		margin-bottom: 8px;
	}
}

@media (min-width: 576px) {
	.contact {
		float: right;
	}
}

.anul-european-al-patrimoniului {
    position: absolute;
    width: 200px;
    height: auto;
    bottom: 10px;
    right: 17px;
    z-index: 999;
}
