/*
Theme Name: Bootstrap Canvas WP
Theme URI: 
Author: Schon Garcia
Author URI: 
Description: The 2015 theme for WordPress built on Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Version: 1.92
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bootstrapcanvaswp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

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

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

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

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%; /* Image does not overflow the content area */
    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,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
	margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
	margin-bottom: 20px;
}

.widget {
	text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
	margin: 4px 0;
}

.comment-list {
	padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
	list-style: none;
}


    .commentlist { color:#928576;
        text-align: justify;
        border-top: 1px solid #ccc;
        }
    .commentlist a { color:#FEC300;}
    .commentlist span { color:#000; font-weight: bold;}
    
    ol.commentlist  li { list-style: none; font-size:12px;
        margin:6px 0px 6px 0px;
        padding: 10px 0 0;
        /*list-style: none;*/
        border:none;
        color:#000;
        background:#fff;
        border-bottom:1px solid #ccc;
        }
        
    .commentlist li .avatar { 
        float: right;
        //border: 1px solid #fff;
        padding: 2px;
        background: #fff; /*margin:0px 20px 15px 0px;*/
        }
    
    .commentlist p {
        margin: 10px 5px 10px 0;
        }

    .comment-author, 
    .comment-meta,
    .text-box ol li .comment-author a {
        font-weight: bold;
        color:#000;
    }
    .reply {
        padding: 5px 10px;
        text-align: center;
        background: #f3f3f3;
    }
    
    #commentform p {
        margin: 5px 0;
        padding-left:15px;
        }
    
    .nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
        }
    
    .commentmetadata {
        margin: 0;
        display: block;
        }

@media (max-width: 767px) {
	.comment-list, 
	.children:nth-child(n+1) {
		padding: 0;
  	} 
}

/*** GAMBIO ***/

.ce_text.introduction {
    border-bottom: 1px solid #ddd;
}
.post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    padding-top: 30px;
}
.post h2 {
    margin: 15px 0 15px;
}
.post h2 a {
    text-decoration: none;
    color: #000;
}
.post img { 
    max-width: 100%; 
    height: auto; 
}
.post .post-info {
    text-align: center;
}
@media (min-width: 768px) {
    .post .post-content {
        border-right: 1px solid #ddd;
    }
    .post .post-info {
        /*border-left: 1px solid #ddd;*/
    }
}
.post .post-info img {
    margin: 15px 0;
}
.post .date {
    font-size: 12px; 
    color: #fff; 
    padding: 5px 0px 2px 0; 
    margin: 0px 0px 15px 0px;
}
.post .more-paragraph {
    padding: 15px 0 0;
}
.post .more-link {
    /*display: block;*/
    /*float: left;*/
    /*margin: 15px 0 0;*/
}
.postmetadata {
    margin-top: 0;
    font-size: 12px;
             border-bottom: 1px solid #ddd;
             padding: 15px 0;
}
.postmetadata.alt {
}
.navigation {
    margin-top: 30px;
}

         .date a { color:#000; text-decoration:none;}
         .date a:hover { color:white;}
         .date > span{
            padding: 2px 4px;
            background-color: #FEC300;
            color: #333;

         }
         .social_linkz { 
            float: right;
         }
         
         
         .text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6{
             font-family: "Open Sans", Arial, sans-serif;
         }
         
         .post-infos{
             float:right;
             width: 175px;
             text-align:center;
             border-left: 1px solid #dddddd;
             padding-top: 20px;
             padding-bottom: 25px;
         }
         

         .post-infos .avatar {
             margin-top: 20px;
             margin-bottom: 10px;
         }
         
         .post-infos .post-author{
             font-size: 12px;
         }

         .indent{
             border-bottom: 1px solid #dddddd;
             margin-bottom: 35px;
         }

/*         .postmetadata.alt{
             padding-top: 35px;
             padding-bottom: 35px;
             border-top: 1px solid #dddddd;
             border-bottom: 1px solid #dddddd;
             margin-bottom: 35px;
         }*/
         .text-box.thepost{
             padding-right: 35px;
         }

.ce_text.introduction{
    margin-top: 0;
    border-top: none;
    padding: 0 0 30px;
    padding-left: 10%;
    padding-right: 10%;
        text-align: center;
    margin-top: 50px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.container a:not(h1 a, h2 a) {
    text-decoration: underline;
}