/*
Theme Name: Elegance
Version: 1.1
Theme URI: http://elegance.wpcocktail.com
Description: This elegant and extremely flexible WordPress theme comes with responsive design, ready for retina.
Author: wpcocktail
Author URI: http://wpcocktail.com
License: Themeforest licenses
License URI: http://themeforest.net/licenses
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

@media (max-width: 551px) { 
		.adsbygoogle {display:none !important;}
		.description {display:none !important;}
		.logo {margin: 10px !important; padding: 10px !important; text-align: center;}
		.content_area { padding: 20px !important;}
	}


#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
  sans-serif;
  --width: 728px;
  --font-size: 22px;
}

#carbonads {
  display: block;
  overflow: hidden;
  max-width: var(--width);
  position: relative;
  background-color: hsl(0, 0%, 99%);
  border: solid 1px #eee;
  font-size: var(--font-size);
  box-sizing: border-box;
}

.detail #carbonads {
  margin-top: 12px;
}

#carbonads a {
  color: inherit;
  background-color: hsl(0, 0%, 99%);
  text-decoration: none;
}

#carbonads a:hover {
	background-color: hsl(0, 0%, 99%);
  color: inherit;
}

.carbon-wrap {
  display: flex;
  align-items: center;
}

carbon-img {
  display: block;
  float: left;
  margin: 0;
  max-width: var(--width);
  line-height: 1;
}

.carbon-img img {
  display: block;
  height: 90px;
  width: auto;
}

.carbon-text {
  display: block;
  float: left;
  padding: 0 1em;
  line-height: 1.35;
  max-width: calc(100% - 130px - 2em);
  text-align: left;
}

.carbon-poweredby {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 10px;
  background: repeating-linear-gradient(
                  -45deg,
                  transparent,
                  transparent 5px,
                  hsla(0, 0%, 0%, 0.025) 5px,
                  hsla(0, 0%, 0%, 0.025) 10px
  )
  hsla(203, 11%, 95%, 0.8);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 8px;
  border-top-left-radius: 4px;
  line-height: 1;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  .carbon-text {
    font-size: 14px;
  }
} 