/**
* Theme Name: Buildguy Child
* Description: This is a child theme of Buildguy.
* Author: <a href="http://themestek.com/">Themestek</a>
* Template: buildguy
* Version: 1.0
*/
/*Home Page CSS*/
/*.octopuspro_form_div-padding { background: #F4F7F8; border-radius: 10px; border: 5px solid #B0CCD5; }*/
.tstk-header-content .site-branding.tstk-logo-area { flex: 0 0 13%; }
.tstk-header-style-5:after { width: 22% !important; }
.octopuspro_form_form-horizontal .row.octopuspro_form_form-group { margin-bottom: 5px; }
.octopuspro_form_div-padding:after { content: ''; display: block; clear: both; }
.octopuspro_form_form-horizontal .octopuspro_form.octopuspro_form_form-control { padding-top: 5px !important; background: rgba(255,255,255, 0.7); border: 2px solid #222; border-radius: 6px !important; box-shadow: inset 0px 0px 2px #222222!important; color: #000000; }
.octopuspro_form_form-horizontal .octopuspro_form.octopuspro_form_form-control::placeholder,
.octopuspro_form_form-horizontal .octopuspro_form.octopuspro_form_form-control::placeholder { color: #000000 !important; }
.octopuspro_form_form-horizontal .octopuspro_form_form-group .form-control { background-color: rgba(255,255,255, 0.7); border: 2px solid #222; border-radius: 6px !important; padding-top: 5px !important; color: #000000; }
.octopuspro_form_form-horizontal .octopuspro_form_form-group.services { box-shadow: none !important; background: transparent; padding: 0 !important; margin-bottom: 10px; }
.octopuspro_form_form-horizontal .octopuspro_form_category_service .octopuspro_form_form-group .col-md-10 { padding-left: 0 !important; }
.octopuspro_form_form-horizontal .octopuspro_form_category_service .octopuspro_form_form-group .col-md-2 { padding: 0 !important; }
.octopuspro_form_form-horizontal .control-label { margin-bottom: 0 !important; }
.octopuspro_form_form-horizontal hr { opacity: 0; display: none; }
.octopuspro_form_col-md-12 input.submit-form { width: 40% !important; }



body.tstk-sidebar-no #content { padding-top: 0px !important; }
li.menu-item.menu-item-gtranslate .tstk-select {
    margin-top: 34px;
}
.tstk-fixed-header li.menu-item.menu-item-gtranslate .tstk-select {
    margin-top: 18px;
}
@media (min-width: 1200px) {
	/*body.home .container,
	body.home section.elementor-section-boxed>.elementor-container{
		max-width: 1400px !important;
	}*/
	.tstk-header-style-5 .tstk-navbar div>ul>li>a {
		margin: 0 15px !important;
	}
}
@media (min-width: 1450px) {
	.site-header.tstk-header-style-5 .tstk-address-info {
		left: -155px !important;
	}
}
/*Service Pages*/
.tstk-service-style-1 .tstk-featured-wrapper img {
    width: 170px;
    height: 170px;
    display: block;
    margin: 0 auto;
}
.tstk-service-style-1 .themestek-box-content {
    padding: 155px 25px 30px 25px !important;
}
.tstk-service-style-1 h3.tstk-service-title:after {
	left: -25px !important;
}
.tstk-service-style-1 h3.tstk-service-title {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
}

/*Single Post Page*/
@media screen and (min-width: 992px) {
	body.single-post .tstk-sidebar-left #primary, body.single-post .tstk-sidebar-right #primary {
		flex: 0 0 73%;
		max-width: 73%;
	}
	body.single-post .tstk-sidebar-left #secondary, body.single-post .tstk-sidebar-right #secondary {
		flex: 0 0 25%;
		max-width: 30%;
	}
}

/*Single Service Page*/
body.single-tstk-service.tstk-sidebar-no #content {
    padding-top: 0;
}

/*Sub Category page CSS*/
div#cu_category span.elementor-post__title a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: -.8px;
    padding: 6px 20px;
    font-family: Miriam Libre,sans-serif;
    font-weight: 700;
}
div#cu_category span.elementor-post__title a:before {
  display: block;
    height: 100%;
    margin-top: 0;
    margin-bottom: -2px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    background-color: transparent;
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
div#cu_category span.elementor-post__title a:hover:before{
  background-color: #00b5e3;
}
div#cu_category .elementor-widget-container {
    padding: 25px 0px 25px 0px;
    background-color: #F2F3F9;
    border-radius: 5px 5px 5px 5px;
}
/*Footer Section*/
footer#colophon .elementor-section-wrap {
    margin-top: 0;
}
aside#elementor-library-2 {
    margin-top: 0;
    margin-bottom: 0;
}
.footer-wrap {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    margin-bottom: 25px;
}
.tstk-footer-logo {
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

@media all and (max-width:1024px) {
	.tstk-navbar>div>ul li a {
		display: block !important;
	}
	.tstk-navbar>div>ul li a:hover {
		background: #00b5e3;
	}
}

@media all and (max-width: 770px) {
	body.single.tstk-sidebar-no #content,
	body.archive.tstk-sidebar-no #content {
		padding-bottom: 0 !important;
	}
	.display-none {
		display: none !important;
	}
	.no-bg .elementor-background-overlay {
		opacity: 0 !important;
	}
}

@media all and (min-width: 1200px){
    .tstk-header-style-5 .site-branding.tstk-logo-area { margin-right: 20px !important; }
}

@media all and (min-width: 1450px){
    .tstk-header-style-5 .navigation-top { margin-left: 0% !important; }
}















