/*Slider on Top of the Page*/

.layout-full .panel-row-style.panel-row-style-full-width {
	padding-top: 0;
	padding-bottom: 0;
}

/*Main Menu on Top of Slider*/

.home .site-header {
	position: absolute;
	left: 0;
	right: 0;
}

.home .hgroup, .main-navigation {
	z-index: 400;
}

.home .site-main {
	padding: 0 35px !important
}

/*Transparent Main Menu*/

.home .main-navigation {
	background: rgba(250,250, 250, .0) !important;
}

.main-navigation {
    background-color: #000;
}

/*Main Menu Color On Scroll*/

.home #sticky-container .main-navigation {
	background: rgba(0, 0, 0, 1) !important;
}

.main-navigation ul li.menu-item-916 a {
background: #a11916;
color: #fff;
}

/*Transparent Main Menu Hover*/

.main-navigation ul li.menu-item > a  { 
 background-color: transparent; }


.main-navigation ul li.menu-item-916  > a  { 
 background-color: #a11916; 
}

/*Main Menu Hover*/

.main-navigation ul li.menu-item-916 a:hover {
background: #5D0C0D; 
}

/*Piškotki Menu*/

.site-header {
	position: absolute;
	left: 0;
	right: 0;
}

.hgroup, .main-navigation {
	z-index: 400;
}

.site-main {
	padding: 0 35px !important
}

.main-navigation {
	background: rgba(250,250, 250, .0) !important;
}

#sticky-container .main-navigation {
	background: rgba(0, 0, 0, 1) !important;
}

/*No Dotted Line On Click*/

a, a:active, a:focus {
   outline: none;
}

/*Email Form*/

#responsive-form {
  max-width:650px /*-- change this to get your desired form width --*/;
  margin:0 auto;
  width:100%;
}

.form-row{
    width: 100%;
}

.column-half, .column-full{
  float: left;
  position: relative;
  padding: 12px 0px 6px 0px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
    .column-half{
     width: 50%;
    }
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 2px solid #6d6d6d;
  font-size: 14px;
  font color: #6d6d6d;
  border-radius: 1px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.wpcf7 textarea {
  width: 100%;
  height: 100px;
  padding: 8px;
  border: 2px solid #6d6d6d;
  font-size:14px;
  background: transparent;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.wpcf7 input[type="text"]:focus{
    background: transparent;
}

#content,
#content input,
#content textarea {
    color: #f1f1f1;
}

.wpcf7-submit.submitbutton{
  float: left;
  background: #a11916;
  border: none;
  text-transform: uppercase;
  padding: 12px 38px;
  cursor: pointer;
}
 
.wpcf7-submit:hover{
  background: #5D0C0D;
}

span.wpcf7-not-valid-tip{
    text-shadow: none;
    font-size: 12px;
    color: #b72525;
    background: transparent;
    padding: 5px;
}

div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    padding: 5px;
    text-align: center;
    color: #b72525;
    margin-left: 0;
    font-size: 12px;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}
/*reCaptcha */

.rc-anchor-dark.rc-anchor-normal {
    border: 2px solid #6d6d6d;
}

/*Social Icons*/
.entry-content .alignleft {
    margin: 0 1.5em 1.5em;
}

/*No Blue Border on Click */

*{
	outline: 0px;
}  

/*Email Form Pop Up*/

#wpcf7-f408-p66-o7 {
  max-width: 350px; /*-- change this to get your desired form width --*/;
	margin:0 auto;
  width:100%;
}

#input {  
	margin-top: 12px;
  background: #d4d4d4;
  border: none;
  color: #000 !important;
  font-size: 12px !important;
  font-weight: bold;
} 

#input-title {  
	margin-top: 3px; 
  background: #d4d4d4;
  border: none;
  color: #000 !important;
  font-size: 12px !important;
  font-weight: bold;
}
  
#dropdown-menu { 
    margin-top: -12px;
  	width:415px;
  	background: #d4d4d4;
  	border: none;
}

#input-msg {  
	margin-top: -3px;
  background: #d4d4d4;
  border: none;
  color: #000 !important;
  font-size: 12px !important;
  font-weight: bold;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    color: #a11916!important;
    font-size: 12px !important;
  	font-weight: bold;
    border: 2px solid #6d6d6d;
}

.wpcf7 select {
    background-color: transparent;
  	border-radius: 1px 1px 1px 1px;
    margin-top: 5px;
    text-indent: 5px;
    width: 450px;
  	height: 35px;
    z-index: 100;
}
  
#left {
    width: 49%;
    float: left;
    margin-right:2%;
}
 
#right {
    width: 49%;
    float: left;
}

.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}

#button {
  float: inherit;
  background: #a11916;
  color: #f1f1f1;
  border: none;
  text-transform: uppercase;
	padding: 10px 38px;
	cursor: pointer;
}

#button:hover{
  background: #5D0C0D;   
}

/*Button Offer*/

.popmake-povprasevanje {
  float: inherit;
  background: #a11916;
  color: #f1f1f1;
  border: 2px solid #f1f1f1;
  font-weight: bold;
  text-transform: uppercase;
	padding: 15px 38px;
	cursor: pointer;
}

.popmake-povprasevanje:hover {
  background: #5D0C0D;  
}

#scroll-to-top .vantage-icon-arrow-up {
color: #a11916;
}

/* Scroll To Top Image */

#scroll-to-top {
background: url(https://www.bimit.si/wp-content/uploads/2018/07/scroll-to-top.png) no-repeat;
}

#scroll-to-top.scroll-to-top.displayed {
    opacity: 0.8 !important;
}

#pl-1696 .so-panel {
    margin-bottom: 3px;
}

#pg-1626-1, #pl-1626 .so-panel {
    margin-bottom: 8px;
}

a:link {
    text-decoration: none;
}