/*
Theme Name: Resizable for Social Profit Machine
Description: Resizable theme customized for Social Profit Machine
Author: Social Profit Machine
Template: resizable
*/

@import url("../resizable/style.css");

#featured-content .featured-main ul li {
max-height: 410px;
overflow: hidden;
height: auto;
}

.featured-main img, .featured-aside img {
width: 100%;
}
 
.header-ad {width: auto;}

#secondary-nav .nav { background-position-y: 0%; }

.top-ad {
clear: both;
width: 100%;
height: 100%;
margin: 10px 0;
text-align: center;
}
.top-ad .widget, .inpost-ad .widget {
background: none;
box-shadow: none;
margin: 0;
}

.inpost-ad {
float: left;
padding-right: 15px;
padding-bottom: 15px;
padding-top: 5px;
}
.inpost-ad img {
border: none;
padding: 0;
}

.entry-content blockquote {
clear: both;
}

.post-thumb {
text-align: center;
}

.post-thumb img {
max-width: 400px;
height: auto;
padding: 5px;
border: 1px solid #e2e2e2;
background: #fff;
}


.isMobile {display: none;}

@media screen and (max-device-width: 768px){
  .isMobile {display: block;}
}