/*
Theme Name: brideboutique_product
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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.
*/



a {
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
/* Дизайн сайта */

/*
.color_style_all_doc li > a {
    color: #F27673;
}
*/
.menu-item > a {
    font-size: 17px;
    -webkit-transition: .5s;
    transition: .5s;
}
/*
.menu-item > a:hover {
    color: #5A89BC;
    -webkit-transition: .5s;
    transition: .5s;
}
.background_style_all_bg {
    background: #F27673;
}
.color_style_button {
    color: #fff;
}
.border_style_all {
    border: 2px solid #F27673;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.border_style_all:hover {
    background-color: #F27673;
    -webkit-transition: .5s;
    transition: .5s;
}
.reviews_background {
    background: rgba(242, 118, 115, 0.7);
}
*/

/* Header */
header {
    height: 100px;
    position: relative;
}
.header_block {
    position: fixed;
    z-index: 999; 
    background: #fff;
    left: 0;
    right: 0;
}
.logo_header img {
    max-width: 100%;
    max-height: 100px;
/*
    padding-top: 5px;
    padding-bottom: 5px;
*/
}
.men_top li {
    list-style-type: none;
    line-height: 100px;
    margin-right: 15px;
    position: relative;
}
/*
.men_top > li:after {
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    position: absolute;
    background-color: #f27673;
    right: -9px;
    top: 38px;
}
*/
.men_top > li:last-child:after {
    display: none;
}

ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}
.men_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.button_block a {
    line-height: 100px;
/*    color: #F27673;*/
}
#login {
    margin-right: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}
#join {
    padding: 10px 15px;
/*    background: #F27673;*/
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}
#join:hover {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}

/* breadcrumbs */

.breadcrumbs {
    padding-top: 10px;
    margin-bottom: 10px;
}

/* banner_one */

.banner_one {
/*    background-image: url(../img/2.jpg);*/
/*    height: 100vh;*/
    min-height: 800px;
    background-size: cover;
}
.banner_one_content {
    display: block;
    position: relative;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 50px 30px;
    margin-top: 300px;
    min-height: 250px;
}
.banner_one_content p {
    font-size: 28px;
    font-weight: 400px;
}
.banner_one_butt {
    font-size: 22px;
    line-height: 22px;
    padding: 12px 37px;
    border-radius: 20px;
    position: relative;
    left: 300px;
    top: 20px;
}
.banner_one_butt:hover {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}


/* table_content */

.table_content {
    
    
}
#contents_in {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 0 3px 10px #dcdcdc;
    box-shadow: 0 3px 10px #dcdcdc;
    min-height: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
#contents_in > a {
    font-size: 28px;
    color: #191818;
    text-shadow: 1px 1px 1px #000;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    line-height: 35px;
}
div#contents_in p {
    font-size: 33px;
    font-weight: 700;
}
#contents_in > a:hover {
    color: #000;
    text-shadow: 2px 2px 7px #000;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: underline;
}
.tiles_all > li {
    list-style-type: none; /* Прячем исходные маркеры */
    line-height: 30px;
   }
.tiles_all > li:before {
    color: #f27673;
    content: "•"; /* Сам маркер */
    font-size: 40px;
    padding-right: 10px; /* Расстояние от маркера до текста */
    top: 8px;
    position: relative;
   }

/* content_block */

.content_block {
    padding-top: 50px;
    padding-bottom: 50px;
}
.content_block_two_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.content_block_two_img {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-shadow: 0 3px 10px #dcdcdc;
    box-shadow: 0 3px 10px #dcdcdc;
}
.content_block_two_img img {
    width: 100%;
}
.content_block_two_img:after {
/*    content: url(../img/play-button.png);*/
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -64px;
    left: 50%;
    margin-left: -64px;
}
.content_block_two_img:hover {
    cursor: pointer;
}
.content_block_button {
    text-transform: uppercase;
    display: block;
    margin: 30px auto;
    line-height: 60px;
    width: 330px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.content_block_button:hover {
    color: #fff;
}
.modal {
    z-index: 999999;
}
.modal-header {
    border-bottom: none;
}
.mb_video iframe {
    margin: 0 auto;
    display: block;
}
.close {
    font-size: 50px;
    margin-right: 6px;
}
.modal-header {
    padding: 0;
}
.modal-body {
    margin-top: 15px;
}

/* reviews */

.reviews {
/*    background-image: url(../img/1.jpg);*/
/*    height: 100vh;*/
    min-height: 450px;
    background-size: cover;
    background-position: center;
}
.reviews_block {
    height: 450px;
    width: 500px;
    padding-top: 28px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
.reviews_title {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.carousel_item_img img {
    width: 224px;
    height: 224px;
    -o-object-fit: cover;
    object-fit: cover;
}
.carousel_item_img {
    border-radius: 50%;
    overflow: hidden;
    width: 224px;
    margin-right: 15px;
    display: block;
    float: left;
}
.carousel_block_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.carousel-indicators {
    top: 230px;
}
.reviews_description {
    width: 50%;
}
.reviews_description {
    color: #fff;
    font-size: 14px;
}
.reviews_text {
    margin-bottom: 20px;
}
.reviews_button_block {
    display: block;
    width: 100%;
    float: left;
}
.reviews_button {
    display: block;
    width: 90%;
    max-width: 420px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 7px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    margin: 50px auto 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.reviews_button:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}

/* banner_two */

.banner_two {
/*    background-image: url(../img/4.jpg);*/
/*    height: 100vh;*/
    min-height: 450px;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
}
.banner_two_text_title {
    font-size: 30px;
    font-weight: 700;
}
.banner_two_text {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}
.banner_two_button {
    display: block;
    width: 90%;
    max-width: 420px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 7px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    margin: 70px auto 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.banner_two_button:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}

/* text_content */

.text_content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.text_content_description {
    font-size: 16px;
}
.text_content_button {
    font-size: 22px;
    line-height: 22px;
    padding: 12px 37px;
    border-radius: 20px;
    position: relative;
    width: 230px;
    display: block;
    margin: 100px auto 0;
    text-align: center;
}
.text_content_button:hover {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}
/* footer */

.footer {
    height: 40px;
}
.menu_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.men_bot li {
    list-style-type: none;
    line-height: 40px;
    margin-right: 10px;
}
.men_bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

/* copirate */

.copirate {
    height: 40px;
    text-align: center;
    color: #fff;
}
.copir {
    line-height: 40px;
}


.bg_404 {
/*    background-image: url(http://brideboutique.net/wp-content/uploads/2018/10/404.jpg);*/
    min-height: 500px;
    background-size: cover;
    background-position: center;
}
.bg_404 h1 {
    padding-top: 40px;
    margin-bottom: 180px;
}
.bg_404 h2 > a {
    color: #fff;
    text-decoration: underline;
    font-size: 38px;
    text-shadow: 1px 1px 1px #000;
    -webkit-transition: .5s;
    transition: .5s;
}
.bg_404 h2 > a:hover {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}

/*
=======================================
=======================================
=======================================
=======================================
=======================================
=======================================
=======================================
============== Адаптив ================
=======================================
=======================================
=======================================
=======================================
=======================================
=======================================
*/

@media(min-width: 992px) and (max-width: 1200px) {
    .menu-item > a {
        font-size: 15px;
    }
    .button_block > a {
        font-size: 14px;
    }
    #login {
        margin-right: 10px;
    }
    #join {
        padding: 10px 13px;
    }
}
@media(min-width: 768px) and (max-width: 992px) {
    .logo_header img {
        max-width: 100%;
        max-height: 80px;
        margin: 0 auto;
        display: block;
    }
    .menu-item > a {
        font-size: 14px;
    }
    .button_block a {
        line-height: 50px;
    }
    .men_top li {
        line-height: 50px;
    }
    .men_top > li:after {
        top: 14px;
    }
    .banner_one_content {
        margin: 300px auto 0;
    }
    
}
@media(min-width: 481px) and (max-width: 768px) {
    .logo_header img {
        max-width: 100%;
        max-height: 70px;
        margin: 0 auto;
        display: block;
    }
    #wprmenu_menu.left, #wprmenu_menu.right {
        z-index: 9999;
    }
    .button_block {
        text-align: center;
    }
    .button_block a {
        line-height: 50px;
    }
    .banner_one_butt {
        left: 0;
    }
    .reviews_block {
        margin: 0 auto;
    }
    .reviews_block {
        width: 440px;
    }
    .carousel_item_img img {
        width: 200px;
        height: 220px;
    }
    .footer {
        display: none;
    }
    
}
@media(min-width: 320px) and (max-width: 480px) {
    #wprmenu_menu.left, #wprmenu_menu.right {
        z-index: 9999;
    }
    .logo_header img {
        max-width: 100%;
        max-height: 70px;
        margin: 0 auto;
        display: block;
    }
    .button_block {
        text-align: center;
    }
    .button_block a {
        line-height: 50px;
    }
    .banner_one_butt {
        left: 0;
    }
    .reviews_block {
        margin: 0 auto;
    }
    
    
    
    .reviews_block {
        width: 100%;
    }
    .carousel_block_images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .carousel_item_img {
        border-radius: 50%;
        overflow: hidden;
        width: 200px;
        margin-right: 15px;
        display: block;
        float: auto; 
        margin: 0 auto 10px;
    }
    .carousel_item_img img {
        width: 200px;
        height: 200px;
    }
    .reviews_description {
        width: 100%;
    }
    .content_block_button {
        width: 290px;
    }
    .banner_two {
        min-height: 600px;
    }
    .reviews_block {
        height: 600px;
    }
    .carousel-indicators {
        top: 350px;
    }
    .reviews_button {
        width: 290px;
        position: absolute;
        top: 350px;
        left: 50%;
        margin-left: -145px;
    }
    .footer {
        display: none;
    }
    
}













