/*
Theme Name: crydental
Theme URI: #
Author: Admin
*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */



.alignleft {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}

.alignnone {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}
.alignright {
    float: right;
    height: auto;
    padding: 7px;
    width: inherit;
}

.aligncenter {
    display: block;
    float: none;
    height: inherit;
    margin: 0 auto;
    width: inherit;
}

.size-full {
    height: inherit;
    padding: 10px;
    width: auto;
}

span.ajax-loader {
    display: none !important;
}

h2.vc_custom_heading.Hover_Text {
    position: absolute;
    z-index: 999999;
    margin-top: -168px;
    display: block;
    width: 100%;
}


.content-aside .widget_text h1 {
      background: #0194d9;
    padding: 10px;
    color: #fff;
}


.slick-next:before {
    content: "\f0a9" !important;
    font-family: fontawesome !important;
}
.slick-prev:before {
    content: "\f0a8" !important;
    font-family: fontawesome !important;
}
.slick-prev {
    left: 46px;
    Z-INDEX: 99999;
}
.slick-next {
    right: 46px ;
}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 44px !important;
    line-height: 1;
    opacity: .75;
    color: #80c04e !important;

}