.header-inner {
	position:relative;	
}

/* #cb-row {background-image:none !important}; */

#characters, #reviews, #author, #contact {
	background-image:url(/wp-content/uploads/2021/03/dot-background-large-3.jpg) !important;
}
/* 
.vc_custom_1615582475643 {background-image: none !important;} */

.main-header .header-sticky-wrapper.affix-wrap .header-sticky.affix
  {
	background-color: #f1ece7 !important;
}
.mobile-header.header-1 .header-sticky-wrapper.affix-wrap .header-sticky {
	background-color:#f1ece7 !important;
}

.mobile-header.header-1 {
	background-color:#f1ece7 !important;
}

.logo-header {z-index:99;}

.gf-page-title {
	background-color: #faf7f2 !important;
}

.main-menu {
	position:absolute;
	top: 140px;
	background-color: rgba(184,157,141,.25);
}

#left-menu {
	position:absolute;
	padding-left:35px;
	width: 49.4vw;
	justify-content: left;
	-webkit-box-pack:right;
	-ms-flex-pack:right;
}

#right-menu {
	position:absolute;
	justify-content:right;
	padding-right: 35px;
	width:49.4vw;
	-webkit-box-pack:left;
	-ms-flex-pack:left;
	
}

.main-menu .menu-item {
	padding: 0;
	margin: 0 25px;	
}

.main-menu .menu-item a:after {
	font-family: 'FontAwesome';
    content: '\f111';
    margin:-22px 0 10px 15px;
    color: #f00;
	font-size: .75rem;	
}

.main-menu .menu-item:last-child a::after {
	content:"";
}

.main-menu .no-line.menu-item  a::before {
	height: 0;
}

.main-menu .menu-item a {
	text-transform:none;
	font-size:20px;
	font-weight: normal;
	
}

/*menu on scroll*/
.affix #right-menu {
	padding-right: 80px;
}

.affix .main-menu {
	position:fixed;
	top: 0px;
	background-color: #f1ece7;
}

.main-logo img {
	position:absolute;
   left: calc(50vw - 210px);
	z-index:99;
	top: 15px;
}

.mobile-header {
	background-color
}

.mobile-logo-header {
	justify-content:center;
	width: 100%;
}

.mobile-logo-header	.main-logo img {
	position:relative;
	left:0;
	right:0;
	top:-5px;   
}

/*sticky menu on scroll*/
.header-sticky.affix .main-logo img {
	width:250px;
	position:absolute;
   left: calc(50vw - 125px);
	height:auto;
	padding: 0px;
	top:0;
}

/*****END MAIN HEADER AND MENU*****/

#hero-image {
	margin-top: -250px;
}

#hero-image .vc_column-inner {
	padding: 0;
}

/*styling for character section*/
#character-container {
max-width: 1140px;
	margin: 0 auto;
	margin-top: -50px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row-wrap;
	        flex-flow: row-wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.grid-item{
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-ms-flex: auto;
	width:500px;
	position: relative;
	padding: 0 25px;
	max-height:300px;
 }

/*begin styling for grid item stacked*/
.grid-item_stacked{
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-ms-flex: auto;
	width:500px;
	position: relative;
	padding: 0 25px 25px 25px;
	max-height:575px;

 }
.grid-item_stacked .grid-item_label {
	margin-bottom:20px;
}

.grid-item-inner-stacked .grid-item_label h4 {
	margin-top: 0;
	text-align:center;
}

.grid-item_stacked .grid-item_image {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	height: 350px;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	margin-top: 20px;
}

.grid-item_stacked .grid-item_image img {
	height: 350px;
	width:auto;
}

.grid-item_stacked .grid-item_text {
	margin: 20px 0;
	width: 100%;
  position: relative;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(-0%, -0%);
          transform: translate(-0%, -0%);
text-align:center;
}

#contact-form-container input, #contact-form-container textarea, #subscribe-email input  {
	border: 1px solid rgba(51,51,51,.1);
}

#grid-side-by-side-outer-container {
	display:none;
}

/* #author-image-container vc_column-inner .vc_custom_1615344946592 {
	background-image:none !important;
} */

.post-single {
	padding: 0 50px;
}

.single-post .page-title-inner {
	padding: 0;
}

.single-post .page-main-title {
	display:none;
}

#post-145 .has-background {
	background-color:none;
}

/*media queries for ipad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	header .container {
		margin:0;
		padding: 0 20px;
		max-width: 100%;
	}
}

/* iPad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#hero-image {
		margin-top: -120px;
	}
	
	.grid-item_stacked .grid-item_image {
		height: 275px;
	}
	
	.grid-item_stacked .grid-item_image img{
		height: 270px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#author-image-container {
		display:flex;
		align-items:baseline;
	}
	
	#contact-form-container .wpb_wrapper {
		display:flex;
		justify-content:center;
	}
}

/*media queries for phone in portrait*/
	@media only screen 
  
  and (max-device-width: 667px) 
  
		and (orientation: portrait){
				
	#hero-image {
	  margin-top: -50px;
	}
	
	.s1 img {
		width: 55px;
	}
	
	#grid-item-stacked-container .textwidget p {
		display:none !important;
	}
	
  .grid-item {
    flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		padding:0 25px;
  }
	
  .grid-item_stacked .grid-item_label {
		margin-bottom: 0;
	margin-top: 30px;
	}
	
	.grid-item_stacked .grid-item_image {
		height: 225px;
		margin-top: 0;
	}
	
	.grid-item_stacked .grid-item_image img {
		height: 80%;
		margin-bottom: 0;
	}
	
	.grid-item_stacked .grid-item_text {
		left:0;
		padding: 0 3%;
	}
	
	.wpcf7-form-control {
		width: 100%;
	}
}

/*iphone in landscape*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (orientation: landscape) {
	
		#hero-image {
	     margin-top: 0px;
     }
		
		.grid-item_stacked .grid-item_image img{
		height: 250px;
		margin-top: 0;
		margin-bottom: 0;
	}
		
		.wpb_wrapper #author-image {
			display:flex;
			justify-content:center;
		}
		
}

/* new */

/* heading spacing*/
.vc_custom_1618238159978 {
    margin-bottom: 52px !important;
    margin-top: 28px;
}

/* input transparent, backgroud looks better */
.skin-light input[type="color"], .gf-skin .skin-light input[type="color"], .gf-skin .gf-skin .skin-light input[type="color"], .gf-skin .gf-skin .gf-skin .skin-light input[type="color"], .skin-light input[type="date"], .gf-skin .skin-light input[type="date"], .gf-skin .gf-skin .skin-light input[type="date"], .gf-skin .gf-skin .gf-skin .skin-light input[type="date"], .skin-light input[type="datetime"], .gf-skin .skin-light input[type="datetime"], .gf-skin .gf-skin .skin-light input[type="datetime"], .gf-skin .gf-skin .gf-skin .skin-light input[type="datetime"], .skin-light input[type="datetime-local"], .gf-skin .skin-light input[type="datetime-local"], .gf-skin .gf-skin .skin-light input[type="datetime-local"], .gf-skin .gf-skin .gf-skin .skin-light input[type="datetime-local"], .skin-light input[type="email"], .gf-skin .skin-light input[type="email"], .gf-skin .gf-skin .skin-light input[type="email"], .gf-skin .gf-skin .gf-skin .skin-light input[type="email"], .skin-light input[type="month"], .gf-skin .skin-light input[type="month"], .gf-skin .gf-skin .skin-light input[type="month"], .gf-skin .gf-skin .gf-skin .skin-light input[type="month"], .skin-light input[type="number"], .gf-skin .skin-light input[type="number"], .gf-skin .gf-skin .skin-light input[type="number"], .gf-skin .gf-skin .gf-skin .skin-light input[type="number"], .skin-light input[type="password"], .gf-skin .skin-light input[type="password"], .gf-skin .gf-skin .skin-light input[type="password"], .gf-skin .gf-skin .gf-skin .skin-light input[type="password"], .skin-light input[type="search"], .gf-skin .skin-light input[type="search"], .gf-skin .gf-skin .skin-light input[type="search"], .gf-skin .gf-skin .gf-skin .skin-light input[type="search"], .skin-light input[type="tel"], .gf-skin .skin-light input[type="tel"], .gf-skin .gf-skin .skin-light input[type="tel"], .gf-skin .gf-skin .gf-skin .skin-light input[type="tel"], .skin-light input[type="text"], .gf-skin .skin-light input[type="text"], .gf-skin .gf-skin .skin-light input[type="text"], .gf-skin .gf-skin .gf-skin .skin-light input[type="text"], .skin-light input[type="time"], .gf-skin .skin-light input[type="time"], .gf-skin .gf-skin .skin-light input[type="time"], .gf-skin .gf-skin .gf-skin .skin-light input[type="time"], .skin-light input[type="url"], .gf-skin .skin-light input[type="url"], .gf-skin .gf-skin .skin-light input[type="url"], .gf-skin .gf-skin .gf-skin .skin-light input[type="url"], .skin-light input[type="week"], .gf-skin .skin-light input[type="week"], .gf-skin .gf-skin .skin-light input[type="week"], .gf-skin .gf-skin .gf-skin .skin-light input[type="week"], .skin-light input:not([type]), .gf-skin .skin-light input:not([type]), .gf-skin .gf-skin .skin-light input:not([type]), .gf-skin .gf-skin .gf-skin .skin-light input:not([type]), .skin-light textarea, .gf-skin .skin-light textarea, .gf-skin .gf-skin .skin-light textarea, .gf-skin .gf-skin .gf-skin .skin-light textarea, .skin-light select, .gf-skin .skin-light select, .gf-skin .gf-skin .skin-light select, .gf-skin .gf-skin .gf-skin .skin-light select {
    color: #696969;
    background-color: transparent;
}
/*input border*/
#contact-form-container input, #contact-form-container textarea, #subscribe-email input {
    border: none;
    border-bottom: 1px solid rgba(51,51,51,.1);
}

/*header container*/
.mobile-header-inner.clearfix.d-flex.align-items-center {
    height: 70px;
}

/* header logo*/
.mobile-logo-header img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-height: 70px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*book img */
element.style {
    background-image: url(https://i0.wp.com/claudiabrooke.com/wp-content/uploads/2021/03/claudia-brooke-homepage-main-image.png?fit=4000%2C2667&ssl=1);
    padding-bottom: 76.675%;
}

/* spacing after book img*/
.space-607697eab6949 {
    height: 0px  !important;
}

/*Blockquote text color*/
span.s1 {
    color: #333333;
}

/*Read a chapter changes*/
p.p3 {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
}
.wpb_single_image .vc_single_image-wrapper {
    max-width: 80%;
}

.vc_single_image-wrapper.vc_box_border_grey {
    margin: 40px;
}

.wp-block-group.has-background {
    padding: 0;
}

.wp-block-spacer {
    height: auto !important;
}

.gsf-slider-container .owl-stage-outer {
    margin-top: -70px;
    margin-bottom: -70px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.vc_custom_1618238159978 {
    margin-bottom: 52px !important;
    margin-top: 0;
}

.gf-heading.gf-heading-style-3 {
    margin: 20px;
}

.wpnbha.image-alignleft .post-has-image, .wpnbha.image-alignright .post-has-image {
    display: flex;
    flex-direction: column;
}

.entry-wrapper {
    margin-top: 10px;
}

.gf-entry-content .wp-block-columns, .gf-entry-content .wp-block-group, .gf-entry-content .wp-block-group.has-background, .gf-entry-content .wp-block-search, .gf-entry-content ul.wp-block-categories, .gf-entry-content ul.wp-block-archives, .gf-entry-content .wp-block-archives.wp-block-archives-dropdown, .gf-entry-content ol.wp-block-latest-comments, .gf-entry-content .wp-block-media-text, .gf-entry-content .wp-block-rss, .gf-entry-content .wp-block-latest-posts, .gf-entry-content .wp-block-latest-comments, .gf-entry-content .wp-block-archives, .gf-entry-content .wp-block-categories {
    margin-bottom: 0;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 400px) {
	
.vc_single_image-wrapper.vc_box_border_grey {
    margin: 20px;
}
		
}