/* Theme Name: atiger
 * Theme URI: http://www.notebook-driver.com/
 * Author: Tiger
 * Author URI: http://www.notebook-driver.com/
 * Description: A clean, responsive portfolio theme for your personal use.
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: atiger

/* =Reset
-------------------------------------------------------------- */
@import url("include/custom.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, th {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements;*/
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0;*/
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/* =Rebuild
----------------------------------------------- */
* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: Georgia, "Bitstream Charter", serif;
  font-size: 16px;
  font-weight: 400;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

hr {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  height: 0;
  margin-top: -1px;
  margin-bottom: 24px;
  padding-top: 24px;
}

/* Text elements */

b, strong {
  font-weight: 600;
}

mark {
  background: #fff9c0;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
  font-size: 1em;
}

ul {
  margin: 0 0 27px 27px;
}
ul ul {
  list-style: square;
}
ul ul ul {
  list-style: circle;
}

ol {
  margin: 0 0 27px 27px;
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 27px;
}

dt {
  font-weight: 600;
}

dd {
  margin: 14px 0 14px 10px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 0.9em;
  border-left: 3px solid #eeeeee;
  color: #666666;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 27px;
  padding-left: 24px;
}
blockquote blockquote {
  font-size: inherit;
}
blockquote cite {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-align: right;
  width: 100%;
}



textarea {
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 12px;
}
textarea:active, textarea:focus {
  border-color: #d4d4d4;
  outline: none;
}

address {
  font-style: italic;
  margin-bottom: 27px;
}

pre {
  background: rgba(119, 119, 119, 0.5);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375em;
  line-height: 1.6em;
  margin-top: -2px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
}

code, kbd, tt, var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.8125em;
  line-height: 2.09231em;
}


sup,
sub {
  font-size: 0.8125em;
  line-height: 2.09231em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.8125em;
  line-height: 2.09231em;
}

table {
  margin-bottom: 25px;
  width: 100%;
}

td, th {
  border-bottom: 1px solid #f5f5f5;
  border-collapse: collapse;
  padding: 10px 5px;
}

th {
  font-weight: bold;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  clip: auto !important;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  padding: 24px;
  z-index: 100000;
  position: absolute !important;
  top: 24px;
  left: 24px;
}

/* Clearing */
.clear:before, .clear:after {
  content: '';
  display: table;
}
.clear:after {
  clear: both;
}
.clear { zoom:1; }

.entry-content:after, .comment-content:after {
  content: '';
  display: table;
  clear: both;
}

.site-header:after, .site-content:after, .site-footer:after {
  content: '';
  display: table;
  clear: both;
}

/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  padding: 10px 14px;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  border-color: #3F8CB2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3F8CB2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  color: #666;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"] {
	color: #555;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12px 5px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"]:active, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:focus {
  background: white;
  border-color: #d4d4d4;
  outline: none;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

.menu-toggle:before, .format-link .entry-title a:after, .social-links ul a:before, .flex-direction-nav a:before {
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
}

.sticky,
.bypostauthor {}

/* =Global */
body {
  /*background: #eeeeee;*/
  color: #333333;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 14px 27px 14px 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 14px 0 14px 27px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 14px auto;
}

.alignnone {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* Headings */
h1 {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 27px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 27px 0;
  text-transform: uppercase;
}

h3 {
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 27px 0;
  text-transform: uppercase;
}

h4 {
  font-size: 1.0em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 27px 0;
  text-transform: uppercase;
}

h5 {
  font-size: 0.95em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 27px 0;
  text-transform: uppercase;
}

h6 {
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 27px 0;
  text-transform: uppercase;
}

hr {
  background-color: #eeeeee;
  height: 1px;
  margin-bottom: 26px;
  padding: 0;
}

/* Links */
a {
  color: #0099CC;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:visited {
}
a:hover, a:focus, a:active {
  color: #576D86;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Show or hide a11y text */
/* Clearing */
/* =Layout */
.site {
  background: white;
  margin: 1% auto;
  padding: 4%;
  max-width: 1400px;
}

.has-site-logo .site {
	padding-top: 14px;
}

.site-footer {
  font-size: 0.9em;
  line-height: 2.09231em;
  border-top: 3px solid #eeeeee;
  color: #666666;
  clear: both;
  letter-spacing: 1px;
  margin: 40px 0 0;
  padding: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.site-footer a {
  color: #666666;
  text-decoration: none;
}
.site-footer a:hover {
  color: #3F8CB2;
}
.site-footer .sep {
  clear: both;
  display: block;
  margin: 0;
  height: 0;
  visibility: hidden;
}

.site-content .widget-area {
  margin-top: 27px;
  padding-top: 24px;
  color: #394555;
}

/* =Header */
.site-header {
  border-bottom: 3px solid #eeeeee;
  margin: 0 0 3%;
  padding: 0 0 24px;
}
.site-logo {
  display: inline-block;
  margin-right: 14px;
  width: auto;
  max-height: 70px;
  vertical-align: middle;
}
.custom-header {
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	margin-bottom: 27px;
}

.site-branding {
  clear: none;
  float: left;
  margin-bottom: 14px;
  max-width: 80%;
}

.site-title {
  font-size: 1.6em;
  font-family: Georgia, serif;
  clear: none;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 2;
}
.site-title a {
  color: #333333;
  text-decoration: none;
}

.has-site-logo .site-title {
	max-width: 60%;
	vertical-align: middle;
}

.site-description {
  display: none;
}

/* =Menu */
.main-navigation {
  float: right;
  letter-spacing: 2px;
  font-size: 0.8125em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.has-site-logo .main-navigation {
  height: 70px;
}
.has-site-logo .main-navigation.toggled {
  height: auto;
}
.main-navigation ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  float: left;
}
.main-navigation li:hover > a {
  color: #3F8CB2;
}
.main-navigation a {
  border-bottom: none;
  color: #666666;
  display: block;
  padding: 5px 0px 5px 14px;
  text-decoration: none;
}
.main-navigation ul:first-child > li:last-of-type a {
  border-bottom: 0;
}

.current_page_item a,
.current-menu-item a {
  color: #3F8CB2;
}
#menu-second a {
  
}
/* Small menu */
.menu-toggle {
    display: none;
  }

.main-navigation.toggled .nav-menu {
  display: block;
}

.menu-toggle {
  border: 1px solid #eeeeee;
  clear: none;
  float: right;
  padding: 5px 7px;
  position: relative;
}
.menu-toggle:before {
  content: "\f0c9";
  font-size: 16px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.toggled .menu-toggle {
  border-color: #3F8CB2;
  color: #3F8CB2;
}

.main-navigation ul:first-child {
  display: block;
}

.main-navigation ul ul li a {
	padding-left: 14px;
}
.main-navigation ul ul ul li a {
	padding-left: 28px;
}
.main-navigation ul ul ul ul li a {
	padding-left: 42px;
}
/* Head MENU Category */
ul.menu-cat {
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}

ul.menu-cat li {
  letter-spacing: 0;
  margin: 0 15px 0 0;
}
ul.menu-cat li a {
  padding: 5px 0;
  margin: 0;
}
/* Head Menu Search Bar */
div.menu-search {
  margin-top: 20px;
}

/* =Content */
.hentry, .section-entry {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 0 5%;
  position: relative;
  padding: 0 0 10px 0;
}

.site-main section:last-of-type .section-entry {
  border-bottom: 0;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-meta {
  margin: 2% 0;
}
.entry-footer {
  margin: 4% 0 2%;
}
.entry-footer a,
.entry-meta a {
  color: #444;
}
.entry-footer a:hover,
.entry-meta a:hover {
  color: #3F8CB2;
}

/* section */

.section-thumbnail {
  width: 22%;
  margin-right: 8%; 
  float: left;
  line-height: 220px;
}
.section-thumbnail img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
.section-content {
  width: 70%; 
  float: left;
}
.fullwidth {
  width: 100%;
}

/* entry-header */
.entry-header {
  background: #f7f7f7;
  padding: 10px 30px;
  margin-bottom: 5%;
  border-radius: 5px;
  border-bottom: 1px solid #e5e5e5;
}

/* entry meta */
.meta-list {
  margin: 0;
  list-style-type: none;
  color: #555;
  font-size: 80%;
  font-style: normal;
  text-transform: uppercase;
}
.meta-list li {
  margin: 0 20px 0px 0;
  padding: 0 0 0px 20px;
  position: relative;
  float:left;
  font-size: 0.95em;
}
.meta-list li:before {
  display: block;
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
}
.meta-list i {
  color: #666666;
  margin-right: 5px;
}
.meta-list .meta-cat:before {
  content: "\f0ca";
}
.meta-list .meta-tag:before {
  content: "\f02c";
}
.meta-list .meta-comment:before {
  content: "\f0e5";
}
.meta-list .meta-edit:before {
  content: "\f044";
}
.meta-list .meta-fav:before {
  content: "\f004";
}
.meta-list .meta-date:before {
  content: "\f017";
}
.meta-list .meta-exlink:before {
  content: "\f08e";
}

.entry-title, .section-title {
  font-size: 1.1em;
  line-height: 2.0em;
  text-transform: none;
  font-family: 'Segoe-Light', 'Segoe UI', Helvetica, sans-serif;
  color: #394555;
}
.section-title {
  background: #f6f6f6;
  padding: 10px 20px;
  border-radius: 5px;
}
.section-title a {
  color: #576D86;
}
.section-title a:hover {
  color: #0099CC;
}
.entry-title {
  margin: 10px 0 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 2%;
}
.entry-title a {
  color: #80A8CC;
  text-decoration: none;
}
.entry-title a:hover {
  color: #006699;
}
.entry-prepend {
  margin:2% 0;
}
.sep {
  margin: 0 3px;
}

.page-links {
  clear: both;
  margin: 27px 0;
  word-spacing: 7px;
}

.page-title {
  border-bottom: 1px solid #eeeeee;
  color: #666;
  font-size: 1.25em;
  line-height: 1.36em;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 700;
  padding-bottom: 13px;
  text-transform: uppercase;
}

.page-header {
  margin-bottom: 30px;
  padding: 3%;
  background: #f7f7f7;
  border-radius: 6px;
}

.taxonomy-description {
  font-style: italic;
  margin-top: 15px;
  color:#888;
}
.taxonomy-description p {
  margin: 0;
}

/* =Post Formats */
.format-link .entry-title a:after {
  content: "\f442";
  font-size: 32px;
  margin-left: 5px;
}

/* =Media */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 27px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.8125em;
  line-height: 1.5675em;
  margin: 14px 0;
  padding: 0 1%;
}

.site-content .gallery {
  margin-bottom: 27px;
}
.site-content .gallery a img {
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}

.gallery-caption {
  font-size: 0.8125em;
  line-height: 2.09231em;
  line-height: 2.09231em;
  margin: 0 auto;
  max-width: 90%;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation */
.post-navigation,
.paging-navigation {
  font-size: 0.85em;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 3% 0 5%;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
  background: #f7f7f7;
}
.paging-navigation .nav-previous {
  float: left;
  position: relative;
  text-align: left;
  width: 30%;
}
.paging-navigation .nav-next {
  float: right;
  position: relative;
  text-align: right;
  width: 30%;
}
.paging-navigation .pagination-item {
  width: 40%;
  text-align: center;
  float: left;
}
.post-navigation .nav-previous a {
  float: left;
  position: relative;
  text-decoration: none;
  width: 50%;
}
.post-navigation .nav-next a {
  float: right;
  position: relative;
  text-align: right;
  text-decoration: none;
  width: 50%;
}

.comment-navigation:before,
.comment-navigation:after {
  content: "";
  display: table;
}

.comment-navigation:after {
  clear: both;
}

.site-main .comment-navigation {
  font-size: 0.8125em;
  line-height: 2.09231em;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  clear: both;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 27px 0;
  padding: 12px 0;
  text-transform: uppercase;
  width: 100%;
}
.site-main .comment-navigation .nav-previous {
  float: left;
  position: relative;
  text-align: left;
  width: 50%;
}
.site-main .comment-navigation .nav-next {
  float: right;
  position: relative;
  text-align: right;
  width: 50%;
}

/* =Comments */
.comments-area {
  border-top: 3px solid #eeeeee;
  margin: 24px auto 0;
}

.comments-title,
.comment-reply-title {
  font-size: 1.0em;
  line-height: 1.36em;
  color: #666666;
  letter-spacing: 1px;
}
.comments-title small,
.comment-reply-title small {
  float: right;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.comment-list {
  margin: 0;
}

.comment-list > .comment:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.comment {
  border-top: 1px solid #eeeeee;
  margin-top: 26px;
  padding-top: 27px;
}

.comment-meta {
  text-transform: uppercase;
}
.comment-meta a {
  color: #333333;
}
.comment-meta .comment-author img {
  border-radius: 3px;
  float: left;
}
.comment-meta .comment-author .fn {
  display: block;
  letter-spacing: 2px;
  margin-left: 74px;
}
.comment-meta .comment-metadata {
  color: #666666;
  font-size: 0.8125em;
  line-height: 2.09231em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 27px;
  margin-left: 74px;
}
.comment-meta .comment-metadata a {
  color: #666666;
}
.comment-meta .comment-metadata a:hover {
  color: #3F8CB2;
}

.comments-area .edit-link:before {
  content: " | ";
  display: inline;
  margin: 0 7px;
}

.comment-form label {
  display: inline-block;
  width: 109px;
}

.required {
  color: #3F8CB2;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin: 0 0 27px;
  position: relative;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-size: 0.8125em;
  line-height: 2.09231em;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 7px 14px;
  position: absolute;
  left: 0;
  top: 7px;
  text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
  display: block;
  margin: 0 0 27px;
  padding-left: 100px;
  width: 100%;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  margin: 0 0 27px;
  padding: 54px 14px 7px;
  clear: both;
  width: 100%;
}

.says {
  display: none;
}

.form-allowed-tags {
  color: #666666;
}

.no-comments {
  color: #666666;
  font-style: italic;
  margin: 27px 0;
  text-align: center;
}

/* =Widgets */
.widget {
  font-size: 0.9em;
  line-height: 2em;
  border: 1px solid #eeeeee;
  margin: 0 0 20px;
  padding: 8%;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background: #ffffff;
}

.widget select {
  width: 100%;
  padding: 5px;
  border: 1px solid #eee;
}
.widget a {
  color: #0099cc;
  text-decoration: none;
  font-style: italic;
}
.widget a:hover, .widget a:active, .widget a:focus {
  color: #4D6888;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget li {
  border-top: 1px solid #eee;
  list-style: none;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 7px;
}
.search-submit {
    display: none;
}
.search-field {
    width: 100%;
    border-width: medium medium 1px;
    border-style: none none solid;
    font-family: "Source Sans Pro",Helvetica, Arial;
    font-size: 14px;
    letter-spacing: 1px;
}

.widget_search .search-form:before{
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 35px;  
  top: 50%;
  color: #777;
  line-height: 0;
}

.widget-area .widget_search .search-field {
  padding-left: 30px;
}

.widget.widget_categories li, .widget.links li {
    width: 50%;
    float: left;
    font-size: 0.90em;
}

.widget-title {
  font-size: 1.0em;
  line-height: 1.36em;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.widget-title a {
  color: #333333;
}

/* Calendar widget */
#wp-calendar td, #wp-calendar th,
#wp-calendar th {
  text-align: center;
}
#wp-calendar caption {
  font-weight: 700;
  margin: 14px 0;
  text-align: center;
}
#wp-calendar a {
  color: #3F8CB2;
  text-decoration: none;
}

/* Recent Comments */
.widget_recent_comments td, .widget_recent_comments th {
  border: 0;
}

/* Tags */

.wp_widget_tag_cloud a,
.tags-links a {
  background: #eee;
  color: #666666;
  display: inline-block;
  font-size: 0.85em;
  margin: 0 7px 7px 0 !important;
  padding: 0 15px;
  text-transform: uppercase;
  border-radius: 50px;
  text-shadow: 1px 1px #fff;
}
.wp_widget_tag_cloud a:hover,
.tags-links a:hover {
  border-color: #3F8CB2;
  color: #3F8CB2;
}

/* =Social Links */
.social-links {
  clear: both;
  margin: 14px auto;
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.social-links ul a {
  display: inline-block;
  text-decoration: none;
}
.social-links ul a:before {
  background: #cccccc;
  border-radius: 3px;
  color: white;
  content: "\f415";
  display: block;
  line-height: 1;
  margin-left: 4px;
  position: relative;
  transition: top 0.3s ease-in-out;
  padding: 6px 4px 6px 6px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social-links ul a:hover {
  text-decoration: none;
}
.social-links ul a:hover:before {
  background: #3F8CB2;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.social-links ul a[href*="wordpress.org"]:before,
.social-links ul a[href*="wordpress.com"]:before {
  content: "\f205";
}
.social-links ul a[href*="facebook.com"]:before {
  content: "\f204";
}
.social-links ul a[href*="twitter.com"]:before {
  content: "\f202";
}
.social-links ul a[href*="dribbble.com"]:before {
  content: "\f201";
}
.social-links ul a[href*="plus.google.com"]:before {
  content: "\f206";
}
.social-links ul a[href*="pinterest.com"]:before {
  content: "\f209";
}
.social-links ul a[href*="github.com"]:before {
  content: "\f200";
}
.social-links ul a[href*="tumblr.com"]:before {
  content: "\f214";
}
.social-links ul a[href*="youtube.com"]:before {
  content: "\f213";
}
.social-links ul a[href*="flickr.com"]:before {
  content: "\f211";
}
.social-links ul a[href*="vimeo.com"]:before {
  content: "\f212";
}
.social-links ul a[href*="instagram.com"]:before {
  content: "\f215";
}
.social-links ul a[href*="codepen.io"]:before {
  content: "\f216";
}
.social-links ul a[href*="linkedin.com"]:before {
  content: "\f207";
}
.social-links ul a[href*="/feed"]:before {
  content: "\f413";
}
.social-links ul a[href*="mailto"]:before {
  content: "\f410";
}

/* For IE8*/

.content-area {
  float: left;
  margin: 0 0 1% 0;
  width: 70%;
}
.site-content .widget-area {
  float: right;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  width: 25%;
}

.site-info {
  float: right;
  line-height: 1.5em;
  width: 25%;
  text-align: right;
  font-size: 0.9em;
  overflow: hidden;
}
.entry-content {
  font-size: 0.95em;
  font-family: Helvetica, Verdana, "Segoe UI", sans-serif;
}

.post-excerpt {
  color: #333;
  margin-bottom: 15px;
  height: 50px;
  overflow: hidden;
  font-family: "Segoe UI", Helvetica, Verdana, sans-serif;
}

/* Media Queries */

@media screen and (min-width: 1200px) { /*1200px*/

  .has-site-logo .site {
  padding-top: 27px;
  }
  .entry-content {
    font-size: 0.95em;
  }
  .widget {
    font-size: 0.95em;
    line-height: 1.8em;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) { /*960px~1199px*/

  .site-main {
    font-size: 0.9em;
  }
  .site-content .widget-area {
    float: right;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    width: 25%;
    margin-bottom: 2%;
  }

  .entry-content {
    line-height: 1.6em;
  }
  .widget {
    font-size: 0.8em;
  }
  /* Search */
  .widget-area .widget_search {
    padding-bottom: 20px;
    }
  .widget-area .widget_search .search-field {
    width: 100%;
    border: none;
    border-bottom: solid 1px #e8e8e8;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #aaa;
    font-family: "Source Sans Pro", Helvetica, Arial;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    -webkit-appearance: none;
    }
  .widget-area .widget_search .search-field:focus {
    outline: none;
    color: #404040;
    }
  .entry-title, .section-title {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 959px) { /*960px*/
  .content-area {
    width: 100%;
  }
  .site {
    width:100%;
    padding: 5%;        
  }
  .main-navigation{
    float: none;
  }
.main-navigation li {
  display: block;
}
.main-navigation ul:first-child {
    display: none;
  }
.menu-toggle {
  border: 1px solid #eeeeee;
  clear: none;
  float: right;
  padding: 5px 7px;
  position: relative;
  display: block;
}

.toggled .menu-toggle {
  border-color: #f68060;
  color: #f68060;
}
.main-navigation a {
  padding: 13px 0;
}
  /* Search */
  .widget_search .search-submit {
    display: none;
  }
  .site-content .widget-area {
    display: none;
  }
  .site-info {
    display: none;
  }
  #model-list {
    width: 100%;
  }

  .entry-title, .section-title {
    font-size: 1.2em;
  }
  .section-thumbnail {
    line-height: 200px;
  }
}

@media screen and (min-width: 50em) { /*800px*/

  .has-site-logo .site-title {
  max-width: 60%;
  }
}


@media screen and (max-width: 40em) { /*640px*/
  .section-thumbnail {
    width: 100%;
    text-align: center;
  }
  .section-content {
    width: 100%;
  }
}
