@charset "utf-8";
/* CSS Document */

/* Large desktop - BROWSER SIZE 1 */

@media only screen and (min-width: 1200px) and (max-width: 5000px) { /* crank up to 5000px to support high res monitors and TV's */

	.pm-mobile-menu-overlay, .pm-mobile-global-menu {
		display:none;	
	}
	
	.pm-container-border.desktop {
		border-right:1px solid #c6c6c6;
	}
}

/* Portrait tablet to landscape and desktop - BROWSER SIZE 2 */
@media only screen and (min-width: 991px) and (max-width: 1200px) {

	.pm-container-border.desktop {
		border-right:1px solid #c6c6c6;
	}
	
	.pm-boxed-mode {
		width:100%;	
		margin:0 auto;
	}

	.pm-form-container, .fixed  {
		width: 325px;
		margin-bottom: 70px;
	}

	.venobox_custom img {
		width: 100%;
	}

	.section-content {
		padding: 70px  60px;
	}

	.section-testimonials {
		margin-top: 20px;
	}

}

/* Landscape phone to portrait tablet - BROWSER SIZE 3 */
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.pm-header-logo-container {
		margin-left: 0;
	}
	
	.pm-title, .pm-form-container {
	    margin-left: 0; 
	}

	.venobox_custom img, .section-img img {
		width: 100%;
	}

	a.venobox_custom.vbox-item {
	    position: absolute;
	    z-index: 999;
	    width: 100%;
	}

	.testimonials .section-img {
		height: 400px;
		overflow: hidden;
	}

	.section-testimonials {
		margin-top: 20px;
	}
		
	.pm-full-mode {
		overflow-x:hidden;	
	}
		
	.pm-boxed-mode {
		width:100%;	
		margin:0 auto;
	}
	
	.pm-header-logo-container {
		width:100%;
		max-width:none !important;
		text-align:center;	
	}
	
	.pm-header-logo {
		display:inline !important;	
	}
	
	.pm-center-mobile {
		text-align:center;	
	}
	
	.pm-divider-mobile {
		margin:20px auto !important;	
	}
	
	.pm-social-navigation {
		float:none;	
		display:table;
		margin:40px auto;	
	}
}

/* All Mobile Sizes (devices and browser) - BROWSER SIZE 4 */
@media only screen and (max-width: 767px) {

	.pm-header-logo {
		display:inline !important;	
	}
	
	.pm-boxed-mode {
		width:100%;	
		margin:0 auto;
	}
	
	.pm-header-logo-container {
		margin-left: 0;
		width:100%;
		max-width:none !important;
		text-align:center;	
	}
	
	.pm-title, .pm-form-container {
	    margin: 0 auto;
	    width: 80%;
	}

	.venobox_custom img, .section-img img {
		width: 100%;
	}

	a.venobox_custom.vbox-item {
	    position: absolute;
	    z-index: 999;
	    width: 100%;
	}

	.testimonials .section-img {
		height: 400px;
		overflow: hidden;
	}

	.section-testimonials, .section-content {
		margin-top: 20px;
		    padding: 70px;
	}
		
	.pm-full-mode {
		overflow-x:hidden;	
	}
	
	.pm-divider-mobile {
		margin:20px auto !important;	
	}
	
	.pm-social-navigation {
		float:none;	
		display:table;
		margin:40px auto;	
	}

	.pm-center-mobile {
		text-align:center;
	}

	.venoframe {
	    width: 420px !important;
	    height: 315px !important;
	}
}

/* Landscape phones and down - BROWSER SIZE 5 */
@media (max-width: 480px) {
	.section-testimonials, .section-content {
		margin-top: 20px;
		    padding: 50px;
	}
}


/* iphone portrait mode - BROWSER SIZE 6 */
@media (max-width: 320px) {
	
	.section-testimonials, .section-content {
		margin-top: 20px;
		    padding: 50px 25px;
	}

	.pm-title h1 {
		font-size: 48px;
	}

	.pm-social-navigation {
		padding-left: 0;
	}
	
	.pm-social-navigation li a {
	    width: 40px;
	    height: 40px;
	    margin: 5px;
	    text-align: center;
	    font-size: 18px;
	    color: #4f2683;
	    padding-top: 12px;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    border-radius: 99px;
	    -webkit-border-radius: 99px;
	    -o-border-radius: 99px;
	}
	
}