/* Theme Name: Basic Theme 
Theme URI: http://sajatoldalad.hu/sajat-theme 
Author: Igaz Mariann 
Author URI: http://sajatoldalad.hu 
Description: Basic Theme by Igaz Mariann
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: basic-theme111 
*/

body {
    font-family: 'Montserrat';
    color: #646363;
    background: #393939;
	margin:0;
	width:100%;
}
.button{
	font-size:26px;
	font-weight: 800;
	background-color: #393939;
	
	display: inline-block;
	padding: 0.3rem 1 rem;
	text-align:center;
	justify-content: center;
	text-transform: uppercase;
	text-decoration: none;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}	
.center-box {
	width:100%;
	margin: 0 auto;
	overflow:hidden;
	
}
.content-box {
	width:100%;
	margin: 0 auto;
}
header {
    padding: 0;
	margin:0;
	display: block;
	background-color: #393939;
	background-size:cover;
	width:100%;
	box-shadow: inset -2px -7px 6px -6px #444444;
}
 #logo {
    float:left;
	margin-top:20px;
	width: 30%;
	padding: 20px;
	margin-left: 20px;
	background: url(img/folt1.png) center left no-repeat;
	background-size: 100%;
     
}
#logo a{
	width: 100%;
	height: auto;
    display: block;
	margin: 20px 0;
    
}

#navigation{
    float: right;
	list-style: none!important;
	text-decoration:none;
}

nav ul {
    display: inline-block;
	float: right; 
	list-style: none;
}
nav ul li {
    float:left;
    display: inline-block;
	list-style: none!important;
	padding-right:30px;
}
nav ul li a {
    text-transform: uppercase;
	text-decoration:none;
	font-family: 'Montserrat Bold';
	font-size: 0.9rem; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 0.9rem; 
    color: #DAD5A0;
	top: -2vw;
	position: relative;
}
nav ul li a:hover{
	
    color: #9BCCC9; /*kék*/
}

nav:before {
    content: "+3630000000      info@chLlamour.hu       @chLlamour";
    word-spacing: 50px;
    float:right;
    position:absolute;
    top:50px;
    right: 12px;
   
    text-decoration:none;
    font-family: 'Montserrat';
	font-size: 0.9rem; 
    font-weight: 400;
    color: #9BCCC9; /*kék*/
    
        
}
#top-menu ul {
    display: inline-block;
	list-style-type: none!important;
	float: right;
    font-family: 'Montserrat';
	
}
#top-menu li {
    display: inline-block;
	padding-right:30px;
    text-decoration:none;
}

#top-menu li a {
	font-family: 'Montserrat';
	font-size: 0.9rem; 
	list-style: none!important;
	text-decoration:none;
    padding-left: 1rem;
    font-weight: 400;
	color: #9BCCC9; /*kék*/
	top:2vw;
	position: relative;
}

#top-menu li a:hover {
    color: #DAD5A0;/*arany*/
}
#main-menu ul {
    display: inline-block;
	float: right; 
	list-style: none;
}
#main-menu ul li {
    display: inline-block;
	list-style: none!important;
	padding-right:30px;
}
#main-menu ul li a {
    text-transform: uppercase;
	text-decoration:none;
	font-family: 'Montserrat bold';
	font-size: 0.9rem; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 0.9rem; 
    color: #DAD5A0;
	top: 5vw;
	position: relative;
}
#main-menu li a:hover{
	
    color: #9BCCC9; /*kék*/
}

#section {
    text-align: left;
}
#welcome {
    background: url(img/nappali.png) center center no-repeat;
    background-size: cover;
	height: 150%;
	padding-bottom:20vw;
	box-shadow: 0px 10px 6px -6px #444444;
    position: relative;
}

#welcome img {  /* Csilla kép  */
    position: absolute;
    bottom: 0;
    right: 15%;
	top: 26%;
    width: auto;
    height: 110%;
	margin-bottom: 6rem;
}

#intro {
    
	color: #393939;
    padding: 1rem 0.75rem 1rem 2rem;
	margin-left:0;
    max-width: 40rem;
    text-align: left;

}

#welcome h1{
	margin:2rem 0 2rem 30px;
}
#intro p{
	margin:0 0 2rem 30px;
	margin-bottom:1rem;
	padding-bottom:1vw;
    max-width: 30rem;
    text-align: left!important;
	font-size: 1.6vw;
}

#intro .button{
	position:absolute;
	bottom:130px;
	left: 3.2rem;
}	

#services {
	background: url(img/mintanagy60.png) center center no-repeat;
	background-size: cover;
	padding-bottom:2rem;
	overflow: hidden;
	clear:both;	
}

#services .align-center {
	margin: auto;
	text-align: center;
}

#services h2 {
	display: block;
	text-align: center;
	padding: 3rem 0 2rem 0;
}
#services p {
	display: block;
	text-align: left;
	padding: 0rem 0.5rem 1rem 1rem;
}

#services .row{
width: 80%}

.service {
	height:30vw;
	width:100%;
	background:white;
	text-align: left;
	box-shadow: 3px 3px 10px 3px #444444;
	
	
}
	
	
.service img  {
	width: 100%;
}

.service h3 {
padding: 1rem 0 0.5rem 1rem;
color:#646363;
}
.service p {
padding: 1rem 0.5rem 1.5rem 1rem;
color:#393939;/*szurke*/
text-align: left;	
}
.service:hover {
	background:black;
}
.service:hover {
       .service p{
	color: #9BCCC9; /*kék*/
        }
    .service h3{
	color: #9BCCC9; /*kék*/
        }
    
}

.service h3:hover
{
	color: #9BCCC9; /*kék*/;
	
}
.service p:hover
{
	color: #9BCCC9; /*kék*/;
	
}

#services .row{
	margin-left:9vw;
	margin-right:9vw;
}

#mywork {
	
	color:black;
	overflow:hidden;
	box-shadow: 3px 3px 10px 3px #444444;
	width: 100%;
	padding:0;
	display:block;
	position: relative;
}	 
#mywork .content-box {
	display:flex;
	justify-content: space-between;
	align-items: center;
	background: #393939;
	overflow:hidden;
	box-shadow: 3px 3px 10px 3px #444444;
	margin-bottom:2px;
}

#mywork-youtube {
    width:30%;
	background: url(img/indit.svg) center center no-repeat;
	background-size: 10%;
    float: left;
	margin:10vw 1vw 10vw 10vw;
	position: absolute;
	left: 5px;
	top:3px;
}

#mywork-image {
    width:40%;
	background: url(img/indit.svg) center center no-repeat;
	background-size: 10%;
    float: left;
	margin:10vw 1vw 10vw 10vw;
}
.vminta1 {
	width: 270px;
	position: absolute;
	left: 5px;
	top:5px;
}
.vminta2 {
	width: 270px;
	position: absolute;
	right: 5px;
	top:5px;
}
.vminta3 {
	width: 270px;
	position: absolute;
	left: 5px;
	bottom:5px;
}
 .vminta4 {
	width: 270px;
	position: absolute;
	right: 5px;
	bottom:5px;
}
#mywork-text {
	color:#D9D7D7;
    float: right;
	text-align: left;
    margin:  0 1rem;
	padding:2vw;
	position: relative;
}
#mywork-text h3{
margin-left: 2rem;
margin-top: 2rem;
color:#D9D7D7;
}
#mywork-text p{
   color: #D9D7D7;
	margin-top: 1.5rem;
	margin-right:2.5rem;
	margin-bottom:1rem;
	padding-bottom:1vw;
    max-width: 30rem;
    text-align: left;
}
#mywork .button{
	font-size:28px;
	font-weight: 900;
	background:#DAD5A0;/*arany*/
	color:#393939;
	display: inline-block;
	line-height: 38px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	margin-top:3rem;
	margin-left:0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	
#butorok{
	background: url(img/mintanagy60.png) center center repeat;
	box-shadow: 1px 10px 6px -6px #E2DFDF;
}

#butorok .row {
	width: 72%;
    margin-left: 13%;
    margin-right: 13%;
	margin-top:20px;
	margin-bottom:20px;
}
#butorok .one-fourth {
	margin-top:20px;
	margin-bottom:20px;
}

#butorok img {
	background-size: cover;
}
#butorok .butor-elemek {
    
	margin-bottom: 30px;
    text-align: center;
	background:white;
	box-shadow: 3px 3px 10px 3px #646363;
}
#butorok a{
		text-align:center;
	justify-content: center;

	margin-bottom:1rem;
	margin-top:1rem;
	background:white;
	background-size: cover;
}
#butorok .team-text h4{
	padding: 1.5rem 1rem 0.5rem 1rem;
	font-size: 1.1rem;
	color:#646363;
}
#butorok .team-text p{
	
	color:#646363;
	font-weight:400!important;
	font-size: 18px;
}
#butorok h2{
	text-align:center!important;
	display:block;
	color:#646363;
	margin-top:0!important;
	text-decoration:none;
	margin-bottom: 1rem;
	padding-top:3rem; 
	justify-content: center;
	align-items: center;
}
#butorok a:hover  {
    background: black;
	color: #DAD5A0;
}
#butorok a:hover h3 {
	color: #9BCCC9;
}
#butorok a:hover p {
	color: #9BCCC9;
}
#butorok .team-text {
	padding-bottom:1rem;
}
#butorok .button {
	
	text-align:center;
	justify-content: center;
	align-items: center;
	font-size:23px;
	line-height:32px;
	font-weight: 600;
	background:white;
	color:#9BCCC9; /*kék*/
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		
}	
#butorok .button a{
	text-align:center;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	
#butorok .button:hover  {
	color: #9BCCC9;
}

/* Galeria*/
#galeria {
	background: #393939;
	color:#D9D7D7;
	overflow:hidden;
	box-shadow: 3px 3px 10px 3px #444444;
	width: 100%;
		display:block;
	position: relative;
}	 
#galeria .content-box {
	text-align: center;
	align-items: center;
	background:#333;
	overflow:hidden;
	box-shadow: inset -2px -7px 6px -6px #E2DFDF;
	margin-bottom:2px;
}
#galeria .vminta1 {
	width: 270px;
	position: absolute;
	left: 5px;
	top:5px;
}
#galeria .vminta2 {
	width: 270px;
	position: absolute;
	right: 5px;
	top:5px;
}
#galeria .vminta3 {
	width: 270px;
	position: absolute;
	left: 5px;
	bottom:5px;
}
#galeria .vminta4 {
	width: 270px;
	position: absolute;
	right: 5px;
	bottom:5px;
}
#galeria h2{
	text-align:center!important;
	display:block;
	color:#F1EAEA;
	margin-top:0!important;
	text-decoration:none;
	margin-bottom: 1rem;
	padding-top:5rem; 
	padding-bottom: 2rem;
	justify-content: center;
	align-items: center;
	
}
#galeria h3{
margin-left: 2rem;
padding-top: 6vw;
color:#333;
}
#galeria p{
   color: #D9D7D7;
	padding-top: 1.5rem;
	
	padding-bottom:6vw;
    max-width: 30rem;
    text-align: left;
}
#galeria .button{
	font-size:28px;
	float: none;
	font-weight: 900;
	background:#DAD5A0;/*arany*/
	align-items: center;
	text-align: center;
	color:#393939;
	display: block!important;
	margin:3% 40% 0 40%!important;
	
	line-height: 38px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	margin-top:3rem;
	margin-left:0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 120px;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev{
  cursor: pointer;
  position: absolute;
  bottom: 65%;
  width: auto;
  left:0;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  z-index:1;
}
.next {
  cursor: pointer;
  position: absolute;
  bottom: 65%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  z-index:1;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  z-index:3;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 180px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
  transition: background-color 0.6s ease;
  clear:both;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.mySlides-text { 
	background: url(img/folt1.png) center left no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 58%;
	left: 9%;
	width: 80%;
	align-items: center;
	text-align: center;
	color:#393939;
}

.mySlides-text p {
	color:#393939!important;
	line-height: 1em;
	padding-left: 2rem;
	text-align:center;
	font-weight: 400;
}

.mySlides-text h3 {
	margin-bottom: 0;
}

/*testimonials*/

#offers {
	background: url(img/mintanagy60.png) center center no-repeat;
	background-size: cover;
	padding-bottom:2rem;
	overflow: hidden;
	box-shadow: 0px 10px 6px -6px #444444;
}

#offers img {
	
margin-left:50px;
	width:40%;
	position:absolute;

}
#offers .row {
	
    margin-left: 11vw;
    margin-right: 10vw;

}
.grey2{
	justify-content:space-evenly;
	position:relative;
	min-height:300px;
	padding-bottom:30px;
	max-height: 390px;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 450px;
	min-width: 200px;	
    text-align: left;
	background:#393939;
	box-shadow: -3px -3px 10px 3px #E2DFDF;
}

.grey2 h3{
	padding: 0 10px 0 25px;
	color:#646363;
}
.grey2 p{
	padding: 140px 5px 0 5px;
	color: #ADD5D2;
	
	font-size: 24px;
	font-weight:normal;
}
.grey2 h5 {
	font-weight: bold;
	font-size: 24px;
	    color: #ADD5D2;
		padding: 0 10px 0 10px;
		position: absolute;
		bottom: 10px;
	
	}

#offers a:hover .grey2 {
    background: black;
	color: #ADD5D2;
}

#offers a:hover p {
	color: #ADD5D2
}
#offers h2{
	text-align:center!important;
	display:block;
	color:#646363;
	margin-top:40px;
	margin-bottom:50px;
}
.service .button{
	align-items: center;
	font-size:23px;
	font-weight: 800;
	background-color: #9BCCC9; /*kék*/
	color:#646363;/*arany*/
	display: inline-block;
	text-align:center;
}
.service .button:hover {
background-color: #393939;
color: #9BCCC9; /*kék*/
}
	
#woman1 {
	position: relative;
	
	top:-60px!important;
	z-index:1;
}
#woman2 {
	position: relative;
	
	top:-60px!important;
}
#man{
	position: relative;
	
	top:-60px!important;
}	
	
#contact {
	background: #393939;
	color:#D9D7D7;
	overflow:hidden;
	box-shadow: 0px 10px 6px -6px #444444;
	width: 100%;
	padding:0;
	display:block;
	position: relative;
}	 
#contact .center-box {
	display:flex!important;

	background:#393939;
	overflow:hidden;
	margin-bottom:2px;
}
#contact .contact-left-box {
	display:block;
	margin:10vw 0 3rem 6rem;
	padding:2vw 0 4vw 3vw;
	align-items: center;
	background:#393939;
	overflow:hidden;
	margin-bottom:2px;
}

#contact-image img{
    width:50%!important;
	height: auto;
    float: right;
	margin:12vw 14vw 6vw 30px;
	clear: both;
	
}
#contact-text {
	color:#D9D7D7;
	width:100%;
    float: left;
	text-align: left;
	position: relative;
}
#contact-text h3{
 
 top:-10px;
 font-size:1.4rem;margin-bottom:1rem;
 color:#D9D7D7;
}
#contact-text p{
   color: #D9D7D7;
   margin-bottom:30px;
   font-weight:normal;
	
	max-width: 50rem;
    text-align: left;
}
#contact .button{
	
    font-size: 28px;
    float: none;
    font-weight: 900;
    background: #DAD5A0;
    align-items: center;
    text-align: center;
    color: #393939;
    display: block!important;
    margin: 3% 38% 0 38%!important;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 3rem;
    margin-left: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	bottom: 60px;
}
#offer-dgpr  {
    width:100%;
	margin: 0 auto;
	display:block;  
}
.content-box-gdpr .button {
	font-size:28px;
	font-weight: 900;
	background:#DAD5A0;/*arany*/
	color:#333;
	display: block;
	margin: 2rem auto 2rem auto;
	height:50px;
	width:300px;
	line-height: 38px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: -3px -3px 10px 0px #444444;
	float: none;
}	

.row1 {
    display: inline;
   margin-bottom:1rem;
   margin-top: 1rem; 
	
}
.row2 {
    display: block;
	margin-bottom: 20px;
  
	
}
#name,#email {
	display:inline;
}

input[type="text"],
 input[type="email"]{
	height:20px;
	width:40.5%;
	padding:13px 13px 13px 5px;
	margin-bottom:7px;
	display:inline;
	display:inline;
}
label {
	font-weight: normal;
	font-size: 20px;
	
}
label a{
	color:#9BCCC9;
	font-weight: normal;
}
input[type="checkbox"]{
 background: white;
	height:20px;
	width:20px;
	margin-bottom:-2px;
}

input[type="textarea"]{
 
	height:50px;
	width:82.5%;
	margin-bottom:7px;
	padding-bottom:70px;
	padding-top:20px;
	clear:both;
	display: block;
}


input[type="submit"]{
	width:35%;
	height:30px;
	margin-bottom: 0.5rem;
	
	color: #7e868d;
	font-weight: 500;
	border: none;
	
}

span.wpcf7-list-item{
    margin: 0;
}
.contact-row  {
	display:flex;
	margin: 0;
	text-align: center;
	justify-content: center;
	background: #393939;
	margin-bottom: 2vw;
}
  
.contact-row .button {
	background: #DAD5A0;
	color:#393939;
	margin:0 !important;
	text-align: center;
}

.offset-left {
    padding: 1rem 2rem 1rem 10%;
}
footer {
    background: url(img/mintanagy60.png) center center no-repeat;
    padding: 1.5rem 0;
    font-size: smaller;
	text-align:center;
}

footer .content-box {
    display: block;
    
    align-items: center;
	margin: 0 auto;
	text-align:center;
}

.foot-info li {
    display: inline-block!important;
    margin: 0 1rem 1rem 1rem;
}
.social li{
	display:inline-block;
	text-decoration:none;
	margin-bottom:1rem;
}
.social ul{
	overflow: hidden;
	margin: 0 0 30px 0;
	text-decoration:none;
}	

.social ul li {
	display:inline-block!important;
	text-decoration:none;
}

.social li a{
	display: inline-block; 
	border: solid 2px #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0 10px;
	text-decoration:none;
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: center;
}	

#facebook {
	background-image: url(img/facebook.svg);	
}

#twitter {
	background-image: url(img/twitter.svg);
}

#insta {
	background-image: url(img/insta.svg);
}

#pinterest {
	background-image: url(img/pinterest.svg);
}

#youtube {
	background-image: url(img/youtube.svg);
}	

#copyright {
    font-size: smaller;
    text-align: center;
	background: #393939;
}
.foot-menu ul{
	padding-inline-start: 0!important;
}

.foot-menu li{
	display:inline-block;
	text-decoration:none;
	    margin: 0 1rem 1rem 1rem;
}

.foot-menu li a {
	color: #646363;
}
#copyright p {
	display:inline-block;
	text-decoration:none;
	text-align: center;
	font-weight: normal;
	margin: 1rem 1rem 2rem 1rem;
	color: #D9D7D7;
}
#copyright a {
	color: #DAD5A0;/*arany*/
}


















