/*
Theme Name: iMedica
Theme URI: https://brainstormforce.com/demos/imedica/
Author: Brainstorm Force
Author URI: http://themeforest.net/user/brainstormforce
Description: iMedica is probably the most comprehensive & feature rich WordPress theme that's made for medical organizations. Responsive code, retina ready graphics, lightweight framework and very flexible structure makes it outstanding.
Version: 3.0.4.3
License: Themeforest Split Licence
License URI: - http://themeforest.net/licenses/terms/regular
Text Domain: imedica
Tags: white
----------------------------------------------------------------*/

#primary, #secondary {
    margin-top: 30px;
}
.ghs_widget_heading {
   line-height: 23px;
}

/* New Fixes */


.list-animal-name a {
   /*letter-spacing: -1px;*/
   font-weight: bold;
   color: #6d6d6d;
   font-size: 20px;
   text-decoration: none;
}

.list-item {
   overflow: hidden;
   display: block;
   width: 125px;
   height: 215px;
   margin: 10px 10px 0px 0;
   float: left;
}

.list-animal-id,
.list-anima-species,
.list-animal-sexSN,
.list-animal-breed,
.list-animal-age {
   font-size: 13px;
   line-height: 15px;
}

.list-animal-info-block .hidden, 
.list-animal-info-block .list-animal-id,
.list-animal-info-block .list-anima-species, .list-animal-foundtype {
   display: none;
}

.list-animal-photo-block {
   /*text-align: center;
   margin: 0 auto;*/
   width: 100px; /*85px;*/
   overflow: hidden;
}

.list-animal-photo {
   /*position: relative;
   right: 25px;*/
   height: 100px;
}

img.list-animal-photo {
   max-width: inherit;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
}
/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */

.redalert {
   background: darkred;
   color: #fff;
   padding: 10px;
}
/* Font stack options

   The following represents a list of font stacks, as recommended by Nathan Ford in
   http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

   I've added inverted commas around the relevant family names to ensure compatibility.
   p = balanced for paragraphs or body copy
   t = balanced for headlines or titles

   - - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft, .gallery-icon{ float:left; margin: 0 15px 5px 0; }
.alignright { float:right; margin: 0 0 5px 15px; }

.wp-caption-text {
   margin: 0;
   font-weight: bold;
   font-family: "Amaranth", "Arial", "Helvetica", sans-serif;
   color: #6D6D6D;
}
.wp-caption { 
   display: block;
   text-align:center;    
   /*clear: both;*/ 
   margin-top: 18px;
   /*border:1px solid #666;*/ 
   /*background:#ccc; 
   padding:5px 0 0 0; 
   margin:10px*/ 
}

.breadcrumb-heading {
   font-family: Roboto Slab;
   font-size: 25px;
   color: #c4122e;
   font-weight: 400;
   margin: 0;
}
h3.breadcrumb-heading {
   font-family: Roboto Slab;
   font-size: 23px;
   color: #c4122e;
   font-weight: 400;
   margin: 0;
}
.potw-adopted {
   color: #C4122e;
}

.post-content h2 {
   display: inline-block !important;
   padding-top: 11px;
}
#social-donate-button {
   cursor: pointer;
   position: relative;
   /*background: #c4122e;*/
   background: #6bb93c;
   padding: 3px 14px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -moz-border-radius: 3px;
}
#social-donate-button:hover {
   top: 1px;
   transition: all .2s ease-in-out;
}
#social-donate-button a {
   color: #fff !important;
}
#social-donate-button .fa-heart {
   color: #fff !important;
}

