/****** CLEARFIX ******/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}
	
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
	
	
/*** Clear ***/
.clear {
	clear: both;
	}


/****** STANDARD ELEMENTS ******/
.textwidget ul,
.text ul,
.post ul {
	margin: 0 0 18px 23px;
	list-style-image: url(images/element_ul.png);
	list-style-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff5f00" d="M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"/></svg>');
}


.textwidget ul,
.text ul ul,
.post ul ul  {
	margin: 0 0 0 14px;
	}
	
/* Ordered list */
.text ol,
.post ol {
	margin: 0 0 18px 29px;
	}


.text ol, .post ol {
    margin: 0 0 18px 29px;
    font-weight: 700;
    font-size: larger;
    font-family: 'Roboto Condensed';
}




.text blockquote,
.post blockquote {
	float: left;
	width: 40%;
	padding-left: 20px;
	margin-right: 10px;
	background: url(images/element_blockquote_top.png) left top no-repeat;
	}
	
.text blockquote p,
.post blockquote p {
	padding-right: 20px;
	background: url(images/element_blockquote_bottom.png) right bottom no-repeat;
	font: 16px "Trebuchet MS", Verdana, Arial, Helvetica;
	text-align: center;
	}
	
/*** Smilery ***/
img.wp-smiley {
	margin: 0;
	}
	

/*** Table ***/
.text table,
.post table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	}

.text table th,
.post table th {
	font-weight: bold;
	}
	
.text table tr.odd,
.post table tr.odd {
	background: #f1f1f1;
	}

.text table td,
.post table td {
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	padding: 5px 5px 5px 5px;
	}

	
	
	
/****** IMAGES ******/

/*** Images resize ***/
img[class*="wp-image-"], 
.attachment img, 
.comment_text img, 
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	width: auto; /* IE 8 fix - prevent stretching of full-size images with height and width attributes */
	}

	
/*** Image align ***/	
.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
	}
	
.alignright {
	float: right;
	margin: 0 0 5px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}
	
p.aligncenter {
	text-align: left;
	}
	
	
/*** Image size - full ***/
img.size-full {
	margin-bottom: 13px;
	}
	
.wp-caption img.size-full {
	margin-bottom: 0;
	}
	
	
/*** Image caption ***/
.wp-caption {
	position: relative;
	max-width: 100%;
	margin-bottom: 13px;
	overflow: hidden;
	}
	
.wp-caption img {
	display: block;
	}

p.wp-caption-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 4px 0 6px 5px;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	z-index: 100;
	background: rgba(0, 0, 0, 0.35); /* Firefox, Chrome, Opera, Safari, IE9 */ 
	}
	
	
/****** GALLERY ******/
.gallery {
	line-height: 0; /* Disable <br> tags */
	}
	
.gallery p {
	margin-bottom: 0;
	}

.gallery-item {
	float: left;
	width: 33%;
	margin-bottom: 20px;
	text-align: center;
	}
	
.gallery-columns-2 .gallery-item {
	width: 50%;
	}
	
.gallery-columns-4 .gallery-item {
	width: 25%;
	}
	
.gallery img {
	border: none !Important;
	}
	
/* Image caption */
.gallery-caption {
	margin: 7px 0 -2px 0;
	line-height: normal;
	font-size: 11px;
	}