/*
Theme Name:   Tyler child
Description:  Tyler child theme
Author:       symposiumpesticide
Author URL:   https://symposiumpesticide.org/
Template:     Tyler
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  tyler-child
markos edit
*/
/* Write here your own personal stylesheet */
/* Homepage */
#tile_media.mediabox-wrapper .btn-group-header {
  float: none !important;
  padding: 20px 0 !important;
}
#tile_media.mediabox-wrapper .btn-group-header a {
  width: 120px !important;
  font-size: 12px !important;
  padding: 5px 10px !important;
}
#tile_media.mediabox-wrapper .btn-group-header a:first-child {
  display: none !important;
}

.homepage-slider-submissions, .wpcf7 input.wpcf7-submit {
  background-color: #0072bb !important;
  color: #fff !important;
  border-color: #0072bb !important;
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 50px !important;
}

.homepage-slider-announcement {
  background-color: #fff !important;
  color: #0072bb !important;
  border-color: #0072bb !important;
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 50px !important;
}

.homepage-slider-announcement:hover {
  background-color: #0072bb !important;
  color: #fff !important;
  border-color: #0072bb !important;
}

.about-symposium-read-more {
  background-color: #f26323 !important;
  color: #fff !important;
  border-color: #f26323 !important;
}

.about-symposium-read-more:hover {
  background-color: #fff !important;
  color: #f26323 !important;
}

#tile_textcolumns h3 {
  font-size: 36px;
  font-weight: 300;
  color: #242424;
  line-height: 42px;
  margin: 0 0 12px;
}

.homepage-blue-big-buttons {
  padding: 20px 30px;
  font-size: 30px;
  font-weight: 400;
}

.homepage-committee {
  text-align: center;
}

.homepage-committee>.homepage-slider-submissions.homepage-blue-big-buttons {
  width: 51%;
}

.homepage-sponsors {
  text-align: left;
}

#tile_schedule, #tile_textcolumns.container.widget {
  margin-bottom: 0px !important;
}

/* Submit your proposal */
.wpcf7-radio span.wpcf7-list-item {
  display: block !important;
}

.wpcf7 input.wpcf7-email {
  font-size: 18px;
  background: #f1f1f1;
  border: none;
  box-sizing: border-box;
  padding: 0.9em;
  border-radius: 2px;
  outline: none;
  margin: 0 0 1em;
}

.session-list>.homepage-slider-submissions {
  margin-bottom: 20px !important;
  padding: 10px 20px 27px 20px;
}

.session-list>.homepage-slider-submissions>p {
  font-size: 18px !important;
}

.session-list>.homepage-slider-submissions span {
  font-size: 14px !important;
}

/* Footer */
.footer-content h4 {
  text-align: center;
  font-size: 17px !important;
  padding-bottom: 10px;
}

/* Venue page */
#Points_of_Interest_in_Venue_page {
  margin-top: 50px;
}

#Points_of_Interest_in_Venue_page ul {
  padding-left: 0px !important;
}

/* "Committee" page */
.speakers .photo img {
  max-width: 200px !important;
  width: 200px !important;
  height: 200px !important;
  border-radius: 50% !important;
}

.articles article .image img {
    max-width: 100% !important;
}

.articles article .image img {
    max-width: 100% !important;
}

/* ******************** */
/* **** Responsive **** */
/* ******************** */
@media only screen and (max-width: 991px) {
  .homepage-committee, .homepage-sponsors {
    text-align: center;
  }

  .homepage-slider-submissions, .homepage-slider-announcement {
    margin-bottom: 20px !important;
  }

  .mediabox-wrapper .btn-group-header {
    top: 0px !important;
  }

  footer .col {
    text-align: center;
  }

  /* Main menu mobile */
  li#menu-item-2233>ul.sub-menu {
    position: relative !important;
    top: 0px !important;
    left: 0 !important;
    width: 100% !important;
    border-top: 1px solid #35aadc;
    font-style: italic !important;
}


@media only screen and (max-width: 768px) {
  .homepage-committee>.homepage-slider-submissions.homepage-blue-big-buttons {
      width: 94%;
  }

  .landing, .landing .bg {
    height: 930px !important;
  }
}


@media only screen and (max-width: 359px) {
  .landing, .landing .bg {
    height: 1030px !important;
  }
}


/*.homepage-slider-submissions, .homepage-slider-announcement {
	margin: 35px 0 90px !important;
}*/