/*
Theme Name: dare2believe
Theme URI: http://wordpress.org/themes/dare2believe
Author: Lepistina LLC
Author URI: http://www.lepistina.com
Description: dare2believe theme for WordPress featuring a clean and neat format of posts, each displayed beautifully in their own unique way. This flexible layout looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black,  white,  two-columns, fluid-layout, left-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
Text Domain: dare2believe
This theme, like WordPress, is licensed under the GPL.
*/
/* NAVIGATION */

.navbar-collapse {
    padding-top: 20px;
}

header .col-sm-4 {
    padding-right: 5px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#menu-mobile-button {
    position: absolute;
    left: 20px;
}

.menu>li>a:hover {
    background-color: #fff;
}

#main-title a {
    text-decoration: none !important;
}

#main-title {
    margin-left: 60px;
}

#main-title {
    word-spacing: 20px;
    letter-spacing: 10px;
    font-size: 45px;
}

#main-title a {
    color: #000 !important;
    font-family: 'Comfortaa', cursive;
}

a:hover {
    text-decoration: none !important;
}

#main-title a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Comfortaa', cursive !important;
    margin-bottom: 20px;
}

h1 {
    font-size: 50px;
}

a,
span {
    word-spacing: 2px;
    font-family: 'Roboto Mono', cursive;
}

p,
ul li,
dd,
dt,
ol li,
td,
th,
.lead,
address {
    font-size: 16px !important;
    line-height: 25px;
    word-spacing: 2px;
    font-family: 'Roboto Mono', cursive;
}

.form-control,
.btn {
    border-radius: 0 !important;
    border: 1px solid #000 !important;
}

.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0 40px 0 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    display: block;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none !important;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    background-color: #fff;
    color: #000 !important;
}

.nav-menu .sub-menu,
.nav-menu .children {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #999;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #c8c8c8 !important;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #000 !important;
    font-weight: bold;
}

.menu-toggle {
    display: none; 
}
/*  CLOSING ----->NAVIGATION */
/* NAVBAR */

.navbar {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

i {
    padding-left: 5px;
}
/*  CLOSING ----->NAVBAR */
/*  WP-CAPTIONS */

figcaption {
    font-size: 14px;
    line-height: 25px;
    word-spacing: 2px;
    font-family: 'Roboto Mono', cursive;
}

.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;
    margin-bottom: 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    max-width: 98.5%;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-caption-text {
    padding-top: 10px;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.sticky div {
    text-transform: uppercase;
}
/*  CLOSING ----->CAPTION */
/* Text meant only for SCREEN READERS */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-caption {
    text-align: center;
}

/* CLOSING ----->SCREEN READERS */
/* MAIN CONTENT */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.navbar-form {
    margin-top: 0px;
    padding-right: 5px;
}

.font-size16px {
    font-size: 16px;
}

.font-size20px {
    font-size: 20px;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff;
}

.gray {
    color: #999 !important;
}

.margin-top-lg {
    margin-top: 60px;
}

.margin-top-sm {
    margin-top: 20px;
}

.margin-top-xs {
    margin-top: 10px;
}

.margin-bottom-lg {
    margin-bottom: 60px;
}

.margin-bottom-sm {
    margin-bottom: 20px;
}

.posted-date {
    font-size: 12px;
    color: #b3b3b3;
}

h1 a,
h2 a {
    color: #000 !important;
    text-decoration: none !important;
}

h2 a:hover,
h1 a:hover {
    color: #000 !important;
}

h2 a{
    line-height: 0.85;
    letter-spacing: 0.25px;
    font-weight: bold;
}

.entry-details, .site-description  {
    color: #c8c8c8;
    text-transform: lowercase;
    font-style: italic;
    text-align: center;
    clear: both;
    
}

img {
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.featured-img img {
    max-width: 100%;
    height: auto;
}

.single-post-title {
    line-height: 0.85;
    letter-spacing: 0.25px;
    text-align: center;
}

img,
iframe,
#player {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.author-posts-list li a {
    border-bottom: 1px solid black;
    color: #000;
}

.featurette-heading a {
    font-family: 'Comfortaa', cursive;
}

a {
    color: #999 !important;
}

a:hover {
    color: #c8c8c8 !important;
}

td,
th {
    padding: 10px !important;
}

input {
    background-color: #fff;
    border: 1px solid #000;
    text-transform: lowercase;
}
/* CLOSING ----->MAIN */
/* FOOTER STYLES */

footer {
    background-color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-archive-h {
    margin-bottom: 0px;
}

footer a:hover {
    color: #fff;
}

footer a,
footer a:hover {
    text-decoration: underline;
}
/* STICKY FOOTER STYLES */

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 90px;
}

html {
    position: relative;
    min-height: 110%;
}

body {
    /* Margin bottom by footer height */
    
    margin-bottom: 90px !important;
}
/*  CLOSING ----->FOOTER */
/* CATEGORY */

.pages-title {
    font-size: 40px;
    word-spacing: 10px;
    letter-spacing: 5px;
}
/*  CLOSING ----->CATEGORY */
/*  COMMENT AREA */

.comment-row {
    margin-bottom: 20px;
}

ul #comment li {
    text-align: left;
}

#post-detail {
    text-align: center;
}

.entry-content p,
dd {
    line-height: 2;
}

ul {
    list-style: none;
}

#comment {
    min-width: 100%;
}

.comments {
    clear: both;
}

comment-single-post p {
    line-height: 1.75;
    padding-left: 0px;
}

.comments cite {
    margin-left: 30px;
}

.avatar {
    margin-top: 10px;
    float: left;
}

.comments a {
    font-size: 12px;
}

.fn,
.logged-in-as {
    font-weight: 900;
}

#respond {
    text-align: center;
}

.entry-details a {
    color: #999;
}

.comment-meta a,
.logged-in-as a {
    font-style: italic;
    font-weight: normal;
}

#reply-title {
    font-size: 30px;
}

.submit {
    background: #FFF;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    padding: 15px 25px;
}

.submit:hover {
    background: #000;
    color: #fff;
}

.comments form p {
    text-align: center;
}

#comment-single-post p {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

dl dd i {
    font-weight: bold;
    margin-bottom: 10px;
}

dd:nth-child(2) {
    font-weight: bolder;
    margin-bottom: 20px;
}

.author-posts-list {
    line-height: 2;
}

.author-page h1 {
    margin-bottom: 50px;
}

.form-submit {
    margin-bottom: 20px;
}


.bypostauthor {
    border-top: 1px solid #ccc;
}


/* CLOSING ---> COMMENT  AREA */
/*  ARCHIVE */

select {
    background-color: #fff;
}
/* CLOSING --> ARCHIVE */
/* PAGINATION */

.pagination {
    display: block !important;
}

.pagination .page-numbers {
    padding: 7px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 900;
}

.next-post-link {
    padding-left: 15px;
}

.previous-post-link {
    padding-right: 15px;
} 

.next-post-link, .previous-post-link {
    display: inline;
}

.post-pagination {
    clear: both;
}

.link-pages p {
    font-weight: bold;
}

.link-pages p a {
    font-weight: normal;
}

.comment-meta a, .previous-post-link a, .next-post-link a, .entry-details a, .comments a, footer a {
    text-decoration: none !important;
    border-bottom: 1px grey solid;
}

.comment-meta a:hover,
.previous-post-link a:hover,
.next-post-link a:hover,
.entry-details a:hover,
.comments a:hover, 
footer a:hover{
    border-bottom: none;
}

.pagination a {
    text-decoration: none !important;
}
/* CLOSING --> PAGINATION */
/* STYLING BUTTON */

button {
    background-color: #fff;
    border: #fff;
}

.view-article {
    padding: 15px 25px;
    margin-top: 30px;
}

.btn-black:hover {
    background: #000;
    color: #fff !important;
}

.btn-black {
    background: #FFF;
    text-transform: uppercase;
    border: 1px solid black;
    text-decoration: none !important;
}
/* BACK TO TOP BUTTON */

#back-to-top {
    position: fixed;
    bottom: 4.3em;
    right: 0px;
    background-color: #c8c8c8;
    padding: 1em;
    display: none;
    border-bottom: none;
}

#back-to-top:hover {
    background-color: #868787;
    color: #343434 !important;
    border-bottom: none;
}
/*  CLOSING ----->BUTTON */
/* STYLING WIDGET */

#wp-calendar {
    width: 100%;
}

#secondary .input-group {
    width: 90%;
}

tfoot #next {
    text-align: center;
}

.widget {
    margin-bottom: 40px;
}

.widget a {
    color: #999;
}

.widget a:link,
.widget a:hover {
    text-decoration: underline;
}
/*  CLOSING -----> */
/* WORDPRESS GALLERY */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
/*  CLOSING -----> WORDPRESS GALLERY */
/*  MEDIA QUERIES */

@media (max-width: 426px) {
    #main-title {
        margin-bottom: 0px;
        margin-top: 20px;
        font-size: 20px !important;
    }
    .navbar-toggle {
        font-size: 15px;
    }
    .pages-title,
    h2 {
        font-size: 18px !important;
    }
}

@media (max-width: 646px) {
    /* Small menu */
    
    .nav-menu li {
        display: block !important;
    }
    .menu-toggle {
        cursor: pointer;
        display: block !important;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
    }
    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
        background: none;
        border: none;
        color: #000;
        padding: 12px 0 12px 20px;
    }
    .menu-toggle:focus {
        outline: thin dotted;
    }
    .menu-toggle:after {
        font-size: 12px;
        padding-left: 8px;
        vertical-align: -4px;
    }
    .toggled-on .menu-toggle:after {
        vertical-align: 2px;
    }
    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .toggled-on li,
    .toggled-on .children {
        display: block;
    }
    .toggled-on .nav-menu li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }
    .toggled-on .nav-menu li > ul a {
        color: #000;
        width: auto;
    }
    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #000;
    }
    .toggled-on .nav-menu > li a:hover,
    .toggled-on .nav-menu > ul a:hover {
        background-color: #c8c8c8;
        color: #fff;
    }
    .toggled-on .nav-menu > li a:focus,
    .toggled-on .nav-menu > ul a:focus {
        background-color: #c8c8c8;
        color: #000;
    }
    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
}

@media (max-width: 767px) {
    .entry-content p,
    dd {
        padding-left: 0px;
        padding-right: 0px;
    }
    #comment {
        width: 100%;
    }
    .single-post-title {
        font-size: 25px;
    }
    nav a {
        font-size: 15px;
    }
    .search-input {
        font-size: inherit;
    }
    .entry-details {
        font-size: 12px;
    }
    .lead {
        margin-bottom: 5px;
    }
    .entry-content p dd {
        line-height: 1.5;
    }
    .pages-title {
        font-size: 30px;
    }
    .featurette-heading {
        font-size: 20px;
    }
    .comment-row {
        margin-bottom: 10px;
    }
    #comment-single-post {
        padding-left: 0px;
    }
    .avatar {
        margin-right: 20px;
    }
    .col-sm-12 select {
        margin-top: 30px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .view-article {
        float: left !important;
    }
    .menu li {
        display: block;
    }
    #main-title {
        font-size: 35px;
    }
    .margin-top-lg {
        margin-top: 20px;
    }
    #secondary .input-group {
        width: 10%;
    }
    /* Sticky footer */
    
    .footer {
        height: 160px;
    }
    body {
        /* Margin bottom by footer height */
        
        margin-bottom: 160px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .entry-content p,
    dd {
        padding: 0px;
    }
    .footer {
        height: 120px;
    }
    body {
        /* Margin bottom by footer height */
        
        margin-bottom: 130px !important;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .col-sm-12 select {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }
    .comment-notes .required {
        display: inline;
    }
    label {
        display: block;
    }
    footer .col-md-6 p {
        text-align: left;
    }
    footer .col-md-6 select {
        float: left;
    }
    span {
        display: block;
    }
    .pagination .page-numbers {
        display: inline;
    }
    .pagination .page-numbers {
        display: inline;
    }
    .menu li {
        padding-right: 40px;
    }
}

@media (min-width: 922px) and (max-width: 1199px) {
    .entry-content p,
    dd {
        padding-left: 10%;
        padding-right: 10%;
    }
}
/* CLOSING ----->MEDIA QUERIES */

.format-aside {
    font-weight: bold;
}
