

.blog .blog-title{
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    line-height: 64px;
    margin: 11px 0 15px;
    display: inline-block;
    word-break: break-word;
}


.blog-image{
    width: 100%;
}

.blog-infos{
    padding: 30px 30px 60px; 
    text-align: center;
}

.post-categories{
    margin: 0 auto;
    display: inline-block;
}

.post-categories li{
    float: left;
    margin-right: 15px;
    position: relative;
}

.post-categories li:last-child{
    margin-right: 0px;
}

.post-categories li:last-child:after {
    content: "";
}

.post-categories li:after {
    content: ",";
    width: 4px;
    height: 20px;
    top: 0;
    right: -5px;
    opacity: 1;
    position: absolute;
    color: rgba(255, 255, 255, 0.555);
}


.post-categories li a {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.555);
    display: inline-block;
}


.post-categories li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transform-origin: 100% 0%;
}

.post-categories li a span:before{
    color: #fff;
}


.post-categories li a span:before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover);
    color: #fff;
}

.post-categories li:hover a span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
    }


.datenauthor{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
}

.datenauthor .date{
    float: left;
    opacity: .7;
    color: #fff;
}


.title-outter{
    display: block;
}

.datenauthor span {
    position: relative;
    margin-left: 17px;
}

.datenauthor span a{
    color: #fff;
    font-weight: 500;
}

.datenauthor span:before {
    content: "-";
    width: 4px;
    height: 20px;
    top: 1px;
    left: -12px;
    opacity: .7;
    position: absolute;
    color: #fff;
}


.page-caption{
    padding: 120px 0;
}

.page-caption .page-title{
    font-weight: 700;
    font-size: 100px;
    line-height: 125px;
    color: #fff;
}


pre {
    color: #fff;
}


.blog.sticky{
    background: #fff;
    margin-bottom: 60px;
}

.blog.sticky .datenauthor .date, .blog.sticky .datenauthor span a, .blog.sticky .blog-title, .blog.sticky .post-categories li a{
    color: #000 !important;
}

.blog.sticky .blog-infos{
    padding: 30px;
}

.next-content{
    display: inline-block;
  }
  
  .next-content:hover .link-title{
    letter-spacing: 3px;
    opacity: 1;
  }
  
  .link-subtitle{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
  }
  
  .link-title{
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    font-size: 70px;
    color: #fff;
    opacity: .6;
    font-weight: 600;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
  }
  
  .link-title.onur{
    font-size: 36px;
  }
  
  .next-content:hover .link-title.onur{
    letter-spacing: 0px;
    opacity: 1;
  }
  

.single-blog{
    padding-top: 18vh;
}

.darkness body{
    color: #ccc;
}

.darkness table, .darkness th, .darkness td {
    border: 1px solid rgba(255, 255, 255, 0.2);
}


.single-blog .blog-infos{
    text-align:left;
    padding: 30px 30px 0px 30px;
}

.single-blog-text{
    padding: 30px;
}

.tags i{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-right: 15px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #fff;
}


.tags{
    display: inline-block;
    margin-left: 0px;   
    width: 100%;
    margin-top: 30px;
}

.tags li{
    float: left;
    list-style: none;
}

.tags li a{
    margin-right: 10px;
    font-size: 12px;
    padding: 4px 11px;
    border-radius: 3px;
    float: left;
    margin-bottom: 14px;
    background: rgb(109, 109, 109);
    color: #fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    color: #fff;
}

.tags li a:hover{
    background: none;
    color: #fff;
}

.next-content.onur{
    margin-top: 45px;
}




li.comment{
    border-top: 1px solid #424242;
    padding-top: 30px;
}





/* Comment */

.article-comments{
    margin-top: 0px;
    margin-bottom: 90px;
}

.comment-content .title{
    margin-bottom: 0;
}

.comment-content .title a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.comment-content .title cite {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.comment-reply-title{
    font-size: 30px;
    line-height: 40px;
    margin-left: -1px;
    font-weight: 600;
    margin-bottom: 5vh;
    margin-top: 60px;  
    font-weight: 700;
    color: #fff;
}

#cancel-comment-reply-link{
    font-size: 15px;
    font-weight: 500;
    display: block;
}

#commentsAdd .site-btn{
    margin-top: 3vh;
}

.total-comments{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-left: -1px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 60px;
    color: #fff;
}


.logged-in-as{
    font-size: 15px;
}

.comment-content .title a{
    color: #fff;
  }
  
  
  
   .comment-content .date {
    color: #505050;
    font-size: 12px;
  }
  
   .comment-content .date a{
    color: #fff;
    font-size: 13px;
  }
  
  
   .comment-content p {
    color: #818080;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 6px;
  }
  
   .comment-content .reply {
    font-size: 13px;
    color: #fff;
    display: inline-block;
  }
  
   .comment-content .reply a{
    color: #fff;
  }
  
  
  
   .comment-body.reply {
    padding-left: 30px;
  }
  
   .comment .children {
    padding-left: 30px;
    padding-top: 15px;
  }

  .comment-body{
      padding-bottom: 0px;
  }
  
  .children li{
      list-style: none;
  }
  
  .comment-author img{
      width: 100%;
      padding-top: 10px;
      height: auto;
  }
  
  



  /* Form */
  
  #contactform .form-group{
    width: 40vw;
    position: relative;
    margin-bottom: 45px;
  }

  #contactform .form-group .placeholder{
    right: 0; 
    text-align: center;
  }

  #contactform .form-btn{
    text-align: center;
  }

  .cursor_on form .inp{
    cursor: none;
  }

  .wpcf7 .ajax-loader{
    position: absolute;
  }

  #contactform .form-group{
    width: 100%;
  } 

  form .form-group .placeholder {
    letter-spacing: 0;
    pointer-events: none;
    top: 7px;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    opacity: .4;
    letter-spacing: -.5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }


  form .inp{
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    letter-spacing: 0;
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    background: transparent;
    outline: none;
    padding: 0 0 3px;
    border-bottom: 1.5px solid rgba(124, 124, 124, 0.4);
    overflow:hidden;
  }

form .form-group:after{
    background: #fff;
  }
  


  form .form-group.in .placeholder, form .form-group.with-content .placeholder{
    font-size: 14px;
    top: -13px;
  }
  

  .comment-form-cookies-consent label{
    font-size: 16px;
    opacity: .5;
    font-weight: 400;
    margin-left: 5px;
  }



  .logged-in-as a{
      color: #fff;
      font-weight: 500;
      text-decoration: underline;
  }

  .logged-in-as a:last-child{
      text-decoration: underline !important;
  }

  .blog-article{
      padding: 30px 30px 30px 15px;
      display: inline-block;
  }


  .page-links{
      display: inline-block;
      width: 100%;
      font-size: 22px;
      font-weight: 600;
      color: rgb(104, 104, 104);
      margin-top: 20px;
  }

  .page-links a{
    color: #fff;
  }

  .sidebar{
    position: fixed;
    top: 0px;
    right: -370px;
    width: 450px;
    height: 100%;
    background-color: rgb(48, 48, 48);
    z-index: 100;
    overflow: hidden;
    -webkit-transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

.sidebar.open {
    -webkit-transform: translateX(-370px)!important;
    transform: translateX(-370px)!important;
    opacity: 1;
    z-index: 1000;
}

  .sidebar-content {
    box-sizing: border-box;
    padding: 80px 50px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    margin-left: 0;
}

.black-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
}

.sidebar-btn{
    position: fixed;
    bottom: calc(4.16666667vw - 35px);
    right: calc(4.16666667vw - 18px);
    padding:15px;
    cursor: pointer;
    z-index: 101;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.white-version .sidebar-btn i{
    background: #000;
    color: #fff;
}

.widget a{
    color: #fff;
}

.sidebar-btn.open{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.sidebar-btn i{
    background: #fff;
    color: #000;
    padding: 7px 8px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
}

.black-overlay.open{
    opacity: 0.5;
    visibility: visible;
}



.right-menu-outter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
}

.right-menu-outter.opened{
    visibility: visible;
}


























audio {
    display: inline-block;
    max-width: 100%;
}	

address {
    font-style: italic;
    margin-bottom: 24px;
}

.darkness address{
    color: #fff;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 600;
    color:#fff;
}

.light-content b, .light-content strong {
    font-weight: 600;
    color:#fff;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark, ins {
    background: none repeat scroll 0 0 #fff;
    text-decoration: none;
    color: #000;
    padding: 0px 10px;
    display: inline-block;
    border-radius: 2px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(110, 110, 110, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
}

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

blockquote {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 24px;
    border-left:4px #fff solid;
    padding:20px 20px 20px 40px;
}

blockquote p {
    color: #fff;
    margin-bottom:0px;
    font-weight:600;
}

.light-content blockquote p {
    color: #fff;
}

blockquote span {
    display:block;
    margin-top:20px;
    font-weight:400;
    font-size:12px;
    font-style:normal;
    color:#999;
}

blockquote cite,
blockquote small {
    color: #555d66;
    font-size: 14px;
    font-weight: 400;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom:20px;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    border-left:none;
    color: #40464d;
}

.wp-block-pullquote.alignleft, .wp-block-cover.alignleft {
    margin-right:20px;
}

.wp-block-pullquote.alignright, .wp-block-cover.alignright {
    margin-left:20px;
}

.wp-block-pullquote blockquote {
    border-left:0;
    margin-bottom:0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 20px 20px 20px 40px !important;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-weight: 500;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 14px!important;
}

.wp-block-audio.aligncenter audio {
    width: 300px;
    min-width: 300px;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 10px 0 0 20px;
}

li {
    line-height: 20px;
    color:#bdbdbd;
    margin-bottom:10px;
}

.light-content li {
    color:#fff;
}

figure {
    margin:0;
    position:relative;
    display: block;
}

figure.has-parallax, .has-parallax figure {		
    overflow:hidden;
    max-height:80vh;
    display:block!important;
}

figure img {
    max-width:100%;
}

.full img, .alignfull img {
    width:100vw;
}

.wp-block-image figcaption {
    background-color: rgba(0,0,0,1);
    bottom: 25px;
    color: #fff;
    font-weight:400;
    font-size: 12px;
    padding: 10px 20px;
    position: absolute;
    right: 25px;
    z-index: 10;
    border-radius:3px
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 0;
}

legend {
    white-space: normal;
}

button,	input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

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

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

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

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;	
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

td {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

del {
    color: #767676;
}

hr {
    border: 0;
    height: 25px;
    width:100%;
    float:none;
    margin:0;
    display:inline-block;
}

hr.small {
    height:20px;
}

hr:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

::selection {
    background: #fff;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #fff;
    color: #fff;
    text-shadow: none;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
    height:auto;
}
    
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color:#fff;
    margin-top:30px;
    display: block;
}

h1{
    font-size:48px;
    line-height: 60px;
}

h2{
    font-size: 36px;
    line-height: 48px;
}

h3{
    font-size:30px;
    line-height: 40px;
    margin-left:-1px;
}

h4{
    font-size:24px;
    line-height: 36px;
    margin-left:-1px;	
}

h5{
    font-size:18px;
    line-height: 28px;
    margin-left:-1px;
}

h6{
    font-size:14px;
    line-height: 24px;
}


input[type="password"] {
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    height: 50px;
    line-height: 30px;
    outline: none;
    min-width: 350px;
    display: block;
    border: 1px solid #ddd;
}

.post-password-form input[type="submit"] {
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 14px 24px;
    line-height: 16px;
    position: relative;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.post-password-form input[type="submit"] {
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

dd{
    color: #bdbdbd;
}

dt{
    color: #dfdfdf;
}


.post-password-form label {
    color: #fff;
    display: block;
    line-height: 1.5;
    font-size: 15px;
    margin-top: 15px;
}

.post-password-form label input{
    margin-top: 15px;
}


.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}		

.wp-caption-text {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.comment-content .title{
    margin-top: 0;
}


/* Sidebar */

.widget-title {
    font-size: 20px;
    line-height: 30px;
    margin-left: -1px;
    font-weight: 600;
    margin: 40px 0 20px;
}

.widget.widget_rss ul li{
    margin-bottom: 15px;
}

.sidebar-content li:first-child .widget-title{
    margin: 10px 0 20px;
}

.widget select {   
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    padding: 0px 15px;
    color: #fff;
    height: 55px;
    border-radius: 0px;
    border: solid 1px #d4d4d4;
    -webkit-appearance: none;
    outline: none;
    background-image: url(../images/select-d.png);
    background-repeat: no-repeat;
    background-position: right;
    background: #000;
}

.widget .submenu, .widget .sub-menu{
    margin-left:15px;
}

.widget label { padding:3px 15px; }
.widget_calendar .calendar_wrap {
    background-color: #f8f8f8;
    padding: 15px 15px; border: solid 1px #d4d4d4;
}
.widget_calendar .calendar_wrap table thead tr th { padding:10px 0px; color: #fff; }


.widget_calendar table { width:100%; color:#FFFFFF; }
.widget_calendar table caption { caption-side: top; color:#fff; padding:5px 0px 25px 0px; font-weight: 600; }
.widget_calendar table thead th { font-size:14px; text-align: center; }
.widget_calendar table tbody td { color:#999999; font-size:14px; text-align: center; }
.widget_calendar table tbody td a { color:#fff; font-weight: 500;}
.widget_calendar table tbody td.today a { color:#fff; }
.widget_calendar table tfoot td a { border:solid 1px #555555; font-size:13px; padding:10px 10px;  }
.widget_calendar table tfoot td { padding:20px 10px 20px 10px;line-height: 25px; }
.widget_calendar table tfoot #next { text-align: right; }
.wp-calendar-nav-next {
    margin: 20px 0 12px;
    display: inline-block;
    font-weight: 500;
}
.widget_calendar #today { opacity:1;}

.widget_rss ul li { padding-bottom:20px; }

.widget_text p {     
    padding: 2px 15px;
    font-size: 14px;
    line-height: 25px; 
}
.widget_text img { width:100%; padding:2px 15px; height: auto; }
.widget_text p img { padding:2px 0px; height:auto; }

.widget_recent_comments ul li{
    margin-bottom: 15px !important;
}

.widget-area > ul { list-style: none; padding:0px; margin:0px; }

.widget ul { list-style:none;  margin:0px; padding-left: 0;}
.widget ul li { font-size:16px; padding:0px 0px 3px 0px; margin-bottom: 0; }
.widget ul li ul li a { font-size:13px; }

#searchform input {
    font-size: 14px;
    border: solid 1px #cccccc;   
     background-color: #f8f8f8;
    width: 100%;
    padding: 15px 20px;
    outline: none;
  }



.widget ul li a{
    font-weight: 400;
    font-size:14px;
}

.darkness .widget ul li a, .darkness .widget-title{
    color: #fff;
}

.widget_archive ul li, .widget_categories ul li{
    margin-bottom: 12px;
}

.widget_categories ul li{
    margin-bottom: 12px;
    padding: 0;
}

.widget_categories ul.children{
    padding-left: 15px;
}

.widget_categories ul.children li:last-child{
    margin-bottom: 0;
}


.widget_categories ul.children {
    margin-top: 12px;
}

.widget_categories ul li{
    font-size: 13px;
    font-weight: 500;
}

.widget ul li a:hover{
    color:#fff;
    opacity: .5;
}

.darkness .widget ul li a:hover{
    opacity: .5;
}

.widget-title a{
    color: #fff;
}

.widget.widget_pages .page_item a {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
    display: inline-block;
}

.widget.widget_pages{
    padding: 0;
}


/*  Page numbers  */

.blog-navigation{
    text-align: center;
    padding:0;
}

.page-numbers li{
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
}

.darkness .page-numbers li{
}

.page-numbers a{
    font-weight: bold;
    color: #fff;
}


.navigation.pagination{
    margin: 0 auto;
    display: inline-block;
}


.page-numbers.current{
    opacity: .5;
    pointer-events: none;
}

.page-numbers i{
    font-size: 26px;
}

.widget ul li{
    line-height: 26px;
}


.wp-caption p, .wp-caption-text { font-size: 13px;  margin-bottom: 15px; 
    margin-top: 10px;}

.gallery-caption {
	display: block;
}

.wp-caption {
    font-weight: 400;
    font-size: 12px;
    padding: 10px 20px;
    margin-top: .5em;
    margin-bottom: 1em;
    position: relative;
    max-width: 100%;
}

.bypostauthor{
	display: block;
}

.alignleft { float:left; display: inline; margin:0px 20px 20px 0px; }
.alignright { float:right; margin:0px 0px 20px 20px; clear: both;}
.aligncenter { text-align: center; clear: both; display: block; margin-left: auto; margin-right: auto;  }


@media only screen and (max-width: 1400px) {


    .blog .blog-title{
        font-size: 50px;
        line-height: 60px;
    }

    .page-caption .page-title{
        font-size: 80px !important;
        line-height: 70px !important;
    }

}



@media only screen and (max-width: 1024px) {


    .blog .blog-title {
        font-size: 40px;
        line-height: 50px;
    }

    .page-caption .page-title{
        font-size: 50px !important;
        line-height: 60px !important;
    }

}


@media only screen and (max-width: 768px) {


    .blog .blog-title {
        font-size: 30px;
        line-height: 40px;
    }

    .page-caption .page-title{
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .page-caption {
        padding: 80px 0;
    }

}



@media only screen and (max-width: 580px) {




    .single-blog {
        padding-top: 90px;
    }

    .sidebar{
        width: 70%;
    }

    .sidebar-btn{
        right: 30px;
        bottom: 30px;
    }

    .link-title.onur {
        font-size: 20px !important;
    }

    .page-caption .page-title{
        font-size: 30px !important;
        line-height: 40px !important;
    }


        .comment-reply-title{
            font-size: 26px;
        }

}





/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}


.single-blog-text .alignfull {
    max-width: 1000%;
    width: 100%;
    margin-bottom: 30px;
}

.single-blog-text .alignfull img{
    width: 100%;
}




@media only screen and (max-width: 991px) {

    embed, iframe, object {
        max-width: 100%;
    }

    .comment-author{
        display: none;
    }

    .comment .children {
        padding-left: 0px;
    }

}


@media only screen and (max-width: 768px) {

    header .full-menu nav ul {
        margin-left: 0;
    }

    .post-categories {
        margin-top: 15px;
    }
    .comment .children {
        padding-left: 0px;
        margin-left: 0;
    }

    .single-blog {
        padding-top: 90px;
    }

}