/*
 Theme Name:   Trewilga Web Technologies
 Theme URI:    http://colorlib.com/wp/themes/illdy/
 Description:  Illdy Child Theme for Trewilga Web Technologies Website
 Author:       Colorlib
 Author URI:   http://example.com
 Template:     illdy
 Version:      1.0.15
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
 Text Domain:  Trewilga-Web-Technologies
*/

@import url("../illdy/style.css");

#team .about-us-button {
  width: auto;
  height: 56px;
  line-height: 56px;
  background: #f1d204;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 70px;
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
  color: #f7f7f7;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#team .about-us-button:hover {
  text-decoration: none;
  opacity: 0.9;
}
#team .about-us-button .fa {
  margin-right: 12px;
}

#services .services-button {
  width: auto;
  height: 56px;
  line-height: 56px;
  background: #f1d204;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 70px;
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
  color: #f7f7f7;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#services .services-button:hover {
  text-decoration: none;
  opacity: 0.9;
}
#services .services-button .fa {
  margin-right: 12px;
}

.one_half {
    position: relative;
    padding: 0 34px;
}
.content-column.one_half:before {
    content: '';
    position: absolute;
    height: 80px;
    left: 0;
    top: 50%;
    margin-top: -40px;
    border-left: 1px solid #cecece;
}
.content-column.one_half:after {
    content: '';
    position: absolute;
    height: 80px;
    right: 0;
    top: 50%;
    margin-top: -40px;
    border-right: 1px solid #cecece;
}
.content-column.one_half ul:after {
    content: '';
    position: absolute;
    width: 20%;
    bottom: 0;
    left: 50%;
    margin-left: -7%;
    border-bottom: 1px solid #cecece;
}

.archive-header {
    display:none;
}

#about .section-header {
	margin-bottom: 30px;
}

#header .top-header .header-navigation {
    float: left;
}
#header .top-header .header-logo {
    float: right;
}

#contact-us .section-content .wpcf7-form p:nth-of-type(5) {
    float: none;
}