/*
===============================================
Copyright 2020 Zebo Graphics - ChristopherAcebo.com. All rights reserved.
===============================================
*/

/*  Date           Name          Description
================================================================================================*/
/*  2/16/2020      C.Acebo       Styles created for the category pages */




.ca-category-row nav { 
    width: 85%;
    margin: 0 auto; padding: 0;
}


.pg-cata-img {
    width: 90%; height: auto;
	position: relative;
    margin: 0 auto 20px auto; padding: 0;
	border: solid 1px #000;
	overflow: hidden;
}
.pg-cata-img img {
    width: 100%; height: auto;
}

.pg-cata-img .pg-cata-caption {
    width: 100%;
	position: absolute;
	left: 0; bottom: 0;
	border-top: double 3px #5dc9ec;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;	font-size: 1.3em;
	color: #fff; line-height: 1;
	text-align: left; text-indent: 6px;
	margin: 0; padding: 8px 0 6px 0;
	text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.pg-cata-imgtitle {
    width: 100%; height: auto;
	position: relative;
    margin: 0; padding: 0;
	overflow: hidden;
}





@media (min-width:768px){
.ca-category-row nav { 
     width: 100%; margin: 0;
}
.pg-cata-img { 
    width: 250px;
    margin: 0 15px 20px 0;
	float: left;
}
.pg-cata-img .pg-cata-caption { font-size: 1.05em; }


}




@media (min-width:992px){
.pg-cata-img { width: 225px; }
.pg-cata-img .pg-cata-caption { font-size: 0.95em; }
.pg-cata-img a:hover .pg-cata-caption { 
    color: #99e6ff;	background: rgba(0, 56, 74, 0.8);
}


}






@media (min-width:1200px){
.ca-category-row .col-md-9 { width: 1040px !important; }
.ca-category-row .col-md-3 { width: 160px !important;  }


.pg-cata-img { width: 320px; height: 230px; }
.pg-cata-img .pg-cata-caption { font-size: 1.3em; }

.pg-cata-img a:hover img { 
    transform: scale(1.13); 
	-webkit-transform: scale(1.13); 
	-moz-transform: scale(1.13);
}
.pg-cata-img img, .pg-cata-img a:hover .pg-cata-caption { 
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

}








/* Right Navigation */
ul.pg-cata-navright {
    width: 100%; height: auto;
    margin: 0 0 20px 20px; padding: 0;
	display: inline; list-style: none;
}
ul.pg-cata-navright li {
    margin: 0 0 15px 0;
	font-size: 1.5em;
	background-color: transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}
ul.pg-cata-navright li a {
    width: 100%;
	color: #454545;
	text-decoration: none;
	padding: 7px 0 6px 8px;
	line-height: 35px;
}

ul.pg-cata-navright li:visited, ul.pg-cata-navright li:active {
	background-color: transparent;
}
ul.pg-cata-navright li a:hover {
    color: #454545;
}



@media (min-width:768px){
ul.pg-cata-navright { margin: 0 0 20px 0; }


}



@media (min-width:992px){
ul.pg-cata-navright li:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5dc9ec+6,5dc9ec+93&1+0,0.15+93 */
	background: -moz-linear-gradient(top,  rgba(93,201,236,1) 0%, rgba(93,201,236,0.95) 6%, rgba(93,201,236,0.15) 93%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(93,201,236,1) 0%,rgba(93,201,236,0.95) 6%,rgba(93,201,236,0.15) 93%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(93,201,236,1) 0%,rgba(93,201,236,0.95) 6%,rgba(93,201,236,0.15) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dc9ec', endColorstr='#265dc9ec',GradientType=0 ); /* IE6-9 */
}


}






/* Scrolling Testimonials */
#fscroller {
    width: 80%;
    margin: 0 auto 20px auto; padding: 0;
}
.rght_test {
    width: 100% !important; 
    margin: 0; padding: 0;
	font-size: 0.85em;
}
.rght_test .name { font-weight: bold; }
.rght_test_lk { 
    width: 100%;
	text-align: right;
}
.rght_test_lk a:link, .rght_test_lk a:visited { text-decoration: underline; }
.rght_test_lk a:hover { text-decoration: none; }






@media (min-width:768px){
#fscroller { width: 95%; }

}





/* Review styles */
.ca-article {
    width: 100%;
    margin: 0 0 35px 0; 
	padding: 0 0 10px 0;
	border-bottom: solid 1px #454545;
}
.ca-article h4 {
    font-size: 1.35em;
	padding: 0;
}
.ca-article .reviewer {
    margin: 5px 0;
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
}




@media (min-width:992px){
.ca-article { 
    width: 95%;
}

}










