/*-- RESPONSIVE --*/
/* --------------------------------------------
  All
-------------------------------------------- */


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

#back-top span {
	display: none;
}


}


/* #Tablet & Small Desktop
================================================== */

/* Note: Design for a width of 1024px */

@media only screen and (min-width: 960px) and (max-width: 1024px) {


/*-----------------------------------------------------------------------------------*/
/*	Body
/*-----------------------------------------------------------------------------------*/

.wrapper, .wrapper-no-over {
	width: 960px;
}

.main-content { 
	width: 959px;
}

#content {
	width: 629px;
}

/*-----------------------------------------------------------------------------------*/
/*	Menu Bar
/*-----------------------------------------------------------------------------------*/

.top-menu-right li.turn-off {
	display: block;
}

#top-navigation .top-menu-right li .dropdown-menu.social-icons {

}

#top-navigation .top-menu-right li.search:hover .dropdown-search{ right: 0px;}

/*-----------------------------------------------------------------------------------*/
/*	Header Ads
/*-----------------------------------------------------------------------------------*/

.header-ads {
	float: right;
	width: 600px;
}

/*-----------------------------------------------------------------------------------*/
/*	First - Grid Articles
/*-----------------------------------------------------------------------------------*/

.grid-big { 
	width: 501px;
}

.grid-big .hentry .featured-image {
	width: 501px;
	height: 292px;
}

.grid-big .hentry .featured-image img {
	width: 501px;
	height: 292px;
}

.grid-small {
	width: 229px;
}

.grid-small .hentry .featured-image {
    width: 229px;
	height: 146px;
}

.grid-small .hentry .featured-image img {
    width: 229px;
	height: 146px;
}

/*-----------------------------------------------------------------------------------*/
/*	Random Article
/*-----------------------------------------------------------------------------------*/

#random-section .random-article {
	width: 659px;
}

#random-section .random-article h4 a {
	font-size: 16px;
	line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*	Second - Grid Articles
/*-----------------------------------------------------------------------------------*/

.grid-big-second {
	width: 370px;
}

.grid-big-second .hentry .featured-image {
	width: 370px;
}

.grid-big-second .hentry .featured-image img {
	width: 370px;
}

.grid-small-second {
	width: 244px;
}

.grid-small-second.last {
	padding: 0 0 30px 0;
}

.grid-small-second.last.hello-masonry {
	padding: 0 0 0 0;
}

.grid-small-second .hentry .featured-image {
	width: 244px;
}

.grid-small-second .hentry .featured-image img {
	width: 244px;
}

.grid-small-second .hentry h2.post-title a {
	font-size: 16px;
	line-height: 22px;
}

/*-----------------------------------------------------------------------------------*/
/*	Block Articles
/*-----------------------------------------------------------------------------------*/

.block {
	width: 574px;
}

.block .hentry .featured-image {
	width: 180px;
	height: 158px;
}

.block .hentry .featured-image img {
	width: 180px;
	height: 158px;
}

.block .hentry .post-content-right {
	width: 364px;
}

/*-----------------------------------------------------------------------------------*/
/*	Single Post
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .featured-image {
	width: 574px;
	height: 250px;
}

.block.loop-single .hentry .featured-image img {
	width: 574px;
	height: 250px;
}

.block.loop-single .hentry .featured-image.video {
	width: 574px;
	height: 324px;
}

.block.loop-single .hentry .post-content .post-content-left {
	display: none;
}

.block.loop-single .hentry .post-content .post-content-right {
	width: 574px;
}

.share-buttons.responsive {
	display: block;
}

.share-buttons.responsive ul li {
	width: 100px;
	float: left;
}

.share-buttons.responsive ul li.twitter-button {
	width: 118px;
}

.share-buttons.responsive ul li.facebook-button {
	width: 115px;
}

.share-buttons.responsive ul li.google-button {
	width: 105px;
}

.share-buttons.responsive ul li.linkedin-button {
	width: 100px;
}

.share-buttons.responsive ul li.pinterest-button {
	width: 60px;
}


/*-----------------------------------------------------------------------------------*/
/*	Paginaion
/*-----------------------------------------------------------------------------------*/

#post-nav {
	width: 899px;
}

.pagination a, .pagination span {
	padding: 6px 14px;
}

/*-----------------------------------------------------------------------------------*/
/*	Author
/*-----------------------------------------------------------------------------------*/

.author-info {
    float: left;
    width: 395px;
}

/*-----------------------------------------------------------------------------------*/
/*	Related Posts
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .related-posts ul li {
	width: 174px;
}


.block.loop-single .hentry .related-posts .featured-image {
	width: 174px;
	height: 100px;
}


.block.loop-single .hentry .related-posts .featured-image img {
	width: 174px;
	height: 100px;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

#respond textarea {
	width:550px;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Templates
/*-----------------------------------------------------------------------------------*/

#content.full-width .block.loop-single {
    margin: 0 25px;
    width: 909px;
}

.error-search #searchform {
	width: 572px;
}

.error-search #searchform input[type="text"] {
	width: 520px;
}

/*-----------------------------------------------------------------------------------*/
/*	End Responsive
/*-----------------------------------------------------------------------------------*/


}






/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {


/*-----------------------------------------------------------------------------------*/
/*	Body
/*-----------------------------------------------------------------------------------*/

.wrapper, .wrapper-no-over {
	width: 699px;
}

.body-content {
	padding: 0;
}

.main-content { 
	width: 698px;
}

#content {
	width: 698px;
}

#sidebar {
	display: none;
}

.footer-shadow {
	display: none;
}

#footer { 
	padding: 30px 0 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Menu Bar
/*-----------------------------------------------------------------------------------*/

#top-navigation {
	position: relative;
}

/*.top-menu-left li.categories,
.top-menu-left li.hot-tags {
	display: none;
}*/

.top-menu-right {
	float: right;
}

.top-menu-right li.search {
	padding: 0 0 0 0;
}

.top-menu-right li.twitter {
	display:none;
}

.top-menu-right li.share {
	display: none;
}

#top-navigation .top-menu-right li .dropdown-menu.social-icons {

}

#top-navigation .top-menu-right li.search:hover .dropdown-search{ right: 0px;}
.top-menu-right li.turn-off {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Header Ads
/*-----------------------------------------------------------------------------------*/

.header-ads {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	First- Grid Posts
/*-----------------------------------------------------------------------------------*/

.grid-big {
	width: 698px;
}

.grid-big .hentry .featured-image {
	width: 698px;
	height: 407px;
}

.grid-big .hentry .featured-image img {
	width: 698px;
	height: 407px;
}

.grid-small {
	width: 349px;
}

.grid-small .hentry .featured-image {
	width: 349px;
	height: 211px;
}

.grid-small .hentry .featured-image img {
	width: 349px;
	height: 211px;
}

/*-----------------------------------------------------------------------------------*/
/*	Random Article
/*-----------------------------------------------------------------------------------*/

#random-section .random-title {
	display: none;
}

#random-section .random-article {
	padding-right: 25px;
	width: 648px;
}

#random-section .random-article h4 a {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

#random-section .random-article h4 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	Second - Grid Posts
/*-----------------------------------------------------------------------------------*/

.grid-big-second {
	width: 648px;
}

.grid-big-second .hentry .featured-image {
	width: 648px;
	height: 330px;
}

.grid-big-second .hentry .featured-image img {
	width: 648px;
	height: 330px;
}

.grid-small-second {
	width: 311px;
	margin: 0 25px 25px 25px;
}

.grid-small-second.last {
	margin: 0 25px 25px 0;
}

.grid-small-second .hentry .featured-image {
	width: 311px;
}

.grid-small-second .hentry .featured-image img {
	width: 311px;
}

/*-----------------------------------------------------------------------------------*/
/*	Front Ads
/*-----------------------------------------------------------------------------------*/

.front-ads {
	padding: 25px 25px 25px 25px;
	width: 648px;
}

/*-----------------------------------------------------------------------------------*/
/*	Block Posts
/*-----------------------------------------------------------------------------------*/

.block {
	width: 648px;
	margin: 0 25px 0 25px;
}

.block .hentry .featured-image {
	width: 200px;
	height: 176px;
	margin: 0 25px 0 0;
}

.block .hentry .featured-image img {
	width: 200px;
	height: 176px;
}

.block .hentry .post-content-right {
	width: 423px;
}

/*-----------------------------------------------------------------------------------*/
/*	Singple Post
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .featured-image {
	width: 648px;
	height: 284px;
}

.block.loop-single .hentry .featured-image img {
	width: 648px;
	height: 284px;
}

.block.loop-single .hentry .featured-image.video {
	width: 648px;
	height: 365px;
}

.block.loop-single .hentry .post-content .post-content-left {
	display: none;
}

.block.loop-single .hentry .post-content .post-content-right {
	width: 648px;
}

.share-buttons.responsive {
	display: block;
}

.share-buttons.responsive ul li {
	width: 100px;
	float: left;
}

.share-buttons.responsive ul li.twitter-button {
	width: 138px;
}

.share-buttons.responsive ul li.facebook-button {
	width: 135px;
}

.share-buttons.responsive ul li.google-button {
	width: 125px;
}

.share-buttons.responsive ul li.linkedin-button {
	width: 120px;
}

.share-buttons.responsive ul li.pinterest-button {
	width: 60px;
}

/*-----------------------------------------------------------------------------------*/
/*	Paginaion
/*-----------------------------------------------------------------------------------*/

#post-nav {
	width: 649px;
	padding: 30px 25px 40px 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	Author Box
/*-----------------------------------------------------------------------------------*/

.author-info {
    float: left;
    width: 466px;
}

/*-----------------------------------------------------------------------------------*/
/*	Related Posts
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .related-posts ul li {
	width: 198px;
}


.block.loop-single .hentry .related-posts .featured-image {
	width: 198px;
}


.block.loop-single .hentry .related-posts .featured-image img {
	width: 198px;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

#respond textarea {
	width: 624px;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Templates
/*-----------------------------------------------------------------------------------*/

#content.full-width .block.loop-single {
    width: 648px;
}

.error-search #searchform {
	width: 646px;
}

.error-search #searchform input[type="text"] {
	width: 594px;
}

/*-----------------------------------------------------------------------------------*/
/*	End Responsive
/*-----------------------------------------------------------------------------------*/


}






/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

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


/*-----------------------------------------------------------------------------------*/
/*	Body
/*-----------------------------------------------------------------------------------*/

.wrapper, .wrapper-no-over {
	width: 300px;
}

.body-content {
	padding: 0;
}


.main-content { 
	width: 298px;
}

#content {
	width: 298px;
}

.post-box-archives {
    display: block;
    overflow: hidden;
    padding: 20px 20px 0 20px;
}

#sidebar {
	display: none;
}

.footer-shadow {
	display: none;
}

#footer { 
	padding: 30px 0 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Menu Bar
/*-----------------------------------------------------------------------------------*/

#top-navigation {
	position: relative;
}

#top-navigation .top-menu-left li.small-logo {
	display: block;
}

.top-menu-left li.small-logo a {
	width: 43px;
}

.top-menu-left li.small-logo a span.home-icon {
	left: 14px;
}

#top-navigation .top-menu-left li.categories,
#top-navigation .top-menu-left li.hot-tags {
	display: none;
}

#top-navigation .top-menu-right {
	float: right;
}

#top-navigation .top-menu-right li.search {
	padding: 0 0 0 0;
}

.top-menu-right li.twitter {
	display:none;
}

.top-menu-right li.share {
	display: none;
}

.top-menu-right li.search a {
	padding: 16px 15px 17px;
}

#top-navigation .top-menu-right li.twitter {
	display: none
} 

#top-navigation .top-menu-right li.share {
	display: none
} 

#top-navigation .top-menu-right li.search .dropdown-search {
    width: 258px;
    right: 0;
}

.dropdown-search #searchform input[type="text"] {
	width: 205px;
}

#top-navigation .top-menu-left .categories-menu li a { 
	font-size: 14px;
	line-height: 22px;
	padding: 7px 20px;
}

#top-navigation .top-menu-left .categories-menu li a.sf-with-ul {
	background: none;
}

#top-navigation .top-menu-left .categories-menu li ul {
	position: relative;
	top: 0;
	left: 15px;
	width: auto;
	display: block ! important;
	margin: 0 0 0 0;
	visibility: visible;
}

#top-navigation .top-menu-left .categories-menu li ul li:first-child a {
	padding-top: 0;
}

#top-navigation .top-menu-left .categories-menu li.sfHover ul  {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 15px;
	top: 0px;
	position: relative;
}

.l_tinynav1 {
	display:none;
}

.tinynav {
	display: block;
}

select.tinynav {
	width:150px;
	margin: 10px 0 0 7px;
	float:left;
}

.top-menu-left {
	background:none;
}

.top-menu-left li.small-logo {
	position: relative;
}

.top-menu-left li.small-logo:after {
	content: "";
	background: url("images/divider.png") no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width:2px;
	height:45px;
}

.top-mobile-menu {
    display: block;
}
.top-menu-left .tinynav {
    display: none!important;
}
.top-menu-left li.small-logo:after {
    background: 0 none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Header Ads
/*-----------------------------------------------------------------------------------*/

.header-ads {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	First - Grid Posts
/*-----------------------------------------------------------------------------------*/

.grid-big {
	width: 298px;
}

.grid-big .hentry .featured-image {
	width: 298px;
	height: 174px;
}

.grid-big .hentry .featured-image img {
	width: 298px;
	height: 174px;
}

.grid-big .hentry h2.post-title a {
	font-size: 16px;
	line-height: 22px;
}

.grid-small {
	width: 298px;
}

.grid-small .hentry .featured-image {
    height: 174px;
    width: 298px;
}

.grid-small .hentry .featured-image img {
    height: 174px;
    width: 298px;
}

/*-----------------------------------------------------------------------------------*/
/*	Random Article
/*-----------------------------------------------------------------------------------*/

#random-section .random-title {
	display: none;
}

#random-section .random-article { 
	height: auto;
	padding: 0 20px;
	width: 260px;
}

#random-section .random-article h4 {
	margin: 16px 0 16px 0;
}

#random-section .random-article h4 a {
	color: #ffffff;
}

#random-section .random-article h4 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	Second - Grid Posts
/*-----------------------------------------------------------------------------------*/

.grid-big-second {
	margin: 20px;
	width: 258px;
}

.grid-big-second .hentry .featured-image {
	width: 258px;
	height: 128px;
}

.grid-big-second .hentry .featured-image img {
	width: 258px;
	height: 128px;
}

.grid-small-second {
	margin: 0 20px 20px 20px;
	width: 258px;
}

.grid-small-second.last {
	margin: 0 20px 20px 20px;
}

.grid-small-second .hentry .featured-image {
	width: 258px;
	height: 118px;
}

.grid-small-second .hentry .featured-image img {
	width: 258px;
	height: 118px;
}

/*-----------------------------------------------------------------------------------*/
/*	Front Ads
/*-----------------------------------------------------------------------------------*/

.front-ads {
	padding: 20px 20px 20px 20px
	width: 258px;
}

/*-----------------------------------------------------------------------------------*/
/*	Block Posts
/*-----------------------------------------------------------------------------------*/

.block {
    margin: 0 20px 0 20px;
	width: 258px;
}

.block .hentry .featured-image {
	width: 258px;
	height: 227px;
	margin: 0 0 20px 0;
}

.block .hentry .featured-image img {
	width: 258px;
	height: 227px;
}

.block .hentry .post-content-right {
	width: 258px;
}

.share-buttons.responsive {
	display: block;
}

.share-buttons.responsive ul li {
	width: 100px;
	float: left;
}

.share-buttons.responsive ul li.twitter-button {
	width: 95px;
}

.share-buttons.responsive ul li.facebook-button {
	width: 90px;
}

.share-buttons.responsive ul li.google-button {
	width: 70px;
}

.share-buttons.responsive ul li.linkedin-button {
	display: none;
}

.share-buttons.responsive ul li.pinterest-button {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Pagination
/*-----------------------------------------------------------------------------------*/

#post-nav {
	padding: 30px 20px 30px 20px;
	width: 258px;
}

.pagination a, .pagination span {
	background: none;
	color: #222222;
    border-radius: 0 0 0 0;
    display: inline-block;
    float: left;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0 0 0 0;
    text-align: center;
}

.pagination .current {
	background: none;
	color: #555555;
}

.pagination a:hover {
	background: none;
	color: #555555;
}

/*-----------------------------------------------------------------------------------*/
/*	Single Post
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .featured-image {
    width: 258px;
	height: 113px;
}

.block.loop-single .hentry .featured-image img {
    width: 258px;
	height: 113px;
}

.block.loop-single .hentry .featured-image.video {
	width: 258px;
	height: 145px;
}

.block.loop-single .hentry .post-content .post-content-left {
	display: none;
}

.block.loop-single .hentry .post-content .post-content-right {
	width: 258px;
}

/*-----------------------------------------------------------------------------------*/
/*	Author Box
/*-----------------------------------------------------------------------------------*/

.author-gravatar {
	display: none;
}

.author-info {
	width: 208px;
}

/*-----------------------------------------------------------------------------------*/
/*	Related Posts
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .related-posts ul li {
	margin: 0 0 25px 0;
	width: 258px;
}

.block.loop-single .hentry .related-posts .featured-image {
	height: 125px;
    width: 258px;
}

.block.loop-single .hentry .related-posts .featured-image img {
	height: 125px;
    width: 258px;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

#respond textarea {
	width: 233px;
}

#respond #submit {
	width: 258px;
	font-size: 20px;
	line-height: 26px;
}

.comment .children li {
	padding-left: 0;
}

.comment .vcard {
    width: 45px;
}

.comment-avatar {
    width: 45px;
}

.comment-body .avatar {
	width: 45px;
	height: 45px;
}

.comment-content {
    margin: 0 0 0 65px;
}

.comment-body time {
	display: none;
}

input, textarea, select { 
	width: 90%;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Templates
/*-----------------------------------------------------------------------------------*/

#content.full-width .block.loop-single {
	width: 258px;
	margin: 0 20px 0 20px;
}


.archive-lists .recent-post-list {
	width: 100%;
}

.archive-lists .popular-post-list {
	width: 100%;
}

.archive-lists .categories {
	width: 100%;
}

.archive-lists .archives {
	width: 100%;
}

.error-search #searchform {
	width: 256px;
}

.error-search #searchform input[type="text"] {
	width: 202px;
}

/*-----------------------------------------------------------------------------------*/
/* Review System
/*-----------------------------------------------------------------------------------*/

.uxde-user-review-criteria {
	height: 52px;
}

span.uxde-criteria-star-under {
	top: 40px;
	left: 12px;
	right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	End Responsive
/*-----------------------------------------------------------------------------------*/


}






/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {


/*-----------------------------------------------------------------------------------*/
/*	Body
/*-----------------------------------------------------------------------------------*/

.wrapper, .wrapper-no-over {
	width: 460px;
}

.body-content {
	padding: 0;
}

.main-content { 
	width: 458px;
}

#content {
	width: 458px;
}

.post-box-archives {
    display: block;
    overflow: hidden;
    padding: 20px 20px 0 20px;
}

#sidebar {
	display: none;
}

.footer-shadow {
	display: none;
}

#footer { 
	padding: 30px 0 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Menu Bar
/*-----------------------------------------------------------------------------------*/

#top-navigation {
	position: relative;
}

.top-menu-left li.small-logo {
	display: block;
}

.top-menu-left li.categories,
.top-menu-left li.hot-tags {
	display: none;
}

.top-menu-right li.search {
	padding: 0 0 0 0;
}

.top-menu-right li.twitter {
	display:none;
}

.top-menu-right li.share {
	display: none;
}

#top-navigation .top-menu-right li .dropdown-share-buttons {
	margin-left: 0;
	width: 104px;
}

.chrome #top-navigation .top-menu-right li .dropdown-share-buttons,
.opera #top-navigation .top-menu-right li .dropdown-share-buttons,
.safari #top-navigation .top-menu-right li .dropdown-share-buttons {
	margin-left: 0;
	width: 100px;
}

#top-navigation .top-menu-right li.search .dropdown-search {
	margin-left: -345px;
	width: 419px;
}

.dropdown-search #searchform input[type="text"] {
	width: 362px;
}

.top-menu-right .dropdown-share-buttons {
	display: block;
}

#top-navigation .top-menu-left .categories-menu {
	margin-left: -59px;
}

.l_tinynav1 {
	display:none;
}

.tinynav {
	display: none;
}

.top-menu-left li.top-mobile-menu {
    display: block;
    background: url("images/divider.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}

select.tinynav {
	margin: 10px 0 0 18px;
	float:left;
}

.top-menu-left {
	background:none;
}

.top-menu-left li.small-logo {
	position: relative;
}

.top-menu-left li.small-logo:after {
	content: "";
	background: url("images/divider.png") no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width:2px;
	height:45px;
}

/*-----------------------------------------------------------------------------------*/
/*	Header Ads
/*-----------------------------------------------------------------------------------*/

.header-ads {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	First - Grid Posts
/*-----------------------------------------------------------------------------------*/

.grid-big {
	width: 458px;
}

.grid-big .hentry .featured-image {
	width: 458px;
	height: 267px;
}

.grid-big .hentry .featured-image img {
	width: 458px;
	height: 267px;
}

.grid-small {
    width: 229px;
}

.grid-small .hentry .featured-image {
    width: 229px;
	height: 150px;
}

.grid-small .hentry .featured-image img {
    width: 229px;
	height: 150px;
}

.grid-small .hentry .meta-category {
	top: 0;
}

.grid-small .hentry h2.post-title {
	top: 31px;
}

/*-----------------------------------------------------------------------------------*/
/*	Random Article
/*-----------------------------------------------------------------------------------*/

#random-section .random-title {
	display: none;
}

#random-section .random-article {
	padding: 0 20px 0 20px;
	width: 418px;
	height: auto;
}

#random-section .random-article h4 {
	margin: 16px 0 16px 0;
}

#random-section .random-article h4 a {
	color: #FFFFFF;
}

#random-section .random-article h4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	Second - Grid Posts
/*-----------------------------------------------------------------------------------*/

.grid-big-second {
	margin: 20px 20px 20px 20px;
	width: 418px;
}

.grid-big-second .hentry .featured-image {
	width: 418px;
	height: 210px;
}

.grid-big-second .hentry .featured-image img {
	width: 418px;
	height: 210px;
}

.grid-small-second {
	width: 418px;
	margin: 0 20px 20px 20px;
}

.grid-small-second.last {
	margin: 0 20px 20px 20px;
}

.grid-small-second .hentry .featured-image {
	width: 418px;
	height: 192px;
}

.grid-small-second .hentry .featured-image img {
	width: 418px;
	height: 192px;
}

/*-----------------------------------------------------------------------------------*/
/*	Front Ads
/*-----------------------------------------------------------------------------------*/

.front-ads {
	padding: 20px 20px 20px 20px;
	width: 418px;
}

/*-----------------------------------------------------------------------------------*/
/*	Block Posts
/*-----------------------------------------------------------------------------------*/

.block {
    margin: 0 20px 0 20px;
    width: 418px;
}

.block .hentry .featured-image {
	display: none;
}

.block .hentry .meta-category {
	display: none;
}

.block .hentry .post-content-right {
	width: 418px;
}

/*-----------------------------------------------------------------------------------*/
/*	Pagination
/*-----------------------------------------------------------------------------------*/

#post-nav {
	padding: 30px 20px 30px 20px;
	width: 418px;
}

.pagination a, .pagination span {
	background: none;
	color: #222222;
    border-radius: 0 0 0 0;
    display: inline-block;
    float: left;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0 0 0 0;
    text-align: center;
}

.pagination .current {
	background: none;
	color: #555555;
}

.pagination a:hover {
	background: none;
	color: #555555;
}

/*-----------------------------------------------------------------------------------*/
/*	Single Post
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .featured-image {
	display: block;
	width: 418px;
	height: 183px;
}

.block.loop-single .hentry .featured-image img {
	display: block;
	width: 418px;
	height: 183px;
}

.block.loop-single .hentry .featured-image.video {
	width: 418px;
	height: 235px;
}

.block.loop-single .hentry .post-content .post-content-left {
	display: none;
}

.block.loop-single .hentry .post-content .post-content-right {
	width: 418px;
}

.share-buttons.responsive {
	display: block;
}

.share-buttons.responsive ul li {
	width: 100px;
	float: left;
}

.share-buttons.responsive ul li.twitter-button {
	width: 100px;
}

.share-buttons.responsive ul li.facebook-button {
	width: 95px;
}

.share-buttons.responsive ul li.google-button {
	width: 75px;
}

.share-buttons.responsive ul li.linkedin-button {
	width: 85px;
}

.share-buttons.responsive ul li.pinterest-button {
	width: 60px
}

/*-----------------------------------------------------------------------------------*/
/*	Author Box
/*-----------------------------------------------------------------------------------*/

.author-gravatar {
	display: none;
}

.author-info {
    float: left;
    width: 368px;
}

/*-----------------------------------------------------------------------------------*/
/*	Related Posts
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .related-posts ul li {
	width: 418px;
	margin: 0 0 25px 0;
}

.block.loop-single .hentry .related-posts .featured-image {
    width: 418px;
	height: 201px;
}

.block.loop-single .hentry .related-posts .featured-image img {
    width: 418px;
	height: 201px;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

#respond textarea {
	width: 392px;
}

.comment .children li {
	padding-left: 0;
}

.comment .vcard {
    width: 45px;
}

.comment-avatar {
    width: 45px;
}

.comment-body .avatar {
	width: 45px;
	height: 45px;
}

.comment-content {
    margin: 0 0 0 65px;
}

textarea {
	width: 93%;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Templates
/*-----------------------------------------------------------------------------------*/

#content.full-width .block.loop-single {
	margin: 0 20px 0 20px;
	width: 418px;
}

.archive-lists .recent-post-list {
	width: 100%;
}

.archive-lists .popular-post-list {
	width: 100%;
}

.archive-lists .categories {
	width: 100%;
}

.archive-lists .archives {
	width: 100%;
}

.error-search #searchform {
	width: 416px;
}

.error-search #searchform input[type="text"] {
	width: 364px;
}

/*-----------------------------------------------------------------------------------*/
/*	End Responsive
/*-----------------------------------------------------------------------------------*/


}

/*-----------------------------------------------------------------------------------*/
/*	Admin Bar
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .admin-bar #top-navigation{ top: 0px; }
}