/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        7.7c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


.td-a-rec-id-content_bottom {
    max-width: 640px;
    margin: auto;
  }
.td-a-rec-id-content_bottom img {
    max-width: 640px;
}

.td-post-template-default .td-post-featured-image img {
    width: 100%;
}


/*sahifa

/* Boxes Shortcode */

.box {
    padding: 20px;
    background-color: #F6F6F6;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.box div.box-inner-block {
    padding-left: 70px;
    min-height: 50px;
}

.box .tie-shortcode-boxicon {
    float: left;
    margin-left: -70px;
}

.box .tie-shortcode-boxicon:before {
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 60px;
    margin: 0;
}

.box.shadow {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
       -moz-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
            box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
}

.box.shadow div.box-inner-block {
    padding: 0;
}

.box.info {
    background: #d6f6ff;
    border-color: #BFE3EC;
}

.box.info .tie-shortcode-boxicon:before {
    content: "\f05a";
    color: #2CB4DA
}

.box.success {
    background: #e2f2cb;
    border-color: #D1E4B7;
}

.box.success .tie-shortcode-boxicon:before {
    content: "\f05d";
    color: #8AB84D
}

.box.warning {
    background: #fffddb;
    border-color: #E9E59E;
}

.box.warning .tie-shortcode-boxicon:before {
    content: "\f071";
    color: #ECC21B;
}

.box.error {
    background: #ffe6e2;
    border-color: #EEBFB8;
}

.box.error .tie-shortcode-boxicon:before {
    content: "\f05e";
    color: #F03317;
}

.box.download {
    background: #e2f2cb;
    border-color: #D1E4B7;
}

.box.download .tie-shortcode-boxicon:before {
    content: "\f019";
    color: #8AB84D
}

.box.note {
    background: #fffddb;
    border-color: #E9E59E;
}
.box.note .tie-shortcode-boxicon:before {
    content: '\f15c';
    color: #ECC21B;
}


//buttons

.wpb_button, .vc_btn {
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-shadow: none;
    border: none;
    transition: none;
    border-radius: 0;
    margin-bottom: 21px;
    background-color: #4b7cb8;
    color: #ffffff;
}