/*
Theme Name:   Twenty Twenty One Child
Description:  Twenty Twenty One Child Theme
Author:       Neno
Template:     twentytwentyone
Version:      1.7
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyonechild
*/

	html {
		scroll-behavior: smooth;
		}

	p, a, li, h4 {
		font-family: 'Comfortaa', cursive;
		}

	header#masthead, footer#colophon {
		display: none;
		}

	main.site-main {
		padding-top: 60px;
		}

	.sadrzaj {
		max-width: none !important;
		width: 80% !important;
		}

	.logo {
		width: 50%;
		margin: 0 auto 50px;
		}

	.message {
		margin: 70px 0 60px;
		}

	.message p {
		font-size: 280%;
		font-weight: 300;
		color: #828282;
		text-align: center;
		line-height: 1em;
		position: relative;
		}

	.message p::before, .message p::after {
		content: '';
		width: 80px;
		height: 2px;
		background-color: #469fbe;
		position: absolute;
		top: 45%;
		}

	.message p::before {
		left: 20%;
		}

	.message p::after {
		right: 20%;
		}

	.name {
		margin-bottom: 40px;
		}

	.name p {
		font-size: 180%;
		color: #006d9d;
		text-align: center;
		line-height: 1em;
		}

	.name p:first-child {
		margin-bottom: 7px;
		}

	.name p:last-child {
		font-size: 120%;
		}

	.kontakt_gumb {
		line-height: 1em;
		display: flex;
		justify-content: center;
		}

	.kontakt_gumb a {
		font-size: 80%;
		font-weight: 700;
		color: #fff;
		background-color: #5daec5;
		text-decoration: none;
		line-height: 1em;
		padding: 13px 40px 13px;
		border-radius: 50px;
		transition: background 0.1s linear;
		}

	.kontakt_gumb a:hover {
		background-color: #8dced5;
		}

	.kontakt_info {
		margin-top: 60px;
		margin-bottom: 40px;
		}

	.kontakt_forma_naslov h4 {
		font-family: 'Comfortaa', cursive;
		font-size: 100%;
		color: #006d9d !important;
		text-align: center;
		text-decoration: underline;
		margin-bottom: 20px;
		}

	ul.nabrajanje {
		text-align: center;
		padding-left: 0;
		list-style-type: none;
		}

	ul.nabrajanje li {
		font-size: 130%;
		color: #006d9d;
		}

	ul.nabrajanje li:nth-child(even) {
		margin-bottom: 20px;
		}

	ul.nabrajanje li:last-child {
			margin-bottom: 0;
			}

	ul.nabrajanje li i {
		font-size: 150%;
		color: #8dced5;
		}

	ul.nabrajanje li a {
		font-size: 97%;
		color: #006d9d;
		text-decoration: none;
		transition: color 0.1s linear;
		}

	ul.nabrajanje li a:hover {
		color: #8dced5;
		}

	.kontakt_forma form label {
		width: 40% !important;
		margin: 0 auto !important;
		display: block;
		}

	.kontakt_forma form label br {
		display: none;
		}

	.kontakt_forma form label input, div.site textarea {
		width: 100%;
		border: 1px solid #006d9d;
		margin: 0 0 30px;
		}

	.kontakt_forma form label span {
		font-size: 80%;
		}

	input[type="text"], .wpcf7 input[type="email"], .site textarea {
		color: #a5a5a5 !important;
		}

	input.wpcf7-submit {
		width: 15%;
		font-family: 'Comfortaa', cursive !important;
		color: #fff !important;
		background-color: #5daec5 !important;
		margin: 0 42.5% !important;
		border-color: #006d9d;
		border-radius: 50px !important;
		transition: all 0.1s linear;
		}

	input.wpcf7-submit:hover {
		color: #5daec5 !important;
		background-color: #fff !important;
		}

/* MEDIA QUERY */
	@media (max-width: 767px) {
		.logo {
  		width: 100%;
  		margin: 0 auto;
			}

		.message {
  		margin-top: 100px;
  		margin-bottom: 100px;
			}

		.message p {
	  	font-size: 200%;
	  	line-height: 1.6em;
			}

		.message p::before, .message p::after {
			width: 2px;
			height: 30px;
			}

		.message p::before {
			top: -40px;
			left: 50%;
			transform: translateX(-50%);
			}

		.message p::after {
			top: 140px;
			left: 50%;
			transform: translateX(-50%);
			}

		.name p {
			font-size: 120%;
			line-height: 1.5em;
			}

		.name p:last-child {
			font-size: 80%;
			}

		.kontakt_info {
	  	margin-bottom: 80px;
			}

		ul.nabrajanje li {
  		font-size: 90%;
			}

		ul.nabrajanje li i.fa-phone {
	  	font-size: 130%;
			}

		ul.nabrajanje li i.fa-envelope {
		  font-size: 140%;
			}

		ul.nabrajanje li a {
  		font-size: 85%;
			}

		.kontakt_gumb a {
			font-size: 90%;
			padding: 17px 40px;
			}

		.kontakt_forma_naslov h4 {
			margin-bottom: 40px;
			}

		.kontakt_forma form label {
	  	width: 100% !important;
			}

		.kontakt_forma form label input {
  		height: 70px;
			margin-bottom: 15px;
			}

		div.site textarea {
			margin-bottom: 15px;
			}

		input.wpcf7-submit {
	  	width: 100%;
			margin: 0 !important;
			}


	}


/* ---------- */
