/*
Theme Name: Infinite Child
Theme URI: http://demo.goodlayers.com/infinite
Author: Goodlayers
Author URI: http://www.goodlayers.com
Template: infinite
Description: Infinite WordPress Theme
Version: 3.3.1
License: GNU General Public License V2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: infinite-child

PLEASE DO NOT EDIT THIS FILE

YOU CAN ADD CUSTOM STYLE VIA THIS FOLLOWING METHOD
	- APPEARANCE > CUSTOMIZE > PLUGIN SETTINGS > CUSTOM CSS / JS 
	- THEME OPTION > PLUGIN SETTINGS > CUSTOM CSS / JS 
	- CHILD THEME

*/


@media only screen and (max-width: 999px) {

	.gdlr-core-column-10,
	.gdlr-core-column-12,
	.gdlr-core-column-15,
	.gdlr-core-column-20,
	.gdlr-core-column-24,
	.gdlr-core-column-30,
	.gdlr-core-column-36,
	.gdlr-core-column-40,
	.gdlr-core-column-45,
	.gdlr-core-column-48,
	.gdlr-core-column-50,
	.gdlr-core-column-60 {
		display: contents;
	}

	body.infinite-body-front .gdlr-core-container {
		padding-left: 0px;
		padding-right: 0px;
	}

	#inverser>div.gdlr-core-pbf-wrapper-content.gdlr-core-js.gdlr-core-full-height-content>div {
		display: flex;
		flex-direction: column-reverse;
	}

	.gdlr-core-sync-height-pre-spaces {
		display: none;
		padding: 0 !important;
	}
}

#infinite-main-menu .sf-menu>li:last-child>ul.sub-menu {
	right: 0;
}

.js-phone-reveal,
.js-email-reveal {
	display: inline-block;
	padding: 8px 16px;
	margin: 8px 0;
	text-align: center;
	border-radius: 27px;
	background-color: #f5ad57;
	color: #123659;
	text-transform: uppercase;
	transition: all 200ms ease-in-out;
	font-size: 15px;
	font-weight: bold;
}

.js-phone-reveal span,
.js-email-reveal span {
	color: #123659;
	transition: all 200ms ease-in-out;
}

.js-phone-reveal:hover,
.js-email-reveal:hover {
	background-color: #123659;
	color: #f5ad57;
}

.js-phone-reveal:hover span,
.js-email-reveal:hover span {
	color: #f5ad57;
}