/* Theme Name: Digital-it.pl */
* {

}
body {
	font-family: 'Lato', Verdana, Arial, Helvetica,sans-serif;
	font-size: 13px;
	background-color: #ffffff;
}
.clear {
	clear: both;
}

.table{
	display: table;
}

.tr {
	display: table-row;
}

.td {
	display: table-cell;
}

.testimonials {
	background-color: #e8e8e8;
	padding: 0px 0px 10px 0px;
	margin-top: 40px;
}


.testimonials .widgettitle {
	color: #7C0202;
	font-size: 22px;
	font-weight: bold;
	background-color: #bababa;
	padding: 5px;
}

.testimonials > div > div > div{
	padding: 0px 20px 0px 85px; 
}
.testimonials > div > div > div:before{
	content: '“';
	position: absolute;
	top: -15px;
	left: 15px;
	font-size: 150px;
	color: #bababa;
	line-height: 1;
	/*font-family: tahoma;*/
}
/*
.testimonials > div > div{
	display: table-row;
}

.testimonials > div > div > h2{
	display: table-cell;
}

.testimonials > div > div > div{
	display: table-cell;
}*/


hr {
	border: none;
}

img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	display: block;
	margin: auto;
}

.page {
	width: 1170px;;
	margin: 0px auto;
}

.fpagewrap {
	width: 100%;
	vertical-align: top;
	margin-top: 35px;
	
}

.fpagewrap .td {
	vertical-align: top;
}

.fpagewrap .widgettitle {
	color: #7C0202;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.fpagewrap .post-title {
	color: #7C0202;
	font-size: 17px;
	font-weight: bold;
}
.fpagewrap .cat-post-widget ul li {
	border: none !important;
	padding-bottom: 20px;
}

.floatright {
	float: right;
	height: 100%;
}
#header {
	margin: 0px auto;
	width: 100%px;

}

#header #topbar {
	position:absolute;
	width: 100%;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
	z-index: 100;
}

#header #socials {
	float: left;
	color: white;
	margin-left: 10px;
}

#header #socials a {
	color: white;
}
#header #menu {
	float: left;
	margin-top: 0px;
	height: 40px;
}


#header #menu > div {
	height: 100%;
}

#header #menu ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	display: table;
	border-collapse: separate;
	border-spacing: 1px 0px;
	height: 100%;
}
#header #menu tbody {
	height: 100%;
}

#header #menu ul li {
	display: table-cell;
	border-right: none;
	height: 100%;
	vertical-align: middle;
	pading-top: 3px;
	padding-left: 2px;
}


#header #menu ul li:last-child {
	border: none;
}

#header #menu ul li a {
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 0px 12px;
	margin: 0px 0px 5px;
	display: block;
	border: 0px none;
	line-height: 1;
	position: relative;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}

#header #menu ul li a:hover {
	color: white;
	background-color: #7c0202;
	padding: 6px 12px 5px;
	margin: -6px 0 0 0;
}

#header #menu ul li:hover {
	background-image: none;
}

#header #menu .current-menu-item {
	vertical-align: middle;
}

#header #menu .current-menu-item a{
	color: gray;
}

#header #menu ul li ul {
	display: none;
}

#header #menu ul li:hover ul {
	display: block;
	position: absolute;
	margin-top: 0px;
}

#header #menu ul li:hover ul li {
	display: block;
	float: none;
	clear: both;
	position: relative;
	background: none;
	height: auto;
	width: 200px;
	background-color: #013253;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #014470;
	text-align: center;
}

#header #menu ul li:hover ul li:hover {
	background-color: #014470;
}

#header #menu ul li:hover ul li a{
	font-weight: normal;
	font-size: 12px;
}

#titlebar {
	padding: 20px 10px;
	background-color: #7c0202;
	margin-top: 3px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
	background-color: #7c0202;
	color: White;
}

#titlebar h1 {
	font-weight: 500;
	font-size: 22px;	
}

.arrow {
	content: "";
	position: absolute; margin-top: -1px;
	left: 50%;
	border-radius: 3px;
	border: 8px solid transparent;
	border-top-width: 7px;
	border-top-color: #7c0202;
}

#logo {
	display: inline-block;
	margin-top: 0px;
	float: left;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
	padding: 20px 7px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.7);
	border-top: 3px solid #CD2122;	
}

#logo img {
	height: 100%;
}


#logo .widget {
	margin:0px;
}

#logo .widget p{
	margin:0px;
}
#rss {
	display: block;
	width: 34px;
	height: 35px;
	background: url(img/rss.png) no-repeat;
	position: absolute;
	top: 3px;
	right: 0px;
}
#navbar {
	height: 60px;
	background: url(img/navbar.png) no-repeat;
	margin-top: 7px;
	position: relative;
}

#navbar div#mainnav ul {
	position: absolute;
	top: 20px;
	left: 18px;
}
#navbar div#mainnav ul li {
	float: left;
	font-size: 18px;
	margin-right: 20px;
}
#navbar div#mainnav ul li a {
	color: white;
	text-decoration: none;
}
#navbar div#mainnav ul li a:hover {
	color: #999;
}

#searchform {
	position: absolute;
	right: 10px;
	top: 22px;
}
#searchform input {
	width: 214px;
	border: none;
	background: none;
}

.miniatury {
	color: #7C0202;
	font-size: 21px;
	font-weight: bold;
}

.miniatury a{
	color: #7C0202;
}


#container {
	padding-top: 48px;
	color: #545454;
	font-size: 14px;
	width: 1100px;
	margin: 0px auto;
	line-height: 1.2;
	padding-bottom: 40px;
}



#content {
	padding: 10px 0px;
	color: #545454;
}
#container table td {
	vertical-align: top;
}


small {
	font-size: 9px;
}

big {
	font-size: 18px;
}


.newsy .attachment-cat_post_thumb_sizecategory-posts-2{
	width: 100px;
	height: auto;
}

#sidebar {
	width: 215px;
	float: left;
}

#container_page {
	background: white;
	padding-top: 48px;
}
#content_page {
	padding: 0 0 5px 13px;
	margin-right: 20px;
	line-height: 1.8;
	font-size: 14px;
}

#content_page table {
	border-collapse: separate !important;
    border-spacing: 20px !important;
}

.entry {
	margin-bottom: 60px;
}
.entry h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 4px;
}
.entry h1 a {
	color: #333333;
	text-decoration: none;
}
.entry p.entry-date {
	font-size: 12px;
	margin-bottom: 8px;
}
.entry img.entry-thumb {
	float: left;
	margin-right: 15px;
}
.entry p {
	margin-top: 8px;
}
.entry a.more-link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #4c6372;
	padding: 8px;
	margin-top: 10px;
	float: right;
}
.entry a {
	color: color : #333333;
	text-decoration: none;
}

.widget {
	margin-bottom: 0px;
}
.widget h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.widget p {
	/*line-height: 19px;*/
	margin-top: 5px;
}
.widget a {
	color: #D40900;
	text-decoration: none;
}

#footer {
	background-color: #2f2f2f;
	padding: 20px 10px;
	color: #fff;
	margin-bottom: 0px;
	font-size: 14px;
	min-height: 200px;
	line-height: 1.6;
}

#footer .widget {
	float: left;
	margin: 0px 20px;
}
#footer p {
	font-size: 14px;
	margin-left: 10px;
	color: #CFCFCF;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#like_box_facbook-2 iframe{
	border: none !important;
background-color: rgb(234, 234, 234) !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#content img {
	margin: 5px;
	float: left;
}

#posts_nav {
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: 1px solid #bebebe;
}

#posts_nav a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#posts_nav .alignleft {
	float: left;
}

#posts_nav .alignright {
	float: right;
}

#footer #menu ul li {
	display: table-cell;
	padding: 0px;
	border-right: 1px solid white;
}

#footer #menu ul li:last-child {
	border: none;
}

#footer #menu ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 0px 10px;
	font-weight: normal;
	text-decoration: none;
}
#footer #menu ul li a:hover {
	color: grey;
}

#footer #menu ul li:hover {
	background-image: none;
}
