/*  
Theme Name: New HawtCelebs 1.1
Description: Designed by Cvijan Karac.
Version: 1.1
Author: Cvijan Karac
*/

body {
	margin:0;
	padding:0;
	background:url(images/body.jpg) no-repeat;
	background-position:top center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color: #076aff;
    font-family:'Helvetica Neue', Arial, Verdana, sans-serif;
	}
ul, li {
	margin: 0px;
	padding: 0px;
	}
a:link, a:visited {
	text-decoration:none;
	color:#db0704;
	border:0;
	}
a:hover {
	color:#db0704;
	text-decoration:underline;
	}
a:active {
	color:#db0704;
	text-decoration:underline;
	}
h1, h2, h3, h4 {
	font-family:'Helvetica Neue', Arial, Verdana, sans-serif;
	color: #666;
	}
h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 18px;
	}
img {
	border:none;
	margin:0;
	padding:0;
	}
img.alignleft {
float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
img.alignright {
float:right;
	margin-bottom:5px;
	margin-left:10px;
	}
hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	}
blockquote {
	margin:15px 0 20px 0;
	padding:5px 8px 5px 35px;
	background:#ecece8 url(images/quote2.png) no-repeat left top;
	background-position:8px 5px;
	width:91%;
	}
* html blockquote {
	height:1%;
	}
blockquote p {
	margin:0;
	padding:0 0 5px;
	}
#wrap {
	width:1055px;
	position:relative;
	margin:0 auto;
	padding:0;
	}
#wrapcontent{
	width:1055px;
	background-color:#FFFFFF;
	float:left;
	padding-top:7px;
	}
#contentwrap{
	width:740px;
	float:left;
	}
#header {
	height:150px;
	width:1055px;
	float:left;
	}
#header a {
	color:#FFF;
	}
#headercontent {
	width:1055px;
	float:left;
	height:80px;
	margin-top:6px;
	
	}
#headerads{
	width:1048px;
	float:left;
	padding:7px 7px 7px 7px;
	}
#ads728x90{
	float:right;
	width:728px;
	margin:0px 0px 10px 8px;
	}
#headeradsleft{
	width:297px;
	height:90px;
	float:left;

	}
.logo {
    width:426px;
    height:93px;
    margin:13px 0px 0px -10px;
}
#header728x90{
	width:728px;
	height:90px;
	margin-left:10px;
	float:right;
	}
#header h1 {
	position:absolute;
	width:600px;
	left:38px;
	top:40px;
	margin:0;
	padding:0;
	font: bold 34px/38px 'Helvetica Neue', Arial, Verdana, sans-serif;
	}
#header h1 a:hover {
	color: #C1C1B6;
	text-decoration: none;
	}
p.tagline {
	position:absolute;
	width:425px;
	top:97px;
	left:5px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	font: bold 14px Arial, Helvetica, sans-serif;
	}
#header .rss {
	font: bold 12px 'Helvetica Neue', Arial, Verdana, sans-serif;
	color: #FF9900;
	width: 220px;
	position: absolute;
	top: 85px;
	right: 108px;
	}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background-image:url(images/navbar.png);
	height:30px;
	margin-top:8px;
	width: 1055px;
	font: bold 12px Arial,  sans-serif;
	color: #FFFFFF;
	float:left;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	background-image:url(images/navbarli.png);
	background-repeat:no-repeat;
	}

#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	padding: 7px 7px 7px 9px;
	text-decoration: none;
	text-transform: uppercase;

	}

#nav li a:hover, #nav li a:active {
	background-color:#db0704;
	color: #ffffff;
	padding: 7px 7px 7px 9px;

	}

.mobile-menu {
    background: url(images/menu.png);
    height: 45px;
    di1075splay: block;
    padding: 0 14px;
    line-height: 45px;
    float: left;
    cursor: pointer;
    padding: 0 20px;
    display: none;
    width: 100%;
    text-indent: -9999px;
}
.mobile-menu.active {
    position: relative;
}
@media only screen and (max-width: 1055px) {
    .mobile-menu {
        display: block;
    }
    #navbar {
        width: auto;
        background: #000;
        height: 100%;
        margin: 0;
        overflow-y: scroll;
    }
    #navbar li {
        width: 100%;
        background: none;
        line-height: 30px;
        border-bottom: 1px solid #101010;
    }
    
    
    .cbp-spmenu,
    .cbp-spmenu-push {
        transition: all 0.3s ease 0s;
    }
    .cbp-spmenu-push {
        left: 0;
        position: relative;
        overflow-x: hidden;
    }
    .cbp-spmenu {
        position: fixed;
        left: -250px;
        top: 0px;
        width: 250px !important;
        height: 100%;
        background: #232222;
        padding: 0;
       
    }

    .cbp-spmenu-push-toright {
        left: 250px;
        
    }
    .cbp-spmenu-open {
        left: 0;
        
    }
}	

/*-- Header search settings --*/
#header .search {
	background:url(images/Search.gif) no-repeat left top;
	position:absolute;
	top:123px;
	width:160px;
	left: 715px;
	margin: 0px;
	padding: 0px;
	}
/*
*html #header .search {

	top:120px;
	right:120px;
	
}*/
#header .search form {
	margin:0px;
	padding: 0px;
	}
#header .search input {
	color:#FFF;
	font-size:11px;
	width:160px;
	background-color:#666666;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	height: 15px;
	line-height: 13px;
	}
#content .pageintro {
	float: left;
	width: 555px;
	position: relative;
	}
/*-- Begin page content CSS --*/
#content {
	width:563px;
	position:relative;
	float:right;
	margin-left:0;
	margin-top:-4px;
	font: 12px/17px 'Helvetica Neue', Arial, Verdana, sans-serif;
	}
.postwrap {
	float:left;
	width:535px;
	padding:0px 15px 10px 15px;
	background:url(images/postwrap.png) repeat-y;
	}
.postwrap ul {
	margin-left: 30px;
	}

.breadcrumb {
	float: left;
	width: 535px;
	margin-top:7px;
	position: relative;
	}
.posthead {
	width:535px;
	margin-left:-10px;
	padding-top: 8px;
	padding:10px 10px 0px 10px;
	float:left;
	background-image:url(images/gradient.png);
	background-repeat:repeat-x;
	color: #5c5c5c;
	font-family:'Helvetica Neue', Arial, Verdana, sans-serif;}
	
.postwrap h1 {
	width:535px;
	margin:0;
	font-family:'Helvetica Neue', Arial, Verdana, sans-serif;
	font-size:30px;
	line-height:35px;
	font-weight:300;
	letter-spacing: -1px;
	float:left;
	}
.postwraptop{
	float:left;
	width:559px;
	background:url(images/postwraptop.png);
	height:5px;
	margin-left:3px;
	}
.postwrapbottom{
	float:left;
	width:559px;
	background:url(images/postwrapbottom.png);
	height:5px;
	margin-left:3px;
	margin-bottom: 10px;
	}
.postwrapbottombr{
	float:left;
	width:559px;
	background:url(images/postwrapbottom.png);
	height:5px;
	margin-left:3px;
	}
.authorbox {
	width:535px;
	height:25px;
	font-weight: bold;
	}
.authorbox   li  {
	margin-top: 0px;
	}
#content .posthead h1 a {
	color:#db0704;
}
#content .posthead h1 a:hover {
	color: #5c5c5c;
	text-decoration: none;
}
.postauthor {
	color:#5c5c5c;
	float:left;
	padding-top:1px;
	font-size:12px;
	margin-right:5px;
	line-height:23px;
	height: 23px;
}
.postdate {
	color:#5c5c5c;
	float:left;
	padding-top:1px;
	font-size:12px;
	margin-right:5px;
	line-height:23px;
	height: 23px;
}
.postcomments {
	background-image:url(images/icon-comment.png);
	background-repeat:no-repeat;
	background-position:right center;
	float: right;
	height: 23px;
	font-size:13px;
	text-align:right;
	width:90px;
	line-height: 23px;
	padding-right:25px;
}
.postcontent {
	font-size: 12px;
	letter-spacing:0.2px;
	font-weight:500;
	line-height: 19px;
	color: #5c5c5c;
}
.postinfo {
 	font-size:11px;
	font-family:'Helvetica Neue', Arial, Verdana, sans-serif;
	background-image:url(images/gradient.png);
	background-repeat:repeat-x;
	width:535px;
	margin-left:-10px;
	padding:10px 10px 10px 10px;
	float:left;
}
.postinfo a {
	font-weight: bold;
	text-decoration: none;
}

.postinfo li {
	list-style-type:none;
	display:inline;
	font-size:10px;
	font-weight:700;
	margin:0 10px 0 0;
	padding:5px 0 5px 18px;
}
.postcat {
	width:535px;
	line-height:15px;
	padding-top:10px;
	float:left;
	font-size:12px;
	font-weight:900;
	color:#5c5c5c;
	}
.posttag {
	width:535px;
	line-height:15px;
	padding-top:3px;
	float:left;
	font-size:12px;
	font-weight:900;
	color:#5c5c5c;
}
.more-link {
	font-size:12px;
	font-weight:700;
	margin-bottom:10px;
	float:right;
}
ul.Note {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top:15px;
}

.Note li {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 15px;
	position: relative;
	line-height: 12px;
}
.NoteRss {
	background:url(images/NoteRss.png) no-repeat left top;
}
.NoteTrackBack {
	background:url(images/NoteTrackBack.png) no-repeat left top;
}
/*-- Related Posts plugin settings --*/
.rel-posts {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom: 1px dotted #BDBDB3;
}
.rel-posts ul {
	margin-left: 0px;
	}
.rel-posts li {
	list-style-type:none;
	font-size:11px;
	background-image:url(images/read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 15px;
	position: relative;
	line-height: 13px;
	}
/* begin css for comments box */

#comments-box {
    float: left;
    width: 100%;
    padding: 15px;
	}
.comments-box img {
	vertical-align:middle;
	}
.comments-box h3 {
	color: #000;
	font-family: 'Helvetica Neue',Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 25px;
	}
.comments-box em {
	display: block;
	color: #999;
	margin: 10px 0 0 0;
	}
.comments-box a:hover {text-decoration:underline; }

#comments-navigation{
	width:490px;
	padding:2px 2px 2px 5px;
	background-color: #eef9fd;
	margin-bottom:10px;
	}
#gravtar{
	float:left;
	height:42px;
	width:490px;
	margin:10px 0 10px 0;
	padding:5px;
	background-color: #eef9fd;
	
}
#gravtar_img{
	float:left;
	margin-right:5px;
}
#respond p {
	color: #777;
	line-height: 1.6em;
	margin: 10px 0 0 0;
}

#respond textarea {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 500px;
	height: 150px;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

#respond textarea:hover {background:#f1f2f2}

/* add icons to fields */
.field_email {
	background: url(images/f_email.png) no-repeat left center;
	padding: 2px 5px 2px 37px;
}
.field_email:hover {background: #eef9fd url(images/f_email.png) no-repeat left center}
.field_author {
	background: url(images/f_author.png) no-repeat left center;
	padding: 2px 5px 2px 37px;
}
.field_author:hover {background: #eef9fd url(images/f_author.png) no-repeat left center}
.field_url {
	background: url(images/f_url.png) no-repeat left center;
	padding: 2px 5px 2px 37px;
}
.field_url:hover {background: #eef9fd url(images/f_url.png) no-repeat left center}
.field_submit {
	background: #db0704 url(images/f_comment.png) no-repeat left center;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #c9d8da;
	color: #fff;
	padding: 1px 5px 1px 37px;
}
.field_submit:hover {
	border: 1px solid #ccc;
	background: #fff url(images/f_comment.png) no-repeat left center;
	color: #555;
}

ol.commentlist li div.vcard cite.fn a.url:hover {text-decoration:underline}

ol.commentlist { margin: 0 0 0 0; padding: 0 0 0 0; list-style: none;}
ol.commentlist li {  padding: 15px 0 15px 0; margin-bottom:10px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor p { }
ol.commentlist li div.vcard cite.fn { font-style: normal; font-weight:bold; }
ol.commentlist li div.vcard cite.fn a.url { color: #dd2e34; }
ol.commentlist li div.vcard img.avatar { float:left; margin-right:5px; }
ol.commentlist li div.vcard img.photo {  background: #e8f7fb; padding: 2px; border-top: 1px solid #c3dae1; border-left: 1px solid #d2ecf3; border-right: 1px solid #c3dae1; border-bottom: 1px solid #d2ecf3;}
ol.commentlist li div.vcard span.says { color: #888; font-size: 0.9em; }
ol.commentlist li p { margin: 15px 0 0 0; line-height: 1.4em; }
ol.commentlist li div.reply a { }
ol.commentlist li div.vcard img.avatar-32 { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { margin-top:10px;}
ol.commentlist li div.vcard { }
ol.commentlist li div.commentmetadata { font-size:10px; color:#999999;}
ol.commentlist li div.comment-meta { }
ol.commentlist li div.comment-meta a {color:#7f7f7f; }
ol.commentlist li ul { }
ol.commentlist li div.reply { color: #3a5796; text-align:right; background-image:url(images/replay.png); background-repeat:no-repeat; padding:2px 5px 2px 2px; }
ol.commentlist li ul.children { }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { }
ol.commentlist li ul.children li.depth-3 { }
ol.commentlist li ul.children li.depth-4 {  }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.pingback { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* end comments*/

#left-sidebar {
	width:160px;
	position:relative;
	float: left;
	margin-left:7px;
	margin-bottom:7px;
	font: 12px 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight:700;

}
#left-sidebar h2 {
	font-size:16px;
	background-color:#db0704;
	color: #FFFFFF;
	padding:5px 0px 5px 5px;
	margin:7px 0px 5px 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#left-sidebar ul li {
	list-style: none;
    padding:0 5px;
	line-height: 18px;
    float: left;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#left-sidebar ul a {
	color: #5c5c5c;

}
#left-sidebar ul a:hover {
	color: #db0704;
	text-decoration: underline;
}

#left-sidebar ul.children li  {
	border-bottom-style: none;
	background: url(images/subcat.gif) no-repeat left top;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;

}
#sidebar {
	width:300px;
	color:#5c5c5c;
	position:relative;
	margin:0px 7px 10px 0px;
	float: right;
	font: 12px 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight:700;


}
#sidebar h2 {
	font-size: 18px;
	color: #000000;
	letter-spacing: -1px;
    float: left;
    width: 100%;
}

#sidebar ul li {
	margin-left: 3px;
	list-style: none;
	background: url(images/lidot.gif) no-repeat left 6px;
	padding-left: 8px;
	padding-bottom:5px;
	border-bottom: 1px dotted #CCCCC6;
	padding-top: 3px;
	line-height: 18px;
	
}
#sidebar ul a {
	color: #7b7b7b;


}
#sidebar ul a:hover {
	color: #db0704;
	text-decoration: underline;

}

#sidebar ul.children li  {
	border-bottom-style: none;
	background: url(images/subcat.gif) no-repeat left top;
	margin: 0px;
	padding-left: 12px;
}


#sidebar-top {
	width:300px;
	float: left;
	margin-bottom:10px;
}

#sidebar-top h2 {
	color: #db0704;
	padding:10px 0px 7px 7px;
	margin:10px 0px 10px 0px;
}
#sidebar-top h2 a.rsswidget   {
	color: #FFFFFF;
	font: bold 14px 'Helvetica Neue', Arial, Verdana, sans-serif;
}
#sidebar-top .rsswidget img {
	margin-top: 2px;
	float: left;
	margin-right: 6px;
}

#sidebar-top .textwidget {
	padding:0;
	font-size: 11px;
	letter-spacing:0.2px;
	font-weight:500;
	line-height: 16px;
	color: #5c5c5c;
}
#sidebar-top   ul   ul  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar-top #searchform {
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 7px;
}
#sidebar-top  #s {
	width: 200px;
	margin-bottom: 4px;
}

#sidebar-left {
	float:left;
	width:165px;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size:16px;
	background-color:#db0704;
	color: #FFFFFF;
	padding:5px 0px 5px 5px;
	margin:7px 0px 5px 0px;
}

#sidebar-right {
	float:right;
	width:125px;

}
.textwidget {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.textwidget:after {
    clear: both;
}
.textwidget img {
    width: auto;
}
.pagenavi {
	font: bold 14px 'Helvetica Neue', Arial, Verdana, sans-serif;
	display: block;
	margin-top:10px;
	float: left;
	text-align:left;
	width: 535px;
}


#footer {
	clear: both;
	width:1040px;
	font: 11px Arial, Helvetica, sans-serif;
	margin:0px 0px 7px 7px;
	color: #CCCCCC;
	background-color:#1a1a1a;
}
#footertop {
	clear: both;
	height: 28px;
	width:1020px;
	padding:10px;
	background-color: #262626;
	float: left;
	font-family: 'Helvetica Neue',Arial,Verdana,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;

}
#footertop li {
	float: left;
	list-style: none;
	margin-top:7px;
	padding:0px 7px 0px 7px;
	border-right: 1px solid  #999999;
	color: #262626;
	}
#footertop li a, #footertop li a:link, #footertop li a:visited {

	}
#footer a {
	color: #CCCCCC;
}
#credit {
	color: #999999;
	padding:10px;
}
#credit a {
	color: #999999;
	text-decoration: underline;
}
#search{
float:right;
padding:3px;
}

#searchfooter{
float:right;
}

.footer-box {
	float: left;
	width: 330px;
	margin-left:14px;
	margin-bottom: 5px;

}
.footer-box ul {
	list-style: none;
}
.footer-box li {
	margin-bottom:3px;
}

.footer-box ul li{
	font: 11px 'Helvetica Neue', Arial, Verdana, sans-serif;
	text-decoration:none;

}

.footer-box ul li ul li {

}
.footer-box h3 {
font-family: 'Helvetica Neue',Arial,Verdana,sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 13px;
color: #7c7c7c;
margin-bottom:5px;

}
 /* Subscribe Options */

#subscribe_options{margin-top:10px;padding:0px 5px 5px 5px;font-size:90%; float: left; width: 100%; box-sizing: border-box;}
body.single #subscribe_options{margin-top:17px;}
#subscribe_options .join{font-size:13px;margin-bottom:1px;text-align:center;}
#subscribe_options .subscribe_icons{width:300px;margin:0 auto;}

#subscribe_options .subscribe_icons a{display:block; float:left;background:url(images/subscribe_icons.png) center top no-repeat;padding:40px 0 2px; width:60px; margin-bottom:10px; text-align:center;}
#subscribe_options .subscribe_icons a:hover{color:#444;text-decoration:none;moz-box-shadow:0 2px 4px hsla(0,0%,0%,.35);}
#subscribe_options .subscribe_icons .subscribe_facebook a{background-position:center -100px;}
#subscribe_options .subscribe_icons .subscribe_rss a{background-position:center -200px;}
#subscribe_options .subscribe_icons .subscribe_email a{background-position:center -300px;}
#subscribe_options .subscribe_icons .subscribe_favorite a{background-position:center -400px;}
#subscribe_options p{clear:both;}
#subscribe_options .more_subscribe_options{text-align:center;}

/* Share */

.postcomment a {
	background: url(images/icon_comment.png) no-repeat center left;
	color: #999;
	padding: 0 20px;
	margin-left: 10px;
}

.postbottom {
	background: url(images/bg_share.png) repeat-x bottom center;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 10px 10px 0px 10px;
	width:535px;
	margin-left:-10px;
	margin-top:10px;
}

.likepost {
	margin-bottom: 20px;
}

.likepost h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #666;
}

.likepost ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.likepost ul li {
	padding-left: 20px;
	margin: 10px 0 0 0;
}

.like_share {
	background: url(images/icon_share.png) no-repeat center left;
}
.like_rss {
	background: url(images/icon_rss.png) no-repeat center left;
}
.add_to_any {
	background: url(images/add_to_any.png) no-repeat center left;
}

.like_twitter {
	background: url(images/icon_twitter_small.png) no-repeat center left;
}

.postsocial {
	float: right;
	width: 380px;
}

.socialicons {
	width: 94px;
	float: right;
}

.socialicons a {
	display: block;
	margin: 0 0 5px 5px;
	float: right;
	width: 42px;
	height: 43px;
}

.socialdigg {
	float: right;

	height: 80px;
	padding: 5px;
}

.social {
	float: right;
	height: 80px;
	padding: 5px;
	margin-right: 5px;
}
.socialfb {
	float: right;
	height: 80px;
	padding: 5px 0px 5px 10px;
	margin-right: 5px;
}

/* Share End */
@media (max-width: 1055px) {
    * {
        box-sizing: border-box;
    }
    img.mcimg {
        max-width:100% !important;
        width:100% !important;
        height: auto !important;
    }
    #wrap img {
        max-width:100%;
        width:100%;
        height: auto;
        
    }
    .postwrap .postcontent > div center img {
        width: auto !important;
    }
    #wrap .textwidget img {
         width:auto;
    }
    .mg_addad5624{
        display: none !important;
    }
    body {
	   background:none;
	   background-color: #d5d5d5;
	}
    
    #wrap,
    #header,
    #wrapcontent,
    #content,
    .postwrap,
    .postwrap h1,
    .authorbox,
    #left-sidebar,
    #headercontent,
    #navbar,
    #subscribe_options .subscribe_icons {
        width: 100%;
    }
    #wrapcontent {
        background: none;
        padding: 15px;
    }
    #header {
        height: 45px;
        background: #076aff;
        position: relative;
    }
    #headercontent {
        height: auto;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        background: #000;
    }
    .logo {
        background:url(images/logomobile.png) no-repeat;
        margin: 0;
        height: 45px;
        width: 214px;
        position: absolute;
        left: 75px;
        top: 0;
    }
    .logo img {
        display: none;
    }
    .logo a {
        display: block;
        height: 45px;
        width: 214px;
    }
    p.tagline {
        width: 50% !important;
        text-align: right;
        right: 15px;
        top: 14px;
        left: inherit;
    }
    #content {
        margin: 0;
    }
    #contentwrap {
        width: 65%;
    }
    #sidebar {
        width: 35%;
        margin: 0;
        padding-left: 15px;
    }
    #left-sidebar {
        margin-left: 0;
        background: #fff;
        width: 100%;
        padding:15px 0;
    }
    #left-sidebar ul {
        list-style: none;
    }
    #left-sidebar ul li {
        width: 25%;
        float: left;
        margin-left: 0;
        padding: 5px;
        background: none;
        border: 0;
    }
    #content {
        background: none;
    }
    .postwrap {
        background: #fff;
        padding: 0;
        border-bottom: 1px solid #D8D8D8;
    }
    .posthead {
        background: none;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .postwrap h1 {
        float: left;
        margin-bottom: 10px;
    }
    .authorbox {
        bottom: 25px;
        float: left;
        padding: 0 20px 0 0;
        position: absolute;
        right: 0;
        width: 68%;
    }
    .postcomments {
        width: auto;
    }
    .postwraptop,
    .postinfo,
    .postwrapbottom {
        display: none;
    }
    .wp-caption {
        width: 100% !important;
        padding: 0 !important;
    }
    #sidebar > div {
        width: 100%;
        padding: 10px;
        background: #fff;
        margin: 0;
    }
    #subscribe_options .subscribe_email {
        display: none;
    }
    #footer,
    #footertop {
        width: 100%;
        height: auto;
        margin: 0;
        float: left;
    }
    #footertop ul {
        float: left;
        width: 100%;
    }
    #footertop li {
        margin: 0;
    }
    .pagenavi {
        width: 100%;
        margin: 0;
        float: left;
        padding: 5px;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        border: 0;
    }
    .wp-pagenavi span.current,
    .wp-pagenavi a {
        padding: 8px 15px;
        line-height: 14px;
        margin: 0 5px;
        display: inline-block;
    }
    .wp-pagenavi a {
        background: #eeeeee;
    }
    .wp-pagenavi a:hover {
        text-decoration: none;
    }
    
    .post {
        padding: 25px;
        width: 100%;
        position: relative;
        float: left;
        border-bottom: 1px solid #fff;
        background: #ffffff;
        background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
        background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
        background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
        background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );

    }
    .postwrap .postcontent {
        float: left;
        width: 30%;
        padding-right: 12px;
    }
    .postwrap .postcontent .wp-caption {
 
    }
    .postwrap .posthead {
        float: right;
        width: 70%;
        margin-top: 0;
    }
    .postwrap .postcontent p {
        margin: 0;
    }
    .postwrap .postcontent .more-link,
    .postwrap .postcontent .wp-caption-text {
        display: none;
    }
    
    .postwrap.bigpost .postcontent {
        float: left;
        width: 100%;
        padding: 0;
    }
    .postwrap.bigpost .postcontent .wp-caption {
        height: 350px;
        overflow: hidden;
    }
    .postwrap.bigpost .posthead {
        float: right;
        width: 100%;
    }
    .postwrap.bigpost .authorbox {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        padding: 0;
    }
    .postwrapbottombr {
        height: 0;
    }
    .breadcrumb {
        width: 100%;
        padding: 8px 5px;
        margin: 0;
    }
    .breadcrumb a,
    .breadcrumb span {
        padding: 0 5px;
    }
    .single .postcontent {
        width: 100%;
        padding: 0;
    }
    .single .posthead {
        width: 100%;
    }
    .single .authorbox {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        padding: 0;
    }
    .single .postcontent > div div {
        margin: 0 !important;
        padding: 5px 8px;
        float: left;
        width: 33%;
    }
    
    .single .postcontent .wp-caption {
        height: auto;
        width: 100%;
        padding: 0;
    }
    .mgbox {
        width: 100% !important;
        float: left;
        margin: 20px 0 !important;
    }
    #MarketGidComposite5624 .mgline {
        float: left;
        padding: 0 5px !important;
        min-width: 0 !important;
    }
    #content #MarketGidComposite5624 .mgline {
        padding: 0 5px !important;
    }
    #MarketGidScriptRootC5624 {
        float: left;
        width: 100%;
    }
    #footertop li {
        padding:0 5px;
        margin-bottom: 5px;
        width: 25%;
        border: 0;
        text-align: center;
    }
    #footertop li a {
        background: #000;
        display: block;
        padding: 10px 0;
    }
    .srp-widget-container {
        display: inline-block !important;
    }
    #respond {
        padding: 15px;
        float: left;
        width: 100%;
    }
}
@media (max-width: 980px) {
    #contentwrap  {
        width: 65%;
    }
    #sidebar {
        width: 35%;
    }
    .srp-post-content-container {
        float: left;
        display: inline-block!important;
        width: 100% !important;
    }
    .srp-thumbnail-box {
        float: left!important;
        margin: 0!important;
        padding-right: 10px!important;
        width: 30%!important;
    }
    .srp-content-box {
        float: left!important;
        width: 70% !important;
    }
}
@media (max-width: 890px) {
    #contentwrap,
    #sidebar  {
        width: 100%;
    }
    #contentwrap {
        overflow: hidden;
    }
    #footer {
        overflow: hidden !important;
    }
    #footer img {
        max-width:100%;
        width:100%;
        height: auto;
    }
    #sidebar {
        padding-left: 0;
    }
    .single .postcontent > div div {
        width: 25%;
    }
    .wp-post-navigation > div {
        width: 50%;
    }
    .srp-widget-singlepost {
        width: 25% !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 5px !important;
        float: left !important;
        display: inline-block !important;
    }
    .srp-post-content-container {
        width: 100% !important;
    }
    .srp-thumbnail-box {
        padding-right: 0 !important;
        width:100%!important;
    }
    .srp-content-box {
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 890px) {
    .srp-widget-singlepost:nth-child(4n+1) {
        clear: left;
    }
}
@media (max-width: 768px) {
    .single .postcontent > div div {
        width: 33%;
    }
    .srp-widget-singlepost { 
        width: 33.3% !important;
    }
}
@media (min-width: 480px) and (max-width: 768px){
    .srp-widget-singlepost:nth-child(3n+1) {
        clear: left;
    }  
}
@media (max-width: 600px) {
    .postwrap .postcontent {
        width: 40%;
    }

    .postwrap .posthead {
        width: 60%;
    }
    .authorbox {
        bottom: 20px;
        width: 58%;
        height: auto;
    }
    .postcomments {
        float: left;
    }
    .postwrap h1 {
        font-size: 25px;
        line-height: 27px;
    }
    
    .single .postcontent {
        width: 100%;
        padding: 0;
    }
    .single .posthead {
        width: 100%;
    }
    .single .authorbox {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        padding: 0;
    }
    .single .postcontent .wp-caption {
        height: auto;
    }
    #comments-box {
        margin: 0;
        padding: 20px;
    }
    #respond textarea {
        width: 100%;
    }
    #footertop li {
        width: 33.3%;
    }
}
@media (max-width: 500px) {
    p.tagline {
        display: none;
    }
}
@media (max-width: 480px) {
    #wrapcontent {
        padding:15px 0 0 0;
    }
    .post {
        padding:20px;
    }
    .postwrap .postcontent .wp-caption {

    }
    .postwrap h1 {
        font-size: 20px;
        line-height: 22px;
    }
    .postwrap.bigpost h1 {
        font-size: 25px;
        line-height: 27px;
    }
    .mgline {
        width: 50% !important;
    }
    .single .postcontent > div div {
        width: 50%;
    }
    #footertop li {
        width: 50%;
    }
    .srp-widget-singlepost { 
        width: 50% !important;
    }
    .srp-widget-singlepost:nth-child(odd) {
        clear: left;
    }
    #content #MarketGidComposite5624 .mgline:nth-child(3) {
        clear: left;
    }
}
.postwrap .postcontent > div {
    width: 100%;
}