/*
Theme Name: devdmbootstrap4
Theme URI: https://devdmbootstrap.com
Author: Danny Machal
Author URI: https://devdm.com/
Description: A no frills theme for Developers using Twitter Bootstrap 4.
Version: 1.81
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: devdmbootstrap4
GitHub Theme URI: https://github.com/dannymachal/devdmbootstrap4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The default Bootstrap 4 CSS and JS files are enqueued inside the functions.php file with the handles devdmbootstrap4-css and devdmbootstrap4-js
*/

.gallery-caption {}

.bypostauthor {}

.one-block {
    padding-top: 15px;
    padding-bottom: 30px;
}

.first-block {
    background: url('/wp-content/uploads/2022/05/first_bg.png') no-repeat center top/cover;
    height: 450px;
    color: #fff;
}

.first-block-form {
    padding: 15px;
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
}

.up-block {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
}

.blue-block {
    background-color: #E1F2FC;
}

.form-block {
    background-color: #94fdd7;
}

.button-block {
    margin-top: 30px;
}

.cert-block>p>a>img {
    width: 200px;
}

.footer-info {
    font-size: 12px;
}

.footer-info>p>a>img {
    width: 200px;
}

.location, .second-text {
    margin-top: 15px;
}

.trans-icon,.doc-icon {
    font-size: 36px;
}

.trans-text {
    font-size: 18px;
}
.my-card-title {
    padding-top: 15px;
    height: 65px;
}
.my-card-text {
    height: 100px;
}

.documents-text {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 170px;
}
.card-icon {
    font-size: 36px;
}

.head-row {
    margin-bottom: 30px;
}

.link-button {
    min-width: 300px;
    color: #fff !important;
    background-color: #f22519;
    font-size: 20px;
}

.call-button {
    min-width: 300px;
    color: #fff !important;
    background-color: #3d8bc9;
    font-size: 20px;
}

#short-field {
    width: 200px;
}

.long-select {
    width: 200px;
    text-align: center;
}

.my-form-row {
    margin-bottom: 15px;
}

.my-head-menu>li>a {
    color: red !important;
}

.main-page-name, .work-time {
    color: #fff;
}
.main-page-name>a {
    color: #fff;
}

.main-page-name>a:hover {
    text-decoration: none;
}

.head-phone {
    margin-top: 15px;
    color: #fff;
    font-size: 24px;
}

.head-phone:hover {
    color: #fff;
    text-decoration: none;
}
