/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
*,*:after,*:before{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;		
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(http://themes.googleusercontent.com/static/fonts/notosans/v4/LeFlHvsZjXu2c3ZRgBq9nD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {font-family:"Vidaloka-Regular";
src:url("Vidaloka-Regular.eot?") format("eot"),
url("Vidaloka-Regular.woff") format("woff"),
url("Vidaloka-Regular.ttf") format("truetype"),
url("Vidaloka-Regular.svg#Vidaloka-Regular") format("svg");
font-weight:normal;
font-style:normal;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 18px;
	line-height: 30px;
}
.grt .headline {
	font-family: Noto Sans;
	font-size: 48px;
	line-height: 69px;
	margin: 0;
}
.grt h2 {
	font-family: Noto Sans;
	font-size: 34px;
	line-height: 51px;
	margin-top: 45px;
	margin-bottom: 15px;
}
.grt .small, .grt .caption {
	font-size: 14px;
	line-height: 25px;
}
.grt .drop_cap {
	font-size: 60px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 30px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 30px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 30px;
	margin-right: 30px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 30px;
	margin-left: 30px;
}
.grt .caption {
	margin-top: -15px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 29px;
	line-height: 41px;
	width: 45%;
	margin-bottom: 15px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---
.post_box {
	padding: 30px 30px 0 30px;
	border-top: 1px dotted #DDDDDD;
}*/

.post_box{
overflow: hidden;
clear: both;
border-bottom: 1px solid #D9D9D9;
margin-bottom: 15px;
}

.top {
	border-top: 0;
}
.post_box h2 a{
	color: #FF4D27;
	font-family: Noto Sans;
	font-size: 34px;
	line-height: 51px;
	text-decoration: none;
}

.post_box h1 {
	color: #111111;
	font-family: Noto Sans;
	font-size: 48px;
	line-height: 69px;
	text-decoration: none;
}



.headline a:hover {
	color: #CB383D;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding-right: 15px;
}
.byline a:hover, .num_comments {
	color: #111111;
}
.byline .post_edit {
	margin-left: 15px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}

.Byline{
background: #F9F9F9;
margin-top: 6px;
padding: 0px 14px;
border-top: 1px solid rgba(0,0,0, .08);
margin-bottom: 4px;
}


.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 15px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}

.post_content p{
font-family: Roboto;
}

.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 15px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 15px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 14px;
	line-height: 25px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 30px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 94px;
	height: 94px;
	float: right;
	clear: both;
	margin-left: 15px;
}
.post_box .author_description .avatar {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 15px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 15px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 30px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 30px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 30px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 15px 30px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 60px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 15px;
	padding: 0 30px;
}
.comments_closed {
	font-size: 14px;
	line-height: 25px;
	color: #888888;
	margin: 0 30px 30px 30px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 60px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 30px;
}
.children .comment {
	list-style-type: none;
	margin-top: 30px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 30px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #424242;
}
.comment .comment_head {
	margin-bottom: 15px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 14px;
	margin-left: 15px;
	color: #888888;
	font-style: italic;
	margin-right: 16px;
}
.comment_date a {
	color: #888888;
}

.comment_list .comment-reply-link {
font-size: 14px;
float: right;
}

.comment_text{
margin-top: 10px;
}

.comment_footer a {
	font-size: 14px;
	line-height: 25px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 15px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	float: left;
	margin-right: 15px;
	border: 1px solid #e3e3e3;
	padding: 0px;
	width: 70px;
	border-radius: 100%;
}

.comment_author a{
float:left;
}


.comment_nav {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 15px 30px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -60px 0 60px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #111111;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #EEEEEE;
	background-color: #FFFFFF;
}
textarea.input_text {
	line-height: 30px;
}
.input_submit {
	font-size: 23px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #EEEEEE url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	
}

.post_comments p {
margin-bottom: 10px;
}

.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #111111;
	
}

#comment_form_submit input[type='submit'] {
background-color: #825E65;
border: 3px solid rgba(0,0,0,.15);
border-width: 0 0 4px 0;
color: #fff;
cursor: pointer;
display: inline-block;
padding: 4px 20px 2px 20px;
text-transform: uppercase;
text-decoration: none;
width: auto;
font-size: 16px;
line-height: 28px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


p a:hover {
text-decoration: none;
color: #CB383D;
}

a, a:visited, button, input[type="button"], input[type="submit"], .btn {
color: #424242;
transition: ease .5s;
-webkit-transition: ease .5s;
-moz-transition: ease .5s;
-o-transition: ease .5s;
-ms-transition: ease .5s;
}

.comments{
margin-top: 40px;
overflow: hidden;
}

#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 15px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 14px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #424242;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

body{
background-color: #F4F4F4;
font-family: Roboto;
color: #333333;
font-weight: 300;
line-height: 2;
font-size: 18px;
}

.container{
margin: 0 auto;
width: 1100px;
box-shadow: 0 1px 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}

/*Header Starts Here*/
.header {
width:100%;
overflow:hidden;
background: #F9F9F9;
}

.left_header {
float:left;
width: 38%;
}

.clever_skin_logo{
padding-bottom: 27px;
padding-top: 23px;
padding-left: 15px;
}

.right_header {
float:right;
width: 62%;
}

.right_top_header {
width: 100%;
overflow: hidden;
padding-bottom: 10px;
padding-top: 8px;
}

.social-icon {
float: left;
width: 45%;
margin: 35px 10px 30px 10px;
}

.social {
display:inline-block;
margin-right: 15px;
}

.widget_search {
float: right;
width: 46%;
margin: 30px 10px 30px 10px;
}

.widget_search input.name{
width: 180px;
background: #f8f8f8;
padding-bottom: 7px;
padding-top: 7px;
padding-left: 5px;
height: auto;
color: #555;
float: left;
display: inline;
border: 1px solid #B3B3B3;
}

.widget_search input.my-search-image {
background: #111111;
border: none;
color: #fff;
display: block;
width: 66px;
height: auto;
padding-bottom: 8px;
padding-top:8px;
float: left;
cursor: pointer;

}

.widget_search input.my-search-image:hover {
background: #555555;
}

/* Menu CSS Starts Here*/

.menu {
position: relative;
z-index: 50;
list-style: none;
width: 1100px;
margin: 0 auto;
}

.menu li {
position: relative;
display: inline-block;
background: #111111;
}

.menu a, .menu_control {
display: block;
font-family: Yanone Kaffeesatz;
	font-size: 18px;
line-height: 1em;
text-transform: uppercase;
letter-spacing: 1px;
color: #FFFFFF;
text-decoration: none;
padding: 15px 20px 15px 20px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.menu .sub-menu {
position: absolute;
left: -1px;
visibility: hidden;
opacity: 0;
transition: visibility .1s linear .1s,opacity .3s linear;
-webkit-transition: visibility .1s linear .1s,opacity .3s linear;
-moz-transition: visibility .1s linear .1s,opacity .3s linear;
-o-transition: visibility .1s linear .1s,opacity .3s linear;
list-style: none;
z-index: 110;
margin-top: -1px;
background: #F2F2F2;
}

.menu .sub-menu li {
width: 14.625em;
clear: both;
border-bottom: 1px solid;
}

.menu .sub-menu a {
border-left-width: 1px;
line-height: 1em;
}

.menu li:hover>.sub-menu {
visibility: visible;
opacity: 1;
transition-delay: .1s;
}

.menu_control {
display: none;
background-color: #E5E5E5;
}

.navigation_menu{
background: #111111;
}

.menu .current-menu-item>a {
cursor: text;
color: #FFFFFF;
background: #555555;
}

.menu a:hover {
background-color: #555555;
color:#ffffff;
}

.columns{
overflow: hidden;
background-color: #fff;
width: 1100px;
}

.columns > .content {
float: left;
	padding: 0px 20px 0px 35px;
	border-width: 0 1px 0 0;
width: 740px;
background: #fff;
margin-top: 20px;
}

.columns > .sidebar {
	width: 360px;
	padding: 0px 35px 0px 20px;
	float: right;
	margin-top: 37px;
}

.fb-like span{
vertical-align:top!important;
margin-right: 32px!important;
}

.home_post_date {
background: #F9F9F9;
margin-top: 0px;
padding: 0px 14px;
border-top: 1px solid rgba(0,0,0, .08);
margin-bottom: 20px;
}

.home_post_box h2{
margin-bottom: 10px;
}

.post_redmore_box{
float: right;
margin-bottom: 23px;
margin-top: 15px;
}

.post_date:before {
content: "\f040";
font-family: 'FontAwesome';
font-size: 13px;
line-height: 23px;
color: #929292;
padding-right: 10px;
}

.post_author:before {
font-family: 'FontAwesome';
font-size: 12px;
color: #929292;
content: '';
margin-right: 6px;
}


.clever_readmore{
}

.read-more-blog-new a {
width: auto;
font-size: 13px;
border: 0;
color: #FFF !important;
cursor: pointer;
display: inline-block;
font-family: inherit;
line-height: 1;
margin: 0 10px 0 0;
padding: 8px 15px 8px 15px;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
position: relative;
text-align: center;
text-decoration: none;
-webkit-transition: background-color .1s ease-in-out;
-moz-transition: background-color .1s ease-in-out;
-o-transition: background-color .1s ease-in-out;
transition: background-color .1s ease-in-out;
background-color: #424242;
}

.read-more-blog-new a:hover {
background: #CB383D;
}

.sidebar .sidebar_widegets{
margin-bottom: 40PX;
}
.sidebar .widget_title {
position: relative;
color: white;
font-size: 20px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
background-color: #27D6A9;
margin-bottom: 10px;
border-right: 10px solid #9EF9E2;
padding: 0px 20px;
}
.sidebar .widget_title:before {
position: absolute;
top: -10px;
left: 0;
content: '';
border: 10px solid transparent;
border-right-width: 0;
border-left-color: white;
}
/*.sidebar .widget_title{
background: $righthead;
font-family: Roboto;
	font-size: 14px;
	color: #ffffff;
	line-height: 21px;
margin-bottom: 10px;
text-transform: uppercase;
padding: 10px 10px;
font-weight: 700;
}
*/
.sidebar .widget ul li a:before {
font-family: 'momizat';
font-size: 18px;
color: #666;
content: "\00bb";
margin-right: 6px;
}

.textwidget{
font-family: Roboto;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
line-height: 2;
}



.sidebar .widget ul li{
list-style-type: none;
border-bottom: 1px solid #f4f4f4;
}

.sidebar .widget ul li a{
color: #424242;
text-decoration: none;
display: block;
padding: 10px 0px;
font-family: Roboto;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}


.sidebar .widget ul li a:hover{
color: #CB383D;	
background: #DBDBDB;
}


.featured_image_link img{
border: 1px solid #EDEDED;
float: right;
height: auto;
margin-left: 10px;
width: 35%;
padding: 4px;
border-radius: 100%;
-moz-transition: all 0.7s ease;
}

.clever_skin_optins {
overflow: hidden;
background: #FA9639;
-webkit-box-shadow: inset 0 0 250px #A77318;
-moz-box-shadow: inset 0 0 250px #A77318;
box-shadow: inset 0 0 250px #A77318;
}

.thesis_clever_optin_inr{
padding: 15px;
width: 100%;
overflow:hidden;
}

.form_outerr{
float: left;
width: 30%;
text-align: center;
display: inline-block;
margin-top: 13px;
}

.form_right_outerr{
width: 60%;
display: inline-block;
}

.form_right_outerr h4{
font-family: Open Sans, Lato Light, Open Sans, Helvatica, Lato, Arial;
margin-bottom: 15px;
font-weight: 700;
font-size: 18px;
color: #EEEEEE;
}

.landingimgurl{
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
}

.landingimgurl{
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.profimg {
display: inline-block;
padding: 10px;
border: 1px solid #fff;
margin: 0 auto;
width: 53%;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
position: relative;
z-index: 0;
border-radius: 58%;
-moz-border-radius: 50%;
-webkit-border-radius: 143%;
-o-border-radius: 50%;
}

.profimg:hover img {
transform: scale(.9);
-ms-transform: scale(.9);
-webkit-transform: scale(.9);
}

.profimg:before {
background: #fff;
background: rgba(255,255,255,.7);
border: 1px solid #fff;
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
top: 0;
z-index: -1;
left: 0;
visibility: visible;
opacity: 1;
}

.profimg:hover:before {
visibility: hidden;
opacity: 0;
transform: scale(2);
-ms-transform: scale(2);
-webkit-transform: scale(2);
-webkit-transition: all 700ms;
-moz-transition: all 700ms;
-ms-transition: aall 700ms;
-o-transition: all 700ms;
transition: all 700ms;
}


.animated {
visibility: visible!important;
}

.emailr {
background: #fff url(http://beautyandhealthcaretips.com/clever/wp-content/uploads/2014/03/email.png) no-repeat 6px;
border-width: 1px 1px 1px 1px;
display: inline-block;
padding: 11px 33px;
width: 31%;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
line-height: 18px;
margin-right: 15px;
margin-bottom: 18px;
font-size: 13px;
color: #111;
background-color: #fff;
}

.adsense_titr{
font-size: 40px!important;
font-family: Open Sans;
font-style: normal;
line-height: 1.5!important;
visibility: visible!important;
margin-bottom: 10px;
color: #FFFFFF;
}

.namer {
background: #fff url(http://beautyandhealthcaretips.com/clever/wp-content/uploads/2014/03/name.png) no-repeat 6px;
border-width: 1px 1px 1px 1px;
display: inline-block;
padding: 11px 33px;
width: 31%;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
line-height: 18px;
margin-right: 15px;
margin-bottom: 30px;
font-size: 13px;
color: #111;
background-color: #fff;
}

.submitr{
color: #FFFFFF !important;
border: none;
outline: none;
width: 29%;
cursor: pointer;
border-radius: 2px;
/*box-shadow: 0px 3px 0px 0px #0C825A;*/
padding: 12px 33px;
background-color: #05AE6E;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
border: 3px solid rgba(0,0,0,.15);
border-width: 0 0 4px 0;
}

.thesis_clever_optin_inr input.submitr:hover, thesis_clever_optin_inr input.submitr:focus {

background: #FF4D27;
}


.form_outerr h2{
font-size: 26px;
}

.form_outerr p{
margin-bottom: 15px;
}



/*Sidebar Optin Box*/

/*.form_outerr1 h2{
color: #FFFFFF;
padding: 10px 25px;
line-height: 30px;
text-align: center;
background: $righthead;
text-transform: uppercase;
border-radius: 2px 2px 0 0;
}
*/

.form_outerr1 h2 {
position: relative;
color: white;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
background-color: #27D6A9;
border-right: 10px solid #9EF9E2;
padding: 0px 20px;
font-size: 20px;
}

.form_outerr1 h2:before {
position: absolute;
top: -10px;
left: 0;
content: '';
border: 10px solid transparent;
border-right-width: 0;
border-left-color: white;
}

.thesis_clever_sidebar_optins{
margin-bottom: 40PX;
}

.form_outerr1 p{
font-family: Roboto;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
padding: 10px 20px 0 20px;
margin: 0;
color: #555555;
}

.af-form-wrapperr1{
padding: 0px 20px 10px;
}

.namerr{
background: #fff url(http://beautyandhealthcaretips.com/clever/wp-content/uploads/2014/03/name.png) no-repeat 6px;
color: #777;
padding: 11px 33px;
margin-top: 20px;
font-size: 15px;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
width: 100%;
border: 0;
border-radius: 2px;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 1px 13px rgba(0,0,0,.15) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
box-shadow: 0 0px 20px rgba(0,0,0,.15) inset;
}

.emailrr{
background: #fff url(http://beautyandhealthcaretips.com/clever/wp-content/uploads/2014/03/email.png) no-repeat 6px;
color: #777;
padding: 11px 33px;
margin-top: 19px;
font-size: 15px;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
width: 100%;
border: 0;
border-radius: 2px;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 1px 13px rgba(0,0,0,.15) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
box-shadow: 0 0px 20px rgba(0,0,0,.15) inset;
}

.submitrr{
border: none;
color: #FFFFFF !important;
outline: none;
width: 100%;
cursor: pointer;
border-radius: 2px;
border: 3px solid rgba(0,0,0,.15);
padding: 10px;
margin-top: 16px;
margin-bottom: 20px;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
font-size: 15px;
background: #FF4D27;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
border-width: 0 0 4px 0;
}

.af-form-wrapperr1 .submitrr:hover{
background-color: #05AE6E;

}



/*footer Section starts here */

.footer_top{
background-color: #323232;
overflow:hidden;
}

.footer_top .widget_title{
color: #FFFFFF;
font-size: 20px;
border-bottom: 1px solid #fff;
margin-bottom: 18px;
}

.footer_top .footer_widget_1 ul li{
list-style:none;
}

.footer_top .footer_widget_1 ul li a {
text-decoration: none;
color: #FFFFFF;
font-size: 13px;
}

.footer_top .footer_widget_2 ul li{
list-style:none;
}

.footer_top .footer_widget_2 ul li a {
text-decoration: none;
color: #ffffff;

}

.footer_top .footer_widget_1 ul li a:hover{
color: #FFC700;
}

.footer_top .widget{
width: 29%;
float: left;
margin-left: 35px;
margin-top: 17px;
}

.footer_top .textwidget{
color:#FFFFFF;
font-size: 14px;
font-weight: normal;
margin-bottom: 25px;
font-family: Roboto;
}

.tagcloud a {
display: inline-block;
color: #111;
font-family: 'Oswald',"PT Sans",Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 1.5em;
margin: 0 1px 13px 0;
padding: 1px 12px 1px 12px;
text-decoration: none;
background: #E8E8E8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5;
}

.tagcloud a:hover {
background: #CB383D;
border: solid 1px #FFF;
color: #fff;
text-shadow: none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-box-shadow: 0 0 20px rgba(255,255,255,0.8);
}

.footer_bottom{
background-color: #101010;
}

.copyrights{
text-align: center;
color: #fff;
font-size: 13px;
padding-top: 15px;
padding-bottom: 15px;
}


/* Page Navigation */

.newpagination span, .newpagination a {
background: none repeat scroll 0 0 #ddd;
border: 1px solid #ccc;
color: #111;
display: block;
float: left;
margin: 2px 8px 2px 0;
padding: 0px 11px 1px;
text-decoration: none;
width: auto;
font-size: 15px;
border-radius: 20px;
}

.newpagination .current {
background: #111111;
color: #fff;
border: 1px solid #fff;
}

.newpagination a:hover {
color: #fff;
background: #111111;
border: 1px solid #fff;
}

.page_navigation{
clear: both;
overflow: hidden;
margin-bottom: 30px;
margin-left: 20px;
position: relative;
margin-top: 27px;
}


/*Related Posts */

.relatedposts {
width: 100%;
float: left;
margin-left: 0;
margin-top: 15px;
margin-bottom: 20px;
}

.relatedposts h3 {
margin-left: 0;
border-bottom: 1px solid #efefef;
padding: 5px;
font-weight: normal;
font-family: helvetica;
font-size: 21px;
margin-bottom: 10px;
}

.relatedposts ul {
float: left;
margin-left: 5px;
margin-top: 10px;
width: 100%;
list-style: none;
}

.relatedposts ul li {
list-style: none;
width: 24%;
margin: 0 10px 20px 10px;
float: left;
background: #fff;
border: 2px solid #EFEFEF;
}

.related-posts-box {
width: 100%;
}

.related-posts-box h4 {
font: 300 14px 'Helvetica Neue',Helvetica,Arial,sans-serif;
line-height: 25px;
text-align: center;
margin-bottom: 16px;
}

.related-posts-box h4 a {
color: #555;
text-decoration: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}



.related-posts-box img {
width: 90%;
margin: 10px 9px 20px 7px;
}


/*post optin */

.thesis_clever_post_optins{
overflow: hidden;
background: #C3F9FF;
margin-top: 23px;
margin-bottom: 35px;
}

.thesis_clever_post_optin_inr{
overflow:hidden;
}

.adsense_titr2{
font-family: "Roboto Condensed";
font-size: 22px;
color: #FFFFFF !important;
padding-left: 20px;
background: #67AE9C;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
}

.form_outerr2 p{
color: #555555;
padding-right: 20px;
font-family: Arial,Tahoma,Verdana,sans-serif;
font-size: 17px;
padding-top: 15px;
padding: 20px;
line-height: 25px;
margin: 0;
}

.namer2{
background: #fff url(http://beautyandhealthcaretips.com/clever/wp-content/uploads/2014/03/name.png) no-repeat 6px;
border-width: 1px 1px 1px 1px;
display: inline-block;
padding: 11px 33px;
width: 31%;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
line-height: 18px;
margin-right: 15px;
margin-bottom: 30px;
font-size: 13px;
color: #111;
background-color: #fff;
float: left;
}

.emailr2{

background: #fff url(http://beautyandhealthcaretips.com/clever/wp-content/uploads/2014/03/email.png) no-repeat 6px;
border-width: 1px 1px 1px 1px;
display: inline-block;
padding: 11px 33px;
width: 31%;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
line-height: 18px;
margin-right: 15px;
margin-bottom: 18px;
font-size: 13px;
color: #111;
background-color: #fff;
float: left;
}

.submitr2 {
color: #FFFFFF !important;
border: none;
outline: none;
width: 29%;
cursor: pointer;
border-radius: 2px;
box-shadow: 0px 3px 0px 0px #0C825A;
padding: 12px 33px;
background-color: #F18A25;
}

.submitr2:hover, .submitr2:focus {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.8);
-moz-box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.8);
box-shadow: 0px 0px 20px rgba(91, 91, 91, 0.8);
background: #084F06;
}


.af-form-wrapperr2{
padding-left: 20px;
padding-bottom: 20px;
}

/*Post Social Share*/

.social-post {
padding: 10px 30px 3px 30px;
-moz-box-shadow: 0 0 2px white inset, 0 0 5px #CACACA;
-webkit-box-shadow: 0 0 2px white inset, 0 0 5px #CACACA;
-ms-box-shadow: 0 0 2px white inset, 0 0 5px #CACACA;
-o-box-shadow: 0 0 2px white inset, 0 0 5px #CACACA;
box-shadow: 0 0 2px white inset, 0 0 5px #CACACA;
overflow: hidden;
margin-bottom: 20px;
margin-top: 20px;
}

.counter {
float: left;
padding-right: 20px;
padding-left: 20px;
border-right: 1px solid #e9e9e9;
}


/*Author Info*/

.ta_author_info.ta_box {
background: #ECECEC;
clear: both;
margin-top: 30px;
overflow: hidden;
}

.ta_author_info .ta_author_avatar img, .ta_author_info .ta_author_avatar_sb img {
width: 100px;
height: 100px;
border-radius: 100%;
border: 3px solid #fff;
box-shadow: 0 0 5px #aaa;
display: block;
margin: 0 15px 8px 0;
padding: 3px;
}

.ta_author_avatar {
float: left;
width: 20%;
}

.ta_author_info .ta_author_desc {
float: left;
width: 80%;
}

.ta_box p {
margin-bottom: 10px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 35px;
color: #555555;
font-size: 16px;
}

.ta_box {
border: 1px solid #f1f1f1;
-moz-box-shadow: 1px 1px 1px #e5eaed;
-webkit-box-shadow: 1px 1px 1px #E5EAED;
box-shadow: 1px 1px 1px #E5EAED;
padding: 20px;
}

.ta_box ul {
border-top: 1px dashed #ccc;
padding: 20px 0 0 0;
width: 100%;
margin: auto;
clear: both;
overflow: hidden;
}

/*Post Inner Ad Box*/

.post-inner-bottom-ad {
margin-top: 10px;
margin-bottom: 20px;
width: 100%;
overflow:hidden;
}

.post-inner-bottom-ad-one {
float: left;
margin-right: 30px;
width: 47%;
}

.post-inner-bottom-ad-two {
float: left;
margin-right: 0;
width: 47%;
}

.post-inner-bottom-ad img{
width:100%;
cursor: pointer;
}


/*Landing Page*/

.landing-page-container {
width: 1000px;
margin: 0 auto;
}

.landing-logo{
background: #F9F9F9;
}

.landing-logo .clever_skin_logo img{
display: block;
margin: 0 auto;
}

.landing-logo .clever_skin_logo {
margin: 0px;
padding: 15px;
}

.landing-content{
background: #fff;
}

.landing-content .post_box{
padding: 15px 25px 25px 25px;
margin-bottom: 0px;
}

.landing-footer{
width: 1000px;
background-color: #101010;
margin: 0 auto;
}


/*Landing Page Optin Box*/

.thesis_cleverland_optinr {
overflow: hidden;
background: #C3F9FF;
margin-top: 23px;
margin-bottom: 35px;
width: 90%;
margin: 0 auto;
}

.thesis_cleverland_optin_inr {
overflow: hidden;
}

.cleverland_titr3 {
font-family: "Roboto Condensed";
font-size: 22px;
color: #fff !important;
padding-left: 20px;
background: #67AE9C;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
}

.form_outerr3 p {
color: #555555;
padding-right: 20px;
font-family: Arial,Tahoma,Verdana,sans-serif;
font-size: 17px;
padding-top: 15px;
padding: 20px;
line-height: 25px;
margin: 0;
}

.af-form-wrapperr3 {
padding-left: 20px;
padding-bottom: 20px;
}

.namer3 {
background: #fff url(http://beautyandhealthcaretips.com/clever/wp-content/uploads/2014/03/name.png) no-repeat 6px;
border-width: 1px 1px 1px 1px;
display: inline-block;
padding: 11px 33px;
width: 31%;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
line-height: 18px;
margin-right: 15px;
margin-bottom: 30px;
font-size: 13px;
color: #111;
background-color: #fff;
float: left;
}

.emailr3 {
background: #fff url(http://beautyandhealthcaretips.com/clever/wp-content/uploads/2014/03/email.png) no-repeat 6px;
border-width: 1px 1px 1px 1px;
display: inline-block;
padding: 11px 33px;
width: 31%;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
box-shadow: 0 1px 5px rgba(0,0,0,.15) inset;
line-height: 18px;
margin-right: 15px;
margin-bottom: 18px;
font-size: 13px;
color: #111;
background-color: #fff;
float: left;
}

.submitr3 {
color: #fff!important;
border: none;
outline: none;
width: 29%;
cursor: pointer;
border-radius: 2px;
padding: 12px 33px;
background-color: #FF8000;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
border: 3px solid rgba(0,0,0,.15);
border-width: 0 0 4px 0;
}

.submitr3:hover{
background-color: #05AE6E;

}


.landing-content .post_content{
margin-bottom: 19px;
}

.Byline .post_date:before {
content: "\f040";
font-family: 'FontAwesome';
font-size: 13px;
line-height: 23px;
color: #929292;
padding-right: 10px;
}

.Byline .post_author:before {
font-family: 'FontAwesome';
font-size: 12px;
color: #929292;
content: '';
margin-right: 6px;
}


/*Archive Page*/

.archive-intro {
background: #F2F2F2;
margin-top: 10px;
padding: 0px 14px;
border-top: 1px solid rgba(0,0,0, .08);
margin-bottom: 20px;
}

.archive-intro h1 {
font-size: 25px;
color: #979797;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 6px;
}

.post_content ul li {
margin-left:70px;
}



/*Media*/

@media screen and (max-width:1100px){
.container {
width: 100%;
}

.columns {
width: 100%;
}

.menu {
width: 100%;
}
	
.columns > .content {
width: 70%;
}

.columns > .sidebar {
width: 30%;
}
}

@media screen and (max-width:1023px){

.menu_control {
display: block;
display: inline-block;
width: 100%;
border-width: 0;
background-color: #000;
color:#fff;
padding: 1em;
font-size:20px;
text-align: center;
cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0px;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}

.menu {
padding-left: 0px;
margin-bottom: 25px;		
}
	
.menu li {
width: 100%;
display: inline-block;
float: none;
text-align: center;
}	


.menu li > .sub-menu {
position:static;		
visibility:visible;
opacity:1;		
width: 100%;
padding-left: 0px;
margin-bottom:20px;		
}

.menu li:hover > .sub-menu {
visibility:visible;			
}
	
.menu .sub-menu li{
width:100%;
display:block;		
	}

.menu .sub-menu > li a {
width: auto;
text-align:center;		
}
.menu a, .menu_control {
	clear:both;
	}

.clever_skin_logo {
margin: 0;
}
	
.left_header {
float: none;
width: 100%;
}

.right_header {
width: 100%;
overflow: hidden;
float: none;
}	

.widget_search form {
display: inline-block;
}	
	
.right_top_header {
text-align: center;
}	

.clever_skin_logo img{
margin:0 auto;	
}

.social-icon {
float: none;
width: 100%;
margin: 19px 10px 0px 0px;
text-align: center;
}
	
.widget_search {
float: none;
width: 100%;
margin: 12px 10px 8px 0px;
}

.form_outerr {
float: none;
text-align: center;
display: block;
margin: 0 auto;
width: 36%;
}

.form_right_outerr {
width: 100%;
}

.columns > .content {
width: 100%;
float: none;
padding: 24px;
}	

.columns > .sidebar {
width: 100%;
float: none;
padding: 24px;
margin-top: 0px;
}

.footer_top .widget {
width: 100%;
float: none;
margin-left: 0;
margin-top: 10px;
margin-bottom: 25px;
}	
	
.footer_top {
padding: 24px;
}
	
.landing-page-container {
width: 100%;
}	

.thesis_cleverland_optinr {
width: 100%;
}	

.landing-footer {
width: 100%;
}
}

@media screen and (max-width:767px){
.namer {	
width: 100%;
}

.emailr {
width: 100%;
}

.submitr {
width: 100%;	
}	
.form_outerr {
width: 45%;
}	

}

@media screen and (max-width:680px){
	
.form_outerr {
width: 51%;
}

.af-form-wrapperr2 {
padding-right: 20px;
}	

.namer2 {
width: 100%;
}

.emailr2 {
width: 100%;
}

.submitr2 {
width: 100%;
}

.af-form-wrapperr3 {
padding-right: 20px;
}

.namer3 {
width: 100%;
margin-right: 0px;
}

.emailr3 {
width: 100%;
margin-right: 0px;
}

.submitr3 {
width: 100%;
}
}



@media screen and (max-width:579px){

.form_outerr {
width: 62%;
}
	
}

@media screen and (max-width:479px){

body {
font-size: 14px;
}

.form_outerr {
width: 75%;
}

.ta_box p {
font-size: 13px;
}
	
.adsense_titr {
font-size: 34px!important;
}
	
.relatedposts h3 {
font-size: 18px;
}
	
.post_box h2 a {
font-size: 24px;
}
	
.comment_form_title {
font-size: 14px;
}
	
.columns > .content {
margin-top: 0px;
}

#comment_form_submit input[type='submit'] {
font-size: 13px;
}
	
.form_right_outerr h4{
font-size: 16px;
}

.post_box h1 {
font-size: 23px;
}
	
.post_author, .post_date {
font-size: 11px;
}

.form_outerr1 h2 {
font-size: 18px;
}

.sidebar .widget_title {
font-size: 12px;
}	

.textwidget {
font-size: 14px;
}

.footer_top .widget_title {
font-size: 18px;
}	
	
.footer_top .footer_widget_1 ul li a {
font-size: 12px;
}	
	
.footer_top .textwidget {
font-size: 13px;
}
	
.byline a, .post_author, .post_date {
font-size: 11px;
}
	
.featured_image_link img {
float: none;
margin-left: 0px;
width: 100%;
}

.adsense_titr2 {
font-size: 20px;
}

.form_outerr2 p {
font-size: 14px;
}
	
.relatedposts ul li {
width: 100%;
margin: 0;
float: none;
}

.relatedposts ul {
margin-left: 0px;
}

.post-inner-bottom-ad-two {
float: none;
width: 100%;
}
	
.post-inner-bottom-ad-one {
float: none;
margin-right: 0;
width: 100%;
margin-bottom: 30px;
}	
.related-posts-box img {
width: 96%;
margin: 10px 0px 20px 7px;
}

.form_outerr3 p {
font-size: 14px;
}	
	
.cleverland_titr3 {
font-size: 18px;
}	

.counter{
margin-bottom: 11px;	
float: none;
border-right: none;
	}
	
}