/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) { 
        
          }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1000px) {
	    	 #classic-header .vc_col-sm-4 .vc_column-inner .wpb_wrapper{display: flex !important;
justify-content: center;
    flex-wrap: wrap;}
	    
	      }
/* Medium Devices, Desktops */
    @media only screen and (max-width : 959px) {
	    
	    .vc_col-sm-pull-8 {

    right: 0;

}
.vc_col-sm-push-4 {

    left: 0;

}
	    
	    

    }
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	    #footerpost .img-with-aniamtion-wrap {max-width: 100px !important}
	 
	    
	   .testimonial_slider[data-style*="multiple_visible"] blockquote p {

  padding: 50px 50px 50px 50px !important;}

	 
	 
	 #classic-header .vc_col-sm-4 .vc_column-inner .wpb_wrapper .nectar-cta h6 .link_text,  #classic-header .vc_col-sm-4 .vc_column-inner .wpb_wrapper .nectar-cta h6{font-size: 3vw !important} 
	 
.single-venue .vc_row.top_margin_-25vh .row-bg-layer{border-radius: 25px}
.single-venue .venue-name{font-size: 40px !important;}
.single-venue .venue-intro *{font-size: 20px !important;}
	    
.quote-lockup-bottom{margin: 0px !important;}
.quote-lockup-top{margin: 0px !important;margin-bottom: -10px !important;}
.quote-lockup-middle{margin: 0px !important;}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	     #footerpost .vc_column-inner .wpb_wrapper{display: flex;flex-wrap: wrap;justify-content: center;}
	   #footerpost .vc_column-inner .wpb_wrapper .img-with-aniamtion-wrap{max-width: 100px !important;
    width: 100px;
    min-width: 100px !important;}
#footerpost .vc_column-inner .wpb_wrapper .nectar-split-heading {width: 100%}
#footerpost .vc_column-inner .wpb_wrapper .nectar-split-heading i{margin: 2px auto;}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
   