/*
Theme Name:         HND child theme
Theme URI:          http://www.detheme.com
Description:        Home & Decor, The Awesome Wordpress Theme by detheme
Version:            1.0.0
Author:             detheme
Author URI:         http://detheme.com
Template: 			hnd
License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* your style here */

#head-page.adminbar-not-here.notopbar.reveal.alt{
	padding-top: 20px;
}
/* HOMEPAGE */
#welcome{
    margin-top: 100px;
    margin-bottom: 100px;
}
.has-max-width{
    margin-left: auto;
    margin-right: auto;
}
.max-width-530 {
	max-width: 530px;
}
.max-width-430{
	max-width: 430px;
}

/* PORTFOLIO*/
.dt-container p{
	color: #929292;
}
/*Contact page*/
.hnd-request-form {
    background: #111;
    padding: 40px 40px 20px 40px!important;
    position: relative;
}
.custom_featured_image {
	min-height: 270px;
}
.featured_inner_image {
	width: 100% !important;
	min-height: 270px !important;
	margin-bottom: 30px;
	position: relative;
}
.button_custom {
	position: absolute !important;
	top: 50% !important;
	left: 50%;
	z-index: 10;
	transform: translate(-50% , -50%);
}
/* RESPONSIVE */
@media (max-width: 425px){
	#welcome {
	    margin-top: 35px;
	    margin-bottom: 45px;
	}
	.captcha-position div{
		margin: auto;
	}
}
@media (max-width: 320px){
	.captcha-position iframe{
		position: 	relative;	
		right:30px;
	}

}