/*
    Theme Name: Fortuna Media Queries
    Description: This is your custom style sheet 
    for your child themes custom CSS code.
    Author: Your Name
    Version: 2.0.1
    Template: fortuna
    Template Version: 2.0.1
 
*/

/* ---------- Media Queries -------------- */

@media screen and (max-width:1365px){
    #post-129 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1493090645537.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex.ult-vc-hide-row.vc_row-has-fill > div:nth-child(2) > div > div, #post-129 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1493090645537.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex.ult-vc-hide-row.vc_row-has-fill > div:nth-child(3) > div > div, #post-129 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1493090645537.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex.ult-vc-hide-row.vc_row-has-fill > div:nth-child(4) > div > div {

        min-height: 200px;
    }
}

/* ------------------------- 1280px ------------------------- */

@media (max-width:1280px) {
    
    .boxed_wrapper, .boxed_wrapper #header, .boxed_wrapper #footer, #wrapper.full_width_wrapper .content_body .page .section {
        width: 100%!important;
    }
    .container {
        width: 100%!important;
    }

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

    /* Full width heading padding */
    #wrapper.full_width_wrapper .page_title_bgr .full_container_page_title {
        padding: 20px!important;
    }

    /* Full width header padding */
    #header .container {
        padding-left: 20px!important;
        padding-right:20px!important;
            margin-left: 0px;
    margin-right: 0px;
    }

    .content_body .container {
        padding-left:0;
        padding-right:0;
    }

    

    /* Menu */
    #menu > ul > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ------------------------- 1017px ------------------------- */

@media (max-width:1017px) {
    /* Header */
    .full_header {
        background: #444;
    }

    .header {
        padding: 0px;
    }

    /* Logo */
    #logo {
        width: auto;
        padding: 35px 0px;
    }

    #logo .logo_img {
        height: 50px;
    }


    /* Block Logo */
    #header .block_header #logo {
        padding:30px 0px 10px;
    }

    #header .block_header #logo .logo_img {
        margin:0;
    }

    /* Menu */

    #menu {
        display: block;
    }

    .vc_col-sm-3, .vc_col-sm-6 {
        width:100%!important;
    }

    .contactBorderBox {
        width: 260px!important;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .vc_column-inner.vc_custom_1494121676530 {
        padding-top:30px!important;
    }

    .contact-btn-contain {
       width:600px;
       margin:0 auto!important;
    }

    .contact-btn-box {
        width:200px;
        margin:10px 0;
        float:left;
    }
    
}

@media (max-width: 915px){
    .height-control .price_column {
        width:300px;
    }

    #monthly h3, #month12 h3, #month6 h3, .price-header {
        font-size: 14px;
    }
}
/* ------------------------- 991px ------------------------- */

@media (max-width:991px) {
     /* Columns */
    .span_1_of_4 {
        width: 30%;
    }
    .span_3_of_4 {
        width: 70%;
    }
    
}

@media (max-width:923px){
    .columns-3 {
        width:90%!important;
        margin:20px auto;
        float:none;
    }
}

/*-----------------------895px---------------------------*/
@media (max-width:895px) {
	.classes-form-width {
		width:100%;
		margin:0 auto!important;
	}
	.classes-form-width .wpcf7-form, #flex-box .wpb_wrapper {
		flex-wrap:wrap;
		justify-content: center;
	}

}

/* ------------------------- 800px ------------------------- */

@media (max-width:800px) {
     /* Blog */
    .post_item .pic {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

     /* Footer */
    #footer .span_1_of_3 {
        width: 30%;
    }
    #footer .span_1_of_3:first-child {
        width: 40%;
    }
    #footer .span_1_of_3:nth-child(2) {
        width: 20%;
    }

    #menu > ul > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .vc_col-sm-6 {
        /*width:90%!important;*/
    }

    .columns-2 {
        min-height:300px;
    }
    .white-col-BG {
        margin:20px auto;
    }
}



/* ------------------------- 768px ------------------------- */

@media (max-width:768px) {
    #header .full_header.mobile {
 		display: -webkit-flex; /* NEW */
    	display: flex;
   		-webkit-flex-wrap: wrap; /* NEW */
        position: fixed;
        top:0;
        left:0;
        background: #444;
        width: 100%;
        padding:0;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        height:64px;
        z-index:99999;
    }

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

	.bigger-border {
		margin: 0px!important;
	}

	#footer .boc_divider  {
		margin:20px auto;
	}

    #mobile_menu ul li.current-menu-item a{
        background-color:#fff!important;
        color:#4f9bff;
    }

    #mobile_menu ul li.current-menu-item ul li a {
        color:#fff;
            background-color: #4f9bff!important;
    }

    #mobile_menu ul li.current-menu-item ul li a:hover {
        color:#151515;
        background-color:#fff!important;
    }

    /* Page Heading */

    .page_title_bgr .full_container_page_title .page_heading {
        margin: 15px 0 20px;
    }

    /* Columns */
    .vc_row .wpb_column + .wpb_column {
        /*margin-top: 30px;*/
    }

    .span_2_of_3 {
        padding:0;
    }
    .span_3_of_4 {
        width: 100%;
        padding:0;
        margin: 0 0 30px!important;
    }
    .span_1_of_4 {
        width: 100%;
        margin: 0;
    }

   /* #wrapper.full_width_wrapper .span_1_of_3 {
        padding: 0px 20px;
    }*/

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

    /* Footer */
    .footer-btm {
        text-align: center;
    }
    #powered {
/*        width: 100%;*/
        display: block;
        text-align: center;
        margin: 10px auto 0;
		position:initial;
		width:100%;
    }
	
	.footer-float-copy {
		position:initial;
		display:block;
		text-align:center;
		margin:10px;
		width:100%;
	}
    .footer_soc_icon {
        float: none;
    }

    #footer h3, #footer .col ul li, #footer .textwidget, .op-is-open-shortcode, .boc_contact_icon  {
    	text-align: center;
	}
	
	#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: 0px;
	}

	#footer h3 {
    	padding-top: 20px;
	}

	

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

	#menu-item-1036 {
	    margin-bottom: 20px!important;
	}

	#mobile_logo img {
        width: 32px;
    	margin-top: 0px;
    	padding-bottom: 0px;
	}

        /* ----------------- mobile menu ------------------ */
    
    /* Header */
    .header {
        margin-top: 0px;
    }

    .header .rel_pos {
        display: none;
    }
    
    .page-id-17 .full_header.mobile, .page-id-183 .full_header.mobile {
        background-color: #4d97f9!important;
    }

    .header_contact_item {
        width: 25%;
        margin:0;
        flex: 1 0 auto;
    }

    .header_contact_item a {
        display: block;
        color:#fff;
        text-align: center;
        padding: 10px 0px;
        margin:0px 0px 0px 20px;
        font-size:20px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

/*    .header_contact_item a:hover {
        background: #4F9BFF;
    }*/

    .header_contact_item + .header_contact_item{
        border-left:none;
        line-height: 20px;
    }

    #logo, #header .block_header #logo {
        width: 100%;
        display: block;
        padding: 30px 0px;
    }

    #logo .logo_img {
        height: auto;
        width: 100%;
        display: block;
        margin:0 auto;
    }

   #logo .logo_img img {
        margin: 0 auto;
        display: block;
   }

   .mobile-phone {
        display:block;
        text-align: center;
   }

   .mobile-phone a {
        background: #090d10!important;
        padding: 10px 15px;
        color: #fff;
        margin: 0 auto 5px;
        font-size: 15px;
        font-weight: 600;
        display: none;
        transition: all 0.5s ease;

   }

   .mobile-phone a:hover {
        background: #444;
   }

   .mobile-phone .icon {
        color: #444;
        margin-right: 3px;
        vertical-align: middle;
        font-size: 17px;
   }

   .mobile-nav-left, .mobile-nav-right {
    display:flex;
    width: 5%!important;
   }

   .mobile-nav-right {
        justify-content: flex-end;
   }

   .mobile-nav-left {
    justify-content: flex-start;
   }

   .mobile-nav-left img {
    width: 35px;
    margin-top: 10px;
   }

   .mobile-phone a:hover .icon {
        color: #999;
   }

   .mobile-social {
        display: block;
        text-align: center;
        margin-bottom: 30px;
   }

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

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

   /* Mobile contact form */

    #mobile_contact {
        position: fixed;
        top:45px;
        right:0;
        background: #4F9BFF;
        padding: 20px;
        width: 100%;
    }

    #mobile_contact form {
        margin-bottom:0;
    }

    .mobile_contact_button {
        height: 100%;
        float: none;
        text-align: center;
        margin:0;
        padding: 10px 0px;
        transition:all 0.5s ease 0s;
        font-size:20px;
        color: #fff;
        cursor: pointer;
    }
    .mobile_contact_button:hover {
        background: #4F9BFF;
    }


   /* Mobile menu */
    .main-menu {
        display: none!important;
    }

    

    #mobile_menu  {
        top:60px;
        position: fixed;
    }

    #mobile_menu_toggler {
        height: 100%;
        float: none;
        text-align: center;
        margin:0px 20px 0px 0px;
        padding: 10px 0px 9px;
        transition:all 0.5s ease 0s;
    }

/*    #mobile_menu_toggler:hover {
        background: #4F9BFF;
    }*/
    .m_nav_ham {
        background: #fff;
        width: 21px;
    }

    #mobile_menu ul li a {
        background: #4F9BFF;
        color: #fff;
        text-shadow: none;
        border-top:0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    #mobile_menu ul li a:hover {
        background: #fff;
        color:#3c3c3c;
    }

    #mobile_menu ul li a > span:not(.icl_lang_sel_bracket) {
        width: 100px;
        padding-right: 20px;
        text-align: right;
        position: absolute;
        top:0;
        right:0;
        height: 100%;
        margin-top:0;
        padding-top:10px;
    }

    #mobile_menu ul ul li a {
        padding: 10px 30px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        background: #4F9BFF!important;
        color:#fff;
    }

    #mobile_menu ul ul li a:hover {
        background: #fff!important;
        color:#3c3c3c;
    }

    /* ----------------- mobile menu ------------------ */
    /* FAQ */
    .vc_custom_1490847492132 {
        margin-top: 0!important;
    }

    /* slider */
    /*.tp-caption {
        font-size: 16px!important;

    }*/

    .locationBox, .locationBoxRight{
        height: 100px!important;

    }

    .vc_custom_1491100259086, .vc_custom_1490848131050 {
        margin-top: 0!important;
    }

    .button {
        margin-right: 6px;
        margin:0 auto;
        display:block!important;
        float: none;
    }

    #post-129 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1493090645537.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex.ult-vc-hide-row.vc_row-has-fill > div:nth-child(2), #post-129 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1493090645537.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex.ult-vc-hide-row.vc_row-has-fill > div:nth-child(3), #post-129 > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1493090645537.vc_row-no-padding.vc_row-o-content-middle.vc_row-flex.ult-vc-hide-row.vc_row-has-fill > div:nth-child(4) {
        margin-top: 0;
    }

    .height-control .price_column {
        width:80%;
    }
    .left-btn {
        margin-top: 40px!important
    }

    .main-white-info-box p, .main-white-info-box h3{
        text-align: center!important;
    }

    .button.btn_medium, button.btn_medium, a.btn_medium, input[type="submit"].btn_medium, input[type="reset"].btn_medium, input[type="button"].btn_medium {
    	float:none;
    }

	#two-btn a {
		margin: 0 auto!important;
	}

	div.button-container {
		flex-wrap:wrap;
	}

	.button-container p {
		width:100%;	
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.ajax-loader {
		display:none!important;
	}
	.button-container .button {
		margin: 0 auto!important;
		margin-top:10px;
	}
	.button-container p span input[type="email"] {
		margin-bottom:0px!important;
	}
	.button-container p input[type="submit"] {
		margin: 0 auto;
    	display: block;
	}
}



/* ------------------------- 767px ------------------------- */

@media (max-width:767px) {
    .header {
        display:none!important;
    }
}



/* ------------------------- 700px ------------------------- */

@media (max-width:700px) {
    .min-width-pos {
        width:100%!important;
    }
}

/* ------------------------- 650px ------------------------- */

@media (max-width:650px) {
    /* Footer */

    #footer .span_1_of_3, #footer .span_1_of_3:first-child, #footer .span_1_of_3:nth-child(2)  {
        width: 100%;
        text-align: center;
        margin: 0 0 30px
    }
    #footer .span_1_of_3:last-child {
        margin-bottom:0;
    }

    #footer .col ul li a::before {
        display: none;
    }
    .boc_contact_icon .icon {
        margin-right: 5px;
    }

    .contact-btn-contain {
        width:400px;
    }
} 

/* ------------------------- 600px ------------------------- */

@media (max-width:600px) {
	.page-id-4254 .map {
		height:auto!important;
	}
	
	.collingwoodMap.mob-display {
		display:block!important;
	}

	.desk-display {
		display:none!important;
	}
}

@media (max-width: 505px){
    .accordion {
        font-size: 12px;
    }
}

/* ------------------------- 560px ------------------------- */

@media (max-width:560px) {
    #logo, #header .block_header #logo {
        width: 100%;
        padding: 20px 0px;
    }

    .mobile-phone a {
        padding: 7px 15px;
   }

   .mobile-social {
        margin-bottom: 20px;
   }

}

/* ------------------------- 480px ------------------------- */

@media (max-width:480px) {
    /* Header */

    /* Map on contact page */
    #map_canvas {
        height: 220px!important;
    }


}

@media (max-width: 430px) {
    .height-control .price_column {
        width:90%;
    }
}



/*-------------------------- 440px -------------------------*/

@media (max-width:440px) {
      .contact-btn-contain {
          width:200px;
      }
}

/* ------------------------- 400px ------------------------- */

@media (max-width:400px) {
    /* Headings */
    h1, .page_heading h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }

    /* Slider Caption */
    .slider-button, .slider-heading, .slider-text {
        display: none!important;
    }
}


@media (max-width: 375px) {
    .height-control .price_column {
        width:100%;
    }
}
@media (max-width: 333px){
    #monthly h3, #month12 h3, #month6 h3, .price-header {
        font-size: 12px;
    }

}
/* ------------------------- 320px ------------------------- */

@media (max-width:320px) {
    /* Logo - Header Block Layout */
    #header .block_header #logo img {
        margin-top: 15px;
    }


}

@media only screen and (max-width: 1017px) and (min-width: 769px){
    #header {
        position: absolute;
        background: rgba(0,0,0,0);
        padding-top: 20px;
    }
	.content_body {
		    margin-top: 110px;
	}
    
}


#boc_page_preloader {
    background-color:#000!important;
}

/* .custom_menu_4 #menu > ul > li > div {
   background: rgba(20,20,20,0.8)!important;
 }*/

.orange:hover {
    color: orange;
}

@media only screen and (max-width: 1017px) and (min-width: 769px){
#transparent_logo {
    display: inherit;
}
header.transparent_header #logo .logo_img > a > img {
    opacity: 0;
    position: relative;
}
}