/*
Theme Name: Sager Metal Theme
Theme URI: URL for Kristen Blank
Author: Kristen P
Description: P2 - Custom WordPress Template-
Version: 0.1
License: Open
Text Domain: Sager_Metal_Template
*/

@import url("css/normalize.css");
@import url("css/skeleton.css"); /*order of these files matter, note how the normalize is first and skeleton is second*/
@import url("css/unslider-dots.css");

* {
    /*-- color: #000000; --*/
    font-size: 1.05em;
    line-height: 2.1rem;
    font-weight: 100;
}

/*h1 {
    font-size: 2em;
}*/

a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
body {
    /* background-image: url("img/bgImg.png"); */
    background-color: #eeeeee;/*#303030*/
    background-repeat: repeat;
    color: #6f6f6f;
    font-weight: 100;
    font-family: 'Josefin Sans', sans-serif;
    /*max-width: 1100px;*/
    margin: auto;
    width: 100%;
}
.container {
    border-left: #d1d1d1 1px solid;
    border-right: #d1d1d1 1px solid;
    -webkit-box-shadow: 0px 0px 2px 0px #d1d1d1
    -moz-box-shadow: 0px 0px 2px 0px #d1d1d1;
    box-shadow: 0px 0px 2px 0px #d1d1d1;
    */
}
/*
.wrapper1, .wrapper2, .wrapper6 {
    background-color: #303030;
}
.wrapper3 {
    background-color: #f4f4f4;
}
.wrapper4 {
    background-color: #6f6f6f;
}
*/

header {
    background-color: #303030;
    font-weight: lighter;
    padding: 30px 80px 20px;
}

/* .text-align is for the header 'phone number' and 'Order a Part' */
/*.textwidget {
    color: #f1f1f1;
    list-style-type: none;
    padding: 20px 0;
    text-align: right;
}*/
.companyPage {
    padding-right: 30px;
}
.companySidebar {
    margin-top: 30px;
}
.companySidebar img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo:hover {
    opacity: .7;
}
.installation {
background-color: #e1e1e1;
padding: 0px 10% 5% 10%;
margin: 20px -15% -40px -11%;
}
.frontPageHeader {
    text-align: right;
    padding: 10px 0;
}
.customConveyors {
    background-color: #f4f4f4;
    text-align: center;
    padding: 50px 15%;
}
.customConveyors p {
    line-height: 1.5em;
}
.sagerSolutionsH2 {
    color: #ca0000;
    padding-top: 4%;
}
.sagerSolutionsH4 {
    padding-top: 3%;
}
.customConveyorsPage {
    background-color: #f6f6f6;
    padding: 50px 13% 70px 10%;
    text-align: left;
}
.customConveyorsPage li {
    /* list-style-type: none; */
}
.solutions {
    text-align: center;
    padding: 80px 90px;
    background-color: #e3e3e3;
}
.solutions h2 {
}
.solutions img {
    padding: 10px 0 20px 0;
}
.solutions p {
    line-height: 1.4em;
    padding: 0px 35px;
}
button {
    border: 1px solid #ca0000;
    text-align: center;
}
button a {
    color: #ca0000;
    font-weight: 500;
    font-size: 1.2em;
}
button:hover {
    background-color: rgba(202, 0, 0, .9);
}
button a:hover {
    color: #e2e2e2;
    font-weight: 500;
}
.lists {
    display: inline-flex;
}
/*--Beginning of Inline Menu for Header.php--*/
/* .headerImg {
    width: 100%;
}
.headerImg img {
    width: 100%;
    height: auto;
} */

/* .blank-menu-header {
    /* width: 100%;
    position: fixed;
    z-index: 100;
    box-shadow: 1px 1px 2px #d1d1d1; */
span.phoneNumber {
    color: #e2e2e2;
}
span.orderPart {
    color: #ca0000;
}
.blank-menu-header ul {
    /* padding: 1.4% 10% 0; */
}
.blank-menu-header ul li {
    display: inline;
    padding-left: 40px;
}
.blank-menu-header ul li a {
    color: #e2e2e2;
}
.blank-menu-header ul li a:visited {
    color: #e2e2e2;
}
.blank-menu-header ul li a:hover {
    color: #ca0000;
}
.sagerSolutionsHeader {
    color: #ca0000;
}
.sagerSolutionsDescription {
    color: #6f6f6f;
}
.worldDiv {
    background-color: #f4f4f4;
    padding: 40px 30px;
}
.worldDiv h2 {
    text-align: center;
}
.worldWords {
    padding: 40px 10px;
}
.worldWords p {
    color: #6f6f6f;
    text-align: left;
}
.list1, .list2, .list3 {
    color: #6f6f6f;
    padding: 0 30px;
}
.lists li {
    font-weight: 300;
}
/*--Below is to get the header verbiage to float on top of headerImg-*/
/*
.headerDiv {
    position: inherit;
}
.headerVerbiage {
    position: absolute;
    top: 450px;
    left: 80px;
    padding-right: 30px;
    color: #62718e;
}
.headerVerbiage a {
    font-family: 'Londrina Outline', cursive;
    font-size: 2.2em;
    color: #D741A7;
}
*/
/*--End of Inline Menu for Header.php--*/


/*--Beginning of Posts for Index.php--*/

/*--Beginning of the Search Form--*/
.wie-search-form:hover {
    opacity: .8;
}
.search-bar-icon {
    color: #e2e2e2;
    text-align: left;
}
input[type="search"] {
    background-color: #3f3f3f;
    border: none;
    display: inline;
    padding: 10px;
    border-radius: 5px;
}
/*--End of the Search Form--*/


.index-post-thumbnail {
    overflow: hidden;
}
.index-post-thumbnail img {
    height: 425px;
    width: auto;
}
.indexPosts {
    background-color: #FFF;
    border: #d1d1d1 1px solid;
    border-radius: 2px;
    /*box-shadow: 1px 1px 1px #d1d1d1;*/
    max-height: 425px;
    margin: 20px 0px 50px;
    overflow: hidden;
}

.bold1 {
    border-top: solid 5px #ca0000;
    font-weight: 400;
    padding-top: 40px;
    margin-top: 10px;
}

span.bold {
    font-weight: 400;
}
.postVerbiage {
    padding: 50px 30px 60px 90px;
    font-size: 1.3em;
}
.postVerbiage h3 {
    color: #ca0000;
    font-size: 3em;
}
.postVerbiage h3 a {
    color: #D741A7; /*-- #D741A7; Bright Pink #D741A7;--*/
}
.postVerbiage h3 a:hover {
    opacity: .8;
}
.postComment {
    padding: 0px 40px 0px;
}
.postDate .postComment .postAuthor {
    font-size: 1.3em;
}
.postSubHeader {
    margin-bottom: 22px;
}
.postSubHeader p {
    color: #62718e;
    display: inline;
}
.viewMore a {
    background-color: #9ed0b2; /*--#EF736D;/*--salmon #EF736D--*/;
    border: 1px #e1e1e1 solid;
    border-radius: 2px;
/* box-shadow: 1px 1px 1px #E1E1E1; */
    color: #6f6f6f;
    float: right;
    font-size: 1.1em;
    margin: 0 10% 6% 0;
    padding: 11px 20px;
    text-align: center;
    text-align: center;
}
.viewMore a:hover {
    opacity: .8;
}
/*--End of Posts for Index.php--*/

/*--Beginning of Front Page Sidebar--*/
.widget-pages, .widget-singles, .widget-archives {
    background-color: #cfcfcf;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: 25px 20px;
    margin: 20px 0px 50px;
    text-align: center;
}
.widget-frontpage h3, .widget-pages h3, .widget-singles h3, .widget-archives h3 {
    color: #EF736D; /*--#EF736D;/*--salmon #EF736D--*/;
    font-weight: lighter;
}
/*---This is for my profile image
.textwidget img {
    border-radius: 50%;
    border: 10px solid #e1e1e1;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    width: 13rem;
}
*/

.widget-frontpage ul, .widget-sidebar ul, .widget-pages ul, .widget-singles ul, .widget-archives ul {
    list-style-type: none;
}
.widget-frontpage ul li a, .widget-sidebar ul li a, .widget-pages ul li a, .widget-singles ul li a, .widget-archives ul li a {
    text-decoration: none;
    color: #e2e2e2;; /*--#62718e; lighterblue--*/;
    cursor: pointer;
}
/*--End of Front Page Sidebar--*/

/*--Beginning of Posts for Single.php--*/
.single-post-thumbnail img {
    height: auto;
    max-width: 100%;
}
/*--End of Posts for Single.php--*/

/*--Beginning of Footer--*/
footer {
    background-color: #303030;
    padding: 70px 80px 15px 30px;
    text-align: center;
    color: #f1f1f1;
    list-style-type: none;
}
.footerHeader {
    color: #ca0000;
    font-weight: 100;
    text-align: center;
}
.footerHeader h5 {
    font-weight: 100;
}
.footerHeader ul li a:hover {
    color: #ca0000;
}
span.copyRight {
    color: #707070;
    font-size: 1em;
}



/** jQuery Unslider **/
.unslider{overflow:auto;margin:0;padding:0;text-align: center;padding-bottom: 40px;}
.unslider-wrap{position:relative;}
.unslider-wrap.unslider-carousel>li{float:left;}
.unslider-vertical>ul{height:100%;}
.unslider-vertical li{float:none;width:100%;}
.unslider-fade{position:relative;}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10;}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none;}
.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer;}
.unslider-arrow.next{left:auto;right:20px;}


.mainPic {
    background-color: #303030;
}
.mainPic img {
    border-radius: 5px;
}