/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*
 * 
 * Header
 *
 */

.red i {
    color: #db4f2c;
}

/*
 * 
 * Elements
 * 
 */

.availability {
    position: absolute;
    background: #db4f2c;
    color: #fff;
    padding: 2px 5px;
    margin-top: -48px;
    font-size: 20px;
}

.No .viewing-form {
	display:none!important;
}

h2.entry-title {
    font-size: 20px;
}

.wp-show-posts-single {
    padding: 40px;
    background: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

.wp-show-posts-columns .wp-show-posts-inner {
    margin: 0!important;
}

.wp-show-posts-image.wpsp-image-center {
    height: 190px;
    overflow: hidden;
}

.category .inside-article {
    box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.29);
}

.site-header {
    box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.29);
}

h1.page-title {
    background: #db4f2c;
    color: #fff;
    display: inline-block;
    padding: 12px 19px;
    margin-right: 30px;
    font-weight: 500;
}

.taxonomy-description {
    margin-top: 24px;
}

.page-header {
    background: #f9f9f9!important;
    padding: 20px 27px!important;
    margin-top: 20px;
    margin-bottom: 6px!important;
}

.post-image img {
    height: 190px;
    object-fit: cover;
}

.property-single-slider .swiper-slide .swiper-slide-image {
    max-height: 520px;
}

/*
 * 
 * Custom Field Elements
 * 
 */


span.property-price {
    font-size: 1.3rem;
}

span.property-price-period {
    font-size: .8rem;
    position: relative;
    top: -7px;
}

.price-from {
    margin-bottom: -7px;
}

.property-address {
    margin-top: 9px;
    font-size: 1rem;
}
i.fas.fa-location-arrow.loop {
    color: #db4f2c;
    font-size: .8rem;
}
@media screen and (min-width: 1025px) {

/*
 * 
 * Header
 *
 */

div#primary-menu {
    margin-top: 29px;
}
	
/*
 * 
 * Elements
 *
 */	
h1.page-title {
    float: left;
}
	
.property-address {
    display: flex;
}

.property-address i {
    margin-right: 9px;
    margin-top: 8px;
}
	
	
.price-box {
    background: #db4f2c;
    color: #fff;
    width: 107px;
    padding: 6px;
    margin-top: 15px;
    border-radius: 0;
    position: absolute;
    top: 26px;
}

.price-box.gp-loop {
     background: #db4f2c;
    color: #fff;
    width: 97px;
    padding: 6px;
    margin-top: 15px;
    border-radius: 0;
    position:relative;
    top:-222px;
    margin-bottom:-70px;

}
	
	/*WPShowPosts*/
	.wpsp-col-4 {
    width: 31.333%!important;
}
	
}


@media screen and (max-width: 770px) {

/*
 * 
 * Elements
 *
 */		
  .h1.page-title {
    background: #db4f2c;
    color: #fff;
    display: inline-block;
    padding: 12px 19px;
    float: none!important;
    margin-right: 30px;
    font-weight: 500;
}
	.taxonomy-description {
    margin-top: 0!important;
}
	
.price-box.gp-loop {
    background: #db4f2c;
    color: #fff;
    width: 97px;
    padding: 6px;
    margin-top: 15px;
    border-radius: 0;
    position: relative;
    top: 0;
    margin-bottom: 129px;
}
	
	.price-box {
    background: #db4f2c;
    color: #fff;
    width: 97px;
    padding: 6px;
    margin-top: -170px!important;
    border-radius: 0;
    position: absolute;
}
}