/*
Theme Name: TIL
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: til
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TIL is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-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;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 11px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# CUSTOM STYLING
--------------------------------------------------------------*/

@media screen and (min-width: 0px) {
	body, html, a, p, h1, h2, h3, h4, h5, h6 {
		color: black;
	}



	.m_wrap a:hover {
	font-weight: bold;
	}

	a:hover {
		text-decoration: underline;
	}

	.hd {
		display: none;
		position: fixed;
		z-index: 5;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .5px;
	}

	.hd img {
		display: block;
	}

	.l-cor {
		left: 93px;
    top: 15px;
    width: 35px;
    height: 10px;
	}

	.b-cor {
		position: fixed;
		bottom: 93px;
		left: 93px;
    border: 1px solid black;
    padding: 0 2px;
    height: 16px;
    line-height: 14px;
  }

	.r-cor {
		position: fixed;
		top: 13px;
		right: 13px;
		border: 1px solid black;
		padding: 0 2px;
		height: 16px;
		line-height: 14px;
	}

	input[type="text"], input[type="email"],
	input[type="url"], input[type="password"],
	input[type="search"], input[type="number"],
	input[type="tel"], input[type="range"],
	input[type="date"], input[type="month"],
	input[type="week"], input[type="time"],
	input[type="datetime"], input[type="datetime-local"],
	input[type="color"], textarea {
    width: 100%;
    border-radius: 0;
    border: 1px solid black;
		margin-top: 5px;
		background: transparent;
  }

	form label {
		font-size: 12px;
		text-transform: uppercase;
	}

	input[type="submit"] {
    border: 1px solid;
    border-color: black;
    border-radius: 0;
    background: #e6e6e6;
    color: black;
    font-size: 12px;
    line-height: 1;
    padding: 6px;
    text-transform: uppercase;
    letter-spacing: .75px;
    width: 70px;
		width: 100%;
  }

	input[type="submit"]:hover {
		border: 1px solid black;
		background: black;
		color: white;
	}

	textarea {
    height: 185px;
  }

	body.page-contact form p {
		width: 100%;
	}

	/*--------------------------------------------------------------
	# CONTENT GLOBAL
	--------------------------------------------------------------*/
	.entry-header {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid black;
    padding: 9px 20px;
    position: fixed;
    top: 0;
    left: 80px;
    height: 37px;
    width: 100%;
    background: white;
		z-index: 1;
  }

	div#content {
    padding: 35px 0px 115px 80px;
  }

	.entry-content ul {
    margin: 0;
    padding: 0px 0px 0px 15px;
		margin-bottom: 20px;
  }

	.entry-content ul li {
    list-style: circle;
		font-size: 13px;
		line-height: 19px;
  }

	/* body.page-id-18 p.p1 {
    margin-bottom: 0;
  } */

	body.page-directors-welcome, body.page-directors-welcome .entry-header, body.page-directors-welcome .fix_el, body.page-directors-welcome .m_nav, body.page-directors-welcome footer,
	body.page-merchandise, body.page-merchandise .entry-header, body.page-merchandise .fix_el, body.page-merchandise .m_nav, body.page-merchandise footer,
	body.page-sponsors-supporters, body.page-sponsors-supporters .entry-header, body.page-sponsors-supporters .fix_el, body.page-sponsors-supporters .m_nav, body.page-sponsors-supporters footer,
	body.page-contact, body.page-contact .entry-header, body.page-contact .fix_el, body.page-contact .m_nav, body.page-contact footer,
	body.page-tilde-through-the-years, body.page-tilde-through-the-years .entry-header, body.page-tilde-through-the-years .fix_el, body.page-tilde-through-the-years .m_nav, body.page-tilde-through-the-years footer {
		background: #ececec;
	}

	/*--------------------------------------------------------------
	# CONTENT PAGE
	--------------------------------------------------------------*/
	.top_sec {
    padding: 20px;
    border-bottom: 1px solid black;
  }

	.pull h1 {
		font-size: 20px;
		line-height: 26px;
		font-weight: normal;
		letter-spacing: .75px;
		margin: 0;
	}

	span.s_txt {
		font-size: 12px;
		opacity: .5;
		line-height: normal;
		display: block;
		letter-spacing: .5px;
		max-width: 235px;
	}

	.no span.s_txt {
		margin-bottom: 20px;
	}

	.captions {
    border-bottom: 1px solid black;
		padding: 20px;
  }

	.entry-content {
    padding: 20px;
  }

	/*--------------------------------------------------------------
	# CONTENT POST
	--------------------------------------------------------------*/
	body.single-post .entry-content {
		padding: 0;
		float: none;
	}

	.entry-content p {
    margin-top: 0;
    font-size: 13px;
    letter-spacing: .35px;
    line-height: 19px;
		display: inline-block;
  }

	.entry-content p strong {
    text-transform: uppercase;
    font-size: 12.5px;
    letter-spacing: .5px;
  }

	.entry-content h1 {
		font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: .75px;
    margin-bottom: 30px;
    margin-top: 0;
	}

	/*--------------------------------------------------------------
	# SIDEBAR
	--------------------------------------------------------------*/
	.fix-it {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
		z-index: 10;
  }

	.extend {
		width: 100%;
		max-width: 400px;
		border-right: 1px solid black;
	}

	.fix_el, .m_nav, footer {
		background: white;
		z-index: 10;
	}

	.menu_btn {
		cursor: pointer;
    height: 37px;
    border-bottom: 1px solid black;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1.5px;
		text-align: center;
	  padding: 9px 13px;
  }

	ul#menu-main-menu {
    margin: 0;
    padding: 0;
  }

	.fix_el {
    position: absolute;
    left: 0;
    top: 0;
  }

	.sidebar {
    width: 80px;
		min-height: 475px;
		height: calc(100vh - 90px);
		padding-bottom: 80px;
    border-right: 1px solid black;
		position: relative;
	}

	aside#secondary {
		 position: relative;
		 width: auto;
		 height: calc(100vh - 90px);
		 overflow: hidden;
		 overflow-y: scroll;
	}

	.logo {
		width: 100%;
		position: absolute;
    top: 37px;
    left: -3.5px;
    width: 84px;
  }

	.logo img {
		display: block;
		max-width: none;
		width: 100%;
	}

	.m_nav {
    position: absolute;
    left: 80px;
    top: 0;
  }

	.m_wrap {
		position: relative;
	  width: calc(100vw - 80px);
		min-height: 475px;
		height: calc(100vh - 90px);
		display: none;
		overflow: hidden;
		-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
	}

	.m_wrap a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-size: 14px;
    padding: 8px 20px;
    margin: 0;
    border-bottom: 1px solid black;
		line-height: 20px;
		min-height: 37px;
	}

	.s_item a:first-child {
		border-top: 1px solid black;
	}

	.s_item a:last-child {
		border-bottom: none;
	}

	.s_item {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.m_item li {
	    list-style-type: none;
	}

	/*--------------------------------------------------------------
	# FOOTER
	--------------------------------------------------------------*/
	footer {
		position: fixed;
		left:0;
		right: 0;
		bottom:0;
		height: 90px;
    width: 100vw;
		border-top: 1px solid black;
  }

	.col.empty {
		display: none;
		/* width: 80px;
		border-right: 1px solid black; */
  }

	.col {
		width: 50%;
		height: 90px;
		float: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 15px 13px;
	}

	.col:nth-child(2) {
    border-right: 1px solid black;
  }

	.col:last-child {
    width: 80px;
    float: right;
		display: none;
  }

	.col p, .col a {
		display: block;;
    margin: 0;
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
  }

	.col img {
    max-width: none;
    width: 100%;
    height: auto;
		display: none;
		opacity: .9;
  }

	.bot_sec {
    clear: both;
    overflow: hidden;
  }
	/*--------------------------------------------------------------
	# DRAGGABLE ELEMENTES
	--------------------------------------------------------------*/

	.drag {
		cursor: -webkit-grab;
		cursor: grab;
		position: fixed;
		z-index: 1;
		background: red;
		transition: 300ms all;
		/* -webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px); */
	}

	.semi:nth-child(odd) {
		animation: 40s slowRotate infinite;
	}

	.semi:nth-child(even) {
		animation: 30s slowRotate infinite;
		animation-direction: reverse;
	}

	.big.circ {
		animation: 20s floatUp ease-in;
	}

	.sml.circ {
		animation: 35s floatUpStop ease-in;
	}

	@keyframes floatUp {
	  0% { bottom: -50px; }
	  100% { bottom: 0px; }
	}

	@keyframes floatUpStop {
		0% { top: 0%; }
		100% { top: 130px; }
	}

	@keyframes slowRotate {
	   0% { transform: rotate(0deg); }
	  100% { transform: rotate(359deg); }
	}

	.circ {
		border-radius: 50%;
	}

	.xbig.circ {
		width: 300px;
		height: 300px;
		background: #ffbfd1;
		top: -150px;
		right: -50px;
	}

	.big.circ {
		width: 225px;
		height: 225px;
		background: #7a7db5;
		bottom: 0px;
		right: -20px;
	}

	.med.circ {
		width: 150px;
		height: 150px;
		background: #789e41;
		left: 50px;
    bottom: 150px;
	}

	.sml.circ {
		width: 100px;
		height: 100px;
		background: #cca042;
		left: 140px;
		top: 130px;
	}

	.xsml.circ {
		width: 15px;
		height: 15px;
		background: #fb2525;
		bottom: 80px;
    right: 300px;
	}

	.semi {
		border-radius: 75px 75px 0 0;
		width: 150px;
		height: 75px;
		background: #de5b3b;
		right: 30px;
		bottom: 150px;
	}

	.sml.semi {
		border-radius: 12.5px 12.5px 0 0;
		width: 25px;
		height: 12.5px;
		background: black;
	}

	.sml.semi.fir {
		left: 100px;
    bottom: 150px;
	}

	.sml.semi.sec {
		right: 120px;
		top: 50px;
	}

	/*--------------------------------------------------------------
	# SPONSORS
	--------------------------------------------------------------*/

	body.page-template-template-sponsors .entry-content {
		width: auto;
		float: none;
		column-count: unset;
		padding: 0;
	}

	body.page-template-template-sponsors .pull h1 {
		margin: 0;
	}

	.text_Content {
		padding: 0 22px 0 100px;
	}

	.text_Content p {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: .35px;
    line-height: 20px;
  }

	.text_Content:nth-child(2) p {
		font-size: 30px;
		margin-top: 11px;
		margin-bottom: 11.5px;
		letter-spacing: .35px;
		line-height: 36px;
	}

	.text_Content p strong {
		text-transform: uppercase;
		font-size: 12.5px;
		letter-spacing: .5px;
	}

	p.spotitle {
    text-transform: uppercase;
    letter-spacing: .75px;
    font-size: 12px;
		border-bottom: 1px solid black;
		padding: 9px 0 6px 20px;
		margin: 0;
	  width: 100%;
  }

	.sep {
		height: 35px;
		background: blue;
		width: 100%;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	img.spoimages, img.supimages, img.friimages {
		display: block;
    max-width: none;
    width: 100%;
  }

	.sponsors {
    clear: both;
    overflow: hidden;
  }

	.i_Wrap {
		width: 100%;
  }

	.i_Wrap img {
		max-width: 600px;
	}

	.supporters_Container {
    clear: both;
    overflow: hidden;
  }

	.friends_Container {
    clear: both;
    overflow: hidden;
		border-bottom: 1px solid black;
  }

	.friends_Wrap .i_Wrap {
		border-bottom: 1px solid black;
	}

	.friends_Wrap .i_Wrap:last-child {
		border-bottom: none;
	}

	/*--------------------------------------------------------------
	# CONTACT
	--------------------------------------------------------------*/
	body.page-template-template-contact div#content {
    padding: 37px 0px 115px 80px;
	}

	.contact_Wrap a {
		display: block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-size: 14px;
    padding: 7.5px 13px;
    margin: 0;
    border-bottom: 1px solid black;
    line-height: 20px;
    min-height: 37px;
  }

	.contact_text {
    padding: 0px 13px;
		border-bottom: 1px solid black;
  }

	.contact_text p {
		font-size: 30px;
	  margin-top: 12px;
    margin-bottom: 11.5px;
    letter-spacing: .35px;
		line-height: 36px;
  }

	.contact_form form {
	  padding: 0 13px;
	}

	/*--------------------------------------------------------------
	# ARCHIVE
	--------------------------------------------------------------*/
	article.pro-intro {
    padding: 20px;
  }

	article.pro-intro p {
		font-size: 20px;
		line-height: 26px;
		font-weight: normal;
		letter-spacing: .75px;
		margin: 0;
	}

	.col-block {
		display: none;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	body.blog #content {
    padding: 35px 0px 90px 80px;
  }

	.img_cont img {
		display: block;
		max-width: none;
	}

	.details_cont {
    padding: 13px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
  }

	.details_cont p {
		font-size: 12px;
		letter-spacing: .75px;
		line-height: 16px;
		text-transform: uppercase;
		margin: 0;
	}

	.details_cont span {
		font-weight: bold;
	}

	body.blog article:last-child > a > .details_cont {
		border-bottom: none;
	}

	body.blog #content a {
		text-decoration: none;
	}

	.details_cont {
		height: 92px;
	}
	/*--------------------------------------------------------------
	# ARCHIVE POST
	--------------------------------------------------------------*/
	.tix {
    display: none;
  }

	body.single #content {
    padding: 35px 0px 115px 80px;
  }

	/* .top-details {
    padding: 0 13px 13px 13px;
  } */

	.top-cap h1 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 25px;
    font-weight: bold;
		line-height: 25px;
  }

	.top-title h1, .top-cap p.cap {
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-size: 25px;
		font-weight: bold;
		line-height: 25px;
	  margin-top: 0;
	}

	.top-cap p.cap {
		margin: 0;
	}

	.top-cap .tcol {
		padding: 13px;
	}

	.top-cap {
    clear: both;
    overflow: hidden;
	  border-bottom: 1px solid black;
  }

	.top-title {
    padding: 13px;
		border-bottom: 1px solid black;
  }

	.top-title p.cap, .top-title p.clasification {
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .75px;
		line-height: 16px;
	}

	.top-title p.cap {
    margin-bottom: 45px;
  }

	.top-title p.clasification  {
		margin-bottom: 0;
		width: 200px;
		display: block;
	}

	.sum {
    padding: 13px;
  }

	.sum p {
		font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: .75px;
	}

	.summary a {
		display: block;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 13px;
    border-bottom: 1px solid black;
		opacity: .5;
  }

	.summary a.tix-link {
		border-top: 1px solid black;
		opacity: 1;
	}

	body.page-merchandise h3 {
		letter-spacing: .75px;
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		text-transform: uppercase;
		margin: 0;
		margin-bottom: 1px;
		margin-top: 0;
	}

	body.page-merchandise h3:first-child {
		margin-top: 0;
	}

	body.page-merchandise h6 {
		margin-top: 0;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: .75px;
		line-height: 13px;
		margin-bottom: 15px;
	}

	body.single .main-content h3 {
		letter-spacing: .75px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1px;
		margin-top: 0;
  }

	body.single .main-content h3:first-child {
		margin-top: 0;
	}

	body.single .main-content h6 {
    margin-top: 0;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: .75px;
    line-height: 13px;
		margin-bottom: 15px;
  }

	body.single .main-content p {
    font-size: 13px;
		letter-spacing: .35px;
    line-height: 19px;
		margin-top: 0;
		margin-bottom: 15px;
  }

	body.single .main-content {
    padding: 13px;
  }

	.top-cap .tcol:nth-child(3) > p {
	    width: 100px;
	}

	body.single .main-content img {
    display: block;
    width: 100%!important;
		margin-top: 30px;
		max-width: 300px;
  }

}

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

	.m_wrap {
		border-right: 1px solid black;
		}
}

@media screen and (min-width: 568px) {
	.col {
    width: 40%;
	}

	.col:last-child {
    width: 95px;
    float: right;
    display: block;
  }
	/*--------------------------------------------------------------
	# ARCHIVE
	--------------------------------------------------------------*/
	body.blog #content article {
		width: 50%;
		float: left;
	}

	body.blog #content article:nth-child(2) {
		border-left: 1px solid black;
	}

	body.blog #content main#main {
		clear: both;
		overflow: hidden;
	}

	body.blog article:nth-child(2n-1) > a > .details_cont {
		border-right: 1px solid black;
	}

	body.blog article:nth-child(3n-1) > a > .img_cont {
		border-radius: 50%;
	}

	/*--------------------------------------------------------------
	# ARCHIVE POST
	--------------------------------------------------------------*/
	.top-cap .tcol:first-child {
    display: block;
		border-right: 1px solid black;
  }

	.top-cap .tcol {
		width: 50%;
		height: 75px;
		float: left;
	}

}

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

	/*--------------------------------------------------------------
	# CONTENT
	--------------------------------------------------------------*/
	.entry-header {
    letter-spacing: 1.5px;
    font-size: 16px;
    padding: 9px 20px;
    left: 100px;
    height: 40px;
  }

	.entry-content {
    column-count: 2;
  }

	.entry-content p {
		margin-top: 0;
	}

	div#content {
		padding-left: 100px;
	}

	.pull h1 {
		font-size: 35px;
		line-height: 43px;
	}

	/*--------------------------------------------------------------
	# FRONT
	--------------------------------------------------------------*/
	.l-cor, .b-cor {
		left: 120px;
	}

	.r-cor {
		right: 20px;
	}

	/*--------------------------------------------------------------
	# CONTACT
	--------------------------------------------------------------*/

	body.page-template-template-contact div#content {
		padding-top: 40px;
		padding-left: 100px;
	}

	.contact_Wrap {
		clear: both;
		overflow: hidden;
	}

	.contact_Wrap a {
		padding: 9px 0px;
    font-size: 16px;
    min-height: 40px;
		float: left;
		width: 20%;
		border-left: 1px solid black;
    text-align: center;
	}

	.contact_Wrap a:nth-child(1) {
		border-left: none;
	}

	.contact_text {
    padding: 0px 20px;
		width: 50%;
		border-bottom: none;
		float: left;
  }

	.contact_text p {
		margin-top: 15px;
	}

	.contact_form {
    width: 50%;
    float: left;
    padding: 0px 10px;
		border-left: 1px solid black;
		height: 100vh;
		padding: 0px 13px 80px 13px;
		margin-bottom: 80px;
	}

	/*--------------------------------------------------------------
	# SIDEBAR
	--------------------------------------------------------------*/

	.fix-it {
		width: 100px;
	}

	.extend {
		width: 420px;
		max-width: none;
		border-right: none;
	}

	.menu_btn {
		height: 40px;
		font-size: 16px;
		padding: 7.5px 23px;
	}

	.m_nav {
		left: 100px;
	}

	.m_wrap a {
		font-size: 16px;
		height: 40px;
		padding: 10.5px 20px;
		line-height: auto;
	}

	.sidebar {
		width: 100px;
	}

	.sidebar, .m_wrap {
		height: calc(100vh - 80px);
		min-height: 519px;
	}

	aside#secondary {
		height: calc(100vh - 80px);
	}

	.m_wrap {
		width: 0;
		-webkit-transition: width 2s; /* Safari */
		transition: width 2s;
	}

	.m_item, .s_item {
    width: 320px;
  }

	.show {
		width: 320px;
	}

	/*--------------------------------------------------------------
	# FOOTER
	--------------------------------------------------------------*/
	footer {
		height: 80px;
	}

	.col {
		width: auto;
		height: auto;
		padding: 20px;
	}

	.col p, .col a {
		font-size: 16px;
		line-height: auto;
	}

	.col img {
		display: block;
	}

	.col.empty {
		display: block;
		width: 100px;
		height: 80px;
		border-right: 1px solid black;
	}

	.col:nth-child(2) {
		/* width: 25%; */
		width: 320px;
	}

	.col:last-child {
		width: 80px;
    padding: 16px 12px;
   }

	 .logo {
		 width: 105px;
		 top: auto;
		 bottom: 0;
	 }

	 /*--------------------------------------------------------------
	 # FRONT
	 --------------------------------------------------------------*/
	 .circ {
		 border-radius: 50%;
	 }

	 .xbig.circ {
		 width: 600px;
		 height: 600px;
		 top: -300px;
	 }

	 .big.circ {
		 width: 450px;
		 height: 450px;
		 bottom: -200px;
	 }

	 .med.circ {
		 width: 280px;
		 height: 280px;
		 left: 110px
	 }

	 .sml.circ {
		 width: 150px;
		 height: 150px;
		 left: 260px;
	 }

	 .xsml.circ {
		 width: 30px;
		 height: 30px;
		 bottom: 150px;
     right: 480px;
	 }

	 .semi {
		 border-radius: 150px 150px 0 0;
		 width: 300px;
		 height: 150px;
		 right: 130px;
     bottom: 190px;
	 }

	 .sml.semi {
		 border-radius: 25px 25px 0 0;
		 width: 50px;
		 height: 25px;
	 }

	 .sml.semi.fir {
		 left: 380px;
		 bottom: 350px;
	 }

	 .sml.semi.sec {
    right: 120px;
    top: 50px;
    left: auto;
  }
	/*--------------------------------------------------------------
	# ARCHIVE
	--------------------------------------------------------------*/
	body.blog #content {
    padding: 40px 0px 80px 100px;
  }

	body.blog #content article {
	   width: 33.33%;
	}

	article.pro-intro p {
    max-width: 255px;
 }

	body.blog #content article:nth-child(2) {
		border-left: none;
	}

	body.blog article:nth-child(3n-1) > a > .img_cont {
		border-radius: 0;
	}

	body.blog article:nth-child(2n-1) > a > .details_cont {
		border-right: none;
	}

	body.blog article:nth-child(3n - 1) > a > .details_cont {
		border-right: none;
		border-right: 1px solid black;
		border-left: 1px solid black;
	}

	/* body.blog article:last-child > a > .details_cont,
	body.blog article:nth-last-child(2) > a > .details_cont,
	body.blog article:nth-last-child(3) > a > .details_cont {
		border-bottom: none;
	} */

	body.blog article:last-child > a > .details_cont,
	body.blog article:nth-last-child(2) > a > .details_cont {
		border-bottom: none;
	}

	body.blog article:nth-child(5n-1) > a > .img_cont,
	body.blog article:nth-child(7n-4) > a > .img_cont {
		border-radius: 50%;
	}

	body.blog article:nth-child(6n) > a > .img_cont {
		border-radius: 50% 0 0 50%;
	}
	/*--------------------------------------------------------------
	# ARCHIVE POST
	--------------------------------------------------------------*/
	body.single #content {
    padding: 40px 0px 80px 100px
  }

	body.single .entry-content {
    column-count: auto;
		clear: both;
		overflow: hidden;
		width: auto;
  }

	.top-sec {
    clear: both;
    overflow: hidden;
  }

	.img-block {
    float: left;
    width: 50%;
		border-bottom: 1px solid black;
  }

	.col-block {
		display: none;
	}

	.top-details {
    float: right;
    width: 50%;
		border-left: 1px solid black;
  }

	.summary {
    float: left;
    width: 50%;
  }

	.sum p {
    font-size: 25px;
    line-height: 33px;
  }

	body.single .main-content {
		float: left;
		width: 50%;
		border-left: 1px solid black;
		padding: 20px;
		max-width: 350px;
	}

	.top-title, .sum, .top-cap .tcol {
    padding: 20px;
	}

	.top-cap .tcol {
		padding: 13px 20px;
		width: 100%;
    height: auto;
    float: none;
	}

	.top-cap .tcol:first-child {
		border-right: none;
	}

	.summary a {
	  padding: 6px 20px;
	}
}

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

	/*--------------------------------------------------------------
	# CONTENT GLOBAL
	--------------------------------------------------------------*/

	.entry-content {
		column-count: 2;
		column-gap: 25px;
	}

	/*--------------------------------------------------------------
	# CONTENT PAGE
	--------------------------------------------------------------*/

	.top_sec, .entry-wrap {
    clear: both;
    overflow: hidden;
  }

	.no, .captions {
    width: 33%;
		float: left;
  }

	.pull, .entry-content {
		width: 66%;
		float: right;
	}

	.entry-content {
		padding: 0;
	}

	.captions {
		border-bottom: none;
		padding: 0;
	}

	.entry-wrap {
		padding: 20px;
	}

	/*--------------------------------------------------------------
	# SPONSORS
	--------------------------------------------------------------*/

	body.page-sponsors-supporters #content {
    padding: 35px 0px 79px 80px;
		padding-left: 100px;
  }

	body.page-sponsors-supporters .entry-wrap {
		padding: 0;
	}

	body.page-sponsors-supporters .entry-wrap .captions {
		padding: 20px;
	}

	.s_s_Wrap {
		width: 66%;
		float: right;
	}

	.sponsors_Wrap, .supporters_Wrap, .friends_Wrap {
		border-left: 1px solid black;
	}

	/*--------------------------------------------------------------
	# ARCHIVE POST
	--------------------------------------------------------------*/
	.img-block {
		height: 350px;
	}

	.top-title {
    height: 294px;
		position: relative;
  }

	.top-title p.clasification {
    margin-bottom: 0;
    width: 200px;
		position: absolute;
		bottom: 20px;
		left: 20px;
  }

	.top-cap .tcol {
		width: 50%;
    height: 75px;
    float: left;
	}

	.top-cap .tcol:first-child {
		border-right: 1px solid black;
	}

}

@media screen and (min-width: 1025px) {
	body.blog article:nth-child(7n-4) > a > .col-block,
	body.blog article:nth-child(5n-1) > a > .col-block {
		border-radius: 50%;
	}

	body.blog article:nth-child(6n) > a > .col-block {
		border-radius: 50% 0 0 50%;
	}

	.col-block {
		display: block;
		opacity: 1;
		background: pink;
		width: 100%;
		height: 100%;
		position: absolute;
    left: 0;
    top: 0;
	}

	body.blog #content article {
		position: relative;
	}
}

@media screen and (min-height: 600px) {
	aside#secondary {
		 overflow: hidden;
	}
}

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