/*  
Theme Name: Mister Softee
Theme URI: https://mistersoftee.com/
Description: Custom CMS built on the WordPress platform.
Version: 1.0
Author: Chop Dawg
Author URI: https://chopdawg.com/
*/


/*---------------------------------------------------------------------
 *  RESET
 *---------------------------------------------------------------------*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
} 

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type=radio], input[type=checkbox] {
	margin: 0 10px 0 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/*---------------------------------------------------------------------
 *  WP DEFAULT STYLING
 *---------------------------------------------------------------------*/
 
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/
 
html {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a {
	color: #009fec;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
	color: #df3342;
}

ul {
	margin: 0 0 20px 40px;
	list-style: circle;
}

ol {
	margin: 0 0 20px 40px;
	list-style: decimal;
}

li {
	margin: 0 0 10px 0;
}



/*---------------------------------------------------------------------
 *  GLOBAL STYLES
 *---------------------------------------------------------------------*/

.shell {
	z-index: 1;	
}

.clear {
	clear: both;
}

.left {
	position: relative;
	float: left;
	box-sizing: border-box;
}

.right {
	position: relative;
	float: right;
	box-sizing: border-box;
}

.wrapper {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
}

.scriptfont {
	font-family: 'Bad Script', cursive;
	font-weight: bold;
	font-size: 30px;
	line-height: normal;
	margin: 0 0 5px 0;
}

.dk_blue {
	color: #009fec !important;
}






/*---------------------------------------------------------------------
 *  TOP
 *---------------------------------------------------------------------*/

#top {
	position: fixed;
	padding: 15px 0;
	width: 100%;
	background: rgba(255,255,255,1);
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0);
	z-index: 9999;
}

#top.sky {
	background: #009fec;
}

#top.fixed, #top.open {
	background: rgba(255,255,255,.98);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
}

#top .right {
	padding: 11px 0 0 0;
}

#logo {
	float: left;
	width: 240px;
}

#logo img {
	display: block;
	width: 100%;
	height: auto;
}

.top_pad {
	display: block;
	height: 100px;
}

#toggle {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	text-align: center;
	line-height: 48px;
	font-size: 22px;
	background: #009fec;
	color: #ffffff;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#top.sky #toggle {
	background: #ffffff;
	color: #009fec;
}

#top.fixed #toggle, #top.open #toggle {
	background: #009fec;
	color: #ffffff;
}

#top.sky #toggle:hover, #top.fixed #toggle:hover {
	background: #000000;
	color: #ffffff;
}

#menu {
	display: none;
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 9998;
	height: calc(100% - 100px);
	/*height: 100%;*/
	background: rgba(0,0,0,0);
	overflow-y: scroll;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#menu.open {
	display: block;
	background: rgba(0,0,0,.8);
}

#menu .wrapper {
	opacity: 0;
	padding: 0px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#menu.open .wrapper {
	opacity: 1;
}

#nav {
	position: relative;
	float: left;
	width: 50%;
	background: #F5F5F5;
	padding: 40px 40px 20px 40px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0 0 20px 0;
}

#nav a {
	color: #201E29;
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	display: inline-block;
	width: auto;
	border-bottom: 5px solid rgba(0, 159, 236, 0);
}

#nav a:hover {
	color: #df3342;
}

#nav li.active a {
	border-color: rgba(0, 159, 236, 1);
	color: #201E29;
}

#more {
	position: relative;
	float: right;
	width: 50%;
	background: #009fec;
	padding: 0;
	color: #ffffff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}

#more .content {
	padding: 40px;
}

#more img {
	display: block;
	width: 100%;
	height: auto;
}

#contact {
	position: relative;
	padding: 40px;
}

.section_header {
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
}

.section_header span {
	color: #000000;
}




/*---------------------------------------------------------------------
 *  INTERIOR PAGES
 *---------------------------------------------------------------------*/

.int_page {
	position: relative;
	padding: 60px 0;
	background-image: url(images/bg_page.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.int_page .wrapper {
	max-width: 1100px;
}

.page_top {
	color: #000000;
	text-align: center;
}

.page_top h1, .page_top h2 {
	font-size: 60px;
    line-height: 72px;
    font-weight: 800;
}

.page_top h1.scriptfont {
	font-size: 30px;
	line-height: normal;
}

.page_content {
	position: relative;
	font-size: 26px;
	line-height: 2;
	padding: 60px 0 0 0;
}

.page_content p {
	padding: 0 0 40px 0;
}

.page_content img {
	max-width: 100%;
	height: auto;
}

.page_content image.alignnone {
	display: block;
	margin: 0;
}

.page_content img.aligncenter {
	display: block;
	margin: 0 auto;
}

.page_content .wp-caption {
	padding: 0;
	border: none;
	max-width: 100%;
}

.page_content .wp-caption.aligncenter {
	max-width: 100%;
	margin: 0 auto 30px auto;
}

.page_content .wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: normal;
	color: #666666;
	font-style: italic;
	margin: 0;
	padding: 0 0 15px 0;
}

.page_content ul {
	margin: 0 0 40px 60px;
}





/*---------------------------------------------------------------------
 *  FOOTER
 *---------------------------------------------------------------------*/
 
#footer {
	background: #000E15;
	color: #ffffff;
}

.footer_top p {
	padding: 0;
}

.footer_top a {
	color: #ffffff;
}

.footer_top a:hover {
	color: #009fec;
}

.footer_top {
	padding: 60px 0;
	font-size: 18px;
	line-height: 1.5;
}

.footer_top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_top ul li {
	margin: 0 0 20px 0;
}

.footer_bot {
	border-top: 1px solid #2D2D2D;
	padding: 20px 0;
	font-size: 14px;
	line-height: 36px;
}

.footer_bot a {
	color: #ffffff;
}

.footer_bot a:hover {
	color: #009fec;
}

.footer_bot span {
	color: #0189CB;
	padding: 0 10px;
}

.footer_bot .right a {
	display: inline-block;
	margin: 0 0 0 13px;
}

.footer_bot .right a img {
	display: block;
	height: 36px;
	width: auto;
}

.brand_col {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 30px 0 0;
}

.f_col {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 30px 0 0;
}

.footer_logo {
	width: 240px;
	margin: 0 0 15px 0;
}

.footer_logo img {
	display: block;
	width: 100%;
	height: auto;
}

.small-truck {
	width: 240px;
}

.small-truck img {
	display: block;
	width: 100%;
	padding: 0 40px;
	height: auto;
}




/*---------------------------------------------------------------------
 *  HOME
 *---------------------------------------------------------------------*/

.m_phone {
	display: none;
}

#home_top {
	position: relative;
	background-color: #009fec;
	background-image: url(images/bg_home_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
}

.cloud-bottom {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 288px;
	background: #ffffff;
}

#home_top .wrapper {
	/*overflow: visible;*/
	z-index: 5;
}

#home_top .content {
	position: relative;
	float: left;
	padding: 60px 0;
	width: 620px;
	font-size: 26px;
	line-height: 46px;
	z-index: 20;
}

#home_top h1 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 800;
	margin: 0 0 30px 0;
}

#home_top .scriptfont {
	color: #93DEFF;
}

#store_buttons {
	margin: 0 0 20px 0;
}

#store_buttons a {
	display: inline-block;
}

#store_buttons a.apple {
	width: 162px;
	margin: 0 10px 0 0;
}

#store_buttons a.google {
	width: 183px;
}

#store_buttons a img {
	display: block;
	width: 100%;
	height: auto;
}

#app {
	position: relative;
	float: right;
	width: calc(100% - 620px);
	/*overflow: visible;*/
	padding: 90px 0 0 0;
	z-index: 10;
}

#app img {
	margin: 0 0 0 -150px;
	display: block;
}

#info_blocks {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5;
	background-color: #df3342;
	background-image: -webkit-linear-gradient(-45deg, #df3342 50%, #009fec 50%);
}

.info_clouds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(images/bg_info_blocks.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

#info_blocks .wrapper {
	padding: 0;
	z-index: 2;
}

#info_blocks a {
	position: relative;
	display: inline-block;
	width: auto;
	background: #ffffff;
	padding: 20px 60px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}

.pattern_bg {
	z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url(images/bg_pattern.png);
    /*background-color: rgba(0,0,0,.02);*/
    opacity: 1;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.pattern_bg.bl {
	top: 15px;
    left: -15px;
}

.pattern_bg.br {
	top: 20px;
    right: -20px;
}

#info_blocks a:hover .pattern_bg {
	opacity: .5;
}

#info_blocks p {
	padding: 0 0 25px 0;
}

#info_blocks h2 {
	font-weight: 800;
	font-size: 28px;
	line-height: normal;
	margin: 0 0 20px 0;
}

#info_blocks .left {
	/*background: #df3342;*/
	width: 50%;
}

#info_blocks .left .content {
	padding: 80px 100px 80px 30px;
	text-align: left;
}

#info_blocks .right {
	/*background: #009fec;*/
	width: 50%;
}

#info_blocks .right .content {
	padding: 80px 30px 80px 100px;
	text-align: right;
}

#info_blocks .left a {
	color: #df3342;
}

#info_blocks .right a {
	color: #009fec;
}

#info_blocks a:hover {
	background: #000000;
	color: #ffffff;
}

#home_store {
	position: relative;
	margin: -100px 0 80px 0;
	z-index: 5;
}

#home_store h2 {
	color: #000000;
	font-size: 60px;
	line-height: 72px;
	font-weight: 800;
	margin: 0 0 15px 0;
}

#home_store p {
	color: #0189CB;
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
}



/*---------------------------------------------------------------------
 *  NEW LOCATIONS
 *---------------------------------------------------------------------*/

#search_zip {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 50px auto;
}

#search_zip .search_field {
	position: relative;
	box-sizing: border-box;
	padding: 0 15px;
	float: left;
	width: calc(100% - 150px);
	height: 60px;
	outline: none;
	border: none;
	background: #F5F5F5;
	font-size: 16px;
	color: #000000;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#searchsubmit {
	position: relative;
	float: right;
	width: 150px;
	background: #0189CB;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	border: none;
	outline: none;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#searchsubmit:hover {
	background: #df3342;
}




/*---------------------------------------------------------------------
 *  LOCATIONS
 *---------------------------------------------------------------------*/

#locations {
	position: relative;
	padding: 60px 0;
    background-image: url(images/bg_page.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#grid {
	position: relative;
}



.grid-item {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 33.33333%;
    font-size: 18px;
    line-height: 32px;
    padding: 10px;
}

.grid-item .content {
	padding: 20px;
	border: 1px solid #dedede;
	word-wrap: break-word;
}

.grid-item h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.grid-item span {
	margin: 0 8px 0 0;
}

.grid-item p {
	padding: 0;
}

#filter {
	position: relative;
	width: 260px;
	margin: 30px auto;
}

#filter select {
	display: none;
}

#filter li {
	margin: 0;
}

#filter .nice-select {
	background-color: #0189CB;
	border-color: #0189CB;
}

#filter span.current {
	color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

#filter .nice-select:after {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}



/*---------------------------------------------------------------------
 *  NEW LOCATIONS
 *---------------------------------------------------------------------*/

#new_locations {
    position: relative;
    padding: 60px 0;
    background-image: url(images/bg_page.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#new_locations .geodir-loop-container  h2 {
	font-size: 18px;
    font-weight: 600;
    color: #000000;
}

#new_locations .geodir-loop-container  h2 a {
	color: #000000;
	cursor: default;
}

#new_locations .geodir-post-content-container {
	
}

#new_locations .geodir-post-meta-container span {
    margin: 0 8px 0 0;
}

#new_locations .geodir-loop-container li {
	position: relative;
	box-sizing: border-box;
	font-size: 18px;
    line-height: 32px;
    padding: 15px !important;
    border: 1px solid #dedede;
    margin: 10px !important;
    width: calc(50% - 20px) !important;
}

#new_locations p {
	font-size: 18px;
    line-height: 32px;
	margin: 0;
	padding: 0 0 20px 0;
}

#new_locations li p:last-child {
	padding: 0;
}

#new_locations .geodir-loop-container {
	margin: 0 -10px;
}

#new_locations .geodir-list-view-select {
    display: none!important;
}



#new_locations .geodir_post_meta {
	margin: 0;
	text-indent: 0;
}

/*
#new_locations .geodir-loc-bar {
	width: 100%;
	max-width: 800px;
	padding: 0;
	border: none;
	margin: 0 auto 40px auto;
}	

#new_locations .geodir-loc-bar-in {
	border: none;
	padding: 15px;
	background: #0189CB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

#new_locations .geodir-loc-bar {
	width: 100%;
	max-width: 500px;
	padding: 0;
	border: none;
	margin: 0 auto 40px auto;
}

#new_locations .geodir-loc-bar-in {
	position: relative;
	box-sizing: border-box;
	border: none;
	padding: 0;
}

#new_locations input[type="text"] {
	border: none;
	background: #F5F5F5;
}

#new_locations input[type="text"].gd_search_text {
	padding-left: 31px !important;
}

#new_locations input[type="text"].snear {
	padding: 15px !important;
	height: 60px;
	font-size: 16px;
}

/*
#new_locations .geodir_submit_search {
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #df3342;
	color: #ffffff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
*/

#new_locations .geodir_submit_search {
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
	background: #0189CB;
	color: #ffffff;
	font-size: 20px;
	min-width: 60px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#new_locations .geodir_submit_search:hover {
	background: #df3342;
}

/*
#new_locations .geodir-info {
	display: none;
}
*/

#new_locations .geodir-info {
	display: none;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}

#new_locations .gd-suggestions-dropdown {
	display: none !important;
}

#new_locations .geodir-search {
	float: none;
}

#new_locations .gd-search-field-search {
	display: none;
}

#new_locations .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button {
	margin: 0 !important;
	height: 60px;
}

#new_locations .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search .gd-search-input-wrapper {
	margin: 0 !important;
	height: 60px;
	float: none;
}

#new_locations .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search .gd-search-input-wrapper .geodir-search-input-label {
	display: none;
}

#new_locations .no_results {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px auto;
	padding: 20px;
	/*border: 1px solid #df3342;*/
	border: 1px solid #dedede;
}


@media only screen and (max-width: 760px) {
	
	#new_locations .geodir-loop-container {
		margin: 0;
	}
	
	#new_locations .geodir-loop-container li {
	    margin: 10px 0 !important;
	    width: 100% !important;
	}

}




/*---------------------------------------------------------------------
 *  NEW SHOP
 *---------------------------------------------------------------------*/
 
#store_items {
	position: relative;
	box-sizing: border-box;
	margin: 20px auto 30px auto;
}

.home_product {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 25%;
}

.home_product img {
	width: 100%;
	height: auto;
	display: block;
}

.blue_btn {
	position: relative;
    display: inline-block;
    width: auto;
    background: #009fec;
    color: #ffffff;
    padding: 20px 60px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.blue_btn:hover {
	background: #000000;
	color: #ffffff;
}

.int_page .woocommerce .woocommerce-result-count {
	margin: 0;
	font-size: 16px;
	line-height: 42px;
	font-weight: 500;
}

.int_page .woocommerce .woocommerce-ordering {
	margin: 0;
}

.int_page .woocommerce .orderby {
	width: 240px;
}

.int_page .woocommerce ul.products li.product a img {
	margin: 0 0 20px 0;
}

.int_page .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	margin: 0;
	font-size: 22px;
	line-height: normal;
	font-weight: 500;
}

.int_page .woocommerce ul.products li.product .price {
	margin: 10px 0 0 0;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}

.int_page .woocommerce ul.products li.product .button, .page_content .woocommerce button.button.alt {
	position: relative;
    display: inline-block;
    width: auto;
    background: #009fec;
    color: #ffffff;
    padding: 15px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin: 20px 0 0 0;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.page_content .woocommerce button.button.alt {
	margin: 0;
}

.int_page .woocommerce ul.products li.product .button:hover, .page_content .woocommerce button.button.alt:hover {
	background: #000000;
}

.page_content .woocommerce div.product div.summary {
	margin: 0;
}

.page_content .woocommerce div.product p.price, .page_content .woocommerce div.product span.price {
	margin: 0;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
}

.page_content .woocommerce div.product form.cart .variations label {
	font-size: 22px;
    font-weight: 600;
}

.page_content .woocommerce div.product div.summary p {
	padding: 0 0 30px 0;
}

.page_content .woocommerce-product-details__short-description {
	font-size: 28px;
	line-height: 1.6;
}

.page_content .woocommerce div.product form.cart .reset_variations {
	display: none !important;
}

.page_content .product_meta {
	display: none !important;
}

.page_content .woocommerce div.product form.cart .variations td {
	vertical-align: middle;
	line-height: 1.5;
}

.page_content .woocommerce .quantity .qty {
	width: 50px;
    text-align: center;
    line-height: 41px;
	padding: 0 0 0 8px;
    font-size: 17px;
    margin: 0 10px 0 0;
    display: block;
}

.page_content .woocommerce .quantity label {
	display: none;
}

.page_content .additional_information_tab {
	display: none !important;
}

.page_content .woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	font-size: 28px;
	line-height: 1.6;
}

.page_content .woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
}

.page_content .woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 30px;
	padding: 0 0 0 30px;
}

.page_content .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 20px 0;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}

.page_content .woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 30px;
}

.page_content .woocommerce-message {
	border-top-color: #df3342;
	font-size: 28px;
	line-height: 1.6;
	color: #000000;
}

.page_content .woocommerce a.button {
	position: relative;
    display: inline-block;
    width: auto;
    background: #009fec;
    color: #ffffff;
    padding: 15px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin: 20px 0 0 0;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.page_content .woocommerce a.button:hover {
	background: #000000;
	color: #ffffff;
}

.page_content .woocommerce-message::before {
    color: #df3342;
}

.page_content .woocommerce a.remove {
	color: #df3342 !important;
}

.page_content .woocommerce a.remove:hover {
	color: #ffffff !important;
	background: #df3342 !important;
}

.page_content .woocommerce table.shop_table td {
	padding: 15px 10px;
    vertical-align: middle;
    line-height: normal;
}

.page_content .woocommerce table.shop_table th {
    font-weight: 600;
    padding: 10px;
    font-size: 24px;
    line-height: normal;
}

.page_content td.product-thumbnail img {
	display: block;
}

.page_content .woocommerce table.shop_table {
	font-size: 24px;
	line-height: normal;
}

.page_content .woocommerce .woocommerce-cart-form .quantity .qty {
	margin: 0 auto;
}

.page_content .woocommerce table.cart td.actions .coupon {
	display: none;
}

.page_content .woocommerce-form-coupon-toggle {
	display: none;
}

.page_content .product-name a {
	font-weight: 600;
}

.page_content .shop_table button.button {
	position: relative;
    display: inline-block;
    width: auto;
    background: #df3342;
    color: #ffffff;
    padding: 15px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.page_content .shop_table button.button:hover {
	background: #000000;
	color: #ffffff;
}

.page_content .shop_table button.button:disabled[disabled] {
	position: relative;
    display: inline-block;
    width: auto;
    background: #df3342;
    color: #ffffff;
    padding: 15px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    opacity: .5;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.page_content .cart_totals h2 {
	display: none;
}

.page_content .woocommerce a.button.alt {
	background: #009fec;
}

.page_content .woocommerce a.button.alt:hover {
	background: #000000;
	color: #ffffff;
}

.page_content .woocommerce .cart-collaterals table.shop_table {
	margin: 20px 0;
}

.page_content .woocommerce input[type="text"], .page_content .woocommerce input[type="tel"], .page_content .woocommerce input[type="email"] {
	position: relative;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    height: 48px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background: #f6f6f6;
    color: #000000;
    border: 2px solid rgba(223, 51, 66, 0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.page_content .woocommerce form .form-row textarea {
	position: relative;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 15px;
    margin: 0;
    width: 100%;
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background: #f6f6f6;
    color: #000000;
    border: 2px solid rgba(223, 51, 66, 0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.page_content .woocommerce form .form-row label {
	font-size: 14px;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin: 10px 0 3px 0;
    color: #555555;
}

.page_content .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
}

.page_content form.checkout h3 {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
}

.page_content #order_review_heading {
	margin-top: 20px;
}

.page_content #order_review thead {
	display: none;
}

.page_content .product-quantity {
	font-weight: 600;
	color: #009fec;
}

.page_content .woocommerce table.shop_table tfoot td {
	font-weight: 600;
}

.page_content .woocommerce strong {
	font-weight: 600;
}

.page_content .woocommerce-checkout #payment {
	background: #fcfcfc;
}

.page_content .woocommerce-info {
	border-top-color: #df3342;
}

.page_content .woocommerce-info::before {
	color: #df3342;
}

.page_content .related.products {
  display: none;
}



/*---------------------------------------------------------------------
 *  SOCIAL LINK COLORS
 *---------------------------------------------------------------------*/

a.color-fb {
	color: rgba(59, 89, 152, .75);
}

a.color-fb:hover {
	color: rgba(59, 89, 152, 1);
}

a.color-tw {
	color: rgba(29, 161, 242, .75);
}

a.color-tw:hover {
	color: rgba(29, 161, 242, 1);
}

a.color-li {
	color: rgba(0, 123, 181, .75);
}

a.color-li {
	color: rgba(0, 123, 181, 1);
}



/*---------------------------------------------------------------------
 *  PAGINATION
 *---------------------------------------------------------------------*/
 
#post_nav {
	position: relative;
	padding: 35px 0 0 20px;
	margin: 0;
	border-top: 1px dashed #cccccc;
	font-size: 15px;
	font-family:'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
	text-align: center;
}

#post_nav ol {
	margin: 0;
	list-style: none;
}

#post_nav ol li {
	padding: 0;
}

.wp-paginate {
	padding:0;
	margin:0;
}

#post_nav .wp-paginate li {
	display: inline-block;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 3px;
}

.wp-paginate a {
	display: block;
	box-sizing: border-box;
	background: #f2f3f3;
	color: #777777;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.wp-paginate a:hover, .wp-paginate a:active {
	background: #e6e7e7;
	color: #777777;
}

.wp-paginate .title {
	display: none;
}

.wp-paginate .gap {
	color: #777777;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

.wp-paginate .current {
	display: block;
	box-sizing: border-box;
	color: #fff;
	background: #c2ae5f;
	text-align: center;
}

.wp-paginate .page {}

.wp-paginate .prev, .wp-paginate .next {}




/*---------------------------------------------------------------------
 *  SUBSCRIBE FORM
 *---------------------------------------------------------------------*/
 
.grecaptcha-badge {
	 display: none !important;
}

img.gform_ajax_spinner {
	display: none!important;
}

#gform_wrapper_1 {
	position: relative;
	box-sizing: border-box;
	margin: 15px 0 0 0;
	width: 100%;
	max-width: 510px;
	padding: 0;
	text-align: left;
}

#gform_wrapper_1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gform_wrapper_1 li {
	margin: 0;
	padding: 0;
}

#gform_wrapper_1 .gfield_label {
	display: none;
}

#gform_wrapper_1 input[type="text"] {
	position: relative;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;
	width: calc(100% - 150px);
	height: 60px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: #f8f8f8;
	color: #555555;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}

#gform_wrapper_1 input[type="text"]:focus {
	background: #ffffff;
}

#gform_submit_button_1 {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ED1D30;
	color: #ffffff;
	width: 150px;
	height: 60px;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 10;
}

#gform_submit_button_1:hover {
	background: #000000;
}

#gform_wrapper_1 .validation_error {
	display: none;
}

#gform_wrapper_1 .validation_message {
	margin: 7px 0 0 0;
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
	color: #ffffff;
}

#gform_confirmation_wrapper_1 {
	margin: 0;
	font-size: 18px;
    line-height: normal;
    font-weight: 400;
}



#gform_wrapper_1 ::-webkit-input-placeholder {
   color: #A1A1A1;
}

#gform_wrapper_1 :-moz-placeholder { /* Firefox 18- */
   color: #A1A1A1;
}

#gform_wrapper_1 ::-moz-placeholder {  /* Firefox 19+ */
   color: #A1A1A1;
}

#gform_wrapper_1 :-ms-input-placeholder {  
   color: #A1A1A1;
}



/*---------------------------------------------------------------------
 *  CONTACT FORM
 *---------------------------------------------------------------------*/

#gform_wrapper_2 {
	position: relative;
	margin: 20px 0 0 0;
}

#gform_confirmation_wrapper_2 {
	margin: 20px 0 0 0;
	font-size: 18px;
    line-height: normal;
    font-weight: 400;
}

#gform_wrapper_2 .validation_error {
	display: none;
}

#gform_wrapper_2 label {
	display: none;
}

#gform_wrapper_2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#gform_wrapper_2 input[type="text"] {
	position: relative;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;
	width: 100%;
	height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: #0F88C3;
	color: #ffffff;
	border: 2px solid rgba(255,255,255,0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}

#gform_wrapper_2 textarea {
	position: relative;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 0;
	width: 100%;
	height: 147px;
	border: 2px solid rgba(255,255,255,0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: #0F88C3;
	color: #ffffff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}

#gform_wrapper_2 .validation_message {
	padding: 5px 0 8px 0;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    display: block;
}

#gform_wrapper_2 li.gfield_error input[type="text"], #gform_wrapper_2 li.gfield_error textarea {
	border-color: rgba(255,255,255,1);
}

#gform_submit_button_2 {
	position: relative;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	color: #009fec;
	display: block;
	width: 100%;
	height: 48px;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 10;
}

#gform_submit_button_2:hover {
	background: #000000;
	color: #ffffff;
}






#gform_wrapper_2 ::-webkit-input-placeholder {
	font-weight: 400;
	color: #93DEFF;
}

#gform_wrapper_2 :-moz-placeholder { /* Firefox 18- */
	font-weight: 400;
	color: #93DEFF;
}

#gform_wrapper_2 ::-moz-placeholder {  /* Firefox 19+ */
	font-weight: 400;
	color: #93DEFF;
}

#gform_wrapper_2 :-ms-input-placeholder {  
	font-weight: 400;
	color: #93DEFF;
}





/*---------------------------------------------------------------------
 *  PARTY, FRANCHISE and MAIN CONTACT FORMS
 *---------------------------------------------------------------------*/
 
#gform_wrapper_3, #gform_wrapper_4, #gform_wrapper_5 {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

#gform_wrapper_4 #field_4_11 label, #gform_wrapper_3 #field_3_18 label, #gform_wrapper_5 #field_5_5 label {
	display: none;
}

#gform_confirmation_wrapper_3, #gform_confirmation_wrapper_4 {
	color: #0189CB;
    font-weight: 600;
}

#gform_confirmation_wrapper_5 {
	color: #0189CB;
    font-weight: 600;
    text-align: center;
}

#gform_wrapper_3 .validation_message, #gform_wrapper_4 .validation_message, #gform_wrapper_5 .validation_message {
	color: #df3342;
	font-size: 14px;
	font-weight: 600;
}

#gform_wrapper_3 li.gfield_error input[type="text"], #gform_wrapper_4 li.gfield_error input[type="text"], #gform_wrapper_3 li.gfield_error textarea, #gform_wrapper_4 li.gfield_error textarea, #gform_wrapper_5 li.gfield_error input[type="text"], #gform_wrapper_5 li.gfield_error textarea {
	border-color: rgba(223, 51, 66, 1);
}

.validation_error {
	display: none;
}

#gform_wrapper_3 .gfield_required, #gform_wrapper_4 .gfield_required, #gform_wrapper_5 .gfield_required  {
	color: #df3342;
	padding: 0 0 0 3px;
}

#gform_wrapper_3 .ginput_container_textarea, #gform_wrapper_4 .ginput_container_textarea, #gform_wrapper_5 .ginput_container_textarea {
	margin: 8px 0 0 0;
}

h2.gsection_title {
	font-size: 28px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px dashed #cccccc;
    margin: 0 0 20px 0;
}

#gform_wrapper_3 label, #gform_wrapper_4 label, #gform_wrapper_5 label {
	font-size: 14px;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin: 0 0 3px 0;
    color: #555555;
}

#gform_wrapper_3 ul, #gform_wrapper_4 ul, #gform_wrapper_5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gform_wrapper_3 li, #gform_wrapper_4 li, #gform_wrapper_5 li {
	margin: 0 0 20px 0;
}

#gform_wrapper_3 input[type="text"], #gform_wrapper_4 input[type="text"], #gform_wrapper_5 input[type="text"] {
	position: relative;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;
	width: 100%;
	height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: #f6f6f6;
	color: #000000;
	border: 2px solid rgba(223, 51, 66, 0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}

#gform_wrapper_3 textarea, #gform_wrapper_4 textarea, #gform_wrapper_5 textarea {
	position: relative;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 0;
	width: 100%;
	height: 147px;
	border: 2px solid rgba(223, 51, 66, 0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: #f6f6f6;
	color: #000000;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}

#gform_submit_button_3, #gform_submit_button_4, #gform_submit_button_5 {
	position: relative;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #009fec;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 48px;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 10;
}

#gform_submit_button_3:hover, #gform_submit_button_4:hover, #gform_submit_button_5:hover {
	background: #df3342;
}


#gform_wrapper_3 ::-webkit-input-placeholder, #gform_wrapper_4 ::-webkit-input-placeholder, #gform_wrapper_5 ::-webkit-input-placeholder {
	font-weight: 400;
	color: #777777;
}

#gform_wrapper_3 :-moz-placeholder, #gform_wrapper_4 ::-webkit-input-placeholder, #gform_wrapper_5 ::-webkit-input-placeholder { /* Firefox 18- */
	font-weight: 400;
	color: #777777;
}

#gform_wrapper_3 ::-moz-placeholder, #gform_wrapper_4 ::-webkit-input-placeholder, #gform_wrapper_5 ::-webkit-input-placeholder {  /* Firefox 19+ */
	font-weight: 400;
	color: #777777;
}

#gform_wrapper_3 :-ms-input-placeholder, #gform_wrapper_4 ::-webkit-input-placeholder, #gform_wrapper_5 ::-webkit-input-placeholder {  
	font-weight: 400;
	color: #777777;
}



/*---------------------------------------------------------------------
 *  NICE SELECT
 *---------------------------------------------------------------------*/
 
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	/*float: left;*/
	float: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	white-space: nowrap;
	width: 100%;
	/*width: 280px;*/
}
  
  
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
      
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin: 4px 0 0 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
	/*width: 280px;*/
	width: 100%;
    height: 205px;
    overflow-y: auto;
}
    
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: 600; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
  
.nice-select ul.list {
	margin: 4px 0 0 0 !important;
}

.nice-select ul.list li {
	margin: 0 0 10px 0 !important;
}




/*---------------------------------------------------------------------
 *  LOCATIONS UPDATES 9-15-19
 *---------------------------------------------------------------------*/
 
.geodir-loop-container + #always {
	margin-top: 30px;
}

#always {
	position: relative;
	box-sizing: border-box;
	font-size: 18px;
    line-height: 32px;
}

#always strong {
	font-weight: 600;
}

#always h2 {
	font-size: 24px;
	line-height: normal;
	font-weight: 800;
	color: #0189CB;
	margin: 0 0 20px 0;
}

#always p + h2 {
	margin: 20px 0;
}


 
 








