/*

Theme Name: DAf

Author: DAF

*/

/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */
/*
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4rem 0 1.6rem 1.6rem;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4rem 1.6rem 1.6rem 0;
}
.aligncenter {
  display: block;
  margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {

}
.sticky {
  background: #f7f7f9;
  padding: 1rem;
}
.bypostauthor {
  background: #f7f7f9;
  padding: 0.5rem;
}
.gallery-caption {
  font-weight: bold;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.cursor-pointer{
  cursor: pointer;
}
/* * * * * * * * * * * * * * *
 * ??? profit
 * * * * * * * * * * * * * * */

body > nav.navbar {
  border-radius: 0;
}

.main-container {
  border-radius: .25rem;
  background: white;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.widget {
  margin-bottom: 2rem;
}
.post {
  margin-bottom: 2rem;
}
nav.navbar {
  margin-bottom: 2rem;
}
.z-index-1{
  z-index: 1000;
}
.z-index-2{
  z-index: 2000;
}
.z-index-3{
  z-index: 3000;
}
.z-index-4{
  z-index: 4000;
}
.z-index-5{
  z-index: 5000;
}
.z-index-6{
  z-index: 6000;
}
.text-small{
  font-size: 10px;
}
.text-last-center{
  text-align-last: center;  
}
.text-spacing-xs{
  letter-spacing: 0.25rem;
}
.text-spacing-sm{
  letter-spacing: 0.5rem;
}
.text-spacing-md{
  letter-spacing: 0.75rem;
}
.text-spacing-lg{
  letter-spacing: 1rem;
}
.text-spacing-xl{
  letter-spacing: 1.25rem;
}
.line-height-xs{
  line-height: 1;
}
.line-height-sm{
  line-height: 1.25;
}
.line-height-md{
  line-height: 1.5; 
}
.line-height-lg{
  line-height: 1.75; 
}
.line-height-xl{
  line-height: 2;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.bottom-0{
  bottom: 0px
}
.w-65{
  width: 65%;
}
.opacity-0{
  opacity: 0;
}
.opacity-1{
  opacity: 1;
}

/* WRAP */

.arc-wrapper{
  position: relative;
  margin: 0px auto;
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  width: 500px;
  height: 360px;
}
.arc-wrapper:before{
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  background: #F5E9BC url(../images/noise.png) repeat top left;
  border: 10px solid #452716;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.3);
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -180px;
}
.arc-wrapper:after{
  content: 'A';
  color: #F5E9BC;
  line-height: 210px;
  width: 240px;
  height: 240px;
  background: #452716 url(../images/noise.png) repeat top left;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -120px;
  font-family: 'Sail', serif;
  text-transform: none;
  font-size: 138px;
  text-shadow: 0px 0px 1px #F5E9BC;
  text-indent: -25px;
}
.arc-wrapper h3{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 28px;
  margin-top: 16px;
  color: #D26A44;
  letter-spacing: -4px;
  text-shadow: 1px 1px 1px #954c04;
}
.arc-wrapper h4{
  position: absolute;
  z-index: 10;
  width: 100%;
  font-size: 39px;
  bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font-family: 'Concert One', serif;
}
.arc-wrapper h4 span{
  background: #D26A44;
  padding: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 -3px 0px -3px;
}
.arc-wrapper h4 span.empty{
  background: transparent;
  width: 4px;
}
.example h3{
  font-family: 'Concert One', serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  color: #F8ECBF;
  font-size: 40px;
}
#example2{
  margin-top: 80px;
}
#example4{
  margin-top: 120px;
}


