/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 2.5.1
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

@import url("../brooklyn/style.css");  

body {
}

p {
  margin-bottom: 24px;
}

strong {
  color: inherit !important;
}

.grid-container {
  max-width: 920px;
}

.list-heading {
  margin-bottom: 3px;
}

.comment-content ul, .entry-content ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
}

.entry-content li {
  padding-left: 1em;
  text-indent: -0.7em;
}

.entry-content li:before {
 content: "• ";
 color: #1c5576;
}

#header-section {
  background: #fff;
  border-top: 14px solid #1c5576;
  line-height: 55px;
}

#header-section .grid-container {
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 750px) {
  #header-section .grid-container {
    margin: 12px auto 15px;
  }
}


#navigation {
  margin-top: 12px;
  padding: 0;
}

#navigation ul li a {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-left: 20px;
  color: #b4c4cc;
}

#navigation ul li a:after {
  content: none;
}
#main-content .main-content-background {
  background: url('images/bg.png') repeat !important;
}

.hero-title img {
  width: 60%;  
}


.ut-offset-anchor {
  top: -150px !important;
}


.pt-style-1 .page-title, .pt-style-1 .section-title {
  background: none;
  color: #1c5576;
  margin-bottom: 12px;
}

.pt-style-1 .page-title span, .pt-style-1 .section-title span {
  background: none;
}

.dark cite, .dark, .dark p.lead {
  color: #68747b;
}

.dark p.lead {
  font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.ut-parallax-quote-title {
  margin-bottom: 5px;
  font-size: 26px;
}

.ut-parallax-quote-name {
  font-size: 15px;
}

.mpsc-quote .grid-container {
  max-width: 1200px;
}

.mpsc-quote .fa {
  display: none;
}

.bottom-image {
  height: 198px;
  box-shadow: inset 0 5px 75px -5px #000000
  max-width: 1920px;
  margin: 0 auto;
}

.icon {
  background: url('images/icons.png') no-repeat;
}

.icon-school {
  height: 46px;
  width: 46px;
  background-position: 0 0;
}

.icon-building {
  height: 46px;
  width: 46px;
  background-position: -52px 0;
}

.icon-clipboard {
  height: 46px;
  width: 46px;
  background-position: -105px 0;
}

.icon-phone {
  background-position: 0 -53px;
  height: 15px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px
}

.icon-email {
  background-position: -52px -50px;
  height: 15px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
}


/* Welcome */

.welcome-trainedIn {
  padding-right: 3.5em;
}

.welcome-item {
  color: #1c5576;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 3em;
  text-transform: uppercase;
}

.welcome-item .icon {
  float: left;
  margin-right: 25px;
}

/* Servies */
#services {
  background: url('images/servicesList-bg.jpg') no-repeat top center;
  margin: 0 auto;
  max-width: 1920px;
}

#services .section-content {
  margin-top: 1em;
  padding-bottom: 2em;
}

.services-heading {
  color: #1c5576 !important;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.services-item {
  height: 225px;
  padding: 0 1.2em;
  position: relative;
}

.services-item .icon {
  display: block;
  margin: 0 auto 1em;
}

.services-item .services-heading {
  line-height: 1.4em;
  text-align: center;
}

.services-expand {
  background: white;
  bottom: 0;
  border-radius: 25px;
  box-shadow: 1px 2px 6px #696969;
  color: #1c5576 !important;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  font-weight: bold;
  left: 50%;
  margin: 0 0 35px -50px;
  padding: 6px;
  position: absolute;
  text-transform: uppercase;
  width: 100px;
}

.services-expand:hover {
  color: #fff !important;
  background: #1c5576;
}


/* Services sub-sections */
.services-section {
  height: 0;
  opacity: 0;
  padding: 0 !important;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.services-section .section-content {
  opacity: 1 !important;
}

.services-section.is-active {
  display: block;
  opacity: 1;
  padding: 45px 0 !important;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 1s, transform 0.5s;
}

.service-title {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 2.5em;
  padding-left: 5.0em;
  position: relative;
}

.service-title .icon {
  left: 0;
  position: absolute;
  top: -15px;
}

.services-listHeading {
  margin-bottom: 0;
}

.entry-content .services-list {
  margin-bottom: 1.5em;
}

.services-list li {
  margin-bottom: 0.3em;
}

.dark .services-point {
  color: #1c5576;
}

.dark .services-statement {
  color: #1c5576;
  font-size: 20px;
}

.services-collapse {
  background: #1c5576;
  border-radius: 25px;
  box-shadow: 1px 2px 6px #696969;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  font-weight: bold;
  padding: 1px 19px;
  text-transform: uppercase;
}

.services-collapse:hover {
  background: #cfe0e9;
  color: #1c5576 !important;
}

/* Contact Us*/
#contact-us {
  background: url('images/contact-bg.jpg') no-repeat center -200px;
  background-size: 1920px auto !important;
  color: #1c5576;
  padding-bottom: 8em !important;
}

@media (min-width: 750px) {
  #contact-us {
    padding-bottom: 18em !important;
  }
}

#contact-us .section-title {
  color: #fff;
}

.contact-left {
  background: rgba(184,194,206,0.8);
  padding: 2%;
}
.contact-right {
  background: rgba(184,194,206,0.8);
  padding: 2% 3%;
}

.contact-heading {
  color: #1c5576 !important;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-left .services-heading {
  font-size: 11px;
  margin-bottom: 0;
}

.contact-item {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 25px;
  position: relative;
}

.contact-left hr {
  background: #5a4b43;
  margin: 1em 0;
}

.contact-disclaimer {
  font-size: 12px;
  line-height: 1.4em;
}

.contact-right > p:empty {
  display: none;
}

.contact-right .wpcf7-form {
  color: #1c5576;
}

.footer {
  font-size: 12px !important;
  padding: 10px 0;
}

.footer-content {
  padding: 0;
}

.footer .copyright {
  display: none;
}

.footer .toTop {
  display: none;
}
