/*
Theme Name: BRGUTAJ
Theme URI: https://www.regastudio.si/
Author: RegaStudio
Author URI: https://www.regastudio.si/
Description: RegaStudio
Version: 1.0
Text Domain: brgutaj
*/
body { font-family: 'Roboto', sans-serif; font-size: 16px; color: #000000; font-weight: 400; }

/* - Headings - */
h1 { font-size: 30px; margin-bottom: 50px; }
h2 { font-size: 22px; margin-bottom: 25px; line-height: 0.7; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

h2::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #000000;
    width: 60px;
    vertical-align: bottom;
    margin-left: 15px;
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

@media (min-width: 768px) { 
    h1 { font-size: 50px; }
    h2 { font-size: 26px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}
.bold { font-weight: bold; }
.red {
    color: #eb1b29;
}
i.fas {
    width:10px;
}
/* - Links - */
a { color: #707070; text-decoration: none; transition: all .15s ease-in-out; }
a:hover, a:active { color: #eb1b29; text-decoration: none; }

/*- Buttons -*/
.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

/* - Header - */
header {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}
.header-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
}
.header-title {
    margin: 50px 0px;
    margin-left: -15px;
    background: rgba(255,255,255,0.7);
}
.header-title h1 {
    color: #000000;
    text-transform: uppercase;
    padding: 25px;
}
header img.logo {
	max-width: 120px;
    width: 100%;
    height: 100%;
    margin: 10px 0;
}
@media (min-width: 768px) { 
    header img.logo {
	max-width: 200px;
}
}
.navbar {
    padding: .2rem 0rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #707070;
    font-size: 16px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
    padding: 4px 0px;
}
.navbar-light .navbar-nav .red .nav-link {
    color: #eb1b29;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #eb1b29;
}
.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item .nav-link:active,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item:hover .nav-link {
    color: #eb1b29;
}
.navbar-light .navbar-nav.info .nav-link {
    text-transform: lowercase !important;
} 
a.nav-link
{
    position: relative;
}
a.nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #eb1b29;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
a.nav-link:hover:before {
  visibility: visible;
  width: 100%;
}
.navbar-light .navbar-nav .current-page-ancestor .nav-link {
    color: #eb1b29;
}
@media (min-width: 992px) { 
    .navbar-light .navbar-nav .nav-link {
        margin: 0 0 0 20px;
    }
}
.navbar-toggler {
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    padding: .25rem 0rem;
}
.icon-bar {
        width: 22px;
        height: 2px;
        background-color: #eb1b29;
        display: block;
        transition: all 0.2s;
        margin-top: 4px
    }
.navbar-toggler {
        border: none;
        background: transparent !important;
    }

        .navbar-toggler.collapsed .top-bar {
            transform: rotate(0);
        }

        .navbar-toggler.collapsed .middle-bar {
            opacity: 1;
        }

        .navbar-toggler.collapsed .bottom-bar {
            transform: rotate(0);
        }

        .navbar-toggler .top-bar {
            transform: rotate(45deg);
            transform-origin: 10% 10%;
        }

        .navbar-toggler .middle-bar {
            opacity: 0;
        }

        .navbar-toggler .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 10% 90%;
        }
.nav-pills .nav-link {
    text-transform: uppercase;
    border: 1px solid #ffffff;
    margin-bottom: 25px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #eb1b29;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}
@media (min-width: 992px) {
	.nav-pills .nav-link {
        margin-bottom: 0px;
    }
}
/*- Main -*/
.container-fluid {
    padding: 0px -15px;
}
/*- Content -*/
.box-black {
    background-color: #000000;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}
.box-black img {
    max-height: 200px;
    padding: 25px 0;
}
.box-black h3 {
    color: #ffffff;
    text-transform: uppercase;
}
img.envira-gallery-image {
    border-radius: 5px;
}
.icon {
    display: inline-block;
    width: 18px;
    text-align: center;
}

/*- Forms -*/
.form-control, .input-text  {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0rem;
    font-size: 14px;
    line-height: 1.5;
    color: #707070;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0px solid #ffffff;
    border-bottom: 1px solid #707070;
    border-radius: 0rem;
    transition: border-bottom .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus, .input-text:focus {
    color: #707070;
    background-color: #ffffff;
    border-bottom: 2px solid #eb1b29;
    outline: none !important;
    box-shadow: none !important;
}
.form-control::placeholder {
  color: #707070;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #707070;
}
.form-control::-ms-input-placeholder {
  color: #707070;
}

input.wpcf7-submit {
    width: 100%;
    border: none;
    line-height: 40px;
	padding: 0px 25px 0 25px;
	-webkit-border-radius: 0rem; 
	-moz-border-radius: 0rem; 
	border-radius: 0rem; 
    background-color: #eb1b29;
    color: #ffffff;
}
input.wpcf7-submit:hover, input.wpcf7-submit:active, input.wpcf7-submit:focus {
	background-color: #707070 !important;
    color: #ffffff !important;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
input.wpcf7-not-valid {
    border-bottom: 2px solid #eb1b29;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0px;
    padding: 0.2em 1em;
    border: 2px solid #eb1b29;
}

/*- Footer -*/
footer {
    background-color: #8f8f8f;
    color: #ffffff;
    font-size: 16px;
}
.footer {
    padding: 50px 0;
}
footer h3 {
    color: #ffffff;
}
footer a {
    color: #dddddd;
}
footer a:hover {
    color: #ffffff;
}
.footer-col { padding-bottom: 20px; }
footer h3 { 
    text-transform: none;
    margin-top: 6px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 0.7;
}
footer h3::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #ffffff;
    width: 60px;
    vertical-align: bottom;
    margin-left: 15px;
}
footer img {
    max-height: 100px;
    display: inline-block;
    margin: 0 20px 20px 0;
	max-width: 230px !important;
}
ul.menu {
	list-style-type: none;
    padding: 0px;
    margin-bottom: 0rem;
}
.copyright {
	min-height: 50px;
	height: auto;
	line-height: 28px;
	border-top: 1px solid #ffffff;
	text-align: center;
	padding-bottom: 50px;
}
@media (min-width: 768px) {
    .copyright {
    	line-height: 50px;
		padding-bottom: 25px;
    }
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner
{
    padding-top: 50px !important;
    padding-bottom: 25px !important;
}