/*
Theme Name: nanhaf
Theme URI: http://www.khafagy.com
Description:
Author: Khafagy LLC
Version: 2.1
License: Copyright 2017 Khafagy LLC, All right reserved
Author URI: https://www.khafagy.com
Tags:
*/



@font-face {
 font-family: 'HelveticaNeueLT';
 src: url('css/fonts/HelveticaNeueLTArabic-Light.eot');
 src: url('css/fonts/HelveticaNeueLTArabic-Light.eot?#iefix') format('embedded-opentype'),
   url('css/fonts/HelveticaNeueLTArabic-Light.woff') format('woff'),
   url('css/fonts/HelveticaNeueLTArabic-Light.ttf') format('truetype');
 font-weight: 300;
 font-style: normal;
}




/* = General
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}
a {
    text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* = Misc
-------------------------------------------------------------- */

html {

}
body {
  /*font-family:'Droid Arabic naskh',arial;*/
  /*font-family: 'Droid Arabic Kufi', sans-serif;*/
  /*font-family: "JF Flat Regular", serif, arial;*/
  font-family:'HelveticaNeueLT', serif, arial, sans-serif;
  font-size:14px;
  line-height:1.3em;
  padding:0;
  background-color: #ffffff;
}
input,textarea,input[type="text"]   {
  font-family:tahoma;
  font-size:12px;
  color:#666
}
.footer-background {
}
#page {
  padding:0 0;
}
.container {
  max-width: 1090px;
  direction:rtl;
  margin:0 auto;
  padding: 0 10px;
}
#page .container {
  position:relative;
}

#sidebar {
  width: 30.5%;
  float: left;
}
.content-area {
  float: right;
  width: 67%;
}
.jammelastore {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 15px solid #f7f7f7;
}
.jammelastore .widget-custom-ads {
  margin-bottom: 40px;
}
#top-footer {
  clear: both;
  width: 100%;
  overflow: hidden;
}
#archive.content-area,
#single.content-area{
}

.half,
.third,
.fourth {
  float:right;
  margin-left:10px;
}
.half.last,
.third.last,
.fourth.last,
.half:last-child,
.third:last-child,
.fourth:last-child  {
  margin-left:0;
}
.half {
  width: 49%;
  margin-left: 2%;
}
.third {
  width:31%;
  margin:0 1%;
}
.fourth {
  width: 22.7%;
  margin-left: 3%;
}
h1, h2, h3, h4, h5, h6 {
  line-height:1em ;
  font-weight:normal;
}
h1, h2, h3, h4, h5, h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color:#333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration:none;
  color:#3B5998;
}
h3.small-title,
h2.small-title{
  font-size:15px;
  color:#d21a1a;
}
h3.small-title a,
h2.small-title a{
  color:#d21a1a;
}
.alert {
  display:block;
  padding:8px 14px 8px 35px;
  margin-bottom:10px;
}
a.alert:hover {
  text-decoration:none;
}

script {
  display:none;
}

.banner728 {
  padding:5px 0;
  text-align:center;
  border:1px solid #acacac;
  background:#fff;
  height:90px;
  overflow:hidden;
  margin-bottom:15px;
}
.slider-banner {
  margin-bottom:25px;
  text-align:center;
}
/* iframe[src="about:blank"]{display:none;} */

.home .content-area .widget-custom-ads {
  padding:10px;
  margin-bottom:25px;
  clear: both;
  text-align: center;
  background-color: #FFF;
}
.header-banners {
  text-align:center;
  margin-bottom:20px;
}
.header-banners .banner {
  margin-bottom:5px;
}
.banner .banner{
  margin-bottom: 40px;
}

/* = Home page block
-------------------------------------------------------------- */
.home-block {
  margin-bottom:25px;
  overflow: hidden;
}
.inner-block{
  background-color: #FFF;
}
.fourth .home-block{
  margin-bottom: 30px;
}
#sidebar .home-block{
  margin-bottom:20px;
}
.left-block .banner-block{
  text-align: center;
  margin-bottom: 40px;
  float: none;
  padding: 0
}
.more-title-small{
  color: #8b8b8b;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 5px solid #eee;
  margin-bottom: 18px;
}
.block-title{
  float: right;
  overflow: hidden;
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  border-bottom: 7px solid #d9d9d9;
  padding-left: 15px;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
#sidebar .block-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.no-margin .block-title {
  margin-bottom: 0 !important;
}
.today-title{
  font-family: "JF Flat Regular", serif, arial;
  overflow: hidden;
}
.today-title .today-top-news{
  float: right;
  overflow: hidden;
  padding: 10px 0;
  font-size: 23px;
  color: #14c2cd;
  border-bottom: 3px solid #ecebeb;
  margin-bottom: 10px;
}

.recent-articles .read-block .read-more::after,
.sidebar-slider .read-more::after{
  color: #e33939;
}

/* = Pagination
-------------------------------------------------------------- */
.pagination ul {
  border:0;
  background:#faf6f5;
  padding: 10px;
  margin-top: 60px;
  margin-bottom: 15px;
}
.pagination ul > li {
  display:inline-block;
  font-family:tahoma;
  margin-left:3px;
  font-size:15px;
  font-weight:bold;
}
.pagination ul > li > a,
.pagination ul > li:last-child > a,
.pagination ul > li:first-child > a,
.pagination ul > li > span,
.pagination ul > li:last-child > span,
.pagination ul > li:first-child > span {
  color: #fff;
  border-radius: 0;
  border:0;
  padding:15px;
  line-height:1em;
  display:block;
  background-color: #e94066;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > li > span.current {
  background-color: #fff;
  color: #e94066;
  border:2px solid #e94066;
  padding: 13px;
}
.pagination ul > li > span.current {
  color: #e94066;
}
/* = sidebar-slider
-------------------------------------------------------------------*/
.sidebar-slider .block-title {
  margin-bottom: 0 !important;
}
.sidebar-slider .main-slides {
  background-color: #f7f7f7;
  padding: 35px 40px 0 40px;
}
.sidebar-slider .main-slides .thumbnail {
  margin-bottom: 10px
}
.sidebar-slider .main-slides .thumbnail .shopping-button {
  position: absolute;
  bottom: 15px;
  right: 50%;
  margin-right: -40px;
  width: 77px;
  color: #fff;
  background-color: #0dca8e;
  padding: 0px 10px 7px 10px;
  font-size: 16px;
}
.sidebar-slider .main-slides .single-post .text .the-title {
  font-weight: bold;
  font-size: 16px;
  height: 20px;
  margin-bottom: 2px;
}
.sidebar-slider .main-slides .single-post .text .price {
  color: #0dca8e;
  font-weight: bold;
  display: block;
  overflow: hidden;
  font-family: sans-serif;
  margin-bottom: 20px;
}


/**/
.sidebar-slider .width-block {
  overflow: hidden;
  display: block;
  background-color: #ececec;
  padding: 15px;
  text-align: center;
}
.sidebar-slider .pagination {
  margin: 0 auto;
  width: 100px;
  display: block;
  overflow: hidden;
}

.sidebar-slider .pagination .number {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #a5a5a5;
  float: right;
  margin-left: 10px;
}
.sidebar-slider .pagination .number:last-child {
  margin-left: 0;
}
.sidebar-slider .pagination .number:hover,
.sidebar-slider .pagination .number.active {
  background-color: #000;
}

/* = Form styling
-------------------------------------------------------------- */
.form {
  margin:20px 0;
}
.form .success {
  margin-bottom: 30px;
  padding:8px 15px;
  background-repeat: no-repeat;
  background-position: 10px center;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  color: #4F8A10;
  background-color: #DFF2BF;
  font-family: 'Droid Arabic Kufi', arial;
  font-size:13px;
}
.form .errors {
  margin-bottom:30px;
}
.form .errors .single-error {
  padding:2px 15px;
  background:#ffecec;
  border:1px solid #f5aca6;
  border-radius:5px;
  color:#000;
  margin-bottom:10px;
}
.form .errors .single-error p{
  margin:0 !important;
}
.form .errors .single-error:last-child {
  margin-bottom:0;
}
.form .single-field {
  margin-bottom:15px;
}
.form .single-field:last-child {
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.form .single-field .title {
  width:25%;
  margin-left:3%;
  float:right;
  font-family:'Droid Arabic kufi',arial;
  font-size:15px;
  font-weight:normal;
}
.form .single-field .the-field {
  overflow:hidden;
}
.form input[type="text"],
.form select,
.form textarea,
.form input[type="submit"] {
  font-family:'Droid Arabic kufi',arial;
}
.form input[type="text"],
.form select,
.form textarea{
  width:94%;
  padding:8px 6px;
  border:1px solid #E3E8EB;
  border-radius:4px;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 0 0px #E9EAEE;
  color:#999;
}
.form textarea {
  height:150px;
}
.form select {
  font-size:13px;
  line-height:1;
  padding:5px 6px;
}
.form .recapatcha {
  direction:ltr;
  float:right;
}
.form .single-field .the-field .date-row select{
  width:30%;
  float:right;
  margin-left:2%;
  padding:5px;
}
.form textarea {
  min-height:90px;
}
.form .error{
  border-color:#ff0000;
}
.form label {
  color:#333;
}
.form input[type="submit"] {
  background:#0c50a5;
  color:#fff;
  font-size:17px;
  border:0;
  padding:3px 15px;
}

/* = Follow icons
-------------------------------------------------------------- */
.follow-icons{
  overflow: hidden;
}
.follow-icons a{
  width:27px;
  height:27px;
  margin-left: 5px;
  background: top center no-repeat;
  background-size: 27px;
  float: right;
  display:block;
}
.follow-icons a.facebook{
  background-image:url('images/socials/facebock.png');
}
.follow-icons a.twitter{
  background-image:url('images/socials/twetter.png');
}
.follow-icons a.google_plus{
  background-image:url('images/socials/google_plus.png');
}
.follow-icons a.youtube{
  background-image:url('images/socials/you.png');
}
.follow-icons a.rss{
  background-image:url('images/socials/rss.png');
}
.follow-icons a.instagram{
  background-image:url('images/socials/instagram.png');
}
.follow-icons a.telegram{
  background-image:url('images/socials/telegram.png');
}
.follow-icons a.apple{
  background-image:url('images/socials/apple.png');
}
.follow-icons a.android{
  background-image:url('images/socials/android.png');
}
.follow-icons a.whatsapp{
  background-image:url('images/socials/whatsapp.png');
}
.follow-icons a.snapchat{
  background-image:url('images/socials/raan.png');
}
.follow-icons a.linkedin{
  background-image:url('images/socials/linkedin.png');
}
/* = Follow widget
-------------------------------------------------------------- */
.follow-block {
  background-color: #f9f7f8;
  padding: 25px 10px;
}
.follow-block .block-title {
  float: none;
  border: 0;
  padding-bottom: 20px;
}
.follow-block .follow-icons a{
  width:52px;
  height:52px;
  background-size: 52px;
  margin-left: 13px;
}
.follow-block .follow-icons a:last-child {
  margin-left: 0;
}
/** = border-bottom-top = **/
.border-bottom-top{
  border-bottom: 2px solid #e6e2d8;
  border-top: 2px solid #e6e2d8;
  height: 3px;
  margin-bottom: 20px;
}
/* = Top bar
-------------------------------------------------------------- */
#topbar{
  font-size:13px;
  margin:0;
  direction:rtl;
  font-family:'HelveticaNeueLT', serif, arial;
  overflow:hidden;
  background: #f1f1f1;
}
#topbar .date{
  float:right;
  color:#979797;
  padding: 11px 30px 15px 115px;
  background-image: url('images/topdata.png');
  background-position: 99% center;
  background-repeat: no-repeat;
  font-size: 12px;
  font-family: 'HelveticaNeueLT',arial;
}
#topbar .small-links {
  float: right;
  padding: 13px;
  font-size: 12px;
}
#topbar .small-links li{
  padding: 0px 30px 4px 10px;
  list-style:none;
  float:right;
  border-left:2px solid #bbbbbb;
  line-height:1;
}
.icon {
  background-image: url('images/icon-menu-1.png');
  background-repeat: no-repeat;
  background-position: 87% top;
}
.icon.icon-menu-2 {
  background-image: url('images/icon-menu-2.png');
}
.icon.icon-menu-3 {
  background-image: url('images/icon-menu-3.png');
}
.icon.icon-menu-4 {
  background-image: url('images/icon-menu-4.png');
}
#topbar .small-links li:last-child {
  border-left:0;
}
#topbar .small-links li a {
  color:#646464;
  display: block;
  font-size: 14px;
}
#topbar .follow-icons {
  float: left;
  padding-top: 8px;
}
/* = Header
-------------------------------------------------------------- */
.archive #header {
  margin-bottom: 0;
}
.single #header {
  margin-bottom: 20px
}
#header {
}
#header.extra-border {
  border-bottom: 5px solid #f5f5f5;
}
#header .inner-header{
  overflow: hidden;
  position: relative;
  /*padding: 15px 0 25px 0;*/
}

#header .inner-header .thumbnail {
  float: left;
  overflow: hidden;
}
#header .inner-header .text {
  overflow: hidden;
  color: #fff;
  padding-top: 60px;
  position: relative;
  z-index: 99999;
}
#header .inner-header .text .the-title {
  font-size: 42px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.5;
}
#header .inner-header .text .description {
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 1.5
}

#header .container {
  position:relative;
}
#header .logo {
  width:230px;
  height:67px;
  background:url('images/logo.png') no-repeat top right;
  background-size: 215px;
  display:block;
  overflow: hidden;
  z-index:10000;
  float: right;
  margin: 20px 0 25px 0px;
  position: relative;
}
#header .logo a{
  display:block;
  padding-top:400px;
}
@media (max-width: 860px) {
  #header .inner-header {
    border-bottom: 1px solid #e5e5e5;
  }
  #header .logo {
    margin-top: 15px;
    margin-bottom: 10px;
    height: 67px;
    background-size: 215px;
  }
}

#header .banner {
  float: left;
  overflow: hidden;
  display: block;
  margin-top: 23px;
}
#header .open-menu {
  padding: 28px;
  position:absolute;
  top: 20px;
  left: 10px;
  cursor: pointer;
  background: #0dca8e url('images/menu-open.png') center center no-repeat;
  background-size: 35px;
  display: none;
  z-index: 999999;
}
#header .serche-header {
  padding: 28px;
  position:absolute;
  top: 20px;
  left: 75px;
  cursor: pointer;
  background: url('images/icon-serche-header.png') center center no-repeat;
  background-size: 35px;
  display: none;
  z-index: 999999;
}
/* = Header navigatoon
-------------------------------------------------------------- */
#header-navigation {
  z-index:1000;
  position:relative;
  width: 100%;
  margin-bottom: 20px;
}

#header-navigation .navbar-inner {
  border-radius:0;
}
#header-navigation .follow-icons {
  display: none;
}
#header-navigation .selectnav {
  display: none;
  margin-top:8px;
  width:99%;
  border:0;
  border-radius:0;
  font-family:tahoma;
}
#header-navigation .nav-menu {
  margin:0;
}
#header-navigation .nav-menu li{
  font-size:18px;
  position:relative;
  float:right;
  list-style:none;

}
#header-navigation .nav-menu > li:first-child {
  padding-right:0;
  border-right:0;
}
#header-navigation .nav-menu li a {
  display:block;
  text-decoration:none;
  text-decoration:none;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#header-navigation .nav-menu > li > a {
  padding: 8px 15px 15px 15px;
  border-bottom: 4px solid #fff;
  color: #6a6a6a;
}
#header-navigation .nav-menu > li{
  position: relative;
}
#header-navigation .nav-menu > li:last-child a {
  padding-right: 30px ;
}
#header-navigation .nav-menu > li > a:hover,
#header-navigation .nav-menu > li.hover > a,
#header-navigation .nav-menu > li.current-menu-item > a {
  color: #000;
  border-bottom: 4px solid #0dca8e;
}
#header-navigation .nav-menu li > .sub-menu {
  position:absolute;
  top:45px;
  right:0px;
  margin:0;
  background: #0dca8e;
  display:none;
}
#header-navigation .nav-menu li:hover > .sub-menu {
  display: block;
}
#header-navigation .nav-menu li > .sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  right: 100%;
}
#header-navigation .nav-menu li .sub-menu li{
  border:0;
  border-bottom: 1px solid #13926a;
  line-height: 1.36;
  font-size: 16px;
}
#header-navigation .nav-menu > li:hover > .sub-menu {
  display: block;
}
#header-navigation .nav-menu li .sub-menu a{
  color:#fff;
  padding: 5px 15px 10px 10px;
  width: 210px;
}
#header-navigation .nav-menu .sub-menu a:hover{
  background-color: #13926a;
  color:#fff;
  text-decoration:none;
}
#header-navigation .icon {
  background-position: 88% 11px;
}

#header-navigation .icon.icon-menu-3 {
  background-image: url('images/icon-menu-30.png');
}
#header-navigation .serche-icon {
  width: 30px;
  height: 47px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  display: block;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('images/serche-icon.png');
}

/* Sidebar search */
#header .search-block{
  background: #27ae60;
  padding: 5px;
  width: 274px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 35px;
  z-index: 99999;
  display: none;

}
#header .search-block form {
  display: block;
  overflow: hidden;
  clear: both;
}
#header .search-block form .field{
  display:block;
  padding: 0 8px;
  border-radius: 5px;
  width:195px;
  height:27px;
  float:left;
  background:#fff url('images/search-icon.png') 7px center no-repeat;
  color: #000;
  border:none;
  box-shadow:none;
  line-height:30px;
  font-size: 14px;
  margin-bottom:0;
  font-family: 'Droid Arabic Kufi', serif, arial;
}
#header .search-block form .submit{
  float: right;
  background:#0dca8e;
  color: #fff;
  border:0;
  overflow:hidden;
  padding: 5px 17px;
  border-radius: 5px;
  line-height: 1;
  font-size: 15px;
  font-family: 'Droid Arabic Kufi', serif, arial;
}
/* = copyslider
-------------------------------------------------------------------*/
#slider #copyslider {
  display: none;
}
#copyslider {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 45px;
}
#copyslider .big-images  {
  float: right;
  overflow: hidden;
  display: block;
  width: 55.5%;
  height: 480px;
  position: relative;
  margin-left: .5%;
}
#copyslider .small-images {
  overflow: hidden;
  display: block;
  width: 44%;
  height: 480px;
  float: right;
}

#copyslider .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
#copyslider .thumbnail img {
  height: 100%;
}
#copyslider .thumbnail::after {
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url('images/gradian.png');
  background-size: cover;
}
#copyslider .thumbnail::before {
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url('images/shadow.png');
  background-size: cover;
}
#copyslider .single-post .text {
  position: absolute;
  display: block;
  overflow: hidden;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px 20px 0;
  color: #fff;
  z-index: 9999;
  font-size: 13px;
  background: none;
  height: auto;
}
#copyslider .single-post .text .category {
  margin-bottom: 5px;
  float: right;
  padding: 0 10px 5px 10px;
  background-color: #0dca8e;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
#copyslider .single-post .text .the-title{
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  font-size: 38px;
  color: #fff;
  line-height: 1.3em;
  padding-bottom: 10px;
}
#copyslider .single-post .text .details {
  display: flex;
  height: 15px;
  line-height: 1em;
  font-family: "JF Flat Regular", serif, arial;
}
#copyslider .single-post .text .details .date {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
  position: relative;
}
#copyslider .single-post .text .details .date::after {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #7c838b;
  bottom: 0;
  left: 0;
}
#copyslider .single-post .text .details .author-details {
  display: flex;
}
#copyslider .single-post .text .details .author-details span{
  display: block;
  margin-left: 6px;
}
#copyslider .single-post .text .details .author-details .image-author {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url('images/hager.png');
  margin-right: 6px;
  margin-top: -5px;
  box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.5);
}
#copyslider .single-post .text .details .author-details .name-author {
  color: #0dca8e;
}
/* small-images */

#copyslider .small-images .single-post {
  position: relative;
  overflow: hidden;
  display: block;
  height: 239px;
  margin-bottom: 6px;
}
#copyslider .small-images .single-post:last-child {
  margin: 0;
}
#copyslider .small-images .thumbnail::before {
  background-image: url('images/small-shadow.png');
}
#copyslider .small-images .thumbnail::after {
  background-image: url('images/small-gradian.png');
}
#copyslider .small-images .single-post .text .the-title {
  font-size: 24px;
}
/* = Break news
-------------------------------------------------------------- */
#alerts .warning{
  padding:8px 15px;
  margin-bottom:20px;
  font-size:17px;
  line-height:1.3em;
  word-spacing:3px;
  display:block;
  background:url('images/warning.png') 99% center no-repeat;
  background-color:#ae1835;
  color:#fff;
  text-decoration:none;
  border-radius:5px;
}
#alerts .warning.red{
  padding:8px 45px 8px 8px;
}
#alerts .warning b {
  font-weight:normal;
  color:#ffa200;
}
#alerts .warning b {
  font-weight:normal;
  color:#fff;
}
#alerts .warning.red b {
  color:#ffa200;
}
#alerts .warning.gray{
  background:#666;
}
#alerts .warning.blue{
  background:#4183B3;
}
#alerts .warning.orange{
  background:#F48927;
}
#alerts .warning.green{
  background:#0e6029;
}
#alerts .warning.yellow b{
  color:#000;
}

/* = breadcrumbs
-------------------------------------------------------------- */
#breadcrumbs {
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
  font-size:12px;
  font-family:tahoma;
  padding:7px 10px;
  list-style:none;
  background-color: #fff;
  color: #0cc38e;
}
#breadcrumbs a{
  color:#6c6c6c;
  background-color: #d8d8d8;
  padding: 2px 8px;
  border-radius: 5px;
  display:inline-block;

}
#breadcrumbs .current {
  font-size: 14px;
  color: #fff;
  background-color: #0cc38e;
  padding: 2px 8px;
  border-radius: 5px;
}
#breadcrumbs div{
  display:inline-block;
  padding-left:5px;
  margin-bottom: 5px;
}


/* = sidebar
 --------------------------------------------------------------*/
 #sidebar .container{
   padding: 0
 }
#sidebar .section {
  padding: 0;
  margin-bottom: 0;
}
#sidebar .bottom-more {
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  background-color: #14c2cd;
  float: left;
}
/*------------------------------------Start  ( Section )--------------------------*/
.section {
  margin-bottom: 40px;
  overflow: hidden;
}
.section .hidden {
  display: none;
}
.section .single-post {
  display: block;
  overflow: hidden;
}
.section .single-post .thumbnail{
  position: relative;
}
.section .single-post .thumbnail a{
  overflow: hidden;display: block;
}
.section .single-post .thumbnail::before {
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url('images/shadow.png');
  background-size: 100%;
}
.section .single-post .text{
  overflow: hidden;
}
.section .single-post .text .the-title {
  color: #000;
  overflow: hidden;
  line-height: 1.36em;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}
.section .single-post .text .description{
  color: #8d8d8d;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.36em;
  font-size: 18px;
  margin-top: 10px;
}
.section .single-post .category {
  color: #0dca8e;
  overflow: hidden;
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 1em;
}
.section .single-post .text .details {
  color: #909090;
  display: flex;
  height: 15px;
  line-height: 1em;
  font-family: "JF Flat Regular", serif, arial;
  font-size: 15px;
}
.section .single-post .text .details .date {
  margin-left: 15px;
  position: relative;
}
.section .single-post .text .details .author-details {
  display: flex;
}
.section .single-post .text .details .author-details span{
  display: block;
  margin-left: 6px;
}
.section .single-post .text .details .author-details .image-author {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url('images/hager.png');
  margin-right: 6px;
  margin-top: -5px;
}
.section .single-post .text .details .author-details .name-author {
  color: #0dca8e;
  margin-left: 35px;
}
.section .single-post .text .details .comments{
  background-image: url('images/commernts.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 18px;
}
/*------------------------------------Start  ( Section-a )--------------------------*/
.section-a .single-post{
  margin-bottom: 15px;
  position: relative;
}

.section-a .single-post .thumbnail::before{
  background-image: url('images/shadow-videos.png');
}
.section-a .single-post .thumbnail::after{
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url('images/gradian-videos.png');
}
.section-a .single-post .icon-video {
  position: absolute;
  top: 35%;
  right: 50%;
  width: 69px;
  height: 69px;
  margin-right: -35px;
  margin-top: -35px;
  border-radius: 5px;
  background: url('images/icon-video.png') no-repeat;
  z-index: 9999;
  display: none;
}
.section-a .single-post .text{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  padding: 5px 15px 10px 15px;
  box-sizing: border-box;
}
.section-a .single-post .text .the-title{
  font-size: 20px;
  color: #fff;
}

/*==================Start Sports ( Section-B )=======================*/
.section-b .single-post{
  padding-bottom: 25px;
  border-bottom: 5px solid #f9f7f8;
  margin-bottom: 40px;
}
.section-b .single-post .thumbnail{
  float: right;
  margin-left: 15px;
  width: 287px;
  height: 236px;
}
.section-b .single-post .thumbnail::before {
  background-image: url('images/shadow-videos.png');
}
.section-b .single-post .text{

}
.section-b .single-post .text .category {
  margin-bottom: 5px;
}
.section-b .single-post .text .the-title{
  font-size: 26px;
  margin-bottom: 8px;
}
.section-b .single-post .text .details {
  margin-bottom: 8px;
}
.section-b .single-post .text .details .date {
  margin-left: 25px;
}
.section-b .single-post .text .description {
  line-height: 1.6em;
}
.section-b .button-show {
  padding: 14px 20px 22px 20px;
  width: 260px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #0dca8e;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}
/*==================Start Sports ( Section-d )=======================*/
.widget-more-comments {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 18px solid #f7f7f7;
  margin-bottom: 40px;
}
.widget-more-comments .more-comments-title {
  position: absolute;
  top: 25px;
  right: 45px;
  z-index: 9999;
  font-size: 22px;
  color: #000;
  padding: 3px 20px 9px 20px;
  background-color: #fff;
}
.section-d .single-post .thumbnail {
  margin-bottom: 15px;
}
.section-d .single-post .thumbnail::after {
  content: " ";
  height: 34px;
  width: 37px;
  position: absolute;
  top: 25px;
  right: 5px;
  background: #0dca8e url('images/tfa3ol.png') center center no-repeat;
}
.section-d .single-post .thumbnail::before {
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url('images/shadow.png');
}
.section-d .single-post .text .the-title {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.section-d .single-post .text .description{
  line-height: 1.6;
  padding-bottom: 10px;
}
.section-d .single-post .text .details {
  margin-bottom: 10px;
}
.section-d .single-post .text .details .date {
  padding-left: 15px;
  border-left: 1px solid #909090;
  position: relative;
}
.section-d .single-post .text .details .date::after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #cccccc;
    bottom: 0;
    left: 0;
}
/*==================Start Sports ( Section-offer )=======================*/

.section-offer .single-post .thumbnail{
  width: 462px;
  height: 300px;
  float: left;
  overflow: hidden;
  display: block;
}
.section-offer .single-post .text {
  padding-bottom: 5px;
  padding-left: 20px;
}
.section-offer .single-post .text .offer-banner{
  float: right;
  overflow: hidden;
  width: 120px;
  height: 130px;
  background: url('images/offer.png') no-repeat center center;
  background-size: 120px;
  margin-left: 20px;
}
.section-offer .single-post .text .the-title{
  overflow: hidden;
  font-size: 35px;
  color: #5b0b60;
  line-height: 1.36;
}
.section-offer .single-post .text .description{
  color: #6f6f6f;
  font-size: 25px;
  overflow: hidden;
  line-height: 1.36;
  margin-bottom: 60px;
}
.section-offer .single-post .text .description span {
  color: #5b0b60;
  display: block;
  margin-top: 35px;
  font-size: 30px;
}
.section-offer .single-post .text .description span b {
  color: #e94066;

}

/*---------( Sidebar )--------*/
#sidebar .section-offer{
  background-color: #f5f5f5;
}
#sidebar .section-offer .single-post .text {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 20px;
}
#sidebar .section-offer .single-post .text .offer-banner {
  width: 90px;
  height: 95px;
  background-size: 90px;
  margin-left: 10px;

}
#sidebar .section-offer .single-post .text .the-title {
  font-size: 24px;
  margin-bottom: 35px;
}
#sidebar .section-offer .single-post .thumbnail {
  width: auto;
  height: auto;
  float: none;
  margin-bottom: 30px;
  padding: 0 20px;

}
#sidebar .section-offer .single-post .text .description {
  font-size: 20px;
  margin-bottom: 20px;
  padding:0 20px;

}
#sidebar .section-offer .single-post .text .description span {
  text-align: center;
  font-size: 32px;
}

/*------------------------------------Start  ( Section-o )--------------------------*/
.section-o .half{
  margin-left: 0;
}
.section-o .half:nth-child(odd){
  margin-left: 2%;
}
.section-o .single-post {
  padding: 10px;
  border-right: 5px solid #0dca8e;
  background-color: #f7f7f7 !important;
  margin-bottom: 15px;
}
.section-o .single-post .thumbnail {
  float: right;
  overflow: hidden;
  display: block;
  margin-left:10px;
  max-width: 101px;
}
.section-o .single-post .thumbnail::after,
.section-o .single-post .thumbnail::before {
  display: none;
}
.section-o .single-post .thumbnail .category{
  display: none;
  background-image: url('images/category-icon.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
  padding-right: 20px;
  margin-top: 5px;
}
/*------------------------------------Start  ( Section-r )--------------------------*/
.section-r .single-post {
  padding: 10px;
  border: 1px solid #ddd;
  float: right;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.section-r .single-post:nth-child(odd) {
  margin-left: 2%;
}
.section-r .single-post .thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 205px;
}
.section-r .single-post .text .the-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  height: 50px;
  line-height: 1.45;
}

/*------------------------------------Start  ( Section-e )--------------------------*/
.section-e .single-post{
  margin-bottom: 25px;
}
.section-e .single-post .thumbnail{
  width: 99px;
  height: 90px;
  float: right;
  overflow: hidden;
  margin-left: 10px;
}
.section-e .single-post .text{
}
.section-e .single-post .text .the-title{
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #000;
}
.section-e .single-post .text .the-title span {
  color: #0dca8e;
  font-weight: bold;
  font-size: 18px;
}
.section-e .single-post .text .the-title .date {
  background-color: #0dca8e;
  overflow: hidden;
  width: 55px;
  height: 17px;
  display: block;
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 7px;
  line-height: 1.5;
  font-family: "JF Flat Regular", serif, arial;
  margin-top: 0;
  text-align: center;
}
.section-e .single-post .text .description {
  font-size: 14px;
  line-height: 1.6em;
}
.section-e .single-post .text .views {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  padding-right: 17px;
  background-image: url('images/icon-views.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 11px;
}
/*------------------------------------Start  ( Section-c  )--------------------------*/
.section-c {
  display: flex;
  position: relative;
}
.block-scrolling {
  position: relative;
  overflow: hidden;
}
.section-c .single-post .thumbnail::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 24px;
  border-color: #0cc38e #0cc38e transparent  transparent;
  border-style: solid;
  width: auto;
  height: auto;
  background: none;
}
.section-c .single-post .thumbnail::after {
  content: " ";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 17px;
  height: 14px;
  background-image: url('images/followe.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.section-c .single-post .text {
  text-align: center;
  padding: 8px 10px 0 10px ;
}
.section-c .single-post .text .the-title {
  font-size: 18px;
  height: 70px;
  margin-bottom: 0;
}
.single .section-c {
  border-bottom: 18px solid #f7f7f7;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
/* = Big Block
-------------------------------------------------------------- */
.big-block .single-post{
  margin-bottom:0;
  display:block;
}
.big-block .single-post .thumbnail {
  margin-bottom:5px;
}
.big-block .single-post .text h2{
  font-size:18px;
  line-height:1.5em;
  padding:0;
  margin:0 0 7px 0;
  overflow:hidden;
  color:#202020;
}

/* = Small blocks
-------------------------------------------------------------- */
.small-block .single-post{
  background:#fff;
  margin-bottom:25px;
  display:block;
}
.small-block .single-post .text {
  padding:5px;
  background:#fff;
}
.small-block .single-post .text h2{
  font-size:13px;
  line-height:1.4em;
  padding:0;
  margin:0 0 7px 0;
  overflow:hidden;
  height:35px;
  color:#202020;
}

/* = Ritle blocks
-------------------------------------------------------------- */
.title-block .single-post{

}
.title-block .single-post a.title{
  padding:5px 10px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display:block;
  border-bottom:1px dashed #e2e2e4;
  position:relative;
}
.title-block .single-post a.title h2:before {
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-radius:500px;
  background:#2B8CD9;
  position:absolute;
  top:15px;
  right:5px;
}
.title-block .single-post a.title h2{
  font-size:15px;
  line-height:1.5em;
  margin:0;
  overflow:hidden;
  padding:5px 15px 5px 10px;
  color:#577381;
}

/* mouve */
.mouve-block .title-block .single-post a.title h2:before,
.mouve-block .title-block .single-post:hover a.title {
  background:#934CDB;
}

/* Light Blue */
.lightblue-block .title-block .single-post a.title h2:before,
.lightblue-block .title-block .single-post:hover a.title {
  background:#27B5D9;
}

/* Light brown */
.lightbrown-block .title-block .single-post a.title h2:before,
.lightbrown-block .title-block .single-post:hover a.title {
  background:#D59961;
}

/* = Small blocks
-------------------------------------------------------------- */
.medium-block .single-post{
  margin-bottom:8px;
  padding-bottom:8px;
  border-bottom:1px solid #ddd;
  overflow:hidden;
  display:block;
}
.medium-block .single-post .thumbnail {
  width:85px;
  height:65px;
  float:right;
  border:0;
  margin-left:10px;
}
.medium-block .single-post .text h2{
  font-size:13px;
  line-height:1.4em;
  margin:0 0 5px 0;
  overflow:hidden;
  min-height:40px;
  color:#000;
}
.medium-block .single-post .text  time{
  font-size:12px;
  font-family:tahoma;
  color:#c0c0c0;
  float:right;
  line-height:1;
}
.medium-block .single-post .text .views {
  background:none;
  margin-right:9px;
  padding-right:5px;
  border-right:1px solid #298edc;
  color:#298edc;
  float:right;
  line-height:1;
}

/* = archive block
-------------------------------------------------------------- */
.archive-block .single-post{
  padding-bottom: 25px;
  border-bottom: 5px solid #f9f7f8;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}
.archive-block .single-post .thumbnail {
  float: right;
  margin-left: 15px;
  width: 287px;
  height: 236px;
}
.archive-block .single-post .thumbnail::before {
  background-image: url('images/shadow-videos.png');
}
.archive-block .single-post .text{
  overflow:hidden;
  display:block;
  padding: 0 10px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.archive-block .single-post .text .category {
  color: #0dca8e;
  overflow: hidden;
  padding-bottom: 3px;
  font-size: 15px;
  line-height: 1.36em;
}
.archive-block .single-post .text h2{
  font-size: 26px;
  color:#000;
  line-height:1.36;
  margin:0 0 8px 0;
  padding-bottom: 2px;
  overflow: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.archive-block .single-post .text .description{
  font-size:18px;
  color:#8d8d8d;
  line-height:1.6;
  margin:0 0 10px 0;
}
.archive-block .single-post .text .details{
  margin-bottom: 8px;
}
.archive-block .single-post .text .details .icone-block {
  font-size:13px;
  line-height:1em;
  float:right;
  font-family:tahoma;
  color:#c9c8c8;
  height:13px;
  padding:6px 8px 5px 8px;
  padding-right:18px;
  background-position: right center;
  background-repeat: no-repeat;
}
.archive-block .single-post .text .date{
  background-image: url('images/icon-date.png');
}
.archive-block .single-post .text .visits{
  background-image: url('images/icon-visits.png');
}

/* = Author box
-------------------------------------------------------------- */
.author-info {
  background:#fafafa;
  border:1px solid #efefef;
  padding:15px 11px;
  width:55%;
  position:relative;
}
.author-info .author-avatar {
  float:right;
  padding:5px;
  background:#fff;
  border:1px solid #dfdfdf;
  margin-left:15px;
  border-radius: 500px;
}
.author-info .author-avatar img {
  border-radius: 500px;
}
.author-info .author-description{
  float:right;
  width:62.95%;
}
.author-info .author-description h2{
  font-size:15px;
  line-height:1em;
  margin: 0 0 8px 0;
  color:#eb2525;
  font-size:15px;
}
.author-info .author-description p{
  color:#000;
  font-size:13px;
  margin:0
}
.author-info .twitter {
  width:34px;
  height:24px;
  margin-left:5px;
  position:absolute;
  top:15px;
  left:10px;
  background:url('images/author-box-twitter.png') top left no-repeat;
}

/* = table-shortcode
-----------------------------------------------*/
.table {
  height: auto !important;
  width: auto !important;
  overflow: hidden;
  font-size: 14px;
  overflow-x: auto;
  margin-bottom: 30px;
}
.table .tbody {
  width: 650px;
}
.table .tr {
  overflow: hidden;
  display: table-row;
}
.table .tr .td {
  border: 1px solid #bbb;
  padding: 7px 5px 10px 5px;
  word-break: break-word;
  display: table-cell;
}
.table .tr:first-child .td{
  background-color: #0dca8e;
  color: #fff;
  border-left: 1px solid #dedede;
  padding: 3px 5px 5px 5px;
}
.table .tr img {
  border: 0;
}
.table .tr .td .button a {
  text-decoration: none;
  color: white !important;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0,0,0,0.21);
  border-bottom: 4px solid rgba(0,0,0,0.21);
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
  padding: 4px 12px 6px 12px;
  font-size: 12px;
  margin-bottom: 10px;
}
.table .tr .td .button.red a{
	background: rgba(250,90,90,1);
	background: -webkit-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
	background: -moz-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
	background: -o-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
	background: linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
}
.table .tr .td .button.orange a {
	background: rgba(255,105,30,1);
	background: -webkit-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
	background: -moz-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
	background: -o-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
	background: linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
}
.table .tr .td .button.blue a {
	background: rgba(102,152,203,1);
	background: -moz-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
	background: -webkit-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
	background: -o-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
	background: linear-gradient(to bottom, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6698cb', endColorstr='#5c8ab8', GradientType=0 );
}
.table .tr .td .button.purple a {
	background: rgba(203,153,197,1);
	background: -moz-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
	background: -webkit-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
	background: -o-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
	background: -ms-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
	background: linear-gradient(to bottom, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb99c5', endColorstr='#b586b0', GradientType=0 );
}
.table .tr .td .button.yellow a {
	background: rgba(240,210,100,1);
	background: -webkit-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
	background: -moz-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
	background: -o-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
	background: linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d264', endColorstr='#e5c960', GradientType=0 );
}
.table .tr .td .button.green a {
	background: rgba(130,200,160,1);
	background: -moz-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
	background: -webkit-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
	background: -o-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
	background: -ms-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
	background: linear-gradient(to bottom, rgba(130,200,160,1) 0%, rgba(124, 185, 149, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c8a0', endColorstr='#82c79e', GradientType=0 );
}

.table .tr .td .button.red a:active 	  {background: #E35252;}
.table .tr .td .button.orange a:active {background: #E8601B;}
.table .tr .td .button.blue a:active 	{background: #608FBF;}
.table .tr .td .button.purple a:active {background: #BD8EB7;}
.table .tr .td .button.yellow a:active {background: #DBC05B;}
.table .tr .td .button.green a:active  {background: #72B08E;}

.table .tr .td  ul {
  padding-right: 0 !important;
}
.table .tr .td li {
  display: block;
  font-style: normal;
  position: relative;
  margin-bottom: 10px;
  background: url('images/sign-check-icon.png') right 3px no-repeat;
  background-size: 16px;
  padding-right: 20px;
}
.table .tr .td li::after,
.table .tr .td li::before {
  display: none !important;
}
.table .tr .td ul li > ul {
  padding-right: 20px;
}
.table .tr .td ul li > ul {
  padding-top: 5px;
}
.table .tr .td ul li > ul li {
  background: none;
}

/* = single post
-------------------------------------------------------------- */
#single .share-box > div {
  width: 35px;
  height: 35px;
  background-size: 35px;
  margin-left: 10px;
  cursor: pointer;
  float: right;
}
#single .share-box .facebook{
  background-image:url('images/socials/facebock.png');
}
#single .share-box .twitter{
  background-image:url('images/socials/twetter.png');
}
#single .share-box .instagram{
  background-image:url('images/socials/instagram.png');
}
#single .share-box .linkedin{
  background-image:url('images/socials/linkedin.png');
}
#single .post-banner {
  text-align:center;
  margin-bottom:15px;
}
.single .title-block .small-title {
  font-size:30px;
  margin-bottom:8px;
  color:#bfbebe;
  line-height: 1.4;
}
.single .title-block .main-title{
  font-size:40px;
  line-height:1.3;
  color:#000;
  margin-bottom:20px;
  font-weight: bold;
}
.single .details-single {
  color: #909090;
  display: flex;
  height: 15px;
  line-height: 1em;
  font-family: "JF Flat Regular", serif, arial;
  font-size:13px;
  margin-bottom: 20px;
  margin-top:30px;
}
.single .details-single .date {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #909090;
  position: relative;
}
.single .details-single .date::after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #cccccc;
    bottom: 0;
    left: 0;
}
.single .details-single .author-details {
  display: flex;
}
.single .details-single .author-details span{
  display: block;
  margin-left: 6px;
}
.single .details-single .author-details .image-author {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url('images/hager.png');
  margin-right: 6px;
  margin-top: -5px;
}
.single .details-single .author-details .name-author {
  color: #0dca8e;
  margin-left: 35px;
}
.single .details-single .comments{
  background-image: url('images/commernts.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 18px;
}
#single .post-image{
  margin-bottom:30px;
  clear:both;
  width:100%;
  text-align:center;
}
#single .post-image img {
  width: 100%;
}
#single .post-image .image-title{-size:12px;
  color:#999;
}
#single .news-author-name {
  font-family:arial;
  line-height:1.61em;
  font-size:17px;
  color:#377bc8;
  font-weight:bold;
  margin-bottom:15px;
}
#single .the-video {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  height: 0;
  margin-bottom:20px;
  overflow: hidden;
}
#single .the-video iframe,
#single .the-video object,
#single .the-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#single .post-image a {
  cursor: default;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
/* tools */
#single .tools-box {
  overflow:hidden;
  margin-bottom:20px;
  background-color: #f6f6f6;
  height: 40px;
  position: relative;
  text-align: center;
  display: none;
}
#single .tools-box .font-control {
  float:right;
  padding:8px 10px;
  border-left:1px solid #ccc;
}
#single .tools-box .font-control a{
  float:right;
  padding:0;
  margin:0;
  list-style:none;
  margin-right:7px;
  cursor: pointer;
  width:18px;
  height:21px;
}
#single .tools-box .shortlink {
  width:110px;
  padding:8px 5px 5px 5px;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  float: right;
  margin:6px 15px 0 0;
  direction: ltr;
  border:1px solid #e0e0e0;
  line-height: 1;
  font-size: 12px;
}
#single .tools-box .share-icons{
  margin:5px 0 0 10px;
  display: inline-block;
}
#single .tools-box .share-icons div{
  float:right;
  margin:0 0 0 10px;
  width:28px;
  height:28px;
  background-size: 28px;
  background-position:top left;
  background-repeat:no-repeat;
  cursor: pointer;
}
#single .tools-box .share-icons div:last-child {
  margin-left:0;
}
#single .tools-box .share-icons div.facebook{
  background-image: url('images/socials/facebock.png');
}
#single .tools-box .share-icons div.twitter{
  background-image: url('images/socials/twetter.png');
}
#single .tools-box .share-icons div.gplus{
  background-image: url('images/socials/google_plus.png');
}
#single .tools-box .font-control a.decrease {
  background:url('images/font-decrease.png') right bottom no-repeat;
  width:20px;
}
#single .tools-box .font-control a.increase {
  background:url('images/font-increase.png') center bottom no-repeat;
}
#single .tools-box .font-control a.reset {
  background:url('images/font-reset.png') center bottom no-repeat;
}
#single .tools-box .print,
#single .tools-box .pdf{
  padding:7px 15px;
  width:25px;
  height:25px;
  background:url('images/post-print.png') center center no-repeat;
  float:right;
  border-right:1px solid #fff;
  border-left:1px solid #ccc;
  cursor: pointer;
  display:block;
}
#single .tools-box .pdf {
  background-image:url('images/post-pdf.png');
}
#single .tools-box .shortlink {
  width:110px;
  padding:8px 5px 5px 5px;
  background: #f2f2f2;
  overflow: hidden;
  white-space: nowrap;
  float: right;
  margin:6px 15px 0 0;
  direction: ltr;
  border:1px solid #e0e0e0;
  line-height: 1;
  font-size: 12px;
}
#single .tools-box .content-icons{
  margin:5px 0 0 10px;
  float:left;
}
#single .tools-box .content-icons div{
  float:right;
  margin:0 0 0 10px;
  width:28px;
  height:28px;
  background-size: 28px;
  background-position:top left;
  background-repeat:no-repeat;
  cursor: pointer;
}
#single .tools-box .content-icons div:last-child {
  margin-left:0;
}
#single .tools-box .content-icons div.facebook{
  background-image: url('images/socials/facebock.png');
}
#single .tools-box .content-icons div.twitter{
  background-image: url('images/socials/twetter.png');
}
#single .tools-box .content-icons div.gplus{
  background-image: url('images/socials/google_plus.png');
}

#single .entry-content{
  line-height:1.5;
  font-size:17px;
  color:#000;
  background-color: #FFF;
  padding: 0px 10px 5px 10px;
  position: relative;
}
#single .entry-content strong {
  #font-weight: normal;
}
#single .entry-content .whatsapp-div {
  padding: 10px 20px;;
  position: relative;
	font-size:18px;
	line-height:1.36em;
  margin: 35px 0 25px 0;
  border-radius: 5px;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid #0dca8e;
  box-shadow: 0 0 7px  #0dca8e;

}
#single .entry-content .whatsapp-div::before {
  position:absolute;
  top:0;
  left:0;
  font-size:18px;
  color: #ffffff;
  background-image: url('images/background-number.png');
  background-size: 55px;
  background-repeat: no-repeat;
  width: 35px;
  height: 55px;
  text-align: center;
  line-height: 30px;
  padding-right: 20px;
  border-radius: 5px 0 0 0;
  content: "✅";
  display: block;
}
#single .entry-content .whatsapp-div a {
  display: inline-block;
  padding: 11px 55px 17px 15px;
  /* white-space: nowrap; */
  background: #0dc143;
  color: #fff !important;
  font-size: 16px;
  border:1px solid #fff;
  line-height: 1.3;
  position: relative;
  /* border-radius: 5px; */
  margin: 15px 0;
  clear: both;
  background: #0dc143; /* Old browsers */
  font-weight: bold;
  /* text-shadow: 1px 1px 1px #555; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0dc143+0,0ba534+100 */
  /* background: -moz-linear-gradient(top, #0dc143 0%, #0ba534 100%);
  background: -webkit-linear-gradient(top, #0dc143 0%,#0ba534 100%);
  background: linear-gradient(to bottom, #0dc143 0%,#0ba534 100%);  */
}
#single .entry-content .whatsapp-div.button_box a {
  padding: 11px 15px 17px 15px;
  white-space: wrap;
}
#single .entry-content .whatsapp-div a::before{
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background:url('images/whatsapp-icon.png') no-repeat right top;
  background-size: 28px;
  position: absolute;
  right:15px;
  top:50%;
  transform: translate(0, -50%);
  z-index: 100;
}
#single .entry-content .whatsapp-div.button_box a::before {
  display: none;
}
#single .entry-content .whatsapp-div .facebook-button {
  background: rgb(0,106,255);
  background: -moz-linear-gradient(0deg, rgba(0,106,255,1) 0%, rgba(0,178,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,106,255,1) 0%, rgba(0,178,255,1) 100%);
  background: linear-gradient(0deg, rgba(0,106,255,1) 0%, rgba(0,178,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006aff",endColorstr="#00b2ff",GradientType=1);

}
#single .entry-content .whatsapp-div a.facebook-button::before {
  background-image: url('images/messenger.png');
}
#single .entry-content a{
  color: #4278e3;
  font-weight: bold;
}
#single .entry-content h1,
#single .entry-content h2,
#single .entry-content h3,
#single .entry-content h4,
#single .entry-content h5,
#single .entry-content h6 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: bold !important;
  color: #0dca8e;
  line-height: 1.5;
}
#single .entry-content h1{
  font-size: 40px;
  margin-top: 35px;
  margin-bottom: 25px;
}
#single .entry-content h2{
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 15px;
}
#single .entry-content h3{
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 5px;
}
#single .entry-content h4{
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 15px;
}
#single .entry-content h5{
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#single .entry-content ul,
#single .entry-content ol {
  -webkit-margin-after: 0;
  -moz-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  padding-right: 30px;
}
#single .entry-content ul {
  list-style-type: none;
}
#single .entry-content ul li{
  position: relative;
}
#single .entry-content ul>li::after {
  position: absolute;
  content: " ";
  right: -20px;
  top: 13px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000;
  overflow: hidden;
  display: block;
}
#single .entry-content ul > li ul li::after{
  position: absolute;
  content: " ";
  right: -15px;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 2px solid #000;
  background: none;
  overflow: hidden;
  display: block;
}
#single .entry-content p {
  margin-bottom:15px;
}
#single .entry-content blockquote{
  max-width:40%;
  float:left;
  margin:10px;
  background:#eee;
  padding:5px 10px;
  border-color:#396099;
  font-weight:bold;
}
#single .entry-content .post-link a{
  color:#000;
}
#single .content-banner{
  margin-bottom:30px;
  text-align:center;
}
#single .entry-meta .tags{
  padding:15px 5px 15px 15px;
  background:#fff;
}
#single .entry-meta .tags .title{
  padding-bottom:20px;
  display:block;
  color:#000;
  font-size:15px;
}
#single .entry-meta .tags a{
  background:#0dca8e;
  color:#fff;
  font-size: 13px;
  border-radius: 5px;
  padding:5px 5px 8px 5px;
  text-align: center;
  display:block;
  float:right;
  margin-left:13px;
  line-height:1em;
  -webkit-transition: all 250ms linear;
 -moz-transition: all 250ms linear;
 -o-transition: all 250ms linear;
 -ms-transition: all 250ms linear;
 transition: all 250ms linear;
 margin-bottom: 10px;
}
#single .entry-meta .social-content {
  margin:0;
  padding:5px 0 10px 0;
}
#single .entry-meta .social-content li{
  list-style:none;
  padding:0 0 3px 9px;
  direction:ltr;
  float:right;
  max-width:200px;
  overflow:hidden;
}
#single .entry-meta .social-content li.twitter{
  margin-top:3px;
  width:72px;
}
#single .entry-meta .social-content li.twitter iframe{
  margin-left:-22px;
}
#single .entry-meta .social-content li.facebook{
  width:56px;
  margin-top:3px;
}
#single .entry-meta .social-content li.gplus{
  margin-top:0px;
}
#single .entry-meta .social-content li.twitter-follow {
  margin-top:3px;
}
#single .entry-meta .social-content li.print {
  float:left;
  padding-left:0;
}
#single .entry-meta .social-content li.print a{
  width:34px;
  height:34px;
  background:#377bc8 url('images/post-print-icon.png') no-repeat center center;
  display:block;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#single .entry-meta .social-content li.print a:hover{
  background-color:#f04e41;
}

#single .entry-meta .social-content li.short-link {
  float:left;
  max-width:250px;
}
#single .entry-meta .social-content li.short-link i {
  float:right;
  display:block;
  font-style:normal;
  padding:8px 0 0 10px;
  color:#999;
}
#single .entry-meta .social-content li.short-link .the-link{
  width:125px;
  height:26px;
  background:#e3e3e3;
  font-family:tahoma;
  text-align:center;
  float:right;
  padding-top:8px;
}
#single .entry-meta .banner {
  margin-bottom:25px;
}

#single #nav-single {
  margin-bottom:3px;
}
#single #nav-single a{
  color:#666;
  font-family:tahoma;
  font-size:11px;
}
#single #nav-single span{
  display:block;
}
#single #nav-single span.nav-previous{
  float:right;
}
#single #nav-single span.nav-previous{
  float:left;
}
#single .related-posts{
  margin-bottom:20px;

}
#single .related-posts .section {
  margin-bottom: 0;
}
#single .related-posts .block-title {
  margin: 0;
  border: 0;
  font-size: 15px;
  font-weight: normal;
}
/* = Images gallery
-------------------------------------------------------------- */
.images-gallery .main-image{
  margin-bottom:15px;
}
.images-gallery .thumbnail-image{
    cursor:pointer;
    margin-bottom:10px;
}
.images-gallery .thumbnail-image img{
    height:90px;
    overflow:hidden;
    width:95%;
}
/* = Images inside pages & posts
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter,
.entry-content .attachment img,
.entry-content img {
	max-width: 98.9%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	display:inline-block;
	/* padding:0.5%;
	border:1px solid #ddd; */
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.wp-caption,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom:15px;
}
img.alignleft,
.wp-caption.alignleft,
image-shortcode.alignleft {
	display: inline;
	float: left;
	margin-right: 42px;
	margin-top: 4px;
}
img.alignright,
.wp-caption.alignright
image-shortcode.alignright {
	display: inline;
	float: right;
	margin-left: 42px;
	margin-top: 4px;
}
img.aligncenter,
.wp-caption.aligncenter,
image-shortcode.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100% !important; /* prevent too-wide images from breaking layout */
	text-align: center;
}
#single.full-width .entry-content .wp-caption {
  position:relative;
}
#single.full-width .entry-content .wp-caption p.wp-caption-text{
  display:block;
  padding:17px 2%;
  width:96%;
  text-align:right;
  margin-bottom:0;
  position:absolute;
  bottom:0;
  right:1px;
  margin-left:-10px;
  background:url('images/opacity80.png');
  color:#fff;
  line-height:1.2em;
  font-size:18px;
  font-weight:bold;
}
#single.full-width .entry-content img.size-auto,
#single.full-width .entry-content img.size-full,
#single.full-width .entry-content img.size-large,
#single.full-width .entry-content img.size-medium,
#single.full-width .entry-content img.alignnone,
#single.full-width .entry-content img.alignleft,
#single.full-width .entry-content img.alignright,
#single.full-width .entry-content img.aligncenter,
#single.full-width .entry-content .attachment img,
#single.full-width .entry-content img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	display:inline-block;
	padding:0;
	border:1px solid #ddd;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	color: #323437;
	font-size: 12px;
	margin: 0px;
	line-height:1em;
	font-family:tahoma;
	padding-top:5px;
	color:#999;
}
.wp-smiley {
	margin: 0;
}
/* = Post likes
----------------------------------------------- */
#post-likes {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f7f7f7;
  color: #000;
  font-size: 18px;
  border-radius: 5px;
  padding: 20px 30px 20px 30px;
  margin-bottom: 30px;
}
#post-likes .follower-num {
  background:url('images/followers.png') right center no-repeat;
  padding-right: 35px;
  background-size: 30px;
  line-height: 1.36;
  padding-bottom: 8px;
  float: right;
}
#post-likes .follower-num span {
  overflow: hidden;
  display: block;
  float: right;
  margin-left: 20px;
  color: #e21737;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
#post-likes .add-a-comment {
  color:#000;
  padding: 7px 30px 10px 10px;
  background: url(images/add-reply-icon.png) 90% center no-repeat;
  font-size: 15px;
  float: left;
  background-color: #fff;
  border-radius: 4px;
}

/* = Comments & Respond Form
----------------------------------------------- */
#comments {
  margin-bottom:20px;
}
#comments .main-title{
  float: right;
  overflow: hidden;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  border-bottom: 7px solid #d9d9d9;
  padding-left: 15px;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.comment-buttons {
  margin-bottom:60px;
}
.comments-count,
a.add-comment {
  float:right;
  font-size:13px;
  vertical-align: middle;
  line-height:24px;
  clear:both;
}
.comments-count {
  background-position: 0 -370px;
  padding-right:41px;
  margin-left:23px;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 20px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
  line-height:1.636em;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	margin-bottom:40px;
  padding: 12px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist li.comment,
.commentlist li.pingback,
.commentlist li.trackback {
	position: relative;
	padding:20px 8px;
	font-size:18px;
	line-height:1.36em;
  background-color: #FFF;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.commentlist li.bypostauthor {
  border: 1px solid #0dca8e;
  box-shadow: 0 0 7px  #0dca8e;
}
.commentlist li a {
  color:#ff0000;
  font-weight: bold;
  text-decoration: underline;
}
.commentlist > li.comment::after{
  content: " ";
  position: absolute;
  width: 40%;
  height: 2px;
  bottom: 0;
  right: 30%;
  background-color: #0dca8e;
}
.commentlist .comment .comment-content {
  margin-bottom:25px;
  font-size: 17px;
}
.commentlist .comment .comment-content p{
 word-wrap: break-word;
 overflow: hidden;
 color:#000;
 font-family: 'HelveticaNeueLT', serif, arial, sans-serif;
 margin-bottom: 15px;
}
.commentlist > li.comment:first-child,
.commentlist > li.pingback:first-child,
.commentlist > li.trackback:first-child {
	margin-top:0;
}
.commentlist > li .children li.comment {
  border-bottom:0;
  background:#f7f7f7;
  margin-right:20px;
  padding:10px 12px;
}
.commentlist > li .children li.comment .comment-author {
  border-bottom: 8px solid #eee;
  position: relative;
}
.commentlist > li .children li .children li.comment {
  background:#fff;
}
.commentlist > li .children li .children li .children li.comment {
  background:#f9f9f9;
}
.commentlist > li .children li .children li .children li .children li.comment  {
  background:#fff;
}

.commentlist .comment:before,
.commentlist .comment:after {
  display: table;
  content: "";
}
.commentlist .comment:after {
  clear: both;
}
.commentlist li{
	padding:0;
}
.commentlist li:last-child{
	margin-bottom:0;
}
.commentlist li.comment .children,
.commentlist li.pingback .children,
.commentlist li.trackback .children {
	margin-top:30px;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist li.comment .comment-meta {
	line-height:1em;
}
.commentlist li.comment .comment-meta .comment-count{
	position:absolute;
	top:0;
	left:0;
	font-size:18px;
  color: #ffffff;
  background-image: url('images/background-number.png');
  background-size: 55px;
  background-repeat: no-repeat;
  width: 35px;
  height: 55px;
  text-align: center;
  line-height: 30px;
  padding-right: 20px;
  border-radius: 5px 0 0 0;
}
.commentlist li.comment .comment-author {
  margin-bottom:15px;
  padding-bottom: 5px;
  border-bottom: 8px solid #f4f4f4;
  height: 41px;
}
.commentlist li.comment .comment-author .author-name{
  font-size:15px;
  color:#000;
  padding: 10px 5px 0 5px;
  display: inline-block;
  float: right;
}
.commentlist li.comment .comment-author .author-name a{
  text-decoration:none;
}
.commentlist li.comment .comment-author .avatar {
	padding: 0;
  border-radius: 50%;
	background:#fff;
  float: right;
}
.commentlist li.comment .comment-author .author-name a:hover {
 background-position: 0 0;
}
.commentlist li.comment .comment-author .is-post-author {
 background: url('images/verified_author.png') center right no-repeat;
 background-size: 16px;
 font-size: 13px;
 margin-top: 13px;
 float: right;
 padding-right: 20px;
 margin-left: 10px;
 color: #0dca8e;
}

.commentlist li.comment .edit-link {
  font-family:tahoma;
  font-size:12px;
  margin-top: 10px;
  float: right;
}
.commentlist li.comment .edit-link a{
  color:#999;
}
.commentlist li.comment time {
  font-size:15px;
  line-height:1em;
  display: block;
  color:#000;
  margin-top:10px;
  opacity: .8;
  float: left;
  height: 13px;
  padding: 5px 5px 5px 20px;
}
.commentlist li.comment .reply {
	float:right;
  margin-left:13px
}
.commentlist li.comment .reply a.comment-reply-link {
	background: #000;
  color:#fff;
  line-height:1em;
  padding:3px 10px;
  height:16px;
	display: block;
	font-size: 12px;
  border-radius: 4px;
	text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
 -moz-transition: all 250ms ease-in-out;
 -o-transition: all 250ms ease-in-out;
 -ms-transition: all 250ms ease-in-out;
 transition: all 250ms ease-in-out;
}
.commentlist li.comment .reply a.comment-reply-link:hover{
	background-color: #0dca8e;
  color:#fff;
}
.commentlist li.comment .comment-like {
  float:left;
  margin:0;
  padding:0;
}
.commentlist li.comment .comment-like li{
  list-style:none;
  font-family:arial;
  font-size:17px;
}
.commentlist li.comment .comment-like li.count{
  color: #0dca8e;
  line-height: .5;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  font-family: 'HelveticaNeueLT', serif, arial, sans-serif;
  padding-bottom: 9px;
  float: left;
  padding: 5px 7px;
  font-weight: bold;
}

.commentlist li.comment .comment-like .button{
  float: left;
}
.commentlist li.comment .comment-like .button a{
  width:22px;
  height:22px;
  background: url('images/comments-like-down.png') no-repeat top left;
  background-size: 22px;
  display:block;
}
.commentlist li.comment .comment-like .button a.like {
  float: left;
}
.commentlist li.comment .comment-like .button.like-button a{
  background-image: url('images/comments-like-up.png');
}
.commentlist li.comment .comment-awaiting-moderation {
  display:inline-block;
  padding-right:17%;
  color:#ff5f5f;
}
.commentlist li.comment a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.commentlist li.comment .report_comment {
  float:left;
  width:220px;
  font-size:11px;
}
.commentlist li.comment .report_comment a {
  text-align:left;
  color:#ff6666;
  display:block;
}
.commentlist li.comment .report_comment span {
  display:block;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist li.comment .ping-back-title {
  color:#A0A2A5;
  font-size:20px;
  background:none;
  margin-bottom:32px;;
}
/* Comment Form */
#respond {
	margin:20px 0;
	position: relative;
  overflow:hidden;
  background: #FFF;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
#respond textarea{
  width:90%;
}
#respond input[type="text"]{
  width:70%;
}
#respond h3#reply-title{
  font-size:20px;
  margin-bottom:15px;
}
.comment #respond #reply-title .the-title{
  #font-size:24px;
}
#respond #cancel-comment-reply-link {
	text-decoration: none;
	float:left;
	color: #888;
	display: block;
	text-decoration: none;
	display:inline-block;
	background:#fff;
	padding:0 9px;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond .comment-notes{
	display:none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
  margin-bottom:10px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #555;
	display: inline-block;
	font-size: 13px;
	min-width: 60px;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	display:none;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment textarea {
	width:60%;
	border:0;
	box-shadow:0;
	background:#f0f0f0;
  padding:5px 10px;
  font-size:13px;
  font-family: "JF Flat Regular", serif, arial;;

}
#respond .comment-form-comment textarea {
	resize: vertical;
	width:95%;
  height:140px;
}
#respond input[type="submit"] {
  float:right;
  padding:5px 15px;;
  background:#000;
  color:#fff;
  font-family:'Droid Arabic kufi',arial;
  font-size:13px;
  text-decoration:none;
  border:0;
  -webkit-transition: all 250ms ease-in-out;
 -moz-transition: all 250ms ease-in-out;
 -o-transition: all 250ms ease-in-out;
 -ms-transition: all 250ms ease-in-out;
 transition: all 250ms ease-in-out;
 margin-bottom: 5px;
}
#respond input[type="submit"]:hover {
  background: #0dca8e;
}
#respond .comment-form-author span.required,
#respond .comment-form-email span.required{
  display:none;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
	margin-bottom:10px;
	color:#A0A2A5;
}
#respond .comment-notes a,
#respond .logged-in-as a{
	color:#A0A2A5;
}
#respond p {
	margin: 0;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#respond label {
	line-height: 2.2em;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* = sidebar
-------------------------------------------------------------- */

#sidebar ul ,
#sidebar li{
  margin:0;
  padding:0;
  list-style:none;
}
#sidebar .banner{
  margin-bottom:15px;
  text-align:center;
  max-width:100%;
  overflow:hidden;
  border-bottom:2px solid #ddd;
  border-right:1px solid #ddd;
}
#sidebar .banner *{
  max-width:100%;
}
#sidebar .widget-custom-ads{
  text-align: center;
}
#sidebar .widget,
#sidebar .banner{
  margin-bottom:35px;
  border-top:0;
}
#sidebar .inner-box{
  #border:1px solid #e4e4e4;
  border-top:0;
  padding:0 10px;
  background:#F8F8F8;
}
#sidebar .widget h3.widget-title {
  color:#fff;
  font-size:14px;
  padding:12px;
  line-height:1em;
  margin:0;
  background:#183f54;
  border-right:5px solid #298edc;
  color:#fff;
  font-family:'Droid Arabic Kufi', arial;
}

#sidebar .medium-block .single-post,
#sidebar .big-block .single-post {
  padding:8px 0;
  margin:0;
  overflow:hidden;
  border-bottom:1px solid #e1e5e7;
}
#sidebar .medium-block .single-post:last-child {

}

/*gallery widget*/
#sidebar .widget-images-gallery h3.widget-title {
  background:#ef933e;
}
#sidebar .widget-images-gallery .thumbnail {
  float:right;
  width:149px;
  border-left:1px solid #fff;
  border-bottom:2px solid #fff;
  position:relative;
}
#sidebar .widget-images-gallery .thumbnail .view {
  position:absolute;
  width:100%;
  height:100%;
  background:url('images/images-gallery-bg.png') center center no-repeat;
}
#sidebar .widget-images-gallery .thumbnail:last-child {
  border-right:1px solid #fff;
  border-left:0;
}
/*------------------------------------Start  ( Section-f )--------------------------*/
.section-f {
  background-color: #f7f7f7;
}
.section-f .single-post{
  padding: 35px 15px 0 15px;
}
.section-f .single-post:last-child{
  padding-bottom: 20px;
}
.section-f .single-post  .thumbnail{
  width: 132px;
  height: 98px;
  float: right;
  margin-left: 10px;
}
.section-f .single-post .text .category {
  margin-bottom: 10px;
}
.section-f .single-post .text .the-title{
  font-size: 16px;
  font-weight: bold;
}

/*------------------------------------Start  ( section-g )--------------------------*/
.section-g .small-img {
  float: right;
  width: 22%;
  overflow: hidden;
  display: block;
}
.section-g .big-img {
  float: right;
  width: 54%;
  margin: 0 1%;
  overflow: hidden;
  display: block;
  transition: all 5s ease-in-out;
}
.section-g .single-post{
  position: relative;
}
.section-g .small-img .single-post{
  margin-bottom: 10px;
}
.section-g .small-img .single-post:last-child{
  margin-bottom: 0;
}
.section-g .single-post .text{
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
}
.section-g .single-post .text .the-title{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 850ms ease-in-out;
  -moz-transition: all 850ms ease-in-out;
  -o-transition: all 850ms ease-in-out;
  -ms-transition: all 850ms ease-in-out;
  transition: all 850ms ease-in-out;
  opacity: 0;
  height: 45px
}
.section-g .big-img .single-post .text .the-title{
  font-size: 25px;
  height: 68px;
}
.section-g .single-post:hover .text .the-title {
  opacity: 1;
}
/*------------------------------------Start  ( Section-h )--------------------------*/
.section-h .single-post{
  width: 18.7%;
  margin-left: 1.6%;
  margin-bottom: 5px;
  float: right;
  overflow: hidden;
  display: block;
}
.section-h .single-post:last-child {
  margin-left: 0;
}
.section-h .single-post .thumbnail {
  margin-bottom: 8px;
}
.section-h .single-post .thumbnail::before {
  display: none;
}
.section-h .single-post .text .the-title{
  font-size: 17px;
  height: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
.section-h .single-post .text .price{
  color: #0dca8e;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-h .single-post .text .button-store{
  float: right;
  overflow: hidden;
  background-color: #e2be70;
  color: #fff;
  font-size: 16px;
  width: 97px;
  height: 25px;
  box-sizing: border-box;
  padding: 1px 10px 0px 10px;
  line-height: 1;
}
/*------------------------------------Start  ( section-i )--------------------------*/
.section-i .big-img {
  float: right;
  width: 66%;
  margin-left: 3%;
  overflow: hidden;
  display: block;
}
.section-i .small-img {
  float: right;
  width: 31%;
  overflow: hidden;
  display: block;
  padding: 34px 45px 0 45px;
  padding-bottom: 0;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.section-i .single-post{
  position: relative;
}
.section-i .big-img .thumbnail::after {
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url('images/gradian.png');
}
.section-i .big-img .thumbnail .icon-video {
  width: 115px;
  height: 115px;
  right: 50%;
  top: 50%;
  margin-right: -60px;
  margin-top: -60px;
  background-image: url('images/big-video.png');
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
}
.section-i .big-img .thumbnail .title-product {
  position: absolute;
  top: 25px;
  right: 20px;
  display: block;
  overflow: hidden;
  z-index: 9999;
}
.section-i .big-img .thumbnail .title-product .icon-title {
  float: right;
  margin-left: 3px;
  background: #0dca8e url('images/icon-menu-300.png') center center no-repeat;
  width: 36px;
  height: 33px;
  padding: 5px;
  box-sizing: border-box;
}
.section-i .big-img .thumbnail .title-product .the-title {
  float: right;
  background-color: #fff;
  font-size: 15px;
  padding: 8px 15px 10px 15px;
  font-weight: bold;
}
.section-i .big-img .single-post .text{
  background-image: url('images/opacty90.png');
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 55%;
}
.section-i .big-img .single-post .text .description {
  padding: 15px 20px;
  color: #fff;
  font-size: 32px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
/* small-img */
.section-i .small-img .thumbnail .button-store {
  position: absolute;
  bottom: 15px;
  right: 50%;
  margin-right: -40px;
  width: 77px;
  color: #fff;
  background-color: #0dca8e;
  padding: 0px 10px 7px 10px;
  font-size: 16px;
}
.section-i .small-img .thumbnail{
  margin-bottom: 10px;
}

.section-i .small-img .single-post .text .the-title{
  font-weight: bold;
  font-size: 16px;
  height: 20px;
  margin-bottom: 2px;
}
.section-i .small-img .single-post .text .price {
  color: #0dca8e;
  font-weight: bold;
  display: block;
  overflow: hidden;
  font-family: sans-serif;
  margin-bottom: 15px;
}
/*------------------------------------Start  ( Section-z )--------------------------*/
.section-z .single-post{
  margin-bottom: 5px;
}
.section-z .single-post .top-img-block{
  position: relative;
}
.section-z .single-post .top-img-block .thumbnail {
  width: 147px;
  height: 129px;
  position: relative;
}
.section-z .single-post .top-img-block .thumbnail::after{
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('images/sidebar-after.png') bottom center repeat-x;
}

.section-z .single-post .top-img-block .share{
  position: absolute;
  left: 10px;
  bottom: 5px;
  z-index: 9999;
}
.section-z .single-post .text{
  padding: 5px;
  background-color: #be2a31;
  width: 91.5%;
}
.section-z .single-post .text .the-title{
  color: #fff;
  font-size: 13px;
  line-height: 1.36;
  height: 50px
}
.section-z .single-post .text .details .time,
.section-z .single-post .text .details .date {
  font-size: 11px;
  color: #df9598;
  border-left-color: #df9598;
}
/* Polls section */
#sidebar .polls-widget {
  background:#f5f5f5;
  font-family:'Droid Arabic Kufi', arial;
}
#sidebar .polls-widget .main-title {
  color:#fff;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: bold;
}
#sidebar .polls-widget h2.the-title{
  color:#0f4f96;
  margin:20px 10px 20px 10px;;
  font-size:21px;
  line-height:1.6em;
}
#sidebar .polls-widget .answers .answer {
  padding:10px 42px 10px 10px;
  position:relative;
  color:#828282;
  font-size:16px;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin: 0 10px 2px 10px;

}
#sidebar .polls-widget .answers .answer:last-child{
  margin-bottom: 20px;
}
#sidebar .polls-widget .answers .answer i{
  position:absolute;
  top:50%;
  right:14px;
  margin-top:-6px;
  width:15px;
  height:15px;
  border-radius:500px;
  display:block;
  background:#cbcbcb;
}

#sidebar .polls-widget .answers .answer.active i{
  background:#1083bf;
  width:14px;
  height:14px;
}
#sidebar .polls-widget .answers .answer b{
  position:absolute;
  top:50%;
  left:14px;
  margin-top:-8px;
  display:block;
  color:#828282;
  font-family:tahoma;
  font-weight:normal;
}
#sidebar .polls-widget .total-n-button {
  padding:10px;
  border-bottom:1px solid #d9d9d9;
  margin-bottom:10px;
  background-color: #e6e6e6;
}
#sidebar .polls-widget .total-n-button .total{
  float:right;
  color:#b2b2b2;
  font-size:13px;
  width:47%;
  height:26px;
  padding-top:8px;
  text-align:center;
  border-left:1px solid #b4b4b4
}
#sidebar .polls-widget .total-n-button .total .total-votes-number.increased{
  color:#ff0000;
}
#sidebar .polls-widget .total-n-button .button{
  width:111px;
  height:26px;
  padding-top:8px;
  background:#282828;
  color:#fff;
  font-size:16px;
  border-radius:5px;
  float:left;
  text-align:center;
  cursor: pointer;
}
#sidebar .polls-widget .bars {
  margin:0 10px 10px 10px;
  overflow:hidden;
}
#sidebar .polls-widget .bars .bar{
  height:11px;
  background:#dcdcdc;
  margin: 0 30px 18px 0;
  position:relative;
}
#sidebar .polls-widget .bars i{
  font-size:11px;
  color:#000;
  position:absolute;
  top:0;
  right:-23px;
  font-style:normal;
  font-weight:bold;
  line-height:1em;
  font-family:tahoma;
}
#sidebar .polls-widget .bars b{
  font-size:11px;
  color:#848484;
  position:absolute;
  top:0;
  left:0;
  font-weight:normal;
  line-height:1em;
  font-family:tahoma;
}
#sidebar .polls-widget .bars .bar-container .bar:last-child {
  margin-bottom:0;
}
#sidebar .polls-widget .bars .bar .fill {
  background:#298EDC;
  height:11px;
}


/* Twitter widget */
#sidebar .twitter-widget {
  background:#fff url('images/sidebar-twitter-icon.png') top left no-repeat;
  padding:15px 15px 10px 120px;
  height:63px;
  border-right:2px solid #ddd;
  border-bottom:3px solid #ddd;
  border-radius:5px;
}
#sidebar .twitter-widget .title{
  color:#7f7f7f;
  line-height:1em;
  border-bottom:1px solid #e8e8e8;
  margin-bottom:12px;
  padding-bottom:12px;
}

/* Facebook Likes */
#sidebar .facebook-widget {
  overflow:hidden;
  background:#fff;
  border-right:2px solid #ddd;
  border-bottom:3px solid #ddd;
}
#sidebar .facebook-widget .title{
  padding:10px 10px 10px 65px;
  background:#466dad url('images/sidebar-facebook-icon.png') 15px 10px no-repeat;
  height:73px;
}
#sidebar .facebook-widget .title h4 {
  font-size:15px;
  margin-bottom:5px;
  color:#b5c5de;
}
#sidebar .facebook-widget .title h3 {
  color:#fff;
  font-size:15px;
  margin-bottom:10px;
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #a0a2a5;
	width: 100%;
	text-align: center;
	font-family:tahoma;
	font-size:11px;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px;
}
.widget_calendar #wp-calendar td a {
	font-weight:bold;
}
.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	border-width: 1px 0;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	border-width: 1px 0;
}
/* Search Form */
#sidebar .widget #searchform label {
  display:none;
}
/*
Facebook Video widget
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* Google Plus*/
#google-plus-likes {
  max-width:100%;
  overflow:hidden;
  height:116px;
  direction:ltr;
  float:right;
}
#google-plus-likes .mask{
  margin:-1px -1px -1px -1px;
}
/* youtube video widget*/
#youtube-video-widget {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#youtube-video-widget iframe,
#youtube-video-widget object,
#youtube-video-widget embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Comics */
.widget-comics .thumbnail{
  padding:0;
  border:1px solid #000101;
}
.widget-comics .the-title{
  text-align:center;
}
/* = instagram
---------------------------------------------------------------*/
#instagram {
  display: block;
  overflow: hidden;
  margin-bottom: 120px;
  clear: both;
}
#instagram .instagram-wrapper {
  overflow: hidden;
  display: block;
}
#instagram .instagram-wrapper .single-post {
  display: block;
  overflow: hidden;
  margin-left: 3%;
  width: 22.7%;
  float: right;
}
#instagram .instagram-wrapper .single-post:last-child {
  margin-left: 0
}
#instagram .single-post .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
#instagram .single-post .thumbnail::after {
  content: " ";
  position: absolute;
  display: block;
  overflow: hidden;
  background-image: url('images/inasta.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 67px;
  height: 57px;
  right: 50%;
  top: 50%;
  margin-right: -38px;
  margin-top: -29px;
}

/* = footer
-------------------------------------------------------------- */
#next-post {
  position: fixed;
  padding: 10px;
  background: #f9e7e7 /*#f9f9f9*/;
  border-top:1px solid #e8e8e8;
  display: block;
  bottom:0;
  right:0;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  z-index: 100;
}
#next-post.banner {
  padding: 0;
  text-align: center;
}
#next-post.banner img {
  display: inline-block;
}
#next-post .thumbnail {
  width: 80px;
  float: right;
  margin-left: 15px;
}
#next-post .text {
  overflow: hidden;
}
#next-post .text .also-read{
  font-size: 13px;
  margin-bottom: 5px;
  color:#e21737;
  font-weight: bold;
}
#next-post .text h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  direction: rtl;
  text-align: right;
}

/* = footer
-------------------------------------------------------------- */
#footer {
  margin-top: 40px;
}
#footer .upper-footer {
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 30px;
}
#footer a:hover{
  text-decoration:underline;
}
#footer .half {
  width: 70%;
  margin-left: 0;
}
#footer .half.last {
  float:left;
  width: 30%;
}
#footer .upper-footer .block-title {
  font-size: 17px;
  border-bottom: 5px solid #0dca8e;
  color: #272727;
  padding-bottom: 8px;
}
#footer .upper-footer .small-menu {
  float: right;
  width: 30%;
  overflow: hidden;
  display: block;
}
#footer .upper-footer .small-menu .icon {
  background-position: 99% 20%;
  padding-right: 18px;
}
#footer .upper-footer .nav-menu {
  overflow: hidden;
  display: block;
}
#footer .upper-footer .nav-menu .icon {
  background: none;
}
#footer .logo {
  width: 105px;
  height: 50px;
  background: url('images/logo1.png') no-repeat top right;
  display: block;
  overflow: hidden;
  margin: 5px 0 5px 20px;
  position: relative;
}
#footer .logo a {
  display: block;
  padding-top: 400px;
}
#footer .nav-menu,
#footer .nav-menu li {
  margin:0;
  padding:0;
  overflow:hidden;
  list-style:none;
}
#footer .nav-menu li,
#footer .upper-footer .small-menu li {
  list-style: none;
  color: #717171;
  margin-left: 15px;
  float: right;
  font-size: 13px;
  padding-bottom: 18px;
  font-weight: bold;
  width: 40%;
}

#footer .nav-menu li a,
#footer .upper-footer .small-menu li a{
  color:  #717171;
}
#footer .nav-menu li a:hover,
#footer .upper-footer .small-menu li a:hover{
  color:#000;
  text-decoration: none;
}
#footer .nav-menu li ul,
#footer .nav-menu li ul li{
  margin:0;
  padding:0;
}

#footer .description{
  font-size: 16px;
  color: #707070;
  line-height: 1.6;
  margin-bottom: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
#footer .copyright{
  color: #353333;
  font-size: 14px;
}
#footer .sub-footer {
  padding:13px 0;
  font-size:12px;
}
#footer .sub-footer .copyrights {
  float:right;
  padding-top:9px;
  color:#000;
  font-size: 13px;

}
#footer .sub-footer .logo-container{
  padding-top:7px;
  float:left;
  min-width:220px;
}
#footer .sub-footer .logo-container .name{
  padding-left:10px;
  margin-left:10px;
  float:right;
  font-size: 13px;
  color:#aeaeae;
}
#footer .sub-footer .logo-container .name span {
  color: #0dca8e;
}
#footer .sub-footer .logo-container .name a{
  color:#aeaeae;
}
#footer .sub-footer .logo-container .khafagylogo {
  width:134px;
  height:35px;
  background:url('images/khafagy-logo.png') no-repeat top left;
  display:block;
  overflow: hidden;
  margin:0 auto;
  float:right;
  margin-top:-8px;
}
#footer .sub-footer .logo-container .khafagylogo a{
  display:block;
  padding-top:200px;
}


/* = Misc
-------------------------------------------------------------- */
.no-border {
  border:0;
  border-bottom:0;
}
/* = templates
------------------------------------------------------------------------*/
.template-phone {
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
.template-phone .bannerstore {
  float: right;
  margin-left: 2%;
  width: 49%;
}
.template-phone .bannerstore:last-child {
  margin-left: 0;
}
/* = slider
------------------------------------------*/
.posts-slider {
  margin-bottom: 40px;
}
.posts-slider .main-slides{
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}
.posts-slider .main-slides .section {
  margin-bottom: 0;
}
.posts-slider .main-slides .swiper-slide .single-post {
  position: relative;
  overflow: hidden;
  display: block;

}
.posts-slider .main-slides .swiper-slide .single-post .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43%;
  height: 100%;
  padding: 0 30px;
  padding-top: 50px;
  box-sizing: border-box;
  background: url('images/opacty60.png') no-repeat right center;
  background-size: 100%;

}
.posts-slider .swiper-slide .single-post .text .title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 15px;
}
.posts-slider .swiper-slide .single-post .text .description {
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.posts-slider .swiper-slide .single-post .text .details {
  height: auto;
  display: block;

}
.posts-slider .swiper-slide .single-post .text .details .price {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: sans-serif;
  position: relative;
  font-size: 48px;
  margin-left: 60px;
  float: right;
}
.posts-slider .swiper-slide .single-post .text .details .price .start-up {
  font-size:14px;
  color: #0dca8e;
  position: absolute;
  top: -25px;
  left: 0;
}
.posts-slider .swiper-slide .single-post .text .details .price .type {
  display: block;
  float: right;
  font-size: 25px;
  line-height: 1;
  margin-left: 10px;
}
.posts-slider .swiper-slide .single-post .text .details .button-store {
  background-color: #fff;
  padding: 8px 30px 7px 10px;
  color: #000;
  background-image: url('images/icon-menu-30.png');
  background-position: 93% center;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 136px;
  height: 30px;
  box-sizing: border-box;
  float: right;
}
.posts-slider .pagination {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 2px 0 4px 0;
  background-color: #c1d6cf
}

.posts-slider .pagination .number {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9aaba6;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
}
.posts-slider .pagination .number:hover,
.posts-slider .pagination .number.active {
  background-color: #000;
}
/* = templates landing
------------------------------------------------------------------------*/
.landing {
  text-align: center;
}
.landing .block-title {
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.5;
  float: none;
  border: none;
  color: #0cc38e;
}
.landing .section .single-post .thumbnail::before{
  display: none;
}
.landing .single-post .text .description {
  margin-top: 0;
  line-height: 1.5em;
}
.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #4381cc;
  padding: 0 15px;
  z-index: 999999;
}
.landing-product-details .header-block.fixed .block-title {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
/************************(landing-d)**********************/
.landing-d {
  position: relative;
  border-bottom: 2px solid #e5e5e5;
  padding: 0 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.landing-d .post-title {
  color: #000000;
  line-height: 1.5;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: bold;
}
.landing-d .single-post {
  text-align: right;
  margin-bottom: 40px;
}

.landing-d .single-post .thumbnail {
  float: right;
  overflow: hidden;
  width: 140px;
  height: auto;
  margin-left: 20px;
  position: relative;
  padding-top: 15px;
}
.landing-d .single-post .thumbnail.left {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.landing-d .single-post .text {
  /*padding-bottom: 100px;*/
  font-weight: bold;
}
.landing-d .single-post .text .the-title {
  font-size: 18px;
  color: #0cc38e;
  padding: 0 0 3px 0;
  margin-bottom: 0;
}
.landing-d .single-post .text .description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
/************************(landing-e)**********************/
.landing-e {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #e5e5e5;
  padding: 0 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.landing-e .single-post .thumbnail {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.landing-e .single-post .text {

}
.landing-e .single-post .text .the-title {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 10px;
  color: #000;
}
.landing-e .single-post .text .description {
  color: #0cc38e;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.36;
  font-weight: bold;
}
.landing-e .single-post .text .number-e {
  color: #000;
  font-size: 25px;
  font-family: "JF Flat Regular", serif, arial;
  width: 185px;
  padding-left: 70px;
  position: relative;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.landing-e .single-post .text .number-e span {
  font-size: 60px;
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}
.landing-e .single-post .text .number-e::after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url('images/templates/landing-e-icon.png');
  background-position: center center;
  background-size: 50px;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

/************************(landing-g)**********************/
.landing-g {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 15px;
  padding-bottom: 15px;
}
.landing-g .single-post {
  position: relative;
}
.landing-g .single-post .text {
  font-weight: bold;
}
.landing-g .single-post .text .description {
  color: #000;
  margin-bottom: 30px;
  font-size: 18px;
  padding-bottom: 5px;
}
.landing-g .single-post .text .notes {
  overflow: hidden;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.landing-g .single-post .text .notes > * {
  padding-top: 80px;
  width: 34%;
  margin-left: 5%;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100px;
  line-height: 1.36;
  font-weight: bold;
  color: rgba(0, 0, 0, .6);
}
.landing-g .single-post .text .notes > *:last-child {
  margin-left: 0;
}
.landing-g .single-post .text .notes .notes-a {
  background-image: url('images/templates/wamda-icon.png');
}
.landing-g .single-post .text .notes .notes-b {
  background-image: url('images/templates/glasse-icon.png');
  background-position: center 5%;
  /*background-size: 70px;*/
}
.landing-g .single-post .text .notes .notes-c {
  background-image: url('images/templates/uses-icon.png');
}

/************************(landing-z)**********************/
.landing-buy-now{
  display: block;
  padding: 8px 5px 15px 40px;
  background: #58bf42;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  line-height: 1.3;
  width: 320px;
  margin: 20px auto;
  direction: ltr;
  box-sizing: border-box;
}
.landing-buy-now::after {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  background: url('images/templates/whatsapp-icon.png') no-repeat right top;
  background-size: 35px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}


/************************(landing-z)**********************/
.landing-product-support {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 0 15px;
  padding-bottom: 15px;
}
.landing-product-support .single-post {
  position: relative;
}
.landing-product-support .single-post .text {
  font-weight: bold;
}
.landing-product-support .single-post .text .description {
  color: #000;
  margin-bottom: 25px;
  font-size: 18px;
  padding-bottom: 5px;
}

.landing-product-support .section-e .text-block {
  color: #000;
  font-weight: bold;
  font-size: 33px;
  line-height: 1.36em;
  margin-bottom: 40px;
  padding: 0 25px;
}

/* = slider
------------------------------------------*/
.landing-product-details {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 0 5px;
  padding-bottom: 15px;
}
.landing-product-details .intro {
  font-size: 20px;
  line-height: 1.3;
  color: #666;
  margin: 15px 0;
  text-align: right;
}
.landing-product-details .block-title {
  color: #000;
  text-align: right;
  padding: 0;
  font-size: 23px;
}
.landing-product-details .stare-button {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.landing-product-details .stare-button .stare-block{
  display: block;
  overflow: hidden;
  float: left;
}
.landing-product-details .stare-button .stare-block span{
  display: block;
  overflow: hidden;
  background-image: url('images/templates/star.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  float: right;
  margin-left: 5px;
}
.landing-product-details .stare-button .stare-block .percent70{
  background-image: url('images/templates/star70.png');
}
.landing-product-details .stare-button .stare-block .off{
  background-image: url('images/templates/star-off.png');
}
.landing-product-details .stare-button .stare-block span:last-child {
  margin-left: 0;
}
.landing-product-details .stare-button .button-blcok{
  display: block;
  overflow: hidden;
  float: right;
  border-radius: 4px;
  padding: 2px 20px 7px 20px;
  background: #0cc28d;
  background: -moz-linear-gradient(top, #0cc28d 0%, #0bb181 100%);
  background: -webkit-linear-gradient(top, #0cc28d 0%,#0bb181 100%);
  background: linear-gradient(to bottom, #0cc28d 0%,#0bb181 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cc28d', endColorstr='#0bb181',GradientType=0 );
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  cursor: pointer;
}

.landing-product-details .shipping {
  background-color: #f6f6f6;
  color: #000;
  border-radius: 6px;
  padding: 10px 10px 15px 10px;
  overflow: hidden;
  display: block;
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
}
.landing-product-details .shipping .title-block{
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 20px;
  padding-bottom: 6px;
}
.landing-product-details .shipping .shipping-details {
  color: rgba(0, 0, 0, .6);
  font-size: 15px;
  background-image: url(images/templates/shuping.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60px;
  padding: 0 0 4px 70px;
  line-height: 1.4;
}
.landing-product-details .product-price {
  overflow: hidden;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.landing-product-details .product-price .offer-block{
  overflow: hidden;
}
.landing-product-details .product-price .offer-block .offer-rate{
  overflow: hidden;
  color: #ee2828;
  padding-bottom: 5px;
  margin-top: 15px;
}
.landing-product-details .product-price .offer-block .offer-number{
  overflow: hidden;
  color: #0cc38e;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 1;
}
.landing-product-details .product-price .price-block{
  overflow: hidden;
  font-size: 18px;
}
.landing-product-details .product-price .price-block .price-title {
  overflow: hidden;
  padding-bottom: 5px;
  margin-top: -4px;
}
.landing-product-details .product-price .price-block .price-number {
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 16px;
}
.landing-product-details .product-price .price-block .price-number span {
  overflow: hidden;
  margin-right: 5px;
  text-decoration: line-through;

}
.landing-product-details .product-details {
  overflow: hidden;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  text-align: right;
  line-height: 1.36;
}
.landing-product-details .product-details .title-product {
  overflow: hidden;
  font-size: 20px;
  padding-bottom: 5px;
  width: 33%;
  margin-left: 3%;
}
.landing-product-details .product-details .text-block {
  overflow: hidden;
  padding-bottom: 5px;
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
}

.float-right,
.float-left {
  overflow: hidden;
  display: block;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
/*------------slider----------*/

.landing-product-details .posts-slider {
  max-width: 465px;
}
.landing-product-details .posts-slider .main-slides{
  margin-bottom: 15px;
}
.landing-product-details .posts-slider .main-slides .swiper-slide .single-post {
  position: relative;
  overflow: visible;
  display: block;
}
.landing-product-details .text {
  text-align: center;
  overflow: hidden;
  line-height: 1.45;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 10px 15px;
}
.landing-product-details .text .description {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.landing-product-details .text .the-title {
  font-size: 25px;
  color: #d7a92b;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.landing-product-details .posts-slider .pagination {
  display: block;
  overflow: hidden;
  padding: 0;
  background: none;
}
.landing-product-details .posts-slider .pagination .single-post{
  display: block;
  overflow: hidden;
  float: right;
  margin-left: 2.5%;
  width: 18%;
}
.landing-product-details .posts-slider .pagination .single-post:last-child{
  margin-left: 0;
}
/* =  Customer opinions
---------------------------------------------------------------------*/
.customer-opinions {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999999;
  display: none;
  padding-bottom: 50px;
}
.customer-opinions .back-button {
  background-image: url('images/templates/menu-clos.png');
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 50px;
  padding: 20px 75px 25px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  margin-bottom: 15px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.customer-opinions .stare-block{
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.customer-opinions .stare-block span{
  display: inline-block;
  overflow: hidden;
  background-image: url('images/templates/star.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  margin-left: 5px;
}
.customer-opinions .stare-block .percent70{
  background-image: url('images/templates/star70.png');
}
.customer-opinions .stare-block .off{
  background-image: url('images/templates/star-off.png');
}
.customer-opinions .stare-block span:last-child {
  margin-left: 0;
}
.show {
  z-index: 99999999;
  position: fixed;
  display: none;
  background-color: rgba(0,0,0,0.2);
  padding: 15px;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 80px;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
}
.show .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.show .show-img {
  max-width: 456px;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 9999;
  position: relative;
  text-align: center;
}
.customer-opinions .scrolling-block {
  overflow-y: scroll;
  height: 80%;
  width: 100%;
}
.customer-opinions .scrolling-block .single-post {
  overflow: hidden;
  display: block;
  height: auto;
  width: 90%;
  margin: 15px auto;
  border: 2px solid #fff;
  box-shadow: -1px 1px 20px 3px #ddd;
}
.customer-opinions .scrolling-block .single-post.active {

}


/* = product reviews
-----------------------------------------------------------------------
---------------------------------------------------------------------*/
.customers-reviews {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 0 15px;
  padding-bottom: 15px;
}
.customers-reviews .title {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 20px;
}
.customers-reviews .description {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.customers-reviews .reviews {
  padding: 10px;
  margin-bottom: 20px;
}
.customers-reviews .reviews .single-review {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.customers-reviews .reviews .disclaimer {
  font-size: 15px;
}


/* = about-author
---------------------------*/
.about-author {
  display: block;
  overflow: hidden;
  background-color: #f7f7f7;
  border: 1px solid #cecfcf;
  padding: 15px;
  line-height: 1;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.about-author .articles-title {
  color: #0cc38e;
  margin-bottom: 8px;
  font-weight: bold;
}
.about-author .author-name-block {
  padding-left: 10px;
  margin-bottom: 8px;
  line-height: 1.36;
}
.about-author .author-name-block span{
  font-weight: bold;
  font-size: 15px;
}
.about-author .articles-link {
  color: #4278e3;
  float: left;
  padding: 5px;
  font-weight: bold;
}


/* author-info
-------------------------------------*/
#author-info {
  overflow: hidden;
  display: block;
  background-color: #f7f7f7;
  border: 1px solid #cecfcf;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
#author-info  .author-avatar{
  float: right;
  margin-left: 15px;
  max-width: 168px;
}
#author-info .author-text {
  overflow: hidden;
}
#author-info .author-text h2 {
  overflow: hidden;
  color: #0dca8e;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 21px;
  padding-bottom: 3px;
}
#author-info .author-text .description-author {
  overflow: hidden;
  color: #000;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 8px;
}
#author-info .author-text .description-author span {
  overflow: hidden;
  font-weight: bold;
  margin-left: 10px;
}
#author-info .author-text .count-post {
  overflow: hidden;
  color: #000;
  font-size: 19px;
  line-height: 1.3;
}
#author-info .author-text .count-post span{
  overflow: hidden;
  font-weight: bold;
  margin-left: 10px;
}

/* = @media
-----------------------------------------------------------------------
---------------------------------------------------------------------*/
@media (max-width: 860px) {
  .container {
    width: auto;
  }
  .single .section-c {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .single .block-scrolling {
    border-bottom: 18px solid #f7f7f7;
    margin-bottom: 30px;
  }
  .section.scrolling {
    width: 100%;
    height: auto;
    overflow-x: scroll;
  }
  .section.scrolling .fourth {
    min-width: 200px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .section-c .single-post .text .the-title {
    font-size: 17px;
  }
  /*#header*/
  #topbar {
    display: none;
  }
  .icon {
    background-position: 95% top;
  }
  #header .inner-header {
    border-bottom: 1px solid #e5e5e5;
  }

  #header .open-menu {
    display: block;
  }
  #header .serche-header {
    display: block;
  }
  #header-navigation {
    position: absolute;
    top: 111px;
    background-color: #fff;
    z-index: 99999;
    border-bottom: 0;
    margin-bottom: 0;
    display: none;
  }
  #header-navigation .nav-menu li .sub-menu {
    display: block !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    background: none;
  }
  #header-navigation .nav-menu li .sub-menu li {
    border: 0;
  }
  #header-navigation .nav-menu li .sub-menu a {
    color: #6a6a6a;
    width: auto;
    margin-right: 20px;
  }
  #header-navigation .nav-menu .sub-menu a:hover {
    background: none;
    color: #6a6a6a;
    width: auto;
    border-bottom: 2px solid #0dca8e;
  }
  #header-navigation .serche-icon {
    display: none;
  }

  #header-navigation .follow-icons {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
  }
  #header-navigation .follow-icons a {
    display: inline-block;
    float: none;
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
  #header .search-block {
    /*display: block;*/
    position: static;
    margin: 10px 10px 15px 10px;
  }
  #header-navigation .nav-menu {

    overflow: hidden;
    clear: both;
    width: 100%;
  }
  #header-navigation .nav-menu li {
    float: none;
    width: 100%;
    clear: both;
  }
  #header-navigation .icon {
    background-position: right center;
  }
  #header-navigation .nav-menu > li > a:hover,
  #header-navigation .nav-menu > li.hover > a,
  #header-navigation .nav-menu > li.current-menu-item > a{
      border-bottom: 2px solid #0dca8e;
  }
  /* the-slider */
  #copyslider .single-post .text .the-title {
   font-size: 25px;
  }
  #copyslider .small-images .single-post .text .the-title {
   font-size: 18px;
  }
 /* = section
 ---------------------*/
 /* section-b */
 .section-b .single-post {
   padding-bottom: 15px;
   margin-bottom: 20px;
 }
 .section-b .single-post .thumbnail {
   width: 230px;
   height: auto;
 }
 .section-b .single-post .text .the-title {
   font-size: 20px;
   height: 105px;
 }
 .block-scrolling::after{
   content: "";
   position: absolute;
   top: 60px;
   bottom: 0;
   left: 0;
   width: 40%;
   height: 70%;
   background: rgba(255, 255, 255, 0.5);
   background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.35) 29%,rgba(255, 255, 255, 0.2) 53%,rgba(255, 255, 255, 0.05) 100%)
 }
 /* instagram */
 #instagram .instagram-wrapper .single-post {
   width: 24%;
   margin-left: 1.3%;
   margin-bottom: 10px;
 }
 #instagram .single-post .thumbnail {
   margin: 0 auto;
 }
 /* sidebar */
 /* section-f */
 .section-f .single-post {
    padding: 20px 8px 0 8px;
  }
  /* section-a */
  .section-a .single-post .icon-video {
    width: 55px;
    height: 55px;
    margin-right: -25px;
    margin-top: -35px;
    background-size: 55px;
  }
  .section-a .single-post .text {
    padding: 5px 8px 7px 9px;
  }
  .section-a .single-post .text .the-title {
    font-size: 14px;
  }
  /* section-e */
  .section-e .single-post {
    margin-bottom: 15px;
  }
  .section-e .single-post .text .the-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section-e .single-post .text .the-title .date {
    margin-top: 7px;
  }
  .section-e .single-post .thumbnail {
    width: 80px;
    height: 75px;
  }
  .section-e .single-post .text .views {
    font-size: 12px;
    background-size: 10px;
  }
  /* section-o */
  .section-o .single-post .thumbnail .category {
    display: block;
  }
  .section-o .single-post .text .category {
    display: none;
  }
  .section-o .single-post .text .the-title {
    height: 95px;
    margin-bottom: 0;
  }
  /*-----------------( archive )--------------------*/
  .archive-block .single-post{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .archive-block .single-post .thumbnail {
    width: 140px;
    height: auto;
    margin-left: 10px;
  }
  .archive-block .single-post .text h2 {
    font-size: 20px;
  }
  .archive-block .single-post .text .description{
    font-size: 14px;
  }
  /**======================( jammelahstore  )===================*/
  /*slide */
  .posts-slider .main-slides .swiper-slide .single-post .text{
    padding: 10px 20px 0 20px;
  }
  .posts-slider .swiper-slide .single-post .text .title{
    font-size: 20px;
    margin-bottom: 10px;
    height: 85px;
    overflow: hidden;
  }
  .posts-slider .swiper-slide .single-post .text .description {
    margin-bottom: 20px;
  }
  .posts-slider .swiper-slide .single-post .text .details .price{
    margin-left: 28px;
    font-size: 40px;
  }
  .posts-slider .swiper-slide .single-post .text .details .price .start-up{
    top: -20px;
    font-size: 12px;
  }
  .posts-slider .swiper-slide .single-post .text .details .price .type {
    font-size: 19px;
    margin-left: 5px;
    position: relative;
    bottom: -5px;
  }
  .posts-slider .swiper-slide .single-post .text .details .button-store {
    font-size: 14px;
    width: 115px;
  }
  /* section-i */
  .section-i .big-img .single-post .text .description {
    font-size: 20px;
    padding: 10px 15px;
  }
  .section-i .big-img .thumbnail .icon-video {
    background-size: 70px;
  }
  .section-i .small-img{
    padding: 10px 35px 0 35px;
  }
}
@media (max-width: 720px) {

  .content-area,
  #sidebar {
    width: auto;
    float: none;
  }
  /* sidebar */
  #copyslider .single-post .thumbnail{
    height: auto;
  }
  #copyslider .thumbnail img {
    height: auto;
  }
  #copyslider {
    display: none;
  }
  #slider #copyslider {
    display: block;
  }
  #copyslider .big-images{
    margin: 0;
    height: auto;
  }
  #copyslider .single-post .text{
    padding: 15px;
  }
  #copyslider .single-post .text .the-title {
    font-size: 22px;
  }
  #copyslider .small-images .single-post .text .category {
    display: none;
  }
  /* section-a */
  .section-a .single-post {
    width: 49%;
    margin-left: 2%;
    float: right;
  }
  .section-a .single-post:last-child {
    margin-left: 0;
  }
  .section-a .single-post .text .the-title {
    font-size: 16px;
  }

  /* sidebar-slider */
  .sidebar-slider .main-slides .thumbnail {
    width: 250px;
    margin: 0 auto;
  }
  /* footer */
  #footer .half{
    width: 100%;
    text-align: center;
  }
  #footer .half.last{
    width: 100%;
  }
  #footer .logo {
    margin: 20px auto;
  }
  #footer .store-block {
    float: none;
    display: inline-block;
    width: auto;
  }
  #footer .sub-footer {
    text-align: center;
  }

  #footer .sub-footer .copyrights {
    float: none;
    margin-bottom: 10px;
  }
  #footer .sub-footer .logo-container .name {
    padding-left: 0px;
    margin-left: 10px;
    font-size: 12px;
  }
  #footer .sub-footer .logo-container .khafagylogo {
    width: 85px;
    height: 22px;
    background-size: 85px;
    margin-top: -2px;
  }
  /**======================( jammelahstore  )===================*/
  /*slide */
  .posts-slider .swiper-slide .single-post .text .title{
    margin-bottom: 45px;
    height: 83px;
  }
  .posts-slider .swiper-slide .single-post .text .description {
    display: none;
  }
  .posts-slider .swiper-slide .single-post .text .details .price{
    margin-bottom: 20px;
  }
  /**.section-g**/
  .section-g .small-img .single-post {
    margin-bottom: 5px;
  }
  .section-g .single-post .text {
    display: none;
  }
  /* section-i */
  .section-i .big-img {
    width: auto;
    margin: 0;
    margin-bottom: 10px;
    float: none;
  }
  .section-i .small-img{
    width: 320px;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  /* section-b */
  .section-b .single-post .thumbnail {
    width: 200px;
  }
  .section-b .single-post .text .details {
    font-size: 11px;
  }
  /*instagram*/
  #instagram .instagram-wrapper .single-post {
    width: 49%;
    margin-left: 0;
  }
  #instagram .instagram-wrapper .single-post:nth-child(odd) {
    margin-left: 2%;

  }

  #author-info .author-avatar {
    max-width: 110px;
  }
  /* = single
  -------------------------------------*/
  .commentlist li.comment time {
    padding-right: 0;
    font-size: 14px;
    /*background: url('images/topdata.png') 94% center no-repeat;*/
  }
  .section-a .single-post {
    width: 320px;
    margin: 10px auto !important;
    float: none;
  }
  /** jammelahstore **/
  .template-phone .bannerstore {
    width: auto;
    float: none;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  /*slide*/
  .posts-slider .swiper-slide .single-post .text .title {
    height: 30px;
    margin-bottom: 27px;
    font-size: 18px;
  }
  .posts-slider .swiper-slide .single-post .text .details .price {
    font-size: 30px;
  }
  .posts-slider .swiper-slide .single-post .text .details .price .start-up {
    top: -17px;
    font-size: 10px;
  }
  .posts-slider .swiper-slide .single-post .text .details .price .type {
    font-size: 15px;
  }
  .posts-slider .swiper-slide .single-post .text .details .button-store {
    font-size: 11px;
    width: 90px;
    height: 24px;
    background-size: 12px;
    padding-right: 22px;
    line-height: 1;
  }
  .section-h .single-post {
    width: 320px;
    margin-bottom: 15px;
    margin: 10px auto !important;
    float: none;

  }
  #respond .comment-form-comment textarea {
    box-sizing: border-box;
  }
  .section-o .half {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 470px) {

  .section .single-post .text .details {
    font-size: 12px;
  }
  .section .single-post .text .details .author-details .name-author {
    margin-left: 10px;
  }
  .section .single-post .text .details .date {
    margin-left: 5px;
    padding-left: 6px;
  }
  /* section-d */
  .section-d .single-post .text .the-title {
    font-size: 30px;
  }
  /* section-b */
  .section-b .single-post .text .details {
    display: block;
    height: auto;
  }
  .section-b .single-post .text .details .date {
    margin-bottom: 5px;
    display: block;
  }
  .section-b .single-post .text .details .comments {
    padding: 2px 18px 2px 0;
  }

  .follow-block .follow-icons a {
    margin-left: 10px;
  }
  /* footer */
  #footer .sub-footer .logo-container .name {
    max-width: 200px;
  }
  #footer .sub-footer .logo-container .khafagylogo {
    margin-top: 10px;
  }
  #footer .upper-footer .small-menu li {
    width: auto;
    margin: 0;
  }

  #author-info .author-text .description-author {
    height: 99px;
  }
  /*-----------------( archive )--------------------*/

  .archive-block .single-post{
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .archive-block .single-post .thumbnail {
    width: 120px;
    margin-left: 10px;
  }
  .archive-block .single-post .text {
    padding: 0;
  }
  .archive-block .single-post .text .category {
    font-size: 13px;
  }
  .archive-block .single-post .text h2 {
    font-size: 18px;
  }
  .archive-block .single-post .text .details{
    margin: 0;
  }
  .archive-block .single-post .text .details .icone-block {
    font-size: 10px;
    padding: 6px 8px 5px 0px;
    padding-right: 12px;
  }
  .archive-block .single-post .text .description{
    font-size: 13px;
  }

  /* = single
  ------------------------------------------*/
  #single .entry-meta .tags a {
    margin-bottom: 5px;
  }
  #comments .followers .follower-num {
    font-size: 15px;
  }
  #comments .followers .add-a-comment {
    padding: 7px 25px 10px 10px;
    background-position: 94% center;
  }
  .commentlist li.comment .children .comment-author time {
    overflow: hidden;
    line-height: 1.3;
    background-position: 88% center;
  }
  .commentlist li.comment time {
    display: none;
  }

  /** jammelahstore **/
  .posts-slider .swiper-slide .single-post .text .details .price {
    margin-left: 0;
  }

  .section-i .big-img .thumbnail .icon-video {
    background-size: 40px;
    width: 40px;
    height: 40px;
    margin-right: -20px;
    margin-top: -20px;
  }
  .section-i .big-img .single-post .text .description {
    font-size: 18px;
    padding: 0 15px;
    height: 50px;
  }
  .single .details-single {
    font-size: 12px;
  }
  .single .details-single .date {
    margin-left: 5px;
    padding-left: 5px;
  }
  .single .details-single .author-details .name-author {
    margin-left: 10px;
  }
  .single .details-single .author-details .image-author {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-top: -3px;
  }
}
@media (max-width: 370px) {

  .posts-slider .swiper-slide .single-post .text .details .button-store{
    display: none;
  }
}

.banner_image {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background-color: #f7f7f7;
}
.banner_image img {
  max-width: 350px;
  max-height: 80px;
  margin: auto;
  border: 0;
  padding: 0;
}



/*= questionnaires
------------------------------------*/
.single-questionnaires .mini-whatsapp-button{
  display: none;
}
.questionnaires {
  font-family: 'HelveticaNeueLT',serif,arial !important;
}
.questionnaires .entry-header{
  /* border-bottom: 1px solid #eee; */
  margin-bottom: 10px;
}
/* .questionnaires .entry-header .entry-title {
  text-align: center;
  font-family: 'HelveticaNeueLT',serif,arial !important;
} */
/* .questionnaires .entry-content {
  text-align: center;
} */
.questionnaires .entry-content p {
  font-size: 18px;
  color: #333;
  font-family: 'HelveticaNeueLT',serif,arial !important;
}
.questionnaire-page {
    padding: 30px 0 0 0;
}
.whatsapp-button a{
  text-decoration: none;
  display: block;
  padding: 12px 50px 20px 15px;
  margin-bottom: 20px;
  background: #0dc143;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
  line-height: 1;
  margin: 10px auto;
  background: #0dc143;
  background: -moz-linear-gradient(top,#0dc143 0,#0ba534 100%);
  background: -webkit-linear-gradient(top,#0dc143 0,#0ba534 100%);
  background: linear-gradient(to bottom,#0dc143 0,#0ba534 100%)
}
.whatsapp-button a::before {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  background: url('images/whatsapp-icon.png') no-repeat right top;
  background-size: 35px;
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 100
}
.questionnaires-block {
  border: 3px solid #0dca8e;
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
  text-align: right;
  padding: 10px;
}
/* .questionnaires-block:not(:first-of-type){
  display: none;
} */
.questionnaires-block .question {
  padding-right: 3%;
  padding-top: 5px;
  font-size: 25px;
  line-height: 1.36;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000000;
}
.questionnaires-block .number {
  top: -35px;
  right: 10px;
  position: absolute;
  color: #fff;
  background: #0dca8e;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  padding: 5px 20px;
}
.questionnaires-block .radiobox-selector {
  overflow: hidden;
  padding: 0
}

.questionnaires-block .radiobox-selector .signle-radiobox {
  background: #f7f7f7;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 12px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.questionnaires-block .radiobox-selector .signle-radiobox .name {
  margin: 0 !important;
  margin-right: 50px !important;
  transition: all .5s;
  font-size: 19px;
  font-weight: bold;
  color: #7a7a7a !important;
  font-family: 'HelveticaNeueLT',serif,arial !important;
}

.questionnaires-block .radiobox-selector .signle-radiobox .bullet {
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 5px rgba(255,255,255,1);
  -moz-box-shadow: inset 0 0 0 5px rgba(255,255,255,1);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,1);
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 9px;
  text-align: center;
  padding: 5px;
  color: transparent;
  cursor: pointer;
  border-radius: 50%;
  transition: all .2s;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  box-sizing: border-box;
}
/* .questionnaires-block .radiobox-selector .signle-radiobox.selected  {
    background: #e67e22;
    color: #fff;
}
.questionnaires-block .radiobox-selector .signle-radiobox.selected .name {
  color: #fff;
} */
.questionnaires-block .radiobox-selector .signle-radiobox.selected .bullet::after {
  background: #0dca8e;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  padding: 7px;
  margin: auto;
  display: block;
  content: " ";
}
#dot-bounce {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}
#dot-bounce p{

}
#dot-bounce .bounce{
  height: 10px;
  width: 10px;
  background-color: #0dca8e;
  border-radius: 50%;
  margin: 0 5px;
}

#dot-bounce #bounce1{
  -webkit-animation: dot-bounce 1s infinite ease-in-out ;
  animation: dot-bounce 1s infinite ease-in-out ;
}
#dot-bounce #bounce2{
  -webkit-animation: dot-bounce 1s infinite ease-in-out ;
  -webkit-animation-delay: 0.15s;
  animation: dot-bounce 1s infinite ease-in-out ;
  animation-delay: 0.15s;
}
#dot-bounce #bounce3{
  -webkit-animation: dot-bounce 1s infinite ease-in-out ;
  -webkit-animation-delay: 0.3s;
  animation: dot-bounce 1s infinite ease-in-out ;
  animation-delay: 0.3s;
}

@-webkit-keyframes dot-bounce{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-15px);
  }
  80%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}
@-ms-keyframes dot-bounce{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-15px);
  }
  80%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}
@keyframes dot-bounce{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-15px);
  }
  80%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}
.answer-block {
  background: #f7f7f7;
  border-radius: 5px;
  /* display: block !important; */
  font-size: 22px;
  #font-weight: bold;
  color: #444;
  line-height: 1.5;
  padding: 15px 10px;
}
.answer-block .questions_answer {
  margin-bottom: 10px;
  color: #444;
}
.answer-block .questions_answer span {
  color: #e67e22;
}
.answer-shortcode {
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
}
.answer-shortcode > p {
  display: none;
}
.answer-shortcode.filter .signle-block {
  filter: blur(1px) opacity(0.8);
}
.answer-shortcode .signle-block {
  flex: 1 1 33%;
  max-width: calc(33% - 12px);
  text-align: center;
  overflow: hidden;
  padding: 25px 5px 5px 5px;
}
.answer-shortcode .signle-block.selected {
  filter: blur(0) opacity(1);
  background-color: #f3f3f3;
  border: 2px solid #444;
  border-radius: 10px;
  background-image: url('assets/images/questionnaire/small-ok.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px;
}
.answer-shortcode .signle-block .name {
  color: #444;
  transition: all .5s;
  font-size: 18px;
}
.answer-product {
  overflow: hidden;
  #max-width: 340px;
  margin: 20px auto;
  background: #ededed;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #a1f1b9;
  position: relative;

}
.answer-product::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  width: 27px;
  height: 27px;
  background: url('images/order-data.png') no-repeat center;
  background-size: 27px;
}
.answer-product .single-block {
  display: block;
  color: var(--main-theme-title-color);
  overflow: hidden;
}
.answer-product .single-block .thumbnail{
  overflow: hidden;
  float: right;
  margin-left: 10px;
  max-width: 95px;
  margin-bottom: 10px;
}
.answer-product .single-block .text{
  overflow: hidden;
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  color: #000;
  padding-bottom: 10px;
}
.answer-product .button {
  clear: both;
  font-size: 18px;
  padding: 8px 10px 13px;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 #888;
  background-color: #222222;
  /* text-shadow: 1px 1px 1px #666; */
  color: #fff;
  text-align: center;
}
.answer-block .answer-text {
  margin-bottom: 10px;
}
.answer-block span.variable {
  color: #0dca8e;
}


/*= questionnaire =post
--------------------------------------------*/
#questionnaire-post-contener {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255 255 255 / 100%);
  z-index: 999999;
  padding: 20px 2% 20px 2%;
  overflow: auto;
  display: none;
}
#questionnaire-post-contener span.close {
  display: inline-block;
  padding: 5px 5px 7px 5px;
  font-size: 20px;
  color: #6e6e6e;
  border: 1px solid #6e6e6e;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9999;
  /* background: #e9e9e9;
  text-align: center; */
}
#questionnaire-post-contener .questionnaire-div h3 {
  margin-bottom: 30px;
}
#questionnaire-post-contener .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: url('images/loading-opaque.gif') no-repeat center;
  background-size: 200px;
  display: none;
}
.questionnaire-button-contener {
    background: rgb(243 243 243 / 95%);
    border-top: 1px solid #dd2e44;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.questionnaire-button-contener .text {
    width: 60%;
    line-height: 1.2em;
    text-align: right;
}

.questionnaire-button-contener .text .questionnaire-title {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 3px;
    margin-bottom: 0 !important;
}

.questionnaire-button-contener .text .questionnaire-decoration {
    font-size: 16px;
    line-height: 1.1;
}

.questionnaire-button-contener .questionnaire-button {
    overflow: hidden;
    background: #dd2e44;
    color: #fff;
    padding: 7px 20px 10px 20px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    /* border: 1px solid #0dca8e; */
    margin: 0 5px;
    animation-name: shadow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes shadow {
  0%   {
    box-shadow: 1px 1px 10px #dd2e44;
  }
  50% {
    box-shadow: 1px 1px 5px #dd2e44;
  }
  75% {
    box-shadow: 1px 1px 5px #dd2e44;
  }
  100% {
    box-shadow: 0px 0px 0px #dd2e44;
  }
}
.questionnaire-button-contener .arrow-button {
  animation-name: margin;
  animation-duration: .5s;
  animation-iteration-count: infinite;
}
@keyframes margin {
  0%   {
    margin: 0 20px;
  }
  25% {
    margin: 0 15px;
  }
  50% {
    margin: 0 10px;
  }
  75% {
    margin: 0 5px;
  }
  100% {
    margin: 0;
  }
}
/* survay-page
----------------------------------*/

i.flag:not(.icon) {
  margin: 0 .5em 0 0;
  line-height: 11px;
  text-decoration: inherit;
  vertical-align: baseline;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

i.flag:before,i.flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px
}

i.flag:before {
  content: "";
  background: url('images/flags.png') no-repeat -108px -1976px
}

i.flag-ae:before,i.flag-uae:before,i.flag-united-arab-emirates:before {
    background-position: 0 -26px!important
}
i.flag-eg:before, i.flag-egypt:before {
    background-position: 0 -1638px!important;
}
i.flag-kuwait:before, i.flag-kw:before {
    background-position: -36px -1144px!important;
}
i.flag-bahrain:before, i.flag-bh:before {
    background-position: 0 -572px!important;
}
i.flag-sa:before, i.flag-saudi-arabia:before {
    background-position: -72px -936px!important;
}
i.flag-om:before, i.flag-oman:before {
    background-position: -72px -390px!important;
}
i.flag-iq:before, i.flag-iraq:before {
    background-position: -36px -754px!important;
}
i.flag-jo:before, i.flag-jordan:before {
    background-position: -36px -884px!important;
}

.single-survays #header .logo {
  height: 65px;
  background-size: 130px;
}
.single-survays #header .open-serche-menu .serche-header,
.single-survays #header .open-serche-menu .open-menu {
  display: none;
}

#header .survay-back-button {
  color: #787c7a;
  font-size: 18px;
  padding: 5px 5px 8px 33px;
  background: url('images/back.png') no-repeat left center;
  background-size: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  transform: translate(10px, -50%);
}
.survay-page {
  overflow: hidden;
  display: block;
}
.survay-page #billing_country {
  display: none;
}
.survay-page .survay-form {
  margin-top: 20px;
}
.survay-page .survay-form .title-block h3{
  font-size: 27px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.select {
  position: relative;
  margin-bottom: 15px;
}
.select .select-block {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  background: url('images/down-arrow.png') no-repeat right 20px;
  background-size: 13px;
}
.select .select-block .flag-option {
  padding: 20px 30px 20px 10px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  display: none;
  line-height: 1;
  font-size: 0;
}
.select .select-block .flag-option:first-child{
  border-top: 1px solid #000;
}
.select .select-block .flag-option:last-child{
  border-bottom: 1px solid #000;
}
.select .select-block:not(.show-border) .flag-option.active {
  border: 0;
}
.select .select-block .flag-option.active {
  display: block;
}
.survay-success-submit {
  display: none;
}
.survay-success-submit .success-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  padding: 150px 10px 50px 10px;
  height: 90vh;
  margin: -50px -10px;
  background: #ebf1ee url('images/confirmation.png') no-repeat center 50px;
  background-size: 80px;
  line-height: 1.3;
  text-align: center;
}
.survay-success-submit .success-block div {
  margin-bottom: 25px;
  font-size: 35px;
  margin-bottom: 30px;

}
.survay-success-submit > div {
}
.survay-success-submit .success-block .text {
  font-size: 27px;
  margin-bottom: 50px;
}
.survay-success-submit .text p {
  margin: 10px;
  text-decoration: underline;
  display: inline-block;
}
.survay-success-submit .success-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.survay-success-submit .success-block-button div {
  padding: 10px 15px 15px 15px;
  border-radius: 5px;
  flex: 1 1 40%;
  max-width: 40%;
  font-size: 23px;
  cursor: pointer;
}
.survay-success-submit .success-block-button .edit {
  background: #fff;
  color: #7c7c7c;
}
.survay-success-submit .success-block-button .done {
  background: #0dca8e;
  color: #fff;
}
/* .form-control .select-block .flag-option:hover {
  background: #f9f9f9;
} */

.survay-page .select .form-input {
  position: relative;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
}
.survay-page .form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a0a0a0;
  font-size: 18px;
  font-family: 'HelveticaNeueLT', serif, arial, sans-serif;
}

.survay-page .form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a0a0a0;
  font-size: 18px;
  font-family: 'HelveticaNeueLT', serif, arial, sans-serif;
}

.survay-page .form-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #a0a0a0;
  font-size: 18px;
  font-family: 'HelveticaNeueLT', serif, arial, sans-serif;
}
.survay-page .survay-bar {
  height: 10px;
  background: #ebf1ee;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.survay-page .survay-bar::before {
  content: "";
  background: #b4d4c4;
  height: 10px;
  border-radius: 10px;
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
}
.survay-page .survay-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0dca8e;
  display: block;
}
.survay-page .survay-block {
  padding: 50px 10px;
  line-height: 1.3;
  min-height: 85vh;
  position: relative;
  box-sizing: border-box;
}
.survay-page .survay-block.testimonial {
  background-color: #ebf1ee;
  text-align: center;
  margin: -10px;
  padding: 65px 20px;
  z-index: 9;
}

.survay-page .survay-block .survay-button{
  font-size: 23px;
  color: #fff;
  text-align: center;
  background-color: #0cc38e;
  padding: 10px 10px 20px 10px;
  border-radius: 5px;
  margin: 15px auto;
  cursor: pointer;
  border: 0;
  width: 95%;
  box-sizing: border-box;
  /* position: absolute;
  bottom: 50px;
  right: 0; */
  display: block;
  line-height: 1;
  font-family: 'HelveticaNeueLT', serif, arial, sans-serif;
}
.survay-page .survay-block .single-survay .text {
  margin-bottom: 30px;
}

.survay-page .survay-block .single-survay .text .title {
  font-size: 27px;
  margin-bottom: 15px;
}
.survay-page .survay-block.testimonial .single-survay .text .title  {
  font-weight: bold;
}
.survay-page .survay-block .single-survay .thumbnail {
  margin-bottom: 35px;
}

.survay-page .answers {
  overflow: hidden;
  display: block;
}
.survay-page .answers .single-answer{
  background-color: #eff5f2;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
  /* display: flex; */
  align-items: center;
  color: #000;
  cursor: pointer;
}
.survay-page .answers .single-answer.selected {
  background-color: #2a4f72;
  color: #fff;

}
.survay-page .answers .single-answer .thumbnail{
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 15px;
  border: 1px solid #fff;
}
.survay-page .answers .single-answer .text{
}
.survay-page .answers .single-answer .text .title {
  font-size: 21px;
  color: inherit;

}

.survay-page .answers .single-answer .text .description {
  color: #787c7a;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 5px;
}

/* = lead-form
----------------------------------*/
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
    padding: 5px 10px;
    background-color: #fff;
    color: #424242;
    border: 1px solid #a0a0a0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: none;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
    /* padding: 10px 15px; */
}
.khy-lead-form {
  background-color: #f9f9f9;
  padding: 15px 0;
  font-size: 18px;
  position: relative;
}
.khy-lead-form .title-block {
  text-align: center;
  margin-bottom: 10px;
}
.khy-lead-form #form-info .form-block {
  border-radius: 5px;
  background: #fff;
  margin: 5px 10px 28px;
  padding: 20px 15px 10px 15px;
  border-radius: 10px;
  box-shadow: -1px 3px 10px #ddd;
  position: relative;

}
.khy-lead-form .form-block-input {
  margin-bottom: 5px;
}
.khy-lead-form .form-block-input .form-control {
  border-color: #cecece;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 5px;
  width: 100%;
}
.khy-lead-form .form-block-input .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aeaeae;
  opacity: 1; /* Firefox */
}

.khy-lead-form .form-block-input .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aeaeae;
}

.khy-lead-form .form-block-input .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #aeaeae;
}
.khy-lead-form .form-block-input label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: right;
}
.khy-lead-form input[type='submit'] {
  margin: 10px 2%;
  width: 96%;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  transition: all .3s ease-in-out;
  border: 0;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #333;
}
.khy-lead-form .loading {
  background: rgb(255 255 255 / 50%) url('images/loading-opaque.gif')  no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.khy-lead-form .khy-success-submit {
  display: none;
  text-align: center;
  color: #27ae60;
  font-weight: bold;
  height: 150px;
  padding: 50px;
  margin-top: 50px;
  text-transform: uppercase;
}
/*********Lead Ayman**********/

.khy-lead-form.lead {
  background: #fff;
  font-family: "JF Flat Regular", serif, arial;
  /* padding: 25px; */
  font-weight: bold;
}
.khy-lead-form.lead .title-block h3{
  font-size: 26px !important;
  color: #ff7e00 !important;
  margin-bottom: 20px;
}
.khy-lead-form.lead .title-block p{
  font-size: 16px;
  color: #000;
  margin-bottom: 25px !important;
}
.khy-lead-form.lead #form-info .form-block {
  background-color: #f1f3f3;
  padding: 25px;
  box-shadow: none;
}
.khy-lead-form.lead .form-block-input {
  margin-bottom: 20px;
}

.khy-lead-form.lead .form-block-input label {
  font-size: 20px;
}
.khy-lead-form.lead .form-block-input .form-control {
  font-size: 18px;
  font-weight: bold;
  font-family: "JF Flat Regular", serif, arial;
  color: #666666;
  border: 0;
  background-color: #fff;
}
.khy-lead-form.lead .form-block-input .form-control[type='number']{
  width: 75%;
}
.khy-lead-form.lead .form-block-input .country-code {
  margin-right: 15px;
  font-weight: normal;
}
.khy-lead-form.lead .form-block-input .form-control.invalid{
  border: 2px solid #ff0000;
}
.khy-lead-form.lead input[type='submit'] {
  background-color: #68cb07;
  font-size: 25px;
  font-family: "JF Flat Regular", serif, arial;
  margin-top: 50px;
  border-radius: 16px;
  padding: 17px;
  line-height: 1;
}
.khy-lead-form.lead input[disabled="disabled"] {
  background-color: #888;
}
.khy-lead-form.lead .form-block-input input[type='radio'] {
  display: none;
}
.khy-lead-form.lead .single-answer {
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.khy-lead-form.lead .single-answer.selected {
  background-color: #9398f1;
}
.khy-lead-form.lead .single-answer span {
  width: 15px;
  height: 15px;
  background: #a2a2a2;
  border: 2px solid #a2a2a2;
  border-radius: 50%;
}
.khy-lead-form.lead .single-answer.selected span {
  background: #9398f1;
  border: 2px solid #fff;
}
.khy-lead-form.lead .single-answer p {
  margin: 0 !important;
  color:#a2a2a2;
}
.khy-lead-form.lead .single-answer.selected  p {
  color: #fff;
}
.khy-lead-form.lead .khy-success-submit {
  background-color: #f1f3f3;
  padding: 25px 5px;
  font-weight: bold;
  /* display: block; */
  color: #000;
  border-radius: 10px;
  height: auto;
}
.khy-lead-form.lead .khy-success-submit .thanks{
  color: #ff7e00;
  margin-bottom: 5px;
  font-size: 36px;

}
.khy-lead-form.lead .khy-success-submit .text{
  margin-bottom: 15px;
  font-size: 22px;
  padding-top: 130px;
  background: url('images/whatsapp-lead.png') no-repeat top center;
  background-size: 100px;
}
.khy-lead-form.lead .khy-success-submit .data-block{
  margin-bottom: 20px;
  color: #606161;
}
.khy-lead-form.lead .khy-success-submit .name-block{
  font-size: 20px;
  margin-bottom: 35px;
}
.khy-lead-form.lead .khy-success-submit .phone-block{
  font-size: 40px;

}
