/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.new_hidden {
display:none !Important;
}

.cs-editor-active .new_hidden {
display:block !Important;
}


.green-link a {
    color: #9abf19;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding: 0 0 0.5rem;
}

.green-link a:hover {
	color: #698604;
    border-bottom: 1px solid #698604;
}


.whitebutton {
	line-height:0; 
	padding:1rem 2rem 1rem; 
	background:rgba(255,255,255,0.2) !important; 
	border-color:white !important;
}

.whitebutton:hover {
	background:rgb(117, 148, 4);
}

.green-button {
	background:rgba(44, 186, 148, 0.8) !important; 
	border-color:white !important;
}

.green-button:hover {
	background:rgba(44, 186, 148, 1) !important; 
}


.black-button {
	background:rgba(39, 39, 39, 0.9) !important; 
	border-color:white !important;
}

.black-button:hover {
	background:rgba(39, 39, 39, 1) !important; 
}