form#gform_4 input#gform_submit_button_4, a.button.donate {
	background-color:#D22073;
	color:#fff;
	font-weight:bold;
}
form#gform_4 input#gform_submit_button_4:hover, a.button.donate:hover {
	background-color:#D22073;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

input#choice_4_7_1, input#choice_4_7_2, input#choice_5_14_0, input#choice_5_14_0 {margin-top:0;}
label#label_4_7_1, label#label_4_7_2, label#label_5_14_0, label#label_5_14_0 {vertical-align:top;}

section#wpcw_social-2.widget.wpcw-widgets.wpcw-widget-social {margin:0 auto; text-align:center;}

section#wpcom_social_media_icons_widget-2 {text-align:center;}
.widget_wpcom_social_media_icons_widget .genericon {
font-size: 32px;
	
}

.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #CE1767;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #CE1767;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #CE1767;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background-color: #CE1767;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #CE1767;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #CE1767;
  bottom: -4px;
}

.timeline-item {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  position: relative;
}

.flag {
  position: relative;
  display: inline-block; 
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
  top:0;
}

.timeline-item .flag:after {
  content: "";
  position: absolute;
  left: 25%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.timeline-item:nth-child(odd) .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.timeline-item:nth-child(even) .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.timeline-item .time-wrapper {
  float: none;
}


.time {
  background-color: #CE1767;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em 1em 0 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}
.desc p {
  margin:0 0 1em 0;
}
.desc p:last-child {
  margin-bottom:0;
}

.timeline-item .desc {
  position: relative;
  padding: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline li:nth-child(even) > .timeline-item .hexa {
    left: auto;
    right: -28px;
  }

  li:nth-child(even) > .timeline-item {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  li:nth-child(odd) > .timeline-item {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
    max-width:175px;
  }

  li:nth-child(even) > .timeline-item .flag:after {
    left: auto;
    right: -16px;
    top: 25%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  li:nth-child(odd) > .timeline-item .flag:after {
    top: 25%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  li:nth-child(even) > .timeline-item .time-wrapper {
    float: left;
  }

  li:nth-child(odd) > .timeline-item .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  li:nth-child(even) > .timeline-item .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }
  
  li:nth-child(even) > .timeline-item {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  li:nth-child(odd) > .timeline-item {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}