/*
Theme Name:     Brown Child
Description:    Child theme of the Brown Theme
Author:         Baimai Studio
Author URI:     http://baimaistudio.com
Template:       brown-theme
Version:        1.0.0
*/

/* ------- Insert custom styles below this line ------- */

.hero .col-text {
margin-top: 0;
}

body.boxed .section {
padding-bottom: 0;
}

h1 {
	margin-bottom: 10px;
	line-height: .8em !important;
}

h1.branding {
	margin-top: 0;
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.hero .branding {
	margin: 0 0 10px 0;
}

body.boxed .twoImages {
	padding-top: 0;
}

a:hover {
	text-decoration: underline;
}

.menu-top-menu-container a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 1106px) {
	.large-9 {
		width: 66%;
	}
	.large-3 {
		width: 34%;
	}
}

.button {
	float: left;
	margin-right: 8px;
}

.element-semi-round .lt-button {
	text-decoration: none;
}

h1.branding {
	display: none;
}

.col-book {
	display: none;
}

.hero {
	height: 70px;
}

.vc_figure {
	margin-bottom: 20px;
}

.socialMediaHome {
	text-align: center !important;
}
.social-media-home {
	text-align: center;
}

@media only screen and (min-width: 1106px) {
	body.boxed #content {
		padding-bottom: 40px;
	}
}

.book-title p {
	line-height: 1.4em;
	margin-bottom: 5px;
}

.subtitle-span {
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 12px;
}

.subtitle2-span {
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 12px;
}

.author-span {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 8px;
}

.author2-span {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 8px;
}

.fb-book-share {
	float: left;
	margin-right: 8px;
	line-height: 1em;
}

.tweet-book {
	float: left;
	line-height: 1em;
}

.social-media-contact {
	margin-bottom: 0;
}

.box-icon.p-icon-left .feature-content, .box-icon.p-icon-right .feature-content {
	padding: 0 0 0 45px;
}

.box-icon.p-icon-left .feature-icon, .box-icon.p-icon-right .feature-icon {
	font-size: 25px;
	margin: 6px auto 30px;
}

p.credits {
	margin-bottom: 5px;
}

.wpb_wrapper .vc_figure {
	margin-bottom: 5px;
}

a img:hover {
	opacity: 0.65;
}

.mini-book .edge-border {
	border-right: 0;
	border-left: 0;
}

.mini-book .edge {
	background: none;
}

.news-image-preview {
	float: left;
	margin: 5px 30px 20px 0;
	width: 180px;
	height: 127px;
	display: block;
}
/* article .news-image-preview  img{
	max-width: none;
	width: 94%;
	height: 100%;
	margin-bottom: 0;
} */
p {
	margin: 0 0 15px 0;
}

.soliloquy-container {
	margin: 0 auto 50px !important;
}

.soliloquy-theme-classic .soliloquy-pager {
	margin: 0px auto -37px !important;
	text-align: center !important;
}

#customize-box {
	display: none;
}

@media only screen and (max-width: 1024px) {
.wpb_wrapper h1 {
	margin-top: 20px;
	line-height: 1.2em !important;
	}
}

@media only screen and (max-width: 1105px) {
body {
	text-align: left;
	}
}

/* ===== EL styles ===== */
/* .owl-controls .owl-nav{top:30%;} */

.srch-form {
  //position: relative;
  width: 44px;
}

.srch-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 40px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.srch-wrapper.open {
  width: 400px;
}
.searchitem{
  height: 46px;
}
.srch-input {
  position: relative;
  background-color: transparent;
  height: 44px;
  line-height: 26px;
  padding: 5px 10px 5px 32px !important;
  box-sizing: border-box;
  border: 2px solid #ddd;
  border-radius: 100px;
  margin: 0;
  width: 100%;
}
.srch-input:focus {
  outline: none;
  border-color: #aaa;
}

.srch-button {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #ddd;
  width: 44px;
  height: 44px;
  text-align: center;
}
.srch-button:focus {
  outline: none;
}

.srch-input:focus + .srch-button,
.srch-button:hover {
  color: #aaa;
}

#primary-nav .menu > li.searchitem:after, #primary-nav .menu > li.searchitem:before{
 content: none;
}
.element-light .vc_newsletter input[type='text']::-ms-clear{
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

@media only screen and (max-width: 1105px){
  #primary-nav .menu {
      position:relative;
  }
  .srch-wrapper{
    left:0;
  }
  .srch-wrapper.open {
    width: 80%;
  }
  #primary-nav .menu .searchitem{
    line-height: 3em;
  }
}