/*
 Theme Name:   Visia Child
 Description:  Visia Child Theme
 Author:       Jen Perry
 Author URI:   http://bluesageweb.com
 Template:     visia
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  visia-child
*/

/* Overall Font-Size Bigger */
body { 
	font: lighter 18px "Open Sans", arial, sans-serif;
}
/* Make pages larger to hold bigger project images */
.sub-heading { margin: 48px auto; max-width: 990px; }

/* Don't diplay the Project Tag Filters */
.filter {display: none;}

/* Don't display the Project Tags below the Project Titles */
.meta h6 {display: none;}

/* Take away the tooltips for the Services */
.overview .tooltip, .overview .arrow-down {
display: none !important;
}
/*Remove ths background and color change*/
.feature:hover{background: none; color: #ffffff;}
/*Removes the question mark from the cursor*/
.feature{cursor: default;}

/* Center Align services icons */
@media (min-width: 768px) {
#services .icons .overview {
width: 20% !important;
}
}

/* Center Contact Info */
@media (min-width: 768px) {
ul.contact li { float: none; display: inline-block;}
}
