/*
Theme Name: DanReiland - Author Child
Theme URI: https://array.is/themes/author-wordpress-theme/
Template: author
ext Domain: author-child
Description: Author is a very clean blog style theme. Post your photos, articles or video with this responsive design.
Author: Array
Author URI: https://array.is
Version: 4.0.7
Tags: blue, gray, light, white, two-columns, right-sidebar, fluid-layout, custom-background, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


body{
    font-family: "kulturista-web", Georgia, serif;
    color: #404549;
}

h1, h2, h3, h4, h5, h6{
    color: #555;
    font-family: "kulturista-web", Georgia, serif;
}

.sub-title h1{color: #555;}

a{
    color: #ff8c00;
}

.header-wrapper{
    background-color: #605951;
}

.header-wrapper .logo-text a{
    font-size: 34px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "kulturista-web", Georgia, serif;
    letter-spacing: 0.10em;
}
.secondary-menu-wrap{
    background-color: #FF8C00;
}

#menu-item-2682{
	background: #FF8C00;
	border-radius: 3px;
}

#menu-item-2682:hover{
	background: #6B747A;
}

#menu-item-2682 a{
	opacity: 1 !important;
	padding: 5px 8px 8px 8px !important;
}

.header-wrapper li a, .secondary-menu li a{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px){
    .menu-toggle {
      color: #FFF !important;
    }
}


.logo-text span{
	display: block;
	color: #fff;
	font-style: italic;
}

#sidebar{
    color: #555;
}

#sidebar a{
    color:  #404549;;
}

#sidebar a:hover{
    color: #555;
}

#sidebar img{
    width:100%;
    height: auto;
}

.dansphoto{margin}

#sidebar .widget {
    padding: 0 0 25px;
    border-bottom-color: #c9c6bd;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#sidebar .widget ul li {
  list-style-type: disc;
}

#sidebar .widget a{color: #ff8c00}
#sidebar .widget a:hover{text-decoration: underline;}

#sidebar .widget h2 {
    font-size: 22px;
}

#sidebar .widget.widget_black_studio_tinymce {
    border-bottom: none;
}

#sidebar .widget.widget_black_studio_tinymce p{
    padding: 15px;
    background: #FFF;
}

#sidebar .widget_mailchimpsf_widget #mc_signup_form{
    padding: 15px;
}

#sidebar .widget iframe{
    width: 100%;
}

#searchsubmit{
    background-color: #605951;
}

#searchsubmit:hover{
    background-color: #4f4943;
}

#mc_signup_submit{
	width: 80% !important;
	margin-top: 5px !important;
	padding:10px 15px; background:#ccc; border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 0 2px 0 #352f29;
    background: #605951;
}

.post .bar{  padding: 25px 3%;}

.google_top_posts{
	background:#fff;
	padding: 15px 5px 0px 5px !important;
}

.google_top_posts h2{padding-left: 15px;}

.gtc-list li{
	padding: 10px;
}

.gtc-list li img.alignleft{
	width: 100px !important;
	margin: 0px 10px 20px 0;
}

/*Social Share*/

.bar .share {
    width: 50%;
}

.bar-categories {
  width: 50%;
}
@media only screen and (max-width: 768px){
    .bar-categories, .share {
        width: 100% !important;
        margin-right: 0;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 980px){   
    .at-above-post {display: none;}
}

#content table td, #content table th {padding: 5px;}




#atstbx div table{border: 0px none;}

.at4-count-container, .at4-share-container{
	padding: 5px 10px 0px 10px !important; 
	vertical-align: top;
	min-width: 50px !important;
	}

.at4-jumboshare .at4-count-container{min-width: 50px !important;}

.at-above-post{margin-bottom: 25px;}

.at4-jumboshare table{border: 0 none !important;}

.at4-count{line-height: 0.6em;}

.at4-jumboshare .at4-count{line-height: 36px !important; font-size: 36px !important;}
.at4-jumboshare .at4-title{line-height: 36px !important; bottom: 0px !important; }

.at4-jumboshare .at4-count span{font-size: 0.6em; line-height: 0.6em;}

.at4-count span{
	font-size: 0.6em !important;
    line-height: 0.6em !important;
}

.at4-share-container a:hover{border-bottom: 0px none !important;}

/* Archive Pages */
.category .sub-title{display: none;}

.featured-image img {
  max-width: 100%;
  min-width: inherit;
  height: auto;
  display: block;
  max-height: 580px;
  width: auto;
  margin: 0 auto;
}

.title-wrap{
	padding: 3% 3%;
}

.post .post-content{
	padding: 0 3%;
}

.more-link{
	background: #ff8c00;
	display: block;
	padding: 12px 0px 17px;
	color: #fff !important;
	width: 50%;
	margin: 1.6em auto 0em;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: "kulturista-web", Georgia, serif;
	text-transform: uppercase;
}

a.more-link:hover{
	border-bottom: 0px none !important;
	background: #6B747A;
}

/* Single Posts */
.single-post .title-meta a:first-child{display: none;}

.single-post .title-meta .sep:nth-of-type(1)
{
    display: none;
}

.single-post .featured-image{display: none;}

.post-content a:hover{
	border-bottom: 1px solid #605951;
}

.entry-title{font-size: 40px;}

.first-paragraph:first-letter {
	font-size: 4em;
	line-height: 0.6em;
	float: left;
	margin:10px 10px 5px 0px;
}

.post-content p, .post-content ul, .post-content ol{
	font-family: "adobe-text-pro", Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
	color: #404549;
}

.post-content img{margin: 15px 0px;}

.wp-caption { 
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption img{margin-bottom: 1px !important; margin-top: 5px !important;}
.wp-caption p.wp-caption-text{font-size: 1.2em !important;}

.post-content h2, .post-content h3{margin-bottom: 3%;}

.post-content h4{margin-bottom: 1.5%;}


.post-content ul, .post-content ol{margin-left: 2em;	}
.post-content ul li{list-style-type: disc;}
.post blockquote{
	  border-top: 0px none;
	  border-bottom: 0px none;
	  padding: 0em 3em 0.3em;
	  font-style: italic;
}

.post blockquote:before{
	content: "\201C";
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 5.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: -0.02em;
	text-decoration: none;
	text-transform: none;
}

.post blockquote p{color: #605951;}

/* Click to Tweet */
.tm-click-to-tweet{
	margin-bottom: 35px;
	background: #f9f9f9;
}

.tm-click-to-tweet .tm-ctt-text a{color: #605951;}

.tm-click-to-tweet a.tm-ctt-btn{font-size: 14px; color: #ff8c00;}


/* Comments */
#disqus_thread{
	background: #fff;
	padding: 25px 3%;
}

.comments-wrap{padding: 7% 3% 8% 3%;}


/*Book Post Archive*/
body.post-type-archive-book .sub-title{display: none;}

body.post-type-archive-book .post{
    width: 48%;
    float: left;
    margin: 3% 1%;
    position: relative;
}

body.post-type-archive-book .post:nth-child(odd){
    clear: both;
}

@media only screen and (max-width: 768px){
    body.post-type-archive-book .post{
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}
body.post-type-archive-book .post .box .frame{
    width: 70%;
    float: left;
}

@media only screen and (max-width: 768px){
    body.post-type-archive-book .post .box .frame{
        min-height: 100%;
        width: 60%;
		float: left;
    }
}

body.post-type-archive-book .category-title{
    padding: 50px 0 15px;
    clear: both;
    margin: 0;
}

body.post-type-archive-book .category-title:nth-of-type(1)
{
  	padding-top: 0px;
}


body.post-type-archive-book .category-title:before{
    display: block;
    clear: both;
    content:"";
}


body.post-type-archive-book .featured-image {
  background: #FFF;
  display: block;
  padding: 3%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100%;
  width: 28%;
  min-height: 180px;
  float: left;
  margin-left: 2%;
  margin-top: 2%;
}
@media only screen and (max-width: 768px){
    body.post-type-archive-book .featured-image{
		margin: 0 auto;
		min-height: 315px;
		width: 30%;
		max-width: 260px;
    }
}

body.post-type-archive-book .featured-image:before {
    display: block;
    content: "";
    padding-top: 100%;

}

body.post-type-archive-book .featured-image img{
    width: 50%;
    max-width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
    min-width: 50%;
}

body.post-type-archive-book .post-frame{
    width: 100%;
}

body.post-type-archive-book .title-wrap {
  padding: 5% 3%;
  background-color: transparent;
}

body.post-type-archive-book .entry-title{
    font-size: 20px;
    color: #6b6b6b;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px){
	body.post-type-archive-book .entry-title {
		font-size: 30px;
	}
}

body.post-type-archive-book .entry-author{
    display: inline-block;
    margin-top: 20px;
    opacity: 0.8;
    font-style: italic;
}

.type-book .bar{display: none;}

/* Single Book Post*/
.single-book .featured-image{width: auto;}

.single-book .featured-image img{
	min-width: 0px;
	margin: 25px auto;
}

.book-purchase a{
	background: #ff8c00;
	display: block;
	padding: 12px 0px 17px;
	color: #fff !important;
	width: 50%;
	margin: 1.6em auto 0em;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: "kulturista-web", Georgia, serif;
	text-transform: uppercase;	
}

.book-purchase a:hover{	  background: #6B747A; border-bottom: 0px none !important;}

/* Like This Post? Callout Box */
.single .post{
	border-radius: 3px 3px 0px 0px; 
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}

.like-this-post{
	background: #FF8C00;
	width: 100%;
	padding: 3%;
	color: #fff;
	border-radius: 0px 0px 3px 3px; 
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	font-family: "adobe-text-pro", Georgia, Times, 'Times New Roman', serif;
}

.like-this-post h4{color: #fff; font-size: 32px; text-align: center;}

.like-this-post p{margin-bottom: 0.8em;}

.mc-field-group{width: 32%; float: left; margin-right: 1%;}

#embed-subscribe{text-align: center;}

#mc-embedded-subscribe {
  margin-top: 5px !important;
  padding: 10px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  box-shadow: 0 2px 0 #352f29;
  background: #605951;
  margin: 5px auto 0px auto;
}


/*About Page*/

body.page-id-8 #content  { width: 100% }

body.page-id-8 .slides{
    width: 100%;
    border: solid 1px #EEE;
    margin: 0 0 50px;
    overflow: hidden;
    padding: 50px 0 0;
}

body.page-id-8 .slides .controls{
    position: absolute;
    top: 0px;
    z-index: 301;
    background-color: #f7f7f7;
    height: 50px;
    width: 100%;
}

body.page-id-8 .slides .control{
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center;
}

body.page-id-8 .slides .control:hover{
    background: rgba(0,0,0,0.05);
}

body.page-id-8 .slides .cycle-next{
    position: absolute;
    right: 0;
    border-left: solid 1px #DDD;

}

body.page-id-8 .slides .cycle-prev{
    position: absolute;
    left: 0;
    border-right: solid 1px #DDD;
}

body.page-id-8 .slides .cycle-pager{
    position: absolute;
    z-index: 300;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 36px;
    background-color: #F7F7F7;
}

body.page-id-8 .slides .cycle-pager span{
    padding: 0px 6px;
    cursor: pointer;

}

body.page-id-8 .slides .cycle-pager span.cycle-pager-active{
    color: #ff8c00;
}

body.page-id-8 .slides .slide{
    background: #FFF;
    width: 100%;
    padding: 50px 0;
}
body.page-id-8 .slides .slide .left,
body.page-id-8 .slides .slide .right{
    width: 50%;
    float: left;
    padding: 20px 15px;
}

body.page-id-8 .slides .slide .left.two-third{
    width: 66.6%;
}

body.page-id-8 .slides .slide .right.one-third{
    width: 33.3%;
}

@media only screen and (max-width: 768px){
    body.page-id-8 .slides .slide .left.two-third,
    body.page-id-8 .slides .slide .right.one-third{
        width: 100%;
    }
}

body.page-id-8 .slides .slide .left .images .image{
    width: 50%;
    float: left;
    padding: 20px 15px;
}

body.page-id-8 .slides .slide .image img{
    width: 100%;
    height: auto;
}

body.page-id-8 .slides .slide .right .image img{
    height: 100%;
    margin: 0 auto;
    display: block;
}

body.page-id-8 .slides .slide .content{
    font-size: 0.85em;
}

body.page-id-8 .slides .slide .content h1,
body.page-id-8 .slides .slide .content h2,
body.page-id-8 .slides .slide .content h3{
    font-size: 1.4em;
}

@media only screen and (max-width: 768px){
    body.page-id-8 .slides .slide .left,
    body.page-id-8 .slides .slide .right{
        float: none;
        width:100%;
    }

    body.page-id-8 .slides .slide .right .image img{
        height: auto;
        width:100%;
    }
}
