/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

@media only screen and (min-width: 961px) {
	#navigation #logo img, #navigation.sticky:not(.sticky-active).header-6 #logo img, #navigation.header-6 #logo img {
		max-height: auto !important;
        padding-top: 7.5% !important;
        width: 20rem !important;
    }
}


@media only screen and (max-width: 960px) {
	#navigation.header-6 #logo img {
		width: 17rem !important;
		padding-top: 5% !important;
	}
}


@media only screen and (max-width: 480px) {
	#navigation.header-6 #logo img {
		width: 14rem !important;
		padding-top: 7% !important;
	}
}


