/*-----------------------------------------------------------

	Theme Name: ketch
	Theme URI: http://www.wpexplorer.com/adapt-free-responsive-wordpress-theme
	Description: Free responsive portfolio/blog theme
	Author: WPExplorer
	Author URI: http://themeforest.net/user/WPExplorer?ref=wpexplorer
	Version: 1.5
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	
*/

/*google font*/

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Quattrocento', serif;
margin-bottom:15px;
font-weight:400;
color: #3a3838;
vertical-align:top;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
color:#009edd;
}
h1{
margin-bottom:20px;
line-height:normal;
font-weight:700;
font-size:24px;
}
h2{
margin-bottom:15px;
line-height:normal;
font-weight:700;
font-size:20px;
}

h3{
font-size:19px;
margin-top:0px; 
}

h3 a{text-decoration:none;}
h4{
font-size:18px;
}
h5{
font-size:17px;
}
h6{
font-size:16px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
a img {
	border: 0;
}
figure img {
	max-width: 100%;
}

b, strong {
    font-weight: bold;
}
/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

.clear{ clear:both!important; display:block;}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
	background-color:#FFFFFF;
    font-size: 13px;
    line-height: 1.7em;
    color: #3a3838;
    font-family: 'Quattrocento', serif;
}

/* ============================================================================
    4. ELEMENTS
============================================================================ */
/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*aligns*/
.aligncenter, .alignnone{ display:block;  margin: 0px 0;}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}


/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/

#wrap{
    margin:0px auto!important;
	max-width:915px!important;
}

#main{
	padding:10px 0 0px 0;
}

#masterhead {
    margin: 35px auto 10px auto;
    width:100%;
	position:relative;
}

#header-wrapper-detailpage {
	display:block;
	overflow:hidden;
    margin: 0px auto 10px 0;
    width: 100%;
}

#logo{
	float:left;
	max-width: 35%;
}


/*-------------------------------------------------*
/* =  masternav
/*-------------------------------------------------*/
#masternav {
	float:right;
	text-align:right;
    margin: 0 auto!important;
	position: relative;
	padding-right:60px;
}
/*** ESSENTIAL masternav Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    display:inline-block;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 10px;
    top: 40px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
}
/*** masternav skin ***/
.sf-menu {
    float:right;
}
.sf-menu a {
	display:inline-block;
	font-weight: normal;
	font-size:12px;
    color: #3a3838;
	padding: 15px 15px 0px 15px;
    text-decoration: none;
	text-transform: uppercase;
}
.sf-menu > li > a:focus,
.sf-menu > li > a:hover,
.sf-menu > li > a:active,
.sf-menu > li.sfHover > a,
#masternav .current-menu-item > a:first-child {
	color: #fb6148;
}
/*Subs*/
.sf-menu ul{
	padding: 0;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ddd;
}
.sf-menu ul a{
	margin: 0;
	line-height: normal;
	height: auto;
	padding: 10px;
	display: block;
	float: none;
	color: #999;
	font-weight: normal;
	text-transform: none;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
	color: #000;
	background: #f9f9f9;
}
.sf-menu ul .current-menu-item a{
	color: #fff;
}
.sf-menu ul li{
	border-bottom: 1px solid #ddd;
}
.sf-menu ul li:last-child{
	border-bottom: 0px;
}
.sidebar{ position:relative; min-height:422px;}
#social-icons{ position:absolute; bottom:0;}
#social-icons img{ margin-right:10px;}

/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/
#footer{
	text-align: right;
	padding-top:0px;
	display:block;
	width:100%;
}
#footer p{font-size: 12px!important;}

/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.post{
	float: left;
	width: 70%;
}
.full-width{
	float: none !important;
	width: 100% !important;
}

.entry {
	margin-bottom: 5px;
}
.entry ul,
.entry ol {
    margin-left: 30px;
    margin-bottom: 10px;
	list-style: inherit;
}
.entry ol{
	list-style: decimal;
}

/*post meta */
.post-meta{
	color: #999;
	font-size: 11px;
	margin: -25px 0 15px;
}
.post-meta span{
	margin: 0 10px;
	font-size: 13px;
	color: #666;
}
.post-meta span:first-child{
	margin-left: 0;
}


/*post thumb*/
.post-thumbnail{
	float: left;
	margin-right: 25px;
}


/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags span{
	margin-right: 10px;
	color: #666;
}
.post-tags a {
}

/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.pagination{
	margin-top: 20px;
}
.pagination a,
.pagination span {
	font-size: 11px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #eee;
	color: #666;
}
.pagination a:hover,
.pagination span.current {
    text-decoration: none;
	color: #FFF;
	background: #444;
}


/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: -20px;
	font-size: 13px;
}
#comments{
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments span{
	color: #666;
	font-size: 14px;
	margin-right: 10px;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
	margin-left: 75px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.comment-body p:last-child{
	margin-bottom: 0;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -75px;
	border: 4px solid #eee;
}
.comment-author {
	line-height: 1em;
	font-weight: bold;
    color: #555;
}
.comment-author a{
	color: #444;
}
.comment-author a:hover{
	color: #000;
}
.says { display: none }
.comment-meta{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("images/light-dash.png") left bottom no-repeat;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.comment-meta a:hover{
	color: #000;
	border-bottom: 1px dotted #000;
}
.reply{
}
.comment-meta  .comment-reply-link {
	font-size: 11px;
    color: #47c0c0;
}
.comment-meta  .comment-reply-link:hover{
	color: #2e8484;
	border-bottom: 1px dotted #2e8484;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	color: #666;
	font-size: 11px;
}
#comments-respond-meta a{
	color: #000;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	font-size: 12px;
	width: 30%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 8px;
	margin-top: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff; 
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 100%;
	color: #666;
	margin-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #bdbdbd !important;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}
#commentSubmit {
	margin-top: -5px;
	margin-bottom: 20px;
	background-color:#FF0000;
	border:none;
	padding:8px;
	cursor:pointer;
	color:#FFFFFF;
	opacity:1;
}
#commentSubmit:hover{background-color: #CC0000;}

.comment-waiting-moderation{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin: 10px 0 0;
	background: url("images/small-border.png") left top no-repeat;
}

/*WP JetPack*/
.comment-subscription-form{
	font-size: 12px;
}
.comment-subscription-form input{
	float: left;
	margin-right: 5px;
}



/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/


/*inputs*/
input[type="text"],
input[type="password"] {
	margin-top: -12px;
}
input[type="text"],
input[type="password"],
textarea {
    color: #999;
    padding: 7px;
   	border: 1px solid #edecec;
    background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #edecec !important;
	color: #444;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}

/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
	margin-bottom: 4px;
}
#search {
padding:0px;
background:url(images/icon-search.png) no-repeat center right 13px;
height:39px;
width:39px;
cursor:pointer;
outline: none;
border: 0px;
color: #666;
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
transition: all 0.35s;
}
#search:focus { width:240px; background:#fff url(images/icon-search.png) no-repeat center right 13px; padding:0px 10px; }

#search::-webkit-input-placeholder {
  display: none;
}
#search:-moz-placeholder {
  display: none;
}
#search::-moz-placeholder {
  display: none;
}
#search:-ms-input-placeholder {
  display: none;
}

.header_search{
position:absolute;
right:0px;
top:0px;
z-index:1000;
}

/*-----------------------------------------------------------------------------------*
/* Main Shortcodes
/*-----------------------------------------------------------------------------------*/
.flexslider ul, .flexslider ul li{ list-style:none;}
/*-----------------------------------------------------------------------------------*/
/* = Image Slider
/*-----------------------------------------------------------------------------------*/

/* FlexSlider necessary styles */
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides{ margin: 0; list-style: none; }
.flexslider .slides > li {display: none;}
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/*slider wrap */
#slider-wrap{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

/*homepage specific*/
.full-slides img{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.full-slides .slides_container {
	width: 100%;
	display: none;
}
.full-slides .slides_container .slide{
	display: block;
	width: 100%;
}
.full-slides .caption{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	text-align: center;
}
.slides .caption p{
	padding: 15px;
	margin: 0;
}

/*control nav & arrows*/
.flex-control-nav{
	display: none;
}
.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
    position: absolute;
    display: block;
    z-index: 101;
	font-size: 21px;
	height: 80px;
	width: 50px; 
	line-height: 80px;
	color: #fff;
	background: #000;
    display: block;
    position: absolute;
	top: 50%;
	margin-top: -40px;
    cursor: pointer;
	text-align: center;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.flex-direction-nav li a.flex-next {
    right: 0;
}
.flex-direction-nav li a.flex-prev {
    left: 0;
}
.flex-direction-nav li a.flex-prev:hover,
.flex-direction-nav li a.flex-next:hover {
	text-decoration: none;
	background: #47C0C0;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


/*columns*/
ul.slides, ul.slides li{ list-style:none;}
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative; margin-right:4%; float:left; vertical-align:top;
}
h1.heading{ margin-top:10px; vertical-align:top;}
.column-first{ margin-left:0px!important;}
.column-last{margin-right: 0%!important;}
#mobile-navigation {display:none; z-index:1000!important;}
