/* Articles */

article #post-title.teaser-footer {
display: none;
}

article #post-footer {
display: none;
}

.teaser-footer {
 display: none;
}

article .attachment-featured-full {
display: none;
}

article #post-title {
  font-size: 36px;
  padding: 1%;
  float: center;
  text-align: center;
  color: #fff;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.prize {
  font-size: 20px;
  float: right;
  height: auto;
  width: auto;
  color: fff;
  background: #ffa454;
  background-image: -webkit-linear-gradient(top, #ffa454, #db7100);
  background-image: -moz-linear-gradient(top, #ffa454, #db7100);
  background-image: -ms-linear-gradient(top, #ffa454, #db7100);
  background-image: -o-linear-gradient(top, #ffa454, #db7100);
  background-image: linear-gradient(to bottom, #ffa454, #db7100);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
}

.heading-small {
  font-size: 20px;
  line-height: 50px;
  color: #1F5DA1;
}

.tag {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 5px 10px 5px 10px;
  margin-bottom: 20px;
  float: center;
  text-align: center;
  color: #fff;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.border {
	border-right: solid 1px #eee;
}

.num {
    display: inline-block;
    height: 23px;
    width: 23px;
    line-height: 23px;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    background-color: #2882CE;
    color: #fff;
    text-align: center;
}

.tag-org{
  display: inline-block;
  height: auto;
  padding-left: 10px;
  border-left: solid #ff6100 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-small-2 {
  font-size: 20px;
  line-height: 50px;
  color: #1F5DA1;
  float: center;
  text-align: center;
}

.text-center {
  float: center;
  text-align: center;
}

.tag-grn {
  display: block;
  float: center;
  text-align: center;
  height: auto;
  width: 200px;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: #47d110; /* Old browsers */
  background: -moz-linear-gradient(top, #47d110 0%, #299a0b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #47d110 0%,#299a0b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #47d110 0%,#299a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Responsive*/


@media only screen and (max-width : 992px){
.resp-space {
  height: 20px;
  width: auto;
  display: block;
  }
article #post-title{
  font-size: 30px;  
  }
.prize {
  float: none;
  text-align: center;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  }
.border {
  border-bottom: solid 1px #eee;
  border-right: none;
}
  
#primary-menu li {
  font-size: 14px;
  padding: 16px 14px !important; 
}
  
}

/* Form */
.wpcf7 p {
  color: #666;
  font-weight: bold;
  font-size: 14px;
}

input {
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

input[type=submit], input[type=reset]  {
  color: #2060a4;
  border: 2px #2060a4 solid;
  font-size: 20px;
  border-radius: 4px;
  outline: 0;
  overflow:hidden;
  background: none;
  cursor: pointer;
}

input[type=submit]:hover, input[type=reset]:hover {
  color: #fff;
  background-color: #2060a4;
}

@media only screen and (max-width : 768px){
  input[type=text], input[type=email], input[type=password], input[type=search], textarea {
   width: 100%;
  }
}

button, input, optgroup, select, textarea {
	color: #000;
}

/* main */
.teaser-title a {
 font-size: 18px;
}

/* menu */

#primary-menu li a {
  color: #bebfbf;
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}

#primary-menu li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

#primary-menu li a:hover:after { 
    width: 100%;
	background: #fff;
}

@media only screen and (max-width: 768px) {
  #primary-menu li {
  	float: center;
    text-align: center;
  }

}

/* Header */
@media only screen and (max-width: 768px) {
header #header-logo img {
	width: 300px;
    height: auto;
}
}

/* Footer */
footer p {
	color: #bebfbf;
}

footer a {
	color: #bebfbf !important;
}