/* LESS VARIABLES & MIXINS */
/* LESS VARIABLES & MIXINS */
/* RECOMPILE TO YOUR THEME FOLDER and the Images folder you put the images in */
/* SET THIS VARIABLE TO BE THE MAIN SIZE OF YOUR WRAPPER TO SET SOME LAYOUT */
/* WRAPPER SETTINGS, SET THESE TO HELP WITH YOUR WEBSITE SPECIFIC LAYOUT */
.clomedia-wrap {
  background-color: transparent;
}
.clomedia-container {
  margin: 0 auto;
  min-width: 320px;
  padding-top: 1px;
  position: relative;
  width: 100%;
  padding: 0 2em;
}
/*** SET YOUR FONT STACKS ***/
/* = Reset styles
-------------------------------------------------------------- */
/*

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; 
	//background:#323232;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/
body {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
  padding-left:0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* =Generic styles
-------------------------------------------------------------- */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.clomedia-wrap {
  /*
a:visited {
		color: @accent1;
	}
*/

}

.clomedia-wrap h1, .clomedia-wrap h2, .clomedia-wrap h3, .clomedia-wrap h4 {
	color: #0A4277;
}
.clomedia-wrap h1 {
  font-size: 1.750em;
  margin: .5em 0 1em;
  font-weight: 400;
}
.clomedia-wrap h2 {
  font-size: 1.500em;
  margin: .5em 0 1em;
  padding: 0;
  font-weight: 400;
}
.clomedia-wrap h3 {
  font-size: 1.125em;
  margin: .5em 0 1em;
 font-weight: 400;
}
.clomedia-wrap h4 {
  font-size: 1.063em;
  font-weight: 400;
}
.clomedia-wrap h5 {
  font-size: 1em;
  margin: .5em 0 1em;
  font-weight: 400;
}
.clomedia-wrap p {
  font-size: .875em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.clomedia-wrap em {
  font-style: normal;
}
.clomedia-wrap a {
  color: #0B6BBF;
  text-decoration: underline;
  border: 0;
}
.clomedia-wrap a:hover {
  color: #0b6bbf;
}
.clomedia-wrap a:active {
  color: #fff;
}
.clomedia-wrap strong {
  font-weight: bold;
}
.clomedia-wrap .bold {
  font-weight: bold;
}
.clomedia-wrap .caption {
  font-size: 64%;
  color: #3d3f45;
  margin-top: .1em;
  padding: 0;
}
.clomedia-wrap .feature-caption {
  font-size: 64%;
  color: #3d3f45;
  margin-top: .65em;
  padding: 0;
}
.clomedia-table-display-wrapper {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.clomedia-table-display-child {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 759px) {
  .clomedia-table-display-wrapper {
    display: block;
    width: 100%;
  }
  .clomedia-table-display-child {
    display: block;
    width: 100%!important;
    border-right: 0!important;
    border-left: 0!important;
  }
}
.clomedia-rounded-box {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #cdcdcd;
  padding: 1.2em 2em;
  background-color: #fff;
}
.clomedia-internal-nav li {
  display: inline-block;
}
.clomedia-internal-nav li a {
  text-decoration: none;
  font-size: .8em;
}
/* =Mail Chimp Format
-------------------------------------------------------------- */
#mc_signup_form {
  background-color: #fff;
  border: 0px;
  color: #333;
  padding: 8px;
  font-size: 90%;
  line-height: 1.7;
}
/* REMOVE THIS */
.web-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
/* = CLO Media General Styles
-------------------------------------------------------------- */
.clomedia-wrap hgroup {
  margin-bottom: 2em;
}
.clomedia-wrap hgroup h1,
.clomedia-wrap hgroup h2,
.clomedia-wrap hgroup h3,
.clomedia-wrap hgroup h4,
.clomedia-wrap hgroup h5,
.clomedia-wrap hgroup h6 {
  margin: 0;
  padding: 0;
}
.clomedia-btn {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#53A0E4), to(#1469B2));
  background-image: -moz-linear-gradient(top, #53A0E4, #1469B2);
  background-image: -ms-linear-gradient(top, #53A0E4, #1469B2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53A0E4), color-stop(100%, #1469B2));
  background-image: -webkit-linear-gradient(top, #53A0E4, #1469B2);
  background-image: -o-linear-gradient(top, #53A0E4, #1469B2);
  background-image: linear-gradient(#53A0E4, #1469B2);
  border-color: #53A0E4 #53A0E4 #1469B2;
  border-style: solid;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  padding: .2em .5em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.clomedia-btn:hover {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#3379bc), to(#0A4277));
  background-image: -moz-linear-gradient(top, #3379bc, #0A4277);
  background-image: -ms-linear-gradient(top, #3379bc, #0A4277);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3379bc), color-stop(100%, #0A4277));
  background-image: -webkit-linear-gradient(top, #3379bc, #0A4277);
  background-image: -o-linear-gradient(top, #3379bc, #0A4277);
  background-image: linear-gradient(#3379bc, #0A4277);
  color: #ffffff;
}
.clomedia-btn:visited {
  color: #fff;
}
.clomedia-secondary-btn {
  background-color: #fafafa !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
  background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
  background-image: -ms-linear-gradient(top, #fafafa, #e9e9e9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
  background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
  background-image: linear-gradient(#fafafa, #e9e9e9);
  border-color: #e9e9e9;
  border-width: 1px;
  border-style: solid;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  padding: .2em .5em;
  display: inline-block;
  color: #2f2f2f;
  text-decoration: none;
  font-size: 1em;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  font-weight: bold;
}
.clomedia-secondary-btn:hover {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#798dcd), to(#0A4277));
  background-image: -moz-linear-gradient(top, #798dcd, #0A4277);
  background-image: -ms-linear-gradient(top, #798dcd, #0A4277);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #798dcd), color-stop(100%, #0A4277));
  background-image: -webkit-linear-gradient(top, #798dcd, #0A4277);
  background-image: -o-linear-gradient(top, #798dcd, #0A4277);
  background-image: linear-gradient(#798dcd, #0A4277);
  color: #ffffff;
}
.clomedia-btn-small {
  font-size: 12px;
  padding-right: 10px;
  color: #fff;
}
.clomedia-btn-small span {
  margin-right: 4px;
}
button#clomedia-delete.clomedia-secondary-btn {
  background-color: #990000!important;
  background-image: none;
  color: #fff;
  cursor: pointer;
}
button#clomedia-delete.clomedia-secondary-btn:hover {
  background-color: #660000 !important;
}
button#clomedia-approve.clomedia-secondary-btn {
  background-color: #187708!important;
  background-image: none;
  color: #fff;
  cursor: pointer;
}
button#clomedia-approve.clomedia-secondary-btn:hover {
  background-color: #0e4705 !important;
}
/* COMMON PAGE HEADER
---------------------------------------------------------------- */
.clomedia-header .clomedia-secondary-btn {
  float: right;
  font-size: 12px;
}
/* = Thumbnail Patterns
-------------------------------------------------------------- */
.clomedia-thumb-large-wrapper li,
.clomedia-thumb-medium-wrapper li,
.clomedia-thumb-small-wrapper li {
  float: left;
  margin-bottom: 1em;
  position: relative;
}
.clomedia-thumb-large {
  max-width: 160px;
  width: 100%;
}
.clomedia-thumb-large img {
  width: 100%;
}
.clomedia-thumb-medium {
  max-width: 100px;
  width: 100%;
}
.clomedia-thumb-medium img {
  width: 100%;
}
.clomedia-thumb-small {
  max-width: 60px;
  width: 100%;
}
.clomedia-thumb-small img {
  width: 100%;
}
.clomedia-thumb-row-6 li {
  width: 16.5%;
}
.clomedia-thumb-row-5 li {
  width: 20%;
}
.clomedia-thumb-row-4 li {
  width: 25%;
}
.clomedia-thumb-row-3 li {
  width: 33.33%;
}
.clomedia-thumb-row-2 li {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .clomedia-thumb-large-wrapper li {
    width: 25%;
    margin-bottom: 0;
  }
  .clomedia-thumb-large-info {
    display: none;
  }
  .clomedia-thumb-list .clomedia-thumb-large-info {
    display: inline-block;
  }
  .clomedia-thumb-row-6 li {
    width: 33.3%;
  }
}
@media screen and (max-width: 759px) {
  .clomedia-thumb-large-wrapper li {
    width: 33.33%;
    margin-bottom: 0;
  }
}
.clomedia-thumb {
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 4px;
  position: relative;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  overflow: hidden;
}
.clomedia-thumb h3 {
  margin: 0 0 .2em 0;
  font-size: .95em;
  color: #2f2f2f;
  line-height: 1.1;
}
.clomedia-thumb p {
  line-height: 1.2em;
  margin-bottom: 0;
}
.clomedia-thumb a {
  display: block;
  margin-bottom: -3px;
  text-decoration: none;
}
.clomedia-thumb-info {
  width: 100%;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.clomedia-thumb-name {
  font-size: .72em;
  color: #0A4277;
  line-height: .9em;
}
.clomedia-thumb-loc {
  font-size: .68em;
  color: #7cacdb;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: .5em;
}
.clomedia-thumb-meta {
  border-top: 1px solid #fff;
  padding-bottom: .1em;
}
.clomedia-thumb-meta li {
  color: #2f2f2f;
  font-size: .75em;
  float: left;
  margin: .3em 0 0 0;
  width: 40%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #cdcdcd;
  line-height: 1.2em;
}
.clomedia-thumb-meta li.clomedia-type-meta {
  margin-top: .1em;
  border-left: 0;
  width: 20%;
}
.clomedia-thumb-meta li.clomedia-type-meta .clomedia-icon {
  position: relative;
  top: 2px;
  left: -2px;
}
.clomedia-thumb-meta li.clomedia-like-meta .clomedia-icon {
  margin-right: .3em;
}
.clomedia-thumb-meta li.clomedia-comment-meta {
  border-right: 0;
}
.clomedia-thumb-meta li.clomedia-comment-meta .clomedia-icon {
  margin-right: .3em;
}
.clomedia-thumb-medium-info .clomedia-thumb-meta {
  border-top: 0;
}
.clomedia-thumb-medium-info .clomedia-thumb-meta li {
  width: 70%;
}
.clomedia-thumb-medium-info .clomedia-thumb-meta li.clomedia-type-meta {
  width: 30%;
  border-right: 1px solid #cdcdcd;
  border-left: 0;
}
.clomedia-thumb-medium-info .clomedia-thumb-meta li.clomedia-like-meta {
  border-left: 1px solid #fff;
  border-right: 0;
}
.clomedia-thumb-meta:before,
.clomedia-thumb-meta:after {
  content: "";
  display: table;
}
.clomedia-thumb-meta:after {
  clear: both;
}
.clomedia-thumb-meta {
  zoom: 1;
}
.clomedia-thumb-info {
  display: none;
}
.clomedia-thumb-multi {
  position: relative;
  z-index: 1;
}
.clomedia-thumb-multi:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
}
.clomedia-award-name {
  text-align: center;
  max-width: 175px;
  font-family: 'Lato', Georgia, serif;
  font-weight: 400;
  margin-top: .4em;
  color: #0A4277;
  font-size: .8em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 4px 10px;
}
.clomedia-award-banner.clomedia-icon {
  position: absolute;
  top: -2px;
  left: -2px;
  background-position: 0 -280px;
  width: 35px;
  height: 35px;
}
/* THUMBNAILS AS LIST VIEW
--------------------------------------------------------------- */
.clomedia-thumb-list-view li {
  width: 100%;
  margin: 0 0 1em 0!important;
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
  transition: all 2s linear 0.3s;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
.clomedia-thumb-list-view li .clomedia-thumb {
  background-color: transparent!important;
  border: 0!important;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.clomedia-thumb-list-view li .clomedia-thumb-multi:before {
  display: none;
}
.clomedia-thumb-list-view li img {
  padding: 4px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.clomedia-thumb-list-view li .clomedia-thumb-info {
  background-color: transparent;
}
.clomedia-thumb-list-view .clomedia-thumb-large {
  max-width: 100%;
}
.clomedia-thumb-list-view .clomedia-thumb-large img {
  max-width: 172px;
}
.clomedia-thumb-list-view .clomedia-thumb-info {
  display: inline-block;
  position: relative;
  width: auto;
  vertical-align: top;
}
.clomedia-thumb-list-view .clomedia-thumb-info h3 {
  font-size: 1.2em;
  margin-bottom: .4em;
}
.clomedia-thumb-list-view .clomedia-thumb-info p.clomedia-thumb-loc {
  padding-bottom: .6em;
  border-bottom: 0;
  margin-top: .3em;
}
.clomedia-thumb-list-view .clomedia-thumb-info .clomedia-thumb-meta {
  margin-top: 1em;
  border: 0;
}
.clomedia-thumb-list-view .clomedia-thumb-info .clomedia-like-meta,
.clomedia-thumb-list-view .clomedia-thumb-info .clomedia-type-meta,
.clomedia-thumb-list-view .clomedia-thumb-info .clomedia-comment-meta {
  width: auto;
  margin-right: 1em!important;
  padding-left: 1em!important;
  padding-right: 1em!important;
  border: 0;
}
.landing-thumb.clomedia-thumb .clomedia-thumb-meta li a {
  text-decoration: none;
}
/* = Icons
-------------------------------------------------------------- */
.clomedia-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/ebirdsimple-child/img/clomedia-images/clomedia-sprite.png') no-repeat -42px -8px;
}
.clomedia-icon.clomedia-icon-round {
  background-position: 0 0;
  margin-right: .4em;
}
.clomedia-icon-photos {
  background-position: -42px -8px;
}
.clomedia-icon-artwork {
  background-position: -42px -43px;
}
.clomedia-icon-stories {
  background-position: -42px -78px;
}
.clomedia-icon-videos {
  background-position: -42px -113px;
}
.clomedia-icon-poetry {
  background-position: -42px -148px;
}
.clomedia-icon-audio {
  background-position: -42px -183px;
}
.clomedia-icon-like {
  background-position: -42px -218px;
}
a:hover .clomedia-icon-like {
  background-position: -112px -218px;
}
.clomedia-icon-comment {
  background-position: -42px -253px;
}
a:hover .clomedia-icon-comment {
  background-position: -112px -253px;
}
.clomedia-icon-vote {
  background-position: -80px -288px;
}
a:hover .clomedia-icon-vote {
  background-position: -117px -288px;
}
.clomedia-icon-explore {
  background-position: -105px -148px;
  width: 28px;
  height: 25px;
}
.clomedia-round-icon {
  width: 35px;
  height: 35px;
}
.clomedia-round-icon.clomedia-icon-photos {
  background-position: 0 0;
}
.clomedia-round-icon.clomedia-icon-artwork {
  background-position: 0 -35px;
}
.clomedia-round-icon.clomedia-icon-stories {
  background-position: 0 -70px;
}
.clomedia-round-icon.clomedia-icon-videos {
  background-position: 0 -105px;
}
.clomedia-round-icon.clomedia-icon-poetry {
  background-position: 0 -140px;
}
.clomedia-round-icon.clomedia-icon-audio {
  background-position: 0 -175px;
}
.clomedia-round-icon.clomedia-icon-like {
  background-position: 0 -210px;
}
.clomedia-round-icon.clomedia-icon-comment {
  background-position: 0 -245px;
}
.clomedia-small-round-icon {
  width: 18px;
  height: 18px;
}
.clomedia-small-round-icon.clomedia-icon-like {
  background-position: -77px -218px;
}
.clomedia-icon-social {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.clomedia-icon-facebook {
  background-position: -70px -70px;
}
.clomedia-icon-twitter {
  background-position: -70px -105px;
}
.clomedia-icon-pinterest {
  background-position: -70px -140px;
}
.clomedia-icon-email {
  background-position: -70px -175px;
}
.clomedia-icon-add {
  background-position: -70px -245px;
  width: 35px;
  height: 35px;
  margin-left: -5px;
}
.clomedia-icon-crop {
  background-position: -114px -185px;
  width: 15px;
  height: 15px;
}
/* = Landing Page Specific Styles
-------------------------------------------------------------- */
.clomedia-landing-main {
  padding-bottom: 2em;
  padding-top: 2em;
}
.clomedia-isotope .clomedia-thumb-large {
  max-width: 185px;
}
.clomedia-popular,
.clomedia-landing-row {
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #cdcdcd;
}
.clomedia-landing-row:last-child {
  margin-bottom: 2em;
  border-bottom: 0;
}
#clomedia-isotope-items {
  margin-bottom: 2em;
}
#clomedia-isotope-filters {
  text-align: center;
}
#clomedia-isotope-filters #clomedia-isotope-all {
  line-height: 19px;
  padding-left: 20px;
  padding-right: 20px;
}
#clomedia-isotope-filters .clomedia-isotope-filter {
  font-size: .875em;
}
#clomedia-isotope-filters .clomedia-icon {
  margin-right: .3em;
}
.clomedia-landing-category,
.clomedia-landing-type {
  float: left;
}
.clomedia-landing-category img,
.clomedia-landing-type img {
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 4px;
  position: relative;
  max-width: 100%;
}
.clomedia-landing-category img:hover,
.clomedia-landing-type img:hover {
  background-color: #0A4277;
}
.clomedia-landing-category {
  width: 25%;
  padding-right: 2%;
}
.clomedia-landing-category a {
  text-decoration: none;
}
.clomedia-landing-category h4 {
  color: #2f2f2f;
  margin: .4em 0;
}
.clomedia-landing-category p {
  color: #0A4277;
  font-size: .875em;
  line-height: 1.2;
  margin: .3em 0;
}
.clomedia-landing-category p.clomedia-count {
  color: #7cacdb;
  font-size: .8em;
}
.clomedia-landing-category a:hover h4 {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .clomedia-landing-category {
    width: 50%;
  }
}
.clomedia-count {
  color: #7cacdb;
}
.clomedia-landing-types {
  width: 75%;
  float: left;
  border-right: 1px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .clomedia-landing-types {
    width: 100%;
    border-right: 0!important;
  }
}
.clomedia-landing-types.clomedia-no-geodata {
  width: 100%;
  float: none;
}
.clomedia-landing-map {
  width: 25%;
  float: left;
  padding-left: 3%;
}
.clomedia-landing-map img {
  max-width: 100%;
}
.clomedia-landing-map a {
  text-decoration: none;
}
.clomedia-landing-map h4 {
  color: #2f2f2f;
  margin: .4em 0;
}
.clomedia-landing-map p {
  color: #0A4277;
  font-size: .875em;
  line-height: 1.2;
  margin: .3em 0;
}
.clomedia-landing-map p.clomedia-count {
  color: #7cacdb;
  font-size: .8em;
}
.clomedia-landing-map a:hover h4 {
  text-decoration: underline;
}
.clomedia-landing-map #clomedia-landing-map-img {
  position: relative;
}
.clomedia-landing-map .clomedia-landing-map-anim {
  display: block;
  width: 229px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/wp-content/themes/feederwatch/img/clomedia-images//map-icon-sprite.png') no-repeat 0 0;
  display: none;
}
.clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-1 {
  background-position: 0 0;
  display: block;
}
.clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-2 {
  background-position: 0 -135px;
}
.clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-3 {
  background-position: 0 -270px;
}
.clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-4 {
  background-position: 0 -405px;
}
@media screen and (max-width: 1139px) {
  .clomedia-landing-map .clomedia-landing-map-anim {
    width: 190px;
    height: 105px;
    background-size: 100%;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-1 {
    background-position: 0 0;
    display: block;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-2 {
    background-position: 0 -108px;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-3 {
    background-position: 0 -223px;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-4 {
    background-position: 0 -336px;
  }
}
@media screen and (max-width: 959px) {
  .clomedia-landing-map .clomedia-landing-map-anim {
    width: 150px;
    height: 79px;
    background-size: 100%;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-1 {
    background-position: 0 0;
    display: block;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-2 {
    background-position: 0 -86px;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-3 {
    background-position: 0 -176px;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-4 {
    background-position: 0 -264px;
  }
}
@media screen and (max-width: 767px) {
  /*
  .clomedia-landing-map {
  		.clomedia-landing-map-anim {
  			width: 136px;
  			height: 66px;
  			background-size: 100%;
  		}
  		}
  */
}
@media screen and (max-width: 767px) {
  .clomedia-landing-map {
    padding-left: 0;
    width: 265px;
  }
  .clomedia-landing-map .clomedia-landing-map-anim {
    display: block;
    width: 229px;
    height: 135px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/wp-content/themes/feederwatch/img/clomedia-images//map-icon-sprite.png') no-repeat 0 0;
    display: none;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-1 {
    background-position: 0 0;
    display: block;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-2 {
    background-position: 0 -135px;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-3 {
    background-position: 0 -270px;
  }
  .clomedia-landing-map .clomedia-landing-map-anim.clomedia-map-anim-4 {
    background-position: 0 -405px;
  }
}
.clomedia-landing-types.clomedia-landing-types-5 .clomedia-thumb-wrapper li {
  width: 20%;
}
.clomedia-landing-types .clomedia-thumb-wrapper li:last-child {
  border-right: 1px solid #cdcdcd;
}
.clomedia-landing-types a {
  text-decoration: none;
}
.clomedia-landing-types h4 {
  color: #2f2f2f;
  margin: .4em 0;
}
.clomedia-landing-types p {
  color: #0A4277;
  font-size: .875em;
  line-height: 1.2;
  margin: .3em 0;
}
.clomedia-landing-types p.clomedia-count {
  color: #7cacdb;
  font-size: .8em;
}
.clomedia-landing-types a:hover h4 {
  text-decoration: underline;
}
.clomedia-landing-type {
  text-align: center;
}
.clomedia-landing-type .clomedia-thumb-medium {
  position: relative;
}
.clomedia-landing-type .clomedia-thumb-medium .clomedia-round-icon {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -17px;
}
.clomedia-landing-type h4 {
  margin-top: .8em;
}
.clomedia-landing-recent,
.clomedia-landing-comments {
  width: 37.5%;
  padding-right: 1.5%;
  padding-left: 1.5%;
  border-right: 1px solid #cdcdcd;
}
/*
.clomedia-landing-comments {
	.colpadding(@mainWrapperSize);
}
*/
.clo-landing-lastcol {
  width: 25%;
  padding-left: 3%;
}
.clomedia-tag-list li {
  display: inline-block;
  margin: 0 .5em .5em 0;
}
.clomedia-tag-list a {
  padding: .5em .67em;
  background-color: #3379BC;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 0.833em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
.clomedia-tag-list a:hover {
  text-decoration: none;
  background-color: #f6f6f6;
  color: #0A4277;
}
.clomedia-search {
  margin-top: 2em;
}
.clomedia-search #clomedia-search {
  width: 100%;
  max-width: 280px;
  margin-bottom: .5em;
  display: block;
  font-size: 1em;
  padding: .2em .3em;
}
.clomedia-search .clomedia-search-btn {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#798dcd), to(#0A4277));
  background-image: -moz-linear-gradient(top, #798dcd, #0A4277);
  background-image: -ms-linear-gradient(top, #798dcd, #0A4277);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #798dcd), color-stop(100%, #0A4277));
  background-image: -webkit-linear-gradient(top, #798dcd, #0A4277);
  background-image: -o-linear-gradient(top, #798dcd, #0A4277);
  background-image: linear-gradient(#798dcd, #0A4277);
  border-color: #798dcd #798dcd #0A4277;
  border-style: solid;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  padding: .2em .5em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  font-weight: bold;
}
.clomedia-search .clomedia-search-btn:hover {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0A4277), to(#445eb6));
  background-image: -moz-linear-gradient(top, #0A4277, #445eb6);
  background-image: -ms-linear-gradient(top, #0A4277, #445eb6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0A4277), color-stop(100%, #445eb6));
  background-image: -webkit-linear-gradient(top, #0A4277, #445eb6);
  background-image: -o-linear-gradient(top, #0A4277, #445eb6);
  background-image: linear-gradient(#0A4277, #445eb6);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .clomedia-landing-recent,
  .clomedia-landing-comments,
  .clo-landing-lastcol {
    width: 100%!important;
    border: 0!important;
  }
}
/* = V2 LANDING PAGE
-------------------------------------------------------------- */
#infinite-loading {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 4px 10px;
  text-transform: uppercase;
  line-height: 20px;
}
#infinite-loading span {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.lt-ie8 #infinite-loading,
.ie8 #infinite-loading,
.ie7 #infinite-loading,
.ie6 #infinite-loading {
  background-color: #000;
}
.infinite-loading #infinite-loading {
  display: block;
}
#sticky-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
@media screen and (max-width: 479px) {
  #sticky-nav.stuck {
    position: relative!important;
  }
}
#sticky-nav .clomedia-internal-nav {
  width: 100%;
  padding: 0;
  display: block;
  height:30px;
  border: none;
}

#sticky-nav .clomedia-internal-nav div {
  padding: 0;
  background-color: #3379bc;
}

#sticky-nav .clomedia-internal-nav a {
  color: #fff;
  padding: .5em .33em;
  background-color: #3379bc;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size:1.063em;
}

#sticky-nav .clomedia-internal-nav a:hover,
#sticky-nav .clomedia-internal-nav a.current {
  /*
background-color: #fff;
			background: url('../../img/common/snow.png') repeat 0 0;
			color: #0072ab;
*/

  background: #0A4277;
}
@media screen and (max-width: 800px) {
  #sticky-nav .clomedia-internal-nav a {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .sticky-wrapper,
  #sticky-nav {
    display: block;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: text-top;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 4px;
}
.clomedia-explore-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
.clomedia-explore-bar .clomedia-explore-header {
  background-color: #3379BC;
  width: 250px;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 0.5em 0.5em 0 0;
  -moz-border-radius: 0.5em 0.5em 0 0;
  -o-border-radius: 0.5em 0.5em 0 0;
  border-radius: 0.5em 0.5em 0 0;
  padding: .5em;
}
.clomedia-explore-bar #clomedia-filter-bar {
  background-color: #3379BC;
  padding: 0 2em;
  text-align: center;
}
.clomedia-explore-bar .clomedia-filters {
  display: inline-block;
  vertical-align: middle;
}
.clomedia-explore-bar .clomedia-filter-content {
  display: none;
}
.clomedia-explore-bar #clomedia-adv-search a:hover,
.clomedia-explore-bar #clomedia-geo-link a:hover {
  background-color: #0A4277;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.clomedia-explore-bar #clomedia-adv-search .caret,
.clomedia-explore-bar #clomedia-geo-link .caret {
  position: relative;
  top: 5px;
}
.clomedia-explore-bar #clomedia-adv-search a.open {
  background-color: #000033;
  -webkit-border-radius: 0.5em 0.5em 0 0;
  -moz-border-radius: 0.5em 0.5em 0 0;
  -o-border-radius: 0.5em 0.5em 0 0;
  border-radius: 0.5em 0.5em 0 0;
}
.clomedia-explore-bar #clomedia-adv-search a.open .caret {
  border-bottom: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0;
}
.clomedia-explore-bar .clomedia-filter-btn {
  text-align: center;
  color: #fff;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  display: block;
  padding: 1em .5em;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}
.clomedia-explore-bar #clomedia-search-bar {
  width: 100%;
  background-color: #3379BC;
  padding: 1em 2em;
  display: none;
}
.clomedia-explore-bar #clomedia-search-bar button {
  clear: both;
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#798dcd), to(#0A4277));
  background-image: -moz-linear-gradient(top, #798dcd, #0A4277);
  background-image: -ms-linear-gradient(top, #798dcd, #0A4277);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #798dcd), color-stop(100%, #0A4277));
  background-image: -webkit-linear-gradient(top, #798dcd, #0A4277);
  background-image: -o-linear-gradient(top, #798dcd, #0A4277);
  background-image: linear-gradient(#798dcd, #0A4277);
  border-color: #798dcd #798dcd #0A4277;
  border-style: solid;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  padding: .2em .5em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  font-weight: bold;
  margin-top: 1em;
}
.clomedia-explore-bar #clomedia-search-bar button:hover {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0A4277), to(#445eb6));
  background-image: -moz-linear-gradient(top, #0A4277, #445eb6);
  background-image: -ms-linear-gradient(top, #0A4277, #445eb6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0A4277), color-stop(100%, #445eb6));
  background-image: -webkit-linear-gradient(top, #0A4277, #445eb6);
  background-image: -o-linear-gradient(top, #0A4277, #445eb6);
  background-image: linear-gradient(#0A4277, #445eb6);
  color: #ffffff;
}
.clomedia-explore-bar #clomedia-search-bar fieldset {
  float: left;
  width: 20%;
  padding-right: 1em;
}
.clomedia-explore-bar #clomedia-search-bar fieldset h5 {
  margin: 0 0 .5em 0;
  text-transform: uppercase;
}
.clomedia-explore-bar #clomedia-search-bar fieldset ul {
  background-color: #7cacdb;
  padding: .3em;
  height: 100px;
  overflow: auto;
  width: 100%;
}
.clomedia-explore-bar #clomedia-search-bar fieldset ul li {
  margin: .4em;
}
.clomedia-explore-bar #clomedia-search-bar fieldset ul label {
  font-size: 11px;
}
.clomedia-explore-bar #clomedia-search-bar fieldset ul label input {
  margin-right: .5em;
}
.lt-ie8 .clomedia-explore-bar .clomedia-filters,
.ie7 .clomedia-explore-bar .clomedia-filters {
  float: left;
  width: 18%;
}
@media screen and (max-width: 640px) {
  .clomedia-explore-bar {
    display: none;
  }
  .landing-thumb.clomedia-thumb {
    max-width: 100%;
  }
}
.landing-thumb.clomedia-thumb {
  /*
	-webkit-transition:all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
*/

}
/* = MASONRY LIKE LANDING THUMB PATTERN
-------------------------------------------------------------- */
.landing-thumb.clomedia-thumb {
  display: block;
  height: auto;
  width: auto;
  float: left;
  margin: 10px;
  position: relative;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.landing-thumb.clomedia-thumb img {
  max-height: 300px;
}
.landing-thumb.clomedia-thumb .clomedia-thumb-meta {
  float: right;
  border-top: 0;
}
.landing-thumb.clomedia-thumb .clomedia-thumb-meta li {
  width: auto;
  padding: 0 .5em;
  float: left;
  border: 0;
  margin-bottom: .2em;
}
.landing-thumb.clomedia-thumb .clomedia-thumb-meta .addthis_toolbox a {
  margin: 0;
  margin-bottom: .2em;
}
.landing-thumb.clomedia-thumb .clomedia-thumb-meta .clomedia-comment-meta {
  padding-top: 5px;
}
.landing-thumb.clomedia-thumb .clomedia-thumb-meta li.clomedia-share a {
  margin: 0;
}
.clomedia-more-thumbs {
  width: 85px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  padding: 0 5px;
}
.clomedia-more-thumbs img {
  width: 75px;
  height: 75px;
}
/* = RESULTS PAGE
-------------------------------------------------------------- */
.clomedia-results-return {
  width: 78%;
  float: left;
  padding-right: 5%;
}
.clomedia-results-sidebar {
  width: 22%;
  float: left;
}
.clomedia-results-sidebar h5 {
  margin-bottom: .5em;
}
.clomedia-results-sidebar ul {
  margin-bottom: 1.5em;
}
.clomedia-results-sidebar ul li {
  margin-bottom: .75em;
  padding-left: .5em;
  list-style-type: disc;
  list-style-position: inside;
  font-size: .875em;
}
.clomedia-results-sidebar ul.clomedia-tag-list {
  max-width: 250px;
}
.clomedia-results-sidebar ul.clomedia-tag-list li {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 1em;
}
@media screen and (max-width: 766px) {
  #clomedia-masonry-wrapper .row,
  .clomedia-results-return .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #clomedia-masonry-wrapper .row .landing-thumb.clomedia-thumb,
  .clomedia-results-return .row .landing-thumb.clomedia-thumb {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
  }
}
/*
@media screen and (max-width:766px) {
	#clomedia-masonry-wrapper, .clomedia-results-return {
		display: table;
	}
	
	.landing-thumb.clomedia-thumb{
		display: table-cell;
		width:50%:
		padding:10px;
		margin:0;
	}
	
}
*/
@media screen and (max-width: 599px) {
  .clomedia-results-return,
  .clomedia-results-sidebar {
    float: none;
    width: 100%;
  }
  .clomedia-results-return {
    margin-bottom: 2em;
  }
}
ul.thumb-views {
  float: right;
}
ul.thumb-views li {
  display: inline-block;
  *display: inline;
  margin: 0;
}
ul.thumb-views li a.clomedia-secondary-btn {
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
  background-color: #cdcdcd;
  display: block;
  padding: 0;
  margin: 0;
}
ul.thumb-views li a.clomedia-secondary-btn:hover {
  background-color: #2f2f2f;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
  margin: 0;
  border: 1px solid #fff;
}
ul.thumb-views li a.clomedia-secondary-btn.clomedia-current-view {
  background-color: #2f2f2f !important;
  background-image: none!important;
}
ul.thumb-views li a.clomedia-secondary-btn.clomedia-current-view .clomedia-icon.clomedia-icon-thumbnail {
  background-position: -105px 0;
}
ul.thumb-views li a.clomedia-secondary-btn.clomedia-current-view .clomedia-icon.clomedia-icon-list {
  background-position: -105px -35px;
}
.clomedia-icon.clomedia-icon-thumbnail {
  background-position: -70px 0;
  width: 35px;
  height: 35px;
}
.clomedia-icon.clomedia-icon-thumbnail:hover {
  background-position: -105px 0;
}
.clomedia-icon.clomedia-icon-list {
  background-position: -70px -35px;
  width: 35px;
  height: 35px;
}
.clomedia-icon.clomedia-icon-list:hover {
  background-position: -105px -35px;
}
/* Single Page
--------------------------------------------------------------- */
.clomedia-single h2 {
  font-size: 1em;
  font-weight: bold;
}
.clomedia-single-info,
.clomedia-single-explore {
  width: 40%;
  float: right;
}
.clomedia-single #like {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .clomedia-single-info {
    float: none;
    width: 100%;
  }
  .clomedia-single-explore {
    display: none;
  }
}
.clomedia-single-explore {
  margin-top: 3em;
}
.clomedia-single-presentation {
  width: 55%;
  float: left;
  position: relative;
}
.clomedia-single-entry-body {
  width: 80%;
  float: right;
  position: relative;
}
.clomedia-single-entry-body h2 {
  font-size: 1.5em;
  font-weight: normal;
}
.clomedia-single-entry-body .clomedia-award-name-entry {
  color: #0A4277;
  font-size: 1em;
  margin-top: 1.5em;
}
@media screen and (max-width: 959px) {
  .clomedia-single-entry-body {
    width: 77%;
  }
}
@media screen and (max-width: 767px) {
  .clomedia-single-entry-body {
    width: 80%;
  }
  .clomedia-single-presentation {
    width: 100%;
    float: none;
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  .clomedia-single-entry-body {
    width: 76%;
  }
}
.clomedia-story-body {
  margin-bottom: 2em;
}
.clomedia-single-comments {
  clear: both;
  margin-top: 3em;
}
.clomedia-info-div {
  margin-top: 1em;
}
.clomedia-info-div p {
  font-size: .75em;
}
.clomedia-info-div p em {
  font-weight: bold;
}
.clomedia-info-div .avatar {
  float: left;
}
.clomedia-info-div .avatar img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  margin-right: .4em;
}
.clomedia-single .clomedia-single-info h2 span.clomedia-round-icon {
  position: relative;
  left: -8px;
  margin-right: 0;
}
.clomedia-info-div h5 {
  color: #0A4277;
  margin-bottom: .5em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: bold;
}
.clomedia-single-action-bar {
  width: 75px;
  float: left;
  position: relative;
}
.clomedia-single-action-bar .clomedia-vote-meta {
  margin-bottom: 1em;
}
.clomedia-single-action-bar .clomedia-vote-meta a {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#798dcd), to(#0A4277));
  background-image: -moz-linear-gradient(top, #798dcd, #0A4277);
  background-image: -ms-linear-gradient(top, #798dcd, #0A4277);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #798dcd), color-stop(100%, #0A4277));
  background-image: -webkit-linear-gradient(top, #798dcd, #0A4277);
  background-image: -o-linear-gradient(top, #798dcd, #0A4277);
  background-image: linear-gradient(#798dcd, #0A4277);
  border-color: #798dcd #798dcd #0A4277;
  border-style: solid;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  padding: .2em .5em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  font-weight: bold;
}
.clomedia-single-action-bar .clomedia-vote-meta a:hover {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0A4277), to(#445eb6));
  background-image: -moz-linear-gradient(top, #0A4277, #445eb6);
  background-image: -ms-linear-gradient(top, #0A4277, #445eb6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0A4277), color-stop(100%, #445eb6));
  background-image: -webkit-linear-gradient(top, #0A4277, #445eb6);
  background-image: -o-linear-gradient(top, #0A4277, #445eb6);
  background-image: linear-gradient(#0A4277, #445eb6);
  color: #ffffff;
}
.clomedia-single-action-bar li {
  text-align: center;
  width: 100%;
  display: block;
}
.clomedia-single-action-bar #clomedia-like-btn {
  margin-bottom: 1em;
}
.clomedia-single-action-bar ul.clomedia-admin {
  padding: 50px .2em .2em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  margin-bottom: 1em;
  background: #cdcdcd url('/wp-content/themes/feederwatch/img/clomedia-images//lab_logo.png') no-repeat center 0;
}
.clomedia-single-action-bar ul.clomedia-admin li {
  margin-bottom: .5em;
}
.clomedia-action-social {
  display: block;
  margin-bottom: .2em;
  clear: right;
}
.clomedia-action-social a {
  float: right!important;
  margin-right: 0!important;
}
.clomedia-action-social .addthis_button_compact,
.clomedia-action-social .addthis_button_compact span {
  margin-right: 0;
  float: right;
}
.clomedia-flag {
  clear: right;
  margin-top: 1em;
}
.clomedia-flag a {
  float: right;
  opacity: .6;
  display: block;
}
.clomedia-flag a:hover {
  opacity: 1;
}
.clomedia-slideshow-large-img {
  width: 100%;
  padding: 10px;
  border: 1px solid #cdcdcd;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
.clomedia-slideshow-large-img .clomedia-icon {
  display: none;
}
.clomedia-slideshow-large-img .clomedia-slideshow-stage {
  background-color: #ffffff;
  min-width: 100%;
  vertical-align: middle;
  position: relative;
}
.clomedia-slideshow-large-img img {
  max-width: 100%;
}
@media screen and (max-width: 320px) {
  .clomedia-single-action-bar {
    width: 100%;
  }
  .clomedia-single-action-bar li {
    width: auto;
    float: left;
  }
  #clomedia-like-count,
  .clomedia-flag {
    display: none!important;
  }
  .clomedia-single-entry-body {
    width: 100%;
  }
  .clomedia-single #like {
    margin-right: 15px;
  }
}
.clomedia-slideshow-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(144, 118, 193, 0.9);
  padding: .5em;
  color: #2f2f2f;
}
.clomedia-thumb-small-wrapper {
  text-align: center;
}
.clomedia-thumb-small-wrapper li {
  float: left;
  width: 65px;
}
.clomedia-thumb-small-wrapper li .clomedia-thumb {
  padding: 0;
}
.clomedia-thumb-small-wrapper li .clomedia-thumb a {
  padding: 4px;
}
.clomedia-thumb-small-wrapper li .clomedia-thumb a:hover,
.clomedia-thumb-small-wrapper li .clomedia-thumb a.clomedia-current {
  background-color: #0A4277;
}
@media screen and (max-width: 960px) {
  
}
.clomedia-prev-next {
  border-top: 1px dashed #cdcdcd;
  padding-top: 1em;
}
.clomedia-prev-next p {
  color: #7cacdb;
  margin-bottom: .8em;
}
.clomedia-prev-next .clomedia-current-thumb {
  opacity: .5;
}
.clomedia-prev-next .clomedia-current-thumb a {
  background-color: #0A4277;
}
#clomedia-pn-wrapper {
  width: 325px;
  overflow: hidden;
  margin-left: 43px;
}
.clomedia-prev-next-ul {
  position: relative;
}
.clomedia-prev-next-ul li {
  float: left;
  width: 65px;
}
.clomedia-prev-next-ul li.cont-loading {
  background: url('/wp-content/themes/feederwatch/img/clomedia-images//small-loader2.gif') no-repeat 18px center;
  height: 60px;
}
.clomedia-prev-next-wrap {
  position: relative;
}
.clomedia-prev-btn,
.clomedia-next-btn {
  height: 59px;
  position: absolute;
  top: 0;
}
.clomedia-prev-btn span,
.clomedia-next-btn span {
  width: 21px;
  height: 22px;
  position: relative;
  top: 15px;
  margin: 0;
}
.clomedia-prev-btn {
  left: 0;
  -webkit-border-radius: 0.5em 0 0 0.5em;
  -moz-border-radius: 0.5em 0 0 0.5em;
  -o-border-radius: 0.5em 0 0 0.5em;
  border-radius: 0.5em 0 0 0.5em;
}
.clomedia-prev-btn .clomedia-icon {
  background-position: -112px -77px;
}
.clomedia-next-btn {
  left: 367px;
  -webkit-border-radius: 0 0.5em 0.5em 0;
  -moz-border-radius: 0 0.5em 0.5em 0;
  -o-border-radius: 0 0.5em 0.5em 0;
  border-radius: 0 0.5em 0.5em 0;
}
.clomedia-next-btn .clomedia-icon {
  background-position: -112px -112px;
}
.clomedia-single-writing {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 1em;
}
.clomedia-single-writing h2 {
  font-size: 1.5em;
  font-weight: normal;
}
.clomedia-single-writing p {
  margin-bottom: .5em;
}
@media screen and (max-width: 959px) {
  .clomedia-prev-btn,
  .clomedia-next-btn {
    display: none;
  }
  #clomedia-pn-wrapper {
    width: auto;
    overflow: visible;
    margin-left: 0;
  }
  .clomedia-prev-next-ul {
    width: auto!important;
    margin-left: 0!important;
  }
}
.embed-vid {
  margin-bottom: 2em;
}
.clomedia-single-audio .audio {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
}
.clomedia-single-audio .audio p {
  margin-bottom: 0;
}
.clomedia-single-audio .audio object,
.clomedia-single-audio .audio audio {
  margin-bottom: 1em;
}
.clomedia-single h2 span.clomedia-icon {
  margin-right: .5em;
}
.clomedia-icon.clomedia-arrow-right {
  background-position: -112px -112px;
}
a .clomedia-icon.clomedia-arrow-right {
  margin-left: .75em;
  margin-right: -0.2em;
}
.clomedia-single-page .map-wrapper {
  border: 1px solid #cdcdcd;
  padding: 1em;
  margin-bottom: 2em;
}
.clomedia-single-page #map .infowindow {
  width: auto;
}
.clomedia-single-page #map .infowindow h4 {
  margin-bottom: .5em;
}
.clomedia-single-page #map .infowindow .clomedia-thumb-info {
  padding: 0 0 0 1em;
}
.clomedia-single-page #map .infowindow h3 {
  margin-top: 0;
  margin-bottom: .3em;
}
li.no-results {
  width: auto;
  font-size: .9em;
}
/* Submission Gateway Page
-------------------------------------------------------------- */
.clomedia-gateway-form-main {
  max-width: 450px;
  margin: 0 auto;
  padding: 3em 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .clomedia-gateway-form-main {
    max-width: 400px;
  }
}
@media screen and (max-width: 479px) {
  .clomedia-gateway-form-main {
    max-width: 300px;
  }
}
.clomedia-gateway-form-main h1,
.clomedia-gateway-form-main p,
.clomedia-gateway-form-main li,
.clomedia-gateway-form-main a {
  text-align: left;
}
.clomedia-gateway-form-main a {
  display: block;
}
.clomedia-wrap .clomedia-btn {
  text-decoration: none;
}
.clomedia-gateway-sso h1 {
  margin: 0 0 .5em;
  color: #0A4277;
  font-size: 2em;
}
.clomedia-gateway-sso p {
  font-size: 1.167em;
  margin-bottom: 1.4em;
  line-height:1.2;
}
.clomedia-gateway-sso ul.clomedia-sso-projects {
  list-style-type: disc;
  padding-left: 2em;
  margin-bottom: 2em;
}
.clomedia-gateway-sso ul.clomedia-sso-projects li {
  margin-bottom: .5em;
  font-size: 1.167em;
}
.clomedia-gateway-sso .clomedia-btn {
  margin: 0 auto 1em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  min-width: 30%;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.clomedia-gateway-sso .clomedia-sso-links li {
  float: left;
  font-size: 0.917em;
  margin-bottom: 1em;
  width: 33%;
}
.clomedia-gateway-sso .clomedia-sso-links li a {
  text-align: center;
}
.clomedia-gateway-sso .clomedia-sso-links li:last-child {
  padding-right: 0;
}
.clomedia-or {
  position: relative;
  margin: 2em 0;
  z-index: 0;
}
.clomedia-or span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  background-color: #cdcdcd;
  padding: .5em;
  z-index: 2;
}
.clomedia-or:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background-color: #cdcdcd;
  height: 1px;
}
.clomedia-gatweay-guest a {
  margin-bottom: .5em;
}
.clomedia-gatweay-guest p {
  font-size: .8em;
}
/* Submission Form
-------------------------------------------------------------- */
#clomedia-submission-form {
  overflow: auto;
  width: 100%;
  /*
.clomedia-submission-left {
		float: left;
		width: 48%;
	}
	
	.clomedia-submission-right {
		float: right;
		width: 48%;
	}
*/

  /*
#clomedia_sub_type_fields {
		width: 100%;
	}
*/

  /*
.clomedia-thumb {
			float: left;
			margin-right: 1em;
		}
*/

}
#clomedia-submission-form .formError {
  position: relative!important;
  top: 0!important;
  left: 0!important;
  margin-top: 0!important;
  display: block;
  padding: .2em .5em;
  margin-right: .5em;
  font-weight: bold;
}
#clomedia-submission-form h2 {
  margin: 0 0 1em;
  font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #0A4277;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-align: center;
}
#clomedia-submission-form h2 span {
  font-size: 13px;
  color: #2f2f2f;
}
#clomedia-submission-form h2 span.required {
  color: #990000;
}
#clomedia-submission-form #clomedia-type-radios input[type=radio] {
  display: none;
}
#clomedia-submission-form input[disabled] {
  border: 0;
  background-color: transparent;
}
#clomedia-submission-form label,
#clomedia-submission-form input {
  display: block;
  color: #464646;
}
#clomedia-submission-form label {
  font-size: .875em;
  font-weight: bold;
  color: #7cacdb;
  color: #464646;
  margin-bottom: .5em;
}
#clomedia-submission-form label span {
  color: #2f2f2f;
  font-size: .8em;
  margin-left: .4em;
}
#clomedia-submission-form label span.clomedia-required {
  color: #990000;
}
#clomedia-submission-form input,
#clomedia-submission-form textarea {
  width: 100%;
  font-size: .875em;
  padding: .3em;
  margin-bottom: 1em;
  border: 1px solid #929293;
  font-size: 13px;
}
#clomedia-submission-form textarea {
  min-height: 150px;
}
#clomedia-submission-form .clomedia-secondary-btn {
  float: left;
  width: 48%;
  margin-right: 2%;
  cursor: pointer;
}
#clomedia-submission-form .clomedia-secondary-btn .clomedia-icon {
  margin-left: -5px;
}
#clomedia-submission-form .clomedia-secondary-btn:hover {
  color: #fff;
}
#clomedia-submission-form .clomedia-secondary-btn.checked {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#798dcd), to(#0A4277));
  background-image: -moz-linear-gradient(top, #798dcd, #0A4277);
  background-image: -ms-linear-gradient(top, #798dcd, #0A4277);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #798dcd), color-stop(100%, #0A4277));
  background-image: -webkit-linear-gradient(top, #798dcd, #0A4277);
  background-image: -o-linear-gradient(top, #798dcd, #0A4277);
  background-image: linear-gradient(#798dcd, #0A4277);
  border-color: #798dcd #798dcd #0A4277;
  color: #ffffff;
}
#clomedia-submission-form input {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: .7em .3em;
}
#clomedia-submission-form small {
  color: #2f2f2f;
  margin-top: -0.7em;
  margin-bottom: 1.5em;
  font-size: .8em;
  display: block;
}
#clomedia-submission-form small.nomargin {
  margin-bottom: 0;
}
#clomedia-submission-form fieldset {
  width: 100%;
  padding: 1.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color:#fff;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
#clomedia-submission-form #clomedia-submission-form .error-msg {
  font-size: .775em;
  margin-bottom: .5em;
  color: #990000;
}
#clomedia-submission-form #clomedia-submission-form span.error-message,
#clomedia-submission-form #clomedia-submission-form label span.error-message {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #990000;
  color: #fff;
  padding: .2em .5em;
  margin-right: .5em;
  font-weight: bold;
}
#clomedia-submission-form #clomedia-submission-form input,
#clomedia-submission-form #clomedia-submission-form label {
  color: #990000;
}
#clomedia-submission-form #clomedia-submission-form input {
  border: 1px solid #990000;
}
#clomedia-submission-form .clomedia-message {
  margin-bottom: 1em;
}
#clomedia-submission-form .clomedia-form-user {
  margin-bottom: 1em;
}
#clomedia-submission-form .clomedia-form-user label {
  display: inline-block;
  margin-bottom: 0;
}
#clomedia-submission-form .clomedia-form-user input,
#clomedia-submission-form .clomedia-form-user p {
  width: 200px;
  display: inline-block;
  margin-bottom: 0;
  color: #2f2f2f;
}
#clomedia-submission-form .clomedia-form-user a {
  float: right;
  font-size: 13px;
}
#clomedia-submission-form .clomedia-submission-left,
#clomedia-submission-form .clomedia-submission-right,
#clomedia-submission-form #clomedia_sub_type_fields,
#clomedia-submission-form .clomedia-human,
#clomedia-submission-form #clomedia_sub_type_fields {
  width: 50%;
  min-width: 700px;
  margin: 0 auto;
  float: none;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #clomedia-submission-form .clomedia-submission-left,
  #clomedia-submission-form .clomedia-submission-right,
  #clomedia-submission-form #clomedia_sub_type_fields,
  #clomedia-submission-form .clomedia-human,
  #clomedia-submission-form #clomedia_sub_type_fields {
    width: 100%;
    min-width: 1px;
  }
  #clomedia-submission-form .clomedia-photo-added {
    display: block!important;
  }
  #clomedia-submission-form .clomedia-photo-added .clomedia-photo-caption {
    width: 100%!important;
    display: block!important;
  }
}
#clomedia-submission-form #taglist-btn {
  float: right;
  font-size: .775em;
}
#clomedia-submission-form .tagmanager-wrapper {
  clear: left;
  position: relative;
}
#clomedia-submission-form .tagmanager-wrapper input {
  width: auto;
}
#clomedia-submission-form .optional {
  color: #999;
}
#clomedia-submission-form .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #cdcdcd;
  padding: 1em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#clomedia-submission-form .typeahead li {
  font-size: .775em;
  color: #2f2f2f;
  margin-bottom: .3em;
}
#clomedia-submission-form .typeahead li a {
  color: #2f2f2f;
}
#clomedia-submission-form .clomedia-photo-added,
#clomedia-submission-form .clomedia-audio-added {
  display: table;
  border-spacing: 1em;
  width: 100%;
  margin-left: -1em;
  margin-bottom: 1em;
}
#clomedia-submission-form .clomedia-photo-added div,
#clomedia-submission-form .clomedia-audio-added div {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
#clomedia-submission-form .clomedia-photo-added.clomedia-thumbnail-added div,
#clomedia-submission-form .clomedia-audio-added.clomedia-thumbnail-added div {
  display: block;
  width: 205px;
}
#clomedia-submission-form .clomedia-photo-added .clomedia-photo-added-wrap .clomedia-thumb,
#clomedia-submission-form .clomedia-audio-added .clomedia-photo-added-wrap .clomedia-thumb {
  margin-right: 1em;
}
#clomedia-submission-form .clomedia-photo-added .clomedia-photo-caption,
#clomedia-submission-form .clomedia-audio-added .clomedia-photo-caption,
#clomedia-submission-form .clomedia-photo-added .clomedia-sound-caption,
#clomedia-submission-form .clomedia-audio-added .clomedia-sound-caption {
  width: 60%;
  display: table-cell;
  vertical-align: top;
}
#clomedia-submission-form .clomedia-photo-added .clomedia-photo-caption label,
#clomedia-submission-form .clomedia-audio-added .clomedia-photo-caption label,
#clomedia-submission-form .clomedia-photo-added .clomedia-sound-caption label,
#clomedia-submission-form .clomedia-audio-added .clomedia-sound-caption label {
  clear: left;
}
#clomedia-submission-form .clomedia-photo-added .clomedia-photo-caption textarea,
#clomedia-submission-form .clomedia-audio-added .clomedia-photo-caption textarea,
#clomedia-submission-form .clomedia-photo-added .clomedia-sound-caption textarea,
#clomedia-submission-form .clomedia-audio-added .clomedia-sound-caption textarea {
  margin-right: 1em;
  width: 100%;
}
#clomedia-submission-form .clomedia-photo-added .clomedia-photo-actions,
#clomedia-submission-form .clomedia-audio-added .clomedia-photo-actions {
  padding-top: 1.4em;
}
#clomedia-submission-form .clomedia-photo-added .clomedia-photo-actions .clomedia-secondary-btn,
#clomedia-submission-form .clomedia-audio-added .clomedia-photo-actions .clomedia-secondary-btn {
  width: auto;
  font-size: 12px;
  float: none;
  display: inline-block;
  margin-bottom: .5em;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  border: 3px solid #fff;
}
#clomedia-submission-form .clomedia-owner label,
#clomedia-submission-form .clomedia-enews label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
  font-weight: normal;
  line-height: 1.2;
  font-size: 13px;
}
#clomedia-submission-form .clomedia-owner input,
#clomedia-submission-form .clomedia-enews input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
  display: inline;
}
#clomedia-submission-form .clomedia-submit {
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: .5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/*--------------------------
#clomedia-submission-form .clomedia-submit span {
  float: right;
}--------------- */
#clomedia-submission-form .clomedia-add-thumbs {
  margin-top: 1em;
  border-top: 1px dashed #fff;
  padding-top: 1em;
}
#clomedia-submission-form .clomedia-add-thumbs h3 {
  font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: .875em;
  font-weight: bold;
}
#clomedia-submission-form .clomedia-add-thumbs .clomedia-secondary-btn {
  width: auto;
}
#clomedia-submission-form #clomedia-type-radios .error {
  border: 1px solid #990000;
  background-color: #e27e7d;
  padding: .75em;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 1em;
  font-size: 13px;
}
#clomedia-submission-form .clomedia-photo-added label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
  font-weight: normal;
  line-height: 1.2;
  font-size: 13px;
}
#clomedia-submission-form .clomedia-photo-added input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
  display: inline;
}
#clomedia-upload {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  #clomedia-upload {
    width: 100%;
    margin: 0 auto;
  }
  #clomedia-upload fieldset {
    border: 0;
    width: 100px;
    margin: 0 auto;
  }
  #clomedia-upload fieldset input {
    display: block;
    margin-bottom: 2em;
  }
}
.clomedia-message {
  background-color: #fcf8e2;
  border: 1px solid #ebe2d0;
  color: #ba9a19;
  text-align: center;
  padding: 1em;
}
.clomedia-message a {
  font-weight: bold;
  color: #ba9a19;
  text-decoration: none;
}
.clomedia-message a:hover {
  text-decoration: underline;
}
.clomedia-add-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  padding-right: 1em;
  color: #fff!important;
  text-decoration: none;
}
.clomedia-submission-form-main .clomedia-cancel {
  float: right;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  border: 3px solid #fff;
  font-size: 13px;
  text-decoration: none;
}
#clomedia_sub_type_fields,
#clomedia-audio-fields,
#clomedia-photos-fields,
#clomedia-stories-fields,
#clomedia-poetry-fields,
#clomedia-videos-fields,
#clomedia-artwork-fields {
  display: none;
}
.clomedia-bottom-fields {
  clear: both;
}
.clomedia-loading {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/feederwatch/img/clomedia-images/loading.gif') no-repeat center center;
}
.clomedia-form-submitted {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.clomedia-small-loader {
  display: block;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/feederwatch/img/clomedia-images/small-loader.gif') no-repeat center center;
}
#clomedia-submission-form label .error-msg,
#clomedia-submission-form .error-msg {
  font-size: .775em;
  margin-bottom: .5em;
  color: #990000;
}
#clomedia-submission-form span.error-message,
#clomedia-submission-form label span.error-message {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #990000;
  color: #fff;
  padding: .2em .5em;
  margin-right: .5em;
  font-weight: bold;
}
#clomedia-submission-form label .error-msg {
  font-size: 1.075em;
}
#clomedia-submission-form div.selector {
  overflow: visible!important;
}
#clomedia-submission-form div.selector .formError {
  position: absolute!important;
  top: -32px !important;
}
#clomedia-submission-form div.selector .formError p {
  font-size: 1em;
}
#clomedia-submission-form div.selector .formError span {
  background-image: none;
  line-height: 1;
  display: inline;
}
#TB_ajaxContent p {
  font-size: 1.2em;
}
@media screen and (max-width: 959px) {
  #clomedia-type-radios label {
    font-size: .6em;
  }
}
@media screen and (max-width: 599px) {
  .clomedia-submission-form h1 {
    display: none;
  }
  #clomedia-submission-form {
    overflow: hidden;
  }
  #clomedia-submission-form .clomedia-submission-left,
  #clomedia-submission-form .clomedia-submission-right {
    float: none;
    width: 100%;
  }
  #clomedia-submission-form .clomedia-message {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #clomedia-submission-form div.selector,
  #clomedia-submission-form div.selector span {
    max-width: 200px;
  }
}
/* PAGINATION
----------------------------------------------- */
.pagination {
  clear: left;
  margin-bottom: 2em;
}
.pagination a,
.pagination span {
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #0A4277;
  color: #fff;
  float: left;
  margin-right: .3em;
  text-decoration: none;
}
.pagination span.current {
  background-color: #7cacdb;
}
.pagination a:hover {
  background-color: #3d55a3;
}
/* =Comments
-------------------------------------------------------------- */
.clomedia-comment-form {
  background-color: rgba(144, 118, 193, 0.2);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
.clomedia-comment-form #respond #reply-title {
  font-family: 'Lato', Georgia, serif;
  font-weight: 400;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: bold;
}
.clomedia-comment-form #submit {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#798dcd), to(#0A4277));
  background-image: -moz-linear-gradient(top, #798dcd, #0A4277);
  background-image: -ms-linear-gradient(top, #798dcd, #0A4277);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #798dcd), color-stop(100%, #0A4277));
  background-image: -webkit-linear-gradient(top, #798dcd, #0A4277);
  background-image: -o-linear-gradient(top, #798dcd, #0A4277);
  background-image: linear-gradient(#798dcd, #0A4277);
  border-color: #798dcd #798dcd #0A4277;
  border-style: solid;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26);
  -webkit-font-smoothing: antialiased;
  padding: .2em .5em;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  -webkit-box-shadow: 0 0 2px #aaaaaa;
  -moz-box-shadow: 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px #aaaaaa;
  font-weight: bold;
  padding: .5em;
}
.clomedia-comment-form #submit:hover {
  background-color: #0A4277 !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0A4277), to(#445eb6));
  background-image: -moz-linear-gradient(top, #0A4277, #445eb6);
  background-image: -ms-linear-gradient(top, #0A4277, #445eb6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0A4277), color-stop(100%, #445eb6));
  background-image: -webkit-linear-gradient(top, #0A4277, #445eb6);
  background-image: -o-linear-gradient(top, #0A4277, #445eb6);
  background-image: linear-gradient(#0A4277, #445eb6);
  color: #ffffff;
}
.clomedia-wrap {
  /* Comments form */

}
.clomedia-wrap .clomedia-comment-count {
  font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  color: #2f2f2f;
}
.clomedia-wrap .clomedia-comment-body {
  margin-left: 50px;
}
.clomedia-wrap #comments .navigation {
  padding: 0 0 18px 0;
}
.clomedia-wrap .comment-author {
  font-size: .875em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px dashed #7cacdb;
}
.clomedia-wrap h3#comments-title,
.clomedia-wrap h3#reply-title {
  font-family: 'Lato', Georgia, serif;
  font-weight: 400;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  font-size: .875em;
}
.clomedia-wrap h3#comments-title {
  padding: 24px 0;
}
.clomedia-wrap .commentlist {
  list-style: none;
  margin: 0;
}
.clomedia-wrap .clomedia-single-comment {
  border: 1px solid #cdcdcd;
  margin: 0 0 1em 0;
  padding: 1em;
  position: relative;
}
.clomedia-wrap .commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.clomedia-wrap #comments .comment-body ul,
.clomedia-wrap #comments .comment-body ol {
  margin-bottom: 18px;
}
.clomedia-wrap #comments .comment-body p {
  margin: 0 1em 0 0;
}
.clomedia-wrap #comments .comment-body p:last-child {
  margin-bottom: 6px;
}
.clomedia-wrap #comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.clomedia-wrap .commentlist ol {
  list-style: decimal;
}
.clomedia-wrap .commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 1px;
  width: 44px;
  height: 44px;
  padding: 4px;
  border: 1px solid #cdcdcd;
}
.clomedia-wrap .comment-author cite {
  color: #0A4277;
  font-style: normal;
  font-weight: bold;
}
.clomedia-wrap .comment-author cite a {
  color: #0A4277;
}
.clomedia-wrap .comment-author cite a:hover {
  color: #3d55a3;
}
.clomedia-wrap .comment-author .says {
  font-style: italic;
}
.clomedia-wrap .comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.clomedia-wrap .comment-meta a:link,
.clomedia-wrap .comment-meta a:visited {
  color: #2f2f2f;
  text-decoration: none;
}
.clomedia-wrap .comment-meta a:active,
.clomedia-wrap .comment-meta a:hover {
  color: #0A4277;
}
.clomedia-wrap .reply {
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.clomedia-wrap .reply a,
.clomedia-wrap a.comment-edit-link {
  color: #2f2f2f;
}
.clomedia-wrap .reply a:hover,
.clomedia-wrap a.comment-edit-link:hover {
  color: #0A4277;
}
.clomedia-wrap .children {
  list-style: none;
  margin-top: -1em;
}
.clomedia-wrap .children li {
  margin-left: 3em;
}
.clomedia-wrap .children .clomedia-single-comment {
  border-top: 0;
}
.clomedia-wrap .nopassword,
.clomedia-wrap .nocomments {
  display: none;
}
.clomedia-wrap #comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.clomedia-wrap .commentlist li.comment + li.pingback {
  margin-top: -6px;
}
.clomedia-wrap #comments .pingback p {
  color: #2f2f2f;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.clomedia-wrap #comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}
.clomedia-wrap .comment img {
  padding: 4px;
  border: 1px solid #cdcdcd;
  float: left;
  margin-right: .5em;
}
.clomedia-wrap input[type=submit] {
  color: #333;
}
.clomedia-wrap #respond {
  margin: 0 0 24px 0;
  overflow: hidden;
  position: relative;
}
.clomedia-wrap #respond p {
  margin: 0;
}
.clomedia-wrap #respond .comment-notes {
  margin-bottom: 1em;
  font-size: .8em;
}
.clomedia-wrap .form-allowed-tags {
  line-height: 1em;
}
.clomedia-wrap .children #respond {
  margin: 0 48px 0 0;
}
.clomedia-wrap h3#reply-title {
  margin: 18px 0;
}
.clomedia-wrap #comments-list #respond {
  margin: 0 0 18px 0;
}
.clomedia-wrap #comments-list ul #respond {
  margin: 0;
}
.clomedia-wrap #cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.clomedia-wrap #respond {
  padding: 1em;
}
.clomedia-wrap #respond .required {
  color: #ff4b33;
  font-weight: bold;
}
.clomedia-wrap #respond label {
  color: #2f2f2f;
  font-size: 12px;
}
.clomedia-wrap #respond input {
  margin: 0 0 9px;
  width: 98%;
  padding: .5em;
}
.clomedia-wrap #respond textarea {
  width: 98%;
}
.clomedia-wrap #respond .form-allowed-tags {
  color: #2f2f2f;
  font-size: 12px;
  line-height: 18px;
}
.clomedia-wrap #respond .form-allowed-tags code {
  font-size: 11px;
}
.clomedia-wrap #respond .form-submit {
  margin: 12px 0;
}
.clomedia-wrap #respond .form-submit input {
  font-size: 14px;
  width: auto;
}
.clomedia-wrap cite {
  color: #2f2f2f;
}
.clomedia-wrap cite a {
  color: #2f2f2f;
}
.clomedia-wrap time {
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}
.clomedia-wrap .comment-content p {
  font-size: .8em;
  line-height: 1.4;
}
.clomedia-wrap .clomedia-landing-comments .clomedia-single-comment {
  padding: 0;
  border: 0;
  padding-bottom: .5em;
  border-bottom: 1px dashed #cdcdcd;
  margin-bottom: 1em;
}
.clomedia-wrap .clomedia-landing-comments .clomedia-single-comment .comment-author {
  border: 0;
  margin-bottom: .2em;
  padding: 0;
}
.clomedia-wrap .clomedia-landing-comments .clomedia-single-comment .comment-meta {
  margin-bottom: .3em;
}
.clomedia-wrap .clomedia-landing-comments .clomedia-single-comment .comment-body {
  font-size: .875em;
}
.clomedia-wrap .clomedia-landing-comments ul.children {
  margin-top: 0;
}
.clomedia-wrap .clomedia-landing-comments ul.children li {
  margin-left: 0;
  padding-top: 1em;
  border-top: 1px dashed #cdcdcd;
  margin-bottom: 0;
}
.clomedia-wrap .clomedia-landing-comments li:last-child .clomedia-single-comment {
  border: 0;
}
/***** TAG MANAGER **********/
.myTag {
  background: none repeat scroll 0 0 #7cacdb;
  border: 1px solid #4086cb;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  display: block;
  float: left;
  font-family: helvetica;
  font-size: 13px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 5px 5px 5px;
  text-decoration: none;
  vertical-align: middle;
  line-height: 18px;
  height: 33px;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.myTagError {
  background-color: #F2DEDE;
}
.myTagRemover {
  color: silver;
}
.tagManager {
  border-radius: 3px 3px 3px 3px;
  margin-top: 0;
}
.myFramedTag {
  background: none repeat scroll 0 0 #CDE69C;
  border: 1px solid #A5D24A;
  border-radius: 3px 3px 3px 3px;
  color: #638421;
  font-family: helvetica;
  font-size: 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 4px 4px 4px;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 18px;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.myMinTag {
  background: none repeat scroll 0 0 #CDE69C;
  border: 1px solid #A5D24A;
  border-radius: 3px 3px 3px 3px;
  color: #638421;
  font-family: helvetica;
  font-size: 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  vertical-align: middle;
  line-height: 18px;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.myMinNonTag {
  font-family: helvetica;
  font-size: 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  vertical-align: middle;
  line-height: 18px;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
/* ISOTOPE */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 668px) {
  .clomedia-thumb-large-wrapper li.clomedia-isotype-item {
    width: 100px!important;
    height: 100px!important;
  }
  .clomedia-thumb-large-wrapper li.clomedia-isotype-item img {
    width: 90px!important;
    height: 90px!important;
  }
}
@media screen and (max-width: 479px) {
  .clomedia-thumb-large-wrapper li.clomedia-isotype-item {
    width: 90px!important;
    height: 90px!important;
  }
  .clomedia-thumb-large-wrapper li.clomedia-isotype-item img {
    width: 80px!important;
    height: 80px!important;
  }
}
/*
 * qTip2 - Pretty powerful tooltips - v2.1.1
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Wed Aug 28 2013 12:05 UTC+0000
 * Plugins: None
 * Styles: css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  font-size: 12px;
  background-color: #3379BC;
  color: #fff;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
.qtip-content a {
  color: #fff;
  background-color: #3379BC;
  display: block;
  width: 100%;
  padding: 5px 9px;
  text-decoration: none;
}
.qtip-content a:hover {
  background-color: #0A4277;
}
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}
/*************** USER MANAGEMENT PAGE **********************/
#clomedia-user-page .clomedia-thumb-list-view li {
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: .75em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
#clomedia-user-page .clomedia-thumb-list-view li li {
  border: 0;
  padding: 0;
}
#clomedia-user-page .clomedia-thumb-list-view li img {
  float: left;
}
#clomedia-user-page .clomedia-thumb-list-view li h4 {
  font-size: .75em;
  font-family: 'Lato', Georgia, serif;
  font-weight: 400;
  color: #0A4277;
  margin-bottom: .4em;
}
#clomedia-user-page .clomedia-thumb-list-view li h3 a {
  color: #2f2f2f;
  text-decoration: none;
  margin: .5em 0;
}
#clomedia-user-page .clomedia-thumb-list-view li .clomedia-thumb {
  margin: 0!important;
}
#clomedia-user-page .clomedia-thumb-list-view li .clomedia-thumb-name,
#clomedia-user-page .clomedia-thumb-list-view li .clomedia-thumb-loc {
  float: left;
  margin: 0 1em 1em 0;
}
#clomedia-user-page .clomedia-thumb-list-view li .clomedia-thumb-meta {
  clear: left;
  border-top: 1px solid #cdcdcd;
  padding-top: 1em;
}
#clomedia-user-page .clomedia-thumb-list-view li .clomedia-user-actions a {
  font-size: .75em;
}
/*************** MAP PAGE *********************/
#map .infowindow {
  width: 400px;
  max-width: 400px;
}
#map .infowindow a {
  text-decoration: none;
}
#map .infowindow .clomedia-thumb {
  float: left;
}
#map .infowindow h4 {
  font-family: 'Lato', Georgia, serif;
  font-weight: 400;
  color: #7cacdb;
  font-size: .75em;
}
#map .infowindow .clomedia-thumb-info {
  display: block;
  position: relative;
  bottom: auto;
  float: left;
  width: 200px;
}
#clomedia-filters {
  position: absolute;
  right: 0;
  top: 5%;
  width: 230px;
  padding: 20px;
  z-index: 99;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 1em 0 0 1em;
  -moz-border-radius: 1em 0 0 1em;
  -o-border-radius: 1em 0 0 1em;
  border-radius: 1em 0 0 1em;
}
#clomedia-filters li {
  font-size: .75em;
  margin-bottom: .7em;
  position: relative;
  padding-left: 20px;
  display: block;
}
#clomedia-filters li label {
  display: block;
}
#clomedia-filters li label input {
  position: absolute;
  top: 0;
  left: 0;
}
#clomedia-filters h5 {
  margin-bottom: .7em;
  margin-top: 1em;
}
/*********** THICKBOX ****************/
#TB_overlay {
  z-index: 99999!important;
}
#TB_window,
#TB_load {
  z-index: 999999999999999!important;
}
#TB_window {
  padding-bottom: 10px;
}
/********** FINAL VOTING *****************/
#clomedia-vote-carousel-wrapper {
  padding: 0 40px;
  position: relative;
  display: block;
  margin-bottom: 1em;
}
#clomedia-vote-carousel-wrapper #clomedia-vote-carousel {
  width: 100%;
  display: block;
}
#clomedia-vote-carousel-wrapper #clomedia-vote-carousel a.current {
  opacity: .5;
}
#clomedia-vote-carousel-wrapper #clomedia-vote-carousel img {
  display: block;
}
#clomedia-vote-carousel-wrapper .clomedia-vote-carousel-btn {
  display: block;
  width: 34px;
  height: 30px;
  position: absolute;
  top: 30px;
  text-indent: -9999px;
}
#clomedia-vote-carousel-wrapper #clomedia-vote-prev {
  left: 0;
  background: url('/wp-content/themes/feederwatch/img/clomedia-images/gallery-arrows.png') no-repeat 0 0;
}
#clomedia-vote-carousel-wrapper #clomedia-vote-next {
  right: 0;
  background: url('/wp-content/themes/feederwatch/img/clomedia-images/gallery-arrows.png') no-repeat right top;
}
.clomedia-fv {
  display: none;
  border: 1px solid #0A4277;
  position: relative;
}
.clomedia-fv h2 {
  text-align: center;
  background-color: #0A4277;
  color: #fff;
  padding: .4em 1em;
  font-family: 'Lato', Georgia, serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.clomedia-fv .clomedia-fv-img {
  padding: 1em;
  width: 66%;
  max-width: 800px;
  float: left;
  text-align: right;
}
.clomedia-fv .clomedia-fv-img img {
  max-width: 100%;
  height: auto;
}
.clomedia-fv .clomedia-fv-content {
  width: 33%;
  float: left;
  padding: 1em 1em 1em 0;
  padding-bottom: 140px;
}
.clomedia-fv .clomedia-fv-content .primary-btn {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  padding: .5em 1em;
  margin-bottom: 0.5em;
}
.clomedia-fv .clomedia-fv-content h3 {
  font-size: 24px;
  font-family: Georgia,serif;
  margin-bottom: .2em;
}
.clomedia-fv .clomedia-fv-content .clomedia-thumb-name,
.clomedia-fv .clomedia-fv-content .clomedia-thumb-loc {
  line-height: 1.2;
}
.clomedia-fv .clomedia-fv-content .clomedia-thumb-loc {
  border-bottom: 0;
  margin-bottom: .5em;
}
.clomedia-fv .clomedia-fv-content .clomedia-fv-con {
  margin-bottom: 1em;
}
.clomedia-fv .clomedia-fv-content .clomedia-fv-con p {
  color: #737373;
}
.clomedia-fv .clomedia-fv-next-wrapper {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.clomedia-fv .clomedia-fv-next-wrapper a {
  text-decoration: none;
  color: #7cacdb;
}
.clomedia-fv .clomedia-fv-next-wrapper a:hover {
  color: #000033;
}
.clomedia-fv .grand-award {
  padding-bottom: 1em;
  border-bottom: 1px solid #d7e6f4;
  margin-bottom: 1em;
}
.clomedia-fv .grand-award h2 {
  background-color: transparent!important;
  text-align: left!important;
  color: #0A4277;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0!important;
  padding-bottom: 0!important;
  font-size: 32px;
}
.clomedia-fv .grand-award p {
  color: #737373;
}
/*************** IE8 and IE7 *****************/
.ie7 #clomedia-submission-form fieldset,
.ie8 #clomedia-submission-form fieldset,
.ie7 .clomedia-comment-form,
.ie8 .clomedia-comment-form {
  background-color: #dacff1;
}
.ie7 .clomedia-thumb-info,
.ie8 .clomedia-thumb-info {
  background-color: #fff;
}
.ie7 .clomedia-thumb-list-view img,
.ie8 .clomedia-thumb-list-view img {
  width: auto;
}
.ie7 #clomedia-filters,
.ie8 #clomedia-filters {
  background-color: #fff;
}
.ie7 .clomedia-landing-category {
  padding-right: 0;
}
.ie7 .clomedia-landing-map {
  width: auto;
}
.ie7 .clomedia-landing-recent,
.ie7 .clomedia-landing-comments {
  padding: 0;
}
.ie7 .funky_nest_2013 .funky_nest_2013-logo,
.ie7 .clomedia-internal-nav {
  float: left;
  display: block;
}
.ie7 .clomedia-internal-nav ul,
.ie7 .clomedia-internal-nav li {
  float: left;
  display: inline;
  zoom: 1;
  position: relative;
}
.ie7 .clomedia-internal-nav li {
  margin-right: .5em;
}
.ie7 .clomedia-internal-nav li a {
  float: none;
}
.ie7 .clomedia-tag-list li {
  display: inline;
  width: auto;
  zoom: 1;
  position: relative;
}
.ie7 .clomedia-slideshow-caption {
  background-color: #dacff1;
}
.ie7 .clomedia-thumb-meta li {
  width: 39%;
}
.ie7 .clomedia-thumb-meta li.clomedia-type-meta {
  width: 19%;
}
.ie7 .clomedia-table-display-wrapper {
  display: block;
  border-collapse: collapse;
  width: 100%;
}
.ie7 .clomedia-table-display-child {
  display: block;
  float: left;
}
.ie7 .clomedia-landing-recent {
  width: 36%;
}
.ie7 .clomedia-landing-comments {
  padding-left: 1em;
  width: 36%;
}
.ie7 .clo-landing-lastcol {
  width: 22%;
}
.ie7 ul.thumb-views {
  position: relative;
  left: -2em;
}
.ie7 ul.thumb-views li a.clomedia-secondary-btn {
  display: inline;
}
.ie7 .clomedia-results-return {
  width: 75%;
  padding-right: 0;
}
.ie7 .clomedia-results-sidebar {
  width: 24%;
}
.ie7 .funky_nest_2013 h2.small-flag,
.ie7 .small-flag {
  padding-left: 0;
}
.ie7 #clomedia-user-page .clomedia-thumb-list-view li {
  margin: 0;
  padding: 0;
}
.ie7 .funky_nest_2013 #clomedia-submission-form .funky_nest_2013-logo {
  float: none;
}
.ie7 #clomedia-submission-form {
  overflow: hidden;
}
.ie7 #clomedia-submission-form .clomedia-submission-left,
.ie7 #clomedia-submission-form .clomedia-submission-right {
  width: 48%;
}
.ie7 #clomedia-submission-form input {
  width: 90%;
}
.ie7 #clomedia-submission-form fieldset {
  width: 90%;
  display: block;
}
.ie7 #clomedia-submission-form .clomedia-secondary-btn {
  width: 45%;
  margin-left: -3px;
  position: relative;
  zoom: 1;
}
.ie7 #clomedia-submission-form .clomedia-bottom-fields {
  width: 100%;
}
.ie7 #clomedia-submission-form .clomedia-bottom-fields fieldset {
  width: 44%;
}
.ie7 #clomedia-submission-form .clomedia-bottom-fields input {
  width: auto;
}
.ie7 #clomedia-submission-form .clomedia-submit span {
  float: none;
}
.ie7 #clomedia-submission-form #clomedia_sub_type_fields {
  display: none;
}
.ie7 #clomedia-submission-form .clomedia-photo-added {
  width: 98%;
}
.ie7 #clomedia-submission-form .clomedia-photo-added div {
  display: block;
  float: left!important;
}
.ie7 #clomedia-submission-form .clomedia-photo-added .clomedia-photo-caption {
  width: 500px;
}
.ie7 #clomedia-submission-form .clomedia-photo-added .clomedia-photo-caption textarea {
  width: 490px;
}
.ie7 #clomedia-submission-form .clomedia-photo-actions {
  margin-left: 1em;
}
.ie7 #clomedia-submission-form .clomedia-photo-actions input {
  width: auto;
}
/************ FEEDERWATCH SPECIFIC *************/
.clomedia header .citsci-wrap,
.clomedia #hero .citsci-wrap {
  max-width: 99999px;
  margin: 0 auto;
}
#birdspotter_2013-landing {
  padding-bottom: 50px;
}
#birdspotter_2013-landing.clomedia header .citsci-wrap,
#birdspotter_2013-landing.clomedia #hero .citsci-wrap {
  max-width: 1480px!important;
  margin: 0 auto;
}
#birdspotter_2013-landing.clomedia #hero {
  min-height: 1px;
}
#brand-bar #citsci-network a,
#brand-bar .join {
  line-height: 21px;
}
#citsci-network .caret {
  position: relative;
  top: 6px;
  right: 0;
}
.clomedia-submission-form-main .clomedia-cancel {
  margin-top: 10px;
  border: 0;
  float: right;
}
.clomedia-submission-form-main h1 {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
#birdspotter_2013-landing .citsci-wrap {
  max-width: 1480px;
  margin: 0 auto;
}
#birdspotter_2013-landing .citsci-3-1,
#birdspotter_2013-landing .citsci-3-2 {
  overflow: visible;
}
#hero.birdspotter2013-img-landing {
  max-width: 100%;
  display: block;
  background: url('/wp-content/themes/feederwatch/img/clomedia-images//birdspotter2013/landing-bg.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 480px;
  margin-bottom: 0;
}
#hero.birdspotter2013-img-landing .citsci-wrap {
  position: relative;
  height: 480px;
}
#hero.birdspotter2013-img-landing #bslogo {
  position: absolute;
  right: 15%;
  top: 0;
}
#hero.birdspotter2013-img-landing #seeit {
  position: absolute;
  right: 18%;
  bottom: 55px;
}
@media screen and (max-width: 1280px) {
  #hero.birdspotter2013-img-landing #bslogo {
    right: 8%;
  }
  #hero.birdspotter2013-img-landing #seeit {
    right: 11%;
  }
}
@media screen and (max-width: 1180px) {
  #hero.birdspotter2013-img-landing #bslogo {
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  #hero.birdspotter2013-img-landing,
  #hero.birdspotter2013-img-landing .citsci-wrap {
    height: 390px;
  }
  #hero.birdspotter2013-img-landing #seeit {
    bottom: 20px;
  }
  #hero.birdspotter2013-img-landing #bslogo {
    max-width: 70%;
  }
}
@media screen and (max-width: 740px) {
  #hero.birdspotter2013-img-landing #bslogo {
    top: 20px;
    right: 0;
    max-width: 70%;
  }
  #hero.birdspotter2013-img-landing #seeit {
    display: none;
  }
  #hero.birdspotter2013-img-landing,
  #hero.birdspotter2013-img-landing .citsci-wrap {
    height: 300px;
  }
}
@media screen and (max-width: 580px) {
  #hero.birdspotter2013-img-landing,
  #hero.birdspotter2013-img-landing .citsci-wrap {
    height: 180px;
  }
  #hero.birdspotter2013-img-landing #bslogo {
    top: 4%;
    right: 0;
    max-width: 60%;
  }
}
.birdspotter2013-blue {
  background-color: #7cacdb;
  color: #fff;
}
#birdspotter2013-intro {
  line-height: 1.4;
}
#birdspotter2013-intro p {
  padding-top: 1em;
  margin-bottom: 0;
  color: #fff;
  padding-right: 1em;
}
#birdspotter2013-intro .citsci-3-1 img,
#birdspotter2013-intro .citsci-3-1 a {
  display: inline-block;
  vertical-align: middle;
}
#birdspotter2013-intro .citsci-3-1 img {
  margin-right: 10px;
}
#birdspotter2013-intro .citsci-3-1 a {
  background-color: #fff;
  color: #0A4277;
  padding: 4px 8px;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1em;
}
#birdspotter_2013-landing #sticky-nav {
  display: none;
}
#birdspotter_2013-landing .clomedia-action-social {
  float: left;
}
#birdspotter2013-second h2 {
  color: #0072ab;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: .5em;
}
#birdspotter2013-second ol li {
  margin-bottom: 1em;
  font-family: Georgia,serif;
  line-height: 24px;
  padding-left: 40px;
  padding-right: 1em;
  position: relative;
}
#birdspotter2013-second ol li span {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  background-color: #0072ab;
  width: 24px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  font-family: Georgia,serif;
}
#birdspotter2013-second h6 {
  font-size: 18px;
  color: #0A4277;
  font-style: italic;
  font-family: Georgia,serif;
  font-weight: normal;
  text-align: center;
  margin-right: 1em;
  margin-top: 2em;
}
#birdspotter2013-second #birdspotter-current {
  text-align: center;
  background-color: #f4f8fc;
  border: 1px solid #c5d3e4;
  padding-bottom: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#birdspotter2013-second #birdspotter-current h3 {
  text-transform: uppercase;
  color: #fff;
  background-color: #0072ab;
  padding: 8px 8px;
  font-weight: normal;
  font-size: 21px;
  margin-top: 0;
}
#birdspotter2013-second #birdspotter-current h4 {
  color: #0072ab;
  font-size: 21px;
  margin-bottom: 1em;
}
#birdspotter2013-second #birdspotter-current a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 15px;
}
@media screen and (max-width: 580px) {
  #birdspotter2013-second .citsci-3-1,
  #birdspotter2013-second .citsci-3-2 {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #birdspotter2013-second .citsci-3-1 {
    margin-top: 2em;
  }
}
#birdspotter2013-vote {
  padding: 8px 0;
  margin-top: 1em;
}
#birdspotter2013-vote h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  float: left;
  display: inline-block;
  margin-bottom: .5em;
  position: relative;
  padding-left: 80px;
}
#birdspotter2013-vote h2 a.primary-btn {
  position: absolute;
  left: 0;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  margin-right: 10px;
  font-size: 18px;
  padding: 10px 15px;
  top: -6px;
}
#birdspotter2013-vote #bswinners {
  float: right;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-top: .8em;
  margin-right: .4em;
}
#birdspotter2013-vote #bswinners:hover {
  color: #0A4277;
}
#birdspotter2013-prizes {
  padding-top: 1em;
}
#birdspotter2013-prizes h2 {
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #c5d3e4;
  border-bottom: 1px solid #c5d3e4;
  padding: .5em 0;
  margin: 1em 1em 1em 0;
  color: #0072ab;
}
#birdspotter2013-prizes h3 {
  color: #0A4277;
  font-weight: 700;
  font-size: 18px;
  padding-right: 1em;
  line-height: 1.4;
  margin-bottom: 0;
}
#birdspotter2013-prizes h4 {
  color: #0A4277;
  font-family: Georgia,serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: .1em;
}
#birdspotter2013-prizes p {
  font-family: Georgia,serif;
  margin-bottom: .5em;
}
#birdspotter2013-prizes #prize-left {
  padding-top: 42px;
}
#birdspotter2013-prizes #prize-left img {
  margin-bottom: 1em;
}
#birdspotter2013-prizes .citsci-2-1 {
  width: 50%;
  padding-right: 1em;
}
#birdspotter2013-prizes #prize-right.column {
  margin-left: 140px;
  float: none;
  padding-right: 1em;
}
#birdspotter2013-prizes #recipe {
  margin-top: 1.4em;
  float: right;
  max-width: 100%;
}
#birdspotter2013-prizes #bsweekly {
  padding-right: 2em;
}
#birdspotter2013-prizes .citsci-3-2 {
  width: 100%;
  margin-right: -370px;
  padding-right: 370px;
}
#birdspotter2013-prizes .citsci-3-1.column {
  width: 370px;
  float: right;
}
@media screen and (max-width: 1180px) {
  #birdspotter2013-prizes .citsci-3-1.column {
    width: 320px;
  }
  #birdspotter2013-prizes .citsci-3-2 {
    margin-right: -320px;
    padding-right: 320px;
  }
  #birdspotter2013-prizes #prize-right p {
    font-size: 12px;
  }
  #birdspotter2013-prizes #prize-left {
    width: 80px;
  }
  #birdspotter2013-prizes #prize-left img {
    max-width: 100%;
  }
  #birdspotter2013-prizes #prize-right.column {
    margin-left: 97px;
  }
}
@media screen and (max-width: 1016px) {
  #birdspotter2013-prizes .citsci-2-1 {
    width: 100%;
  }
}
@media screen and (max-width: 764px) {
  #birdspotter2013-prizes .citsci-3-1.column,
  #birdspotter2013-prizes .citsci-3-2 {
    width: 100%;
    float: none;
  }
  #birdspotter2013-prizes .citsci-3-1.column *,
  #birdspotter2013-prizes .citsci-3-2 * {
    margin-right: 0;
    padding-right: 0;
  }
  #birdspotter2013-prizes .citsci-3-2 {
    margin-right: 0;
    padding-right: 0;
  }
  #birdspotter2013-prizes #recipe {
    float: none;
  }
  #birdspotter2013-prizes .citsci-3-1.column {
    text-align: center;
  }
  #birdspotter2013-second {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  #birdspotter_2013-landing .citsci-wrap.padded-sides {
    padding-right: 2em!important;
  }
}
@media screen and (max-width: 599px) {
  #birdspotter_2013-landing .citsci-wrap.padded-sides {
    padding-right: 1em!important;
  }
}
.birdspotter_2013 .clomedia_thisweek h5 {
  background-color: #7cacdb;
  text-align: center;
  color: #fff;
  padding: .3em .5em;
  margin-bottom: 0;
}
.birdspotter_2013 .clomedia_thisweek ul {
  border: 1px solid #7cacdb;
  padding: .5em;
  list-style-type: none;
  margin-top: 0;
}
.birdspotter_2013 .clomedia_thisweek ul li {
  text-align: center;
  list-style-type: none;
}
.birdspotter_2013 .clomedia_thisweek ul li a {
  text-decoration: none;
}
#birdspotter2013-stream h3 {
  margin-bottom: .1em;
  font-size: 14px;
  color: #0072ab;
}
#birdspotter2013-stream .thumb-wrap {
  height: 180px;
  overflow: hidden;
}
#birdspotter2013-stream .landing-thumb {
  height: 160px;
  float: left;
  margin: 10px 10px 10px 0;
}
#birdspotter2013-stream .landing-thumb img {
  max-height: 100%;
}
.birdspotter_2013 .clomedia-fv {
  border: 1px solid #7cacdb;
}
.birdspotter_2013 .clomedia-fv h2 {
  background-color: #7cacdb;
}
#birdspotter2013-end-message {
  text-align: center;
}
#birdspotter2013-end-message h2 {
  font-size: 32px;
}
#birdspotter2013-end-message p {
  margin: 0 auto .5em;
  max-width: 600px;
}
#birdspotter2013-end-message h6 {
  margin: 0 0 1em 0;
}
.birdspotter_2013 .nav {
  background-color: #7cacdb;
}
.birdspotter_2013 .clomedia-internal-nav {
  background-color: #7cacdb;
  width: 100%;
  padding: 0;
  display: block;
}
.birdspotter_2013 .clomedia-internal-nav div {
  padding: 0 2em;
}
.birdspotter_2013 .clomedia-internal-nav a {
  color: #fff;
  padding: 1em .5em;
  background-color: #7cacdb;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
.birdspotter_2013 .clomedia-internal-nav a:hover,
.birdspotter_2013 .clomedia-internal-nav a.current {
  /*
background-color: #fff;
			background: url('../../img/common/snow.png') repeat 0 0;
			color: #0072ab;
*/

  background: #000033;
}
@media screen and (max-width: 800px) {
  .clomedia-fv .clomedia-fv-img,
  .clomedia-fv .clomedia-fv-content {
    float: none;
    width: 100%;
  }
  .clomedia-fv .clomedia-fv-content {
    padding-left: 1em;
  }
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
