@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

.center {text-align: center;}

.avatar-256, .blog-list img, .post-1478 .blog-post img {
	max-width: 200px !important;
	max-height: 200px !important;
	width: 100%;
	height: auto;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	margin-bottom: 10px;
}

.person-wrap {
	margin-bottom: 10px;
	text-align: center;
}

.person-wrap .user-info {max-width: 100%;}

#agripreneurs-section-9 .wp-post-image, #agripreneurs-section-gallery .wp-post-image {
	margin-bottom: 20px;
	max-width: 256px;
	width: 100%;
	height: auto;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);/*
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);*/
}

.user-info {
    text-align:center;
    max-width:256px;
}

.flex-row {
	display: flex;
}

#accordion p {
	line-height: 1;
	margin:0 0 20px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,128,0);
  background-color: rgba(0,128,0, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container1:hover .overlay {
  width: 100%;
}

.text {
  /*white-space: nowrap; */
  color: white;
  font-size: 14px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.comp-boxes {
	min-height: 120px;
	margin-bottom: 20px;
  display: flex;
  align-items: stretch;
}

.comp-idia-li {
	/*width: 15%;*/
  /*height: 10vw;
  width: 10vw;
  width: 15.7vw;*/
  width: 8vw;
  height: 8vw;
}

.container1 img {
	width: 100%;
	height: auto;
}

.comp-idia-li img {
  width: 100% !important;
  height: auto !important;
}

.event-location p, .event-program p {
	/*color: white !important;*/
}

.location_map {
	background-color: #D9EDF7;
}

.event-program {
	padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative;
  height: 100%;
  display: inline-block;
  width: 100%;
  background: white;
}

.event-program-bg {
  padding-right: 0px !important;
  padding-left: 0px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.event-program .nav-tabs > li > a {
    color: #777777;
    font-size: 12px;
    font-size: 0.85714rem;
    border-color: #e1e1e1;
    border-radius: 0;
    font-weight: 600;
    margin-right: -1px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: none
}

.event-program .nav-tabs > li > a h6, .event-program .nav-tabs > li > a span {
  margin-bottom: 5px;
  color: white;
}

.event-program .nav-tabs > li.active > a h6, .event-program .nav-tabs > li:hover > a h6, 
.event-program .nav-tabs > li.active > a span, .event-program .nav-tabs > li:hover > a span {
  color: #337ab7;
  background: none !important;
}

.event-program .nav-tabs > li.active > a, .event-program .nav-tabs > li:hover > a, .event-program .nav-tabs > li.active:hover > a {
  background: none;
}
.event-program .nav-tabs > li.active > a, .event-program .nav-tabs > li.active:hover > a {
  border: none;
}

.event-program .nav-tabs > li {
  border-bottom: 1px solid white;
}

.event-partners, .event-supporters, .event-media {
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
}

.event-partners:after, .event-supporters:after, .event-media:after { 
    content: " "; 
    display: block;
    clear: both;
} 

.event-program_wrap {
  /*background-image: url(../img/r3-logo.png) !important;*/
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.event-program_wrap button {
	float: left;
	margin-right: 10px;
}
.event-program_wrap span {
	color: white;
  cursor: pointer;
}
.event-program_wrap .tab span {
	color: #23527c;
}

.event-program_wrap .tab-content li {
	min-height: 50px;
  list-style: none;
}

.event_agenda_info p {
  margin-bottom: 0;
}

.event-program_wrap .tab-content li .hour {
    color: #1A9ADA;
    border-color: #1A9ADA !important;
    border-radius: 25px;
    border: 2px solid #6a6a6a;
    display: inline-block;
    font-size: 14px;
    /*font-family: 'Roboto Slab';*/
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
    margin-right: 15px;
    width: 92px;
    text-align: center;
    vertical-align: top;
    float: left;
}

.event-leaders p {
    margin: 0 !important;
}

.event-agripreneurs .og-grid li {
    width: 200px;
    height: 202px;
}

/*.event-gallery, .event-recent_posts {
    width: 50%;
    float: left;
}*/

.gallery-post {
  width: 50%; 
  float: left;
}

.event {
  padding: 30px;
}

.event-gallery img {
  margin: 20px 0;
  width: 100%;
}

.event-recent_posts img {
  width: 100%;
}

.event-title {
  margin: 30px;
}

.event-title button {
  float: left;
  margin-right: 10px;
}

.event-title h3 {
  border-bottom: 2px solid orange;
  display: inline;
}

.event-contact {
    background: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*padding: 62px 0px 32px;*/
    /*margin-top: 70px;*/
}

.event-contact h3, .event-contact p, .event-contact li, .event-contact div, .event-contact span {
  color: white;
}

.event-contact .glyphicon, .event-contact .contact-title {
  font-size: 1.5em;
}

.event-contact .glyphicon {
  margin-right: 10px;
}

.event-contact .social li {
  float: left;
  margin-right: 10px;
}

.container {
    width: 100% !important;
}
@media (min-width: 1200px) {
    .container {
        width: 100% !important; 
    } 
}
@media (min-width: 992px) {
    .container {
        width: 100% !important; 
    } 
}
@media (min-width: 768px) {
    .container {
        width: 100% !important; 
    } 
}


.event-top {
    position: relative;
    height: 600px;
    overflow:hidden;
}
.event-top img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 600px !important;
}
.event-top-content {
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    height: 600px;
    color: white;
}
.event-top-content h2, .event-top-content p {
  color: white;
}
.counter-box-general-content-wrapper {
  position: relative;
  margin: auto;
  max-width: 500px;
  margin-top: 50px;
}
.counter-box-general-content-top {
    /*font-family: 'Roboto Slab';*/
    margin-bottom: 10px;
    text-align: left;
}
.counter-box-general-content-top .left {
    font-size: 95px;
    font-weight: 600;
    float: left;
    line-height: 95px;
    position: relative;
    top: -9px;
    letter-spacing: -2px;
}
.counter-box-general-content-top .right {
    line-height: 41px;
    letter-spacing: -0.50px;
    font-size: 39px;
}
.counter-box-general-content-top .bottom {
    font-size: 46px;
    line-height: 34px;
    font-weight: 600;
}
.counter-box-general-content-date {
    /*font-family: 'Roboto Slab';*/
    display: flex;
    display: inline-flex;
    margin-bottom: 23px;
}
.counter-box-general-content-date-left {
    display: flex;
    position: relative;
    width: 30px;
}
.counter-box-general-content-date-left-left {
    width: 3px;
    background: #FFFFFF;
}
.counter-box-general-content-date-left-top {
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
}
.counter-box-general-content-date-left-bottom {
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
}
.counter-box-general-content-date-center {
    padding: 9px 0px;
    margin: 0px -6px;
}
.counter-box-general-content-date-days {
    font-size: 34.5px;
    color: #1eb4ff;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 34.5px;
}
.counter-box-general-content-date-monthyear {
    font-size: 40.5px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 500;
}

.counter-box-general-content-date-right {
    display: flex;
    position: relative;
    width: 30px;
}
.counter-box-general-content-date-right-top {
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
}
.counter-box-general-content-date-right-right {
    width: 3px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    height: 100%;
}
.counter-box-general-content-date-right-bottom {
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
}
.counter-box-general-content-address {
    font-size: 20px;
    margin-bottom: 44px;
    text-align: center;
}
.DateCountdown {
    margin: 0px 0px 81px;
    padding-top: 22px;
}
.DateCountdown .time_circles > div h4 {
    font-size: 15px !important;
    color: #1eb4ff;
    margin-bottom: -35px;
    font-weight: 500;
    font-family: 'Roboto';
}
.DateCountdown .time_circles > div span {
    font-size: 25px !important;
    color: #1eb4ff !important;
}
.DateCountdown .time_circles > div {
    position: relative;
    float: left;
    width: auto !important;
    top: inherit !important;
    left: inherit !important;
    padding: 0px 30px;
    color: #1eb4ff;
    /*font-family: 'Roboto Slab';*/
    font-weight: 600;
    text-align: center;
}
.textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
  text-align: center;
}

.counter-box-button {
  text-align: center;
}


.event-info-left, .event-info-right {
    width: 50%;
    height: 665px;
    float: left;
    position: relative;
    overflow: hidden
}
.event-info-left img, .event-info-right img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 665px !important;
}
.event-info-content {
    position: absolute;
    height: 665px;
    padding: 70px;
    width: 70%;
}
.event-info-content-bottom {
    position: absolute;
    bottom: 0;
}
.event-info-content p, .event-info-content h3 {
    color: white !important;
}

.event-info-content-more {
    padding: 70px;
    background: rgb(26,154,218);
    position: absolute;
}

.more-content {
    margin: 10px;
    overflow-y: auto;
    position: relative;
    height: 460px;
}

.more-content h3, .more-content p {
  color: white !important;
}

.event-agenda img {
    width: 100%;
    height: auto;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);*/
    margin-bottom: 10px;
    width: 300px !important;
    height: 300px !important;
}

.owl-dots {
    background-color: transparent !important;
}
.owl-controls .owl-dots .owl-dot span {
  background: #d6d6d6;
}
.owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #C3C3C3;
    margin: 5px 6px;
}
.owl-dots .owl-dot.active span, .speakers-widget .owl-dots .owl-dot:hover span {
    background: #898989;
    border-color: #898989;
}

.owl-controls .owl-dots .owl-dot.active span::after, .owl-controls .owl-dots .owl-dot:hover span::after {
  background-color: gray !important;
  left: 1px !important;
  top: 1px !important;
}

.owl-item .item {
  /*background: rgb(26,154,218);
  padding: 20px;*/
}

.owl-item img {
  margin: auto;
}
.single-acc-location .event-partners .owl-carousel .owl-item img {
    /*height: 92px !important;*/
    height: auto !important;
    width: auto !important;
}
.single-acc-event .event-partners .owl-carousel .owl-item img {
    /*height: 92px !important;*/
    height: 10vw !important;
    width: auto !important;
}
.event-partners, .event-supporters, .event-media, .event-partners .owl-carousel {
  margin-bottom: 10px !important;
  margin-top: 30px !important;
}
.event-partners, .event-supporters, .event-media {margin: 0 !important; padding-top: 30px !important; padding-bottom: 30px !important;}

/*.item {
  background: rgb(26,154,218);
  padding: 20px;
  width: 300px;
  float: left;
  margin: 8px;
}*/

.speakers_wrap {
  display: table;
}

.speaker-item-body {
    background: rgb(26,154,218);
    background: -moz-linear-gradient(top, rgba(26,154,218,1) 0%, rgba(13,131,190,1) 100%);
    background: -webkit-linear-gradient(top, rgba(26,154,218,1) 0%,rgba(13,131,190,1) 100%);
    background: linear-gradient(to bottom, rgba(26,154,218,1) 0%,rgba(13,131,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a9ada', endColorstr='#0d83be',GradientType=0 );
}
.speaker-item-body ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.speaker-item-body .speaker-item-information li {
    float: left;
    margin-right: 13px;
    list-style: none;
}
.speaker-item-body .speaker-item-information li i {
    margin-right: 6px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.name-job {
    margin: 0px;
}
.name-job h2 {
    font-size: 1.4em;
    padding-top: 10px;
    padding-bottom: 5px;
}
.name-job h3 {
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.speaker-item-body {
    color: #FFFFFF;
    padding: 17px 25px 0px;
}

.speaker-item-social-links {
    border-top: 1px solid #FFFFFF;
    margin: 0px -30px;
}

.speaker-item-social-links li {
    border-right: 1px solid #FFFFFF;
    width: 16.66666667%;
    text-align: center;
    float: left;
    list-style: none;
}

.person-topic {
  width: 300px;
  height: 300px;
  position: relative;
}

.person-topic img {
  position: absolute;
  width: 300px;
  height: 300px;
}

/*.topic {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  font-size: 1.5em;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}*/

.btn-left {
    float: left;
}
.btn-right {
    float: right;
}
.clear {
  clear: both;
}

.local-heading, .local-heading2, .local-days, .local-date, .local-subheading {
  text-align: center;
  /*color: white !important;*/
  font-weight: bold;
}

.local-heading {
  /*font-family: 'Roboto Slab', serif;*/
  margin-top: 100px;
  font-size: 46px !important;
  font-weight: 600;
}

.local-heading2 {
  text-align: left;
  /*font-family: 'Roboto Slab', serif;*/
  margin-top: 100px;
  font-size: 36px !important;
  font-weight: 600;
  line-height: 45px;
}

.local-days-date {
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-radius: 20px;
  display: inline-block;
  margin: auto;
  padding: 0 10px;
}

.local-days {
  color: #1A9ADA !important;
  /*font-family: 'Roboto Slab', serif;*/
  font-size: 40.5px !important;
    line-height: 40px;
    font-weight: 500;
}

.local-date {
  /*font-family: 'Roboto Slab', serif;*/
  font-size: 40.5px !important;
    /*line-height: 40px;*/
    font-weight: 500;
}

#count-down {
  /*font-family: 'Roboto Slab', serif;*/
  font-size: 25px !important;
  color: #1eb4ff;
  text-align: center;
  display: inline-block;
}
.count-down-value {
  float: left;
  display: inline-block;
  width: 80px;
}
.count-down-label {
  font-size: 15px !important;
}

.local-subheading {
  font-size: 20px !important;
}

.person-wrap .user-name, .person-wrap .user-business, .person-wrap .user-org {
  margin-bottom: 5px;
}



.event-numbers {
  padding: 35px 70px;
  background-image: url(../img/counter.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
  display: inline-block;
  width: 100%;
}

.event-number {
  paddint: 5px;
}

.counter_num {
    width: 178px;
    height: 178px;
    padding: 0px 10px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.counter_num span {
  color: white;
}

.step-boxes-item-wrapper-content {
    display: table-cell;
    vertical-align: middle;
    width: 178px;
    height: 178px;
}
.step-boxes-item-wrapper-content .facts-count {
  font-size: 45px;
}
.step-boxes-item-wrapper-content .fact-ln_height {
  font-size: 15px;
}
@media (max-width: 1304px) {
  .counter_num, .step-boxes-item-wrapper-content {
      width: 150px;
      height: 150px;
  }
}
@media (max-width: 1200px) {
  .counter_num, .step-boxes-item-wrapper-content {
      width: 120px;
      height: 120px;
  }
  .step-boxes-item-wrapper-content .facts-count {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .counter_num, .step-boxes-item-wrapper-content {
      width: 100px;
      height: 100px;
  }
  .step-boxes-item-wrapper-content .facts-count {
    font-size: 20px;
  }
  .step-boxes-item-wrapper-content .fact-ln_height {
    font-size: 12px;
  }
}


.step-boxes-item-wrapper-content .facts-count {
  color: white !important;
}

.service-box.service-box-icon-style .service-box-icon {
    border: 2px solid #D7D7D7;
    border-radius: 6px;
    display: table;
    margin: 0 auto 15px;
    text-align: center;
    color: #FE8821;
    font-size: 30px;
    width: 76px;
    height: 76px;
    line-height: 76px;
}

.service-box.service-box-icon-style h2 {
    margin: 0px 0px 15px;
    color: #1A9ADA;
    font-size: 18px;
    text-align: center;
}

.service-box.service-box-icon-style p {
    text-align: center;
    margin: 0px;
    font-size: 15px;
    color: #808080;
}

.event-services, .event-features {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.contact {
  padding: 40px !important;
}

#event-people {
  display: inline-block;
  width: 100%;
}

#event-people img {
  border-radius: 0;
  object-fit: cover;
}

.item-info {
  align-items: end;
}

.section_content {
  /*background-color: lightgray;*/
  margin: 10px 110px;
  display: none;
}

.contact ul li {
    list-style-image: none;
    list-style-type: none;
}

.contact ul {
    padding-left: 0px;
}

#persons3_wrap {
  margin: 0 12%;
  /*display: inline-block;*/
}

#persons3_wrap .people {
  float: left;
  width: 20%;
  padding: 0 2px;
  position: relative !important;
  cursor: pointer;
  height: 15.1vw;
  background-color: lightgrey;
}

@media (max-width: 480px) {
    #persons3_wrap .people {
        width: 90%;
        height: auto;
    } 
    .grid_overlay p {
        font-size: 4.5vw !important;
    }
    #persons3_wrap .grid-item-info .user-name {
        font-size: 4.5vw !important;
    }
}

#persons3_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid_overlay {
  cursor: pointer;
}

#person_info {
  position: relative;
  display: inline-block;
  margin: 0 10%;
  width: 80%;
  background-color: lightgray;
  padding: 20px 0;
}

.info-fullimg {
    text-align: center;
}
.info-details {
    padding: 0 40px 0 20px;
    overflow-y: auto;
}
.info-fullimg, .info-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.info-details p {
  margin-bottom: 0px !important;
}
.info-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.info-close::before, .info-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.info-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.rfbp-link {font-size: 1.3rem !important;}
.rfbp-post {float:left; width:50%; padding:10px;}


@media (max-width: 767px) {
    .event-numbers {
        padding: 30px;
    } 
    .event-number {
      margin-bottom: 20px;
    }
    .gallery-post {
      width: 100%; 
      float: none;
    }
    .rfbp-post {
      width: 100% !important;
    }
    .local-heading {
      margin-top: 20px;
      font-size: 26px !important;
      margin-bottom: 20px;
      line-height: 1.4;
    }
    .local-date {
      font-size: 26px !important;
    }
    #count-down {
      font-size: 20px !important;
    }
    .count-down-value {
      width: 70px;
    }
    .location-info-content {
      padding: 20px !important;
      width: 100% !important;
    }
    .location-info-content>button {
      display: none;
    }
    .location-info-content .local-heading2, .more-content .local-heading2 {
      font-size: 26px !important;
      margin-top: 10px;
    }
    .more-content .local-heading2 {
      margin-bottom: 0;
    }
    .location-info-content-bottom {
      position: relative !important;
    }
    .location-info-content-more {
      padding: 10px !important;
    }
    .more-buttons .btn-left {
      display: none;
    }
    .service-box {
      margin-bottom: 10px;
    }
    .event-program .container-fluid {
      padding: 0 !important;
    }
    .event {
      padding: 0 !important;
    }
    .event .container {
      padding: 0;
    }
    .event-title {
      margin: 10px !important;
    }
    .event-title button {
      display: none;
    }
    .tab-pane ul {
      padding-left: 10px;
      padding-right: 10px;
    }
    .event .section_content {
      margin: 0;
    }
    .contact {
      padding: 0 !important;
    }
    h3 {
      font-size: 30px !important;
    }
}

/* ========================================

    COST OF THE EVENT

   ====================================== */

.event-cost {
  padding-bottom: 20px;
}

.pricing-table {
  clear: both;
  margin: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
}

.pricing-table-wrap {
  max-width: 1475px;
  margin: auto;
}

.pricing-table::after {
  display: table;
  content: "";
  clear: both;
}

.pricing-table > div {
    display: table-cell;
    /*float: left;*/
    width: 32%;
    min-height: 1px;
    color: #555;
    max-width: 390px;
}

.pricing-content {
    background-color: lightgray;
    border-radius: 5px;
    margin: 10px;
  /*border: 1px red solid;*/
  /*height: 28vw;*/
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-block {
    text-align: center;
    flex: 1
}

.pricing-content:hover {
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5); 
    transform: scale(1.04) translateY(-5px); 
    z-index: 1; 
    border-bottom: 0 none;
}

.pricing-header, .pricing-body, .pricing-footer {
  margin: 0 2%;
  padding: 5px 0;
  width: 96%;
}

.pricing-header {
    height: auto;
    /*text-transform: uppercase;
    display: inline-block;*/
    padding-bottom: 0;
    min-height: 90px;
}

.pricing-header-height {
  line-height: 100%;
  height: 100%;
  height: 85px;
}

.pricing-header-height-title {
  vertical-align: middle;
  display: inline-block !important;
  font-size: 1.5rem !important;
  margin-bottom: 0;
}

.pricing-header::after {
    display: table;
    content: "";
    clear: both;
}

.pricing-heading {
    font-size: 1.2rem;
    font-weight: bold;
    /*margin-bottom: 5px;
    float: left;
    width: 60%;*/
}

.pricing-price {
    color: #777;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    /*float: left;
    width: 40%;
  margin-bottom: 10px;*/
  font-weight: bold;
  width: 100%;
  padding: 5px 0;
  min-height: 85px;
}

.pricing-price p {
  padding-top: 15%;
}

.pricing-body {
  flex: 1
}

.pricing-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-body ul li {
    display: block;
    padding: 10px 20px;
    margin: 0;
}

.pricing-body ul li:nth-child(2n) {
    background-color: #fff;
}

.pricing-body ul li:nth-child(2n+1) {
    background-color: #f8f8f8;
}

.pricing-footer {
    /*position: absolute;
    bottom: 0;*/
    text-align: center;
    margin-bottom: 5px;
}

.pricing-button,
.pricing-button:link,
.pricing-button:visited {
    display: inline-block;
    padding: 7px 15px 5px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #333;
    color: #fff !important;
}

.pricing-popular {
    margin-top: -20px;
}

.pricing-popular .pricing-header {
    padding-top: 50px;
}

.pricing-popular .pricing-footer {
    padding-top: 60px;
}

.pricing-popular .pricing-price {
    color: #ff8888;
}

.pricing-popular .pricing-button {
    background: #ff8888;
    color: #fff !important;
}

.pricing-popular .pricing-button:hover {
    background: #333;
    color: #ff8888;
}

.gas_agr {
  /*width: 200px !important;
  height: 202px !important;*/
  border: 1px solid lightgray;
}

.gas_agr .container1 img {
  width: 200px;
  height: 200px;
}

.agr_grid {
  min-height: auto !important;
}

.og-grid li > a, .og-grid li > a img {
  background-color: white !important;
}

@media screen and (max-width: 1023px) {
    .pricing-table {
        margin: auto;
    }
    
    .pricing-table > div {
        float: none;
        width: 100%;
    }
    
    .pricing-table > div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .pricing-body {
        max-width: 100%;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .pricing-body ul li {
        display: inline-block;
        vertical-align: middle;
    }
    
    .pricing-body ul li:not(:first-child) {
        margin-left: -5px;
    }
    
    .pricing-body ul li:nth-child(2n) {
        background-color: #e8e8e8;
    }
    
    .pricing-footer {
        padding-top: 0;
    }
    
    .pricing-popular {
        margin-top: 0;
    }
    
    .pricing-popular .pricing-header,
    .pricing-popular .pricing-footer {
        padding-top: 30px;
    }

    .agr_grid {
      width: 100% !important;
    }

    .gas_agr {
      width: 100% !important;
      /*height: 100% !important;*/
    }

    .gas_agr .container1 img {
      width: 100%;
      height: 100%;
    }

    .agripreneurs.gas_agr > a{
      border-bottom: 1px solid #d3d3d3;
    }

    .event-agripreneurs .og-grid li {

      width: 280px !important;
      height: 280px;
    }
}
