/*-- RESPONSIVE --*/
/* --------------------------------------------
  All
-------------------------------------------- */

@media only screen and (max-width: 1200px) {

#back-top span {
	display: none;
}


}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {

/*-----------------------------------------------------------------------------------*/

/*	Body

/*-----------------------------------------------------------------------------------*/

#container {
    width: 728px;
}

/*-----------------------------------------------------------------------------------*/

/*	Header

/*-----------------------------------------------------------------------------------*/

.logo {
	float: none;
	text-align: center;	
	margin: 30px;
}

.header-ads {
	float: none;
	margin: 0 0 30px 0;
	text-align: center;
	width: 100%;
}

.form-mobile {
	display: block;
	width: 300px;
	float: left;
	margin: 8px 30px 8px 30px;
}
	
.form-mobile select {
	color: #AAAAAA;
	cursor: pointer;
	width: 300px;
	border: none;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}

.search-form { 
	width: 300px;
}

#searchform input[type='text'] {
	width: 271px;
	background-position: 265px 10px;
}

#primary-nav {
	display: none;
}

/*-----------------------------------------------------------------------------------*/

/*	Content

/*-----------------------------------------------------------------------------------*/

#content { 
	width: 668px;
	padding: 30px 0 0 0;
	border-right: none;
}

.slider {
	width: 668px;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
}

.grid {
	width: 319px;
	margin-right: 30px;
}

.post-box .grid .featured-image {
	width: 319px;
	height: 175px;
}

.post-box .grid .featured-image img {
	width: 319px;
	height: 175px;
}

.block {
	width: 668px;
}

.post-box .block .featured-image {
	width: 668px;
	height: 332px;
}

.post-box .block .featured-image img {
	width: 668px;
	height: 332px;
}

/* Share Buttons
-------------------------------------------------------------------------------------*/

.share-section .share-count {
	padding: 0 22px 0 0;
}

.share-section .share-buttons ul li {
	padding: 0 0 0 21px;
}

.share-section .share-buttons ul li.twitter-button {
    width: 100px;
}

.share-section .share-buttons ul li.facebook-button {
    width: 93px;
}

.share-section .share-buttons ul li.google-button {
    width: 81px;
}


.share-section .share-buttons ul li.linkedin-button {
    width: 113px;
}

.share-section .share-buttons ul li.pinterest-button {
    border-right: medium none;
    width: 69px;
}

/* Related Posts
-------------------------------------------------------------------------------------*/

.related-posts ul li {
	margin-right: 30px;
	width: 202px;
}

.post-box .related-posts .featured-image {
	width: 202px;
	height: 175px;
}

.post-box .related-posts .featured-image img {
	width: 202px;
	height: 175px;
}


/*-----------------------------------------------------------------------------------*/

/*	Sidebar

/*-----------------------------------------------------------------------------------*/

#sidebar {
	position: relative;
	float: none;
	clear: both;
	margin: 0 0 0 30px;
	padding: 0;
	width: 698px;
}

#sidebar div.widget {
	display: inline-block;
	width: 318px;
	float: left;
	margin: 0 30px 20px 0;
}

#sidebar div.widget.uxde_newsletter_widget {
	width: 250px;
}

/*-----------------------------------------------------------------------------------*/

/*	Footer

/*-----------------------------------------------------------------------------------*/

/* Twitter Section
-------------------------------------------------------------------------------------*/

.twitter-tweets {
	font-size: 13px;
	line-height: 21px;
}

/* Footer Widgets
-------------------------------------------------------------------------------------*/

.footer-widgets { 
	width: 668px;
	-moz-column-count: 2;
    -moz-column-gap: 30px;
	-moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
	-webkit-column-fill: auto;
    column-count: 2;
    column-gap: 30px;
	column-fill: auto;
}

.footer-widgets .widget {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 0 0 40px 0;
}

.opera .footer-widgets .widget {
	width: 290px;
	margin: 0 30px 40px 0;
}

.opera .footer-widgets { 
	width: 668px;
	-moz-column-count: 1;
    -moz-column-gap: 0;
	-moz-column-fill: auto;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
	-webkit-column-fill: auto;
    column-count: 1;
    column-gap: 0;
	column-fill: auto;

}

/* Copyright
-------------------------------------------------------------------------------------*/

.copyright-left {
	width: 230px;
}

.copyright-right {
	width: 408px;
}

/*-----------------------------------------------------------------------------------*/

/*	Page Templates

/*-----------------------------------------------------------------------------------*/

#content.full-width {
    width: 668px;
}

#content.full-width .block {
    width: 668px;
}

.error-search #searchform input[type="text"] {
	width: 642px;
	background: #FFFFFF url(images/search-icon.png) no-repeat 637px 10px ! important;
}


}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 479px) {

/*-----------------------------------------------------------------------------------*/

/*	Body

/*-----------------------------------------------------------------------------------*/

#container {
    width: 300px;
}

/*-----------------------------------------------------------------------------------*/

/*	Header

/*-----------------------------------------------------------------------------------*/

.logo {
	float: none;
	max-width: 260px;
	margin: 20px;
	text-align: center;
}

.header-ads {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	text-align: center;
}

#navigation-search {
	height: 110px;
}

.form-mobile {
	display: block;
	width: 260px;
	float: none;
	margin: 10px 20px;
}
	
.form-mobile select {
	color: #AAAAAA;
	cursor: pointer;
	width: 260px;
	border: none;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}

.search-form { 
	float: none;
	display: block;
	width: 260px;
	margin: 0 20px 10px;
	overflow: hidden;
}

#searchform input[type='text'] {
	width: 237px;
	background-position: 231px 10px;
}

#primary-nav {
	display: none;
}

/*-----------------------------------------------------------------------------------*/

/*	Content

/*-----------------------------------------------------------------------------------*/

#content {
	width: 260px;
	margin: 0 20px;
	padding: 20px 0;
	border-right: none;
}

.slider {
	width: 260px;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
}

.grid {
	width: 260px;
	margin-right: 0;
}

.post-box .grid .featured-image {
	width: 260px;
	height: 143px;
}

.block {
	width: 260px;
}

.post-box .block .featured-image {
	width: 260px;
	height: 129px;
}

.post-box .block .featured-image img {
	width: 260px;
	height: 129px;
}

.user-review .left {
	max-width: 40%;
}

/* Share Buttons
-------------------------------------------------------------------------------------*/

.share-section .share-count {
	display: none;
}

.share-section .share-buttons ul li {
	padding: 0 0 0 9px;
}

.share-section .share-buttons ul li.twitter-button {
	padding: 0 0 0 0;
	width: 88px;
}

.share-section .share-buttons ul li.facebook-button {
    width: 81px;
}

.share-section .share-buttons ul li.google-button {
    width: 65px;
	border-right: none;
	margin: 0 0 0 0;
}

.share-section .share-buttons ul li.linkedin-button {
	display: none;
}

.share-section .share-buttons ul li.pinterest-button {
	display: none;
}

/* Author
-------------------------------------------------------------------------------------*/

.author-wrap {
	padding: 20px;
}

.author-gravatar {
	width: 220px;
	margin: 0 0 15px 0;
	text-align: center;
}

.author-info {
	float: left;
	width: 220px;
}

/* Related Posts
-------------------------------------------------------------------------------------*/

.related-posts ul li {
	width: 260px;
	margin: 0 0 20px 0;
}

.related-posts ul li:last-child {
	margin: 0 0 0 0;
}

.post-box .related-posts .featured-image {
	width: 260px;
	height: 225px;
}

.post-box .related-posts .featured-image img {
	width: 260px;
	height: 225px;
}

/* Textarea & Input
-----------------------------------------------------------------------------------*/

input, textarea, select {
	width: 236px;
}

textarea {
	width: 236px;
}

#respond textarea {
	width: 236px;
}

/*-----------------------------------------------------------------------------------*/

/*	Sidebar

/*-----------------------------------------------------------------------------------*/

#sidebar {
	width: 260px;
	margin: 0 20px 20px 20px;
}

.widget.uxde_newsletter_widget {
	background: none;
	padding: 0;
	width: 260px;
	height: auto;
	margin-bottom: 0;
}

.uxde_newsletter_widget h3 {
    display: block;
    margin: 0 0 20px;
}

.uxde_newsletter_widget h3 p {
	background: none;
    color: #444444;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 0 #222222;
       -moz-box-shadow: 0 0 0 #222222;
    		box-shadow: 0 0 0 #222222;
}

.ads-125 ul li {
	width: 120px;
	height: 120px;
	margin: 0 15px 15px 0;
	padding: 0;
}

.ads-125 ul li a img {
	width: 120px;
	height: 120px;
}

.uxde_ad125_widget {
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/

/*	Footer

/*-----------------------------------------------------------------------------------*/

/* Twitter Section
-------------------------------------------------------------------------------------*/

.twitter-tweets {
	background-image: none;
	padding: 20px 20px 20px 20px;
	height: auto;
}

/* Footer Widgets
-------------------------------------------------------------------------------------*/

.footer-widgets {
	margin: 0 20px;
}

.footer-widgets .widget {
	width: 260px;
	margin-right: 0;
}

/* Copyright
-------------------------------------------------------------------------------------*/

.copyright-left {
	width: 260px;
	margin: 0 20px 10px 20px;
	text-align: left;
}

.copyright-right {
	float: left;
	width: 260px;
	margin: 0 20px;
	text-align: left;
}

#footer-nav ul li { 
	background: url("images/footer-li.png") no-repeat 100% 8px;
	margin: 0 8px 0 0;
	padding: 0 12px 0 0;
}

#footer-nav ul li:first-child { 
	background: url("images/footer-li.png") no-repeat 100% 8px;
}

#footer-nav ul li:last-child { 
	background: none;
}

/*-----------------------------------------------------------------------------------*/

/*	Page Templates

/*-----------------------------------------------------------------------------------*/

#content.full-width {
    width: 260px;
}

#content.full-width .block {
    width: 260px;
}

.error-search #searchform input[type="text"] {
	width: 233px;
	background: #FFFFFF url(images/search-icon.png) no-repeat 228px 10px ! important;
}

.error-categories {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.error-archives {
	display: block;
	float: left;
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/

/*	Review System

/*-----------------------------------------------------------------------------------*/

#review-box, #review-box.left, #review-box.right {
    margin: 0 0 20px;
    width: 100%;
}

.user-review .right {
	padding: 30px 7px;
}


}


/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

/*-----------------------------------------------------------------------------------*/

/*	Body

/*-----------------------------------------------------------------------------------*/

#container {
    width: 420px;
}

/*-----------------------------------------------------------------------------------*/

/*	Header

/*-----------------------------------------------------------------------------------*/

.logo {
	float: none;
	max-width: 380px;
	margin: 20px;
	text-align: center;
}

.header-ads {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	text-align: center;
}

#navigation-search {
	height: 110px;
}

.form-mobile {
	display: block;
	width: 380px;
	float: none;
	margin: 10px 20px;
}
	
.form-mobile select {
	color: #AAAAAA;
	cursor: pointer;
	width: 380px;
	border: none;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}

.search-form { 
	float: none;
	display: block;
	width: 380px;
	margin: 0 20px 10px;
	overflow: hidden;
}

#searchform input[type='text'] {
	width: 357px;
	background-position: 351px 10px;
}

#primary-nav {
	display: none;
}

/*-----------------------------------------------------------------------------------*/

/*	Content

/*-----------------------------------------------------------------------------------*/

#content {
	width: 380px;
	margin: 0 20px;
	padding: 20px 0;
	border-right: none;
}

.slider {
	width: 380px;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
}

.grid {
	width: 180px;
	margin-right: 20px;
}

.post-box .grid .featured-image {
	width: 180px;
	height: 115px;
}

.post-box .grid .featured-image img {
	width: 180px;
	height: 115px;
}

.block {
	width: 380px;
}

.post-box .block .featured-image {
	width: 380px;
	height: 189px;
}

.post-box .block .featured-image img {
	width: 380px;
	height: 189px;
}

/* Share Buttons
-------------------------------------------------------------------------------------*/

.share-section .share-count {
	display: none;
}

.share-section .share-buttons ul li {
	padding: 0 0 0 14px;
}

.share-section .share-buttons ul li.twitter-button {
	padding: 0 0 0 0;
	width: 92px;
}

.share-section .share-buttons ul li.facebook-button {
    width: 86px;
}

.share-section .share-buttons ul li.google-button {
    width: 73px;
}

.share-section .share-buttons ul li.linkedin-button {
	display: none;
}

/* Author
-------------------------------------------------------------------------------------*/

.author-wrap {
	padding: 20px;
}

.author-gravatar {
	width: 340px;
	margin: 0 0 15px 0;
	text-align: center;
}

.author-info {
	float: left;
	width: 340px;
}

/* Related Posts
-------------------------------------------------------------------------------------*/

.related-posts ul li {
	width: 115px;
	margin: 0 17px 0 0;
}

.related-posts ul li:last-child {
	margin-right: 0;
}

.post-box .related-posts .featured-image {
	width: 115px;
	height: 99px;
}

.post-box .related-posts .featured-image img {
	width: 115px;
	height: 99px;
}

/* Textarea & Input
-----------------------------------------------------------------------------------*/

input, textarea, select {
	width: 356px;
}

textarea {
	width: 356px;
}

#respond textarea {
	width: 356px;
}

/*-----------------------------------------------------------------------------------*/

/*	Sidebar

/*-----------------------------------------------------------------------------------*/

#sidebar {
	width: 380px;
	margin: 0 20px 20px 20px;
}

.ads-125 ul li {
	width: 115px;
	height: 115px;
	margin: 0 17px 17px 0;
	padding: 0;
	border: none;
}

.ads-125 ul li a img {
	width: 115px;
	height: 115px;
}

.ads-125 ul li:nth-child(2n) {
    margin-left: 0;
    margin-right: 17px;
}

.ads-125 ul li:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
}

.uxde_ad125_widget {
    margin-bottom: 15px;
}

/*-----------------------------------------------------------------------------------*/

/*	Footer

/*-----------------------------------------------------------------------------------*/

/* Twitter Section
-------------------------------------------------------------------------------------*/

.twitter-tweets {
	background-image: none;
	padding: 20px 20px 20px 20px;
	height: auto;
}

/* Footer Widgets
-------------------------------------------------------------------------------------*/

.footer-widgets {
	margin: 0 20px;
}

.footer-widgets .widget {
	width: 380px;
	margin-right: 0;
}

#footer-nav ul, #footer-nav .footer-menu {
	float: left;
}

/* Copyright
-------------------------------------------------------------------------------------*/

.copyright-left {
	width: 380px;
	margin: 0 20px 10px 20px;
	text-align: left;
}

.copyright-right {
	float: left;
	width: 380px;
	margin: 0 20px;
	text-align: left;
}

#footer-nav ul li { 
	background: url("images/footer-li.png") no-repeat 100% 8px;
	margin: 0 8px 0 0;
	padding: 0 12px 0 0;
}

#footer-nav ul li:first-child { 
	background: url("images/footer-li.png") no-repeat 100% 8px;
}

#footer-nav ul li:last-child { 
	background: none;
}

/*-----------------------------------------------------------------------------------*/

/*	Page Templates

/*-----------------------------------------------------------------------------------*/

#content.full-width {
    width: 380px;
}

#content.full-width .block {
    width: 380px;
}

.error-search #searchform input[type="text"] {
	width: 355px;
	background: #FFFFFF url(images/search-icon.png) no-repeat 350px 10px ! important;
}

.error-categories {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.error-archives {
	display: block;
	float: left;
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/

/*	Review System

/*-----------------------------------------------------------------------------------*/

#review-box, #review-box.left, #review-box.right {
    margin: 0 0 20px;
    width: 100%;
}

.user-review .right {
	padding: 20px 7px;
}


}