/* highlight col-* */
.row-special.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-special.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row-special [class*='col-'] {
  background-colo: #cceeee;
  background-clip: content-box;
}

#blg .single-left-widget {
	padding-bottom: 6px;
	margin-bottom: 30px;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 10px;
	border:1px solid #D8D8D8;
}
#blg .single-left-widget .section-title h4 {
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #d2d8c3;
	padding-bottom: 15px;
	margin-bottom: 12px;
	margin-top: -2px;
}
#blg .single-post-blog{
	width: 100%;
	margin: 0px;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: -4px;
}
#blg .post-thumb img {
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	min-height: auto;
	border: 1px solid #ccc;
}
#blg .post-thumb{
	padding-top: 10px;
}

#blg .post-area{
	padding-bottom: 10px;
	text-align: center;
}
#blg .post-content {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#blg .post-content span {
	line-height: 20px;
	font-size: 13px !important;
	font-weight: 400;
	color: orange;
}
#blg .post-content span a {
	color: #7D7B7B;
}
#blg .list-group-item1 {
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	padding: 0 20px !important;
	position: relative;
}
#blg .list-tag {
	margin: 20px 0px 10px 0px;
}
#blg .list-tag a {
	margin-bottom: 10px;
	margin-right: 5px;
	position: relative;
	display: inline-block;
}
#blg .tag {
	background: transparent;
	color: #333;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 6px 10px;
	border: 1px solid #ddd;
	text-transform: uppercase;
}
#blg .num {
	background: #ffb600;
	display: inline-block;
	font-size: 12px;
	padding: 0px 10px;
	color: #fff;
	font-weight: 400;
	position: relative;
	margin-left: 10px;
}
#blg .post {
	background: #fff;
	margin-bottom: 50px;
	border: 1px solid #eee;
	border-radius:8px;
}
#blg .post-blog {
	padding: 33px 43px 0px 43px;
	position: relative;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.post-blog img {
	width: 100%;
	border: none;
}
#blg .post-content-blog {
	padding: 0 43px;
	overflow: hidden;
}
#blg .entry-header {
	margin: 30px 0 30px;
}
#blg .entry-title {
	font-size: 24px;
	font-weight: 600;
	overflow: hidden;
	line-height: 30px;
}
#blg .blog-author {
	border-top: 1px solid #EEE;
	padding: 10px 0 30px;
	font-style: italic;
	font-size: 13px;
}
#blg .entry-content{
	padding: 15px 0px;
}
#blg .social-share {
	border-top: 1px solid #EEE;
	padding: 17px 0 0;
	margin-bottom: 0;
}
#blg ul.widget-tag random_tags, #blg ul.text-center, #blg ul.list-inline {
	padding-left: 0;
	margin-left: 8px;
	list-style: none;
	padding: 5px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
}
#blg .social-share ul li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}

#blg .social-share ul li a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#blg .social-share ul li a i.fa.fa-facebook:hover{
    background: #3b5998;
    color: #fff;
    border: none;
}

#blg .social-share ul li a i.fa.fa-twitter:hover {
    background: #1dcaff;
    color: #fff;
    border: none;
}

#blg .social-share ul li a i.fa.fa-google-plus:hover {
    background: #d62d20;
    color: #fff;
    border: none;
}

#blg .social-share ul li a i.fa.fa-linkedin:hover {
    background: #0e76a8;
    color: #fff;
    border: none;
}

.media:first-child {
	margin-top: 0;
}
#blg .leave-comment {
	background-color: #fff;
	margin: 30px 0;
	color: #212121;
}
.media:first-child {
	margin-top: 0;
}
.media, .media-body {
	overflow: hidden;
	zoom: 1;
}
#blg .media-body {
	width: 90%;
}
#blg .media-left {
	float: left;
	width: 10%;
}
#blg .media-left, .media-right, .media-body {
	vertical-align: top;
	display: block;
}
#blg .media-object {
	display: block;
}
#blg .media-left, .media-right, .media-body {
	vertical-align: top;
	display: block;
}
#blg h5 {
	margin: 0 0 10px;
}
#blg small, #blg .small {
	font-weight: 400;
	line-height: 22px;
	margin-bottom: -4px;
	color: #3d464d;
}
#blg .media-body p {
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
}
.related_box {
	border: 1px solid #eeee;
	border-radius: 8px;
	width: 100% !important;
}

#related-posts .jcarousel li {
	padding: 15px;
}

#related-posts .related_box > .image ,#related-posts .related_box > .name {
	padding: 15px;
}
#related-posts .related_box > .image {
	border: initial !important;
}
#related-posts .related_box > .image img {
	border: initial !important;
}
#related-posts .related_box > .name {
	padding-top: 0px;
	width: initial !important;
}
#related-posts .jcarousel-wrapper div ul li div {
	margin: 0px auto;
}
.related_box:hover{
	background: #f0f3e8 !important;
	box-shadow: 4px 3px 10px -4px rgba(0, 0, 0, 0.4);
}
.related_box .name a{
	display: block;
	text-align: left !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro-name-title {
	text-align: left;
	font-weight: 400;
	padding-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#blg ul.widget-tag {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #7D7B7B;
	font-size: 13px;
}
#blg .single-left-widget .section-title ul.widget-tag li {
	padding: 5px 0px 0px 0px;
	display: inline-block;
	margin-right: 9px;
}
#blg .single-left-widget .section-title ul li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 9px;
	border: 1px solid #ddd;
	color: #333;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#blg .single-post {
	background: #fafafa;
	margin-bottom: 30px;
	border: 1px solid #eee;
	border-radius: 10px;
}
#blg .single-post:hover {
	background: #f0f3e8;
	box-shadow: 4px 3px 10px -4px rgba(0, 0, 0, 0.4);
}
#blg .single-post-item {
	position: relative;
	overflow: hidden;
	padding: 20px;
}
#blg .single-posts .single-post-img {
	position: relative;
}
#blg .single-posts .single-post-img img {
	width: 100% !important;
	border-radius: 8px;
}
#blg .hover-effect, #blg .hover-effect a {
	position: relative;
	display: block;
}
#blg .single-post-img {
	overflow: hidden;
}
#blg img {
	max-width: 100%;
	height: auto;
}
#blg .single-post-info {
	display: inline-block;
	width:100%;
}
.flipInY.go {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
#blg .single-post-info h3 {
	font-weight: 400;
	color: #7D7B7B;
	text-decoration: none;
	text-transform: capitalize;
	font-size:15px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#blg .single-posts .single-post-info h3 a {
	font-size: 15px;
}
#blg .single-posts .single-post-info h3 a:hover {
	color: #000000 !important;
	text-decoration: underline;
}
#blg ul.widget-tag random_tags, #blg ul.text-center, #blg ul.list-inline  {
	list-style: outside none none;
	padding: 0px !important;
	margin: 10px 0px 10px 0px;
	color: #7D7B7B;
	font-size: 13px;
}
#blg .single-post p {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: -3px;
	color: #7D7B7B;
	height: 120px;
}

#blg .single-post .view-more{
	display: block;
	text-align: center;
	margin-top: 20px;
}

.row-display-flex{
	display: flex;
	width: 100%;
}

#blog-column-left {
	display: block;
	width: 69%;
	padding-left: 15px;
	padding-right: 15px;
}

#blog-column-right {
	display: block;
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
}

#blog-column-left .post .post-content-blog .entry-content ul{
	list-style-type: none !important;
	padding-left: 0px !important;
	margin-top: 0px !important;
	line-height: 23px !important;
	list-style-type: none !important;
}

#blog-column-left .post .post-content-blog .entry-content ul li:before {
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f105";
    margin-right: 10px;
}
	
/* #blog-column-right { */
	/* min-height: 400px; */
	/* margin-bottom: 25px; */
/* } */


/* .pagination{ */
	/* margin-right: 40px; */
/* } */

/* .list-inline>li { */
	/* display: inline-block; */
	/* padding-right: 5px; */
	/* padding-left: 5px; */
/* } */

#container-blog {
	max-width: 1024px;
	margin: auto;
}

#container #container-blog {
	max-width: 100%;
}

@media(min-width: 1024px) {
	#footer {
		margin: auto !important;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width: 580px) {
	.row-display-flex{
		display: block;
	}
	#blog-column-left, #blog-column-right {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	#blg #review{
		padding: 0px 30px;
	}
	#blg .leave-comment {
		margin: 30px 30px;
	}
	#blg .buttons{
		margin: 20px 30px;
	}
}

#olympia-container{
    padding-top: 20px;
}