/*
Theme Name: Architect v2
Theme URI:
Author: Anokhin Valentin
Author URI: a.venni@mail.ru
Description: Оригинальная тема architect с правками под PHP 8.4. Дизайн и структура сохранены.
Version: 1.1
License: SEO - Site Express Online Studio
License URI: procentre.kz
Tags:
*/

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
.selector-for-some-widget {
    box-sizing: content-box;
}
.main-nav{
    margin: 0 auto;
}
.main-nav li{
    margin: 0 5px;
}
.main-nav li.active{
    background: #0095fc;
}
.main-nav li.active .nav-link{
    color: #fff !important;
}
.contact-block{
    color: #0095fc;
    text-align: right;
}

.carousel-caption{
    background: rgba(0,0,0,0.3);
    padding: 25px 10px;
    bottom: 30%;
    width: 80%;
    right: 10%;
    left: 10%;
	text-shadow: 0px 0px 4px #000;
}

.btn{
    margin-bottom: 10px;
}

.carousel-indicators{
    bottom: 110px;
}

@media (min-width: 768px) {
    .main-navbar{
        height: 105px;
    }

    .main-actions{
        margin-top:-100px;
    }
}

.main-action-table{
    background: #fff;
}

.main-action-table thead{
    height: 83px;
}


.main-action-table thead th{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    vertical-align: middle;
}

.card-action{
    cursor: pointer;
    text-decoration: none;
}

.card-action .btn{
    display: none;
    width: 80%;
    margin: 10px auto 0 auto;
}

.card-action:hover .card-text{
    color: #000;
}

.card-action:hover .btn{
    display: block;
}

.main-action-table tbody td{

}

.album {
    min-height: 50rem; /* Can be removed; just added for demo purposes */
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card {
    float: left;
    width: 33.333%;
    padding: .75rem;
    margin-bottom: 2rem;
    border: 0;
}

.card > img {
    margin-bottom: .75rem;
}

.star-act{
    font-size: 140px;
}

.btn-yelow{
	color: #212529;
	background-color: #fffc07;
	border-color: #ffeb07;
}
.btn-yelow:hover{
	color: #000;
	background-color: #fff300;
	border-color: #d39e00;
}
.btn-yelow:active{
    color: #000;
    background-color: #ffb500;
    border-color: #d39e00;
}


/*GALLERY*/
.gallery-icon img {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22) !important;
}

.thumb-wrap {
    position: relative;
    display: block;
    line-height: 0;
}
.count-photos {
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: #fff;
    background: rgba(26, 182, 255, 0.92);
    font-size: 15px;
    line-height: 1;
    padding: 5px 12px;
    border-radius: 20px;
    text-shadow: none;
    z-index: 2;
}

@media screen and (max-width: 766px) {
    .text-sm-center{
        text-align: center !important;
    }
    .contact-block {
        text-align: center !important;
        margin-top: 0.3rem;
    }
}

/* Fix иконок навигации в лайтбоксе (fancybox): стрелки нарисованы линиями и
   должны рисоваться обводкой, но CSS плагина задаёт им fill без stroke —
   поэтому они невидимы. Задаём обводку. Иконку закрытия тоже подсвечиваем. */
.fancybox-button--arrow_left svg path,
.fancybox-button--arrow_right svg path,
.fancybox-button--close svg path,
.fancybox-close-small svg path {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.5 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}
.fancybox-navigation .fancybox-button {
    color: #fff;
    background: rgba(30, 30, 30, 0.5);
    border-radius: 6px;
}
.fancybox-navigation .fancybox-button[disabled] { color: #bbb; }
.fancybox-toolbar .fancybox-button { color: #fff; }



/***********/