/*

Theme Name: Blogberry

Theme URI: http://seedthemes.com/blogberry/

Author: SeedThemes

Author URI: http://seedthemes.com/

Description: Minimal theme for blogger.

Version: 0.8

License: GNU Lesser General Public License

License URI: http://www.gnu.org/copyleft/lesser.html

Tags: one-column, two-columns, custom-background, custom-menu, featured-images, full-width-template, sticky-post, theme-options

Text Domain: blogberry

*/



// Edit to suit your needs.

var ADAPT_CONFIG = {

  // Where is your CSS?

  path: 'blogberry/css/',



  // false = Only run once, when page first loads.

  // true = Change on window resize and page tilt.

  dynamic: true,



  // Optional callback... myCallback(i, width)

  callback: myCallback,



  // First range entry is the minimum.

  // Last range entry is the maximum.

  // Separate ranges by "to" keyword.

  range: [

    '0px    to 760px  = mobile.css',

    '760px  to 980px  = 720.css',

    '980px  to 1280px = 960.css',

    '1280px to 1600px = 1200.css',

    '1600px to 1920px = 1560.css',

    '1940px to 2540px = 1920.css',

    '2540px           = 2520.css'

  ]

};



body{

	background-color: #f0f0f0;

}



h1{font-size: 28px;}

h2{font-size: 24px;}

h3{font-size: 20px;}



body.font-th h1{font-size: 40px;}

body.font-th h2{font-size: 32px;}

body.font-th h3{font-size: 24px;}



a{

	color: #68944a;

}



a:hover{

	color: #80ae61;

}



a:active{

	color: #527b36;

}





#page{

	width: 950px;

	margin: 20px auto;

	padding: 0 20px;

}



#head{

	width: 180px;

	position: fixed;	

}

#head a{

	color: #333;

	-webkit-transition: opacity .2s ease-in-out;

	-moz-transition: opacity .2s ease-in-out;

	-o-transition: opacity .2s ease-in-out;

	-ms-transition: opacity .2s ease-in-out;

	transition: opacity .2s ease-in-out;

}

#head a:hover{

	opacity: 0.8;

	

}

#head a:active{

	opacity: 0.6;

}

#brand{

	position: relative;

}

#brand h2,

#brand h3{

	padding-left: 10px;

}

#brand .logo{

	width: 150px;

	height: auto;

	margin: 15px 0 10px;

	text-align: center;

}

#brand .logo.bordered{

	border: 3px solid #fff;

	border-radius: 100px;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}

#brand .logo.bordered img{

	border-radius: 100px;

	width: 150px;

	height: auto;

}

#brand .title{

	font-size: 22px;

	line-height: 1.3em;

	margin: 0;

	text-align: center;

}

#brand .edit-this-logo{

	position: absolute;

	background-color: rgba(0, 0, 0, 0.7);

	font-size: 11px;

	padding: 1px 5px;

	border-radius: 3px;

	color: #fff;

	white-space: nowrap;

	z-index: 10;

	display: block;

	top: 46px;

	left: 0;

}



body.font-th #brand .title{

	font-size: 22px;

	line-height: 1.2em;

}



#brand .desc{

	margin: 0 0 20px;

	font: italic 12px/1.5em Thonburi, Tahoma, Loma, Arial, sans-serif;

	opacity: 0.6;

	text-align: center;

}

@-webkit-keyframes fadeInUp {

	0% {opacity: 0;-webkit-transform: translateY(10px);}

	100% {opacity: 1;-webkit-transform: translateY(0);}

}

@-moz-keyframes fadeInUp {

	0% {opacity: 0;-moz-transform: translateY(10px);}

	100% {opacity: 1;-moz-transform: translateY(0);}

}

@-o-keyframes fadeInUp {

	0% {opacity: 0;-o-transform: translateY(10px);}

	100% {opacity: 1;-o-transform: translateY(0);}

}

@keyframes fadeInUp {

	0% {opacity: 0;transform: translateY(10px);}

	100% {opacity: 1;transform: translateY(0);}

}

.fadeInUp {

	-webkit-animation-name: fadeInUp;

	-moz-animation-name: fadeInUp;

	-o-animation-name: fadeInUp;

	animation-name: fadeInUp;

	-webkit-animation-duration: 1s;

	   -moz-animation-duration: 1s;

	     -o-animation-duration: 1s;

	        animation-duration: 1s;

	-webkit-animation-fill-mode: both;

	   -moz-animation-fill-mode: both;

	     -o-animation-fill-mode: both;

	        animation-fill-mode: both;

}



@-webkit-keyframes fadeIn {

	0% {opacity: 0;}	

	100% {opacity: 1;}

}



@-moz-keyframes fadeIn {

	0% {opacity: 0;}	

	100% {opacity: 1;}

}



@-o-keyframes fadeIn {

	0% {opacity: 0;}	

	100% {opacity: 1;}

}



@keyframes fadeIn {

	0% {opacity: 0;}	

	100% {opacity: 1;}

}



.fadeIn {

	-webkit-animation-name: fadeIn;

	-moz-animation-name: fadeIn;

	-o-animation-name: fadeIn;

	animation-name: fadeIn;

	-webkit-animation-duration: 2s;

	   -moz-animation-duration: 2s;

	     -o-animation-duration: 2s;

	        animation-duration: 2s;

	-webkit-animation-fill-mode: both;

	   -moz-animation-fill-mode: both;

	     -o-animation-fill-mode: both;

	        animation-fill-mode: both;

}



#s {

	width: 110px;

	font-size: 12px;

}





#nav {

	font-size: 15px;

}

#nav ul{

	margin: 0 0 15px 10px;

}



#nav li{

	list-style: none;

	margin: 0 0 8px;

	line-height: 1.3em;

	display: block;

	color: rgba(51, 51, 51, 0.8);

}



#nav li ul{

	display: none;

}



body.font-th #nav li{

	font-size: 18px;

}



#nav li ul.dropdown-menu{

	display: none;

}



#nav [class^="icon-"], 

#nav [class*=" icon-"] {

	margin-right: 5px;

}





#s:focus{

	border-color: #ccc;

	outline:0;

	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgb(255, 255, 255)

}



#main{

	float: right;

	width: 740px;

}



#content{

	background-color: #fff;

	border-radius: 3px;

	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);

	min-height: 500px;

}



.edit-this-intro{

	color: #fff;

}

.edit-this-intro:hover{

	color: rgba(255, 255, 255, 0.8);

}

.edit-this-intro:active{

	color: rgba(255, 255, 255, 0.6);

}



#intro,

#content h1.title{

	margin: 0;

	color: #fff;

	padding: 14px 30px;

	border-radius: 3px 3px 0 0;

	background-color: #68944a;

	background-size: cover;

}



#intro{

	padding: 30px 45px;

}



.slabtexted .slabtext{display:-moz-inline-box;display:inline-block;white-space:nowrap}

.slabtextinactive .slabtext{display:inline;white-space:normal;font-size:1em !important;letter-spacing:inherit !important;word-spacing:inherit !important;*letter-spacing:0 !important;*word-spacing:0 !important;}

.slabtextdone .slabtext{display:block;line-height:1.7;}









#content h1.title a{

	color: #fff;

}

#content h1.title a:hover{

	opacity: 0.8;

}

#content h1.title a:active{

	opacity: 0.6;

}

.entry{

	padding: 20px 45px;

}



.items{

	padding: 25px 0;

}

.item{

	padding: 15px 45px;

	position: relative;

}



.item .featured-post{



}

.item .pic{

	float: left;

	width: 150px;

}

.item .pic img{

	border-radius: 2px;

	box-shadow: 0px 0px 2px #ccc;

}

.item .info{

	padding-left: 175px;

}

.item .info h3{

	margin: 0;

	font-size: 22px;

}



.item .info .meta{

	font-size: 12px;

	margin: 5px 0 0;

	color: #888;

	padding: 0;

}

.meta{

	color: #999;

	padding: 15px 45px 0;

}

.meta i{

	margin: 0 12px 0 0;

}

.meta [class^="icon-"]:before, [class*=" icon-"]:before {

	margin: 0 4px 0 0;

}

.item .info p{

	margin: 5px 0 0;

}



.sticky{

	

}

.gallery-caption{

	

}





.author{

	

}



.author .pic{

	

}



.author .info{

	

}



.author .author-link{

	

}



.social{

	padding: 2px 45px 20px;

}



.social .more{

	

}



.social .twitter{

	

}



.social .gplus{

	

}



.social .facebook{

	

}





.pagination{

	padding: 0 45px;

	margin: 0 0 30px;

}



#content .fb-comments{

	padding: 20px 45px 2px;

	clear: both;

	display: block;

}



#content .fb-comments span,

#content .fb-comments iframe{

	width: 100% !important;

}





#sidebar{

	padding: 0 10px;

}



.widget{

	list-style: none;

}



.widget h3{

	font-size: 18px;

	margin: 0 0 5px;

}







li.comment.bypostauthor{

	background-color: #ebf2f8;

	border-color: #cddeed;		

}



#foot-widgets{

	border-top: 1px solid #e4e4e4;

	padding: 0 25px;

}

#foot-widget {

	display: table;

	width: 100%;

	margin: 0;

	color: #888;

	font-size: 13px;

}

#foot-widget>li{

	display: table-cell;

	padding: 20px;

}





#foot{

	font-size: 11px;

	overflow: hidden;

	padding: 10px 0;

	opacity: 0.5;

}

#foot a{

	color: #333;

}

#foot .credit{

	float: right;

}



#foot .copyright{

	float: left;

}













@media screen and (max-width: 990px) {



#page {margin: 0 auto;padding: 0;width: 740px;}



#head {

	width: 100%;

	padding: 15px 0 0;

	float: none;

	position: relative;

	margin: auto;

}

#brand {float: center;margin: 0 0 10px;width: 100%;}

#brand .logo{

	float: center;

	text-align: center;

	max-width: 1500px;

	width: auto;

}

#brand .edit-this-logo{

	display: none;

}

#brand .logo img,

#brand .logo.bordered img{

	height: 150px;

	width: auto;

	float: center;

}

#brand .name{

	float: center;

	padding: 3px 0 0 6px;

}

#brand .desc {

	margin: 0 0 10px;

}





#nav {

	float: right;

	margin: 0 0 0 20px;

	width: 100%;

}

#nav .menu-toggle {

	display: block;

	padding: 4px 8px;

	margin: 10px 0;

}

#nav #mainnav{

	height: 0;

	opacity: 0;

	overflow: hidden;

	-webkit-transition: all .5s ease-in-out;

	       -moz-transition: all .5s ease-out;

	            transition: all .5s ease-out;

}

#nav #mainnav.show{

	height: auto;

	opacity: 1;

	min-height: 80px;

	max-height: 400px;



}



#main {float: none;margin: 0 auto;}

#sidebar{

	display: none;

}



}







@media screen and (max-width: 739px) {

#page {

	width: 100%;

	box-sizing: border-box;

}



#head{

	padding: 10px 10px 0;

	width: auto;

}



#nav{

	margin: 0;

}

#mainnav{

	

}

#main{

	width: 100%;

}



#content{

	border-radius: 0;

}



#intro, #content h1.title{

	border-radius: 0;

}

#intro{

	padding: 10px 20px;

}



.items{

	padding: 5px 0 0;

}

.item {

	padding: 15px 20px;

	border-bottom: 1px solid #ddd;

}



.item .pic{

	float: right;

	width: 90px;

	margin: 5px 0 10px 10px;

}



.item .info{

	padding-left: 0;

}

.pagination{

	margin: 0;

	padding: 10px 20px 5px;

	background-color: #f8f8f8;

}

#content .fb-comments{

	padding: 20px 15px 2px;

}

#foot-widgets{

	padding: 0;	

}

#foot-widget{

	display: block;



}

#foot-widget>li{

	display: block;

	border-bottom: 1px dotted #ddd;

}

#foot-widget>li:last-child{

	border-bottom: none;

}

.facebook{

	width: 100%;

	overflow: hidden;

}

.facebook iframe{

	width: 100% !important;

}

.social .more{

	float: none;

}

.meta{

	padding: 15px;

}

.entry{

	padding: 5px 15px 15px;

}

.social{

	padding: 0 15px;

}

.wp-caption {

	padding-top: 0;

}

#comments{

	padding: 15px;

}

#commentform input[type="text"], #commentform textarea{

	width: 300px;

}





#foot{

	padding: 10px;

}

#foot .credit{

	float: none;

}



}





@media screen and (max-width: 479px) {



#brand{

	float: none;

	width: 100%;

	overflow: hidden;

}

#nav {

	float: none;

	width: 100%;

}



#intro{

	font-size: 18px;

}





#commentform label{

	position: relative;

	display: block;

}





#commentform input[type="text"], #commentform textarea{

	width: 90%;

	margin-left: 0;

}



#submit{

	margin-left: 0;


}


#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}