/*
 Theme Name:   MCF
 Theme URI:    
 Description:  Sight Child Theme
 Author:       
 Author URI:   
 Template:     sight
 Version:      1.0
*/

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

/* custom css
  -------------------------------------------------------------- */

body {font: 62.5% Georgia, Geneva, "Times New Roman", times; background: #27292a url("images/bg.png") 50% 0 repeat-x; padding:0;}

/* navigation */
.dd li ul {background: #ffe493;}
.dd li a:hover {text-decoration: underline;}
.nav .dd li ul li a {color: #000;}
.nav .dd li.dd_hover {background: #ffe493;}
.nav .dd li.parent a.dd_hover {color: #000; background: url("images/dd.png") 100% 24px no-repeat; margin: 0 8px; padding-right: 12px; border-bottom: 1px solid #d9d9d9; padding-bottom: 10px;}
.dd li:first-child {border-left: none;}

/* slider */
.home .metaslider .caption-wrap {
position: absolute;
bottom: 0;
right: 0;
top: 0;
left: auto;
background: #ffedbd;
color: black;
opacity: 1;
margin: 0;
display: block;
width: 335px;
line-height: 1.4em;
padding: 20px;
}
.home .metaslider .caption-wrap .caption {
color: #262626;
font: 13px/1.5 Helvetica, Arial, sans-serif;
}
.home .metaslider .caption-wrap .caption h2{
color: #000;
font-size: 24px;
font-weight: normal;
margin-bottom: 20px;
font: 24px Georgia, Geneva, "Times New Roman", times;
}

.home .metaslider .caption-wrap .caption h2 a {
}

.home .metaslider .flexslider {
    margin: 0;
}

/* forms */
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
width: 100%; 
padding: 7px; 
max-width: 640px; 
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;/* Opera/IE 8+ */}
.wpcf7-form .wpcf7-submit {padding: 5px 10px;}
	