/**
 * Theme Name: Zaka Web Design
 * Description: ZAKA Web Design
 * Author:     Natiq Əsədov
 * Author URI: https://zaka.biz
 * Template: blocksy
 * Text Domain: blocksy
 * Version:      0.1
 */

@import "/wp-content/themes/zaka-web-design/fonts/fonts.css" screen;
*{scroll-behavior: smooth; }
body {font-family: 'Varta', sans-serif;}
h1 {font-family: Oswald;font-size: 45px;}
h2 {font-family: Oswald;font-size: 32px;}
a {text-decoration: none; /* Убираем подчёркивание */}
.main-navigation ul ul{box-shadow:0 20px 30px -5px rgba(0,0,0,0.15);border-bottom-left-radius:3px;border-bottom-right-radius:3px}.main-navigation .main-nav ul ul li:hover a{border-bottom-left-radius:3px;border-bottom-right-radius:3px}
.white-heading-text {color: #fff;font-style: italic;text-shadow:1px 1px 1px rgba(0, 0, 0, .31);}
.grey-heading-text {color: #5a5a72;text-shadow:1px 1px 1px rgba(0, 0, 0, .31);letter-spacing: 2px;}
.grey-text {color: #5a5a72;text-shadow:.5px .5px .5px rgba(0, 0, 0, .31);letter-spacing: .5px;}
.orange-heading-text {font-size: 32px;color: #fe5d07;font-weight: 900;font-style: italic;text-shadow:1px 1px 1px rgba(0, 0, 0, .31);}
.column-inside-content {padding-top: 100px;}
.orange-separator {align-content: center;border-top: 3px solid #fe5d07;width: 15%;display: inline-block;}
.orange-separator-parent {line-height: 0;text-align: center;padding-bottom: 20px;}
@media (max-width: 768px) {    #generate-section-1 .generate-sections-inside-container {padding-top: 0px;padding-bottom: 20px;}
.white-heading-text,.grey-heading-text {font-size: 30px;}
.content-mob {max-width: 100%;text-align: center;}}
@media (min-width: 769px) and (max-width: 1024px) {    .white-heading-text,    .grey-heading-text {font-size: 36px;}}
.widget:not(.widget-search) {    padding: 40px 30px;border: 1px solid #eaeaea;}
.widget .search-field {box-shadow: 0 10px 15px 0 rgba(0,0,0,.08);}
.post-body {-webkit-box-shadow: 19.799px 19.799px 60px 0 rgba(0,0,0,.1);box-shadow: 19.799px 19.799px 60px 0 rgba(0,0,0,.1);}
/*Contact form*/
#responsive-form{
	max-width:940px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-third, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*Media query*/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
	.column-third{
		width: 33.33%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 textarea, select {
	color: #444;
	font-size: 16px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dcdfe5;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="search"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 textarea:focus, select:focus {
	border-color: #1A53DD;
	  background-color: #fff;
} 
textarea{height: 10em;}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
/*End Contact form*/
.btn, input[type="submit"]{
display: block;
  width: 170px;
  height: 50px;
  line-height: 46px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #0033cc;
  color: #0033cc;
  font-size: 20px;
  font-family: oswald;
  position: relative;
  overflow: hidden;
  background: transparent;  
  background-color: #fff;
  text-transform: uppercase;
  transition: all .35s;
  padding: 0px 20px; 
-webkit-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.57);
box-shadow: 5px 30px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
.btn:hover, input[type="submit"]:hover {
	color: #fff !important;
	background: #0033cc;
	letter-spacing: 3px;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;}
.btn:focus, input[type="submit"]:focus{
    color: #fff !important;
    text-transform: none;
    text-decoration: none;
    background-color: #0033cc;
}
.boxshadow {
box-shadow: 10px 10px 20px 0px rgb(0,0,0,0.12);
-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.12);
}
/*--Şəkil captcha--*/
.captcha-image {
	border:
1px solid #dcdfe5;
  border-radius: 4px;
	background-color: #fff;
}
/*----YENİ DİZAYN------*/


/* GeneratePress Site CSS */ /* navigation button */

.main-navigation:not(.slideout-navigation) .main-nav li.menu-item-1672 a {
  color: #ffffff;
  border: 2px solid #5ce6e6;
  line-height: 38px;
	padding: 2px 18px 0px 18px;
  margin-left: 24px;
  transition: all 0.6s ease 0s;
}

.main-navigation:not(.slideout-navigation) .main-nav li.menu-item-1672 a:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}

/* wp show posts spacing */

.wp-show-posts-entry-meta {
	margin-top: 10px;
}

/* image block shadows */

.photo-shadow img {
	box-shadow: 12px 12px 0px #edf0f5;
}

/* column shadows */

.column-shadow {
	box-shadow: -12px 12px 0px #edf0f5;
} /* End GeneratePress Site CSS */

/* button*/
.btn_h_r {
  border-radius: 4px;
  letter-spacing:5px;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-image: linear-gradient(90deg,#1c9f68 0%,#d7d30f 100%);
  border: none;
  text-align: center;
  padding-top: 18px !important;
padding-right: 34px !important;
padding-bottom: 18px !important;
padding-left: 34px !important;
  transition: all 0.4s;
  cursor: pointer;
  margin: 0px;
}

.btn_h_r span {
	color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.btn_h_r span:after {
  content: '\203A';
  font-size:1.6em;
	color: #fff;
  position: absolute;
  opacity: 0;
  top: -9px;
  right: 0;
  transition: 0.5s;
}

.btn_h_r:hover span {
	color: #fff;
  padding-right: 0px;
  letter-spacing: 5.5px !important;
}

.btn_h_r:hover span:after {
  opacity: 1;
  right: -20px;
}