/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6, .nav-top-link {
	font-family: "Playfair", Lato, sans-serif !important;
	font-weight: 400 !important;
}
.tab a, .button{
	font-family: "Playfair", Lato, sans-serif !important;
	font-weight: 600 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300 !important;
}
b, strong {
	font-weight: 900;
}
p {
	font-family: "DM Sans" !important;
}

.button {
	/*font-weight: 400 !important;*/
}

/* Header */
.nav-top-link {
	/*font-weight: 400 !important;*/
}
.polona-video{
	padding-top: 0 !important;
}
/* Kontaktna forma */
input[type=text], input[type=email], input[type=tel], textarea {
	border: none;
    background-color: #fff;
    border-bottom: 1px solid gray;
    box-shadow: none;
	padding-left: 0;
	font-weight: 300;
}
.remove-margins{
	margin-top:0;
	margin-bottom:0;
}
input[type='submit'] {
	font-family: "Playfair", Lato, sans-serif !important;
	font-weight: 300 !important;
	text-transform: capitalize;
}
.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.6;
}
#wpcf7-f1221-p1217-o1 form.sent{
	display:none !important;
}
.wpcf7-spinner {
	display: none;
}

/* Other random */
.button:not(.icon)>i {
    margin-left: 0;
    margin-right: 0;
}

.star-rating {
	display: none;
}

/* Sekcija vizija */
.custom-tabs .tab {
	padding: 8px 60px;
	background: #eff7e7 !important;
}

.custom-tabs .tab.active {
	background-color: #a8b88e !important;
}

.custom-tabs .tab:nth-of-type(2) {
	border-left: 0.2px solid lightgray;
	border-right: 0.2px solid lightgray;
}

.social-icons a {
	float: right;
}

/* Oglasi za delo */
.neaktiven p,
.neaktiven h2,
.neaktiven h3,
.neaktiven li {
	color: #A2A2A2;
}

.aktiven-gumb {
	margin-right: 0;
}

.neaktiven-gumb {
	background-color: gray !important;
}

/* Modal window homepage */
#showmodalword {
	text-decoration: underline;	
	font-weight: 600;
	color: #819f6b;
}

.modal {
	opacity: 0;   /* Start fully transparent */
    transition: opacity 0.5s;   /* Animate the opacity */
	
    display: none;
    position: fixed;
    z-index: 40;
    padding-top: 300px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}


#modal-content {
    position: relative;
	border-radius: 15px;
    background-color: #fefefe;
    margin: auto;
    padding: 60px;
    border: 1px solid #888;
    width: 60%;
}

.close-button {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 18px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.image-mb-0, .image-mb-0 img{
	margin-bottom: 0 !important;
}

.single-post .col.large-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    width: 280px;
}
.nwsl-section #sib_signup_form_1{
	background: #a8b88e;
	padding: 40px 30px 10px 30px;
	color: #FFF;
	box-shadow: 0px 2px 10px 1px #0000002e;
}
.nwsl-section #sib_signup_form_1 a{
	color: #444d36;
}
.nwsl-section #sib_signup_form_1 a:hover{
	color: #3d4c23;
}
.nwsl-section #sib_signup_form_1 input[type=email]::placeholder{
	color: #e8eae3;
	font-weight: lighter;
}
.nwsl-section #sib_signup_form_1 input[type=email]:focus{
	outline: none;
	box-shadow: none;
}
.nwsl-section #sib_signup_form_1 input[type=email]{
	background: none;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	font-size: 20px;
	text-align: center;
}
.nwsl-section #sib_signup_form_1 input[type=submit]{
	background-color: #728552;
}
.btn-prijava-na-enovice{
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}
.btn-prijava-na-enovice img{
	max-width: 90px;
	transition: transform .3s; /* Animation */
}
.btn-prijava-na-enovice:hover img{
	transform: scale(1.3);
}
article .entry-meta,
article .entry-author,
article .navigation-post,
article .entry-category,
#comments,
.post-sidebar {
	display: none;
}

.grecaptcha-badge{
	visibility: hidden !important;
}
.form-vodic label {
	margin-bottom: 1.4em;
}
.form-vodic label small{
	margin-top: -15px;
	display: block;
	font-weight: normal;
}
.form-vodic em{
	font-weight: normal;
}
input[type='submit'] {
	text-transform: inherit !important;
}
form.wpcf7-form.sent{
	display: none !important;
}
@media only screen and (min-width: 850px) {
/*************** ADD DESKTOP ONLY CSS HERE  ***************/
	
	/* Header */
	.header .menu-item {
		font-size: 1.1rem;
		margin-right: 30px;
	}
	
	.header,
	.stuck {
		padding: 0 100px;
	}
	
	.nav-dropdown-default {
    	padding: 10px 20px;
	}
	
	.button-primary, input[type='submit'] {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.nav-dropdown li {
		font-size: 90% !important;
	}
		
	/* Storitve in kadrovska page */
	
	/*
	.vse-storitve .optimize h3 {
		min-height: 80px;
	}
	*/
	
	.kadrovska-section .col,
	.vse-storitve .col {
		padding: 0;
	}
		
	.kadrovska-text-col-right {
		padding-left: 100px !important;
		padding-right: 200px !important;
	}
	
	.kadrovska-text-col-left {
		padding-left: 200px !important;
		padding-right: 100px !important;
	}
	
	/* Kontaktna forma */
	.newsletter input[type=email] {
		width: 65%;
		margin: 0 auto !important;
	}
}

@media only screen and (min-device-width: 850px) and (max-device-width: 1900px)  {
/*************** ADD LAPTOP ONLY CSS HERE  ***************/
	
	.header .menu-item {
		margin-right: 15px;
	}
	
	.storitev-single-row {
		max-width: 75% !important;
	}
	
	/* Kadrovksa page */
	.kadrovska-text-col-right {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.kadrovska-text-col-left {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	/* Kontaktna forma */
	.newsletter input[type=email] {
		width: 50%;
		margin: 0 auto !important;
	}
	
	/* Modal window */
	.modal {
    	padding-top: 100px;
	}

	#modal-content {
		width: 70%;
	}
	
	.close-button {
		right: -5px;
		top: 10px;
		font-size: 15px;
	}
}


@media only screen and (max-device-width: 850px){
	/*************** ADD TABLET ONLY CSS HERE  ***************/	
	#top-bar {
		display: none;
	}
	
	.stretch-row {
		max-width: 100% !important;
	}
	
	.mobile-text-left .text-center {
		text-align: left !important;
	}
	
	/* Sekcija vizija */
	.custom-tabs .tab {
		padding: 8px 30px;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.stretch-row {
		max-width: 100% !important;
	}
	
	.mobile-text-left .text-center {
		text-align: left !important;
	}
	
	/* Sekcija vizija */
	.custom-tabs .tab {
		padding: 0px 10px;
	}
	
	.modal {
    	padding-top: 100px;
	}


	#modal-content {
		padding: 40px 15px;
		width: 95%;
		text-align: left;
	}
	
	.close-button {
		right: -5px;
		top: 10px;
		font-size: 15px;
	}
	.single-post .col.large-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
	.btn-prijava-na-enovice{
		right: 10px;
		bottom: 10px;
	}
	.btn-prijava-na-enovice img{
		max-width: 50px;
	}
}