/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dilate Framework
	Theme URI: http://www.dilate.com.au/
	Description: An Incredible Responsive Multi-Purpose WordPress Theme
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: cardinal
	Version: 1.0
	Author: Dilate Digital
	Author URI: www.dilate.com.au

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* --------------------------------------------
	CARDINAL CSS IMPORT
-------------------------------------------- */

@import url( '../cardinal/style.css');



body,

html {

  overflow-x: hidden;

  height: auto !important;

}
html body, body p{
  line-height: 1.8em;
}
/* --------------------------------------------
	TYPOGRAPHY
-------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'proxima-nova', sans-serif !important;

  font-weight: 800 !important;

  text-transform: uppercase !important;

}



h3 {

  text-transform: none !important;

}



.numbered_header > .spb-asset-content {

  background-repeat: no-repeat !important;

  background-position: center center !important;

  background-size: auto 100% !important;

}

/*
  CF7 Form
*/
.wpcf7-list-item{
  padding-left: 15px;
  padding-right: 15px;
  text-indent: -15px;
}
.wpcf7-list-item label{
  display: inline !important;
}
/*
  Slider
*/
.flexslider .flex-direction-nav {
  display: block !important;
}
/* --------------------------------------------
	BUTTONS
-------------------------------------------- */



a.sf-button {

  font-size: 20px !important;

  line-height: 1.8 !important;

  width: 100% !important;

  margin: 0 !important;

  text-align: center !important;

  letter-spacing: 0 !important;

  border: solid 3px #fff !important;

  border-radius: 50px !important;

}

/* --------------------------------------------
	HEADER
-------------------------------------------- */

/* --------------------
	HEADER LOGO
-------------------- */
#header-section #header{
	padding: 10px 0;
}
#mobile-header {
	padding: 10px 10px;
	height: 170px
}
#header-section #header .header-left,
#header-section #header .header-right {
	margin-top: 30px
}
#logo img ,
#mobile-logo img{
	max-height: 150px;
}
#mobile-logo img,
#mobile-logo a > .text-logo {
	float: left
}
#mobile-logo a > .text-logo h1{
	margin: 60px 20px;;
	overflow: visible;
	white-space: normal;
	line-height: 1.1
}
#logo .text-logo {
	display: none
}

@media all and (max-width: 399px) {
	#mobile-logo a > .text-logo h1{
		max-width: 120px;
	}
}

/* --------------------
	HEADER MENU LEFT
-------------------- */



.header_menu_left,

.header_menu_left li {

  font-family: 'proxima-nova', sans-serif !important;

  display: inline !important;

  text-transform: uppercase !important;

}



.header_menu_left li {

  padding-right: 20px;

  padding-left: 20px;

  border-right: solid 1px #dfdfdf;

}



.header_menu_left li a {

  font-weight: 400 !important;

  color: #8b8b8b !important;

}



.header_menu_left li:last-of-type {

  border-right: none;

}

/* --------------------
	HEADER MENU RIGHT
-------------------- */


#mobile-top-text ul.social-icons{
  margin-top: -9px !important;
}
#mobile-top-text .header_menu_right{ 
  text-align: right;
}
#header ul.social-icons {

  float: left;

  right: auto;

  left: 50%;

  /*top: auto;*/

/*  margin-top: 22px !important;*/

  margin-left: -14px !important;

}



.header_menu_right {

  line-height: 83px;

  margin: 0;

}



.header_menu_right > li {

  /*padding-right: 20px;

  padding-left: 20px;*/

  padding-right: 14px;

  padding-left: 14px;

  border-right: solid 1px #dfdfdf;

  height: 20px;

  line-height: 20px;

  display: inline-block;
  
  vertical-align: top;

}



.header_menu_right > li:nth-child(2) {

  padding-right: 40px;

  padding-left: 40px;

}



.header_menu_right > li img {

  width: 120px;

}



.header_menu_right .modal-text-link {

  font-weight: 800;

  text-transform: uppercase;

  color: #8b8b8b !important;

}

.header-left, .header-right {
	line-height: 1em;
	display: flex;
	align-items: center;
}
.header-left {
  justify-content: flex-start;
}
.header-right {
  justify-content: flex-end;
}
.header_menu_right {
	line-height: 1em !important;
}
/*.header_menu_right li:nth-child(2) {
  display: inline-block;
  float: left;
  width: 75%;
  padding-right: 10px;
}

.header_menu_right li:nth-child(3) {
  line-height: 15px;
  display: inline-block;
  float: left;
  clear: none;
  width: 25%;
  margin-top: 10px;
  border-left: solid 1px #dfdfdf;
}

.header_menu_right li:nth-child(3) a {
  font-family: 'proxima-nova', sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #8b8b8b !important;
}*/

/* --------------------
	NAVIGATION MENU
-------------------- */



#main-nav ul.menu > li > a {

  font-family: 'proxima-nova', sans-serif !important;

  padding: 15px 20px !important;

  text-transform: uppercase !important;

}

/* --------------------------------------------
	PORTFOLIO ITEMS
-------------------------------------------- */



.pindan-links-container .portfolio-item figure img{
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pindan-links-container figure.animated-overlay > a:hover + .multi-masonry-img-wrap img{
  -webkit-filter: grayscale(0);
   -moz-filter: grayscale(0);
   -ms-filter: grayscale(0);
   -o-filter: grayscale(0);
    filter: grayscale(0);
}
.home_portfolio_right .portfolio-items {

  margin: 0 !important;

}



.home_portfolio_left .portfolio-items figure.animated-overlay figcaption,

.home_portfolio_right .portfolio-items figure.animated-overlay figcaption {

  opacity: 1 !important;

  background: rgba(0, 0, 0, 0.5) !important;

}



.home_portfolio_left .portfolio-items figure.animated-overlay .img-wrap img,

.home_portfolio_right .portfolio-items figure.animated-overlay .img-wrap img {

  /*-webkit-filter: sepia(100%) grayscale(50%) brightness(55%) contrast(3) !important;
  filter: sepia(100%) grayscale(50%) brightness(55%) contrast(3) !important;*/

  -webkit-filter: grayscale(100%) !important;

  /* Safari 6.0 - 9.0 */

  filter: grayscale(100%) !important;

}



.home_portfolio_left .portfolio-items figure.animated-overlay h4,

.home_portfolio_right .portfolio-items figure.animated-overlay h4 {

  font-size: 35px !important;

}



.home_portfolio_left .portfolio-items .portfolio-item:hover figure.animated-overlay figcaption,

.home_portfolio_right .portfolio-items .portfolio-item:hover figure.animated-overlay figcaption {

  background: transparent !important;

}



.home_portfolio_left .portfolio-items .portfolio-item:hover figure.animated-overlay .img-wrap img,

.home_portfolio_right .portfolio-items .portfolio-item:hover figure.animated-overlay .img-wrap img {

  filter: none !important;

  -webkit-filter: none !important;

}

/* --------------------
	SPECIAL BUS
-------------------- */



.home .portfolio-items li[data-id='id-1'] {

  width: 66.6666666% !important;

  /*     pointer-events: none !important; */

  /*     padding: 0 30px !important; */

}

/*
.home .portfolio-items li[data-id="id-1"] figure.animated-overlay figcaption {
    opacity: 0 !important;
}

.home .portfolio-items li[data-id="id-1"] figure.animated-overlay .img-wrap img {
    filter: none !important;
    -webkit-filter: none !important;
}
 */

/* --------------------------------------------
	SHOWCASE CAROUSEL
-------------------------------------------- */



.showcase_carousel {

  position: relative;

}



.showcase_carousel .spb_portfolio_carousel_widget {

  padding-bottom: 0 !important;

}



.showcase_carousel .spb_portfolio_carousel_widget .portfolio-item {

  background: none !important;

}



.showcase_carousel .overall_title_parent,

.showcase_carousel .title-wrap {

  display: none;

}
.title-wrap.has-filter {
	z-index: 9999;
	background-color: #fff;
}



.showcase_carousel .owl-controls {

  position: absolute;

  bottom: 30px;

  left: 25%;

}



.showcase_carousel .one_half.special.first {

  padding-top: 5%;

}



.showcase_carousel figcaption .thumb-info {

  display: block;

  padding-right: 0;

  padding-left: 40%;

  text-align: left;

}



.showcase_carousel figcaption .thumb-info h4,

.showcase_carousel figcaption .thumb-info h5 {

  padding-left: 50px;

  border-left: solid 1px #dbdbdb;

}



.showcase_carousel figcaption .thumb-info h4 {

  font-size: 25px !important;

  line-height: 1.2em !important;

  clear: both !important;

  margin-bottom: 0 !important;

  text-align: left !important;

  text-transform: none !important;

}



.showcase_carousel figcaption .thumb-info h5 {

  font-family: Raleway !important;

  font-size: 14px !important;

  font-weight: 400 !important;

  font-style: normal !important;

  line-height: 25px !important;

  margin-top: 0 !important;

  text-align: left !important;

  text-transform: none !important;

}

/* --------------------------------------------
	ENTERTAINMENT CAROUSEL
-------------------------------------------- */



.entertainment_carousel .title-wrap {

  display: none;

}



.entertainment_carousel .owl-item {

  min-height: 400px !important;

}



.entertainment_carousel figure.animated-overlay figcaption {

  -webkit-transform: none !important;

  -moz-transform: none !important;

  -ms-transform: none !important;

  transform: none !important;

  opacity: 1 !important;

  background: none !important;

}



.entertainment_carousel .thumb-info {

  position: absolute;

  right: 0;

  bottom: 50px;

  width: 150px !important;

  padding: 10px 20px !important;

  background-color: #e25829 !important;

}



.entertainment_carousel .portfolio-items .owl-item:nth-of-type(2n) .thumb-info {

  background-color: #16bca8 !important;

}



.entertainment_carousel .portfolio-items .owl-item:nth-of-type(1) .thumb-info,

.entertainment_carousel .portfolio-items .owl-item:nth-of-type(4n) .thumb-info {

  background-color: #f6b229 !important;

}



.entertainment_carousel .thumb-info h4 {

  margin: 0 !important;

  text-transform: none !important;

}

/* --------------------------------------------
	LATEST NEWS
-------------------------------------------- */



.latest_news .overall_title_parent {

  display: none;

}



.latest_news h1 {

  text-transform: none !important;

}



.latest_news .blog-items li figure {

  float: left !important;

  width: 59% !important;

  margin: 0 1% 0 0 !important;

}



.latest_news .blog-items li .standard-post-content {

  float: left !important;

  width: 29% !important;

  margin: 4% 0 0 -4% !important;

  padding: 30px 40px !important;

  background: #fff !important;

  z-index: 999;
}



.latest_news .overall_title.numbered_header {

  padding: 0;

}



.latest_news .overall_title.numbered_header .spb-asset-content {

  background-position: left center !important;

}

/* --------------------------------------------
	LOCATION MAP
-------------------------------------------- */



.location_map .spb_gmaps_widget {

  position: relative;

}



.location_map h4 {

  text-transform: none !important;

}



.location_map .internal_table {

  margin: 15px 0;

  padding: 15px 0;

  border-top: solid 1px #eee;

  border-bottom: solid 1px #eee;

}



.location_map .map_overlay {

  position: absolute;

  z-index: 99;

  top: 50%;

  left: 15%;

  margin-top: -230px;

  background: #fff;

}



.newsletter {

  padding: 47px !important;

}



.newsletter h2 {

  text-align: left !important;

}



.newsletter .spb_text_column h2,

.newsletter p {

  color: #fff !important;

}



.newsletter .spb_text_column h2 {

  font-size: 32px;

  line-height: 40px;

  text-transform: capitalize !important;

}



.form-newsletter {

  position: relative;

  height: 50px;

  border: 3px solid #fff;

  border-radius: 5px;

}



.form-newsletter .your-email {

  position: relative;

}



.form-newsletter input[type='email'] {

  position: relative;

  float: left;

  clear: both;

  width: 75%;

  height: 50px;

  margin: 0 !important;

  padding: 0 0 5px 65px;

  color: #fff !important;

  border: none;

  background: transparent !important;

}



.newsletter .wpcf7 input.wpcf7-submit[type='submit'] {

  float: left;

  width: 25%;

  margin: 0 !important;

  color: #a2a410;

  border-radius: 0 !important;

  background: #fff !important;

}



.newsletter .wpcf7 input.wpcf7-submit[type='submit']:hover {

  color: #000 !important;

  background: #fff !important;

}



div.wpcf7 .ajax-loader {

  position: absolute;

  top: 15px;

  right: 148px;

}



.form-newsletter .your-email:before {

  font-family: 'FontAwesome';

  font-size: 20px;

  position: absolute;

  z-index: 999;

  top: 10px;

  left: 25px;

  content: '\f0e0';

  color: #fff;

}



.form-newsletter input[type='email']::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #fff !important;

}



.form-newsletter input[type='email']::-moz-placeholder {

  /* Firefox 19+ */

  color: #fff !important;

}



.form-newsletter input[type='email']:-ms-input-placeholder {

  /* IE 10+ */

  color: #fff !important;

}



.form-newsletter input[type='email']:-moz-placeholder {

  /* Firefox 18- */

  color: #fff !important;

}



.newsletter span.wpcf7-not-valid-tip {

  font-size: 12px;

  line-height: 16px;

  position: absolute;

  top: 48px !important;

  left: 65px !important;

  padding: 0 5px;

  color: #fff !important;

  background: #f00 !important;

}



footer#copyright {

  padding: 40px 0;

  color: #757575 !important;

  background: #fff;

}



#copyright a {

  color: #757575;

}



#copyright .text-left,

#copyright .text-right,

#copyright a,

#copyright p {

  color: #757575 !important;

}



#copyright p {

  margin: 0 !important;

}



#footer-widgets .gallery-shortcode dl.gallery-item figure {

  margin: 0 !important;

}



#footer-widgets figcaption .thumb-info h4 {

  font-size: 10px;

  word-wrap: break-word;

}



#footer h6 {

  font-size: 20px;

  text-transform: capitalize !important;

  color: #fff !important;

}



#footer .widget-heading.title-wrap {

  margin: 0 !important;

}

@media screen and (min-width: 980px) {

  #footer .col-sm-3:nth-child(1) {

    width: 35% !important;

  }



  #footer .col-sm-3:nth-child(2) {

    width: 15% !important;

  }

}



#footer,

#footer li a {

  font-size: 13px;

  color: #848484;

}



#footer a {

  text-decoration: underline;

}



#footer li a {

  text-decoration: none;

}



#footer .widget ul li {

  line-height: 70%;

  border: none;

}



#footer li a:before {

  display: none;

}



.footer-1-add li {

  float: left;
}



.footer-1-add {

  margin-top: 30px !important;

}



.footer-1-add .social-icons {

  border-right: 1px solid rgba(255, 255, 255, .25) !important;
  padding-top: 5px;
  padding-bottom: 5px;

}



.footer-1-add img {

/*  margin-top: 5px;*/

  margin-left: 20px;

}



.footer-1-add .social-icons li {

  float: right;

  width: auto;

  margin-right: 20px;

}



.footer-1-add .social-icons li a {

  border: 1px solid #fff;

  border-radius: 50%;

  background: transparent !important;

}



#copyright .text-right {

  line-height: 20px;

}
@media screen and (min-width: 1024px) {
	.title-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.post-filter-tabs li:first-child {
		margin-left: 5px;
	}
	.post-filter-tabs li {
		margin-right: 5px;
		margin-left: 5px;
	}
}
@media screen and (max-width: 1024px) {
  .showcase_carousel figcaption .thumb-info {
    padding-left: 18%;
  }
  .entertainment_carousel .owl-item {
    min-height: auto !important;
  }
  ul.blog-items.blog-inf-scroll {
    padding-bottom: 0;
  }
  .latest_news .blog-items li .standard-post-content {
    width: 44% !important;
  }
  /*.latest_news .blog-items li .standard-post-content h1 h2{
    font-size: 70px;
  }*/
  .location_map .map_overlay {
    top: 41%;
  }
}

@media screen and ( max-width: 1023px ) {
  .fw-row .spb_blog_widget {
    padding-right: 15px;
    padding-left: 15px;
  }
  .news-items > .spb-column-inner {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
	.contact-us-form-column, 
	.contact-form-content-column{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {

  .container {

    width: 100% !important;

    max-width: 768px !important;

  }

  .home .portfolio-items li {
  	height: 150px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 33.33333333% !important;
  	overflow: hidden;
  }
  .home .portfolio-items figure,  
  .home .portfolio-items .portfolio-item-wrap {
  	height: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	background-color: black;
  }
  .home_portfolio_left .portfolio-items figure.animated-overlay h4, 
  .home_portfolio_right .portfolio-items figure.animated-overlay h4{
  	font-size: 16px;
  }
  .home .portfolio-items li[data-id='id-1'] {
  	width: 33.33333333% !important;
  }
  .latest_news .overall_title.numbered_header .spb-asset-content {
    background-position: center center !important;
  }
  .latest_news .blog-items li figure {
    width: 100% !important;
  }
  .home .spb_portfolio_carousel_widget .owl-carousel .owl-item {
  	min-height: auto !important;
  }
  .latest_news .blog-items li .standard-post-content {

    float: none !important;
    width: 80% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: -157px !important;

  }

  .numbered_header .portfolio-wrap {
    margin: 0 auto;
    display: block;
    float: none;
  }


  .spb-row.latest_news {

    max-height: none;

  }

  .latest_news .blog-standard {
    margin-bottom: 0;
  }

  .showcase_carousel figcaption .thumb-info {

    padding-left: 20%;

  }



  .latest_news .blog-items li figure {

    float: none !important;

    margin: 0 auto !important;

  }
  .newsletter h2 {
  	text-align: center !important;
  }
  .flexslider .slides > li{
  	display: flex !important;
  	height: 320px;
    align-items: center;
    justify-content: center;
  }
  .flexslider .slides a {
  	height: 100%;
  	width: 100%;
  	justify-content: center;
  	align-items: center;
  	display: flex;
  }
  .application-form-container h1:first-of-type{
    font-size: 30px !important;
    line-height: 1.2em !important;
  }
}

@media screen and (max-width: 767px) {

  li.clearfix.portfolio-item.col-sm-12.masonry-item.masonry-gallery-item.gallery-item.live-music.item-animated,

  li.clearfix.portfolio-item.col-sm-4.masonry-item.masonry-gallery-item.gallery-item.directory.item-animated {

    width: 320px !important;

    margin: 0 auto 20px;

    padding: 0 !important;

  }



  .home_portfolio_left .portfolio-items {

    height: auto !important;

  }



  .left-tile-add figure {

    height: 320px !important;

  }



  .entertainment_carousel .owl-item {

    min-height: 200px !important;

  }
  .home .portfolio-items li[data-id='id-1'],
  .home .portfolio-items li {
  	width: 320px !important;
  	margin-left: auto;
  	margin-right: auto;
  	float: none;
  	padding: 0;
  } 

/*  #carousel-2 > div.owl-wrapper-outer.autoHeight {

    height: 200px !important;

  }*/

  .location_map .map_overlay {

    position: relative;

    left: 0;

    padding: 0 20px !important;

  }



  .form-newsletter {

    margin: 20px 0;

  }



  footer#copyright .container > div {

    float: none !important;

    width: 100% !important;

    max-width: 100% !important;

    margin-bottom: 15px;

  }


  .gallery-columns-3 .gallery-item {

    width: 29% !important;

  }



  .showcase_carousel figcaption .thumb-info {

    width: 100%;

    padding-left: 0;

  }



  ul.blog-items.blog-inf-scroll {

    padding-bottom: 0 !important;

  }



  .map-canvas {

    height: 300px !important;

  }



  .showcase_carousel figcaption .thumb-info h4,

  .showcase_carousel figcaption .thumb-info h5 {

    padding-left: 15px;

  }



  #\38 > section:nth-child(8) > div > div > div > section > div.spb_content_element.col-sm-3.spb_text_column {

    min-height: 69px !important;

  }



  .row-bg-img-pattern .sf-button {

    margin-top: 20px !important;

  }



  h2 {

    font-size: 34px !important;

  }



  .home .spb_blog_widget.blog-wrap {

    padding: 0 15px !important;

  }
  .coordinator-container {
  	margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {

  #carousel-1 > div.owl-controls.clickable {

    left: 50%;

    margin-left: -22px;

  }



  div#rev_slider_1_1_forcefullwidth,

  div#rev_slider_1_1_wrapper {

    height: 300px !important;

  }



  .showcase_carousel .owl-controls {

    bottom: 5% !important;

  }

}

@media screen and (max-width: 374px) {

  h2 {

    font-size: 30px !important;

  }


  .left-tile-add figure {

    height: 280px !important;

  }



  .form-newsletter input[type='email'] {

    width: 70%;

  }



  .newsletter .wpcf7 input.wpcf7-submit[type='submit'] {

    font-size: 10px;

    width: 30%;

    padding: 14px 0 !important;

  }



  .home_portfolio_left .portfolio-items figure.animated-overlay h4,

  .home_portfolio_right .portfolio-items figure.animated-overlay h4 {

    font-size: 12px !important;

  }



  li.clearfix.portfolio-item.col-sm-12.masonry-item.masonry-gallery-item.gallery-item.live-music.item-animated,

  li.clearfix.portfolio-item.col-sm-4.masonry-item.masonry-gallery-item.gallery-item.directory.item-animated {

    width: 280px !important;

    margin: 0 auto 20px;

    padding: 0 !important;

  }

}
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {
	display: none;
}
/* --------------------------------------------
	TRADERS
-------------------------------------------- */

div#carousel-1 {

    min-height: auto !important;

  }
#carousel-1 .carousel-item{
	display: table;
}
#carousel-1 .special{
	display: table-cell;
	float: none;
}
#carousel-1 .special.last{
	vertical-align: middle;
	background-color: black;
}
  /*div#carousel-1 .special.last img {
  	position: relative !important;
  }*/
/*  div#carousel-1 .owl-wrapper,
  div#carousel-1 .owl-wrapper .owl-item,
  div#carousel-1 .portfolio-item,
  div#carousel-1 .special,
  div#carousel-1 .img-wrap{
  	height: 100%;
  }*/
  div#carousel-1 .special.first {
  	padding-bottom: 70px;
  }

.traders .spb_button a {

  font-size: 16px !important;

}



.trader .spb_icon_box h3 {

  font-size: 20px !important;

}



.trader .spb_icon_box .sf-icon-box-content p {

  font-size: 12px !important;

}



.trader .sf-icon-cont.cont-medium.sf-icon-float-none {

  top: -32px;

  left: 50% !important;

  margin-left: -36px;

}

/* --------------------------------------------
	HEADERS
-------------------------------------------- */



.heading-text h1 {

  font-size: 80px;

  line-height: 80px;

  display: table;

  margin: 0 auto;

  padding: 15px 20px;

  color: #fff !important;

  background: #e1582a;

}



.heading-text.container {

  margin-top: -55px !important;

}



.about h2 {

  font-size: 40px;

  text-align: center;

}



.market-date h4 {

  margin-bottom: 0 !important;

  padding: 20px;

  text-align: center !important;

  color: #fff;

  background: #e1582a;

}



.market-date table {

  text-align: center;

  color: #333;

}



.market-date td {

  padding-right: 0 !important;

}



.markets-parallax p {

  font-size: 30px;

  font-weight: 700;

  line-height: 50px;

  color: #fff;

  text-shadow: 0 1px 4px #000;

}



.forms-section h3 {

  margin-top: 0;

}



.forms-section h3 > a {

  font-size: 14px;

  text-transform: uppercase;

}



.forms-section .sf-icon-box-content {

  display: none;

}



.blog-item h3 a,

.blog-item h4 a {

  color: #d9572c;

}



.blog-mini a.read-more-button {

  color: #fff;

  border: 2px solid transparent;

  border-radius: 0;

  background: #e1582a;

}



.blog-mini a.read-more-button:hover {

  color: #e1582a;

  border: 2px solid #e1582a;

  border-radius: 5px;

  background: #fff;

}



h4.spb-heading {

  line-height: 48px !important;

  padding: 0 20px !important;

  color: #fff;

  background: #0ebeaa;

}



.about h4.spb_toggle {

  font-size: 24px !important;

  display: table;

  max-width: 300px !important;

  margin: 0 auto !important;

  opacity: 1 !important;

  color: #e1582a !important;

  border-color: #e1582a !important;

}



.about h4.spb_toggle:after {

  display: none;

}



a.sf-button.standard.blue.sf-icon-stroke.sf-button-has-icon {

  border-color: #0ebeaa;

  background: #0ebeaa;

}



a.sf-button.standard.blue.sf-icon-stroke.sf-button-has-icon:hover {

  border-color: #e1582a;

  background: #e1582a;

}



figure.animated-overlay figcaption {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}



.entertainment_carousel .portfolio-item:hover img {

  transition: all 0.1s;

  transform: scale(1.1) !important;

}



.entertainment_carousel .portfolio-item img {

  transition: all 1s;

}



.newsletter .wpcf7-validation-errors {

  font-size: 11px;

  font-weight: 800;

  color: #f00;

  border: 0;

  background: rgba(255, 255, 255, .45);

}



.newsletter .wpcf7-mail-sent-ok {

  font-size: 11px;

  font-weight: 800;

  color: #fff;

  border: 0;

  background: rgb(84, 85, 0);

}

.gallery-container .gallery-item{
  min-height: 190px !important;
  height: 190px;
}
.gallery-container .gallery-item figure {
  height: 100%;
}

.main-gallery h3.gallery-item-title a {

  font-size: 18px;

  margin: 0;

}



.main-gallery .gallery-item figure {

  margin-bottom: 5px;

}



.category .heading-text h1,

.single .heading-text h1 {

  font-size: 36px;

  line-height: 30px;

  padding: 10px 30px;

}



.category .page-heading,

.single .page-heading {

  background-color: #e1582a !important;

}



.home_portfolio_right .portfolio-item {

  padding-right: 30px;

  padding-left: 0;

}

/*
	Filter 
*/
.mobile-filter-opts .mobile-menu{
	display: block;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	border: 2px solid #e1582a;
	border-radius: 2px;
	color: #e1582a;
	font-weight: 700;
	font-family: FontAwesome, 'proxima-nova', sans-serif;
}
.mobile-filter-opts .mobile-menu span {
	font-family: FontAwesome, 'proxima-nova', sans-serif;
}
.title-wrap .mobile-filter-opts .mobile-menu {
	border: none;
	border-bottom: 1px solid #bbb;
}
.mobile-filter-opts .mobile-menu:hover{
	color: #000;
}
@media screen and (max-width: 1200px) {

  .home_portfolio_left .portfolio-items figure.animated-overlay h4,

  .home_portfolio_right .portfolio-items figure.animated-overlay h4 {

    font-size: 1.5em !important;

  }

}
@media screen and (max-width: 992px) {
  .hidden-md-down {
    display: none;
  }
  .trader-filter .portfolio-items > li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}
@media screen and (min-width: 544px ){
  .hidden-sm-up {
    display: none;
  }
}
@media screen and (max-width: 768px) {

  .newsletter .spb-column-container,

  .newsletter .spb_content_element,

  .row-bg-img-pattern .spb_content_element,

  .showcase_carousel figcaption .thumb-info,

  .showcase_carousel figcaption .thumb-info h4 {

    float: none !important;

    width: 100% !important;

    text-align: center !important;

  }



  .newsletter .spb-column-container,

  .row-bg-img-pattern .spb_content_element:nth-child(2) {

    min-height: 1px !important;

    margin-top: 20px;

  }



  .numbered_header,

  .spb-row.latest_news,

  .spb-row.newsletter {

    text-align: center;

  }



  .has-no-sidebar .standard-post-content .read-more-button {

    float: none;

    margin: 0 auto !important;

  }



  #footer * {

    line-height: 20px;

  }



  #footer .widget ul li a {

    line-height: 20px !important;

    margin: 0 0 10px;

    padding: 0;

  }



  .footer-1-add img {

    max-width: 154px;

  }



  .footer-1-add .social-icons li a {

    padding: 10px !important;

  }



  footer#copyright * {

    line-height: 20px !important;

    text-align: center !important;

  }
  article.type-portfolio {
  	margin-bottom: 0;
  }
  /*#carousel-1 .special {
  	min-height: 300px;
  }*/
  .wpcf7-checkbox.stallcategory span.wpcf7-list-item,
  .wpcf7-checkbox.informationstalls span.wpcf7-list-item{
    width: 33%%;
  }
}

@media screen and (min-width: 768px) and (max-width: 998px) {

  .location_map .map_overlay {

    top: auto;

    bottom: 73px;

    left: 20px;

  }



  .footer-1-add img,

  .footer-1-add li,

  ul.social-icons,

  ul.social-icons li {

    display: block !important;

    float: none !important;

    width: 100% !important;

    margin: 0 auto !important;

    text-align: center;

  }



  .footer-1-add .social-icons {

    border: none !important;

  }

}

/*@media screen and (max-width: 767px) {

  .location_map .map_overlay {

    top: 0 !important;

    bottom: 200px !important;

    left: 0 !important;

    margin-top: 0 !important;

  }
  .markets-parallax p {
    font-size: 24px;
    line-height: 1.4em;
  }
}*/

@media screen and (max-width: 767px) {

  .gmap-mobile {

    display: block;

  }
  .title-wrap.has-filter {
/*  	overflow: scroll;*/
    height: auto;
    overflow-y: auto;
    max-height: 100%;
  }
  .mobile-filter-opts{
  	display: block;
  }
  .filter-wrap .post-filter-tabs{
  	display: none;
  	/*position: fixed;
  	width: 100%;
  	height: 100%;
  	overflow:scroll;
  	z-index: 99999;
  	top: 0;*/
  }


  .gmap-desktop {

    display: none !important;

  }

  .location_map .map_overlay {

    top: 0 !important;

    bottom: 200px !important;

    left: 0 !important;

    margin-top: 0 !important;

  }

  .markets-parallax p {
    font-size: 24px;
    line-height: 1.4em;
  }
  .markets-parallax > .spb_content_wrapper {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
  #carousel-1 .special{
  	display: block;
  }
  div#carousel-1 .special.first {
  	padding-bottom: 0;
  }
  div#carousel-1 .owl-wrapper, 
  div#carousel-1 .owl-item,
  div#carousel-1 .portfolio-item,
  div#carousel-1 .special,
  div#carousel-1 .img-wrap,
  div#carousel-1 .animated-overlay{
  	height: auto !important;
  }
}

@media screen and (min-width: 767px) {

  .gmap-mobile {

    display: none;

  }
  .mobile-filter-opts{
  	display: none;
  }
}
@media screen and (max-width: 544px ){
  .trader-filter .portfolio-items > li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {

  .heading-text h1 {

    font-size: 26px;

    line-height: 26px;

  }



  .page-heading.fancy-heading {

    height: 200px !important;

  }



  .fancy-heading .heading-text {

    position: absolute !important;

    margin-top: -33px !important;

  }



  h2 {

    font-size: 30px !important;

    line-height: 35px !important;
    margin-bottom: 1em;

  }



  .traders .spb_button a {

    font-size: 12px !important;

  }



  .news-items > .row {

    padding: 0 20px !important;

  }



  .form-newsletter input[type="email"],

  .form-newsletter input[type="submit"] {

    width: 100% !important;

    text-align: center;

    padding: 5px;

  }



  .newsletter .wpcf7 input.wpcf7-submit[type='submit'] {

    border-radius: 3px !important;

    margin-top: 10px !important;

  }
 /* #carousel-1 .special{
  	min-height: 250px;
  }*/
  
  .wpcf7-checkbox.broomresidents span.wpcf7-list-item,
  .wpcf7-checkbox.stallcategory span.wpcf7-list-item,
  .wpcf7-checkbox.informationstalls span.wpcf7-list-item{
    width: 98%;
}
}



.btn-read-more a {

  font-weight: 600;

  display: table;

  margin: 0 auto;

  padding: 5px 20px;

  text-align: center;

  color: #fff;

  background: #e1582a;

}



.btn-read-more a:hover {

  background: #0ebeaa;

}



.btn-read-more a:active,

.btn-read-more a:hover,

.btn-read-more a:visited,
.btn-read-more a:focus {

  color: #fff !important;

}



#breadcrumbs,

.related-projects {

  display: none;

}



#footer-widgets .widget .sub-menu,

.page-heading .next-item,

.page-heading .prev-item {

  display: none;

}

/*======================*/

/*==== POST FILTERS ====*/

/*======================*/

.post-filter-tabs {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;
  text-align: center;

}



.post-filter-tabs li {

  background: #191919;

  line-height: 20px;


  margin-bottom: 10px;

}



.post-filter-tabs li.selected,

.post-filter-tabs li:hover {

  background: #e1582a;

}



.post-filter-tabs li.selected a,

.post-filter-tabs li:hover a {

  color: #fff;

}



.post-filter-tabs li a {

  color: #a2a2a2;

  text-transform: uppercase;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;

  padding: 8px 15px;
}

/*======================*/

/*==== COORDINATORS ====*/

/*======================*/



.coordinators .image-caption h3 {

  color: #fff;

  font-size: 22px;

  background-color: #e1582a;

}



.coordinators .image-caption,

.coordinators .image-caption h3 {

  margin-top: 0 !important;

}



.coordinators .intro {

  width: 80%;

  margin: 0 auto !important;

  float: none;

}



.coordinators .intro p {

  font-weight: bold !important;

}

/*==========================*/

/*==== ACCORDION + FAQS ====*/

/*==========================*/



.faq {

  margin-top: 70px !important;

}



.faq h3 {

  color: #e1582a;

  margin: 0 auto !important;

  float: none !important;

  display: table;

}



.faq .spb_accordion .spb_accordion_section > h4 {

  opacity: 1;

}

.spb_accordion .spb_accordion_section > h4 a {
  padding-right: 45px;
}

.faq a {

  color: #191919;

  opacity: 1;

}



.ui-accordion-header-active a {

  color: #e1582a !important;

}



.spb_accordion .spb_accordion_section,

.spb_accordion_section,

.spb_accordion_section .ui-accordion-content {

  background: transparent;

  border-top: 2px solid rgb(225, 88, 42);

  border-bottom: 0 solid #e1582a;

  margin-bottom: 0;

}



.ui-accordion h4.ui-accordion-header .ui-icon {

  color: #e1582a !important;

}



.spb_accordion_section > h4 .ui-icon:before {

  content: "\f107";

  font-family: "FontAwesome";

}



.spb_accordion_section h4.ui-state-active .ui-icon:before {

  content: "\f106";

}

/*========================*/

/*==== Contact Modal ====*/

/*========================*/

#modal-1 .modal-dialog {

  width: 768px;
  max-width: 100%;

}



#modal-1 .modal-dialog h2 {

  color: #e1582a;

  margin: 0 !important;

  text-align: center;

  line-height: 35px;

}



#modal-1 .modal-content {

  border-radius: 0;

}



#modal-1 .modal-dialog p {

  text-align: center;

  margin: 10px;

}



#modal-1 .modal-header {

  background: #222222;

  border-radius: 0;

  /* display: none; */

}



#modal-1 .modal-header .close {

  margin: 0;

  position: absolute;

  right: 0;

  top: 0;

  background: #e1582a;

  opacity: 1;

  padding: 7.5px 13px;

}



#modal-1 .modal-header .close i {

  color: #fff;

  line-height: 1;

  font-size: 20px;

}



#modal-1 .modal-header .close:hover {

  opacity: 0.25;

}
input[type="url"]{
  border-color: #e4e4e4;
  background-color: #f7f7f7;
  color: #222;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 15px;
  padding: 6px;
  border: 1px solid #e3e3e3;
  font-size: 14px !important;
  height: 36px;
}


.contact-us input[type="email"],

.contact-us input[type="tel"],

.contact-us input[type="text"],

.contact-us label {

  width: 100% !important;

  margin-bottom: 0 !important;

}



.contact-us input[type="email"],

.contact-us input[type="tel"],

.contact-us input[type="text"],

.contact-us textarea {

  margin-top: 10px !important;

}



.contact-us textarea {

  height: 150px;

}



.contact-us input[type="submit"] {

  width: 100%;

  border-radius: 0 !important;

  font-size: 15px !important;

  text-transform: uppercase;

}



.contact-us .wpcf7 span.wpcf7-not-valid-tip {

  background: red;

  color: #fff;

  display: table;

  padding: 0 5px;

  font-size: 12px;

  line-height: 18px;

}



.contact-us div.wpcf7-validation-errors {

  border: 2px dotted red;

  color: red;

  text-align: center;

  margin: 0 auto !important;

  display: table !important;

}



.contact-us div.wpcf7-mail-sent-ok {

  background: #398f14;

  color: #fff;

  text-align: center;

  margin: 0 auto !important;

  display: table !important;

}



.form-section .spb_tour .nav-tabs li {

  border-bottom: none;

  padding: 0 20px;

  background: #e1582a;

  widows: 100%;

}



.form-section .spb_tour .nav-tabs li a {

  color: #fff !important;

}



.form-section .spb_tour .tab-content {

  padding-left: 0;

}



.form-section .spb_tour .nav-tabs {

  width: 20%;

  margin-right: 0 !important;

}



.form-section .spb_tour .nav-tabs li.active a {

  background: transparent;

}



.form-section .spb_tour .nav-tabs li a:hover {

  opacity: 1 !important;

}



.form-section .spb_tour .tab-content {

  border: 5px solid #e1582a;

  display: flex;

  align-items: center;

  height: 356px;

  justify-content: center;

}



.form-section .spb_tour .tab-content > .tab-pane {

  flex-grow: 1;

}



.author-info-wrap,

.post-info {

  display: none;

}



.form-section h2 {

  font-size: 2em !important;

  position: absolute;

  top: -45px;

  z-index: 999;

  background: #fff;

  padding: 0px 20px;

  margin: 0px;

  display: table;

  width: auto;

  line-height: 1em;

}



.form-section .spb-column-container {

  margin-bottom: 40px;

}

.form-section .spb-column-inner {

  border: 1px solid #e1582a;

  padding: 30px 30px 20px;

  position: relative;

}



.form-section .sf-words-wrapper{

  display: table;

  width: auto !important;

}



.form-section a.sf-button.standard.accent.default {

  line-height: 1em !important;

  font-size: 1em !important;

}





/*========================*/

/*==== TRADE FILTER ====*/

/*========================*/

.stick_wrapper{
  height: auto !important;
}
.stick_wrapper .title-wrap.has-filter{
  width: 100%;
}
.trader-filter h3.portfolio-item-title {

  background-color: #0ebeaa;

  padding: 10px;
  text-align: center;

}



.trader-filter h3.portfolio-item-title a {

  font-size: 18px;

  color: #fff;
  display: block;
  line-height: 1.2em;

}



.trader-filter figure.animated-overlay.overlay-alt {

  margin-bottom: 0;

}



.trader-filter .more {

  background: #e1582a;

  display: table;

  color: #fff;

  text-align: center;

  margin: auto;

  padding: 5px 20px;

  text-transform: uppercase;

}



.trader-filter .more:hover {

  background: #191919;

}

@media screen and (max-width: 767px) {

  .filter-wrap {

    display: block;
    width: 100%;

  }



  .post-filter-tabs li {

    width: 100% !important;

    margin-bottom: 0 !important;

    border-bottom: 1px solid #9f4324;

  }



  .post-filter-tabs li a {

    padding: 5px !important;

  }



  .post-filter-tabs {

    display: block;

    width: 100%;

    text-align: center;

  }

}



.application input.wpcf7-form-control.wpcf7-acceptance {

  display: inline-block;

  float: left;

  margin-right: 5px;

}



.application input.wpcf7-form-control.wpcf7-submit {

  margin: 50px auto 0px !important;

  float: none !important;

  clear: both;

  display: table !important;

}



.application  span.wpcf7-form-control-wrap.attachments {

  margin-bottom: 30px;

}



.wpcf7-validation-errors {

  font-size: 14px;

  font-weight: 800;

  background-color: #e23900;

  border: 0 !important;

  color: #fff;

  text-align: center;

}

.wpcf7-mail-sent-ok {

  font-size: 14px;

  font-weight: 800;

  color: #fff;

  border: 0 !important;

  text-align: center;

  background: #A2A410;

}

/*Traders Portfolio Single Page*/

.single-portfolio-standard .sf-icon-box .sf-icon[class^="fa-"] {
  margin-bottom: 0;
}
.single-portfolio-standard .   .sf-icon-box {
  padding: 5px 20px;
}

/* Markets Page */
.markets-parallax:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}
.contact-form-content-column .spb_image {
	margin-bottom: 15px;
}
.contact-us-form-container .contact-us > div > h2:first-of-type {
	/*margin-top: 0;*/
/*	font-size: 30px;*/
	line-height: 1.2em;
	text-align: center;
}
.contact-us-form-container .contact-us > div > p:first-of-type {
	text-align: center;
}

.posts-type-bold .recent-post {
	padding: 10px;
}

/*
	Gallery Carrousel
*/
.gallery-image.lslide,
.gallery-image.clone {
	/*width: 100% !important;*/
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	transform: none !important;
}

/*

*/
/*.post-aux-wrap,
.article-extras {
  display: none;
}*/

/*
  Stall holder Form
*/
.casualholder-application h1,
.casualholder-application h2,
.casualholder-application h3,
.casualholder-application h4,
.casualholder-application h5,
.casualholder-application h6 {
  text-transform: none !important;
}
.casualholder-application h5,
.casualholder-application h6 {
  font-weight: 400 !important;
}
span.wpcf7-list-item{
  margin: 0 1% 1em 1%;
}
.wpcf7-checkbox.broomresidents span.wpcf7-list-item{
  width: 48%;
}
.wpcf7-checkbox.stallcategory span.wpcf7-list-item,
.wpcf7-checkbox.informationstalls span.wpcf7-list-item{
  width: 23%;
}
.wpcf7-checkbox.stall-size span.wpcf7-list-item{
  width: 98%;
}
.wpcf7-radio.cert-of-reg span.wpcf7-list-item,
.wpcf7-radio.public-liability span.wpcf7-list-item,
.wpcf7-radio.prod-retail span.wpcf7-list-item{
  min-width: 150px;
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 .casualholder-application.stalls-informations textarea {
  height: 100px;
}
.cf7mls_back {
  float: left;
}
.cf7mls_next {
  float: right;
}
.cf7mls_next.action-button, 
.cf7mls_back.action-button,
body .wpcf7 input.wpcf7-submit[type="submit"]{
  background-color: #e1582a !important;
  border: 2px solid #e1582a !important;
  border-radius: 1px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 5px;
  padding: 10px 5px;
  min-width: 100px;
  font-size: inherit;
  line-height: inherit;
}
.cf7mls_next.action-button:hover, 
.cf7mls_back.action-button:hover,
body .wpcf7 input.wpcf7-submit[type="submit"]:hover{
  background-color: #fff !important;
  color: #e1582a !important;
  border-radius: 5px;
  border: 2px solid #e1582a !important;
}
.wpcf7-response-output,
.wpcf7-response-output {
  clear: both;
}
.btn-read-more a{
  color: #fff
}
@media screen and (max-width: 374px) {
  .form-section h2 {
    font-size: 1.1em !important
  }
}

/*DAME's CODE*/
.downloadable-wrapper {
	position: relative;
	margin: 100px 0 !important;
}

.downloadable-wrapper .ajaxloader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2017/05/loader.gif) no-repeat center rgba(255,255,255,0.8);
	top: 0;
	left: 0;
}

.downloadable-wrapper .pdf-downloads label.heading {
	display: block;
	font-family: 'proxima-nova', sans-serif !important;
	font-size: 24px;
	margin-bottom: 20px;
}

.downloadable-wrapper .pdf-downloads a.back-to-parent {
	font-size: 12px;
	margin-right: 10px;
	font-weight: normal;
	cursor: pointer;
	color: #e1582a
}

.downloadable-wrapper .pdf-downloads a.back-to-parent:HOVER {
	text-decoration: underline;
}

.downloadable-wrapper .pdf-downloads a.back-to-parent > i {
	font-size: 10px;
}

.downloadable-wrapper .pdf-downloads .downlodable-file {
	background: #ffffff;
	float: none;
	display: inline-block;
	width: calc(25% - 24px);
	height: 150px;
	margin: 0 10px 20px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	vertical-align: top;

	transition: all 200ms ease-in-out;
}

.downloadable-wrapper .pdf-downloads .downlodable-file.child {
	padding: 25px;
}

.downloadable-wrapper .pdf-downloads .downlodable-file.child label {
	font-family: 'proxima-nova', sans-serif !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	display: block;
}

.downloadable-wrapper .pdf-downloads .downlodable-file.child a.download {
	font-family: 'proxima-nova', sans-serif !important;
	font-size: 16px;
	background: #e1582a;
	color: #fff;
	border-radius: 3px;
	display: block;
	text-align: center;
	width: 130px;
	margin: 15px auto 0;
	padding: 5px;
}

.downloadable-wrapper .pdf-downloads .downlodable-file.child a.download:HOVER {
	background: #444444
}

.downloadable-wrapper .pdf-downloads .downlodable-file.child a.download > i {
	margin-left: 5px;
}

.downloadable-wrapper .pdf-downloads .downlodable-file a.parent {
	font-family: 'proxima-nova', sans-serif !important;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;

	transition: all 200ms ease-in-out;
}

.downloadable-wrapper .pdf-downloads .downlodable-file:HOVER {
	box-shadow: 10px 10px 60px rgba(132, 136, 152, .2);
	border-color: #e1582a;
}

.downloadable-wrapper .pdf-downloads .downlodable-file:HOVER a {
	color: #e1582a;
}

.pf-add .sf-icon-box.has-image[class*="sf-icon-box-left-icon"] .sf-icon-box-content-wrap {
  margin-left: 70px;
}

.pf-add .sf-icon.image-display {
  border-radius: 0;
}

.pf-add .sf-icon.image-display {
  width: 70px;
}
