@charset "utf-8";
/* CSS Document */

/* @import url('css/font-awesome.min.css');*/

/* In html file */
/*<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="viewport" content="width=device-width">*/

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {

	.theme-tour li{ width: 9.8%; }
}

@media (max-width: 1069px) {

}

@media (max-width: 999px) {

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width:767px) {
	article.quick-link {
    display: none;
}
ul.theme-tour li {
    width: 44%;
}
ul.theme-tour li p {
    font-size: 14px;
    font-weight: bold;
}

.subscribe ul.social-link li {
    background: #000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    margin-top: 22px;
}
.link-footer li {
    padding: 10px 14px;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
}

img.img-fluid.helpme {
    display: none;
}
.top-footer p {
    text-align: center;
    font-size: 9px;
    font-weight: bold;
}

.subscribe {
    padding: 9px 0px;}
    .heading span{ font-size: 19px; }
}



@media (max-width: 643px) {

}

@media (max-width:480px) {
	
}

/* Mobile devices */
@media (max-width: 359px) {

}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

}

@media print {

}
