/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: stockholm
*/
@import url("../stockholm/style.css");

.wpcf7-form-control{
	width:100%!important;
}

.wpcf7-form label{
	width:100%!important;
}

.services_list{
list-style-position:outside!important;

}

.services_list li{
	padding:10px;
}


.fee_table{
	    border-collapse: collapse;
}

.fee_table, .fee_table th, .fee_table td {
    border: 1px solid black!important;
}




#measlesform input{
	border:1px solid lightgray;
}



#measlesform textarea{
	border:1px solid lightgray;
	
}

.wpcf7-list-item{
	display:block!important;
	padding-bottom:12px!important;
}

@media screen and (max-width:1000px) {
	.mobile_menu_button i.fa.fa-bars {
		font-size: 3em;
		color: #8fc74a;
	}
	.header_bottom {
		padding: 10px 45px;
	}
	.home .content .content_inner > .full_width > .full_width_inner {
		padding-top:0!important;
	}
	.qbutton.big_large_full_width {
		line-height: 1.4em;
    	white-space: normal;
		padding: 5px 40px;    
		height: unset;
	}
	.qbutton.big_large_full_width .button_icon.custom_icon_size {
   		line-height: inherit;
    	position: absolute;
	}
	.qode_column.column1, .qode_column.column2  {
		width: 100%;
		float: none;
		min-height: unset!important;
		margin-bottom: 40px;
	}
	.qode_column.column1 .qode_column.column1 {
		width: 50%;
		float:left;
	}
	footer.footer_border_columns .qode_column {
		border:none;
	}
}

@media screen and (max-width:425px) {
	.qode_column.column1 .qode_column.column1 {
		width: 100%;
		float:none;
	}
}