/*
Theme Name: Valorous Circle's Hello Elementor Child
Theme URI: https://valorouswebdesign.com
Template: hello-elementor
Author: Valorous Circle LLC
Author URI: https://valorouswebdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.0.1565622455
Updated: 2019-08-12 11:07:35

*/

/* Header Links */
.vc-mobileOnly a.elementor-item {display:none;}

/* Buttons */
input[type="button"] {
	border-color: #888888;
	color: #888888;
}

input[type="button"]:hover,
input[type="button"]:focus {
	background-color: #888888;
}

/* Link Hovers */
.vc-growHover { 
transition: all .2s ease-in-out; 
}

.vc-growHover a:hover { 
transform: scale(1.1); 
}

h2.orange a:hover {
	color:orange;	
}

/* Lists */
.vc-bulletedList li {
    margin:10px 0;
}

@media screen and (max-width: 768px) {
  .vc-mobileOnly a.elementor-item {
    display: block;
  }
}