/*
 Theme Name:   WeDocs Child
 Description:  WeDocs Child Theme
 Template:     wedocs
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.menu li
{
    padding-left: 10px;
}
.menu .active
{
    border-left: solid 1px red;
}
.menu .sub-menu
{
    margin-left: 20px;
}

.top-search-form
{
    margin-top: 0;
    padding: 0 0 60px 0;

    background: #fff url(images/header.png) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.navbar
{
    margin-bottom: 0;
}

.top-search-form .form-group,
.top-search-form .form-group3
{
    float: left;
}

.page:not(.home) .main
{
    padding-left: 25px;

    border-left: 1px solid #ddd;
}

.menu .active
{
    border-left: none;
}

.menu > .active > a
{
    color: #fff;
    background: #3598db;
}

.menu a
{
    display: block;

    padding: 8px 20px;
}

.menu li
{
    padding-left: 0;
}

.menu li a
{
    color: #258cd1;
}

.sub-menu li a
{
    color: #333;
}

.menu .sub-menu
{
    margin: 5px 0 5px 26px;
    padding: 0;

    border: none;
    border-left: 1px solid #ddd;
}

.sub-menu > .active > a
{
    font-weight: bold;

    color: #191919;
    border-left: 2px solid #3598db;
}

.banner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background-color: #3598db;
}

.banner .navbar-nav .active a,
.banner .navbar-nav .active a:focus,
.banner .navbar-nav .active a:hover,
.banner .navbar-nav li > a:focus,
.banner .navbar-nav li > a:hover
{
    color: #fff;
    background-color: #217dbc;
}

a
{
    color: #258cd1;
}

a:hover
{
    color: #258cd1;
}

/*SEARCH*/

.top-search-form .search-field
{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;

    height: 56px;
    padding: 15px 50px 15px 30px;

    color: #666;
    border: none;
    border-radius: 0;
    box-shadow: none;

    -webkit-appearance: none;
}

.ui-menu
{
    padding: 0;
}

.ui-autocomplete
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ui-widget-content
{
    border: none;
}

.ui-widget
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;

    color: #666;
}

.ui-menu-item:hover,
.ui-state-focus
{
    background-color: #f3f3f3;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover
{
    border: none;
}

.ui-menu .ui-menu-item,
.ui-widget-content .ui-state-focus
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;

    display: block;

    padding: 10px 20px;

    cursor: pointer;
    transition: all ease-in .2s;

    color: #666;
    border-bottom: 1px solid #eee;
}


.jumbotron .btn
{
    display: block;

    max-width: 150px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.top-search-form .btn-primary
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;

    height: 56px;

    transition: .2s background-color;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background: #3598db;
}



.top-search-form .btn-primary:hover
{
    background-color: #217dbc;
}

@media (min-width: 681px)
{
    .top-search-form .btn-primary
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.top-search-form .search-form > .form-group:first-of-type
{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-form .form-group {
    margin-bottom: 15px;
}

@media (max-width: 768px)
{
    .top-search-form .search-form > .form-group:first-of-type
    {
        width: 100%;
    }

    .search-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;

    }
}

.form-group {
    margin-bottom: 15px;
}

.form-group3 select
{
    height: 46px;

    border-radius: 0;
}

.top-search-form .form-control:focus:focus
{
    border: none;
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

html
{
    position: relative;

    min-height: 100%;
}

footer.content-info
{
    position: absolute;
    bottom: 0;

    width: 100%;
    margin: 0;
}

body
{
    margin-bottom: 124px;
}

.wrap.container
{
    padding-bottom: 60px;
}

img
{
    position: relative;

    max-width: 100%;
    height: auto;

}

.main li
{
    margin-bottom: 10px;
}

#menu-sidebar-menu > li.active .sub-menu
{
    display: block;
}

#menu-sidebar-menu > li .sub-menu
{
    display: none;
}


@media screen and (max-width: 600px)
{
    #wpadminbar
    {
        position: fixed;
    }
}

.top-search-form .search-form > .form-group:last-of-type
{
    width: 20%;
}

.top-search-form .search-form > .form-group3
{
    width: 21%;
}

.form-inline select.form-control
{
    width: 100%;
}

.search-submit
{
    display: block;

    width: 100%;
}

.form-group3
{
    margin-bottom: 15px;
}

@media (max-width: 680px)
{
    .top-search-form .search-form > .form-group:last-of-type
    {
        width: 100%;
    }

    .top-search-form .search-form > .form-group3
    {
        width: 35%;
    }
}

.main p,
.main li,
.main article {
    line-height: 1.85em!important;
}

.banner
{
    background-color: #fff;
}

.banner .navbar-brand,
.banner .navbar-nav li > a
{
    color: #000;
}


/**Tile**/

.tile-wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: stretch;

    -webkit-align-items: stretch;

    -ms-flex-align: stretch;

    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-tile {
    justify-content: center;
}

.products-tile .tile {
    width: 35%;
}

.products-tile .tile .tile-link {
    padding: 60px 30px;
}

/*.products-tile .tile .tile-title {*/
    /*font-size: 26px;*/
/*}*/

.products-tile .tile .tile-icon-box {
    font-size: 60px;
    line-height: 60px;
    /*height: 60px;*/
}

.tile
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-items: stretch;
    justify-content: center;
}

@media (max-width: 600px)
{
    .tile
    {
        width: 100%;
    }
}

@media (max-width: 1000px)
{
    .tile
    {
        width: 50%;
    }
}

@media (min-width: 1001px)
{
    .tile
    {
        width: 25%;
    }
}

body
{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.tile-link
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    width: 100%;
    margin: 4px;
    padding: 30px;

    transition: all .3s;
    transform: translateZ(0);
    text-decoration: none;

    color: #424242;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.10),0 2px 10px 0 rgba(0,0,0,.10);

    backface-visibility: hidden;
    /*-webkit-filter: blur(0);*/
}

.tile-link:hover
{
    z-index: 2;

    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    /*transform: translateY(-2px);*/
}

.tile-link:hover,
.tile-link:focus
{
    text-decoration: none;
}

.tile-icon-box
{
    font-size: 50px;
    line-height: 50px;

    /*height: 50px;*/

    color: #9e9e9e;
}

.gr-products-groovy-logo {
    width: 250px;
}

.gr-products-crane-logo {
    width: 235px;
}

.tile-title
{
    font-size: 20px;

    margin: 0;
    padding: 20px 0 0;

    word-wrap: break-word;
    hyphens: auto;

    color: #212121;

    overflow-wrap: break-word;
}

.wedoc-feedback-wrap
{
    text-align: center;
}

.wedoc-feedback-wrap span
{
    margin-right: 15px;
}

.top-search-alpha
{
    font-size: 35px;
    font-weight: 400;
    line-height: 48px;

    margin: 0;
    padding-top: 42px;
    padding-bottom: 29px;

    color: white;
}

.docs-switcher
{
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display:         flex;*/

    margin-right: 4px;
    margin-bottom: 15px;
}

/*.docs-switcher-item {*/
/*display: block;*/
/*height: 56px;*/
/*}*/

.top-search-inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    /*-webkit-box-align: stretch;*/
    /*-webkit-align-items: stretch;*/
    /*-ms-flex-align: stretch;*/
            /*align-items: stretch;*/
}

.docs-switcher-btn
{
    width: 100%;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display:         flex;*/

    min-width: 224px;
    padding: 0;
    height: 56px;
    border: none;
    background-color: #3598db;
    display: block;

    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
            /*align-items: center;*/
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
            /*justify-content: space-between;*/
}

.docs-switcher-btn .img-wrapper {
    align-self: center;
}

.dropdown-menu
{
    width: 100%;
    margin: 0;
    padding: 0;

    border: none;
    border-radius: 0;
    background-color: #f3f7fa;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
}

.docs-switcher-btn svg
{
    float: left;

    width: calc(100% - 31px);
}

.docs-switcher-item
{
    height: 63px;
    padding: 7px 60px 15px 0!important;
    /*display: flex !important;*/

    align-items: center;
}

.search-form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.docs-switcher-btn-caret
{
    position: relative;
    width: 31px;
    height: 56px;
    float: right;

    background: #117dc6 url(images/arrow.png) center no-repeat;
}

.docs-switcher-logo
{
    margin-left: 34px;
    float: left;
    margin-top: 8px;
    /*margin-bottom: 8px;*/
    max-width: 131px;
}

.top-search-inner-tip
{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;

    position: absolute;
    top: -29px;

    color: white;
}

.content-info .copyright
{
    padding-top: 0;

    text-align: center;

    border-top: none;
}

.banner .container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand,
.navbar-header
{
    float: none;
}

.navbar-brand
{
    display: block;

    padding: 0;
}

.navbar > .container .navbar-brand
{
    margin-left: 0;
}

.container > .navbar-collapse,
.container > .navbar-header
{
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 768px)
{
    .banner .container
    {
        width: 100%;

        justify-content: space-between;
    }
}

.container:before,
.container:after
{
    content: none;
}

@media (min-width: 1200px)
{
    .container
    {
        width: 80%;
    }
}

@media (max-width: 1199px)
{
    .container
    {
        width: 100%;
    }
}

@media (max-width: 768px)
{
    .top-search-inner
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .docs-switcher
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .docs-switcher-btn
    {
        width: 100%;
    }

    .top-search-form .form-group,
    .top-search-form .form-group3
    {
        float: none;
    }

    .top-search-form .search-form > .form-group:last-of-type
    {
        width: 100%;
    }
}

.dropdown-menu > li > a
{
    width: 224px;
}


.st0{fill:#008EFF;}
.st1{fill:#25272B;}

.docs-switcher-btn .st0,
.docs-switcher-btn .st1 {
  fill:#fff;
}

.wp-block-separator {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

h3 {
    padding-top: 20px!important;
}
.alert {
    margin: 20px 0;
}
.alignnone {
    margin: 20px 0!important;
}
.aligncenter {
    margin: 20px auto!important;
}
article>ul {
    margin: 20px 0!important;
}
