/*
Theme Name: Javo Spot Child
Theme URI: http://javothemes.com/spot/
Author: Javo Team
Author URI: http://javothemes.com/spot/
Template:     javo-spot
Version: 2.0.3
Description: Javo Spot is a premium WordPress theme for Directory and Magazine Websites. You can build so many types of directory websites with javo shortcodes
Tags: one-column, two-columns, left-sidebar,right-sidebar, custom-header, custom-menu, editor-style, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: javospot
*/

@import url('../javo-spot/style.css');

.popupaoc-link {
	color: blue;
	text-decoration: underline !important;
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
	.d-mobile {
		display: inline !important;
		visibility: visible;
	}
	
	.d-desktop {
		display: none;
		visibility: hidden;
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
 	.d-mobile {
		display: inline !important;
		visibility: visible;
	}
	
	.d-desktop {
		display: none;
		visibility: hidden;
	}
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
	.d-mobile {
		display: none;
		visibility: hidden;
	}
	
	.d-desktop {
		display: inline !important;
		visibility: visible;
	}
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  	.d-mobile {
		display: none;
		visibility: hidden;
	}
	
	.d-desktop {
		display: inline !important;
		visibility: visible;
	}
}