/* Media queries */

@media(min-width: 1200px) {
	.wrapper {
		width: 1170px;
	}

	.mobile-menu-section {
		display: none !important;
	}
}

@media(min-width: 990px) and (max-width: 1199px) {
	.wrapper {
		width: 100%;
	}

	.menu-section .menu li {
		width: 103px;/*was 115px before reviews menu item*/
	}

	.mobile-menu-section {
		display: none !important;
	}

	.main-content {
		width: 700px;
		width:calc(100% - 240px)
	}

	.main-sidebar {
		width: 240px;
	}
	.update-item{width:31.3%;}

	.content-pornstars .pornstar-item {
		margin-bottom: 10px;
	}

	.main-pornstars-sidebar .pornstar-item {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.gallery-intro .gallery-video {
		width: 680px;
    height:auto;
		max-width:calc(100% - 260px);
		margin: 0;
		padding: 0;
	}
	
	.main-pornstars-content {
		width: 470px;
		width:calc(100% - 230px);
	}

	.pornstar-intro .pornstar-info {
		width: 230px;
		
	}

	.pornstar-intro .pornstar-info .meta {
		width: 100%; float: none;
		padding-right: 0; padding-bottom: 15px;
		border-right: 0 none; border-bottom: 1px solid #222222;
	}
/*added because we switched positions*/
	.pornstar-intro .pornstar-info .social {
		width: 100% ; float: none;
		padding-left: 0; padding-top: 15px;
	}
	
	.pornstar-intro .pornstar-info .desc {
		width: 100%; float: none;
		padding-left: 0; padding-top: 15px;
	}

	.review-stats .label {
		width: 30%;
	}

	.review-stats .value {
		width: 70%;
	}

	.review-listing-desc {
		width: 430px;
	}

	.footer-content {
		width: 650px;
	}

}

@media(min-width: 769px) and (max-width: 989px) {
	.wrapper {
		width: 100%;
	}

	.top-section .search .search-input {
		width: 380px;
	}

	.top-section .search input[type="text"] {
		width: 260px;
	}

	.menu-section .menu {
		width: 100%;
	}

	.menu-section .menu li {
		width: 13.666%;/*was 16.666% before reviews menu item*/
	}

	.menu-section .menu li:last-child {
		border-right: 0 none;
	}

	.menu-section .addthis {
		display: none;
	}

	.mobile-menu-section {
		display: none !important;
	}

	.desktop-ads, .desktop-dsa {
		display: none;
	}

	.mobile-ads-DISABLED {
		display: block;
	}

	.main-sidebar {
		width: 100%; float: none;
	}
/*added 12/3/2017*/
  .main-sidebar {
		display: none;
	}
	.main-sidebar .categories {
		display: none;
	}

	.main-sidebar .mobile-categories {
		display: block;
	}

	.main-content {
		width: 100%; float: none;
	}

	.update-item {
		width: 31.3%;
	}

	.update-item .thumb {
		width: 230px; height: 150px;
		width:100%; height:auto;
	}

	.pornstar-item {
		width: 230px;
		width:31.3%;
	}

	.content-home .pornstar-item {
		margin-bottom: 0;
	}

	.content-home .pornstar-item:nth-child(n+4) {
		display: none;
	}

	.pornstar-item .thumb {
		width: 230px; height: 345px;
		width:100%;height:auto;
	}

	.review-item {
		width: 24%;
		margin:0 .5%;
		margin-bottom:10px;
	}

	.9review-item:nth-child(4n) {
		margin-right: 10px;
	}

	.9review-item:nth-child(3n) {
		margin-right: 0;
	}

	.review-item .thumb {
		width: 230px; height: 150px;
		width:100%; height:auto;
	}

	.photo-item {
		width: 24%;
		margin:0 .5% .5% .5%
	}

	.photo-item .thumb {
		width: 230px; height: 150px;
		width:100%; height:auto;
	}

	.gallery-intro .gallery-video {
		width: 710px; height: 408px; float: none;
		width:100%;height:auto;
	}

	.gallery-intro .gallery-info {
		width: 80%; float: none;
	}

	.main-pornstars-content {
		width: 100%;
	}

	.main-pornstars-sidebar {
		width: 100%; float: none;
	}

	.main-pornstars-sidebar-featured {
		display: none;
	}

	.main-pornstars-sidebar-filter {
		display: none;
	}

	.main-pornstars-sidebar-toplist {
		display: none;
	}

	.pornstar-intro .pornstar-info {
		width: 490px;
	}

	.review-stats .label {
		width: 30%;
	}

	.review-stats .value {
		width: 70%;
	}

	.review-listing-desc {
		width: 460px;
	}

	.footer-content {
		width: 490px;
	}

	.footer-newsletter {
		width: 220px;
	}


}

@media(min-width: 480px) and (max-width: 768px) {
	.wrapper {
		width: 460px;
		width:100%;
	}

	.top-section .logo {
		float: none;
		margin: 10px auto;
	}

	.top-section .search {
		width: 100%; float: none;
		margin: 0 0 6px 0;
	}

	.top-section .search .mmenu-switch {
		display: block;
	 margin-left:20px;
	}

	.top-section .search .search-input {
		width: 320px;
		width:calc(100% - 180px);
	}

	.top-section .search input[type="text"] {
		width: 100%;
	}

	.top-section .search select,
	.top-section .search .sbHolder {
		display: none;
	}

	.menu-section {
		display: none;
	}

	.mobile-menu-section {
		display: none;
	}

	.desktop-ads, .desktop-dsa {
		display: none;
	}

	.mobile-ads-DISABLED {
		display: block;
	}

	.main-content {
		width: 100%; float: none;
	}

	.main-sidebar {
		width: 100%; float: none;
	}
/*added 12/3/2017*/
  .main-sidebar {
		display: none;
	}
	.main-sidebar, .main-sidebar .categories {
		display: none;
	}

	.main-sidebar .mobile-categories {
		display: block;
	}

	.update-item {
		width: 205px;
		WIDTH:48%;
	}

	.pornstar-item {
		width: 205px;
		WIDTH:48%;
		MARGIN:1%
	}

.pornstar-intro .pornstar-thumb {
	width: 220px;
	height: 330px;
	float: left;
	width:50%;
	height:auto;
}
.pornstar-intro .pornstar-info {
	max-width: 50%;
  float: right;
	padding: 15px;
}
	.pornstar-item .thumb {
		width: 205px; height: 307px;
		WIDTH:100%;HEIGHT:AUTO;
	}

	.review-item {
		width: 205px;
		width:48%;
		margin:0 1% 10px 1%
	}


	.review-item .thumb {
		width: 205px; height: 134px;
		width:100%;height:auto;
	}

	.photo-item {
		width: 205px;
    width:31.3%;;
		margin:0 1% 10px 1%;
	}


	.photo-item .thumb {
		width: 205px; height: 134px;
		width:100%;height:auto;
	}

	.gallery-intro .gallery-video {
		width: 420px; height: 242px; float: none;
		width:100%;height:auto;
	}

	.gallery-intro .gallery-info {
		width: 100%; float: none;
	}

	.main-pornstars-content {
		width: 100%;
	}

	.main-pornstars-sidebar {
		width: 100%; float: none;
	}

	.main-pornstars-sidebar-featured {
		display: none;
	}

	.main-pornstars-sidebar-filter {
		display: none;
	}

	.main-pornstars-sidebar-toplist {
		display: none;
	}

	.review-column {
		width: 100%;
		margin-bottom: 15px;
	}

	.review-stats .label {
		width: 100%;
	}

	.review-stats .value {
		width: 100%;
		margin-bottom: 8px;
	}

	.review-grade {
		width: 25%;
		margin-bottom: 10px;
	}

	.review-listing-buttons {
		float: none;
		margin: 0 auto;
	}

	.review-listing-desc {
		width: 100%;
		margin-top: 10px;
	}

	.footer-content {
		width: 100%;
	}

	.footer-newsletter {
		width: 100%;
		padding-left: 10px;
		border-left: 0 none; border-bottom: 1px solid #242526;;
	}

}

@media(max-width: 479px) {
	.wrapper {
		width: 100%;
	}

	.top-section .logo {
		float: none;
		margin: 10px auto;
	}

	.top-section .search {
		width: 100%; float: none;
		margin: 0 0 6px 0;
	}

	.top-section .search .mmenu-switch {
		display: block;
		margin-left:20px;
	}

	.top-section .search .search-input {
    width:160px;
		width:calc(100% - 180px);
		
	}

	.top-section .search input[type="text"] {
		width: 100%;
	}

	.top-section .search select,
	.top-section .search .sbHolder {
		display: none;
	}

	.menu-section {
		display: none;
	}

	.mobile-menu-section {
		display: none;
	}

	.desktop-ads, .desktop-dsa {
		display: none;
	}

	.mobile-ads-DISABLED {
		display: block;
	}

	.main-content {
		width: 100%; float: none;
	}

	.main-sidebar {
		width: 100%; float: none;
display:none
	}

	.main-sidebar .categories {
		display: none;
	}

	.main-sidebar .mobile-categories {
		display: block;
	}

	.update-item {
		width: 100%;
		margin-right: 0;
	}

	.update-item:last-child {
		margin-bottom: 0;
	}

	.content-pornstars .update-item:nth-child(3n) {
		margin-right: 10px;
	}

	.content-pornstars .update-item {
		margin-right: 0;
	}

	.update-item .thumb {
		width: 100%; height: auto;
	}

	.pornstar-item {
		width: 100%;
		margin-right: 0;
	}

	.pornstar-item:nth-last-child(-n+4) {
		margin-bottom: 10px;
	}

	.pornstar-item:last-child {
		margin-bottom: 0;
	}

	.pornstar-item .thumb {
		width: 100%; height: auto;
	}
.pornstar-intro .pornstar-thumb {
	width: 220px;
	height: 330px;
	float: left;
	width:100%;
	height:auto;
}
	.review-item {
		width: 100%;
		margin-right: 0;
	}

	.review-item:nth-last-child(-n+4) {
		margin-bottom: 10px;
	}

	.review-item:last-child {
		margin-bottom: 0;
	}

	.review-item .thumb {
		width: 100%; height: auto;
	}

	.photo-item {
		width: 100%;
		margin-right: 0;
	}

	.photo-item:nth-last-child(-n+4) {
		margin-bottom: 10px;
	}

	.photo-item:last-child {
		margin-bottom: 0;
	}

	.photo-item .thumb {
		width: 100%; height: auto;
	}

	.gallery-intro .gallery-video {
		width: 100%; height: auto; float: none;
	}

	.gallery-intro .gallery-info {
		width: 100%; float: none;
	}

	.main-pornstars-content {
		width: 100%;
	}

	.main-pornstars-sidebar {
		width: 100%; float: none;
	}

	.main-pornstars-sidebar-featured {
		display: none;
	}

	.main-pornstars-sidebar-filter {
		display: none;
	}

	.main-pornstars-sidebar-toplist {
		display: none;
	}

	.pornstar-intro .pornstar-thumb {
		float: none;
		margin: 0 auto;
	}

	.pornstar-intro .pornstar-info {
		width: 100%;
	}

	.pornstar-intro .pornstar-info .meta {
		width: 100%; float: none;
		padding-right: 0; padding-bottom: 15px;
		border-right: 0 none; border-bottom: 1px solid #222222;
	}
/*added because we switched positions*/
	.pornstar-intro .pornstar-info .social {
		width: 100% ; float: none;
		padding-left: 0; padding-top: 15px;
	}
	
	.pornstar-intro .pornstar-info .desc {
		width: 100%; float: none;
		padding-left: 0; padding-top: 15px;
	}

	.review-column {
		width: 100%;
		margin-bottom: 15px;
	}

	.review-stats .label {
		width: 100%;
	}

	.review-stats .value {
		width: 100%;
		margin-bottom: 8px;
	}

	.review-grade {
		width: 33.333%;
		margin-bottom: 10px;
	}

	.review-listing-buttons {
		float: none;
		margin: 0 auto;
	}

	.review-listing-desc {
		width: 100%;
		margin-top: 10px;
	}

	.footer-content {
		width: 100%;
		padding-top: 10px;
	}

	.footer-newsletter {
		width: 100%;
		padding-left: 0; padding-bottom: 10px;
		border-left: 0 none; border-bottom: 1px solid #242526;;
	}

}
