/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://ropeculture.org/
 Description:  Twenty Fourteen Child Theme
 Author:       Alexander Slavros
 Author URI:   http://ropeculture.org
 Template:     twentyfourteen
 Version:      1.0.0
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*This section sets page to 100% width */
.site {
	background-color: #fff;
	max-width: 100%;
	position: relative;
}
/*This section sets page header to 100% width */
.site-header {
	background-color: #000;
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 4;
}

/* Fix strangely narrow defaults of 2014 theme */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.post-navigation,
.image-navigation,
.comments-area {
max-width: 100%;
}

/* Center Widget Titles */
.widget-title {
    text-align: center;
}

/* Remove underscore */

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: none;
}

/* Front page padding titles*/

.wc-shortcodes-entry-title {padding-top: 10px;}

/* frontpage boxes */

.wc-shortcodes-post-border {border-color: #000000;}

/* accordion for donation and fanpage */

.wc-shortcodes-accordion-trigger {
background-color: #000000;
border-color: #000000;
}

.wc-shortcodes-toggle {
background-color: #000000;
border-color: #000000;
}

.wc-shortcodes-toggle-layout-box {
background-color: #000000;
border-color: #000000;
}

/* frontpage comments tab */

span.wc-shortcodes-comments-link a {
    position: relative;
    margin-left: 3px;
    padding: 2px 7px;
    background-color: #000000;
    color: #999;
    line-height: 1;
}

.wc-shortcodes-comments-link a:after {
 content: "";
 position: absolute;
 left: 40%;
 bottom: -8px;
 width: 0px;
 height: 0px;
 border-bottom: 8px solid rgba(255,255,255,0);
 border-left: 8px solid #000000;
 font-size: 0px;
 line-height: 0px;
}

/* article title margins */

.site-content .has-post-thumbnail .entry-header {
    padding-top: 0px;
}

.taxonomy-description, .author-description {
    color: #767676;
    font-size: 14px;
    line-height: 1.2857142857;
    padding-top: 0px;
}

.full-width .site-content .has-post-thumbnail .entry-header, .full-width .site-content .hentry.has-post-thumbnail:first-child {
    margin-top: -5px;
}

.archive-header, .page-header {
    margin: 0 auto 10px;
}

/* Disqus margins */

#disqus_thread {
    margin: 0 auto;
    max-width: 1000px;
}

/* PayPal Button border */

input.paypal{
border:none;
padding: 0px 0px 0px;
}

/* Testimonies */

.wc-shortcodes-testimonial-content {
    position: relative;
    float: left;
    background: #eeeeee;
    padding: 20px;
    width: 95%;
}

/* Left and Right Picture alignment */

.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft { margin-left: 0 px;}

.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright { margin-right: 0 px; }