/*
    Plugin Name: ClarksCloud
    Plugin URI: http://www.clarkscomputers.co.uk
    Description: ClarksCloud Listing & Details Plugin
    Version: 1.3.34
    Author: Andrew Waters, Simon Ruddock
    Author URI: http://www.clarkscomputers.co.uk
    License: GPL2
*/


/* ### Arrows and Dots ### */
.ccwp_flexslider_wrapper .flex-direction-nav a {
	border: 0 none #fff;

	display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
}

.ccwp_flexslider_wrapper .flex-direction-nav .flex-prev:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f001';
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 41px;
    margin-right: 1px !important;
}

.ccwp_flexslider_wrapper .flex-direction-nav .flex-next:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f002';
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 41px;
    margin-right: -1px !important;
}

.ccwp_flexslider_wrapper:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 30px;
	font-size: 0;
}
.ccwp_flexslider_wrapper:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.ccwp_flexslider_wrapper:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 30px;
    text-align: center;
    font-size: 0;
}
.ccwp_flexslider_wrapper:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

/* ### Wrapper ### */
@media only screen and (min-width: 980px) {
	div.ccwp_flexslider_wrapper {
		height: 600px;
	}

	div.ccwp_flexslider_wrapper img {
		max-height: 590px;
	}

	#slider .flex-viewport, .portfolio_slider .flex-viewport {
		max-height: 600px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 979px) {
	div.ccwp_flexslider_wrapper {
		height: 500px;
	}

	div.ccwp_flexslider_wrapper img {
		max-height: 490px;
	}

	#slider .flex-viewport, .portfolio_slider .flex-viewport {
		max-height: 500px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
	div.ccwp_flexslider_wrapper {
		height: 400px;
	}

	div.ccwp_flexslider_wrapper img {
		max-height: 390px;
	}

	#slider .flex-viewport, .portfolio_slider .flex-viewport {
		max-height: 400px;
	}
}

@media only screen and (max-width: 599px) {
	div.ccwp_flexslider_wrapper {
		height: 280px;
	}

	div.ccwp_flexslider_wrapper img {
		max-height: 270px;
	}

	#slider .flex-viewport, .portfolio_slider .flex-viewport {
		max-height: 280px;
	}
}



/* ### Carousel Wrapper ### */
@media only screen and (min-width: 980px) {
	div.ccwp_flexslider_carousel_wrapper {
		height: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	div.ccwp_flexslider_carousel_wrapper {
		height: 100px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	div.ccwp_flexslider_carousel_wrapper {
		height: 100px;
	}
}

@media only screen and (max-width: 479px) {
	div.ccwp_flexslider_carousel_wrapper {
		height: 100px;
	}
}


/* ### In Grid ### */

#slider .flex-viewport, .portfolio_slider .flex-viewport {
	max-height: 600px;
}

.slides {
	text-align: center;
}


/* ### Carousel ### */
#carousel {
	margin-top: 16px;
	margin-bottom: 0px !important;
}

#carousel .flex-viewport, .portfolio_slider .flex-viewport {
	max-height: 90px;
}

#carousel img {
	display: block;
	opacity: .5;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	height: 5.5rem;
	padding: 0 4px;
}

#carousel img:hover {
	opacity: 1;
}

#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}

/* ### In Grid ### */
div#slider.ccwp_flexslider_in_grid div.flex-viewport ul li img,
div#carousel.ccwp_flexslider_in_grid div.flex-viewport ul li img {
    display: inline;
}

/* ### Full Width ### */

.flexslider-fullwidth-container, .ccwp_flexslider_fullwidth .slides, .ccwp_flexslider_fullwidth .flex-viewport {
    height: 100%;
}

.ccwp_flexslider_fullwidth {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0px solid;
	overflow: hidden;
}

.ccwp_flexslider_fullwidth .slides > li {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility:   hidden;
}


/* ### Featured - In Grid ### */

.ccwp_featured_flexslider_in_grid {
    background-color: #A7CD43;
    height: 172px;
    overflow:hidden;
}

.ccwp_featured_flexslider_in_grid li {

}

.ccwp_featured_flexslider_in_grid .property-wrapper {
    padding: 10px;
}

.ccwp_featured_flexslider_in_grid .property-wrapper a {
    color: #000;
}

.ccwp_featured_flexslider_in_grid .property-wrapper .star {
    /*position: absolute;*/
}

.ccwp_featured_flexslider_in_grid .property-wrapper .content-wrapper {
    float: left;
    width: 120px;
}

.ccwp_featured_flexslider_in_grid .property-wrapper .image-wrapper {
    display:block;
    float:right;
    margin-left: 5px;
    position: relative;
    background-color: #f2f2f2;
    border: 1px solid #000;
    text-align: center;
}

.ccwp_featured_flexslider_in_grid ul {

}

.ccwp_featured_flexslider_in_grid .property-wrapper .image-wrapper .status-flash {
    position: absolute;
    background-color: #A7CD43;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    padding: 8px 16px;
    text-align: left;
}

.ccwp_featured_flexslider_in_grid .property-wrapper .image-wrapper .status-flash[name='Available'] {
    display: none;
}