/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


#form_franqueado input[type=text], #form_franqueado input[type=url], #form_franqueado input[type=tel], #form_franqueado input[type=email], #form_franqueado select{
    display: block;
    padding: 15px;
    line-height: 18px;
    height: initial;
    font-size: 16px;
    color: #444;
}
#form_franqueado select{
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    outline: none !important;
}
#form_franqueado select:focus, #form_franqueado select:active{
    border-color: #b0b0b0 !important;
}
#form_franqueado .tdc-inner-column{
	padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 26px;
}

#form_franqueado .wpcf7-submit{
	width: 100%;
    display: block;
    padding: 15px;
    line-height: 18px;
    height: initial;
    font-size: 16px;
    color: #221a29;
    background: #efb700;
    text-transform: normal;
    font-weight: 700;
    border: 1px solid #efb700;
    transition: all 0.4s;

}

#form_franqueado .wpcf7-submit:hover, #form_franqueado .wpcf7-submit:active, #form_franqueado .wpcf7-submit:focus{
	background: #221a29;
    color: #efb700;
    border-color:#221a29;
}
.td-header-menu-wrap.td-affix{
	padding: 10px 0;
    box-shadow: 2px 2px 10px #00000057;
}

@media(max-width: 767px){
	#form_franqueado .tdc-inner-column{
		padding-right: 0;
	    padding-left: 0;
	}
	.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu{
		height: initial !important;
	}

	.td-pb-row .tdm-fix-full{
	    margin-left: 0;
    	margin-right: 0;
	}
	.tdm_block_text_image .tdm-text-wrap, .td_block_wrap .tdm-text-padding{
		padding: 0;
	}
}

#td-top-search{
	display: none !important;
}