/* Enter Your Custom CSS Here */

/*.tp-caption a {
    color: #ffa500;
}

.tp-caption a:hover {
    color: #ffa500;
}

.tp-caption a {
   color:#ffa500;
   text-shadow:0 2px 5px rgba(0, 0, 0, 0.5);
} 

@media (max-width: 600px) {}
*/

.videoshadow { 
	-webkit-box-shadow: 0 16px 12px -12px black;
	-moz-box-shadow: 0 16px 12px -12px black;
	box-shadow: 0 16px 12px -12px black;
}

.attachment-kleo-full-width.wp-post-image {width: auto; margin-top: 72px;}

.sidebar {
margin-top: 72px;
}

.widget widget-search {
padding: 10px 0;
}

.feature-item.default-icons-size.center-icons .feature-icon, .feature-item.big-icons-size.center-icons .feature-icon {
    left:50%
    right: 50%
}
 
.kleo-main-header.header-normal {
  background-color: rgba(0,0,0,0.4) !important;
}

input {
   border: 0;
   padding: 10px;
   font-size: 18px;
}

input[type="submit"] {
   background: #ffa500;
   color: white;
   display: inline-block;
}

input[type="email"]
{
  	width: 400px;
	display: inline-block;
} 

a.btn.orange-button {
  background-color: #de9611;
  border-color: #de9611;
}