/*
Theme Name: Holiday Specialists
Author: Sueprvillain Media 
*/

/* HTML5 Boilerplate  */
@import url(/css/style-hoot.css);

div [role="main"] .sidebar {

}

div [role="main"] div.content {
background: #f3efea;
}

div[role="breadcrumb"] {
width: 100% !important;
margin: 0;
top: 0;
}

/* Type */

.content h2,
.content h1 {
	text-transform: none;
	font-size: 24px;
	margin: 25px 0;
	font-weight: 600;
}

.content h2 a, 
.content h1 a {
	text-decoration: none;
	color: #702283;
}

.content a {
	text-decoration: none;
}

article p {
	margin: 20px 0;
}

/* Structure */

article.sticky {
	background: #702283 url(/images/footer-bg.png) no-repeat;
	color: #fff;
}

article.sticky h2 a,
article.sticky h1 a,
article.sticky a,
article.sticky .post-meta {
	color: #fff;
}

.content article.post {
	margin: 0 0 20px 0;
	padding: 1px 30px;
}

.post-meta {
margin: 20px 0;
font-size: 12px;
font-weight: 600;
color: #999;
}

.pagination {
	margin: 30px;
}

.comments {
	display: none;
}

h2 .comments {
display: block;
float: right;
background: url(img/comment-counter.png) no-repeat;
background-size: contain;
-ms-behavior: url(/css/bgsize.htc);
width: 27px;
height: 22px;
text-align: center;
}

h2 .comments a {
color: #fff;
font-size: 12px;
position: relative;
top: -6px;
}

h2 > a {
	float: left;
}

/* Sidebar */

.sidebar a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: 
}

.sidebar-widget-2 > div {
	margin: 20px;
}

.sidebar-widget ul,
.sidebar-widget-2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.textwidget iframe {
	position: relative;
	left: -10px;
}