/*
Theme Name:   STD
Description:  STD Child Theme for Construction
Author:       MixMedia
Author URL:   https://mixmedia.by
Template:     construction
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  STD
*/

/* Write here your own personal stylesheet */
body {
	font-size: 15px !important;
}

.header {
	display:block !important;
}

p {
	font-size: 18px !important;
    color: #000 !important;
    line-height: 26px !important;
    font-weight: normal !important;
    font-family: 'Roboto' !important;
	text-align: justify;
}

/*h1, h2, h3, h4, h5, */
h6 {
	font-family: 'Roboto' !important;
	color: #000 !important;
	font-size: 18px !important;
}

.navbar-nav li a {
    color: #000;
    font-size: 17px;
}

.menu ul > li > ul {
	width: auto;
}

.nav>li:last-child a:hover {
    background-color: transparent !important;
}

.navbar-nav li:last-child a:focus {
    color: inherit !important;
    background: transparent ;
    padding: 8px 25px !important;
    overflow: hidden;
    position: relative;
    border: none;
    text-transform: uppercase;
    font-family: Open Sans;
    font-weight: 400;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
}

.sidebar .widget_categories li a, 
.sidebar .widget_recent_entries li a, 
.sidebar .widget_recent_comments li a, 
.sidebar .widget_archive li a {
	text-transform: none;
	line-height: 22px;
	padding:10px 0px;
	font-size: 15px;
	text-decoration:underline;
}

.sidebar .widget_categories li a:hover, 
.sidebar .widget_recent_entries li a:hover, 
.sidebar .widget_recent_comments li a:hover, 
.sidebar .widget_archive li a:hover {
	text-decoration:none;
}

.sidebar .widget_categories li a:after, 
.sidebar .widget_recent_entries li a:after, 
.sidebar .widget_archive li a::after {
	top: 50%;
    transform: translateY(-50%);
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	margin: 0 30px 30px 0 !important;
}

.blog-page .single-blog-post .meta-info .content-box {
	vertical-align:top;
}

.hidden-block {
	display: none;
}

.row-nopadding {
	padding:0px !important;
}

.footer-bottom {
	margin-top: 0px !important;
}

.footer-section {
	padding-top: 0px;
}

.section-header h1 {
	word-break: normal;
}

.ptable {
	border-collapse: collapse;
	border: 1px solid #999;
	width: 100%;
	color: #000 !important;
}

.ptable td {
	padding: 5px 10px;
	border: 1px solid #999;
}

.ptable .thead {
	background-color: #EEE;
	font-weight: bold;
}

#about-us div.row {
	margin-bottom:30px !important;
}

#team {
	display:none;
}

@media screen and (max-width: 768px) {
	#about-us h1 {
		font-size: 1.6em;
	}
	
}

.h3-custom { font-size:36px; margin-bottom: 10px !important; }

.pro-block {
	color: #FFF !important;
}

.purchase-now .items {
	font-size: 22px;
	line-height: normal;
}

.footer-bottom p {
	color: #FFF !important;
}

.grecaptcha-badge { visibility: hidden; }

.breadcrumb {
	margin-top: 40px;
}

li {
	color: #000 !important;
    margin-left: 20px;
}

p {
  text-indent: 5%;
	margin-bottom: 20px !important;
}

ul {
    padding-left: 65px !important;
}

.contacts-block {
	padding-left: 5% !important;
}