@charset "utf-8";
/*
 * Phil Keiken Personal Portfolio Theme
 * Custom Theme Styles
 * File: css/custom.css
 * Created: 07/15/2015
 */

/* Custom stylesheet notes:

 //.phil {} - class should NEVER be defined alone. Use of this class is to connect with another main them style class which will change the theme of that individual main theme elements. (   EX: .btn-link.phil {}   )

*/


/* Begin custom styles */



.loginHTML {
    overflow: visible;
}
#backtotop {
    position: relative;
    z-index: 9999999;
}
#backtotop a {
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 100px;
    background-color: #eb212e;
    padding: 9px 12px 7px 15px;
    box-shadow: -4px 10px 45px -5px rgba(0, 0, 0, 0.49);
    opacity: 0;
}
footer:hover #backtotop a {
    opacity: 1;
}


#mainNavOpen #menumodal {
    display: block;
    opacity: 1;
    position: relative;
    width: 100%;
}
#mainNavOpen #menumodal .modal-dialog {
    padding-left: 0;
}
#mainNavOpen #menumodal .toggleclose {
    display: none;
}
#mainNavOpen footer {
    display: none;
}
#menumodal .modal-footer {
   /* height: 280px;*/
}


h4 {
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    color: #eb212e;
    line-height: 30px;
}


/* CUSTOM BUTTON STYLES */

.btn.phil {
    border: 1px solid #eb212e;
    font-size: 16px;
    font-weight: 100;
    margin: 0 5px 10px 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .065em;
    padding: 8px 10px;
    text-decoration: none;
}
.btn.btn-danger.phil {
    color: #fff;
    background-color: #eb212e;
}
.btn.btn-danger.phil:hover {
    color: #eb212e;
    background-color: transparent;
}

.btn.btn-link.phil {
    color: #eb212e;

}
.phil.white-btn,
.btn.btn-link.phil.white-btn {
    background: transparent;
    border: 1px solid #fff;
    padding: 3px 40px;
    display: inline-block;
    margin: 20px 10px;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-decoration: none;
}

.phil.white-btn:hover,
.btn.btn-link.phil.white-btn:hover {
    background: #fff;
    color: #eb212e;
}
.phil.black-btn,
.btn.btn-link.phil.black-btn {
    background: transparent;
    border: 1px solid #e82535;
    padding: 3px 40px;
    display: inline-block;
    margin: 20px 10px;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #e82535;
    text-decoration: none;
}

.phil.black-btn:hover,
.btn.btn-link.phil.black-btn:hover {
    background: #e82535;
    color: #fff;
}
.btn.btn-link.phil:hover {
    color: #fff;
    background-color: #eb212e;
}

.subheader.phil {
    font-family: 'Domine', Georgia, serif;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.45;
    color: #777;
}
p.phil {
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 16px;
    letter-spacing: -0.015em;
    line-height: 1.5;
    color: #4C4C4C;
    font-family: 'Open Sans', sans-serif;
}
.meta.col-md-4 p.phil {
    font-weight: 400;
    margin: 18px 0;
    font-size: 14px;
    letter-spacing: -0.015em;
    line-height: 1.45;
    color: #999;
    font-family: 'Open Sans', sans-serif;
}

body#contact form#contactForm .btn-primary {
    margin-bottom: 50px;
}





.meta.col-md-4.textpadding.phil,
.meta.col-md-8.textpadding.phil {
    padding: 100px 50px 10%;
    height: 100%;
    max-height: 800px;
    min-height: 550px;
}
.red-lt p.phil, .red-dk p.phil {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    min-height: 100px;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.5;
    font-family: 'Vollkorn', Georgia, serif;
    padding-right: 12px;
}
.col-xs-12.element-img.phil {
    min-height: 300px;
}

@media (min-width: 768px) {
    .textpadding {
        padding: 50px 80px
    }
}

/* MENU PAGE MODAL STYLES */

#menumodal ul li span {
    letter-spacing: 0.0125em;
}
.modallogo {
    color: #fff;
    font-size: 22px;
}
.modallogo img {
    width: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}


#blogfeed .blogroll-meta {
    padding: 10px 30px 30px;
    color: #7a8387;
    font-size: 16px;
    line-height: 1.5;
}


.formSection {
    padding: 50px 80px 0;
}

/*BULLETED SIDENAVE HIDE/SHOW PER PAGE*/

#portfolio #bullets #area3,
#portfolio #bullets #area4,
#portfolio #bullets #area5,
#portfolio #bullets #area6,
#perspectives #bullets #area4,
#perspectives #bullets #area5,
#perspectives #bullets #area6,
#about  #bullets #area4,
#about #bullets #area5,
#about #bullets #area6,
#contact  #bullets #area4,
#contact #bullets #area5,
#contact #bullets #area6,
.loggedOut #bullets #area5,
.loggedOut #bullets #area6,
.loggedIn #bullets #area5,
.loggedIn #bullets #area6,
.noLogin #bullets #area5,
.noLogin #bullets #area6 {
    display: none;
}
.loggedOut.five-bullets #bullets #area5,
.loggedOut.five-bullets #bullets #area6,
.loggedIn.five-bullets #bullets #area5,
.loggedIn.five-bullets #bullets #area6 {
    display: block;
}

#login .form-control {
    padding: 15px;
    height: 100px;
    border: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #eee;
}

.menu-button-text {
    position: absolute;
    bottom: -3px;
    left: 20px;
    font-size: 13px;
    color: #C0C0C0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
}


/* MODAL */
.w3-modal {
    display:none;
    position:fixed;
    left:0;top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.4);
}
.w3-modal:target {
    display:table;
    osition:fixed;
    overflow:scroll;
    z-index:9;
}
.w3-modal-dialog {
    display:table-cell;
    vertical-align:middle;
}
.w3-modal-dialog .w3-modal-content {
    margin:auto;
    background-color:#fff;
    position:relative;
    padding:0;outline:0;
    border:1px #555 solid;
    width:600px;
}
.w3-closebtn {
    text-decoration:none;
    font-weight: bold;
    color:#fff;
    font-size: 20px;
    border-radius: 50%;
    padding: 8px 20px;
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #666;
}
.w3-closebtn:hover,.w3-closebtn:focus {
    color:#eb212e;
    text-decoration:none;
    cursor:pointer;
    opacity: .75;
}


#request-login form#loginForm.well  {
    background-color: transparent;
    border: none;
    padding: 15px 10px;
    margin: 0 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#request-login .form-control {
    padding: 15px 0 35px;
    border: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #eee;
}
#request-login textarea.form-control {
    height: 100px;
}
#request-login form#loginForm .btn-primary {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 16px 22px;
    background-color: #eb212e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border: none
}
#request-login form#loginForm .btn-primary:hover {
    background-color: #d76d58;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
#request-login form#loginForm .alert-danger {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    width: 80%;
    background-color: transparent;
    width: 80%;
    float: left;
    padding-top: 0;
}
#request-login form#loginForm .alert-success {
    width: 80%;
    background-color: transparent;
    width: 80%;
    float: left;
    padding-top: 0;
}
#request-login .help-block,
body#contact .help-block {
    display: block;
    margin-bottom: 15px;
    color: #d76d58;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 65%;
   /* border-top: 3px solid #d76d58;
    margin-top: -3px;*/
   /* background-color: #FFFFD0;*/
}
#request-login .help-block ul,
body#contact .help-block ul {
    padding: 10px;
    margin-top: 0;
}
#request-login .help-block ul li:before,
body#contact .help-block ul li:before {
    content:"\e101";
    margin-right: 7px;

    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

a.mailtoLink {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a.mailtoLink:hover, a.mailtoLink:focus {
    opacity: .8;
}
.alert strong {
    margin-right: 10px;
    vertical-align: middle;
}
.contactMsgIcon {
    vertical-align: middle;
    padding-right: 5px;
    font-size: 18px;
}
#menumodal {
    background-color: #333333;
}
.loggedIn .loginBtns,
.loggedOut .loggedInHdr {
    display: none;
}

.loggedIn .loggedInHdr,
.loggedOut .loginBtns {
    display: inline-block;
}
.loggedIn .loggedInHdr {
    margin-bottom: 18px;

}


#projects .projects .label-text {
    z-index: 9999999999;
}
#projects .projects .label-text h3 a {
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 7;
}
#projects .projects .label-text h3 {
    height: 100%;
}





.bigtext {
    padding: 0 170px;letter-spacing: normal;
}

@media (max-width: 768px) {
    .model-open .toggleclose {
        display: none;
        opacity: 0;
    }
    .hero {
        padding-top: 90px;
    }
  /*  #mainNavOpen #menumodal {
        display: block;
        opacity: 1;
        position: relative;
        width: 100%;
    }*/
    #menumodal .modal-footer {
         height: 280px;
    }

}
@media (max-width: 767px) {
    .bigtext {
        padding: 0 170px;letter-spacing: normal;
    }
    .textpadding {
        padding: 60px 30px;
    }
    #home .padding,
    #section2 .padding,
    #section3 .padding,
    #section4 .padding,
    #section5 .padding,
    #section6 .padding {
        padding: 60px 0;
    }
    #section1 .padding {
        padding: 110px 30px;
    }
    .carousel-inner p {
        text-align: center;
    }
    .carousel-inner blockquote .small {
        text-align: right;
    }

    #clients .col-md-12 .row div {
        display: block;
        width: 100%;
    }
    #clients .col-md-12.textpadding {
        padding: 0 15px;
    }
    .menu-button-text{
        left: 17px;
        font-size: 11px;
    }
 /*   #mainNavOpen #menumodal {
        display: block;
        opacity: 1;
        position: relative;
        width: 100%;
    }*/
    .herofade {
        padding: 80px 0 !important;
    }
    #home .section3.red-lt {
        display: none;
    }
    .meta.col-md-4.textpadding.phil, .meta.col-md-8.textpadding.phil {
        padding: 50px;
        height: 450px;
        max-height: 450px;
        min-height: 450px;
    }
}

@media (max-width:450px) {
    .menu-button-text{
        left: 17px;
        font-size: 11px;
    }

}
