/*
Theme Name:     Porto Child
Description:    Child of Porto
Author:         dpca
Template:       porto

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../porto/style.css");


/* take away blue underline from page top */
.page-top h2 {
	border-bottom: 0px solid #CCC; 
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}


/* don't show breadcrumbs on home page.  The home page has an id of 10 */
body.page-id-10 .page-top ul.breadcrumb{
  display: none;
}

body.page-id-10 .page-top h2{
  display: none;
}


.left{float:left;padding:0 8px 0 0;border-bottom:none}
.leftmag{float:left;padding:0 1px 0 0;border-bottom:none}
.right{float:right;padding:0 0 0 8px;border-bottom:none}
.center{display:block;text-align:center;margin:0 auto;border-bottom:none}

.alert-blue {
  color: #0088CC;
  background-color: #E6F3FA;
  border-color: #d6e9c6;
}

.img-thumbnail {
max-width: 70%;
}
.img-responsive {
max-width: 100%;
}

/* remove border from owl carosel images */
media="all"
.thumbnail {
border: 0px;
}



#header .logo img {
transition: none;
}
#header.sticky-header .logo img {
width: 50px;
height: 50px;
min-width: 50px;
max-width: 50px;
transform: scale(1);
}

.page-top {
  background-color: #171717;
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  margin-bottom: 35px;
  min-height: 50px;
  padding: 0;
  padding: 10px 0;
  position: relative;
  text-align: left;
}

.widget {
 margin-bottom: 5px; 
 margin-top: 5px; 
}
