/******************************************************************
Site Name: Piper
Author: Flyte

Stylesheet: Master Stylesheet
*/
@import "core.css" ;
@import "print.css" ;
@font-face {
    font-family: 'SharpSans'; 
    src: url('../fonts/SharpSans.otf') format('opentype');
    src: url('../fonts/SharpSans-Thinitalic.otf') format('opentype');
    src: url('../fonts/SharpSans-Thin.otf') format('opentype');
    src: url('../fonts/SharpSans-Semibolditalic.otf') format('opentype');
    src: url('../fonts/SharpSans-Mediumitalic.otf') format('opentype');
    src: url('../fonts/SharpSans-Medium.otf') format('opentype');
    src: url('../fonts/SharpSans-Lightitalic.otf') format('opentype');
    src: url('../fonts/SharpSans-Light.otf') format('opentype');
    src: url('../fonts/SharpSans-italic.otf') format('opentype');
    src: url('../fonts/SharpSans-ExtraBolditalic.otf') format('opentype');
    src: url('../fonts/SharpSans-Extrabold.otf') format('opentype');
    src: url('../fonts/SharpSans-Bolditalic.otf') format('opentype');
    src: url('../fonts/SharpSans-Bold.otf') format('opentype');
    
}

ul{list-style:none;}

body.project_type-template-project_new-php h1.main_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    margin: 0 0 0.5em;
    line-height: 1.75em;
}

body.project_type-template-project_new-php h1::after {
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    margin: 0 auto;
    background:#fe7421;
}

body.project_type-template-project_new-php .wrap {
    max-width: 1500px;
    margin: 0 auto;
}

body.project_type-template-project_new-php .entry-content, #flexContent {
    margin: 0 1.5em;
    padding: 2.5em 0 0;
}
body.project_type-template-project_new-php .main-description {
    border-bottom: 1px solid #C4D3D9;
}

body.project_type-template-project_new-php .specs {
    margin-bottom: 2em;
}
body.project_type-template-project_new-php .entry-content, #flexContent {
    margin: 0 auto;
    padding: 2.5em;
}
body.project_type-template-project_new-php .spec_block {
    font-size: 17px;
}
@media only screen and (min-width:768px){
  .spec_block.d-1of2 {
    font-size: 17px;
    padding-right: 2em;
}
body.project_type-template-project_new-php h2.custom {
    font-family: "Open Sans", Sans-Serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 1.2em;
}
body.project_type-template-project_new-php #content .spec_block ul {
    list-style: none;
    padding-left: 0;
}
.spec_block ul li {
    border-bottom: 1px solid #C4D3D9;
    /* height: 38px; */
    line-height: 28px;
    padding: 10px 0;
}
.spec_block .spec_label {
    text-transform: uppercase;
    padding-right: 20px;
    font-family:"SharpSans","open-sans", sans-serif;
    color: #404041;
    font-weight: 600;
    display: block;
}
.spec_block .spec_description {
    font-style: italic;
    color: #807F82;
    display: block;
}
@media only screen and (min-width:768px){
    .spec_block ul li {
    line-height: 38px;
    padding: 0;
}
.spec_block .spec_label, .spec_block .spec_description {
    display: inline-block;
}
.spec_block .spec_label, .spec_block .spec_description {
    display: inline-block;
}
}
@media (min-width:960px){
    .d-1of2 {
    float: left;
    padding-right: .75em;
    width: 50%;
}
.supporting_image {
    margin-bottom: 5em;
    position: relative;
    padding-bottom: 40px;
    margin-top:1em;
}
.img_block img {
    max-width: 100%;
}
}


#content ul.proj_nav.anchors {
    padding: 0;
    margin: 2em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.proj_nav.anchors a {
    padding: .25em;
    font-size: 18px;
    color: #F14225;
    border-top: 0;
    text-align: center;
}

@media only screen and (min-width:768px){
    .proj_nav.anchors a {
    padding: 1em;
}
}


body.project_type-template-project_new-php h2.custom {
    font-family: "Open Sans", Sans-Serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 1.2em;
}

.slidenav {
    width: 230px;
    list-style: none;
    margin: 20px auto 0;
    padding: 0 !important;
}

.slidenav li {float:left;}

@media only screen and (min-width:768px){
    .slidenav.inner {
    position: relative;
    right: auto;
    top: 0;}
    .slidenav {
    position: absolute;
    bottom: 14px;
    right: 5%;
    z-index: 999;}
    .cycle-prev, .cycle-next {
    display: block;
}
}

.cycle-prev.inner {
    background: transparent url(images/slide-icon-sm_prev.png) left center no-repeat;
}
.cycle-prev.inner, .cycle-next.inner {
    display: block;
    position: relative;
    width: 43px;
    height: 20px;
    cursor: pointer;
}
.cycle-prev {
    left: 5%;
    background: transparent url(../images/slide-icon_prev.png) center center no-repeat;
}
.cycle-prev, .cycle-next {
    height: 100%;
    bottom: 13%;
    width: 70px;
    height: 55px;
    position: absolute;
    z-index: 800;
    cursor: pointer;
    display: none;
}
span.cycletxt {
    display: block;
    width: 75px;
    text-align: center;
    text-transform: uppercase;
    line-height: 17px;
    color: #56585B;
    font-size: 15px;
}
span.custom-caption {
    display: block;
    width: 60px;
    text-align: center;
    line-height: 20px;
    color: #56585B;
    font-size: 15px;
    line-height: 17px;
}
.cycle-next.inner {
    background: transparent url(images/slide-icon-sm_next.png) right center no-repeat;
}
.zoom {
    position: absolute;
    bottom: 0;
    right: 0;
}
.slide_item {
    width: 100%;
    height: 100%;
    max-height: 475px;
    overflow: hidden;
}


li.spec {
    line-height: 38px;
    padding: 0;
}
.spec_block li .spec_label {
    text-transform: uppercase;
    padding-right: 20px;
    font-family: "SharpSans","open-sans", sans-serif;
    color: #404041;
    font-weight: 600;
    display: block;
}

