/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* Fix Static NavBar */
/*.home .x-navbar.x-navbar-fixed-top {
  position: static;
  z-index: -1;
}

/* Remove border*/
div.entry-wrap { 
	box-shadow: none;
}

.entry-wrap { 
	padding: 0px;
}

/* News spacing */
li.listing-item { padding-bottom: 20px;}

.widget_recent_entries ul {
  min-height: 327px;
}

.widget_recent_entries ul a {
	color: #f0a019 !important;
}

.widget_recent_entries .post-date  {
	color: #3d3db4 !important;
  text-align: right;
}

	
/* Add Zoom in Icon */
.zoom-in figure > a:before  {
  background-image:url(images/zoom-in-icon.png);
  content: "";
  position: absolute;
  display: block;
  font-size: 30px;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width:62px;
  height:62px;
} 

.zoom-in figure > a {
  position: relative;
  display: inline-block;
}

/* Disable border click */
a:focus, a.x-btn:focus, select:focus, 
input[type="file"]:focus, 
input[type="radio"]:focus, 
input[type="submit"]:focus, 
input[type="checkbox"]:focus, 
input[type="button"]:focus {
  outline: none;
}

/* Reduce Logo */
.x-brand img { width: 250px !important; margin-top: 5px; }

/* Search box */
.form-search { margin-top: 25px; color: #2d2d2d; margin-left: 20px; }

/* Footer */
footer.x-colophon.top { background-color: #565560;}
footer.x-colophon .widget { text-shadow:none; }
footer.x-colophon.top h4 { color: #FFFFFF;}
footer.x-colophon.top p { color: #E0E0E0; }
footer.x-colophon.top a { color: #F0DC00; }
footer.x-colophon.top a:hover { color: #ECEBDD; }
footer #text-3 { text-align: right; }

/* SubFooter */
footer.x-colophon.bottom { background-color: #3C3B45;}
footer.x-colophon.bottom a { color: #FFFFFF;}
footer.x-colophon.bottom a:hover { color: #F3AE3A;}


/* Contact form */
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {color: red;}
.wpcf7-list-item-label {margin-left: 10px;}