/*-------------------------------------------------------------------------
Theme Name: Splice Blog 08142018_03
Theme URI: http://themeforest.net/user/getthemed?ref=getthemed
Description: Premium responsive and modern theme. Created by Get Themed for Themeforest.
Version: 1.1.1
License: GNU General Public License
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Author: Get Themed
Author URI: http://getthemed.com
Tags: responsive-layout

--------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
  position: relative;
	min-height: 100%;
}

@font-face {
  font-family: SpliceSans;
  src: url("font/SpliceSans/Splice-Regular.woff") format("woff"), /* Modern Browsers */
  		 url("font/SpliceSans/Splice-Regular.woff2") format("woff2"), /* Modern Browsers */
       url("font/SpliceSans/Splice-Regular.svg#Splice-Regular") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: SpliceSans;
  src: url("font/SpliceSans/Splice-Italic.woff") format("woff"), /* Modern Browsers */
  		 url("font/SpliceSans/Splice-Italic.woff2") format("woff2"), /* Modern Browsers */
       url("font/SpliceSans/Splice-Italic.svg#Splice-Italic") format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
/
@font-face {
  font-family: SpliceSans;
  src: url("font/SpliceSans/Splice-Medium.woff") format("woff"), /* Modern Browsers */
  		 url("font/SpliceSans/Splice-Medium.woff2") format("woff2"), /* Modern Browsers */
       url("font/SpliceSans/Splice-Medium.svg#Splice-Medium") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: SpliceSans;
  src: url("font/SpliceSans/Splice-MediumItalic.woff") format("woff"), /* Modern Browsers */
  		 url("font/SpliceSans/Splice-MediumItalic.woff2") format("woff2"), /* Modern Browsers */
       url("font/SpliceSans/Splice-MediumItalic.svg#Splice-MediumItalic") format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: SpliceSans;
  src: url("font/SpliceSans/Splice-Bold.woff") format("woff"), /* Modern Browsers */
  		 url("font/SpliceSans/Splice-Bold.woff2") format("woff2"), /* Modern Browsers */
       url("font/SpliceSans/Splice-Bold.svg#Splice-Bold") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: SpliceSans;
  src: url("font/SpliceSans/Splice-BoldItalic.woff") format("woff"), /* Modern Browsers */
  		 url("font/SpliceSans/Splice-BoldItalic.woff2") format("woff2"), /* Modern Browsers */
       url("font/SpliceSans/Splice-BoldItalic.svg#Splice-BoldItalic") format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: SpliceSans;
  src: url("font/SpliceSans/Splice-ExtraBold.woff") format("woff"), /* Modern Browsers */
  		 url("font/SpliceSans/Splice-ExtraBold.woff2") format("woff2"), /* Modern Browsers */
       url("font/SpliceSans/Splice-ExtraBold.svg#Splice-ExtraBold") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: SpliceSans;
  src: url("font/SpliceSans/Splice-ExtraBoldItalic.woff") format("woff"), /* Modern Browsers */
  		 url("font/SpliceSans/Splice-ExtraBoldItalic.woff2") format("woff2"), /* Modern Browsers */
       url("font/SpliceSans/Splice-ExtraBoldItalic.svg#Splice-ExtraBoldItalic") format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

body {
	font-family: SpliceSans, Avenir, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 33px;
	color: #131313;
}

*, *:before, *:after {
  box-sizing: inherit;
}

sup, sub {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

iframe, embed, object {	
	max-width: 100%;
}

pre {
	margin: 0 0 20px 0;
	padding: 25px;
	background-color: #000;
	color: #444;
	word-wrap: break-word;
}

pre a {
	color: white;
}

address {
	margin: 0 0 20px 0;
}

cite {
	font-style: italic;
}

code {
	padding: 2.5px;
	background-color: #000;
	color: white;
	word-wrap: break-word;
	word-wrap: break-word;
}

code a {
	color: white;
}

kbd {
	font-family: monospace;
}

select {
	max-width: 100%;
}

strong {
	font-weight: 600;
}

.wp-caption-text {
	margin-top: 10px !important;
	text-align: center;
	font-size: 12px;
}

.wp-caption {
	margin-top: 10px !important;
	text-align: center;
	font-size: 12px;
}

.wp-caption a {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.wp-caption .wp-caption-text a {
	border-bottom: 1px solid #f1c40f !important; 
	padding-bottom: 3px !important;
}

::selection {
	background: #000;
	color: #ffffff;
}

::-moz-selection {
	background:  #000;
	color: #ffffff;
}

.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

.alignnone {
	margin: 0px 0;
}

.aligncenter {
	display: block;
	float: none;
	margin: 20px 0;
	margin-right: auto;
	margin-left: auto;
}

.required {
	color: #f1c40f;
}

.sticky {
	float: left;
}

.gallery-caption {
}

.bypostauthor {
}

.fb-page blockquote {
	border-left: none !important;
}

#content {
	background: white;
}

blockquote p,
#content .post .entry blockquote p:first-child {
   margin: 15px auto 10px;
}

.more-link {
	color: #000 !important;
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 20px !important;
	border-bottom: none !important;
}

.more-link .more_divider {
	border-bottom: 1px solid #f1c40f; 
	padding-bottom: 3px;
}

.more-link:hover {
	color: #222 !important;
}

.permalink-inside {
	font-size: 0;
}

.permalink-inside .post {
	font-size: 14px;
}

body.admin-bar #header .sticky-liner.active {
	top: 32px;
}

body.admin-bar #search-wrapper {
	top: 32px !important;
}

body.admin-bar .mobile-menu {
	top: 32px !important;
}

.rsswidget {
	padding-bottom: 0 !important;
}

.rsswidget img {
	margin-bottom: 0 !important;
	vertical-align: middle !important;
}

a {
	text-decoration: none;
	/*color: #f1c40f;*/
}

.liner {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

#header {
	width: 100%;
	position: relative;
	padding: 20px 0 60px;
}

#header h1 {
	width: 100%;
	text-align: center;
	font-size: 88px;
	line-height: 88px;
	padding-top: 10px;
	color: #333;
	text-transform: uppercase;
	display: inline-block;
}

#header h1 a {
	color: #333;
}

#header h1 img {
	max-width: 100%;
}

#header .sticky-liner {
	width: 100%;
	height: 60px;
	z-index: 9;
}

#header .sticky-liner.active {
	position: fixed;
	display: block;
	top: 0;
	background-color: #131313;
}


#header .sticky-liner .header-menu a, #header .sticky-liner .header-menu, #header .sticky-liner .header-menu i, #header .sticky-liner .header-menu li > a:after, #header .sticky-liner .header-menu li:hover {
	color: #fff !important;
}

#header .header-menu, .mobile-menu {
	color: #7B7B7B;
	font-size: 13px;
	padding-bottom: 20px;
	max-width: 100%;
	height: 60px;
	margin: 0 auto;
	text-transform: uppercase;
    letter-spacing: 0.14em;
   	position: relative;
	z-index: 9;
	padding-top: 20px;
  padding: 15px 0px !important;
}

#header .header-menu a {
	color: #7B7B7B;
}

#header .header-menu .mobile {
	display: none;
}

body.mobile-menu-active {
	overflow: hidden;
}

#header .mobile-menu {
	visibility: hidden;
	width: 100%;
	background-color: rgba(17,17,17,0.98);
	position: fixed;
	overflow: scroll;
	height: 100%;
	left: 0;
	overflow-x: hidden;
	top: 0px;

	color: #fff;
	font-size: 13px;
	letter-spacing: 0.14em;
	z-index: 9999999;
}

#header .mobile-menu.active {
	display: block !important;
}

#header .mobile-menu ul {
	width: 100%;
	list-style: none;
	padding-left: 18px;
    padding-top: 16px;
}

#header .mobile-menu ul ul {
	border-left: #111 solid 3px;
	padding-left: 10px;
	margin-left: 20px;
}

#header .mobile-menu li {
    width: 100%;
}

#header .mobile-menu li a {
    width: 100%;
}

#header .mobile-menu .close::before,
#header .mobile-menu .close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	border-radius: 3px;
	opacity: .85;
	background: #fff;
}

#header .mobile-menu .close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header .mobile-menu .close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-menu a {
	padding: 13px 18px;
  color: #fff !important;
  display: block;
  height: inherit;
}

#header .header-menu .mobile-menu-selector {
	cursor: pointer;
	position: relative;
}

#header .header-menu .mobile-menu-selector:hover {
	color: #222;
}

#header .sticky-liner .header-menu .mobile-menu-selector:hover {
	color: #fff;
}

#header .header-menu .left {
	float: left;
}

#header .header-menu .right {
	display: inline-flex;
  float: right;
}

#header .header-menu ul {
	margin: 0;
	padding: 0;
	float: left;
}

#header .header-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 16px;
}

#header .header-menu .right li:last-child {
	margin-right: 0px;
}
/*
#header .header-menu li:hover {
	color: #222;
}

#header .header-menu li:hover a {
	color: #222;
}*/

#header .header-menu li.current_page_item {
	color: #222;
}

#header .header-menu li.current_page_item a {
	color: #222;
}

#header .header-menu li.menu-search {
	cursor: pointer;
}

#header .header-menu li {
	display: block;
	float: left;
	min-height: 50px;
	position: relative;
}

#header .header-menu li li {
    display: block;
    float: left;
    min-height: 50px; 
    position: relative;
}

#header .header-menu li li a {
    display: block;
    min-height: 50px;
    padding: 0 15px;
}

#header .header-menu li li a:hover {
    color: #fff;
    background: #444;
}

#header .header-menu ul ul { 
    display: none;
    position: absolute;
    top: 40px; 
}

#header .header-menu ul ul li { 
    float: none;
    width: 230px; 
}

#header .header-menu ul ul li a { 
    padding: 13px 18px; 
    background-color: #222;
    color: #fff !important;
}

#header .header-menu ul li:hover > ul {
    display: block; 
}

#header .header-menu ul ul li ul {
    left: 230px; 
    top: 0; 
}

#header .header-menu li > a:after {
  color: #444;
  content: '\e80c';
  font-size: 10px;
	font-family: "standard";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .4em;
}

#header .header-menu li > a:only-child:after {
  content: '';
  display: none;
}

#header .header-menu li li > a:after {
    color: #fff;
    content: '\e805';
    float: right;
	font-family: "standard";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	margin-left: .4em;
	line-height: 22px;
    margin-left: .4em;
    min-height: 50px;
}

#header .header-menu li li > a:only-child:after {
    content: '';
    display: none;
}

#header .header-menu .social-icon {
	float: left;
	margin-left: 11px;
	font-size: 14px;
}

#header .header-menu li.menu-social:hover {
    color: #7B7B7B;
}

#header .header-menu li.menu-social:hover a {
    color: #7B7B7B;
}

#header .header-menu li.menu-social .social-icon:hover {
    color: #000;
}

#header .header-menu li.menu-social .social-icon:hover  a {
    color: #000;
}

.nc_socialPanel .swp_share .nc_tweetContainer {
	font-weight: 500;
}


/* From Custom CSS */

#header {
    padding: 20px 0 35px;
}

#header .header-menu a, #header .header-menu,
#pagination a, .mobile-menu {
    font-weight: 600;
}

#header .header-menu {
    padding: 15px;
}

#header h1.blog.title.desktop {
    display: block;
    text-align: center;
}

#header h1.blog.title.desktop,
#header h1.blog.title.mobile {
    display: none;
}

.menu-menu-1-container {
    display: inline-block;
    position: relative;
}

#header .mobile-menu ul#menu-menu-3 {
    padding: 54px 14px;
}

/* BEGIN: New Header */

#header {
	background-color: #131313;
	padding: 20px 0 60px;
}

#header .header-menu.desktop  #mc_embed_signup {
	top: 3px;
  position: relative;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form {
	border: 1px solid #fff;
	display: flex;
	outline: none;
	justify-content: space-between;
	align-items: center;
	height: 35px;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form input, 
#header #mc_embed_signup form#mc-embedded-subscribe-form button, 
#header #mc_embed_signup form#mc-embedded-subscribe-form submit { 
	border:none; 
	background: transparent;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form input.email {
	width: 240px;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	font-family: SpliceSans;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form input.email::placeholder {
	color: #ACACAC;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form input.email::selection {
	background: #fff !important;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form input.email::-moz-selection {
	background: #fff !important;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form input.email:focus {
	outline: none;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form input.button {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-family: SpliceSans, Avenir, Helvetica, sans-serif;
	position: relative;
  cursor: pointer;
  margin-right: 4px;
  color: #fff;
}

#header #mc_embed_signup form#mc-embedded-subscribe-form input.button:hover {
	color: #7E8185;
}

#header .header-menu {
	display: flex;
	align-items: center;
}

#header .header-menu li, #header .header-menu li a {
	color: #acacac;
	font-size: 12px;
}

#header .header-menu li:hover {
	color: white;
}

#header .splice-blog-logo {
	height: 30.5px;
	fill: white;
	margin-right: 30px;
}

#header .sticky-mobile-nav-link .header-menu.mobile .splice-blog-logo {
	height: 27px;
  margin-top: 2px;
}

#header .header-menu {
  justify-content: space-between;
}

#header .header-menu .left {
	-webkit-align-self: flex-start;
  align-self: flex-start;
  display: inline-flex;
}

#header .header-menu ul.right {
	-webkit-align-self: flex-end;
  align-self: flex-end;
}

#header .header-menu li {
	min-height: auto;
	font-size: 12px;
}

#header .header-menu.desktop .left .menu-menu-1-container li a:hover,
#header .header-menu.desktop .left .menu-menu-1-container li:hover {
	color: #fff;
}

#header .menu-menu-1-container {
	display: inline-flex;
}

#header .header-menu.mobile {
	display: none;
}

#header .header-menu.desktop .search-icon {
	background-image: url('images/mobile-search-icon.svg');
	background-repeat: no-repeat;
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

#header .header-menu.desktop .search-icon:hover {
	background-image: url('images/mobile-search-icon.svg');
}

#header .header-menu.mobile .mobile-menu-icon {
	background-image: url('images/mobile-menu-icon.svg');
	background-repeat: no-repeat;
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  position: relative;
}

#header .header-menu.mobile .search-icon {
	background-image: url('images/mobile-search-icon.svg');
	background-repeat: no-repeat;
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  position: relative;
  margin-right: 20px;
}

#header .header-menu.mobile {
	height: 30.5px;
	fill: white;
}

/*#header .header-menu.mobile .logo {
	height: 30px;
	width: 130px;
	top: 3px;
  position: relative;
  margin-right: 20px;
}

#header .header-menu.mobile .logo a .logo-image {
  background-image: url(images/spliceBlog-logo.svg);
  background-repeat: no-repeat;
  background-size: 123px 32px;
  height: 32px;
  width: 123px;
  top: -2px;
  position: relative;
}*/

#header .mobile-menu {
	background-color: rgba(19,19,19,0);
	transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -webkit-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  opacity: 0;
}

#header .mobile-menu.active {
	visibility: visible;
	transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -webkit-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  background-color: rgba(19,19,19,1);
  opacity: 1;
}

#header .mobile-menu .liner {
	transform: translateY(-100px);
  opacity: 0;
}

#header .mobile-menu.active .liner {
	transform: translateY(0px);
	transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -webkit-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  opacity: 1;
}

#header .mobile-menu .menu-menu-1-container {
	width: 100%;
	padding-bottom: 40px;
}

#header .mobile-menu ul {
	padding: 60px 0 0 0;
}

#header .mobile-menu ul li  {
	border-bottom: 1px solid #3F3F3F;
}

#header .mobile-menu li a {
	padding: 10px 0 10px 0;
}

#header .mobile-menu .menu-social div {
	float: left;
	margin-right: 20px;
	text-align: center;
}

#header .mobile-menu .menu-social div:last-child {
	margin-right: 0px;
}

#header .mobile-menu .social-accounts {
	margin-top: 40px;
}

#header .mobile-menu .social-accounts li {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.home) #header {
	padding: 20px 0 24px;
	margin-bottom: 40px;
}

body.paged #header {
	padding: 20px 0 24px;
	margin-bottom: 40px;
}

.splice-site-link {
	background: #000;
	text-align: left;
	height: 24px;
	display: flex;
	align-items: center;
}

.splice-site-link span a {
	font-size: 12px;
	position: relative;
	color: #777777;
	top: -1px;
}

.splice-site-link a:hover {
	color: white;
	text-decoration: underline;
}

.splice-site-link span.back-arrow {
	background-image: url('images/back-arrow.svg');
	background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  position: relative;
  display: inline-block;
  top: 4px;
	left: -2px;
}

.fourzerofour-gif {
	background-image: url('images/fourzerofour.gif') no-repeat;
	background-size: cover;
	height: auto;
	width: 100vw;
}

#slider {
	padding: 0px 30px;
	background-color: transparent !important;
	margin-top: -38px;
	margin-bottom: 40px !important;
}

#slider .flex-prev {
	left: auto !important;
}

#slider .flex-next {
	right: 54px !important;
}

#header .sticky-egg {
  transform: translateY(-444px);
  background-image: url(images/comp-pattern.svg);
  background-size: 458px 350px;
  background-repeat: repeat;
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 400px;
  z-index: 100;
}

#header .sticky-liner {
	position: fixed;
	opacity: 0;
	transform: translateY(-110px);
	background-color: #131313;
}

#header .sticky-liner.active {
	transform: translateY(0px);
	background-color: #131313;
	opacity: 1;
	transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -webkit-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
}

.sticky-header-cta {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 12px;
}

.sticky-header-cta .btn {
	text-align: center;
	padding: 7px 20px 7px 20px;
	margin-right: 10px;
	border-radius: 100px;
	font-size: 15px;
	color: white;
	font-weight: 600;
}

.sticky-header-cta .btn:last-child {
	margin-right: 0px;
}

.sticky-header-cta .learn-more {
	background: white;
	color: #131313;
}

.sticky-header-cta .sign-up {
	background: #3E6CFF;
}

.sticky-header-cta h4 {
	color: white;
  position: relative;
  font-size: 15px;
  color: white;
  top: 2px;
}

/* BEGIN: Search */

#search {
  margin: 0 auto;
}

#search-wrapper {
	height: 100vh;
	background-color: rgba(17,17,17,0);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	align-items: center;
  visibility: hidden;
  display: flex;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

.search-active #search-wrapper {
  visibility: visible;
  background-color: rgba(17,17,17,0.99);
}

#search-wrapper #search form.search-form {
	transform: translateY(-100px);
}

.search-active #search-wrapper #search form.search-form {
  transform: translateY(0px);
  transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
  -webkit-transition: all 400ms cubic-bezier(0.245, 0.065, 0.090, 0.985);
}

.search-active #search-wrapper {

}

#search-wrapper #search #searchform::selection,
#search-wrapper #search #searchform::-moz-selection {
  background: red;
}

#search-wrapper .search-inactive {
	display: none;
}

.nc_socialPanelSide {
  visibility: visible !important;
}

.search-active .nc_socialPanelSide {
  visibility: hidden !important;
}

#search-wrapper #search {
  visibility: hidden;
}

.search-active #search-wrapper #search {
  visibility: visible;
}

#search-wrapper #search input#searchform {
	font-size: 42px;
	font-family: SpliceSans, Avenir, Helvetica, sans-serif; 
	width: 100%;
	color: #fff;
	outline: none;
	height: 75px;
	position: relative;
	background-color: transparent;
	border: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
  border-bottom: 1px solid #3F3F3F;
  margin-bottom: 30px;
}

#search-wrapper #search input#searchform::selection {
  background: red;
}

#search-wrapper .close, .close {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 34px;
	top: 34px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
}

#search-wrapper .close::before,
#search-wrapper .close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	border-radius: 3px;
	opacity: .85;
	background: #fff;
}

#search-wrapper .close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#search-wrapper .close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#search input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}

#search input:focus::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}

#search input::-moz-placeholder { 
	color: rgba(255,255,255,0.6);
}

#search input:focus::-moz-placeholder {
	color: rgba(255,255,255,0.6);
}

#search input:-ms-input-placeholder { 
	color: rgba(255,255,255,0.6);
}

#search input:focus::-ms-input-placeholder { 
	color: rgba(255,255,255,0.6);
}

#search-wrapper .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

#search-wrapper #search input {
    text-transform: none;
    letter-spacing: 0;
}

#search-wrapper #search input.search-submit {
  background: white;
  display: none !important;
  color: #111;
  padding: 12px 30px 14px 30px;
  display: block;
  width: auto;
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  height: auto;
  border-radius: 2px;
  border: 0;
}

.search-results #content .post .post-title {
  padding-bottom: 10px !important;
}

/* END: Search */

#slider {
	position: relative;
	width: 100%;
	vertical-align: middle;
	height: 450px;
	background-color: #111;
	overflow: hidden;
	display: none;
}

body.home #slider {
	display: block;
}

#slider .slide-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
}

#slider .slide-cover {
	position: absolute;
	background-color: #222;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}

#slider .slider, #slider .slider .slide {
    height: 450px;
}

#slider .slider .slide {
    position: relative;
}

#slider .slider  {
	width: 100%;
}

#slider .slide-meta {
	margin-bottom: 24px;
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

#slider .slide-meta a {
    color: #fff;
}

#slider .slide-more {
	margin-top: 24px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

#slider .slide-more a {
	color: #fff;
	display: block;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	padding: 1px 10px;
    border-radius: 3px;
}


#slider .slide-more:hover a:hover {
	color: #000;
	background-color: #fff;
}

#slider .slide-title h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}

#slider .slide-title h3 a {
    color: #fff;
}

#slider .slide .slide-outside {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#slider .slide .slide-inside {
	display: table-cell;
	text-align: center;
	position: relative;
	width: 100%;
	padding: 0 10%;
	vertical-align: middle;
}

#slider .slide-title {
	position: relative;
	z-index: 6;
}

#slider .slide-meta {
	position: relative;
	z-index: 7;
}

#slider li, #slider ul {
	list-style: none;
	float: none;
	margin: 0;
	padding: 0 !important;
}

#slider .slider li {
	display: none;
}

#slider .flex-direction-nav {
	display: none;
}

#slider .flex-direction-nav.visible {
	display: block;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#slider .flex-direction-nav a {
	color: #fff;
	font-size: 16px;
}

#slider .flex-prev {
	position: absolute !important;
	left: 20px;
	margin-top: -8px;
	top: 50%;
	z-index: 99;
}

#slider .flex-next {
	position: absolute !important;
	right: 42px;
	margin-top: -8px;
	top: 50%;
	z-index: 99;
}

#slider .controls i {
	font-size: 26px;
}

#slider:hover .flex-direction-nav.visible {
	opacity: 1;
}

#slider .controls li a {
	display: block;
	height: 16px;
	z-index: 2;
	position: relative;
	width: 16px;
	background: no-repeat;
}

#slider .controls .flex-prev {
	float: left;
	width: 16px;
	height: 16px;
}

#slider .controls .flex-next {
	float: right;
	width: 16px;
	height: 16px;
}

#slider .flex-control-nav {
	display: none !important; 
	width: 100%; 
	position: relative; 
	float: left; 
	clear:both; text-align: 
	center; 
	margin: 25px 0 0 0; 
	padding: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#slider .flex-control-nav li {
	float: left; 
	margin: 0 6px; 
	display: inline-block; 
	zoom: 1; 
	display: inline;
}

#slider .flex-control-paging li a {
	width: 11px; 
	height: 11px; 
	display: block; 
	background-color: #f0f0f0; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
}

#promotional {
	width: 100%;
	height: 240px;
	margin-bottom: 70px;
	background-color: #111;
	color: #fff !important;
	overflow: hidden;
}

#promotional .part {
    width: 33.3333333%;
   	height: 100%;
	float: left;
	background-color: #111;
	position: relative;
	display: table;
}

.part .cover {
	position: absolute;
	width: 101%;
	height: 101%;
	background-color: #111;
	z-index: 0;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.part .cover .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
}

.part .promo-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 0;
	z-index: 3;
}

.part .post {
	z-index: 2;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.part .post a, .part .post, .part .post h3 a, .part .post .post-title  {
	color: #fff !important;
	margin-bottom: 0 !important;
}

#promotional .post .post-title h3 {
	color: #fff !important;
}

.part .post .post-meta {
	color: #fff !important;
	margin-bottom: 15px;
}

#posts {
	float: left;
}

.post {
	position: relative;
}

.single-full #posts {
    float: none;
}

#content {
	padding-bottom: 200px;
  width: 100%;
  clear: both;
  float: left;
  background: white;
}

#content.sidebar-enabled #posts {
	width: 790px;
	max-width: 100%;
}

#content img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#content ul {
	float: left;
	padding-left: 30px;
}

#content .entry ul, 
#content .entry ol {
	float: none;
	margin-bottom: 25px;
	padding-left: 40px;
}

#content .entry ul ul,
#content .entry ol ol {
	margin-bottom: 10px;
}

#content .entry ul ul:last-child,
#content .entry ol ol:last-child {
	margin-bottom: 0;
}


#content .single-post {
	width: 100%;
}

#content .single-post .feature {
	margin-bottom: 20px;
}

#content .single-post .feature img {
	min-width: 100%;
}

#content .single-post .gallery_slider {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	float: left;
	background-color: #f0f0f0;
}

#content .single-post .gallery_slider img {
	width: 100%;
	height: auto;
}

#content .single-post .gallery_slides {
	float: none;
}

#content .single-post .gallery_slider ul, #content .single-post .gallery_slider li {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content .single-post .gallery_slider li {
	display: none;
	width: 100%;
	text-align: center;
	position: relative;
}

#content .single-post .gallery_slider .flex-direction-nav {
	display: none;
}

#content .single-post .gallery_slider .flex-direction-nav.visible {
	display: block;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#content .single-post .gallery_slider .flex-direction-nav li {
	display: block !important;
}

#content .single-post .gallery_slider .flex-direction-nav a {
	color: #fff;
	font-size: 16px;
}

#content .single-post .gallery_slider .controls {
	position: absolute;	
	width: 100%;
	height: 16px;
	left: 0;
	z-index: 5;
	top: 50%;
	margin-top: -8px;
}

#content .single-post .gallery_slider .controls i {
	font-size: 26px;
}

#content .single-post .gallery_slider:hover .flex-direction-nav.visible {
	opacity: 1;
}

#content .single-post .gallery_slider .controls li a {
	display: block;
	height: 16px;
	z-index: 2;
	position: relative;
	width: 16px;
	background: no-repeat;
}

#content .single-post .gallery_slider .controls .flex-prev {
	float: left;
	width: 16px;
	height: 16px;
}

#content .single-post .gallery_slider .controls .flex-prev{
	margin-left: 20px;
}

#content .single-post .gallery_slider .controls .flex-next {
	float: right;
	margin-right: 42px;
	width: 16px;
	height: 16px;
}

#content .single-post .gallery_slider .flex-control-nav {
	display: none !important; 
	width: 100%; 
	position: relative; 
	float: left; 
	clear:both; text-align: 
	center; 
	margin: 25px 0 0 0; 
	padding: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#content .single-post .gallery_slider .flex-control-nav li {
	float: left; 
	margin: 0 6px; 
	display: inline-block; 
	zoom: 1; 
	display: inline;
}

#content .single-post .gallery_slider .flex-control-paging li a {
	width: 11px; 
	height: 11px; 
	display: block; 
	background-color: #f0f0f0; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
}

#content .single-post .gallery_slider .flex-control-paging li a.flex-active { 
	cursor: default; 
}

#content .single-post .video-feature {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#content .single-post .video-feature p {
	margin: 0 !important;
}

#content .single-post .audio-feature {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#content .single-post .audio-feature iframe {
	width: 100%;
}

#content .single-post .audio-feature p {
	margin: 0 !important;
}

#content .grid-post {
	width: 375px;
	max-width: 100%;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	vertical-align: top;
}

#content .grid-post:nth-child(2n) {
    margin-right: 0;
}

#content.sidebar-disabled .grid-post:nth-child(2n){
	margin-right: 40px;
}

#content.sidebar-disabled .grid-post:nth-child(3n){
	margin-right: 0px;
}

#content.sidebar-disabled .grid-post {
	width: 353px;
}

#content .grid-post img {
	max-width: 100%;
	height: auto;
}

#content .grid-post .feature img {
	width: 100%;
	height: auto;
}

#content #posts .grid-post .post-title {
  padding: 0px 15px 0px 0px;
  text-align: left;
}

#content .grid-post .post-title h3 {
  font-size: 28px;
  line-height: 34px;
}

#content .grid-post .entry p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}

.content .grid-post .feature {
  height: auto !important;
}

#content .post .post-title {
	text-align: center;
	float: left;
	width: 100%;
}

#content .list-post .post-title {
	text-align: left;
}

#content .fourzerofour .post-title h3 {
	margin-bottom: 25px;
}

#content .post .entry p {
/*  font-size: 19px;
  line-height: 32px;*/
  font-weight: 400;
}

#content .post .entry a {
  padding-bottom: 0px;
  color: #404040;
}

#content .post .meta-wrap .tag a {
    color: #9C9C9C !Important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

#content .post .post-title h2 {
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 25px;
	color: #222;
}

#content .post .post-title h2 a {
	color: #222;
}

#content .post.single-post .post-title h3 {
    font-size: 28px;
    line-height: 38px;
}

#content .post .post-title h3 a {
	color: #131313;
	border-bottom: none;
	font-weight: 600;
}

#content .entry img {
	max-width: 100%;
	height: auto;
	clear:both;
}

#content .entry abbr[title],
#content .entry abbr[data-original-title] {
	border-bottom: 1px dotted #f1c40f;
	cursor: help;
}

#content .entry abbr[title]:after {
	content: " (" attr(title) ")";
}

#content .entry dl {
	margin-top: 0;
	margin-bottom: 25px;
}

#content .entry dt {
	font-weight: 600;
}

#content .entry dt:after {
	content: ":";
}

#content .entry dd {
	margin-left: 0;
	padding: 0 0 1em 0;
}

#content .entry dd:before,
#content .entry dd:after {
	content: " ";
	display: table;
}

#content .entry dd:after {
	clear: both;
}

@media (min-width: 768px) {
	#content .entry dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

	#content .entry dd {
	margin-left: 180px;
	}
}

#content .entry table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

#content .entry table > thead > tr > th,
#content .entry table > tbody > tr > th,
#content .entry table > tfoot > tr > th,
#content .entry table > thead > tr > td,
#content .entry table > tbody > tr > td,
#content .entry table > tfoot > tr > td {
	padding: 15px 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #efefef;
}

#content .entry table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #efefef;
	font-weight: 600;
}

#content .entry table > caption + thead > tr:first-child > th,
#content .entry table > colgroup + thead > tr:first-child > th,
#content .entry table > thead:first-child > tr:first-child > th,
#content .entry table > caption + thead > tr:first-child > td,
#content .entry table > colgroup + thead > tr:first-child > td,
#content .entry table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

#content .entry table > tbody + tbody {
	border-top: 2px solid #efefef;
}

#content .entry table #content .entry table {
	background-color: #ffffff;
}

#content .entry table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

#content .entry table td[class*="col-"],
#content .entry table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

#content .entry .wp-caption {
	max-width: 100%;
}

#content .grid-post .entry {
	text-align: center;
	margin-top: 20px;
}

#content .list-post .entry {
	text-align: left;
	display: inline-block;
	font-size: 19px;
	line-height: 29px;
}

#content .full-post .entry {
	float: left;
    width: 100%;
}

#content .full-post .feature {
	margin-bottom: 20px;
}

#content .list-post, #content .full-post {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

#content .list-post-outside {
    display: table;
   	min-height: 230px;
}

#content .list-post-inside {
    display: table-cell;
    vertical-align: middle;
}

#content .list-post .feature {
	float: left;
	margin-right: 35px;
}

#content .full-post .feature {
	float: left;
	width: 100%;
	text-align: center;
}

#content .full-post .feature img {
	width: 100%;
	height: auto;
}

#content .feature img {
	max-width: 100%;
	height: auto;
}

#content .list-post .post-meta {
	text-align: left !important;
    width: initial !important;
    float: none !important;
}

#content .list-post .post-title {
	width: initial !important;
	float: left !important;
}

#content .post .entry p:first-child {
	margin-top: 0;
}

#content .post .entry p:last-child {
	margin-bottom: 0;
}

#content .post .entry select {
	display: block;
    width: 100%;
    height: 34px;
    margin-top: 10px;
    padding: 4px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
  	-webkit-border-radius: 0px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#content .post .entry blockquote {
	border-left: 4px solid #efefef;
    padding: 0 0 0 20px;
    display: inline-block;
    color: #000;
    margin: 35px 10px 35px 45px;  
}

#content .post .entry q {
	clear: both;
	border-left: 4px solid #efefef;
    padding: 0 0 0 20px;
    color: #000;
    margin-left: 45px;
    margin-right: 10px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

#content .post .entry p {
	margin-bottom: 25px;
}

#content .post .entry h1 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 25px;
}

#content .post .entry h1 {
  font-size: 29px;
  line-height: 39px;
  font-weight: 600;
  letter-spacing: 0;
}

#content .post .entry h2 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
}

#content .post .entry h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}

#content .post .entry h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
}

#content .post .entry h5 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}

#content .post .entry h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	letter-spacing:  0.06em;
	font-weight: 500;
	padding-bottom: 10px;
}

#content .post .entry input {
	padding: 8px 10px;
    margin-bottom: 15px;
    max-width: 100%;
    font-size: 11px;
    width: 275px;
    border: 1px solid #D6D6D6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    color: #000 !important;
    font-size: 14px;
    margin-top: 8px;
}

#content .post .entry input[type=submit] {
	color: #000 !important;
	border: none;
	border-bottom: 1px solid #f1c40f; 
	padding-left: 4px;
	border-radius: 0 !important;
	display: inline-block;;
	padding-right: 4px;
	width: initial;
	background-color: transparent;
	cursor: pointer;
	font-size: 16px;
}

#content .post .entry .ajax-loader {
	vertical-align: middle;
}

#content .post .entry textarea {
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 14px;
    height: 150px;
    color: #000;
    font-family: 'Merriweather';
    font-size: 14px;
    margin-top: 8px;
    line-height: 24px;
    width: 450px;
    max-width: 100%;
    border: 1px solid #D6D6D6;
}

#content .post .entry input:focus, #content .post .entry textarea:focus  {
	outline: none !important;
}

#content .post .entry a {
	color: #000;
	border-bottom: 1px solid #f1c40f;
}

#content .post .entry a:hover {
	color: #3e6cff;
}

#content .post .entry p.date {
	font-size: 16px;
	color: #777777;
	font-weight: 500;
	margin-top: 48px;
	text-align: center;
}

#content .post .post-meta {
	margin-bottom: 5px;
	text-align: center;
	float: left;
	width: 100%;
	color: #9C9C9C;
	font-style: italic;
	font-weight: 500;
	font-size: 13px;
}

#content .grid-post .post-meta {
  text-align: left;
}

#content .post .post-meta a {
	color: #777777;
	font-weight: 600;
}

#content .post .post-meta a:hover {
	color: #3E6CFF !important;
}

#content .post .meta-wrap {
	width: 100%;
	float: left;
}

#content .post .meta-tags {
	margin-top: 10px;
	margin-bottom:20px;
}

#content .post .meta-wrap .tag a {
    border: 1px solid #efefef !important;
    padding: 4px 10px;
    border-radius: 4px;
}

#content .post .meta-wrap .meta-author {
	padding-top: 40px;
}

#content .post .meta-wrap.full-meta-wrap {
	height: 58px;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
	text-align: center;
	margin-bottom: 15px;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#content .post .mobile-meta-share {
	display: none;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 60px;
	text-align: center;
}

#content .post .mobile-meta-share.index {
	margin-bottom: 0px !important;
}

#content .post .mobile-meta-share a {
	display: inline-block;
	margin-right: 16px;
	height: 21px;
}

#content .single-post .meta-wrap.full-meta-wrap {
	margin-bottom: 60px !important;
}

#content .post .meta-wrap.full-meta-wrap .meta-block {
	display: inline-block;
	float: left;
	text-align: center;
}

#content .post .meta-wrap.count-3 .meta-block {
    width: 33.3333333%;
}

#content .post .meta-wrap.count-2 .meta-block {
	width: 50%;
}

#content .post .meta-wrap.count-1 .meta-block {
	width: 100%;
}

#content .post .meta-wrap.count-0 * {
	display: none !important;
}

#content .post .meta-wrap.count-0 {
	margin-bottom: 60px;
}

#content .post .meta-wrap.full-meta-wrap .meta-left {
	float: left;
=	text-transform: uppercase;
	font-size: 14px;
}

#content .post .meta-wrap.full-meta-wrap .comment-count {
	text-transform: uppercase;
	font-size: 14px;
}

#content .post .meta-wrap.full-meta-wrap .comment-count a {
	margin-right: 0;
}

#content .post .meta-wrap.full-meta-wrap .meta-left img {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
	border-radius: 50%;
}

#content .meta-wrap a {
	color: #333 !important;
	border-bottom: none;
}

#content .meta-wrap .author-social a  {
	color: #9C9C9C !important;
}

#content .meta-wrap a:hover {
	color: #f1c40f !important;
}

#content .meta-wrap a {
	border-bottom: none !important;
}

#content .post .meta-part {
	width: 100%;
	text-align: center;
}

#content .post .author-info {
	float: left;
	margin: 0 0 100px;
	width: 100%;
}

#content .post .author-social {
	margin-top: 8px;
  width: 100%;
  float: left;
}

#content .post .author-social a {
	margin-right: 6px;
}

#content .post .author-label {
	color: #131313;
	padding: 0 !important;
	font-weight: 600;
	font-size: 16px;
}

#content .post .author-avatar a {
	padding: 0 !important;
}

#content .post .author-avatar img {
	border-radius: 50%;
}

#content .post .author-info {
	text-align: center;
}

#content .post .author-info .author-description {
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	padding: 0 12%;
}

#content .post .meta-part .meta-label {
	color: #131313;
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

#content .post .tags .tag {
	margin-right: 16px;
	font-size: 14px;
	color: #9C9C9C;
	font-style: italic;
}

#content .post .meta-share a {
	letter-spacing:  0.11em;
}

#content .post .meta-share a {
	display: inline-block;
	margin-right: 16px;
	height: 21px;	   
}

#content .post .meta-wrap .facebook-share {
    display: inline-block;
    margin-right: 16px;
    height: 21px;
    cursor: pointer;
    color: #333;
}

#content .post .meta-wrap .facebook-share:hover {
    color: #f1c40f;
}


/* From Custom CSS */

#content .single-post .feature img {
    margin-bottom: 10px;
    margin-top: 3px;
}

.fb_iframe_widget_fluid {
    margin-bottom: 100px;
    position: relative;
    clear: both;
    top: -50px;
}

#content .list-post .post-title {
    padding: 0 !Important;
    margin-top: 0 !important;
}

#content .grid-post .entry {
    color: #707070;
    line-height: 1.7em;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    margin-top: 8px;
}

#content .post .post-title {
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0px 38px;
}

#content.sidebar-disabled .grid-post {
    min-height: 500px;
}

#content .entry img.aligncenter {
    margin: 25px auto 30px;
}

#content .entry img{
    margin-bottom: 10px;
}

.content .grid-post .feature {
    overflow: hidden;
    width: 100%;
    height: 225px;
}

#content .grid-post .feature img {
    min-height: 100%;
}

#content .post .entry p:first-child {
    margin-top: inherit;
}

#content .post .meta-wrap .tag a {
    display: inline-block;
    word-break: normal;
    line-height: 1.2em;
    margin: 1px auto;
}

#content .post .tags .tag {
    margin-right: 6px;
    font-size: 14px;
    color: #9C9C9C;
    font-style: normal;
    font-weight: 600;
}

#content .post .meta-wrap .tag a {
    color: #9C9C9C !Important;
}


#content .post .meta-wrap .tag a:hover {
    color: #404040 !Important;
}

#content .single-post,
#content .single-post + #related {
    max-width: 770px;
    margin: 0 auto;
    float: none;
}

#content .post .entry h1, 
#content .post .entry h2, 
#content .post .entry h3, 
#content .post .entry h4, 
#content .post .entry h5, 
#content .post .entry h6 {
    margin: 15px 0;
}

#content .post .entry h5 {
    letter-spacing: 0;
    font-size: 20px;
}

#content .post .entry h2 {
    font-size: 24px;
}

#content .post .entry h3 {
    font-size: 21px;
    line-height: 26px;
    color: #999;
}

#content .post .entry h4 {
    text-transform: uppercase;
}

#content .post .post-title h3,
#slider .slide-title h3 a,
#content .post .entry h3,
#content .post .entry h2 {
    font-weight: 600;
    text-transform: none;
    clear: both;
}

#content .post .entry hr {
    opacity: .33;
}

#content .post .entry .p {
    margin: 25px auto;
}

#content .post .post-meta,
#slider .slide-meta,
#slider .slide-more,
h3.secondary-title {
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .05em;
}

#slider .slide-more a {
    padding: 1px 10px 1px 20px;
}

#slider .slide-title {
  text-align: left;
  max-width: 590px;
}

#slider .slide-more {
  float: left;
}

#slider .slide .slide-inside {
    padding: 0;
    padding-top: 2%;

}

#slider .slide-more a {
    padding: 0;
}

#slider .slide-more:hover a:hover {
    background-color: transparent;
    color: rgba(255,255,255,0.7);
}

#slider .slide-title h3 {
    font-size: 48px;
    line-height: 52px;
}

#slider .slide-overlay {
background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#a6000000\', endColorstr=\'#00000000\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-blend-mode: normal;
blend-mode: normal;
}

body.paged #slider, body.tag #slider {
	display: none;
}


#content .post.single-post .post-title h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: -20px;
}

body.search-results #content .post-title h3 {
	font-size: 21px;
}

#content .post .entry .sounds-signup-cta h2 {
    margin-bottom: -10px;
font-size: 32px;
}

#content .post .entry .sounds-signup-cta h6 {
    font-size: 15px;
margin: 18px auto 25px;
}

#content .post .post-title h1.post-title-override a {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-top: -20px;
  display: block;
  color: #131313;
  font-weight: 700;
}

#content .post .post-title h1.post-title-override a {
  margin-bottom: 30px;
  margin-top: -10px;
}

#content .post .entry a.nc_tweet {
	border-bottom: none;
	color: initial;
}

#content.single-full .entry {
	padding: 0px 38px;
}


/* Pagination */

#pagination {
	width: 100%;
	position: relative;
	clear: both;
	margin: 40px 0;
	float: left;
	letter-spacing: 0.11em;
}

#pagination a {
	color: #333;
	text-transform: uppercase;
}

#pagination .pagination-previous {
	float: left;
}

#pagination .pagination-next {
	float: right;
}

#pagination .icon-left {
	color: #BFBFBF;
	margin-right: 5px;
}

#pagination .icon-right {
	color: #BFBFBF;
	margin-left: 5px;
}

.sidebar {
	width: 290px;
	margin-left: 60px;
	float: right;
	overflow: hidden;
	text-align: center;
}

.sidebar .post {
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.sidebar .post a {
	padding-bottom: 3px;
	color: #000;
	border-bottom: 1px solid #f1c40f;
}

.sidebar .post .wp-caption img {
	margin-bottom: 0;
}

.sidebar .post ul, .sidebar .post ol {
	margin-top: 0;
	float: none !important;
	text-align: left;
	padding-left: 30px !important;
}

.sidebar .post li {
	clear: both;
}

.sidebar .post img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.sidebar .post p img:last-child {
	margin-bottom: 0;
}

.sidebar .post iframe {
	max-width: 100%;
}

#content .sidebar .post .post-title h3.title {
	font-size: 16px;
	background-color: #fff9dc;
	display: inline-block;
	padding: 3px 17px 2px;
	margin-bottom: 9px;
}

.sidebar .post .post-date {
	color: #9A9A9A;
	font-size: 12px;
	font-style: italic;
}

.sidebar .rss-date {
	color: #9A9A9A;
	font-size: 14px;
	font-style: italic;
}

.sidebar .rssSummary {
	font-size: 12px;
	margin: 10px 0;
}

.sidebar select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 4px 12px;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
  	-webkit-border-radius: 0px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sidebar select:focus {
	outline: none;
}

.sidebar cite {
	padding-bottom: 10px;
	float: left;
	clear: both;
}

.sidebar .tweets ul, .sidebar .tweets li {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.sidebar .tweets .tweet {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}

.sidebar .tweets .tweet:last-child {
	margin-bottom: 0;
}

.sidebar .tweets .meta {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 14px;
	margin-top: 10px;
}

.sidebar .tweets .meta span {
	margin: 0 8px;
}

.sidebar .tweets .meta a {
	color: #BFBFBF;
	padding: 0;
	border-bottom: none;
	display: inline-block;
}

.sidebar .tweets .meta a:hover {
	color: #f1c40f; 
}

.sidebar .tagcloud {
	float: left;
}

.sidebar .tagcloud a {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	padding-left: 5px;
	padding-right: 5px;
}

.sidebar input {
	padding: 8px 10px;
    margin-bottom: 15px;
    font-size: 11px;
    width: 275px;
    border: 1px solid #D6D6D6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

.sidebar input[type=submit] {
	color: #000 !important;
	border: none;
	border-bottom: 1px solid #f1c40f; 
	border-radius: 0 !important;
	padding-left: 4px;
	padding-right: 4px;
	background-color: transparent;
	font-size: 14px;
}

.sidebar input:focus, .sidebar textarea:focus  {
	outline: none !important;
}

.sidebar .search-form .search-submit {
	display: none;
}

.sidebar #wp-calendar {
	width: 100%;
}

.sidebar .sidebar-social {
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.sidebar .social-icon a {
	border-bottom: none !important;
	color: #BFBFBF;
}

.sidebar .social-icon:hover a {
	color: #f1c40f; 
}

.sidebar .social-icon {
	display: inline;
	margin: 0 4px;
}

.sidebar #wp-calendar caption {
	margin-bottom: 15px;
}

.sidebar #wp-calendar thead tr {
	color: #9A9A9A;
    font-size: 14px;
    font-style: italic;
}

.sidebar .post-sidebar ul.instagram-pics {
	padding: 0 !important;
}

.sidebar .instagram-pics {
	padding: 0 !important;
	margin-left: -10px;
	margin-bottom: -10px;
}

.sidebar .instagram-pics li {
	list-style: none;
	width: 30%;
	float: left;
	clear: none !important;
	margin: 0 0 10px 10px;
}

.sidebar .instagram-pics li img {
	margin-bottom: 0;
}

.sidebar .instagram-pics li a {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

#content .post .entry .contact label {
    color: #333;
    text-transform: uppercase;
    margin-right: 16px;
    letter-spacing:  0.11em;
    min-width: 65px;
    display: inline-block;
}

#content .post .entry .contact input[type=submit] {
	color: #131313;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #f1c40f;
	border-radius: 0 !important;
	padding: 0;
	cursor: pointer;
	letter-spacing:  0.11em;
    margin-bottom: 0;
    font-size: 16px;
    width: initial;
    line-height: 26px;
    background-color: transparent;
    padding-left: 4px;
    padding-right: 4px;
}

#comments { 
	float: left; 
	width: 100%;
}

.page #comments {
	margin-top: 40px;
}

.comment {
	list-style: none;
	float: left;
	position: relative;
}

#comments ul.children {
	float: none;
}

h3.secondary-title {
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 60px;
    letter-spacing:  0.11em;
    color: #131313;
    text-align: center;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.secondary-title.wp-link-pages span {
	margin: 0 8px;
}

.secondary-title .title-comment-count {
	color: #9A9A9A;
}

.secondary-title .title-comment-count a {
	color: #9A9A9A;
}

.comment .portrait {
	float: left;
	margin-top: 5px;
}

.comment .children {
	float: left;
}

.comment .children .portrait img {
	width: 80%;
	height: auto;
}

.comment .comment_meta, .comment .author, .comment .bullet {
	float: left;
}

.comment .bullet {
	font-size: 12px;
	color: #d4d4d4;
	margin: 0 5px;
}

.comment .author {
    color: #333;
    letter-spacing:  0.11em;
    text-transform: uppercase;
    font-size: 14px;
}

.c-meta.date {
	margin: 0 10px;
}

.comment .comment_meta .c-meta {
	float: left;
	font-size: 14px;
}

.type-comment {
	padding-bottom: 30px;
	float: left;
}

.comment {
    padding: 25px 0;
    width: 100%;
    float: left;
}

.comment-post {
	margin-bottom: 40px;
    float: left;
    width: 100%;
}

.comment:first-child {
	padding-top: 0;
}

.children .comment:first-child {
	padding-top: 25px;
}

#reply-title {
	font-size: 12px;
}

#reply-title a {
	margin-bottom: 20px;
}

form p:first-child {
	margin-top: 0;
}

ul.children {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 65px !important;
}

.comment .base_comment p:first-child {
	margin-top: 0;
}

.comment .base_comment p:last-child {
	margin-bottom: 0;
}

.comment .comment_meta .c-meta a  {
	color: #7b7878; 
}

.comment .information {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

.comment .commenter-right {
	float: left;
	max-width: 100% !important;
	margin-left: 20px;
}

.comment  .depth-2 .commenter-right {
	float: right;
	width: 100%;
	margin-left: 20px;
}

.comment .portrait img {
    border-radius: 50%;
}

.comment-reply-link, .comment-reply-title a {
	color: #9A9A9A;
	font-size: 14px;
	font-style: italic;
}

.comment-reply-link i {
	font-size: 12px;
}

#respond {
	float: left;
    width: 100%;
    margin-bottom: 40px;
}

#respond input {
	padding: 8px 10px;
    margin-bottom: 15px;
    font-size: 14px;
    width: 275px;
    color: #000;
    border: 1px solid #D6D6D6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#respond input:focus, #respond textarea:focus  {
	outline: none !important;
}

#respond #submit {
	color: #131313;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.11em;
	border-bottom: 1px solid #f1c40f;
	border-radius: 0 !important;
	padding: 0;
	cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
    width: initial;
    line-height: 26px;
    background-color: transparent;
}

#respond .logged-in-as {
	float: left;
	margin-top: 8px;
	font-size: 14px;
    color: #9f9f9f;
}

#respond .logged-in-as a {
	color: #333;
}

#respond #submit:hover {
	color: #f1c40f;
}

#respond textarea {
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 14px;
    height: 150px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    border: 1px solid #D6D6D6;
}

#respond .comment-form-comment {
	margin-top: 0;
}

#respond label {
=	color: #333;
	text-transform: uppercase;
	margin-right: 16px;
	min-width: 65px;
	letter-spacing:  0.11em;
    display: inline-block;
}

#related {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

#related .related-post:last-child {
	margin-bottom: 0 !important;
}

.category-headline {
	width: 100%;
  float: left;
  text-align: left;
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 40px;
  letter-spacing:  0.11em;
}

.category-headline .category {
	color: #131313;
	font-size: 32px;
}

.category-headline .category-hashtag {
    color: #111 !important;
    font-weight: 600;
}

.category-headline .category-hashtag {
  color: #111;
}

.category-headline .category,
h3.secondary-title {
	font-weight: 900;
	letter-spacing: 0;
}

.category-headline .category a {
	color: #111;
	font-weight: 600;
}

.search-page-title, .search-page-title span {
	font-weight: 700;
}

#footer {
    margin-top: 140px;
}

#footer {
	width: 100%;
	background-color: #131313;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer .social {
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 30px 0 0;
}

#footer .social .social-icon {
	display: inline-block;
	margin: 0 6px;
}

#footer .social a {
	color: #fff;
}

#footer .social a:hover {
	color: #f1c40f;
}

#footer .copyright {
	padding: 30px 0;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 400;
}

#header h1.blog.title.mobile.phone {
	display: none;
}

body.search-no-results #content #posts .post-title,
body.error404 #content #posts .post-title {
  padding: 100px 0px;
  text-align: left;
}

var, kbd, samp, code, pre {
  font: 16px/26px Consolas, Andale Mono, Courier, Courier New, monospace;
  background-color: #444;
}

.sounds-signup-cta {
  background: url(https://spliceblob.splice.com/images/sounds/catalog/sounds-catalog-header.jpg);
  background-size: cover;
  padding: 70px 0 90px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  border-radius: 5px;
}

.sounds-signup-cta-button {
  background-color: white;
  padding: 10px 23px 12px !important;
  text-transform: uppercase;
  color: #AE4D58 !important;
  border-radius: 3px;
  border-bottom: none !important;
  outline: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .1em;
}

.serum-signup-cta {
  background: url(https://splice.com/blog/wp-content/uploads/2016/08/plugins-marketing-hero-5-bg.jpg);
  background-size: cover;
  padding: 70px 0 90px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  border-radius: 5px;
}

.serum-signup-cta {
  background: url(https://splice.com/blog/wp-content/uploads/2016/08/plugins-marketing-hero-5-bg.jpg);
  background-size: cover;
  padding: 70px 0 90px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  border-radius: 5px;
}

#content .post .entry .serum-signup-cta h2 {
  margin-bottom: -10px;
	font-size: 32px;
}

#content .post .entry .serum-signup-cta h6 {
  font-size: 15px;
	margin: 18px auto 25px;
	letter-spacing: .005em;
}

.serum-signup-cta-button {
  background-color: white;
  padding: 10px 23px 12px !important;
  text-transform: uppercase;
  color: #2D3339 !important;
  border-radius: 3px;
  border-bottom: none !important;
  outline: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .1em;
}

.wp-video {
width: auto !important;
}

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-mediaelement video {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

#content .post .entry .post-password-form input[type="submit"] {
	background: black;
  border-bottom: 0;
  border-radius: 3px !important;
  text-align: center;
  padding: 6px 14px 6px 16px;
  margin-right: 10px;
  font-size: 12px;
  color: white !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

#content .post .entry .post-password-form {
	text-align: center;
}

#content .post .entry .post-password-form + div,
#content .post .entry .post-password-form + div + p {
	display: none;
}

body.error404 pre {
	background-color: #131313;
	color: #04FF00;
	font: 16px/16px Consolas,Andale Mono,Courier,Courier New,monospace;
	padding: 0px;
	margin-bottom: 16%;
}

body.error404 #content #posts .post-title,
body.error404 #content #posts .post-title a {
	padding: 0px;
	font: 16px/16px Consolas,Andale Mono,Courier,Courier New,monospace;
	color: #04FF00;
}

body.error404 {
	background-color:  #131313;
}

.flash {
  animation-name: flash;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}

@keyframes flash {
  from {color: #04FF00;}
  to {color: #131313;}
}


/* Responsive */
@media screen and (min-width: 1200px) {
	#content #related .list-post-outside {
	    min-height: 165px !important;
	}
}

@media screen and (max-width: 1200px) {

	.liner {
		width: 960px;
	}

	#content.sidebar-enabled #posts {
		width: 630px;
	}

	#content .grid-post {
        width: 300px;
    	margin-right: 30px;
    	margin-bottom: 40px;
	}

	#content.sidebar-disabled .grid-post:nth-child(2n){
		margin-right: 0px !important;
	}

	#content.sidebar-disabled .grid-post:nth-child(3n){
		margin-right: 40px;
	}

	#content.sidebar-disabled .grid-post {
	    width: 460px;
	    margin-right: 40px !important;
	}

	.sidebar {
	    width: 300px;
	    margin-left: 30px;
	    float: right;
	    text-align: center;
	}

	#promotional {
		height: 200px;
	}

	#slider, #slider .slider, #slider .slider .slide {
		height: 400px;
	}

	#content .list-post .feature img {
	    width: 280px;
	}

	#content .list-post-outside {
    	min-height: 187px;
	}

}

@media screen and (min-width: 1001px) { 
    #header h1.blog.title.desktop {
        display: inline-block !important;
    }
    #header h1 {
        width: auto;
        max-width: 200px;
        margin-right: 15px;
        position: relative;
        line-height: inherit;
        top: -25px;
    }
}


@media screen and (max-width: 1000px) {

	#header .header-menu.desktop {
		display: none;
	}

	#header .header-menu.mobile {
		display: block;
		margin-bottom: 26px;
	}

	#header .sticky-header-cta {
		display: none;
	}

	#header .sticky-mobile-nav {
		display: block;
	}

	#header #mc_embed_signup form#mc-embedded-subscribe-form input.email {
		width: 100%;
	}

	.liner {
		width: 740px;
	}

	#content.sidebar-enabled #posts {
		width: 100%;
		border-bottom: 1px solid #efefef;
	}

	#content .grid-post {
        width: 355px;
    	margin-right: 30px;
    	margin-bottom: 40px;
	}

	#content.sidebar-disabled .grid-post {
	    margin-right: 30px !important;
	    width: 355px;
	}

	#content.sidebar-disabled .grid-post:nth-child(2n) {
    	margin-right: 0px !important;
	}

	.sidebar {
		width: 400px;
		padding-top: 40px;
		margin: 0 auto !important;
		float: none !important;
		clear: both;
	}

	#promotional {
		height: 180px;
	}

	#slider, #slider .slider, #slider .slider .slide {
		height: 380px;
	}

  #header .header-menu a.search-activate {
    padding: 14px;
    margin-left: 6px;
    cursor: pointer;
  }

	#search-wrapper #search input#searchform {
    font-size: 36px;
    margin-left: 0;
    line-height: 37px;
    padding-right: 0 !important;
	}

 	#header h1.blog.title.mobile {
    display: block !important;
  }

}

@media screen and (max-width: 780px) {

	.liner {
		width: 520px;
	}

	#content.sidebar-enabled #posts {
		width: 100%;
		border-bottom: 1px solid #efefef;
	}

	#content .grid-post {
      width: 100%;
    	margin-right: 0;
    	margin-bottom: 40px;
	}

	#content.sidebar-disabled .grid-post {
	    margin-right: 0px !important;
	    width: 100% !important;
	}

	.sidebar {
		width: 400px;
		padding-top: 40px;
		margin: 0 auto !important;
		float: none !important;
		clear: both;
	}

	#content .post .author-info .author-avatar {
		margin-right: 20px;
	}

	#content .post .author-avatar img {
		width: 50px;
		height: auto;
	}

	#content .post .mobile-meta-share {
		display: block;
	}

	#content .single-post .meta-wrap.full-meta-wrap {
    	margin-bottom: 15px !important;
	}

	#content .post .meta-block.desktop {
		display: none !important;
	}

	#content .post .meta-wrap.count-3 .meta-block {
		width: 50% !important;
	}

	#search-wrapper #search input#searchform {
	    font-size: 25px;
	    /*letter-spacing:  0.11em;*/
	    margin-left: 0;
	    padding-right: 0 !important;
        line-height: 26px;
	}

	#content .list-post .feature {
		width: 185px;
		z-index: 0;
		position: absolute;
		height: 100%;
		margin-right: 0;
	}

	#content .list-post .feature img {
	    width: 150px !important;
	    top: 50%;
    	position: absolute;
    	margin-top: -50px;
	}

	#content .list-post-outside {
	    min-height: 100px !important;
	    position: relative;
	    z-index: 1;
	}

	#content  .list-post-outside {
		margin-left: 185px;
	}

	#promotional {
		height: auto !important;
	}

	#promotional .part {
		width: 100%;
		height: 180px;
	}

	#slider {
		padding: 0px 20px;
	}

	body.error404 pre.art {
		font: 12px/12px Consolas,Andale Mono,Courier,Courier New,monospace;
	}

}

@media screen and (max-width: 560px) {

	.liner {
		width: 400px;
	}

	#content.sidebar-enabled #posts {
		width: 100%;
		border-bottom: 1px solid #efefef;
	}

	#content .grid-post {
        width: 100%;
    	margin-right: 0;
    	margin-bottom: 40px;
	}

	.sidebar {
		width: 400px;
		padding-top: 40px;
		margin: 0 auto !important;
		float: none !important;
		clear: both;
	}

	#slider, #slider .slider, #slider .slider .slide {
		height: 380px;
	}

	#slider .controls .flex-prev {
    	margin-left: 4px;
	}

	#slider .controls .flex-next {
	    margin-right: 26px;
	}

	.comment .portrait {
		position: absolute;
		left: 0;
	}

	.comment .portrait img {
		width: 36px;
	}

	.comment .commenter-right {
    	padding-left: 56px;
    	margin-left: 0 !important;
	}

	ul.children {
    	padding-left: 25px !important;
	}

	#search-wrapper #search input#searchform {
	    font-size: 16px;
	    margin-left: 0;
	    padding-right: 0 !important;
      line-height: 17px;
      border-radius: 0px;
      height: 50px;
	}

 #search-wrapper #search input.search-submit {
    display: none;
  }

 .search-active #search-wrapper {
    align-items: flex-start;
    padding-top: 84px;
  }

	#header h1 {
	    font-size: 68px;
	    line-height: 68px;
	    padding-top: 10px;
	}

	#header .header-menu .social-icon {
	    margin-left: 5px;
	}

	#slider .slide-title h3 {
		font-size: 36px;
		line-height: 40px;
	}

	#slider {
		padding: 0px;
	}

	#content .list-post .entry {
		display: none !important;
	}

	#content .list-post .post-title {
	    margin-bottom: 0px !important;
	}

	#content .list-post {
	    margin-bottom: 15px !important;
	}

	#content .list-post-outside {
	    margin-left: 175px;
	}

	body.error404 pre.art {
		font: 7px/7px Consolas,Andale Mono,Courier,Courier New,monospace;
	}

}

@media screen and (max-width: 440px) {

	#header h1.blog.title.mobile.phone {
		display: block;
	}

	.liner {
		width: 320px;
	}

	#content.sidebar-enabled #posts {
		width: 100%;
		border-bottom: 1px solid #efefef;
	}

	#content .grid-post {
        width: 100%;
    	margin-right: 0;
    	margin-bottom: 25px;
	}

	.sidebar {
		width: 320px;
		padding-top: 40px;
		margin: 0 auto !important;
		float: none !important;
		clear: both;
	}

	.sidebar .post {
		margin-bottom: 25px;
	}

	#content .list-post .feature {
	    margin-right: 15px;
	    width: 80px;
	}

	#content .list-post .feature img {
	    width: 80px !important;
	}

	#content .list-post-outside {
	    margin-left: 100px;
	}

	#content .list-post .feature img {
	    width: 80px !important;
	    margin-top: -26px;
	}

	#slider .flex-direction-nav.visible {
		display: none !important;
		opacity: 0 !important;
	}

	#header .header-menu .menu-social {
		display: none;
	}

	#promotional {
		margin-bottom: 35px !important;
	}

	#search-wrapper .close, .mobile-menu-close.close {
		width: 20px;
    height: 20px;
    margin-top: 7px;
	}

	#content .post .author-info .author-avatar {
	    float: left;
	   	margin-right: 0;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 25px;
	}

	#content .post .entry p.date,
	#content .post .meta-part, 
	#content .post .author-info .author-avatar {
		text-align: left;
	}

	#content .post .author-info .author-description {
		width: 100%;
		float: left;
		padding: 0;
	}

	#content .post .author-info {
		text-align: left;
	}

	#content .post .nc_socialPanel {
		margin: 100px 0 !important;
	}

	body {
     font-family: SpliceSans, Avenir, Helvetica, sans-serif;
     line-height: 26px;
     font-size: 16px;
    }
  var, kbd, samp, code, pre {
      font: 12px/23px Consolas,Andale Mono,Courier,Courier New,monospace;
  }
		#slider .slide-title h3 {
    font-size: 36px;
    line-height: 40px;
  } 
	#header h1 img {
    max-width: 68%;
    height: auto;
		margin-left: -3px;
	}
	#header h1.blog.title.mobile {
		text-align: left;
	}
	#header .header-menu {
	    padding: 15px 0px 15px 0px;
	}
	#slider .slide .slide-inside {
		padding: 0px 8%;
	}
	body.single-post #content .post .post-title {
		text-align: left;
		padding: 0px;
	}
	body.single-post #content .post .post-meta {
		text-align: left;
		margin-bottom: 14px;
	}
	body.single-post #content .post .post-title h1.post-title-override a {
		line-height: 40px;
	}
	#content.single-full .entry {
		padding: 0px 0px;
	}

}

@media screen and (max-width: 360px) {

	.liner {
		width: 280px;
	}

	#content.sidebar-enabled #posts {
		width: 100%;
		border-bottom: 1px solid #efefef;
	}

	#content .grid-post {
        width: 100%;
    	margin-right: 0;
    	margin-bottom: 25px;
	}

	.sidebar {
		width: 280px;
		padding-top: 40px;
		margin: 0 auto !important;
		float: none !important;
		clear: both;
	}

	.sidebar .post {
		margin-bottom: 25px;
	}

	#content .list-post .feature {
	    margin-right: 15px;
	    width: 60px;
	}

	#content .list-post .feature img {
	    width: 60px !important;
	}

	#content .list-post-outside {
	    margin-left: 80px;
	}

	#content .list-post .feature img {
	    width: 60px !important;
	    margin-top: -26px;
	}
	#slider .slide-title h3 {
		font-size: 30px;
    line-height: 34px;
	}

	body.error404 pre.art {
		font: 7px/7px Consolas,Andale Mono,Courier,Courier New,monospace;
		transform: scale(0.95) translateX(-10px);
	}

}
