/*
 Theme Name:   Match Child
 Description:  Radeq Match child theme
 Author:       Radosław Barteczko
 Template:     match
 Version:      1.0.0
*/

@import url('../match/style.css');

.site-branding {
  position: relative;
}

.site-branding img.logo {
  position: absolute;
  right: 0; 
  float: right;
}

ul.primary-menu li.current_page_item {
  border-left: 4px solid #f07677;
  border-bottom: 4px solid #f07677;
  border-radius: 4px;
}

.header-custom {
  position: relative;
}

.countdown {
  width: 75%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  overflow: hidden;
  top: 0; left: 0; bottom: 0; right: 0;
}

.clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;	
  width: 100%;
}

.clock-canvas {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
}

.text {
  color: #fff;	
  font-size: 30px;
  font-weight: bold;	
  margin-top: -65px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  width: 100%;
}

.text .val {
  font-size: 50px;
  margin-bottom: 0; 
}

.text .type-time {
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .clock-item {
  }
}

@media (max-width: 767px) {
  .countdown {
    width: 90%;
    height: 70%;
  }

  .text .val {
    margin-top: 25px;
    font-size: 33px;
  }

  .text .type-time {
    font-size: 15px;
  }

  .clock-item {

    padding-left: 1px;
    padding-right: 1px;
    font-size: 0.8em;
  }
}


/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
  position: absolute;
  width: 100%;
  height: 50%;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  top: 20%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
  position: absolute;
  text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 300%;
  margin-top: 0.4em;
  font-weight: bold;
}
