/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {

#nav > li,
#fixednav li {
    padding: 0 15px;
}

#nav a, #fixednav a  {
    font-size: 13px;
}

.fc-list a > .fc-text-d .fc-flex span.fc-title {
    font-size: 35px;
}

.custom-container{
    padding-right: 50px;
    padding-left: 50px;
}

.wwwu-main-wrap .wwwu-left .title-widget {
    font-size: 49px;
}

.qs-wrap {
    padding-bottom: 15px;
}

}

@media only screen and (max-width: 1366px) {


}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

#nav > li, #fixednav li {
    padding: 0 10px;
}
#nav a, #fixednav a  {
	font-size: 12px;
}

.burger-menu-icon {
    margin-left: 10px;
}

.fc-list a > .fc-text-d .fc-flex span.fc-title {
    font-size: 30px;
}

.about-info {
    padding: 0 30px;
}

.fixed-smi {
    right: 0;
}

.fp-list a > .fp-details .fp-info span.fp-price {
    font-size: 30px;
}

.fp-list a > .fp-details .fp-info span {
    font-size: 12px;
}

.fixed-footer {
    right: 0;
}

#wwwu-section,
#fv-section,
#ws-section {
   padding-left: 15px;
   padding-right: 15px;
}

.fl-bttn-nav .fp-list .fl-menu-item .title-wrap {
    margin-bottom: 15px;
}
.fp-photo canvas {
    min-height: 300px;
}
.main-tab-item {
    margin: 3px 0;
}
.main-tab-item a {
    height: 45px;
}

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 1024px) {
#nav a, #fixednav a  {
    font-size: 12px;
}

.qs-form-inner a.qs-adv,
.qs-form-inner input[type="submit"] {
   font-size: 10px;
}

.footernav li a {
    font-size: 10px;
}

.info-flex span {
    font-size: 10px;
}

}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    body #pojo-a11y-toolbar,
    .fixed-smi .smi-links,
    .fixed-smi {
        display: none;
    }
    body.show_menu {
        overflow: scroll;
    }
	#header-wrap {
		position: relative;
		z-index: 2;
		margin-top: 52px; 
		background: #283547;
	}
	#header-wrap > .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

    .nav-wrapp {
    	 display: none;
    }

	
	/* The following are used on inner pages. Please edit carefully. */

	.inner {
	    width: 100%;
	}
	#content-sidebar, #content-full {
	    width: 100%;
	}	
	.outer{
		width: 100%;
		min-width: 100%;
	}
	#content-sidebar #content{
		width: 100%;
	}

.hdr-flex, 
.fixed-header, 
.fixed-header.active,
.footer:after,
.footer:before,
.about-wrap:before,
.about-img:before,
.about-img:after,
#socmed-section:after,
.testi-bg.non-fixed-bg,
section#testi-section:after,
section#cta-section:after,
.map-right,
.title-text:before,
.title-text:after,
.form-submit:before,
.form-submit:after
   {
  display: none;
}

.main-header {
    position: relative;
    padding: 70px 0 30px;
    height: auto;
    text-align: center;
    top: 0; 
    background-color: #000000;
}

.qs-area {
    position: relative;
    background-color: #000; 
    text-align: center;
    padding: 20px 0;
}

.qs-wrap {
    display: block;
    padding-bottom: 0;
}

.qs-wrap form,
.qs-title {
    width: 100%;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

        .qs-form-inner {
            max-width: 380px;
            margin: 0 auto;
            flex-wrap: wrap;
        }

            .qs-form-inner .form-col,
            .qs-form-inner .form-col.med,
            .qs-form-inner .hp-qs-sub {
                width: 44.3%; 
                max-width: 100%;

            }
            .qs-form-inner .hp-qs-sub {
                width: 100%; 
                max-width: 100%;
            }

                .qs-form-inner .form-col.wide {
                    width: 100%;
                    max-width: 100%;
                }

                .qs-form-inner input[type="submit"] {
                    margin-left: 0;
                }

.qs-form-inner a.qs-adv, .qs-form-inner input[type="submit"] {
    font-size: 12px; 
    margin: 10px 0;
}

.qs-form-inner .form-col.input {
    max-width: 93%;
    width: 100%;
}
#fp-section {
    padding: 0;
}

.fl-bttn-nav {
    position: relative;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
    top: 0;
}

.fl-bttn-nav .fp-list .fl-menu-item {
    padding-left: 0;
    justify-content: center;
}

.fl-bttn-nav .fp-list .fp-photo.canvas-img {
    height: 430px;
}

.fp-list {
    width: 50%;
}
.fp-list:nth-child(2) {
    margin-right: 0;
}
.fp-photo canvas {
    min-height: auto;
}

#wwwu-section {
    padding: 0;
}

.wwwu-main-wrap {
    display: block;
}

.wwwu-main-wrap .wwwu-left {
    position: relative;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    padding: 65px 75px;
    text-align: left;
}

.wwwu-main-wrap .wwwu-left p,
.wwwu-main-wrap .wwwu-right {
    width: 100%;
}

.map-area-link .title-wrap {
    text-align: center;
}
.map-link-btn {
    padding-left: 0;
} 

.map-left li a {
    justify-content: center;
}

.map-left li:before {
    width: 100%;
}

.map-left li:hover:before {
   background: #8c0c04;
}

.ws-list-wrap {
    width: 100%; 
    padding: 0;
}

.form-field-wrap {
    flex-flow: row wrap;
}

.form-field-short {
    width: 100%; 
    margin: 10px auto !important;
}

.form-field-wrap textarea {
    margin: 10px auto;
}

.footer-info-wrap {
    flex-wrap: wrap;
}

  .logo-ftr, 
  .ftr-info-wrap, 
  .ftr-nav, .ftr-news
   {

     width: 100%; 
     margin: 20px 0;
  }

  .info-flex {
    display: block;
    align-items: flex-start;
    text-align: center;
    position: relative;
    top: 0;
}

.logo-ftr img {
    margin: 0 auto 30px;
}
.info-flex div:nth-child(1),
.info-flex div:nth-child(2),
.ftr-smi {
    width: 100%;
    padding: 0; 
    text-align: center;
}

 .title-ftr {
    text-align: center;
 }

 .info-flex span,
 .footernav li a {
    font-size: 15px;
}

.footernav {
    text-align: center;
    column-count: 1;
}

.fixed-footer {
    display: none;
}

.title-text p,
.form-submit {
    position: relative;
}

.footer-form {
    border: 1px solid #fff; 
    padding: 30px 15px;
}



/*** Map ***/

.map-area-link,
.map-right {
    width:  100%;
}

.map-main {
    width: 100%;
}

.map-wrapper {
    padding: 0;

}
.fv-bg.non-fixed-bg {
    display: none;
}

.fv-list-wrap {
    width: 100%;
}
.fv-list-left.fv-list-wrap .fv-list,
.fv-wrapper {
    margin: 0;
}

.ftr-info-flex {
    display: block;
}

.footer li {
    padding: 10px; 
    display: block;

}

.footernav {
    display: block; 
    text-align: center;
}

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
.fp-list,
.fc-list {
    width: 100%;
}

.fv-list-wrap {
    width: 100%;
}

#fv-section  {
    padding: 50px 15px; 
    display: block;
}

.wwwu-flex {
    padding: 0px 15px; 
    display: block;
}
.wwwu-item {
    width: 100%;
}

.wwwu-main-wrap .wwwu-left {
    padding: 50px 15px;
}

.map-left ul {
    display: block;
    margin: 0 5px;
    width: 50%;
}

.ws-main-wrap {
    margin: 0 auto;
}

.pop-form {
    border-left: none;
    border-right: none;
    padding: 50px 0 70px;
}

.pop-contact-form {
    position: relative;
    padding: 50px 15px 100px;
}

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
#content .entry-title, #content .archive-title,
.post-page-agents-teams h1.entry-title, .single-aios-agents h1.agent-entry-title {
    font-size: 50px;
}

.title-widget {
    font-size: 30px !important;
}

.qs-form-inner .form-col, .qs-form-inner .form-col.med, .qs-form-inner .hp-qs-sub {
    width: 100%;
    max-width: 100%;
}

.map-left li a {
    font-size: 12px;
}

.post-page-contact #ai-modern-contact .ai-modern-contact-form-field {
    width: 100%;
}


}
 
