/*
Theme Name: Uniform Child
Theme URI: https://mysterythemes.com/wp-themes/uniform/
Template: uniform
Author: Mystery Themes
Author URI: https://mysterythemes.com/
Description: Uniform is a clean, simple business theme which is fully responsive and contain mostly used features that helps to setup your site easily and quickly.Full width and boxed layout, featured slider, featured posts, services layout, testimonial layout, blog layout, social media integration,call to action and many other page layouts .Highest level of compatibility with mostly used WP plugins.Great customer support via email, support forum. View full Demo here: https://demo.mysterythemes.com/uniform-demos/
Tags: left-sidebar,right-sidebar,one-column,two-columns,three-columns,custom-colors,custom-background,footer-widgets,full-width-template,translation-ready
Version: 1.3.8.1666448264
Updated: 2022-10-22 14:17:44

*/

.mt-container {
    width: 1600px;
    margin: 0 auto;
}

/* Large desktop */
@media (max-width: 1600px) {
  .mt-container {
      width: 99%;
      padding: 0 1%;
  }
    
    .boxed-layout #page {
        width: 100%;
    }
}





/* Ocultar titulo aves */
.page-id-224 .entry-header, .page-id-226 .entry-header {
  display:none!important  
}

.page-id-224 #masthead, .page-id-226 #masthead {
  border-bottom: 0px solid #f1f1f1;
}

.page-id-224 .entry-content, .page-id-226 .entry-content {
  margin: 0px 0 0;
}



/* Ocultar titulo aves */











.footer-widgets-wrapper {
  background: #333333 none repeat scroll 0 0;
  color: #333333;
  padding: 25px 0 0px;
}

.href-footer {
 color: #d1d1d1;
}

.page-id-5 #masthead {
  border-bottom: 0px solid #f1f1f1;
}










/* CSS Contact form 7 */
#responsive-form{
	max-width:80% /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}


/* Altura textarea CF7 */
.wpcf7 textarea {
    height: 130px;
}

/* Margen izquierdo checkbox */
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}


.wpcf7 text {
  width: 50%;
}




/* Margen logo header */
.site-branding {
  padding: 10px 0 8px 0;
}

/* Ocultar color en footer */

.footer-widgets-wrapper {
    background: none;
}

