/*

Theme Name: Pro &ndash; AgWired
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

@import url('http://zimmcomm.biz/network/style.css');

@import url( '../x/framework/css/site/stacks/integrity-light.css' );
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400);
@font-face {
  font-family: 'fontello';
  src: url('framework/fonts/fontello-zimm/font/fontello.eot?52179815');
  src: url('framework/fonts/fontello-zimm/font/fontello.eot?52179815#iefix') format('embedded-opentype'),
       url('framework/fonts/fontello-zimm/font/fontello.woff?52179815') format('woff'),
       url('framework/fonts/fontello-zimm/font/fontello.ttf?52179815') format('truetype'),
       url('framework/fonts/fontello-zimm/font/fontello.svg?52179815#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9240832#fontello') format('svg');
  }
}
*/
 
 [class^="x-icon-"]:before, [class*=" x-icon-"]:before {
  font-family: "fontello","fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;

  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}
@-moz-keyframes x-btn-widgetbar {
    0% {
        -moz-transform: translateY(-80px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes x-btn-widgetbar {
    0% {
        -webkit-transform: translateY(-80px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes x-btn-widgetbar {
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0);
    }
}
a i.x-icon-plus-circle {
	font-family: "fontello","fontawesome" !important;
	   -moz-animation-name: x-btn-widgetbar;
	    -moz-animation-iteration-count: 3;
	    -moz-animation-timing-function: ease-out;
	    -moz-animation-duration: 0.9s;
	
	    -webkit-animation-name: x-btn-widgetbar;
	    -webkit-animation-iteration-count: 3;
	    -webkit-animation-timing-function: ease-out;
	    -webkit-animation-duration: 0.9s;
	
	    animation-name: x-btn-widgetbar;
	    animation-iteration-count: 3;
	    animation-timing-function: ease-out;
	    animation-duration: 0.9s;
}
.x-icon-plus-circle::before { 
	content: '\e800' !important; 
} /* '' */

/* Alignment */
.alignleft, img.left {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright, img.right {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.left,
img.right {
	margin-bottom: 1.625em;
}

img.border {
	border: 1px solid #555;
}
.x-btn-widgetbar {
	font-size: 30px;
	font-size: 3 rem;
}
.x-btn-widgetbar i {
	right: -32px;
}

.x-navbar-static-active .x-navbar .x-nav > li > a, .x-navbar-fixed-top-active .x-navbar .x-nav > li > a {
padding-top: 60px !important;
}

.x-navbar {
	border-top-color: #CCCCC2 !important;
	border-top-width: 7px !important;
}
.h-landmark span {
	font-size: 30px;
	font-size: 3 rem;
	text-transform: uppercase;
	letter-spacing: -1px !important;
	font-family: 'Roboto Condensed', sans-serif;	
}
.page-id-953 h1.entry-title {
	display: none !important;
}
.x-dropcap {
	background: none !important;
	margin: 0 0.175em 0.215em 0 !important;
	padding: 0 !important;
	font-weight: 300 !important;
	color: #444 !important;
	background: none !important;
	text-shadow: none;
	font-family: 'Roboto Slab', serif;	
}
.x-sidebar h4 {
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-size: 125%;	
}
body div.x-navbar {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #DADAD0 !important;
	border-width: 3px;
	border-color: #AB6D44;
	
}

a.x-btn-widgetbar {
	border-color: transparent !important;
	left: 0 !important;
	right: auto !important;
	margin-top: 3px !important;
	margin-bottom: 0 !important;
	border-width: 20px !important;
	color: #4FA7E3 !important;
}

.x-topbar {
/*	border-top: 4px solid #5F5F5F; */
	background-color: #000E23 !important;
	text-transform: uppercase;
}
.x-topbar p{
	display: none;
}
div.aw-topnav {
/*	margin-top: -4px; */
	height: 45px;
	float: left;
}
 .x-icon-angle-up::before {
 	content: "\f062" !important;
 }
 .x-scroll-top.in {
 	opacity: 0.9 !important;
 }
 .x-scroll-top {
 	border-color: #975833 !important;
 	color: #975833 !important;
 	font-size: 30px !important;
 	border-radius: 20% !important;
 }
 .x-social-global {
	margin-top: 5px !important;
}

/* ZimmCast Widget */
#text-2 h4 {
	text-transform: none;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #BBD6EA;
	font-size: 200%;
	text-shadow: 0px 1px 1px #000;
	text-align: center;
	padding: 7px 0;
	background-color: #2A63B3;
	margin-bottom: 0;
}
#zimmcast-widget h5 {
	color: #2A5100;
	background-color: #60A409;
	font-size: 120%;
	margin: 0 0 9px 0;
	padding: 0 0 8px 0;
	text-align: center;
	text-shadow: none;
}
/* .haiku-graphical-container {
	background-color: #2A63B3;
}
.haiku-no-solution {
	display: none;
}
.haiku-container {
	display: block !important;
}
.haiku-graphical-container a.haiku-play:before {content: '\f01d' !important;}
.haiku-graphical-container a.haiku-pause:before {content: '\f04c'!important;}
.haiku-graphical-container a.haiku-play {font-size: 150%;color: #FFF;
} */
/* end ZimmCast Widget */

body.page #comments {
	display: none;
}
.widget ul {
	border-radius: 0;
	border: none;
	background-color: #EEE;
}

blockquote {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 141.4%;
}

.wpaudio-container img {
	float: left;
	padding: 0 !important;
	margin-top: -7px !important;
}
.wpaudio-container a {
	color: #DDD !important;
	text-shadow: 0px 1px 1px #000;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.wpaudio-container {
  padding: 6px 32px 4px 0 !important;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  position: relative;
  border: 1px solid black !important;
  height: 32px;
  background-color: #454545;
  background-image: -moz-linear-gradient(top, #5a5a5a, #272727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a5a5a), to(#272727));
  background-image: -webkit-linear-gradient(top, #5a5a5a, #272727);
  background-image: -o-linear-gradient(top, #5a5a5a, #272727);
  background-image: linear-gradient(top, #5a5a5a, #272727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#272727', GradientType=0);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 0 3px 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 0 3px 1px rgba(0, 0, 0, 0.35); 
}

.wpaudio-bar {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 10px !important;
  padding: 1px;
  background-color: #FFF !important;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1); 
}
.wpaudio-meta, a.wpaudio-download {
	color: #000 !important;
	text-shadow: none !important;
	font-weight: 400 !important;
	font-family: 'Roboto Slab', serif !important;	
}
.wpaudio-bar-playable {
  height: 8px;
  cursor: pointer;
  background-color: #545454;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); 
}

.wpaudio-bar-position {
  height: 8px;
  background-color: #3FAD4E !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25); 
}
a.wpaudio-play,
a.wpaudio-pause {
  left: 0;
  border-right: 1px solid #272727;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
 }

.aw-widget-bar.advert {
	height: 92px;
	z-index: 100 !important;
	position: relative;
	max-width: 1200px;
}
/*
@media (max-width: 1200px) {
  #text-3 div.textwidget {
    display: none; } }
#text-3 div.textwidget {
	float: right;
} */
h2.entry-title {
	background-color: transparent;
	z-index: -1000 !important;
}
.x-widgetbar {
	background: #F9FAFA url('http://agwired.com/wp-content/uploads/2014/04/aw-watermark-logo.png') no-repeat left top !important;
}

x-colophon.top {
	box-shadow: none !important;
	webkit-box-shadow: none !important;
}


/* AgWired Sponsors */
.sponsorAD a {width:540px;height:44px;}

span.sponsorAD {text-indent:-30000px;}


.sponsorAD a.brownfield {background:#FFF url(images/agSponsor_brownfld.jpg) top left no-repeat;}

.sponsorAD a.pioneerIFAJ {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsors_IFAJ11.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.IFAJ12 {display: block;background: #FFF url(http://zimmcomm.biz/sponsors/IFAJ/agSponsor_IFAJ12.jpg) top left no-repeat;text-indent: -30000px;height: 65px;}

.sponsorAD a.agrotain {display:block;background:#FFF url(images/agSponsor_AGRO.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.ICPA {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/johnDeere/agSponsorsAW_ICPA.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.AMS12 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsors_agSummitFMC12.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.NAFBWW13 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/growmark/agSponsorNAFBWW13.gif) top left no-repeat;text-indent:-30000px;height:65px;width: 100%;
}

.sponsorAD a.agrotainCTIC {display:block;background:#FFF url(images/agSponsor_AGROTAIN.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.NHboomer {display:block;background:#FFF url(images/agSponsor_NHboomer.jpg) top left no-repeat;text-indent:-30000px;height:65px;}
.sponsorAD a.NHboomerAgExpo {display:block;background:#FFF url(images/agSponsor_agexpo_NHboomer.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.naaa11 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/NAAA_sponsors2011.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.ipe12 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/novus/agSponsor_Novus_IPE12.jpg) top left no-repeat;text-indent:-30000px;height:65px;margin-bottom:-9px;}

.sponsorAD span.basfhaven {display:block;background:#FFF url(images/agSponsor_BASF_HAVEN.jpg) top left no-repeat;text-indent:-30000px;height:65px;}
.sponsorAD a.basf {float:right;height:60px;width:115px;}
.sponsorAD a.aghaven {float:right;height:60px;width:140px;}

.sponsorAD span.agcc12 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/commodity-classic/agSponsor_CC_12.gif) top left no-repeat;text-indent:-30000px;height:65px;}
.sponsorAD a.basfcc12 {float:right;height:60px;width:124px;}
.sponsorAD a.nhcc12 {float:right;height:60px;width:130px;}

.sponsorAD span.aaass13 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/aaass/agSponsorAAASS13.gif) top left no-repeat;text-indent:-30000px;height:65px;}
.sponsorAD a.ncba13 {float:right;height:60px;width:154px;}
.sponsorAD a.nppc13 {float:right;height:60px;width:130px;}

.sponsorAD span.awfps12 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsorAW_FPS12.jpg) top left no-repeat;text-indent:-30000px;height:65px;width:540px;}
.sponsorAD a.roundupfps12 {float:right;height:60px;width:200px;}
.sponsorAD a.newhollandfps12 {float:right;height:60px;width:154px;}

.sponsorAD span.nada13 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agday/agSponsorAW_nada13.gif) top left no-repeat;text-indent:-30000px;height:65px;width:608px;}
.sponsorAD a.bcsnada13 {float:right;height:60px;width:100px;}
.sponsorAD a.astanada13 {float:right;height:60px;width:100px;}

.sponsorAD span.fps13 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsorsFPS13.gif) top left no-repeat;text-indent:-30000px;height:65px;width:608px;}
.sponsorAD a.bayerFPS13 {float:right;height:60px;width:170px;}
.sponsorAD a.growmarkFPS13 {float:right;height:60px;width:145px;}
.sponsorAD a.newhollandFPS13 {float:right;height:60px;width:120px;}

.sponsorAD span.ifaj13 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/IFAJ/agSponsorsIFAJ13.gif) top left no-repeat;text-indent:-30000px;height:65px;width:608px;}
.sponsorAD a.novusIFAJ13 {float:right;height:60px;width:115px;}
.sponsorAD a.dupontpioneerIFAJ13 {float:right;height:60px;width:145px;}

.sponsorAD a.basfNAMA {display:block;background:#FFF url(images/agSponsor_BASF_NAMA.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.nada12 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agday/agSponsor_nada12.gif) top left no-repeat;text-indent:-30000px;height:65px;}

div.sponsorLRGbg { width:540px;height:64px;background:#FFF url(images/sponsorLRGbg.jpg) top left no-repeat;margin-bottom:-17px; }
.sponsorAD a.ncba { background:#FFF url(images/agSponsor_NCBA.jpg) top left no-repeat;display: block;text-indent:-30000px;width:101px;height:59px;float:right;margin:3px; }
.sponsorAD a.usb { background:#FFF url(images/agSponsor_USB.jpg) top left no-repeat;display: block;text-indent:-30000px;width:101px;height:59px;float:right;margin:3px; }

.sponsorAD a.wpe12 { width:625px;height:65px;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsor_porkExpoBIVI.jpg) top left no-repeat;text-indent:-30000px;display: block;}

div.sponsorLRGbg01 { width:540px;height:64px;background:#FFF url(images/sponsorLRGbg01.jpg) top left no-repeat;margin-bottom:-17px; }
.sponsorAD a.novus { background:#FFF url(images/agSponsor_NOVUS.jpg) top left no-repeat;display: block;text-indent:-30000px;width:101px;height:59px;float:right;margin:3px; }
.sponsorAD a.bi { background:#FFF url(images/agSponsor_BI.jpg) top left no-repeat;display: block;text-indent:-30000px;width:101px;height:59px;float:right;margin:3px; }

div.sponsorLRGbg02 { width:610px;height:65px;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsor_porkExpo13.gif) top left no-repeat; }
.sponsorAD a.wpeNOVUS13 { background:#FFF url(http://zimmcomm.biz/sponsors/agwired/NOVUS.gif) top left no-repeat;display: block;text-indent:-30000px;width:122px;height:40px;float:right;margin:14px 5px; }
.sponsorAD a.wpeBI13 { background:#FFF url(http://zimmcomm.biz/sponsors/agwired/BI.gif) top left no-repeat;display: block;text-indent:-30000px;width:122px;height:40px;float:right;margin:14px 5px; }

.sponsorAD span.fps11 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsors_FPS11.jpg) top left no-repeat;text-indent:-30000px;height:65px;}
a.nhFPS, a.gmFPS, a.tgsFPS {float:left;text-indent:-30000px;display:block;width:175px;height:60px;}

.sponsorAD a.fmc12 { display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsors_FMC12.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD a.wfp12 { display:block;background:#FFF url(http://zimmcomm.biz/sponsors/elanco/wfp12_elanco.jpg) top left no-repeat;text-indent:-30000px;height:65px;}

.sponsorAD span.wdexpo11 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/wdexpo/wdexpo_sponsors11.jpg) top left no-repeat;text-indent:-30000px;height:65px;}
a.wdeCO {float:left;text-indent:-30000px;display:block;width:114px;height:60px;}
a.wdeDBA {float:left;text-indent:-30000px;display:block;width:64px;height:60px;}
a.wdeAT {float:left;text-indent:-30000px;display:block;width:90px;height:60px;}
a.wdeHD {float:left;text-indent:-30000px;display:block;width:150px;height:60px;}
a.wdeAG {float:left;text-indent:-30000px;display:block;width:108px;height:60px;}

.sponsorAD span.nfms12 {display:block;background:#FFF url(http://zimmcomm.biz/sponsors/agwired/agSponsors_NFMS12.jpg) top left no-repeat;text-indent:-30000px;height:65px;margin-bottom:-9px;}
a.nfms12fmc {float:left;text-indent:-30000px;display:block;width:180px;height:60px;}
a.nfms12nh {float:left;text-indent:-30000px;display:block;width:180px;height:60px;}
a.nfms12ar {float:left;text-indent:-30000px;display:block;width:180px;height:60px;}
