@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Bitter:400,400i,700");
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* ****************** POSTS & CONTENT STYLES ******************* */
.entry-content .alignleft,
.entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.entry-content .alignright,
.entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

/* end .entry-content */
.hm-side-cont {
  text-align: center;
  position: absolute;
  bottom: 60px;
  width: 90%;
}

.hm-side-cont img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

.hm-side-cont p {
  font-size: 10pt;
  font-weight: 600;
  margin-bottom: 0;
}

.book-mag {
  background: url("../images/book-mag.png") no-repeat bottom center;
  padding-bottom: 240px;
}

#about-sidebar .sidebar-wrap {
  padding: 35px 35px 100px 50px;
}

.bf-share .comment_link {
  display: inline-block;
}

.bf-share .sep {
  display: initial;
}

.bf-share .social-links {
  display: inline;
}

.wrap {
  width: 760px;
}

.header .home-head {
  padding: 50px 0 120px;
}

.header .home-head h1 {
  font-size: 55pt;
  max-width: 800px;
  display: block;
  margin: 0 auto 50px;
}

.header .home-head h3 {
  font-size: 14pt;
  margin-bottom: 35px;
  display: block;
  margin: 0 auto 25px;
  max-width: 850px;
}

.header .page-head h1 {
  font-size: 35pt;
}

.home-sidebar {
  margin-top: 0;
  position: relative;
  top: -25px;
  margin-bottom: -25px;
}

.hm-side-cont {
  width: 80%;
}

#testimonials blockquote {
  padding: 0 50px;
}

#test-carousel {
  background: url("../images/quote-open.png"), url("../images/quote-close.png");
  background-position: top 35px left 5px, top 35px right 5px;
  background-repeat: no-repeat, no-repeat;
  background-size: 35px, 35px;
}

#test-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#about-sidebar .boots {
  bottom: -85px;
}

#service-products .row .col-sm-6:nth-of-type(2n+1) {
  clear: both;
}

.prod-wrap {
  min-height: 420px;
}

.feature-thumb {
  min-height: 180px;
  display: block;
}

.panel-title {
  font-size: 20pt;
}

.feature-wrap {
  border-bottom: none;
  margin-bottom: 50px;
  padding: 0;
}

.feature-wrap h3 {
  font-size: 1.4em;
}

.feature-wrap h3.fa_title {
  font-size: 14pt;
}

#collapseFeatured .col-sm-6:nth-of-type(2n+1) {
  clear: both;
}

#tools .panel-title {
  font-size: 26pt;
}

#tools .panel-default > .panel-heading a[aria-expanded="false"]:after {
  font-size: 20pt;
  position: relative;
  top: 10px;
}

/* ******************* SIDEBARS & ASIDES ******************* */
.widget {
  margin: 2.2em 0;
  padding: 0 10px;
}

.widget ul li {
  margin-bottom: 0.75em;
}

.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}

.article-footer {
  text-align: left;
}

.article-footer .row {
  display: flex;
  align-items: center;
}

.cd-top {
  right: 20px;
  bottom: 20px;
}

.wrap {
  width: 1040px;
}

#logo {
  float: left;
  width: 200px;
}

#logo img {
  max-width: 200px;
}

.header .home-head h1 {
  font-size: 60pt;
  max-width: 800px;
  display: block;
  margin: 0 auto 50px;
}

.header .home-head h3 {
  font-size: 16pt;
}

/* ******************* NAVIGATION STYLES ******************* */
.nav {
  border: 0;
  float: left;
  width: calc(100% - 225px);
  margin: 25px 0 25px 25px;
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */
}

.nav ul {
  margin-top: 0;
}

.nav li {
  position: relative;
  float: left;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  /* showing sub-menus */
}

.nav li a {
  border-bottom: 0;
  color: #fff;
}

.nav li a:focus, .nav li a:hover {
  color: #ffa84a;
  text-decoration: none;
  background: none;
}

.nav li ul.children,
.nav li ul.sub-menu {
  z-index: 8999;
  visibility: hidden;
  position: absolute;
  margin-top: 0;
  border: 1px solid #ccc;
  border-top: 0;
  /* highlight sub-menu current page */
}

.nav li ul.children li a,
.nav li ul.sub-menu li a {
  display: block;
  width: 180px;
  padding-left: 10px;
  border-right: 0;
  border-bottom: 1px solid #ccc;
}

.nav li ul.children li:last-child a,
.nav li ul.sub-menu li:last-child a {
  border-bottom: 0;
}

.nav li ul.children li ul,
.nav li ul.sub-menu li ul {
  top: 0;
  left: 100%;
}

.nav li:hover > ul {
  visibility: visible;
  top: auto;
}

/* end .nav */
.home-sidebar {
  background: url("../images/home-sidebar.png") no-repeat top center;
  background-size: contain;
  min-height: 525px;
}

.hm-side-cont {
  bottom: 125px;
  width: 70%;
}

.hm-side-cont img {
  max-width: 150px;
}

.book-mag {
  background: url("../images/book-mag.png") no-repeat bottom left 42%;
  background-size: 400px;
  min-height: 220px;
  padding: 100px 0 0;
  text-align: left;
}

.book-mag .col-md-3:first-of-type {
  text-align: right;
}

#lets-get-started {
  text-align: left;
}

#lets-get-started .row {
  display: flex;
  align-items: center;
}

#lets-get-started .col-md-4 {
  padding-right: 25px;
}

#lets-get-started .col-md-8 {
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.41);
}

#upcoming-event .orange-btn {
  margin: 15px 0 0;
}

#testimonials blockquote {
  padding: 0 100px;
  background-size: 75px, 75px;
}

.cd-top {
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px;
}

.footer {
  background: #03363a url("../images/footer-bg.png") no-repeat center center;
  background-size: auto;
  padding: 0;
  text-align: left;
}

.footer .row:nth-of-type(2) {
  padding: 10px 0;
}

.footer .nav {
  width: 100%;
  margin: 25px 0 10px;
  float: none;
  text-align: right;
}

.footer .nav li {
  float: none;
  display: inline-block;
}

.footer .nav li a {
  padding: 5px;
}

#upcoming-event {
  text-align: left;
}

#upcoming-event .container {
  max-width: 950px;
}

#about-sidebar .sidebar-wrap {
  padding-bottom: 175px;
}

.outplacement-services #content {
  padding-top: 350px;
}

.outplacement-services #content .row {
  display: flex;
  align-items: center;
}

.career-services #content,
.portfolio #content,
.career-tools #content {
  padding-top: 350px;
}

.career-services #content .row,
.portfolio #content .row,
.career-tools #content .row {
  display: flex;
}

#service-products .row .col-sm-6:nth-of-type(2n+1) {
  clear: none;
}

#service-products .row .col-md-4:nth-of-type(3n+1) {
  clear: both;
}

#os-contact h2 {
  text-align: left;
}

#collapseFeatured .col-sm-6:nth-of-type(2n+1) {
  clear: none;
}

#collapseFeatured .col-sm-6:nth-of-type(4n+1) {
  clear: both;
}

.foot-logo {
  margin-top: 15px;
}

.copyright {
  margin: 10px 0 0 10px;
}

.social-links {
  margin: 0;
  text-align: right;
}
