/*@nav-font-size: 1.3em;*/
/*font resize*/
.text-brand {
    color: #e3b313;
}

.text-brand-bold {
    color: #e3b313;
    font-weight: bold;
}

.text-red {
    color: #ee2e24;
}

.text-green {
    color: #155428;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: right;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right;
    }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: right;
}

/*========responsive fonts==============*/
h2 {
    font-size: 17px;
}

.btn,
h3,
.recipe-properties {
    font-size: 14px;
}

html,
p,
body,
.form-control,
h4 {
    font-size: 12px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 18px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 16px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 20px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 18px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 20px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 20px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 20px;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
}

.error-wrap {
    background-image: url(/wp-content/themes/yadmordechai/assets/img/homepage/promo-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.error-wrap .container {
    padding-bottom: 5%;
    padding-top: 5%;
}

.error-wrap .container #errorTitle {
    text-align: center;
}

.error-wrap .container #errorTitle h1 {
    font-size: 280px;
    font-weight: bold;
    color: #155428;
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
    line-height: 0.7;
}

.error-wrap .container #errorContent {
    word-wrap: break-word;
    width: 50%;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    color: #155428;
}

.error-wrap .container #errorContent h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1 !important;
}

.error-wrap .container #errorContent h3 span {
    font-weight: bold;
}

.error-wrap .container #errorContent h3 a {
    color: #155428;
    border-bottom: 1px solid rgba(21, 84, 40, 0.7);
}

@media (min-width: 768px) {
    .error-wrap .container #errorContent {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .error-wrap .container {
        font-size: 0.7em !important;
    }

    .error-wrap .container #errorTitle h1 {
        font-size: 120px;
    }

    .error-wrap .container #errorTitle h3 {
        font-size: 20px;
    }

    .error-wrap .container #errorTitle #errorContent {
        padding-left: 0;
        padding-right: 0;
    }
}