/*
Theme Name: Anthony Paul Ruiz
Theme URI: https://manhattandigitalsolutions.com
Author: Anthony Ruiz
Author URI: https://www.facebook.com/anthonypaulruiz
Description: This is a custom theme created by Anthony Ruiz
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Anthony Paul Ruiz
*/
/*#wpadminbar{
    top: initial !important;
    bottom: 0;
}*/
.hideMobile{
    display: none;
}
html{
    /*font-family: "Montserrat", sans-serif;*/
    font-family: 'Acme', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
body{
    /*background: url(img/background4.png)no-repeat center/cover;*/
    margin: 0;
}
header{
    /* position: fixed; */
    /* top: 0; */
    height: 90px;
    background: #fff;
    /* padding: 1.4rem; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px #000;
            box-shadow: 0px 0px 5px #000;
}
#headerWrapper{
    position: relative;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    background: #fff;
}
#headerWrapper img{
    vertical-align: bottom;
    padding-top: 5px;
}
#logo{
    height: 100%;
    width: 18%;
/*  background: #fff url(img/logo.png)no-repeat 100%/contain;*/
    float: left;
}
nav{
    position: absolute;
    display: inline-block;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    top: 18px;
    right: 0;
}
ul{
    position: relative;
    /*list-style: none;*/
    margin: 0;
}
nav ul li{
    position: relative;
    bottom: 0;
    display: inline-block;
    padding-left: 25px;
}
nav ul li a{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
nav ul li a:hover{
    color: #f00;
}
.breadcrumb{

}
.breadcrumb a{
    color: #1116ff;
    padding-right: 2px;
}
.breadcrumb a:nth-child(1){
    color: #fe1e16;
}
.breadcrumb a:after{
    content: ' --'
}
.menu-item:nth-child(1):before{
    content: url(img/computer2.png);
    padding-right: 10px;
    vertical-align: middle;
}
.menu-item:nth-child(2):before{
    content: url(img/rig3.png);
    padding-right: 10px;
    vertical-align: bottom;
}
.menu-item:after{
  content: '';
  width: 0px;
  height: 3px;
  display: block;
  background: black;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.menu-item:hover:after{
    width: 100%;
}
nav ul li:last-child{
    /*margin-left: 5%;*/
}
nav ul li:last-child a{
    color: #fff;
    background: #1200ff;
    padding: .2em .4em;
    font-size: 1.5em;
    border-radius: 12px;
    -webkit-box-shadow: -1px 1px 3px 1px #000;
            box-shadow: -1px 1px 3px 1px #000;
    text-shadow: -1px 1px 5px #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
nav ul li:last-child a:hover{
    -webkit-box-shadow: 0px 1px 3px 1px #000;
            box-shadow: 0px 1px 3px 1px #000;
}
main{
width: 95%;
margin: 0 auto;
position: relative;
}
aside{
    float: right;
    width: 35%;
    margin-top: 50px;
    padding-top: 35px;
    border-top: 2px solid #000;
}
aside input {
    width: 100%;
    border: 0px solid #ddd;
    background: #f9f9f9 url(img/searchsubmit.png) no-repeat 96% 17px;
    padding: 15px 17px;
    font-size: 14px;
    color: #888 !important;
    -webkit-box-shadow: 0px 0px 1px 1px #000;
            box-shadow: 0px 0px 1px 1px #000;
}
/*aside input{
    width: 100%;
}*/
/*.searchform{
    margin-top: 40px;
}*/

.contentBlock{
    margin-top: 20px;
    text-align: center;
}
.contentBlock img{
    width: 100%;
    height: 120px;
}
.contentBlock h3{
    text-align: center;
    font-size: 20px;
}
.contentBlock h3 span{
    color: #ff1b25;
}
.contentBlock p{
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.contentBlock p span{
    color: #1200ff;
}
/*#container{
    max-width: 1020px;
    margin: 0 auto;
}*/
aside form{
    width: 75%;
    margin: 0 auto;
}
h1{
    margin: 0;
    font-size: 40px;
    line-height: 1.4em;
    text-align: center;
    border-top: 2px solid #000;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 15px;
    color: #ff1b25;
}
h2{
    font-size: 31px;
    color: #1200ff;
}
h3{
    font-size: 30px;
    color: #1200ff;
}
hr{
    margin-top: 20px;
    clear: both;
}
label{
    line-height: 1.8;
}
/*ol{
    list-style: none;
}*/
img.alignright{
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft{
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright{
    float: right;
}
.alignleft{
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#primary{
    float: left;
    width: 65%;
    position: relative;
    margin-top: 30px;
}
#primary p{
    width: 95%;
    font-family: 'Space Mono', monospace;
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}
#primary p a{
    font-size: 1.3em;
    color: #ff1b25;
    text-decoration: underline;
    word-wrap: break-word;
}
#primary input{
    width: 100%;
    border: 0px solid #ddd;
    background: #f9f9f9 url(img/searchsubmit.png) no-repeat 96% 17px;
    padding: 15px 17px;
    font-size: 14px;
    color: #888 !important;
    -webkit-box-shadow: 0px 0px 1px 1px #000;
            box-shadow: 0px 0px 1px 1px #000;
}
.comment-body{
    padding: 20px;
}
.sResults{
    margin-top: 20px;
}
.search-page-title{
    font-family: 'Space Mono', monospace;
    text-transform: uppercase;
    font-size: 24px;
    color: #fc1b26;
}
.search-post-title{
    font-size: 25px;
    margin: 20px 0px;
    color: #2215ff;
    display: inline-block;
}

ol li{
    background: #fff;
    font-size: 1.6em;
}
#primary .olAbout{
    padding: 11px 0;
    border-bottom: 1px solid;
    color: #1200ff;
}
.contact{
    padding-top: 10px;
    border-top: 1px solid #000;
}
.contact p{
    font-style: italic;
}
/*.contact a{
    color: #1200ff;
}*/
/*.comment-body:nth-child(even){
    background: #000;
}*/
.comment-author{
    margin-bottom: 10px;
}
.comment-meta{
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.comment-edit-link{
    color: #0006ff;
}
#primary .author{
    font-size: 18px;
    font-style: italic;
    line-height: 2.5;
    color: #f00;
}
#commentsSection{
    padding: 5px 25px;
    background: #ddd;
}
#primary input #submit{
    width: initial;
}
#commentsSection h2{
    margin: 0;
}
#commentsSection textarea{
    width: 100%;
    border: 1px solid;
}
#comments{
    font-size: 25px;
}
.says{
    padding-left: 5px;
}
.comment{
    width: 100%;
}
.avatar{
    border-radius: 50%;
}
.comments-title{
    font-size: 26px;
}
.comments-title span{
    color: #1116ff;
    font-size: 30px;
}
.reply{
    padding-bottom: 10px;
}
.comment-reply-link{
    padding: 5px 25px;
    background: #1116ff;
    color: #fff;
    border-radius: 7px;
}
#respond p{
    padding-bottom: 10px;
}
.comment-respond{
    border-top: 1px solid #000;
}
.logged-in-as a:nth-child(2){
    color: #1116ff;
    font-style: italic;
}
.submit{
    padding: 5px;
    background: #1116ff;
    color: #fff;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    width: initial !important;
}
.row{
    /*margin-top: 30px;*/
    position: relative;
    height: 75vh;
}
.secureFast{
    width: 65%;
    float: left;
    height: 100%;
}
.secureFast h1{
    text-align: center;
    margin: 19px 0px 25px 0px;
    position: relative;
    font-size: 4.5em;
    color: #ffffff;
    text-shadow: 4px 3px 1px #000;
    line-height: 1.5;
}
.secureFast h1 span{
    color: #0600ff;
    text-shadow: -2px 4px 0px #c3d2de;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.secureFast ul li{
    display: list-item;
    font-size: 3.8em;
    line-height: 1.7;
    font-weight: 700;
    padding-left: 15px;
    color: #ff9b00;
    text-shadow: 0px 3px 2px #000000;
}
.secureFast li{
    display: block;
}
.applyNow{
    color: #fff;
    font-family: 'Acme', sans-serif;
    background: #1200ff;
    padding: .3em 0.6em;
    font-size: 3em;
    border-radius: 1px;
    -webkit-box-shadow: 0px 0px 1px 0px #000;
            box-shadow: 0px 0px 1px 0px #000;
    text-shadow: -1px 1px 5px #000;
    font-weight: 700;
}
.secureFast .applyNow{
    position: relative;
    top: 35px;
    left: 55px;
}
.heroImage{
    position: absolute;
    right: 0;
    width: 70%;
    height: 100%;
    background: url(img/anthony.png)no-repeat 0/contain;
    float: right;
    margin-top: 20px;
    margin-top: 21px;
}
.comment-form{
    width: 90%;
}
#primary .comment-form input[type="submit" i]{
    padding: 5px;
    background: #1116ff;
    color: #fff !important;
    font-size: 20px;
}
#primary .comment-form input{
    background: #fff;
}
#primary .comment-form input[type="checkbox" i]{
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0;
}
.comment-form-cookies-consent label{
    padding-left: 10px;
}
#footerContainer{
    min-height: 100%;
}
.entry-meta {
    font-size: 13px;
    font-style: italic;
    line-height: 1.5;
    margin-top: 10px;
    color: #1200ff;
}
footer{
    background: #000;
    border-top: 7px solid #000;
    position: relative;
    clear: both;
    min-height: 9vh;
}
footer p{
    background: #fff;
    /* text-align: center; */
    position: absolute;
    bottom: 0;
    right: 5%;
    font-size: 2.3em;
    line-height: 2.35;
}
footer p a{
    padding-left: 15px;
}
#copyright{
    font-size: 2.3em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 5%;
    line-height: 2.35;
}
@media (max-width: 1024px){
    .menu-item:after{
    content: initial;
    width: initial;
    height: initial;
    display: initial;
    background: initial;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    }
    main{
    width: 90%;
    margin: 0 auto;
    }
    .heroImage{
    bottom: 0;
    width: 80%;
    height: 73%;
    }
    .row{
        height: 82vh;
    }
    #headerWrapper img {
    padding-top: 15px;
    width: 15%;
}
    footer{
    background: #fff;
    border-top: 1px solid #000;
    position: relative;
    clear: both;
    min-height: 9vh;
    }
    #copyright{
    font-size: 3em;
    }
    footer p{
    font-size: 3em;
    }
}
@media (max-width: 767px) {
    #wpadminbar{
        z-index: 0 !important;
    }
    ul{
        list-style: none;
    }
    .hideDesktop{
        display: none;
    }
    .hideMobile{
        display: block;
    }
    header{
        height: initial;
    }
    .breadcrumb{
    margin-top: 20px;
    font-size: 15px;
    }
    #headerWrapper{
    position: initial;
    margin: 0;
    }
    body{
        background: #fff;
    }
    #headerWrapper img{
    padding: 0;
    width: 25%;
    position: absolute;
    z-index: 1;
    top: 0;
    }
    .flag{
    padding: 0;
    }
    #headerWrapper .flag img{
        width: 80%;
        padding: 0;
        position: relative;
    }
    #headerCheckbox{
    position: fixed;
    clip: rect(0,0,0,0);
    }
    #headerCheckbox:checked ~ #headerNav{
    right: 0;
    }
    #headerOptions{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 3.3vh;
    color: #fff;
    z-index: 9;
    background: rgba(0,0,0, .4);
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 10px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#headerOptions ul{
    padding: 5px;
}
#headerOptions ul li{
    display: inline-block;
    font-size: 40px;
    padding: 0 0px 0px 15px;
}
#headerCheckbox:checked ~ #headerOptions{
    display: none;
}
#headerNav{
    position: fixed;
    z-index: 1;
    background: rgba(255, 255, 255, .75);
    top: 0;
    bottom: 0;
    right: -300px;
}
.sidenav{
    position: fixed;
    z-index: 1;
    background: rgba(000, 000, 000, .75);
    top: 0;
    bottom: 0;
    right: -500px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    border-left: 1px solid #fff;
    }
    .sForm{
    width: 85%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    }
    nav p{
    color: #fff;
    text-align: -webkit-auto;
    padding: 15px 0px 25px 30px;
    font-size: 40px;
    }
    nav ul{
    padding: 0;
    /*text-align: center;*/
    }
    nav ul li{
    display: block;
    padding: 15px 10px 15px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    }
    nav ul li a{
        color: #fff;
    }
    nav ul li:last-child{
        text-align: center;
        padding: 20px 0;
    }
    nav ul li:last-child a {
     background: initial; 
     padding: initial; 
     font-size: inherit; 
     border-radius: initial; 
     -webkit-box-shadow: initial; 
     box-shadow: initial; 
     text-shadow: inherit; 
     -webkit-transition: initial; 
    -o-transition: initial;
     transition: initial; 
}
    .closeNavButton{
    padding: 0 !important;
    color: #fff;
    text-align: -webkit-auto;
    padding: 15px 0px 25px 30px;
    font-size: 40px;
    text-align: right;
    }
    .closeNavButton li{
        border: initial;
        display: inline-block;
    }
    .closeNavButton li:last-child{
        padding: 20px;
    }
    #primary{
        width: 100%;
        margin: 0;
    }
    #primary input{
        -webkit-box-shadow: 0px 0px 1px 0px #000;
                box-shadow: 0px 0px 1px 0px #000;
    }
    #commentsSection {
    padding: 5px 5px;
    background: #ddd;
    }
    #commentsSection ol{
        padding: 0;
    }
    .featuredImage img{
    width: 100%;
    height: auto;
    }
    .mheroImage{
        width: 100%;
        height: 100%;
    }
    .secureFast{
        width: 100%;
    }
    .heroImage{
    width: 82%;
    height: 50%;
    }
    aside{
        float: initial;
        width: 100%;
        border-top: initial;
    }
    footer{
    background: #000;
    border-top: initial;
    min-height: 5vh;
    }
    footer p{
        color: #fff;
    font-size: 1.5em;
    background: initial;
    }
    footer p a{
        color: #fff;
    }
    #copyright{
    padding-left: 0%;
    font-size: 1.5em;
    color: #fff;
    background: rgba(0,0,0, .75);
    }
    .row{
        height: 100vh;
    }
}