/*
Theme Name: Anthein Child
Theme URI: http://themewing.com/wordpress/anthein/
Author: themewing & Denis Bouquet
Author URI: http://themewing.com/
Description: Child Theme for anthein
Template: anthein
Version: 1.0
Text Domain: anthein-child
*/

.btn-simple:hover {
    letter-spacing: 1px;
}

.btn-simple:hover i {
    transform: translateX(4px);
    transition: all .3s;
}

.featured-image svg, .svg-container svg {
    width: 100%;
    height: auto;
}


.entry-blog-classic .featured-image {
    padding: 20px;
    background: #fff;
}

.entry-blog svg {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-listing .entry-blog-classic .entry-content {
    border: 0;
}
.col-listing .entry-blog-classic {
    border: 1px solid #eee;
}

.logo-branding span {
    line-height: 1;
}
.type-container {
    display: none;
}
.options-type {
    display: none;
}




.nav-search-quote {
	padding: 2px;
}
.topbar .nav-search {
	margin-left: 0;
	padding: 0 10px;
	border: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media only screen and (max-width: 600px) {
	.topbar {
		display: none;
	}
	
	.entry-blog-listing .entry-blog-list-left, .entry-blog-listing .entry-blog-list-left+.entry-blog-list-right {
		width: 100%;
		padding: 0 !important;
		float: none;
	}
	.post-navigation .nav-previous, .post-navigation .nav-next {
		width: 100%;
		border: 0;
	}
	.special-title span {
		display: none;
	}
	.main-content-wrap #content {
		padding-left: 0;
		padding-right: 0;
	}
	.post-pagination ul {
		line-height: 50px;
	}
	body.boxwidth .copyright>.container {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
}