/*
 Theme Name:     Tansy Child
 Theme URI:      http://iwebdc.com/demo/tansy/
 Description:    Tansy Child Theme
 Author: iWebdc
 Author URI: http://themeforest.net/user/iwebdc
 Template:       tansy
 Version:        1.0.0
*/

/* add custom CSS code bellow */

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent !important;
}

.footer {
  padding-bottom: 0px !important;
}

.footer-top {
  padding-bottom: 0px !important;
}

.footer-top .row {
  border-bottom: 0 none transparent !important;
}

.vc_slide {
	max-width: 100%;
}

@media (max-width: 768px) {
	
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		max-width: 80% !important;
	}
}

.info-box-subtitle > a {
  color: inherit;
  text-decoration: none;
}

.entry-header {
  display: block;
}

@media (min-width: 768px) {
	
.logo.col-xs-12.col-sm-3 {
  width: 30%;
}

.col-sm-9.header-right {
  margin-top: 5px;
  width: 70%;
}
	
}

.page .featured-image {
    display: none;
}
