﻿
/***** HORSE AREA FORMATTING *****/


#widehorselistingpic {
	text-align: center;
}

.smallimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	width:100%;
	max-width:300px;
	/*height:200px;*/
	overflow:hidden;
	object-fit: cover;
	object-position:center;
	border-style: solid;
	padding: 0px;
	border:5px solid #1D0002;
   /*border: 10px solid transparent;
    -webkit-border-image: url('../images/silverframe.png') 15 15 stretch;*/

}

.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
    border:5px solid #1D0002;
	padding: 0px;
	/*border-style: solid;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/silverframe.png') 15 15 stretch;*/
	width:100%;
	max-width:600px;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);

}
.largepedtable td {
	vertical-align: middle;
}

.medpedtable td {
	vertical-align: middle;
}

.smallpedtable td {
	vertical-align: middle;
}

.pedigreeline {
	max-width: 95%;
	text-align: left;
	margin-left: 0;
	margin-top: 0px;
}

.smallFont {
	font-size: 0.8em;
}

.gallerytext{
	font-size: 0.8em;
	max-width:250px;
	word-wrap: break-word;	
}

/* for Sale Comment and Sold */
.hiLiteComment {
background-color: #B08561;
  color: #1C0000;
	font-weight: bold;
	font-size:20px;
}

/* for horse name on details page and for horse type heading on listing pages */
.horseHeading{
	font-family: "Palatino Linotype", "Times New Roman", serif;
	color:#F2E2BE;
	font-size:32px;
	text-shadow: 2px 2px 2px #000;
	text-align:center;
	text-transform:uppercase;
}

.pageheading {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size:26px;
	margin:20px 0 20px 0;
	text-align:center;

 /* font-family:"Rage Italic", cursive;
  text-align:left;
  padding: 20px 0px;
  display: block; 
  transform: rotate(0deg); 
  transform-origin: center center;  Rotates around the middle */
}

/* for header links in listing table */
.header {
	font-family: Arial, serif;	
	font-weight: bold;
	font-size: 14pt;
}

a:link.header {color: #ffffff; text-decoration: underline;}
a:visited.header{color: #ffffff; text-decoration: underline;}
a:active.header {color: #ffffff; text-decoration: none;}
a:hover.header {color: #666666; text-decoration: none;}


a:link.readmore {color: #AD8258; text-decoration: underline; text-transform:uppercase}
a:visited.readmore {color: #AD8258; text-decoration: underline; text-transform:uppercase}
a:active.readmore {color: #AD8258; text-decoration: none; text-transform:uppercase}
a:hover.readmore {color: #EBDCBB; text-decoration: none; text-transform:uppercase}


/* for horse name Links on listing pages */
.nameLink {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-weight: bold;
	font-size: 22px;
	text-transform:uppercase;
	color:#F4E2BE;
}

a:link.nameLink {color: #F4E2BE; text-decoration: none;}
a:visited.nameLink {color: #F4E2BE; text-decoration: none;}
a:active.nameLink {color: #F4E2BE; text-decoration: none;}
a:hover.nameLink {color: #F4E2BE; text-decoration: none;}

/* for links in pedigree table */
.pedName {
	text-transform:uppercase;
	color:#F4E2BE;
}

a:link.pedName {color: #F4E2BE;	text-decoration: underline;}
a:visited.pedName {color: #F4E2BE; text-decoration: underline;}
a:active.pedName {color: #F4E2BE; text-decoration: none;}
a:hover.pedName {color: #AE845E; text-decoration: none;}

.pedNotes {
	font-size: 8pt;
}

.backlink{font-size: 10pt;}

.tiny {
	font-size: 10pt;
	text-align:center;
}
a:link.tiny {color: #666666; text-decoration: underline;}
a:visited.tiny {color: #666666;	text-decoration: underline;}
a:active.tiny {color: #666666; text-decoration: none;}
a:hover.tiny {color: #ffffff; text-decoration: none;}


/*#horseBackground{
background: url(images/bg6.jpg) no-repeat bottom center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 30px;
}*/

.horse-container {
	width:100%;
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.horse-item {
  padding: 20px;
  flex: 32%;
  margin:5px;
  margin-bottom:20px;
  text-align:center;
    border:4px double #AE7C57;
     -webkit-box-shadow: 0px 0px 15px 0px rgba(7, 30, 46, 0.95);
    -moz-box-shadow:    0px 0px 5px 0px rgba(7, 30, 46, 0.95);
    box-shadow:         0px 0px 5px 0px rgba(7, 30, 46, 0.95); 
    background-color:#1E0002;
    line-height:1.25;
    overflow:hidden;
}

.horse-item .name {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size:24px;
	font-weight:bold;
	color: #B08561;
	text-transform:uppercase;
}

.horse-item .title {
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	margin-bottom:20px;
}

.horse-item img{
    border:5px solid #AE7C57;
    margin:5px;
    max-height:350px;
    width:auto;
    padding:0px;
    background:#000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.horse-item h1{
    font-size:26px;
    font-weight:bold;
    padding:10px;
}

.horse-item p{
    text-align:left;
    color:#fff;
    line-height:1.25; 
    font-size:18px;   
}

.horse-item ul{
    text-align:left;
    color:#fff;
    line-height:1.25;  
    margin-left:30px;  
}

.owner {
	text-align:center;
	margin-bottom:14px;
	/*text-transform:uppercase;*/
	color:#fff;
}
/* Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1000px) {
  .horse-item {
    flex: 48%;
  }
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .horse-item {
    flex: 100%;
  }
}

.videobtn {
	display:block;
	margin:10px auto;
    text-align: center;
  white-space: nowrap;
    vertical-align: middle;
    /* -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 5px;
    font-size: 20px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  background:#2C1002;*/
	color:#F4E2BE;
	font-weight:bold;
    font-family: Arial, sans-serif;
    text-decoration:none!important;
}

.videobtn:hover{
  /*background-color:#990000;*/
}

.videobtn a {
	text-decoration:none!important;
	color:#F4E2BE;
}

.sold {
background-color: #930202;
font-family:Arial, Helvetica, sans-serif;
padding:10px 10px 10px 50px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-30px;
margin-left:-40px;
width:100%;
max-width:450px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}

.soldtext {
	/*background-color: #000000;
	color: #C89A57;*/
font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight: bold;
	font-size:24px;
	text-align: center;
    display: block;
    padding: 4px;
}

@media only screen and (min-width: 600px) {

.sold {
background-color: #930202;
padding:10px;
padding-left:5%;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-50px;
margin-left:-50px;
width:100%;
max-width:450px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}

/* Desktop Layout: 769px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {

.sold {
background-color: #930202;
padding:10px;
padding-left:10%;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-20px;
margin-left:-40px;
width:100%;
max-width:450px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
.pageheading {
  /*font-family:"Rage Italic", cursive;
  text-align:left;
  padding: 20px 0px;
 The upward angle 
  display: block; 
  transform: rotate(-2deg); 
  transform-origin: center center; /* Rotates around the middle */
}
}

@media only screen and (min-width: 1200px) {

.sold {
background-color: #930202;
padding:10px;
padding-left:15%;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-20px;
margin-left:-40px;
width:100%;
max-width:400px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}
