/*
Theme Name: Wiretree - Responsive HTML5 Template
Theme URI: http://themes.iki-bir.com/wiretree
Author: elemis
Author URI: http://iki-bir.com
Version: 1.3
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/


input,
textarea,
select {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 13px;
    width: 100%;
	border: 1px solid #CCCCCC;
}


a.button,
.forms fieldset .btn-submit,
.comment-form .btn-submit,
.page-navi ul li a {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding: 4px 18px;
    margin: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    width: auto;
    border: none;
	background-color: #237c22;
}

input.btn-submit {
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    padding: 4px 18px;
    margin: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    width: auto;
    border: none;
}

.forms fieldset .btn-submit,
.comment-form .btn-submit {
    height: auto;
    padding: 7px 18px;
}
a.button.big {
    font-size: 15px;
    padding: 8px 20px;
}
a.button.red {
    background: #ca6666
}
a.button.navy {
    background: #28343c
}
a.button.green {
    background: #a3ca66
}
a.button.blue {
    background: #669aca
}

a.button.purple {
    background: #7666ca
}
a.button.pink {
    background: #ca6689
}
a.button.yellow {
    background: #ecc512
}
a.button.orange {
    background: #ec7c32
}
a.button.aqua {
    background: #72d5d4
}
a.button:hover,
.forms fieldset .btn-submit:hover,
.comment-form .btn-submit:hover,
.page-navi ul li a:hover,
.page-navi ul li a.current {
    background: #4ea965;
	color: #FFFFFF;
}
a.button.navy:hover {
    background: #ca6666
}

#fancybox-thumbs ul li img {
    max-width: none;
}
.map {
    margin-bottom: 10px
}
.map iframe {
    max-width: 100%
}
ul.unordered {
    padding-bottom: 20px
}
ul.unordered li:before {
    font-family: 'fontello';
    content: "\2713";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 12px;
    padding-right: 8px;
    color: #ca6666;
}
ol {
    list-style: decimal;
    list-style-position: inside;
    padding-bottom: 20px;
}
ol li {
    padding: 0;
    margin: 0;
}
.dropcap {
    display: block;
    float: left;
    font-size:40px;color:#dc80a8;font-style:italic;
    padding: 0;
    margin: 0;
    margin: 10px 8px 0 0;
}
.lite1 {
    color: #ca6666;
    border-bottom: 1px dotted #ca6666;
}
.lite2 {
    background: #fefac7
}
hr {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.download-box,
.warning-box,
.info-box,
.note-box {
    clear: both;
    margin: 10px 0px;
    padding: 13px 15px;
}
.info-box {
    background: #c2ddf9;
    border: 1px solid #80bbef;
    color: #4783b7;
}
.warning-box {
    background: #ffcccc;
    border: 1px solid #ff9999;
    color: #c31b00;
}
.download-box {
    background: #d1f7b6;
    border: 1px solid #8bca61;
    color: #5e9537;
}
.note-box {
    background: #fdebae;
    border: 1px solid #e6c555;
    color: #9e660d;
}
pre {
    margin: 0 0px 20px 0px;
    padding: 5px 10px;
    display: block;
    clear: both;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
}

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0
}
#comments ol.commentlist {
    list-style: none;
    margin: -5px 0 0 0;
}
#comments ol.commentlist li {
    padding: 20px 0 0 0;
    background: none;
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
#comments .message {
    overflow: hidden;
    padding: 15px 20px 0 20px;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    position: relative;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}
#comments .info h2 {
    font-size: 16px;
    margin: 0;
    display: inline;
    margin-right: 5px;
}
#comments .info {
    margin-bottom: 12px
}
#comments .info h2 a {
    color: #616161
}
#comments .info h2 a:hover {
    color: #ca6666
}
#comments .info .meta {
    font-size: 12px;
    color: #a2a2a2;
    display: inline;
}
#comments .info .meta:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}
#comments a.reply-link {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
    font-size: 10px;
    color: #a2a2a2;
    text-transform: uppercase;
}
#comments a.reply-link:hover {
    color: #ca6666
}
.comment-form-wrapper {
    margin-top: 50px
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none;
    margin: 0 0 15px 0;
    background: #d1f7b6;
    border: 1px solid #8bca61;
    color: #5e9537;
    padding: 10px 15px;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.form-row {
    margin-bottom: 15px
}
.forms li.hidden-row {
    display: none
}
.forms fieldset .text-input,
.forms fieldset .text-area,
.searchform input,
.comment-form input,
.comment-form textarea {
    background-color: #f5f5f5;
    margin: 0;
    border: 1px solid #e2e2e2;
    height: 35px;
    line-height: 1;
    padding: 3px 10px 5px;
    color: #616161;
    resize: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
.searchform input:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border: 1px solid #cdcdcd
}
.forms fieldset .text-area,
.comment-form textarea {
    min-height: 100px;
    padding: 10px;
    resize: vertical;
}
.searchform input {
    margin-bottom: 20px
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #d18282
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.forms fieldset .text-input-row,
.comment-form div.name-field,
.comment-form div.email-field,
.comment-form div.website-field {
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}
.forms fieldset .text-input-row.subject-field,
.comment-form div.website-field {
    margin-right: 0
}
.comment-form div.message-field {
    margin-bottom: 10px
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*-----------------------------------------------------------------------------------*/
/*	MY OWN
/*-----------------------------------------------------------------------------------*/

.highlightblock {
    font-size:35px;color:#dc80a8;font-style:italic;line-height:45px;display:block;padding:20px;background-image:
    radial-gradient(
      #FFFFFF,
      #fde7f0
    );
	border: 1px solid #fde7f0;
}

.highlightyellow {
    font-size:32px;color:#edb62c;font-style:normal;line-height:36px;display:block;padding:20px;background-image:
    radial-gradient(
      #FFFFFF,
      #fcedba
    );
	border: 4px dotted #e4af2c;
}

/*-----------------------------------------------------------------------------------*/
/*	PROJECT
/*-----------------------------------------------------------------------------------*/
.project .image {
    width: 700px
}
.project .details {
    width: 270px
}
.project:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.project .item {
    border-top: 1px solid rgba(0,0,0,0.15);
    margin-top: 30px;
    padding-top: 50px;
    clear: both;
    display: block;
    overflow: hidden;
}
.project .item:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}
