/*
Theme Name:     pieceoplastic.com child of newie 
Theme URI:      http: //pieceoplastic.com
Description:    Child theme for the newie theme 
Author:         Jan Zuppinger
Author URI:     http://web-laun.ch
Template:       newie
Version:        0.1.0
*/

@import url("../newie/style.css");

body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 17px;
	line-height: 1.5;
}

.single #primary {
    width: 100%;
}

.single #secondary {
    display: none;
}

.page #primary {
    width: 100%;
}

.page #secondary {
    display: none;
}

.iframe-cont {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-cont iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #999999;
}

a:hover,
a:focus,
a:active {
	color: #666666;
}

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

.entry-header .entry-title a {
    color: #FF6600;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}

.entry-header .entry-title a:visited {
	color: #999999;
}

.entry-header .entry-title a:hover, a:active {
	color: #666666;
}

.newie-logo, .newie-logo-text {
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 10px 0 0 0;
    background-image: url("../../uploads/2018/02/header.png");
    background-repeat: no-repeat;
}

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

.entry-header .entry-title {
    margin: 10px 0;
    font-size: 30px;
    text-transform: uppercase;
}

.entry-meta  {
	text-transform: uppercase;
}

footer .widget h2 span {

    background-color: #FFFFFF;

}

.newie-post-wrapper {
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

.content-wrap {
    padding: 30px;
    background-color: #fff;
    width: 92%;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    margin: 0 auto;
}

.single-content-wrap {
    width: 92%;
    margin: 0 auto 30px auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}

.entry-header .entry-title {
    margin: 10px 0;
    font-size: 30px;
}

.header-nav.fixed-top {
    background: #FFFFFF;
    position: fixed;
    border-bottom: 1px solid rgb(234, 234, 234);
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    z-index: 99999;
    visibility: visible;
    margin: 0;
    border: 0;
}

.header-nav {
    float: left;
    width: 100%;
    border-top: 1px solid rgb(234, 234, 234);
    border-bottom: 1px solid rgb(234, 234, 234);
    border-left: 1px solid rgb(234, 234, 234);
    margin: 0px 0px 30px 0px;
}

.cat-links, .cat-links a, .tags-links, .tags-links a, .comments-link, .comments-link a, .edit-link {
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 13px;
    padding-top: 14px;
    text-align: center;
    text-transform: uppercase;
}

footer .top-footer {
    padding: 30px 0;
    background: #FFFFFF;
    border-top: 1px solid rgb(234, 234, 234);
}

.site-footer .site-info {
    background: #FFFFFF none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center;
	font-size: 13px;
	border-top: 1px solid rgb(234, 234, 234);
}

h1 { font-size: 2.5em; }
h2 { font-size: 2.3em; }
h3 { font-size: 2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }



blockquote {
    font-size: 16.5px, /*this*/
    font-style: italic;
}

#featured-slider .feature-description figcaption {
    top: 50%;
    right: 10%;
    width: 40%;
    text-align: center;
    background: #ffffff;
    opacity: 0.8; /*this*/
    margin: 0;
    padding: 25px 35px;
    position: absolute;
    color: #666;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navleft {
	text-align: left;
}

.navright {
	text-align: right;
}


.social-links.top-header-social li > a {
	padding: 0;
    padding-top: 15px;
    margin: 5px;
    line-height: 20px;

}
