/*
	Theme Name: Toxic Ties
	Theme URI: https://toxicties.com/
	Description: WordPress theme developed for Lana at Toxic Ties
	Author: Urdeke
	Author URI: https://urdeke.com/

	Version: 1.3.7

	Template: genesis
	Template Version: 2.5.3

	Text Domain: kreativ-pro
*/

/*! # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Print Styles
*/

@font-face {
    font-family: 'made_tommymedium';
    src: url('fonts/made-tommy-webfont.woff2') format('woff2'),
         url('fonts/made-tommy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*! # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/*! ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.75}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/*! ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/*! ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.prev-next-links:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.prev-next-links:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*! # Defaults
---------------------------------------------------------------------------------------------------- */

/*! ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /*! 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*! RTL Support */
body {
	direction: ltr;
	unicode-bidi: embed;
}

/*! Chrome fix */
body > div {
	font-size: 2.2rem;
}

body {
	background-color: #fff;
	color: #3D434C;
	font-family: 'Mulish', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #903b60;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #e4b6c8;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 2em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/*! ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #363f48;
    font-family: 'made_tommymedium';
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 20px;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
}

h2 {
	font-size: 23px;
	font-size: 2.3rem;
}

h3 {
	font-size: 21px;
	font-size: 2.1rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (min-width: 860px) {

	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

}

/*! ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

.featured-content img,
.gallery img {
	width: auto;
}

/*! ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin-left: 0;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 860px) {

	.gallery-item {
		margin-left: 2.564102564102564%;
		margin-bottom: 2.564102564102564%;
	}

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

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

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

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

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

	.gallery-columns-7 .gallery-item {
		width: 12.08791208791209;
	}

	.gallery-columns-8 .gallery-item {
		width: 10.25641025641026%;
	}

	.gallery-columns-9 .gallery-item {
		width: 8.831908831908832%;
	}

	.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
	.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
	.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
	.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
	.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
	.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
	.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
		margin-left: 0;
		clear: left;
	}

}

.gallery-caption {
}

.gallery-item img {
	border: medium none;
	padding: 0;
}

.gallery-item .gallery-icon > a {
	position: relative;
	display: block;
}

.gallery-item .gallery-icon > a img {
	vertical-align: middle;
	float: none;
	margin: 0;
}

.gallery-item .gallery-icon > a:after {
	background: #903b60 none repeat scroll 0 0;
	content: "\f105";
  border-radius: 50%;
  color: #fff;
  font-family: FontAwesome;
  font-size: 24px;
  font-size: 2.4rem;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.gallery-item .gallery-icon > a:hover:after {
	opacity: 1;
}


/*! ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #777;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	padding: 8px 12px;
	width: 100%;
	margin-bottom: 16px;
}

input:focus,
textarea:focus {
	border: 1px solid #ccc;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #777;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button ,
.more-link{
	background: #903b60 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	padding: 8px 20px;
	width: auto;
	box-shadow: none;
}

@media only screen and (min-width: 860px) {

	.button {
		padding: 8px 20px;
	}

}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.more-link:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.more-link:focus {
	box-shadow: none;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/*! ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 600;
}

/*! ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /*! Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
	position: relative;
	margin: 30px 0 0;
	padding: 6px 20px;
	display: table;
}

/*! # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/*! ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	padding-left: 5%;
	padding-right: 5%;
}

.site-inner {
	clear: both;
	padding-top: 30px;
}

@media only screen and (min-width: 860px) {

	.site-inner {
		padding-top: 40px;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	.front-page-7 .wrap {
		max-width: 800px;
	}

}

@media only screen and (min-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.sidebar-primary {
		border-left: 1px solid #ddd;
    	padding-left: 40px;
	}
	.content-sidebar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .about .content-sidebar-wrap {
        display: initial;
    }

    .sidebar-primary .widget:last-child {
/*         position: -webkit-sticky;
        position: sticky;
        top: 140px; */
    }

    .admin-bar .sidebar-primary .widget:last-child {
/*         top: 160px; */
    }
    /*.front-page-7 {
    	margin-top: 40px;
	}*/
}

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

	.site-inner,
	.wrap {
		margin: 0 auto;
		max-width: 1170px;
	}

}


.landing-page .site-inner {
	max-width: 800px;
}

.template-full-width .site-inner,
.template-blank .site-inner {
	max-width: none;
	padding: 0;
}


/*! ## Column Widths and Positions
--------------------------------------------- */

/*! ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

@media only screen and (min-width: 1023px) {

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

}

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

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 950px;
	}

}


/*! ### Content */

.content {
	width: 100%;
}

@media only screen and (min-width: 1023px) {

	.content {
		width: 640px;
		float: right;
	}

}

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

	.content {
		width: 800px;
	}

}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

@media only screen and (min-width: 1023px) {

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}

}

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

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

}

.full-width-content .content {
	width: 100%;
}

/*! ### Primary Sidebar */

@media only screen and (min-width: 1023px) {

	.sidebar-primary {
		width: 280px;
		float: right;
	}

}

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

	.sidebar-primary {
		width: 330px;
	}

}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/*! ### Secondary Sidebar */

@media only screen and (min-width: 1023px) {

	.sidebar-secondary {
		float: left;
		width: 180px;
	}

}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/*! ## Column Classes
--------------------------------------------- */
/*! Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0;
	width: 100%;
}

@media only screen and (min-width: 860px) {
	
	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {	
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-fifth {
		width: 17.9487179487179488%;
	}

	.two-fifths {
		width: 38.4615384615384616%;
	}

	.three-fifths {
		width: 58.9743589743589744%;
	}

	.four-fifths {
		width: 79.4871794871794872%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}
}

/*! # Common Classes
---------------------------------------------------------------------------------------------------- */

/*! ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
	border-radius: 50%;
}

.comment .avatar {
	left: 0;
	margin: 0 15px 0 0;
	position: relative;
}

@media only screen and (min-width: 860px) {

	.comment .avatar {
		left: -80px;
		border-radius: 50%;
		margin: 0;
		position: absolute;
		top: 0;
	}

}

/*! ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
/* 	font-size: 18px;
	font-size: 1.8rem; */
	margin-bottom: 30px;
}

.author-box {
	background: #fff;
	padding: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.archive-description .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.author-box-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/*! ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.site-header .search-form {
	text-align: left;
	float: right;
	padding-top: 16px;
	padding-bottom: 16px;
	-webkit-transition: all 0.3s linear 0s;
	transition:         all 0.3s linear 0s;
}

@media only screen and (min-width: 1023px) {

	.site-header .search-form {
		text-align: center;
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0
	}

}


.entry-content .search-form {
	width: 50%;
}

.site-header .search-form input[type="submit"],
.genesis-nav-menu .search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"] {
	margin-top: 10px;
}

/*! ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 26px;
	font-size: 2.6rem;
}

@media only screen and (min-width: 860px) {

	.archive-title {
		font-size: 30px;
		font-size: 3rem;
	}

}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
}

@media only screen and (min-width: 860px) {

	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

}

.entry-title a,
.sidebar .widget-title a {
	color: #363f48;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #e4b6c8;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
}

/*! ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/*! # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ol li:before {
	content: "";
}

.widget li li {
	border: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*! ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 30px;
	padding: 0 0 30px;
}

.featured-content .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 20px 0;
	padding: 0 30px;
}

.featured-content .entry .entry-content {
	padding: 0 30px;
}

.featured-content .entry .entry-meta {
	padding: 0 30px;
	margin-bottom: 15px;
}

.featured-content .entry .entry-image {
	vertical-align: middle;
	margin-bottom: 0;
}

/*! # Plugins
---------------------------------------------------------------------------------------------------- */

/*! ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;

}
.enews form + p {
	margin-top: 24px;
}

.enews .screenread {
	left: -1000em;
}

/*! ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*! # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/*! Display outline on focus */
:focus {
	color: #777;
	outline: 1px solid #ccc;
}


/*! # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site-header > .wrap {
	padding: 0 5%;
}

@media only screen and (min-width: 860px) {

	.site-header > .wrap {
		padding: 0;
	}

}

.custom-header .site-header {
	background-position: center !important;
	background-size: cover !important;
}

/*! ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 100%;
	text-align: center;
	padding: 23px 0;
	-webkit-transition: all 0.3s linear 0s;
	transition:         all 0.3s linear 0s;
}

@media only screen and (min-width: 860px) {

	.title-area {
		width: auto;
		text-align: left;
		display: none;
	}

}

.site-title {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.2;
	text-transform: uppercase;
	background-image: url(https://toxicties.com/wp-content/uploads/2021/02/toxic-ties-logo.png);
    text-indent: -9999em;
    width: 187px;
    height: 85px;
    text-align: center;
    margin: 0 auto;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #363f48;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}


/*! ## Custom Logo
--------------------------------------------- */

.wp-custom-logo .title-area {
  padding: 15px 0;
}

.wp-custom-logo .custom-logo-link {
  display: block;
  line-height: 46px;
  height: 46px;
}

.wp-custom-logo .custom-logo-link img {
  width: auto;
  max-height: 100%;
  margin: auto;
  vertical-align: middle;
}


/*! ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	padding: 18px 0;
	text-align: center;
}

@media only screen and (min-width: 860px) {

	.site-header .widget-area {
		padding: 0;
		text-align: right;
	}

	.site-header .widget-area .menu-toggle  {
		margin-top:20px;
	}

}

@media only screen and (min-width: 1023px) {

	.site-header .widget-area {
		float: right;
	}

}


/*! # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #363f48;
	font-size: 20px;
	font-size: 2rem;
	line-height: inherit;
	width: 100%;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	line-height: 1.2;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	text-decoration: none;
	display: block;
	padding: 15px;
	margin: 0;
	color: #363f48;
	font-weight: bold;
}

.genesis-nav-menu a:hover {
	color: #e4b6c8;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
/* 	border: 1px solid #eee; */
	border-top: 0;
	padding: 12px 18px;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	margin: 0;
	font-weight: bold;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 15px 0;
}

.genesis-nav-menu > .right > a {
	padding: 0;
	display: inline-block;
}

.genesis-nav-menu > .rss > a {
	margin-left: 30px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

@media only screen and (min-width: 1023px) {

	.genesis-nav-menu > .menu-item.highlight a,
	.site-header.sticky .genesis-nav-menu > .menu-item.highlight a {
/* 	    border: 1px solid #ddd; */
	    border-radius: 3px;
	    padding: 3px 15px;
	    margin-left: 10px;
	}

	.genesis-nav-menu > .menu-item-has-children > a:after {
		color: #666;
		content: "\f107";
		font-family: fontawesome;
		padding: 0 0 0 8px;
		display: inline-block;
	}

	.genesis-nav-menu .sub-menu > .menu-item-has-children > a:after {
		content: "\f105";
		float: right;
		font-family: fontawesome;
		padding: 0 0 0 8px;
		display: inline-block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

}

/*! Genesis Responsive Menus */
@media only screen and (max-width: 1023px) {

	/* Hide nav menu initially */
	.nav-primary,
	.nav-secondary {
		display: none;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border: 0;
		color: #333;
		position: relative;
		padding: 3px 15px;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		cursor: pointer;
	}

	.header-widget-area .menu-toggle {
		display: inline-block;
		width: auto;
	}

	.header-widget-area nav {
		clear: both;
		float: none;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		color: #333;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		border-color: #fff;
		outline: 1px solid #ccc;
	}

	.menu-toggle:focus {
		outline-offset: -1px;
	}

	.menu-toggle {
		border: 1px solid #ddd;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		color: #777;
		content: "\f0c9";
		font-family: 'FontAwesome';
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px 12px;
		position: absolute;
		right: 1px;
		top: 1px;
		z-index: 100;
		font-size: 16px;
		font-size: 1.6rem;
		border-radius: 0;
	}

	.sub-menu-toggle::before {
		color: #333;
		content: "\f107";
		font-family: 'FontAwesome';
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-webkit-transition:-webkit-transform .25s ease-in-out;
		transition:-webkit-transform .25s ease-in-out;
		transition:transform .25s ease-in-out;
		transition:         transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #e4b6c8;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus {
		color: #e4b6c8;
		outline: thin solid #ccc;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border-top: 1px solid #eee;
		margin-bottom: 1px;
		padding: 10px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item:first-child > a {
		border-top: 0;
	}

	.genesis-responsive-menu .site-header .genesis-nav-menu .menu-item a {
		padding: 10px 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 0;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top: 1px solid #eee;
		padding-left: 30px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a::before {
		content: "-";
		padding-right: 8px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

}


/*! ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/*! ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	background: #fff;
}

.nav-primary .wrap {
	padding: 0;
}

/*! ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #fff;
	border-bottom: 1px solid #e6e9ed;
}

@media only screen and (min-width: 1023px) {

	.nav-secondary {
		border-top: 1px solid #e6e9ed;
	}

}

/*! ## Site Header Navigation
--------------------------------------------- */
.site-header .nav-primary {
	clear: both;
}

@media only screen and (min-width: 1023px) {
	.site-header .nav-primary {
		/*float: right;*/
		border: 0 none;
		clear: none;
		    float: right;
    border: 0 none;
    clear: none;
    width: calc(100% - 50px);
	}
}

.site-header .menu-toggle {
/* 	float: none;
	clear: both;
	margin: 20px auto; */
	float: left;
	width: auto;
    margin-bottom: 20px;
}

@media only screen and (min-width: 860px) {
	.site-header .menu-toggle {
		float: right;
		clear: right;
		margin: 20px 0;
	}
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -44px;
}

.site-header .genesis-nav-menu > li  {
	margin: 0;
}

.site-header .genesis-nav-menu > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0;
	line-height: inherit;
	-webkit-transition: all 0.3s linear 0s;
	transition:         all 0.3s linear 0s;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}



/*! # Sticky Header
---------------------------------------------------------------------------------------------------- */

.site-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.site-header.sticky .title-area {
	padding: 5px 0;
}

.site-header.sticky .genesis-nav-menu > li > a {
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: inherit;
	font-weight: bold;
}

.site-header.sticky .search-form {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: inherit;
}

.admin-bar .site-header.sticky {
  top: 32px;
}

/*! ## Sticky Primary & Secondary Nav
--------------------------------------------- */
.nav-primary.sticky,
.nav-secondary.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.admin-bar .nav-primary.sticky,
.admin-bar .nav-secondary.sticky {
  top: 32px;
}

/*! # Content Area
---------------------------------------------------------------------------------------------------- */

/*! ## Entries
--------------------------------------------- */
.posts-layout .entry {
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 0;
}

.posts-layout .entry > p {
    padding: 30px 20px 0;
}

.posts-layout .entry-image {
	vertical-align: middle;
}

.posts-layout .entry-title {
	margin: 30px 0 20px;
	padding: 0 20px;
}

@media only screen and (min-width: 860px) {

	.posts-layout .entry {
		margin-bottom: 40px;
	}


}

.posts-layout .entry-meta {
	padding: 0 20px;
}

.posts-layout .entry-footer .entry-meta {
	padding: 20px;
}

@media only screen and (min-width: 860px) {

	.posts-layout .entry-footer .entry-meta {
		padding: 20px;
	}

}

.posts-layout .entry-content {
	padding: 0 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/*! ## Entry Meta
--------------------------------------------- */
.entry-header img {
	width: 100%;
}

p.entry-meta {
	color: #363f48;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.entry-footer .entry-meta {
	padding-top: 20px;
}

.entry-footer .entry-meta .entry-tags a {
/*     font-size: 12px; */
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
/*     height: 24px; */
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
    background: rgba(0,0,0,.07);
    border: none;
}

.entry-categories,
.entry-tags {
}

.entry-meta a {
	color: #363f48;
	margin-bottom: 0;
}

.entry-meta a:hover {
	color: #e4b6c8;
}

.entry-header .entry-meta .entry-comments-link::before, .entry-header .entry-meta .entry-time::before ,.entry-header .entry-meta .rt-reading-time::before {
	content: "|";
	padding: 0 10px;
}

.entry-header .entry-meta .entry-tags::before {
    content: "|";
    padding: 0 10px;
}

.post-edit-link {
	display: inline-block;
	margin-bottom: 20px;
}


/*! ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.pagination-next a,
.pagination-previous a {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	border: 1px solid #ddd;
  color: #777;
	display: inline-block;
	padding: 6px 16px;
	margin-right: 5px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background: #903b60 none repeat scroll 0 0;
	color: #fff;
}


/*! ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-top: 40px;
	padding: 0;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 30px;
	padding: 0;
}

.comment-list .comment-time a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #777;
}

.comment-list .comment-time a:hover {
	color: #e4b6c8;
}

.comment-list li article {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	border-radius: 3px;
	border: 1px solid #ddd;
}

@media only screen and (min-width: 860px) {

	.comment-list li article {
		margin: 0 0 0 80px;
	}

}

.comment-list li article p {
	margin-bottom: 10px;
}

.comment-form p {
	margin-bottom: 15px;
}

.comment-form .form-submit {
	margin-bottom: 30px;
}

.comment-list li li {
	margin-right: 0;
	margin-left: 0;
}

@media only screen and (min-width: 860px) {

	.comment-list li li {
		margin-left: 80px;
	}

}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	color: #363f48;
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

#wp-comment-cookies-consent{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

/*! # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	clear: both;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.sidebar li:before {
	content: "\f101";
	color: #903b60;
	font-family: fontawesome;
	left: 5px;
	padding-right: 8px;
	position: absolute;
	top: 0;
}

.sidebar li a {
	color: #777;
}

.sidebar li a:hover {
	color: #e4b6c8;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}

@media only screen and (min-width: 860px) {
	.sidebar .widget {
		margin-bottom: 40px;
	}
}

.sidebar .button {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 16px;
}


/*! # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #0E2542;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 40px;
	padding-bottom: 10px;
}

.footer-widgets {
	color: #D4D6DD;
}

.footer-widgets input {
	background: #f7f7f7;
	border: none;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.footer-widgets li a {
	color: #999;
}

.footer-widgets li:before {
    content: "\f105";
    font-family: fontawesome;
    left: 5px;
    padding-right: 8px;
    position: absolute;
    top: 0;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget i {
	display: inline-block;
	padding: 0 8px 0 0;
	text-align: center;
	width: 24px;
}

.footer-widgets .wrap {
	border-bottom: 1px solid rgba(151, 165, 193, 0.20);
}

/*! # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #0E2542;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 25px 0;
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 1023px) {

	.site-footer {
		text-align: left;
	}

}

.site-footer{
	color: #D4D6DD;
}

.site-footer a {
	color: #acafb5;
}

.site-footer a:hover {
	color: #903b60;
}

.site-footer p {
	margin-bottom: 0;
	display: inline-block;
}

/*! Footer navigation
--------------------------------------------- */

.nav-footer {
	margin: 20px 0 0;
}

@media only screen and (min-width: 1023px) {

	.nav-footer {
		float: right;
		margin: 0;
	}

}

.nav-footer .genesis-nav-menu {
	line-height: 1;
}

.nav-footer .genesis-nav-menu li {
	display: inline-block;
}

.nav-footer .genesis-nav-menu a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: none;
}

@media only screen and (min-width: 1023px) {

	.nav-footer .genesis-nav-menu a {
		padding: 0;
	}

}

.nav-footer .genesis-nav-menu li:first-child a {
	margin: 0;
}

.nav-footer .genesis-nav-menu li:first-child:before {
	content: "";
	padding: 0;
}

@media only screen and (min-width: 1023px) {

	.nav-footer .genesis-nav-menu li:before {
		content: "-";
		padding: 0 0 0 10px;
		font-weight: bold;
	}

}


/*! Footer widgets
--------------------------------------------- */

.footer-widgets .enews {
	max-width: 300px;
}

.footer-widgets .enews form {
	position: relative;
}

.footer-widgets .enews-widget input[type="email"] {
	position: relative;
	margin: 0;
	padding: 10px;
}

.footer-widgets .enews-widget input[type="submit"] {
  background: #903b60 none repeat scroll 0 0;
  border-radius: 0 3px 3px 0;
  bottom: 0;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
}


/*! Scroll Up
--------------------------------------------- */

.scroll-up {
	position: relative;
}

.scrollup:before {
	content: "\f106";
	font-family: "fontawesome";
	font-size: 20px;
	font-size: 2rem;
}

.scrollup,
.scrollup:focus,
.scrollup:hover {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 14px;
	color: #fff;
	line-height: 1;
	z-index: 10;
	padding: 5px 10px;
	background: #333 none repeat scroll 0 0;
	border-radius: 3px;
}

.site-footer .scrollup,
.site-footer .scrollup:hover {
	color: #fff;
}


/*! Archive page template
--------------------------------------------- */
.page-template-page_archive h2 {
	font-size: 24px;
	font-size: 2.4rem;
}


/*! 404 Error page
--------------------------------------------- */

.error404 .entry-content .search-form {
  margin-bottom: 30px;
}

.error404 .entry-content .search-form input[type="submit"] {
  margin-top: 10px;
}


/*! Topbar styling
--------------------------------------------- */

.site-topbar {
	background: #fff;
	border-bottom: 1px solid #e6e9ed;
	font-size: 14px;
	font-size: 1.4rem;
	color: #777;
	line-height: normal;
	height: auto;
	text-align: center;
	display: none;
}

@media only screen and (min-width: 860px) {

	.site-topbar {
		display: block;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		text-align: left;
	}

}

.site-topbar .widget {
	float: left;
}

@media only screen and (min-width: 860px) {

	.site-topbar .widget {
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.site-topbar .widget:nth-of-type(2n+1) {
		margin-left: 0;
		text-align: left;
		float: left;
	}

	.site-topbar .widget:nth-of-type(2n+2) {
		text-align: right;
		float: right;
	}

}

.site-topbar a {
	color: #777;
}

.site-topbar a:hover {
	color: #e4b6c8;
}

.site-topbar li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.site-topbar i {
	padding: 0 6px 0 0;
}


/*! ## Portfolio Widget
--------------------------------------------- */

.featured-portfolio .entry {
	margin-bottom: 30px;
	padding: 0;
}

.featured-portfolio .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 20px 0;
	padding: 0 30px;
	text-align: center;
}

.featured-portfolio .entry .entry-content {
	padding: 0 30px;
}

.featured-portfolio .entry .entry-meta {
	padding: 0 30px;
	margin-bottom: 15px;
}

.featured-portfolio .entry .entry-thumbnail {
	position: relative;
	margin: 0;
	width: 100%;
}

.featured-portfolio .entry .entry-thumbnail img {
	vertical-align: middle;
	margin-bottom: 0;
	width: 100%;
}

.featured-portfolio .entry .entry-thumbnail:after {
	background: #903b60 none repeat scroll 0 0;
	content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: fontawesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.featured-portfolio .entry .entry-thumbnail:hover:after {
	opacity: 1;
}


/*! Portfolio archive
--------------------------------------------- */

.genesis-pro-portfolio .entry {
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 860px) {

	.genesis-pro-portfolio .entry {
		float: left;
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
		padding: 0;
	}

	.genesis-pro-portfolio .entry:nth-of-type(3n+1) {
		margin-left: 0px;
		clear: both;
	}

}

.genesis-pro-portfolio .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
	padding: 20px;
}

.genesis-pro-portfolio .entry .entry-content {
	padding: 0;
}

.genesis-pro-portfolio .entry .portfolio-featured-image {
	position: relative;
	display: block;
}

.genesis-pro-portfolio .entry .portfolio-featured-image img {
	vertical-align: middle;
	margin: 0;
	width: 100%;
}

.genesis-pro-portfolio .entry .portfolio-featured-image:after {
	background: #903b60 none repeat scroll 0 0;
	content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: fontawesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.genesis-pro-portfolio .entry .portfolio-featured-image:hover:after {
	opacity: 1;
}


/*! # Simple Social Icons
---------------------------------------------------------------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons ul {
	margin: 0;
	padding: 0;
}

.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 2px 4px !important;
	padding: 0 !important;
}

.simple-social-icons ul li:before {
	content: "";
	left: auto;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none !important;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	width: 1em;
}

.simple-social-icons ul li a:focus {
	outline: 1px solid #ddd !important;
}

.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/*! Topbar Social Icons */
@media only screen and (min-width: 860px) {

	.site-topbar .simple-social-icons {
		float: none;
		text-align: center;
	}

}

.site-topbar .simple-social-icons ul li {
	float: none;
}

.site-topbar .simple-social-icons li a,
.site-topbar .simple-social-icons li a:hover,
.site-topbar .simple-social-icons li a:focus {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 11px 10px;
	text-align: center;
}

.site-topbar .simple-social-icons li a:focus {
	outline: 1px solid #ddd !important;
}

/*! Sidebar Social Icons */
.sidebar .simple-social-icons li a:focus {
	outline: 1px solid #ddd !important;
}

/*! # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
    opacity: 0;
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(25px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* #front-page-1, #front-page-7 { */
#front-page-1 {
	background-size:cover;
	background-position:50% 50%;
	position: relative;
	background: url('images/hero.jpg');
	background-repeat: round;
}

#front-page-1 {
	background-size:cover;
	position: relative;
	background: url('images/hero.jpg') center/cover fixed no-repeat;
}

.above-post-hero {
	max-width:100%;
	min-height:300px;
	background-size:cover;
	background-position:50% 50%;
	position: relative;
	
	display: flex;

	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.above-post-hero h1, .above-post-hero h2 {
  color: #fff;
  text-align: center;
  margin: 0px auto;
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #333;
  z-index: 2;
}

.above-post-hero h1 {
	margin-bottom: 20px;
}

.above-post-hero h2 {
	font-size: 1em;
}

@media only screen and (min-width: 860px) {
	.above-post-hero h1 {
		font-size: 2em;
	}
}

/* .above-post-hero:after, #front-page-1:after, #front-page-7:after { */
.above-post-hero:after, #front-page-1:after {
	content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(110.8deg,#3a3a3a 1.8%,rgba(255, 204, 44, 0.2) 98.2%);
}

/*.above-post-hero:after{
    background-image: linear-gradient( 110.8deg, rgba(144, 59, 96, 0.97) 1.8%, rgba(228, 180, 199, 0.92) 98.2% );;
}*/

.above-post-hero .entry-title-link {
	display: none;
}

#front-page-7 {
	background: #0E2542;
	padding-top: 80px;
}	

#front-page-7 .widget-area {
	position: relative;
	z-index: 1;
}	

.nf-form-fields-required {
	display: none;
}

.page-template-page_blog .blog-template-description, .content h1.entry-title, .page-template-default .content h2.subtitle {
	display: none;
 }
/* .enews-widget input[type="submit"], .wpcf7 input[type="submit"] {
    width: 100%;
} */

.entry-content p:last-of-type {
	margin-bottom: 0;
}

.page-template-page_blog article.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
    padding-bottom: 30px;
}

.front-page-7 {
	padding: 70px 0 40px;
}

@media only screen and (min-width: 860px) {

	.front-page-7 {
		padding: 80px 0 50px;
	}

}

/*! Front page Section 7
--------------------------------------------- */

.front-page-7 {
	text-align: center;
}

.flexible-widgets.widget-area .front-page-7 .widget:nth-of-type(1) {
	margin: 0 auto;
	max-width: none;
}


.front-page-7 .button {
	margin-top: 25px;
	background: #903b60;
}

#front-page-7, #front-page-7 .widget-title {
	color: #fff;
}
.front-page-7 .widget-title {
    text-transform: none;
}
.front-page-7 .flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}
@media only screen and (min-width: 860px) {
	.front-page-7 .flexible-widgets.widget-area .widget:nth-of-type(1) .widget-title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 1.5;
		text-align: center;
	}
	.front-page-7 .flexible-widgets.widget-area .widget:nth-of-type(1) {
		max-width: none;
	}
}	




			.nav-primary li.menu-item-home a {
				background-image: url(https://toxicties.com/wp-content/uploads/2021/02/toxic-ties-logo.png);
				text-indent: -9999em;
				width: 187px;
				height: 85px;
			}
			@media only screen and (min-width: 1024px) {
				.site-header > .wrap {
					padding: 0;
				}
				.title-area {
					display: none;
				}
				.nav-primary {
					padding: 5px 0 15px 0;
				}
				.menu-primary {
					display: -webkit-box;
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: center;
					-webkit-justify-content: start;
						-ms-flex-pack: center;
							justify-content: start; /* center flex items horizontally */
					-webkit-box-align: center;
					-webkit-align-items: center;
						-ms-flex-align: center;
							align-items: center; /* center flex items vertically */
				}
				
				
				.header-image .site-title > a {
					min-height: 100px;
					}
}
@media only screen and (min-width: 1024px) {
	.nav-primary li.menu-item-home a {
        min-width: 260px;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0 20px 0 0;
        background-position-y: center;
	}
}
@media only screen and (max-width: 1023px) {
	.js .nav-primary .genesis-nav-menu .menu-item.menu-item-home {
		display: none;
	}
}

.footer-widget-area a {
	color: #F28079;
}
.site-footer a:hover, .nav-footer ul li a:hover {
	color: #26f7b2;
}
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
}

.rdk-button:hover path.three {
    -webkit-animation: color_anim 1s infinite 0.2s;
            animation: color_anim 1s infinite 0.2s;
}

.rdk-button:hover path.one {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-animation: color_anim 1s infinite 0.6s;
            animation: color_anim 1s infinite 0.6s;
}

.rdk-button:hover path.two {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-animation: color_anim 1s infinite 0.4s;
            animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@-webkit-keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.video {
	margin-bottom: 20px;
}
.video img {
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid;
}

@media only screen and (min-width: 860px) {
	body.videos .video:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
}
}

.after-entry.widget-area .enews-widget {
    padding: 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
}

.sidebar .widget .widget-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #4b4b4b;
    margin-top: 10px;
}

.contact-details li a {
	color: #777;
}

.contact-details li a:hover {
	color: #903b60;
}

.contact-details li {
	padding-left: 0;
	margin-bottom: 10px;
}
.contact-details li:before {
	content: "";
}

.contact-details i {
    margin-right: 15px;
    width: 14px;
}





.rdk {position: relative}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #00BCD4;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #04889800;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #048898;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: black;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: black;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}



/* Snippets for Custom Body Class */

.timeline-body .entry {
    background-color: transparent;
    padding: 10px 10px;
}

.timeline-body .site-inner {
    max-width: 1280px!important;
}

.timeline-body {
    background-color: #474e5d;
}

/* Snippets for Vertical Timeline */

.container {
    width: 50%;
    padding: 10px 40px;
    position: relative;
}

.lefthand {
    left: 0;
}

.righthand {
    left: 50%;
}

.box {
    background-color: antiquewhite;
    position: relative;
    border-radius: 5px;
    padding: 20px 30px;
}

.timeline {
    position: relative;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.lefthand::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent antiquewhite;
}

.righthand::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent antiquewhite transparent white;
}

.container::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.righthand::after {
    left: -17px;
}

@media only screen and (max-width: 860px) {

.timeline-body .site-inner {
	padding: 5% 0 5% 5%;
}

.timeline::after {
	left: 0;
}

.container {
 	width: 100%;
}	

.container::after {
	left: -17px;
}	

.righthand {
	left: 0;
}	

.lefthand::before, .righthand::before {
	left: 30px;
	border-width: 10px 10px 10px 0;
	border-color: transparent antiquewhite transparent white;
}
}



/* # Timeline
---------------------------------------------------------------------------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
 
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
 
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
 
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
 
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
 
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
 
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
 
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
 
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
 
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #eee;
  border-radius: 0.25em;
  padding: 1em;
  /*box-shadow: 0 3px 0 #d7e4ed;*/
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 1.3rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #eee;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #eee;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #eee;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
 
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
 
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
 
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
 
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
 
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
 
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
 
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
 
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
 
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
 
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
 
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
 
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
 
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}












.blocks-gallery-item figure > a:after {
    background: #903b60 none repeat scroll 0 0;
    content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}





.blocks-gallery-item figure > a:hover:after {
    opacity: 1;
}















/* Parallax effect
--------------------------------------------- */
body.about {
	overflow-x: hidden;
}

.full-width {
	  width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
}

.parallax-section {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	text-align: center;
	color: #fff;
	font-size: 28px;
	padding: 100px 0 110px;
}

.parallax-section .widget {
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 3px #000;
}

.parallax-section .widget span {
	font-size: 1.2em;
	display: block;
	color: #903b60;
}

.parallax-section:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient( 110.8deg, rgba(64,63,111,0.75) 1.8%, rgba(69,181,170,0.75) 98.2% );
}

.parallax-section .widget-title {
	font-size: 60px;
	margin-bottom: 30px;
	color: #fff;
}

.parallax-section.above-footer .widget-title {
	color: #000;
}

body.rdk-about .user-profile {
	text-align: center;
	margin-top: -130px;
	display: none;

}

body.rdk-about .user-profile .simple-social-icons ul li {
	display: inline-block;
	float: none;
}
body.rdk-about .user-profile img {
	float: none;
	border: 5px solid #4b4b4b;
	background-color: #fff;
	padding: 5px;
	border-radius: 50%;
}
@media only screen and (min-width: 1023px) {
body.rdk-about .user-profile {
	display:block;

}

}

.about-image img {
	width:calc(100% - 20px);
	margin: auto auto 40px;
	padding: 5px;
	border: 5px solid #903b60;
}



/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 20px;
}

.display-posts-listing.grid .title {
	color: #777;
    font-weight: bold;
}

.display-posts-listing.grid .title a {
	color: #777;
	font-weight: bold;
}

.display-posts-listing.grid .title a:hover {
	color: #999;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #9E1D21;
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.home .display-posts-listing.grid {
		grid-template-columns: repeat( 4, 1fr );
	}
}

#front-page-7 .widget-title, #front-page-2 h4 span, .hero-title {
	font-family: 'Mulish', sans-serif;

}

body:not(.front-page) #front-page-7 {
	margin-top: 30px;
}

.videos a.title, .videos a p {
	color: #777;
	text-align: center;
}
.videos a.title:hover, .videos a p:hover {
	color: #444;
}

.after-entry.widget-area, .comment-respond, .entry-comments {
	padding: 30px 0;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

.above-post-hero:before {
	    content: "";
    background: url(https://toxicties.com/wp-content/uploads/2021/02/toxic-ties-logo.png) center/contain no-repeat;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
	opacity: 0.15;
}
.cover-letter {
	line-height: 1.2;
    color: rgba(0,0,0,.17);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20.0rem;
    text-transform: uppercase;
}

.post-letter {
    line-height: 0.5rem;
    color: rgb(216 175 173 / 20%);
    z-index: 1;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    text-transform: uppercase;
    font-family: 'made_tommymedium';
    font-weight: 600;
    font-size: 10rem;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
	.cover-letter { 
		font-size: 30.0rem;
	}
}

.listing-item {
	position: relative;
}

.rdk-button, .front-page-7 .enews-widget input[type="submit"] {
    /*padding: 10px 10px 10px 35px;
    font-size: 30px;*/
	padding: 5px;
    font-size: 20px;
    color: white;
    background: #9E1D21;
    transition: 1s;
    box-shadow: 3px 4px 4px #444;
    border-radius: 3px;  
	text-transform: uppercase;
}

/* a.rdk-button, .front-page-7 .enews-widget input[type="submit"] {
    color: #8d8d8d;
    text-shadow: 2px 2px 1px #f9f9f9;      
}
a.rdk-button:hover, .front-page-7 .enews-widget input[type="submit"]:hover {
    color: #5b5b5b;  
} */

.rdk-button:focus, .front-page-7 .enews-widget input[type="submit"]:focus {
   outline: none; 
}

.rdk-button:hover, .front-page-7 .enews-widget input[type="submit"]:hover {
    transition: 0.5s;
    box-shadow: 5px 4px 6px rgba(34, 34, 34, 0.45);
}

.rdk-button span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.rdk-button:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 15px;
}

.rdk-button span:nth-child(2) {
    width: 20px;
    margin-left: 20px;
    position: relative;
    top: 12%;
  }

.front-page-7 .enews form {
	max-width: 400px;
	margin: 0 auto;
}
.front-page-7 .enews-widget input[type="email"] {
	width: 60%;
	float: left;
}
.front-page-7 .enews-widget input[type="submit"] {
    box-shadow: none;
    border-radius: 0 3px 3px 0;
    border: 1px solid #9E1D21;
	margin-left: -5px;
	width: 40%;
	float: left;
}
.mobile-logo {
	width: 100%;
	height: auto;
}
.site-title {
	display: none;
}
@media only screen and (min-width: 1024px) {
	.mobile-logo {
		display: none;
	}
	.site-title {
		display: block;
	}
}


.before-footer {
	font-size: smaller;
}

.before-footer .wrap {
	border-bottom: 1px solid rgba(151, 165, 193, 0.20);
	align-items: center;
}

.before-footer .widget {
	margin-bottom: 24px;
	float: left;
}

.before-footer .widget-title {
	margin-bottom: 16px;
	color: #404e6b;
	font-size: 27.648px;
	font-size: 2.7648rem;
}

.before-footer p {
	color: #97a5c1;
	line-height: 1;
}

.before-footer p:last-of-type {
	margin-bottom: 0;
}





@media only screen and (min-width: 860px) {
	
	.before-footer .wrap {
		display: flex;
	}

	.before-footer .widget {
		width: 100%;
	}
	.before-footer .widget:last-of-type {
		margin-bottom: 0;
	}
	
	.before-footer .widget {
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.before-footer .widget:nth-of-type(2n+1) {
		margin-left: 0;
	}
}



.before-footer .enews {
	transition: all 0.25s ease-in-out;
}

.enews .screenread {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    width: 1px;
}

.enews form {
    position: relative;
    padding: 0;
}


.enews input[type=email] {
    border: 0;
    background-color: #fff;
    box-shadow: 0 16px 32px -16px rgb(64 78 107 / 10%);
	padding-left: 30px;
	width: 100%;
}

.enews input[type=submit],
.enews input[type=email] {
	min-height: 5rem;
	border-radius: 50px;
}

.enews input[type=submit] {
    margin-top: 8px;
}

@media (min-width: 860px) {
	.enews input[type=submit] {
		min-height: 5rem;
		margin-top: 0;
		position: absolute;
		right: 0;
	}
}

.search-results article,
.archive article {
	border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.search-results article:last-of-type,
.archive article:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar h3 {
	font-size: 22px;
    font-size: 2.2rem;
}



.sidebar .widget_search input[type="submit"] {
    position: absolute;
    bottom: 1px;
    z-index: 99999;
    right: 0;
}

header .header-icons{
 width: 50px;
 float: right;
 text-align: right;
 padding: 5px 0 15px 0;
 position:relative;
 z-index: 9999;
}

@media only screen and (min-width: 1024px) {
	header .header-icons{
	 padding: 34px 0px;
	}
}

header .header-icons .search-box{
 position:relative;
}
/* header .header-icons a{
 margin-left:10px;
 text-decoration:none;
} */
header .header-icons .search-box i{
 color: #363f48;
}

.genesis-nav-menu  i{
 vertical-align:middle;
}
.genesis-nav-menu .custom-search-icon i{
 vertical-align:middle;
 padding: 0px 25px 0px 10px;
 cursor:pointer;
}
.genesis-nav-menu li a.icon{
 padding: 12px 5px;
}
.site-header .wrap{
 position:relative;
}
.site-header .wrap .head-custom-search{
/*  position:absolute;
 top: 85px;
 right: -50px;
 text-align: center;
 background:#fff;
 display:none;
 z-index: 9999; */
	
position: absolute;
    top: 130px;
    right: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    display: none;
    z-index: 9999;
	max-width: 550px;
}
.site-header .wrap .head-custom-search::before{
border-color: transparent transparent #9e1d21;
    border-style: solid;
    border-width: 0.5em;
    content: "";
    display: block;
    position: absolute;
/* 	right: 50px; */
    right: 13px;
    top: -20px;
    z-index: 10;
}
.site-header .wrap .head-custom-search .search-form {
    margin-bottom: 0px;
    width: 100%;
 padding: 20px 18px;
    background: #f9f9f9;
 border: 1px solid #ddd;
 border-top: 3px solid #9e1d21;
    border-radius: 5px;
}
.site-header .wrap .head-custom-search .search-form  input[type='search']{
 width: 100%;
 height:58px;
 border:1px solid #e1e1e1;
margin-bottom: 0;
}
.site-header .wrap .head-custom-search .search-form  input[type="submit"] {
margin-top: 20px !important;
    padding: 16px 26px;
    border-left: 0px;
    color: #fff;
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
	.site-header .wrap .head-custom-search .search-form  input[type="submit"] {
		margin-top: 0px !important;
		width: auto;
	}
	.site-header .wrap .head-custom-search .search-form  input[type='search']{
		 border-right:0px;
		 width: 400px;
		max-width: 100%;
	}
}

.site-header .wrap .head-custom-search .search-form input:focus[type="submit"],
.site-header .wrap .head-custom-search .search-form input:hover[type="submit"]{
  transform: translate3d(0,0,0);
}

.single-post .entry-content h2 {
	font-size: 36px;
	font-size: 3.6rem;
}