/*
Theme Name: Customify Child
Theme URI: http://example.com/customify-child/
Author URI: http://example.com
Template: customify
Text Domain: customify-child
*/

#page-titlebar {
  display: none;
}

.void-grid .entry-meta {
  display: none;
}

.void-grid .minimal .entry-header {
  border: none;
}

/*.home #masthead-inner .header-main-inner {
  position: absolute;
  top: 0px;
  z-index: 200;
  width: 100%;
  background-color: rgba(0,0,0,0.6);;
}

.home #main {
  padding-top: 0px;
}*/

.site-hero .sow-slider-image-wrapper .hero-text-holder {
  width: 33.33%;
  padding: 20px;
  position: absolute;
  bottom: 20px;
}

#sidebar-primary .sidebar-inner .widget:first-child .widget-title {
  margin-top: 0px;
}

.ow-button-base a.button-style {
  padding: 0.8em 2.8em;
}

.ow-button-base a.button-style:hover {
  background-color: #337843 !important;
  border-color: #337843;
  color: #FFF !important;
  text-decoration: none;
}

.items-feed {
  margin: -10px;
  font-size: 0px;
}

.news-index .item-panel > div {
  background-color: #FFF;
}

.news-index .flexbox-hero img {
  border: 1px solid #fff;
}

.ponentes-index .flexbox-hero img {
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0px auto;
  width: 96px !important;
}

.ponentes-index h4 {
  /*color: #FFF;*/
}

.ponentes-index .widget-title {
  /*color: #FFF;*/
}

.news-index .item-panel .flexbox-info {
  padding: 20px;
}

.ponentes-index .flexbox-info {
  /*color: #FFF;*/
  text-align: center;
}

.program-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0px;
  margin-bottom: 60px;
}

.program-part {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-bottom: 20px;
}

.program-part .program-hour {
  text-align: center;
  padding: 20px 10px;
  border-bottom: 1px solid #337843;
  position: relative;
  font-size: 14px;
}

.program-part .program-info {
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  white-space: initial;
}

.program-part .program-hour:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #337843;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
  border: 2px solid #FFF;
}

.program-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.program-wrapper::-webkit-scrollbar {
  height: 10px;
  background-color: #F5F5F5;
}

.program-wrapper::-webkit-scrollbar-thumb {
  background-color: #337843;
}


.presentaciones-template-default .entry-title,
.presentaciones-template-default .entry-meta {
  display: none;
}

#page.popup-veil:before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}
.popup-box {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 600px;
  width: 100%;
  padding: 10px;
  z-index: 101;
}
.popup-box > div {
  position: relative;
  border: 1px solid #F4F4F4;
  background-color: #FFF;
  color: #606060;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: left;
  max-height: 420px;
  overflow-y: scroll;
  height: 100%;
}

.popup-box h4 {
  color: #606060;
}

.popup-button {
  cursor: pointer;
  color: #337843;
  border: 1px solid ;
  display: inline-block;
  padding: 6px 20px;
}

.popup-button:hover {
  color: #FFF;
  background-color: #337843;
}

.popup-box .popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.popup-box .popup-close:hover {
  color: red;
}

.toggle-background:hover img {
    transform: scale(1);
}
.toggle-background img {
  transform: scale(0.8);
  transition: transform .3s;
}


.edition-button span {
  line-height: 30px;
}

.edition-button .sow-icon-fontawesome {
  font-size: 46px !important;
}

@media (min-width: 768px) {
  .program-part {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .site-hero .sow-slider-image-wrapper .hero-text-holder {
    width: 80%;
    padding: 10px;
  }
}


.more-spacing {
  padding: 20px !important;
}

.row-inline.row-middle [class^="col-"],
.row-inline.row-middle [class*=" col-"] {
  vertical-align: middle;
}

.row-inline.row-middle {
  text-align: center;
}

/*

SET VALUES

*/

.set-font {
  font-size: 16px;
}

h4.widget-title {
  font-size: 2.1em;
  line-height: 1.216;
  color: #373737;
  font-weight: 400;
}

h3 {
  font-size: 1.75em;
  line-height: 1.25em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #337843;
}


h4 a {
  color: inherit;
}

.no-title .widget-title {
  display: none;
}

.item-veil {
	position: relative;
}
.item-veil:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}

.absolute-middlecenter,
.absolute-topleft,
.absolute-topright,
.absolute-topcenter,
.absolute-bottomcenter,
.absolute-bottomleft,
.absolute-bottomright {
    position: absolute;
}
.absolute-middlecenter {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.button-wrapper .button-style {
  color: #fff;
  background: #ffa556;
  padding: 0.8em 2.8em;
  border-radius: 1.4em;
}

.button-wrapper a.button-style:hover {
  background-color: #ffcca8;
}

/*______ FLEXBOX PANEL ______*/

.flexbox-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.flexbox-hero {
  ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  min-width: 122px;
  margin-right: 20px;
  position: relative;
}

.flexbox-info {
  position: relative;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  min-width: 200px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.column .item-panel .flexbox-panel {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: block;
}

.column .flexbox-hero {
  margin-right: 0px;
}

.column .flexbox-hero img {
  display: block;
}

.item-date {
  position: absolute;
  top: 60px;
  right: -10px;
  border: 1px solid #fff;
  background-color: #FFF;
  padding: 4px 10px;
  width: 60px;
  color: #337843;
}

.item-date span {
  display: block;
  text-align: center;
  line-height: 1.1em;
}

.item-date span.item-month {
  text-transform: uppercase;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .item-panel .flexbox-panel {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: block;
  }
}

/**/

#countdowntimer-2-dashboard {
  margin-top: 100px;
  text-align: center;
}

#countdowntimer-2-dashboard .circle-dash,
#countdowntimer-2-dashboard .circle-tripdash {
  border: 2px solid #FFF;
  color: #FFF;
  background-color: rgba(0,0,0,0.6);
  width: 160px;
  height: 160px;
  font-weight: bold;
  border-radius: 50%;
}

#countdowntimer-2-dashboard .circle-digit {
  font-size: 32px;
  font-weight: normal;
}

@media (min-width: 768px) {
  #countdowntimer-2-dashboard {
    margin-top: 100px;
  }
}

/*
BOOTSTRAP
*/

.row-float {
  overflow: hidden;
  margin: -10px;
}

.row-float [class^="col-"],
.row-float [class*=" col-"] {
  float: left;
}

.row-inline {
	margin: -10px;
  font-size: 0px;
}

.row-inline [class^="col-"],
.row-inline [class*=" col-"] {
  display: inline-block;
  vertical-align: top;
}

[class^="col-"],
[class*=" col-"] {
	position: relative;
  min-height: 1px;
  padding: 10px;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2-4 {
  width: 20%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}


@media (min-width: 500px) {
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-2-4, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2-4 {
  	width: 20%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7, 
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    display: inline-block;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }

	.col-md-1-9 {
    width: 11.111111%;
  }
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    display: inline-block;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}


