/*
 Theme Name:   Yaaburnee Premium Child Theme
 Theme URI:    ttp://yaaburnee.different-themes.com/
 Description:  Yaaburnee Premium Wordpress Child Theme
 Author:       Different Themes
 Author URI:   http://www.different-themes.com/
 Template:     yaaburnee-themes
 Version:      1.1.4
 Tags: 
 Text Domain:  yaaburnee-theme-child
*/

@import url("../yaaburnee-themes/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.red		{ color: #C0392B; }
.blue-green	{ color: #16A085; }
.blue		{ color: #3498DB; }
.light-blue	{ color: #5588aa; }
.dark-blue	{ color: #00438F; }

.underline { text-decoration: underline; }

/*
This prevents the video container from being full width above max-width, which results in pixelated preview pictures.
The selector looks for a link that begins with youtube.com to apply the rule.
*/
.fluid-width-video-wrapper iframe[src^="http://www.youtube.com"] {
	max-height: 430px;
	max-width: 640px;
}

/*
This add a bit of spacing in between the link which are located in the widgets of the sidebar. Examples for such links are:
- the authors
- the RSS feed items
- Select 9/11 Truth Links
and so on...
*/
aside[class^="widget"] ul li   { border-bottom: 1px solid #f0f0f0; }
aside[class^="widget"] ul li a { display: block; padding: 5px; }

/*
This removes the above declaration for the contact form in the footer.
*/
footer aside[class^="widget"] ul.fa-ul li   { border-bottom: none; }

/*
This adds a different background color to every even post that is listed in "blog view".
It helps to distinguish between each post when they are listed.
*/
.category-block-news-4 .main-post:nth-of-type(2),
.category-block-news-4 .main-post:nth-of-type(4),
.category-block-news-4 .main-post:nth-of-type(6),
.category-block-news-4 .main-post:nth-of-type(8),
.category-block-news-4 .main-post:nth-of-type(10),
.category-block-news-5 .main-post:nth-of-type(2),
.category-block-news-5 .main-post:nth-of-type(4),
.category-block-news-5 .main-post:nth-of-type(6),
.category-block-news-5 .main-post:nth-of-type(8),
.category-block-news-5 .main-post:nth-of-type(10) {
	background-color: #ecedf2;
	border-bottom: 1px solid #cfd1c5;
}




/*
These deactivates the jumping effect on hover for carousel images.
*/
.carousel-post .cont-img:hover img	{ opacity: 1; transform: none; }
.carousel-post .cont-img		{ opacity: 1; transition: none; }


/*
These deactivates the jumping effect on hover for images on the homepage.
*/
.category-block-news-1 .main-post .cont-img { background-color: white }
.category-block-news-1 .main-post .cont-img:hover img {
	border: 7px solid #272727;
	opacity: 1;
	transform: scale(1);
}
.category-block-news-1 .main-post .cont-img img {
	border: 7px solid transparent;
	opacity: 1;
	transition: all 0.3s ease-in-out .5s;
	width: 100%
}

/*
These deactivates the jumping effect on hover for images on category pages.
*/
.category-block-news-4 .main-post .cont-img { background-color: white }
.category-block-news-4 .main-post .cont-img:hover img {
	border: 10px solid #272727;
	opacity: 1;
	transform: scale(1);
}
.category-block-news-4 .main-post .cont-img img {
	border: 10px solid transparent;
	opacity: 1;
	transition: all 0.3s ease-in-out .5s;
	width: 100%
}

/*
These deactivates the jumping effect on hover for images on the blog page.
*/
.category-block-news-5 .main-post .cont-img { background-color: white }
.category-block-news-5 .main-post .cont-img:hover img {
	border: 7px solid #272727;
	opacity: 1;
	transform: scale(1);
}
.category-block-news-5 .main-post .cont-img img {
	border: 7px solid transparent;
	opacity: 1;
	transition: all 0.3s ease-in-out .5s;
	width: 100%
}

/*
This changes the font color of the tag titles
*/
.tagcloud a { color: #373737; }


/*
This is to align the Free Software Foundation widget in the center.
*/
#fsf_campaign_widget { margin: 0 auto;}

/*
This is to improve spacing of the input field and the submit button.
*/
#fsf_campaign_widget_bg_logo #frmEmail {
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 5px;
}

/*
This sets the size of the input field and the submit button to the same value.
*/
#fsf_campaign_widget_bg_logo input { width: 70%; }
/*******************
 * * youtube Widget
 * ********************/
aside.block-icons-001 img{
//display: inline;
width: 50px;
height: 50px;
padding: 2px;
margin-left: auto;
margin-right: auto;
margin-bottom: 6px;
}

aside.block-icons-001 img{
border: 2px solid #D6D6D6;
transition: border-color 0.4s ease;
}

aside.block-icons-001 img:hover{
border: 2px solid #3277dc;
}

aside.block-icons-001 div.community-block{
display:block;
width: 68px;
font-size: 13px;
font-weight:bold;
font-style: italic;
font-family: Verdana,Helvetica,sans-serif !important;
text-align:center;
float:left;
margin-bottom: 2em;
}
