/*
 Theme Name:   Eshkool Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/eshkool/
 Description:  Eshkool Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     eshkool
 Version:      3.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
#rs-header.header-styl-3 .toolbar-area {
    background: rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.rs-dual-heading .description {
    text-align: justify;
}
.vc_toggle_content {
	white-space: pre-line;
}
.rs-breadcrumbs-inner {
    background: #003b6d;
}
#rs-footer.has-footer-contact .footer-contact-desc {
    background: #777777;
    border-radius: 0;
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .mail-icono,
#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .address-icono,
#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .phone-icono {
    padding-top: 40px;
}
#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .mail-icono:before {
    content: "\f003";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 28px;
    color: #fff;
    transform: translateX(-50%);
}
#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .address-icono:before {
    content: "\f041";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 28px;
    color: #fff;
    transform: translateX(-50%);
}
#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .phone-icono:before {
    content: "\f095";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 28px;
    color: #fff;
    transform: translateX(-50%);
}
#scrollUp i{
	background: #777777 !important;
}
#call-me {
  position: fixed;
  margin: 0;
  right: 30px;
  bottom: 130px;
  width: 42px;
  height: 42px;
  z-index: 1000;
  /*padding: 5px;
  background-color: #fff;
  border-color: #d24465;
  border-width: 1px;
  border-radius: 100%;
  border-style: solid;*/
}

/*@media screen and (min-width:500px) {
	#call-me {
		/*display:none*/
	/*}
}*/
@media only screen and (max-width: 767px) {
	#rs-header.header-styl-3 .toolbar-area {
		background: #003b6d;
		border-bottom:  #003b6d;
	}
}

