/*
Theme Name: Drift Blog
Theme URI: http://drift.com;
Author: Cudazi
Author URI: http://cudazi.com
Description: Drift Blog Wordpress Theme
Version: 1.1
License: See License Folder
License URI: license.txt
Text Domain: cudazi-develop
Domain Path: /languages/
Tags: none
*/


/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h4,
h5,
h6,
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: "merriweather", serif;
	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 http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centred 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%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	/* Remove Jagged Font Edges */
}

body {
	background: #fff;
}

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

ol {
	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 {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
	color: #0176FF;
}

a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "merriweather", serif;
	font-size: 17px;
	line-height: 28px;
}


/* Headings */

h1,
h2,
h3,
h4 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
}

.widget-title {
	margin-bottom: 20px;
}

h1 {
	font-size: 52px;
	line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5,
.widget-title,
.archive .page-title,
.search .page-title,
.textpromo span {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

hr {
	clear: both;
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}


/* Text elements */

p {
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}

ul,
ol {
	margin: 0 0 20px 40px;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px
}

b,
strong {
	font-weight: bold;
}

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

blockquote,
blockquote p {
	font-style: italic;
	font-weight: 300;
	color: #999;
	padding: 5px 0 5px 20px;
}

address {
	margin: 0 0 20px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 20px;
	width: 100%;
}

th {
	font-weight: bold;
}

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

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
	*vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button {
	text-transform: uppercase;
}

input[type="reset"] {
	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, .8);
	cursor: pointer;
	/* 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 */
	font-size: 12px;
	line-height: 1;
	padding: 9px 16px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input[type="submit"] {
	border: 1px solid #13CB6E;
	border-radius: 2px;
	background: #13CB6E;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 18px;
	line-height: 1;
	padding: 7px 25px;
	font-family: "proxima-nova", serif;
}

input[type="reset"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="email"],
input[type="text"] {
	padding: 7px;
	padding-left: 25px;
	background: #EEEEEE;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
	font-family: "proxima-nova", serif;
}

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"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

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%;
}


/* Links */

a,
a:visited,
.entry-title a:hover,
.entry-meta a:hover,
#colophon a:hover {
	color: #0176FF;
	text-decoration: none;
}

.entry-title a {
	color: #333;
	line-height: 50px;
	font-weight: 200
}

.entry-content a:hover,
a:hover,
a:focus,
a:active {
	color: #0176FF;
}

a.more-link:hover {
	background: #0176FF;
	color: #fff;
}

.entry-meta a {
	color: #888;
}

#colophon a {
	font-family: 'proxima-nova', serif;
}


/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

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

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


/* =Post Titles
----------------------------------------------- */

.entry-title {
	margin-bottom: 15px;
	margin-top: 25px;
}

.page .entry-title {
	margin-bottom: 20px;
}


/* Mobile Menu
----------------------------------------------------------------------------------------------------*/

#navigation-small {
	display: none;
	/*Show using media queries*/
	margin: 19px 0 0 19px;
}


/*.mobile-menu-container{
	display: none;
}*/

.mobile-menu {
	position: relative;
	display: none;
}

.hamburger-menu {
	display: none;
}


/* =Menu
----------------------------------------------- */

.site-navigation {
	float: left;
}

.main-navigation ul {
	margin: 0 0 0 15px;
	display: block;
	position: relative;
	float: right;
}

.main-navigation ul li {
	position: relative;
}

.main-navigation li {
	list-style-type: none;
	display: inline-block;
}

#menu-item-864 a {
	border: solid 1px #ccc;
	border-radius: 3px;
	padding: 10px;
}

#menu-item-864 a:hover {
	color: #fff;
	background: #333;
}

.main-navigation a,
.main-navigation a:visited,
#socialmenu a,
#socialmenu a:visited {
	font-size: 14px;
	padding: 0 15px;
	line-height: 60px;
	color: #afafaf;
	font-family: "proxima-nova", serif;
	color: #333;
}

#socialmenu a:hover,
.main-navigation a:hover {
	color: #333;
}

.main-navigation ul ul {
	margin: 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	display: none;
	float: left;
	position: absolute;
	top: 60px;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}

.main-navigation ul ul a {}

.main-navigation ul ul li {}

.main-navigation li:hover>a {}

.main-navigation ul ul :hover>a {}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover>ul {
	display: block;
}

.main-navigation li.current-menu-ancestor>a,
.main-navigation li.current_page_item>a,
.main-navigation li.current-menu-item>a {
	color: #333;
}

.main-navigation .sub-menu {
	width: 200px;
	text-align: left;
	background: #fff;
}

.main-navigation .sub-menu li {
	display: block;
}

.main-navigation .sub-menu li:first-child {
	padding-top: 10px;
}

.main-navigation .sub-menu li:last-child {
	padding-bottom: 8px;
}

.main-navigation .sub-menu ul {
	/* remove padding drop */
	top: -10px;
}

.main-navigation .sub-menu li:first-child ul {
	/* account for the border */
	top: -1px;
}

.main-navigation .sub-menu a {
	text-transform: none;
	display: block;
	line-height: 18px;
	padding: 10px 20px;
}

#colophon .site-info .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#colophon .site-info .menu li {
	display: inline-block;
	padding: 0 4px;
	font-size: 12px;
}

#socialmenu {
	position: absolute;
	right: 20px;
}

#socialmenu li {
	display: inline;
	font-size: 12px;
	line-height: 60px;
	position: relative;
}

#socialmenu a {
	padding-left: 15px;
	padding-right: 0;
}

#socialmenu a:before {
	position: relative;
	top: -3px;
	padding-right: 3px;
}


/* =Content
----------------------------------------------- */

.site-main {
	max-width: 700px;
	margin: 0 auto;
}

.sticky {}

.hentry {
	margin: 0 0 125px;
	/*border-bottom: 1px solid #e0e0e0;*/
}

.page .hentry {
	border-bottom: none;
}

.single-post .hentry,
.page .hentry {
	margin-bottom: 15px;
}

.byline,
.updated {}

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

.page-content,
.entry-content,
.entry-summary {
	/*margin: 20px 0 0;		was padding top, adding instead to headings? */
}

.multipost-loop
/*.entry-content*/

{
	text-align: left;
}

.archive .page-header,
.search .page-header {
	text-align: center;
}

.multipost-loop .entry-content {
	width: 100%;
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}

.entry-meta {
	font-size: 11px;
	margin: 0 0 15px 0;
}

.entry-meta .cat-links,
.entry-meta .tags-links {
	white-space: nowrap;
}

.entry-meta-header {}

.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .comments-link {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -10px;
}

.entry-meta .byline a {
	font-size: 16px;
	color: #333;
}

.posted-on a {
	color: #333;
	font-style: italic;
	font-size: 14px;
}

.avatar-48 {
	vertical-align: top;
	border-radius: 30px;
}

.author-container {
	display: inline-block;
	line-height: 24px;
	padding-left: 10px;
}

.entry-meta-footer {}


/* Related Posts Styling */

.yarpp-related {
	max-width: 100%;
	width: 100%;
	padding-top: 25px;
}

.yarpp-thumbnail {
	width: 30% !important;
	height: auto !important;
	margin: 5px !important;
	margin-left: 0px !important;
	vertical-align: top !important;
	border: none !important;
}

.yarpp-thumbnails-horizontal a .yarpp-thumbnail-title {
	font-family: merriweather, serif !important;
	font-size: 16px !important;
	font-style: italic !important;
	color: #373737 !important;
	font-weight: 200 !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	overflow: visible !important;
	width: auto !important;
}

.yarpp-thumbnail>img,
.yarpp-thumbnail-default {
	width: 100% !important;
	height: auto !important;
}


/* =Post Formats
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

.format-chat p {
	margin: 0;
	padding: 5px 8px;
}

.format-chat p:nth-child(odd) {
	background: #f0f0f0;
}

.format-chat p:last-child {
	margin-bottom: 20px;
}


/* =Author Page Styles
----------------------------------------------- */

.author-main {
	text-align: center;
}

.author-image {
	margin: 35px auto 20px;
}

.author-image img {
	border-radius: 60px;
	display: block;
	margin: auto;
}

.author-bio {
	max-width: 80%;
	margin: 0 auto 30px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.author-post-list {
	list-style: none;
}

.author-post-list li {
	margin-bottom: 100px;
	text-align: left;
}

.author-social-links {
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.author-social-item:first-child {
	border-left: 0;
}

.author-social-item {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 20px;
	border-left: 1px solid #f2f2f2;
}

.author-social-link-label {
	display: block;
	margin-bottom: 1px;
}

.author-social-item a {
	font-size: 23px;
	color: #333;
}

.author-website {
	margin: 15px 0 0;
}

.author-website a {
	background: #0176FF;
	border-radius: 3px;
	border-radius: calc(3rem/18);
	color: #FFFFFF;
	height: 55px;
	height: calc(55rem/18);
	width: 50%;
	border: none;
	margin-bottom: 20px;
	margin-bottom: calc(20rem/18);
	font-weight: 400;
	text-align: center;
	line-height: 50px;
	padding: 1rem 3rem;
}

.listing-intro:before {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	background: #d9d9d9;
}

.listing-intro {
	margin: 72px 0 60px;
	position: relative;
	text-align: center;
	line-height: 1;
	vertical-align: top;
}

.listing-intro h3 {
	display: inline-block;
	margin: 0;
	padding: 3px 8px 2px 12px;
	position: relative;
	background: #fff;
	border: 1px solid #8f8f8f;
	color: #666;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
	vertical-align: top;
}

.tags-links a {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	color: #000;
}

.span-reading-time {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
}


/* =Media
----------------------------------------------- */

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

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	max-width: 100%;
}

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

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 5px 0;
}

.site-content .gallery {
	margin-bottom: 20px 0;
}

.gallery-caption {}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-content .gallery dd {
	margin: 0;
}

.gallery {
	margin: 0 auto 20px;
}

.gallery .gallery-item {
	float: left;
	margin: 0 0 3% 0;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16%;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-3 .attachment-thumbnail,
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #999;
	font-size: 11px;
	margin: 0 0 3%;
}

.gallery dl,
.gallery dt {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.featured-image {
	margin: 0 0 30px 0;
}

.featured-image img {
	box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
}

.featured-image img {
	margin: 0 auto;
	display: block;
}

.featured-image a {
	display: block;
}


/* Fluid Embed Containers */

video {
	max-width: 100%;
	height: auto;
}

.embed-youtube,
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embed-youtube iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*CONTAINER*/

.container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 18px;
	box-sizing: border-box;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 20px;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}

[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comments-area {
	display: none;
}

#comments {
	font-size: 14px;
}

#comments .comment-list {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#comments .children {
	list-style-type: none;
}

#comments .comment {
	position: relative;
}

#comments .comment-body {
	padding: 0 0 10px 80px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #afafaf;
}

#comments .comment-meta {}

#comments .comment-metadata {
	display: inline;
	font-size: 11px;
	padding-left: 5px;
}

#comments .comment-metadata a {
	color: #aaa;
}

#comments .comment-metadata a:hover {
	color: #333;
}

#comments .comment-content {
	min-height: 45px;
}

#comments .comment-content a {
	word-wrap: break-word;
}

#comments .says {
	display: none;
}

#comments .reply {
	padding-left: 5px;
}

#comments .reply,
#comments .vcard {
	display: inline;
}

#comments .avatar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 1px;
	border: 2px solid #afafaf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#comments .fn {
	font-weight: bold;
}

#comments .comment-edit-link {
	position: absolute;
	right: 0;
	top: 0;
}

#comments .form-allowed-tags code,
#comments .form-allowed-tags {
	font-size: 11px;
	line-height: 16px;
}

#respond {}

#respond label {
	display: block;
	font-weight: bold;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 40px;
}


/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}


/* Search widget */

.widget_search .search-submit,
.error404 .search-submit {
	display: none;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin-left: 0;
}

.widget ul ul,
.widget ol ol {
	margin-left: 15px;
}

.search-icon-container {
	margin: 0 auto;
	display: block;
	position: relative;
	float: right;
	line-height: 60px;
}

.form-container {
	width: 50%;
	display: block;
	margin: 25% auto;
}

.drift-logo {
	vertical-align: middle;
}

.magnifying-glass {
	vertical-align: middle
}

.search-results {
	margin-bottom: 100px;
}

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(69, 70, 71, 0.98);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 10000;
}

.search-submit {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
	background: url('images/magnifier-1.svg') !important;
	border: black;
}

.search-field {
	background: rgba(0, 0, 0, 0);
}

#search input[type="search"] {
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	border-bottom: solid 1px #ccc;
	background-image: url('images/magnifier-white.svg');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 7px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #ccc;
	background-color: transparent;
	border: none;
	opacity: 1;
	padding: 10px 17px;
	font-size: 48px;
	font-weight: 200;
}

.search-query {
	font-family: "proxima-nova", serif;
	text-decoration: underline;
}

#masthead {
	background: #fff;
	min-height: 60px;
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
	/*	margin-bottom: 20px;*/
}

.site-branding {
	/* logo */
	float: left;
	padding: 0 15px;
}

#masthead .site-branding a {
	color: #fff;
	display: block;
}

#masthead .site-title {
	font-weight: normal;
	font-weight: 300;
	margin: 0;
	font-size: 19px;
	line-height: 60px;
	white-space: nowrap;
	display: block;
}

#masthead .imagelogo img {
	display: block;
}

#masthead .imagelogo {
	background: none;
}

#masthead .imagelogo .site-title {
	line-height: 1;
}

.textpromo {
	color: #afafaf;
	padding-left: 90px;
	font-size: 14px;
	line-height: 22px;
}

.textpromo span {
	color: #333;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

.textpromo+.textpromo {
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
}

#promo-wrap {
	padding: 0 0 60px 0;
	text-align: center;
	font-size: 43px;
	color: #afafaf;
	letter-spacing: -1px;
	line-height: 55px;
	width: 75%;
	margin: auto;
	font-weight: 300;
}

#promo-wrap .widget {
	margin: 0;
}

.content-width {
	margin: 0 auto;
	position: relative;
}

#content {
	padding-bottom: 20px;
	word-wrap: break-word;
	margin-top: 100px;
}


/* Footer */

.chat-with-btn {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: block;
	margin: 0 auto;
	padding: 12px 100px;
	color: #fff;
	background: #0075FF;
	border: solid 1px #0075FF;
	font-size: 16px;
	font-family: "proxima-nova", serif;
	text-shadow: none;
	box-shadow: none;
	cursor: pointer;
}

#colophon {
	font-size: 12px;
	color: #afafaf;
}

#colophon .site-info {
	border-top: 1px solid #ccc;
	padding: 30px 0 60px 0;
	text-align: center;
}

#colophon .widget {
	margin-bottom: 0;
}

#footer-widgets {
	padding: 30px 0 10px 0;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#footer-widgets .widget-title {
	font-weight: normal;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0;
	font-size: 16px;
	color: #404040;
	padding-bottom: 10px;
}

.footer-column1-links {
	list-style: none;
	margin-left: 0;
}

.footer-column1-links li {
	padding-bottom: 10px;
}

.footer-column1-links a {
	font-size: 18px;
	text-transform: uppercase;
	color: #dedede !important;
	font-weight: 800;
}

.sub-menu li {
	padding-bottom: 10px;
	font-size: 16px !important;
}

.sub-menu a {
	color: #dedede !important;
}

.widget-title a {
	color: #abc6d4 !important;
	text-transform: uppercase;
}

#footer-widgets .col-50,
#footer-widgets .col-25 {
	float: left;
	padding-right: 30px;
}

#footer-widgets .col-50 {
	width: 50%;
}

#footer-widgets .col-25 {
	width: 25%;
}

.col-last {
	padding-right: 0;
}

#footer-widgets .menu li {
	display: block;
}

.site-footer {
	background: #333333;
	padding: 50px;
}

.twoColumns {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}


/* =Columns
----------------------------------------------- */

#primary,
#secondary {
	position: relative;
	float: left;
}

#primary {
	width: 70%;
	padding-right: 40px;
}

#primary.full-width {
	width: 100%;
	padding-right: 0;
}

#secondary {
	width: 30%;
	font-size: 13px;
	line-height: 21px;
}


/* =Misc
----------------------------------------------- */

.more-link {
	font-family: 'proxima-nova', serif;
	text-transform: uppercase;
	padding: 10px 20px;
	border: 1px solid #0176FF;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	margin-top: 10px;
}


/* =Infinite Scroll
----------------------------------------------- */

.infinite-scroll #nav-below {
	display: none;
}

#infinite-handle span {
	width: 25% !important;
	background: #f8f8f8 !important;
	color: #3e9ffb !important;
	padding: 15px;
	text-align: center;
	display: block;
	margin: auto;
}

#infinite-handle {
	/*	margin-bottom: 30px;*/
}

.infinite-loader {
	display: none !important;
}

#infinite-footer {
	display: none;
}


/* apply a natural box layout model to all elements ( http://www.paulirish.com/2012/box-sizing-border-box-ftw/ ) */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Remove WP smiley :) from footer */

img#wpstats {
	display: none;
}


/* 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}


/* Clearing */

.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* #Media Queries / Layout 
================================================== */


/* full size */

.content-width {
	width: 1100px;
	padding: 0 20px;
}


/* Note: Design for a width 1024 Desktop
	================================================== */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	/*960	*/
	.content-width {
		width: 960px;
	}
}


/* #Tablet (Portrait)
================================================== */


/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/*768*/
	.content-width {
		width: 748px;
	}
}


/* All smaller than 767px
================================================== */

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 36px;
	}
	#promo-wrap {
		font-size: 28px;
		line-height: 40px;
	}
	#menu-item-811 {
		display: none;
	}
	#socialmenu {
		left: 0;
	}
	#socialmenu ul {
		margin: 15px 0 0 0;
		text-align: center;
	}
	#navigation-small {
		display: inline;
		display: inline-block;
	}
	/* Full Width Content */
	.content-width {
		width: 100%;
	}
	#primary,
	#secondary {
		width: 100%;
		float: none;
		padding: 0;
	}
	/* Enlarge comment form on small screens*/
	#respond input[type="text"] {
		width: 98%;
	}
	#infinite-handle span {
		width: 50%;
	}
	#footer-widgets .col-50,
	#footer-widgets .col-25 {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	a.hamburger-menu {
		float: right;
		display: inline-block;
		line-height: 60px;
		padding-left: 40px;
		color: #000;
	}
	.mobile-menu-container {
		margin-top: 30px;
	}
	.mobile-menu {
		position: relative;
		font-family: "proxima-nova";
		font-style: normal;
		font-size: 15px;
		line-height: 20px;
		width: 100%;
		background: #000;
	}
	.mobile-menu ul {
		list-style: none;
	}
	#menu-header-menu {
		display: none;
	}
	#menu-header-menu-1 li {
		margin: 0;
		vertical-align: middle;
		line-height: 60px;
	}
	#menu-header-menu-1 li a {
		color: #fff;
		font-family: "proxima-nova", serif;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail,
	.yarpp-thumbnail-default,
	.yarpp-thumbnail-title {
		display: table !important;
	}
	.yarpp-thumbnail {
		width: 75% !important;
	}
}

@media only screen and (max-width: 480px) {
	/* Shrink Promo Text */
	#promo-wrap .promo-content {
		font-size: 23px;
		line-height: 33px;
	}
	.column-grid .column {
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}
	.hidemobile {
		display: none;
	}
	.form-container {
		width: 70%;
		display: block;
		margin: 65% auto;
	}
	#search input[type="search"] {
		top: 50%;
		width: 80%;
		color: rgb(255, 255, 255);
		font-size: 32px;
		font-weight: 300;
		text-align: center;
		border: 0px;
		margin: 0px auto;
		margin-top: -51px;
		outline: none;
		border-bottom: solid 1px #ccc;
		background-image: url(images/magnifier-white.svg);
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: 0px;
	}
	.author-social-links {
		font-size: 7px;
		line-height: 1.4;
	}
	.author-social-item {
		padding: 0 8px;
	}
	.csbwfs-social-widget {
		display: none;
	}
	.tags-links {
		display: none;
	}
	.sumome-share-client-wrapper {
		display: none !important;
	}
}


/* Genericons Icon Font */

#socialmenu a:before,
.genericon:before,
.featured-post:before,
.posted-on a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.cat-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor>.comment-body .fn:before,
.error404 .page-title:before,
.comment-reply-link:before,
#toplink:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 14px/11px Genericons;
	vertical-align: middle;
	position: relative;
	left: -1px;
}


/*.entry-meta .posted-on a:before {
	content: "\f303";
}*/

.comments-link a:before {
	content: "\f300";
}


/*.entry-meta .author a:before {
	content: "\f304";
}*/

.tags-links:before {
	content: "\00B7";
	font-size: 42px;
	vertical-align: bottom;
}

.tags-links a:first-child:before {
	content: "\f302";
}

.cat-links a:first-child:before {
	content: '\f301';
}

.edit-link a:before {
	content: "\f411";
}

.comment-reply-link:before {
	content: '\f412';
}

.top-of-page a {
	color: #d4d4d4;
	font-family: 'proxima-nova', serif;
}

#toplink:before {
	content: '\f500';
	display: block;
	margin-top: 60px;
}

.top-of-page {
	text-align: center;
	margin-bottom: 20px;
}


/**
 * Individual icons
 */


/* Post formats */

.genericon-standard:before {
	content: '\f100';
}

.genericon-aside:before {
	content: '\f101';
}

.genericon-image:before {
	content: '\f102';
}

.genericon-gallery:before {
	content: '\f103';
}

.genericon-video:before {
	content: '\f104';
}

.genericon-status:before {
	content: '\f105';
}

.genericon-quote:before {
	content: '\f106';
}

.genericon-link:before {
	content: '\f107';
}

.genericon-chat:before {
	content: '\f108';
}

.genericon-audio:before {
	content: '\f109';
}


/* Social icons */

#socialmenu .github a:before,
.genericon-github:before {
	content: '\f200';
}

#socialmenu .dribbble a:before,
.genericon-dribbble:before {
	content: '\f201';
}

#socialmenu .twitter a:before,
.genericon-twitter:before {
	content: '\f202';
}

#socialmenu .facebook a:before,
.genericon-facebook:before {
	content: '\f203';
}

#socialmenu .facebook-alt a:before,
.genericon-facebook-alt:before {
	content: '\f204';
}

#socialmenu .wordpress a:before,
.genericon-wordpress:before {
	content: '\f205';
}

#socialmenu .googleplus a:before,
.genericon-googleplus:before {
	content: '\f206';
}

#socialmenu .linkedin a:before,
.genericon-linkedin:before {
	content: '\f207';
}

#socialmenu .linkedin-alt a:before,
.genericon-linkedin-alt:before {
	content: '\f208';
}

#socialmenu .pinterest a:before,
.genericon-pinterest:before {
	content: '\f209';
}

#socialmenu .pinterest-alt a:before,
.genericon-pinterest-alt:before {
	content: '\f210';
}

#socialmenu .flickr a:before,
.genericon-flickr:before {
	content: '\f211';
}

#socialmenu .vimeo a:before,
.genericon-vimeo:before {
	content: '\f212';
}

#socialmenu .youtube a:before,
.genericon-youtube:before {
	content: '\f213';
}

#socialmenu .tumblr a:before,
.genericon-tumblr:before {
	content: '\f214';
}

#socialmenu .instagram a:before,
.genericon-instagram:before {
	content: '\f215';
}

#socialmenu .codepen a:before,
.genericon-codepen:before {
	content: '\f216';
}

#socialmenu .polldaddy a:before,
.genericon-polldaddy:before {
	content: '\f217';
}

#socialmenu .googleplus a:before,
.genericon-googleplus-alt:before {
	content: '\f218';
}

#socialmenu .path a:before,
.genericon-path:before {
	content: '\f219';
}


/* Meta icons */

.genericon-comment:before {
	content: '\f300';
}

.genericon-category:before {
	content: '\f301';
}

.genericon-tag:before {
	content: '\f302';
}

.genericon-time:before {
	content: '\f303';
}

.genericon-user:before {
	content: '\f304';
}

.genericon-day:before {
	content: '\f305';
}

.genericon-week:before {
	content: '\f306';
}

.genericon-month:before {
	content: '\f307';
}

.genericon-pinned:before {
	content: '\f308';
}


/* Other icons */

.genericon-search:before {
	content: '\f400';
}

.genericon-unzoom:before {
	content: '\f401';
}

.genericon-zoom:before {
	content: '\f402';
}

.genericon-show:before {
	content: '\f403';
}

.genericon-hide:before {
	content: '\f404';
}

.genericon-close:before {
	content: '\f405';
}

.genericon-close-alt:before {
	content: '\f406';
}

.genericon-trash:before {
	content: '\f407';
}

.genericon-star:before {
	content: '\f408';
}

.genericon-home:before {
	content: '\f409';
}

.genericon-mail:before {
	content: '\f410';
}

.genericon-edit:before {
	content: '\f411';
}

.genericon-reply:before {
	content: '\f412';
}

.genericon-feed:before {
	content: '\f413';
}

.genericon-warning:before {
	content: '\f414';
}

.genericon-share:before {
	content: '\f415';
}

.genericon-attachment:before {
	content: '\f416';
}

.genericon-location:before {
	content: '\f417';
}

.genericon-checkmark:before {
	content: '\f418';
}

.genericon-menu:before {
	content: '\f419';
}

.genericon-refresh:before {
	content: '\f420';
}

.genericon-minimize:before {
	content: '\f421';
}

.genericon-maximize:before {
	content: '\f422';
}

.genericon-404:before {
	content: '\f423';
}

.genericon-spam:before {
	content: '\f424';
}

.genericon-summary:before {
	content: '\f425';
}

.genericon-cloud:before {
	content: '\f426';
}

.genericon-key:before {
	content: '\f427';
}

.genericon-dot:before {
	content: '\f428';
}

.genericon-next:before {
	content: '\f429';
}

.genericon-previous:before {
	content: '\f430';
}

.genericon-expand:before {
	content: '\f431';
}

.genericon-collapse:before {
	content: '\f432';
}

.genericon-dropdown:before {
	content: '\f433';
}

.genericon-dropdown-left:before {
	content: '\f434';
}

.genericon-top:before {
	content: '\f435';
}

.genericon-draggable:before {
	content: '\f436';
}

.genericon-phone:before {
	content: '\f437';
}

.genericon-send-to-phone:before {
	content: '\f438';
}

.genericon-plugin:before {
	content: '\f439';
}

.genericon-cloud-download:before {
	content: '\f440';
}

.genericon-cloud-upload:before {
	content: '\f441';
}

.genericon-external:before {
	content: '\f442';
}

.genericon-document:before {
	content: '\f443';
}

.genericon-book:before {
	content: '\f444';
}

.genericon-cog:before {
	content: '\f445';
}

.genericon-unapprove:before {
	content: '\f446';
}

.genericon-cart:before {
	content: '\f447';
}

.genericon-pause:before {
	content: '\f448';
}

.genericon-stop:before {
	content: '\f449';
}

.genericon-skip-back:before {
	content: '\f450';
}

.genericon-skip-ahead:before {
	content: '\f451';
}

.genericon-play:before {
	content: '\f452';
}

.genericon-tablet:before {
	content: '\f453';
}

.genericon-send-to-tablet:before {
	content: '\f454';
}

.genericon-info:before {
	content: '\f455';
}

.genericon-notice:before {
	content: '\f456';
}

.genericon-help:before {
	content: '\f457';
}

.genericon-fastforward:before {
	content: '\f458';
}

.genericon-rewind:before {
	content: '\f459';
}

.genericon-portfolio:before {
	content: '\f460';
}


/* Generic shapes */

.genericon-uparrow:before {
	content: '\f500';
}

.genericon-rightarrow:before {
	content: '\f501';
}

.genericon-downarrow:before {
	content: '\f502';
}

.genericon-leftarrow:before {
	content: '\f503';
}
