/*
Theme Name: Daisho Child
Theme URI:
Author:
Author URI:
Description: Child theme for Daisho theme.
Template: daisho
Version:
License:
License URI:
Tags:
Text Domain:
*/

@import url("../daisho/style.css");

.post-2455 .cb-title{
	/*padding:30px 0 0 80px;*/
	padding:30px 0 0 0px;
}
.post-2455 .cb-title.a{
	background:url('images/1.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.b{
	background:url('images/2.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.c{
	background:url('images/3.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.d{
	background:url('images/4.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.e{
	background:url('images/5.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.f{
	background:url('images/6.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.g{
	background:url('images/7.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.h{
	background:url('images/8.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.i{
	background:url('images/9.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.j{
	background:url('images/10.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.k{
	background:url('images/11.jpg') 70px top no-repeat;
}	
.post-2455 .cb-title.l{
	background:url('images/12.jpg') 70px top no-repeat;
}	

.site-footer .footer-client-logos img{
	max-width:100%;
	width:auto;
	margin:18px 0px;	
}


/* Green Colour Update */
.nav-menu > .current_page_item > a, .nav-menu > .current-menu-item > a{
	color:#00ac8f;	
}
.site-footer .footer-fa a:hover{
	color:#00ac8f;	
}

.menu-item[class^="modernpicrograms-icon-"] > a:hover, .menu-item[class*=" modernpicrograms-icon-"] > a:hover{
	color:#00ac8f;	
}

/* Intro Sentence Colors */

/*To edit homepage colour, change it in the inline css in the page editor */


.page-id-3889 .page-description{ /*Overview */
	color:#00ac8f;	
}

.page-id-2455 .page-description{ /*Chapters */
	color:#757dbb;	
}

.post-type-archive .page-description{ /*Writers */
	color:#fca74c;	
}

.page-id-31 .page-description{ /*Buy The Book */
	color:#ed168d;	
}

body.blog .page-description{ /*blog */
	color:#5abb47;	
}

.info-box{
	background-color:#383e94;
	background: rgba(56,62,148, 1); 	
}

.rbp-content{
	background-color:#FCD20A;	
}


/* Slider Colours */

.ls-circle-timer{
	bottom:10px; 
	top:auto;	
}

.ls-inner #slide1.ls-layer{ /* Green Slide */
	background:#7ac9ac url(images/slider-top.jpg) top left repeat-x ;
}
.ls-inner #slide2.ls-layer{ /* Yellow Slide */ 
	background:#fcd20a url(images/slider-top.jpg) top left repeat-x ;
}
.ls-inner #slide3.ls-layer{ /* Black Slide */ 
	background:#000000 url(images/slider-top.jpg) top left repeat-x ;
}


.site-footer .copyright_notice{
	font-size:84.5%;	
}

h4{
	margin-bottom: .5em;
	line-height: 1.3em;
}
p{
	margin-bottom: 1.5em;
}


/* Full Width Image */
.home_full_width {
	width:100%;
	height:100vh;
	background-color:#cccccc;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}

@media only screen and (max-width: 650px) {
	.home_full_width {
		height:70vh;
	}
}

.home_full_width_front {
	position: absolute;
	top: 50%;
	right: 0;
    transform: translate(-20%,-50%);
    text-align: right;
    width: 600px;
}

@media only screen and (max-width: 650px) {
	.home_full_width_front {
		top: 40%;
		width: 80%;
		left: 50%;
		text-align: center;
		transform: translate(-50%,-50%);
	}
}

.home_full_width_front img {
	width: 100%;
}