/*
Theme Name:     Mercurial-Child
Theme URI:      http://themes.sqrt121.com/mercurial/
Description:    Child theme for the Mercurial theme
Author:         sqrt121
Author URI:     Author URI: http://themes.sqrt121.com
Template:       mercurial
Version:        0.1.0
*/

@import url("../mercurial/style.css");

div#coll-preloader {
    display: none !important;
}

#search-form label{
    text-transform:uppercase;    
}
#search-form input{
    height: 35px;
padding: 4px;
font-size: 20px
}
#search-form input[type=text]{
    margin-left:20px;
    border-radius:8px;
    width:50%;
}
#search-form input.search-submit{
    padding:2px 50px;
    color:#fff;
    text-transform:uppercase;
    background:#79c8ec;
}

.horseportfolio article {
	position: relative;
}

@media (max-width:768px){
	#right-nav, #left-nav{
		display:none !important;
	}
	.horseportfolio .items article{
		display:none;
	}
	article.show-horse-in-mobile{
		display:inline-block !important;
	}
	
}










