/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*  SENDER.NET FORM */
.senderForm .form-label {margin-bottom: 5px; }
.senderForm .form-email input {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;

  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.senderForm .form-email input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 0 8px rgba(102,175,233,.075);
}
.senderForm .form-submit .btn {
  color: #060606 !important;
  background-color: #5ab6fc !important;
  display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*  CALENDAR */
.eventon_list_event { border: 2px solid white; }
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after {
    /* content: "";
    background-color: #5F5F5F;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
    opacity: 0.5;
}
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover::after{opacity: 0.9;}



.single .post:not(.type-event) .post-thumbnail {
  width: 50%;
  float: left;
  /* margin-top: 10px; */
  margin-right: 20px;
}

.post-meta .entry-meta {
  justify-content: flex-start;
  border-bottom: 1px solid silver;
}

.single .post-meta {
  margin-bottom: 20px;
}


/********  tečka mezi post meta */

/* .entry-meta>a:after, .entry-meta>span:after, .portfolio-categories>a:after, .portfolio-categories>span:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
} */



/*******  TABLE  *********/
table {
  width:auto;
  font-size: 12px;
  line-height: 16px;
}
table td {padding: 4px; width:auto !important;}
table tr:hover {background-color: #ffff99;}

@media only screen and (max-width: 640px) {
table {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}

/*  BUTTON  přihláška */
.default-btn-shortcode {
  margin-bottom: 20px;
}

/*  SVG logo suport */

.my_svg_logo{
height: 80px!important;
}


/* FOOTER Telefony */
#presscore-contact-info-widget-2 .widget-info a {
  text-decoration: none;
}
#presscore-contact-info-widget-2 .widget-info a:hover {
  text-decoration: underline;
  color: #2393dd;
}
