/*
Theme Name: Green Markets
Theme URI: https://fertilizerpricing.com
Author: Andrew Mueller @ R.C. Brayshaw & Co
Author URI: https://rcbrayshaw.com
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, black, responsive-layout, light, dark, orange
Text Domain: greenmarkets
Template: twentythirteen


*/
@import url('../twentythirteen/style.css');

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


body {
  font-family: Arial, Helvetica, sans-serif;
}
/*Block points and Universal Styling Classes*/

@media screen and (max-width: 1000px) {
span.block1000 {
  display: block;
  width: 100%;
}
}
@media screen and (max-width: 900px) {
span.block1000 {
  display: inline;
  width: 100%;
}
}
@media screen and (max-width: 400px) {
span.block1000 {
  display: block;
  width: 100%;
}
}
.widget {
    background-color: rgba(0, 0, 0, 0);
      margin: 0 0 13px;
}
.float-right {
  float: right;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}
h1 {
	font-size: 40px;
	margin: 33px 0;
}
h5 {
    font-size: 14px;
    margin: 0px 0;
}
.error {
    color: #ED4436;
}
.disclaimer {
    font-size: 80%;
    margin: 0 10px 0 15px;
    display: block;
    clear: both;
    width: 65%;
}
.flexbox {
  display: flex;
}
b, strong {
  color: black;
}


/*Header*/
.failed-login {
  background-color: #EA2839;
  color: white;
  text-align: center;
  padding: 5px;
}
.top-login {
  width: 100%;
  background-color: black;

  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.fa-lock {
  color: #4DAA50;
}
.lock-text {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: bold;
}
.logout-top {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 450px) {
.logout-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
}
.logout-top a {
  color: #4DAA50;
  text-transform: uppercase;
  padding-right: 13px;
  font-size: 80%;
}
@media screen and (max-width: 450px) {
.logout-top a {
  font-size: 100%;
  margin-bottom: 10px;
}
}
.fa-lock a {
  padding-right: 0;
}


#loginform-andrew {
    display: flex;
    justify-content: space-around;
    width: 50%;
    align-items: center;
    padding: 10px 0 10px 0;
}
#loginform-andrew p {
  margin: 0;
}
@media screen and (max-width: 850px) {
#loginform-andrew {
  width: 75%;
}
}
@media screen and (max-width: 700px) {
#loginform-andrew {
  width: 85%;
}
}
@media screen and (max-width: 550px) {
#loginform-andrew {
    width: 100%;
    align-items: center;
    padding: 10px 10px 1px 20px;
}
}
@media screen and (max-width: 450px) {
#loginform-andrew {
  display: block;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  /*padding: 10px 0 10px 0;*/
  padding: 0;
}
}

#resetpass {
  color: #FFB511;
}

span.login-top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
span.login-top {
  display: block;
}
#resetpass {
  display: block;
  width: 100%;
  text-align: center;
}
}

#loginform-andrew input {
    background: #4D4D4F;
    color: white;
    border: none;
}
@media screen and (max-width: 450px) {
#loginform-andrew input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3em;
  margin-bottom: 2px;
}
}

#loginform-andrew input::-webkit-input-placeholder {
   color: white;
}

#loginform-andrew input:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

#loginform-andrew input::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

#loginform-andrew input:-ms-input-placeholder {  
   color: white;  
}




input#wp-submit {
    background: #FFB511;
    border: none;
    border-bottom: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 17px;
    text-decoration: none;
    text-transform: uppercase;
}


.search-box-top {
  color: white;
}
.search-box-top #searchform, .search-box-top #searchform div {
  display: inline;
}
.search-box-top input[type='text'] {
    color: white;
    background: black;
    border: 1px solid #4DAA50;
    margin-left: 10px;
}
.search-box-top input[type='submit'] {
    border: none;
    border-bottom: none;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 5px;
    text-decoration: none;
    background: #FFB511;
}
.search-box-top input[type='submit']:hover {
    background: #FF6D10;
}
@media screen and (max-width: 750px) {
.search-box-top #searchform, .search-box-top #searchform div {
  display: block;
}
}
@media screen and (max-width: 400px) {
.search-box-top input[type='text'] {
  width: 72%;
  margin-left: 0;
}
.search-box-top input[type='submit'] {
  width: 24%;
}
}


.social-links-top {
  color: white;
  padding-right: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 8px;
}
.social-links-top input {
  margin: 1px;
}
.social-links-top img {
  margin: 1px;;
}
@media screen and (min-width: 650px) {
.social-links-top img {
  height: 25px;
  margin: 1px;
}
}
@media screen and (max-width: 650px) {
  .logout-top {
    text-align: center;
  }
  .top-right {
    float: inherit;
    display: block;
    width: 100%;
    padding-left: 0px;
  }
.social-links-top {
  color: white;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  position: static;
  display: flex;
  justify-content: center;
}
}



.full-header {
  margin: 0 auto;
  text-align: center;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
    border-left: 1px solid rgba(128, 128, 128, 0.09);
    border-right: 1px solid rgba(128, 128, 128, 0.09);
}
.full-header .logo {
    background-image: url('../../uploads/2015/10/GM-logo.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 91px;
    width: 49%;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
.full-header .logo {
  display: block;
  width: 100%;
  max-width: 700px;
}
}

.full-header .subscribe-banner {
  /*background-image: url('../../uploads/2016/07/nitrogen-fert-north-am-banner-ad.gif');*/
  /*background-image: url('../../uploads/2016/09/sop-2016-banner-ad.png');*/
  /*background-image: url('../../uploads/2023/03/Quarterly-Research-Series-Banner-Ad.jpg');*/
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 91px;
  width: 50%;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
.full-header .subscribe-banner {
 /* background-image: url('../../uploads/2023/03/Quarterly-Research-Series-Banner-Ad.jpg');*/
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  height: 91px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: none;
}
}


.site-header {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid rgba(128, 128, 128, 0.09);
    border-right: 1px solid rgba(128, 128, 128, 0.09);
}
@media screen and (max-width: 643px) {
.site-header {
    padding-left: 0px;
    padding-right: 0px;
}
}

.fp-slogan {
    width: 53%;
    text-align: center;
    color: #4DAA50;
    font-size: 1.0em;
    padding-left: 20px;
}
@media screen and (max-width: 949px) {
.fp-slogan {
    width: 46%;
    padding-left: 0px;
}
}
@media screen and (max-width: 900px) {
  .site-header {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
}
  .fp-slogan {
  width: 100%;
  text-align: center;
  padding-bottom: 13px;
  padding-left: 0px;
}
}

.nav-menu li a {
    font-size: 11.25px;
}
.nav-menu li a {
    color: #000000;
    display: block;
    font-size: 11.25px;
    line-height: 1;
    padding: 9px 5px;
    text-decoration: none;
}
.menu-main-menu-container ul:first-child > li:last-child a {
    color: yellow;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #FFB511;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #FFB511;
}

@media (max-width: 643px) {
.toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover {
    background-color: #FFB511;
    color: #fff;
}

} /*max-width: 643px*/

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #4DAA50;
}
.nav-menu .sub-menu, .nav-menu .children {
    background-color: #FFB511;
    border: none;

}
@media screen and (min-width: 643px) {
#primary-menu li:last-child ul.sub-menu {
    left: -117px;
}
}

ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0 5px 0 5px;
}
.navbar {
    background-color: initial;
}
.main-navigation {
    max-width: 1100px;
}

.menu-main-menu-container {
  background-color: #4DAA50
}

@media screen and (min-width: 643px) {
.menu-main-menu-container {
  float: right;
}

} /*min-width: 643px*/
.sub-menu .current-menu-item a {
    color: #FFFFFF;
}








/*Content of Page*/
.hentry {
    padding: 0;
}
.page header.entry-header {
  display: none;
}
.search.search-results .page header.entry-header {
  display: block;
}
.entry-header, .entry-content, .entry-summary {
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar .content-column.two_third .entry-summary, .sidebar .content-column.one_third .entry-summary {
    padding: 0 14px 0 0px;
}


div#content {
    max-width: 1100px;
    margin: 0 auto;
    border-left: 1px solid rgba(128, 128, 128, 0.09);
    border-right: 1px solid rgba(128, 128, 128, 0.09);
}
.entry-meta {
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
}
.entry-header {
    margin-bottom: 0px;
	margin-top: 30px;
}
.entry-meta .author {
    display: none;
}
.entry-meta a {
    color: #4DAA50;
}
.entry-meta a:hover {
    color: #FF6D11;
}
.entry-content a, .comment-content a {
    color: #4DAA50;
}
.navigation a {
    color: #FFB511;
}
.paging-navigation .meta-nav {
    background-color: #FFB511;
}
.entry-content .more-link {
    white-space: nowrap;
    display: none;
}
.site {
    border-left: none;
    border-right: none;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1100px;
padding-bottom: 15px;
}
.widget {
    padding-bottom: 1px;
}
.sidebar .three_fourth {
    width: 69%;
    padding: 10px;
    background: #FFFFFF;
}
.sidebar .three_fourth_noback {
    width: 69%;
    padding: 10px;
    background: #ffffff;
}
.sidebar h2 {
    font-size: 20px;
    margin: 0px;
}
.sidebar h3 {
    font-size: 22px;
    margin: 10px 0;
    color: black;
}
@media (max-width: 1000px) {
.sidebar .three_fourth {
    width: 100%;
}
.site-main .widget-area {
    float: none;
    margin: 0;
    width: 100%;
}
.sidebar .entry-content, .sidebar .entry-content {
    padding: 0 14px 0 14px;
}
#content .entry-header, #content .entry-content, #content .entry-summary, #content footer.entry-meta, #content .featured-gallery, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .post-navigation .nav-links, .paging-navigation .nav-links, #content .author-info, .comments-area .comments-title, .comments-area .comment-list, .comments-area .comment-navigation, .comment-respond, .sidebar .site-info, .sidebar .paging-navigation .nav-links {
    padding-left: 20px;
    padding-right: 20px;
}
}
.post-navigation {
width: 65%;
}




/*Sidebar Custom*/
.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1060px;
}
@media (max-width: 1069px) {
.site-main .widget-area {
    margin-right: 0px;
}
}
aside#black-studio-tinymce-3 {
    background: #EBE7E8;

}
aside#black-studio-tinymce-3 h5 {
    font-family: Arial, Helvetica, sans-serif;
}
aside#black-studio-tinymce-3 a {
  color: #4DAA50;
}
aside#black-studio-tinymce-4 {
    background: #FFFFFF;
}
aside#black-studio-tinymce-4 h3 {
      font-family: Arial, Helvetica, sans-serif;
}
aside#black-studio-tinymce-4 a {
  color: #FF6D10;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}

aside#black-studio-tinymce-5 {
    background: #EBE7E8;
}
aside#black-studio-tinymce-5 h5 {
      font-family: Arial, Helvetica, sans-serif;
}
aside#black-studio-tinymce-5 a {
  color: #4DAA50;
}
aside#black-studio-tinymce-6 {
    border: 3px solid #EBE7E8;
}
aside#black-studio-tinymce-6 h3 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 19px;
}
.archive .site-main .widget-area, .search .site-main .widget-area {
    position: relative;
    top: 70px;
}
@media screen and (max-width: 1000px) {
  .site-main .widget-area {
    position: relative;
    top: 0px;
}
}













/*Home Page Fake Content*/
img.button {
  width: 75%;
  float: right;
  margin: 5px 0;
}
.page-id-11 .one_fifth {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 600px) {
  img.button {
  width: 98%;
  float: none;

}
.page-id-11 .one_fifth {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
}






/*Home Page*/
.top-home-left {
    padding: 5px 150px 10px 30px;
    color: black;
}
@media screen and (max-width: 1000px) {
.top-home-left {
    padding: 5px 0px 0px 30px;
}
}
@media screen and (max-width: 900px) {
.top-home {
    background-size: cover;
}
}
.top-home .four_fifth {
    background: url('../../uploads/2015/10/welcome-tractor-field.jpg');

}
.home-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 600px) {
.home-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
}
.home-buttons a {
    background: #FF6D10;
    display: block;
    color: white;
    padding-left: 10px;
    margin-left: 10px;
    text-decoration: none;
}
.home-buttons a:hover {
    background: #FFB511;
    color: white;
}
.top-home .clear_column {
  display: none;
}
.second-top-home {
    clear: both;
    border: 8px solid #4DAA50;
    background: #b4dec9;
}
.second-top-home h1, .second-top-home h4 {
    margin: 0;
}
.green-markets-home {
    background: url('../../uploads/2015/10/2ndHome.png');
    padding: 5px 300px 5px 25px;
    color: black;
}
@media screen and (max-width: 900px) {
.green-markets-home {
    padding: 5px 25px 5px 25px;
}
}

.green-markets-home p {
    margin: 0;
}
.ongoing-coverage-home {
    padding: 0 0 0 25px;
}
.ongoing-coverage-home {
    background: #FFF;
}
.ongoing-coverage-home div {
    width: 47%;
    display: inline-block;
}
.ongoing-coverage-home > div {
    padding-top: 10px;
    margin-bottom: 0 !important;
}
.price-scan-skew:before {
    content: "";
    position: absolute;
    background: #9de3f6;
    top: 0;
    left: -54px;
    bottom: 0;
    width: 50%;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    z-index: -1;
}
@media screen and (max-width: 800px) {
  .ongoing-coverage-home div {
    width: 100%;
    display: block;
}
  .price-scan-skew:before {
    display: none;
}
.ongoing-coverage-home {
    padding: 0;
}

.ongoing-coverage-home > div {
    padding: 10px 0 0 25px;
}
}
.ongoing-coverage-home div.price-scan-skew {
    background: #00D2B3;
    float: right;
    position: relative;
}
div.price-scan-div {
  width: 100%;
	padding-left: 10px;
}

.select-fertilizer-home {
    clear: both;
    background: #4DAA50;
	color: #FFFFFF;
}
.select-fertilizer-home > div {
    padding: 0 25px;
}
.commodity-header:before {
    content: '+ ';
}
.commodity-header.plusSign:before {
    content: '- ';
}
.diagonal-lines {
    display: flex;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    color: black;
}
.diagonal-lines > div {
    width: 31%;
    margin: 15px 8px;
}
.green-markets-video {
    background: #FFF;
    border: 1px solid #4DAA50;
    padding: 7px;
}
.green-markets-news {
    background: #FFF;
    border: 1px solid #4DAA50;
    padding: 7px;
}
.commodity-header, #show-all-regions, #hide-all-regions {
  font-size: 0.9em;
	cursor: pointer;
}
.commodity-header:hover, #show-all-regions:hover, #hide-all-regions:hover {
  color: black;
}
.commodity-content a {
	color: #FFB511;
}
.commodity-content {
    display: none;
    color: black;
    font-size: 75%;
    padding-left: 6px;
}
.fertilizer-market-research {
    background: #0D9DDB;
    padding: 25px;
    display: flex;
	margin: 20px 0px 20px 0px;
}
.fertilizer-market-research .content-column.two_third p {
    background: #0D9DDB;
    padding: 15px;
	margin-top: 20px;
}
.fertilizer-market-research .content-column.two_third {
      background: white;
      padding: 10px;
      width: inherit;
}
.fertilizer-market-research > .content-column.one_third.last_column {
    background: white;
    margin: 0 0px 0px 17px;
    padding: 0px 22px 0px 22px;
}
.fertilizer-market-research > .clear_column {
    display: none;
}
/*Home Page - End*/












/*Non-subscriber Side*/
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0px;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin-right: 0px;
}
.half-text-caption {
    max-width: 388px;
    margin: 0 auto;
}












/*Edit Profile Page - Hide Username Field and input*/
#wpmem_reg label[for="username"], #wpmem_reg .noinput, #wpmem_reg #user_email, #wpmem_reg label[for="user_email"] {
  display: none;
}







/*Blog Page*/
.blog .entry-title {
    font-size: 100%;
}



/*Single Single-Post*/
.single.single-post .sidebar .entry-content {
    padding: 0 376px 0 60px;
}





/*Subscriber Home*/
.three_fourth .two_third {
    border-right: 2px solid white;
    padding-right: 9px;
}
.three_fourth .one_third {
    padding-left: 9px;
}
@media screen and (max-width: 600px) {
.three_fourth .one_third {
    border-left: none;
    padding-left: 0px;
}
.three_fourth .two_third {
    border-right: none;
    padding-right: 0px;
}
}
.three_fourth .two_third {
  padding-right: 10px;
}
.three_fourth h2 {
  font-size: 18px;
}
.three_fourth p {
  font-size: 14px;
}
.page-id-98 .site-main .widget-area {
    position: relative;
    top: 69px;
}
#post-98 div.entry-content {
    padding: 0 14px 0 14px;
}
@media screen and (max-width: 1000px) {
.page-id-98 .site-main .widget-area {
    position: relative;
    top: 0px;
}
#post-98 div.entry-content {
    padding: 0 14px 0 14px;
}
}
.ki_charts .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.accordion .one-price {
    width: 33%;
}
@media screen and (max-width: 850px) {
.accordion .one-price {
    width: 49%;
}
}
@media screen and (max-width: 575px) {
.accordion .one-price {
    width: 100%;
}
}
.accordion .prices {
    display: none;
}
.accordion .hide_show .table .table-row {
    display: flex;
    justify-content: space-between;
}
.prices .table .table-row > div {
    display: flex;
    justify-content: space-between;
}
.prices .table .table-row > div > div.combo {
    font-weight: bold;
}
.prices .table .table-row > div > div.date {
    font-weight: bold;
}
.prices .table .table-row > div > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
h3.hide_show {
    background: #4DAA50;
    margin: 1px;
    font-size: 1em;
    padding: 9px;
}
h3.hide_show:hover {
  background: #FFB511;
}
h3.hide_show a {
    color: white;
}









/*Issue Archive Page*/
.pdf-archive-div {
    display: flex;
    flex-direction: column;
    line-height: 1em;
}
.pdf-archive-div select {
  margin-bottom: 10px;
}
.year-header:hover {
  background: #EBE7E8;
}
.page-id-126 .site-main .widget-area {
    position: relative;
    top: -30px;
}
@media screen and (max-width: 1000px) {
.page-id-126 .site-main .widget-area {
    position: relative;
    top: 0px;
}
}






/*Category Page*/
.archive .entry-title, .search.search-results .entry-title {
    font-size: 120%;
    color: #0058A4;
}
.archive-header, .search.search-results .page-header {
    background-color: #4DAA50;
    margin: 0 auto;
    max-width: 1100px;
}
.archive-header h1, .search.search-results .page-header h1 {
  color: white;
}
.archive .archive-header, .search.search-results .page-header {
  margin-bottom: 0px;
}
.archive.category article:nth-of-type(1), .search.search-results article:nth-of-type(1)  {
    padding-top: 20px;
}
.paging-navigation {
    background-color: #FFFFFF;
    padding: 40px 0;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;

}
.entry-summary, .entry-content {
  color: black;
}
.category .sidebar .entry-content {
    padding: 0 14px 0 60px;
}
.entry-summary {
	padding-bottom: 15px;
}



/*Search Page*/










/*Chart Page*/
form.chart-form {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
}
@media screen and (max-width: 675px) {
form.chart-form {
    display: block;
    padding-top: 15px;
}
form.chart-form div {
    text-align: center;
}
}
.refresh-help input {
    border: none;
    border-bottom: none;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 5px;
    text-decoration: none;
    background: #f8a510;
}











/*Subscribe Form*/
.wpcf7 .flexbox div input[type="email"] {
    float: right;
    width: 100%;
}
.wpcf7 .flexbox div input[type="text"] {
    float: right;
    width: 100%;
}

.wpcf7 span.wpcf7-list-item {
    display: block;
}
span.indented {
    display: block;
    padding-left: 12px;
}
.wpcf7 .flexbox {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 675px) {
.wpcf7 .flexbox {
    display: block;
}
}













/*Footer*/
footer.entry-meta {
    margin-top: 0px;
}

.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 7px 0;
    width: 100%;
}
.site-footer {
    background-color: black;
    color: white;
    font-size: 14px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.copyright-footer {
  text-align: center;
  padding-left: 0px;
}
.footer-menu {
  text-align: right;
}
.footer-menu ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0;
}
.footer-menu ul li {
    padding: 5px;
}






.site-content article, * {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
 -ms-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
  -webkit-hyphens: none;
  -moz-hyphens: none;
 -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal;
}






.orange a, .orange {
  color: #FF6D10;
}

.page-template-page-pricechart .ki_charts_header h1 {
  font-size: 24pt;
  padding: 0.25em 0em 0.25em 0em;
  margin: 0.25em 0em 0.25em 0em;
}

.gm_green_text {
  color: #4DAA50;
}

.gm_white_text {
  color: #FFF;
}

.gm_smaller_text {
  font-size: 85%;
}


table strong {
    color: inherit;
}

td {
    border-top: 0px solid #ededed;
    padding: 6px 10px 6px 6px;
}

tr .header-row {
	background-color: #0058A4;
	color: #FFFFFF;
	font-weight: bold;
}

tr .grey-row {
	background-color: #EBE7E8;
}

/*.single-post table tr:first-child td {
    border: 1px solid #58595b;
}*/

.single-post table, .page-template-page-date table {
  border: 0px solid #58595b;
/*border-collapse: collapse;*/
}
.single-post table td {
  text-align: center;
  border: 0px solid #000000;
  padding: 0px 0px 0px 0px;
}

/*.single-post table td:first-child {
  text-align: left;
  padding-left: 5px;
}*/

/*
=============
Backend Meta
=============
*/
table.widefat th.column-ridwpaid {
    width: 100px;
}

span.green-small-home-header {
    font-size: 12px;
    color: #4DAA50;
}
span.fert-news-box-text {
    font-size: 13px;
}
span.font-size-30 {
    font-size: 30px;
    font-weight: bold;
}


.comments-link {
  display: none;
}


@media screen and (max-width: 800px) {

  .diagonal-lines, .diagonal-lines > div {
    display: block;
    width: 100%;
    margin: 0px auto !important;
    padding-top: 10px;
  }
   .fertilizer-market-research, .fertilizer-market-research > div {
    display: block;
    width: 100%;
    margin: 10px auto !important;
  }
}



.second-top-home {
    border-bottom: transparent;
}

.diagonal-lines {
    border: 8px solid #4DAA50;
    border-top: none;
}
.home-fertilizers > p {
    display: none;
}
.select-fertilizer-home {
    padding-top: 10px;
    padding-bottom: 10px;
}

.global-supply-and-demand > p {
    display: none;
}
.global-supply-and-demand h1 {
    margin: 0;
    padding: 10px 10px 10px 0px;
    margin-bottom: 5px;
}
.global-supply-and-demand {
	background: #0d9ddb;
    padding: 0px;
	margin-top: 10px;
}
.global-supply-and-demand-white {
	background: white;
      padding: 10px;
      width: inherit;
}



.market-watch-box .content-column.three_fourth {
    background: none;
    border: 1px solid #EBE7E8;
    margin-top: 10px;
}


aside#search-3 {
    background: #EBE7E8;
    margin: 0;
}
aside#search-3 form div {
    display: flex;
    justify-content: center;
}
aside#search-3 form div #searchsubmit {
    background: #FFB511;
    border-bottom: none;
}
aside#search-3 form div #searchsubmit:active {
    border-top: none;
}
aside#search-4 {
    background: #EBE7E8;
    margin: 0;
}
aside#search-4 form div {
    display: flex;
    justify-content: center;
}
aside#search-4 form div #searchsubmit {
    background: #FFB511;
    border-bottom: none;
}
aside#search-4 form div #searchsubmit:active {
    border-top: none;
}


.market-watch-ic-posts > div {
    width: 50%;
}
.market-watch-ic-posts {
    display: flex;
    flex-wrap: wrap;
}


.page-template-default .content-column.one_half.last_column {
background: #FFFFFF;
width: 45%;
float: right;
}


.site {
	background-color: initial;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}
ul.sublist {
	list-style-type: circle;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 20px;
	width: 100%;
}
ul li ul li {
	content: dash;
}
blockquote {
	font-style: strong;
	margin: 20px 40px;
	font-size: inherit;
	font-weight: 400;
}

.tooltip-wrap {
	position: relative
	margin-right: 5px;
	margin-top: 2px;
}

.tooltip-wrap .tooltip-content {
	display: none;
	position: absolute;
	bottom: 5%;
	left: 150%;
	right: 5%;
	padding: 1em;
	background: #676767;
	width: 350px;
	height: auto;
	font-size: 14px;
	text-align: left;
	text-indent: 0;
}
