/*
Theme Name:     Your Constructo child-theme name
Theme URI:      http://anpsthemes.com/constructo/
Description:    Child theme for the Constructo theme 
Author:         Anps
Template:       constructo
Version:        1.0
*/
@import url("../constructo/style.css");

.container .wpb_single_image.caption1 .vc_figure-caption {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

.container h1.hsize {
    font-size: 22px;
    line-height: 1.35em;
}

.container .vc_column_container .wpb_wrapper .f-content {
    padding-bottom: 40px !important;
}

.container .vc_column_container .wpb_wrapper .f-content__title {
    min-height: 50px;    
}

@media only screen and (max-width: 767px) {
	.grecaptcha-badge {
		display: none !important;
	}
	
	.container .wpb_column.lrpddng1 > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.container .wpb_column.mtop0 > .vc_column-inner {
		margin-top: 0 !important;
	}
}