/*

Theme Name:     wpCasa Child

Theme URI:      http: //example.com/

Description:    Child theme for wpCasa

Author:         Theme author (your name)

Author URI:     http: //example.com/about/

Template:       wpcasa

Version:        1.0

*/



@import url("../wpcasa/style.css");

.wpsight-menu-main .tinynav {

background: #F3F7ED !important;

color: #474747;

border-color: #DBD939 !important;

}

.gradient-icon {

    height:20px;

    background:linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);

}

#app-pdf-button a {text-align: center; border: solid 1px #98CE26; background-color: #FFF; padding: 15px; color: #000; font-size: 1.2em; position: relative; margin: 0px auto;}



#wpsight-spaces-5 h1 {font-size: 1.3em;border: solid 1px #98CE26;}

#wpsight-spaces-5 h2 {font-size: 1em;border: solid 1px #98CE26;}

.wpsight-menu-main {background: #F3E75B;}

.wpsight-menu-main .tinynav {background: #95c042; color: #474747; border-color: #98CE26;}

.wpsight-menu-main .sf-menu a, .wpsight-menu-main .sf-menu a:visited {color: #474747;}



.boxed .wpsight-menu-main .tinynav ul li:after {

    content: " (Click or Tap for Options)";

} 



#logo-description {display: none;}

#top-wrap {position: absolute;}

.listing-location-map {border: 1px solid #88af3c;}

.title {border-color: #88af3c;}

.btn-primary {background-image: -webkit-linear-gradient(top,#9FCF4A,#185F37);background-color: #58A743;}

#a2a_share_save_widget-2 {padding: 0px 5px 15px 5px;}

.pluginButtonContainer {padding: 2px;}

.wpcasa-label, .wpsight-label {color: #FFF; font-family: sans-serif; font-size: 1.4em; font-weight: bold;}

.wpsight-label.wpsight-label-rented {background: #d6401d;}

body {font-family: sans-serif;}

.flex-direction-nav {left: auto; bottom: auto; right: 20px; top: 86px; width: 50px;

height: 25px;}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {

background-color: #19642B;

}

.listing-details-overview {border-color: #88af3c;}

.menu-footer-nav-container ul li, .menu-footer-nav-container ul li a {display:inline; list-style: none; padding: 10px; color: #000; font-size: 1em;}

.menu-footer-nav-container ul li:hover, .menu-footer-nav-container ul li a:hover {color: #88af3c;}

.menu-footer-nav-container {padding-top: 10px; border-top: 1px dotted #88af3c;}

.widget-slider, .image-slider {border-bottom: 1px dotted #88af3c;

padding-bottom: 25px;}

#credit, #credit a {color: #000;}


.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    margin: 0;
    width: auto;
    vertical-align: inherit;
    height: 3em !important;
    font-size: 1.2em !important;
}

.nf-response-msg {
    color: #18b418 !important;
    font-size: 1.6em !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

/****************ADDED BY IMDG******************/
/*button block styling*/
.wp-block-button__link {
	background:white!important;
	border:2px solid green!important;
	color:green!important;
}

.wp-block-button__link:hover {
	background:green!important;
	border:2px solid green!important;
	color:white!important;
	text-decoration:none!important;
}