.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
} html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, fieldset {
border: none;
margin: 0;
outline: 0;
padding: 0;
list-style: none;
vertical-align: baseline;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
padding: 20px;
color: #333;
font-family: Arial, Sans-serif;
font-size: 13px;
line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
display: block;
}
img, video, embed, iframe, object, select, textarea {
max-width: 100%;
}
img {
height: auto;
}
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
h1, h2, h3, h4, h5, h6 {
clear: both;
line-height: 1.2;
}
a {
color: #0E4D7A;
cursor: pointer;
text-decoration: none;
outline: none;
}
a:hover {color: #f00;}
pre {
background-color: #F0F0F0;
border: 1px solid #AAA;
margin: 8px 0;
padding: 8px;
overflow: auto;
-ms-word-wrap: normal;
word-wrap: normal;
}
pre, code {
font-size: 13px;
font-size: 0.813rem;
line-height: 1.55;
}
blockquote {
background-color: #EDEDED;
border-left: 6px solid #687888;
margin: 20px;
padding: 10px 14px 2px;
font-style: italic;
}
blockquote cite {
display: block;
margin-top: 8px;
text-align: right;
font-style: normal;
font-size: small;
}
dl {padding-left: 20px;}
dt {font-weight: bold;}
dd {margin: 0 0 10px;}
table {
width: 98%;
border-collapse: collapse;
margin: 10px auto;
}
th {
background-color: #DDD;
font-weight: normal;
}
th, td {
border: 1px solid #AAA;
font-size: 14px;
font-size: 0.875rem;
}
ul, ol {
margin-top: 4px;
margin-bottom: 8px;
padding-left: 20px;
}
ul ul, ol ol {padding-left: 15px;}
li {
margin-top: 4px;
margin-bottom: 4px;
margin-left: 15px;
margin-right: 0;
}
address {margin-bottom: 10px;}
.cf:before,
.cf:after {
clear: both;
content: "";
display: table;
}
.left {float: left;}
.right {float: right;}
.clear {clear: both;} #container {
background-color: #FFF;
border: 8px solid #000;
margin: auto;
box-shadow: 0 0 8px #000;
}
#header {
background-position: center;
min-height: 120px;
}
#header-info-wrap {
float: left;
max-width: 100%;
}
#header-logo img {
display: block;
float: left;
height: auto;
max-width: 100%;
}
#header-info-wrap #header-text {
padding-top: 20px;
margin-left: 18px;
font-weight: bold;
}
#site-title {
font-size: 44px;  
text-shadow: 0 2px 2px #000;
}
#site-title a {
color: #FFA900;
line-height: 1;
}
#site-title a:hover {color: #F00;}
#site-description {
font-size: 16px;
margin-top: 6px;
margin-bottom: 6px;
}
#main {
width: 100%;
}
#content {
display: table-cell;
vertical-align: top;
width: 640px;
padding: 0 10px 20px;
border-left: 1px solid #555;
border-right: 1px solid #555;
}
#sidebar {
display: table-cell;
vertical-align: top;
width: 320px;
padding: 0 5px 20px;
}
#footer, #below-menu {
background-image: url(//www.aksarayevdenevenakliyat.com/wp-content/themes/asteroid/images/bg-fabric.png);
width: 100%;
color: #FFF;
text-shadow: 1px 1px 1px #000;
}
#footer {
border-top: 1px solid #000;
box-shadow: 0 1px 2px #000 inset;
}
#below-menu {box-shadow: 0 -1px 2px #000 inset;}
#footer a, #below-menu a {color: #FF9800;}
#footer a:hover, #below-menu a:hover {color: #FFF;}
#footer-area {min-height: 20px;}
#footer-bottom {
overflow: auto;
background: #000; 
min-height: 10px; 
padding: 6px;
}
#footer-links {float: left;}
#theme-link {
float: right;
padding-top: 4px;
font: 12px verdana, sans-serif;
} #nav {
background-color: #333;
width: 100%;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
line-height: 20px;
z-index: 980;
}
#nav ul, #nav li {
margin: 0;
padding: 0;
list-style: none;
}
#nav .menu {
float: left;
border-right: 1px solid #555;
}
#nav .menu li {
float: left;
position: relative;
}
#nav .menu > li, #nav .menu > ul > .page_item {
border-right: 1px solid #000;
border-left: 1px solid #555;
}
#nav .menu > li:first-child, #nav .menu > ul > .page_item:first-child {
border-left: none;
}
#nav .menu > li > a, #nav .menu > ul > .page_item > a {
background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.28) 100%);
min-width: 100px; 
text-align: center;
}
#nav .menu a {
display: block;
padding: 8px 14px;
color: #FFF;
font-size: 16px;
font-weight: bold;
text-shadow: 0 2px 2px #000;
}
#nav .menu a:hover, #nav .menu ul a:hover {
background-color: #FFF;
color: #000;
text-shadow: none;
} #nav .menu > .menu-item-has-children > a:after,
#nav .menu > ul > .page_item_has_children > a:after {
content: " ";
padding-left: 18px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAQAAAChr3WYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjajM6xEUBQFETR+42EftTyU5GUCgQa0IXy5MyYK+CNgMBGuyfaJO8U/MWShoWKDQCpWcmInU92syBif9NhK4E4qjpcKxBnp+jp6+c5ACEGPYQx6rvMAAAAAElFTkSuQmCC);
background-position: 80% 60%;
background-repeat: no-repeat;
}
#nav .menu > .menu-item-has-children > a:hover:after,
#nav .menu > ul > .page_item_has_children > a:hover:after {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAQAAAChr3WYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABOSURBVHjajM6xDUBgGITh59exj1m0Ki0TKCxgC+PpSeRTEBEU7rq3eO9SeCfzFyalSW4BoTCroBFX1wNBe6JNfdf0Quie9tFwDX393AcAPOIVqZz6wD8AAAAASUVORK5CYII=);
}
#nav .sub-menu, #nav .children {
background-color: #292929;
position: absolute;
width: 180px;
border: 1px solid #000;
box-shadow: 0 1px 4px #000;
display: none;
z-index: 990;
}
#nav .sub-menu li, #nav .children li {
border-top: 1px solid #3C3C3C;
border-bottom: 1px solid #000; 
}
#nav .sub-menu li:first-child, #nav .children li:first-child {border-top: none;}
#nav .sub-menu li:last-child, #nav .children li:last-child {border-bottom: none;}
#nav .sub-menu li a, #nav .children li a {
float: left;
width: 178px;
padding: 10px 14px;
color: #FFF;
font-size: 13px;
text-shadow: 0 1px 1px #000;
}
#nav .sub-menu .sub-menu, #nav .children .children {top: -1px;} #nav .sub-menu > .menu-item-has-children > a,
#nav .children > .page_item_has_children > a {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAQAAADMDLw1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjaYvjP8J/hP8N/bSjN8J8BxrjyPxxd6Nn/X/8TUIXu/P///+//AmShu/8hoOk/AxMDKuBlQFNVh6zxyf////NRjb/9Pw3dEaYIpwIGAFJfYxqarDBZAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-position: 98% center;
}
#nav .sub-menu > .menu-item-has-children > a:hover,
#nav .children > .page_item_has_children > a:hover {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAQAAADMDLw1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABRSURBVHjaYvjP8J/hPwODNgMU/GdggApdYQhHF3rG8IshAVXoDsN/hr8MBchCd6GMpv8MTAyogJcBTVUdssYnDP8Z8lGNv82Qhu4IU4RTAQMAwv82R52l8+0AAAAASUVORK5CYII=);	
}
#nav li:hover > ul { display: inline;}
#nav .current-menu-item, #nav .current-menu-ancestor,
#nav .current_page_ancestor, #nav .current_page_item {
background: #EE2020;
color: #FFF;
text-shadow: 0 2px 2px #000;	
}
#nav .menu-item-search .search-form {
background-color: transparent;
border: none;
padding: 7px 14px;
height: 36px;
margin: 0;
}
#nav .menu-item-search label {
float: left;
}
#nav .menu-item-search input[type="search"] {
width: 150px;
height: 22px;
border: 1px solid #222;
padding: 2px;
color: #555;
margin: 0;
}
#nav .menu-item-search input[type="submit"] {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAQkSURBVHjahNR7SJV3HMfxtx5tx0sWqFRmDlRai2mtGhITNthGoAQTmuYidolBi/pnsWBbzWhIFIvVPzkTIke1DWGDLWpmNW8nnZeTecvTOZrrdDkeWzPF27HjZ388P+Ngyn7whR/P8/B6vs+X5/fhJSANeB3YDXwKbAb2A+8DO2DBAUh9GTasg9fegvTDYM8GjgFvAkdMfQwkAXEAs+FdwCZgHyTuhZwiKK6Gi39A6xVwXoXKn+HIR7D5MCzLAo7+H7wH+MDqOqcMLreBXKAOUI/Ze0B3QA9Bv0L9Lth6ACKPzgdnWzciv4IvHPCkC9QE+gvUDGoBtYLazItcID/IC1MlcKQIonfMhtOBdWD7Gr68DsEmUB3IYeAW85IWUGdEhLpsNnWAukH3TJXBt4UQtXwGXgWsAHIhrx7GGkHVBr0OajR1KytLg+fOabimRsPXrunRiRPypKSoB3Qf5IOpffBJ/Awcb3W7rBQamkHXQLUhcAPodl6eJv1+BSVNmwpKGnM69Xdmpm6DHlljcmdAWjRGz4F8h0H/DIEdoNaUFI16PJqWNO73a7C8XI8rKvR0bEzTkkYuXJDHZlMfaAS0A/ZkQBhJsOgbKK0HXZkDduXl6amkydFR9RUUqBV0E+QvKlJQUuDBA93LzpYH9A/oN/g9DmJZDevLoKF2Flxv4N6dO63OWlrUnpSkG6B2kCc9XVPBoKaePNHD/Hy5QQPWn+NNgGQyIPcMeGvmgOtAPTk5VsePH6tv+3Y5DTxw8KDVsc/3rOMB62tGEmA1GfDuGXg4G64DOWw23S8pUWB6WlOSxvr75Tt+XIOnTikwPm59SVWVPFFR6jVwuwVnshreKIOO0FFUg+rCwuQ9eVKTkiYmJxUIBp//K1wu9a9ZI7c5jQMgJwwmwEqWw4pi+MVh4Kug2shIeUtLNSFpIhBQQNKo16vB8+f1b2Wlhmpq5C8uVm9qqlygPgMPgi5B0yJIJA7Cc+CzBoNeCQ9X37FjmggGNR4IaELSqM8n95YtarXb1RETo67YWHVHROiWyY4+UD9oGLQXvrPBAsKtk5f5E/jqQfXJyRpyuawRSBodGJC7oEBNoBsmJ7pAt0xeuOHZfLthch28EwsQAURC5HtwyAFy2O3ynj2rsZERDff2qic/X43W7J4FUCh8G3QXNAT6HE4vhthYQlYMLN0Pl52gpsREdW7bppsbN+r6HMk2A/eY2Q6BfoC2eCt6nl/xsPIQVDebqKwLSbdQuNPAd01GlEP7i7BxxgkLRcPNhYWQsg2+vwTjXQZqNzWTw3dAD6xr0/ugIhEyYwD7fHCM2b8C0Wsh90M4fRrcVRCY6bwOAhVwZzf8uBYKbbAYYCnwwnxwtNlnmThdD1ELIW0JvP0qbN0AhUmwKQ5WZUNMlHneDiyZBf83AOdz6zRw4uZiAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-color: transparent;
float: left;
width: 22px;
height: 22px;
border: none; 
margin: 0 0 0 4px;
cursor: pointer;
color: transparent;
}
#nav .drop-toggle {
display: none;
} #content-nosidebar {
padding: 0 10px 20px;
}
.sitemap-template {padding: 20px 0 30px 30px;}
.sitemap-template > h3 {margin: 16px 0 6px;}
.sitemap-template > ul {margin-left: 10px;}
.sitemap-template > ul li {list-style: square inside;}
.sitemap-template > ul .children {padding-left: 14px;} .archive-info {
border: 1px solid #666;
box-shadow: 0 0 3px #333;
margin-top: 16px;
}
.archive-title {
background: url(//www.aksarayevdenevenakliyat.com/wp-content/themes/asteroid/images/honeycomb.png) #FFA900;
color: #222;
padding: 4px 8px;
text-align: center;
text-shadow: 0 1px 1px #666;
text-transform: uppercase;
}
.archive-description {
background: url(//www.aksarayevdenevenakliyat.com/wp-content/themes/asteroid/images/honeycomb.png) #FFCB66;
border-top: 1px solid #666;
padding: 8px;
}
.blog-view {
background: #DDD;
border: 1px solid #666;
box-shadow: 0 0 3px #333;
margin-top: 16px;
margin-bottom: 18px;
padding: 8px;
}
article.sticky {
background: url(//www.aksarayevdenevenakliyat.com/wp-content/themes/asteroid/images/honeycomb.png) #FFCB66; 
border: 1px solid #101010;
}
.blog-view .entry-title a {font-weight: normal;}
.blog-view .entry-date {
background: rgba(0, 0, 0, 0.15);
border: 1px solid #999;
float: right;
margin: 2px 0 2px 6px;
padding: 1px 6px;
}
.blog-view .entry-date a {color: #333;}
.blog-view .entry-author, .blog-view .entry-categories {
display: inline-block;
margin-top: 6px; 
}
.blog-view .entry-author, .blog-view .entry-categories a {
background: rgba(0, 0, 0, 0.15);
border: 1px solid #999;
padding: 0 4px;
border-radius: 3px;
color: #303030;
display: inline-block;
margin-bottom: 4px;
}
.blog-view .entry-categories a:hover {
background: rgba(0, 0, 0, 0.75);
color: #FFF;
border-color: #000;
}
.blog-view .entry-content {
margin-top: 6px;
font: normal 13px/20px arial, sans-serif;
}
.blog-view .entry-thumbnail {
float: left; 
border: 1px solid #666; 
margin-right: 8px;
}
.blog-view .entry-thumbnail img { float: left; }
.blog-view .entry-excerpt p {
margin-bottom: 8px !important;
margin-top: 0 !important;
}
.continue-reading {	
background: #444;
border: 1px solid #111;
box-shadow: 0 0 2px #000;
color: #FFF;
float: right;
font-weight: bold;
padding: 2px 12px;
margin: 0 4px 4px 0;
}
.continue-reading:hover {
background: #2572ED; 
color: #FFF; 
box-shadow: 0px 0px 3px #000; 
text-shadow: 0 1px 1px #333;
}
.comment-count {
float: left;
padding: 4px 6px 0;
color: #222;
}
#bottom-navi {
border-top: 1px solid #999;
padding-top: 16px;
padding-bottom: 10px;
margin-top: 20px;
}
#content article {-ms-word-wrap: break-word; word-wrap: break-word;}
.entry-header {display: inline; margin-bottom: 2px;}
.entry-title {display: inline; line-height: 1.2;}
.entry-title a {color: #222; text-shadow: 0 1px 1px #666;}
.entry-title a:hover {color: #F00;}
.entry-tags {margin: 4px 0;}
.page-nav, .comment-nav {
padding: 2px 0; 
clear: both;
width: 100%
}
.page-nav  > *, .comment-nav > * {
padding: 4px 8px;
margin: 0 1px;
border: 1px solid #222;
color: #FFF;
font-size: 13px;
text-shadow: 1px 1px 1px #000;
background: linear-gradient(to bottom, #888 0%,#333 100%);
}
.page-nav a:hover, .comment-nav a:hover {
background: #222;
color: #FFF;
border: 1px solid #000;
font-weight: bold;
text-decoration: underline;
} .single-view {
margin-top: 10px; 
padding: 6px 0 0;
}
.single-view .entry-title a {letter-spacing: -1px;}
.post-edit-link {
float: right;
border: 1px solid #111;
margin: 3px;
background: #226FFF;
display: block;
padding: 1px 8px;
color: #FFF;
}
.post-edit-link:hover {background: #0042BB; color: #FFF;}
.single-view .entry-meta-top {
margin-top: 6px;
padding-top: 8px;
border-top: 1px solid #999;
}
.single-view .entry-date,
.single-view .entry-author {    
background: #DDD;
border: 1px solid #999;
float: right;
padding: 1px 6px;
margin: 3px;
}
.single-view .entry-content {
margin-bottom: 10px; 
font-family: Arial, Sans-serif;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.55;
}
.single-view .updated {color: #666; font-size: 11px;}
.type-attachment .attachment img {display: block; margin: 8px auto;}
.post-nav {
border-top: 1px solid #999;
padding: 16px 10px 14px;
margin-top: 6px;
}
.link-prev {float: left; max-width: 100%;}
.link-next {float: right; max-width: 100%;}
.attachment-nav .link-prev,
.attachment-nav .link-next {
margin: 6px 8px 14px;
}
.attachment-nav .link-prev a,
.attachment-nav .link-next a {
background: #303030;
border: 1px solid;
box-shadow: 0 0 3px #333;
padding: 3px 6px;
color: #FFF;
}
.entry-meta-bottom {
border-bottom: 1px solid #999;
margin-bottom: 10px;
} .entry-content a {text-decoration: underline;}
.entry-content p, .comment-content p {margin: 4px 0 12px;}
.entry-excerpt p {margin: 0 0 4px;}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
clear: none;
line-height: 1.5;
}
.entry-content li, .comment-content li {
list-style-position: outside;
list-style-type: disc;
}
.entry-content ol > li,
.comment-content ol > li {list-style-type: decimal;}
.entry-content ol > li > ol > li,
.comment-content ol > li > ol > li {list-style-type: lower-alpha;}
.entry-content ol > li > ol > li > ol > li,
.comment-content ol > li > ol > li > ol > li {list-style-type: lower-roman;}
.entry-content th, .entry-content td, .comment-content th, .comment-content td {
padding: 8px 10px;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.entry-content img,
.comment-content img {
height: auto;
max-width: 100%;
}
.wp-smiley {
width: auto !important;
border: none !important;
padding: 0 !important;
}
.alignnone {
margin-top: 4px;
margin-bottom: 4px;
}
.alignleft {
float: left;
margin: 4px 8px 4px 0;
}
.alignright {
float: right;
margin: 4px 0 4px 8px;
}
.aligncenter {
display: block;
margin: 4px auto;
}
.wp-caption {max-width: 100%;}
.wp-caption img {
width: 100%;
background-color: #EEE;
border: 1px solid #CCC;
padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption {
margin: 0;
padding: 0 5px;
color: #555;
font-size: 12px;
font-size: 0.750rem;
line-height: 1.6;
}
.gallery .gallery-item {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.gallery-item img {
padding: 4px;
display: inline-block;
border: 1px solid #CCC !important;
}
.gallery-item img:hover {
background-color: #DDD;
border: 1px solid #AAA !important;
}
.type-attachment .entry-content div.attachment {
margin-bottom: 10px;
text-align: center;
}
.sitemap-template .entry-content h3 {margin-left: 10px;}
.sitemap-template .entry-content ul {margin: 8px 0 15px 10px;}
.sitemap-template .entry-content ul li {list-style: square inside;} #respond {
background-color: #C5C5C5;
border: 1px solid #333;
margin: 4px 0;
padding: 16px 20px 14px;
}
.comment-body {
background-color: #EEE;
border-top: 6px solid #555;
box-shadow: 0 1px 3px #111;
margin: 8px 0;
padding: 8px;
word-wrap: break-word;
}
#comments .comment-list {
padding-left: 0;
}
#comments .children {
padding-left: 30px;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
list-style: none;
margin: 0 0 10px;
}
.comment-author-admin > .comment-body, .bypostauthor > .comment-body {
border-top: 6px solid #2A5A8E;
}
.comment-author,
.comment-author .avatar,
.comment-author .fn {
float: left;
}
.comment-author .avatar {
border: 1px solid #888;
margin-right: 2px;
vertical-align: middle;
}
.comment-author .fn {
margin: 12px 8px;
font-size: 15px;
word-wrap: break-word;
}
.comment-author .says {display: none;}
.comment-metadata {float: right;}
.comment-metadata a {color: #888;}
.comment-edit-link {
background-color: #E0E0E0;
color: #222;
padding: 2px 8px;
}
.comment-awaiting-moderation {
clear: right;
display: inline-block;
float: right;
margin: 8px;
font-style: italic;
}
.comment-content {
clear: both;
padding-top: 4px;
font-size: 13px;
font-size: 0.813rem;
line-height: 1.55;
}
.comment-content th, .comment-content td {
font-size: 13px;
font-size: 0.813rem;
line-height: 1.55;
}
.comment-body .reply {
margin-top: 8px;
overflow: hidden;
}
.comment-reply-link {
background-color: #FFF;
border: 1px solid #333;
box-shadow: 1px 1px 2px #333;
float: right;
font-size: 12px;
font-weight: bold;
margin-bottom: 2px;
margin-right: 2px;
padding: 0 10px;
}
#respond .comment-reply-title {
margin-bottom: 10px;
font-size: 14px;
text-transform: uppercase;
}
#respond #closed {
font-style: italic;
font-size: 15px;
}
#cancel-comment-reply-link {
background-color: #F0F0F0;
padding: 2px 8px;
font-size: 16px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
margin-left: 2px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
display: block;
padding: 3px;
border: 1px solid #555;
box-shadow: 0 0 3px #888 inset;
}
.comment-form-comment {padding: 0 3px;}
.comment-form-comment label {display: block;}
.comment-form-comment textarea {
position: relative;
width: 100%;
padding: 10px;
}
#respond #submit {
margin-top: 6px;
padding: 6px 10px;
font-size: 14px;
}
.comment-navigation {margin: 10px 0;}
.page-numbers.current {cursor: default;}
#comment-area #disqus_thread {
padding: 10px;
} .author-info {
background: url(//www.aksarayevdenevenakliyat.com/wp-content/themes/asteroid/images/honeycomb.png) #FFCB66;
border: 1px solid #666;
box-shadow: 0 0 3px #333;
margin: 16px 0;
}
.author-info .title {
background-image: inherit;
background-color: #FFA900;
color: #222;
padding: 4px 8px;
text-align: center;
text-shadow: 0 1px 1px #666;
text-transform: uppercase;
}
.author-avatar, .author-description{
display: table-cell;
padding: 8px;
vertical-align: top;
}
.author-avatar img {display: block;}
.author-latest-posts {
background: url(//www.aksarayevdenevenakliyat.com/wp-content/themes/asteroid/images/honeycomb.png) #FFCB66;
border: 1px solid #666; 
box-shadow: 0 0 3px #333;
}
.author-latest-posts-title {
color: #222;
font-weight: normal;
padding: 4px 8px; 
text-shadow: 0 1px 1px #666;
}
.author-latest-posts-list {padding: 8px 10px 12px 16px;}
.author-latest-posts-list li {list-style: decimal-leading-zero inside none;} .wrap-404-box {
background: url(//www.aksarayevdenevenakliyat.com/wp-content/themes/asteroid/images/honeycomb.png) #FFCB66;
margin: 40px auto; 
width: 80%;
padding-bottom: 20px;
border: 1px solid #222;
box-shadow: 0 0 2px #000;
text-align: center;
}
.wrap-404-box h2 {
background: #222;
color: #FFF;
padding: 16px;  
}
.wrap-404-box p {
margin: 20px auto 24px;
color: #333;
font-size: 14px;
} #widgets-wrap-header {display: inline-block;}
#widgets-wrap-below-menu {
width: 100%;
padding: 10px;
}
#widgets-wrap-below-excerpts {margin-top: 2px;}
#widgets-wrap-before-post, #widgets-wrap-after-post {
border-top: 1px solid #999; 
margin-top: 10px; 
padding-top: 10px;
}
#widgets-wrap-before-post,
#widgets-wrap-before-post-content,
#widgets-wrap-after-post-content,
#widgets-wrap-after-post {
position: relative;
clear: both;
}
#widgets-wrap-footer-3 {box-shadow: 0 1px 2px #000 inset;}
.asteroid-widget:after {
clear: both;
content: "";
display: table;
}
.asteroid-widget p {margin: 4px 0 12px;}
.asteroid-widget li {
list-style: none;
margin: 0;
padding: 5px 0;
border-bottom: 1px solid #E0E0E0;
}
.widget-title  {
margin: 0 -5px 4px;
padding: 4px 8px;
font-size: 16px;
font-weight: bold;
}
.widget-sidebar .widget-title {
background: #CCC;
border: 1px solid #888;
}
.widget-below-menu .widget-title,
.widget-footer-full .widget-title,
.widget-footer-3 .widget-title {
background: #222;
border: 1px solid #000;
}
.widget-before-post .widget-title,
.widget-before-post-content .widget-title,
.widget-after-post-content .widget-title,
.widget-after-post .widget-title {margin: 0; text-shadow: none;} .widget-sidebar {
margin: 16px auto 24px;
padding: 0 6px;
position: relative;
word-wrap: break-word;
}
.widget-sidebar a {color: #0E4D7A;}
.widget-sidebar a:hover {color: #F00;}
.widget-sidebar ul {padding: 0 4px;}
.widget-sidebar ul li ul {padding-left: 10px;}
.widget-sidebar li {border-bottom: 1px solid #CFCFCF;}
.widget-sidebar input, .widget-sidebar select {margin: 3px;}
.widget-sidebar .children li {border-bottom: none;}
.widget-footer-full {margin: 10px; padding: 0 6px;}
.widget-footer-3 {	
float: left;
margin: 10px 0 10px 10px;
width: 31.95%;
padding: 0 6px;
}
.widget-footer-3 ul {padding: 0 4px;}
.widget-footer-3 ul li ul {padding-left: 10px;}
.widget-footer-3 li {padding: 4px 0 2px;}
.widget-footer-3 input, .widget-footer-3 select {margin: 3px;}
.widget-footer-3 .children li {border-bottom: none;}
.widget-header {padding: 8px;}
.widget-below-menu {padding: 0 6px;}
.widget-below-menu ul {padding: 4px 8px 6px;}
.widget-before-content {margin-top: 10px;}
.widget-before-post-content, .widget-after-post-content {margin-top: 8px;}
.widget-after-post {margin-bottom: 10px;} .widget_categories select {margin-top: 6px;}
#wp-calendar {
border-collapse: collapse;
text-align: center;
width: 95%;
margin: 0 auto;
}
#wp-calendar caption {padding: 6px;}
#wp-calendar th {
background: #DDD;
background: linear-gradient(to bottom, #EEE 0%,#BBB 100%);
border: 1px solid #666;
padding: 4px;
}
#wp-calendar tr {background: #FFF;}
#wp-calendar td {border: 1px solid #666;}
.widget_calendar th, .widget_calendar td {
padding: 8px;
}
#footer #wp-calendar th {background: rgba(255,255,255,0.2);}
#footer #wp-calendar tr {background: transparent;}
.search-form {
background-color: rgba(0, 0, 0, 0.28);
border: 1px solid #888888;
margin: 10px auto;
max-width: 400px;
overflow: hidden;
padding: 6px;
}
.search-form .screen-reader-text {display: none;}
.search-form input {
float: left;
margin: 3px;
}
.search-form input[type="search"] {
width: 65%;
}
.search-form input[type="submit"] {
width: 30%;
} .wp-pagenavi a, .wp-pagenavi span {
padding: 6px 10px !important;
margin: 3px !important;
border: 1px solid #222 !important;
color: #FFF;
text-shadow: 1px 1px 1px #000;
background: linear-gradient(to bottom, #666 0%, #333 100%);
}  
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border: 1px solid #000 !important;
font-weight: bold;
text-decoration: underline;
}
.wp-pagenavi a:hover {background: #222;} #content #bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.super-sticky,
#bbpress-forums ul.sticky {
font-family: Arial, Sans-serif;
font-size: 13px;
font-size: 0.813rem;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {padding: 8px 20px;}
#bbpress-forums .bbp-topic-permalink {
font-size: 14px;
font-size: 0.875rem;
}
#bbpress-forums .avatar {
min-width: 20px;
min-height: 20px;
}
#bbpress-forums .bbp-reply-content {padding: 10px 0 0;}
.bbp-pagination-links > * {
background-color: #222;
padding: 2px 10px !important;
border: 1px solid #000 !important;
color: #FFF;
}
.bbp-pagination-links .page-numbers.current {background-color: #555;}
.bbp-pagination-links > a:hover {
background-color: #E0E0E0;
color: #000;
font-weight: bold;
}
@media print {
#nav,
#below-menu,
#sidebar,
#footer,
#comment-area,
#widgets-wrap-before-content,
#widgets-wrap-after-content,
#widgets-wrap-before-post,
#widgets-wrap-after-post,
#widgets-wrap-before-post-content,
#widgets-wrap-after-post-content,
.entry-footer,
.entry-meta-bottom,
#bottom-navi,
.post-nav {
display: none;
}
body {
padding: 0;
}
#container {
border: none;
}
#content {
border: none;
display: block;
float: none;
width: auto;
}
.blog-view {
border: none !important;
}
.blog-view,
.blog-view.sticky {
border-top: 1px dashed #555;
}
#site-title a {
color: #000;
font-size: 32px;
}
#site-description {
color: #333;
}
}#container {max-width: 100%;}
@media screen and (max-width:960px){
body {padding: 0;}
#main #content, #main  #sidebar  { 
display: block;
float: left;
width: 100%; 
max-width: 100%; 
border: none;
}
.widget-footer-3 {
float: none;
width: 96%;
margin: 16px auto;
}
#nav .menu > li, #nav .menu > ul > li {border-bottom: 1px solid #111;}
.rtl #content, .rtl #sidebar  {float: right;}
}
@media screen and (max-width:840px){
#header-info-wrap {
float: none;
text-align: center;
margin: 0 auto;
}
#header-info-wrap #header-text {
margin-left: 0;
margin-right: 0;
}
#header-info-wrap #header-logo {
display: table;
margin: 0 auto;
}
.author-avatar, .author-description {display: block;}
#nav li:hover > ul { display: none;}
#nav .menu, #nav ul.menu {
float: none;
border: none;
}
#nav .menu > li, #nav .menu > ul > li {
clear: both;
float: none;
border-top: 1px solid #555;
border-left: none;
border-right: none;
}
#nav .menu > li.menu-item:first-child {border-left: none;}
#nav .menu > li:last-child, #nav .menu > ul > li:last-child {border-bottom: none;}
#nav .sub-menu, #nav .children {
background-color: #505050;
}
#nav .menu-item-search .search-form {
width: 80%;
margin: 0 auto;
}
#nav .menu-item-search label {width: 80%;}
#nav .menu-item-search input[type="search"] {width: 100%;}
#nav .sub-menu, #nav .children, #nav .sub-menu li, #nav .children li {
border: none;
box-shadow: none;
}
#nav li:hover > ul {display: none;}
#nav .sub-menu a {padding: 10px 20px;}
#nav .sub-menu .sub-menu a {padding-left: 40px;}
#nav .sub-menu .sub-menu .sub-menu a {padding-left: 60px;}
#nav .sub-menu .sub-menu .sub-menu .sub-menu a {padding-left: 80px;}
#nav .sub-menu .sub-menu, #nav .children .children {top: 0;}
#nav .toggle-on > .sub-menu {
display: block;
position: relative;
overflow: hidden;
}
#nav .toggle-on > .sub-menu,
#nav .toggle-on > .sub-menu > li,
#nav .toggle-on > .sub-menu > li a {
width: 100%;
}
.rtl #nav .menu, .rtl #nav .menu li {float: none;}
.rtl #nav .sub-menu .sub-menu a {padding-left: 20px; padding-right: 40px;}
.rtl #nav .sub-menu .sub-menu .sub-menu a {padding-left: 20px; padding-right: 60px;}
.rtl #nav .sub-menu .sub-menu .sub-menu .sub-menu a {padding-left: 20px; padding-right: 80px;}
#nav .drop-toggle {
background: transparent;
border: none;
color: #FFF;
cursor: pointer;
display: block;
font-size: 30px;
line-height: 1.4;
margin: 0 auto;
text-align: center;
}
#nav.drop .menu {
display: none;
}
#nav.dropped {
background-color: #484848;
}
#nav.dropped .menu {
background-color: #303030;
display: block;
margin: 0 20px 20px;
}
#nav.dropped .sub-menu {
display: block;
padding: 0 10px;
position: relative;
}
#nav.dropped .menu li,
#nav.dropped .menu a,
#nav.dropped .menu .sub-menu {
border: none;
width: 100%;
}
#nav.dropped .menu a {
text-align: inherit;
text-shadow: 0 1px 1px #000;
}
}
@media screen and (max-width:480px){
.blog-view .entry-content {
text-align: center;
}
.blog-view .entry-thumbnail {
display: inline-flex;
float: none;
}
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.on-hover-text{display:none}.on-hover-text p{white-space:nowrap}.on-hover-text img.emoji{max-width:none}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgb(0 0 0 / 15%);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{animation:ease-out forwards tooltips-horz}.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top .on-hover-text:before,.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top .on-hover-text:after,.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top .on-hover-text,.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%,0)}}@keyframes tooltips-horz{to{opacity:1;transform:translate(0,-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{animation:ease-out forwards tooltips-vert}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}100%{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}100%{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:2s ease-out 1.3s infinite chaty-animation-shockwave;animation:2s ease-out 1.3s infinite chaty-animation-shockwave}.chaty-animation-shockwave:before{left:0;-webkit-animation:2s ease-out .8s infinite chaty-animation-shockwave;animation:2s ease-out .8s infinite chaty-animation-shockwave}.chaty-animation-blink{-webkit-animation:1.33s ease-out infinite chaty-animation-blink;animation:1.33s ease-out infinite chaty-animation-blink}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:.4s infinite alternate chaty-animation-pulse;animation:.4s infinite alternate chaty-animation-pulse}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{animation:5s infinite chaty-animation-sheen;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5) 50%,transparent);transform:rotateZ(60deg) translate(0,5em)}@keyframes chaty-animation-sheen{100%,20%{transform:rotateZ(60deg) translate(0,-80px)}}.chaty-animation-fade{animation:5s infinite chaty-animation-fade}.chaty-animation-spin{animation:5s cubic-bezier(.56,-.35,.22,1.5) infinite chaty-animation-spin}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,100%,20%{opacity:1}}@keyframes chaty-animation-spin{10%{transform:rotateZ(-20deg);animation-timing-function:ease}100%,20%{transform:rotateZ(360deg)}}.chaty-animation-bounce,.chaty-animation-jump{animation:5s cubic-bezier(.84,-.54,.31,1.19) infinite chaty-animation-bounce}@keyframes chaty-animation-bounce{0%,100%,20%{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}.chaty-animation-waggle{animation:5s infinite chaty-animation-waggle}.chaty-animation-floating{-webkit-animation:chaty-animation-floating 3s ease infinite;animation:chaty-animation-floating 3s ease infinite}@keyframes chaty-animation-floating{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *{margin:0;padding:0}.chaty .sr-only,.chaty-outer-forms .sr-only,.hide-cht-svg-bg{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;outline:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0;min-width:unset}* .chaty-channel button{min-width:unset;max-width:unset}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader{display:inline-block}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger{display:block}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;pointer-events:auto}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:rgba(0,0,0,.16) 0 5px 40px;-webkit-box-shadow:rgba(0,0,0,.16) 0 5px 40px;-moz-box-shadow:rgba(0,0,0,.16) 0 5px 40px;opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{-webkit-transform:translateY(-93px);transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{padding:0;min-height:260px;position:relative;z-index:2}.chaty-whatsapp-content{padding:20px}.chaty-popup-whatsapp-form .chaty-whatsapp-body{height:260px;min-height:auto}.chaty-popup-whatsapp-form .chaty-whatsapp-content{display:flex;align-items:flex-start}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.chaty-form-body form{margin:0;padding:0}.qr-code-image{padding:10px;text-align:center;border:solid 1px silver;border-radius:4px}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-form{position:relative;background-color:#f0ede7;border-radius:8px;margin:0}.chaty-whatsapp-form:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.035;background-image:url(//www.aksarayevdenevenakliyat.com/wp-content/plugins/chaty/images/whatsapp.png)}.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before{background-image:url(//www.aksarayevdenevenakliyat.com/wp-content/plugins/chaty/images/whatsapp-welcome-popup.png);opacity:.7}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 10px 10px;position:relative;transform-origin:center top;z-index:2;margin-top:0;margin-left:0;max-width:calc(100% - 40px);font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;font-size:14px;line-height:18px;border:1px solid rgba(34,17,71,.08)}.chaty-whatsapp-message:before{content:"";display:none;width:0;height:0;border-top:0 solid transparent;border-bottom:10px solid transparent;border-right:12px solid #fff;position:absolute;left:-12px;top:0}.wp-profile-img+.chaty-whatsapp-message:before{display:block}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400;word-wrap:break-word}.chaty-whatsapp-footer{position:relative;padding:20px 15px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}button.chaty-whatsapp-button-button,button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{text-align:center!important;height:40px!important;width:40px!important;padding:0!important;background:#c6d7e3!important;border-radius:20px!important;outline:0!important;box-shadow:none!important;cursor:pointer!important;margin:0 0 0 10px!important;text-decoration:none!important;border:none!important;min-width:1px!important;flex:0 0 40px}button.chaty-whatsapp-button-button{background:#c6d7e3!important}button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button{background:#25d366!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:focus,.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:hover{background:#22bf5b!important}.chaty-whatsapp-data{display:flex;flex:1;z-index:1}.chaty-whatsapp-field{padding-right:0;flex:1;position:relative;display:flex;align-items:center}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:40px!important;line-height:normal;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21;flex:1}.chaty-whatsapp-field input[type=text]:focus{outline:0!important;border:none!important;margin:0;color:#111b21;box-shadow:none!important}.chaty-whatsapp-button-button:active,.chaty-whatsapp-button-button:focus,.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;object-fit:cover}.chaty-close-agent-list svg{fill:#ffffff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";background:url(//www.aksarayevdenevenakliyat.com/wp-content/plugins/chaty/images/header-top.png) no-repeat;width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";background:url(//www.aksarayevdenevenakliyat.com/wp-content/plugins/chaty/images/header-bottom.png) no-repeat;width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;color:#fff;border-radius:8px 8px 0 0;justify-content:space-between;display:flex}.chaty-contact-inputs{padding:15px}.chaty-contact-input{display:block}.chaty-contact-input label.chaty-form-label{font-size:14px;margin:0;padding:0 0 4px 0;line-height:20px;display:flex;color:#28303d}.chaty-contact-input+.chaty-contact-input{margin:10px 0 0}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input .has-chaty-error:focus,.chaty-contact-input input.chaty-input-field:focus,.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=tel].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input select.chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989;background-color:#fff}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;display:block}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input select.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translate(0,-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:10px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#ffffff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.chaty-view-channels .chaty-custom-channel-icon{font-size:24px}.front-google-captcha{width:100%!important;overflow:hidden}.front-google-captcha>div{width:100%}.front-google-captcha iframe{transform:scaleX(.9);position:relative;left:-15px}.widget-fa-icon{width:100%;height:100%;display:inline-block;vertical-align:middle;color:#fff}span.chaty-loader{display:none;vertical-align:middle;color:#fff;animation:rotation 1s infinite linear;width:24px;height:24px;text-align:center;line-height:24px;margin-left:5px}span.chaty-loader span.dashicons{width:24px;height:24px;text-align:center;line-height:24px;font-size:24px}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}span.chaty-loader.active{display:inline-block;vertical-align:baseline}.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text{display:none!important}html[dir=rtl] .chaty-input-field,html[dir=rtl] .chaty-submit-button,html[dir=rtl] .chaty-tooltip,html[dir=rtl] .chaty-tooltip:after,html[dir=rtl] .chaty-whatsapp-message,html[dir=rtl] .on-hover-text{direction:rtl}.add-bg-blur-effect{background-color:rgba(0,0,0,.4);overflow-x:hidden}.add-bg-blur-effect>:not(.chaty,.chaty-outer-forms,.picmo__popupContainer){filter:blur(6px)}.email_suggestion,.wp_email_suggestion{margin:0;padding:0;font-size:14px;color:#970029}.email_suggestion i,.wp_email_suggestion i{color:#2596be;font-weight:700;cursor:pointer}.chaty-custom-whatsapp-form .eac-sugg,.chaty-form .eac-sugg{color:#c1c1c1;line-height:34px!important}.chaty-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-body:before{opacity:.05}.chaty-custom-whatsapp-form .chaty-whatsapp-body{border-radius:0}.chaty-custom-whatsapp-form .chaty-whatsapp-footer{border-top:1px solid #e1e1e1;min-height:70px}.chaty-custom-whatsapp-form .chaty-whatsapp-data{display:block;z-index:1}.chaty-custom-whatsapp-form .chaty-whatsapp-button-button{width:100%!important;z-index:1;position:relative}.chaty-custom-whatsapp-form .header-text{display:flex;align-items:center}.chaty-custom-whatsapp-form .header-text span{display:inline-block;vertical-align:super;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button svg{width:26px;height:26px;fill:#ffffff;margin-right:3px}.chaty-custom-whatsapp-form .chaty-whatsapp-button span{font-size:15px;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button{display:flex;align-items:center;justify-content:center;border-radius:6px!important}.chaty-custom-whatsapp-form .chaty-whatsapp-content{padding:15px;z-index:101111;position:relative}.chaty-custom-whatsapp-form .chaty-whatsapp-body{min-height:auto}.chaty-outer-forms input[type=number]::-webkit-inner-spin-button,.chaty-outer-forms input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.chaty-whatsapp-header{display:flex;align-items:center;background-color:#4aa485;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;box-shadow:0 16px 32px 0 #1a0E3529}.chaty-whatsapp-header .header-wp-icon{height:30px;width:30px;margin-right:7px}.chaty-whatsapp-header .header-wp-title{color:#fff;font-size:15px;flex:1;padding-right:8px}.whatsapp-form-close-btn{flex:0 0 16px;cursor:pointer}.whatsapp-form-close-btn svg{width:16px;height:16px}.chaty-form,.chaty-whatsapp-form{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-whatsapp-body .wp-profile-img{height:30px;width:30px;margin-right:15px}.chaty-whatsapp-body .wp-profile-img img{height:30px;width:30px;border-radius:50%;object-fit:cover}.chaty-whatsapp-message-nickname{color:#489d81;font-size:10px;font-weight:500;line-height:14px}.chaty-whatsapp-message-time{color:#a1a1a9;font-size:10px;line-height:12px}.chaty-whatsapp-input::placeholder{color:#83a1b7;opacity:40%}.chaty-whatsapp-input::-ms-input-placeholder{color:#83a1b7;opacity:40%}button[type=button].chaty-wp-emoji-input,button[type=button].chaty-wp-emoji-input:focus,button[type=button].chaty-wp-emoji-input:hover{position:absolute!important;top:9px;left:8px;background:0 0!important;border:none!important;cursor:pointer;height:24px!important;width:24px!important;padding:0!important;min-width:1px!important;margin:0!important;outline:0!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input{display:none!important}.chaty-whatsapp-input{padding-left:38px!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input{padding-left:15px!important}.picmo__popupContainer{z-index:1000000}body .picmo__emojiButton span{font-size:24px;line-height:24px;display:inline-block;vertical-align:middle}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton{color:#8f8f8f;border:solid 1px transparent}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton{border:1px solid #a886cd;color:#a071d3;background:#fff}body .picmo__picker .picmo__emojiCategory .picmo__categoryName{display:flex;height:auto;padding:10px 17px;border-bottom:solid 1px #e2e8f0;font-weight:700;background:#f3f3f3}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover{background:#fff}body .picmo__emojiButton{border-radius:4px}body .picmo__emojiButton:focus{outline:0;border-radius:5px}.chaty-channel span.chaty-icon{display:block}.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;transform:rotate(360deg);z-index:999}.chaty-custom-whatsapp-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-button button{width:100%;border:none;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chaty-contact-input input[type=file].chaty-input-field{line-height:32px}.eac-cval:empty,.eac-sugg:empty{display:none!important}.qr-code-header{display:flex;align-items:center;background-color:#a886cd;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;color:#fff;box-shadow:0 16px 32px 0 #1a0E3529;z-index:999999}.chaty-close-button{cursor:pointer}.qr-code-title{line-height:1;padding:15px 15px 0;font-size:14px;color:#83a1b7}.qr-code-box{margin-top:10px;padding:0 15px 15px}.qr-code-head-title{display:inline-flex;align-items:center}.qr-code-head-title svg{margin-right:5px}.mce-error{border:1px solid #d00!important}.required_indicate{color:red;font-size:18px;margin-left:2px}.chaty-whatsapp-button-button svg{display:inline-block;vertical-align:sub}.chaty-wp-emoji-input:hover{background-color:transparent;border-color:transparent}.chaty-wp-emoji-input:focus{outline:0}.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:40%!important}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:1!important}.chaty-outer-forms form{margin:0}.chaty,.chaty *,.chaty-form,.chaty-form *,.chaty-whatsapp-form,.chaty-whatsapp-form *{-webkit-tap-highlight-color:transparent}body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container{display:none!important}body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container{opacity:0;visibility:hidden}body.csaas-has-chatway.chatway-is-open .chaty{display:none!important}.chaty-widget.has-chatway .Chatway-channel-link{opacity:1;visibility:visible;pointer-events:auto}.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list{display:none!important}.chaty-channel.Chatway-channel-link.has-unread-message:after,.chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after{content:attr(data-unread-message);width:20px;height:20px;background:#ff4545;position:absolute;border-radius:50%;font-size:12px;font-weight:600;color:#fff;display:inline-flex;align-items:center;justify-content:center;bottom:44px;z-index:1111;right:-4px}body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link{display:none!important}body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link{display:none!important}body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container{display:block}.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link{display:none!important}.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after{right:0;top:-8px;bottom:auto}html[dir=rtl] button[type=button].chaty-wp-emoji-input,html[dir=rtl] button[type=button].chaty-wp-emoji-input:focus,html[dir=rtl] button[type=button].chaty-wp-emoji-input:hover{right:8px}html[dir=rtl] .chaty-whatsapp-field input[type=text]{padding:0 35px 0 00px}html[dir=rtl] button.chaty-whatsapp-button-button,html[dir=rtl] button.chaty-whatsapp-button-button:focus,html[dir=rtl] button.chaty-whatsapp-button-button:hover{margin:0 10px 0 0!important}html[dir=rtl] button.chaty-whatsapp-button-button svg{transform:rotate(180deg)}