/*
 Theme Name:   Manush
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Katodica Estudio
 Author URI:   http://example.com
 Template:     salient
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  salient
*/



body {
	font-family: Noto Sans, sans-serif;
}

#header-outer {
	padding: 0px !important;
	margin: 0px !important
}

.container a:link {
	color:#222;
}


.menu-title-text a:link {
	text-decoration: none;
}

.sf-menu a:link {
	text-decoration: none;
}



.bold,b,strong {
	font-family: Noto Sans, sans-serif;
    font-weight: 700
}

p {
	font-size: 18px;
	line-height: 1.25em;
	font-family: Noto Sans, sans-serif;
	color: #222;
	padding-bottom: 1.5em;
}

.hero h1 {
	font-family: Archivo, sans-serif;
	font-size: 65px;
	font-weight: 700;
	color: #FFF;
	
}

h1 {
	font-family: Archivo, sans-serif;
	font-size: 42px;
	line-height:1em;
	font-weight: 700;
	padding-bottom: 0.8em;
	color: #222;
}


h2 {
	font-family: Archivo, sans-serif;
	font-size: 34px;
	line-height:1em;
	font-weight: 700;
	padding-bottom: 0.8em;
	color: #222;
}

h3 {
	font-family: Archivo, sans-serif;
	font-size: 26px;
	line-height:1em;
	font-weight: 700;
	padding-bottom: 0.8em;
	color: #222;
}


.white h1 {
	color: #FFF;
}

.white h2 {
	color: #FFF;
}

.white h3 {
	color: #FFF;
}

.white p {
	color: #FFF;
}


body.material .nectar-button.large {
    color: #FFF;
}


#header-outer #logo {
	margin: 0px;
}



.menu-title-text  {
	font-family: Archivo, sans-serif;
	font-size: 18px;
	font-weight: 700;
}


/* PORTFOLIO  */

.project-title .section-title {
    padding: 0px !important;
}


.single-portfolio .row .col.section-title h1 {
		display:inline-block;
		top:0;
		text-align:left;
		width:100%;
		padding-left: 0;
		font-family: Archivo, sans-serif;
		font-weight:700;
}


.caption p {
	font-family: Noto Sans, sans-serif;
	font-size: 14px;
	font-style: italic;
}

/* FOOTER */

#copyright p {
	font-family: Noto Sans, sans-serif;
	font-size: 14px;
	color: #CCCC;
	}

#copyright p a:link {
	font-family: Noto Sans, sans-serif;
	font-size: 14px;
	color: #CCC;
	}


#footer-outer #footer-widgets .widget h4 {
	color: #FFF !important;
	font-size: 16px;
	font-weight: 700;
	font-family: Archivo, sans-serif;
}


#footer-outer #footer-widgets .col p {
	color: #FFF !important;
	font-size: 16px;
	font-weight: 400;
	font-family: Noto Sans, sans-serif;
}

/* BLOG */

.main-content .featured-media-under-header {
    padding: 0px;
}

 .single-post .featured-media-under-header__content {
    max-width: 100%;
}

.featured-media-under-header__featured-media  {
    margin-top: 0px;
	padding-top: 0px;
	margin-bottom:1em;
}

/* CONTACT FORM */

	#responsive-form{
		max-width:1600px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
		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;
	}


body[data-form-submit=regular] .container-wrap button[type=submit],body[data-form-submit=regular] .container-wrap input[type=submit] {
    	font-family: Asap, sans-serif;
		font-size: 14px;
		font-weight: 400;
   	 	padding: 15px 35px !important;
}

/* RESPONISVE */

@media only screen and (max-width: 999px) {
	
	#header-outer {
			margin-bottom: 0;
			padding: 0px;
			margin:0x;
		}
}

@media only screen and (max-width: 600px) {
	
	#header-outer #logo {
		margin: 0px !important;
		padding: 0px !important;
	}
	
	p {
	font-size: 16px;
	}
	
	h1  {
	font-size: 2em;
	line-height:1.25em;
	}
	
	h2  {
	font-size: 1.75em;
	line-height:1.25em;
	}
	
	h3  {
	font-size: 1.35em;
	line-height:1.25em;
	}
	
	.hero h1 {
	font-size: 2.75em;
	line-height:1.2em;
	}
	
	.single-portfolio .row .col.section-title h1 {
	font-size: 1.75em;

}

}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

