/*
Theme Name: Drillysis 2017
Theme URI: http://www.geosysta.com
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Geosysta Ltd
Author URI: http://www.geosysta.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

body
{
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f8f8;
}

.sub-header {
    padding-top: 5px;
    height: 30px;
    background-color: #222;
    color: #eeeeee;
}

.footer {
    padding-top: 40px;
    background-color: #;
    color: #f2f2f2;
    min-height: 150px;
}

.sub-footer {
    background-color: #000;
    color: #eeeeee;
}

.sub-footer p {
    color: #cccccc;
    font-size: 1.1rem;
}
.sub-footer a {
	color: #e0e0e0;
}

.navbar {
    background-color: #000;
    color: #f1f1f1;
    opacity: 0.8;
    padding: 2px 15px;
}

.navbar:hover {
    opacity: 1;
}

.navbar-brand {
    padding: 0;
}

.navbar-title {
    font-size: 19px;
    float: left;
    margin-top: 10px;
    padding-left: 5px;
}
.navbar-title a {
    color: #f1f1f1;
}
.navbar-title a:hover {
    color: #ffffff;
    text-decoration: none;
}

.navbar-nav li a {
    line-height: 57px;
    height: 57px;
    padding-top: 0;
}

.navbar-form {
    padding-top: 5px;
}

.navbar-brand
{
    padding-top: 7px;
}

.navbar-collapse
{
    background-color: #000000;
}

.nav > li:hover,
.nav > li:hover > a,
.nav > li > a:hover
{
    background-color: #1d9d73;
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus
{
    background-color: #1d9d73;
    color: #ffffff;
}


.post_content {
    text-align: justify;
    /*
    text-shadow: 1px 1px 1px #cecccc;
    */
}

.page-header {
    padding-bottom: 2px;
}

.page-header h1 {
    color: #1d9d73;
    font-size: 35px;
}

.lead {
    font-size: 1.5rem;
}

article header {
    margin-bottom: 2px;
    max-height: 160px;
}

article header h3 a 
{
    color: #1d9d73;
}

#sidebar1 {
    margin-top: 0;
    padding-top: 10px;
    height: 100%;
}

#sidebar1 .widget {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#sidebar1 .widgettitle {
    color: #1d9d73;
    font-size: 22px;
}
#sidebar1 h4 {
    margin-top: 0;
}

#sidebar1 .widget ul,
#sidebar1 .widget ol
{
    margin: 0;
    list-style: none;
    padding: 5px 10px;
}

#sidebar1 .widget li {
    list-style:  none;
    line-height: 1.8;
    padding: 5px 2px 2px 15px;
    display: block;
}


#sidebar1 .widget li a {
    color: #333;
    display: block;
    border-bottom: #e0e0e0 1px solid;
}

#sidebar1 .widget li a:hover {
    color: #000;
    text-decoration: none;
}

#main {
    min-height: 600px;
    padding: 3px 30px;
    background-color: #fff;
    text-align: justify;
}

#main article {
    padding: 10px 20px;
}

#main .comment-respond {
    padding: 10px 20px;
}


/* Geosysta Template customizations */
.fp-section
{
	min-height: 500px;

    float: left;
    padding: 63px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
	
}
.fp-section h2
{
	padding: 10px 10px;
	color: #fff;
	background-color: #444;
	opacity: 0.6;
	width: 60%;
	margin: auto;
}

.fp-section .text-section
{
	width: 60%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px;
	color: #fff;
	background-color: #444;
	opacity: 0.8;
    text-align: justify;

}

.fp-section .text-section .inner-title,
{
	font-style: italic;
	text-align: center;
	font-size: 16px; 
	background-color: yellow;
}

#fp_services
{
    background: url(images/bridgeFront.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#fp_software
{
	/*background: url(images/waterfall.gif);*/
    background: url(images/soil_mech.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    min-height: 350px;
}

.image-section {
    float: left;
    padding: 63px 0;
    text-align: center;
    width: 100%;
}

.mid-section 
{
    padding: 30px 10px;
    color: #000;
    color: #333;
    min-height: 450px;
}

.mid-section a
{
    color: #333;
    text-decoration: none;
}

.mid-section-item, 
.mid-section-item2
{
    padding: 10px 5px;
    min-height: 400px;
    /*
    text-shadow: 1px 1px 1px #cecccc;
    */
    text-align: center;
}

.mid-section-item h2,
.mid-section-item2 h2
{
    font-size: 26px;
    text-transform: uppercase;
    color: #07693A;
}

.mid-section-item img
{
    /* box-shadow: 0 0 5px #333; */
    border: #eee 1px solid;
    width: 215px;
    height: 100px;
    border-radius: 5px;
}

/*
.mid-section-item:hover img
{
    box-shadow: 0 0 8px #000;
}
*/

.mid-section-item2 img {
    width: 450px;
    height: 300px;
    border-radius: 5px;
    border: #eee 1px solid;
    /*
    box-shadow: 0 0 5px #333;
    */
}
/*
.mid-section-item2:hover img
{
    box-shadow: 0 0 8px #000;
}
*/

.mid-section-item p,
.mid-section-item2 p
{
    text-align: justify;
    padding: 10px;
    width: 90%;
    margin: auto;
}

.featured-image {
    width: 100%;
    margin: auto;
}

.featured-image h1 {
    position: relative;
    /*
    color: #1d9d73;
    */
    color: #fff;
    top: -60px;
}

.profile-img img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 
    width: 150px;
     border: 1px solid;
    border-radius: 25px;
}

.profile-img img:hover {
    filter: none;
  -webkit-filter: grayscale(0%);
}

.short-bio {
    padding: 10px 20px;
    margin-bottom: 10px;
    vertical-align: top;
}

.short-bio img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 
    width: 220px;
    height: 168px;
    margin-right: 15px;
}

.short-bio img:hover {
    filter: none;
  -webkit-filter: grayscale(0%);
}

.short-bio .title {
    font-weight: bold;
}

.short-bio-title {
    font-weight: bold;
}

.lead {
	font-weight: 400;
	font-size: 1.4rem;
	
}

.container {
    width: 100%;
    padding: 10px 20px;
}
