/*
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

*/

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

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

/* Shrink Gravity Forms buttons on hover to match other site button hovers */
body .gform_wrapper .gform_footer input[type=submit]:hover {
    transform: scale(0.9);
}


/* -----------------------------------------------------------------------------
   Header
----------------------------------------------------------------------------- */
/* Page anchor fix to compensate for height of Sticky Header */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 130px; /* fixed header height*/
  margin: -130px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

/* Hide half of header navigation items for split menu on L and R sides */

.vc-menuLeft .vc-menuItemRight {
	display:none !important;
}

.vc-menuRight .vc-menuItemLeft {
	display:none !important;
}

@media screen and (max-width: 767px) {
	.vc-menuRight .vc-menuItemLeft {
		display:block !important;
	}
	
	li.vc-menuItemLeft:first-of-type {
  		padding-top: 25px;
	}
	li.vc-menuItemRight:last-of-type {
  		padding-bottom: 25px;
	}
}