/*
Theme Name: FoxyProxy WP Bootstrap Starter
Template: wp-bootstrap-starter
*/

@import url("../wp-bootstrap-starter/style.css");
@import url("./inc/assets/css/presets/theme-option/foxyproxy-bootstrap.css");
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #cc6600;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1.entry-title {
	font-size: 3rem;
}

header#masthead {
	margin: 0;
	background-color: transparent;
    box-shadow: none;
    padding: 0;
}

img.navbar-logo {
	height: 30px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a,
a.navbar-brand {
 	color: #FFF;
	padding: 0.5rem;
	font-size: inherit;
	font-weight: inherit;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
a.navbar-brand:hover  {
 	color: #CCC;
	padding: 0.5rem;
	font-size: inherit;
	font-weight: inherit;
}

.navbar .dropdown-menu {
	color: #FFF !important;
	background: #663300;
	border: 1px solid #cacaca;
}

.navbar .dropdown-menu .dropdown-item  {
	color: #FFF;
}

.navbar .nav-item {
    margin-left: 1rem;
}

body:not(.theme-preset-active) #footer {
	color: #e6e6e6;
    background-color: #2d2200;
    font-size: 0.66rem
}

#footer {
	padding-top: 3.5rem;
	padding-bottom: 2.8125rem;
}

#footer h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #fefefe;
	font-size: 1rem;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #e6e6e6;
}

#footer a:hover,
#footer a:visited:hover,
#footer a:active {
	color: #cc6600;
	background-color: transparent;
}

#footer li {
	padding: 0.7rem 0 1rem 0;
	border-bottom: 1px solid #8a8a8a;
}

#footer .fa, 
#footer .fab,
#footer .far {
	margin-right: 0.4rem;
}


#testisP {
  padding-bottom: 1rem;
}

#testisName {
  text-align: right;
  color: #fff;
}


/*
 * Facebook stuff (the FB comment in the footer)
 */

.emoticon_heart {
  background-image: url('/assets/img/fb_emoticons_heart.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.emoticon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
}

.facebook-text {
  line-height: 1.34;
  color: #000;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.7rem;
  text-align: left;
}

.facebook-text-small {
  font-size: 0.65rem;
}

.facebook-blue {
  color: #3B5998;
}

.facebook-grey {
  color: #9197A3;
}

#fb-li {
  border-bottom: none;
}

#fb-comment-container {
  background-color: #e6e6e6;
  border: 1px solid #aaa;
  padding: 0.1875rem;
  margin-right: 0;
  margin-left: 0; 
  border-radius: 3px;
}

#fb-avatar {
  border: none;
  float: left;
  padding: 0.3125rem;
}

#fb-name {
  direction: rtl;
  unicode-bidi: bidi-override;
}

#fb-comment {
  margin-bottom: 0.3125rem;
}

.collapse-all {
  margin: 0;
  padding: 0;
}
/* end FB */

@media screen and (max-width: 991px) {
  .dropdown-menu li a {
    padding: 0.15rem 1rem;
  }
}

.fp-nobullet {
	list-style-type: none !important;
}

.pattern, .highlight {
	background-color: #FFCC00;
	padding: 0em .5em 0em .5em;
}

#hkb .hkb-breadcrumbs {
	margin: 0 0 1rem 0;
}

.hkb-site-search__button { 
	color: #fff;
	background-color: #E86F02;
	border-color: #E86F02;
}

.hkb-site-search__button:hover {
	color: #fff;
	background-color: #c25d02;
	border-color: #b55702;
}
