/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*
#cbaa72 or
hover #C8B69A or
#333333 black_1
#555555 black_2
#9F9F9F text_grey
#FFD7AF rose
*/
a:focus {
    outline: none !important;
}

#wpforms-form-194 input,
#wpforms-form-194 textarea {
    border-radius: 5px !important;
}

#wpforms-form-194 button {
    background-color: #cbaa72 !important;
    border-radius: 5px !important;
    text-transform: none !important;
    font-size: 15px !important;
    letter-spacing: normal !important;
}

#wpforms-form-194 button:hover {
    border: none !important;
    background-color:#C8B69A !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0px !important;
}

.es-listing__title a:hover{
    color: #cbaa72 !important;
}


#top-bar-wrap,
#location,
#features,
#request_form,
#basic-facts,
.es-dymanic-content.content-font,
.es-powered.content-font,
.page-header,
.es-breadcrumbs,
.es-listings-filter .es-title,
.es-listing__terms li,
.es-listing__terms li a{
    display:none !important;
}

.single-post-title.entry-title,
#primary{
    border:none !important;
}

#primary.content-area.clr,
#primary.content-area{
    float:none !important;
    margin:0 auto !important;
}

.elementor-widget-container p a{
    color:#9F9F9F !important;
}
.elementor-widget-container p a:hover{
    color:#C8B69A !important;
}


