/*
Theme Name: Wilson T. Ballard
Theme URI: http://www.reliablepsd.com
Author: <a href="http://www.reliablepsd.com">reliablepsd</a>
Author URI: http://www.reliablepsd.com
Description: Designed by <a href="http://www.reliablepsd.com">reliablepsd</a>.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

img {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}

.hide {
    position: absolute !important;
    left: -9999em !important;
}
.blog-post:after,
.has_sidebar:after,
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.ie7 .clearfix {
    zoom: 1;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

textarea {
    overflow: auto;
}

a, input[type=reset], input[type=button], input[type=submit], button, .btn{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type=reset], input[type=button], input[type=submit], button, .btn{
    box-sizing:border-box;
    background: #fff;
    border: 3px solid #1b5633;
    height:45px;
    padding: 8px 20px;
    font-size: 20px;
    line-height:23px;
    text-transform: uppercase;
    color: #1b5633;
    display: inline-block;
    text-decoration:none!important;
}
input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover, button:hover, .btn:hover{
/*  opacity: 0.9; */
    color: #fff;
    background: #1b5633;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=search], textarea{
    box-sizing:border-box;
    display:inline-block;
    max-width:100%;
    padding: 8px 20px;
    font-size:20px;
    line-height:23px;
    border: 3px solid #ccc;
    color: #000;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=search]{
    height:45px;
}

input, textarea, select, button {
    outline: none;
}
fieldset{
    display:block;
    width:100%;
    margin:0;
    padding:0;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
    font: 13px/23px 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight:600;
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: none;
}

a{
    text-decoration: none;
    color: #1b5633;
}

a:hover {
    text-decoration: underline;
}

/* Container
------------------------------------------------------------------------------*/
html,
body { height: 100%; }

body {
    display: table;
    width: 100%;
}

.page-row {
    display: table-row;
    height: 1px;
}

.page-row-expanded { height: 100%; }

.container {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}
#wrapper{
    overflow:hidden;
}

/* Header
------------------------------------------------------------------------------*/
#header{
    position:absolute;
    top:0; left:0;
    width:100%;
    padding: 15px 0 0;
    background:#fff;
    background:rgba(255,255,255,0.8);
    z-index:1000;
}
#header.white{
    background:#fff;
}
#header .container{
    padding: 0 10px;
}
.logo{
    display:inline-block;
}
.logo img{
    width:100%; height:auto;
}
.shares{
    float:right;
    margin: 45px 0 0;
}
.shares li{
    display:inline-block;
    margin-left:20px;
}
.shares a{
    display:block;
    height:26px;
    padding: 0 25px;
    font-size:15px;
    font-weight:800;
    line-height:26px;
    text-transform:uppercase;
    color:#fff;
    background:#1b5633;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.shares a:hover{
    text-decoration:none;
    opacity:0.9;
}
.shares .linkedin{
    width:26px;
    padding: 0;
    text-indent:-9999em;
    background:url(images/linked-in.png) no-repeat;
}

/* Navigation
------------------------------------------------------------------------------*/
.menu_trigger{
    position: absolute;
    top: 10px;
    right:15px;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
    display: none; }

.menu_trigger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.menu_trigger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .menu_trigger-inner, .menu_trigger-inner::before, .menu_trigger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #1b5633;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .menu_trigger-inner::before, .menu_trigger-inner::after {
    content: "";
    display: block; }
  .menu_trigger-inner::before {
    top: -10px; }
  .menu_trigger-inner::after {
    bottom: -10px; }
.menu_trigger .menu_trigger-inner {
  top: 2px; }
  .menu_trigger .menu_trigger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .menu_trigger .menu_trigger-inner::after {
    top: 20px; }

.menu_trigger.clicked .menu_trigger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }
  .menu_trigger.clicked .menu_trigger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .menu_trigger.clicked .menu_trigger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg); }

.drops {
    position: absolute;
    top:0;right:10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
}
.drops:after {
    content: '';
    position: absolute;
    left: 10px; top: 15px;
    border: 10px solid transparent;
    border-top: 10px solid #adacac;
}
.drops.actives {background-position: 0 -16px;}
.nav-bar{
    display:table;
    width:100%;
}
#nav,#nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
#nav{
    padding:0;font-size:0;z-index:999;position:relative;
    display:table-row;
}
#nav ul{
    display:none;
    position:absolute;
    left:0;top:100%;
    min-width:294px;
    padding:0;
    z-index:1000;
}
/* .white #nav ul{
    background:#fff;
} */
#nav li:hover>*{
    display:block;}
#nav li{
    position:relative;
    display:block;
    font-size:0;
}
#nav>li{
    display:table-cell;
    white-space:nowrap;
    margin:0;
    text-align:center;
}
* html #nav li a{
    display:inline-block;}
#nav a:active, #nav a:focus{
    outline-style:none;}
#nav a{
    display:block;
    vertical-align:middle;
    text-decoration:none;
    font-size:17px;
    font-weight:800;
    line-height:20px;
    text-transform:uppercase;
    color:#000;
    cursor:pointer;
    padding:7px 5px 9px;
}
#nav ul li{
    padding: 0 20px 0 14px;
    text-align:left;
    white-space:normal;
    background:#1b5633;
    background:rgba(13,92,0,0.89);
}
#nav ul a{
    padding:11px 0;
    font-size:14px;
    line-height:15px;
    font-weight:600;
    text-decoration:none;
    color:#adacac;
    border-top:1px solid #adacac;
}
#nav ul li:first-child a{
    border-top:0;
}
#nav li.current_page_ancestor > a,
/*#nav .current_page_parent a,
#nav .current_page_item a,*/

#nav li.current-menu-ancestor > a,
/*#nav .current-menu-parent a,
#nav .current-menu-item a,*/

#nav li.current-page-ancestor > a,
/*#nav .current-page-parent a,
#nav .current-page-item a,*/
#nav .active a,
#nav li:hover>a{
    color:#1b5633;
    text-decoration:none;
    opacity:1;
}
#nav ul .current_page_ancestor a,
#nav ul .current_page_parent a,
#nav ul .current_page_item a,

#nav ul .current-menu-ancestor a,
#nav ul .current-menu-parent a,
#nav ul .current-menu-item a,

#nav ul .current-page-ancestor a,
#nav ul .current-page-parent a,
#nav ul .current-page-item a,
#nav ul .active a,
#nav ul li:hover>a{
    color:#ffffff;
    text-decoration:none;
    text-shadow: 0px 1px 0 #FFFFFF;
    opacity:1;
}
/* Slider
------------------------------------------------------------------------------*/
#featured{
    margin: 0 0 20px;
}
#featured figure{
    background-repeat: no-repeat;
    background-position:50% 0;
    background-size: cover;
    max-height: 700px;
    position:relative;
}
.page-template-blog #featured figure,
.blog #featured figure{
    max-height: 544px;
}
#featured figure img{
    opacity: 0;
    width: 100%;
    height: auto;
}

#featured .bx-wrapper{
    margin: 0 auto;
    border:0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#featured .bx-viewport{
    z-index:1;
}
#featured .bx-wrapper .bx-caption{
    bottom:34px;
    background:#000;
    background:rgba(0,0,0,0.5);
}
#featured .bx-wrapper .bx-caption span{
    padding: 17px 10px;
    font-family:inherit;
    font-size:16px;
    font-weight:400;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
}
#featured .bx-wrapper .bx-controls {
    position:absolute;
    bottom:15px; left:0;
    width:100%;
    z-index:2;
}
#featured .bx-wrapper .bx-pager{
    position:static;
    max-width:820px;
    margin: 0 auto;
    padding:0;
    text-align:right;
}
#featured .bx-wrapper .bx-pager.bx-default-pager a{
    width:12px; height:12px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    opacity:0.64;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(24,24,24,0.75);
    box-shadow: 2px 2px 5px 0 rgba(24,24,24,0.75);
}

/* Content
------------------------------------------------------------------------------*/
#body{
    padding: 0 0 30px;
}
.page #body > .container{
    padding-left: 10px;
    padding-right:10px;
}
.has_sidebar #content{
    box-sizing:border-box;
    float:left;
    width:68%;
    padding:0 15px 0 10px;
}
.has_sidebar #sidebar{
    box-sizing:border-box;
    float:left;
    width:32%;
    padding:0 10px 0 15px;
}
.title {
    margin: 0 0 20px;
}
.single .title {
    margin: 0;
}
.blog-post .title {
    margin: 0 0 5px;
}
.title h1{
    padding: 10px 0 0;
    font-size:25px;
    font-style:italic;
    line-height:28px;
    color:#1b5633;
    text-align:center;
}
.blog .title h1{
    padding: 0 10px;
    text-align:left;
}
.title time,
.blog-post .title h2,
.single .title h1{
    display:inline-block;
    vertical-align:middle;
    padding: 0;
    font-size:13px;
    font-weight:700;
    font-style:normal;
    line-height:23px;
    text-transform:uppercase;
    color:#1b5633;
    position:relative;
}
.blog-post .title h2 span:after,
.single .title h1 span:after{
    content:'  | ';
    display:inline-block;
    vertical-align:top;
    white-space:pre;
}
.blog-post{
    padding-bottom:25px;
}
.blog-post:last-child{
    padding-bottom:0;
}
.blog-post .title{
    display:block;
}
.blog-post .title:hover{
    text-decoration:none;
}
.page-template-blog .blog-post .title{
    float:left;
    width:47%;
}
.page-template-blog .blog-post >img{
    max-width:50%;
}
.page-template-blog .entry {
    float:left;
    width:47%;
}
.blog-post .title time,.blog-post .title h2{
    color:#000;
}
.blog-post .entry p{
    font-weight:normal;
    line-height:21px;
}
.blog .read_more{
    font-weight:bold;
    text-decoration:none;
    color:#000;
}
.blog-post .title:hover time,.blog-post .title:hover h2,
.blog .read_more:hover{
    text-decoration:none;
    color:#1b5633;
}
.single .entry p{
    line-height:21px;
}

#sidebar .widget {
    margin: 0 0 15px;
}
.widget_archive ul{
    font-size:15px;
    font-weight:bold;
}
.widget_archive ul ul{
    padding-left:8px;
}
.widget_archive ul a{
    text-decoration:underline;
}
.widget_archive ul a:hover{
    text-decoration:none;
}
#sidebar .search-form input{
    margin-bottom:10px;
}
#sidebar .search-form input[type=text], #sidebar .search-form input[type=search]{
    width:100%;
}

/* Footer
------------------------------------------------------------------------------*/
#footer{
    background:#1b5633;
}
.footer-holder{
    padding:20px 10px;
    text-align:center;
    color:#fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(24,24,24,0.75);
    box-shadow: 0 0 7px 0 rgba(24,24,24,0.75);
    overflow:hidden;
    position:relative;
    z-index:2;
    background:#1b5633;
}
.nav-footer li{
    display:inline;
    white-space: pre;
}
.nav-footer li:after{
    content:'   |   ';
    display:inline;
    vertical-align:top;
}
.nav-footer li:last-child:after{
    display:none;
}
.nav-footer a{
    color:#fff;
    font-size:15px;
    text-transform:uppercase;
}
.lower-footer{
    font-size:10px;
}
.lower-footer a{
    color:#fff;
    text-decoration:underline;
}
.lower-footer a:hover{
    text-decoration:none;
}
#footer .colgroup{
    margin: 10px -13px 15px;
    font-size:11px;
    line-height:16px;
    text-align:left;
    position:relative;
}
#footer .colgroup:before{
    content:'';
    position:absolute;
    left:50%; top:0;
    height:100%; width:1px;
    background:#fff;
}
#footer .col{
    box-sizing:border-box;
    float:left;
    width:50%;
    padding:0 13px;
}
#footer .col:first-child{
    text-align:right;
}
#siteseal {
	padding-top: 5px;
}

/* Home Page
------------------------------------------------------------------------------*/
.home #body {
    padding-bottom:0;
}
.home #featured{
    position:relative;
    z-index:2;
    margin:0;
}
.home #content {
    padding-bottom:20px;
    position:relative;
    background:#fff;
    z-index:2;
}
.home #content  .container{
    max-width:780px;
    padding:20px 10px 0;
}
.home .entry p{
    line-height:20px;
}

.home .entry .btn{
    margin-top:15px;
}

section .title{
    margin-bottom:21px;
    font-size:25px;
    line-height:28px;
    text-align:center;
    color:#fff;
}
.projects{
    padding: 35px 0;
    color:#fff;
    background:#1b5633;
    position:relative;
    z-index:2;
}
.projects .container{
    max-width:780px;
    padding: 0 25px;
}
.projects .holder{
    margin: 0 -25px;
}
.project_item{
    box-sizing:border-box;
    float:left;
    width:33.333333%;
    padding: 0 25px;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
    text-align:center;
}
.project_item .desc{
    max-height:114px;
    overflow:hidden;
}
.project_item h2{
    padding: 10px 0 6px;
    font-size:20px;
    font-weight:bold;
    line-height:22px;
}
.project_item a{
    color:#fff;
    color:rgba(255,255,255,0.5);
}
.project_item:hover a{
    color:#fff;
    text-decoration:none;
}
.project_item .image{
    display:block;
    border: 5px solid #fff;
    border-color:rgba(255,255,255,0.5);
}
.project_item:hover .image{
    border-color:#fff;
}

.news {
    padding:25px 0 55px;
    background-color:#424241;
    position:relative;
}
.news .container{
    padding: 0 20px;
    z-index:3;
}
.news .title{
    margin-bottom:30px;
}
.news .holder{
    margin: 0 auto;
    display:table;
    width: 100%;
/*  width: */
}
.news .row{
   display: table-row;
}
.news-post{
/*  box-sizing:border-box; */
    display:table-cell;
    width:33.333333%;
    min-height:85px;
    padding: 0 18px;
    font-size:14px;
    line-height:18px;
    text-align:center;
    text-transform:uppercase;
    vertical-align:middle;
    position:relative;
}
.news-post a{
    text-decoration:underline;
    color:#000;
}
.news-post a:hover{
    color:#1b5633;
        text-shadow: 1px 0 0 #1b5633;
}
.news-post:before{
    content:'';
    position:absolute;
    left:18px; right:18px;
    top:0;
    height:100%;
    background:#fff;
    z-index:5;
}
.news-post h2{
    padding:25px 10px;
    position:relative;
    background:#fff;
    z-index:10;
}
.news-post time{
    display:inline-block;
    text-decoration:underline;
}
.bg-holder{
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    overflow:hidden;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:1;
}
.bg-holder img{
    position:fixed;
    left:0; bottom:-10%;
    width:100%;
}

/* Wordpress
------------------------------------------------------------------------------*/

.textwidget p{ padding: 0 0 10px 0; }

/* Respond */
#respond{
    margin:20px 0 20px 0;
    overflow:hidden;
}
.commentlist #respond{
    margin:0 0 20px 0;
}
#respond .comment-reply-title{
    margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
    font-size: 12px;
    font-weight: normal;
}
#commentform p{
    width:100%;
    overflow:hidden;
    padding: 0 0 10px;
    margin: 0;
}
#commentform p label{
    display: block;
    padding: 0 0 5px;
}
#commentform p textarea{
    box-sizing:border-box;
    width: 100%;
}

/* Comments*/
#comments{
    margin: 0 0 5px 0;
}
.commentlist{
    padding: 0;
    text-align: justify;
    line-height:1.6em;
}
.commentlist .comment{
    margin: 15px 0 10px;
    padding: 15px;
    list-style: none;
    border:1px solid #ececec;
    background:#f6f6f5;

}
.commentlist li.alt{
    margin: 10px 0 0 0;
    background:#fff;
}
.commentlist .comment .comment{
    margin-right: 15px;
    margin-left: 10px;
}
.commentlist .entry-comment p{
    margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */

.entry{
    width:100%;
}
.entry a{
    text-decoration:underline;
}
.entry a:hover{
    text-decoration:none;
}
.entry p{
    margin:0 0 8px;
}
.entry h1{
    font-size:25px;
    font-style:italic;
    line-height:28px;
}
.entry h2{
    font-size:22px;
}
.entry h3{
    font-size:18px;
    font-style:italic;
}
.entry h4{
    font-size:15px;
    font-weight:800;
}
.entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
    color:#1b5633;
    line-height:1.5em; margin: 0 0 15px 0;
}

.entry ul{ margin: 0 0 12px 0; padding: 0 0 0 17px; }
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{
    margin: 0 0 7.5px;
    list-style-type: disc;
    line-height: 15px;
}
.entry ul ul li{
    margin: 7.5px 0 0;
    list-style-type: none;
    position:relative;
    line-height: 12px;
}
.entry ul ul li:before{
    content:'>';
    position:absolute;
    left:-17px; top:0;
}
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 12px 0; padding: 0 0 0 30px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ margin: 7.5px 0; list-style-type: decimal;  line-height: 15px;}
.entry  ol li ol li{ margin: 7.5px 0 0; list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }
.entry  ol ul ol li{ list-style-type: lower-alpha; }
.entry ol ul ul li:before,
.entry ul ol ul li:before,
.entry ul ul  ol li:before{
    display:none;
}

.entry table{
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 15px 0;
}
.entry table td, .entry table th{
    border: 1px solid #ccc;
    padding: 5px;
}
.entry table th{
    background: #eee;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
    max-width: 100%;
    height: auto;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.alignright {
    float:right;
    margin: 5px 0 5px 13px;
}

.alignleft {
    float: left;
    margin: 5px 13px 5px 0;
}

.aligncenter,
div.aligncenter,
figure.aligncenter {
    display: block;
    margin: 5px auto 5px;
}

a img.alignright {
    float: right;
    margin: 5px 0 5px 13px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 13px 5px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .entry .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al{
    float: left;
}
.ar{
    float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
    cursor: help;
}
.entry acronym, .entry abbr{
    border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
    margin: 15px 0 20px 0;
    padding:0 15px 0 40px;
/*  background: url(images/bgr_blockquote.png) no-repeat; */
}
.entry blockquote cite{
    margin: 5px 0 0;
    display: block;
}
.center{
    text-align: center;
}
.hidden{
    display: none;
}
.entry pre, .entry code{
    font-family:mono-space,monospace;
    border: 1px solid #eee;
    padding: 20px;
    display: block;
    margin: 0 0 20px 0;
    overflow: auto;
    white-space: pre;
    font-size: 12px;
    line-height:20px;
}
.entry code{
    padding:1px 20px 0 20px;
    background:#f6f6f6;
/*  background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0; */
    border-top: 0;
    border-bottom: 0;
}

sup{
    position: relative;
    top: -5px;
}
sub{
    position: relative;
    top: 5px;
}
code br{
    display: none;
}
.last{
    margin-right:0 !important;
    clear:right;
}
.clear{
    clear: both;
    line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
    padding: 0 0 15px;
}
.entry iframe{
    width:100%;
}


/* pagination */
.pagination{
    width:100%;
    overflow:hidden;
    padding: 10px 0 20px 0;
}
.single .pagination{
}
.pagination a{
}

a.more-link {
    font-weight:bold;
    text-decoration:none;
    color:#000;
}
a.more-link:hover {
    font-weight:bold;
    text-decoration:none;
    color:#1b5633;
}
.home.blog #featured {
    margin: 0 0 20px;
}

.page-template-projects .title h1,
.page-template-blog .title h1,
.archive .title h1{
    padding: 0 10px;
    text-align:left;
}

.page-template-blog #body > .container {
    padding-left: 0;
    padding-right: 0;
}
.single .blog-post .entry p {
    font-weight: 600;
}
.single .blog-post .title {
    margin: 0 0 20px;
}
.single .blog-post .title h1,
.single .blog-post .title time {
    color: #1b5633;
    font-size: 25px;
    font-style: italic;
    line-height: 28px;
    padding: 10px 0 0;
    text-align: center;
}
.single .blog-post .title h1:after {
    content: '  | ';
    display: inline-block;
    vertical-align: top;
    white-space: pre;
}
.single .blog-post .title time {
    color: #1b5633;
}
.blog-post .inner_title h2 span {
    vertical-align: middle;
}

.single-post #header,
.page-template-simple #header {
    position: relative;
}

/* #header .container {
    height: 140px;
} */

.logo {
    width: 230px;
}

#header.sticky {
  position: fixed;
  z-index:10;
  width: 100%;
}

.home #featured figure {
    /*background-position: 50% 155px;*/
}

/* media screens
------------------------------------------------------------------------------*/
@media only screen and (min-width : 768px) and (max-width : 860px) {
    #nav a{
        font-size:15px;
    }
}
@media only screen and (max-width : 800px) {
    .projects .container{
        padding: 0 15px;
    }
    .projects .holder{
        margin: 0 -10px;
    }
    .project_item{
        padding: 0 10px;
    }
}
@media only screen and (max-width : 767px) {
    .page-template-simple #header {
        position: relative;
    }

    .menu_trigger, .drops{display:block;}
    .nav-bar {
        display: none;
        width:auto;
        margin: 0 -10px;
        background:#1b5633;
    }
    #nav {
        display:block;
    }
    #nav li {
        display:block;
    }
    #nav>li{
        text-align:left;
    }
    #nav ul a,
    #nav a {
        padding: 10px;
        display: block;
    }
    #nav a {
        color:#adacac;
    }
    #nav li.current_page_ancestor > a,
    /*#nav .current_page_parent a,
    #nav .current_page_item a,*/

    #nav li.current-menu-ancestor > a,
    /*#nav .current-menu-parent a,
    #nav .current-menu-item a,*/

    #nav li.current-page-ancestor > a,
    /*#nav .current-page-parent a,
    #nav .current-page-item a,*/
    #nav .active a,
    #nav li:hover>a{
        color:#fff;
    }
    #nav ul li:hover ul {display: none;}
    #nav li:hover ul {display: none;}
    #nav ul {
        position: relative;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0;
        margin: 0;
    }
    #nav ul a {
        padding: 10px 0;
    }
    #nav ul ul a {padding: 10px 30px;}
    #nav ul ul {padding: 0;}
    .has_sidebar #content{
        float:none;
        width:auto;
        padding:0 10px 30px;
    }
    .has_sidebar #sidebar{
        float:none;
        width:auto;
        padding:0 10px;
    }

}

#commentform p input {
    max-width: 100%;
}

#commentform p input[type=email], #commentform p input[type=text], #commentform p input[type=url]{width:100%;}


@media only screen and (max-width : 767px) {
    #header{
        padding:10px 0 0;
    }
    .logo{
        width:242px;
        margin-bottom:10px;
    }
    .shares{
        margin: 50px 0 0;
    }
    .menu_trigger{
        top:5px;
    }
    .news .container{
        padding: 0 10px;
    }
    .news .holder{
        margin:0 auto;
    }
    .news-post{
        padding: 0 10px;
    }
    .news-post:before{
        left:10px;
        right:10px;
    }
}
@media only screen and (max-width : 640px) {
    .project_item{
        float:none;
        width:auto;
        max-width:420px;
        margin:0 auto 30px;
    }
    .news{
        padding-bottom:20px;
    }
    .news .row,
    .news-post,
    .news .holder{
        display:block;
        width:auto;
    }
    .news-post{
        min-height:0;
        margin-bottom:20px;
    }
    .news-post:before{
        display:none;
    }
    .bg-holder img{
        display:none;
    }
    #footer .colgroup{
        margin: 10px 0 15px;
    }
    #footer .col{
        float:none;
        width:auto;
        text-align:center;
    }
    #footer .col:first-child{
        margin-bottom:10px;
        padding-bottom:10px;
        border-bottom:1px solid #fff;
        text-align:center;
    }
    #footer .colgroup:before{
        display:none
    }
}
@media only screen and (max-width : 560px) {
    .menu_trigger{
        top:26px;
    }
    .shares {display:none;}
    .page-template-blog .blog-post >img{
        float:none;
        width:100%;
        max-width:none;
        margin: 5px auto;
    }
    .page-template-blog .blog-post .title,
    .page-template-blog .entry{
        float:none;
        width:100%;
    }
    #featured figure{
        min-height:320px;
    }
}