﻿/*
Theme Name: ELS
Theme URI: http://www.elitelineservices.com/
Description: ELS Wordpress theme
Version: 1.0
Author: New Media Campaigns
Author URI: http://newmediacampaigns.com/
Tags:
*/



/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color:#808080;; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

b {
  font-weight:bold;
}

@font-face {
    font-family: 'nevis';
    src: url('fonts/nevis-webfont.eot');
    src: url('fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nevis-webfont.woff') format('woff'),
         url('fonts/nevis-webfont.ttf') format('truetype'),
         url('fonts/nevis-webfont.svg#nevisBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.container {
  margin:0 auto;
  width:960px;
}

#h {
  height:91px;
  background:url(images/header-bg2.jpg?v1) center #003399;
}

  #h h1 {
    float:left;
    margin-top:8px;
  }

    #h h1 a {
      display:block;
      background:url(images/logo.png) no-repeat;
      text-indent:-9999px;
      width:250px;
      height:77px;
    }

      #h a:active {
        position:relative;
        top:1px;
      }

  #h nav {
    float:right;
    margin-top:55px;
  }

    #h nav ul {
      list-style:none;
      padding:0;
    }

      #h nav ul li {
        float:left;
        margin-left:45px;
      }

        #h nav ul li a {
          color:#fff;
          text-transform:uppercase;
          text-decoration:none;
          font-size:13px;
          font-family:'nevis', Verdana;
           -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
        }
        #page-home #h nav ul li {
          display: none;
        }

          #h nav ul li a:hover, #h nav ul li.current-menu-item a, #h nav ul li.current-page-ancestor a {
            color:#fda64e;
          }

/*** BANNER ***/


#banner {

}
  #page-home #banner-wrap {
    background: #000d27;
    height:418px;
  }
  #page-home #banner {
    display: none;
    background:url(images/home-bg.jpg?v=1) top center no-repeat #000d27;
    height:418px;
  }

  #go {
    position:relative;
    top:300px;
    width:575px;
    margin:0 auto;
  }

  #go h2 {
    color:#fff;
    text-transform:uppercase;
    font-family:'nevis', Verdana;
    font-size:26px;
    text-align:center;
  }

  #go p {
    color:#fff;
    font-size:15px;
    margin-top:25px;
    float:left;
  }

  #go a {
    float:right;
    background:#ff9933;
    padding:10px 20px;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    line-height:14px;
    text-transform:uppercase;
    font-family:"nevis", Verdana;
    border-radius:5px;
    margin-top:15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

    #go a:hover {
      background:#f28c26;
    }

/*** HOME ***/

#more {
  margin-top:20px;
}

  #more img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
  }
  #more img:hover {
      -webkit-transform: scale(1.15);
         -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
           -o-transform: scale(1.15);
              transform: scale(1.15);
      z-index: 999;
  }

  .col {
    overflow:auto;
    padding-bottom:40px;
  }

    .col h3 {
      color:#003399;
      font-size:16px;
      margin:20px 0;
      font-family:"nevis", Verdana;
      text-transform:uppercase;
    }

    .col p {
      font-size:14px;
      line-height:21px;
    }

  #col-1 {
    overflow: visible;
    width:350px;
    float:left;
    margin-right:17px;
  }

   #col-2 {
    overflow: visible;
    width:350px;
    float:left;
  }

  #col-3 {
    overflow: visible;
    width:226px;
    float:right;
  }

    #col-3 ul {
      margin:0;
      list-style:none;
    }

      #col-3 ul li {
        margin-bottom:10px;
        padding-left:28px;
        padding-top:5px;
        background:url(images/case-study-icon.png) top left no-repeat;
      }

        #col-3 ul li a {
          color:#003399;
          border-bottom:solid 1px #003399;
          font-size:14px;
          text-decoration:none;
        }

          #col-3 ul li a:hover {
            border-color:#ccc;
          }

/*** PAGES ***/

#banner {
  background:url(images/about-bg.jpg) top center no-repeat #00359a;
  height:167px;
}

  #banner-container {
    margin:0 auto;
    width:960px;
    height:167px;
    position:relative;
  }

.page-id-13 #banner {
   background:url(images/clients-bg.jpg) top center no-repeat #00359a;
   height:167px;
}

.page-id-9 #banner {
  background:url(images/about-bg.jpg) top center no-repeat #00359a;
  height:167px;
}

.page-id-15 #banner {
  background:url(images/contact-bg.jpg) top center no-repeat #00359a;
  height:167px;
}

.page-id-46 #banner {
  background:url(images/gse-bg.jpg) top center no-repeat #00359a;
  height:167px;
}

.page-id-44 #banner {
  background:url(images/bhs-bg.jpg) top center no-repeat #00359a;
  height:167px;
}

.page-id-52 #banner {
  background:url(images/fleet-bg.jpg) top center no-repeat #00359a!important;
  height:167px;
}

.page-id-11 #banner {
  background:url(images/services-bg.jpg) top center no-repeat #00359a;
  height:167px;
}

.page-id-50 #banner {
  background:url(images/pbb-bg.jpg) top center no-repeat #00359a;
  height:167px;
}

#page-blog #banner {
  /* background:url(images/services-bg.jpg) top center no-repeat #00359a;
  height:167px; */
}

#parent-title {
  color:#fff;
  text-transform:uppercase;
  font-family:"nevis", Verdana;
  font-size:32px;
  position:absolute;
  bottom:15px;
  left:0;
}

#main-content {
  clear:both;
  margin-top:30px;
}

#content {
  float:right;
  width:655px;
  padding-bottom:45px;
}

#content h1 {
  color:#003399;
  font-size:23px;
  line-height:23px;
  font-family:"nevis", Verdana;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:solid 1px #ccc;
}

#content h2 {
  color:#003399;
  font-size:15px;
  font-family:"nevis", Verdana;
}

#content p {
  margin:10px 0;
  line-height:21px;
}

#content img {
 margin-bottom:5px;
}




/*** SIDEBAR ***/

#s {
  width:285px;
  float:left;
  padding-bottom:45px;
}

  #featured-case-studies {
    padding:20px 17px;
    border:solid 1px #cacaca;
    border-radius:3px;
    margin-bottom:20px;
  }

    #featured-case-studies h3 {
      font-size:14px;
      color:#04113e;
      font-family:"nevis", Verdana;
      text-transform:uppercase;
      margin-bottom:10px;
    }

    #featured-case-studies ul {
      margin:0;
      padding:0;
    }

      #featured-case-studies ul li {
        margin-bottom:10px;
        padding-left:28px;
        padding-top:5px;
        background:url(images/case-study-icon.png) top left no-repeat;
        list-style:none;
      }

        #featured-case-studies ul li a {
          color:#003399;
          border-bottom:solid 1px #003399;
          font-size:14px;
          text-decoration:none;
        }

          #featured-case-studies ul li a:hover {
            border-color:#ccc;
          }

    #decs img {
      margin-bottom:20px;
      border-radius:5px;
      background:#fff;
      max-width:285px;
    }

  #sidebar-nav {
    padding:7px;
    background:#efefef;
    border:solid 1px #cacaca;
    border-radius:3px;
    margin-bottom:20px;
  }


        #sidebar-nav ul li a {
          color:#04113e;
          font-size:13px;
          text-decoration:none;
          font-family:"nevis", Verdana;
          text-transform:uppercase;
          padding:10px 13px;
          display:block;
        }

          #sidebar-nav ul li a:hover, #sidebar-nav ul li.current_page_item a {
            border-radius:3px;
            background:#fff;
            color:#003399;
          }

/** FOOTER **/

#f {
  background:#f5f5f5;
  color:#808080;
  text-transform:uppercase;
  padding:14px 0;
  font-size:11px;
  font-family:"nevis", Verdana;
  clear:both;
  margin-top:45px;
  overflow-y:auto;
  overflow-x:hidden;
}

  #f p {
    float:left;
  }

  #f ul {
    float:right;
    list-style:none;
  }

    #f ul li {
      float:left;
      margin-left:15px;
    }

    #f ul li a {
      color:#003399;
      text-decoration:none;
    }

/*** FORM ***/

#content form {
  margin:30px 0;
}

  #content form input[type="text"] {
    padding:7px;
    width:60%;
    border:solid 1px #999;
  }

    #content form #message {
      width:500px;
      height:100px;
      border:solid 1px #999;
      padding:7px;
    }


/*** wordpress contact form 7 ***/
#content form.wpcf7-form span.wpcf7-checkbox input[type="checkbox"] {
  vertical-align:middle;
}

#content form.wpcf7-form table td {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px 6px 6px;
}

#content form.wpcf7-form table input[type="text"] {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content form.wpcf7-form h2 {
  padding-top: 10px;
}

#content form.wpcf7-form fieldset {
  margin-top: -1px;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}

/*** PRINT ***/

@media print {
  * { color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
