/* 
Theme Name: Dona
Theme URI: https://themeforest.net/item/dona-creative-multipurpose-parallax-wordpress-theme/19433469
Author: DuezaThemes
Author URI: https://themeforest.net/user/DuezaThemes/portfolio
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: DONA is a Creative Multi-Purpose Parallax WordPress Theme for creative agency/corporate/business websites and other businesses. It’s a fresh and clean design. It’s a 100% bootstrap responsive design and compatible with all major browsers, tablets and phones. You can easily change the text, color, images etc.
Tags: right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: dona

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.
*/
/* anchor(<a></a>) tag hover color change */



.hovercolor:hover {
    text-decoration: none;
}

.comment-author img{
    height: 30px !important;
    width: 30px !important;
}
.single-sidebar ul li{
    list-style-type: none;
}

.white-title{
    color: white;
    padding-top: 65px;
}

/*sticky post*/

.sticky {
    background-color: rgba(0,0,0,0.05);
    border: 1px solid;
    padding: 13px;
    border-radius: 5px;
    margin: 30px -15px 0;
}

.sticky:before {
    content: "Sticky";
    color: black;
    background: white;
    padding: 10px;
    display: inline-block;
    text-align: right;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}


/* Comment styling*/
.contact-form .button-style {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

.contact-form .button-style:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    background: #333;
}

.shotcode-padding{
    padding-left: 5px;
    padding-right: 5px;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/**
 * 8.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/*Call to action*/
.call-to-action-area h2{
    color: #fff;
}
.call-to-action-area p{
    color: #fff;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
}


/*OUR KEY SKILLS*/
.our-skill:first-child {
    margin-top: 0;
}


/*Comment*/
.single-comment img {
    width: 102px;
    border-radius: 50%;
}
section.child-comments.comments-list {
    padding-left: 150px;

}

.logged-in .header-top-area{
    margin: 32px 0 0;
}

@media(max-width:600px) {

    .logged-in .header-top-area{
        margin: 0 0 0;
    }
}

.container > .vc_row {
    margin: 70px 0 78px;
}

/*Password*/

.post-password-form input[type="password"] {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    border-radius: 0px;
    letter-spacing: 2px;
    padding-left: 10px;
    font-weight: 400;
    width: 364px;
}

.post-password-form input[type="submit"] {
    padding: 8px 35px;
    color: black;
}

.post-password-form label {

}

/*Contact Area*/
.contact-area {
    padding: 0 !important;
}
.choose-us h2 {margin-bottom: 20px !important;}

.custom-category ul, li {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}


/*Recent Post*/
.recent-post.categories.single-sidebar h3 {
    margin-bottom: -19px;
    font-size: 19px;
}

/*404 Error Page*/

.page_error {text-align: center;padding-top: 60px;}
.page_error a {text-decoration: underline;}

/*Recquired Class*/
.wp-caption-text {color: #777;}
.gallery-caption{color: #777;}
.bypostauthor:before {
    content: "Post Author";
    color: black;
    background: white;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
}

div.wp-caption {
    max-width: 100%;
}