/*
Theme Name: 
Theme URI:
Author: the 
Author URI: 
Description: Custom WordPress Framework for the Web Experts Nepal team
Version: 1.0
*/

/*
* the reset CSS
* source : the Twenty Twelve theme
* minified at : http://www.cssminifier.com/
*/

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,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}body{line-height:1}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}caption,th,td{font-weight:400;text-align:left}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}del{color:#333}ins{background:#fff9c0;text-decoration:none}hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}small{font-size:smaller}img{border:0;-ms-interpolation-mode:bicubic}:focus{outline:0}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:400;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}embed,iframe,object{max-width:100%}img{max-width:100%;height:auto;vertical-align:top}a img{border:0;text-decoration:none}.error404 #primary{float:none;margin:0}.error404 #primary #content{margin:0 7.6%;width:auto}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 10px 0}.aligncenter{display:block;margin:5px auto}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 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 p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* CHANGEABLE RESET CSS */


/* #Basic Styles
================================================== */

/* #Typography
================================================== */

a:focus{
    outline: 0;
}
a {
    color:rgb(173, 187, 4);
    text-decoration: none;

}

img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6, p{
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    color: rgb(0, 0, 0);
}
p ,li{
    color:#333333;
    font-size: 10px;
    line-height:1.5;
 font-family: 'Open Sans', sans-serif;

}
h1{
    font-size: 32px;}
h2 {
    font-size: 28px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20.px;
}

h5{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
input[type="text"], input[type="password"], textarea, input[type="email"],select {
    border:1px solid rgb(204, 204, 204);
    border-radius: 0 0 0 0;
    color: #fff;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 5px;
    width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus,select:focus ,input[type="tel"]:focus{
    border:1px solid #ADBB04!important;

}

a,a:hover{
    text-decoration: none;
}
a {
    color: rgb(0, 102, 204);
    font-weight: 400;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    width:auto;
}

::-moz-placeholder {
    color:#616161;
    opacity: 1;
    font-weight: 400;
    font-weight: bold;

}

::-webkit-input-placeholder {
    color: #616161;
    font-weight: 400;
    font-weight: bold;

}

/*Typography*/

.entry-content > ul,.entry-content > ol {
    padding-left: 33px;
    margin-bottom: 10px;
}
.entry-content  ul li {
    list-style: disc outside none;
    padding-left: 0;
}


.entry-content ol li {
    list-style: decimal outside none;
}


/*main layout*/


body {
    background-color:#96c2d8;
    color:#000;
font-family: 'Open Sans', sans-serif;
}
.container{
    max-width:900px;
    width: 900px\9;
    max-width: inherit\9;
    background-color:#f1eeed;
}


.header .container {
    background: url("../images/header.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 137px;
}

/* Main navigation
--------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    margin-top: 35px;
    width: 100%;
}

.main-navigation:before, .main-navigation:after {
    clear: both;
    content: "";
    display: block;
}
.main-navigation ul {
    float: right;
}
.main-navigation ul ul {
    background-color: rgb(84, 157, 193);
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 23px;
    width: 125px;
    z-index: 9999;
}
.main-navigation ul ul ul {
    left: 200px;
    top: 0;
 }

.main-navigation li {
    position: relative;
    display: inline-block;
}
.main-navigation li li {
    float: none;
    display: block;
}
.main-navigation li li li {}
.main-navigation li li li li {}
.main-navigation li:hover ul{
    display: block;
}
.main-navigation li:hover li ul{
    display: none;
}
.main-navigation li li:hover ul{
    display: block;
}
.main-navigation li li:hover li ul{
    display: none;
}
.main-navigation li li li:hover ul{
    display: block;
}
.main-navigation li li li:hover li ul{
    display: none;
}
.main-navigation li li li li:hover ul{
    display: block;
}

.main-navigation li a {
    color: rgb(81, 81, 81);
    display: block;
    font-size: 9px;
    font-weight: normal;
    margin-right:0px;
    padding: 5px 9.2px;
    text-transform: uppercase;
}
.main-navigation li li a {
    color:#fff;
}
.main-navigation li li li a {}
.main-navigation li li li li a {}
.main-navigation .current_page_item a, .main-navigation .current-menu-item a,.main-navigation li a:hover,.main-navigation li:hover > a {
    background-color: rgb(84, 157, 193);
    color: rgb(36, 67, 96);
}

.main-navigation ul li.menu-item-has-children > a:after {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(13, 16, 28, 0.86);
    border-top: 4px solid rgba(0, 0, 0, 0);
    bottom: 7px;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    width: auto;
}
.main-navigation ul.menu > li:hover > a{
      /*background-color: rgb(173, 187, 4);*/
    color: rgb(255, 255, 255);
}

.main-navigation li li.current_page_item a:after, .main-navigation ul li li a:hover:after {
    display: none;
}
.main-navigation li a:hover{
   /*  background-color: rgb(173, 187, 4);*/
    color: rgb(255, 255, 255);
}

.main-navigation li li a:hover, .main-navigation li li.current-menu-item > a {
    
}
.main-navigation li li li a:hover {}
.main-navigation li li li li a:hover {}
.main-navigation li.current-menu-item > a {
 
}
.main-navigation li li.current-menu-item > a {}
.main-navigation li li li.current-menu-item > a {}
.main-navigation li li li li.current-menu-item > a {}
.main-navigation li.current-menu-item li a:hover {}
.main-navigation li li.current-menu-item li a:hover {}
.main-navigation li li li.current-menu-item li a:hover {}


.main-navigation ul ul a {
    border-bottom: 1px solid rgb(255, 255, 255);
    height: auto;
    padding: 3px 9px;
    text-align: left;
    width: auto;
}
.main-navigation ul li ul li a:hover {
    background-color: rgb(65, 104, 143) !important;
}
.main-navigation ul li.menu-item-has-children > a {
    padding: 5px 14px 5px 5px;
}
/*social share*/
.socials {
    padding-right: 13px;
    padding-top: 20px;
}
.socials {
    float: right;
}
.socials li {
    display: inline-block;
}
.socials li a {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 32px;
    margin-left: 4px;
    transition: all 0.4s ease-in-out 0s;
    width: 32px;
}
.socials li a.facebook {
    background-image: url("../images/facebook.png");

}


.socials li a.twitter {
        background-image: url("../images/twitter.png");

}

.socials li a.googleplus {
        background-image: url("../images/google.png");

}



/*Inner pages starts here*/


.entry-title  a {
    color: #000;
}
a.thumb {
    display: block;
    margin-bottom: 10px;
}
.entry-post a,.entry-blog a {
    color: rgb(0, 0, 0);
}
 .entry-post  a.read {
    color: rgb(5, 169, 197);
}





/* Blog */


.blog-info {
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blog-info > p {
    margin: 5px 0;
}
.blog-info > p strong{
   color: rgb(46, 138, 70);
}


.comment {
    float: right;
}
.entry-meta {
    background-color:rgb(249, 249, 249);
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 10px;
    padding: 5px 20px;
}
.posted-on, .byline, .comment {
    background-image: url("../images/meta-icon.png");
    background-repeat:  no-repeat;
    background-position: 0 3px;

    color: rgb(61, 61, 61);
    display: inline-block!important;
    font-size: 13px;
    line-height: 1.5;
    margin-right: 20px;
    padding-left: 22px;
}   
.comment {
    background-position: 0 -74px;
    float: right;
    margin: 0;
}
.posted-on {
    background-position: 0 -34px;
}
.blog-info > img {
    margin-bottom: 15px;
}

.posted-on > a, .byline a {
    color: rgb(167, 169, 172);
}
.blog-info {
    margin-bottom: 20px;
}
footer.entry-meta.inner-meta {
    background-color:rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0;
}

.entry-meta.inner-meta a {
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(209, 211, 212);
    color: rgb(88, 89, 91);
    float: left;
    font-size: 14px;
    margin-right: 20px;
    padding: 3px 17px;
}



/* BLOG SINGLE */



.comment {
    background-position: 0 -74px;
    display: block;
    float: left;
    width: 100%;
}
ol.comment-list {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 20px;
}


.comment-list .children {
    border: 1px solid rgb(221, 221, 221);
    margin: 30px 0 0;
    overflow: hidden;
    padding: 5px;
}
.wp-pagenavi {
    clear: both;
    text-align: center;
}

#primary #gallery-1 img {
    border: 1px solid rgb(207, 207, 207);
    padding: 6px;
}

.entry-blog img {
    width: 100%;
}

.entry-blog a.read {
    color: rgb(35, 150, 234);
}

.entry-blog a.read:hover{
    text-decoration: underline;
}

.comment-form-url > input#url {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0;
    display: block;
    padding: 5px;
    width: 100%;
}
.page-content input.search-field {
    width: 93% !important;
}

.page-content .search-form label {
    display: block;
    float: left;
    width: 70%;
}

.page-content input.search-submit {
    font-size: 17px;
    font-weight: normal;
    padding: 5px 10px;
}
h1.page-title {
    color: rgb(173, 187, 4);
}


.entry-header .entry-title {
    border: medium none;
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.main .container {
    padding-top: 15px;
}
/* Sidebar starts here */


#sidebar label{
    display:block;
}
#sidebar .widget > h1 {
    background-color: rgb(84, 157, 193);
    border: medium none;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 4px 15px;
}
#sidebar .widget {
    clear: both;
    margin-bottom: 10px;
    padding: 0;
}

#sidebar .widget ul li:after {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgb(0, 0, 0);
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    top: 11px;
}
#sidebar .widget ul li a{
    color: #000;
}
#sidebar .widget ul li {
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 12px;
    margin: 0;
    padding: 5px 9px 5px 25px;
    position: relative;
}

#sidebar .widget > h3 {
    background-color:#000;
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 5px 15px;
}


.tagcloud {
    padding: 20px;
}



#sidebar .search-form label {
    display: block;
    float: left;
    width: 67%;
}
.widget_search .search-submit {
    background-image: url("");
    display: block;
    float: right;
    font-size: 16px;
    height: 33px;
    margin-left: 10px;
    padding: 6px 10px;
}
input.search-field {
    height: 32px;
    max-width: 100%;
    padding: 0 20px;
    width: 186px;
}

#sidebar .search-form {
    display: block;
    float: left;
    margin: 10px 0;
}
#sidebar .widget.widget_search {
    display: block;
    overflow: hidden;
}

#sidebar .search-form {
    display: block;
    float: left;
    margin: 10px 0;
    width: 100%;
}
#sidebar input.search-field {
    border: 1px solid rgb(221, 221, 221);
    padding: 0 13px;
    width: 87%;
}

#sidebar .widget_search .search-submit {
    background-color: rgb(84, 157, 193);
    font-weight: bold;
    text-shadow: inherit;
}

/*error404*/


.error404 .page-content {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    text-align: center;
}

.screen-reader-text {
    display: none;
}
input.search-field {
    border: 1px solid;
    padding: 4px 12px;
    width: 215px;
}

section.error-404 {
    text-align: center;
}

.error404 .page-header {
    border-bottom: 1px solid hsl(210, 38%, 41%);
    margin: 0 0 30px;
    padding-bottom: 9px;
}
.error404 .page-content > p {
    font-size: 17px;
}

.error404  .search-form {
    display: block;
    margin: 30px auto 20px;
    max-width: 450px;
    overflow: hidden;
}
.error404 .page-content input.search-submit {
    font-size: 17px;
    font-weight: normal;
    padding: 11px 19px;
}

.error404 .page-content input.search-field {
    border: 1px solid hsl(210, 38%, 41%);
    font-size: 20px;
    width: 93% !important;
}
.error404 .page-content input.search-submit {
    background-color: hsl(210, 38%, 41%);
    color: hsl(0, 0%, 100%);
    font-size: 17px;
    font-weight: normal;
    padding: 11px 19px;
    text-shadow: none;
}

/*contact form*/
.wpcf7 input {
    border: 1px solid rgb(235, 254, 6);
    height: 35px;
    margin-bottom: 3px;
    padding: 5px;
    width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: hsl(0, 0%, 98%);
    padding: 8px 19px;
    text-align: center;
    width: auto;
}
.wpcf7 input {
    border: 1px solid #ddd;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin-bottom: 3px;
    padding: 5px 5px 5px 29px;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7 ul li {
    list-style: none outside none;
}

.wpcf7 .message-wrap textarea {
    border:1px solid rgb(235, 254, 6)
}

.wpcf7 .message-wrap textarea:focus,.wpcf7 .message-wrap input:focus{
    border:1px solid rgb(173, 187, 4)!important;
 }

.full-info .wpcf7-form-control.wpcf7-submit {
    float: right;
    font-size: 16px;
    width: 104px;
}
.wpcf7 ul li {
    list-style: none outside none;
    padding: 15px;
}

.projects.columns-2 ul.projects li.project {
    clear: inherit !important;
    float: left;
    margin: 0;
    width: 33.33%;
}


span.wpcf7-form-control-wrap {
    display: block!important;
    position: relative;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    color: rgb(255, 0, 0);
    display: block;
    font-size: 1em;
    position: absolute;
    right: 53px;
    top: 11px;
}

.wpcf7-form-control.wpcf7-submit {
    color: rgb(0, 0, 0);
  
}

.wpcf7 input {
    color:#616161;
}

footer.footer {
    background: none repeat scroll 0 0 rgb(65, 104, 143);
    padding: 20px 0;
}
.footer ul li {
    float: left;
}

.footer ul li a {
    color: rgb(241, 238, 237);
}
footer.footer .container{
    background-color:inherit;
}
.footer ul li:first-child{
    border:none;
    margin: 0;
    padding: 0;
}
.footer ul li {
    border-left: 1px solid rgb(255, 255, 255);
    float: left;
    line-height: 1.2;
    margin-left: 10px;
    padding-left: 10px;
}

.caption > h2 {
    color: rgb(255, 255, 255);
    float: left;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 5px;
    width: 50%;
}


.home-content .col-sm-5 h2 {
    font-family: open sans;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
}

.home-content .metaslider .caption-wrap {
    background-image: url("../images/caption-bg.png");
    background-color:inherit;
    top: 0;
    background-repeat:no-repeat;
    opacity: 1;
}
.home-content .metaslider {
/*    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 60px;*/
    position: relative;
    float: right;
}
.caption > a {
    clear: both;
    color: rgb(255, 255, 255);
    float: left;
    font-size: 11px;
}
.caption > h2:first-child + h2 {
    text-align: right;
}


.home-content .flex-control-paging li a {
    background: none repeat scroll 0 0 rgb(99, 168, 197);
    border: 1px none rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
    margin:0 3px;
}
.home-content .flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgb(99, 168, 197);
    border: 1px none rgb(255, 255, 255);
}
.home-content .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px none rgb(255, 255, 255);
    cursor: default;
}
.home-content .flex-control-nav {
    bottom: 15px;
    left: inherit;
    line-height: 11px;
    right: 15px;
    width: auto;
    z-index: 999;
}
.home-content .metaslider .caption {
    padding: 9px 15px;
    word-wrap: break-word;
}
.home-content .metaslider .flexslider{
    margin: 0;
}
.featured-slider {
    margin-bottom: 15px !important;
}
h1.site-title {
    padding:23px 0 0 25px;
}

.home-content .col-sm-7 {
    float: right;
    width: 55.433%;
}
.home-content .col-sm-5 {
    padding-top: 15px;
    width: 44.467%;
}
.review-section {
    background-color: rgb(99, 168, 197);
    clear: both;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
}
a.subscribe {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    color: rgb(51, 51, 51);
    font-size: 11px;
    padding: 5px 10px;
}
.review-section > p {
    color: rgb(241, 238, 237);
}
.review-section h3 {
    color: rgb(241, 238, 237);
    font-size: 18px;
    margin-bottom: 4px;
}

a.subscribe:hover {
    background-color: rgb(65, 104, 143);
    color: rgb(255, 255, 255);
}
.review-section .widget {
    margin: 0;
}
.entry-content p,.entry-content li{
    color: rgb(0, 0, 0);
    font-size: 12px;
    height: 100%;
    line-height: 1.5;
    min-height: 100%;
    text-rendering: optimizelegibility;
}
.entry-content h2,.entry-content h3,.entry-content h4{
    font-weight: bold;
}

.entry-content > ul, .entry-content > ol {
    margin-bottom: 10px;
    padding-left: 20px;
}
th, td, table {
    border: 1px solid rgb(221, 221, 221);
}
table {
    border-collapse: collapse;
    width: 100%;
      color: rgb(0, 0, 0);
    font-size: 12px;
}
th, td {
    padding: 0.8em;
}

body {
    padding-bottom:50px;
}
/*footer.footer {
    position:fixed;
    width: 100%;
    z-index: 99999;
    bottom: 0;
}*/

.news-section .textwidget {
    padding: 15px;
}
.news-section {
    background-color: hsl(209, 45%, 26%);
    overflow: hidden;
}
.news-section p{
    color: #fff;
}
.news-section h3 {
    background-image: url("../images/heading-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: hsl(0, 0%, 100%);
    font-size: 18px;
    font-style: italic;
    min-height: 62px;
    padding: 15px;
}
.news-events-temp .alignnone {
    margin: 15px 10px 10px 0;
}

.news-events-temp .col-sm-5 {
    width: 44.467%;
}
.news-events-temp .col-sm-7 {
    width: 55.433%;
}

.entry-content h3 {
    color: hsl(0, 0%, 20%);
    font-size: 18px;
    font-style: italic;
}

.tmp-red .textwidget img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.news-section.tmp-red h3 {
    background-image: url("../images/heading-bg-red.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: hsl(0, 0%, 100%);
    font-size: 18px;
    font-style: italic;
    min-height: 62px;
    padding: 15px;
    position: absolute;
    width: 94%;
}
.news-section.tmp-red .textwidget {
    padding: 0;
}
.news-section.tmp-red .textwidget p {
    padding: 15px;
}

.news-events-temp .entry-content {
    margin: 0;
}

.news-events-temp .entry-content h1 ,
.news-events-temp .entry-content h2,
.news-events-temp .entry-content h3,
.news-events-temp .entry-content h4,
.news-events-temp .entry-content h5{
    font-weight: normal;
}
#main {
    min-height: 100% !important;
}
html, body {
    height: 100%;
}

.main.container {
    overflow: hidden;

 
    min-height: 100% !important;
}

.entry-header .entry-title {
    border: medium none;
    color: hsl(0, 0%, 0%);
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

h1.page-title {
    color: hsl(210, 38%, 41%);
    margin: 0;
}
.col-sm-4.widget-area {
    margin-top: 55px;
}