/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */



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

   Use this file to add custom CSS easily

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

/*Menu Move Down*/
.uk-navbar-flip, ul.uk-navbar-nav.uk-visible-large {
    margin-top: 12px;
}

/*Services Page*/

.yoo-zoo.blog-uikit-services p.uk-text-large {
    font-size: 32px;
}

.core-expertise ul > li:before {
    content: "\2713\0020";
    font-weight: bold;
    margin-left: -20px;
    padding-right: 6px;
}

.blog-uikit-services ul > li:before, .blog-uikit ul > li:before {
    content: "\2713\0020";
    font-weight: bold;
    margin-left: -20px;
    padding-right: 6px;
    color: rgba(216, 52, 65, 1);
}

.blog-uikit-services ul > li, .blog-uikit ul > li, .core-expertise ul > li {
    list-style-type: none;
}

.blog-uikit-services ul, .blog-uikit ul {
    display: table;
}

.blog-uikit-services h1.uk-article-title a, .blog-uikit h1.uk-article-title a {
    color: #d83441;
}

.blog-uikit a.next {
    float: right;
}

.blog-uikit a.prev {
    float: left;
}

.page-nav.clearfix {
    clear: both;
}