/*
Theme Name: Season with Love
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Mirne van Megen
Author URI: http://www.seasonwithlove.nl
Template: enfold
*/

/* Logo */
.responsive .logo img {
	padding: 10px 0px;
}

/* Media queries */
/* Social icons top */
@media only screen and (min-width: 768px) {
	#top #wrap_all .social_bookmarks li {
		width: 50px;
		height: 50px;
	}

	#top #wrap_all .social_bookmarks a {
		font-size: 32px;
		width: 100%;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	}
}