/* LICENSE & DETAILS
   ==================================================

	Theme Name: Culture
	Theme URI: http://cultureinexternalrelations.eu
	Description: Preparatory Action on Culture in EU's External Relations
	Template: supreme
	Version: 1.0
	Author: Mai Ling Corke
	Author URI: http://heyba.by

   ==================================================
*/

/* --------------------------------------------
	SUPREME CSS IMPORT
-------------------------------------------- */

@import url("../supreme/style.css");

/*---------------------------------------------
	BACKEND
-------------------------------------------- */



/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
/* horrible horrible ie stuff */

/*.comments-likes {
display: none; 
}*/


/* HEADER */

/*fix strange alignment*/
#header-section.logo-full #logo img {
margin-left: 8px;
}

/*BLOG ITEM*/

.blog-item-details {
display: none;
}

.blog-item .quote-display {
    text-align: left;
}

.nav-previous span, .nav-next span { 
display: inline-block; 
}

/*hide author info just in case*/

.author-info-wrap {
display: none;
}

/*GALLERY*/

.wp-caption-text, .gallery-caption {
text-align: center;
font-size: 1.1em; 
font-weight: bold;
}

/*IMAGES IN POST OR PAGE*/

.wp-caption {
    background: #f7f7f7;
    border: 0px none; 
	text-align: left;
	padding: 5px 3px 0;
}	

.wp-caption.alignleft {
	margin-bottom: 0;
}

/*FAQS - USED FOR LINKS*/

.faqs-wrap h3
{
display: none;
}

h3.faq-section-title {
display: block !important;
}



/*SIDEBAR*/
.fb-like-box {
background-color: #ffffff;
box-shadow: 1px 1px 7px -4px rgba(0, 0, 0, 0.25);
}

.youtube-player {
height: 200px;
}

.home .span6 , .category .span6, .single .span6, .page .span6{
width: 270px;
margin-left: 0px;
font-size: 13px;
}

.home .box-content-wrap, .category .box-content-wrap, .single .box-content-wrap, .page .box-content-wrap {
padding: 15px;
}

/*Remove author details from recent posts widget*/
.recent-post-details span {
display: none;
}

/*Make Wysija and twitter widget buttons the same*/
.widget_wysija_cont .wysija-submit {
background: #2E2E36; 
color: #ffffff;
font-weight: bold;
font-size: 12px;
padding: 6px 8px;
}

.twitter-link {
font-family: 'Open Sans',sans-serif;
font-size: 12px;
}

.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: #f7f7f7;
    border-color: #00bbce;
}

/*WYSIJA*/
/*Hide related items on Wysija You've Subscribed page*/

.related-wrap{
display: none;
}

/*Add me to your mailing list*/
.wysija-after-comment {
margin-left: -6px;
margin-top: 15px;
}


/*Post slider*/
.slide-excerpt {
margin: 10px;
}

/*SHARING*/
/*hide pinterest button*/
.st_pinterest_hcount {
display: none;
}

/*CONTACT FORM SUBMIT BUTTON*/
.pushbutton-wide, input[type="submit"] {
background: #2E2E36;
color: #ffffff;
font-size: 12px;
}

.contact-submit{
width: 25%;
}
