/* GAJANAKOP CSS */

body.header-default #sp-top-bar {
    position: relative;
    background: #EBECEC!important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 8px 0 0;
	height: 45px!important;
}

/* Navigacija */

body.header-default .sp-megamenu-parent > li >a, body.header-default .sp-megamenu-parent > li > span {
    color: #4D4D4D!important;
    margin-top: 28px;
	font-size: 16px!important;
	font-weight: bold!important;
}

body.header-default .sp-megamenu-parent > li:hover > a, body.header-default .sp-megamenu-parent > li.active > a {
    color: #fff!important;
	
	


}

i.fa.fa-facebook-f { color: #F39314!important;}

i.fa.fa-facebook-f:hover {color: #4D4D4D!important; background-color:none!important;}




 #sp-header .logo {
    display: inline-block;
    height: 60px;
    display: table;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin: 0;
}






div.sppb-addon.sppb-addon-text-block.usluge ul {
	
  list-style: none; /* Remove default bullets */
}

div.sppb-addon.sppb-addon-text-block.usluge ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F39314; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


div.sppb-addon.sppb-addon-text-block.reference1 ul {
	
  list-style: none; /* Remove default bullets */
}

div.sppb-addon.sppb-addon-text-block.reference1 ul li::before {
  content: "\2714";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F39314; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  margin-right: 5px;
}





/************** Usluge ******************/
section#usluge.sppb-section.sppb-section-content-center
{
  background-image:url("http://gajanakop.hr/dev/images/2020/03/05/usluge_bottom.png");
  background-repeat:repeat-x;
  background-position: bottom center;
  
}



/************ Kontakt ************/

.btn.btn-primary, .btn.sppb-btn-primary, .sppb-btn.btn-primary, .sppb-btn.sppb-btn-primary {
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400 !important;
    text-transform: uppercase;
    padding: 13px 27px;
    line-height: 1;
    border: 0;
	background-color: #000!important;
}



footer#sp-footer { text-align: center!important;
/***************** Razno *******************/



.scrollup:before {
    content: " \f106";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #F39314!important;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 62px;
    right: 100px;
    display: none;
    z-index: 999;
    border: 0px solid #ddd!important;
    background-color: #000!important;
}

i.fa.fa-facebook {
    background: #F39314!important;
    width: 25px;
    height: 25x;
    border-radius: 50%;
	text-align: center;
       vertical-align: middle;
	   line-height: 25px;
	   color: #fff!important;
}


i.fa.fa-facebook:hover {
    background: #F39314!important;
   color: #fff!important;
}

#offcanvas-toggler {
    float: right;
    line-height: 56px;
    margin-right: 15px;
    margin-left: 5px;
    font-size: 28px!important;
}
.close-offcanvas {
    position: absolute;
    top: 0;
    right: 20px!important;
    z-index: 1;
    width: 34px;
    height: 34px;
    line-height: .5;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    background: #333;
}


body.header-default #offcanvas-toggler > i {
    color: #4D4D4D;
}


  div.offcanvas-inner i.fa.fa-facebook {
    visibility: hidden!important;
      display: none!important;
  }
