@charset utf-8;

/*
Theme Name: Diaz Alama
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
*/

/*
Default check update on meta option field*/


/*--------------------------------------------------------*/


/* TABLE OF CONTENTS: */


/*--------------------------------------------------------*/


/*
    00 - Global Adjusters
    01 - WordPress Core Styles
    02 - Page Content Style Adjusters
    03 - Side Bar
    04 - Portfolio Expander
    05 - Posts Style Adjusters
    06 - Custom CSS Hooks
    07 - Social Buttons
    08 - Footer Overrides
*/


/*--------------------------------------------------------*/


/*--------------------------------------------------------*/


p {
    margin-bottom: 20px;
}
.blog-content p {
    margin-bottom: 15px;

}

/*--------------------------------------------------------*/

/* 01 WordPress Core Styles
/*--------------------------------------------------------*/

.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}
.sticky {
    color: #FFF;

    padding: 10px 15px;
    text-align: center;
    vertical-align: center;
    font-size: 22px;
    /*position: absolute;*/
    margin-top: 0px;
    background:  red;
}
.one_stick {
    background: red;
    color: #FFF;
    padding: 2px;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.bypostauthor {
    border-bottom: solid 1px #444;
    padding: 5px;
}

/* Images */

.alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}
.aligncenter {
    display: block;
    margin: 10px auto;
}
.alignnone {
    max-width: 100%;
}

/* 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. */
}
.blog-content ul, .blog-content ol {
    text-align: left;
}

/*--------------------------------------------------------*/


/* 03 Side Bar
/*--------------------------------------------------------*/

#wp-calendar {
    padding: 0px 0px;
    width: 100%;
    border: #444 solid 1px !important;
    color: #FFF !important;
}
#calendar_wrap {
    margin: 15px auto;
    width: 100%;
    /*margin-top: 40px;*/
}
#wp-calendar caption {
    padding: 10px 5px 10px 5px;
    font-size: 22px;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: rgba(0, 0, 0, .2) solid 3px;
    background: #444444 !important;
}
#wp-calendar thead {
    margin-bottom: 10px;
    background: #444444 !important;
}
#wp-calendar th {
    color: #FFF !important;
}
#wp-calendar th, #wp-calendar td {
    padding: 5px;
    text-align: center;
    background: #444444;
}
#wp-calendar td {
    color: #444 !important;
}
#wp-calendar td a {
    padding: 0px;
    border: none;
    color: #444444;
}
#wp-calendar td a:hover {
    text-shadow: 0px 0px 6px #FFF;
    text-decoration: none;
}
#wp-calendar td {
    background: transparent;
    border: none;
    color: #CCC;
}
#wp-calendar td, table#wp-calendar th {
    padding: 2px 0;
}




.blog-aside-container {
    max-width: 100%;
}
.size-large {
    height: auto;
}
.aside-subheading input, .aside-subheading select, .aside-subheading textarea {
    max-width: 100%;
}
.blog-post-text img {
    max-width: 100%;
    height: auto;
}
.blog-post-text h5, .blog-post-share-text p {
    word-wrap: break-word;
}
.aside-subheading ul li ul {
    margin-left: 5px;
    padding-left: 8px;
}
.aside-subheading .children {
    margin-left: 10px;
    padding-left: 8px;
}
.aside-subheading ul li a {
    display: inline-block;
    font-family: "Raleway";
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.tagcloud a {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e0e0e0;
    color: #6e6e6e;
    cursor: crosshair;
    display: inline-block;
    font-family: "Raleway";
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 2px;
    margin-right: -2px;
    padding: 5px 10px;
    transition: all 0.8s ease 0s;
}
.tagcloud a:hover {
    background: none repeat scroll 0 0 #ffcc44;
    border: 1px solid #ffcc44;
    color: #000000;
}
.blog-tags.tags ul {
    padding: 0;
    float: left;
}
.blog-tags.tags ul li {
    list-style: none;
    float: left;
    display: inline-block;
    border: solid 1px #dfdfdf;
    margin: 3px;
    padding: 5px 8px;
}
.blog-tags.tags ul li a {
    font-size: 12px;
}
#searchform {
    height: 50px;
    position: relative;
    margin: 10px;
}
#searchform input[type="text"] {
    outline: medium none;
    transition: all 0.8s ease-out 0s;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    left: 0;
    padding: 5px 32px 5px 5px;
    position: absolute;
    top: 0;
    width: 100%;
    border: solid 1px #e0e0e0;
    background:#fff;
    color: #333 !important;
}

#searchform input[type="text"]:hover {
    background: url("images/search.png") no-repeat scroll right center #e0e0e0;
}
.dz_sidebar img,.dz_sidebar select{
    max-width: 100% !important;
}
.dz_sidebar ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.dz_sidebar ul li {

        padding: 10px;
        border-bottom: 1px dotted #e0e0e0;
}
.dz_sidebar li a{
            padding: 4px;


}
.dz_sidebar .children{
    padding-top: 10px;
    margin-left: 5px !important;
    padding-left: 5px;
}
.dz_sidebar .children li{
    border: none;
}
.dz_sidebar .children a {
 border-bottom: 1px dotted #e0e0e0;
}
/*--------------------------------------------------------*/


/* 05 Posts Style Adjusters
/*--------------------------------------------------------*/

.posts h6 a {
    color: #949494;
}
.common-text h1, .common-text h2, .common-text h3, .common-text h4, .common-text h5, .common-text h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.common-text ul {
    margin-left: 15px;
}
.common-text ul li {
    list-style: disc;
}

/*--Tables--*/

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
    padding: 5px;
}
td {
    border-width: 0 1px 1px 0;
    padding: 5px;
}

/*--------------------------------------
Hello Comments
---------------------------------------*/
.border-top
{
    border-top:solid 1px #cfcfcf;
}
.comments-section ul
{
    padding: 0;
    margin:0;
    text-align: left;

}
.comments-section ul li ul
{
    padding-left: 20px;
}
.comment,.pingback
{
    border-bottom: solid 1px #cfcfcf;
    margin: 10px 0;
    padding: 30px 20px;
    overflow: auto;
        list-style: none;
}
.children
{
 margin-left: 40px !important;
}
.comment + h1,h2,h3,h4,h5,h6{
    margin: 15px 0;
}
.blog-comment-image {
width: 15%;
float: left;
}
.blog-comment-image img
{
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.sub-wrap img{
        max-width: 100%;
    height: auto;
}
.blog-comment-spec{
    width: 83%;
    text-align: left;
    float: right;
}
.blog-comment-spec h4{
    font-size: 20px;
}
.blog-content img,.page-content img
{
    max-width: 100%;
    height: auto;
}
.blog-comment-spec .comment-time{
    font-style: italic;
    color: #bbb;
}
.comment-reply-title{
    padding: 20px 0;
    margin-bottom: 20px;
}
.top-border{
    border-top:solid 1px #dfdfdf;
}
.logged-in-as{
    margin-bottom: 10px;
}
.logged-in-as a{
    color: #aaa;
}
.comment-form input, .comment-form textarea{
    margin-bottom: 30px !important;
}
.dznova-categories{
    width: 100%;
    min-height: 15px;
    overflow: auto;
    padding: 5px 0;
    height: auto;
}
.dznova-categories ul{
    list-style: none;
    padding: 0;
    margin: 0
}
.dznova-categories ul li{
    float: left;
    display: inline-block;
    padding: 0 5px 5px 0px;
}
.dznova-categories a{
    color: #aaa !important;
}
.dznova-categories a:hover{
    color: #000 !important;
}
/*--------------------------------------------------------*/


/* 06 Custom CSS Hooks
/*--------------------------------------------------------*/


/*.page-section
{
    overflow: auto;
}
*/

.left-block {
    width: 50%;
    height: auto;
    float: left;
    padding: 80px;
}
.right-block {
    width: 50%;
    height: auto;
    float: right;
}
.clears {
    clear: both;
}

.dz-page img{
    max-width: 100%;
    height: auto;
}
.vc_row{
    margin:0;
}
.border-bottom{
    border-bottom: solid 5px #000;
}

.main-sub{
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}
.current_page_ancestor a{
    color:#121212 !important;
    border-color:#121212 !important;
}
.current-menu-parent a{
    color:#121212 !important;
    border-color:#121212 !important;
}
nav.mastnav ul li ul{
    float: left !important
}

.simple-menu {
    line-height: 40px;
    list-style: none;
}
.simple-menu li{
    display: inline-block;
    padding: 0 20px 0 0 ;
}
.simple-menu  li a{
     color: #aaa;
    font-weight: bold;
    padding-bottom: 2px;
    transition: all ease-in-out .5s;
    border-bottom: 3px solid transparent;
}
.simple-menu ul li a:hover{
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid black;
}

.simple-menu li:hover > ul{
	display:block;
	opacity: 1;
}
.simple-menu li ul
{
    list-style:none;
    opacity: 1;
    display:none;
    position: absolute;
    z-index:99999;
    border-radius:3px 0 0 3px !important;
    border-right: none;
    margin:0;
    margin-left: 20px;
    font-size: 10px;
    padding: 0;
    padding-top: 15px;

}
.simple-menu li ul:after
{
 bottom: 100%;
 top: -1px;
 border: solid transparent; content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 z-index: 99999;

}
.simple-menu li ul:after
 {
  border-color: rgba(68, 68, 68, 0);
  border-bottom-color: #111;
  border-width: 8px;
  left: 5.5%;
  margin-left: -8px;

 }
.simple-menu li ul li{
	text-align: left;
    background:#111111;
    width:180px;
    display: block;
    margin-top: 0px;
    border-bottom: solid 1px #444;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
        padding:10px 15px !important;

}

.simple-menu li ul li:hover
{
 background: #444;
}
.simple-menu li ul li:last-child
{
	  border-bottom: solid 0px #444;
}
.simple-menu li ul li a
{
    color:#FFF !important;
    font-size:12px !important;
    line-height: 21px;
    margin-bottom:1px;

    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.simple-menu li ul li a:hover{  margin-right:10px !important;   }
/*Comments Responsive*/
@media screen and (max-width: 480px) {

    .blog-comment-spec{
        width: 100%;
    }
    .blog-comment-image{
        width: 100%;
    }
    .comment, .pingback{
        padding: 25px 0;
    }
    .children {
        margin-left: 8px !important;
    }
}
/*iPhone 6Plus Portrait Mode*/
@media screen and (max-width: 414px) {
    .blog-comment-spec{
        width: 100%;
    }
    .blog-comment-image{
        width: 100%;
    }
    .comment, .pingback{
        padding: 25px 0;
    }
    .children {
        margin-left: 8px !important;
    }
}

/*iPhone 6 Portrait Mode*/
@media screen and (max-width: 375px) {
    .blog-comment-spec{
        width: 100%;
    }
    .blog-comment-image{
        width: 100%;
    }
    .comment, .pingback{
        padding: 25px 0;
    }
    .children {
        margin-left: 12px !important;
    }
}

/*iPhone 5S, 5, 4S & 4 Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {

    .blog-comment-spec{
        width: 100%;
    }
    .blog-comment-image{
        width: 100%;
    }
    .comment, .pingback{
        padding: 25px 0;
    }
    .children {
        margin-left: 8px !important;
    }
}
.sidebar-heading{
    padding: 15px 15px;
    margin-top: 0;
}
