/*
Theme Name: BlueBird
Theme URI: http://justgoodthemes.com/
Author: Just Good Themes
Author URI: http://justgoodthemes.com/
Description: Responsive, clean, elegant WordPress theme for personal blogging
Version: 1.5
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, brown, gray, white, yellow, dark, light, fluid-layout, responsive-layout, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bluebird

This theme, like WordPress, is licensed under the GPL.
*/

/**
 * Table of Contents
 *
 * 0. Icons
 * 1. Reset
 * 2. General
 * 3. Structure
 * 4. Site Header
 * 5. Intro
 * 6. Content
 *   6.1 Posts and Pages
 *   6.2 Post Formats
 *   6.3 Attachments
 *   6.4 Navigation Links
 *   6.5 Archives
 *   6.6 Search Results
 *   6.7 No Posts, 404 Page
 *   6.8 Custom Page Templates
 *   6.9 Comments
 * 7. Widgets
 * 8. Site Footer
 * 9. FlexSlider
 * 10. Plugins
 *   10.1 Jetpack
 *   10.2 Contact Form 7
 * 11. No JS
 * 12. Media Queries
*/

/**
 * 0. Icons
 *
 * Entypo by Daniel Bruce — CC BY-SA 4.0 | http://www.entypo.com/
 */

@font-face {
	font-family: 'entypo';
	src:url('fonts/entypo.eot?r6ulql');
	src:url('fonts/entypo.eot?#iefixr6ulql') format('embedded-opentype'),
		url('fonts/entypo.ttf?r6ulql') format('truetype'),
		url('fonts/entypo.woff?r6ulql') format('woff'),
		url('fonts/entypo.svg?r6ulql#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	content: "\e600";
}
.icon-arrow-right:before {
	content: "\e601";
}
.icon-arrow-up:before {
	content: "\e602";
}
.icon-link:before {
	content: "\e603";
}
.icon-search:before {
	content: "\e604";
}
.icon-menu:before {
	content: "\e605";
}
.icon-quote:before {
	content: "\e606";
}
.icon-rss:before {
	content: "\e607";
}
.icon-behance:before {
	content: "\e608";
}
.icon-vine:before {
	content: "\e609";
}
.icon-dribbble:before {
	content: "\e60a";
}
.icon-facebook:before {
	content: "\e60b";
}
.icon-flickr:before {
	content: "\e60c";
}
.icon-github:before {
	content: "\e60d";
}
.icon-google:before {
	content: "\e60e";
}
.icon-instagram:before {
	content: "\e60f";
}
.icon-linkedin:before {
	content: "\e610";
}
.icon-pinterest:before {
	content: "\e611";
}
.icon-tumblr:before {
	content: "\e612";
}
.icon-twitter:before {
	content: "\e613";
}
.icon-vimeo:before {
	content: "\e614";
}
.icon-youtube:before {
	content: "\e615";
}

/**
 * 1. Reset
 */

html {
	font-size: 93.75%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

form {
	margin: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * 2. General
 */

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
	background-color: #fbfbfb;
	border-top: 11px solid #283038;
	color: #2f373f;
	line-height: 1.73333;
}

a {
	color: #7dc2d8;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: 		all 0.3s;
}

a:hover {
	color: #8b8f90;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 18px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.page-content > h1,
.page-content > h2,
.page-content > h3,
.page-content > h4,
.page-content > h5,
.page-content > h6,
.comment-content > h1,
.comment-content > h2,
.comment-content > h3,
.comment-content > h4,
.comment-content > h5,
.comment-content > h6 {
	margin-top: 36px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

mark,
ins {
	background-color: #fff9c0;
	color: #2f373f;
	padding: 0 3px;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
}

pre {
	background-color: #fbfbfb;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 24px;
	padding: 18px 24px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote {
	border-left: 3px solid #9bd0e1;
	color: #8b8f90;
	font-family: 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
	font-size: 17px;
	font-style: italic;
	margin: 0 0 24px;
	padding: 0 24px;
}

blockquote cite,
blockquote small {
	font-style: normal;
	font-weight: bold;
}

blockquote p:last-child {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 24px;
}

ul,
ol {
	margin: 0 0 24px;
	padding: 0 0 0 24px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

.entry-content ul > li,
.page-content ul > li,
.widget ul > li,
.comment-content ul > li {
	position: relative;
}

.entry-content ul > li:before,
.page-content ul > li:before,
.widget ul > li:before,
.comment-content ul > li:before {
	color: #a6a8a9;
	content: '\2022';
	font-family: serif;
	font-size: 20px;
	left: -18px;
	line-height: 1.3;
	position: absolute;
	top: 0;
}

table {
	border-bottom: 1px solid #f1f1f1;
	line-height: 1.5;
	margin: 0 0 24px;
	text-align: left;
	width: 100%;
}

caption {
	color: #a6a8a9;
	font-size: 13px;
	margin-bottom: 8px;
	text-align: left;
}

th,
td {
	border-top: 1px solid #f1f1f1;
	padding: 8px;
}

th {
	font-weight: bold;
}

tr:nth-child(2n+1) {
	background-color: #fbfbfb;
}

thead tr:nth-child(2n+1),
tfoot tr:nth-child(2n+1) {
	background-color: #fff;
}

hr {
	border: 0;
	border-bottom: 1px dotted #e1e1e1;
	height: 1px;
	margin: 24px 0;
}

/* Forms */
button,
input,
select,
textarea {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	color: #404b55;
	max-width: 100%;
	padding: 3px 6px;
	-webkit-transition: all 0.3s;
	transition:			all 0.3s;
	vertical-align: baseline;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
	height: 32px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow:			inset 0 1px 2px 0 rgba(0,0,0,0.1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #9bd0e1;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.1), 0 0 0 3px rgba(125,194,216,0.3);
	box-shadow:			inset 0 1px 2px 0 rgba(0,0,0,0.1), 0 0 0 3px rgba(125,194,216,0.3);
	outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background-color: #9bd0e1;
	border: 0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow:			0 1px 2px 0 rgba(0,0,0,0.1);
	color: #fff;
	font-size: 12px;
	height: 32px;
	letter-spacing: 1px;
	padding: 3px 15px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
	background-color: #7dc2d8;
	outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 3px 6px 0 rgba(0,0,0,0.2), 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow:			inset 0 3px 6px 0 rgba(0,0,0,0.2), 0 1px 2px 0 rgba(0,0,0,0.1);
	outline: 0;
}

/* Search Form */
.search-form {
	margin-bottom: 24px;
	position: relative;
}

.page-content .search-form {
	max-width: 350px;
}

.search-form:after {
	color: #e1e1e1;
	content: "\e604";
	font-family: 'entypo';
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: absolute;
	right: 10px;
	text-transform: none;
	top: 8px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

.search-form .search-field {
	border-radius: 18px;
	padding-left: 15px;
	padding-right: 30px;
	width: 100%;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: #8b8f90;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
	color: #8b8f90;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
	color: #8b8f90;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #8b8f90;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .fluid-width-video-wrapper {
	margin-bottom: 24px;
}

.entry-content .wp-playlist,
.entry-content .wp-audio-shortcode,
.entry-content .wp-video {
	margin-bottom: 24px;
	margin-top: 0;
}

.entry-content .mejs-mediaelement,
.entry-content .mejs-container .mejs-controls {
	background: #404b55;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #7dc2d8;
}

/* Images */
img {
	border-radius: 3px;
	height: auto;
	max-width: 100%;
}

.widget img,
img.avatar {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
	box-shadow:			0 1px 1px 0 rgba(0,0,0,.07);
	max-width: 97%;
	padding: 2px;
}

/* Post password */
.post-password-form input {
	margin-bottom: 12px;
}

/* Alignments */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 6px 24px 12px 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 6px 0 12px 24px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 6px;
	margin-bottom: 24px;
}

/* Captions */
.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #a6a8a9;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
	padding: 6px 0 0 3px;
}

/* Galleries */
.gallery {
	margin: 0 -6px 24px;
}

.gallery-item {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	display: inline-block;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery .gallery-caption {
	padding: 6px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Text meant only for screen readers */
.says,
.search-form .search-submit,
.screen-reader-text {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

/* Clearing floats */
.group:after,
.inner:after,
.entry-content:after,
.comment-content:after,
.comment-meta:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.nav-links:after,
.slides:after {
	clear: both;
}

.group:before,
.group:after,
.inner:before,
.inner:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.comment-meta:before,
.comment-meta:after,
.comment-form-author:before,
.comment-form-email:before,
.comment-form-url:before,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.nav-links:before,
.nav-links:after,
.slides:before,
.slides:after {
	content: "";
	display: table;
}

/**
 * 3. Structure
 */

.inner {
	margin: 0 auto;
	max-width: 1110px;
}

.inner-box {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
	box-shadow:			0 1px 1px 0 rgba(0,0,0,.07);
}

.outer-box {
	background-color: #f1f1f1;
	border: 4px solid #f1f1f1;
	margin-bottom: 24px;
}

.inner-box,
.outer-box {
	border-radius: 3px;
}

.site-header,
.intro,
.intro-slider,
.site-main,
.site-footer,
#secondary-nav {
	padding-left: 3%;
	padding-right: 3%;
}

.site-main {
	padding-bottom: 3%;
	padding-top: 3%;
}

.site-content {
	float: left;
	width: 68%;
}

.sidebar {
	float: right;
	font-size: 13px;
	line-height: 1.6;
	width: 29%;
}

.left-sidebar .site-content {
	float: right;
}

.left-sidebar .sidebar {
	float: left;
}

.sidebar .inner-box {
	padding: 18px 25px;
}

/**
 * 4. Site Header
 */

.site-header {
	background-color: #2f373f;
	border-top: 1px solid #404b55;
	padding-bottom: 36px;
	padding-top: 24px;
}

/* Logo */
.site-branding {
	float: left;
	width: 29%;
}

#site-title {
	font-size: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}

#site-title a {
	color: #f1f1f1;
}

#site-title a:hover {
	opacity: 0.85;
}

#site-description {
	color: #a6a8a9;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 0;
	margin-left: 30px;
}

/* Navigation */
#primary-nav {
	float: right;
	margin-top: 14px;
	width: 68%;
}

.nav-wrapper {
	background-color: #283038;
	border-top: 1px solid #404b55;
	border-bottom: 6px solid #f1f1f1;
	-webkit-box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.15);
	box-shadow:			0 -2px 2px 0 rgba(0,0,0,0.15);
}

#secondary-nav {
	border-bottom: 1px solid #404b55;
}

.menu-container {
	font: 13px/1 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
}

.menu-secondary {
	line-height: 3.23077;
}

.menu-container ul {
	margin-bottom: 0;
	padding-left: 0;
}

.menu-primary ul {
	float: right;
	margin-right: 30px;
}

.menu-container li {
	float: left;
	position: relative;
}

.menu-primary li {
	padding-bottom: 12px;
}

.menu-secondary li {
	border-right: 1px solid #404b55;
}

.menu-secondary li:first-child {
	border-left: 1px solid #404b55;
}

.menu-container a {
	color: #e1e1e1;
	display: block;
	font-weight: bold;
	padding: 0 15px;
	-webkit-transition: background 0.3s, color 0.3s;
	transition:			background 0.3s, color 0.3s;
}

.menu-primary a {
	border-right: 1px solid #404b55;
}

.menu-primary li:last-child a {
	border-right: 0;
	padding-right: 0;
}

.menu-container .sub-menu,
.menu-container .children {
	display: none;
	font: 12px/1.5 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: absolute;	
	top: 100%;	
	width: 180px;
	z-index: 999;
}

.menu-container li:hover > .sub-menu,
.menu-container li:hover > .children {
	display: block;
}

.menu-primary .sub-menu,
.menu-primary .children {
	background-color: #2f373f;
	border: 1px solid #404b55;
	border-radius: 3px;
	left: 15px;
}

.menu-secondary .sub-menu {
	background-color: #283038;
	border: 1px solid #404b55;
	border-radius: 0 0 3px 3px;
	left: -1px;
}

.menu-container .sub-menu ul,
.menu-container .children ul {
	left: 100%;
	top: -1px;
}

.menu-container .sub-menu li,
.menu-container .children li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #404b55;
	display: block;
	float: none;
	padding-bottom: 0;
}

.menu-container .sub-menu li:first-child,
.menu-container .children li:first-child {
	border-left: 0;
	border-top: 0;
}

.menu-container .sub-menu a,
.menu-container .children a {
	border: 0;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 6px;
}

.menu-container .sub-menu li:last-child a,
.menu-container .children li:last-child a {
	border-radius: 0 0 3px 3px;
}

.menu-primary .sub-menu li:first-child a,
.menu-primary .children li:first-child a {
	border-radius: 3px 3px 0 0;
}

.menu-primary .sub-menu:before,
.menu-primary .children:before {
	border-color: #2f373f #2f373f #404b55 #2f373f;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	content: "";
	display: block;
	left: 15px;
	position: absolute;
	top: -9px;
	width: 0;
}

.menu-primary .sub-menu ul:before,
.menu-primary .children ul:before {
	display: none;
}

.menu-primary li:hover > a,
.menu-primary .current-menu-item > a,
.menu-primary .current-menu-ancestor > a,
.menu-primary .current_page_item > a,
.menu-primary .current_page_ancestor > a {
	color: #9bd0e1;
}

.menu-primary li li:hover > a,
.menu-primary li .current-menu-item > a,
.menu-primary li .current-menu-ancestor > a,
.menu-primary li .current_page_item > a,
.menu-primary li .current_page_ancestor > a,
.menu-secondary li:hover > a,
.menu-secondary .current-menu-item > a,
.menu-secondary .current-menu-ancestor > a {
	background-color: #7dc2d8;
	color: #283038;
}

#menu-toggle {
	display: none;
}

/**
 * 5. Intro
 */

.intro {
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
}

.intro .intro-text {
	color: #8b8f90;
	font: italic 18px/1.5 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 0;
	padding: 24px 165px 36px 30px;
}

.intro-slider {
	padding-top: 3%;
}

.intro-slider .outer-box {
	margin-bottom: 0;
}

.intro-slider .flexslider {
	height: 495px;
}

.intro-slider .slides li {
	background-color: #2f373f;
	border-radius: 3px;
	height: 495px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.intro-slider .slider-bg {
	background-position: center;
	background-size: cover;
	border-radius: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.intro-slider .slider-overlay {
	background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	left: 50%;
	margin-left: -250px;
	padding: 24px 25px 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: 	translateY(-50%);
	-moz-transform: 	translateY(-50%);
	transform: 			translateY(-50%);
	width: 500px;
}

.intro-slider .entry-title {
	border-bottom: 0;
	font-style: italic;
	padding-bottom: 0;
}

/**
 * 6. Content
 */

/**
 * 6.1 Posts and Pages
 */

.sticky {}
.bypostauthor{}

.featured-image img,
.featured-slider img {
	display: block;
	width: 100%;
}

.featured-image img,
.featured-slider img,
.featured-video .fluid-width-video-wrapper {
	border-radius: 3px 3px 0 0;
}

.entry-header,
.entry-content,
.entry-footer {
	padding-left: 25px;
	padding-right: 25px;
}

.entry-header {
	margin-bottom: 24px;
	padding-top: 24px;
}

.entry-title {
	border-bottom: 1px dotted #e1e1e1;
	color: #404b55;
	font-size: 26px;
	margin-bottom: 6px;
	padding-bottom: 12px;
}

.entry-title a {
	color: #404b55;
}

.entry-title a:hover {
	color: #7dc2d8;
}

.byline,
.entry-meta {
	color: #ccc;
	font-size: 13px;
	line-height: 1.5;
}

.entry-meta {
	border-top: 1px dotted #e1e1e1;
	padding: 12px 0;
}

.byline a,
.entry-meta a {
	color: #a6a8a9;
}

.byline a:hover,
.entry-meta a:hover {
	color: #7dc2d8;
}

.byline span:before,
.entry-meta span:before {
	content: '\00a0\00b7\00a0';
}

.byline span:first-child:before,
.entry-meta span:first-child:before,
.entry-meta .permalink:before {
	display: none;
}

.entry-content {
	padding-bottom: 12px;
}

.read-more {
	display: block;
	margin-top: 24px;
}

.more-link {
	background-color: #9bd0e1;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow:			0 1px 2px 0 rgba(0,0,0,0.1);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-transform: uppercase;
}

.more-link:hover {
	background-color: #7dc2d8;
	color: #fff;
}

.author-info {
	border-top: 1px dotted #e1e1e1;
	color: #404b55;
	font-size: 13px;
	margin-bottom: 12px;
	margin-top: 24px;
	padding-top: 24px;
}

.author-info .avatar {
	float: left;
	height: 72px;
	margin-bottom: 12px;
	margin-right: 30px;
	width: 72px;
}

.author-info .author-title {
	font-size: 16px;
	margin-bottom: 12px;
}

.author-info .author-link {
	display: block;
	font-style: italic;
}

.author-info .author-bio {
	margin-bottom: 12px;
}

/**
 * 6.2 Post Formats
 */

.format-link .entry-title {
	border-bottom: 0;
	padding-bottom: 0;
}

.format-link .entry-meta,
.format-quote .entry-meta {
	padding-right: 100px;
	position: relative;
}

.entry-meta .permalink {
	position: absolute;
	right: 0;
	top: 12px;
}

.format-quote .entry-content {
	padding-top: 24px;
}

.format-quote blockquote {
	border: 0;
	font-size: 20px;
	padding: 0;
}

.format-quote cite {
	font-size: 16px;
	line-height: 1.5;
}

.format-link .entry-header,
.format-quote .entry-content {
	padding-right: 75px;
	position: relative;
}

.format-quote .entry-content:after,
.format-link .entry-header:after {
	color: #e1e1e1;
	font-family: 'entypo';
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: absolute;
	right: 25px;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	top: 24px;
}

.format-quote .entry-content:after {
	content: "\e606";
}

.format-link .entry-header:after {
	content: "\e603";
}

/**
 * 6.3 Attachments
 */

.attachment .entry-attachment {
	margin-bottom: 24px;
}

.attachment .entry-caption {
	color: #a6a8a9;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
	margin-top: -24px;
	padding: 6px 0 0 3px;
}

.attachment .entry-description {
	margin-top: 24px;
}

/**
 * 6.4 Navigation Links
 */

.navigation,
.page-links {
	line-height: 1.5;
	margin: 24px 0;
}

.pagination,
.post-navigation,
.image-navigation {
	padding: 0 30px;
}

.pagination,
.comment-navigation,
.page-links {
	font-size: 13px;
}

.post-navigation a,
.image-navigation a {
	color: #a6a8a9;
	display: inline-block;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #7dc2d8;
}

.post-navigation .nav-previous,
.image-navigation .nav-previous {
	float: left;
	width: 48%;
}

.post-navigation .nav-next,
.image-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.page-links a,
.page-links > span,
.navigation .page-numbers {
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 5px;
	min-width: 20px;
	padding: 5px;
	text-align: center;
}

.page-links a,
.navigation .page-numbers {
	background-color: #fbfbfb;
	border: 1px solid #e1e1e1;
	color: #8b8f90;
}

.page-links > span,
.navigation .current {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #404b55;
}

.page-links a:hover,
.navigation a.page-numbers:hover {
	background-color: #9bd0e1;
	border-color: #7dc2d8;
	color: #fff;
}

.page-links .page-links-title {
	background: 0;
	border: 0;
	padding: 0;
}

/**
 * 6.5 Archives
 */

.page-header {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	color: #8b8f90;
	margin-bottom: 24px;
	padding: 12px 29px;
	position: relative;
}

.page-header:before {
	border-color: transparent transparent transparent #e1e1e1;
	border-style: solid;
	border-width: 11px 0 11px 11px;
	content: "";
	left: -1px;
	position: absolute;
	top: 12px;
	width: 0;
}

.page-title {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
}

.page-title .highlight {
	color: #404b55;
	font-weight: bold;
}

.taxonomy-description {
	font-size: 13px;
	font-style: italic;
	margin-top: 6px;
}

.taxonomy-description p {
	margin-bottom: 0;
}

/**
 * 6.6 Search Results
 */

.search-results #posts-wrapper {
	padding: 24px 25px;
}

.result-item,
.infinite-wrap .result-item:first-child {
	border-top: 1px dotted #e1e1e1;
	margin-bottom: 24px;
	padding-top: 24px;
}

.result-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.result-title {
	display: inline-block;
	font: bold 18px/1.2 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 0;
}

.result-date {
	color: #a6a8a9;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 6px;
}

/**
 * 6.7 No Posts, 404 Page
 */

.no-results .page-header,
.error-404 .page-header {
	border: 0;
	margin-bottom: 24px;
	padding: 24px 25px 0;
}

.no-results .page-header:before,
.error-404 .page-header:before {
	display: none;
}

.no-results .page-title,
.error-404 .page-title {
	border-bottom: 1px dotted #e1e1e1;
	color: #404b55;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 12px;
}

.page-content {
	padding: 0 25px 12px;
}

/**
 * 6.8 Custom Page Templates
 */

.page-template-tmpl-fullwidth-php .site-content {
	float: none;
	width: 100%;
}

.archive-box ol {
	padding-left: 0;
	list-style: none;
}

.archive-box li {
	color: #a6a8a9;
}

.archive-col {
	float: left;
	width: 48%;
}

.archive-col:first-child {
	margin-right: 4%;
}

/**
 * 6.9 Comments
 */

.navigation + .comments-area {
	margin-top: 48px;
}

.comments-area .inner-box {
	padding: 24px 25px;
}

.comments-title {
	background-color: #fbfbfb;
	border-bottom: 1px solid #f1f1f1;
	border-radius: 3px 3px 0 0;
	color: #404b55;
	font-size: 18px;
	margin: -24px -25px 24px;
	padding: 24px 25px;
}

.comments-title a {
	font-weight: normal;
}

.comments-title .sep {
	color: #e1e1e1;
	font-weight: normal;
	padding: 0 10px;
}

.comment-list,
.comment-list .children {
	list-style: none;
}

.comment-list {
	border-bottom: 1px dotted #e1e1e1;
	padding-left: 0;
}

.depth-5 .children {
	padding-left: 0;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .children,
.comment #respond {
	border-top: 1px dotted #e1e1e1;
	padding-top: 24px;
}

.comment-list .comment:first-child,
.comment-list .pingback:first-child {
	border-top: 0;
	padding-top: 0;
}

.pingback .comment-body {
	margin-bottom: 24px;
}

.comment-author .fn {
	color: #404b55;
	display: block;
	font-family: 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
}

.comment-author a {
	color: #404b55;
}

.comment-author a:hover {
	color: #7dc2d8;
}

.comment-author .avatar {
	float: left;
	height: 60px;
	margin: 0 15px 18px 0;
	width: 60px;
}

.comment-metadata {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.comment-body .edit-link:before {
	content: '\00a0\00b7\00a0';
}

.comment-metadata,
.comment-metadata a,
.comment-awaiting-moderation,
#cancel-comment-reply-link {
	color: #a6a8a9;
}

.comment-metadata a:hover,
#cancel-comment-reply-link:hover {
	color: #7dc2d8;
}

.comment-awaiting-moderation {
	clear: left;
	font-style: italic;
	margin-bottom: 18px;
}

.comment-reply-link {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 24px;
}

.comment-reply-title {
	color: #404b55;
	font-size: 18px;
}

#cancel-comment-reply-link {
	font-size: 14px;
	font-weight: normal;
	margin-left: 8px;
}

.comment-form label {
	line-height: 2.13333;
}

.comment-form-comment label {
	display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	margin-bottom: 18px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	float: left;
	margin-right: 30px;
	width: 50%;
}

.comment-form textarea {
	width: 100%;
}

.no-comments,
.comment-notes,
.logged-in-as {
	color: #a6a8a9;
	font-style: italic;
}

.required {
	color: #7dc2d8;
	font-style: normal;
}

/**
 * 7. Widgets
 */

.widget {
	margin-bottom: 24px;
}

.widget-title,
.tab-title {
	border-bottom: 1px dotted #e1e1e1;
	color: #8b8f90;
	font-size: 16px;
	padding-bottom: 8px;
}

.widget ul > li:before {
	font-size: 18px;
	line-height: 1.16667;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
	padding-bottom: 6px;
}

.widget .children,
.widget .sub-menu {
	padding-top: 6px;
}

.widget .children li:last-child,
.widget .sub-menu li:last-child {
	padding-bottom: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #a6a8a9;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	display: block;
	font-size: 12px;
}

.widget_calendar table {
	border-bottom: 0;
	font-size: 13px;
	line-height: 2;
	table-layout: fixed;
	text-align: center;
}

.widget_calendar tr {
	background-color: transparent;
}

.widget_calendar th {
	border-top: 0;
	padding: 0 0 8px;
}

.widget_calendar tbody td {
	border: 2px solid transparent;
	color: #a6a8a9;
	height: 26px;
	padding: 0;
}

.widget_calendar #next {
	text-align: right;
}

.widget_calendar #prev {
	text-align: left;
}

.widget_calendar tbody a {
	display: block;
}

.widget_tag_cloud a {
	display: inline-block;
	margin: 0 3px 6px 0;
	padding: 2px 5px;
}

.widget_calendar tbody a,
.widget_tag_cloud a {
	background-color: #fbfbfb;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	color: #8b8f90;
}

.widget_calendar tbody a:hover,
.widget_tag_cloud a:hover {
	background-color: #9bd0e1;
	border-color: #7dc2d8;
	color: #fff;	
}

.bluebird_bio_widget .bio-photo {
	height: 72px;
	float: left;
	margin: -2px 15px 0 0;
	width: 72px;
}

.bluebird_follow_widget a {
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	color: #ccc;
	display: inline-block;
	font-size: 18px;
	height: 32px;
	line-height: 1.77778;
	margin: 0 6px 8px 0;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition:			all 0.5s;
	width: 32px;
}

.bluebird_follow_widget a:hover.twitter {
	border-color: #5ec3df;
	color: #5ec3df;
}

.bluebird_follow_widget a:hover.facebook {
	border-color: #3c5fac;
	color: #3c5fac;
}

.bluebird_follow_widget a:hover.google {
	border-color: #c63d2d;
	color: #c63d2d;
}

.bluebird_follow_widget a:hover.pinterest {
	border-color: #cb2027;
	color: #cb2027;
}

.bluebird_follow_widget a:hover.instagram {
	border-color: #3f729b;
	color: #3f729b;
}

.bluebird_follow_widget a:hover.flickr {
	color: #ff0084;
	border-color: #ff0084;
}

.bluebird_follow_widget a:hover.vine {
	color: #00b488;
	border-color: #00b488;
}

.bluebird_follow_widget a:hover.tumblr {
	border-color: #34526f;
	color: #34526f;
}

.bluebird_follow_widget a:hover.dribbble {
	border-color: #ea4c89;
	color: #ea4c89;
}

.bluebird_follow_widget a:hover.github {
	color: #333;
	border-color: #333;
}

.bluebird_follow_widget a:hover.behance {
	color: #1769ff;
	border-color: #1769ff;
}

.bluebird_follow_widget a:hover.linkedin {
	border-color: #2089b5;
	color: #2089b5;
}

.bluebird_follow_widget a:hover.vimeo {
	border-color: #0dadd6;
	color: #0dadd6;
}

.bluebird_follow_widget a:hover.youtube {
	border-color: #cd201f;
	color: #cd201f;
}

.bluebird_follow_widget a:hover.rssfeed {
	border-color: #ff9900;
	color: #ff9900;
}

.bluebird_tabs_widget .tab-panel {
	margin-bottom: 24px;
}

.bluebird_tabs_widget .tab-nav {
	border-bottom: 1px dotted #e1e1e1;
	padding-left: 0;
}

.bluebird_tabs_widget .tab-nav li:before {
	display: none;
}

.bluebird_tabs_widget .tab-nav li {
	display: inline-block;
	font: bold 16px/1 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 8px;
}

.bluebird_tabs_widget .tab-nav li:first-child {
	border-right: 1px solid #e1e1e1;
	margin-right: 5px;
	padding-right: 5px;
}

.bluebird_tabs_widget .tab-nav a {	
	color: #ccc;
}

.bluebird_tabs_widget .tab-nav a:hover,
.bluebird_tabs_widget .tab-nav .active {	
	color: #8b8f90;
}

.bluebird_tabs_widget .tab-posts,
.bluebird_tabs_widget .tab-comments {
	list-style: none;
	padding-left: 0;
}

.bluebird_tabs_widget .tab-panel li {
	margin-bottom: 18px;
}

.bluebird_tabs_widget .tab-posts-thumb,
.bluebird_tabs_widget .avatar {
	float: left;
}

.bluebird_tabs_widget .tab-posts-thumb img,
.bluebird_tabs_widget .avatar {
	display: block;
	height: 48px;
	width: 48px;
}

.bluebird_tabs_widget .tab-posts-date,
.bluebird_tabs_widget .tab-comments-date {
	color: #a6a8a9;
	display: block;
	font-size: 12px;
}

.bluebird_tabs_widget .tab-posts-title,
.bluebird_tabs_widget .tab-posts-date,
.bluebird_tabs_widget .tab-comments-title,
.bluebird_tabs_widget .tab-comments-date {
	display: block;
	margin-left: 69px;
}

.widget_search .search-form {
	margin-top: 12px;
}

/**
 * 8. Site Footer
 */

.site-footer {
	color: #a6a8a9;
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 12px;
	position: relative;
}

.copyright {
	border-top: 1px dotted #e1e1e1;
	margin-bottom: 24px;
	padding: 12px 140px 0 30px;
}

.back-top {
	padding-right: 30px;
	position: absolute;
	top: 12px;
	right: 3%;
}

#back-top-link .icon-arrow-up {
	padding-left: 5px;
}

/**
 * 9. FlexSlider
 *
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

.flexslider a:hover,
.flexslider a:focus {
	outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flexslider {
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	 transition: 		all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flex-direction-nav a {
	background-color: #9bd0e1;
	border-radius: 3px;
	color: #fff;
	height: 30px;
	font-size: 20px;
	line-height: 1.6;
	margin-top: -15px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 30px;
	z-index: 9999;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flex-direction-nav .flex-next {
	right: 0;
}

.flexslider:hover .flex-prev {
	opacity: 1;
	left: 25px;
}

.flexslider:hover .flex-next {
	opacity: 1;
	right: 25px;
}

.flexslider .flex-prev:hover,
.flexslider .flex-next:hover {
	background-color: #7dc2d8;
}

.flex-caption {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	bottom: 24px;
	font-size: 13px;
	font-style: italic;
	left: 25px;
	line-height: 1.5;
	margin: 0;
	max-width: 70%;
	padding: 12px 15px;
	position: absolute;
}

/**
 * 10. Plugins
 */

/**
 * 10.1 Jetpack
 */

.infinite-scroll .navigation {
    display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
	margin-bottom: 24px;
	padding: 0 30px;
}

.search-results #infinite-handle,
.search-results .infinite-loader {
	padding-left: 0;
	padding-right: 0;
}

.infinite-scroll #infinite-handle button {
	-webkit-box-shadow: none;
	box-shadow:			none;
	height: auto;
}

.infinite-scroll #infinite-handle span {
	background-color: #9bd0e1;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow:			0 1px 2px 0 rgba(0,0,0,0.1);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-transform: uppercase;
}

.infinite-scroll #infinite-handle span:hover {
	background-color: #7dc2d8;
	color: #fff;
}

.infinite-scroll .infinite-loader {
	color: #404b55;
	height: 32px;
}

.entry-content .sharedaddy {
	margin-top: 24px;
}

.entry-content .sharedaddy .sd-sharing .sd-title,
.entry-content #jp-relatedposts .jp-relatedposts-headline {
	color: #a6a8a9;
	font: 13px/1.5 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0 0 12px;
}

.entry-content #jp-relatedposts .jp-relatedposts-headline em {
	font-weight: normal;
}

.entry-content .sharedaddy .sd-sharing .sd-title:before,
.entry-content #jp-relatedposts .jp-relatedposts-headline em:before {
	border-top: 1px dotted #e1e1e1;
}

.entry-content #jp-relatedposts .jp-relatedposts-post-img {
	display: block;
	margin-bottom: 6px;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title {
	font: 15px/1.2 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title .jp-relatedposts-post-a {
	font-weight: bold;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	color: #a6a8a9;
	font-size: 13px;
	line-height: 1.5;
	opacity: 1;
}

.entry-content .sharedaddy ul > li:before {
	display: none;
}

.entry-content .contact-form label {
	font-weight: normal;
	padding-bottom: 3px;
}

.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form input[type="url"] {
	width: 50%;
}

.entry-content .contact-form textarea {
	width: 100%;
}

.entry-content .contact-form .contact-submit {
	margin-top: 12px;
}

.comment-subscription-form {
	margin-bottom: 12px;
}

.comment-subscription-form .subscribe-label {
	color: #a6a8a9;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
}

/**
 * 10.2 Contact Form 7
 */

 .wpcf7-form {
 	margin-bottom: 24px;
 }

.wpcf7-form p {
	margin-bottom: 18px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 3px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"] {
	width: 50%;
}

.wpcf7-form textarea {
	width: 100%;
}

/**
 * 11. No JS
 */

.no-js .flexslider .slides > li:first-child {
	display: block;
}

/**
 * 12. Media Queries
 */

@media only screen and (max-width: 840px) {
	.site-content,
	.sidebar {
		width: 100%;
	}

	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 25px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 25px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 840px) {
	.sidebar-two .sidebar .outer-box,
	.sidebar-two .sidebar .inner-box {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow:			none;
		margin: 0;
		padding: 0;
	}

	.sidebar-two .widget-area {
		background-color: #f1f1f1;
		border: 4px solid #f1f1f1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:	border-box;
		box-sizing:			border-box;
		float: left;
		margin-bottom: 24px;
		width: 48.4%;
	}

	.sidebar-two .secondary-widgets {
		float: right;
	}

	.sidebar-two .widgets-inner {
		background-color: #fff;
		border: 1px solid #e1e1e1;
		-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
		box-shadow:			0 1px 1px 0 rgba(0,0,0,.07);
		padding: 18px 25px;
	}

	.sidebar-two .widget-area,
	.sidebar-two .widgets-inner {
		border-radius: 3px;
	}
}

@media only screen and (max-width: 768px) {
	.site-header {
		padding: 0;
	}

	.site-branding {
		float: none;
		padding: 24px 3% 36px;
		position: relative;
		width: auto;
	}

	#site-title,
	#site-description {
		margin-left: 10px;
		margin-right: 60px;
	}

	#menu-toggle {
		background-color: #404b55;
		background-image: -webkit-linear-gradient(top, #404b55, #2f373f);
		background-image:    -moz-linear-gradient(top, #404b55, #2f373f);
		background-image:      -o-linear-gradient(top, #404b55, #2f373f);
		background-image:         linear-gradient(to bottom, #404b55, #2f373f);
		border: 1px solid #242b32;
		border-radius: 3px;		
		-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
		box-shadow:			0 1px 1px 0 rgba(0,0,0,0.15);
		color: #e1e1e1;		
		display: block;
		font: italic 13px/2.46154 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
		margin-top: -16px;
		padding: 0 8px 0 30px;
		position: absolute;
		right: 3%;
		text-align: center;
		top: 50%;
	}

	#menu-toggle.active {
		color: #7dc2d8;
	}

	#menu-toggle:before {
		font-family: 'entypo';
		font-size: 20px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		left: 5px;
		line-height: 1.6;
		position: absolute;
		speak: none;
		text-transform: none;
		top: 0;
		-webkit-font-smoothing: antialiased;
	}

	#primary-nav {
		border-top: 1px solid #404b55;
		float: none;
		margin: 0;
		padding: 0 3%;
		width: auto;
	}

	.menu-container {
		display: none;
		line-height: 1.5;
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.menu-primary ul {
		float: none;
		margin-right: 0;
	}

	.menu-container li {
		border-right: 0;
		display: block;
		float: none;
		padding-bottom: 0;
	}

	.menu-container li:first-child {
		border-left: 0;
	}

	.menu-container a {
		border-right: 0;
		padding: 8px 0;
	}

	.menu-container .sub-menu,
	.menu-container .children {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		display: block;
		font-size: 13px;
		padding-left: 20px;
		position: static;
		width: auto;
	}

	.menu-container .sub-menu a,
	.menu-container .children a {
		padding: 8px 0;
	}

	.menu-primary .sub-menu:before,
	.menu-primary .children:before {
		display: none;
	}

	.menu-container .sub-menu li,
	.menu-container .children li {
		border: 0;
	}

	.menu-primary li li:hover > a,
	.menu-primary li .current-menu-item > a,
	.menu-primary li .current-menu-ancestor > a,
	.menu-primary li .current_page_item > a,
	.menu-primary li .current_page_ancestor > a,
	.menu-secondary li:hover > a,
	.menu-secondary .current-menu-item > a,
	.menu-secondary .current-menu-ancestor > a {
		background-color: transparent;
		color: #9bd0e1;
	}

	.intro .intro-text {
		padding-right: 30px;
	}

	.intro-slider .flexslider,
	.intro-slider .slides li {
		height: 450px;
	}

	.intro-slider .slider-overlay {
		left: 15%;
		margin-left: 0;
		width: 70%;
	}
}

@media only screen and (max-width: 640px) {
	.entry-meta .permalink {
		position: static;
	}

	.entry-meta .permalink:before {
		display: inline;
	}

	.gallery-columns-4 .gallery-caption,
	.gallery-columns-5 .gallery-caption {
		display: none;
	}

	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 25%;
	}

	.intro-slider .flexslider,
	.intro-slider .slides li {
		height: 360px;
	}

	.intro-slider .entry-title {
		font-size: 24px;
	}

	.intro-slider .read-more {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
	h1,
	.entry-title,
	.no-results .page-title,
	.error-404 .page-title {
		font-size: 24px;
	}

	h2,
	.intro-slider .entry-title {
		font-size: 20px;
	}

	#site-title {
		font-size: 26px;
	}

	.format-quote blockquote {
		font-size: 18px;
	}

	.intro-text {
		font-size: 16px;
	}

	.intro-slider .byline {
		font-size: 11px;
	}

	.intro-slider .slider-overlay {
		padding: 18px 15px;
	}

	.intro-slider .flexslider,
	.intro-slider .slides li {
		height: 330px;
	}

	.archive-col,
	.post-navigation .nav-previous,
	.image-navigation .nav-previous,
	.post-navigation .nav-next,
	.image-navigation .nav-next {
		width: 100%;
	}

	.archive-col:first-child {
		margin-right: 0;
	}

	.post-navigation .nav-previous,
	.image-navigation .nav-previous,
	.post-navigation .nav-next,
	.image-navigation .nav-next {
		text-align: center;
	}

	.post-navigation .nav-previous + .nav-next,
	.image-navigation .nav-previous + .nav-next {
		margin-top: 12px;
	}

	.copyright {
		padding-right: 30px;
		text-align: center;
	}

	.back-top {
		margin-bottom: 24px;
		padding-right: 0;
		position: static;
		text-align: center;		
	}

	#back-top-link {
		background-color: #9bd0e1;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
		box-shadow:			0 1px 2px 0 rgba(0,0,0,0.1);
		color: #fff;
		display: inline-block;
		padding: 6px 10px;
	}

	a#back-top-link:hover {
		background-color: #7dc2d8;
		color: #fff;
	}

	.flex-direction-nav .flex-prev,
	.flexslider:hover .flex-prev {
		left: 15px;
	}

	.flex-direction-nav .flex-next,
	.flexslider:hover .flex-next {
		right: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.gallery .gallery-caption {
		display: none;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 33.333%;
	}

	.comment-list .children {
		padding-left: 0;
	}

	.comment-form label {
		display: block;
		line-height: 1.5;
		padding-bottom: 6px;
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	.entry-content .contact-form input[type="text"],
	.entry-content .contact-form input[type="email"],
	.entry-content .contact-form input[type="url"],
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="url"] {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.intro-slider .flexslider,
	.intro-slider .slides li {
		height: 300px;
	}
}

@media only screen and (max-width: 360px) {
	blockquote {
		font-size: 15px;
	}

	.author-info .avatar {
		display: block;
		float: none;
	}

	.comment-author .avatar {
		height: 45px;
		width: 45px;
	}

	.intro-slider .flexslider,
	.intro-slider .slides li {
		height: 240px;
	}

	.intro-slider .slider-overlay {
		left: 18%;
		width: 64%;
	}

	.intro-slider .entry-title {
		font-size: 18px;
	}
}