/*

Theme Name: Horse Club Child

Theme URI: http://useful-pixels.com/

Description: Creative Theme

Version: 1.0

Author: Useful Pixels

Author URI: http://useful-pixels.com/

Template: horseclub

*/



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



body{

	font-family: 'andralis_nd_osfregular';

	font-weight:normal;

}

@font-face {

    font-family: 'andralis_nd_osfregular';

    src: url('fonts/andralis_nd_osf_regular-webfont.woff2') format('woff2'),

         url('fonts/andralis_nd_osf_regular-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

a.up-button.up_btn-d, .grid_port_paging a, a.up-button.port_but{

	background:#3A5769 !important;

}

a.up-button.up_btn-d:hover, .grid_port_paging a:hover, a.up-button.port_but:hover{

	background:#fff !important;

	color:#3A5769 !important;

}

.mc4wp-form input[type="submit"], .mc4wp-form button, .mc4wp-form input[type="button"]{

	background:#3A5769 !important;

}

.mc4wp-form input[type="submit"]:hover, .mc4wp-form button:hover, .mc4wp-form input[type="button"]:hover{

	background:#000 !important;

}

.up_latest_post h5.posttitle{

	color:#3A5769 !important;

}

a.up-button.port_but:hover i{

	color:#3A5769;

}

.testimonials-name{

	color:#3A5769 !important

}

.testimonials-name span{

	color:#898989;

}

#up_filters li span{

	color:#898989;

}

.ic-inner h4{

	color:#898989;

}

.wrap.maincontent h1.entry-title a{

	color:#3A5769;

}

.widget-inner h3{

	color:#3A5769;

}

.widget_recent_entries .widget-inner li a{

	color:#898989;

}

.sidebar .product-categories li a, .product-categories li a, .sidebar .widget_categories li a{

	color:#898989;

}

.single-article #respond h4{

	color:#898989;

}

a.comment-reply-link{

	background:#3A5769;

}

a.comment-reply-link:hover{

	background:#000;

	color:#C7CFD2;

}

.footer_up_wrap {

    background: #000080;

}
#portfoliolist{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#portfoliolist .portfolio{
	background:#fff;
}
#portfoliolist .portfolio .portfolio-wrapper img{
	width:100%;
}
#portfoliolist .sold-label {
    position: absolute;
    background-color: #991B1E;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding: 4px 0;
    top: 20px;
    right: -90px;
    z-index: 2;
    transform: rotate(30deg);
}
#portfoliolist .sold-label > span {
    vertical-align: middle;
}
#portfoliolist .sold-label .flag {
    margin: -1px 0 0 8px;
}
#portfoliolist .flag{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(images/sprite-flags-icons.png);
    background-repeat: no-repeat;
}
#portfoliolist .flag.us_flag{
    background-position: -224px -448px;
}
#portfoliolist .flag.de_flag{
    background-position: -192px -128px;
}
#portfoliolist .flag.ae_flag{
    background-position: -96px -32px;
}
#portfoliolist .flag.gb_flag{
    background-position: -320px -160px;
}
#portfoliolist .flag.ie_flag{
    background-position: -512px -192px;
}
#portfoliolist .flag.ca_flag{
    background-position: -128px -96px;
}
#portfoliolist .flag.au_flag{
    background-image: url(images/aus_flag_icon.jpg);
	background-position:center center
}
#portfoliolist .flag.cn_flag{
    background-image: url(images/cn_flag_icon.jpg);
	background-position:center center
}
#portfoliolist .flag.hk_flag{
    background-image: url(images/hk_flag_icon.jpg);
	background-position:center center
}
#portfoliolist .flag.jp_flag{
    background-image: url(images/jp_flag_icon.jpg);
	background-position:center center
}
#portfoliolist .flag.my_flag{
    background-image: url(images/my_flag_icon.jpg);
	background-position:center center
}
#portfoliolist .flag.nz_flag{
    background-image: url(images/nz_flag_icon.jpg);
	background-position:center center
}
.header_mobile{
	display:none;
}
.header_mobile .fa{
	color:#fff;
	font-size:20px;
	line-height:26px;
}
.header_mobile a{
	margin:0px 5px;
}
.header_mobile .fa:hover{
	color:#fff;
	opacity:0.8;
}
.mobi_sel{
	display:none;
}
@media (min-width:768px){
	ul#up_filters{
	display:inline-block !important;
}
}
@media (max-width:1024px){
.ih-item.square.effect4 .info h3{
	margin-top:0px;
}
}
@media (max-width:767px){
.header_desktop{
	display:none;
}
.header_mobile{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top-bar-section .top_bar_left, .top-bar-section .top_bar_right{
	padding-bottom:0px;
}
#up_filters li{
	float:none;
	margin:0px;
}
#up_filters li span::after{
	display:none;
}
#up_filters li span{
	padding:0px;
}
#up_filters li:first-child span{
	padding:0px;
}
.filter_wrap{
	margin-bottom:20px;
}
.mobi_sel{
    width: 230px;
    background: #fff;
    color:  #000;
    line-height: 32px;
    font-size: 17px;
    padding: 0 10px;
    cursor: pointer;
	border:1px solid #000828;
	position:relative;
	display:block;
}
.mobi_sel:before{
	position:absolute;
	right:7px;
	top:7px;
	content:"\f0dd";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul#up_filters {
    display: none;
    position:relative;
    margin: 0;
	border:1px solid #ccc;
	background:#fff;
	width:230px;
}
#up_filters li {
    line-height: 25px;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
}
#up_filters > li:hover {
    background: #aaa;
}
.ih-item.square.effect4{
	margin-bottom:20px;
}
}













