/*
Theme Name:     markham
Theme URI:
Description:    Twentyseventeen Child theme
Author:         Lokesh
Author URI:
Template:       twentyseventeen
Version:        1
*/

@import url("../twentyseventeen/style.css");
@import url('assets/css/custom.css');
@import url('assets/css/font-awesome.min.css');
@import url('assets/css/responsive.css');


.widget_categories .cat-item.cat-item-1{display:none !important}
#wpcs_content_inner_854 .wpcf7-recaptcha.error{border: 1px solid #ff0000;width: 105%;}
.menu-scroll-down{display:none !important}
.lk-phone1{display:block !important;}

input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.contact-form{display: inline-block;width: 100%;}
/* css added on 09-09-2019 */
#wpcs_content_inner_854 input[type="text"], #wpcs_content_inner_854 form input[type="email"], #wpcs_content_inner_854 form input[type="date"], #wpcs_content_inner_854 form input[type="tel"] {
    display: inline-block;
    width: 100%;
    height: 39px;
    padding: 3px;
    color: #000;
    background: #f4f4f4 !important;
    font-size: 12px;
}
#wpcs_content_inner_854 textarea{
    display: inline-block;
    width: 100%;
	height:70px;
    padding: 3px;
    color: #000;
    background: #f4f4f4 !important;
    font-size: 12px;
}
div#wpcs_content_inner_854 {
    padding: 45px 30px !important;
    margin: 0 !important;
    border: none !important;
}
#wpcs_content_inner_854 form .form-control {
    list-style: none;
    margin-bottom: 7px;
}
#wpcs_content_inner_854 span.wpcf7-list-item {
    display: inline-block;
    margin: 0 10px 0 0 !important;
}
#wpcs_content_inner_854 h2{
	text-align:left;
	color:#293a49;
	padding-top: 0px;
}
#wpcs_content_inner_854 input[type="submit"]{
	background:#293a49;
}
div#wpcs_content_main_854 {
    width: 350px !important;
	height: 475px !important;
	top: 100px !important;
	}
div#wpcs_content_main_854 h4{margin-top:0 !important}
#rc-imageselect, .g-recaptcha, .ginput_recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
#wpcs_content_inner_854 .wpcf7-radio label span{
	font-size:14px;
	font-weight:400;
	
}
@media screen and (max-width:767px){
	div#wpcs_content_main_854 {
    width: 350px !important;
	height: 610px !important;
	top: 0px !important;
	}
}
/* End here */