/*   
Theme Name: fpv
Theme URI: url
Version: 1.0
Tags: bootstrap
Description: ddd
Author: Kirut
Author URI: http://me.pro
*/
/* import the Bootstrap */

html {
	position: relative;
	min-height: 100%;
	padding-bottom:72px;
}
body{
	background-color:#eee;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 72px;
}
.build-logo{
	height: calc(250px + ( 750 - 250 ) * ( 100vw - 400px) / ( 2400 - 300 ));
} 
.build-logo>img, .build-logo-img{
	top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}
.build-logo-shadow{
	height: 35%;
	background: linear-gradient(#000000aa,#00000000);
}
.partlist{
	background-color:#ffffff;
}
.badge-soft-primary {
    color: #2a71ce !important;
    background-color: rgba(59,118,225,.1);
}
.card-header{
	color: #2a71ce !important;
    background-color: rgba(59,118,225,.1);
	border:0px;
}
.bg-soft-primary {
    background-color: rgba(59,118,225,.25)!important;
}
.avatar-md {
    height: 8rem;
    width: 8rem;
}
.rounded-circle {
    border-radius: 50%!important;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #f1f3f7;
    border: 1px solid #eff0f2;
    border-radius: 0.75rem;
}
.btn-my {
	background-color: #ffffff00;
	border-color: #c4c4c4;
	z-index:3;
	border: 0px;
}
.btn-my:hover {
	background-color: #ffffff00;
	color: #ff0000;
	border: 0px;
}

.my-stretched-button {
	display: inline-flex;
	z-index:2;
	position:relative;
	text-decoration: none;
}

.msb:hover {
    transform: scale(1.05);
}

.mydropdown:hover>.dropdown-menu {
	display: block;
    margin-top: 0;
}

.mydropdown>.dropdown-menu:hover {
	display: none;
}
  
.mydropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	  pointer-events: none;
}

.mydropdown>.dropdown-menu>.dropdown-item:hover,.mydropdown>.dropdown-menu>.dropdown-item:focus {
    color: #2a71ce;
    background-color: #ffffff
}

.mydropdown>.dropdown-menu>.dropdown-item.active,.mydropdown>.dropdown-menu>.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff
}
.page-numbers{
	text-decoration: none;
}
.img_cont{
	position: relative;
	height: 96px;
	width: 96px;
}

.my-card {
	border: 1px solid #eff0f2;
    border-radius: 1rem;
    background: #fff;
	min-height: 100px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}
.my-card-build:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 146, 255, 0.15);*/
	background: linear-gradient(#0091ff77,#ffffff60);
    left: 0;
    top: 0;
	border-radius: 1rem;
    transition: opacity 0.6s;
  }

.my-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.my-card-text {
	text-shadow: 0 0 2px #0091ff;
    color: #ffffff;
	z-index:1;
}

.wrapper {
	margin-top: 80px;
	margin-bottom: 80px;
}

.form-signin {
	max-width: 380px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 30px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"], .form-signin #user_mail {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}



/* =??????
-------------------------------------------------------------- */

@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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