/*
 Theme Name:   Orapi Transnet Theme
 Theme URI:    https://www.acceseo.com/
 Description:  Child Theme
 Author:       acceseo
 Author URI:   https://acceseo.com
 Template:     baskerville
 Version:      1.0.0
*/
@import url("../baskerville/style.css");

.header{
	padding: 70px 0 90px!important;
}
.header .cover {
    background: rgba(29, 29, 29, 0.73)!important;
}
.header .ctaShop{
	text-align: center;
	float: left;
	width: 100%;
	margin: 20px 0;
}
.header .ctaShop a{
	color: #ffffff;
	text-transform: uppercase;
	background-color: #f8c106;
	padding: 8px 20px 6px;
	    box-shadow: 3px 3px 3px 0px #00000061;
	    font-weight: bold;
}
#socialFooter ul li{
    display: block;
    float: left;
}
#socialFooter ul li:before{
    display: none;
}
#socialFooter ul li a{
    font-size: 22px;
    color: #0092d3!important;
	font-weight: bold;
}
#socialFooter ul li a:hover, .widget-content ul li a:hover{
	color: #f8c106!important;
}
.widget-content ul li a{
	color: #767676!important;
}
.widget-content ul li:before{
	color: #0092d3!important;
}
.post-excerpt .more-link, .post-header .post-title a:hover{
	color: #0092d3!important;
}
.post-excerpt{padding: 10% 5%!important;}
.header .logo img {
    max-height: 150px !important;
    width: auto;
}