/*
* Theme Name: Ayc Template
* Description: Template created for wordpress to AYC WebPage
* Version: 1.0.0
* Author: Domus.la
* Website: http://www.domus.la/
* Domain: domus
*/

/*CSS Específico de Wordpress*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 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 {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    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. */
}

/*Finalización de temas de Wordpress*/

.article_picture {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}

.page-numbers {
    font-size: 15px !important;
    margin: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #252525;
}

.page-numbers:hover {
    border-color: #004dda;
    color: #252525;
    text-decoration: none;
}

span.page-numbers.current {
    border-width: 2px;
    border-color: #004dda;
    font-weight: 700;
    color: #004dda;
}

.sidebar {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px;
}

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

.widget > ul > li > a, .widget > ul > li > span > a  {
    font-weight: 500;
    font-size: 13px;
    color: #252525;
}

.widget {
    margin-bottom: 5px !important;
}

.padggin-something {
    padding-right: 20px;
    font-size: 14px;
}

#index-background {
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 20%,
    rgba(0,0,0,0.5)), url(http://symbols-collection.net/images/landscape/landscape-04.jpg);
    background-attachment: fixed;
    background-position: bottom;
    height: 50vh;
    width: 100vw;
}

#index-background > h2 {
    padding-top: 25vh;
    color: white;
}

.page_wallpaper {
    height: 50vh;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.page_wallpaper > h2 {
    padding-top: 25vh;
    color: white;
}

/*Temas para la caja de comentarios
Básicamente estoy copiando los estilos de bootstrap porque de lo contrario
sería imposible darle un estilo que valga la pena
*/

#respond { }
#reply-title { }
#cancel-comment-reply-link { }
#commentform { }
#author {  }
#email { }
#url { }
#comment {
    display: block;
    width: 80%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#submit {
    background-color: #004dda;
    color: #fff;
    border: 2px solid #004dda;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 12px;
    outline: 0 !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#submit:hover {
    background-color: transparent;
    color: #004dda;
}

.logged-in-as > a, .comment-meta > a {
    color: #252525;
}

.comment-body > p {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.comment-notes { }
.required { }

#comments-list {
    display: block;
    width: 80%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

#comments-list > li {
    list-style-type: none;
}

.comment-author > img {
    border-radius: 6px;
    float: left;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.comment-author > cite {
    font-weight: bold;
}

.comment-reply-link {
    font-weight: bold;
}

.children {
    margin-top: 20px;
    list-style-type: none;
}

.comment-form-email { }
.comment-form-url { }
.comment-form-comment { }
.form-allowed-tags { }
.form-submit { }

/*Finalización de estilos para comentarios de Wordpress*/

.entrada_wordpress {
    margin-bottom: 80px;
}

.post-content img {
    margin-top: 10px;
}
