/*
Theme Name: Glorio Child Theme
Theme URI: //wordpress.tonytemplates.com/glorio
Author: Tony Theme
Author URI: https://www.tonytemplates.com/
Template: glorio
Description: This is a child theme for Glorio.
Version: 1.0
Text Domain: glorio-child
*/

/*  [ Add your custom CSS below ]
================================ */


/* move testimonial speech bubble triangle */
.testimonial:after {
left: 16px;
}

/* move testimonial speech bubble triangle shadow */
.testimonial:before {
	left: 16px;
}

/* remove testimonial image bubble to left of testimonial name */
.rs-block-image__wrapper {
	display: none;
}

/* change color of map icon in footer */
.icon-placeholder-for-map:before {
	color: #2DDF7A;
}

/* change color of phone icon in footer */
.icon-telephone:before {
	color: #2DDF7A;
}

/* change color of email icon in footer */
.icon-mail:before {
	color: #2DDF7A;
}

/* change "Back To Top" box colors */
.backToTop {
	background: #2DDF7A;
	color: #333;
}

/* adjust "Back to Top" box opacity */
.backToTop.visible {
    opacity: 1;
}

/* change footer link color and add underline */
.footer-info a {
    color: white;
    text-decoration: underline;
}

/* change active menu item color */
.footer-menu ul li.current-menu-item a, .header .header-menu .menu > li.current-menu-item > a, body.page-blog .block--darkbg .aside > *:not(.blog-post-single) a.comment-reply-link, .comment-awaiting-moderation, #cancel-comment-reply-link, body:not(.page-blog) .block--darkbg .four-zero-page-area h2 {
	color: #2ddf7a;
}

/* change top menu hover color */
.header .menu li a:hover, .header .menu li:hover > a, .header .menu li.active > a {
	color: #2D81DF;
}

/* change footer menu hover color */
.footer-menu ul li a:hover {
	color: #2d81df;
}

/* change style of Contact Form 7 button */

#wpcf7-f6-p41-o1 > form > p:nth-child(5) > input {
	background: #2976cc;
	color: white;
	border: none;
	text-transform: none;
	border-radius: 4px;
}

/* change style of Contact Form 7 "Sent OK" message */
div.wpcf7-mail-sent-ok {
    border: 2px solid #2ddf7a;
    border-radius: 4px;
    color: #333;
}

/* remove margin from Contact Form 7 "Sent OK" message */

div.wpcf7-response-output {
	margin: 0px;
}

/* change style of Contact Form 7 error messages */

div.wpcf7-validation-errors {
    border: 2px solid #cc493d;
    border-radius: 4px;
}