/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Template:       fortuna

*/
 
@import url("../fortuna/style.css");
 
/* Theme customization starts here */

.constant-height {
	padding: 25vh!important;
}

body {
    background: #f8f8f8;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 190%;
    color: #666;
}

.h20 {
    display:none!important;
}
/* ------------------------------------ Headings ------------------------------------ */

h1, h2, h3, h4, h5, h6, .heading_font {
    text-transform: none;		
    letter-spacing: 0;
/*    font-family: 'Open Sans', sans-serif;*/
}

.section_big_title h1 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    color: #4F9BFF!important;
}

p strong {
     color: #4F9BFF!important;
}

h1, .page_heading h1 {
    font-size: 28px;
    color: #444;
    margin: 0 0 15px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    color: #999;
    margin: 0 0 15px;
    font-weight: 600;
}

h3 {
    font-size: 21px;
    color: #444;
    margin: 0 0 10px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    color: #999;
    margin: 0 0 10px;
    font-weight: 600;
}
h5 {
    font-size: 16px;
    color: #444;
    margin: 0 0 5px;
    font-weight: bold;
}
h6 {
    font-size: 14px;
    color: #999;
    margin: 0 0 5px;
    font-weight: 500;
}


/* ------------------------------------ Wrapper / Sections------------------------------------ */

#header .container {
    width: calc(100% - 80px);
	/*margin-left:40px;*/
	margin-right:40px;
}
#wrapper.boxed_wrapper {
    box-shadow:none;
}

.boxed_wrapper, .boxed_wrapper #header, .boxed_wrapper #footer {
    /*width: 1200px;*/
    width:100%!important;
}

.vc_column-inner, .boxed_wrapper .vc_row:not(.vc_inner){
    padding:0!important;
    margin:0!important;
}



/* Full width content width */
#wrapper.full_width_wrapper .content_body .page > .container {
    width: 1200px;
}

/* Full width content padding */
#wrapper.full_width_wrapper .content_body .page .section {
    padding: 0px 0px 0px 0px;
}

#wrapper.full_width_wrapper .content_body .page .section .vc_row {
    margin-left: -20px;
    margin-right: -20px;
}

/*#menu > ul > li > a > span:before {
    content: "";
}*/

#menu > ul > li a:hover {
	color: rgb(79, 155, 255);
}

/* Boxed main padding */
.content_body .page .section {
    padding: 20px 0px;
}

/* Boxed content padding */
.content_body .container > .section{
    padding: 20px;
}
/* Home boxed content padding - removing side padding */
.home .content_body .container > .section {
    padding: 20px 0px 0px;
}


/* Boxed full width rows */
#wrapper.boxed_wrapper .vc_row-fluid {
    width: 100%!important;
    left:0!important;
}

.vc_row-no-padding > div {
    padding:0;
}



/* ------------------------------------ Columns ------------------------------------ */

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_1_of_3, .span_2_of_3 {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

.span_1_of_4 {
    width: 25%;
}
.span_3_of_4 {
    padding-right: 40px;
    width: 75%;
}

.span_1_of_3 {
    width: 34%;
}
.span_2_of_3 {
    padding-right: 40px;
    width: 66%;
}

.vc_column_container {
    padding-left: 20px;
    padding-right: 20px;
}


/* ------------------------------------ Contact Form ------------------------------------ */

#flex-box {
margin: 0 auto;
}

#flex-box .wpb_wrapper {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
	}
#1584 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.wpcf7-form p {
    margin-bottom: 0;
}

/* ----- Contact Form Validation ------ */
div.wpcf7-response-output {
    padding: 10px;
    margin:0;
}


div.wpcf7-validation-errors {
    border:0;
    background: #eb5300;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    border:0;
    background:#53a502;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    margin-top: -10px;
    font-size: 12px;
}

/* ------------------------------------ Inputs / Contact Fields ------------------------------------ */

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    margin: 0 0 10px;
    background: #fff;
	border: 1px solid #95989a!important;
    border-radius: 0;
    color: #666;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    margin-bottom: 30px;
    -moz-appearance: none;
}

textarea {
    height: 160px;
}


/* ------------------------------------ Buttons ------------------------------------ */

.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    line-height: 180%;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    min-width:193px;
    text-transform: capitalize!important;
    text-shadow: none;
    padding:5px 20px!important;
	border-radius: 20px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    text-align: center;
    margin:0 auto;
	white-space: inherit!important;
}

.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #ff9294;
}

a.center-button {
	width: auto!important;
    max-width: 390px;
    display: block!important;
}

/* ------------------------------------ Header ------------------------------------ */

#header {
    background: #fff;
    box-shadow: none;
}

/* Fixed Header */

#header.scrolled {
    background: rgba(0,0,0,0.8);
}



#menu > ul > li > a, #header .header_cart a.icon {

}
/* ------------------ Top Bar ------------------ */

.full_header.mobile {
    display: none;
}

.full_header {
    background: rgba(0,0,0,0)!important;
    border:0;
    padding: 6px 0px;
    transition: all 1s ;
}

.nav-down {
    background-color:rgb(79, 155, 255)!important;

}

.nav-up {
    background-color:rgba(79, 155, 255, 1)!important;
/*  margin-top:-60px!important;*/
}

.name {
    color:#fff;
    font-weight:500;
    text-align: center;
}
#subheader {
    color: #fff;
    opacity: 1;
}

/* header contact details */
.header_contact_item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}

.header_contacts a {
    color: #fff;
}
.header_contacts a:hover {
    color: #ccc;
}

.header_contacts .icon {
    color: #fff;
    margin-right: 8px;
}

.header_contacts .icon.icon-phone3 {
    margin-right: 4px;
}

/* header social media */
a.header_soc_icon {
    opacity: 1;
    color: #fff;
    margin: 4px 0 0;
}

a.header_soc_icon:hover {
    color: #fff;
}

/* ------------------ Main Header ------------------ */


#logo {
    padding: 30px 0px;
}

#header.scrolled #logo {
    padding: 10px 0px;
}

#header .block_header #logo {
    padding:0;
}

#header.scrolled .block_header #logo {
    margin-top: 5px;
}

#header .block_header #logo .logo_img {
    margin: 20px auto 5px;
    display:block!important
}

.mobile-phone, .mobile-social, #mobile_contact {
    display: none;
}



/* ------------------ Menu ------------------ */


/* change these values if you change the header height */
#menu > ul > li > a, #header .header_cart .icon {
    line-height: 116px!important;
}
#header.scrolled #menu > ul > li > a, #header.scrolled .header_cart .icon {
    line-height: 60px!important;
}

#header .block_header #menu > ul > li > a, #header .block_header .header_cart .icon {
    line-height: 60px!important;
}

/* menu underline hover effect */
.main_menu_underline_effect #menu > ul > li > a::after {
    background-color: #444!important;
}

#menu {
    font-family: 'Open Sans', sans-serif;
    padding-right:30px;
}

#menu > ul > li > a {
    color: #666;
    padding: 4px 35px 0px 35px;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
}

#menu > ul > li > a:hover {
    color: #fff!important;
	background-color:#4f9bff;
}

#menu > ul > li > a, #header .header_cart .icon {
	line-height:30px !important;
	margin-top:45px;
}

#menu > ul > li > div {
    border-top:0!important;
    background: none!important;
    right:22px;
    left: -45px;
    top: 80px;
    width:190px;
}

#menu > ul > li ul > li > a {
    /*background: rgba(0,0,0,0)!important;*/
    padding: 10px 15px;
/*    border-bottom: 1px solid rgba(255,255,255,0.2);*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	fon-size:15px;
    color: #fff!important;
}

.blog #menu > ul > li ul > li > a, .page-id-183 #menu > ul > li ul > li > a, .page-id-17 #menu > ul > li ul > li > a {
    color: #000!important;
}

#menu > ul > li ul > li > a:hover {
/*    background: #ffffff!important;*/
color:#fff;
}


/* ------------------ Search ------------------ */

#menu > ul > li.boc_search_toggle_li > a {
    color: #444;
    font-weight: normal;
    font-size: 15px;
}
#menu > ul > li.boc_search_toggle_li > a:hover {
    color: #4F9BFF;
}

#boc_searchform_in_header {
    background: rgba(0,0,0,0.85);
}

#boc_searchform_close {
    top: 45px!important;
}

.post-183 .container {
    margin-top: 80px!important;
}

/* ------------------------------------ Page Heading ------------------------------------ */

.page_title_bgr .full_container_page_title {
    border-bottom:0;
    padding: 20px 5px!important;
    margin-bottom: 10px!important;
}

.full_container_page_title .container {
    width: 100%;
}

#wrapper.full_width_wrapper .full_container_page_title .container {
    width: 1200px;
}
#wrapper.full_width_wrapper .full_container_page_title .container .section {
    padding: 20px 0px;
}

.page_heading h1 {
    color: #444!important;
}

.breadcrumb a {
    color: #aaa;
}

.breadcrumb a:hover {
    color: #999;
}


/* ------------------------------------ Slideshow ------------------------------------ */

.slider-heading {
    font-family: 'Open Sans',sans-serif!important;
}

.slider-text {
    font-family: 'Open Sans',sans-serif!important;
}

.slider-button {
    font-family: 'Open Sans',sans-serif!important;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    line-height: 190%!important;
    padding: 8px 20px!important;
    background: #999!important;
    color: #fff;
}

.slider-button:hover {
    background: #444!important;
}


/* ----------- Slideshow Arrows ----------- */

.tp-rightarrow.custom::before, .tp-leftarrow.custom::before {
    color: #fff!important;
    font-size: 38px!important;
    line-height: 60px!important;
}

.tp-leftarrow.custom, .tp-rightarrow.custom, .tp-leftarrow.custom:hover, .tp-rightarrow.custom:hover {
    background: none!important;
}

.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
    border-radius:0!important;
}


/* ------------------------------------ Blog ------------------------------------ */

.post_item .pic {
    width: 260px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* ------------------------------------ Contact Page ------------------------------------ */

.contact_page_template .section .wpb_column {
    padding:0;
}




/* ------------------------------------ Footer ------------------------------------ */

#footer {
    background: #f2f2f2;
    padding:0;
    color: #646464;
    font-size: 12px;
    z-index:1;
}

#footer .container {
    padding:0;
    width: 100%;
    max-width: 1440px;
}

#footer > div > .container {
    padding-left: 0!important;
    padding-right:0!important;
}

#wrapper.full_width_wrapper #footer .container {
    width: 1200px;
}

#footer .col ul li {
    margin-bottom: 14px;
}

#footer h6 {
	font-size: 14px;
    color: #999;
    margin: 0 0 5px;
    font-weight: 500;
	font-family:'Montserrat', sans-serif;
}

#footer p {
	line-height: 1.5em;
	font-weight:300px;
	font-size:12px;
	font-family:'Montserrat', sans-serif;
}

/* ------------------ Footer Top ------------------ */

.footer-top {
    padding: 80px 40px;
}

#footer h3 {
    color: #509bff;
    margin: 0px 0 15px;
    font-size: 16px;
	font-family:'Montserrat', sans-serif;
	font-weight: 400;

}

#footer h3:after {
    font-family: 'icomoon';
    font-size: 20px;
    content: "\e78f";
    display: inline-block;
    position: relative;
    top: 4px;
    left: 2px;
/*    // margin-right: 6px;*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#footer .col ul li a:before {
	display:none!important;
}
#footer a {
    color: #646464;
}

#footer a:hover {
    color: #509bff!important;
}

#footer .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

#footer .span_1_of_3 {
    width: 25%;
}
#footer .span_1_of_3:first-child {
    width: 50%;
}
#footer .span_1_of_3:nth-child(2) {
    width: 15%;
    margin: 0 5%;
}

.margined_left, #footer .col ul.margined_left {
    margin:0;
}

#footer .textwidget {
    padding:0;
    color: #646464;
}

/* Footer Contact */

.boc_contact_icon .icon {
    color: #444;
}
.boc_contact_icon .icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#menu-item-1396{
	margin-bottom: 42px!important;
}

#menu-item-1646 {
	margin-bottom: 38px!important;
}
/* ------------------ Footer Bottom ------------------ */

.footer-btm {
    margin:0;
    padding: 10px 20px;
    background: #509bff;
    overflow: auto;
    line-height: 100%;
    min-height: 180px;
}

#powered {
    color: #fff;
    margin:6px 10px 0 0;
       position: absolute;
    bottom: 10px;
	right:0;
	width:48%;
	line-height:17px;
}

#powered a {
	color: #fff;
}

#footer #powered a:hover {
	color: #f2f2f2;
}


.footer-float-copy {
	float:left!important;
	width:48%;
	margin:6px 10px 0 0;
	color:#fff!important;
	position:absolute;
	left:10px;
	bottom:14px;
	line-height:17px;
}

.footer-float-copy a {
	color:#fff!important;
}


#footer .footer-float-copy a:hover {
	color:#748188!important;
}

a.footer_soc_icon {
    color: #fff!important;
}

.tparrows:before {
    color: #ff4b4f;
}

a:hover .pic_info.type5 .info_overlay {
    background: #ff4b4f;
}

.rev_slider_wrapper {
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    
}

/* ------------------ Alex Sytles -------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	
}

h1 {
	font-size: 55px;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}

h2 {
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	margin-bottom: 10px;
}


h3 {
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	margin-bottom: 10px;
}

h4 {
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}

p {
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	line-height: 22px;

}

a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.red, .redLink a {
	color:#4F9BFF !important;
}

.blue, .blueLink a {
	color:#4F9BFF!important;
}

.green, .greenLink a {
	color:#4F9BFF!important;
}

.orange, .orangeLink a {
	color:#4F9BFF!important;
}

.purple, .purpleLink a {
	color:#4F9BFF!important;
}

.redHam {
	background-color:#4F9BFF !important;
    width:140px!important;
    float:right!important;

}

.orangeBtn {
   background-color:#4F9BFF!important;
}

.greenBtn {
    background-color:#4F9BFF!important;
}

.purpleBtn {
    background-color:#4F9BFF!important;
}


.img { 
	width:100%;
}

.clearFloat{
	clear: both;
}

.floatLeft{
	float:left;
}

.bgImage {
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	height: 100vh;
	width:100%;
}

.hamburgerMenu {
	position: absolute;
	right:20px;
	top:20px;
	cursor: pointer;
	transform: rotate(180deg);
}

.hamDiv {
	position: relative;
	background-position: left top;
	width:40px;
	height:5px;
	border-radius: 4px;
	margin:4px 0;
	background-color: #fff;
	transition: width 0.5s;
}



/* index */

.linkLeft {
	font-size:20px;
	color: #fff;
	margin:40px 0 0 40px;
	float: left;
	position: relative;
	z-index: 10;
}

.linkRight{
	font-size:20px;
	color:#fff;
	margin:50px 40px 0 0;
	float: right;
}

.linkRight:hover, .linkLeft:hover {
	color: #4F9BFF;
	opacity: 0.7;
}

.mainHeading{
	color:#fff;
	text-align: center;
	float: left;
}

.mainPageLinks a {
	color:#fff;
	text-decoration:none;
	font-size: 16px;
	padding:0 18px;
}
/* join urban climb */

.leftHeading {
	text-align: left;
	color: #fff;
    width: 393px;
    float:left;
}

.leftNavLinks {
	padding:0 !important;
	font-size: 12px;
	width:103px;
	left: -153px!important;
    top: 57px;
}

.leftNavLinks a {
	margin-top:10px;
	color: #fff;
}

.redActive {
	color:#4F9BFF !important;
	text-decoration: underline;
}

.close {
	padding: 20px !important;
	color: #fff;
	opacity: 1;
}

.extraLineHeight {
	padding-top: 15px;
}

/* Join Urban Climb Modual */

.pricesContain {
	width:680px;
	margin:0 auto;
}

.pricesTable {
	float: left; 
	border: #dadada solid 2px;
	padding: 76px 40px 40px;
    margin: 50px 20px 40px;
    width: 300px;
}

.priceTable h3 {
	letter-spacing: -1px;
}

.price_column {
	margin:0!important;
}

.big-price-height-control .price_column {
	min-height:630px!important;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25);
}

.bigger-border {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25)!important;
	padding:0;
	margin:0 20px
}

.small-price-height-control, .big-price-height-control {
	width:28%!important;
}

.small-price-height-control .price_column {
	/* height:540px!important; */
	margin-top:35px!important;
	box-shadow: 0 10px 10px rgba(0,0,0,0.22);
	
}

.small-price-height-control .price_column ul li {
	font-size:14px;
}

.small-price-height-control .price_column p {
	margin:0 !important;
}

.small-price-height-control h3 {
	font-size:22px;
	margin-bottom:0;
}

.small-price-height-control .price-header {
	font-size:15px;
}

.modal-body {
	overflow: scroll;
	padding: 0;
	border-radius: 10px;
}

.bgModualImage {
	background-size: cover;
	height:100vh;
	width:100%;
}

.modualTitle {
	padding: 32% 0 0 8%;
	color: #fff;
	width:338px;
}

.specials {
	width:33.3%;
	float:left;
	border-right: solid #dadada 2px;
    border-bottom: 2px solid #dadada;
	padding:120px 20px;
	text-align: center;
}

.specialHeadings {
	width: 85%;
	margin: 0 auto;
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: 400;
}

.circle {
	background-color: #eee;
	border-radius: 50%; 
	width:50px;
	height:50px;
	margin: 20px auto;
}
.pic_info.type12 .pic {
	border-radius: 0px!important;
	display: block;
    float: none;
    position: relative;
    margin: 0 auto;
}
.boc_image_box .pic_info.type12 h3:after, .boc_image_box .pic_info.type13 h3:after {
	display:none;
}

.pic_info img {
    max-width: 90px;
	border-radius: 0px!important;
	display: block;
    float: none;
    position: relative;
    margin: 0 auto;
}
.upb_row_bg {
    /*background-color:#fff!important;*/
}
.memberAdvertP {
	padding:10% 17%;
/*	border-bottom:solid #dadada 2px;*/
    text-align: center;
}

.non-contract .button {
    float:right;
}
.alignRight {
	float:right;
	width:50%;
}

.alignLeft {
	float:left;
	width:50%;
}

.prices {
	margin-top:20px;
	padding:20px 0;
	font-family: 'Montserrat', sans-serif;
	border-top: #dadada solid 2px;
}

.nonContract {
	width:700px;
	border: #dadada 2px solid;
	padding:40px 40px 20px 40px;
	margin:20px auto!important;
    
}

.contractBtn {
	float:left;
}

.alignLeft p {
	line-height: 30px;
}

.Mon12, .Mon6 {
	cursor: pointer;
}

.Mon12:hover, .Mon6:hover {
	text-decoration: underline;
}

.grey {
	color:#dedede!important;
}

.priceMon6 {
	display: none;
	margin-bottom: -15px;
}

.priceMon12 {
	margin-bottom: -15px;
}

.glyphicon-ok {
	font-size: 12px !important;
}


.bottomNav1 {
    left:10px!important;
}

.homeLink{
	padding:20px 100px 0 0;
}

.contactLink {
	padding:20px 0 0 70px;
}

.socialContain {
	float:right;
	width:33.3%;
    padding-right: 40px;
}

.socialIcon {
	float:right;
    width: 100px;
    padding: 0 40px 0 40px
}

.extraLeftMargin {
    margin: 0 auto;
    width: 230px;
    text-align: center;
    display: block!important;
}

.readMore {
	text-align: center;
	width:33.3%;
	color:#fff;
	margin: 0 auto;
	cursor:pointer;
	float: left;
}

.tp-leftarrow {
    left:20px;
}


.btn {
	padding:5px 20px;
	border-radius: 20px;
	color:#fff;
	margin:30px 0 0;
	font-family: 'Montserrat', sans-serif;
    width:137px;
    /*margin:0 auto;*/
    display: block!important;
    margin-top: 20px;
}

.price_column > ul li {
    text-align: left!important;
    font-size:15px;

}

.price_column .button {
    display: block;
    max-width:137px!important;
    margin: 0 auto;
}
.redCircle {
    background-color: #4F9BFF;
    height:10px;
    width:10px;
    border-radius: 50%;
    float: right;
    margin-top: 14px;
}

.greyCircle {
    background-color: #dedede;
    height:10px;
    width:10px;
    border-radius: 50%;
    float: right;
    margin-top: 14px;
}


.subheading {
    line-height: 30px;
    text-align: center!important;
}

@media (max-width:960px){
    .extraLeftMargin {
        margin-left:31%;
    }
}

.home #menu > ul > li.red > a {
    color: #4F9BFF!important;
}

.white {
	color:#fff;
}

.custom_menu_4 #menu > ul > li ul > li > a {
    color: #151515;
    text-align: right;
    white-space: inherit;
}

.transparent_header #menu > ul > li > a {
    color: #fff;
}
.transparent_header .custom_menu_4 #menu > ul > li ul > li > a {
    color: #fff;
    text-align: right;
    white-space: inherit;
}

.custom_menu_4 #menu > ul > li ul > li > a:hover {
    color: #4F9BFF;
}

.active>a, .current-menu-item a{
    color:#4f9bff;
}

.middlePosUl {
    background-color:#eee!important;
    padding:20px;
    width:60%!important;
    margin:0 auto!important;
}

.newPagePadding {
    height:80vh;
    padding:17% 40px;
}

.newPagePadding p {
    color:#fff;
}

.extraPadding {
    padding-top:30px;
}

.bordered-box {
    border: solid 1px #eee;
    min-height: 300px;
    padding: 0 20px!important;
    height: auto;
    display: flex;
    align-items: center;
	border-right:none;
}

.locationBox {
    height: 200px;
    padding-top: 100px;
    border-top: solid 1px #eee;
    margin-top: 0!important;
    border-left: solid 1px #eee;
}
.img_overlay_icon {
	display: none!important;
}
.locationBoxRight {
    height: 200px;
    padding-top: 100px;
    border-top: solid 1px #eee;
    margin-top: 0!important;
    border-left: solid 1px #eee;
}

.topBorder {
    border-top:3px solid #4F9BFF;
}

.topBorder h2, .topBorder p {
    color: #4F9BFF!important;
}

.topBorder-west-end {
    border-top:3px solid #e33693;
}

.topBorder-west-end h2, .topBorder-west-end p {
   color: #e33693!important;
}

.topBorder-milton {
    border-top:3px solid #73d2a2;
}

.topBorder-milton h2, .topBorder-milton p {
    color: #73d2a2!important;
}

.topBorder-newstead {
    border-top:3px solid #f39140;
}

.topBorder-newstead h2, .topBorder-newstead p {
    color: #f39140!important;
}

.map {
    height:350px;
    width:100%;
    padding:0 !important;
}

.west, .milton, .newstead {
    cursor: pointer;
}

.westMap, .miltonMap, .newsteadMap, .collingwoodMap{
    display: none;
}
    

.page-id-183 #header, .page-id-17 #header {
    background-color: #fff!important;
}

.flex-class {
    display:flex;
    justify-content:flex-start;
}

.price_column ul li.price_column_title {
    background: #ffffff;
    color: #222;
    font-size: 22px;
    line-height: 30px;
    padding-top: 40px;
}

.price_column p {
    font-size: 14px;
}

.price_column.add_border {
    /*border: 2px solid rgba(0,0,0,0.1);*/
    padding: 35px;
}

.price_column ul li.price_amount {
    font-size: 21px;
    line-height: 1.1em;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    color: #4F9BFF;
}

.price_column > ul li {
    text-align: left!important;
    font-size: 17px;
}

.price_column ul li.price_amount i {
font-size: 16px;
    color: #5a5a5a;
    font-style: oblique;
}

.acc_control, .active_acc .acc_control, .acc_holder.with_bgr .active_acc .acc_control, input[type="submit"] {
    background-color: #4F9BFF!important;
/*    width: 160px;*/
/*    margin: 0 auto;*/
/*    float: none;*/
    display: inline-block;
}

.red-list {
    font-size: 17px;
}

.red-list li::before {
    content: "• ";
    color: #4F9BFF;
    float: right;
    font-size: 85px;
    margin-top: -4px;

}

.disabled-list {
    font-size: 17px;
    color:#dedede;
}

.disabled-list li::before {
    content: "â€¢ ";
    color: #dedede;
    float: right;
    font-size: 85px;
    margin-top: -4px;

}

.list-item-container {
        border-bottom: 2px solid #dadada;
}

.button, a.button, button, input[type='submit'], input[type='reset'], input[type='button'] {
    /*text-transform: lowercase!important;*/
    
}

#no-display { 
    display:none;
}

.center-button {
	    display: block!important;
    margin: 0 auto;
    width: 100px;
    float: none;
}

.short {
	height:210px!important;
	background-color:#f2f2f2!important;
	border: 1px solid #eee;
}

.wpb_row, /*.wpb_content_element,*/ ul.wpb_thumbnails-fluid>li, .wpb_button {
    margin-bottom: 10px!important;
}

#post-13 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1491996427665.vc_row-no-padding.ult-vc-hide-row.vc_row-has-fill > div:nth-child(2), #post-13 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1491996427665.vc_row-no-padding.ult-vc-hide-row.vc_row-has-fill > div:nth-child(3), #post-13 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1491996427665.vc_row-no-padding.ult-vc-hide-row.vc_row-has-fill > div:nth-child(4) {
    min-height:370px;
}

.min-height-pos > .vc_column-inner > .wpb_wrapper {
    min-height: 200px!important;
}

.min-width-pos {
    /*width: 75%;*/
    margin: 0 auto;
    float:none!important;
}

.contactBorderBox {
    border: #929292 1px solid;
    padding:5px;
    margin-right: 20px;
    text-align: center;
}

.white-font {
    color:#fff!important;
}

/*.page-id-15 #menu > ul > li.orange > a, #menu > ul > li.orange > a:hover, .custom_menu_4 #menu > ul > li ul > li.sub-orange > a:hover  {
    color: #FFC267!important;
}

.page-id-129 #menu > ul > li.green > a, #menu > ul > li.green > a:hover, .custom_menu_4 #menu > ul > li ul > li.sub-green > a:hover {
    color: #73D2A2!important;
}

.page-id-131 #menu > ul > li.purple > a, #menu > ul > li.purple > a:hover, .custom_menu_4 #menu > ul > li ul > li.sub-purple > a:hover {
    color: #9973D2!important;
}

#menu > ul > li.red > a:hover {
    color: #ff4b4f!important;
}

.custom_menu_4 #menu > ul > li ul > li.sub-red > a:hover {
	color:#ff4b4f!important;
}*/

.orange-button {
	 background-color:#4F9BFF!important;
}

.orange-button:hover {
	background-color: #f3c98b!important;
}

.acc_holder.border .acc_item {
    border: 1px solid #94989b;
    	border-radius:0px;
}

.acc_control {
    width: 44px;
    height: 44px;
    margin: -6px 0 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    float: right;
    border-radius: 0px;
    border-left: 1px solid #94989b;
    background-size: 24px;
}


.acc_holder.border .acc_item:last-child {
    border-bottom: 1px solid #94989b;
}

.acc_heading {
	color:#5b5b5b;
}

.active_acc .acc_control {
    background-size: 29px;
    border-bottom: 1px solid #94989b;
    background-position: center 8px;
}

#wpcf7-f7-p17-o1 > form > p:nth-child(6) > input {
    margin:0 auto;
}

.displayNone {
    display: none!important;
}

.page-id-13 .pic_info img {
    max-width:70%!important;
    margin:0 auto;
}

.middle {
    margin:0 auto;
}

.boc_image_box .pic_info.type12 .pic {
    width:40%;
    margin:0 auto;
}

.pum-theme-1140 .pum-content + .pum-close {
    padding:0!important;
}
.months {
    /*border-bottom: 1px solid rgba(0,0,0,0.04);*/
    margin-top:-23px;
    padding:14px 0;
    margin-bottom: 5px;
}

#monthly h3{
      color: #B9B6B7;
} 

#month12 h3 {
      color: #4C96F6;
}

#month6 h3 {
      color: #B9B6B7;
}

#monthly h3, #month12 h3, #month6 h3 {
    float:left;
    padding: 0 5px;
    font-size: 15px;
    line-height: 0;
    cursor: pointer;
}

.font-size{
    font-size:17px!important;
    line-height: 30px;
}

.height-control .price_column {
    min-height: 632px;
    width:350px;
    margin:0 auto;
}

#post-13 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1496836276231.vc_row-has-fill.ult-vc-hide-row > div.wpb_column.vc_column_container.vc_col-sm-10 {
    display: none!important;
}

.price-header {
    padding: 0 5px;
    font-size: 15px;
    color: #B9B6B7;
}

#footer > div.footer-top > div > div:nth-child(1) > h3:nth-child(3), #footer > div.footer-top > div > div:nth-child(2) > h3:nth-child(3) {
    padding-top:28px;
}

#footer > div.footer-top > div > div:nth-child(4) > h3:nth-child(3) {
	padding-top:30px;
}

#footer > div.footer-top > div > div:nth-child(3) > h3:nth-child(4){
    padding-top:20px;
}

.info-sections {
    padding:0!important;
}

.info-sections > div {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
}

.info-sections .vc_column-inner .wpb_wrapper {
    margin:0 auto;
}

.main-white-info-box {
    padding:20vh 10px !important;
}

.middle-btn {
    display: block!important;

}

.left-btn {
    display: block!important;
    margin-top: 13%!important
}

.font-weight {
    font-weight: 900!important;
}


.blog #sidebar{
    margin-top:70px!important;
}

.padding-left {
    padding-left: 100px;
}

.positon-absolute {
    position: absolute!important;
    bottom:-120%;
    z-index: 99;
    right:0;
    left:0;
}

.position-relative {
    position: relative;
}

.contact-btn-box {
    width:20%;
}

.contact-btn {
    cursor:pointer;
    border-radius:25px;
    border:1px solid #95989a;
    padding:5px 20px;
}

.west-end-contact.contact-btn:hover, .west-end-contact.contact-btn.active {
    background-color:#e33693;
    color:#fff;
    border-color:#e33693;
}

.newstead-contact.contact-btn:hover, .newstead-contact.contact-btn.active {
    background-color:#f39140;
    color:#fff;
    border-color:#f39140;
}

.milton-contact.contact-btn:hover, .milton-contact.contact-btn.active {
    background-color:#73d2a2;
    color:#fff;
    border-color:#73d2a2;
}

.collingwood-contact.contact-btn:hover, .collingwood-contact.contact-btn.active {
    background-color:#4C95F5;
    color:#fff;
    border-color:#4C95F5;
}

.other-contact.contact-btn:hover, .other-contact.contact-btn.active {
    background-color:#eee;
    border-color:#eee;
}

#west-end-contact-form, #newstead-contact-form, #milton-contact-form, #collingwood-contact-form {
    display:none;
}

.float-left {
   float:left;
}

.white input{
   background:#fff!important;
   color:#666;
   border:1px solid #666;
   margin: 0 20px;
}

.white input:hover {
   background: #444!important;
}

.input input {
   border-top: none!important;
   border-left: none!important;
   border-right: none!important;
}


.line-height {
	line-height:90px;
}

.classes-form-width {
	width:850px;
	margin:0 auto!important;
}

.classes-form-width .wpcf7-form {
	display:flex;
	flex-wrap: nowrap;
}

.button.btn_medium, button.btn_medium, a.btn_medium, input[type="submit"].btn_medium, input[type="reset"].btn_medium, input[type="button"].btn_medium {
    font-size: 13px;
    padding: 14px 22px;
    max-height: 33px;
}

.info-pack-email {

	
	display:flex;
	justify-content: center;

	width: 100%;
}

div.button-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.button-container p {
	margin-left:10px;
	margin-right:10px;
}

.button-container input[type="submit"], .button-container .button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
margin: 0px;
}

.button-container .wpcf7-submit {
	background-color: #fff!important;
	color:#333!important;
	border:1px solid #95989a!important;
}

.button-container .ajax-loader {
display:none;
}

.zero-margin {
	margin: 0 auto!important;
}

.info-pack-email input {
	border:none!important;
	border-bottom:1px solid #95989a!important;
}

.page-id-4254 .map {
	width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-id-4254 .map iframe {
	width:100%!important;
	height:100%!important;
}

.page-id-4254 .wpb_row {
	margin-bottom: 0!important;
}

.collingwoodMap.mob-display {
	display:none!important;
}

.desk-display {
	margin-bottom:0!important;
}

.desk-display img {
	height:600px!important;
	width:auto!important;
}

.heading-border h1 {
	border:3px #fff solid;
	text-align:center;
	color:#fff;
	text-shadow:2px 2px 10px #000;
	box-shadow:2px 2px 10px #000;
	margin:160px 0;
	text-transform: uppercase;
	font-weight:700;
}

.min-height-collingwood {
	min-height: 400px;
}

.visibility-hidden {
	visibility: hidden;
}