/*
 Theme Name:     OceanWP Child Theme
 Theme URI:      https://wordpress.org/themes/oceanwp/
 Description:    Ocean WP Child Theme Created For customizaton
 Author:         oceanwp
 Author URI:     oceanwp.org
 Template:       oceanwp
 Version:        1.0.0
*/

/*---------------------------------------
  General Display
---------------------------------------*/

.topbarcontenthover:hover {
	color: #ffffff;
	font-weight: bold;
}

.page-header.hidden-page-header{
	display: none;
}

/*---------------------------------------
  Login Page
---------------------------------------*/
#um-submit-btn, #um_account_submit_general, #um_account_submit_password, #um_account_submit_privacy, .um-request-button.um-export-data-button, .um-request-button.um-erase-data-button {
	min-width: 150px !important;
	background-color: #5cb85c;
	text-align: center;
}

#um-submit-btn:hover, #um_account_submit_general:hover, #um_account_submit_password:hover, #um_account_submit_privacy:hover, .um-request-button.um-export-data-button:hover, .um-request-button.um-erase-data-button:hover {
	background-color: #00BA2B;
}

/*Desktop*/
@media only screen and (min-width:768px){
    #footer-bottom.no-footer-nav #copyright{
        text-align: right;
    }

    /*Login Page Text*/
    .elementor-heading-title.elementor-size-medium {
        font-size: 30px !important;
    }
}






