/*
Theme Name:     ksm Child
Author:         Del
Author URI:     http://webdesignerslondon.co
Template:       ksm
*/

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

/*body, #main-container, #full-width { background-color:#fffce9!important}*/
a { color:#918462!important}
a:hover { color:#b48917!important}

#header a { color:#FFF!important}
#header a:hover { color:#ffea00!important}


.navigation-container { padding-top:20px}
.read-more { color:#918462!important}

.post-content-content a { color:#a58c5b!important}
.post-content-content a:hover { color:#ecbf4b!important}

.fixed-header-scroll .navigation-container { padding-top:10px}
.fixed-header-scroll #header {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 90%;
  background:url(images/headbg.png) repeat;
  /*background: rgba(37, 37, 37, 0.95);*/
}
.fixed-header-scroll #logo-container img {
  max-height: 61px;
  width: auto;
}
/*.nav-menu > ul > li > a { color:#1a1a1a!important}
.social-profiles { opacity:0.8!important}*/
@media screen and (max-width: 1000px) {
#logo-container a img {
    max-height: 64px;
    max-width: 100%;
    width: auto;
}
}

.cs-small-title { font-size:16px}




/*	HOME PAGE	*/
.hotext2 {
	font-family:'arvo', Verdana, Geneva, sans-serif!important; 
	color:#afa58b;
	text-shadow:1px 1px 0 #1a1a1a;
	font-weight:100; 
	text-transform:none!important; 
	font-size:30px;
	text-align:center;
}
.hotext3 {
	font-family:'arvo', Verdana, Geneva, sans-serif!important; 
	color:#afa58b;
	text-shadow:1px 1px 0 #1a1a1a;
	font-weight:100; 
	text-transform:none!important; 
	font-size:30px;
	text-align:left;
	margin-left:10%;
}
.hotext4 {
	font-family:'arvo', Verdana, Geneva, sans-serif!important; 
	color:#afa58b;
	text-shadow:1px 1px 0 #1a1a1a;
	font-weight:100; 
	text-transform:none!important; 
	font-size:22px;
	text-align:center;
}
/*.hotext2 span { color:#c6b891}*/
.hotext {
	font-family:'arvo', Verdana, Geneva, sans-serif!important; 
	color:#FFF; 
	font-weight:100; 
	text-transform:none!important; 
	font-size:30px;
	text-align:center;
	text-shadow:1px 1px 0 #1a1a1a;
	line-height:120px;
}
@media screen and (max-width: 600px) {
	.hotext3 { font-size:22px; margin-left:5%;}
}
@media screen and (max-width: 1000px) {
	.hotext3 { font-size:22px;}
	.hotext2 { font-size:18px;}
	.hotext { font-size:22px; line-height:36px}
}
/*	HOME PAGE	*/




/*	ABOUT PAGE	*/
hr { margin:10px 0 50px 0;}
.subh2 { font-family:'arvo', Verdana, Geneva, sans-serif!important; color:#6a6557; border-bottom:1px solid #dededd; margin-bottom:40px}
.page-heading {font-family:'arvo', Verdana, Geneva, sans-serif!important; color:#6a6557; font-weight:100; text-transform:none!important; font-size:24px; border-bottom:1px solid #dededd;!important}
@media screen and (max-width: 1000px) {
	.subh2 { font-size:18px;}
}
.pg-categories { color:#9e9e9e;}

.delabout {
	background:#FFF;
	padding:20px;
	width:80%;
	margin:-160px auto 0 auto;
	opacity:0.9	
}
.ab1 {
	height:21px;
	width:21px;
	display:inline-block;
	float:left;
	list-style:none;
	margin:4px 0 0 5px;
	opacity:0.8;
}
.ab1:hover { opacity:1}
.ab2 { float:right;}
.abfb { 
	background:url(images/abfb.png) no-repeat; 
	display:inline-block;
	height:21px;
	width:21px;
}
.abtw { 
	background:url(images/abtw.png) no-repeat; 
	display:inline-block;
	height:21px;
	width:21px;
}
.abin { 
	background:url(images/abin.png) no-repeat; 
	display:inline-block;
	height:21px;
	width:21px;
}
.abem { 
	background:url(images/abem.png) no-repeat; 
	display:inline-block;
	height:21px;
	width:21px;
}
/*	ABOUT PAGE	*/







/*	SERVICE PAGE	*/

.serh2 {
	text-align:center;
	font-family:'arvo', Verdana, Geneva, sans-serif!important; 
	color:#6a6557; 
	border-bottom:1px solid #dededd; 
	margin-bottom:20px;
	font-size:22px;
}




#all > ul { list-style: none; padding:0!important; margin:0!important; }
#all li { 
	display: block; 
	padding:0;
	margin:0; 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#all:hover li { opacity: 0.7;}
#all:hover ul:hover li { opacity: 0.7; }
#all:hover ul:hover li:hover { opacity: 1; color:#3b3b3b;}









.wrap{
	max-width: 600px;
	margin:150px auto;
}

.type-wrap{
	margin:10px auto;
	padding:20px;
	background:#f0f0f0;
	border-radius:5px;
	border:#CCC 1px solid;
}

.links{
	margin:20px 0;
	font-size: 0.75em;
	text-align: center;
}
 /* code for animated blinking cursor */
        .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }





.post-title, .rp-post-title { color:#373737!important}
.post-title-wrapper .post-title h2 a  { color:#1a1a1a!important}






/*	SERVICE PAGE	*/

.title {
	color:#afa58b!important;
	text-shadow:1px 1px 0 #000!important;
	/*font-family:'arvo', Verdana, Geneva, sans-serif!important;*/
	font-weight:100!important;
}
.sidebar .title {
	color:#afa58b!important;
	text-shadow:none!important;
	/*font-family:'arvo', Verdana, Geneva, sans-serif!important;*/
	font-weight:100!important;
}
.folin {
	height:36px;
	width:36px;
	float:left;
	display:inline-block;
	margin-right:8px;
	margin-top:12px;
}
.fofb {
	display:block;
	background:url(images/footlink-fb.png) no-repeat; 
	height:36px;
	width:36px;
}
.fofb:hover { background:url(images/footlink-fb.png) 0 -39px no-repeat;}
.fotw {
	display:block;
	background:url(images/footlink-tw.png) no-repeat; 
	height:36px;
	width:36px;
}
.fotw:hover { background:url(images/footlink-tw.png) 0 -39px no-repeat;}
.foin {
	display:block;
	background:url(images/footlink-in.png) no-repeat; 
	height:36px;
	width:36px;
}
.foin:hover { background:url(images/footlink-in.png) 0 -39px no-repeat;}

.fogo {
	display:block;
	background:url(images/footlink-go.png) no-repeat; 
	height:36px;
	width:36px;
}
.fogo:hover { background:url(images/footlink-go.png) 0 -39px no-repeat;}





#footer a { color:#FFFFFF!important; }
#footer a:hover { color:#ffb900!important; }

.footerlink { 
	float:right;
	color: #b3b3b1;
	font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
.footerlink { text-align:center; width:100%}
}




