/*
Theme Name:     Rascvet Child Theme
Theme URI:      http://www.codetia.com/
Description:    Child Theme for Rascvet
Author:         Codetia, s.l.
Author URI:     http://www.codetia.com/
Template:       polytechnic
Version:        1.0
*/

@import url("../polytechnic/style.css");

/* Custom CSS for bottom color home page */
.vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink {
	background-color: #303928 !important;
}
.vc_btn-juicy_pink:hover, a.vc_btn-juicy_pink:hover, button.vc_btn-juicy_pink:hover {
	background-color: #4d5a40 !important;
}

/* Custom Style for Back to Top */
#dynamic-to-top {
	bottom: 1rem !important;
	top: auto !important;
}

/* Custom CSS for Contact Form */
.aceptacion-condiciones {
	display: inline-flex;
}
.aceptacion-condiciones span {
	margin-right: 10px;
}
.aceptacion-condiciones a {
	margin-left: 5px;
}

/* Display None for Course Post Meta Information */
.single #section-course-meta.theme_hook {
	display:none;
}