/*
Theme Name: Infinite
Theme URI: http://demo.goodlayers.com/infinite
Author: Goodlayers
Author URI: http://www.goodlayers.com
Description: Infinite WordPress Theme
Version: 2.2.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

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

*/
.mobile-wrapper-container {
	max-width: 1000px;
	margin: 0 auto !important;
}
.nf-form-cont.contact-form .ninja-forms-field {
	border:solid 1px #97adbb;
}
.es_subscription_form .es-field-wrap input {
	width: 100%;	
}
.es_subscription_form .es_submit_button {
	margin-top: 20px;
}
.pum-container .es_subscription_form  {
	color: #000;
	font-weight: 400;
	padding-top: 30px;
}
.pum-container .es_subscription_form .es-field-wrap input {
	height: 40px;
	margin-top: 5px;
}
.mobile-wrapper {
	display: none;
}
/*.wpgmp_map > div:nth-child(2){
	display: none !important;
}*/
@media only screen and (max-width: 767px) {
	.mobile-wrapper {
		display: block;
	}
	.mobile-wrapper .gdlr-core-text-box-item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.desktop-wrapper {
		display: none;
	}
	.medical-hero .gdlr-core-pbf-background-wrap .gdlr-core-pbf-background {
		background-position: 82% center !important;
	}
}
@media only screen and (max-width: 480px) {
	.mobile-title .gdlr-core-title-item-title {
		font-size: 30px !important;
	}
	.admissions-banner .gdlr-core-pbf-background {
		background-position: 80% center !important;
	}	    
}
@media only screen and (max-width: 320px) {
	.mobile-title .gdlr-core-title-item-title {
		font-size: 26px !important;
	}
}
