/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

@media only screen and (min-width: 960px) {
	li.menu-item-7224 { 
		display: none !important; 
	}
}

@media only screen and (max-width: 767px) {
		
	.header-style-header-3 #header .inner-header .container {
		display: block;
	}
	
	#header .inner-header .container {
	    padding: 10px 0 !important;
	}
	
}

@media only screen and (min-width: 768px) {
	.bannerad {
		float: right;
	}
	
	
}

@media only screen and (max-width: 960px) {
.container.has-banner .header-banner {
		margin-top: 10px !important;
	}
}



#navigation.header-3.menu-item-padding ul.menu > li.socialmedia a {
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 32px;
	height: 60px;
	line-height: 65px;
}

#navigation.header-3.menu-item-padding ul.menu > li.socialmedia.twitter a {
	background: url(../png/icon-social-x-24px.png) no-repeat center center;
}

#navigation.header-3.menu-item-padding ul.menu > li.socialmedia.linkedin a {
	background: url(../png/icon-social-linkedin-dgrey-16px.png) no-repeat center center;
}

#navigation.header-3.menu-item-padding ul.menu > li.socialmedia.twitter a:hover {
	background: url(../png/icon-social-x-24px-red.png) no-repeat center center;
}

#navigation.header-3.menu-item-padding ul.menu > li.socialmedia.linkedin a:hover {
	background: url(../png/icon-social-linkedin-red-16px.png) no-repeat center center;
}

/* Gravity Forms */

.gform_wrapper form input {
	background: #fff;
}

/* Something is pulling in wp-admin/css/common.css which gives an unwanted background colour */
body.page-id-1799, body.page-id-1773, body.page-id-1860, body.page-id-1846, body.page-template-page-vc-sidebar-php { background: #fff; }
body.page-id-1799 h1, body.page-template-page-vc-sidebar-php h1 { line-height: 1.7em; }
