/*
Theme Name: VW Sports Pro Child
Theme URI: 
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI:license.txt
Template:vw-sports-pro
Text Domain: vw-sports-pro-child
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Sports Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2019.
VW Sports Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
@font-face {
    font-family: 'TradeGothic';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/TradeGothic-BoldCondTwenty.ttf?#iefix') format('embedded-opentype'), url('fonts/TradeGothic-BoldCondTwenty.eot') format('truetype'), 
    url('fonts/TradeGothic-BoldCondTwenty.woff') format('woff'), url('fonts/TradeGothic-BoldCondTwenty.svg') format('svg')
}
.team-area .vw-our-team-content {
    -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
    padding: 30px;
    margin-bottom: 30px;
}
.team-area .vw-our-team-content img {
    border-radius: 50%;
}
.team-area .vw-hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background-color: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.team-area .vw-social-profiles {
    padding: 15px 10px;
    border-radius: 40px;
    max-width: 70%;
    margin: 0px auto 0px auto;
    position: relative;
    top: -25px;
    z-index: 1;
}
.team-area .vw-team-link {
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
}
.team-area .vw-our-team-desig {
    font-size: 14px;
    color: #6e6e6e;
}
.team-area .vw-social-profiles.vw-hvr-shutter-in-vertical::before {
    border-radius: 40px;
}
.team-area .vw-social-profiles.vw-hvr-shutter-in-vertical::before{
    background-color: #ff6c26;
}
.team-area .vw-social-profiles i {
    margin: 0 7px;
    color: #fff;
}
.team-area .vw-our-team-content{
    text-align:center;
}
/*Membership*/
.membership-pricing {
    background: #002674;
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.discount-text {
    background: #ff6c26;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.membership-plans {
    border: 1px solid #ebebeb;
}
.membership-plans ul {
    margin: 0;
    padding: 0;
}
.membership-plans ul li {
    border-bottom: 1px dotted #dadada;
    padding: 10px 10px;
    list-style: none;
    font-size: 14px;
    color: #6e6e6e;
    text-align: center;
}
.page-id-511 .container h1 {
    display: none;
}
.custom-memberships ul.vc_tta-tabs-list {
    display: inline-flex !important;
    margin: auto;
    background: #f0f0f0;
}
.custom-memberships ul.vc_tta-tabs-list li.vc_tta-tab {
    flex: 1;
    text-align: center;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    background-color: transparent !important;
    color: #666 !important;
    border: none !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: #ff6c26 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}
.membership-plans:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
li.buynowbtn a {
    padding: 12px 20px;
    background: #ff6c26;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
    position: relative;
    top: 20px;
}
.membership-plans ul li .fa-check {
    color: #12c912;
    font-size: 12px;
}
.membership-plans ul li .fa-times {
    color: #ff0000;
    font-size: 12px;
}
.discount-text.addplusicon::after {
    content: "++";
    font-size: 34px;
    position: absolute;
    top: -4px;
}
.pointberated .pointstobenoted {
    font-size: 12px;
    color: #a1a5ab;
}
.main-navigation li {
    position: relative;
    padding: 0;
    margin: 0 11px !important;  
}
.page-id-352 .container h1 {
    display: none;
}
.registration input, .registration select, .paymentpage input, .paymentpage select {
    font-size: 14px;
    padding: 6px 12px;
    margin: 0 12px 0px 0;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 0;
    /* -webkit-box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%); */
    /* box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%); */
    color: #3e3d3d;
    background-color: #fff;
}
.formregister {
    max-width: 800px;
    margin: 45px auto;
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 20px 35px;
    background: #FBFBFD;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
}
.reg_button input[type="submit"] {
	padding: 6px 12px;
	font-weight: normal;
	text-transform: none;
	border: none;
	background-color: #fca701;
	color: #191919;
	margin-right: 5px;
}
.reg_button input[type="button"] {
    padding: 6px 12px;
    font-weight: normal;
    text-transform: none;
    border: none;
    background-color: #444;
    color: #fff;
}
.formregister label {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
input#password, input#reg_password {
    padding: 6px 12px;
}
#vw-slider .slider-box {
    left: 0 !important;
    /*right: 0;
    text-align: center !important;
    max-width:100% !important;
    top: auto !important;
    bottom: 0 !important;
    transform: translateY(0%);*/
}

/*#vw-slider span.last_slide_head {
    color: #fff !important;
    font-size: 30px !important;
     text-transform: uppercase !important; 
    font-weight: normal !important;
     display: none !important; 
}*/
#vw-slider span.last_slide_head {
    color: #fff !important;
}
/*.slideInLeft.delay-1000.animated.slidetitle.heading {
    color: #fff !important;
    font-size: 30px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    font-family: TradeGothic !important;
}*/

/*#vw-slider p {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    font-weight: normal !important;
    font-family: TradeGothic !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}*/
.home.page-template .vw-menubar .vw-logo-box-bg {
	background: #191919 !important;
}
.main-navigation a{
    color: #191919 !important;
}
.vw-menubar .header-search {
    border-left: 2px solid #191919 !important;
}
.vw-menubar .header-search i{
    color: #191919 !important;
}
.sf-arrows .sf-with-ul::after {
    border-top-color: #191919 !important;
}
.vw-sport-menu .current_page_item a {
    border-top: 2px solid #191919 !important;
}
.main-navigation ul ul {
    background: #fca701 !important;
}
ul.sub-menu:before{
    background: #fca701 !important;
}
.contact-box .vw-tattoo-contact-box{
    min-height:220px;
}
.page-id-591 .container h1 {
    display: none;
}
.membership-table h3 {
    background: #fca701;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    /* color: #fff !important; */
}
.membership-context {
	width: 50%;
	float: left;
	position: relative;
	margin-bottom: 25px;
}
.membership-context .membershipareas {
	padding: 10px;
	height: 100%;
}
.membershipareas {
	border: 1px solid #9f9f9f;
	min-height: 228px;
}
.membership-context h4 {
    background: #fca701;
    /* color: #fff !important; */
    font-size: 16px;
    font-family: 'Roboto';
    margin-bottom: 0;
    text-align: center;
    border-top: 1px solid #fff;
}
.membershipareas.first {
	border-right: none;
}
.member-columns .wpb_wrapper .wpb_text_column {
    border: 1px solid #9f9f9f;
    padding: 10px;
    min-height: 275px;
}
.membershipareas p {
    margin: 0 0 5px;
    font-family: 'Poppins' !important;
    color: #6e6e6e !important;
    font-size: 14px  !important;
    font-weight: normal !important;
}
.membershipareas ul {
    margin-left: 0;
    padding-left: 20px;
} 
.membershipareas ul li {
    font-size: 14px;
    font-family: 'Poppins';
    color: #6e6e6e;
    font-weight: normal;
}
.havesmall small {
    font-size: 12px !important;
    color: #6e6e6e;
    font-family: 'Poppins';
    font-weight: normal;
}
.vw-team-head p {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.membershipbtn {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 88px;
	width: 100%;
	margin: auto;
	bottom: -15px;
}
.membershipbtn a {
    background: #fca701;
    color: #fff;
    padding: 6px 12px;
    position: relative;
    line-height: 33px;
    font-weight: normal;
    box-shadow: 0 0 10px #bdbdbd;
}
.home.page-template .vw-menubar .vw-logo-box-bg {
	background: #191919 !important;
}
.custom-logo {
    height: auto !important;
    max-height: unset !important;
    max-width: unset !important;
    width: 238px !important;
}
/*.custom-logo {
    height: auto !important;
    max-height: unset !important;
    max-width: unset !important;
    width: 188px !important;
}*/
body.page-template-home-page .vw-menubar.vw-menubar-inner {
    border-bottom: none;
    display: none !important;
}
body.page-template-home-page .vw-site-header {
    display: block !important;
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
}
.home.page-template .vw-menubar .vw-logo-box-bg{
    top:0 !important;
}
body.shiftnav-disable-shift-body {
    padding-top: 0px !important;
}
.shiftnav-main-toggle-content.shiftnav-toggle-main-block {
    display: none !important;
    width: 50px !important;
}
#shiftnav-toggle-main{
    width:50px !important;
    background: none !important;
    color: #fff !important;
}
.shiftnav-toggle .fa{
    font-size: 26px !important;
}
body #vw-header .vw-menubar {
    border-bottom: none;
    background: none !important;
}
#masthead {
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
    left: 0;
    right: 0;
    
}
#masthead #vw-sticky-menu{
    display:none !important;
}
.shiftnav{
    width:100% !important;
}
 .vw-menubar .vw-logo-box-bg{
     background: none !important;
 }
 .shiftnav .shiftnav-panel-close{
     right: 20px !important;
 }
.shiftnav nav.shiftnav-nav {
    top: 60px !important;
    text-align: center !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
	background: none !important;
	border: none !important;
}
.shiftnav ul.shiftnav-menu.shiftnav-targets-enormous li.menu-item > .shiftnav-target {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-weight: normal;
    text-transform: uppercase !important;
    font-size: 28px !important;
    border: none !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
	background: none !important;
	border: none !important;
	color: #ccc !important;
}
.goplaytext {
	display: block;
	font-size: 20px;
	font-family: Roboto;
	font-weight: 300;
	line-height: 25px;
    display: none;
}
#vw-slider .slider-box a {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    padding: 8px 14px !important;
}
/*#vw-slider .slide_nav i {
    font-size: 24px !important;
    background-color: transparent !important;
}*/
#rev_slider_2_1_wrapper .custom.tparrows{
    background: transparent !important;
}
#rev_slider_2_1_wrapper .custom.tparrows.tp-leftarrow::before{
    font-size:24px !important;
    font-weight: bold !important;
}
#rev_slider_2_1_wrapper .custom.tparrows.tp-rightarrow::before{
    font-size:24px !important;
    font-weight: bold !important;
}
#vw-footer h3 {
    color: #bfbfbf !important;
}
.home.page-template .vw-menubar .vw-logo-box-bg {
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

.shiftnav ul.shiftnav-menu li.menu-item {
    font-family: TradeGothic !important;
}
.shiftnav .fa, .shiftnav-toggle .fa {
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 18px;
}
#shiftnav-main .shiftnav-inner {
    background: #0000 url("https://business.swiing.net/wp-content/uploads/2021/12/cropped-newlogodark.png") no-repeat;    
    background-position: 15px 15px;
    background-size: 238px;
    height: 100%;
}
#shiftnav-main ul.sub-menu::before {
    background: transparent !important;
}
.subnavcopyright {
    position: absolute;   
    z-index: 222;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    width: 315px;
    margin: auto !important;
    color: #777676;
    font-family: Helvetica, Arial, sans-serif;
}
#vw-about-us .vw-about-us-image {
    position: relative;
    z-index: 2;
    padding: 25px 25px 25px 25px !important;
}
#vw-about-us-img-back {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 80% !important;
    height: 80%;
    z-index: 1;
    background-color: #fca701 !important;
    left: auto !important;
    background-image: linear-gradient(#fca701, #ffc759) !important;
}
.professional-registraionform .vc_custom_heading {
    max-width: 800px;
    margin: auto;
    position: relative;
}
.professional-registraionform .vc_custom_heading::after {
    background: #fca701;
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    content: "";
    bottom: 0;
}
#vw-about-us #vw-about-us-img-border{
    display: none !important;
}
#vw-about-us .vw-about-us-content{
    text-align: left !important;
}
#vw-about-us h3, #video_slider h2, #vw-game-highlights h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 26px !important;
    margin-bottom: 25px !important;
}
#vw-about-us h3::after{
    content: "";
    width: 60px;
    height: 2px;
    background: #fca701;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* #video_slider h2::after, #vw-game-highlights h3::after{
    content: "";
    width: 60px;
    height: 2px;
    background: #fca701;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
 }*/
 #vw-game-highlights .vw-game-highlights-head h3 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#vw-game-highlights .vw-game-highlights-head {
    padding-bottom: 10px !important;
}
.vw-coach-name h4 a {
    color: #fff;
    text-decoration: underline;
}
#vw-about-us .vw-about-us-content a {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    padding: 8px 14px !important;
    display: inline-block;
    transform: skew(-0deg);
    position: relative;
    top: -9px;
    left: -11px;
}
.section-btn:hover {
    animation: none !important;
}
#vw-coach {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    background: #f26b27;
    padding: 50px 9% 60px 120px !important;
    position: relative !important;
    left: 0 !important;
    z-index: 9;    
}
.vw-about-us-image-box img {
    height: 298px;
    object-fit: cover;
}
.team-box .short_text p {
    font-size: 16px;
}
#video_slider {
    background-image: none !important;
}
#shiftnav-toggle-main{
    position: absolute !important;
}
.bounce, .flash, .pulse, .shake, .swing, 
.tada, .wobble, .bounceIn, .bounceInDown, 
.bounceInLeft, .bounceInRight, .bounceInUp, 
.bounceOut, .bounceOutDown, .bounceOutLeft, 
.bounceOutRight, .bounceOutUp, .fadeIn, .fadeInDown, 
.fadeInDownBig, .fadeInLeft, .fadeInLeftBig, 
.fadeInRight, .fadeInRightBig, .fadeInUp, 
.fadeInUpBig, .fadeOut, .fadeOutDown, .fadeOutDownBig, 
.fadeOutLeft, .fadeOutLeftBig, .fadeOutRight, 
.fadeOutRightBig, .fadeOutUp, .fadeOutUpBig, 
.flip, .flipInX, .flipInY, .flipOutX, .flipOutY, 
.lightSpeedIn, .lightSpeedOut, .rotateIn, 
.rotateInDownLeft, .rotateInDownRight, 
.rotateInUpLeft, .rotateInUpRight, .rotateOut, 
.rotateOutDownLeft, .rotateOutDownRight, 
.rotateOutUpLeft, .rotateOutUpRight, .slideInDown, 
.slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, 
.slideOutUp, .rollIn, .rollOut, .zoomIn, 
.zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp{
    animation: none !important;
}
.team-box .short_text {
    padding: 20px 0 0 !important;
}
#vw-game-highlights .vw-game-highlights-tabs ul li .active span::before {
    background: #fca701 !important;
}
.logo-text {
    text-align: left;
    padding-left: 8px;
}
#menu-footer-menu {
    padding: 0;
}
.copyright-text .credit_link {
    display: none !important;
}
.memberbannerimage img {
    width: 100%;
}
.vw-menubar .vw-logo-box-bg {
    background: none !important;
    box-shadow: none !important;
}
.page-template-page-template.page-template-blog-fullwidth-extend .container h1 {
    text-align: center;
    margin: 0 0 35px;
    position: relative;
    text-transform: uppercase;
}
.havebroderyops {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}
/*.page-template-page-template.page-template-blog-fullwidth-extend .container h1::after{
    content: "";
    background: #fca701;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
#shiftnav-toggle-main .shiftnav-toggle-burger {
    padding: 10px !important;
}
.vw-menubar .vw-sport-logo {
    text-align: left;
}
.menuareacustom {
    padding: 0 0 5px;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
}
.vw-copyright p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0 !important;
}
.menuareacustom a {
    color: #fff;
}
.menuareacustom a:hover {
    color: #ececec;
}
#menu-footer-menu li {
    border-bottom: 1px dashed #5f5f60;
    padding: 10px 0 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
    position: relative;
}
#menu-footer-menu li a {
    display: block;
}
#menu-footer-menu li::after {
    content: ">";
    position: absolute;
    right: 0;
    top: 10px;
}
#menu-footer-menu li:hover a {
    opacity: 0.6;
}
h1, h2, h3, h4, h5, h6, section h2, section h4, .head_black {
    color: #767171 !important;
}
.vw-team-head h3, .vw-coach-head h3 {
    padding-bottom: 20px;
    color: #fff !important;
    font-size: 26px !important;
}
/*#vw-team .vw-coach-name {
    position: relative;
    top: 18px;
}*/
#vw-slider .slider-box h3 {
    color: #fff !important;
}
.shiftnav .fa, .shiftnav-toggle .fa {
    font-family: FontAwesome;
    font-weight: normal !important;
    /*box-shadow: 0px 0px 5px #00000029 !important;*/
    padding: 0px !important;
    color: #C4CACF !important;
}
#vw-sidebar .widget {  
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11) !important;
}
.postbox {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11) !important;
    animation: none !important;
}
.page-id-85 #masthead {
    position: relative;
}
#vw-slider .slide_nav i {
    background-color: #767171 !important;
}
.postbox .postpic .post_pic_inner img {
    width: 100%;
}
.single-format-standard .container h1 {
    margin: 40px 0;
}
.content_boxes .feature-box img {
    width: 100%;
}
.archive.category.category-all .container h1 {
    margin: 40px 0;
}
.aboutuspara.htrs p {
    font-size: 20px;
    text-align: justify;
}
#recent-posts-4 .widget-title {
    text-align: left;
    font-family: "Anton";
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 2rem;
}
#block-20 .wp-block-search__inside-wrapper {
    position: relative;
}
#block-20 .wp-block-search__inside-wrapper #wp-block-search__input-1 {
    position: relative;
    height: 35px;
}
#block-20 .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 0;
    height: 35px;
    background: #fca701;
    color: #fff;
    border-color: #fca701;
}
.page-id-873 .container h1, .page-id-881 .container h1, .page-id-1112 .container h1{
    display: none;
}
.page-id-1112 header#masthead {
    position: relative;
}
.subnavcopyright p a {
    color: #777676;
}
.aboutusdone .wpb_wrapper.vc_figure {
    width: 100%;
}
.aboutusdone .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}
.aboutusdone .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img{
    width: 100%;
}
#vw-slider .slider-box{
    max-width: 70% !important;
}
#vw-team {
    padding: 50px 30px 48px 80px !important;
}
#vw-coach .vw-coach-content, #vw-team .short_text {
    min-height: 150px;
}
.abtpargrph p {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 30px;
}
.membership-table {
    max-width: 700px;
    margin: auto !important;
}
.page-id-899 .container h1 {
    display: none;
}
.page-id-910 .container h1 {
    display: none;
}
.shiftnav ul.shiftnav-menu.shiftnav-targets-enormous li.menu-item > ul .shiftnav-target {
    font-size: 22px !important;
    color: #fca701;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
    color: #ccc;
    background: transparent !important;
}
.abtpargrph p {
    color: #6e6e6e !important;
    font-size: 16px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
}
.termsofusepara p {
    color: #6e6e6e !important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}
.termsofusepara ol {
    margin-left: 0;
}
.termsofusepara ol li, .termsofusepara ul li {
    font-size: 16px;
    color: #6e6e6e;
    font-family: 'Roboto';
}
.single.single-games #masthead {
    position: relative;
}
.single.single-games .project_feature-box img {
    width: 100%;
}
.single-post-content p, .outer_dpage p {
    font-size: 16px !important;
    color: #6e6e6e !important;
}
.membershippagehead  p {
    font-size: 16px !important;
    color: #6e6e6e !important;
    font-family: 'Roboto' !important;
}
.rpices {
    float: right;
    font-weight: 600;
}
.membershippagehead p small {
    margin-top: 25px;
    float: left;
    width: 100%;
}
.undermembsrip {
    max-width: 700px;
    margin: auto !important;
    width: 100%;
}
.undermembsrip ul li {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
}
.undermembsrip ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.page-id-910 h5 {
    position: relative;
    font-size: 18px;   
}
.page-id-1048 .container h1 {
    display: none;
}
.page-id-363 h5 {
    position: relative;
}
.page-id-363 h5::after {
    content: "";
    height: 2px;
    position: absolute;
    background: #fca701;
    bottom: 0;
    width: 60px;
    left: 0;
}
.opportunitespage h5 {
    position: relative;
    text-transform: uppercase;
    color: #767171 !important;    
    font-size: 26px;
    letter-spacing: 2px;
    text-align: left !important;
}
.opportunitespage h5::after{
    content: "";
    background: #fca701;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;   
}
.page-id-83 header#masthead {
    position: relative;
}
.opportunitespage a {
    text-decoration: underline;
}
.vw-coach-content p {
    min-height: 130px;
}
.page-id-85 .container h1 {
    color: #767171 !important;
    text-align: center !important;
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 2.5rem;
    position: relative;
    margin: auto auto  10px;
    padding-bottom: 0 !important;
	text-transform: uppercase;
}
.contact-box .google-map {
    margin-bottom: 30px !important;
    display: none;
}
/*.page-id-85 .container h1::after {
    content: "";
    background: #fca701;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
.page-id-85 .contact-box {
    margin-top: 35px;
}
.manageheadingopportunity  h2.vc_custom_heading.services-heads {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    left: 118px;
    color: #fff !important;
 
    font-size: 36px;
    font-family: anton !important;
}
.page-id-910 h5::after {
    content: "";
    height: 2px;
    position: absolute;
    background: #fca701;
    bottom: 0;
    width: 60px;
    left: 0;
}
.pricing-section .section-title {
    position: relative;
}
.pricing-section .section-title h2 {
    color: #1d2025;
    position: relative;
    margin: 0;
    font-size: 24px;
}
@media (min-width: 768px) {
    .pricing-section .section-title h2 {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .pricing-section .section-title h2 {
        font-size: 34px;
    }
}
.pricing-section .section-title.title-ex1 h2 {
    padding-bottom: 20px;
}
@media (min-width: 768px) {
   .pricing-section .section-title.title-ex1 h2 {
        padding-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .pricing-section .section-title.title-ex1 h2 {
        padding-bottom: 40px;
    }
}
.pricing-section .section-title.title-ex1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 110px;
    height: 1px;
    background-color: #d6dbe2;
}
@media (min-width: 768px) {
    .pricing-section .section-title.title-ex1 h2:before {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .pricing-section .section-title.title-ex1 h2:before {
        bottom: 25px;
    }
}
.pricing-section .section-title.title-ex1 h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 40px;
    height: 1px;
    background-color: #fca701;
}
@media (min-width: 768px) {
    .pricing-section .section-title.title-ex1 h2:after {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .pricing-section .section-title.title-ex1 h2:after {
        bottom: 25px;
    }
}
.pricing-section .section-title.title-ex1.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.pricing-section .section-title.title-ex1.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}
.pricing-section .section-title.title-ex1.text-right h2:before {
    left: auto;
    right: 0;
}
.pricing-section .section-title.title-ex1.text-right h2:after {
    left: auto;
    right: 0;
}
.pricing-section .section-title.title-ex1 p {    
    color: #8b8e93;   
    font-weight: 300;
}
.pricing-section .price-card {
    background: #f5f5f6;
    padding: 40px 25px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.pricing-section .pricing-offers i.fa.fa-times {
    color: red;
    font-size: 14px;
    margin-right: 5px;
}
.pricing-section .pricing-offers i.fa.fa-check {
    font-size: 14px;
    color: #3cd33c;
    margin-right: 5px;
}
.pricing-section .price-card:before {
    position: absolute;
    content: "";
    top: 0;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #fca701;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}
.pricing-section .price-card:after {
    position: absolute;
    content: "";
    top: 30px;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #fca701;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}
.pricing-section .price-card h2 {
    font-size: 26px;
    font-weight: 600;
}
.pricing-section .price-card .btn {
    font-size: 14px;
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    float: right;
    background-color: #fca701;
}
.pricing-section .price-card .btn.btn-primary {
    border: 0 !important;
}
.pricing-section .price-card.featured {
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.pricing-section .price-card:hover .btn {
    background: #eda211;
    border-color: #0cc652;
}
.pricing-section p.price span {
    display: inline-block;    
    padding-right: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fca701;
    position: relative;
}
/*.pricing-section p.price span:before {
    position: absolute;
    content: "$";
    font-size: 16px;
    top: 15px;
    font-weight: 300;
    left: 0;
}*/
.price-card p {
    margin: 0 0 5px;
}
.pricing-section .pricing-offers {
    padding: 0;
    margin-left: 0;
    margin-top: 25px;
}
.pricing-section .pricing-offers li {
    padding: 0 0 16px;
    line-height: 18px;
    font-size: 16px;
    font-family: 'Roboto';
}
.pricing-section ul li {
    list-style-type: none;
}
.pricing-section .btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.page-id-1015 .container h1 {
    display: none;
}
.page-id-1082 .container h1 {
    display: none;
}
.page-id-1015 header#masthead, .page-id-1082 header#masthead{
    position: relative;
}
#menu-footer-menu li#menu-item-1106, #menu-footer-menu li#menu-item-1107 {
    padding-left: 15px !important;
}
.page-id-873 header#masthead {
    position: relative;
}
.page-id-881 header#masthead {
    position: relative;
}
.servicesplans {
    font-size: 16px;
    color: #6e6e6e !important;
    font-family: 'Roboto';   
}
/*.joinservices h3.vc_custom_heading {
    color: #fff !important;
}*/
.joinservices p {
    color: #fff !important;
}
.shiftnav .shiftnav-panel-close{
    background: transparent !important;
    padding: 5px 10px !important;
}
.smallastrik {
    font-size: 14px;
    font-style: italic;
    color: #9d9d9d;
}
.contact-box .contact-head {
    margin-top: 0;
}
#vw-about-us .vw-about-us-image-box img {
    width: 100%;
}
.custom-pricecard {
    max-width: 850px;
    margin: auto;
    display: block;
    width: 100%;
}
.custom-pricecard .row {
    display: inline-block;
}
.custom-pricecard .col-md-4 {
    display: inline-block;
    width: 50%;
    float: left;
}
#vw-game-highlights .vw-game-highlights-head img {
    display: none;
}
#vw-game-highlights .vw-game-highlights-head {
    padding-bottom: 0;
}
#shiftnav-toggle-main-button::after {
    content: "Menu";
    font-size: 10px;
    font-family: 'Roboto';
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    font-weight: 600;
    color: #C4CACF !important;
    letter-spacing: -1px;
}
/*New Membership Page Design*/
.wpb_text_column.wpb_content_element.allcapsletters p {
    color: #767171 !important;
    font-size: 18px !important;
}
.memberplansdesign {
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
    margin: 0 0 25px !important;
}
.memberplansdesign.usermemberships {
    max-width: 520px;
    float: none;
    margin: 25px auto !important;
}
.memberplansdesign h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
    position: relative;
}
.planschart ul {
    padding: 0;
    margin: 0  auto  25px;
    text-align: center;
}
.planschart ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
    text-align: center;
    background: #4472C4;
    color: #fff;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #0f4ab3;
}
.planschart span.pricess {
    width: 100%;
    display: block;
}

.planschart {
    margin: 0 0 25px;
}
.memberplansdesign .pricing-section {
    text-align: center;
}
.pricing-section .btn {
    font-size: 14px;
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    float: right;
    background-color: #fca701;
}
.pricing-section .btn.btn-mid {
    float: none;
}
.pcietablearea table {
    border: none;
}
td.greentickh img {
    width: 24px;
}
.pcietablearea td {
    padding: 10px 0;
    font-family: 'Roboto';
    font-size: 16px;
    border-top: 1px solid #ccc;
}
td.greentickh img {
    width: 24px;
}
.pcietablearea td.firsttd {
    text-align: left;
}
th.firsttd {
    width: 70%;
}
.memberplansdesign h5 {
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 0;
    color: #767171;
    padding: 0 0 5px;
}
.headundersline h2.vc_custom_heading {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-size: 2.5rem;
    text-transform: uppercase;
}
/*.headundersline h2.vc_custom_heading::after{
    content: "";
    background: #fca701;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
.notespragd {
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto';
    color: #767171;
    margin: 0 0 15px;
}
.wpb_text_column.wpb_content_element.allcapsletters {
    margin: 0;
}
.opportunitespage h2 {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 2.5rem;
    text-transform: uppercase;
}
.single.single-post #masthead {
    position: relative;
}
/*.opheading h2::after{
    content: "";
    background: #fca701;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
.member-page-banner {
    display: none;
}
.page-template-page-templatepage-with-left-right-sidebar-new-php #masthead{
    position: relative;
}
.registration td a {
    color: #0060df;
}
.home #masthead {
    position: absolute;
}
.page-id-910 .middle-content {
    padding-bottom: 0;
}
.page-id-85 .contact-box .vw-tattoo-contact-box li {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin: 0 0 8px;
    color: #767171 !important;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 5px;
}
.page-id-85 .contact-box .vw-tattoo-contact-box span.daystime {
    font-size: 16px;
    letter-spacing: 0;
    color: #767171 !important;
    font-family: Roboto;
    text-align: left;
    font-weight: 600;
    float: left;
    width: 120px;
    vertical-align: top;
    padding: 0;
}
.contact-phone h2 {
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
}
.iconsher span {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    font-size: 20px !important;
}
.contact-box .vw-tattoo-contact-box{
    text-align: left !important;
}
.contact-box .contact-head {
    text-align: left !important;
    padding-bottom: 10px !important;
}
.contact-box .contact-head p {
    font-family: Roboto !important;
    width: 100% !important;
    max-width: 100% !important;
    letter-spacing: 0 !important;
    line-height: 17px !important;
    margin: 5px 0 !important;
}
.contact-box .contac_form input[type="submit"] { 
    margin: 20px 0 0 !important;
}
.contact-box .contact-head h2 {
    margin: 0 !important;
}
.tntrtu.contact-phone {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}
.wpb_text_column.wpb_content_element.membsrsprofestbaless {
    margin: 0;
}
.contact-box .contac_form {
    margin: 0 auto;
    max-width: 100% !important;
}
.iconsher .fa {
    font-size: 35px;
    color: #fca701;
    float: left;
    width: 100%;
}
.contact-box .vw-tattoo-contact-box {
    -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
    padding: 30px;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
}
.contact-box .vw-tattoo-contact-box ul {
    padding: 0;
    margin: 15px 0 0;
    float: left;
    width: 100%;
    font-family: Roboto;
}
.maeksamelep {
    padding: 30px;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
    max-width: 620px;
    margin: auto;
    width: 100%;
}
.contact-box .contact-head .iconsher {
    margin: 0;
}
.contact-box .contact-head h2 {
    font-size: 20px !important; 
}
textarea {
    height: 75px;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
    box-shadow: none !important;
    padding: 6px 12px !important;
}
.contact-color-bg form textarea {
    margin-right: 10px;
    border-radius: 0 !important;
    padding-left: 12px !important;
    padding-top: 6px !important;
    box-shadow: none;
    border: 1px solid #ccc;
}
.wpcf7-spinner{
    position: absolute !important;
}
.contact-box .contact-head h2 {
    padding: 0 !important;
}
#vw-footer .vw-footer-cols {
    padding-top: 20px !important;
    padding-bottom: 2px !important;
}
.vw-copyright .col-lg-3.col-md-3.vw-copy-left, .vw-copyright .col-lg-3.col-md-3.vw-copy-right {
    background: none;
}
.opportunitespagesidebar .textsideopp {
    background: url("https://business.swiing.net/wp-content/uploads/2021/12/shutterstock_2021319704-2-OPPORTUNITIES-scaled.jpg");
    background-size: 100% 100%;
    height: 100%;
    min-height: 860px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.wpb_text_column.wpb_content_element.textsideopp p {
    width: 90%;
    margin: auto;
    text-align: center;
    font-weight: 600;
    color: #000 !important;
    opacity: 1;
    font-size: 16px !important;
}
h3.our-mssionhead {
    text-align: center;
    text-transform: uppercase;
    color: #000 !important;
}
.search.search-results #single_post .postbox .postbox-content .mb-3.post-text {
    display: none;
}
.search.search-results #single_post .membershipbtn {
	max-width: 102px;
}
.search.search-results #masthead {
	position: relative;
}
.search.search-results .manageheadingopportunity {
	display: none;
}
@media only screen and (max-width:992px){
    .membership-context {
    	width: 100%;
    	float: left;
    }
    .membershipareas.first {
    	border-right: 1px solid #9f9f9f;
    }
}
@media only screen and (max-width:767px){
.membership-context .membershipareas {
	padding: 0 10px;
	height: 100%;
	min-height: 220px;
	padding-bottom: 10px;
}
.streaming-content p {
margin: 25px 0;
}
.vw-menubar .vw-sport-logo .custom-logo {
    max-width: 150px;
    height: auto !important;
}
#vw-slider span {
    font-size: inherit !important;
}
#vw-about-us-img-back {
    top: 42px !important;
}
.shiftnav-toggle .fa {
    box-shadow: none;
}
.shiftnav ul.shiftnav-menu.shiftnav-targets-enormous li.menu-item > .shiftnav-target {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-weight: normal;
    text-transform: uppercase !important;
    font-size: 20px !important;
    border: none !important;
}
#shiftnav-main .shiftnav-inner {
    background-size: 150px;
}
.shiftnav-toggle .fa{
box-shadow: none !important;
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
    padding: 0px 0px !important;
}
.opportunitespage .wpb_single_image.vc_align_right, .opportunitespage .wpb_single_image.vc_align_left, 
.opportunitespage .wpb_single_image.vc_align_right {
    text-align: left;
}
}
@media only screen and (max-width: 600px){
    html {
	overflow-x: hidden;
}
.vw-menubar .vw-sport-logo {
    text-align: left !important;
}
#vw-slider .slider-box{
    top: 50% !important;
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
    padding: 0 !important;
}
.footer-details aside {
    margin: 0 0 25px;
}
.widget_recent_entries img {
    width: 100% !important;
}
.shiftnav {
    max-width: 100% !important;
}
}
@media only screen and (max-width: 576px){
#vw-about-us .vw-about-us-image-box {
    margin-top: 30px !important;
}
.footer-details {
    text-align: left !important;
}
#recent-posts-3 ul {
    padding-left: 0;
}
#recent-posts-3 ul li {
    padding-left: 0;
    box-sizing: border-box;
    overflow: hidden;
}
}
@media only screen and (max-width: 480px){
#vw-slider .slider-box h3 {
color: #fff !important;
font-size: 16px !important;
}
.vw-menubar .vw-sport-logo .custom-logo {
    max-width: 120px;
    height: auto !important;
}
#vw-slider .slider-box {
    top: 60% !important;
}
#vw-slider .slider-box {
    max-width: 80% !important;
}
}
#vw-about-us .vw-about-us-content .vw-about-us-button {
	border: 2px solid #c8c8c9 !important;
}