/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

.img-right {
	width:250px;
	float:right;
	margin-left: 25px !important;
}

.full-width {
	width: 100% !important;
}

.infinite-center-nav-menu-item {
	margin-bottom: 30px !important;
	margin-top: -40px !important;
}

.stunningtext1 h3 {
	color:#999999 !important;
}

.stunningtext2 h3 {
	color:#ffffff !important;
}

.tagline {
	/*text-transform: none !important;*/
}

.tagline span {
	font-family: "times new roman", serif !important;
	font-style: italic !important;
	font-size: 48px !important;
	font-weight: 300 !important;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-quote {
	color:#ffffff !important;
}

.infinite-single-author .infinite-single-author-avartar {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

/*--- tablet ---*/
@media only screen and (max-width: 1140px) {

}

/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px) {

}

/*--- mobile portrait style ---*/
@media only screen and (max-width: 419px) {
	.img-right {
		width:100%;
		float:none !important;
		margin-left: 0px !important;
	}
}