/*
Theme Name:     Newspaper 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:        1
*/

@import url("../Newspaper/style.css");


/*  ----------------------------------------------------------------------------
    Your custom style.... here :)
*/
a.buytext:link, a.buylist:link, a.buynow:link {
    background-color: #06c;
}
a.buytext:link, a.buylist:link, a.infobut:link, a.buyalt:link, a.buynow:link {
    text-decoration: none;
    color: #fff;
    margin: 8px 8px 8px 0;
}
a.buytext:link, a.infobut:link, a.buyalt:link, a.buynow:link {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
}
.aff-info-box-container {
    position: relative;
    margin: 20px;
    width: 95%;
    max-width: 650px;
    padding: 20px;
    box-shadow: 0 0 5px 0 grey;
    margin-right: auto;
    margin-left: auto;
}
.aff-info-box-ribbon {
    padding: 10px 20px;
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #909b4a;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 0 5px 0 grey;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
}
.aff-info-box-inner-container {
    display: flex;
}
.aff-info-box-picture {
    width: 50%;
    padding: 60px;
    padding-left: 40px;
    padding-bottom: 20px;
}
.aff-info-box-right-column {
    width: 50%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aff-info-box-title {
    color: #f38727;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
}
.aff-info-box-title-link {
    color: #f38727;
    text-decoration: none;
}
.aff-info-box-description {
    margin-top: 20px;
}
aff-info-box-button-container {
    width: 100%;
    margin-top: 20px;
}

.aff-info-box-button {
    display: block;
    background-color: #06c;
    color: #fff;
	text-decoration: none;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
}

.aff-info-box-button:hover {
	font-weight:700;
	text-decoration: none;
}