/*
Theme Name: Shapely Child Theme
Template: shapely
Author: Free WP TP
Author URI: http://freewptp.com/
*/

/*
brand - link green #b6d353
brand - link green hover #a1c231
*/

/* template wide styles */
body {
    font-size: 17px;
    line-height: 30px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #32373c;
}

blockquote {
    margin-left: 2.5em;
    margin-right: 1.75em;
    padding-top: 0;
	font-style: italic;
}

.btn, .button {
    font-size: 14px;
}

.btn.btn-white:visited:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}

.protip {
    background: #ececec;
    padding: 1.25em;
    margin-bottom: 24px;
}

.protip p:last-child {
    margin-bottom: 0;
}

input[type="submit"], 
button[type="submit"] {
    font-size: 14px;
}

/* specifically override mobile font size */
@media (max-width: 767px)  {
    p {
        font-size: 17px;
    }
}
/* END template wide styles */

/* nav bar overrides */
.site-title {
    font-family: 'Raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    white-space: nowrap;
    font-size: 20px;
    color: #282828;
}

.site-title:hover,
.site-title:focus,
.site-title:active {
    color: #282828;
}

.site-title img {
    max-width: 40px;
    margin-right: 10px;
}

@media only screen and (min-width : 768px) {
    .site-title {
        font-size: 24px;
    }

    .site-title img {
        max-width: 51px;
    }    
}

.main-navigation .menu li a {
    font-size: 15px;
}

li.current_page_parent a,
li.current_page_item a {
    color: #00BBFF !important;
}

#site-navigation .module.left {
    padding-left: 0;
}

nav {
    border-bottom: none;
}

.main-navigation {
    padding: 0;
}

.main-navigation .nav-bar {
    padding-top: 10px;    
    padding-bottom: 10px;
}

#site-navigation::after {
    content: '';
    width: 100%;
    display: block;
    height: 8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00BBFF+0,009ec3+40,b6d353+79 */
    background: #00BBFF; /* Old browsers */
    background: -moz-linear-gradient(left, #00BBFF 0%, #009ec3 40%, #b6d353 79%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00BBFF 0%,#009ec3 40%,#b6d353 79%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00BBFF 0%,#009ec3 40%,#b6d353 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BBFF', endColorstr='#b6d353',GradientType=1 ); /* IE6-9 */
}
/* END nav bar overrides */

/* header */
.page-title-section {
    padding: 96px 0;
}

.page-title-section h3 {
    color: #fff;
    font-weight: 800;
    font-size: 3em;
}

.top-parallax-section h1 strong {
    display: block;
}
@media only screen and (min-width : 768px) {
    .top-parallax-section h1 strong {
        display: inline;
    }
}

.top-parallax-section .myname {
    white-space: nowrap;
}

.page-title-section.bg-secondary {
    background:#00B0DF;
}

.parallax-mirror {
    background: #4893B0;
}

.widget.shapely_home_parallax .image-bg h1,
.widget.shapely_home_parallax .image-bg p {
    text-shadow: 1px 1px 1px #000;
}

.shapely_home_parallax .btn {
    margin-left: 4px;
    margin-right: 4px;
}
/* END header */

/* Homepage Where Am I Feature */
.whereami {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    font-size: 2em;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3f561+10,b6d353+60 */
    background: #d3f561; /* Old browsers */
    background: -moz-linear-gradient(left, #d3f561 10%, #b6d353 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d3f561 10%,#b6d353 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d3f561 10%,#b6d353 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3f561', endColorstr='#b6d353',GradientType=1 ); /* IE6-9 */
}

.col-whereami-location {
    line-height: 1.4em;
    margin-bottom: 1em;
}

@media only screen and (min-width : 992px) {
    .col-whereami-location {
        margin-bottom: 0;
        text-align: left;
    }
}

.col-whereami-button .btn {
    margin-bottom: 0;
}
/* END Homepage Where Am I Feature */

/* Homepage Days On The Road Feature */
.daysontheroad {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    font-size: 2em;

     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#53b1d3+40,61cef5+90 */
     background: #53b1d3; /* Old browsers */
     background: -moz-linear-gradient(left, #53b1d3 40%, #61cef5 90%); /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #53b1d3 40%,#61cef5 90%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #53b1d3 40%,#61cef5 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b1d3', endColorstr='#61cef5',GradientType=1 ); /* IE6-9 */ 
 }

.col-daysontheroad-label {
    line-height: 1.4em;
    margin-bottom: 1em;
}

@media only screen and (min-width : 992px) {
    .col-daysontheroad-label {
        margin-bottom: 0;
        text-align: left;
    }
}

.col-daysontheroad-count > span {
    vertical-align: bottom;
}

.col-daysontheroad-count .dayssince {
    font-size: 2.5em;
    font-weight: bold;
    vertical-align: middle;
}
/* END Homepage Days On The Road Feature */

/* Homepage shapely recent posts widget */
.widget.shapely-recent-posts h3 {
    font-size: 45px;
    line-height: 50px;
}

.recent-posts .date {
    display: inline;
}

section .widget-post-thumbnail {
    margin-bottom: 0;
}

.permanentlytemporary-relatedposts-metainfo {
    padding: 24px 15px;
    margin-bottom: 24px;
    background: #f5f5f5;
}

.permanentlytemporary-relatedposts-category a {
    color: #32373c !important;
    font-weight: normal;
    letter-spacing: 0;
    opacity: .8;
}

.permanentlytemporary-category a:hover,
.permanentlytemporary-category a:focus,
.permanentlytemporary-category a:active {
    opacity: 1;
    text-decoration: underline;
}
/* END Homepage shapely recent posts widget */

/* Homepage - Join Newsletter */
.section-joinnewsletter {
    background: #C64026;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-joinnewsletter h2 {
    color: #fff; 
}

.section-joinnewsletter div.wpcf7 .ajax-loader {
    background-color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-joinnewsletter .wpcf7-not-valid-tip {
    background-color: #0094F7;
    color: #fff;
}
/* END Homepage - Join Newsletter */


/* blog index and single */
#jp-relatedposts {
    display: none !important;
}

.blog .content-area {
    padding-top: 0;
}

.post-content {
    padding-top: 100px;
}

.single-post .post-content {
    padding-top: 0;
    margin-bottom: 100px;    
}

.thumbnail {
    border-radius: 0;
}

figure.thumbnail {
    padding: 8px;
    background-color: #eee;
}

.rtp-featured-image {
    margin-bottom: 24px;
}

.post-content .entry-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61cef5+10,53b1d3+60 */
    background: #61cef5; /* Old browsers */
    background: -moz-linear-gradient(left, #61cef5 10%, #53b1d3 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #61cef5 10%,#53b1d3 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #61cef5 10%,#53b1d3 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61cef5', endColorstr='#53b1d3',GradientType=1 ); /* IE6-9 */
}

article.post-content.type-post::after {
    content: '';
    height: 8px;
    display:block;
	background: #C64026;
}

.post-content .entry-header .shapely-category {
    position: initial;
    background: transparent;
    width: 100%;
}

.post-content .entry-header .shapely-category a:after {
    content: none;
}

.post-content .entry-header .shapely-category a {
    color: #fff !important;
}

.post-content .entry-header .shapely-category a:hover,
.post-content .entry-header .shapely-category a:active,
.post-content .entry-header .shapely-category a:focus {
    text-decoration: underline;
}

.post-content .entry-header .shapely-category a:after {
    width: 100%;
}

.post-content .entry-content .post-title a {
    line-height: 1.2em;
}

.entry-meta {
    background: #f5f5f5;
    padding: 10px 10px 0 10px;
    margin-bottom: 1em;
}

.post-meta {
    margin-bottom: 0;
}

.post-content .entry-content .post-title {
    margin-top: 0;
    margin-bottom: 25px;
}

.post-content .entry-header {
    margin-bottom: 25px;
}

.shapely-related-posts {
    padding-bottom: 35px;
}

/* END blog index and single */

/* no side bar template */
.page-template-no-sidebar .entry-meta {
    display: none;
}
/* END no side bar template */

/* sidebar styles */
.widget ul.sidebarlist {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.widget ul.sidebarlist li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.widget ul.sidebarlist li a {
    text-transform: initial;
    font-size: 14px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8c979e;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
/* END sidebar styles */

/* footer */
#colophon::before {
    content: '';
    width: 100%;
    height: 12px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00BBFF+0,009ec3+40,b6d353+79 */
    background: #00BBFF; /* Old browsers */
    background: -moz-linear-gradient(left, #00BBFF 0%, #009ec3 40%, #b6d353 79%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00BBFF 0%,#009ec3 40%,#b6d353 79%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00BBFF 0%,#009ec3 40%,#b6d353 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BBFF', endColorstr='#b6d353',GradientType=1 ); /* IE6-9 */  
}

footer {
    padding: 0;
}

.footer-inner {
    padding-top: 72px;
    padding-bottom: 72px;    
}

.footer-credits {
    display: none;
}

footer .widget.widget_nav_menu > div ul li, 
footer .widget.widget_nav_menu ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* END footer */

