/*!
Theme Name: codemenschen
Theme URI: http://underscores.me/
Author: Aakash Gupta
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codemenschen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

codemenschen is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: '078MKSDMediumCondensed';
    src: url(fonts/078MKMC.TTF);  
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.skip-content {
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 1.5em;
  background: #000;
  -webkit-transition: top 0.15s;
  transition: top 0.15s;
}
.skip-content:focus {
  top: 0;
  outline: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
img {
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: bolder;
    letter-spacing: 0.2px;
}
ul li {
    margin-bottom: 5px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
.h5, h5 {
    font-size: 1.1em;
    font-weight: normal;
}
.site-branding .custom-logo {
    max-width: 300px;
    height: auto;
    margin-top: 30px;
}
.entry-header {
    padding: 5em;
}
.entry-header .entry-title {
    font-size: 3.5em;
}
.entry-header h4 {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 15px;
}

/* Footer */
.site-footer {
    background: #fafafa;
    padding: 10px 0 10px;
    text-align: center;
    font-size: 13px;
}


/* Homepage Blocks */
img {
    max-width: 100%;
    height:  auto;
}

.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-grid {
    margin-left: -40px;
}
.uk-grid:before, .uk-grid:after {
    content: "";
    display: block;
    overflow: hidden;
}
.uk-grid:after {
    clear: both;
}
.uk-grid > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
}
.uk-grid > * {
    padding-left: 40px;
}
.uk-width-large-3-5, .uk-width-large-6-10 {
    width: 60%;
}
.uk-width-large-2-5, .uk-width-large-4-10 {
    width: 40%;
}
.uk-grid > * > :last-child {
    margin-bottom: 0;
}
.uk-overlay {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    margin: 0;
}
.uk-overlay-fade, .uk-overlay-scale, .uk-overlay-spin, .uk-overlay-grayscale, .uk-overlay-blur, [class*='uk-overlay-slide'] {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}
.uk-overlay-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale, .uk-overlay-hover.uk-hover .uk-overlay-scale, .uk-overlay-active .uk-active > .uk-overlay-scale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.uk-overlay > :first-child {
    margin-bottom: 0;
    border: 5px solid #f5f7f9;
}
.uk-overlay-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #0f0f0f;
}
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0;
}
.uk-overlay-background {
    background: rgba(255, 255, 255, 0.8);
}
.uk-overlay-fade {
    opacity: 0.7;
}
.uk-overlay-hover:hover .uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-active .uk-active > .uk-overlay-fade {
    opacity: 1;
}
.uk-overlay-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #ffffff;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #0f0f0f;
    transform: rotate(45deg);
}
.uk-overlay-icon:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    width: 30px;
    height: 30px;
    font-weight: bold;
}
.uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
    max-width: 100%;
}
.uk-width-1-1 {
    width: 100%;
}
.uk-panel {
    display: block;
    position: relative;
}
.uk-panel, .uk-panel:hover {
    text-decoration: none;
}
.uk-panel-space {
    padding: 25px;
}
.uk-panel:before, .uk-panel:after {
    content: "";
    display: table;
}
.uk-panel:after {
    clear: both;
}
.uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0;
}
.tm-title-border {
  position: relative;
  margin-top: -77px;
  margin-bottom: 35px;
  padding: 70px 35px 35px 35px;
  border: 7px solid #f5f7f9;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.tm-title-border:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 7px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
@media (min-width: 960px) {
  .tm-title-border {
    margin-left: -35px;
    margin-right: -35px;
  }
}
[class*='tm-title-border-'] {
  margin-top: -77px;
  padding-top: 35px;
}
.uk-margin-small-top {
    margin-top: 5px !important;
    font-size: 1.5em;
}
.uk-grid-margin > .uk-panel .tm-title-border {
  margin-top: -102px;
  padding-top: 70px;
}
.uk-margin-top > .uk-panel .tm-title-border {
  margin-top: -92px;
  padding-top: 70px;
}

@media (min-width: 960px) {
  .tm-title-border-large-left {
    margin: 0 -143px 35px -35px;
    padding-right: 143px;
  }
  .tm-title-border-large-right {
    margin: 0 -35px 35px -143px;
    padding-left: 143px;
  }
}
.uk-panel p {
    font-size: 1em;
}
.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #0f0f0f;
    text-transform: none;
    display: inline-block;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0);
    vertical-align: middle;
    line-height: 38px;
    min-height: 40px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #0f0f0f;
    border-right: 0;
    border-left: 0;
}
.uk-button:not(.uk-button-link):before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-transition: bottom 0.2s, background 0.5s, color 0.2s ease-in-out;
  transition: bottom 0.2s, background 0.5s, color 0.2s ease-in-out;
}
.uk-button:before {
  background-color: #0f0f0f;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}
.uk-button:hover:before,
.uk-button:focus:before {
  bottom: 0;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.uk-button:active:before,
.uk-button.uk-active:before {
  bottom: 0;
}
.uk-button.dark {
    background: #000;
    color: #fff;
    margin-bottom: 10px;
}
.uk-button.dark:hover {
    color: #000;
}
.uk-button.dark:before {
    background: #fff;
}
.tm-text-highlight {
    background-size: 100% 40%;
    background-position: 0 100%;
    background-image: -webkit-linear-gradient(#d4e5f7, #d4e5f7);
    background-image: linear-gradient(#d4e5f7, #d4e5f7);
    background-repeat: repeat-x;
}

.edd_download_purchase_form {
    display: inline-block;
}


.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:hover, .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:focus, .edd-submit.button.blue:hover, .edd-submit.button.blue:focus {
    /*background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    outline: none;
    text-decoration: none;
    border-color: #0f0f0f;*/
    background-size: 100% !important;
    text-decoration: none !important;
    color: #56bfc9;
    background: transparent !important;
    border: 2px solid #56bfc9;
    background-image: url('https://www.codemenschen.at/wp-content/themes/codemenschen/images/hocetr.png');
    background-repeat: no-repeat !important;
    background-position: 5% 60% !important;
}
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:before, .edd-submit.button.blue:before {
    content: "";
    position: absolute;
    background-color: #0f0f0f;
    bottom: -100%;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    -webkit-transition: bottom 0.2s, background 0.5s, color 0.2s ease-in-out;
    transition: bottom 0.2s, background 0.5s, color 0.2s ease-in-out;
}
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:hover:before, .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:focus:before, .edd-submit.button.blue:hover:before, .edd-submit.button.blue:focus:before {
    bottom: 0;
}
@media only screen and (max-width: 1200px) {
.uk-width-large-2-5, .uk-width-large-3-5 {
    width: 50%;
}}

@media only screen and (max-width: 992px) {
  [class*='uk-width'] {
    box-sizing: border-box;
    width: 100%;
    min-height: auto !important;
}
.uk-flex-order-last-large {
    order: 0;
}
.uk-width-large-2-5 > .uk-panel .tm-title-border {margin: -70px 0 30px;padding: 50px 30px 30px;text-align: center;}
}
pre code:before {
    content:  "[";
}pre code:after {
    content:  "]";
}
label {
    display: block;
}
.wpcf7-textarea.form-control {
    height: 100px;
}
.wpsp_helpdesk_widget_menu_item .menu_item_icon, .wpsp_helpdesk_widget_menu_item .menu_item_label {
    border: 0;
} 
.panel-grid-cell .widget-title {
    margin-bottom: 10px;
    font-size: 1.5em;
}
.purchase-history h4 {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: rotate(270deg);
    background: #000;
    padding: 10px;
    width: 170px;
    text-align: center;
    height: 40px;
    margin-top: -85px;
    margin-bottom: 0;
    transform-origin: right top 0;
    border-radius: 10px 11px 0 0;
    border: 0;
    font-size: 16px;
}
.purchase-history h4 a {
    color:  #fff;
    text-decoration:  none;
}
.left-stick a, .customization a {
    position: fixed;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    top: 50%;
    left:  0;
    height: 200px;
    margin-top: -190px;
    text-align:  center;
    font-size: 18px;
    padding: 5px;
    background: #239fdb;
    display: block;
    border-radius: 0 10px 10px 0;
    color:  #fff;
    text-decoration: none;
}
.customization a {
  margin-top: 40px;
  background: #000;
}
.wpcf7-text, .wpcf7-textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    height: 35px;
    padding: 0 10px;
    outline:  0;
}
.wpcf7-textarea {
    height: 100px;
    padding: 10px;
}
.wpcf7-submit {
    background: #239fdb;
    border: 0;
    padding: 7px 20px;
    color:  #fff;
    border-radius: 5px;
    font-size: 18px;
}
.edd_download_purchase_form .edd_price_options span {
    font-size: 18px;
}
.edd_price_options label {
    margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .customization h4, .purchase-history h4, .left-stick a {display: none;}
}
.white-box {
    background:  #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 13px;
}
.white-box .widget-title {
    font-size: 18px;
    font-style: italic;
    color: #48aeb7;
}
.white-box ul {
    font-size: 14px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list {
    max-width: 100%;
}
.wedocs-single-wrap {
    margin-top: 50px;
}
.wedocs-single-wrap .entry-header {
    padding: 0;
}
.wedocs-single-wrap .entry-header .entry-title {
    font-size: 2.5em;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children {
    margin: 0 0 0 20px;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children a {
    padding: 3px 15px;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
    padding: 3px 10px;
}
.article-child > h3 {
    display: none;
}
body #wpsp_helpdesk_agent {
    bottom: 15px;
    right: 90px !important;
}

.redesign-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
}
.redesign-popup .popup-content {
    width: 625px;
    background: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}
.redesign-popup .popup-content h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.redesign-popup .popup-content :last-child {
    margin-bottom: 0;
}
.redesign-popup .popup-content .close {
    font-size: 28px;
}
.redesign-popup .popup-content span {
    color: #aaa;
    font-size: 11px;
}

.entry-content {
    padding-left: 20px; 
}


h1.entry-title{
    text-align: left;
    text-transform: capitalize;
}

.autobloggpt-blogs h2 {
    margin-top: 70px; 
    text-align: left;
}

.autobloggpt-blogs div + a {
    float: right; 
    margin: 10px 0; 
    clear: both; 
    background-color: #239fdb;
    color: #fff;
padding: 15px 25px;
}
.autobloggpt-blogs div + a:hover{
    background-color: #0496df;
}
.autobloggpt-blogs div {
   text-align: left;
}
