/*
Theme Name: Bootstrap Basic
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. Please read notice on Bootstrap Basic Help page in Dashboard > Appearance > Bootstrap Basic Help.
Version: 1.3.9
Requires PHP: 5.4
Requires at least: 4.0
Tested up to: 7.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    text-align: center;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.alignnone {
    clear: both;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
















/* ===== КОНТЕЙНЕР ФОРМЫ ===== */
.form1 {
    padding: 20px 0;
}

/* ===== РЯД – ВЫРАВНИВАНИЕ ПО НИЗУ ===== */
.form1 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 -10px;
}

/* ===== КОЛОНКИ ===== */
.form1 .col-md-3,
.form1 .batton1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 10px;
    box-sizing: border-box;
}

/* ===== УБИРАЕМ ОТСТУПЫ У P ===== */
.form1 .col-md-3 p,
.form1 .batton1 p {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

/* ===== ПОЛЯ ВВОДА – БЕЛЫЙ ФОН, ЧЁРНЫЙ ТЕКСТ ===== */
.inp1 {
    width: 100%;
    padding: 10px 14px;
    background: #ffffff;          /* белый фон */
    border: 1px solid #cccccc;    /* светло-серая рамка */
    border-radius: 4px;
    color: #000000;               /* чёрный текст */
    font-size: 15px;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
}
.inp1:focus {
    outline: none;
    border-color: #CB8F2F;
    box-shadow: 0 0 0 3px rgba(203, 143, 47, 0.2);
}

/* ===== ПЛЕЙСХОЛДЕР – СЕРЫЙ ===== */
.inp1::placeholder {
    color: #888888;    /* стандартный серый */
    opacity: 1;        /* чтобы не был полупрозрачным */
}
.inp1::-webkit-input-placeholder { color: #888888; opacity: 1; }
.inp1::-moz-placeholder          { color: #888888; opacity: 1; }
.inp1:-ms-input-placeholder      { color: #888888; opacity: 1; }

/* ===== КНОПКА – ЦВЕТ #CB8F2F ===== */
.batton1 input.wpcf7-submit {
    width: 100%;
    padding: 12px 20px;
    background: #CB8F2F;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s, transform 0.1s;
    height: 44px;
    line-height: 1.2;
    box-sizing: border-box;
    margin: 0;
}
.batton1 input.wpcf7-submit:hover {
    background: #b07a28;
}
.batton1 input.wpcf7-submit:active {
    transform: scale(0.97);
}
.batton1 .wpcf7-spinner {
    display: block;
    margin: 5px auto 0;
}

/* ===== ЧЕКБОКС И ССЫЛКА ===== */
.form1 .col-md-12 {
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
}
.form1 .col-md-12 p {
    margin-bottom: 8px;
}
.form1 input[type="checkbox"] {
    margin-right: 6px;
    accent-color: #CB8F2F;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.form1 .wpcf7-list-item-label {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.whitelink {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
    font-size: 14px;
}
.whitelink:hover {
    color: #CB8F2F;
    text-decoration: none;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 767px) {
    .form1 .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .form1 .col-md-3.batton1 {
        margin-bottom: 0;
    }
    .batton1 input.wpcf7-submit {
        font-size: 16px;
        height: 48px;
    }
    .inp1 {
        height: 48px;
        font-size: 16px;
    }
}