/*
Theme Name: www.momentarents.ca
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/
/*--------------------------------------------------------------
## Editor class styles
--------------------------------------------------------------*/

/*--colors
orange #ef8922
dark grey #2d2d2d
grey #555454
light grey #e4e4e4
--*/

/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

html, body {
	height:100%;
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}


/*===================== 
	base styles 
=======================*/


body {
	font-family: "Roboto Condensed", sans-serif;
    margin: 0;
	padding:0;
	}

/*===================== 
	typography 
=======================*/


	h1 {
		font-size:30px;
		font-weight: 700;
        margin:0;
}

	h2 {
		font-size:28px;
		font-weight: 700;
        margin:0;
}
	h3 {
		font-size:24px;
		font-weight: 700;
        margin:0;
}
	h4 {
		font-size:20px;
		font-weight: 700;
        margin:0;
}
	h5 {
		font-size:18px;
		font-weight: 600;
        margin:0;
}
	h6 {
		font-size:16px;
		font-weight: 500;
        margin:0;
}

p {
	font-size:16px;
	margin: 0;
	}
.butn-black {
	background:#2d2d2d;
	color:#fff;
	display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
	padding:5px 30px;
    font-size:18px;
    font-weight:400;
	text-align:center;
	margin:10px 6px 10px 0px;
    transition: .2s ease-in;
    border: 0px;
    box-sizing: border-box;
    outline: none;
    border-radius: 0px!important;
}
.butn-black i {
    color:#ef8922!important;
    margin-left:10px;
}
.butn-black:hover {
	background:#ef8922;
}
.butn-black:hover i {
	color:#fff!important;
}
.butn-orange {
	background:#ef8922;
	color:#fff;
	display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
	padding:5px 30px;
    font-size:18px;
    font-weight:400;
	text-align:center;
	margin:10px 6px 10px 0px;
    transition: .2s ease-in;
    border: 0px;
    box-sizing: border-box;
    outline: none;
    border-radius: 0px!important;
}
.butn-orange i {
    color:#2d2d2d!important;
    margin-left:10px;
}
.butn-orange:hover {
	background:#2d2d2d;
}
.butn-orange:hover i {
	color:#fff!important;
}
 

/*===================== 
	header styles 
=======================*/

.top-head {
    width:100%;
    background:#2d2d2d;
    position: relative;
    z-index: 1;
    padding:10px 0;
}
.top-head .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap:30px 0;
}
.header-info-cont-1 {
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.header-contact {
    display: flex;
    gap:0 10px;
}
.header-contact a {
    font-size:20px;
    color:#ef8922;
    transition: .2s ease-in;
    display: flex;
    align-items: center;
    gap:5px;
}
.header-contact a span {
    font-weight: 400;
    font-size: 14px;
    color:#fff;
    font-family: "Roboto Condensed", sans-serif;
    white-space: nowrap;
}
.header-contact a:hover {
    color:#fff;
}
.header-social {
    display: flex;
    gap:0 10px;
}
.header-social a {
    font-size:20px;
    color:#ef8922;
    transition: .2s ease-in;
}
.header-social a:hover {
   color:#fff;
}

.head-nav {
    width:100%;
    background: #fff;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.2);
}
.nav-cont-1 {
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
	gap:10px;
}
.head-search-btn {
	color:#ef8922;
    transition: .2s ease-in;
	font-size: 20px;
}

/*===================== 
	content styles 
=======================*/

.hero-overlay {
	width: 100%;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.13) 10.88%,rgba(0,0,0,0.30) 32.12%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.13) 10.88%,rgba(0,0,0,0.30) 32.12%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.13) 10.88%,rgba(0,0,0,0.30) 32.12%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.13) 10.88%,rgba(0,0,0,0.30) 32.12%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 20px 40px 20px;
	height: 60vw!important;
	max-height: calc(100vh - 350px);
	min-height: 400px!important;
}
.hero-overlay h1 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size:54px;
    font-weight: 600;
    margin:0;
    padding:0;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.9);
}
.hero-overlay h2 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size:30px;
    font-weight:400;
    margin:0;
    padding:0 0 20px 0;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.9);
}
.hero-btn-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0 20px;
	padding-top:40px;
}
.head-search-1 {
	width:100%;
	background:#e4e4e4;
	padding:10px 20px;
	box-sizing: border-box;
	display: none;
}

.head-search-1 form {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    width:100%;
    margin:0 auto;
}
.head-search-1 form input {
    width:calc(100% - 160px)!important;
    background:#fff!important;
    border:0px!important;
    outline:0!important;
	height: auto!important;
    padding:10px!important;
    box-sizing: border-box!important;
    font-size:20px!important;
    color:#000!important;
    border-radius: 0px!important;
    font-weight:400!important;
    font-family: "Roboto Condensed", sans-serif;
}
.head-search-1 form button {
    width:150px;
	height: auto!important;
    background:#ef8922!important;
    border:0px!important;
    outline:0!important;
    padding:10px!important;
    box-sizing: border-box!important;
    font-size:20px!important;
    color:#000!important;
    border-radius: 0px!important;
    font-weight:400!important;
    font-family: "Roboto Condensed", sans-serif!important;
    transition: .2s ease-in!important;
}
.head-search-1 form button i {
    color:#fff;
}
.head-search-1 form button:hover {
    background:#000;
    color:#fff;
}
.hero-cat-wrap-1  {
	margin:0 auto!important;
}
.hero-cat-wrap-1 .item {
    width:31%;
	margin:0 auto;
}

.hero-cat-cont-1 {
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin:10px 0;
}
.hero-cat-cont-1:after {
    content:"";
    position: absolute;
    bottom: 0px;
    left:0;
    width: 100%;
    height: 50%;
    background:#e4e4e4;
    z-index: 1;
    transition: .2s ease-in;
}
.hero-cat-cont-1 img {
    width:100%;
    height: 100%;
    display: block;
    padding:10px 10px 0 10px;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 2;
}
.hero-cat-cont-1 h3 {
    display: block;
    width:100%;
    padding:0px 10px 10px 10px;
    text-align: center;
    font-size:20px;
    font-weight:600;
    color:#ef8922;
    transition: .2s ease-in;
    position: relative;
    z-index: 2;
}
.hero-cat-cont-1:hover:after {
    height: 100%;
}
.hero-cat-cont-1:hover h3 {
    color:#000;
}
.hero-btn-1 {
    font-size:35px;
    max-width: 700px;
    width:100%;
    display: block;
    margin:0 auto;
}
.hero-btn-2 {
    font-size:35px;
    max-width: 400px;
    width:100%;
    display: block;
    margin:0;
}

.home-about-content {
    display: flex;
    flex-wrap: wrap;

}
.home-content-left {
    width:50%;
    padding:60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-content-left h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size:40px;
    font-weight:600;
    color:#ef8922;
}
.home-content-left h2 span {
    font-size:28px;
    font-weight:400;
    color:#000;
    display: block;
}
.home-content-right {
    width:50%;
}
.home-content-right img {
    width:100%;
    height: 100%;
    max-width: 100%!important;
    max-height: 100%!important;
    display: block;
    object-fit: cover;
    object-position: center;
}

.home-banner-1 {
    width: 50%;
    float: right;
    margin: 24% 0 100px 0;
    padding:40px!important;
    box-sizing: border-box;
    height: auto!important;
}

/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	Inventory styles 
=======================*/

/*------------------------------ General Listings Page---------------------------------*/

.scrollToTop a {
    color:#fff!important;    
}

.list-top-section .list-title .list-title-text, .container-inv .body-wrapper, .list-content .listing-portion-title, .list-content .list-listing .dealer-name {
     font-family: "Roboto Condensed", sans-serif!important;   
}
.list-top-section .list-listings-count {
    color:#555454!important;
}

.container-inv .list-content .other-site-data, .detail-wrapper .other-site-data-section {
    font-size: 1.0em!important;
    font-weight: 700;
}
.rent-title, .lease-title, .rent-title-details, .lease-title-details, .fractional-title-details {
    color:#ea8925!important;
}

/*----Page Background Color----*/
.body-content .body-wrapper {background:#fff !important;}

/*----Page Sizing----*/
.list-content{max-width: 100% !important; margin:0 !important;}

/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {background:#fff !important;}

/*---Sidebar Background Color & Text Color----*/
.list-content .section-box {background:#fff !important;}

/*----Filter button color change------*/
.current-facet {background:#000 !important;}

/*----View Details Button----*/
.view-listing-details-link {background:#ea8925 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*---Page Title----*/
.list-content .list-title .list-title-text {color:#000 !important; font-size:22px !important; line-height: 28px !important; }

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color:#ea8925!important;
}

/*----details send email button----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    background-color: #fff!important;
    color: #ea8925!important;
    border: 1px solid #ea8925!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #ea8925!important;
}
/*---mobile breadcrumb----*/
.mobile-breadcrumb {
    background-color: #ea8925!important;
}

/*---EMAIL SUBMIT BUTTON----*/
.modal-bg button {
    background-color: #ea8925!important;
    color: #fff!important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {}

/*---Description text color (if different than body text color)----*/
.listing-description-text {color:#000;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #ea8925 !important; color:#fff!important;}

/*------- Site Specific Search------*/ 
.detail-content .detail-main-body .main-detail-data .details-fin-cal{
	display: block !important;
	box-sizing: border-box !important;
}

button#faceted-search{float:none; margin: 0;}

/*---pagers----*/
.paging-container .page-navs .list-page-nav {background:#ea8925 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}


.paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {
	color:#000;
}
.contact-options a, .fin-calc-mobile > a {background:#ea8925 !important; color: #fff !important;}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {color:#000 !important}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#ea8925 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:#ea8925 !important;}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff!important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:#ea8925 !important;}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {color:#000 !important; font-size:16px !important; font-weight: bold;}


.detail-additional-data h4{color:#000;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}
.list-content .list-title .list-listings-count {
	color:#ea8925!important;
}
.info {
	color:#000!important;
}
.list-content .list-listing-mobile .price-container .price {
	color:#ea8925!important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
	color:#ea8925!important;
}
.detail-content-mobile .share-listing {
	color:#ea8925!important;
}

/*----compain inventory styles----*/
.bread-crumbs-heading .return-links .return-links-link span, .bread-crumbs-heading .return-links .return-links-link i {
    color:#ea8925!important;
}

.compare-listings-container .compare-container .compare-price {
    color:#ea8925!important;
}
.cs-btns .button {background:#ea8925 !important; color: #fff !important;}
.cs-btns .button:hover {background:#000 !important; color: #fff !important;}


/*===================== 
	blog styles 
=======================*/

.news-blog-archive .container-2 {
    display: flex;
    flex-wrap: wrap;
}
.blog-header {
    display: block;
    width:100%;
}
.blog-list-1 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-list-cont-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 2px;
    background: rgb(255, 255, 255);
    margin: 10px 0px 20px 0;
    padding:40px;
    width:49%;
}
.blog-list-left {
    width:60%;
    margin:0 auto;
}
.blog-list-left h2 {
    padding-bottom:10px;
}
.blog-list-left p {
    padding-bottom:20px;
}


.blog-list-right {
    width:38%;
}
.blog-list-right img {
    width:100%;
    height: 100%;
    display: block;
    max-height: 250px;
    object-fit: contain;
    object-position:center;
}

.blog-post-cont-1 {
    
}
.blog-post-cont-1 h1 {
    font-size: 30px;
    font-weight: 600;
    padding:10px 0;
}
.blog-p-date {
    color:#555454;
    font-size:18px;
}
.blog-image {
    width:100%;
    padding:20px 0;
}
.blog-image img {
    width:100%;
    max-width: 100%;
    height: auto;
	max-height: 500px;
    display: block;
	object-fit: contain;
	object-position:left center;
	margin:0;
}
.blog-post-content-1 {
    padding:20px 0;
}
.butn-back-1 {
    font-weight: 600;
    color:#2d2d2d;
}
.butn-back-1:hover {
    color:#555454;
}


/*===================== 
	layout styles 
=======================*/

.container-1 {
	max-width: 1200px;
    float: none;
	margin: 0 auto;
	padding-top:20px;
    padding-bottom:20px;
    padding-left:20px!important;
    padding-right:20px!important;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 1600px;
    float: none;
	margin: 0 auto;
	padding-top:20px;
    padding-bottom:20px;
    padding-left:20px!important;
    padding-right:20px!important;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1200px;
	margin: 0 auto;
	padding:60px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.column-1-6 { width: 16%; box-sizing:border-box;}
.column-1-5 { width: 20%; box-sizing:border-box;}
.column-1-4 { width: 24%; box-sizing:border-box;}
.column-1-3 { width: 33%; box-sizing:border-box;}
.column-1-2 { width: 49%; box-sizing:border-box;}
.column-2-3 { width: 65%; box-sizing:border-box;}
.column-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

.foot-cont-1 {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot-nav {
    width:calc(100% - 500px);
}
.foot-nav aside, .foot-nav .row, .foot-nav section {
    height: 100%;
}
.highlightSidebars .foot-nav aside, .highlightSidebars .foot-nav .row, .highlightSidebars .foot-nav section {
    height: auto;
}
.foot-nav .nav-header {
    font-size:20px;
    color:#fff;
    font-weight:400;
    font-family: "Roboto Condensed", sans-serif;
    padding-bottom:10px;
    border-bottom: 4px solid #555454;
    margin-bottom: 10px;
}
.foot-nav .nav-header span {
    color:#ef8922;
    font-weight:700;
}
.foot-nav a {
    font-family: "Roboto Condensed", sans-serif;
    font-size:18px;
    font-weight: 500;
    color:#fff;
    transition: .2s ease-in;
}
.foot-nav a:hover {
    color:#ef8922;
}
.foot-logo {
    width:500px;
}
.foot-logo aside, .foot-logo .row, .foot-logo section {
    height: 100%;
}
.highlightSidebars .foot-logo aside, .highlightSidebars .foot-logo .row, .highlightSidebars .foot-logo section {
    height: auto;
}
.foot-bottom {
    width:100%;
}
.foot-info-cont-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap:20px;
}
.foot-info-cont-1 a {
    font-size:20px;
    color:#ef8922;
    transition: .2s ease-in;
    display: flex;
    align-items: center;
    gap:5px;
}
.foot-info-cont-1 a span {
    font-weight: 400;
    font-size: 14px;
    color:#fff;
    font-family: "Roboto Condensed", sans-serif;
    white-space: nowrap;
}
.foot-info-cont-1 a:hover {
    color:#fff;
}
.foot-social {
    padding-top:30px;
    display: flex;
    justify-content: center;
    gap:5px;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .blog-list-cont-1 {
        width:100%;
    }

}
@media only screen and (max-width : 850px) {
    .home-banner-bg-1 {
        background-size: contain!important;
        background-position: top center!important;
    }
    
    .home-banner-1 {
        width: 100%;
        float: none;
        margin: 33% 0 0 0;
        padding:20px!important;
        text-align: center;
    }
    .home-banner-1 h3, .home-banner-1 h3 span {
        font-size: 20px!important;
    }
    .home-banner-1 img {
        margin:0 auto!important;
        max-width: 300px!important;
    }
}
@media only screen and (max-width : 800px) {

    .head-nav {
        background:#2d2d2d;
        box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
    }
	.top-head {
		padding:0 0 10px 0;
	}
	.top-head .container-1 {
		padding:0 20px;
		gap: 10px 0px;
	}
    .head-logo {
        width:100%;
        order:2;
    }
    .head-logo img {
        margin:0 auto;
    }
    .head-info {
        width:100%;
        order:1;
    }
    .header-contact span {
        display: none;
    }
    .foot-logo {
        width:100%;
    }
    .foot-nav {
        display: none;
    }
    .hero-overlay h1 {
        font-size: calc(12px + 3.5vw);
    }
    .hero-overlay h2 {
        font-size: calc(12px + 2.5vw);
    }
    .home-content-left {
        width:100%;
        padding:60px 20px;
        box-sizing: border-box;
    }
    .home-content-right {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .hero-overlay h1 {
        font-size: calc(12px + 6vw);
    }
    .hero-overlay h2 {
        font-size: calc(12px + 2vw);
    }
    .hero-cat-wrap-1 .item {
        width:47%;
    }
    .hero-cat-cont-1 h3 {
        font-size: 16px;
    }
    .blog-list-left {
        width:100%;
        margin:0 auto 20px auto;
    }
    .blog-list-right {
        width:100%;
    }
	.hero-btn-cont-1 {
		padding:0;
	}
	.hero-btn-2 {
		font-size: 25px;
	}
	
	
}

@media only screen and (max-width : 560px) {
    .butn-black, .butn-orange {
        display: block;
        width:100%;
        box-sizing: border-box;
        margin:10px 0;
    }
    .head-search-1 form input {
		width:calc(100% - 40px)!important;
		font-size:16px!important;
	}
	.head-search-1 form button {
		width:40px;
		padding:10px!important;
		font-size:16px!important;
	} 
	.head-search-1 form button span {
		display: none;
	}
        
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

