/* 
Theme Name: NetTech - PremiumPress Child Theme 
Theme URI:   http: //www.premiumpress.com 
Description:  This is a child theme for the PremiumPress responsive framework.
Author:     Mark Fail
Author URI:   http: //www.premiumpress.com
Template:    DT
Version:    2.0
Requires: 8.4+
*/ 


/* REMOVE ROUNDED CORNERS */ 
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
} 

a { color:#444; }

/*------------------------------------------------------*/
/* BODY
/*------------------------------------------------------*/

body { background: #fff url('img/background.png'); font-family: 'Open Sans', sans-serif; }

.page-wrapper {padding:10px; padding-top:0px; background:#fff;   -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.05); }





/*------------------------------------------------------*/
/* BODY
/*------------------------------------------------------*/

#core_inner_wrap { margin-left:-15px; margin-right:-15px; }

/*------------------------------------------------------*/
/* SEARCH RESULTS
/*------------------------------------------------------*/

.search .core_middle_wrap, .archive .core_middle_wrap {   padding: 20px;  border: 1px solid #ddd; margin-bottom:20px; }
._searchresultsblock h4 { border: 1px solid #ddd;  background: #efefef;  padding: 10px;}

/*------------------------------------------------------*/
/* PANELS
/*------------------------------------------------------*/

.panel-default { border-color: #ddd  }
.panel-default>.panel-heading { color: #2771BA; text-shadow: 0 1px 0 #fff; background: #F4F4F4; border-bottom: 2px solid #2F89CE;   }

/*------------------------------------------------------*/
/* BUTTONS
/*------------------------------------------------------*/

.btn-primary {    color: #fff;    background-color: #424242;    border-color: #424242; }


/*------------------------------------------------------*/
/* Customisations to typography by James
/*------------------------------------------------------*/

.wlt_builder_category .catdesc {  line-height:18px; }


.wlt_builder_category .media .pull-left { width:64px; }

.media {margin-top: 25px!important;}

.wlt_builder_category.cols3 .media .pull-left img { max-width: 48px;}

div.wlt_builder_category {  margin-bottom:25px; }
