/*
Theme Name:   Trim Child
Template:     Trim
*/

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

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

body {
	line-height: 1.5;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 1em;
	color: #656464;
	background-color: #c6c6c6;
	background-color: #ffffff;
	background-image: none;
}
a,
#reply-title a {
	
	color: #00add5;
	/* sarah, change it here */
}
a:hover {
	text-decoration: none;
}
h1,
h2,
.controller h2,
h2.et_pt_title,
h2.et_pt_title a,
h3,
h3 a,
h4,
h4.widgettitle,
h5,
h6 {
	color: #ff754a!important;
}
h1,
h2,
.controller h2,
h3,
h4,
h4.widgettitle,
h5,
h6,
article.entry .wp-caption + h2,
article.entry .wp-caption + h3 {
	margin: 1em 0 1em;
	letter-spacing: 0;
}
h1.main_title {
	background: #555d6c; 
	background: #b6b5b5;
	color: white!important;	
	margin: 0 -39px 40px;;
	text-align: center;
	height: 36px; line-height: 1.5;
}
h2.et_pt_title {
	margin-bottom: 0;
}
#et_pt_blog h2.et_pt_title {
	margin-top: 0;
}
p + img {
	margin: 2em 0;
}
#breadcrumbs {
	display: none;
}

#main_content {
	padding-top: 0;	
}
.entry, #comment-wrap {
    padding: 0px 0px 0 60px;
    position: relative;
}








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

/*---------------[DROPDOWN MENU]------------------*/

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

span.menu_slide,
span.main_text {
	display: block;
	position: relative;
}
ul.nav > li.current-menu-item:before,
#menu .nav li.et_hover:before,
#mobile_nav:before,
#featured-controllers li.active-slide:before,
.et_animated_bar {
	position: absolute;
	content: '';
	left: 0;
	top: -4px;
	width: 100%;
	height: 3px;
	border-top: 1px solid #fe7549;
	background: #fe7549;
}
ul.nav > li.current-menu-item:after,
.post_meta:after,
#mobile_nav:after,
#featured-controllers li.active-slide:after,
.et_animated_bar:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	border: solid;
	border-color: #fe7549 transparent;
	border-width: 0px 0px 0 0px;
	z-index: 2;
	margin-left: -3px;
}
.post_meta:after {
	bottom: -3px;
	top: auto;
}
#featured-controllers li.active-slide:before,
.et_animated_bar {
	top: -1px;
}
#featured-controllers li.active-slide:after,
.et_animated_bar:before {
	top: 3px;
}
.et_animated_bar {
	width: 7px;
	left: 120px;
}
#menu ul.nav ul,
ul#mobile_menu {
	background: #fe7549;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#menu ul.nav ul a {
	color: #fff;
}
#menu .nav a,
ul#mobile_menu a {
	color: #444;
}
span.menu_slide {
	background: #fe7549;
}
#mobile_nav.opened {
	background: #fe7549;

}
.donate-button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1em 0 0;
	padding: 1em;
	line-height: 1;
	text-align: center;
	color: #FFF !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ff754a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 117, 74)), to(rgb(240, 86, 37)));
	background-image: -webkit-linear-gradient(top, rgb(255, 117, 74), rgb(240, 86, 37));
	background-image: -moz-linear-gradient(top, rgb(255, 117, 74), rgb(240, 86, 37));
	background-image: -o-linear-gradient(top, rgb(255, 117, 74), rgb(240, 86, 37));
	background-image: -ms-linear-gradient(top, rgb(255, 117, 74), rgb(240, 86, 37));
	background-image: linear-gradient(top, rgb(255, 117, 74), rgb(240, 86, 37));
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ff754a', EndColorStr='#f05625');
}
.donate-button:hover,
.donate-button:Active {
	background-color: #f05625;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 86, 37)), to(rgb(255, 117, 74)));
	background-image: -webkit-linear-gradient(top, rgb(240, 86, 37), rgb(255, 117, 74));
	background-image: -moz-linear-gradient(top, rgb(240, 86, 37), rgb(255, 117, 74));
	background-image: -o-linear-gradient(top, rgb(240, 86, 37), rgb(255, 117, 74));
	background-image: -ms-linear-gradient(top, rgb(240, 86, 37), rgb(255, 117, 74));
	background-image: linear-gradient(top, rgb(240, 86, 37), rgb(255, 117, 74));
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f05625', EndColorStr='#ff754a');
	cursor: pointer;
}
.donate-button a {
	color: #FFF;
}
#top-area {
	border-bottom: 1px solid #EFEFEF;
	padding: 20px 49px 110px 58px;
}
.designer-logo {
	border-top: 1px solid #eee;
	text-align: center;
	position: relative;
	margin: 1em auto;
}
.designer-logo a {
	
}
.sponsors a {
	display: block;
	float: left;
	background: red;
	width: 150px!important;
	height: 50px!important;
	margin: 1em;
}
.sponsors a img,
.sponsors a h4 {
	width: 150px!important;
	height: 50px!important;
	display: block;
}
.sponsors h3 {
	margin-top: 2em;
}
p.et_pt_blogmeta {
	font-family: inherit;
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: none;
}
div.et_pt_blogentry {
	border-bottom: 1px dashed #DCDCDC;
}

.footer-widget {
	margin-right: 20px;
	float: left;
	border-right: 1px dashed #DCDCDC;
	padding: 10px 20px 0px 0px;
	width: 259px;
	text-shadow: 1px 1px 1px #FFF;
}




/* flickr gallery */
.page-links {
	margin: 1em 0;	
}
.page-links a {
	display: inline-block;
	margin: 0 4px 0 0; padding: 4px 8px;
	background: #4fc8ec; color: white;
}


.flexslider .slides img {
  width: auto; 
height: auto; 
max-width: 100%;
max-height: 100%; 
margin: 0 auto; 
vertical-align: middle
display: inline !important; /* To centralize the portrait photos*/
}

#top-area {
	border-bottom: 1px solid #EFEFEF;
	padding: 20px 49px 110px 58px;