/*
Template:       restly
Theme Name:     Mibeno Restly Child
Theme URI: 		http://wptf.themepul.com/restly
Author: 		Themepul
Author URI: 	http://themepul.com/
Description:    This Child Theme only for Restly Theme.
Version:        1.0.0
Text Domain:    restly-child
*/

#breadcrumbs span,
#breadcrumbs a {
    color: #fff;
    margin: 0 2px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Rubik';
}

#breadcrumbs span {
    font-weight: 600;
}

#restly_contact_info_widget-2 {
    padding-left: 0;
}

#restly_contact_info_widget-2 .company-contact-widget ul li {
    padding-left: 0;
}

.cta-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cta-button {
    width: 90%;
    margin-top: 20px;
	margin-bottom:30px;
    padding: 20px 20px;
    color: #FFFFFF;
    background-color: #EB1D25;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: background-color 0.25s ease;
}

.cta-button:hover {
    color: #FFFFFF;
    background-color: #2A4B59;
    border-radius: 5px;
}

.cta-button strong{
	color: white;
	
}
