/*
Theme Name: Advokátní kancelář NITRIANSKÝ
Theme URI: 
Author: 
Author URI: 
Version: 1.0
*/

img{display:block} button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline: transparent dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'acumin-pro', Arial, sans-serif;
	font-weight: 300;
	background: #fff;
	font-style: normal;
	color: #050507;
	font-size: 16px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
header {
	width: 100%;
	float: left;
	padding: 10px 0;
	z-index: 800;
	background: #fff;
	position: fixed;
	top: 0;
	box-shadow: 0px 3px 6px #00000029;
	height: 70px;
	left: 0;
	transform: translate(0,-100%);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
}
body.scroll header, body.page header {
	transform: translate(0,0);
}
body.page#logged header {
	top: 32px;
}
body.scroll#logged header {
	top: 32px;
}
.logo {
	float: left;
	width: 176px;
}
header .row {
	max-width: 100%;
	padding: 0 5%;
}
header .main-menu {
	width: calc(100% - 176px);
	float: right;
	text-align: right;
	margin-top: 14px;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	display: inline-table;
	margin-left: 40px;
	position: relative;
}
header .main-menu li a {
	color: #050507;
	font-size: 18px;
	padding-top: 18px;
	border-top: 4px solid transparent;
}
header .main-menu li.wpml-ls-item {
	margin-left: 30px;
	top: 4px;
	position: relative;
}
header .main-menu li.wpml-ls-item img {
	width: 20px;
	height: auto;
}
header .main-menu li a:hover, header .main-menu ul li.current-menu-item > a {
	border-color: #A77E53;
	color: #A77E53
}
a.button {
	background-color: #8C5E3C;
	color: #fff;
	padding: 0 25px;
	line-height: 44px;
	height: 44px;
	border-radius: 22px;
	display: table;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
}
a.button:hover {
	background-color: #A77E53;
}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.center {
	margin: 0 auto;
}
a.button.inline {
	display: inline-block;
	margin-right: 20px;
}
header .menu-show {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('img/menu.svg');
	position: absolute;
	right: 20px;
	top: 11px;
	display: none;
	width: 25px;
	font-size: 0;
	height: 28px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
body.open-mobile header .menu-show {
	background-image: url('img/krizek.svg');
}
.open-mobile {
	overflow: hidden;
}
.open-mobile header .main-menu {
	background:#fff;
	position: absolute;
	top: 49px;
	width: 240px;
	height: calc(100vh - 50px);
	z-index: 400;
	overflow-y: auto;
	right: 0;
	margin: 0;
	padding: 20px 30px;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile header .main-menu ul {
	display: table;
	width: 100%;
	padding: 30px 0 30px 0;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 15px 0;
	text-align: left;
	padding-bottom: 0;
}
.open-mobile header .main-menu ul li a {
	border: 0 !important;
}
.open-mobile li.contact-mobile a.button.contact {
	display: inline-block;
	margin: 0;
	float: none;
	background: #e2625c;
	color: #262e3d;
	padding-left: 20px;
}
.open-mobile li.contact-mobile a.button.contact:before {
	display: none;
}
header .main-menu ul li.contact-mobile {
	display: none;
}
body.open-mobile header .main-menu ul li.contact-mobile {
	display: block;
}
.main {
	width: 100%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('img/main.jpg?v=1.01');
	color: #000;
	min-height: 740px;
	padding-top: 160px;
	position: relative;
}
.main .text {
	position: relative;
}
.main h1 {
	font-family: "miller-banner";
	font-size: 65px;
	font-weight: 600;
	margin: 45px 0 35px;
}
.main p {
	font-size: 18px;
	font-weight: 300;
	line-height: 145%;
	margin-bottom: 55px;
	max-width: 600px;
}
section {
	width: 100%;
	float: left;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
section.content {
	padding: 50px 0;
}
.section-title {
	color: #050507;
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 35px;
	font-family: "miller-banner";
}
.section-title.center {
	text-align: center;
}
section.first {
	margin-top: 74px;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.about-us {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('img/about-us.jpg');
}
.about-us p {
	max-width: 670px;
	line-height: 145%;
}
.services-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 115px;
	text-align: left;
	width: 100%;
}
.services-list .item {
	float: left;
	width: calc(33.333% - 7px);
}
.services-list .item .icon {
	margin-bottom: 20px;
	height: 66px;
}
.services-list .item .icon img {
	margin: 0;
}
.services-list .item h3 {
	color: #050507;
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 400;
}
.services-list .item p {
	line-height: 145%;
	max-width: 270px;
}
.services-list.smaller {
	text-align: left;
}
.services-list.smaller .item {
	background: #F5F5F5;
	border-radius: 8px;
	padding: 15px 25px;
	width: calc(25% - 7px);
}
.services-list.smaller .item h3 {
	font-family: "miller-banner";
	font-size: 18px;
}
.services-list.smaller .item p {
	font-size: 14px;
}
.half {
	float: left;
	width: 50%;
}
.services-list.smaller .item .icon img {
	margin: 0;
}
.services-list.smaller {
	margin: 20px 0 40px;
}
.team-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
	text-align: center;
	place-content: center;
}
.team-list .item {
	width: calc(25% - 20px);
	float: left;
}
.team-list .item .thumb {
	margin-bottom: 25px;
}
.team-list .item .thumb img {
	margin: 0 auto;
	border-radius: 50%;
	max-width: 181px;
}
.team-list .item .name {
	color: #050507;
	font-size: 18px;
	margin-bottom: 25px;
}
.team-list .item .name span {
	color: #9E9E9E;
	font-size: 14px;
}
.team-list .item a.email {
	color: #8C5E3C;
	background-image: url('img/mail.svg');
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	padding-top: 25px;
	display: block;
}
section.content.contact-us {
	background: #EBEBEB;
	padding-bottom: 0;
	margin-top: 150px;
}
.contact-us p.bigger {
	font-size: 18px;
	margin-bottom: 5px;
}
.contact-us p {
	margin-bottom: 30px;
	line-height: 145%;
}
.contact-us a.email {
	color: #050507;
	background-image: url('img/mail.svg');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	padding: 5px 0 5px 52px;
	display: block;
	margin-bottom: 15px;
}
.contact-us .phone {
	background-image: url('img/mobile-phone.svg');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	padding: 10px 0 10px 52px;
	display: block;
	margin-bottom: 45px;
}
.contact-us .phone a {
	color: #050507;
	line-height: 120%;
}
.contact-us .form {
	width: 50%;
	float: right;
	height: 563px;
	margin-top: -140px;
	max-width: 550px;
	background-color: #050507;
	padding: 30px 40px;
	border-radius: 37px 37px 0px 0px;
}
.contact-us .form .section-title {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 145%;
}
.contact-us .form .section-title strong {
	color: #B89169;
	font-size: 35px;
	font-weight: 600;
}
.contact-us .form input[type="text"], .contact-us .form input[type="tel"], .contact-us .form input[type="email"], .contact-us .form textarea {
	background: none;
	color: #fff;
	padding: 5px 0;
	width: 100%;
	margin-bottom: 15px;
	border: 0;
	border-bottom: 1px solid #5B5B5B;
	outline: none;
}
.contact-us .form  input[type="text"]:focus, .contact-us .form input[type="tel"]:focus, .contact-us .form input[type="email"]:focus, .contact-us .form textarea:focus {
	border-color: #B89169;
}
.contact-us .form textarea {
	height: 150px;
}
.contact-us .form label {
	color: #858585;
	font-size: 14px;
}
.contact-us .form p {
	margin-bottom: 0;
}
.contact-us .form .terms {
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
}
.contact-us .form .terms a {
	text-decoration: underline;
	color: #fff;
}
.contact-us .form .terms label {
	color: #fff;
	cursor: pointer;
}
.contact-us .form input[type="submit"] {
	width: 114px;
	height: 44px;
	background: #B89169;
	border-radius: 22px;
	color: #fff;
	border: 0;
	cursor: pointer;
	outline: none;
}
.contact-us .form input[type="submit"]:hover {
	background: #A77E53;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
::-webkit-input-placeholder {
	color: #000;
}
::-moz-placeholder { 
	color: #000;
}
:-ms-input-placeholder { 
	color: #000;
}
:-moz-placeholder { 
	color: #000;
}
.contact-us .form .terms .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-not-valid {
	border-color: #dc3232 !important;
}
.contact-us .form .terms .wpcf7-not-valid label {
	color: #dc3232;
}
.wpcf7 form .wpcf7-response-output {
	border: 0 !important;
	text-align: center;
	margin-top: 50px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #dc3232 !important;
}
.entry {
	max-width: 700px;
}
.entry h1 {
	color: #050507;
	font-size: 65px;
	font-weight: 600;
	margin: 0 0 55px;
	font-family: "miller-banner";
}
.entry p {
	margin-bottom: 25px;
	line-height: 145%;
}
.entry a {
	color: #000;
	text-decoration: underline;
}
.entry a:hover {
	text-decoration: none;
}
.half.info {
	padding-top: 20px;
}
ul .wpml-ls-menu-item a {
	display: inline;
}




footer {
	background: #050507;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 55px 0 5px;
	color: #9F9F9F;
}
footer p {
	margin-bottom: 10px;
}
footer a {
	color: #B89169;
}
footer .copy a {
	color: #9F9F9F;
}
footer a:hover {
	text-decoration: underline;
}


.clear {clear: both;}
.only-mobile {display: none;}

@media (max-width: 1100px) {
	header .main-menu li {margin-left: 20px;}
	
	
}
@media (max-width: 900px) {
	header {transform: translate(0,0)}
	header .main-menu ul, .main .text img {display: none;}
	header .menu-show {display: block;}
	header {height: 50px; padding: 5px 0;}
	.main {padding: 100px 0; text-align: center; min-height: auto;}
	.logo {width: 155px;}
	header .row {padding: 0 20px;}
	.main p {margin: 0 auto 55px; display: block;}
	.main a.button {margin: 0 auto;}
	section.content {text-align: center;}
	.services-list .item {width: 100%; margin: 15px 0; text-align: center;}
	.services-list .item p {display: block; margin: 0 auto;}
	.services-list .item .icon img {margin: 0 auto;}
	#sluzby {background: #EBEBEB;}
	.half, .services-list.smaller .item, .team-list .item {width: 100%;}
	.services-list.smaller .item p {max-width: 100%; margin: 0;}
	.services-list.smaller .item {text-align: left;}
	.services-list.smaller .item .icon {height: inherit;}
	.team-list .item {margin: 15px 0;}
	section.content.contact-us {margin-top: 0;}
	.contact-us a.email, .contact-us .phone {margin: 0 auto 15px; background-position: center top; padding: 52px 0 0 0;}
	.contact-us a.email {padding-top: 32px; margin-bottom: 35px;}
	.contact-us .form {margin-top: 20px; max-width: 100%; height: auto; width: 100%;}
	.contact-us .form form {text-align: left;}
	footer {text-align: center;}
	footer p {line-height: 145%;}
	footer p.copy {margin-top: 25px;}

}
@media (max-width: 650px) {
	.main h1, .entry h1 {font-size: 34px;}
	.main p {font-size: 16px;}




}

