/************************************************
*	Media Queries								*
************************************************/
@media only screen and (max-width: 1919px) {
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
}
h1, .h1 {
	font-size: 75px;
	}
h2, .h2 {
	font-size: 60px;
	}
h3, .h3 {
	font-size: 45px;
	}
h4, .h4 {
	font-size: 30px;
	}
h5, .h5 {
	font-size: 24px;
	}
h6, .h6 {
	font-size: 20px;
	}
	
}
@media only screen and (max-width: 1365px){
body {
	font-size: 16px;
	}
h1, .h1 {
	font-size: 60px;
	}
h2, .h2 {
	font-size: 45px;
	}
h3, .h3 {
	font-size: 35px;
	}
h4, .h4 {
	font-size: 28px;
	}
h5, .h5 {
	font-size: 24px;
	}
h6, .h6 {
	font-size: 20px;
	}
.trans_white_stroke, 
.trans_grey_stroke, 
.trans_black_stroke, 
.trans_yellow_stroke, 
.solid_yellow_stroke, 
.solid_white_stroke, 
.solid_black_stroke{
	-webkit-text-stroke-width: 1.6px;
}

p {
	padding: 8px 0px;
	}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{

}
	.headerLogoCell{
		max-height: 160px;
	}

}

#footer{
	font-size: 16px;
}

@media only screen and (max-width: 1279px){

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
}

	
	
.content, .bannerContainer{
	padding:0px 35px;
}

}

@media only screen and (max-width: 1024px) {
	
	
h1, .h1 {
	font-size: 50px;
	}
h2, .h2 {
	font-size: 40px;
	}
h3, .h3 {
	font-size: 30px;
	}
h4, .h4 {
	font-size: 26px;
	}
h5, .h5 {
	font-size: 22px;
	}
h6, .h6 {
	font-size: 18px;
	}

.trans_white_stroke, 
.trans_grey_stroke, 
.trans_black_stroke, 
.trans_yellow_stroke, 
.solid_yellow_stroke, 
.solid_white_stroke, 
.solid_black_stroke{
	-webkit-text-stroke-width: 1.3px;
}
	.headerLogoCell{
		width: 130px;
	}

#PushMenuWrap{
	max-width:380px;
}
.pushmenuGrid{
	display:block;
	width:100%;
}
.pushmenuLogo, .pushmenuMenu, .pushmenuSocial{
	grid-column:auto;
	grid-row:auto;
	display:block;
}
.pushmenuLogo{
	padding-bottom:20px;
}
.pushmenuSocial{
	padding-top:20px;
}
	
	.homeBannerContentBG{
		width: 60%;
	}
	
	.homeCatImageLink{
		min-height: 260px;
	}
	
	
	.wwdGrid{
		min-height: 0px;
	}
	.wwdGridItem{
		width: 40%;
	}
	.wwdGridItemWrap{
		max-width: 100%;
	}
	
	/*Pro Sports*/
	
.sportsThumbName{
	min-height: 80px;
}
.sportsThumbDesc{
	min-height: 160px;
}
	

}



/* iPad Portrait Styles */

@media only screen and (max-width: 960px) {
	

#OpenMenu{
	width:32px;
}

/*PushMenu Table layout*/
.menu_container{
	padding:20px 0;
}
.menuTable, .menuTable2{
	display:block;
}
.menuTableCell, .menuTable2Cell{
	display:block;
	text-align:center;
	width:100%;
}
.LogoCol img{
	display:inline-block;
	max-width:150px;
}
.menuContactLink{
	display:block;
	padding:5px 0px;
	margin:0px;
}

#PushMenuWrap{
	width:100%;
	bottom:0;
	overflow:auto;
}
#PushMenuWrap ul{
	width:100%;
}
.PushMenu > li{
	padding:2vh 0px;
}

.PushMenu li.menu-item-has-children{
	padding-right:0;
}
.PushMenu > li ul.sub-menu{
	padding-top:10px;
}
ul.PushMenu ul{
	left:50%;
}
.submenu_open{
	display:none;
}
ul.sub-menu{
	display:block;
	background-color:transparent;
	position:static;
	padding-top:5px;
}
ul.sub-menu > li > a{
	border:none;
	padding:5px 10px;
}
ul.sub-menu > li > a:hover{
	background-color:transparent;
}

#PushMenu{
	position:absolute;
}
ul.PushMenu{
	width:100%;
	visibility:visible;
}
ul.PushMenu.hidden{
	visibility:hidden;
}

.serviceWrap{
    width: 50%;
}

/*signup*/


}
@media only screen and (max-width: 782px) {
body.admin-bar #header, body.admin-bar #header.sticky{
	top:46px;
}
	
	.featured_image_as_bg{
		display: none;
	}

}
/* iPhone */
@media only screen and (max-width: 767px) {

body {
	font-size: 16px;
	line-height:1.3;
    letter-spacing: 0px;
	}
p {
	padding: 8px 0px;
	}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
letter-spacing: 0px;
	line-height:1.1;
}
	
h1, .h1 {
	font-size: 40px;
	}
h2, .h2 {
	font-size: 30px;
	}
h3, .h3 {
	font-size: 26px;
	}
h4, .h4 {
	font-size: 24px;
	}
h5, .h5 {
	font-size: 22px;
	}
h6, .h6 {
	font-size: 18px;
	}
	
.trans_white_stroke, 
.trans_grey_stroke, 
.trans_black_stroke, 
.trans_yellow_stroke, 
.solid_yellow_stroke, 
.solid_white_stroke, 
.solid_black_stroke{
	-webkit-text-stroke-width: 1px;
}	
	
.table{
	display:block;
	width:100%;
}
.tableCell{
	display:block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
}

	
#header.sticky{
	animation:none;
	-webkit-animation:none;
}

/*header*/
.headerMenuCell{
	display:none;
}
.headerLogoCell{
	max-width:100%;
}
.headerSocialCell{
    width: auto;
}
	#header.sticky .headerSocialCell{
		padding-right: 15px;
	}

	.headerHamburgerCell{
		display: none;
	}
	.headerHamburgerCell.MobileCell{
		display: table-cell;
		width: 32px;
	}

	
body.home #OpenMenu span{
	background-color:#fff;
}
/*Banner*/
.homeBanner{
    min-height: 85vh;
	display: flex;
}
	.bannerContentWrap, .bannerImageWrap{
		display: block;
	}
.bannerContentWrap{
	width: 100%;
	margin:0 auto;
	padding:100px 0px 40px;
}
	.bannerImageWrap{
		padding-left: 0px;
		padding-bottom: 40px;
	}
	.bannerImageWrap img{
		max-width: 400px;
	}
	.homeBannerContentBG {
		width: auto;
		right: -25%;
	}
	

	.wwdGridWrap{
		position: relative;
	}
	.wwdGrid{
		min-height: 0px;
		display: block;
	}
	.wwdGridItem{
		display: block;
		width: 100%;
	}
	.wwdGridItem:nth-child(3), .wwdGridItem:nth-child(4){
		text-align:left;
	}
	.wwdGridItem:nth-child(4) .wwdGridTitle span, .wwdGridItem:nth-child(3) .wwdGridTitle span{
		padding-left:0;
		padding-right:1.5vw;
	}
	.wwdGridTitle{
		display: block;	
	}
	.proIconMask{
		padding-bottom: 85%;
	}
	.latestNewsSlider{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.news_holder{
		padding: 10px;
		transform: scale(0.9);
		transition: all ease 0.6s;
	}
	.news_holder.slick-center{
		transform: scale(1);
	}
	.latestNewsSlider .slick-list{
		padding: 0px !important;
	}
	
	#wrap .latestNewsSlider .slick-prev{
		left: -25px;
	}
	#wrap .latestNewsSlider .slick-next{
		right: -25px;
	}
	
	.testimonial_shortcode_wrap{
		flex-direction: column;
	}
	.testimonials{
		width: 100%;
	}
	.testimonial_nav{
		display: none;
	}
	.testimonialItemWrap{
		flex-direction: column;
	}
	.testimonial_desc{
		width: 100%;
		padding-left: 0px;
	}
	#wrap .testimonial_shortcode_wrap .slick-dots{
		width: 100%;
		padding: 0px;
	}
	
/*Pro About Page*/
	.ProAboutVertical .panel-layout, .ProAboutVertical .panel-layout .panel-grid{
		height: 400px;
	}
	
/*Pro Team Grid*/
	.teamGridItem{
		width: 50%;
	}
	.member_info{
		padding: 15px;
	}
	.member_excerpt{
		padding: 0px 15px 15px 15px;
	}
/*Pro Partners*/
	.PartnersGridItem{
		width: 25%;
		padding: 5px;
	}
	
/*Pro media Page*/
	.ProMediaThumbs{
		margin: 0 -10px;
	}
	.mediaThumbItem{
		width: 50%;
		padding: 10px;
	}
	
/*Pro Entertainment Page*/	
	.ProEntertainThumbs{
		max-width: 300px;
	}
.ProEntertainItem{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0px;
}
.ProEntertainItem:nth-child(1){
	transform: translateY(0%);
}
.ProEntertainItem:nth-child(3){
	transform: translateY(0%);
}
	
	/*Pro Job Listing Career*/
	
	.jobListingTable{
		display: block;
	}	
	.jobListingCol{
		display: block;
	}
	.jobDesktopRow{
		display: none;
	}
	.jobMobileHeading{
		display: block;
		border-bottom:1px solid #fff;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.jobListingRow:nth-child(even) .jobListingTable .jobMobileHeading{
		border-bottom:1px solid #000;
	}
	.jobPosition, .jobLocation, .jobDepartment{
		width: 100%;
	}
	
/*Button*/
a.arrowButton{
	font-size:14px;
}
.arrowButton .arrow{
	height:2px;
	margin:10px 0 0 0;
}
.arrowButton .arrowText{
	padding-right:20px;
}
.arrowButton .arrow:before, .arrowButton .arrow:after{
	width:15px;
	height:2px;
}

/*general*/
.content, .bannerContainer {
	padding: 0px 24px;
	}
.postarea,
.postarea.middle,
.postarea.full,
.postarea.wide {
	padding:40px 0px;
	}
.postarea.no_padding, .postarea.full.no_padding{
	padding:0px;
}
i.format-icon {
	display: none;
	}
.blog-holder, .archive-holder {
	margin-bottom: 24px;
	}
.blog-holder .article,
.archive-holder .article {
	padding: 12px 18px;
	}
.blog-holder .post-meta,
.archive-holder .post-meta {
	padding: 12px;
	}
.blog-holder .post-meta p,
.archive-holder .post-meta p {
	font-size: 0.9em;
	}
.archive-column {
	width: 100%;
	padding-right: 0px;
	overflow: hidden;
	}
.archive-column h6 {
	margin-top: 12px;
	}
.sidebar {
	padding: 24px;
	}
.sidebar.left {
	display: none;
	}
	
	
/*Woocommerce*/
	.woocommerce ul.products .product-category.categoryItem{
		width: 50% !important;
	}
	.woocommerce div.product .product_title{
		font-size: 36px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
		padding: 15px 0px;
	}
	.woocommerce ul.products li.product .button{
		margin: 15px  !important;
	}
    
    .woocommerce div.product div.images{
        width: 100%;
    }
    .woocommerce div.product div.summary{
        width: 100%;
        padding-left: 0px;
    }
    
/*Instagram*/
.instagram-pics{
	margin:0 -10px;
}
.instagram-pics li{
	width:33.33%;
	padding:10px;
}

.footerFormWrap{
	max-width:480px;
	margin:0 auto;
}
.footerFormWrap .frm_form_field{
	width:100%;
}

/*Footer*/
#footer{
	font-size:16px;
	padding:0px;
}
.footerTable{
    padding:0;
}
.widget ul.menu{
	text-align:center;
}

.FooterCopyWrap{
	display:block;
}
.footer_websiteby, .footer_copy, .footer_links{
	width:100%;
	text-align:center;
}

.FooterSignup{
	max-width:480px;
	margin:0 auto;
}

/*.slick-dots li button{
	width:12px !important;
	height:12px !important;
}*/

/*signup*/



/*forms*/
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form input[type='number'],
form input[type='search'],
form textarea,
form select {
	padding:10px;
	border-radius:0px;
	-webkit-border-radius:0px;
}
a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button, input[type="submit"], button, .button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding:10px 20px;
	font-size:16px;
}

.woocommerce ul.products li.product .button{
	font-size:16px;
}

/*Woocommerce*/
.wooSummeryWrapper{
	display:block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	
	}
.wooSummeryWrapper > .woocommerce-product-gallery, .wooSummeryWrapper > .entry-summary{
	display:block;
	padding:30px 0px;
	margin:0 auto !important;
}
.wooSummeryWrapper > .woocommerce-product-gallery{
	max-width:360px;
}
.wooSummeryWrapper > .woocommerce-product-gallery:before,
.wooSummeryWrapper > .entry-summary:before{
	left:-50px;
	right:-50px;
}

/* Grid */

body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	}
.row {
	width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
	overflow: visible !important;
	}
.row .single,
.row .half,
.row .third,
.row .fourth {
	width: 100%;
	float:none;
	}
.row .row .column, .row .row .columns {
	padding: 0;
	}
.column, .columns {
	width: auto !important;
	float: none;
	margin-left: 0;
	margin-right: 0;
	}
.column:last-child, .columns:last-child {
	margin-right: 0;
	float: none;
	}
[class*="column"] + [class*="column"]:last-child {
	float: none;
	}
[class*="column"]:before, [class*="column"]:after {
	content:"";
	display:table;
	}
[class*="column"]:after {
	clear: both;
	}
}
@media only screen and (max-width: 600px) {
	
	
h1, .h1 {
	font-size: 30px;
	}
h2, .h2 {
	font-size: 28px;
	}
h3, .h3 {
	font-size: 26px;
	}
h4, .h4 {
	font-size: 24px;
	}
h5, .h5 {
	font-size: 22px;
	}
h6, .h6 {
	font-size: 18px;
	}
		
	
body.admin-bar #header.sticky{
	top:0;
}
body.admin-bar #PushMenuWrap{
	top:0;
}
#PushMenu .content{
	padding:0px 24px;
}
	
/*Pro Team Grid*/
	.teamGridItem{
		width: 100%;
	}	
	
/*Gallery Page*/

.blog_holder{
	width:100%;
}
.blog_holder.blog_holder_full .blog_data_wrap{
	padding:0px 0px 15px 0;
}

.widget_nav_menu ul.menu li{
	width:100%;
}
	
	.social-icons span{
		padding: 0px;
	}
	.social-icons span a{
		font-size: 14px;
		width: 24px;
		height: 24px;
	}
	
	
}

@media only screen and (max-width: 480px) {
	
.headerLogoCell{
		width: 85px !important;
	}
	.headerLogoCell .logo{
		padding-right: 0px;
	}
	
	/*Pro Sports*/
	.sportsThumbName{
		min-height: 100px;
	}
	
	/*Pro Partners*/
	.PartnersGridItem{
		width: 33.33%;
	}
	
}
