/*!
 * fields/search.less
 *
 * Copyright 2016 Achraf Chouk
 * Achraf Chouk (https://github.com/crewstyle)
 */

.olz-field.search_plugin {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 60px;

    .olz-message {
        font-size: 16px;
        padding: 0;
        text-align: center;

        small {
            display: block;
            font-style: italic;
            margin-bottom: 5px;
        }

        a {
            font-size: 18px;
            height: auto;
            padding: 5px 20px;

            &.button-main {
                background: @primary;
                border-color: @main;
                border-radius: 0;
                color: @white;
                text-shadow: none;

                -webkit-box-shadow: inset 0 1px 0 fade(@primary, 50%),0 1px 0 fade(@black, 15%);
                -moz-box-shadow: inset 0 1px 0 fade(@primary, 50%),0 1px 0 fade(@black, 15%);
                box-shadow: inset 0 1px 0 fade(@primary, 50%),0 1px 0 fade(@black, 15%);
            }
        }

        p {
            font-size: 16px;
            margin: 0 30px;
            text-align: center;
        }
    }

    h3.olz-title {
        display: none;
    }
}
