/*
Theme Name: Ambition Child
Theme URI: http://themehorse.com/themes/ambition-child/
Author: Theme Horse
Author URI: http://themehorse.com/
Template: ambition
Description: Ambition Child Theme
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ambition-child
Tags: white, light, green, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, custom-background, custom-header, featured-images, threaded-comments, translation-ready, sticky-post

Ambition is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*****
Static Front Page Featured Image
*****/

.featured-slider
.featured-image {
    min-height: 160px;
}

/*****
Static Front Page Featured Title
*****/

.featured-text .featured-title {
    padding-bottom: 10px;
}

.featured-text .featured-title a {
  pointer-events: none !important;
}

/*****
Static Front Page Issue Images
*****/

.widget_ourclients ul li {
    margin: 0 20px;
    display: inline-block;
    max-width: 300px;
}

.widget img {
    border-radius: 3px;
}

/*****
Static Front Page Resources Title
*****/

#text-4 h2 {
    text-align: center;
    padding-top: 2em;
}

#ambition_service_widget-2 {
  padding-top: 20px;
}

/*****
Sub-page headers
*****/

.page-title-wrap {
  padding: 150px 0 150px 0;
}

.page-title {
  font-size: 40px;
}

/*****
Widget Titles
*****/

.widget-title {
  color: #043565;
  text-transform: uppercase;
  opacity: 0.65;
  font-weight: bold;
  padding-bottom: 40px !important;
}

#main .widget-title {
  text-align: center;
  position: relative;
  line-height: 2;
  overflow: hidden;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 100;
}
#main .widget-title::before {
  content: "";
  display: inline-block;
  bottom: .5ex;
  left: -.5ex;
  width: 100%;
  margin-left: -100%;
  height: 3px;
  position: relative;
  background: #89a452;
  background: -webkit-linear-gradient(right, white , #89a452);
  background: -o-linear-gradient(right, white , #89a452);
  background: -moz-linear-gradient(right, white , #89a452);
  background: linear-gradient(to right, white , #89a452);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main .widget-title:hover::before {
  left: -2ex;
}
#main .widget-title::after {
  content: "";
  display: inline-block;
  bottom: .5ex;
  left: .5ex;
  margin-right: -100%;
  width: 100%;
  height: 3px;
  position: relative;
  background: #89a452;
  background: -webkit-linear-gradient(left, white , #89a452);
  background: -o-linear-gradient(left, white , #89a452);
  background: -moz-linear-gradient(left, white , #89a452);
  background: linear-gradient(to left, white , #89a452);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main .widget-title:hover::after {
  left: 2ex;
}

#text-4 {
  margin: 0 auto;
  max-width: 1170px;
}

/*****
Services widget
*****/

.widget_service article {
  display: none;
}

.widget_service .more-link {
  display: none;
}

.widget_service .one-third {
  margin-bottom: 5%;
}

.widget_service .service-img img {
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.widget_service .service-img img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/*****
Footer
*****/

footer .widget-area .one-fourth {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}

#colophon .one-fourth {
  padding-right: 2.5%;
  padding-left: 2.5%;
}

footer .widget-area .one-fourth {
  width: 40%;
}

/*****
News Plugin Widget
*****/

.widget_news_plugin_widget ul li {
  border-color: rgb(238, 238, 238) rgb(221, 221, 221) rgb(187, 187, 187);
  border-width: 1px;
  border-style: solid;
  padding: 8px 8px 0 !important;
  border-radius: 5px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;
  margin-bottom: 15px;
}

/*****
Recent Work Widget
*****/

.widget_recent_work {
  padding-bottom: 60px;
  background-color: #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*****
Testimonial Widget
*****/

.widget_testimonial {
  background-color: white;
}
