/*
 Theme Name:   Mesmerize Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Code Sharing
 Author:       Sean Walter
 Author URI:   http://example.com
 Template:     mesmerize
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mesmerize-child
*/

html{
    background: #1a1a1a;
}

h1,h2,h3,h4,h5,h6{
    text-transform:none!important;
}

a.post-tile-tile{
    color:#001822;
}

.navigation-wrapper ul.dropdown-menu > li {
    color: #000000;
}

.navigation-wrapper ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item):hover > a,
.navigation-wrapper ul.dropdown-menu.active-line-bottom > li:not(.current-menu-item):not(.current_page_item).hover > a,
.navigation-wrapper ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item):hover > a,
.navigation-wrapper ul.dropdown-menu.default > li:not(.current-menu-item):not(.current_page_item).hover > a {
    color: #000000;
    text-shadow: 0 0 5px #03a9f4;
}

.navigation-wrapper .dropdown-menu {
    border: none;
}

.header .inner-header-description {
    width: 100%;
    background: #DDDDDD;
    max-width: unset;
}

.header h1.hero-title {
    color: #666666;
}

.single-post .inner-header-description {
    display: none;
}

h1.hero-title {
    margin: 15px;
    font-size: 24pt;
}

body:not(.page-template-full-width) .gridContainer.content {
    margin-top: 20px;
}

.page-template-full-width .header .inner-header-description {
    display: none;
}

.box-section{
    box-shadow: 0 0 5px #888;
    border-radius: 7px;
    padding: 15px 15px;
    margin: 0 0 15px 0;
}

#post-5795 h2 + ul li {
    line-height: 1.1em;
    padding-left: 0;
}

#post-5795 ul ul {
    font-size: .7em;
    padding-left: 2em;
}

div.full-width-content {
	width: 100%;
	max-width: unset;
}

#main #page-title {
    padding: 38px 0;
}

#cshero-header-inner.h-style div#cshero-header-wrapper {
    height: auto;
}

.spec {
	text-decoration:underline;
	color: #0000ff;
}

.page_main_logo img {
	height:auto!important;
}

/* Blog Post Theming */
.entry-blog .entry-feature img {
    width: auto;
}
.entry-blog .entry-feature {
    max-width:50%;
}

.entry-blog .entry-feature-image{
    float:left;
    margin-right:35px;
}

/* CMS Carousel Styling for Front Page */

.front-page-carousel img{
    height:250px!important;
}
.front-page-carousel .cms-portfolio-title{
    transform:translateY(0px)!important;
   
}

.cms-portfolio-style2 .cms-portfolio-item .cms-portfolio-title {
  padding: 8px 5px!important;
  opacity:.7!important;
}
.front-page-carousel .cms-portfolio-title a{
    color:#FFFFFF;
    opacity:1!important;
}

.owl-carousel .owl-item img {
    margin-bottom: 35px!important;
}

/* Product Page Grid */
.product-grid .cms-portfolio-image img{
    height:211px;
}


/* Theming for the main page RSS Widget */
img.rss-widget-icon {
    display:none;
}

.rsswidget {
    color:#FFFFFF;
}

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

img.hover-animate,
.grid-items .layer-media a img {
    transition: transform 1s ease;
}

img.hover-animate:hover,
.grid-items .layer-media a img:hover {
    -webkit-transform: scale(1.2) rotate(4deg);
    -moz-transform: scale(1.2) rotate(4deg);
    -ms-transform: scale(1.2) rotate(4deg);
    -o-transform: scale(1.2) rotate(4deg);
/*    transform: scale(1.5) rotate(4deg);*/
    transform: scale(1.2) rotate(4deg);
}

.grid-items .layer-media,
.grid-items .layer-content{
    background-color: rgb(249, 249, 249);
}

.cms-grid-item-inner .btn.btn-default-alt-white{
	background-color: #3cbaea;
}

#post-4763 .btn.btn-default-alt-white:hover,
#post-4763 .btn.btn-default-alt-white:focus {
    border-color: #3cbaea !important;
    color: #3cbaea !important;
}

article.post-5795{
    background: #000;
}

.about-table{
	border-spacing: 1em;
    border-collapse: separate;
	border: none;
}

.about-table td {
	text-align: center;
	border-bottom: 2px solid #ededed;
	border-top: none;
}

#accordion > h3 {
    border-bottom: 1px solid #ededed;
    background: #ffffff;
	transition: background 1s, color .5s;
	padding: .5em 0;
	color: #003399;
	font-family: "Roboto Condensed";
}

#accordion > h3:hover {
    background: #EFEFEFEF;
}

#accordion > h3.ui-state-active {
	color: #3cbaea;
}

#accordion > div {
    margin-left: 1.5em;
	color: black;
	font-weight: 100;
	font-family: "Roboto Condensed";
}

#accordion ul{
	list-style: circle inside;
}

#cshero-header-wrapper {
    background-color: #e7eaec;
}

.page-template-page-fullwidth #cshero-header-wrapper {
    background-color: #ffffff;
}

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

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

.page-template-page-fullwidth #page-title{
	display: none;
}

.page-id-5140 #masthead,
.full-width-body #main #masthead{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 100;
}

.full-width-content #cshero-header-wrapper {
	background: transparent;
}

body.page-id-5140,
body.full-width-body {
    background: black;
    padding: 0;
    margin: 0;
}

#post-5140, .full-width-body {
    color: white;
    font-family: 'Nanum Gothic', sans-serif;
}

#post-5140 div,
.full-width-body #main div{
    margin: 0;
    padding: 0;
}

.full-width-content hr {
    background: white;
    margin: 3vw auto;
    color: white;
}

.full-width-content h1,
.full-width-content h2,
.full-width-content h3,
.full-width-content h4,
.full-width-content h5,
.full-width-content h6 {
	line-height: 1.2em;
	margin-bottom: .5em;
    color: white;
    font-family: 'Nanum Gothic', sans-serif;
}

.full-width-content h1 {
    font-size: 7vw;
}

.full-width-content h2 {
    font-size: 4.5vw;
    margin-top: 13vw;
    margin-bottom: 3vw;
	line-height: 1.1em;
}

.full-width-content h3 {
    font-size: 3vw;
}

.full-width-content h5 {
    font-size: 2vw;
	margin-top: 1em;
}

.full-width-content p {
    font-size: 2vw;
    font-family: 'Nanum Gothic', sans-serif;
	margin: 0;
    line-height: 1.2em;
}

.full-width-body #main .segment-frame a{
	color: #CCCCFF;
}

.full-width-body #main .segment-frame a:hover{
	color: #AAAAFF;
}

.full-width-body #main .segment-frame a:active{
	color: #FFFFFF;
}

#top-center {
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 6vw;
	white-space: nowrap;
	text-shadow: 0 0 2vh black;
	font-weight: bold;
	line-height: 1.3em;
	font-style: italic;
}

.page-content {
    overflow: hidden;
    background: transparent;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.full-frame {
    width: 100%;
    height: 100vh;
	perspective: 800px;
}

.segment-frame {
    width: 100%;
    height: 45vw;
}

.full-frame,
.segment-frame {
    background-color: black;
    background-attachment: fixed;
    background-size: 100vw auto;
    background-position: center;
    text-align: center;
    position: relative;
	overflow: hidden;
}

.parallax-frame > *:not(.parallax-background) {
    transform: translateZ(0);
}

.inner-frame,
.inner-frame-skinny {
    text-align: center;
    width: 87vw;
    display: inline-block;
    padding: 0 1vw;
    transform: translateZ(0);
}

.inner-frame-skinny {
    width: 70vw;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
}

.half-first,
.half-last {
    width: 49%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.third-first,
.third-last,
.third-middle {
    width: 32%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.two-third-last,
.two-third-first {
    width: 64%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.third-circle {
	width: 20vw;
    height: 20vw;
    background-size: cover;
    background-position: center;
    border-radius: 10vw;
    display: inline-block;
	filter: none;
	transition: filter 1s;
}

.third-circle:hover {
	filter: grayscale(1);
}

.fly-in {
	transition: transform 1s, opacity 1s;
	transform-origin: top center;
}

.parallax-frame:not(#top-frame) {
    overflow: hidden;
}

.parallax-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.background-filter {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.chip-menu {
    height: 100vh;
}

.laser {
    width: 6px;
    height: 1000vh;
    background: #f44;
    position: absolute;
    left: 9.6vw;
    top: 50%;
    filter: blur(2px);
    z-index: 1;
}

.chip-bg {
    height: 30vw;
    margin-left: -8vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.chip-menu-list {
    font-size: 1.8vw;
    margin-left: 6.6vw;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: black;
    text-align: left;
    perspective: 800px;
    z-index: 3;
}

.chip-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transform: rotate3d(0.5, 1, .05, 23deg);
}

.chip-menu-list.floating {
    color: white;
    position: fixed;
    padding: 2vw .5vw 2vw 1vw;
    text-shadow: 0 0 5px black;
    margin-left: 0;
    background: rgba(0,0,0,.5);
}


.chip-menu-list.floating ul {
    transform: none;
    line-height: 2;
}

.chip-menu-list li:hover {
    font-weight: bold;
}

.grow-bar {
    width: 50%;
    height: 4px;
}

.animated-frame {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.animated-frame-sprite {
    position: absolute;
    top: 0;
    left: 0;
}

.half-width {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

#pdf-download-form {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
}

#pdf-download-form input[name="download"]{
	display: none;
}

#pdf-download-form > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 40em;
	max-width: 100%;
	background: rgba(255, 255, 255, 1);
	padding: 1em;
}

#post-5209 {
	text-align: right;
}

.product-listing,
#post-5209 #product-selector.product-listing {
	text-align: left;
}

.product-listing input,
.product-listing input[type="number"]{
	width: 4.5em;
	text-align: center;
}

.product-listing tbody {
	padding-left: 1em;
	padding-right: 1em;
}

.product-listing .section-header {
	transform: translateX(-1em);
}

.product-listing .section-header:not(:nth-child(1)) h3 {
	margin-top: 2em;
}

.product-listing td.spec-sheet {
	text-align: center;
}

.skipped-sheet {
	display: none;
}

.product-listing input[disabled],
.product-listing select[disabled]{
    opacity: .3;
}

.spec-sheet img {
    cursor: pointer;
}

.contact-download-button {
	margin: 1em;
	display: inline-block;
	color: white;
	padding: .5em;
	border: 2px solid white;
	cursor: pointer;
}

tr.sold-out .part-name > span, tr.sold-out .sku{
	text-decoration: line-through;
}

tr.sold-out .part-name::after{
	content: "         ";
	width: 90px;
	height: 1em;
	background-image: url("soldout.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	white-space: pre;
	margin-left: .5em;
}

tr.limited .part-name::after{
	content: "         ";
	width:100px;
	height: 1.2em;
	background-image: url("limited-supply.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	white-space: pre;
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 992px){
	
	.product-listing td {
		display: inline-block;
		border: none;
		white-space: nowrap;
	}
	
	.product-listing tr:not(.section-header) th {
		display: none;
		margin: 15px;
	}
	
	.product-listing table,
	.product-listing tbody,
	.product-listing tr,
	.product-listing td:nth-child(1),
	.product-listing td:nth-child(4) {
		display: block;
		width: 100%;
	}
	
	#product-selector td:nth-child(4)::before {
		content: "Quantity: ";
	}
	
	#product-selector td:nth-child(5)::before {
		content: "Connector: ";
	}
	
	.product-listing td:nth-child(5) {
		display: block;
		width: 100%;
	}
	
	.product-listing td:nth-child(6)::after {
		content: " Meters";
	}
	
	.product-listing td:nth-child(2) {
		font-size: .75em;
		color: grey;
	}
	
	.product-listing tr:not(.section-header) {
		padding-left: 1.5em;
		border-top: 1px solid #ededed;
	}
	
	.product-listing tr:not(.section-header) td:first-child {
		margin-left: -1em;
		cursor: pointer;
	}
	
	.product-listing tr:not(.section-header):not(.expanded) td:not(:first-child) {
		display: none;
	}
	
	.product-listing tr:not(.section-header).expanded {
		border: 1px solid #ededed;
		border-radius: 5px;
		box-shadow: 0 0 5px rgba(0,0,0,.3);
	}
	
	.product-listing .expanded + .expanded {
		margin-top: 1em;
	}
	
	.product-listing .connector-type {
		width: auto;
	}
	
}

/* .product-category td:nth-child(4),
.product-category th:nth-child(4) {
	display: none;
} */

.post-grid .element_1 {
    cursor: inherit;
    pointer-events: none;
}

.footer-fixed #footer {
	z-index: -1;
}

.comment-date{
	display: none;
}

.entry-meta {
	display: none;
}

body, body#cms-sigma {
	color: black;
}

.bio-bloc,
div.bio-bloc {
	display: inline-block;
	width: 40%;
	border-radius: 15px;
	background-color: #EEEEEE;
	color: black;
	vertical-align: top;
	margin: 0 2vw 4vw 2vw;
}

.bio-bloc .headshot {
	border-radius: 100%;
	width: 20vw;
	height: 20vw;
	margin: 20px;
	display: inline-block;
	background-color: white;
	background-size: cover;
	background-position: center;
	border: 8px solid white;
}

.bio-job-title h3,
.full-width-content .bio-bloc h3 {
	font-size: 3vw;
}

.bio-job-title {
    font-weight: bold;
}

.bio-bloc p,
.full-width-content .bio-bloc p{
	font-size: 18px;
	padding: 0 20px 20px 20px;
}

@media only screen and (max-width: 992px){
	.bio-bloc,
	div.bio-bloc {
		width: 80%;
	}

	.bio-job-title h3,
	.full-width-content .bio-bloc h3 {
		font-size: 6vw;
	}
	
	.bio-bloc .headshot {
		height: 40vw;
		width: 40vw;
	}
}

@media only screen and (max-width: 461px){
	.bio-job-title h3,
	.full-width-content .bio-bloc h3 {
		font-size: 20px;
		font-weight: bold;
	}
	
	.full-width-content .flow-page h2 {
		font-weight: bold;
	}
}

.full-width-content .light-page h1,
.full-width-content .light-page h2,
.full-width-content .light-page h3,
.full-width-content .light-page h4,
.full-width-content .light-page h5,
.full-width-content .light-page h6 {
	color: black;
}

.full-width-content .segment-frame .container {
	display: inline-block;
}

.full-width-content .flow-page .segment-frame {
	height: auto;
}

.full-width-content .flow-page p {
	font-size: 20px;
}

.full-width-content .flow-page .segment-frame {
	padding-top: 100px;
	padding-bottom: 100px;
}

.full-width-content .flow-page h2 {
	margin-top: 0;
}

.full-width-content .segment-frame ul li, .footer li {
    list-style: square;
    margin-left: 1em;
}

div.wpcf7-response-output:empty {
    display: none;
}

#footer .row .cs-social {
    text-align: left !important;
}
.post-tile-tile {
	width: 30%;
	position: relative;
}
.tile-image {
	width: 100%;
}
.tile-title {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #3cbaeab2;
	padding: .5em;
	transition: all 300ms linear 0ms;
}
.post-tiles {
	display: flex;
	padding: 1em 0;
}
a:hover .tile-title {
	background: #0b222bb2;
}
@media only screen and (max-width: 992px){
	.post-tile-tile {
		width: 45%;
	}
}
@media only screen and (max-width: 524px){
	.post-tile-tile {
		width: 100%;
	}
}

.header .inner-header-description {
    padding-top: 5px;
    padding-bottom: 5px;
}

svg.mesmerize-post-list-item-thumb-placeholder {
    display: none;
}

sup, sub {
    margin: 0;
}

.site > .content {
    padding-top: 15px;
    padding-bottom: 15px;
}

#metaslider-main-menu-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
}
