/*
 Theme Name:   Renowise Child
 Theme URI:    http://renowise.bold-themes.com
 Description:  Renowise child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     renowise
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  renowise-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
#testimonials .bt_bb_headline_subheadline{
    font-weight: 400;
    color: #333;
}
#testimonials .bt_bb_headline .bt_bb_headline_content span {
    color: #333;
}
.btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content, .btDarkSkin .btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content, .btLightSkin .btDarkSkin .btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
    background: #fff !important;
    text-align: left;
}

.bt_bb_latest_posts_item_title{
	margin: 20px 0 !important;
}
.bt_bb_latest_posts_item_title a{
	font-weight: 500;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
    font-weight: 600;
}
.bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2{
    font-size: 44px;
}
.bt_bb_counter_icon_text{
	color: #333 !important;
    font-weight: bold;
    text-transform: capitalize;
}
.menuPort nav ul li a {
	font-weight:600 !important;
}
#mainslider:before {
    background: linear-gradient(90deg,rgba(0,0,0,0.94) 0%,rgba(26,130,192,0.50) 100%);
    opacity: 0.95;
}
#mainslider .bt_bb_headline_superheadline{
	color: #cccccc;
    font-size: 18px;
    line-height: 28px;
}
.port {
    width: 100%;
    padding: 0px 5px;
}
.home .btPageHeadline{ display:none; }
.centertext .bt_bb_headline{
	text-align:center;
}
.centertext .bt_bb_headline_subheadline{
	color:#ccc;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
    font-size: 16px !important;
    font-weight: 600;
}
#tabacc{
	font-size:16px;
}
#tabacc .bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item {
    border-width: 1px;
    border-color: #ccc;
    margin-top: -1px;
}
.bt_bb_accordion.bt_bb_color_scheme_5.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_title, .bt_bb_accordion.bt_bb_color_scheme_5.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    background-color: #f7f7f7;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.bt_bb_accordion .bt_bb_accordion_item.btNoNumber .bt_bb_accordion_item_title {
    max-width: 100%;
    font-size: 16px;
    font-weight: bold;
}
#pricebox .bt_bb_text{
    text-align: center;
}
#pricebox h5{
   font-size: 16px;
}
#pricebox p{
     font-size: 18px;
    color: #168fd6;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0 10px;
}
#pricebox p b{
    font-size: 50px;
    font-weight: 900;
}

@media (max-width: 992px){
.btLogoArea .logo {
    float: none;
    margin-left: 45%;
    position: absolute;
    z-index: 1;
}
.btMenuVertical .mainHeader .logo img {
    margin: 0 auto;
    display: none !important;
    height: auto;
    max-width: 100%;
}
.port {
    width: 100%;
    padding: 40px 20px !important;
}
}	
@media (max-width: 480px){
.btLogoArea .logo {
    float: none;
    margin-left: 35% !important;
    position: absolute;
    z-index: 1;
}
.btMenuVertical .mainHeader .logo img {
    margin: 0 auto;
    display: none !important;
    height: auto;
    max-width: 100%;
}
.port {
    width: 100%;
    padding: 40px 20px !important;
}
}