/*
 Theme Name:   Oftalmología San Carlos
 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
*/


/* TYPO */

h1,h2,h3,h4 {
	padding-bottom: 0.5em;
}



.white {
	color: #FFF;
}

.white h1 {
	color: #FFF;
}

.white h2 {
	color: #FFF;
}

.white h3 {
	color: #FFF;
}

.white h4 {
	color: #FFF;
}


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

.entrada-mobile {
	display:none;
	}


/* BUTTON */

body.material .nectar-button.large {
    padding-left: 35px;
    padding-right: 35px;
    min-width: 200px;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 14px;
}

/* FOOTER */

#footer-outer #footer-widgets .widget h4,#footer-outer .col .widget_recent_entries span,#footer-outer .col .recent_posts_extra_widget .post-widget-text span {
    color: white !important;
}

#footer-outer #footer-widgets .col p {
    font-size: 14px;
    padding-bottom: 20px;
}

/* RESPONSIVE */

@media only screen and (max-width: 600px) {

	h1  {
	font-size: 1.75em;
	line-height:1.2em;
	}
	
	h2  {
	font-size: 1.5em;
	line-height:1.2em;
	}
	
	h3  {
	font-size: 1.25em;
	line-height:1.2em;
	}
	
	h4  {
	font-size: 1em;
	line-height:1.2em;
	}
	
	
	body.material .nectar-button.large {
    min-width: 80%;
	margin: 0px 0px 10px 0px !important;
	}

	.entrada-desktop {
	display:none;
	}
	
	.entrada-mobile {
	display:inline;
	}

}
