/* ===================================================================================

Theme Name: Medizco Child
Theme URI: https://themeforest.net/user/xpeedstudio/portfolio
Author: Xpeedstudio
Author URI: https://xpeedstudio.com/
Description: Medizco is a Medical Health Dental Care Clinic WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medizco
* Template: medizco
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif!important;
}

.medizco_doctors_slider > .slick-dots > li > button {
    width: auto;
    height: auto;
    margin: 2px;
    padding: 4px;
    background-color: #e40613;
    border-radius: 50%;
    opacity: 0.25;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
  .medizco_logo:before {
    content: " ";
    position: absolute;
    top: -45px;
    right: -40px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-right: 2px solid #e40613;
    -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
    z-index: -1;
  }
.footer_copyright {
    padding: 20px 0;
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#e40613), to(#500121));
    background-image: -o-linear-gradient(left, #e40613 0%, #500121 100%);
    background-image: linear-gradient(to right, #e40613 0%, #500121 100%);
}
.ekit-wid-con .ekit_testimonial_style_2:hover {
    border-bottom-color: #e40613 !important;
}
.page_banner_content {
  background-color: #e40613;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.medizco_breadcrumblist > li:last-child, .medizco_breadcrumblist > li > a:hover {
    color: #e40613;
}
ul.footer_social{
	float: right;
}
ul.footer_social li{
	margin: 0px 10px;
}
.copy_right{
	color: #fff;
}
.footer_social li a i {
    vertical-align: middle;
    display: inline-block;
    -webkit-text-fill-color: #fff;
}
@media (min-width: 992px) {
    .medizco_breadcrumblist > li:not(.curves):not(.seperator) {
        max-width: 180px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


@media (max-width: 680px) {
    .medizco_logo img {
        max-width: 80px;
    }
    .medizco_breadcrumblist > li:last-child, .medizco_breadcrumblist > li > a:hover {
    color: #FFF;
    }
}



