/*
Theme Name:  Jane Li
Theme URI:   http://janeli.net
Version:     1.0
Description: Divi child theme.
Author:      Kim Jethro Deciar
Author URI:  http://janeli.net
Template:    Divi
*/

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[FORM]-----------*/
/*------------------------------------------------*/
.gform_body input {
	width: 100%;
}
.gform_footer input {
    background: #01b052;
    border: 0;
    color: #fff;
    padding: 10px 25px;
    font-weight: 900;
    font-size: 16px !important;
    border-radius: 3px;
}
.gform_footer input:hover {
	background: #029647;
}


/*------------------------------------------------*/
/*-----------------[MASONRY PORTFOLIO]------------------*/
/*------------------------------------------------*/
.et-block-image{
	position: relative; 
	min-height: 200px; 
	display: block; 
	overflow: hidden; 
}
.et-block-image-nd{ 
	transition: all 0.2s linear; 
	background-position: left top; 
	background-size: cover; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
}
.et-block-image:hover .et-block-image-nd {
 	transform: scale(1.1);   
}
.one-half,
.et-masonry-portfolio .et-block-image.et-height-sm{ 
	float: left; 
	width: 50%; 
}
.one-third{
    width: 30.6%;
	float: left;
    margin: 0 1.36% 32px;
}
.et-masonry-portfolio .et-block-image.et-height-sm,
.et-masonry-portfolio .et-block-image.et-height-mds{ 
	min-height: 285px; 
}
.et-masonry-portfolio .et-block-image.et-height-md,
.et-masonry-portfolio .et-block-image.et-height-lr{ 
	min-height: 380px; 
	clear: both; 
}
.et-block-image-overlay{ 
	opacity: 0; 
	position: absolute !important; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	text-align: center; 
}
.et-itable{ 
	display: table; 
	height: 100%; 
	width: 100%; 
}
.et-icell {
	display: table-cell; 
	vertical-align: middle; 
}
.et-block-image-overlay .et-overlay-title { 
	font-family: 'Catamaran', sans-serif; 
	font-style: normal; 
	font-weight: 600; 
	line-height: 15px; 
	font-size: 17px; 
	letter-spacing: 1px; 
	color: #ffffff; 
	opacity: 0; 
	-webkit-transition: -webkit-transform 0.5s; 
	transition: transform 0.5s; 
	-webkit-transform: translate3d(0, -20px, 0); 
	-moz-transform: translate3d(0, -20px, 0); 
	-ms-transform: translate3d(0, -20px, 0); 
	-o-transform: translate3d(0, -20px, 0); 
	padding-bottom: 0; 
	margin: 10px 0; 
	text-transform: uppercase; 
}
.et-block-image-overlay .et-overlay-description{ 
	font-family: 'Crimson Text', serif; 
	font-style: italic; 
	font-weight: 400; 
	line-height: 13px; 
	font-size: 13px;
	letter-spacing: 0px; 
	color: #ffffff; 
	padding: 0 2.5em 20px; 
	opacity: 0; 
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s; 
	transition: opacity 0.5s, transform 0.5s; 
	-webkit-transform: translate3d(0, 20px, 0); 
	-moz-transform: translate3d(0, 20px, 0); 
	-ms-transform: translate3d(0, 20px, 0); 
	-o-transform: translate3d(0, 20px, 0); 
}
.et-block-image:hover .et-block-image-overlay{ 
	opacity: 1; 
	background-color: rgba(1, 176, 82, 0.55); 
	transition: background 0.5s linear; 
	padding: 20px; 
}
#et-posts .et-block-image:hover .et-block-image-overlay{ 
	background-color: rgba(0,0,0,.7); 
}
.et-block-image:hover .et-overlay-title,
.et-block-image:hover .et-overlay-description{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.et-masonry-portfolio .et-block-image:before,
.et-masonry-portfolio .et-block-image:after{
	position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
	z-index: 9;
}
.et-masonry-portfolio .et-block-image:before{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
}
.et-masonry-portfolio .et-block-image:after{
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);	
}
.et-masonry-portfolio .et-block-image:hover:before,
.et-masonry-portfolio .et-block-image:hover:after{
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}

