/**
 * Reset
 */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; vert-align: baseline;}

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

audio, canvas, progress, video { display: inline-block; *display: inline; *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }
[hidden], template {
  display: none; }

html { font-family: 'Roboto', sans-serif; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

figure { margin: 10% 0; }
figcaption { text-align: center; }

svg:not(:root) {
  overflow: hidden; }

img, embed, object, video, svg {
  max-width: 100%;
}

br {
	display: none;
}

a {
  background-color: transparent;
  text-decoration: underline !important;
  color: white !important;
}

p {
	color: white;
	line-height: 1.6;
	margin: 24px 0;
}

a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}

input {-webkit-border-radius:0; border-radius:0;}
::-webkit-input-placeholder {color: #363636;}
:-moz-placeholder {color: #363636;}
::-moz-placeholder {color: #363636;}
:-ms-input-placeholder {color: #363636;}
::selection { background: #363636; color: #ffffff; }
::-moz-selection { background: #363636; color: #ffffff; }

/* Clearfix */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }


/**
 * General
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome/fontawesome-webfont.eot?v=#4.1.0');
  src: url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=#4.1.0') format('embedded-opentype'), url('fonts/fontawesome/fontawesome-webfont.woff2?v=#4.1.0') format('woff2'), url('fonts/fontawesome/fontawesome-webfont.woff?v=#4.1.0') format('woff'), url('fonts/fontawesome/fontawesome-webfont.ttf?v=#4.1.0') format('truetype'), url('fonts/fontawesome/fontawesome-webfont.svg?v=#4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

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

body {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: white;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: white;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			    hyphens: auto;
}

.hide {
    display: none;
}
/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
	color: white !important;
  margin: 0;
	text-rendering: optimizeLegibility;
}

h1 {
  font-size: 40px;
  line-height: 74px;
  font-weight: 300;
  letter-spacing: -1px;
}
h2 {
  font-size: 28px;
  line-height: 45px;
  font-weight: bold;
}
h3 {
  font-size: 23px;
  line-height: 54px;
  font-weight: bold;
  letter-spacing: -1px;
}
h4 {
  font-size: 20px;
  line-height: 44px;
  font-weight: bold;
}
h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 1270px) {
  #site-title h2.site-description {
		display: inline;
	}
	#site-title h2.site-description:before {
		content: '\2014';
		display: inline;
		padding: 0 15px 0 13px;
		-webkit-font-smoothing: antialiased;
	}
}
@media all and (max-width: 990px) {
	
  .entry-header h1.entry-title {
	font-family: 'Oswald', sans-serif;
    font-size: 37px !important;
    font-weight: bold;
    line-height: 40px;
	text-align: center;
  }

  h3.entry-title.homepage {
	  font-family: 'Oswald', sans-serif;
    font-size: 18px!important;
    line-height: 24px;
  }
}

@media all and (min-width: 768px) {
  p.lead {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
  }

  .btn {
    height: 45px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 28px;
  }

  .tr-header .site-logo-anchor {
    margin: 20px 0 0 5%;
  }

  #site-title h1 {
		font-size: 26px;
		font-size: 1.625rem;
	}

  .search-wrap .search-close {
		top: 10px;
		right: 20px;
	}
	.search-wrap #searchform input#s {
		padding: 30px 0;
		font-size: 50px;
		font-size: 3.125rem;
		height: auto;
	}

  #tr-intro {
    height: 400px;
  }
  #tr-intro h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #tr-intro .page-caption {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .site-content {
    padding: 0.05em 0 0;
  }

  .entry-footer {
	  padding-top: 30px;
	}

  .entry-header h2.entry-title,
	.entry-header h3.entry-title {
		padding: 0 0 20px;
	}

	.entry-header h1.entry-title,
	.entry-header h3.entry-title {
		font-weight: bold;
	}

	.entry-header h3.entry-title.homepage {
		font-size:20px;
    line-height: 25px;
    min-height: 70px;
  }

  .entry-content h1 {
		margin: 15px 0 15px;
	}
	.entry-content h2 {
		margin: 15px 0 15px;
	}
	.entry-content h3 {
		margin: 15px 0 15px;
	}
	.entry-content h4 {
		margin: 15px 0 15px;
	}
	.entry-content h5 {
		margin: 15px 0 15px;
	}
	.entry-content h6 {
		margin: 15px 0 15px;
	}

  .entry-content blockquote,
	#comments blockquote {
		margin-left: 35px;
		padding-left: 35px;
	}
	.entry-content blockquote p:last-child {
		margin-bottom: 34px;
	}

  .entry-content p.pull-left {
		max-width: 300px;
		margin: 5px 35px 20px 0;
		line-height: 1.6;
		float: left !important;
	}
	.entry-content p.pull-right {
		max-width: 300px;
		margin: 5px 0 20px 35px;
		line-height: 1.6;
		float: right !important;
	}

	.single .entry-footer {
		padding-top: 30px;
	}

	.single-post .author-wrap {
    		padding: 15px;
    		clear: both;
    		background-color: #233b53;
            border-radius: 3px;
            box-shadow: 0 0 36px rgba(0,0,0,.15);
	}
	.single-post .author-info img.avatar {
		width: 75px;
		height: 75px;
	}

	.single-post .author-info p.author-description {
		padding: 0 0 0 85px;
	}

	#comments li.comment ul.children {
		margin-left: 90px;
	}
  #comments li.comment ul.children ul.children {
		margin-left: 0;
	}
	#comments h3.comments-title {
		margin: 100px 0;
		font-size: 30px;
		font-size: 1.875rem;
	}
  #comments .comment-content {
		padding: 0 0 0 90px;
	}
	#comments .comment-avatar img.avatar {
		width: 65px;
		height: 65px;
	}
  #comments .comment-text .comment-reply a.comment-reply-link span {
		display: inline;
	}
	.site-content .nopassword {
		padding: 100px 35px;
	}
	.site-content p.nocomments {
		padding: 50px 35px 100px 125px;
	}
	#nav-below,
	#nav-single,
	#nav-image,
	#nav-comments {
		padding-bottom: 0px;
	}
	.template-archive .entry-content h6 {
		padding-top: 76px;
		padding-bottom: 25px;
		font-size: 16px;
		font-size: 1rem;
	}
	.template-archive .archive-tags a {
		padding: 13px 28px;
		font-size: 15px !important;
		font-size: 0.9375rem !important;
	}
	.template-archive  .entry-content ul li a {
		padding: 13px 26px;
	}
	.template-archive ul.latest-posts-list,
	.template-archive ul.monthly-archive-list {
		font-size: 15px;
		font-size: 0.9375rem;
	}
	#disqus_thread {
		padding: 30px 0;
	}
	.wp-pagenavi {
		padding: 100px 0 90px;
		margin: 0 35px;
	}
	.wp-pagenavi span.pages {
		display: inline;
  }
  .article-navigator {
      display: none;
  }
	.main-navigation {
  		position: relative;
	}
}

@media all and (max-width: 767px) {

	.entry-header {
		    margin-bottom: 10px !important;
	}
  .entry-header h1.entry-title {
    font-size: 32px !important;
    font-weight: bold;
    line-height: 33px !important;
  }

	.webdev-list {
		margin-left: 0!important;
	}
	
   .news-list li,
   .webdev-list li,
   .category-list li {
    	font-size: 18px !important;
  }

  .article-navigator {
      display: none;
  }

  h3.entry-title.homepage {
    font-size: 25px!important;
    line-height: 24px;
  }

  p {
    font-size: 16px;
  }

  ul {
    font-size: 15px !important;
  }

  ol {
    font-size: 15px !important;
  }

  #site-title {
    padding: 13px !important;
  }

  .site-title-menu {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 376px) {
  .entry-header h1.entry-title {
    font-size: 26px !important;
    font-weight: bold;
    line-height: 29px;
  }

  h3.entry-title.homepage {
    font-size: 18px !important;
    line-height: 24px;
  }
}


p+div {
 margin-bottom: 24px;
}
p.lead {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #65676f;
}
p.sub {
  font-size: 12px;
  line-height: 16px;
}
p.sub a {
  font-weight: bold;
  color: #222;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.text-center {
  text-align: center;
}
.entry-content .wide-content p:last-child {
	margin-bottom: 34px;
}
.entry-content blockquote p:last-child {
	margin-bottom: 24px;
}

ul, ol {
	margin: 0 0 24px 0;
	color: white;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}
.entry-content ul li,
.entry-content ol li,
#comments ul li,
#comments ul li  {
	margin-bottom: 12px;
	color: white;
}
.entry-content ul ul li:last-child,
.entry-content ol ol li:last-child,
#comments ul ul li:last-child,
#comments ol ol li:last-child {
	margin-bottom: 0;
	color: white;

}
.entry-content ul ul,
.entry-content ol ol,
#comments ul ul,
#comments ol ol {
	margin-top: 12px;
	color: white;

}

.entry-content ul,
.entry-content ul {
	margin-left: 25px;
    font-size: 17px;
    margin-top: 15px;
	color: white;
}

b, strong {
	font-weight: bold;
}
dfn, em, i {
	font-style: italic;
}
s, strike, del {
	text-decoration: line-through;
}
address {
	margin: 0 0 34px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
}

pre {
	max-width: 100%;
	margin-bottom: 25px;
	padding: 15px;
	overflow: auto;
	font-family: Consolas, Monaco, monospace;
	font-size: 14px;
	font-size: 0.8125rem;
  line-height: 1.4;
  margin: 15px 0;
	background-color: #283342 !important;
  border-radius: 3px !important;
  box-shadow: 0 0 36px rgba(0,0,0,.15) !important;
  padding: 5px 20px !important;
}

pre[class*="language-"] {
  margin: 24px 0;
  padding: 15px;
  border: none;
  color: rgb(255, 255, 255);
  tab-size: 1.5em;
  background: rgb(40, 44, 52);
  border-radius: 10px;
  overflow: auto;
}

code, kbd, tt, var {
	font-family: Consolas, Monaco, monospace;
	font-size: 14px;
	font-size: 0.8125rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: white;
	text-decoration: none;
}
sup,
sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: 75%;
	line-height: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
dt {
	padding: 0 0 7px;
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
dl dt {
	font-size:16px;
	font-size:1rem;
	font-weight: bold;
	line-height:1.5;
	color: #162626;
}
dl dd {
	margin: 0 0 34px;
	line-height:1.65;
}
hr {
  border: 1px solid #e5e5e5;
  clear: both;
  margin: 20px 0;
}
/**
 * Tables
 */
table {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ccc;
	line-height: 2;
}
table td {
	padding: 10px 10px 10px 0;
	border-top: 1px solid #ccc;
}
table caption {
	margin: 40px 0;
}
table th {
	padding: 10px 10px 10px 0;
	text-align:left;
	font-weight: bold;
	color: #162626;
}
/**
 * Alignment
 */
.alignleft,
.alignright {
	display: block;
}
.alignleft {
	margin: 5px 30px 5px 0;
	float: left;
}
.alignright {
	margin: 5px 0 0 30px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
img.alignleft,
img.alignright {
	margin-top:10px;
	margin-bottom:20px;
}
/**
 * Forms
 */
input,
textarea {
	padding: 8px 2%;
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #363636;
	line-height:1.6;
	-webkit-transition: all 0.15s ease-in-out;
	   	-ms-transition: all 0.15s ease-in-out;
	   	 -o-transition: all 0.15s ease-in-out;
	   	 	transition: all 0.15s ease-in-out;
}
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
	background-color: #fff;
	border: 1px solid #ccc;
	outline: none;
}
/**
 * Buttons
 */
input[type="button"],
input[type="submit"] {
	padding: 12px 20px;
	background-color: #161616;
	color: #fff;
	border:none;
	font-size: 15px;
	font-size: 0.9375rem;
	cursor: pointer;
	-webkit-appearance: none;
}
input#submit,
input.wpcf7-submit {
	margin: 25px 0 0;
	padding: 12px 20px;
	border: none;
	font-size: 15px;
	font-size: 0.9375rem;
	cursor: pointer;
	-webkit-appearance: none;
	color: #fff;
	width: 100%;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input#submit:hover,
input.wpcf7-submit:hover,
.jetpack_subscription_widget input[type="submit"]:hover {
	background-color: #161616;
	color: rgba(255, 255, 255, 0.75) !important;
}

.btn {
  background-color: #f4f4f4;
  display: inline-block;
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 100px;
  padding: 0 36px;
  color: #363636;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-align: center;
}
.btn:hover {
  background-color: #161616;
  color: #fff !important;
}
.btn-sm {
  height: 45px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 28px;
}
.btn-xs {
  height: 40px;
  line-height: 35px;
  font-size: 16px;
  padding: 0 26px;
}
/**
 * Links + Colors
 */

a:hover,
.entry-footer a:hover,
#site-nav ul li a:hover,
.widget_nav_menu ul li a:hover,
.nav-next a:hover,
.nav-previous a:hover,
.previous-image a:hover,
.next-image a:hover {
	color: #b6b6b6;
}

input#submit,
input.wpcf7-submit,
.template-archive .archive-tags a:hover,
.jetpack_subscription_widget input[type="submit"]:hover {
	background-color: #161616;
	color: #fff;
}

.entry-tags ul {
  font-size: 15px;
}

/**
 * Header
 */

.home .tr-header,
.search .tr-header {
  position: absolute;
  background: none;
  box-shadow: none;
  border-bottom: none;
}

.archive .tr-header,
.single .tr-header,
.page .tr-header {
  background-color: #1f364d;
}

.home .menu-item-794 {
  display: none;
}

.tr-header {
  position: relative;
  top: 0;
  left: 0;
  min-height: 50px;
  width: 100%;
  margin: 0 auto;
  box-shadow: none;
  border-bottom: none;
  z-index: 3;
}

.tr-header a {
	text-decoration: none !important;
}

.header-content {
	width: 1200px;
	  margin: 0 auto;
}

.tr-header:after {
  content: "";
  display: table;
  clear: both;
}
.tr-header .site-logo-anchor {
  float: left;
  margin: 15px 0 0 5%;
}
.tr-header .site-logo-anchor img {
  display: block;
  max-height: 2.618em;
	width: auto;
}


#site-title {
  padding: 13px 0 0 5%;
  float: left;
}

.site-title-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.15;
  word-wrap: break-word;
}

#site-title h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-size: 1.375rem;
  font-weight: 400;
	line-height: 1.15;
	word-wrap: break-word;
}
#site-title h1 a {
	display: inline-block;
}

/**
 * Main Naivgation
 */
.menu-toggle {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  cursor: pointer;
  font-size: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.home .menu-toggle:before {
  color: white;
}

.menu-toggle:before {
  font-family: "feather";
  content: '\e120';
  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;
}

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

.menu-categories-row {
  margin-top: 0 !important;
}

.menu-categories-row ul {
  margin-top: 20px;
}

.main-navigation ul {
  background-color: #222;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-navigation ul ul {
  display: block;
  margin-left: 1.387em;
}
.main-navigation ul li a {
  padding: 0.857em 5%;
  display: block;
}
.main-navigation ul li a:before {
  font-family: "FontAwesome";
  content: "\f0f6";
  margin-right: 0.53em;
  font-weight: 400;
}
.main-navigation ul li a:hover {
  color: #787e87;
}

@media screen and (min-width: 935px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    display: block;
    float: right;
    top: auto;
    width: auto;
  }
  .main-navigation ul {
    background-color: transparent;
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .main-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-top: 1em;
  }
  .main-navigation ul li a {
    color: #363636;
    display: block;
  }
  .main-navigation ul li a:before {
    display: none;
  }
  .main-navigation ul li:hover > ul {

  }
  .main-navigation ul ul {
    display: none;
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    background-color: #222;
  }
  .main-navigation ul ul li a {
    width: 200px;
  }
  .main-navigation ul ul ul {
    left: 100%;
    top: 0;
  }
  ul.menu li.current-menu-item > a {
    color: #787E87;
  }

  /**
	 * Primary Navigation
	 */
  .main-navigation {
    padding-right: 5%;
    position: relative;
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 0 1em 1.5em;
    font-size: 13px;
	text-transform: uppercase;
    font-weight: bold;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover:after,
  .main-navigation ul.menu > li.page_item_has_children:hover:after,
  .main-navigation ul.nav-menu > li.menu-item-has-children:hover:after,
  .main-navigation ul.nav-menu > li.page_item_has_children:hover:after {
    display: block;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a:after,
  .main-navigation ul.menu > li.page_item_has_children > a:after,
  .main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
  .main-navigation ul.nav-menu > li.page_item_has_children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 10px;
    line-height: 1;
  }
  .main-navigation ul.menu ul,
  .main-navigation ul.nav-menu ul {
    background-color: #222;
    margin-left: 0;
  }
  .main-navigation ul.menu ul li,
  .main-navigation ul.nav-menu ul li {
    background-color: rgba(0, 0, 0, 0.025);
    padding-top: 0.5em;
  }
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    color: #fff;
    padding: 0.857em 1em;
  }
  .main-navigation ul.menu ul li:last-child,
  .main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-navigation ul.menu ul li.menu-item-has-children > a:after,
  .main-navigation ul.menu ul li.page_item_has_children > a:after,
  .main-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
  .main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
  }
  .main-navigation ul.menu ul ul,
  .main-navigation ul.nav-menu ul ul {
    margin-left: 0;
    border-top-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }
  .main-navigation ul.menu ul a:hover,
  .main-navigation ul.menu ul li:hover > a,
  .main-navigation ul.nav-menu ul a:hover,
  .main-navigation ul.nav-menu ul li:hover > a {
    background-color: rgba(0, 0, 0, 0.025);
    color: #aaa;
  }
  .main-navigation a {
    padding: 0 1em 2.244em;
  }
}

/**
 * Main Search Form
 */
.search-btn a {
	display: inline-block;
}
.search-btn a:before {
  display: none;
}
.search-btn a:after {
  margin-left: 5px;
  font-family: "feather";
  font-size: 14px;
  font-size: 0.875rem;
  content: '\e036';
	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;
}
.search-overlay {
	display: none;
	position: fixed;
	overflow: hidden !important;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 1000;
}
.searchhide .search-overlay {
	display: none !important;
}
body.searchfullwidth {
	overflow: hidden !important;
	width: 100%;
	height: 100%;
	position: fixed;
}
.search-wrap {
	width: 100%;
	margin: 90px 0 0;
	padding: 0 5% 65px;
	overflow: hidden;
	display: inline-block;
}
.search-wrap p.search-info {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.45;
}
.search-wrap .search-close {
	position: fixed;
	top: 0;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.search-wrap .search-close:after  {
  font-family: "feather";
  font-size: 30px;
  font-size: 1.875rem;
  content: '\e117';
	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;

  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-wrap #searchform {
	max-width: 100%;
}
.search-wrap #searchform input[type="submit"] {
	display: none;
}
.search-wrap #searchform input#s {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	float: none;
	margin-right: 0;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	background: none !important;
	border: none !important;
	-ms-word-break: break-all;
     	word-break: break-all;
	 	word-break: break-word;
}

@media screen and (min-width: 1023px) {
	.search-wrap p.search-info {
		margin: 20px 0 0 10px;
	}
	.search-wrap #searchform input#s {
		font-size: 70px;
		font-size: 4.375rem;
	}
}
@media screen and (min-width: 1270px) {
	.search-wrap #searchform input#s {
		font-size: 90px;
		font-size: 5.625rem;
	}
}

.search-wrap ::-webkit-input-placeholder {color: #ddd;}
.search-wrap :-moz-placeholder {color: #ddd;}
.search-wrap ::-moz-placeholder {color: #ddd;}
.search-wrap :-ms-input-placeholder {color: #ddd;}

/**
 * Intro
 */
#tr-intro {
  position: relative;
  height: 300px;
  z-index: 1;
}
#tr-intro #tr-intro-background {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
#tr-intro #tr-intro-tagline {
  text-align: center;
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#tr-intro h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -2px;
  line-height: 1.3em;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
#tr-intro .page-caption {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -1px;
  font-style: italic;
  line-height: 1.4em;
}

@media only screen and (min-width: 1170px) {
  #tr-intro {
    position: fixed;
    /* do not overlap the header */
    top: 70px;
    left: 0;
    width: 100%;
    height: 500px;
  }
  #tr-intro h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  #tr-intro .page-caption {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/**
 * Content
 */

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

@media all and (max-width: 1024px) {
    .content-well,
	.header-content {
      width: 100%;
    }
}

.tr-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  max-width: 1024px;
  padding: 0 30px;
  padding-right: 45px;
}

.page .tr-container,
.single-post .tr-container {
  vertical-align: top;
  display: table-cell;
}

.tr-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
  .big-content .tr-container,
  .tr-container.homepage {
    max-width: 1050px;
	  margin: 0 auto;
  }

@media all and (max-width: 1152px) {
  .tr-container.homepage {
    width: 100%;
    padding: 0 15px;
  }

  .big-content .tr-container {
    width: 100%;
    padding: 0;
  }

  .single-post .tr-container {
	display: block;
        padding: 0 15px;
  }
}

  .template-fullwidth .tr-container {
    max-width: 100%;
  }

.site-content {
  background-color: #0e182a;
  position: relative;
  display: block;
  padding: 1em 0 0;
  line-height: 1.6;
  z-index: 2;
}

@media only screen and (min-width: 1170px) {
  #tr-intro + .site-content {
    margin-top: 570px;
  }
}
/**
 * Posts
 */
.site-content .post,
.site-content .type-attachment,
.search-results .site-content .page {
	position: relative;
	display:block;
}
.entry-footer {
	padding-top: 30px;
	font-size: 14px;
	font-size: 0.875rem;
}
.archive .entry-footer,
.search .entry-footer,
.blog .entry-footer {
  text-align: left;
}

@media screen and (min-width: 1270px) {
	.site-content .post,
	.site-content .type-attachment,
	.search-results .site-content .page {

	}
}
/**
 * Post Header
 */
.entry-thumbnail {
	line-height: 0;
	text-align: center;
}
@media screen and (min-width: 1270px) {
	.entry-thumbnail {
		padding: 0 0 45px;
	}
}
.entry-thumbnail img.wp-post-img {
	line-height: 0;
}
.entry-header {
  text-align: left;
  position: relative;
}

.entry-header h1.entry-title,
.entry-header h2.entry-title,
.entry-header h3.entry-title {
	padding: 0;
	text-align: center;
}

.entry-header h1.entry-title {
    font-size: 55px;
    line-height: 54px;
}

/**
 * Post Date + Comments
 */
.entry-details {
    position: relative;
    display: inline-block;
    font-size: 0.775rem;
    font-weight: 300;
    letter-spacing: 1px;
}
.entry-details .entry-date,
.entry-details .entry-comments,
.entry-details .entry-edit,
.entry-details .full-size-link {
	display: inline;
}
.entry-details .entry-comments:before,
.entry-details .entry-edit:before,
.entry-details .full-size-link:before {
	display: inline;
	content: '\002f';
	padding: 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}
.entry-details .entry-edit:before,
.entry-details .full-size-link:before,
.comment-content ul li.comment-edit:before {
	padding: 5px 8px 0 5px;
}
/**
 * Cats + Tags
 */
.entry-cats span,
.entry-tags span {
	display: inline;
	color: white;
	text-decoration: underline;
}
.entry-cats,
.entry-tags ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.65;
}

.entry-cats a,
.entry-tags ul li a {
  display: inline;
  padding: 7px;
  margin-left: 5px;
  text-transform: lowercase;
  color: #666;
  font-weight: bold;
}

.entry-cats a:hover,
.entry-tags ul li a:hover {
  background: #0e9af3;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}


@media all and (max-width: 636px) {
  .entry-cats a,
  .entry-tags ul li a {
      font-size: 11px;
  }
}

.entry-cats.homepage a {
    font-size: 14px;
    border: none;
    margin-left: 0;
    padding: 0;
    background: #2ca03c;
    padding: 6px;
    color: white;
    border-radius: 0;
    position: relative;
    top: 26px;
    opacity: 0.9;
}

.entry-tags ul li {
    display: inline;
}

.page-link {
	display: block;
	padding: 15px 0;
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	word-spacing:18px;
}
.page-link a {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 8px;
}
/**
 * Post Typography
 */
.entry-content h1 {
	margin: 15px 0 15px;
}
.entry-content h2 {
	margin: 15px 0 15px;
}
.entry-content h3 {
	margin: 15px 0 15px;
}
.entry-content h4 {
	margin: 15px 0 15px;
}
.entry-content h5 {
	margin: 15px 0 15px;
}
.entry-content h6 {
	margin: 15px 0 15px;
}

p.justify {
	text-align: justify;
}

.entry-content>div {
  margin-bottom: 15px;
  color: white;
  line-height: 25px;
}
.entry-content blockquote,
#comments blockquote {
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 25px;
	border-left: 4px solid #3dd465
}

.entry-content blockquote p,
#comments blockquote p {
	font-style: italic;
}
.entry-content blockquote cite,
#comments blockquote cite {
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: normal;
}
.entry-content blockquote cite:before,
#comments blockquote cite:before {
	content: '\2014';
	display: inline;
	padding: 0 5px 0 0;
	-webkit-font-smoothing: antialiased;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
	margin-bottom: 24px;
	color: #161616;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (min-width: 1270px) {
	.entry-content .wide-content {
		margin-left: -175px;
		margin-right: -175px;
		margin-bottom: 35px;
	}
	.entry-content p.pull-left {
		margin: 5px 35px 20px -100px;
	}
	.entry-content p.pull-right {
		margin: 5px -120px 20px 50px;
	}
}
/**
 * Images / Video
 */
img.wp-post-image {
	padding: 0;
}
.entry-thumbnail {
	padding: 0 0 30px;
}
img.img-border {
	max-width:98.1%;
	padding:5px;
	background:#fff;
}
.widget img {
	max-width:100%;
	height:auto;
}
.wp-caption.alignnone {
	margin: 0;
}
.wp-caption {
	max-width: 100%;
}
img#wpstats {
	display: none;
}
.entry-content p.wp-caption-text,
.widget p.wp-caption-text,
.gallery .gallery-item .gallery-caption,
.single .gallery .gallery-item .gallery-caption,
.type-attachment .entry-content .entry-caption p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}
.entry-content p.wp-caption-text,
.type-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 18px 2px 24px;
}
.format-image .entry-content p.wp-caption-text:last-child,
.format-video .entry-content p.wp-caption-text:last-child {
	padding-bottom: 0;
}
.format-image.sticky .entry-content p.wp-caption-text:last-child {
	padding-bottom: 24px;
}
.entry-content .alignleft p.wp-caption-text {
	text-align: left;
}
.entry-content .alignright p.wp-caption-text {
	text-align: right;
	margin-right: 6px;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/**
 * Image Galleries
 */
.gallery {
	margin:0;
	padding:0;
	line-height: 0;
}
.gallery .gallery-item {
	width:31.6%;
	float:left;
	margin-right: 2.6%;
	margin-bottom: 4px;
}
.sticky .gallery .gallery-item {
	margin-bottom: 16px;
}
.gallery .gallery-item:nth-of-type(3n + 3) {
	margin-right: 0;
}
.gallery .gallery-item .gallery-icon {
	line-height: 0;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item .gallery-caption {
	display: none;
	margin: 8px 2px 24px;
	padding: 0;
}
/**
 * Image Attachments
 */
.site-content .type-attachment {
	padding-top: 0 !important;
}
.type-attachment .entry-content .entry-caption {
	display: inline-block;
}
/**
 * Single Posts
 */
.single .gallery .gallery-item .gallery-caption {
	display: block;
}
.single .entry-footer {
	padding-top: 30px;
}

/**
 * Author Info Box
 */
.single-post .author-wrap {
	margin: 30px 0;
	clear: both;
}
.single-post .author-info img.avatar {
	width: 40px;
	height: 40px;
	margin: 2px 0 0 0;
	float: left;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	        border-radius: 100px;
}
.single-post .author-wrap h4 {
  margin: 0 0 15px;
  font-size: 20px;
  font-size: 1.25rem;
}
.author-info h6 {
    margin: 0;
    padding: 0 0 0 55px;
}

@media all and (max-width: 636px) {
    .author-info h6 {
       padding: 0 0 0 54px;
    }
}
.single-post .author-info p.author-description {
	margin: 0;
	padding: 0 0 0 55px;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: white;
}

/**
 * Comments
 */
#comments {
    position: relative;
    border-top: solid 1px #f0f0f0;
    margin-top: 563px;
    line-height: 37px;
    font-size: 21px;
    margin-bottom: 15px;
}
#comments li.comment,
#comments li.pingback {
	overflow:hidden;
	margin: 0 0 60px;
	padding: 0;
}
#comments li.comment:last-of-type,
#comments li.pingback:last-of-type {
	margin: 0;
}
#comments li.comment ul.children {
	margin: 70px 0 0;
}

#comments .children .comment:last-child {
	margin: 0;
}
#comments h3.comments-title {
	margin: 60px 0;
}
#comments h3.comments-title span a {
	display: none;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	float: right;
	font-weight: normal;
}
.site-content ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content ol.commentlist li {
	display: block;
	margin: 0;
	padding: 0;
}
#comments ul.children {
	margin: 0;
	padding: 0;
}
.bypostauthor {
	display: block;
}

/* Comment Content */
#comments .comment-content {
	position: relative;
	margin: 0;
	padding: 0 0 0 55px;
}

#comments li.pingback {
	padding: 0 0 0 55px;
}
#comments .comment-avatar {
	margin: 0;
	padding: 0;
	float: left;
}
#comments .comment-avatar img.avatar {
	width: 40px;
	height: 40px;
	margin:  0;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	        border-radius: 100px;
}
.comment-author {
  font-size: 12px;
}

.comment-metadata {
  font-size: 12px;
}

.comment-body {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 15px;
}

.reply {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  float: right;
  top: -10px;
  position: relative;
}

#comments .comment-author {
	margin: 0;
	padding: 0 0 22px;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
}
#comments .comment-content .comment-text {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.65;
}
#comments .comment-content ul.comment-meta {
	margin: 0;
	padding: 0 0 25px;
	overflow: hidden;
	list-style:none;
	font-size: 14px;
	font-size: 0.875rem;
}
#comments .comment-content ul.comment-meta a {
	text-decoration: none;
}
#comments .comment-content ul.comment-meta li {
	display: inline;
}
#comments .comment-content ul.comment-meta li.comment-reply:before,
#comments .comment-content ul.comment-meta a.comment-edit-link:before {
	content: '\002f';
	display: inline;
	padding: 0 10px 0 8px;
	-webkit-font-smoothing: antialiased;
}
#comments .comment-text .comment-reply a.comment-reply-link {
	display: inline-block;
	text-decoration: none;
}
#comments .comment-text .comment-reply a.comment-reply-link span {
	display: none;
}
#comments p.comment-awaiting-moderation {
	display: block;
	font-style: italic;
	color: #0089a7;
}
/* Pingbacks */
#comments ol li.pingback span {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}
#comments ol li.pingback p {
	margin:0;
}
#comments ol li.pingback a {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
}
#comments .pingback p.pingback-edit a {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* No Comments Info */
.site-content .nopassword,
.site-content p.nocomments {
	margin: 0;
	padding: 50px 10px 100px 65px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	font-style: italic;
}
.site-content .nopassword {
	padding-top: 100px;
	padding-left: 10px;
}
@media screen and (min-width: 1023px) {
	.site-content p.nocomments {
		padding: 50px 0 100px 90px;
	}
	.site-content .nopassword {
		padding: 100px 0;
	}
}
@media screen and (min-width: 1270px) {
	.site-content .nopassword {
		padding: 130px 0;
	}
	.site-content p.nocomments {
		padding: 80px 0 130px 90px;
	}
}
/* Comments Reply */
#comments #respond {
	padding: 75px 0 0;
	overflow: hidden;
	text-align: left;
}
#comments ol.commentlist #respond {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
#comments #respond h3#reply-title {
	margin: 0;
	padding: 0 0 24px;
	font-size: 16px;
	font-size: 1rem;
	display: inline-block;
}
@media screen and (min-width: 1270px) {
	#comments #respond h3#reply-title {
		padding: 0 0 34px;
		font-size: 20px;
		font-size: 1.25rem;
	}
}
#comments #respond p.comment-note,
#comments #respond p.logged-in-as {
	margin: 0 0 12px;
	padding: 5px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
}
#respond a#cancel-comment-reply-link {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	float:  right;
}
#respond a#cancel-comment-reply-link:after {
  padding-left: 5px;
  font-family: "feather";
  content: '\e117';

  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;
}
@media screen and (min-width: 1270px) {
	#respond a#cancel-comment-reply-link {
		margin-top: 20px;
	}
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment,
.site-content div.wpcf7 p {
	margin:0;
	padding: 12px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
	float: none;
	clear: both;
	width: 100%;
}
@media screen and (min-width: 1270px) {
  #commentform p.comment-form-author,
	#commentform p.comment-form-email,
	 #commentform p.comment-form-url {
		 float: left;
		 clear: none;
		 width: 32%;
	}
	#commentform p.comment-form-author,
	#commentform p.comment-form-email {
		margin-right: 2%;
	}
	#commentform p.comment-form-comment {
		padding: 24px 0 0;
	}
}
#commentform p.form-allowed-tags {
	display: none;
}
#commentform input#author,
#commentform input#email,
#commentform input#url,
.site-content .wpcf7 input.wpcf7-text {
	display: block;
	width: 100%;
	margin: 6px 0 0;
	padding: 8px 2%;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #363636;
	line-height:1.55;
	-webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
#commentform textarea#comment,
.site-content .wpcf7 textarea {
	width:100%;
	margin: 6px 0 0;
	padding: 6px 1%;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #363636;
	line-height:1.55;
	-webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
.site-content .wpcf7 input.wpcf7-text,
.site-content .wpcf7 textarea {
	width:100%;
}
#commentform textarea#comment:hover,
#commentform textarea#comment:focus,
#commentform textarea#comment:active,
#commentform input#author:hover,
#commentform input#author:focus,
#commentform input#author:active,
#commentform input#email:hover,
#commentform input#email:focus,
#commentform input#email:active,
#commentform input#url:hover,
#commentform input#url:focus,
#commentform input#url:active,
.site-content .wpcf7 textarea:hover,
.site-content .wpcf7 textarea:focus,
.site-content .wpcf7 textarea:active,
.site-content .wpcf7 input.wpcf7-text:hover,
.site-content .wpcf7 input.wpcf7-text:focus,
.site-content .wpcf7 input.wpcf7-text:active {
	border: 1px solid #ccc;
	background: #fff;
}
#commentform p.form-submit {
	margin:0;
}
/**
 * Blog + Post Paginations
 */
#nav-below,
#nav-single,
#nav-image,
#nav-comments {
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 2px;
        padding: 10px;
}
@media screen and (min-width: 1270px) {
	#nav-single,
	#nav-image,
	#nav-comments {
		padding-bottom: 130px;
	}
  #nav-below {
    padding-bottom: 0px;
    border-bottom: none;
  }
}
#nav-image {
	padding-top: 80px;
}
.nav-previous,
.previous-image {
	float:left;
}
.nav-next,
.next-image {
	float:right;
}
.nav-next a,
.nav-previous a,
.previous-image a,
.next-image a {
	display: inline-block;
}
/**
 * Archives / Search Results / 404 / Password Protected Post
 */
.archive-header h2.archive-title {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 17px;
	font-size: 1.0625rem;
}
.taxonomy-description p {
	margin: 8px 0 0 0;
	font-size: 14px;
	font-size: 0.875rem;
}
.error404 .not-found,
.error404 #searchform {
  margin: 0 auto;
  text-align: center;
}
.error404 .entry-header{
  margin-bottom: 20px;
}
.post-password-form input {
	padding: 5px 3% 5px 4%;
}
.post-password-form p {
	display: block;
}
/**
 * Standard + Archive Page
 */
.site-content .page {
	position: relative;
	display:block;
}
@media screen and (min-width: 1270px) {
	.site-content .page {
		border-bottom: none;
    padding-bottom: 0;
	}
}
.template-archive  .entry-content h6 {
	padding-top: 50px;
	padding-bottom: 15px;
  margin: 0;
}
.template-archive .entry-content a {
	text-decoration: none;
}
.template-archive .entry-content a:hover,
.widget_tag_cloud a:hover {
	color: #fff;
	background: #161616;
}
.template-archive .archive-tags a,
.widget_tag_cloud a {
	background: #f4f4f4;
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 8px 14px;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}
.template-archive .archive-tags {
	padding: 10px 0 0 0;
}
.template-archive .archive-tags a {
	display: inline-block;
}
.template-archive  .entry-content ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
.template-archive  .entry-content ul li {
	margin: 0 0 5px;
}
.template-archive  .entry-content ul li a {
	display: inline-block;
	background: #f4f4f4;
	margin: 0 2px 1px 0;
	padding: 8px 14px;
}
.template-archive ul.latest-posts-list,
.template-archive ul.monthly-archive-list {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.35;
}
/**
 * Widgets
 */
.widget h3.widget-title {
	position: relative;
	margin: 0;
	padding: 0 0 40px;
	display: block;
}
.widget-area .widget ul {
	margin: 0;
	padding: 0;
}
.widget-area .widget ul li {
	padding-bottom: 10px;
	list-style: none;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.45;
}
.widget-area .widget img.resize {
	max-width: 100%;
	height: auto;
}
.widget select,
.widget iframe {
	max-width: 99%;
	margin-left: 1px;
	margin-left: 0.1rem;
}
.widget_recent_comments a.url {
	font-style: italic;
}
/* --- Text Widget --- */
.textwidget p {
	font-size: 15px;
  font-size: 0.9375rem;
	line-height: 1.7;
}
.widget p.wp-caption-text {
	margin: 0;
	padding: 8px 2px 24px;
}
/* --- Widget with Lists --- */
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	font-size: 15px;
	font-size: 0.9375rem;
}
.widget-area .widget_recent_comments ul li {
	padding-bottom: 10px;
}
/* --- Search Widget --- */
.widget_search {
	clear: both;
	overflow: hidden;
}
#searchform {
	max-width: 333px;
}
#searchform input#s {
	width: 68.5%;
	float: left;
	margin-right: 1.5%;
	padding: 2px 3% 2px 4%;
	height: 34px;
	font-size: 14px;
	font-size: 0.875rem;
}
#searchform input[type="submit"] {
	width: 30%;
	float: left;
	padding: 2px 15px;
	height: 34px;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}
/* --- RSS Widget --- */
.widget-area .widget_rss ul li {
	padding-bottom: 20px;
}
.widget-area .widget_rss ul li span.rss-date {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}
.widget-area .widget_rss ul li span.rss-date:before {
	content: '\002d';
	display: inline;
	padding: 0 4px 0 2px;
	-webkit-font-smoothing: antialiased;
}
.widget-area .widget_rss ul li .rssSummary {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px 0;
	display: inline-block;
	line-height: 1.4;
}
/* --- Calendar Widget --- */
.widget_calendar #calendar_wrap {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
}
.widget_calendar #calendar_wrap a {
	font-weight: bold;
}
.widget_calendar #wp-calendar caption {
	margin: 0 0 8px;
	text-align: left;
	font-weight: bold;
}
.widget_calendar table#wp-calendar tr th {
	padding: 2px;
	text-align: center;
	font-weight:bold;
}
.widget_calendar table#wp-calendar tr td {
	padding: 3px 5px;
	border: 1px solid #ccc;
}
.widget_calendar table#wp-calendar tr td#today {
	background:#fff;
	font-weight:bold;
}
.widget_calendar table#wp-calendar tbody tr td a {
	display: block;
}
.widget_calendar table#wp-calendar tbody tr td a:hover {
	text-decoration: underline;
}
/**
 * Footer
 */
#colophon {
  background-color: #fff;
	padding: 100px 0 60px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1270px) {
	#colophon {
	  border-top: 1px solid #e5e5e5;
	  padding-top: 130px;
	}
}
/* Footer Widget Areas */
#footer-sidebar-wrap {
	padding-bottom: 100px;
}
#footer-sidebar-wrap .widget {
	padding-bottom: 60px;
}
#footer-sidebar-wrap #footer-sidebar-three .widget:last-of-type {
	padding-bottom: 0;
}
#footer-sidebar-wrap .widget h3.widget-title {
	font-size: 22px;
	font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
	margin: 0;
	padding: 0 0 30px;
}
@media screen and (min-width: 1270px) {
	#footer-sidebar-wrap #footer-sidebar-one .widget:last-of-type,
	#footer-sidebar-wrap #footer-sidebar-two .widget:last-of-type,
	#footer-sidebar-wrap #footer-sidebar-three .widget:last-of-type {
		padding-bottom: 0;
	}
	#footer-sidebar-one,
	#footer-sidebar-two,
  #footer-sidebar-three {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
	}
	#footer-sidebar-three {
		float: right;
    margin-right: 0;
	}
  #footer-sidebar-two,
	#footer-sidebar-three {
		padding-top: 0;
	}
}
/* Footer Social Links */
#footer-social-nav {
	padding: 0 0 5px;
}
#footer-social-nav ul {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#footer-social-nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0 3px 10px;
	list-style: none;
}
#footer-social-nav ul li a {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1;
	text-align: center;
	overflow: hidden;
}
#footer-social-nav ul li a {
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	background: #191919;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	   	 	border-radius: 50%;
}
#footer-social-nav ul li a:before {
	display: inline-block;
	width: 30px;
	height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	visibility: visible;
}
#footer-social-nav ul li a::before {
	font: normal 16px/1 'FontAwesome';
	padding: 8px 0 0 0;
	text-align: center;
}
#footer-social-nav ul li a::before                          {content: '\f1e0';}
#footer-social-nav ul li a[href*="codepen.io"]::before      {content: '\f1cb';}
#footer-social-nav ul li a[href*="behance.net"]::before     {content: '\f1b4';}
#footer-social-nav ul li a[href*="digg.com"]::before        {content: '\f1a6';}
#footer-social-nav ul li a[href*="dropbox.com"]::before     {content: '\f16b';}
#footer-social-nav ul li a[href*="facebook.com"]::before    {content: '\f09a';}
#footer-social-nav ul li a[href*="flickr.com"]::before      {content: '\f16e';}
#footer-social-nav ul li a[href*="plus.google.com"]::before {content: '\f0d5';}
#footer-social-nav ul li a[href*="github.com"]::before      {content: '\f09b';}
#footer-social-nav ul li a[href*="instagram.com"]::before   {content: '\f16d';}
#footer-social-nav ul li a[href*="linkedin.com"]::before    {content: '\f0e1';}
#footer-social-nav ul li a[href*="pinterest.com"]::before   {content: '\f0d2';}
#footer-social-nav ul li a[href*="dribbble.com"]::before    {content: '\f17d';}
#footer-social-nav ul li a[href*="reddit.com"]::before      {content: '\f1a1';}
#footer-social-nav ul li a[href*="skype.com"]::before,
#footer-social-nav ul li a[href*="skype:"]::before          {content: '\f17e';}
#footer-social-nav ul li a[href*="stumbleupon.com"]::before {content: '\f1a4';}
#footer-social-nav ul li a[href*="spotify.com"]::before     {content: '\f1bc';}
#footer-social-nav ul li a[href*="tumblr.com"]::before      {content: '\f173';}
#footer-social-nav ul li a[href*="twitter.com"]::before     {content: '\f099';}
#footer-social-nav ul li a[href*="vimeo.com"]::before       {content: '\f194';}
#footer-social-nav ul li a[href*="youtube.com"]::before     {content: '\f167';}
#footer-social-nav ul li a[href*="wordpress.org"]::before,
#footer-social-nav ul li a[href*="wordpress.com"]::before   {content: '\f19a';}
#footer-social-nav ul li a[href*="feed"]::before     	      {content: '\f09e';}
#footer-social-nav ul li a[href*="mailto"]::before          {content: '\f003';}

/* Footer Credit */
#colophon #site-info {
	position: relative;
	padding: 0;
	overflow: hidden;
  text-align: center;
}
#colophon #site-info ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#colophon #site-info ul.credit li {
	display: inline-block;
	padding: 0 0 10px;
	font-size: 14px;
	font-size: 0.875rem;
}
#colophon #site-info ul.credit li:last-of-type {
  display: block;
}
@media screen and (min-width: 1023px) {
  #colophon #site-info ul.credit li {
		display: inline;
		padding: 0;
	}
}
/**
 * Plugins
 */

/* --- Contact Form 7 --- */
.site-content div.wpcf7 {
	clear: both;
	overflow: hidden;
}
.site-content div.wpcf7 p {
	margin: 0;
	padding: 0 0 16px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
}
.site-content div.wpcf7 p:last-of-type {
	padding: 0;
}
div.wpcf7 h5 {
	margin: 0 0 17px;
	font-weight: normal;
	letter-spacing: 2px;
}
input.wpcf7-submit {
	clear: both;
	overflow: hidden;
}
/* --- Jetpack --- */
.jetpack_subscription_widget {
	max-width: 333px;
	clear: both;
	overflow: hidden;
}
.jetpack_subscription_widget p {
	display:  block;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}
.jetpack_subscription_widget input#subscribe-field {
	float: left;
	margin-right: 1.5%;
	padding: 2px 3% 2px 4%;
	height: 34px;
	font-size: 14px;
	font-size: 0.875rem;
}
.jetpack_subscription_widget input[type="submit"] {
	float: left;
	height: 34px;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}
#footer-sidebar-one .jetpack_subscription_widget input#subscribe-field,
#footer-sidebar-two .jetpack_subscription_widget input#subscribe-field {
	width: 64.5% !important;
}
#footer-sidebar-one .jetpack_subscription_widget input[type="submit"],
#footer-sidebar-two .jetpack_subscription_widget input[type="submit"] {
	width: 34% !important;
	padding: 2px 8px;
}
#footer-sidebar-three .jetpack_subscription_widget input#subscribe-field {
	width: 68.5% !important;
}
#footer-sidebar-three .jetpack_subscription_widget input[type="submit"] {
	width: 30% !important;
	padding: 2px 15px;
}
.widget-grofile ul.grofile-accounts {
	margin: 0 auto;
	display: inline-block;
}
.widget-grofile img.grofile-thumbnail {
	padding: 15px;
	background: rgba(255, 255, 255, 0.15);
	-webkit-border-radius: 400px;
	   -moz-border-radius: 400px;
	        border-radius: 400px;
}
p.comment-subscription-form {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 15px !important;
	font-size: 14px;
	font-size: 0.875rem;
	color: #434343;
}
p.comment-subscription-form:last-child {
	padding-top: 0;
	margin-bottom: 0 !important;
}
.widget_twitter_timeline iframe {
	display: block;
	margin: 0 auto;
}
#main-wrap div.sharedaddy div.sd-block {
	border-top: none !important;
	border-top: none !important;
}
div.sharedaddy a.sd-button {
      vertical-align: top;
}
.contact-form label span {
	color: #363636 !important;
	margin-left: 4px;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}
.contact-form input[type="submit"] {
	width: 100%;
}
.contact-form input[type='text'],
.contact-form input[type='email'] {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 13px;
}
.contact-form textarea {
	width: 100% !important;
}
/* --- WP Pagenavi --- */
.wp-pagenavi {
	padding: 60px 0 50px;
	margin: 0 10px;
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	border-top:  1px solid #ccc;
}
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	clear:none !important;
	margin: 0 0 12px;
	padding: 0 12px 0 0;
	overflow: visible;
	text-align: center;
	display: inline-block;
}
.wp-pagenavi a.page {
	width: auto !important;
	margin: 0 0 12px !important;
	padding: 0 12px 0 0 !important;
	display: inline-block !important;
}
.wp-pagenavi span.current {
	display: inline-block;
	margin: 0 0 12px 0;
	padding: 0 12px 0 0;
}
.wp-pagenavi span.pages {
	display: none;
	padding: 0 40px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
}
.wp-pagenavi span.extend {
	margin: 0 0 12px;
	padding: 0 12px;
}
.wp-pagenavi a.page:before,
.wp-pagenavi span.current:before,
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi a.first:before,
.wp-pagenavi a.last:before,
.wp-pagenavi span.extend:before {
	display: inline;
	content: '\002f';
	padding: 0 12px 0 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}
/* --- Disqus Comments --- */
#disqus_thread {
	padding: 30px 10px;
}

@media screen and (min-width: 1023px) {
	#disqus_thread {
		margin: 0;
	}
	.wp-pagenavi {
		margin: 0 65px 0 0;
	}
}
@media screen and (min-width: 1270px) {
  .wp-pagenavi,
	#disqus_thread {
		padding: 0px 0;
	}
	.wp-pagenavi {
		padding: 130px 0 120px;
	}
}
/**
 * Print
 */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.site-title {
		color: #000;
		font-size: 21pt;
	}
	.site-description,
	#site-nav,
	#secondary,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	#colophon {
		display: none;
	}
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}
	.page-title,
	.entry-title {
		font-size: 18pt;
	}
}


.loader,
.loader:before,
.loader:after {
  background: #2d2d2d;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  color: #2d2d2d;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.section-divider.top-promo {
	font-size: 14px; 
}

.section-divider a {
	font-weight: bold;
	text-decoration: none !important;
}

.promotion {
    border: solid 1px #43ab7e;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 12px;
    text-align: center;
}

.promotion-unit {
   text-align: center;
}

.promotion a {
  text-decoration: underline;
}

.promotion-inline {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 10px 0;
	margin-top: 25px;
}

.promotion-inline.-big {
    margin-top: 30px;
    margin-bottom: 15px;
    background: #fafafa;
    text-align: left;
    padding: 20px;
}

.post-card {
  height: 340px;
  padding-top: 15px !important;
  transition: all 225ms ease;
}

.post-card:hover {
  background-color: #f5f5f5;
  transform: scale(.97);
  -webkit-transform: scale(.97);
}

.post-card:active {
  transform: scale(.87);
  -webkit-transform: scale(.87);
  backgrund-color: #3b5998;
}

@media all and (max-width: 636px) {
  .post-card {
    height: 450px;
    border-bottom: solid 1px #f0f0f0;
    padding: 15px 0 !important;
  }
}

@media all and (max-width: 376px) {
  .post-card {
    height: 340px;
    border-bottom: solid 1px #f0f0f0;
    padding: 15px 0 !important;
  }
}

@media all and (max-width: 320px) {
  .post-card {
    height: 300px;
    border-bottom: solid 1px #f0f0f0;
    padding: 15px 0 !important;
  }
}

.footer-content {
    position: relative;
    z-index: 1;
    background: black;
    height: 135px;
    color: white;
}

.branding-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.branding {
    padding: 10px 0;
    font-size: 28px;
    font-weight: bold;
    color: #b7b6b6;
    border-bottom: 1px solid #3e4047;
    top: 10px;
    position: relative;
}

.copyright-info {
   font-size: 10px;
}

.social-media-footer {
    padding-top: 20px;
    padding-left: 0;
    margin: 0;
    font-size: 17px;
    list-style: none;
    width: 100%;
}

.social-media-footer li {
   margin-right: 15px;
   float: left
}

.social-media-footer li a {
    color: white;
	text-decoration: none !important;
}


.icon-youtube {
    background-image: url(https://i.imgur.com/swXz8qF.png);
    background-position: -76px 0;
    width: 33px;
    height: 33px;
}

.icon-facebook{
    background-image: url(https://i.imgur.com/swXz8qF.png);
    width: 33px;
    height: 33px;
}

.icon-twitter{
    background-image: url(https://i.imgur.com/swXz8qF.png);
    background-position: -38px -38px;
    width: 33px;
    height: 33px;
}

.share-icons {
	display: inline-block;
	color: transparent !important;
	position: relative;
    top: -5px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.share-icons:hover {
	top: -10px;	
}

.social-follow-wrap {
    margin-bottom: 15px;
    margin-top: 5px;
}

.social-follow-wrap ul {
    padding: 0;
    margin: 0;
    font-size: 20px;
    list-style: none;
    height: 50px;
    background-color: white;
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

.social-follow-wrap li.social-follow-text {
    padding: 0 11px;
    padding-top: 16px;
    background-color: #ffe00a;
}

.social-follow-wrap li {
   float: left;
   height: 50px;
   padding: 8px 13px;
   cursor: pointer;
}

.social-follow-wrap li.youtube {
    background-color: #cd201f;
}

.social-follow-wrap li.twitter {
    background-color: #55acee;
}

.social-follow-wrap li.facebook {
    background-color: #3b5998;
}

.bolded {
	font-weight: bold;
}


ul.recent-posts-list li {
    font-size: 18px;
}

.recent-posts-link {
    width: 300px;
}

.recent-post-container {
    min-height: 250px;
    margin-bottom: 25px;
}


.inline-promo {
    border: solid 1px #43ab7e;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 12px;
}

.inline-promo h4 {
    text-align: center;
}

.inline-promo ul {
    list-style: none;
}

.inline-promo li a {
   cursor: pointer;
}

.cta-button {
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    background: #5076ff;
    border-color: #5076ff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: 1px solid #5076ff;
    padding: 7px;
    font-size: 18px;
    line-height: 3rem;
    -webkit-appearance: none;
    text-decoration: none !important;
}

.cta-button:hover {
  color: white;
}

.cta-button.blue {
  background: #14c07b;
  border-color: #14c07b;
  corder: none;
}
#menu-item-592 a {
    text-decoration: underline;
    font-weight: bold;
    color: #FF6600;
}

.article-navigator {
    position: fixed;
    overflow: visible;
    width: 75px;
    height: 67px;
    padding-left: 15px;
    padding-top: 14px;
    font-size: 15px;
    line-height: 18px;
    top: 50%;
    z-index: 5000;
    background: #f6f6f6;
    border: solid 1px #f0f0f0;
}

.article-navigator a {
	color: black !important;
}

.article-navigator:hover {
    background: #fdfbfb;
    color: black;
}

.article-navigator.-prev {
    left: 0;
}

.article-navigator.-next {
    right: 0;
}

.source-meta {
	background: #dc5151;
  border: 0;
  border-bottom: 3px solid rgba(73,134,18,.3);
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  transition: border-color 1s;
  text-decoration: none;
  white-space: nowrap;

  width: 25%;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  display: block;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  margin-bottom: 20px;
  color: white;
  text-decoration: none !important;
}

@media all and (max-width: 636px) {
    .source-meta {
        padding: 10px;
        font-size: 19px;
        width: 65%;
    }
}

.section-news {
    text-decoration: underline;
    font-size: 24px;
    font-weight: bold;
	text-align: center;
}

.section-news-row {
  min-height: 400px;
}

.section-categories-row {
  margin-top: 15px;
}

.webdev-list,
.news-list,
.inline-news-list {
	color: white;
	margin-bottom: 25px;
	margin-left: 20px;
}

ul.news-list,
ul.webdev-list,
ul.category-list {
   list-style: none;
   color: white;
	
}

ul.news-list {
	list-style: decimal;
}

.category-list-column {
  padding: 0 !important;
}

.recent-posts-list {
    padding-left: 0;
}

.news-list.inline li,
.recent-posts-list li {
    padding-bottom: 5px;
}


.news-list li,
.webdev-list li,
.category-list li {
	padding: 10px 0;
    font-size: 18px;
    margin-bottom: 0!important;
}

@media all and (max-width: 636px) {
  .recent-post-list {
    padding-left: 17px;
  }
}

.news-list li a,
.webdev-list li a,
.category-list li a {
    text-decoration: none !important;
}

.webdev-list-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
	text-decoration: none !important;
}

@media all and (max-width: 636px) {
 .webdev-list-title {
    font-size: 15px;
    line-height: 15px;
 }
}


.search-overlay {
    display: none;
}

.advertisement-label {
  text-align: center;
  color: white;
  font-size: 12px;
  text-transform: capitalize;
}

.advertisement-label a {
	text-decoration: none!important;
}

.home .header-wrapper {
  display: block;
}

.header-wrapper {
  display: none;
  position: relative;
  text-align: center;
  padding-bottom: 57px;
  padding-top: 115px;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0.15098), rgba(0, 0, 0, 0.15098)), url(https://i.imgur.com/46gSELr.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.article-share-sticky {
	color: white;
	text-align: right;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 25px;
	z-index: 999999999
}

@media all and (max-width: 636px) {
  .header-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15098), rgba(0, 0, 0, 0.15098)), url(https://i.imgur.com/arbJLSe.jpg);
    padding-bottom: 25px;
    padding-top: 55px;
  }
}


.header-wrapper h1 {
  color: white;
  font-weight: bold;
}

.header-wrapper .header-copy {
  color: white;
  padding: 0 10%;
}

.search-container {
  position: relative;
  margin-top: 20px;
}

.searchform input[type="text"] {
  border: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  padding: 14px;
  border-radius: 3px;
  display: inline-block;
  width: 40%;
  color: rgba(0,0,0,.7);
}

@media all and (max-width: 636px) {
  .searchform input[type="text"] {
     padding: 10px;
     font-size: 13px;
  }
}

.section-divider {
  padding: 7px;
  font-size: 16px;
  color: white;
  text-align: center;
  background-color: transparent;
  max-width: 728px;
  margin: 25px auto 25px;
  border-radius: 3px;
  box-shadow: 0 0 36px rgba(0,0,0,.15);
  border: solid 1px yellow;
}

#mc-embedded-subscribe {
	display: inline !important;
	margin: 0!important;
	
}

@media all and (max-width: 636px) {
  .section-divider {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
  }

  .section-divider p {
    font-size: 12px;
  }
}

.hp-toggle {
   cursor: pointer;
}

.hp-toggle.active {
    font-weight: bold;
    text-decoration: underline;
}

.webdev {
  display: none;
}

.category-tab a {
  font-weight: bold;
}

.category-menu-card {
  cursor: pointer;
  margin: 8px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.category-menu-card:hover {
  border-left: solid 2px #ffe00a;
}

.category-card {
	transition: all 0.5s ease;
    text-align: center;
		font-size: 33px;
		font-weight: bold;
    width: 300px;
    background: #383838;
    color: white;
    padding: 50px 0 !important;
    margin: 0 15px 15px;
    cursor: pointer;
    background-color: #233b53;
    border-radius: 3px;
    box-shadow: 0 0 36px rgba(0,0,0,.15)
}

.category-card:hover {
	transform: scale(1.05);
	background-color: #2c5177;
}

.category-card a {
	text-decoration: none !important;
}

.category-menu-card a:hover {
  color: #363636;
}

.category-card a:hover {
  color: white;
}

.list-wrapper {
  padding: 10px 0;
}

.list-thumb {
  width: 250px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

@media all and (max-width: 636px) {
  .list-thumb {
    width: 100%;
    display: block;
  }
}

.list-thumb img {
  border-radius: 5px;
}

.sidebar-category-item {
  display: inline;
  margin-right: 5px;
}

.right-rail {
  position: relative;
  z-index: 0;
  width: 301px;
  height: 1000px;
  vertical-align: top;
  display: table-cell;
}

@media all and (max-width: 960px) {
  .right-rail {
    display: none;
  }
}

.trending-header {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.trending-posts-list {
  padding-left: 20px;
  margin-bottom: 15px;
}

.trending-posts-list li {
  border-top: 2px dotted #DDD;
  padding: 7px 0 7px 10px;
  font-size: 18px;
  counter-increment: item;
  position: relative;
}

.mc_ctr-text {
  font-size: 18px;
  margin-bottom: 10px;
}

.mc-field-group {
  padding: 0;
  margin-bottom: 10px;
}

#mc_embed_signup .button {
  background-color: #f0db4f !important;
  border-color: #dfc513 !important;
  color: #000 !important;
}

/*
 *
 *Article Preview Blocks
*/
.article-preview-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.article-preview-block-thumbnail {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	text-align: center;
}

.article-preview-block-meta {
	margin-left: 25px;
}

.article-preview-block-post-meta {
	color: #c9c9c9;
	margin: 25px 0;
}

.category-tab .article-preview-block-post-meta {
	font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0px;
}

/* Sticky Promo Bottom */
.sticky-promo-bottom {
	display: none;
	background: #333;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
}

.bottom-promo-container {
	margin: auto;
	color: white;
  font-size: 16px;
	font-weight: bold;
}

.bottom-promo-container a {
	color: white;
	text-decoration: underline;
}

.article-related li {
	margin: 25px 0;
}

.article-related ul {
	list-style: none;
}

.header-category-wrapper {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	text-align: center;
	padding-top: 65px;
	border-color: rgba(0, 0, 0, 0);
	background-color: #1f364d;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.what-is-this {
	font-size: 9px;
    text-align: center;
	display: none;
}

.what-is-this a {
	text-decoration: none !important;
	color: gray !important;
}

.newsletter-deck {
	width: 73%;
    margin: 10px auto;
}

.news-grid {
	display: none;
	margin-bottom: 15px;
}

.news-grid-featured {
	width: 170%;
}

.news-grid-items {
	padding-left: 15px;
}

.main-hero-inner {
	position: relative;
}

.hero-banner {
	height: 65px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hero-banner a {
	font-size: 25px;
    text-decoration: none!important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
}

.side-hero {
    padding: 7px 0;
    border-bottom: white dashed 1px;
}

.side-hero:first-of-type {
  padding-top: 0px;
}

.side-hero a{
	font-size: 18px;
    text-decoration: none!important;
	line-height: 10px;
}

.news-grid-item-more {
	    padding-top: 7px;
}

@media all and (max-width: 636px) {
  .article-preview-block {
		flex-direction: row;
  }
  
  .article-preview-block-thumbnail {
    margin-right: 10px;
  }

  .article-preview-block-thumbnail img {
    width: 168px !important;
  }

	.article-preview-block-meta {
		margin: 0 auto;
    width: 72%;
    font-size: 11px;
	}

	.article-preview-block-post-meta {
	  display: none;
	}

	.article-related li a,
	.article-preview-block-meta a {
		font-size: 13px !important;
	}

	.bottom-promo-container {
		font-size: 13px;
    text-align: center;
    padding: 0 5px;
	}

	.sticky-promo-bottom {
		height: 60px;
	}

	.inline-news-list {
		padding-left: 17px;
	}
	
	.article-share-sticky {
		text-align: center;
		position: relative;
		margin-top: 15px;
	}
	
	.newsletter-deck {
		width: 100%;
		margin: 10px auto;
	}
	.social-media-footer li {
		font-size: 12px;
	}
	
	.news-grid {
		display: none;
	}
}
