.wtrTableModalOverlay{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10001;
background-color: rgba(0,0,0,0.9);
border-radius: 4px;
}
.wtrShtTimeTableContainer{
position: relative;
}
.wtrShtTimeTableLoadOverlay{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
background-color: rgba(255,255,255,0.9);
border-radius: 4px;
}
.wtrShtCallLoader{
position: absolute;
margin: 0px auto;
left: 50%;
margin-left: -25px;
top: 80px;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
}
.wtrShtTTLoader {
position: absolute;
margin: 0px auto;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
}
.wtrShtCallLoader > div{
height: 100%;
width: 6px;
margin-left: 3px;
display: inline-block;
border-radius: 3px;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
.wtrShtTTLoader > div {
height: 100%;
width: 6px;
display: inline-block;
border-radius: 3px;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
.wtrShtCallLoader .wtrRect2,
.wtrShtTTLoader .wtrRect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.wtrShtCallLoader .wtrRect3,
.wtrShtTTLoader .wtrRect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.wtrShtCallLoader .wtrRect4,
.wtrShtTTLoader .wtrRect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.wtrShtCallLoader .wtrRect5,
.wtrShtTTLoader .wtrRect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
20% { -webkit-transform: scaleY(1.0);  }
}
@keyframes stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.5);
-webkit-transform: scaleY(0.5);
}  20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.wtrShtTimeTableNoResults td{
padding: 60px 0;
}
.wtrShtTimeTableNoResultsHeadline{
font-size: 20px;
margin-top: 60px;
margin-bottom: 50px;
font-weight: bold;
}
.wtrShtTimeTableHeadlineRight{
float: right;
width: 50%;
}
.wtrShtTimeTable{
padding-bottom: 1px;
}
.wtrShtTimeTable .wtrShtTimeTableHeadlineRight .wtrShtTimeTableBtn{
float: right;
margin: 0 0 10px 10px;
text-align: center;
cursor: pointer;
}
.wtrShtTimeTableHeadlineLeft{
float: left;
width: 50%;
}
.wtrShtFullWidthSectionNoInner .wtrShtTimeTable{
margin: 0px 40px;
}
.wtrShtTimeTable .wtrShtTimeTableHeadlinePeriod,
.wtrShtTimeTable .wtrShtTimeTableBtn{
padding: 7px 15px;
display: inline-block;
margin: 0 0px 10px 0;
font-weight: bold;
float: left;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.wtrShtTimeTableBtnClasses i{
margin-right: 14px;
margin-left: 3px;
}
.wtrShtTimeTableBtnNext i,
.wtrShtTimeTableBtnPrev i{
font-size: 12px;
}
.wtrShtTimeTableBtnPrev {
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.wtrShtTimeTableBtnNext {
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.wtrShtTimeTableItem{
width: 100%;
border-radius: 3px;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.12);
border-width: 0px !important;
margin: 0px !important;
border-collapse: collapse !important;
border-width: 1px !important\0;
border-color: rgba(0,0,0,0.12);
border-style: solid;
}
.wtrShtTimeTableItem th:first-child,
.wtrShtTimeTableItem td:first-child{
border-left-width: 0px !important;
}
.wtrShtTimeTableItem th:last-child,
.wtrShtTimeTableItem td:last-child{
border-right-width: 0px !important;
}
.wtrShtTimeTableItem td{
border-bottom-width: 0px !important;
}
.wtrShtTimeTableItem th{
border-width: 0px !important;
text-align: center !important;
}
.wtrShtTimeTableItem thead{
border-bottom-width: 1px;
border-bottom-style: solid;
}
.wtrShtTimeTableItem thead th:first-child {
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 	3px;
border-top-left-radius: 		3px;
}
.wtrShtTimeTableItem thead th:last-child {
-webkit-border-top-right-radius: 	3px;
-moz-border-radius-topright: 		3px;
border-top-right-radius: 			3px;
}
.wtrShtTimeTableItem tbody tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 	3px;
-moz-border-radius-bottomleft: 		3px;
border-bottom-left-radius: 			5px;
}
.wtrShtTimeTableItem tbody tr:last-child td:last-child {
-webkit-border-bottom-right-radius: 	3px;
-moz-border-radius-bottomright: 		3px;
border-bottom-right-radius: 			3px;
}
.wtrShtTimeTableItem thead th{
padding: 16px 0px;
}
.wtrShtTimeTableItem thead th .wtrShtTimeTableDay{
font-weight: bold;
}
.wtrShtTimeTableItem tbody td {
width: 12.5%;
text-align: center;
position: relative;
vertical-align: top;
border-width: 1px;
padding: 0 !important;
border-style: solid;
}
.wtrShtTimeTableItem tbody td.wtrShtTimeTableEntryTimeHolder{
vertical-align: middle;
}
.wtrShtTimeTableItem tbody td .wtrShtTimeTableEntryTime{
font-size: 14px;
font-weight: bold;
padding: 8px 0;
}
.wtrShtTimeTableItem tr:last-child td{
border-bottom-width: 0px;
}
.wtrShtTimeTableItem .wtrShtTimeTableEntryTime div{
float: left;
width: 49%;
}
.wtrShtTimeTableItem .wtrShtTimeTableFrom{
text-align: right;
padding-right: 8px;
line-height: 1.2;
}
.wtrShtTimeTableItem .wtrShtTimeTableTo{
text-align: left;
padding-left: 8px;
line-height: 1.2;
}
.wtrShtTimeTableItem .wtrShtTimeTableEntryTime .wtrAmPm{
display: block;
font-size: 12px;
font-weight: normal;
}
.wtrShtTimeTableFitnessEntry:hover{
opacity: 0.8;
}
.wtrShtTimeTableFitnessEntry{
margin: 10px;
padding: 15px 5px 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
line-height: 1;
z-index: 3000\0; }
.wtrShtTimeTableFitnessEntry{
font-weight: bold;
}
.wtrShtTimeTableFitnessEntry a{
color: inherit;
}
.wtrShtTimeTableEntryName:hover{
opacity: 0.4;
}
.wtrShtTimeTableEntryName{
text-transform: uppercase;
padding: 0px 4px;
font-weight: bold;
text-decoration: none;
}
.wtrShtTimeTableEntryTimePeriod{
padding: 10px 0px 5px;
font-size: 14px;
}
.wtrShtTimeTableEntryTimePeriod div{
float: left;
width: 49.0%;
}
.wtrShtTimeTableEntryTimePeriod{
width: 100%;
}
.wtrShtTimeTableEntryTimePeriod .wtrAmPm{
display: block;
font-size: 12px;
font-weight: normal;
}
.wtrShtTimeTableEntryTrainer:hover{
text-decoration: none;
}
.wtrShtTimeTableEntryTrainer, .wtrShtTimeTableEntryTrainerNoLink{
font-size: 12px !important;
text-decoration: underline;
padding: 5px 0 0;
display: block;
font-weight: bold;
}
.wtrShtTimeTableEntryRoom:hover{
opacity: 0.4;
}
.wtrShtTimeTableEntryRoom, .wtrShtTimeTableEntryRoomNoLink{
font-size: 12px !important;
padding: 15px 0 0;
display: block;
text-decoration: none;
}
.wtrShtTimeTableSeparator{
width: 10px;
height: 20px;
width: 2% !important;
}
.wtrShtTimeTableSeparator span{
margin-top: -30px;
}
.wtrShtTimeTableEvent .wtrShtTimeTableEntryColor{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
width: 4px;
height: 100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wtrShtTimeTableEvent{
padding: 10px 0px 10px 10px;
background-color: transparent;
}
.wtrShtTimeTableEvent .wtrShtTimeTableEventHeadline i{
font-size: 12px;
font-weight: normal;
}
.wtrShtTimeTableEvent .wtrShtTimeTableEventHeadline{
margin-bottom: 13px;
font-size: 12px;
font-weight: bold;
} .wtrShtTimeTableLight .wtrShtTimeTableItem{
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2) !important;
}
.wtrShtTimeTableLight .wtrShtTimeTableHeadlinePeriod,
.wtrShtTimeTableLight .wtrShtTimeTableBtn{
background-color: rgba(0,0,0,0.4) !important;
color: #ffffff;
-webkit-transition: all .15s ease-in-out;
-moz-transition: 	all .15s ease-in-out;
-ms-transition: 	all .15s ease-in-out;
-o-transition: 		all .15s ease-in-out;
transition: 		all .15s ease-in-out;
}
.wtrShtTimeTableLight .wtrShtTimeTableBtn:hover{
background-color: rgba(0,0,0,0.6) !important;
} .wtrShtMobileTimeTable{
display: none;
padding: 20px 20px 10px 20px ;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.12);
border-radius: 3px;
margin-bottom: 1px !important;
}
.wtrShtMobileTimeTableNoResults{
text-align: center;
padding-bottom: 10px;
font-weight: bold;
}
.wtrShtMobileTimeTableList{
margin: 0px;
padding: 0px;
}
.wtrShtMobileTimeTableHeadline span{
font-size: 16px;
line-height: 1;
}
.wtrShtMobileTimeTableItem:last-child{
margin-bottom: 0px;
}
.wtrShtMobileTimeTableItem{
margin-bottom: 40px;
}
.wtrShtMobileTimeTableDaylyPlan{
margin: 20px 0 0 0;
font-size: 14px;
}
.wtrShtMobileTimeTableDaylyPlanTime{
border-top-width: 1px;
border-top-style: solid;
}
.wtrShtMobileTimeTableClassNoClick{
display: block;
padding: 10px 20px 10px 0px;
position: relative;
}
.wtrShtMobileTimeTableClass{
display: block;
padding: 10px 20px 10px 0px;
position: relative;
}
.wtrShtMobileTimeTableClass:after{
font-family: FontAwesome;
content: '\f054';
position: absolute;
height: 100%;
font-size: 14px;
font-weight: normal;
line-height: 0;
right: 0px;
top: 50%;
}
.wtrShtMobileTimeTableClassName{
font-size: 16px;
line-height: 1.1;
font-weight: bold;
}
.wtrShtMobileTimeTableClassTime{
font-size: 12px;
margin-top: 5px;
}
.wtrShtMobileTimeTableEventHeadline{
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 2px;
}
.wtrShtMobileTimeTableEventHeadline i{
margin-right: 5px;
} .wtrModalOverlay{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
background-color: rgba(0,0,0,0.8);
z-index: 5;
}
.wtrTimeTableModalHeader{
padding: 30px 20px 20px;
}
.wtrTimeTableModalClose{
cursor: pointer;
}
.wtrTimeTableModalClose:after {
content: "\e01a";
font-family: 'Slide-icons';
font-style: normal;
position: absolute;
font-size: 24px;
right: 20px;
top: 30px
}
.wtrTimeTableModalContainer{
padding: 0px;
margin: 0px;
border-radius: 3px;
}
.wtrTimeTableModalList{
margin: 0px 0px 10px 10px;
padding-top: 10px;
}
.wtrTimeTableModalListItem{
float: left;
margin: 10px;
width: 14.8%;
}
.wtrTimetableFilterClassesData{
color: red;
}
.wtrTimeTableModalListItem div{
display: block;
border-radius: 3px;
min-height: 110px;
font-size: 14px;
padding: 20px 15px 50px 15px;
position: relative;
line-height: 1.3;
font-weight: bold;
cursor: pointer;
}
.wtrTimeTableModalListItem div span{
position: absolute;
left: 0;
bottom: 15px;
padding: 0px 15px 0px 15px;
font-size: 10px;
font-weight: bold;
width: 100%;
text-transform: uppercase;
}
.wtrTimeTableClasses {
border-width: 2px;
border-style: solid;
}
.wtrTimeTableClasses span{
color: rgba(0,0,0,0.3);
}
.wtrTimeTableClassesCategory{
display: inline-block;
}
.wtrTimeTableClassesCategory span{
color: rgba(0,0,0,0.3);
}
.wtrTimeTableModalTabsList{
margin-right: 100px;
margin-top: -55px;
padding: 0;
}
.wtrTimeTableModalTabsListItem {
font-size: 16px;
font-weight: bold;
display: inline-block;
padding: 15px 26px 30px !important;
list-style: none;
cursor: pointer;
float: right;
-webkit-border-top-left-radius: 	3px;
-webkit-border-top-right-radius: 	3px;
-moz-border-radius-topleft: 		3px;
-moz-border-radius-topright: 		3px;
border-top-left-radius: 			3px;
border-top-right-radius: 			3px;
margin: -1px 1px -1px 1px;
}
.wtrTimeTableModalTabsContainer {
padding: 0px 0px 0px;
clear: left;
}
.wtrTimeTableModalTabs{
margin-top: -1px !important;
}
.wtrTimeTableModalTabs h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.wtrTimeTableModalTabs .resp-tab-content {
display: none;
}
.wtrTimeTableModalTabs .resp-tab-active {
border-width: 1px;
border-style: solid;
border-bottom: none;
margin: -2px 0 -2px 0 !important;
border-bottom: none;
}
.wtrTimeTableModalTabs .resp-content-active,
.wtrTimeTableModalTabs .resp-accordion-active {
display: block;
}
.wtrTimeTableModalTabs .wtrShtTabItemContainer{
padding: 10px 25px;
}
.wtrTimeTableModalTabItem{
display: block;
max-height: 415px;
overflow-x: hidden;
border-top-width: 1px;
border-top-style: solid;
} .wtrTimeTableModalHeader h4{
display: inline-block;
}
.wtrNoModalDetail{
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: transparent;
z-index: 1000\0; background: url(http://f.cl.ly/items/0A1l1v0K3l3W1Y052l1H/ie-fix.gif);
background-repeat: repeat;
}
.wtrClassDetailsModalContainer{
border-top-width: 1px;
border-top-style: solid;
padding: 0px;
margin-top: 5px;
width: 100%;
}
.wtrClassDetailsModalFix{
width: 100%;
float: left;
}
.wtrClassDetailsModalMetaContainer{
display: table;
width: 100%;
}
.wtrClassDetailsModalMeta{
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.wtrClassDetailsModalMetaItem{
width: 25%;
padding: 0px 0px;
margin: 0px;
border-right-width: 1px;
border-right-style: solid;
position: relative;
bottom: 0px;
top: 0px;
display: table-cell;
vertical-align: top;
}
.wtrScheduleTableClockInfo{
margin-left: 10px;
}
.wtrClassDetailsModalMetaItemXSmall{
width: auto !important;
padding-right: 25px !important;
}
.wtrClassDetailsModalMetaItemSmall{
width: 15% !important;
padding-right: 25px !important;
}
.wtrClassDetailsModalMetaItemMedium{
width: 50% !important;
}
.wtrClassDetailsModalMetaItem:last-child{
border-right-width: 0px;
min-width: 100px;
}
.wtrClassDetailsModalMetaHeadline{
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin: 20px 20px 10px 20px;
}
.wtrClassDetailsModalMetaHeadlineEx{
margin: 0px 10px 20px 20px;
font-size: 20px;
font-weight: bold;
}
.wtrClassDetailsModalMetaHeadlineExSmall{
display: block;
font-size: 14px;
margin: 0 0 3px 0;
margin: 0px 0px 20px 20px;
font-weight: bold;
}
.wtrClassDetailsModalMetaHeadlineEx a:hover{
text-decoration: underline;
}
.wtrClassDetailsModalMetaHeadlineEx a{
display: block;
font-size: 14px;
margin: 0 0 3px 0;
}
.wtrClassDetailsModalMetaItemDesc p{
margin-top: 20px;
}
.wtrClassDetailsModalMetaItem ul.wtrShtBoxedClassesSkill{
margin: 0px 0px 20px 20px !important;
}
.wtrClassDetailsModalMetaItemDesc{
width: 100%;
padding: 20px;
border-top-width: 1px;
border-top-style: solid;
float: left;
max-height: 300px;
overflow-y: scroll;
}
.wtrClassDetailsModalMetaItemReadMore{
width: 100%;
padding: 25px 20px;
border-top-width: 1px;
border-top-style: solid;
float: left;
text-align: center;
}
.wtrClassDetailsModalMetaItemHead{
width: 100%;
padding: 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.wtrClassDetailsModalMetaItemDesc .wtrClassDetailsModalMetaHeadline{
margin: 0px;
}
.wtrModalClassNameContainer{
font-weight: bold;
font-size: 16px;
padding-top: 0px;
float: left;
}
.wtrClassDetailsModalClassTime{
width: 100%;
display: block;
font-weight: bold;
font-size: 14px;
margin-top: 0px;
}
.wtrTimeTableModalClassClockTime i{
padding: 5px 10px 4px;
border-radius: 3px;
}
.wtrTimeTableModalClassClockTime{
font-weight: bold;
margin-top: 20px;
margin-bottom: 5px;
}
.wtrTimeTableModalClassClockTime .wtrGoogleModal{
margin-right: 10px;
}
.wtrTimeTableModalClassClockTime .fa-clock-o{
color: black !important;
padding: 5px 0px 4px 3px;
background: transparent !important;
}
.wtrModalClassBtnContainer{
float: right;
}
.wtrClassDetailsModalClassBtn{
-webkit-transition: all .15s ease-in-out;
-moz-transition: 	all .15s ease-in-out;
-ms-transition: 	all .15s ease-in-out;
-o-transition: 		all .15s ease-in-out;
transition: 		all .15s ease-in-out;
vertical-align:middle;
display:inline-block;
text-align: center;
line-height: 1;
border: 0;
font-weight: bold;
cursor: pointer;
padding:12px 20px;
font-size: 14px;
}
.wtrClassDetailsModalClassBtn:after{
font-family: FontAwesome;
content: '\f061';
position: absolute;
height: 100%;
font-size: 14px;
font-weight: normal;
line-height: 0;
right: -5px;
opacity: 1;
top: 50%;
position: relative;
}
.wtrModalNoDesc .wtrClassDetailsModalMetaHeadlineEx {
padding-bottom:0px;
}
.custombox-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
} .custombox-modal {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.custombox-modal {
height: auto;
visibility: hidden;
}
.custombox-modal-content{
margin-right: 15px;
} .custombox-error {
padding: 20px;
text-align: center;
color: #e74c3c;
font-weight: bold;
font-size: 14px;
background-color: #FFF;
border-radius: 5px;
} .custombox-show {
visibility: visible;
}
.custombox-show ~ .custombox-overlay {
opacity: 1;
visibility: visible;
}
.custombox-perspective,
.custombox-perspective body {
height: 100%;
overflow: hidden;
}
.custombox-perspective body  {
-webkit-perspective: 600px;
perspective: 600px;
}
.custombox-container {
min-height: 100%;
}
.custombox-hide-scrollbar body {
position: relative;
overflow: hidden;
} .custombox-fadein .custombox-modal-content {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition-property: all;
-ms-transition-property: all;
transition-property: all;
opacity: 0;
}
.custombox-show.custombox-fadein .custombox-modal-content {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.wtrShtDSNoResults{
margin-top: 190px !important;
}@media screen and (min-width:1200px){
.wtrInner{ width: 1200px; }
.mp-menu{
display: none;
} .wtrShtWonsterSliderControls{
width: 100% !important;
}
.wtrShtWonsterSlider .wtrInner{
width: 1200px !important;
} .wtrContentSidebar .wtrShtBoxedClassesSkill{
margin-bottom: 7px !important
} .wtrContentSidebar .wtrShtLastNewsListItemHeadline{
width: 55.5%;
}
.wtrContentSidebar .wtrShtLastNewsListItemImg{
width: 19.5%;
}
.wtrContentSidebar .wtrShtLastNewsListItemMeta{
right: 23%;
} .wtrContentSidebar .wtrShtLastNewsModern .wtrShtLastNewsModernBoxOthers{
display: none;
}  }
@media screen and (max-width: 1350px) and (min-width: 1100px) {
.boxed{
width: 1200px;
}
.boxed .wtrHeaderFixed{
min-width: 1200px;
}
.boxed .wtrInner{
width: 1140px;
}
.mp-menu{
display: none;
}
}
@media screen and (max-width: 1250px) and (min-width: 1100px) {
.boxed{
width: 1100px;
}
.boxed .wtrHeaderFixed{
min-width: 1100px;
}
.boxed .wtrInner{
width: 1040px;
}
.mp-menu{
display: none;
}
.wtrInner{ width: 1040px; } .wtrMainNavigation .wtrNaviItem{
margin-left: 25px;
}
.wtrMainNavigation .wtrNaviSearchItem{
margin-left: 20px !important;
}
.wtrContentSidebarLeft .wrtBlogDfPostSocialShare{
float: right;
}
.wtrContentSidebarRigh .wrtBlogDfPostDateCreated{
float: left;
}
.wtrFooterWdg .wtrWidgetTodayIsOpenHours{
font-size: 17px;
}
.wtrClassesTrainers .wtrHeadlineElement{
width: 100%;
}
.wtrClassesTrainerPicture{
margin-left: 0px !important;
}
.wtrClassesMeta{
margin: 170px 0 100px 0!important;
width: 50% !important;
}
.wtrClassesDetails{
width: 50% !important;
margin: 130px 0px 100px !important;
}
.wtrClassesButtonSection{
width: 25% !important;
}
.wtrClassesTrainers{
width: 100% !important
}
.wtrClassesTrainerItem{
margin-right: 30px;
}
.wtrEventEntryHeadlineContainer{
min-width: 700px;
}
.wtrEventEntryMetaSocialBtns{
width: 20%;
}
.wtrBlogPostSneakPeakLead{
margin-bottom: 30px;
} .wtrShtWonsterSliderControls{
width: 100% !important;
}
.wtrShtWonsterSliderLayer{
width: 960px !important;
}
.wtrShtWonsterSliderControls span.prev{
left: -5px;
}
.wtrShtWonsterSliderControls span.next{
right: -5px;
}
.wtrShtWonsterSliderLayerMeta{
padding: 0px 40px;
} .vc_col-sm-2 .wtrShtLinkContent{
max-height: 125px;
}
.vc_col-sm-3 .wtrShtLinkContent{
max-height: 210px;
}
.vc_col-sm-4 .wtrShtLinkContent{
max-height: 260px;
}
.vc_col-sm-6 .wtrShtLinkContent{
max-height: 460px;
}
.wtrContentSidebar .vc_col-sm-2 .wtrShtLinkContent{
max-height: 80px;
}
.wtrContentSidebar .vc_col-sm-3 .wtrShtLinkContent{
max-height: 140px;
}
.wtrContentSidebar .vc_col-sm-4 .wtrShtLinkContent{
max-height: 210px;
}
.wtrContentSidebar .vc_col-sm-6 .wtrShtLinkContent{
max-height: 320px;
} .wtrShtLastNewsModern .wtrShtLastNewsModernBoxAutorContainer{
float: none !important;
text-align: center;
}
.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAuthorImg{
display: none !important;
} .wtrContentSidebar .wtrShtBoxedEventsTime{
font-size: 13px;
padding: 0px !important;
background: transparent !important;
}
.wtrContentSidebar .wtrShtBoxedEventPrice{
font-size: 13px;
padding: 0px !important;
margin-top: 3px !important
}
.wtrContentSidebar .wtrShtBoxedEventsReadMore{
font-size: 13px;
}
.wtrContentSidebar .wtrShtBoxedEventsHeadline a{
font-size: 16px !important;
} .wtrContentSidebar .wtrShtBoxedClassesSpace .wtrShtBoxedClassesHeadline a{
font-size: 16px !important;
} .wtrShtTimeTableItem .wtrShtTimeTableEntryTime .wtrShtTimeTableTo,
.wtrShtTimeTableItem .wtrShtTimeTableEntryTime .wtrShtTimeTableFrom{
float: none;
text-align: center;
width: 100%;
padding: 0px 10px;
}
.wtrShtTimeTableItem .wtrShtTimeTableEntryTime .wtrShtTimeTableSeparator{
display: none;
}
.wtrShtTimeTableEntryName{
word-break: break-word;
} .wtrShtLastNewsListItemTitle{
font-size: 20px;
}
.wtrShtLastNewsListItemHeadline{
width: 64.5%;
}
.wtrShtLastNewsListItemImg{
width: 15.5%;
}
.wtrShtLastNewsListItemMeta{
right: 18%;
}
.wtrContentSidebar .wtrShtLastNewsListItemTitle{
font-size: 20px;
}
.wtrContentSidebar .wtrShtLastNewsListItemMeta{
right: 0px;
}
.wtrContentSidebar .wtrShtLastNewsListItemHeadline{
width: 55.5%;
}
.wtrContentSidebar .wtrShtLastNewsListItemImg{
width: 19.5%;
}
.wtrContentSidebar .wtrShtLastNewsListItemMeta{
right: 23%;
} .wtrContentSidebar .wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline a,
.wtrContentSidebar .wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline {
line-height: 1.2;
font-size: 18px;
}
.wtrContentSidebar .wtrShtLastNewsModern .wtrShtLastNewsModernBoxOthers{
display: none;
} .wtrCrewItemContainer:hover .wtrCrewItemPictureContainer{
bottom: 120px;
}
.wtrCrewItemName{
font-size: 18px;
}
.wtrCrewItemPictureContainer{
margin-left: -35px;
}
.wtrCrewItemPictureContainer .wtrCrewItemPicture{
width: 70px;
border-width: 3px;
} .wtrShtTrainerMetaPositionName,
.wtrShtTrainerMetaNameSubline,
.wtrShtTrainerMetaNameHeadline{
font-size: 14px;
}
.wtrShtTrainerMetaName{
padding: 20px 0px 30px;
}
.wtrShtTrainerMetaPositionName{
left: 0px;
}
.wtrPostAuthorSocials{
margin-top: 20px;
float: none;
display: block;
}
.wtrBlogDfPostContent{
width: 87%;
}
.wtrBlogDfPostAssets{
width: 13%;
} .wtrFooterWdg .widget h6{
font-size: 18px !important;
}
}
@media screen and (max-width: 1100px ) and (min-width: 990px ) { .vc_col-sm-2{
width: 33.33333333%;
} .boxed{
width: 100%;
margin: 0px;
}
.boxed .wtrHeaderFixed{
min-width: 100%;
}
.wtrMainNavigation .wtrNaviItem > a,
.wtrMainNavigation .wtrNaviItem > .wtrNaviNoLink{
font-size: 16px !important;
}
.wtrMainNavigation .wtrNaviSearchItem{
margin-left: 20px !important;
}
.wtrMainNavigation .wtrNaviSearchItem div i{
font-size: 18px;
margin-top: -2px;
}
.wtrLogo{
margin-top: -20px;
}
.wtrMainNavigation{
margin: 26px 0px;
}
.wtrLogo img{
max-height: 40px;
}
.mp-menu{
display: none;
}
.wtrInner{ width: 960px; }
.wtrHeaderSecond .wtrMainHeader > .wtrInner{
padding: 8px 0;
}
.wtrMainNavigation .wtrNaviItem{
margin: 18px 0px 16px 24px;
}
.wtrMainNavigation .wtrNaviItem a{
font-size: 17px;
}
.wtrMainNavigation .wtrNaviItem.wtrNaviSearchItem i{
margin-right: 0px;
}
.wtrContentSidebarLeft .wrtBlogDfPostSocialShare{
float: right;
}
.wtrContentSidebarRigh .wrtBlogDfPostDateCreated{
float: left;
}
.wtrFooterWdg .wtrWidgetTodayIsOpenHours{
font-size: 17px;
}
.wtrClassesTrainers .wtrHeadlineElement{
width: 100%;
}
.wtrClassesTrainerPicture{
margin-left: 0px !important;
}
.wtrBlogDfPostContent{
width: 87%;
}
.wtrBlogDfPostAssets{
width: 13%;
}
.wtrClassesMeta{
margin: 170px 0 100px 0!important;
width: 50% !important;
}
.wtrClassesDetails{
width: 50% !important;
margin: 130px 0px 100px !important;
}
.wtrClassesButtonSection{
width: 25% !important;
}
.wtrClassesTrainers{
width: 100% !important
}
.wtrClassesTrainerItem{
margin-right: 30px;
}
.wtrClassesTrainerItemName{
font-size: 16px;
}
.wtrEventEntryHeadlineContainer{
min-width: 660px;
}
.wtrEventEntryMetaSocialBtns{
width: 20%;
}
.wtrPostAutorPicture{
width: 70px;
height: 70px;
}
.wtrPostAuthorSocials{
margin-top: 20px;
float: none;
display: block;
}
.wtrBlogPostSneakPeakLead{
margin-bottom: 30px;
} .vc_col-sm-2 .wtrShtLinkContent{
max-height: 110px;
}
.vc_col-sm-3 .wtrShtLinkContent{
max-height: 190px;
}
.vc_col-sm-4 .wtrShtLinkContent{
max-height: 260px;
}
.vc_col-sm-6 .wtrShtLinkContent{
max-height: 440px;
}
.wtrContentSidebar .vc_col-sm-2 .wtrShtLinkContent{
max-height: 75px;
}
.wtrContentSidebar .vc_col-sm-3 .wtrShtLinkContent{
max-height: 130px;
}
.wtrContentSidebar .vc_col-sm-4 .wtrShtLinkContent{
max-height: 190px;
}
.wtrContentSidebar .vc_col-sm-6 .wtrShtLinkContent{
max-height: 290px;
} .wtrShtWonsterSliderControls{
width: 100% !important;
}
.wtrShtWonsterSliderLayer{
width: 960px !important;
}
.wtrShtWonsterSliderControls span.prev{
left: -5px;
}
.wtrShtWonsterSliderControls span.next{
right: -5px;
}
.wtrShtWonsterSliderLayerMeta{
padding: 0px 40px;
} .wtrShtTimeTableItem .wtrShtTimeTableEntryTime .wtrShtTimeTableTo,
.wtrShtTimeTableItem .wtrShtTimeTableEntryTime .wtrShtTimeTableFrom{
float: none;
text-align: center;
width: 100%;
padding: 0px 10px;
}
.wtrShtTimeTableItem .wtrShtTimeTableEntryTime .wtrShtTimeTableSeparator{
display: none;
}
.wtrShtTimeTableEntryName{
word-break: break-word;
} .wtrShtLastNewsModern .wtrShtLastNewsModernBoxAutorContainer{
float: none !important;
text-align: center;
}
.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAuthorImg{
display: none !important;
} .wtrContentSidebar .wtrShtBoxedEventsTime{
font-size: 13px;
padding: 0px !important;
background: transparent !important;
}
.wtrContentSidebar .wtrShtBoxedEventPrice{
font-size: 13px;
padding: 0px !important;
margin-top: 3px !important
}
.wtrContentSidebar .wtrShtBoxedEventsReadMore{
font-size: 13px;
}
.wtrContentSidebar .wtrShtBoxedEventsHeadline a{
font-size: 16px !important;
} .wtrContentSidebar .wtrShtBoxedClassesSpace .wtrShtBoxedClassesHeadline a{
font-size: 16px !important;
} .wtrShtLastNewsListItemTitle{
font-size: 20px;
}
.wtrShtLastNewsListItemHeadline{
width: 64.5%;
}
.wtrShtLastNewsListItemImg{
width: 15.5%;
}
.wtrShtLastNewsListItemMeta{
right: 18%;
}
.wtrContentSidebar .wtrShtLastNewsListItemTitle{
font-size: 20px;
}
.wtrContentSidebar .wtrShtLastNewsListItemMeta{
right: 0px;
}
.wtrContentSidebar .wtrShtLastNewsListItemHeadline{
width: 55.5%;
}
.wtrContentSidebar .wtrShtLastNewsListItemImg{
width: 19.5%;
}
.wtrContentSidebar .wtrShtLastNewsListItemMeta{
right: 23%;
} .wtrContentSidebar .wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline a,
.wtrContentSidebar .wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline {
line-height: 1.2;
font-size: 18px;
}
.wtrContentSidebar .wtrShtLastNewsModern .wtrShtLastNewsModernBoxOthers{
display: none;
} .wtrCrewItemContainer:hover .wtrCrewItemPictureContainer{
bottom: 120px;
}
.wtrCrewItemName{
font-size: 18px;
}
.wtrCrewItemPictureContainer{
margin-left: -35px;
}
.wtrCrewItemPictureContainer .wtrCrewItemPicture{
width: 70px;
border-width: 3px;
} .wtrShtTrainerMetaPositionName,
.wtrShtTrainerMetaNameSubline,
.wtrShtTrainerMetaNameHeadline{
font-size: 14px;
}
.wtrShtTrainerMetaName{
padding: 20px 0px 30px;
}
.wtrShtTrainerMetaPositionName{
left: 0px;
} .wtrFooterWdg .widget h6{
font-size: 16px !important;
}
}
@media screen and (max-width: 991px) and (min-width: 768px) { .vc_col-sm-2{
width: 33.33333333%;
} .boxed .wtrHeaderFixed{
min-width: 100%;
}
.boxed{
width: 100%;
margin: 0px;
}
.wtrInner{ width: 80%; }
.wtrSmartNavigation,
.mp-menu{
display: block;
}
.wtrHeaderFixed{
position: absolute !important; }
.wtrNavigation{
width: auto;
}
.wtrMobileNaviTriger{
font-weight: 100;
font-size: 28px;
padding: 10px 15px 5px 15px;
}
.wtrMainNavigation{ display: none; }
.wtrMobileNaviTriger{ display: block; }
.wtrNavigation{
margin: 15px 0;
}
.wtrLogo{
margin-top: -19px;
}
.wtrLogo img{
display: block;
width: auto;
height: 40px;
vertical-align: middle;
}
.wtrBreadcrumbPath {
display: none;
}
.wtrColOne,
.wtrColOneTwo,
.wtrColOneThird,
.wtrColTwoThird,
.wtrColOneFourth,
.wtrColThreeFourth,
.wtrColOneFifth,
.wtrColTwoFifth,
.wtrColThreeFifth,
.wtrColFourFifth,
.wtrColOneSixth,
.wtrColFiveSixth {
width: 100%;
}
.wtrSidebar.wtrSidebarLeft .wtrSidebarInner,
.wtrContentSidebar.wtrContentSidebarLeft,
.wtrSidebar.wtrSidebarLeft,
.wtrContentSidebar,
.wtrSidebar{
width: 100%;
padding: 0px;
border-width: 0;
}
.wtrSidebarInner{
padding: 0;
}
.wtrSidebarLeft.wtrSidebarWdg .widget,
.wtrSidebarWdg .widget{
padding-left: 0;
padding-right: 0;
}
.wtrFooterContainer .wtrInner{
padding: 45px 0px 0px;
}
.wtrColOne,
.wtrColOneTwo,
.wtrColOneThird,
.wtrColTwoThird,
.wtrColOneFourth,
.wtrColThreeFourth,
.wtrColOneFifth,
.wtrColTwoFifth,
.wtrColThreeFifth,
.wtrColFourFifth,
.wtrColOneSixth,
.wtrColFiveSixth {
width: 100%;
}
.wtrSidebarInner{
border: 0;
}
.wtrQuickContact .wtrColOneTwo{
width: 100%;
margin: 0;
text-align: center;
}
.wtrQuickContact .wtrQuickContactInfo .wtrColOneTwo{
width: auto;
margin: 0 5px;
float: none;
display: inline-block;
}
.wtrCopyright .wtrColOneTwo{
text-align: center;
margin-bottom: 0px !important;
}
.wtrCopyright .wtrCopyBoxOne{
margin-bottom: 2px !important;
}
.wtrCopyBoxTwoTwo,
.wtrCopyBoxTwoOne{
width: 50% !important;
margin: 0 !important;
}
.wtrClassesButtonSection {
margin-bottom: 30px !important;
}
.wtrClassesDetails{
margin-top: 50px;
}
.wtrClassesDetailsLevel {
padding-left: 0px;
margin-bottom: 30px !important;
}
.wtrClassesTime{
margin-bottom: 40px !important;
}
.wtrClassesNameHeadline {
line-height: 1.0;
display: block;
}
.wtrClassesNameHeadline, .wtrClassesKcalInfo {
text-align: center;
}
.wtrClassesMeta {
margin: 40px 0px 0px 0px !important;
}
.wtrClassesDifficultMeter {
width: 188px;
margin: 0px auto;
}
.wtrClassesTimeStopWatch {
margin: 0px auto;
float: none;
}
.wtrClassesTrainers .wtrHeadlineElement{
width: 100%;
margin-bottom: 40px !important;
}
.wtrClassesTrainerPicture{
margin-left: 0px;
width: 20%;
}
.wtrClassesTrainerItemDetails{
width: 75%;
margin-left: 5%;
}
.wtrClassesButtonSection .wtrDefStdButton{
float: left;
}
.wtrClassesTrainerItem{
width: 50%;
float: left;
padding: 0;
margin: 0;
border: 0;
margin-bottom: 30px !important;
}
.wtrLeftSide .wtrBlogDfPostAssets{
padding-left: 20px;
}
.wrtBlogDfPostSocialShare{
float: right;
}
.wtrLeftSide .wrtBlogDfPostDateCreated{
float: right;
text-align: center;
}
.wtrBlogDfDateYear{
font-size: 18px;
text-align: center;
}
.wtrBlogDfDateMonth{
font-size: 38px;
line-height: 1.0;
}
.wtrBlogDfDateDay{
font-size: 38px;
line-height: 0.8;
}
.wtrFacebookShare,
.wtrTwitterShare,
.wtrPinterestShare,
.wtrTumblrShare,
.wtrGoogleShare{
padding: 9px 11px;
}
.wtrBlogDfPost{
padding-bottom: 0px;
}
.wtrEventEntryHeadlineContainer{
min-width: 0;
width: 100%;
webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
}
.wtrEventEntryMetaContainer{
width: 100%;
webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
}
.wtrEventEntryMetaSocialBtns{
width: 100%;
margin-bottom: 30px;
}
.wtrEventEntryMetaFacebook{
margin: 0;
width: 48%;
}
.wtrEventEntryMetaGoogle{
margin: 0;
margin-right: 4%;
width: 48%;
}
.wtrEventEntryCategory{
width: 100%;
margin-top: 0px;
}
.wtrEventEntryPageSidebar{
margin-top: -20px;
}
.wtrClassesDetails{
margin: 40px 0px 0px 0px;
}
.wtrEventEntryPageContainer{
padding-right: 0px;
}
.wtrPostAuthor{
margin: 20px 0;
}
.wtrPostAuthorName{
text-align: center;
}
.wtrPostAuthorName .wtrDefFontCharacter{
display: none;
}
.wtrPostAutorPictureHolder{
margin: 30px 0 0 0 !important;
padding: 0 !important;
}
.wtrPostAutorPicture{
margin: 0px auto;
}
.wtrPostAuthorSocials{
width: 100%;
margin: 5px 0 20px;
overflow: auto;
}
.wtrPostAuthorData {
padding: 20px;
}
.wtrPostAuthorDesc{
margin-bottom: 0px;
text-align: center;
}
.wtrBlogPostSneakPeak:first-child{
margin-top: 40px;
}
.wtrBlogPostSneakPeak{
margin-left: 83px;
}
.wtrBlogPostSneakPeakDate{
left: -83px;
} .wtrShtTimeTable{
display: none;
}
.wtrShtMobileTimeTable{
display: block;
} .wtrContentSidebar .vc_col-sm-2 .wtrShtLinkContent,
.vc_col-sm-2 .wtrShtLinkContent{
max-height: 70px;
}
.wtrContentSidebar .vc_col-sm-3 .wtrShtLinkContent,
.vc_col-sm-3 .wtrShtLinkContent{
max-height: 120px;
}
.wtrContentSidebar .vc_col-sm-4 .wtrShtLinkContent,
.vc_col-sm-4 .wtrShtLinkContent{
max-height: 170px;
}
.wtrContentSidebar .vc_col-sm-6 .wtrShtLinkContent,
.vc_col-sm-6 .wtrShtLinkContent{
max-height: 280px;
} .wtrShtWonsterSliderComponent{
height: 600px;
}
.wtrShtWonsterSliderControls{
width: 100% !important;
}
.wtrShtWonsterSlider .wtrInner,
.wtrShtWonsterSliderLayer{
width: 80%;
}
.wtrShtWonsterSliderControls span.prev{
left: -5px;
}
.wtrShtWonsterSliderControls span.next{
right: -5px;
}
.wtrShtWonsterSliderLayer{
bottom: 80px;
}
.wtrShtWonsterSliderHeadline{
font-size: 28px !important;
}
.wtrShtWonsterSliderSluglineSec,
.wtrShtWonsterSliderSluglineOne{
margin: 0px !important;
font-size: 24px !important;
} .wtrShtLastNewsMetro .wtrColOneFourth.wtrShtLastNewsBoxedItem{
width: 50%;
}
.wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedHedline{
font-size: 22px;
} .wtrShtLastNewsListItemTitle{
font-size: 20px;
}
.wtrContentSidebar .wtrShtLastNewsListItemHeadline,
.wtrShtLastNewsListItemHeadline{
width: 55.5%;
}
.wtrContentSidebar .wtrShtLastNewsListItemImg,
.wtrShtLastNewsListItemImg{
width: 19.5%;
}
.wtrContentSidebar .wtrShtLastNewsListItemMeta,
.wtrShtLastNewsListItemMeta{
right: 23%;
} .wtrShtLastNewsModernBoxOthers{
display: none;
} .wtrShtCrewStream{
margin-bottom: 0px !important;
}
.wtrShtCrewStream.wtrOneCol .wtrCrewItem,
.wtrShtCrewStream.wtrTwoCols .wtrCrewItem,
.wtrShtCrewStream.wtrFourCols .wtrCrewItem,
.wtrShtCrewStream.wtrThreeCols .wtrCrewItem{
width: 50%;
margin-right: 0px;
margin-bottom: 0px;
}
.wtrShtCrewOverlay,
.wtrCrewItemContainer img{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wtrShtCrewStream.wtrThreeCols .wtrCrewItem:last-child{
margin-bottom: 0px;
}
.wtrCrewItemPictureContainer{
bottom: 135px;
}
.wtrCrewItemName{
bottom: 90px;
}
.wtrCrewItemPosition{
bottom: 65px;
opacity: 1;
}
.wtrCrewItemSocials{
bottom: 25px;
opacity: 1;
} .wtrShtTrainerOverlay,
.wtrShtTrainerData img{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wtrShtTrainerStream{
margin-bottom: 0px !important;
}
.wtrShtTrainerStream.wtrOneCol .wtrShtTrainer,
.wtrShtTrainerStream.wtrTwoCols .wtrShtTrainer,
.wtrShtTrainerStream.wtrFourCols .wtrShtTrainer,
.wtrShtTrainerStream.wtrThreeCols .wtrShtTrainer{
width: 50%;
margin-right: 0px;
margin-bottom: 0px;
} .wtrShtStepByStepItem:after{
content: '\f063' !important;
right: 50% !important;
top: auto !important;
bottom: -12px !important;
margin-right: -12px !important;
}
.wtrShtStepByStep.wtrThreeStep .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrOneStep .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrTwoSteps .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrFiveSteps .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrSixSteps .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrFourSteps .wtrShtStepByStepItem:last-child{
margin-bottom: 0px;
}
.wtrShtStepByStep.wtrThreeStep .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrOneSteps .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrTwoSteps .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrSixSteps .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrFiveSteps .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrFourSteps .wtrShtStepByStepItem:last-child:after{
display: none;
}
.wtrShtStepByStep.wtrSixSteps .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrOneStep .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrTwoSteps .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrFiveSteps .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrThreeSteps .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrFourSteps .wtrShtStepByStepItem{
width: 100%;
margin-bottom: 50px;
} .wtrShtBoxedClassesCoOneHalf{
width: 100% !important;
}
.wtrShtBoxedClasses.wtrOneElementSht .wtrShtBoxedClassesCoOneHalf{
width: 100% !important;
} .wtrShtClassesStream.wtrFourCols .wtrShtClasses,
.wtrShtClassesStream.wtrThreeCols .wtrShtClasses,
.wtrShtClassesStream.wtrTwoCols .wtrShtClasses,
.wtrShtClassesStream.wtrOneCol .wtrShtClasses{
width: 100%;
margin-bottom: 40px !important;
} .wtrShtBoxedEventsCoOneHalf{
width: 100% !important;
} .wtrClientsTable .wtrColOneFifth{
width: 50% !important;
float: left !important;
margin-top: -1px !important;
} .wtrShtGallery .wtrColOneFourth{
width: 50% !important;
} .wtrShtInstagramGallery.fiveInRow .wtrShtInstagramGalleryItem,
.wtrShtInstagramGallery.fourInRow .wtrShtInstagramGalleryItem,
.wtrShtInstagramGallery.threeInRow .wtrShtInstagramGalleryItem,
.wtrShtInstagramGallery.twoInRow .wtrShtInstagramGalleryItem{
width: 50%;
}
.wtrShtInstagramGalleryItem{
padding: 3%;
} .wtrShtPassHeadline,
.wtrShtOpenHoursDay{
word-break: break-all;
}
}
@media screen and (max-width: 767px) {
.boxed{
width: 100%;
margin: 0px;
}
.boxed .wtrHeaderFixed{
min-width: 100%;
}
.wtrHeaderFixed{
position: absolute !important; }
.wtrSmartNavigation,
.wtrHeaderSecond{
display: none;
}
.wtrNavigation{
width: auto;
} .mp-menu{
display: block;
}
.wtrHeader .wtrQuickContact .wtrColOneTwo{
margin-bottom: 0px !important;
}
.wtrHeader .wtrQuickContactInfo .wtrColOneTwo{
line-height: 1.3;
}
.wtrQuickContactInfo{
margin-top: 0;
}
.wtrInner{ width: 80%; position: relative; }
.wtrNavigation{
margin: 15px 0;
}
.wtrMainNavigation{ display: none; }
.wtrMobileNaviTriger{ display: block; }
.wtrMobileNaviTriger{
font-weight: 100;
font-size: 28px;
padding: 10px 15px 5px 15px;
}
.wtrLogo{
margin-top: -19px;
}
.wtrLogo img{
display: block;
width: auto;
height: 40px;
vertical-align: middle;
}
.wtrColOneTwo,
.wtrColOneFourth{
width: 100%;
margin-bottom: 45px !important;
margin-right: 0px;
}
.wtrSidebar.wtrSidebarLeft .wtrSidebarInner,
.wtrContentSidebar.wtrContentSidebarLeft,
.wtrSidebar.wtrSidebarLeft,
.wtrContentSidebar,
.wtrSidebar{
width: 100%;
padding: 0px;
border-width: 0;
}
.wtrSidebarInner{
padding: 0;
}
.wtrFooterContainer .wtrInner{
padding: 45px 0px 0px;
}
.wtrColOne,
.wtrColOneTwo,
.wtrColOneThird,
.wtrColTwoThird,
.wtrColOneFourth,
.wtrColThreeFourth,
.wtrColOneFifth,
.wtrColTwoFifth,
.wtrColThreeFifth,
.wtrColFourFifth,
.wtrColOneSixth,
.wtrColFiveSixth {
width: 100%;
}
.wtrSidebarInner{
border: 0;
}
.wtrSidebarLeft.wtrSidebarWdg .widget,
.wtrSidebarWdg .widget{
padding-left: 0;
padding-right: 0;
}
.wtrPagination .wtrPagiNumber{
display: none;
}
.wtrPaginationList{
height: 42px;
}
.wtrSearchResultsFootline .wtrColOneTwo{
margin-bottom: 0 !important;
}
.wtrSearchResultItemCounter{
width: 25px;
}
ul.wtrSearchResultsList li.wtrSearchResultItem{
padding-left: 50px;
}
ul.wtrSearchResultMetaList{
margin-top: 5px;
}
ul.wtrSearchResultMetaList li{
padding: 0;
border: 0;
}
.wtrEventStreamItemMetaContainer,
.wtrEventStreamItemHeadlineContainer{
position: static;
left: auto;
bottom: auto;
}
.wtrEventStreamItemHeadlineContainer{
margin-right: 0px;
}
.wtrEventStreamItem .wtrPostOverlay,
.wtrEventStreamItem .wtrEventStreamItemPic{
display: none;
}
.wtrEventStreamItemTitle a{
min-width: 0;
line-height: 1.2;
font-size: 20px;
}
.wtrEventStreamItemMetaList{
font-size: 12px;
}
.wtrEventStreamItem{
box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.15)
}
.wtrEventStreamItemMetaList li{
border: 0;
float: none;
}
.wtrEventStreamItemMetaDate{
padding: 20px 20px 10px;
}
.wtrEventStreamItemMetaTime{
padding: 0px 20px 0px;
}
.wtrEventStreamItemPrice{
margin-bottom: 20px;
}
.wtrEventStreamItemNoPhoto{
background: transparent;
padding: 0;
}
.wtrEventStreamItemNoPhoto .wtrEventStreamItemHeadlineContainer,
.wtrEventStreamItemNoPhoto .wtrEventStreamItemMetaContainer{
float: none;
}
.wtrEventStreamItemNoPhoto:hover{
background: transparent;
}
.wtrEventStreamHeadline .wtrEventSelector,
.wtrEventStreamHeadline .wtrHeadlineElement{
margin-bottom: 10px !important;
}
.wtrEventCategoryList{
float: none;
}
.wtrEventCategoryList li:first-child{
padding-left: 0px;
}
.wtrEventEntryHeadlineContainer{
min-width: 0;
width: 100%;
webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
}
.wtrEventEntryMetaContainer{
width: 100%;
webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
}
.wtrEventEntryMetaList li{
border: 0;
float: none;
}
.wtrEventEntryMetaList li:last-child{
background-color: transparent;
}
.wtrEventEntryTitle{
font-size: 24px;
line-height: 1.2;
padding: 20px;
}
.wtrEventEntryMetaDate{
padding: 20px 20px 0px;
}
.wtrEventEntryPrice{
margin: 5px 20px 20px 20px;
}
.wtrEventEntryMetaTime{
padding: 10px 20px 10px;
}
.wtrEventEntryMetaSocialBtns{
width: 100%;
margin-bottom: 30px;
}
.wtrEventEntryMetaFacebook{
margin: 0;
width: 48%;
}
.wtrEventEntryMetaGoogle{
margin: 0;
margin-right: 4%;
width: 48%;
}
.wtrEventEntryCategory{
width: 100%;
margin-top: 0px;
}
.wtrEventEntryCategoryItemHeadline{
margin-bottom: 10px;
}
.wtrEventEntryCategoryItem{
line-height: 1.5;
}
.wtrEventEntryCategoryItem a:hover{
border: 0;
}
.wtrEventEntryPageContainer{
padding-right: 0px;
}
.wtrEventEntryPageSidebar{
margin-top: -20px;
}
.wtrClassesDetails{
margin: 40px 0px 0px 0px;
}
.wtrClassesNameHeadline{
line-height: 1.0;
display: block;
font-size: 30px;
word-break: break-word;
}
.wtrClassesNameHeadline,
.wtrClassesKcalInfo{
text-align: center;
}
.wtrClassesDetailsLevel {
padding-left: 0px;
}
.wtrClassesDifficultMeter{
width: 188px;
margin: 0px auto;
}
.wtrClassesMeta{
margin: 40px 0px 0px 0px !important;
}
.wtrClassesTimeStopWatch{
margin: 0px auto;
float: none;
}
.wtrClassesTrainerInfo{
margin-bottom: 30px;
}
.wtrClassesTrainers .wtrHeadlineElement{
margin-bottom: 40px;
}
.wtrClassesTrainerItem{
border: 0;
padding: 0;
margin-bottom: 40px;
width: 100%;
}
.wtrClassesTrainerPicture{
margin-left: 0px;
}
.wtrClassesButtonSection{
margin-bottom: 30px !important;
}
.wtrClassesButtonSection .wtrDefStdButton{
width: 100%;
margin-top: 20px;
}
.wrtBlogDfPostDateCreated{
text-align: left;
}
.wtrBlogStreamStdContainer .wtrBlogPostSneakPeakImgContainer{
width: 100%;
}
.wtrBlogPostSneakPeakNoImg{
padding-bottom: 0px 0px 30px 0px;
}
.wtrBlogDfDateYear,
.wtrBlogDfDateMonth{
margin-right: 5px
}
.wtrBlogStreamModernContainer{
margin-top: 30px;
}
.wtrBlogModernPostSneakPeak{
margin: 0;
width: 100%;
}
.wtrBlogModernPostRow,
.wtrBlogModernPostSneakPeak:first-child{
margin-bottom: 30px;
}
.wtrBlogPostModernSneakPeakHeadline{
line-height: 0;
}
.wtrBlogPostModernSneakPeakHeadline a{
font-size: 20px;
line-height: 1.2;
}
.wtrBlogPostModernSneakPeakComments{
display: none;
}
.wtrBreadcrumbPath{
display: none;
}
.wtrBlogStreamStdContainer .wtrBlogPostSneakPeakContainer{
margin: 30px 0px 30px 0px;
padding-bottom: 30px;
}
.wtrBlogStreamStdContainer .wtrBlogPostSneakPeakDate:after{
display: none;
}
.wtrBlogStreamStdContainer .wtrBlogPostSneakPeak{
padding: 0;
margin: 0;
border: 0;
}
.wtrBlogStreamStdContainer .wtrBlogPostSneakPeakImgContainer{
padding: 0;
margin: 0 0 20px 0;
}
.wtrBlogStreamStdContainer .wtrBlogPostSneakPeakImgContainer img{
width: 100%;
height: 100%;
}
.wtrBlogStreamStdContainer .wtrBlogDfDateYear,
.wtrBlogStreamStdContainer .wtrBlogDfDateMonth,
.wtrBlogStreamStdContainer .wtrBlogDfDateDay{
display: inline-block;
font-size: 16px;
}
.wtrBlogStreamStdContainer .wtrBlogPostSneakPeakDate{
position: static;
left: 0;
margin-bottom: 10px;
}
.wtrBlogStreamStdContainer .wrtBlogDfPostDateCreated{
float: none;
}
.wtrBlogStreamStdContainer .wtrBlogPostSneakPeakLead{
display: none;
}
.wtrBlogPostSneakPeakHeader .wtrDefStdButton{
margin-top: 30px;
}
.wtrBlogPostSneakPeakNoImg{
padding-bottom: 40px !important;
}
.wtrLeftSide .wtrBlogModernPostHeadlineContent,
.wtrBlogModernPostHeadlineContent{
padding: 20px;
margin: 200px 0 30px;
width: 100%;
}
.wtrBlogModernPostCategory{
margin: 0;
}
.wtrBlogModernPostDate{
margin: 25px 0 0 30px;
}
.wtrBlogDfPostContent{
width: 100%;
padding: 0px;
margin: 0px;
border: 0;
}
.wtrModernBlogPost .wtrBlogDfPostAssets{
display: none;
}
.wtrModernBlogPost .wtrPageContent{
padding-top: 10px !important
}
.wtrBlogDfPost{
padding: 30px 0px;
}
.wtrLeftSide .wtrBlogDfPostAssets{
margin: 0;
padding: 0;
float: none;
}
.wtrBlogDfPost .wtrBlogDfPostAssets{
width: 100%;
margin-bottom: 30px;
}
.wtrBlogDfPost .wrtBlogDfPostDateCreated{
float: none;
}
.wtrBlogDfPost .wtrBlogDfPostHeaderImg{
margin-bottom: 30px;
width: 150%;
margin-left: -25%;
margin-right: -25%;
}
.wtrBlogDfPost .wtrPageContent{
padding: 30px 0px;
}
.wtrBlogDfPost .wtrBlogDfDateYear,
.wtrBlogDfPost .wtrBlogDfDateMonth,
.wtrBlogDfPost .wtrBlogDfDateDay{
display: inline-block;
font-size: 22px;
}
.wtrBlogDfPost .wrtBlogDfPostDate:after{
display: none;
}
.wtrBlogDfPost .wrtBlogDfPostSocialShare{
display: none;
}
.wtrPostPagination{
margin-top: 10px !important;
}
.wtrPostPagination .wtrPagiNumber{
display: inline-block;
}
.wtrRelatedPosts{
margin: 30px 0 0;
}
.wtrPostAuthor{
margin: 20px 0;
}
.wtrPostAuthorName{
text-align: center;
}
.wtrPostAuthorName .wtrDefFontCharacter{
display: none;
}
.wtrPostAutorPictureHolder{
margin: 30px 0 0 0 !important;
padding: 0 !important;
}
.wtrPostAutorPicture{
margin: 0px auto;
}
.wtrPostAuthorSocials{
width: 100%;
margin: 5px 0 20px;
overflow: auto;
}
.wtrPostAuthorData {
padding: 20px;
}
.wtrPostAuthorDesc{
margin-bottom: 0px;
text-align: center;
}
.wtrCommentList .comment-reply-title{
width: 100%;
margin-bottom: 60px;
}
.wtrCommentList #respond .logged-in-as{
position: absolute;
top: -60px;
left: 0;
}
.wtrCommentList .comment-author .avatar{
width: 60px;
height: 60px;
margin-top: -8px;
}
.wtrCommentList .comment-author{
margin-right: 25px !important;
}
.wtrCommentList .depth-2,
.wtrCommentList .depth-3,
.wtrCommentList .depth-4,
.wtrCommentList .depth-5,
.wtrCommentList .depth-6{
background-image: none;
padding: 50px 0 0 0 !important;
}
.wtrCommentList .comment .reply{
height: 82px;
}
.wtrCommentList .comment .reply a{
position: static;
float: left;
margin: 20px 0 20px 0;
display: block;
width: 100%;
text-align: center;
padding: 14px;
}
.wtrCommentList .commentSeparator{
padding-top: 30px;
}
.wtrCommentList #respond .form-submit{
height: 68px;
position: relative;
right: 0;
left: 0;
}
.wtrCommentList #respond #submit{
padding: 14px 0;
position: absolute;
left: 15px;
width: 89%;
}
.wtrCommentList #respond #comment,
.wtrCommentList #respond input[type="text"]{
padding: 12px 15px;
}
.wtrCommentList .comment-respond{
margin-top: 30px;
}
.wtr404Headline{
font-size: 120px !important;
text-align: center;
}
.wtr404SiteName{
margin: 0;
font-size: 22px;
}
.wtr404Slug{
margin-top: 50px;
font-size: 22px;
line-height: 1.3;
}
.wtr404ElementCol{
margin-top: 40px;
margin-bottom: 0;
width: 100%;
margin-right: 0;
}
.wtr404container .wtrButtonTrRad{
margin-top: 50px;
}
.wtrTrainerPageMeta{
position: relative;
padding: 40px 0px 60px;
text-align: center;
left: 0px;
display: block;
}
.wtrTrainerPageTrainerSocialLinks{
margin-left: 15%;
margin-right: 15%;
}
.wtrTrainerPageCover{
height: auto;
width: 150%;
margin-left: -25%;
margin-right: -25%;
padding-bottom: 40px;
}
.wtrTrainerPagePicture{
top: 50px;
left: auto;
margin: 0px auto;
position: relative;
}
.wtrCopyright .wtrColOneTwo{
text-align: center;
margin-bottom: 0px !important;
}
.wtrCopyright .wtrCopyBoxOne{
margin-bottom: 20px !important;
line-height: 1.2;
}
.wtrQuickContact .wtrInner{
width: 100%;
}
.wtrQuickContact .wtrColOneTwo{
width: 100%;
margin: 0;
text-align: center;
}
.wtrQuickContact .wtrQuickContactInfo .wtrColOneTwo{
width: auto;
margin: 0 5px;
float: none;
display: inline-block;
}
.wtrTrainerPageCover{
width: 100%;
height: auto;
margin-right: 0px;
margin-left: 0px;
}
.wtrTrainerPageCover .wtrTrainerPageMeta{
padding: 20px 0px 60px;
}
.wtrTrainerPagePicture{
top: 40px;
width: 150px;
height: 150px;
} .wtrShtDesktopTimeTable{
display: none;
}
.wtrShtMobileTimeTable{
display: block;
} .wtrContentSidebar .vc_col-sm-2 .wtrShtLinkContent,
.vc_col-sm-2 .wtrShtLinkContent{
max-height: 290px;
}
.wtrContentSidebar .vc_col-sm-3 .wtrShtLinkContent,
.vc_col-sm-3 .wtrShtLinkContent{
max-height: 290px;
}
.wtrContentSidebar .vc_col-sm-4 .wtrShtLinkContent,
.vc_col-sm-4 .wtrShtLinkContent{
max-height: 290px;
}
.wtrContentSidebar .vc_col-sm-6 .wtrShtLinkContent,
.vc_col-sm-6 .wtrShtLinkContent{
max-height: 290px;
} .wtrShtFullWidthTabs .wtrShtFWT a:before {
margin-right: 0;
}
.wtrShtFullWidthTabs .wtrShtFWT ul,
.wtrShtFullWidthTabs .wtrShtFWT ul li a {
width: 100%;
padding: 0;
}
.wtrShtFullWidthTabs .wtrShtFWT ul li a i{
margin: 0px 15px 0px 0px;
}
.wtrShtFullWidthTabs .wtrShtFWT ul li {
width: 100%;
text-align: left;
margin: 0 0 0 -1px;
padding: 0px 50px;
}
.wtrShtFullWidthTabs .wtrShtFWT ul li:last-child {
border-right: none;
} .wtrNotification{
border-radius: 			10px;
-moz-border-radius: 	10px;
-webkit-border-radius: 	10px;
} .wtrShtGoogleMapsInfoBox{
display: none;
}
.wtrShtGoogleMapsInfoBoxMobile{
display: block !important;
padding: 30px 0;
} .wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedHedline{
font-size: 19px;
}
.wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedDate,
.wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor,
.wtrContentSidebar .wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor a,
.wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor,
.wtrShtLastNewsMetro .wtrShtLastNewsBoxedAuthor a,
.wtrShtLastNewsMetro .wtrShtLastNewsBoxedDate{
font-size: 14px;
}
.wtrShtLastNewsMetro .wtrColOneFourth{
width: 100%;
margin: 0 !important;
}
.wtrPageContent img,
.wtrPageContent a img{
max-width: 100%;
}
.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder{
width: 100%;
}
.wtrShtLastNewsMetro .wtrShtLastNewsBoxedItemHolder:hover .wtrShtLastNewsBoxedZoom,
.wtrShtLastNewsMetro .wtrShtLastNewsBoxedZoom{
-webkit-transform: scale(2.0);
-moz-transform: scale(2.0);
-ms-transform: scale(2.0);
-o-transform: scale(2.0);
transform: scale(2.0);
} .wtrShtLastNewsList .wtrPagination{
margin-top: 30px;
margin-bottom: 0px;
}
.wtrShtLastNewsList .wtrPagination .wtrPagiNumber{
display: none;
}
.wtrShtLastNewsList .wtrPagination .wtrPaginationList{
height: 40px;
}
.wtrShtLastNewsListStreamItem{
overflow: visible;
height: auto;
padding: 40px 0;
}
.wtrShtLastNewsListStreamItem:first-child{
padding-top: 0;
}
.wtrContentSidebar .wtrShtLastNewsListItemImg,
.wtrShtLastNewsListItemAuthor,
.wtrShtLastNewsListItemImg{
display: none;
}
.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle{
margin-top: 60px !important;
}
.wtrShtLastNewsListItemDate{
border: 0;
padding: 0;
}
.wtrContentSidebar .wtrShtLastNewsListItemMeta,
.wtrShtLastNewsListItemMeta{
width: 100%;
right: auto;
top: 0px;
}
.wtrContentSidebar .wtrShtLastNewsListItemHeadline,
.wtrShtLastNewsListItemHeadline{
width: 100%;
}
.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle{
margin-top: 50px;
}
.wtrShtLastNewsListItemTitle{
font-size: 18px;
overflow: visible;
text-overflow: normal;
white-space: normal;
line-height: 1.3;
margin-top: 50px;
}
.wtrShtLastNewsListItemLead{
margin-top: 10px;
white-space: normal;
}
.wtrContentSidebar .wtrShtLastNewsListItemImg{
display: none;
}
.wtrShtLastNewsListStream li:last-child{
padding-bottom: 0px;
} .wtrSht.wtrShtLastNewsModern{
margin-bottom: 40px;
}
.wtrShtLastNewsModern .owl-controls{
width: 100%;
bottom: -40px;
left: 0px;
right: 0px;
}
.wtrShtLastNewsModern .wtrShtLastNewsModernBoxDate,
.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAutorContainer a,
.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAutorContainer{
font-size: 14px;
}
.wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline{
line-height: 0.7 !important;
}
.wtrShtLastNewsModern .wtrShtLastNewsModernBoxHedaline a{
font-size: 20px;
}
.wtrShtLastNewsModern .wtrShtLastNewsModernBoxAuthorImg{
width: 25px;
height: 25px;
}
.wtrShtLastNewsModernBoxComments{
display: none;
} .wtrShtLastNewsStandard .wtrPagination{
margin-top: 30px;
margin-bottom: 0px;
}
.wtrShtLastNewsStandard .wtrPagination .wtrPagiNumber{
display: none;
}
.wtrShtLastNewsStandard .wtrPagination .wtrPaginationList{
height: 40px;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardOther{
margin: 20px 0px 30px 0px;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardContainer{
margin-bottom: 30px;
padding-bottom: 0px
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDate:after{
display: none;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardItem{
padding: 0;
margin: 0;
border: 0;
}
.wtrShtLastNewsStandard article:last-child .wtrShtLastNewsStandardImgContainer,
.wtrShtLastNewsStandard .wtrShtLastNewsStandardImgContainer{
padding: 0;
margin: 0 0 20px 0;
width: 100%;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardImgContainer img{
width: 100%;
height: 100%;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateYear,
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateMonth,
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateDay{
display: inline-block;
font-size: 16px;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateMonth,
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateYear{
margin-right: 5px;
font-weight: normal;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDate{
position: static;
left: 0;
margin: 0;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateCreated{
float: none;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardLead{
display: none;
}
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDateCreated{
text-align: left;
margin-bottom: 15px;
}
.wtrShtLastNewsStandard article:last-child .wtrShtLastNewsStandardContainer{
padding-bottom: 0px;
} .wtrShtBoxedEventsColTwo,
.wtrShtBoxedEventsColTwoSec,
.wtrShtBoxedEventsCoOneHalf{
width: 100%;
}
.wtrShtBoxedEventsSpace .wtrShtBoxedEventsHeadline a{
font-size: 20px;
}
.wtrShtBoxedEventsReadMore{
opacity: 1;
margin-left: 0px;
}
.wtrShtBoxedEvents.wtrShtOrderChange .wtrShtBoxedEventsColTwoSec:after,
.wtrShtBoxedEventsColTwoSec:before{
left: 50%;
opacity: 1;
margin-left: -20px;
border-color: transparent   transparent #1fce6d transparent;
top: -40px;
}
.wtrShtBoxedEvents.wtrShtOrderChange:hover .wtrShtBoxedEventsColTwoSec:after,
.wtrShtBoxedEventsSpace:hover .wtrShtBoxedEventsColTwoSec:before{
left: 50%;
opacity: 1;
} .wtrShtBoxedEventsColTwo,
.wtrShtBoxedEventsColTwoSec,
.wtrShtBoxedEventsCoOneHalf{
width: 100% !important;
}
.wtrShtBoxedEventsColTwoSec:before{
left: 50% !important;
margin-left: -20px;
pacity: 0;
top: 0px;
}
.wtrShtBoxedEvents.wtrShtOrderChange:hover .wtrShtBoxedEventsColTwoSec:after,
.wtrShtBoxedEventsSpace:hover .wtrShtBoxedEventsColTwoSec:before{
left: 50% !important;
opacity: 1;
margin-left: -20px;
border-color: transparent   transparent #1fce6d transparent;
top: -40px;
}
.wtrShtBoxedEventsSpace:hover .wtrShtBoxedEventsColTwoSec:before{
left: 50% !important;
opacity: 1 !important;
}
.wtrShtBoxedEvents .wtrShtBoxedEventsSpace img{
width: 100%;
} .wtrShtCrewStream.wtrOneCol .wtrCrewItem,
.wtrShtCrewStream.wtrTwoCols .wtrCrewItem,
.wtrShtCrewStream.wtrFourCols .wtrCrewItem,
.wtrShtCrewStream.wtrThreeCols .wtrCrewItem{
width: 100%;
margin-bottom: 40px;
}
.wtrShtCrewStream.wtrThreeCols .wtrCrewItem:last-child{
margin-bottom: 0px;
}
.wtrCrewItemPictureContainer{
bottom: 135px;
}
.wtrCrewItemName{
bottom: 90px;
}
.wtrCrewItemPosition{
bottom: 65px;
opacity: 1;
}
.wtrCrewItemSocials{
bottom: 25px;
opacity: 1;
} .wtrShtTrainerStream.wtrOneCol .wtrShtTrainer,
.wtrShtTrainerStream.wtrTwoCols .wtrShtTrainer,
.wtrShtTrainerStream.wtrFourCols .wtrShtTrainer,
.wtrShtTrainerStream.wtrThreeCols .wtrShtTrainer{
width: 100%;
margin-right: 0px;
margin-bottom: 30px;
}
.wtrShtTrainerStream{
margin-bottom: 30px !important;
} .wtrShtGallery .wtrColOneFourth{
width: 100% !important;
} .wtrShtCountdown .countdown-show4 .countdown-period{
font-size: 12px;
}
.wtrShtCountdownLight{
border-radius: 5px;
padding: 10px 0px 15px 0px;
margin: 0px;
border-width: 3px;
}
.wtrShtCountdownLight .countdown-show4 .countdown-section{
width: 24.5%;
padding: 0;
margin: 0;
}
.wtrShtCountdownLight .countdown-show4 .countdown-period{
margin-top:-5px;
font-size: 12px !important;
}
.wtrShtCountdownLight .countdown-show4 .countdown-amount{
font-size: 26px;
} .wtrClientsTable .wtrColOneFifth{
width: 100% !important;
float: left !important;
margin-top: -1px !important;
} .wtrClinetsCarusel{
margin-top: 40px  !important;
}
.wtrClinetsCarusel .owl-controls {
margin-top: 20px;
position: static !important;
top: auto !important;
right: auto !important;
text-align: center;
}
.wtrShtClinetsCaruselContainer .wtrShtHeadline{
display: none  !important;
}
.wtrClinetsCaruselItem .wtrClinetsCaruselItemImg{
max-width: 100% !important;
} .wtrShtClassesStream.wtrFourCols .wtrShtClasses,
.wtrShtClassesStream.wtrThreeCols .wtrShtClasses,
.wtrShtClassesStream.wtrTwoCols .wtrShtClasses,
.wtrShtClassesStream.wtrOneCol .wtrShtClasses{
width: 100%;
margin-bottom: 40px;
} .wtrShtTabs ul.resp-tabs-list {
display: none;
}
.wtrShtTabs .wtrShtTabList li{
border: 0px;
width: 100%;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 25px 25px;
}
.wtrShtTabs h2.resp-accordion {
display: block;
font-size: 16px;
padding: 15px 25px;
}
.wtrShtTabs h2.resp-tab-active{
padding: 15px 25px !important;
}
.wtrShtTabs h2.resp-accordion i{
margin-right: 10px;
}
.wtrShtTabs h2.resp-accordion:first-child{
border-top: 0px;
}
.wtrShtTabs h2.resp-accordion{
border: 0px;
border-top: 1px solid #e5e5e5;
}
.wtrShtTabs .resp-tab-content,
.wtrShtTabs .resp-vtabs .resp-tab-content {
border: 0px !important;
}
.wtrShtTabs .wtrShtHorizontalTab{
border: 1px solid #e5e5e5;
border-radius: 3px;
}
.wtrShtTabs .resp-vtabs .resp-tabs-container {
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.wtrShtTabs .resp-accordion-closed {
display:none !important;
}
.wtrShtTabs .resp-vtabs .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1 !important;
} .wtrShtClassesListItem .wtrShtBoxedClassesSkill{
float: none;
height: 25px;
margin: 5px 0px 0px 0px;
}
.wtrShtClassesListItem .wtrShtClassesListTittle{
display: block;
float: none;
width: 100%;
margin: 10px 0px 5px;
}
.wtrShtClassesListItemRight{
float: none;
width: 100%;
}
.wtrShtClassesElements {
opacity: 1;
bottom: 10px;
}
.wtrShtClassesArrow {
opacity: 1;
top: 50%;
margin-top: -45px;
}  .wtrShtBoxedClassesCoOneHalf,
.wtrShtBoxedClassesColTwo, .wtrShtBoxedClassesColTwoSec{
width: 100% !important;
}
.wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesColTwoSec:before,
.wtrShtBoxedClassesColTwoSec:before{
border-color: transparent transparent #000000 transparent !important;;
top: -40px !important;;
left: 50% !important;;
margin-left: -20px !important;;
}
.wtrShtBoxedClasses.wtrShtOrderChange .wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesColTwoSec:before{
display: block !important;;
}
.wtrShtBoxedClassesColTwoSec:after,
.wtrShtBoxedClasses.wtrShtOrderChange .wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesColTwoSec:after{
display: none !important;;
}
.wtrShtBoxedClassesTime{
opacity: 1 !important;;
margin-left: 10px !important;;
} .wtrShtPassesListClassesName{
width: 100%;
}
.wtrShtPassesListClassesPrice{
position: relative;
right: auto;
top: auto;
margin-top: 20px;
text-align: center;
} .wtrShtRoomIcon,
.wtrShtRoomSeparator{
display: none;
}
.wtrShtRoomName{
margin-bottom: 30px;
}
.wtrShtRoomClasses{
width: 100%;
} .wtrShtStepByStepItem:after{
content: '\f063' !important;
right: 50% !important;
top: auto !important;
bottom: -12px !important;
margin-right: -12px !important;
}
.wtrShtStepByStep.wtrThreeStep .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrOneStep .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrTwoSteps .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrFiveSteps .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrSixSteps .wtrShtStepByStepItem:last-child,
.wtrShtStepByStep.wtrFourSteps .wtrShtStepByStepItem:last-child{
margin-bottom: 0px;
}
.wtrShtStepByStep.wtrThreeStep .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrOneSteps .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrTwoSteps .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrSixSteps .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrFiveSteps .wtrShtStepByStepItem:last-child:after,
.wtrShtStepByStep.wtrFourSteps .wtrShtStepByStepItem:last-child:after{
display: none;
}
.wtrShtStepByStep.wtrSixSteps .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrOneStep .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrTwoSteps .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrFiveSteps .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrThreeSteps .wtrShtStepByStepItem,
.wtrShtStepByStep.wtrFourSteps .wtrShtStepByStepItem{
width: 100%;
margin-bottom: 50px;
} .wtrShtCountdown .countdown-amount{
font-size: 26px;
} .wtrShtGallery .wtrColOneFourth{
width: 100%;
} .wtrShtTrainerStream.wtrThreeCols .wtrShtTrainer{
width: 100%;
margin-bottom: 20px;
} .wtrShtWonsterSliderComponent{
height: 400px;
}
.wtrShtWonsterSliderControls{
width: 100% !important;
}
.wtrShtWonsterSliderControls a.next {
left: -5px !important;
}
.wtrShtWonsterSliderControls a.prev {
right: -5px !important;
}
.wtrShtWonsterSliderLayer{
width: 100% !important;
bottom: 80px;
margin-top: -30px;
padding: 0px 40px !important;
}
.wtrShtWonsterSlider .wtrInner{
width: 100% !important;
}
.wtrShtWonsterSliderLayerMeta{
padding: 0px 10px;
}
.wtrShtWonsterSliderHeadline{
font-size: 22px !important;
}
.wtrShtWonsterSliderSluglineSec,
.wtrShtWonsterSliderSluglineOne{
margin: 0px !important;
font-size: 18px !important;
}
.wtrShtWonsterSliderControlsContainer{
bottom: 0px;
margin-top: 0px;
height: 30px;
}
.wtrShtWonsterSliderControls span{
bottom: 0px;
top: 0px;
width: 35px;
height: 45px;
}
.wtrShtWonsterSliderControls span.next:before,
.wtrShtWonsterSliderControls span.prev:before{
font-size: 18px;
top: 14px;
}
.wtrShtWonsterSliderControls span.prev{
left: -5px !important;
}
.wtrShtWonsterSliderControls span.next{
right: -5px !important;
}
.wtrShtWonsterSliderDots{
display: none;
} .wtrShtInstagramGallery.fiveInRow .wtrShtInstagramGalleryItem,
.wtrShtInstagramGallery.fourInRow .wtrShtInstagramGalleryItem,
.wtrShtInstagramGallery.threeInRow .wtrShtInstagramGalleryItem,
.wtrShtInstagramGallery.twoInRow .wtrShtInstagramGalleryItem{
width: 100%;
}
.wtrShtInstagramGalleryItem{
padding: 3%;
} .wtrDailySchedule{
height: auto;
}
.wtrDailyScheduleRotatorColumn,
.wtrDailyScheduleHeadlineColumn{
width: 100%;
}
.wtrDailyScheduleHeadlineMeta{
position: relative;
margin: 30px 0;
width: 100%;
text-align: center;
}
.wtrDailyScheduleHeadlineColumn{
height: auto;
}
.wtrDSNavigation{
display: none;
} .wtrMargin .wpb_column{
margin-bottom: 20px;
}
.wtrNoMargin .wpb_column{
margin: 0px;
}
.wtrNoMargin .wpb_column.wtrRoundedCornersColumn:first-child .wpb_wrapper{
-webkit-border-top-left-radius: 	5px;
-webkit-border-bottom-left-radius: 	0px;
-moz-border-radius-topleft: 		5px;
-moz-border-radius-bottomleft: 		0px;
border-top-left-radius: 			5px;
border-bottom-left-radius: 			0px;
-webkit-border-top-right-radius: 	5px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 		5px;
-moz-border-radius-bottomright: 	0px;
border-top-right-radius: 			5px;
border-bottom-right-radius: 		0px;
}
.wtrNoMargin .wpb_column.wtrRoundedCornersColumn:last-child .wpb_wrapper{
-webkit-border-top-left-radius: 	0px;
-webkit-border-bottom-left-radius: 	5px;
-moz-border-radius-topleft: 		0px;
-moz-border-radius-bottomleft: 		5px;
border-top-left-radius: 			0px;
border-bottom-left-radius: 			5px;
-webkit-border-top-right-radius: 	0px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 		0px;
-moz-border-radius-bottomright: 	5px;
border-top-right-radius: 			0px;
border-bottom-right-radius: 		5px;
}
} @media screen and (min-width:1280px){
.wtrHeaderBoxed {
width: 1280px !important;
border: 0px !important;
}
}
@media screen and (max-width: 1300px) and (min-width: 1180px) {
.wtrHeaderBoxed {
width: 1240px !important;
border: 0px !important;
}
.wtrHeaderBoxed.wtrHeaderTransparent .wtrMainHeader{
width: 1240px !important;
}
}
@media screen and (max-width: 1250px) and (min-width: 1100px) {
.wtrHeaderBoxed{
width: 1080px !important;
}
.wtrHeaderBoxed.wtrHeaderTransparent .wtrMainHeader{
width: 1080px !important;
}
}
@media screen and (max-width: 1100px ) and (min-width: 991px ) {
.wtrHeaderBoxed {
width: 990px !important
}
.wtrHeaderBoxed.wtrHeaderTransparent .wtrMainHeader{
width: 986px !important;
}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.wtrHeaderBoxed {
width: 90% !important;
}
.wtrHeaderBoxed .wtrInner{
width: 90% !important;
}
.wtrHeaderBoxed.wtrHeaderTransparent .wtrMainHeader{
width: 90% !important;
}
#fp-nav{
display: none;
}
}
@media screen and (max-width: 767px) {
.wtrHeaderBoxed {
width: 90% !important;
}
.wtrHeaderBoxed .wtrInner{
width: 90% !important;
}
.wtrHeaderBoxed.wtrHeaderTransparent .wtrMainHeader{
width: 90% !important;
}
#fp-nav{
display: none;
}
} @media screen and (max-width: 767px) {
.wtrFooterWdg .wtrColOne .widget_nav_menu{
margin-bottom: 20px !important;
}
.wtrFooterWdg .wtrColOne .widget_nav_menu ul li{
display: block !important;
}
.wtrFooterWdg .wtrColOne .widget_nav_menu ul li a{
margin-right: 0px !important;
padding-right: 0px !important;
}
} @media screen and (min-width:1280px){
.wtrSimpleNavOverlay,
.wtrSimpleMobileNavContainer,
.wtrMobileMenu{
display: none !important;
}
}
@media screen and (max-width: 1300px) and (min-width: 1180px) {
.wtrSimpleNavOverlay,
.wtrSimpleMobileNavContainer,
.wtrMobileMenu{
display: none !important;
}
}
@media screen and (max-width: 1250px) and (min-width: 1100px) {
.wtrSimpleNavOverlay,
.wtrSimpleMobileNavContainer,
.wtrMobileMenu{
display: none !important;
}
}
@media screen and (max-width: 1100px ) and (min-width: 991px ) {
.wtrSimpleNavOverlay,
.wtrSimpleMobileNavContainer,
.wtrMobileMenu{
display: none !important;
}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.menu-item-language,
.wtrSimpleNavEnabled .wtrNavigation{
display: none;
}
.wtrBH .wtrHeaderColor.wtrHeaderBoxed .wtrInner{
position: relative;
z-index: 9999;
}
.wtrBH .wtrSimpleMobileNav{
width: 90%;
margin: 0px auto;
padding-left: 0px;
padding-right: 0px;
}
.wtrBH .wtrSimpleMobileHeader{
width: 90% !important;
margin: 40px auto 0px;
padding-left: 0px;
}
.wtrBH .wtrExpander{
right: -22px;
width: 50px;
}
.wtrBH .wtrExpander span{
left: 8px;
}
.wtrBH .wtrMainNaviList{
width: 90% !important;
margin: 40px auto 0px;
}
.wtrBH .wtrMainNaviList span,
.wtrBH .wtrMainNaviList a{
margin-left: -20px;
padding-left: 20px;
margin-right: -20px;
padding-right: 20px;
}
.wtrBH .wtrSimpleMobileNav ul li ul li span,
.wtrBH .wtrSimpleMobileNav ul li ul li a{
padding: 15px 20px !important;
margin: 0px -20px 0px 0px !important;
}
.wtrBH .wtrSimpleMobileNav div.wtrExpander span{
padding: 0px !important;
}
.wtrBH .wtrSimpleMobileNav .sub-menu div.wtrExpander{
right: -2px !important;
top: 0px !important;
} .wtrBNTH.wtrSimpleNavOn .wtrHeaderColor.wtrHeaderBoxed{
position: relative;
z-index: 9999;
background-color: transparent !important
}
.wtrBNTH .wtrSimpleMobileNav{
width: 90%;
margin: 0px auto;
padding-left: 0px;
padding-right: 0px;
}
.wtrBNTH .wtrSimpleMobileHeader{
width: 90% !important;
margin: 0px auto 0px;
padding-left: 0px;
}
.wtrBNTH .wtrExpander{
right: -22px;
width: 50px;
}
.wtrBNTH .wtrExpander span{
left: 8px;
}
.wtrBNTH .wtrMainNaviList{
width: 90% !important;
margin: 40px auto 0px;
}
.wtrBNTH .wtrMainNaviList span,
.wtrBNTH .wtrMainNaviList a{
margin-left: -20px;
padding-left: 20px;
margin-right: -20px;
padding-right: 20px;
}
.wtrBNTH .wtrSimpleMobileNav ul li ul li span,
.wtrBNTH .wtrSimpleMobileNav ul li ul li a{
padding: 15px 20px !important;
margin: 0px -20px 0px 0px !important;
}
.wtrBNTH .wtrSimpleMobileNav div.wtrExpander span{
padding: 0px !important;
}
.wtrBNTH .wtrSimpleMobileNav .sub-menu div.wtrExpander{
right: -2px !important;
top: 0px !important;
} .wtrSH .wtrSimpleMobileNav ul.wtrMainNaviList{
margin-top: 15px !important;
}
.wtrSH .wtrSimpleMobileHeader{
margin: 0px 0px 0px 20px;
}
.wtrSH.wtrSimpleNavOn .wtrHeader{
z-index: 9999;
background-color: transparent !important;
position: relative;
border-bottom: 0px;
}
.wtrSH .wtrSimpleMobileNav{
width: 90%;
margin: 0px auto;
padding-left: 0px;
padding-right: 0px;
}
.wtrSH .wtrSimpleMobileHeader{
width: 90% !important;
margin: 0px auto 0px;
padding-left: 0px;
}
.wtrSH .wtrExpander{
right: -22px;
width: 50px;
}
.wtrSH .wtrExpander span{
left: 8px;
}
.wtrSH .wtrMainNaviList{
width: 90% !important;
margin: 40px auto 0px;
}
.wtrSH .wtrMainNaviList span,
.wtrSH .wtrMainNaviList a{
margin-left: -20px;
padding-left: 20px;
margin-right: -20px;
padding-right: 20px;
}
.wtrSH .wtrSimpleMobileNav ul li ul li span,
.wtrSH .wtrSimpleMobileNav ul li ul li a{
padding: 15px 20px !important;
margin: 0px -20px 0px 0px !important;
}
.wtrSH .wtrSimpleMobileNav div.wtrExpander span{
padding: 0px !important;
}
.wtrSH .wtrSimpleMobileNav .sub-menu div.wtrExpander{
right: -2px !important;
top: 0px !important;
}
.wtrSimpleNavOn .wtrQuickContact{
display: none;
} .wtrShtPayPalButton.rightIcon a,
.wtrShtPayPalButton.leftIcon a{
padding: 20px 30px 20px 30px;
}
.wtrShtPayPalButton.rightIcon span{
margin-left: 20px;
padding: 0;
background-color: transparent;
}
.wtrShtPayPalButton.leftIcon span{
margin-right: 20px;
padding: 0;
background-color: transparent;
}
.wtrShtPayPalButton.leftIcon a:before,
.wtrShtPayPalButton.rightIcon a:before{
display: none;
}
.wtrShtPayPalButton.leftIcon a:hover,
.wtrShtPayPalButton.rightIcon a:hover{
padding: 20px 30px 20px 30px;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce-page .woocommerce-message a.button{
position: static !important;
width: 100%;
margin-bottom: 20px !important;
display: block;
text-align: center;
} .wtrRwdTable{
overflow-x: auto;
padding-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.menu-item-language,
.wtrSimpleNavEnabled .wtrNavigation{
display: none;
}
.wtrBH .wtrHeaderColor.wtrHeaderBoxed .wtrInner{
position: relative;
z-index: 9999;
}
.wtrBH .wtrSimpleMobileNav{
width: 90%;
margin: 0px auto;
padding-left: 0px;
padding-right: 0px;
}
.wtrBH .wtrSimpleMobileHeader{
width: 90% !important;
margin: 40px auto 0px;
padding-left: 0px;
}
.wtrBH .wtrExpander{
right: -22px;
width: 50px;
}
.wtrBH .wtrExpander span{
left: 8px;
}
.wtrBH .wtrMainNaviList{
width: 90% !important;
margin: 40px auto 0px;
}
.wtrBH .wtrMainNaviList span,
.wtrBH .wtrMainNaviList a{
margin-left: -20px;
padding-left: 20px;
margin-right: -20px;
padding-right: 20px;
}
.wtrBH .wtrSimpleMobileNav ul li ul li span,
.wtrBH .wtrSimpleMobileNav ul li ul li a{
padding: 15px 20px !important;
margin: 0px -20px 0px 0px !important;
}
.wtrBH .wtrSimpleMobileNav div.wtrExpander span{
padding: 0px !important;
}
.wtrBH .wtrSimpleMobileNav .sub-menu div.wtrExpander{
right: -2px !important;
top: 0px !important;
} .wtrBNTH.wtrSimpleNavOn .wtrHeaderColor.wtrHeaderBoxed{
position: relative;
z-index: 9999;
background-color: transparent !important
}
.wtrBNTH .wtrSimpleMobileNav{
width: 90%;
margin: 0px auto;
padding-left: 0px;
padding-right: 0px;
}
.wtrBNTH .wtrSimpleMobileHeader{
width: 90% !important;
margin: 0px auto 0px;
padding-left: 0px;
}
.wtrBNTH .wtrExpander{
right: -22px;
width: 50px;
}
.wtrBNTH .wtrExpander span{
left: 8px;
}
.wtrBNTH .wtrMainNaviList{
width: 90% !important;
margin: 40px auto 0px;
}
.wtrBNTH .wtrMainNaviList span,
.wtrBNTH .wtrMainNaviList a{
margin-left: -20px;
padding-left: 20px;
margin-right: -20px;
padding-right: 20px;
}
.wtrBNTH .wtrSimpleMobileNav ul li ul li span,
.wtrBNTH .wtrSimpleMobileNav ul li ul li a{
padding: 15px 20px !important;
margin: 0px -20px 0px 0px !important;
}
.wtrBNTH .wtrSimpleMobileNav div.wtrExpander span{
padding: 0px !important;
}
.wtrBNTH .wtrSimpleMobileNav .sub-menu div.wtrExpander{
right: -2px !important;
top: 0px !important;
} .wtrSH .wtrSimpleMobileNav ul.wtrMainNaviList{
margin-top: 15px !important;
}
.wtrSH .wtrSimpleMobileHeader{
margin: 0px 0px 0px 20px;
}
.wtrSH.wtrSimpleNavOn .wtrHeader{
z-index: 9999;
background-color: transparent !important;
position: relative;
border-bottom: 0px;
}
.wtrSH .wtrSimpleMobileNav{
width: 90%;
margin: 0px auto;
padding-left: 0px;
padding-right: 0px;
}
.wtrSH .wtrSimpleMobileHeader{
width: 90% !important;
margin: 0px auto 0px;
padding-left: 0px;
}
.wtrSH .wtrExpander{
right: -22px;
width: 50px;
}
.wtrSH .wtrExpander span{
left: 8px;
}
.wtrSH .wtrMainNaviList{
width: 90% !important;
margin: 40px auto 0px;
}
.wtrSH .wtrMainNaviList span,
.wtrSH .wtrMainNaviList a{
margin-left: -20px;
padding-left: 20px;
margin-right: -20px;
padding-right: 20px;
}
.wtrSH .wtrSimpleMobileNav ul li ul li span,
.wtrSH .wtrSimpleMobileNav ul li ul li a{
padding: 15px 20px !important;
margin: 0px -20px 0px 0px !important;
}
.wtrSH .wtrSimpleMobileNav div.wtrExpander span{
padding: 0px !important;
}
.wtrSH .wtrSimpleMobileNav .sub-menu div.wtrExpander{
right: -2px !important;
top: 0px !important;
}
.wtrSimpleNavOn .wtrQuickContact{
display: none;
} .wtrShtPayPalButton.rightIcon a,
.wtrShtPayPalButton.leftIcon a{
padding: 20px 30px 20px 30px;
}
.wtrShtPayPalButton.rightIcon span{
margin-left: 20px;
padding: 0;
background-color: transparent;
}
.wtrShtPayPalButton.leftIcon span{
margin-right: 20px;
padding: 0;
background-color: transparent;
}
.wtrShtPayPalButton.leftIcon a:before,
.wtrShtPayPalButton.rightIcon a:before{
display: none;
}
.wtrShtPayPalButton.leftIcon a:hover,
.wtrShtPayPalButton.rightIcon a:hover{
padding: 20px 30px 20px 30px;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce-page .woocommerce-message a.button{
position: static !important;
width: 100%;
margin-bottom: 20px !important;
display: block;
text-align: center;
} .wtrRwdTable{
overflow-x: auto;
padding-bottom: 20px;
}
} @media screen and (max-width: 991px) and (min-width: 768px) {
.wtrContentNoSidebar .wtrPostAuthor .wtrColFourFifth.wtrPostAutorDescHolder{
width: 100%;
}
.wtrPostAuthor{
margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.wtrContentNoSidebar .wtrPostAuthor .wtrColFourFifth.wtrPostAutorDescHolder{
width: 100%;
}
.wtrPostAuthor{
margin-bottom: 40px;
}
} @media screen and (max-width: 991px) and (min-width: 768px) {
.dl-menuwrapper{
right: 10px;
bottom: 10px;
}
.scrollup{
left: 10px;
}
.wtrSiteScroll {
bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.scrollup{
left: 20px;
}
.wtrSiteScroll {
bottom: 20px;
}
}