/*-----------------------------------------------------------

	Theme Name: BrasilCine
	Description: Child theme from Adapt
	Author: Approdites AB
	Version: 1.0
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Template: adapt
	
	
*/

@import url("../adapt/style.css");
@import url('../adapt/css/responsive.css');



/*google font*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/


body {
	background: #000;
    font-family: 'Droid Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

a {
    color: #FF9900;
}

a:hover {
	color: #FF9900;
}

p { margin: 0 0 1em;
	color: #000; }

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
#page-heading {
	margin-top: -10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #000;
	text-transform: uppercase;
}

.post_heading {
	margin-top: -10px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 5px solid #000;
	text-transform: uppercase;
}


h2 { font-size: 18px; text-transform: uppercase; }
h3 { font-size: 16px; text-transform: uppercase; }

h1 a,
h2 a,
h3 a,
h4 a { color: #000; }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #FF9900; }

h2.heading{
	background: url(images/dot.png) center center repeat-x;
	text-transform: uppercase;
}



/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#masterhead {
	padding: 15px 0px;
	border-bottom: 5px solid #000;
}

#logo {
	float:left;
	max-width: 100%;	
}

#headerimage {
	float: right;
	max-width: 100%;
	margin: -20px -30px 0 0;
	padding: 0 0 0 0 ;
}

#headerright {
	float: right;
	margin-top: -70px;
}

/*-------------------------------------------------*
/* =  masternav
/*-------------------------------------------------*/
#masternav {
	position: relative;
	font-size: 18px;
	padding-left:0;
}


/*** masternav skin ***/
.sf-menu {
    	float: right;
    	margin-bottom: -10px;
}
.sf-menu a {
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	font-weight: normal;
    	color: #000;
	padding: 0 10px;
    	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}

.sf-menu ul {
    position: absolute;
    top: 40px;
    width: 120px;
}

.sf-menu > li > a:focus,
.sf-menu > li > a:hover,
.sf-menu > li > a:active,
.sf-menu > li.sfHover > a,
#masternav > a:first-child {
	color: #FF9900;
}
/*Subs*/

.sf-menu ul{
	padding: 0;
	font-size: 12px;
	background: #eee;
	border: 1px solid #ddd;
}
.sf-menu ul a{
	margin: 0;
	line-height: normal;
	height: auto;
	padding: 10px;
	display: block;
	float: none;
	color: #000;
	font-weight: normal;
	text-transform: none;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
	color: #fff;
	background: #FF9900;
}

#masternav .current-menu-item a {
color: #000001 !important;
}

.sf-menu ul li{
	border-bottom: 1px solid #ddd;
}
.sf-menu ul li:last-child{
	border-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/

#home-tagline{
	font-size: 21px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 5px solid #FF9900;
}

/*-----------------------------------------------------------------------------------*/
/* = Image Slider
/*-----------------------------------------------------------------------------------*/

.flex-direction-nav li a.flex-prev:hover,
.flex-direction-nav li a.flex-next:hover {
	text-decoration: none;
	background: #FF9900;
}

#single-nav-left a:hover,
#single-nav-right a:hover{
    color: #fff;
	background: #FF9900;
}

/*-----------------------------------------------------------------------------------*
/* = Portfolio
/*-----------------------------------------------------------------------------------*/

#single-portfolio-left {
	width: 49%;
	margin-right: 0;
	margin-bottom: 20px;

}

#single-portfolio-right {
	width: 45%;
	margin-right: 0;
	margin-bottom: 20px;

}

ul.filter a:hover,
ul.filter a.active{
	background: #FF9900 !important;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*
/* = Program
/*-----------------------------------------------------------------------------------*/



.program-content-title {font-weight: bold; text-transform: uppercase;}

 .program-list-title {margin: 1em 5em 1em 1.5em; padding-right: 1.2em}

 .program-list, .element a {list-style: none; padding: 0.2em 7em 0.2em 0.2em;}


#program-wrap .portfolio-item {width: 940px; margin-top: 1em; margin-bottom: 5px; top: 20px;}


#program-wrap .portfolio-item a {display: inline;}

.program-list-single{ padding-right: 1em;}

/*-----------------------------------------------------------------------------------*
/* = Social Icons
/*-----------------------------------------------------------------------------------*/

.social-icons ul
{
list-style-type: none;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0;
padding-right: 20px;
margin: 0;
}

.social-icons ul li {display:inline;}

/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.entry clearfix {
	float: left;
}

ul.post_cat_style {
	font-size: 18px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	list-style: none;
	color: #999;
	height: 30px;
	line-height: 30px;
}

ul.post_cat_style li{
	float: left;
	height: 25px;
	line-height: 25px;
}

ul.post_cat_style a{
	display: block;
	background: #eee;
	color: #666;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

ul.post_cat_style li:last-child a{
	 margin: 0px;
}

ul.post_cat_style a:hover,
ul.post_cat_style a.active{
	background: #FF9900 !important;
	color: #fff;
}

/*single post*/

#single-post{
	width: 100%;
}

#single-wrap{
	margin-bottom: 20px;
	width: 100%;
}

#single-left{
	float: left;
	width: 49%;
	margin-bottom: 20px;
}

#single-right {
	float: right;
	width: 45%;
}

#single-post-left h1{
	font-size: 18px;
	line-height: 1em;
}


.page .post ul li{list-style: circle;margin-left: 40px;}

#single-right li.awards {
	list-style: circle;
}

/*-----------------------------------------------------------------------------------*
/* = Entries
/*-----------------------------------------------------------------------------------*/
.loop-entry {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #FF9900;
}


/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/

.comment-meta  .comment-reply-link {
	font-size: 11px;
    color: #FF9900;
}

/*-----------------------------------------------------------------------------------*
/* = Sidebar horizontal
/*-----------------------------------------------------------------------------------*/

#sidebar-horizontal {
	float: right;
	width: 100%;
	padding-top: 20px;
	margin-top: -50px;
}

#sidebar-horizontal ul {
	line-height: 20px;
	margin-left: 0px !important;
	display: inline;

}

#sidebar-horizontal li.widget {
	float: left;
	/*width: 120px;*/
	padding-right: 10px;
}

#sidebar-horizontal li h2 {color: white; padding-top: 1em;}

/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/

#footer p{
	
	color: #fff;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #FF9900;
}

.footer-widget h4{
	border-bottom: 1px solid #FF9900;
}

#google_translate_element {
	float: right;
}

#google_translate_element a{
	color: #000;
}

/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/

#sidebar {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.sidebar-box h4 {
	font-size: 16px;
}


/*-----------------------------------------------------------------------------------*
/* = Social icons
/*-----------------------------------------------------------------------------------*/


.social-post {top:3.0em; padding-top: 10px;}
.counter-twitter { display: inline-block; margin-left:0em; }
.counter-fb-like { display: inline-block; margin-left:0.5em; }
.counter-google-one { display: inline-block; margin-left: 0.2em; padding-right: 10px; }


/*-----------------------------------------------------------------------------------*
/* = ACF/Tecnical Details
/*-----------------------------------------------------------------------------------*/

div.single-right aside.tech_details p span{font-weight: bold;}