/*
Theme Name: iBIMsolutions
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
  Editor Child Theme
Author: Steve Godwin
Author URI: http://stevegodwin.com
Template: editor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fifteen-child
*/


body div#page {
  background: url("/wp-content/uploads/bkg-plan-long.gif") left top no-repeat;
}

.site-header {
  padding: 45px 0 2px 0;
  width: 256px;
  overflow: hidden;
  overflow-x: hidden;
}

.dark.site-header {
  background: #333;
}

ul.toggle-bar {
  display: none;
}


.main-navigation {
  padding-top: 10px;
}

.main-navigation li {
  border-top: 1px solid #9a9a9a;
}

.main-navigation li:last-child {
  border-bottom: 1px solid #9a9a9a;
}

.main-navigation a {
  padding: 2.5% 0 2.5% 20px;
}


h1.entry-title {
  color: #ce4c4e;
  margin-top: 12rem;
  font-family: Arial, Helvetica, Arial, sans-serif;
}

img.site-logo {
  padding-left: 20px;
  width: 236px;
}

#dedication {
  float: left;
  margin: 7% 8% 0 20px;
  width: 190px;
  color: #9a9a9a;
  font-style: italic;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

#dedication p {
  margin-bottom: 0;
}

#contact {
  float: left;
  margin: 7% 8% 5% 20px;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}

#contact p {
  margin-bottom: 0.5rem;
}

#contact p.red {
  color: #ce4c4e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

#contact p.small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 14px;
  margin-bottom: 1rem;
}

#contact p a {
  color: white;
}
#contact p a:hover {
  color: #999;
  text-decoration: underline;
}

.init {
  font-weight: bold;
  font-size: 3rem;
  color: #ce4c4e;
  font-style: italic;
}

.site-footer .site-info {
  background: #e5e5e5;
  text-transform: none;
}

.site-footer a {
  color: #999;
}

.site-footer a:hover {
  color: #404040;
}

.site-content {
  padding: 5% 6% 4% 300px;
}

.entry-content {
  width: 100%;
}

.entry-content ul {
  margin-top: -10px;
}
.entry-content li {
  margin-bottom: 0;
}


@media (max-width: 963px) {
  #dedication {
    display: none;
  }
}

@media (max-width: 768px) {

  .site-header {
    width: 100%;
  }

  #dedication {
    display: none;
  }

  #contact {
    margin: 0% 8% 0 20px;
  }

  body.home div#page {
    background: none;
  }

  body.home h1.entry-title,  h1.entry-title {
    font-family: Arial, Helvetica, Arial, sans-serif;
    margin-top: 1rem;
  }
 
  .site-content {
    padding: 5% 6% 4% 20px;
  }

  .main-navigation a {
    padding: 2.5% 0 2.5% 20px;
    font-size: 18px;
  }

}

