/*
 *
 * Template Name: Produkta
 * Template URI: http://azmind.com
 * Description: Produkta - Responsive Product Showcase
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

strong { font-weight: 900; }
a:hover { text-decoration: none; }

.logo h2 { margin-top: 7px;}

.logo a {
    display: inline-block;
    width: 87px;
    height: 48px;
    margin-top: 10px;
    background: url(../img/logo.png) left top no-repeat;
    color: #000;
    text-indent: -9999px;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.logo a:hover { color: #ffd42a; }

/***** Product Showcase *****/

.product-showcase {
    margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
    background: #ffd42a;
}

.product-background {
    margin-top: 80px;
	margin-bottom: 80px;
    padding-bottom: 40px;
}

.product-title {
    margin: 25px 0 0 0;
}

.product-title h1 {
    font-size: 48px;
    font-weight: 400;
    color: #000;
    line-height: 58px;
}

.product-title div.product-description {
    margin-top: 20px;
    color: #000;
    line-height: 30px;
}

.product-title div.product-description h3 {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

a.buy-it-now {
    display: inline-block;
    padding: 15px 55px 12px 45px;
    margin-top: 20px;
    background: #c00055;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
}

a.buy-it-now i { padding-right: 10px; font-size: 28px; vertical-align: middle; }


.product-image {
    margin-top: 55px;
    text-align: center;
}


