/**
 * CONTENTS
 *
 * GENERIC
 * Box-sizing............Better default `box-sizing`.
 * Sticky Footer.........Make Footer always stick to bottom.
 * Image Aligns..........WP specific img aligns.
 *
 * BASE
 * Typography............@fontfaces, base text and vertical rhythem setup.
 *
 * COMPONENTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 * Clearfix..............Properly clear floats.
 * Flexbox...............Emulate modern flexbox layout.
 *
 * Objectsz
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Block-list............Create big blocky lists of content.
 * Matrix................Table like layouts for lists.
 * Multi-list............Multiple column lists.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 *
 * UI
 * Page head.............The main page header.
 * Navigation............Navigation elements.
 * Masthead..............Page title/image/slideshow header block.
 * Home Page.............The home page.
 * Blog Page.............Blog, Post, Archives
 * Page..................Default and Custom Page Templates
 * Page footer...........The main page footer.
 *
 * TRUMPS
 * Images................Round, Circle, Square Images.
 * Visiblity.............Make items visible.
 * Hiding................Make items invisible/hidden.
 * Screen Readers........Display for screen readers.
 * Print.................Display for printing.
 * Clears................Clearing floats.
 * Text alignment........Align text.
 * Font weights..........Adjust font weights.
 * Borders...............Add borders.
 * Add/remove margins....Remove margins.
 * Add/remove paddings...Remove padding.
 * Positioning...........float, center, and stick items.
 */




/*------------------------------------*\
    Generic
\*------------------------------------*/

/**
 * Box-sizing
 */

* { box-sizing: border-box; }


/**
 * Sticky Footer
 */
body {
    padding: 0;
/*	background: url("../img/easter-pattern.jpg") */
}


@media (min-width: 1025px) {

  html {
    position: relative;
    min-height: 100%;
  }

  body {
    /* margin: 0 0 287px; */
  }


  .page-footer {
	  /*
      position: absolute;
      left: 0;
      bottom: 0;
      height: 287px;
      width: 100%;
    */
	}

}


.home .page-footer,
.page-template-page-commercial-home-php .page-footer,
.footer_with_map  .page-footer{
     /* padding: 0 0 30px; */
}


.home .page-footer:before,
.page-template-page-commercial-home-php .page-footer:before,
.footer_with_map  .page-footer:before {
	/*

	background: url(../img/map.jpg) center top no-repeat;
	background-size: cover;
	content: " ";
	display: block;
	margin-bottom: 30px;
	width: 100%;
	height: 190px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 2; 
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 63%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 63%);
	*/
}

.maplink { display: none; }

.home .maplink, .page-template-page-commercial-home-php .maplink, .footer_with_map .maplink {
	/*
	display: block;
	height: 170px;
	width: 100%;
	position: absolute;
	top: -220px;
	left: 0;
	content: "";
	z-index: 10;
	*/
}



	@media(min-width: 1025px) {

		.home-content {
			position:relative;
			/* top: -238px; */
		}

		/*
		body.home {
			margin: 0 0 300px;
		}
		
		body.footer_with_map {
			margin: 0 0 573px;
		}
		*/

		.home .page-footer,
        .page-template-page-commercial-home-php .page-footer,
		.footer_with_map  .page-footer {
			/*
			padding: 370px 0 0;
			height: 573px;
			*/
		}

		.home .page-footer:before,
        .page-template-page-commercial-home-php .page-footer:before,
		.footer_with_map .page-footer:before {
			/*
			height: 330px;
			margin-bottom: 0;
			-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 52%);
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 52%);
			position: absolute;
			right: 0;
			top: 0;
			*/
		}

		.home .maplink,
		.footer_with_map .maplink {
			/*
			 top: -370px;
			 height: 300px;
			*/
		}

	}



/**
 * Images
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */

/* TODO: Update image bottom margin to match paragraph margin */

img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft {
    height: auto;
    max-width: 50%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
  height: auto;
  max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter { margin: 0 0 22px 0; }

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*------------------------------------*\
    Typography
\*------------------------------------*/

/* Optional: use https://www.gridlover.net/try to create vertical rhythm.
   Note: you'll most likely need to modify the code generated from gridlover to match the prototypes.*/

@font-face {
  font-family: 'icomoon';
  src:  url('../icons/icomoon.eot?x9hyvi');
  src:  url('../icons/icomoon.eot?x9hyvi#iefix') format('embedded-opentype'),
    url('../icons/icomoon.ttf?x9hyvi') format('truetype'),
    url('../icons/icomoon.woff?x9hyvi') format('woff'),
    url('../icons/icomoon.svg?x9hyvi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\f0e0";
}
.icon-google-plus-circle:before {
  content: "\f2b3";
}
.icon-google-plus-official:before {
  content: "\f2b3";
}
.icon-search2:before {
  content: "\f002";
}
.icon-facebook-with-circle:before {
  content: "\e906";
}
.icon-instagram-with-circle:before {
  content: "\e909";
}
.icon-linkedin-with-circle:before {
  content: "\e90b";
}
.icon-pinterest-with-circle:before {
  content: "\e90c";
}
.icon-twitter-with-circle:before {
  content: "\e90d";
}
.icon-chevron-small-down:before {
  content: "\e904";
}
.icon-chevron-small-left:before {
  content: "\e907";
}
.icon-chevron-small-right:before {
  content: "\e908";
}
.icon-chevron-small-up:before {
  content: "\e905";
}
.icon-chevron-thin-down:before {
  content: "\e900";
}
.icon-chevron-thin-left:before {
  content: "\e902";
}
.icon-chevron-thin-right:before {
  content: "\e903";
}
.icon-chevron-thin-up:before {
  content: "\e901";
}
.icon-quote:before {
  content: "\e90a";
}
.icon-in:before {
  content: "\e90e";
}
.icon-star:before {
  content: "\f02a";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-user:before {
  content: "\e971";
}
.icon-search:before {
  content: "\e036";
}
.icon-plus:before {
  content: "\e114";
}
.icon-minus:before {
  content: "\e115";
}
.icon-dehaze:before {
  content: "\e3c7";
}


/*
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Serif', serif;
*/

/* Please set up line-heights in ems */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
  	color: #423a43;
}

h1, .h1 , h2, .h2 , h3, .h3 , h4, .h4 {
    font-family: 'Belleza', sans-serif;
    font-weight: 500;
    margin: 5px 0 0;
}


h1, .h1 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 28px;
    /* text-transform: uppercase; */
}

h2, .h2 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18px;
    /* text-transform: uppercase; */
}

h3, .h3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;

}

h4, .h4 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 14px;

}

p {
  margin: 0 0 10px;
}

ul, ol {
  padding-left: 20px;
}

ul li {
  list-style-type: none;
}

hr {
}

a {
    color: #522655;
    text-decoration: none;
}

  a:hover { text-decoration: underline; }


  @media(min-width: 768px) {

    h1, .h1 {
        font-size: 32px;
        line-height: 32px;
    }

    h2, .h2 {
        font-size: 22px;
        line-height: 22px;
    }

    h3, .h3 {
        font-size: 20px;
        line-height: 20px;
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 18px;
    }

  }


  @media(min-width: 1025px) {

  p {
    margin: 0 0 30px;
  }

    h1, .h1 {
        font-size: 45px;
        line-height: 62px;
    }

    h2, .h2 {
        font-size: 30px;
        line-height: 30px;
    margin-bottom: 30px;
    }

    h3, .h3 {
        font-size: 24px;
        line-height: 24px;
    margin-bottom: 25px;
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 18px;
    margin-bottom: 25px;
    }
  }



/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/


/**
 * Wrappers
 */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px; /* TODO: Update paddings to match your needed grid sizing */
    padding-right: 15px;
}


     .container { max-width: 1366px; }

/**
 * Grid System
 *
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 * Base setup 20px gutters
 *
 * Phones         - xxs - <  600px    ** Default **
 * Small Tablets  - xs - >=  600px
 * Tablets        - sm - >= 768px
 * Desktop        - md - >= 1025px
 * Large Desktop  - lg - >= 1200px
 * --------------------------------------------------------------------------
 * Learn more here: http://getbootstrap.com/css/#grid
 * -------------------------------------------------------------------------- */

.row {
    margin-left: -15px; /* TODO: Update margin number to match container padding */
    margin-right: -15px;
}

    [class*="col-"] {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] { float:left; }

.col-xxs-12 { width: 100%; }
.col-xxs-11 { width: 91.66666667%; }
.col-xxs-10 { width: 83.33333333%; }
.col-xxs-9  { width: 75%; }
.col-xxs-8  { width: 66.66666667%; }
.col-xxs-7  { width: 58.33333333%; }
.col-xxs-6  { width: 50%; }
.col-xxs-5  { width: 41.66666667%; }
.col-xxs-4  { width: 33.33333333%; }
.col-xxs-3  { width: 25%; }
.col-xxs-2  { width: 16.66666667%; }
.col-xxs-1  { width: 8.33333333%; }

.col-xxs-pull-12 { right: 100%; }
.col-xxs-pull-11 { right: 91.66666667%; }
.col-xxs-pull-10 { right: 83.33333333%; }
.col-xxs-pull-9  { right: 75%; }
.col-xxs-pull-8  { right: 66.66666667%; }
.col-xxs-pull-7  { right: 58.33333333%; }
.col-xxs-pull-6  { right: 50%; }
.col-xxs-pull-5  { right: 41.66666667%; }
.col-xxs-pull-4  { right: 33.33333333%; }
.col-xxs-pull-3  { right: 25%; }
.col-xxs-pull-2  { right: 16.66666667%; }
.col-xxs-pull-1  { right: 8.33333333%; }
.col-xxs-pull-0  { right: auto; }

.col-xxs-push-12 { left: 100%; }
.col-xxs-push-11 { left: 91.66666667%; }
.col-xxs-push-10 { left: 83.33333333%; }
.col-xxs-push-9  { left: 75%; }
.col-xxs-push-8  { left: 66.66666667%; }
.col-xxs-push-7  { left: 58.33333333%; }
.col-xxs-push-6  { left: 50%; }
.col-xxs-push-5  { left: 41.66666667%; }
.col-xxs-push-4  { left: 33.33333333%; }
.col-xxs-push-3  { left: 25%; }
.col-xxs-push-2  { left: 16.66666667%; }
.col-xxs-push-1  { left: 8.33333333%; }
.col-xxs-push-0  { left: auto; }

.col-xxs-offset-12 { margin-left: 100%; }
.col-xxs-offset-11 { margin-left: 91.66666667%; }
.col-xxs-offset-10 { margin-left: 83.33333333%; }
.col-xxs-offset-9  { margin-left: 75%; }
.col-xxs-offset-8  { margin-left: 66.66666667%; }
.col-xxs-offset-7  { margin-left: 58.33333333%; }
.col-xxs-offset-6  { margin-left: 50%; }
.col-xxs-offset-5  { margin-left: 41.66666667%; }
.col-xxs-offset-4  { margin-left: 33.33333333%; }
.col-xxs-offset-3  { margin-left: 25%; }
.col-xxs-offset-2  { margin-left: 16.66666667%; }
.col-xxs-offset-1  { margin-left: 8.33333333%; }
.col-xxs-offset-0  { margin-left: 0%; }

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
    [class*="col-xs-"] {float:left;}

    .col-xs-12 { width: 100%; }
    .col-xs-11 { width: 91.66666667%; }
    .col-xs-10 { width: 83.33333333%; }
    .col-xs-9  { width: 75%; }
    .col-xs-8  { width: 66.66666667%; }
    .col-xs-7  { width: 58.33333333%; }
    .col-xs-6  { width: 50%; }
    .col-xs-5  { width: 41.66666667%; }
    .col-xs-4  { width: 33.33333333%; }
    .col-xs-3  { width: 25%; }
    .col-xs-2  { width: 16.66666667%; }
    .col-xs-1  { width: 8.33333333%; }

    .col-xs-pull-12 { right: 100%; }
    .col-xs-pull-11 { right: 91.66666667%; }
    .col-xs-pull-10 { right: 83.33333333%; }
    .col-xs-pull-9  { right: 75%; }
    .col-xs-pull-8  { right: 66.66666667%; }
    .col-xs-pull-7  { right: 58.33333333%; }
    .col-xs-pull-6  { right: 50%; }
    .col-xs-pull-5  { right: 41.66666667%; }
    .col-xs-pull-4  { right: 33.33333333%; }
    .col-xs-pull-3  { right: 25%; }
    .col-xs-pull-2  { right: 16.66666667%; }
    .col-xs-pull-1  { right: 8.33333333%; }
    .col-xs-pull-0  { right: auto; }

    .col-xs-push-12 { left: 100%; }
    .col-xs-push-11 { left: 91.66666667%; }
    .col-xs-push-10 { left: 83.33333333%; }
    .col-xs-push-9  { left: 75%; }
    .col-xs-push-8  { left: 66.66666667%; }
    .col-xs-push-7  { left: 58.33333333%; }
    .col-xs-push-6  { left: 50%; }
    .col-xs-push-5  { left: 41.66666667%; }
    .col-xs-push-4  { left: 33.33333333%; }
    .col-xs-push-3  { left: 25%; }
    .col-xs-push-2  { left: 16.66666667%; }
    .col-xs-push-1  { left: 8.33333333%; }
    .col-xs-push-0  { left: auto; }

    .col-xs-offset-12 { margin-left: 100%; }
    .col-xs-offset-11 { margin-left: 91.66666667%; }
    .col-xs-offset-10 { margin-left: 83.33333333%; }
    .col-xs-offset-9  { margin-left: 75%; }
    .col-xs-offset-8  { margin-left: 66.66666667%; }
    .col-xs-offset-7  { margin-left: 58.33333333%; }
    .col-xs-offset-6  { margin-left: 50%; }
    .col-xs-offset-5  { margin-left: 41.66666667%; }
    .col-xs-offset-4  { margin-left: 33.33333333%; }
    .col-xs-offset-3  { margin-left: 25%; }
    .col-xs-offset-2  { margin-left: 16.66666667%; }
    .col-xs-offset-1  { margin-left: 8.33333333%; }
    .col-xs-offset-0  { margin-left: 0%; }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {float:left;}

    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-9  { width: 75%; }
    .col-sm-8  { width: 66.66666667%; }
    .col-sm-7  { width: 58.33333333%; }
    .col-sm-6  { width: 50%; }
    .col-sm-5  { width: 41.66666667%; }
    .col-sm-4  { width: 33.33333333%; }
    .col-sm-3  { width: 25%; }
    .col-sm-2  { width: 16.66666667%; }
    .col-sm-1  { width: 8.33333333%; }

    .col-sm-pull-12 { right: 100%; }
    .col-sm-pull-11 { right: 91.66666667%; }
    .col-sm-pull-10 { right: 83.33333333%; }
    .col-sm-pull-9  { right: 75%; }
    .col-sm-pull-8  { right: 66.66666667%; }
    .col-sm-pull-7  { right: 58.33333333%; }
    .col-sm-pull-6  { right: 50%; }
    .col-sm-pull-5  { right: 41.66666667%; }
    .col-sm-pull-4  { right: 33.33333333%; }
    .col-sm-pull-3  { right: 25%; }
    .col-sm-pull-2  { right: 16.66666667%; }
    .col-sm-pull-1  { right: 8.33333333%; }
    .col-sm-pull-0  { right: auto; }

    .col-sm-push-12 { left: 100%; }
    .col-sm-push-11 { left: 91.66666667%; }
    .col-sm-push-10 { left: 83.33333333%; }
    .col-sm-push-9  { left: 75%; }
    .col-sm-push-8  { left: 66.66666667%; }
    .col-sm-push-7  { left: 58.33333333%; }
    .col-sm-push-6  { left: 50%; }
    .col-sm-push-5  { left: 41.66666667%; }
    .col-sm-push-4  { left: 33.33333333%; }
    .col-sm-push-3  { left: 25%; }
    .col-sm-push-2  { left: 16.66666667%; }
    .col-sm-push-1  { left: 8.33333333%; }
    .col-sm-push-0  { left: auto; }

    .col-sm-offset-12 { margin-left: 100%; }
    .col-sm-offset-11 { margin-left: 91.66666667%; }
    .col-sm-offset-10 { margin-left: 83.33333333%; }
    .col-sm-offset-9  { margin-left: 75%; }
    .col-sm-offset-8  { margin-left: 66.66666667%; }
    .col-sm-offset-7  { margin-left: 58.33333333%; }
    .col-sm-offset-6  { margin-left: 50%; }
    .col-sm-offset-5  { margin-left: 41.66666667%; }
    .col-sm-offset-4  { margin-left: 33.33333333%; }
    .col-sm-offset-3  { margin-left: 25%; }
    .col-sm-offset-2  { margin-left: 16.66666667%; }
    .col-sm-offset-1  { margin-left: 8.33333333%; }
    .col-sm-offset-0  { margin-left: 0%; }

}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
  [class*="col-md-"] {float:left;}

  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9  { width: 75%; }
  .col-md-8  { width: 66.66666667%; }
  .col-md-7  { width: 58.33333333%; }
  .col-md-6  { width: 50%; }
  .col-md-5  { width: 41.66666667%; }
  .col-md-4  { width: 33.33333333%; }
  .col-md-3  { width: 25%; }
  .col-md-2  { width: 16.66666667%; }
  .col-md-1  { width: 8.33333333%; }

  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9  { right: 75%; }
  .col-md-pull-8  { right: 66.66666667%; }
  .col-md-pull-7  { right: 58.33333333%; }
  .col-md-pull-6  { right: 50%; }
  .col-md-pull-5  { right: 41.66666667%; }
  .col-md-pull-4  { right: 33.33333333%; }
  .col-md-pull-3  { right: 25%; }
  .col-md-pull-2  { right: 16.66666667%; }
  .col-md-pull-1  { right: 8.33333333%; }
  .col-md-pull-0  { right: auto; }

  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9  { left: 75%; }
  .col-md-push-8  { left: 66.66666667%; }
  .col-md-push-7  { left: 58.33333333%; }
  .col-md-push-6  { left: 50%; }
  .col-md-push-5  { left: 41.66666667%; }
  .col-md-push-4  { left: 33.33333333%; }
  .col-md-push-3  { left: 25%; }
  .col-md-push-2  { left: 16.66666667%; }
  .col-md-push-1  { left: 8.33333333%; }
  .col-md-push-0  { left: auto; }

  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9  { margin-left: 75%; }
  .col-md-offset-8  { margin-left: 66.66666667%; }
  .col-md-offset-7  { margin-left: 58.33333333%; }
  .col-md-offset-6  { margin-left: 50%; }
  .col-md-offset-5  { margin-left: 41.66666667%; }
  .col-md-offset-4  { margin-left: 33.33333333%; }
  .col-md-offset-3  { margin-left: 25%; }
  .col-md-offset-2  { margin-left: 16.66666667%; }
  .col-md-offset-1  { margin-left: 8.33333333%; }
  .col-md-offset-0  { margin-left: 0%; }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  [class*="col-lg-"] {float:left;}

  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9  { width: 75%; }
  .col-lg-8  { width: 66.66666667%; }
  .col-lg-7  { width: 58.33333333%; }
  .col-lg-6  { width: 50%; }
  .col-lg-5  { width: 41.66666667%; }
  .col-lg-4  { width: 33.33333333%; }
  .col-lg-3  { width: 25%; }
  .col-lg-2  { width: 16.66666667%; }
  .col-lg-1  { width: 8.33333333%; }

  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9  { right: 75%; }
  .col-lg-pull-8  { right: 66.66666667%; }
  .col-lg-pull-7  { right: 58.33333333%; }
  .col-lg-pull-6  { right: 50%; }
  .col-lg-pull-5  { right: 41.66666667%; }
  .col-lg-pull-4  { right: 33.33333333%; }
  .col-lg-pull-3  { right: 25%; }
  .col-lg-pull-2  { right: 16.66666667%; }
  .col-lg-pull-1  { right: 8.33333333%; }
  .col-lg-pull-0  { right: auto; }

  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9  { left: 75%; }
  .col-lg-push-8  { left: 66.66666667%; }
  .col-lg-push-7  { left: 58.33333333%; }
  .col-lg-push-6  { left: 50%; }
  .col-lg-push-5  { left: 41.66666667%; }
  .col-lg-push-4  { left: 33.33333333%; }
  .col-lg-push-3  { left: 25%; }
  .col-lg-push-2  { left: 16.66666667%; }
  .col-lg-push-1  { left: 8.33333333%; }
  .col-lg-push-0  { left: auto; }

  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9  { margin-left: 75%; }
  .col-lg-offset-8  { margin-left: 66.66666667%; }
  .col-lg-offset-7  { margin-left: 58.33333333%; }
  .col-lg-offset-6  { margin-left: 50%; }
  .col-lg-offset-5  { margin-left: 41.66666667%; }
  .col-lg-offset-4  { margin-left: 33.33333333%; }
  .col-lg-offset-3  { margin-left: 25%; }
  .col-lg-offset-2  { margin-left: 16.66666667%; }
  .col-lg-offset-1  { margin-left: 8.33333333%; }
  .col-lg-offset-0  { margin-left: 0%; }

}


/**
 * Clearfix
 * Apply clearing without adding additional markup
 */

.clearfix:before, .clearfix:after,
.container:before, .container:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after { clear: both; }


/**
 * Flexbox
 * Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
 * it, in a way
 *
 * Demo: jsfiddle.net/inuitcss/ufUh2
 */

.flexbox {
    display: table;
    width: 100%;
}

    /**
     * Nasty hack to circumvent Modernizr conflicts.
     */
    html.flexbox {
        display: block;
        width: auto;
    }

    .flexbox-item {
        display: table-cell;
        vertical-align: middle;
    }

/*--------------------------------------------------------------*\
    OBJECTS
    Objects are independent generic stylibf classes or UI peices.
    All styles for objects should be self contained.

    e.g. an object shouldn't rely on trump helpers to apply padding etc.
\*--------------------------------------------------------------*/


/**
 * Buttons
 */

 .btn,
 .btn-secondary {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    min-width: 214px;
    padding: 10px 20px;
    margin: 0 20px 10px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

 .btn:hover,
 .btn-secondary:hover {
    text-decoration: none;
}


.btn {
    background-color: #511C74;
    color: #fff;
}
    .btn:hover {
        background-color: #1E0041;
    }


.btn-secondary {
    background-color: #F36B16;
    color: #ffffff;
}
    .btn-secondary:hover {
        background-color: #C03E00;
    }


.btn-callus {
  background-color: #F36B16;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 1px;
  padding: 13px 15px 5px 15px;
  position: relative;
  text-align: center;
  height: 50px;
  margin: 20px 0 15px;
  text-transform: uppercase;
}

  .btn-callus span {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
  }

/*
  .btn-callus:before {
    background: url(../img/icon-phone-comment.png) left center no-repeat;
    width: 40px;
    height: 35px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 15px;
    top: 5px;
  }
*/
  .btn-callus:hover {
    background-color: #C03E00 ;
    color: #ffffff;
    text-decoration: none;
  }



.btn-download {
  background-color: #511C74;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  padding: 10px 50px 10px 15px;
  position: relative;
  text-transform: uppercase;
}

  .btn-download:hover {
    background-color: #1E0041;
    text-decoration: none;
  }

  .btn-download:after {
    color: #ffffff;
    font-family: "icomoon";
    font-size: 14px;
    content: "\e90e";
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }


.btn-block {
    display: block;
    width: 100%;
}



    @media(min-width:600px) {
    .btn-callus {
      min-width: 214px;
    }

    .btn-download {
      font-size: 13px;
      padding: 10px 50px 10px 20px;
    }

    .btn-download:after {
      font-size: 16px;
    }
  }

    @media(min-width:1025px) {
        .btn,
        .btn-secondary {
            font-size: 13px;
            padding: 20px;
        }

    .btn-callus {
      margin: 20px 15px 15px;
    }


    }


/**
 * Jump Links
 */

.anchor:before {
    content: '';
    display: block;
    padding-top: 95px;
    margin-top: -95px;
}

@media (max-width: 1024px) {
  .anchor:before {
      padding-top: 40px;
      margin-top: -40px;
  }
}

/**
 * Icons
 */


.icon {
}



/**
 * Block-list / Matrix
 * Create big blocky lists of content
 *
 * Demo: jsfiddle.net/inuitcss/hR57q
 */

.block-list,
.matrix,
.block-list > li,
.matrix > li { border: 0 solid #ccc; }

.block-list,
.matrix {
    list-style: none;
    margin-left: 0;
    border-top-width: 1px;
}

    .block-list > li,
    .matrix > li {
        border-bottom-width: 1px;
        padding: 12px;
    }

.block-list-link,
.matrix-link {
    display: block;
    padding: 12px;
    margin: -12px;
}



/**
 * Matrix
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 */

.matrix { border-left-width: 1px; }

    .matrix > li {
        float: left;
        border-right-width: 1px;
    }


/**
 * Multi-list
 *
 * Stack lists into columns
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 */

.multi-list {
    list-style: none;
    margin-left: 0;
}

    .multi-list > li        { float: left; }
    .multi-list-padded > li { padding-left: 10px; padding-right: 10px; } /* TODO: update to match container padding */

/**
 * Apply these classes alongside the `.matrix` or `.multi-list` classes on
 * lists to determine how wide their columns are.
 */

.two-cols > li   { width: 50%; }
.three-cols > li { width: 33.333%; }
.four-cols > li  { width: 25%; }
.five-cols > li  { width: 20%; }

    /**
     * Unfortunately we have to qualify this selector in order to bring its
     * specificity above the `.[number]-cols > li` selectors above.
     */
    .matrix > .all-cols,
    .multi-list > .all-cols { width: 100%; }





/**
 * Tables
 */

table {
  border-collapse:collapse;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  width: 100%;

}

th,td {
  padding: 10px;
}


td {
  line-height: normal;
  font-size: 12px;

}

tr:nth-child(even){
  background-color: #f4f4f4;
}

th {
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  line-height: normal;
}

thead {
}

tbody {
}

tfoot {
}

.table-units {
	margin-bottom: 30px;
}

  @media(max-width: 767px ) {

    .table-units {
      max-width: 100%;
      overflow: scroll;
      position: relative;
    }

  }

  @media(min-width: 768px ) {

    th,td {
      padding: 15px;
    }

  }

  @media(min-width: 1025px ) {

    th,td {
      padding: 20px 25px;
    }

    th { font-size: 18px; }

    td { font-size: 16px; }

    .table-units {
      margin-bottom: 90px;
    }

  }






/**
 * Forms
 */

form {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

}

fieldset {
}

label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    color: #7e7e7e;
    text-transform: uppercase;
}

select {
}

textarea {
    background-color: #f4f4f4;
    border: 0;
    color: #7e7e7e;
    height: 210px;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

legend {
}


/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"] {
    background-color: #f4f4f4;
    border: 0;
    color: #7e7e7e;
    display: block;
    height: 50px;
    padding: 10px 15px;
    width: 100%;
}

/* Default Submit Button Style */
[type="submit"] {
    background-color: #009E60;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    min-height: 38px;
    padding: 10px 20px;
    margin-top: 10px;
}

[type="submit"]:hover {
    background-color: #00b86e;
}

    /* Removes inconsistent padding from Firefox buttons */
    button::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border: none;
        padding:0;
    }

.commercialform {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

}


.commercialform form label {
    color: #20303b;
    }

.commercialform form textarea {
    background-color: #e3f0fd;
    color: #20303b;
   }

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

/* commercial contact form style */
.commercialform form [type="text"],
.commercialform form [type="date"],
.commercialform form [type="datetime"],
.commercialform form [type="datetime-local"],
.commercialform form [type="email"],
.commercialform form [type="month"],
.commercialform form [type="number"],
.commercialform form [type="password"],
.commercialform form [type="search"],
.commercialform form [type="tel"],
.commercialform form [type="url"],
.commercialform form [type="week"] {
    background-color: #E3F0FD;
    border: 0;
    color: #20303b;
    display: block;
    height: 50px;
    padding: 10px 15px;
    width: 100%;
}
.commercialform div.selectric {
    background-color: #e3f0fd;

}

.send-btn-frm {
	background: #511C74 !important;
	color: #fff !important;
}
.send-btn-frm:hover {
	background: #1E0041 !important;
}

/* Commercial contact form submit button styling added 8/16/18 */

.commercialform form [type="submit"] {
    background-color: #679cbf;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    min-height: 38px;
    padding: 10px 20px;
    margin-top: 10px;
}

.commercialform form [type="submit"]:hover {
    background-color: #5885a6;
}

    /* Removes inconsistent padding from Firefox buttons */
    button::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border: none;
        padding:0;
    }

/**
 * Validation
 */
.wpcf7-form-control-wrap {
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
	color: #f00;
}

.wpcf7-response-output {
}

select,
textarea,
input.wpcf7-not-valid {
}

.screen-reader-response {
	display: none;
}


@media(min-width: 1025px) {

    .comment-form {
        width: 70%;
    }

}


/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  float: left;
}

.selectric-first {
	 margin-right: 10px;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0px;
  background: #F4F4F4;
  position: relative;
  border-radius: 0px;

}

.selectric .label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 42px 0 16px;
  line-height: 42px;
  text-transform: uppercase;
  color: #7d7d7d;
  height: 42px;
}

.selectric .button {
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #7d7d7d;
  text-align: center;
  font: 0/0 a;
  *font: 38px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #a9a9a9;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #0c0c0c;
}

.selectric-hover .selectric .button {
  color: #edcf2f;
}

.selectric-hover .selectric .button:after {
  border-top-color: #edcf2f;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #FFD42D;
  background: transparent;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #444;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}


.selectric-items li.highlighted {
  background: #FFD42D;
  color: #444;
}

.selectric-items li:hover {
  background: #FFD42D;
  color: #444;
}

.page-content .selectric-items li:before {
  display: none;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}





/**
 * Breadcrumbs
 */

.breadcrumbs {
    color: #ccc;
    font-size: 14px;
    text-transform: capitalize;
}

.breadcrumbs a {
    color: #F36B16;
}
.breadcrumbs a,
.breadcrumbs strong {
    display: inline-block;
    padding: 0 3px;
}



/**
 * Pagination
 */

.pagination {
}

.wp-pagenavi {
    clear: both;
    padding:10px 0;
    margin:20px 0;
    font-size:14px;
  text-align: center;
}


.wp-pagenavi a, .wp-pagenavi span {
    display:inline-block;
    color:#fff;
    text-decoration: none;
    background:#701b76;
  border:0;
    padding: 5px 10px;
    margin-right: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color:#fff;
    background:#522655;
}

/* --------------------------------------------------*\
    UI
    UI peices are site specific non generic styles.
    eg: header, footer, sidebar, page specific styles
\* -----------------------------------------------------*/

/**
 * Page-head
 */

.fixed-header {
    background-color: #fff;
    border-bottom: 5px solid #511C74 ;
    /* height: 112px; TODO: Update to height of fixed header */
    width: 100%;
    position: fixed;
    top: -112px; /* TODO: Update to height of fixed header */
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

    .fixed-header.js-fixed {
        top: 0;
        z-index: 150;
    }

    .fixed-header .container {
        position: relative;
    }

.page-header {
    background-color: #fff;
    border-bottom: 5px solid #511C74;
    height: 112px;
    position: relative;
}

    @media(max-width: 1024px) {
        .page-header .container{
            padding: 0;
        }
    }

    @media(min-width: 1025px) {
        .home .page-header {
            /* top: 38px; */
            position: absolute;
            z-index: 100;
            width: 100%;
        }
    }


    .mobile-link {
        height: 40px;
        line-height: 40px;
        display: block;
    }

    .mobile-link a {
        background-color: #511C74;
        border-right: 1px solid #fff;
        color: #ffffff;
        float: left;
        display: inline-block;
        width: 50%;
        height: 100%;
        text-align: center;
    }

    .mobile-link a span {
        color: #281028;
        margin-right: 14px;
    }

    .mobile-link span.icon-phonecall {
        background: url(../img/icon-phone-call-white.png) center center no-repeat;
        width: 17px;
        height: 17px;
        display: inline-block;
        content: "";
    }

    .mobile-link a:last-child{
        border-right: 0;
    }

    .mobile-link a:hover{
        background-color: #F36B16;
        color: #ffffff;
        text-decoration: none;
    }

    .mobile-link a:hover span{
        color: #fdd32f;
    }


    .logo{
        background: url(../img/logo-mobile.jpg) center center no-repeat;
        width: 223px;
        height: 39px;
        display: inline-block;
        margin-top: 15px;
        margin-left: 15px;
        float: left;
    }

    /*.mainmenu {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        z-index: 100;
    }*/

        .menu-btn,
        .ubermenu-responsive-toggle{
            background: transparent;
            border: 0;
            color: #707070;
            cursor: pointer;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 9px;
            line-height: 10px;
            text-transform: uppercase;
            text-align: center;
            position: absolute;
            right: 5px;
            top: -60px;
            width: 50px;
            height: 50px;
            outline:none;
            z-index: 100;
         }

        .menu-btn span{
            font-size: 28px;
            font-weight: normal;
            color: #707070;
        }

            @media(min-width: 1025px) {
                .page-header {
                    height: 92px;
                }

                .page-header .container{
                    position: relative;
                }

                .logo{
                    background: url(../img/logo.jpg) center center no-repeat;
                    width: 264px;/*324*/
                    height: 57px;
                    margin-top: 12px;
                    margin-left: 0;
                    float: left;
                    background-size: contain;
                }

                .mainmenu {
                    float: right;
                    /*position: relative;*/
                    display: block;
                    max-width: 900px;
                    height: 90px;
                }

            }

            @media(min-width: 1200px) {
                .mainmenu {
                    max-width: 900px;
                }
            }

            @media(min-width: 1366px) {
                .mainmenu {
                    max-width: 970px;
                }
            }

    .site-search{
        z-index: 99;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        height: 50px;
    }

        .icon-search-btn {
            background: transparent;
            border: 0;
            color: #fff;
            font-size: 18px;
            position: absolute;
            right: 0;
            top: -65px;
            width: 30px;
            height: 30px;
            outline: 0;
        }

        .icon-search-btn span {
            display: inline-block;
            color: #9f97a0;
            top: 5px;
            position: relative;
        }

        .searchbox--form {
            background-color: #fff;
            display: none;
            position: relative;
            border: 4px solid #261226;
            height: 50px;
            z-index: 2;
        }

            .searchbox--text,
            .searchbox--submit {
                background-color: transparent;
                font-family: 'Nunito Sans', sans-serif;
                height: 42px;
                border: 0;
                position: relative;
                outline: 0;
            }

            .searchbox--text {
                width: 85%;
                float: left;
                padding: 2px 10px;
            }

            .searchbox--submit {
                color: #fff;
                cursor: pointer;
                width: 15%;
                float: right;
                margin: 0;
                padding: 0 10px;
                z-index: 3;
            }

            .searchbox--form:after {
                background-color: #261226;
                font-family: "icomoon";
                font-size: 18px;
                content: "\f002";
                color: #fff;
                display: block;
                padding: 5px 5px 0;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                z-index: 1;
                width: 40px;
                height: 38px;
            }

            .searchbox--form:hover:after {
                background-color: #4D1F50;
            }

    .contact-btn {
        background-color: #1A1A1A;
        color: #ffffff !important;
        cursor: pointer;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        letter-spacing: 1px;
        width: 200px;
        height: 50px;
        position: absolute;
        bottom: -52px;
        right: 0;
		z-index: 100;
		text-align: center;
    }

    .contact-btn a{
        display: block;
        line-height: 50px;
		color: #ffffff !important;
    }

    .contact-btn a:hover{
        text-decoration: none;
    }
	/*
    .contact-btn span:before{
        background: url(../img/icon-phone-comment.png) center center no-repeat;
        display: inline-block;
        position: relative;
        content: "";
        width: 40px;
        height: 50px;
        float: left;
        margin: 0 10px;
    }
	*/


   /**
     * Fix Sticky Header Position
     * for when admin bar visible
     */

    /* TODO: Uncomment if design has sticky header */
    /*
    .admin-bar .page-header {
        top: 32px;
    }

    @media screen and (max-width: 782px) {
        .admin-bar .page-header {
            top: 46px;
        }
    }
    */

  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    /* TODO: Add Retina-specific logo here */

  }

/**
 * Sub-navigation
 */
.nav-primary .sub-menu,
.nav-primary .sub-menu ul{ display:none; }
.nav-primary .sub-menu.js-toggled { display:block; }
.nav-primary .sub-menu ul.js-toggled { max-height: 55em; }

/**
 * Navigation - Primary
 */

.nav-primary,
.ubermenu-nav,
.ubermenu {
    display: none;
    background-color: #f4f4f4;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    padding: 0;
    position: absolute;
    left: 0;
    margin: 0;
    top:100%;
    width: 100%;
    text-transform: uppercase;
    z-index: 100;
}

.nav-primary li,
.ubermenu-nav li {
    list-style-type: none;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}


.nav-primary a,
.ubermenu-nav a{
    color: #522655;
    display: block;
    padding: 13px 57px 13px 20px;
    position: relative;
    text-transform: uppercase;
}

.nav-primary a:hover {
    text-decoration: none;
    color: #fff;
}

.nav-primary li.current-menu-ancestor > a,
.nav-primary li.current-menu-parent > a,
.nav-primary li.current-menu-item > a,
.nav-primary li:hover > a,
.nav-primary li > a:hover{
    background-color: #FFD42D;
    color: #512153;
}


    @media(min-width: 1025px){

        .nav-primary,
        .ubermenu-nav,
        .ubermenu {
            background-color: transparent;
            font-size: 12px;
            display: inline-block;
            top: auto;
            bottom: 20px;
            left: auto;
            right: 0;
            width: auto;

        }

        .nav-primary li,
        .ubermenu-nav li {
            position: relative;
            display: inline-block;
            float: left;
            border: 0;
        }

        .nav-primary > li.current-menu-ancestor > a,
        .nav-primary > li.current-menu-parent > a,
        .nav-primary > li.current-menu-item > a,
        .nav-primary > li:hover > a,
        .nav-primary > li > a:hover{
            background: none;
            color: #78187C;
        }

        .nav-primary a,
        .ubermenu-nav a {
            color: #4a4a4a;
            padding: 17px 20px;
        }

    }


/**
 * Sub-navigation - Primary
 */

.sub-menu {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    background-color: #fff;
}

.nav-primary .sub-menu li {
    border: 0;
}
.nav-primary .sub-menu a {
    padding: 10px 32px 10px 30px;
    color: #27131F;
}

.nav-primary .sub-menu a:hover {
    background-color: #FFD42D;
}
.nav-primary .sub-menu ul {
     background-color: #f4f4f4;
}
.nav-primary .sub-menu ul a {
    padding: 13px 32px 13px 40px;
}

.nav-primary .sub-menu-toggle {
    border-left: 1px solid #F0F0F0;
    cursor: pointer;
    font-size: 22px;
    font-weight: normal;
    line-height: 43px;
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}

    .nav-primary .sub-menu.js-toggled {
        display:block;
    }

    .nav-primary .sub-menu .menu-item-has-children .sub-menu-toggle {
        border: 0;
        width: 30px;
    }

    .nav-primary .sub-menu .sub-menu-toggle.js-toggled {
        top: 0;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
             transform: rotate(180deg);
    }

    .nav-primary li:hover > .sub-menu-toggle,
    .nav-primary .current-menu-item > .sub-menu-toggle  {
        color: #fff;
    }


    @media(min-width: 1025px) {

        .nav-primary .sub-menu {
            background-color: #f4f4f4;
            content: "";
            position: absolute;
            left:0;
            top: 100%;
            text-transform: capitalize;
            width: 150px;
            text-align: center;
            z-index: 100;
        }

        .nav-primary .sub-menu li{
            width: 100%;
            position: relative;
        }

        .nav-primary .sub-menu a,
        .nav-primary .sub-menu ul a {
            font-size: 13px;
            color: #524C52;
            padding: 10px 20px;
        }
        .nav-primary .sub-menu > li:first-child a {
            padding: 10px 20px;
        }

        .nav-primary .sub-menu a:hover {
            background-color: #FFD42D;
        }

        .nav-primary .menu-item-has-children:hover > ul {
            display: block;

        }

        /* third level */

        .nav-primary  .sub-menu ul{
            background-color: #fff;
            content: "";
            top: 0;
            left: 100%;
            max-height: 55em;
            width: 100%;
            z-index: 101;
        }

    }


/**
 * Navigation - Secondary
 */

.nav-secondary {
}




/**
 * Masthead
 */

.masthead {
    position: relative;
    z-index: 1;
}

/**
 * Masthead - Page Header
 */

.masthead--header {
    background: url(../img/purple-pattern-tile.jpg) left top repeat;
    /* min-height: 157px; */
    color: #fff;
    padding-bottom: 30px
}

.masthead--header {
    /* text-transform: uppercase; */
    padding-top: 30px;
}

    @media(min-width: 1025px) {
        .masthead--header {
            padding-top: 30px;
        }
    }


/**
 * Masthead - Slideshow
 */

.masthead--slide,
.slide,
.slide__info {
    height: 440px;
    width: 100%;
}


.masthead--slide {
    position: relative;
}

.slide {
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    height: 440px;
}

.slide:after {
    /* background-color: #000000; */
    content: "";
    display: block;
    opacity: 0.45;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 440px;
    z-index: 99;

}

.slide__info {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 999;
}

.slide__info h2 {
    line-height: 44px;
    font-size: 34px;
    text-transform: none;
}

.slide__info h2 span{
    color: #ebebeb;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 5px;
    position: relative;
    font-style: italic;
    text-transform: lowercase;
    text-align: center;
}



.slide__info h2 span:before,
.slide__info h2 span:after
{
    height: 2px;
    width: 55px;
    background-color: #fff;
    opacity: 0.5;
    content: "";
    display: block;
    position: relative;
    margin: 0 auto;
}

.slide__info h2 span:before{ top: 0; }

.slide__info h2 span:after { bottom: 0; }

.slide-arrow-down {
	color: #fff;
	content: "";
	font-size: 20px;
	width: 100%;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 460px;
	z-index: 999;
}

.slide-arrow-down:hover { text-decoration: none; }


    @media(min-width: 1025px) {

        .masthead--slide,
        .slide,
        .slide__info,
        .slide:after {
          height: 740px;
        }

        .slide {
        /*    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 76%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 76%); */
        }

        .slide__info h2 {
            font-size: 45px;
            line-height: 50px;
			position: absolute;
			bottom: 20%;
			left: 50%;
			text-align: left;
			margin-bottom: 0px;
			padding-top: 0px;
        }

        .slide__info {
            padding-top: 217px;
        }

        .slide__info h2 span {
            display: inline-block;
            font-size: 30px;
            line-height: 36px;
            top: -8px;
        }
        .slide-arrow-down {
			top: 380px;
		}
    }




/**
 * Slider Style
 */
.slick-slider
{
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
     display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center center;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* -- slider Arrows -- */
.slick-prev,
.slick-next
{
    background-color:#ffffff;
    color:#000000;
    font-family: 'icomoon';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    width: 29px;
    height: 38px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    text-align:center;
    z-index:5;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color:#464646;
    outline: none;
    background: #fff;
    opacity:.5;
}


.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{   outline: none;
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25; outline: none;
}

.slick-prev:before,
.slick-next:before
{

    font-family: 'icomoon';
    font-size: 18px;
    line-height: 1;
    outline: none;
    opacity: 1;
    color:#464646;
    text-align:center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	z-index: 10;
}


.slick-prev:before {
    content: "\e902";
}
[dir='rtl'] .slick-prev:before {
    content: "\e902";
}

.slick-next:before {
    content: "\e903";
}
[dir='rtl'] .slick-next:before {
    content: "\e903";
}

[dir='rtl'] .slick-next{
    right: auto;
}

[dir='rtl'] .slick-prev{
    left: auto;
}

[dir='rtl'] .slick-next,
.slick-prev{
    left: -30px;
}

.slick-next,
[dir='rtl'] .slick-prev{
    right: -30px;
}


	@media(min-width: 768px) {

		.slick-prev,
		.slick-next
		{
		    width: 39px;
		    height: 81px;
		}

		.slick-prev:before,
		.slick-next:before
		{
		    font-family: 'icomoon';
		    font-size: 30px;
		}


		[dir='rtl'] .slick-next,
		.slick-prev{
		    left: -50px;
		}

		.slick-next,
		[dir='rtl'] .slick-prev{
		    right: -50px;
		}

	}



/* -- slider bullets -- */

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    margin: 0;
    z-index: 8;
    text-align: center;
    padding: 0;
}

.masthead--slideshow .slick-dots{
    text-align: right;
    padding-right: 45%;
}

.slick-dots li{
    display: inline-block;
    list-style-type: none;
    width: 36px;
    height: 5px;
    text-align: center;
}

.slick-dots button{
    border: 0;
    color: #fff;
    content: "";
    display: inline-block;
    text-indent: -9999px;
    outline: none;
    opacity: .5;
    width: 28px;
    height: 4px;
    padding: 0;
    position: relative;
    z-index: 250;
    float: left;
}

.slick-dots button:hover,
.slick-dots li.slick-active button {
    opacity: 1;
}

    @media(min-width: 1025px) {
        .slick-dots {
            /* bottom: 265px; */
        }
		.masthead--slide .slick-slide img {
			padding-top: 80px;
		}

    }


/**
 * Home Page
 */

.home-body {
}


	@media(min-width: 1025px) {

	}

/**
 * Home Page - Featured Property Box
 */


.featured-box {
	position: relative;

}

.featured-box [class*="col-"] {
	padding: 0;
	position: relative;
}

.featured-box-left {
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.featured-box-left img {
	display: block;
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center center;
}

.featured-box-right {
	background-color: #f4f4f4;
}

.featured-box-right-content {
	padding: 10px;
}

	.featured-box-right article{
		border: 1px solid #d7d7d7;
		font-size: 13px;
		padding: 20px 10px;
		min-height: 389px;
		text-align: center;
	}

	.featured-box-right h3{
		text-transform: uppercase;
	}


.featured-property-item-info{
    position: absolute;
    padding: 10px;
    bottom: 2px;
    color:white;
}

.featured-property-item-info .featured-property-item-desc a{
    display: block;
    text-transform: uppercase;
    color:#FFD42D;
}

	@media(min-width: 768px) {

		 .featured-box-right article {
			font-size: 15px;
			min-height: 250px;
		}

		.featured-box-right h3{ text-align: center; }

		.featured-box-right h3:after{ margin: 0 auto }

	}

	@media(min-width: 1025px) {
	    
	    .properties-slider {
	        z-index: 50;
	    }

		.featured-box {
			/*top: -235px;*/
			z-index: 50;
			margin: 0 70px;
		}

		.featured-box-left {
			height: 483px;
		}

		.featured-box-right article {
			height: 460px;
			padding: 50px 10px;

		}
	}

	@media(min-width: 1366px) {

		/*.featured-box { margin: 0; }*/

	}


/**
 * Home Page - CTA Icons
 */

.cta-icons {
	background: url(../img/purple-pattern-tile.jpg) left top repeat;
	min-height: 490px;
	position: relative;
}

.cta-icons [class*="col-"] {
	position: relative;
	z-index: 1;

}

.cta-icons [class*="col-"]:hover:after {
	background-color: #271127;
	cursor: pointer;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	z-index: 2;
}

.cta-icons-item {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	padding: 20px 5px;
	position: relative;
	text-align: center;
	z-index: 5;
}

.cta-icons-item a {
	color: #fff;
	position: relative;
	text-decoration: none;

}
/*
.icon-box {
	width: 81px;
	height: 81px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	padding: 18px;
	text-align: center;
}
*/
.cta-icons-item img{
	margin: 0 auto;
}

.cta-icons-item h3{
	color: #ffffff;
	padding: 15px 10px;
	text-transform: uppercase;
}

.cta-icons-item .title-line-light:after {
	opacity: .20;
	text-align: center;
}

	@media(min-width: 768px) {

		.cta-icons-item .title-line-light:after {
			margin: 0 auto;
		}

		.cta-icons-item h3{
			text-align: center;
		}
	}


	@media(min-width: 1025px) {

		.cta-icons .container {
			
		}

		.cta-icons [class*="col-"] { }

		.cta-icons [class*="col-"]:first-child .cta-icons-item{
			border-left: 0;
		}

		.cta-icons-item {
			font-size: 15px;
			padding: 76px 25px;
			height: 100%;
			min-height: 490px;
		}

		.icon-box {
			width: 140px;
			height: 140px;
			padding: 30px 20px;
		}

		.cta-icons-item h3{
			font-size: 19px;
		}
	}




/**
 * Home Page - Properties Slide
 */

.properties-slider {
	margin: 40px 30px;
	position: relative;
}

.properties-slider-wrap {

}

	@media(min-width: 768px) {
		.properties-slider {
			 padding: 0px 30px 50px 30px;
		}
	}



/**
 * Home Page - Properties Slide
 */

.about-section {
	position: relative;
}

.about-section .container {
	padding: 0;
	margin: 0;
}

.about-section-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	height:236px;
	width: 100%;
}

.about-section-info {
	background-color: #f4f4f4;
	padding: 10px;
	font-size: 13px;
}


	.about-section article {
		border: 1px solid #d7d7d7;
		color: #423d41;
		min-height: 390px;
		display: block;
		padding: 10px;
		text-align: center;
	}

	.about-section h3 {
		background: url(../img/leaf-icon-mobile.png) center top no-repeat;
		color: #290f2a;
		padding-top: 70px;
		text-align: center;
		text-transform: uppercase;
	}

	.about-section-info h3:after{ margin: 0 auto; }

		@media(min-width: 1025px) {

			.about-section {
				height: 959px;
				font-size: 15px;
			}

			.about-section-img {
				 height: 959px;
				/*
				-webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
				clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
				*/
			}

			.about-section .container {
				position: relative;
				margin: 0 auto;
			}

			.about-section-info {
				max-width: 648px;
				position: absolute;
				bottom: 233px;
				left: 0;
			}
			.about-section article {
				padding: 60px 80px;
			}
		}



/**
 * Home Page - text-section
 */

.text-section {
	min-height: 380px;
	padding: 10px 0;
}

	.text-slide .slick-next,
	.text-slide .slick-prev {
		top: 21%;
		width: 25px;
		height: 25px;

	}

	.text-slide .slick-prev:before,
	.text-slide .slick-next:before {
	    font-size: 10px;
	}

	.text-slide [dir='rtl'] .slick-next,
	.text-slide .slick-prev {
	    left: 42%;
	}

	.text-slide .slick-next,
	.text-slide [dir='rtl'] .slick-prev {
	    right: 42%;
	}



	@media(min-width: 768px) {
		.text-section .btn-callus {
			margin-left: 50px;
		}

		.text-slide .slick-next,
		.text-slide .slick-prev {
			top: 25%;
			width: 35px;
			height: 35px;

		}

		.text-slide .slick-prev:before,
		.text-slide .slick-next:before {
		    font-size: 14px;
		}

		.text-slide [dir='rtl'] .slick-next,
		.text-slide .slick-prev {
		    left: 45%;
		}

		.text-slide .slick-next,
		.text-slide [dir='rtl'] .slick-prev {
		    right: 45%;
		}

	}

	@media(min-width: 1025px) {

		.text-section {
			min-height: 493px;
			padding: 20px 0 40px;
		}

		.text-section .testi-items {
		    padding: 50px 15px 20px 70px;
		}

		.text-section .btn-callus {
			margin-left: 70px;
		}

		.text-slide .slick-next,
		.text-slide .slick-prev {
			top: 78%;
			width: 48px;
			height: 48px;

		}

		.text-slide .slick-prev:before,
		.text-slide .slick-next:before {
		    font-size: 18px;
		}

		.text-slide [dir='rtl'] .slick-next,
		.text-slide .slick-prev {
		    left: 25%;
		}

		.text-slide .slick-next,
		.text-slide [dir='rtl'] .slick-prev {
		    right: auto;
			left: 30%;
		}

	}

	@media(min-width: 1366px) {
		.text-slide [dir='rtl'] .slick-next,
		.text-slide .slick-prev {
		    left: 19%;
		}

		.text-slide .slick-next,
		.text-slide [dir='rtl'] .slick-prev {
		    right: auto;
			left: 23%;
		}

	}

	@media(min-width: 1500px) {
		.text-slide [dir='rtl'] .slick-next,
		.text-slide .slick-prev {
		    left: 23%;
		}

		.text-slide .slick-next,
		.text-slide [dir='rtl'] .slick-prev {
		    right: auto;
			left: 27%;
		}

	}



/**
 * Accordion
 */

.accordion {
	padding: 10px 0 30px;
}

.accordion-toggle {
	background: #f4f4f4;
	min-height: 50px;

}

	.accordion-title {
		cursor: pointer;
		color: #424c4e;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 14px;
		min-height: 50px;
		padding: 15px 20px 15px 70px;
		margin-bottom: 10px;
		position: relative;
		text-transform: uppercase;
	}



		.accordion-title:after {
			background-color: #e9e8e8;
			color: #464646;
			font-weight: 400;
			font-family: "icomoon";
			font-size: 28px;
			width: 50px;
			height: 100%;
			content: "+";
			line-height: 50px;
			position: absolute;
			top: 0;
			left: 0;
			text-align: center;
		}

		.accordion-title.active:after {
			content: "\2014";
			font-size: 20px;
		}

		.accordion-title.active:after,
		.accordion-title:hover:after {
			background-color: #F36B16;
		}


	.accordion-content {
		padding: 15px 20px;
		margin: 0;
	}


	.accordion-content p{
		margin: 0 0 10px;
	}


	@media(min-width: 1025px) {

		.accordion-title {

		}

		.accordion-content {
			padding: 10px 50px 15px;

		}
	}



/**
 * Blog Page
 */

.blog-body {
}

.post-item {
    margin-bottom: 30px;
}

    .blog-image {
        max-width: 250px;
        width: auto;
        float: right;
        border: 1px solid #c392c9;
        padding: 5px;
        margin: 10px 20px;
    }

    .blog-entry {

    }

        .postmeta {
            border-top: 1px solid #c392c9;
            border-bottom: 1px solid #c392c9;
            padding: 5px 0;
        }

        .postmeta span [class*="icon-"] {
            color: #82212e;
            display: inline-block;
            padding-right: 5px;
        }

        .postmeta-author,
        .postmeta-date,
        .postmeta-category,
        .postmeta-tags {
            display: inline-block;
            padding-right: 10px;
        }

        .blog-share-icons {
            font-size: 24px;
        }

        .entry {
            padding: 15px 0 25px;
        }


            @media(min-width: 1025px) {
                .post-item {
                    margin-bottom: 50px;
                }
            }


/* -- page sidebar -- */

.page-sidebar {

}


.widget {
	margin-bottom: 40px;
}

.widget h3 {
	 color: #321532;
	 font-family: 'Montserrat', serif;
	 font-weight: 400;
	 text-transform: uppercase;
}

.widget p {
	margin: 0;
}


	@media(min-width: 1025px) {

		.page-sidebar {
			padding-left: 54px;

		}
	}


/* -- default page sidebar -- */
.page-sidebar--default {
	position: relative;
}

.widget {
	background-color: #F4F4F4;
	padding: 15px;
	text-align: center;
}

.widget-content {
	border: 1px solid #d7d7d7;
	padding: 15px 15px 20px;
}

.page-sidebar h3 {
	background: url(../img/leaf-icon-mobile.png) center top no-repeat;
	padding-top: 60px;
	text-align: center;
}

.page-sidebar .title-line:after,
.page-sidebar .title-line-light:after {
	margin: 0 auto;
}

.page-sidebar li {
	text-align: left;
}





/* -- blog sidebar -- */
.page-sidebar--blog {

}

	/* -- newsletter widget -- */
	.widget_wysija {
		background-color: #522655;
		color: #fff;

	}

	.widget_wysija h3 {
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
		background: transparent;
	}


	.widget_wysija .title-line-light:after { display: none; }

	.widget_wysija p,
	.widget_wysija input {
		margin: 0;
	}

	.widget_wysija input[type=submit] {
		background-color: #FFD42D;
		color: #522655;
		min-width: 220px;
		margin: 20px auto 10px;
	}


	.our-office-widget strong {
		font-size: 18px;
		color: #261226;
	}


/**
 * Page
 */

.page-body {
}

.content {
	padding: 60px 0;
}

.page-content h2,
.page-content h3,
.page-content h4{
	color: #27102a;
}


.page-content ul,
.widget ul {
    padding: 0;
}

.page-content ul li,
.widget ul li {
    position: relative;
    padding-left: 25px;
}

  .page-content ul li:before,
  .widget ul li:before {
    background-color: #ffd32f;
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }


	.large-text{ font-size: 20px; }


    .title-line,
  .title-line-light {
        position: relative;
        padding-bottom: 11px;
        text-align: center;
	    letter-spacing:1px;
    }

    .title-line:after,
  .title-line-light:after {
        border-bottom: 3px solid #715075;
        display: block;
        content: "";
        position: relative;
        margin: 0 auto;
        top: 12px;
        width: 52px;
        height: 3px;
    }

  .title-line-light:after {
    border-bottom: 3px solid #dcd4dd;
  }


        @media(min-width: 768px) {
            .title-line,
      .title-line-light {
                text-align: left;
            }
            .title-line:after,
      .title-line-light:after {
                margin: 0;
            }
        }


        @media(min-width: 1025px) {

      .page-content h2,
      .page-content h3,
      .page-content h4{
           margin-top: 10px;
      }

		.page-content h2 {
		}


      .main-content{
        /* margin: 0 8.33333333%; */
      }


            .title-line,
      .title-line-light {
                padding-bottom: 14px;
            }

            .title-line:after,
      .title-line-light:after {
                width: 65px;
            }
        }



/**
 * Page - Floor plan template
 */


.floorplan {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
	background: #f4f4f4;
}


.floorplan-details {
  background-color: #f4f4f4;
  padding: 10px;
  text-align: center;
}

  .floorplan-details-content {
    /* border: 1px solid #d7d7d7; */
    padding: 30px 10px;
    font-size: 13px;
  }

    .floorplan-details-content h2 {
      color: #2a0d29;
      font-size: 18px;
      text-align: center;
	  text-transform: uppercase;
    }

    .floorplan-details-content h2 span{
      display: block;
      font-weight: 400;
      font-size: 14px;
    }

    .floorplan-details-content .title-line-light:after {
      margin: 0 auto;
    }

    .unit-options {
      padding: 30px 10px;
    }

      .unit-options h3{
        color: #26142a;
        font-size: 15px;
        text-transform: uppercase;
      }

      .unit-options a{
        display: block;
        line-height: normal;
        max-width: 170px;
        margin: 0 auto 10px;
        padding: 15px 10px;
      }

    .floorplan-details-content address {
      font-style: normal;
    }

    .floorplan-details-content p {
      margin: 0;
    }



  @media(min-width: 1025px) {

    .floorplan {
      min-height: 625px;
      margin-bottom: 40px;
    }

    .floorplan-details {
      float: left;
      width: 30%;
    }

      .floorplan-details-content {
        font-size: 15px;
        padding: 30px 20px;
      }

      .floorplan-details-content h2 {
        font-size: 28px;
      }

      .floorplan-details-content h2 span{
        font-size: 18px;
      }

    .unit-options a{
      max-width: 300px;
    }

  }

.floorplan-gallery {
  min-height: 310px;
  display: block;
}

.floorplan-gallery-content {
  position: relative;
}

  @media(min-width: 1025px) {

    .floorplan-gallery {
      float: left;
      /* height: 625px; */
      width: 70%;
    }

    .floorplan-gallery-content {
      /* height: 625px;
      overflow:hidden; */
    }
  }


@media(min-width: 1025px) {
    .movein-special-sm {
		display: none;
	}
	.movein-special {
		display: block;
	}
}
@media(max-width: 1024px) {
    .movein-special-sm {
		display: block;
	}
	.movein-special {
		display: none;
	}
}

/* -- Floor plan gallery -- */

.slider-for {
	height: 232px;
	position: relative;
	content: "";
	width: 100%;
}

	.slide-for-item {
		content: "";
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 232px;
		overflow: hidden;
	}


.slider-nav {
	height: 84px;
	width: 100%;
	position: relative;
	padding: 5px;
}

	.slider-nav-item {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		content: "";
		display: inline-block;
		float: left;
		height: 74px;
		position: relative;
		text-align: center;
		overflow: hidden;
		margin: 0 8px;
		outline: 0;
	}



	.slider-nav-item.slick-current {
		border: 3px solid #FFD42D;
	}

		@media(min-width: 1025px) {

			.slider-for,
			.slide-for-item {
				height: 625px;
				overflow: hidden;
			}

			.slider-nav {
				/* position: absolute;
				left: 0;
				bottom: 15px; */
				height: 112px;
				padding: 5px 60px;
			}


			.slider-nav-item { height: 102px; }

			.slider-nav .slick-prev,
			.slider-nav .slick-next {
			    height: 40px;
				width: 35px;
				/* opacity: 0.5; */
			}

			.slider-nav .slick-prev:before,
			.slider-nav .slick-next:before {

				font-size: 14px;
			}

			.slider-nav .slick-prev {
			    left: 10px;
			}

			.slider-nav .slick-next {
			    right: 10px;
			}

		}

/**
 * Page - CallUs Section
 */

.callus-section {
  background-color: #511C74;
  background-image: url(../img/purple-pattern-tile.jpg);
  background-repeat: repeat;
  padding: 10px;
  margin: 37px 0;
}

.callus-section-info {
  border: 1px solid #b88dbb;
  padding: 50px 25px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #ccc;
}

.callus-section-info p {
  margin: 0;
}

.callus-section-info h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  margin-bottom: 5px;
}

  @media(min-width: 1025px) {

    .callus-section {
      margin: 70px 0;
    }

    .callus-section-info {
      padding: 60px 50px 50px;
    }

    .callus-section-info h3 {
      font-size: 32px;
    }

  }


/**
 * Page - Request a Tour
 */

@media (max-width: 767px) {
    .post-970 > .content:first-of-type {
      padding-top: 25px;
    }
    main.post-970 .page-content article {
      display: flex;
      flex-direction: column-reverse;
    }
    .page-id-970 #wpcf7-f1008-p970-o1 {
      margin-bottom: 35px;
    }
}

.page-id-970 #wpcf7-f1008-p970-o1 .wpcf7-submit {
  border-radius: 5px;
  box-shadow: 0 5px 10px rgb(0, 0, 0, 0.1);
  transition: 100ms ease;
}

.page-id-970 #wpcf7-f1008-p970-o1 .wpcf7-submit:hover {
  color: #009E60;
  background-color: #fff;
  position: relative;
  top: 1px;
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

/**
 * Page - Properties Pages
 */

.jump-links__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.jump-links__flex li {
    padding-left: 0 !important;
}

.jump-links__flex li::before {
    display: none !important;
}

.jump-link {
    background-color: #511C74;
    color: #fff;
    padding: 8px 25px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 100ms ease;
}

.taxonomy-commercial-suite .jump-link {
    background-color: #679cbf;
    color: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.jump-link:hover {
    background-color: #1E0041;
    color: #ffffff;
    text-decoration: none !important;
}

.taxonomy-commercial-suite .jump-link:hover {
    background-color: #fff;
    color: #679cbf;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

@media (max-width: 767px) {
  .jump-link {
    font-size: 10px;
    padding: 8px 12px;
  }
}

.single-property .btn {
    border-radius: 5px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    transition: 100ms ease;
	border: 1px solid;
}

.single-property .btn:hover, .btn-outline {
    position: relative;
    top: 1px;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    color: #511C74;
    background-color: #fff;
}

.single-property .btn-outline:hover {
	background-color:lightgrey;
}

.single-property.taxonomy-commercial-suite .btn:hover {
    color: #679cbf;
    background-color: #fff;
}

.back-to-top__sect {
  background-color: #f4f4f4;
  padding: 10px;
}

.back-to-top__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border: 2px solid #e4dae5;
}

.back-to-top__text {
  margin-bottom: 0;
}

.back-to-top__icon {
  height: 25px;
}

/**
 * Page - Testimonial Section
 */

.testimonial-section {
    min-height: 474px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-section__image {
    background-image: url(../img/testimonial-image.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 237px;
    display: block;
}

.testimonial-section__items {
    background-color: #f4f4f4;
    color: #423a43;
    min-height: 237px;
}

.testi-items {
    padding: 68px 50px 68px 80px;
    position: relative;
}

.testi-items article {
    position: relative;
    font-size: 18px;
    line-height: 26px;
	font-family: 'Belleza', sans-serif;
}

.testi-items .icon-quote {
    color: #a38da4;
    font-size: 40px;

    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);

    display: inline-block;
    position: absolute;
    left: -50px;
    top: 0;
}

.testi-client {
    color: #707070;
    font-family: 'Belleza', sans-serif;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

.testi-client:before {
    height: 3px;
    width: 66px;
    border-top: 3px solid #d4cbd4;
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;

}

    @media(min-width: 768px) {
        .testi-items {
            padding: 68px 20px 68px 100px;
            max-width: 650px;
            margin: 0 auto;
        }

        .testi-items .icon-quote {
            left: -75px;
            font-size: 50px;
        }

        .testi-client {
            font-size: 15px;
        }

    }

    @media(min-width: 1025px) {

        .testimonial-section {
            background-color: #f4f4f4;
            min-height: 488px;
        }

        .testimonial-section__image,
        .testimonial-section__items {
            float: left;
            width: 50%;
            min-height: 488px;
        }

        .testimonial-section__image {
			/*
            -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
            -moz-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
            */
			/*transform: rotate(-10deg);*/
        }

        .testi-items {
            padding: 70px 15px 50px 90px;
            margin: 0;
        }

        .testi-items article {
            font-size: 36px;
            line-height: 48px;
            padding-top: 15px;
        }

        .testi-items .icon-quote {
            color: #a38da4;
            font-size: 52px;
        }

    }

    @media(min-width: 1200px) {


        .testi-items article {
            padding-top: 0;
        }

    }


/**
 * Page - Similar Properties
 */

.similar-properties {
    min-height: 164px;
    position: relative;
}

.similar-properties__header {
    background-color: #000000;
    color: #ffffff;
    padding: 39px 0 37px;
    text-align: center;
}

    @media(min-width: 1025px) {
        .similar-properties__header {
            padding: 30px 0;
        }

        .similar-properties__header h2{
            float: left;
            padding-top: 10px;
            margin: 0;
        }
        .similar-properties__header a{
            float: right;
        }
        .similar-properties__header .btn{
            padding: 0 20px;
            line-height: 50px;
            margin: 0;
        }
    }

.similar-properties__items {
    /*padding: 60px 0;*/
}

.similar-properties__items .properties-slider {
	padding: 40px 30px;
	margin: 0;
}
    .properties { }

    .properties-item {
        max-width: 425px;
        max-height: 272px;
		margin: 0 auto;
		overflow:hidden;
        position: relative;
        border: 1px solid white;
    }

    .properties-item:hover {
        /* cursor: pointer; BAD UX - user expected link*/
    }

    .skewplus {
        background-color: transparent;
        color: #464646;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 72px;
        height: 60px;
        overflow: hidden;
        text-align: right;
    }
    .skewplus:after {
        background-color: #ffd042;
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;

        -webkit-transform: skewY(40deg);
        -moz-transform:    skewY(40deg);
        -ms-transform:     skewY(40deg);
        -o-transform:      skewY(40deg);
        transform:         skewY(40deg);
        transform-origin: 100%;
        z-index: 2;
    }

    .skewplus span {
        border-color: transparent;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 3;
    }

    .properties-item-info {
        color: #fff;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        width: 200px;
        margin: 0;
        padding: 10px 15px;
        overflow: hidden;
        z-index: 1;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    }

        .properties-item-info:after {
            background-color: #2b2b2b;
            opacity: .85;
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom:0;
            z-index: -1;
        }


		@media(min-width:768px) {

			.properties-item-info {
				width: 270px;
			}

		}

        .properties-item:hover .properties-item-info{
            width: 100%;
            height: 100%;
            padding-top: 18%;
        }


        .properties-item-info h3{
            font-size: 18px;
            text-transform: uppercase;
      		margin-bottom: 0;
        }

    .properties-item-info h3:after{
      border-bottom: 3px solid #fff;
      opacity: .20;

    }

       .properties-item h3 span{
            display: block;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
        }


        .itemdesc {
            display: none;
            font-size: 14px;
      		padding-top: 5px;
            text-transform: capitalize;
            width: 90%;
        }

        .properties-item:hover .itemdesc{
            display: block;

        }

        .itemdesc a {
            color: #ffffff;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .itemdesc a span{
            display: inline-block;
            font-size: 11px;
            padding-left: 5px;
            padding-top: 15px;
        }

        @media(min-width: 1366px) {
            .properties-item:hover .properties-item-info{
                padding-top: 28%;
            }

            .itemdesc {
                width: 65%;
            }

        }


/**
 * Page-footer
 */

.page-footer {
    background: url(../img/purple-pattern-tile.jpg) left top repeat;
    /* border-bottom: 20px solid #261226; */
    color: #fff;
    padding: 50px 0 30px;
    font-size: 12px;
}


    .page-footer .container {
        position: relative;
    }

    .page-footer a {
        color: #ffffff;
    }

    .page-footer a:hover {
        color: #ffffff;
    }

    .page-footer__left,
    .page-footer__right {
        text-align: center;
    }

    .page-footer__left {}

        .page-footer__left h3{
            font-weight: 700;
            font-size: 16px;
        }

        .page-footer__left address{
            font-style: normal;
            display: block;
        }

        .page-footer__left span{
            display: block;
        }



    .page-footer__right {

    }

        .socials,
        .sitecredits {
            display: inline-block;
            margin: 0 auto;
        }

        .socials {
            padding: 36px 0;
            font-size: 38px;
        }

        .socials a:hover{
            color: #fff;
            text-decoration: none;
        }

        .sitecredits {
            font-family: 'Montserrat', sans-serif;
            padding: 0;
        }

        .sitecredits li{
            list-style-type: none;
            display: inline-block;
            padding: 0 2px;
        }

        .sitecredits a{
            color: #fff;
        }

        .copyright {

        }

    @media(min-width: 768px) {

        .page-footer__left {
            text-align: left;
        }

        .page-footer__right {
            text-align: right;
        }

    }




    @media(min-width: 1025px) {

        .page-footer {
            padding: 70px 0 65px;
            /* border-bottom: 5px solid #261226; */
            font-size: 14px;
        }

        .page-footer__left h3{
            font-size: 20px;
        }

        .socials,
        .sitecredits {
            display: block;

        }
        .socials {
            padding: 56px 0 15px;
            font-size: 38px;
        }
        .sitecredits {
            font-size: 12px;
        }
    }



/* missing components from original development company */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}



/*------------------------------------*\
    Trumps
\*------------------------------------*/


@-ms-viewport { width: device-width; }


/**
 * Images
 */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded { border-radius: 6px !important; }
.img-circle  { border-radius: 50% !important; }
.img-square  { border-radius: 0   !important; }


@media(max-width: 420px) {

  [class*="wp-image-"],
  [class*="wp-image-"].alignleft,
  [class*="wp-image-"].alignright {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
  }

}

/**
 * Visiblity
 */

.show { display: block !important; }

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg { display: none !important; }

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 599px) {
    .visible-xxs      { display: block !important; }
    table.visible-xxs { display: table; }
    tr.visible-xxs    { display: table-row !important; }
    th.visible-xxs,
    td.visible-xxs    { display: table-cell !important; }

    .visible-xxs-block        { display: block !important; }
    .visible-xxs-inline       { display: inline !important; }
    .visible-xxs-inline-block { display: inline-block !important; }
}


@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs      { display: block !important; }
    table.visible-xs { display: table; }
    tr.visible-xs    { display: table-row !important; }
    th.visible-xs,
    td.visible-xs    { display: table-cell !important; }

    .visible-xs-block        { display: block !important; }
    .visible-xs-inline       { display: inline !important; }
    .visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm      { display: block !important; }
    table.visible-sm { display: table; }
    tr.visible-sm    { display: table-row !important; }
    th.visible-sm,
    td.visible-sm    { display: table-cell !important; }

    .visible-sm-block        { display: block !important; }
    .visible-sm-inline       { display: inline !important; }
    .visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md      { display: block !important; }
    table.visible-md { display: table; }
    tr.visible-md    { display: table-row !important; }
    th.visible-md,
    td.visible-md    { display: table-cell !important; }

    .visible-md-block        { display: block !important; }
    .visible-md-inline       { display: inline !important; }
    .visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1200px) {
    .visible-lg      { display: block !important; }
    table.visible-lg { display: table; }
    tr.visible-lg    {  display: table-row !important; }
    th.visible-lg,
    td.visible-lg    { display: table-cell !important; }

    .visible-lg-block        { display: block !important; }
    .visible-lg-inline       { display: inline !important; }
    .visible-lg-inline-block { display: inline-block !important; }
}


/**
 * Hiding
 */

.hide,
.hidden-xxs-up { display: none !important; }
.hidden       { display: none !important; visibility: hidden !important; }
.invisible    { visibility: hidden !important; }
.text-hide    {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs { display: none !important; }
}

    @media (min-width: 600px) {
      .hidden-xs-up { display: none !important; }
    }

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs { display: none !important; }
}

    @media (max-width: 767px) {
      .hidden-xs-down { display: none !important; }
    }

    @media (min-width: 768px) {
      .hidden-sm-up { display: none !important; }
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm { display: none !important; }
}

    @media (max-width: 1024px) {
      .hidden-sm-down { display: none !important; }
    }

    @media (min-width: 1025px) {
      .hidden-md-up { display: none !important; }
    }

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md { display: none !important; }
}

    @media (max-width: 1199px) {
      .hidden-md-down { display: none !important; }
    }

@media (min-width: 1200px) {
    .hidden-lg { display: none !important; }
}




/**
 * Screen Readers
 */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/**
 * Print
 */

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block { display: none !important; }

@media print {
    .visible-print      { display: block !important; }
    table.visible-print { display: table; }
    tr.visible-print    { display: table-row !important; }
    th.visible-print,
    td.visible-print    { display: table-cell !important; }

    .visible-print-block        { display: block !important; }
    .visible-print-inline       { display: inline !important; }
    .visible-print-inline-block { display: inline-block !important; }

    .hidden-print { display: none !important; }
}



/**
 * Clears
 */
.clear-left    { clear: left !important; }
.clear-right   { clear: right !important; }
.clear-both    { clear: both !important; }
.clear-contain { overflow: hidden !important; }


/**
 * Text alignment
 */
.text-left     { text-align:left  !important; }
.text-center   { text-align:center!important; }
.text-right    { text-align:right !important; }


/**
 * Font weights
 */
.weight-light      { font-weight:300!important; }
.weight-normal     { font-weight:400!important; }
.weight-semibold   { font-weight:600!important; }
.weight-bold       { font-weight:700!important; }


/**
 * Borders
 */
.border-top    { border-top:       1px solid #eee }
.border-bottom { border-bottom:    1px solid #eee }
.border-left   { border-left:      1px solid #eee }
.border-right  { border-right:     1px solid #eee }
.border-all    { border:           1px solid #eee }


/**
 * Positioning
 */

.affix-top    { position: fixed!important; top:    0!important; }
.affix-bottom { position: fixed!important; bottom: 0!important; }
.affix-left   { position: fixed!important; left:   0!important; }
.affix-right  { position: fixed!important; right:  0!important; }

.pull-right { float: right!important; }
.pull-left  { float: left !important; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* TODO: Update pushes, flushes, softs, and hards to match your vertical rhythm */

/**
 * Add/remove margins
 */

.push           { margin:       20px!important; }
.push-top      { margin-top:   20px!important; }
.push-right    { margin-right: 20px!important; }
.push-bottom   { margin-bottom:20px!important; }
.push-left     { margin-left:  20px!important; }
.push-ends     { margin-top:   20px!important; margin-bottom:20px!important; }
.push-sides    { margin-right: 20px!important; margin-left:  20px!important; }

.push-half          { margin:       10px!important; }
.push-half-top     { margin-top:   10px!important; }
.push-half-right   { margin-right: 10px!important; }
.push-half-bottom  { margin-bottom:10px!important; }
.push-half-left    { margin-left:  10px!important; }
.push-half-ends    { margin-top:   10px!important; margin-bottom:10px!important; }
.push-half-sides   { margin-right: 10px!important; margin-left:  10px!important; }

.flush          { margin:       0!important; }
.flush-top     { margin-top:   0!important; }
.flush-right   { margin-right: 0!important; }
.flush-bottom  { margin-bottom:0!important; }
.flush-left    { margin-left:  0!important; }
.flush-ends    { margin-top:   0!important; margin-bottom:0!important; }
.flush-sides   { margin-right: 0!important; margin-left:  0!important; }


/**
 * Add/remove paddings
 */
.soft           { padding:       20px!important; }
.soft-top      { padding-top:   20px!important; }
.soft-right    { padding-right: 20px!important; }
.soft-bottom   { padding-bottom:20px!important; }
.soft-left     { padding-left:  20px!important; }
.soft-ends     { padding-top:   20px!important; padding-bottom:20px!important; }
.soft-sides    { padding-right: 20px!important; padding-left:  20px!important; }

.soft-half           { padding:       10px!important; }
.soft-half-top      { padding-top:   10px!important; }
.soft-half-right    { padding-right: 10px!important; }
.soft-half-bottom   { padding-bottom:10px!important; }
.soft-half-left     { padding-left:  10px!important; }
.soft-half-ends     { padding-top:   10px!important; padding-bottom:10px!important; }
.soft-half-sides    { padding-right: 10px!important; padding-left:  10px!important; }

.hard           { padding:       0!important; }
.hard-top      { padding-top:   0!important; }
.hard-right    { padding-right: 0!important; }
.hard-bottom   { padding-bottom:0!important; }
.hard-left     { padding-left:  0!important; }
.hard-ends     { padding-top:   0!important; padding-bottom:0!important; }
.hard-sides    { padding-right: 0!important; padding-left:  0!important; }


@media (min-width:600px) {

  .flush-xs          { margin:       0; }
  .flush-xs-top     { margin-top:   0; }
  .flush-xs-right   { margin-right: 0; }
  .flush-xs-bottom  { margin-bottom:0; }
  .flush-xs-left    { margin-left:  0; }
  .flush-xs-ends    { margin-top:   0; margin-bottom:0; }
  .flush-xs-sides   { margin-right: 0; margin-left:  0; }

  .push-xs           { margin:       20px; }
  .push-xs-top      { margin-top:   20px; }
  .push-xs-right    { margin-right: 20px; }
  .push-xs-bottom   { margin-bottom:20px; }
  .push-xs-left     { margin-left:  20px; }
  .push-xs-ends     { margin-top:   20px; margin-bottom:20px; }
  .push-xs-sides    { margin-right: 20px; margin-left:  20px; }

  .push-half-xs          { margin:       10px; }
  .push-half-xs-top     { margin-top:   10px; }
  .push-half-xs-right   { margin-right: 10px; }
  .push-half-xs-bottom  { margin-bottom:10px; }
  .push-half-xs-left    { margin-left:  10px; }
  .push-half-xs-ends    { margin-top:   10px; margin-bottom:10px; }
  .push-half-xs-sides   { margin-right: 10px; margin-left:  10px; }

  .push-double-xs          { margin:       40px; }
  .push-double-xs-top     { margin-top:   40px; }
  .push-double-xs-right   { margin-right: 40px; }
  .push-double-xs-bottom  { margin-bottom:40px; }
  .push-double-xs-left    { margin-left:  40px; }
  .push-double-xs-ends    { margin-top:   40px; margin-bottom:40px; }
  .push-double-xs-sides   { margin-right: 40px; margin-left:  40px; }

  .push-triple-xs          { margin:       60px; }
  .push-triple-xs-top     { margin-top:   60px; }
  .push-triple-xs-right   { margin-right: 60px; }
  .push-triple-xs-bottom  { margin-bottom:60px; }
  .push-triple-xs-left    { margin-left:  60px; }
  .push-triple-xs-ends    { margin-top:   60px; margin-bottom:60px; }
  .push-triple-xs-sides   { margin-right: 60px; margin-left:  60px; }

  .soft-xs           { padding:       20px; }
  .soft-xs-top      { padding-top:   20px; }
  .soft-xs-right    { padding-right: 20px; }
  .soft-xs-bottom   { padding-bottom:20px; }
  .soft-xs-left     { padding-left:  20px; }
  .soft-xs-ends     { padding-top:   20px; padding-bottom:20px; }
  .soft-xs-sides    { padding-right: 20px; padding-left:  20px; }

  .soft-half-xs           { padding:       10px; }
  .soft-half-xs-top      { padding-top:   10px; }
  .soft-half-xs-right    { padding-right: 10px; }
  .soft-half-xs-bottom   { padding-bottom:10px; }
  .soft-half-xs-left     { padding-left:  10px; }
  .soft-half-xs-ends     { padding-top:   10px; padding-bottom:10px; }
  .soft-half-xs-sides    { padding-right: 10px; padding-left:  10px; }

  .soft-double-xs           { padding:       40px; }
  .soft-double-xs-top      { padding-top:   40px; }
  .soft-double-xs-right    { padding-right: 40px; }
  .soft-double-xs-bottom   { padding-bottom:40px; }
  .soft-double-xs-left     { padding-left:  40px; }
  .soft-double-xs-ends     { padding-top:   40px; padding-bottom:40px; }
  .soft-double-xs-sides    { padding-right: 40px; padding-left:  40px; }

  .soft-triple-xs           { padding:       60px; }
  .soft-triple-xs-top      { padding-top:   60px; }
  .soft-triple-xs-right    { padding-right: 60px; }
  .soft-triple-xs-bottom   { padding-bottom:60px; }
  .soft-triple-xs-left     { padding-left:  60px; }
  .soft-triple-xs-ends     { padding-top:   60px; padding-bottom:60px; }
  .soft-triple-xs-sides    { padding-right: 60px; padding-left:  60px; }

  .hard-xs           { padding:       0; }
  .hard-xs-top      { padding-top:   0; }
  .hard-xs-right    { padding-right: 0; }
  .hard-xs-bottom   { padding-bottom:0; }
  .hard-xs-left     { padding-left:  0; }
  .hard-xs-ends     { padding-top:   0; padding-bottom:0; }
  .hard-xs-sides    { padding-right: 0; padding-left:  0; }

}

@media (min-width:768px) {

  .flush-sm          { margin:       0; }
  .flush-sm-top     { margin-top:   0; }
  .flush-sm-right   { margin-right: 0; }
  .flush-sm-bottom  { margin-bottom:0; }
  .flush-sm-left    { margin-left:  0; }
  .flush-sm-ends    { margin-top:   0; margin-bottom:0; }
  .flush-sm-sides   { margin-right: 0; margin-left:  0; }

  .push-sm           { margin:       20px; }
  .push-sm-top      { margin-top:   20px; }
  .push-sm-right    { margin-right: 20px; }
  .push-sm-bottom   { margin-bottom:20px; }
  .push-sm-left     { margin-left:  20px; }
  .push-sm-ends     { margin-top:   20px; margin-bottom:20px; }
  .push-sm-sides    { margin-right: 20px; margin-left:  20px; }

  .push-half-sm          { margin:       10px; }
  .push-half-sm-top     { margin-top:   10px; }
  .push-half-sm-right   { margin-right: 10px; }
  .push-half-sm-bottom  { margin-bottom:10px; }
  .push-half-sm-left    { margin-left:  10px; }
  .push-half-sm-ends    { margin-top:   10px; margin-bottom:10px; }
  .push-half-sm-sides   { margin-right: 10px; margin-left:  10px; }

  .push-double-sm          { margin:       40px; }
  .push-double-sm-top     { margin-top:   40px; }
  .push-double-sm-right   { margin-right: 40px; }
  .push-double-sm-bottom  { margin-bottom:40px; }
  .push-double-sm-left    { margin-left:  40px; }
  .push-double-sm-ends    { margin-top:   40px; margin-bottom:40px; }
  .push-double-sm-sides   { margin-right: 40px; margin-left:  40px; }

  .push-triple-sm          { margin:       60px; }
  .push-triple-sm-top     { margin-top:   60px; }
  .push-triple-sm-right   { margin-right: 60px; }
  .push-triple-sm-bottom  { margin-bottom:60px; }
  .push-triple-sm-left    { margin-left:  60px; }
  .push-triple-sm-ends    { margin-top:   60px; margin-bottom:60px; }
  .push-triple-sm-sides   { margin-right: 60px; margin-left:  60px; }

  .soft-sm           { padding:       20px; }
  .soft-sm-top      { padding-top:   20px; }
  .soft-sm-right    { padding-right: 20px; }
  .soft-sm-bottom   { padding-bottom:20px; }
  .soft-sm-left     { padding-left:  20px; }
  .soft-sm-ends     { padding-top:   20px; padding-bottom:20px; }
  .soft-sm-sides    { padding-right: 20px; padding-left:  20px; }

  .soft-half-sm           { padding:       10px; }
  .soft-half-sm-top      { padding-top:   10px; }
  .soft-half-sm-right    { padding-right: 10px; }
  .soft-half-sm-bottom   { padding-bottom:10px; }
  .soft-half-sm-left     { padding-left:  10px; }
  .soft-half-sm-ends     { padding-top:   10px; padding-bottom:10px; }
  .soft-half-sm-sides    { padding-right: 10px; padding-left:  10px; }

  .soft-double-sm           { padding:       40px; }
  .soft-double-sm-top      { padding-top:   40px; }
  .soft-double-sm-right    { padding-right: 40px; }
  .soft-double-sm-bottom   { padding-bottom:40px; }
  .soft-double-sm-left     { padding-left:  40px; }
  .soft-double-sm-ends     { padding-top:   40px; padding-bottom:40px; }
  .soft-double-sm-sides    { padding-right: 40px; padding-left:  40px; }

  .soft-triple-sm           { padding:       60px; }
  .soft-triple-sm-top      { padding-top:   60px; }
  .soft-triple-sm-right    { padding-right: 60px; }
  .soft-triple-sm-bottom   { padding-bottom:60px; }
  .soft-triple-sm-left     { padding-left:  60px; }
  .soft-triple-sm-ends     { padding-top:   60px; padding-bottom:60px; }
  .soft-triple-sm-sides    { padding-right: 60px; padding-left:  60px; }

  .hard-sm           { padding:       0; }
  .hard-sm-top      { padding-top:   0; }
  .hard-sm-right    { padding-right: 0; }
  .hard-sm-bottom   { padding-bottom:0; }
  .hard-sm-left     { padding-left:  0; }
  .hard-sm-ends     { padding-top:   0; padding-bottom:0; }
  .hard-sm-sides    { padding-right: 0; padding-left:  0; }

}

@media (min-width:1025px) {

  .flush-md          { margin:       0; }
  .flush-md-top     { margin-top:   0; }
  .flush-md-right   { margin-right: 0; }
  .flush-md-bottom  { margin-bottom:0; }
  .flush-md-left    { margin-left:  0; }
  .flush-md-ends    { margin-top:   0; margin-bottom:0; }
  .flush-md-sides   { margin-right: 0; margin-left:  0; }

  .push-md           { margin:       20px; }
  .push-md-top      { margin-top:   20px; }
  .push-md-right    { margin-right: 20px; }
  .push-md-bottom   { margin-bottom:20px; }
  .push-md-left     { margin-left:  20px; }
  .push-md-ends     { margin-top:   20px; margin-bottom:20px; }
  .push-md-sides    { margin-right: 20px; margin-left:  20px; }

  .push-half-md          { margin:       10px; }
  .push-half-md-top     { margin-top:   10px; }
  .push-half-md-right   { margin-right: 10px; }
  .push-half-md-bottom  { margin-bottom:10px; }
  .push-half-md-left    { margin-left:  10px; }
  .push-half-md-ends    { margin-top:   10px; margin-bottom:10px; }
  .push-half-md-sides   { margin-right: 10px; margin-left:  10px; }

  .push-double-md          { margin:       40px; }
  .push-double-md-top     { margin-top:   40px; }
  .push-double-md-right   { margin-right: 40px; }
  .push-double-md-bottom  { margin-bottom:40px; }
  .push-double-md-left    { margin-left:  40px; }
  .push-double-md-ends    { margin-top:   40px; margin-bottom:40px; }
  .push-double-md-sides   { margin-right: 40px; margin-left:  40px; }

  .push-triple-md          { margin:       60px; }
  .push-triple-md-top     { margin-top:   60px; }
  .push-triple-md-right   { margin-right: 60px; }
  .push-triple-md-bottom  { margin-bottom:60px; }
  .push-triple-md-left    { margin-left:  60px; }
  .push-triple-md-ends    { margin-top:   60px; margin-bottom:60px; }
  .push-triple-md-sides   { margin-right: 60px; margin-left:  60px; }

  .soft-md           { padding:       20px; }
  .soft-md-top      { padding-top:   20px; }
  .soft-md-right    { padding-right: 20px; }
  .soft-md-bottom   { padding-bottom:20px; }
  .soft-md-left     { padding-left:  20px; }
  .soft-md-ends     { padding-top:   20px; padding-bottom:20px; }
  .soft-md-sides    { padding-right: 20px; padding-left:  20px; }

  .soft-half-md           { padding:       10px; }
  .soft-half-md-top      { padding-top:   10px; }
  .soft-half-md-right    { padding-right: 10px; }
  .soft-half-md-bottom   { padding-bottom:10px; }
  .soft-half-md-left     { padding-left:  10px; }
  .soft-half-md-ends     { padding-top:   10px; padding-bottom:10px; }
  .soft-half-md-sides    { padding-right: 10px; padding-left:  10px; }

  .soft-double-md           { padding:       40px; }
  .soft-double-md-top      { padding-top:   40px; }
  .soft-double-md-right    { padding-right: 40px; }
  .soft-double-md-bottom   { padding-bottom:40px; }
  .soft-double-md-left     { padding-left:  40px; }
  .soft-double-md-ends     { padding-top:   40px; padding-bottom:40px; }
  .soft-double-md-sides    { padding-right: 40px; padding-left:  40px; }

  .soft-triple-md           { padding:       60px; }
  .soft-triple-md-top      { padding-top:   60px; }
  .soft-triple-md-right    { padding-right: 60px; }
  .soft-triple-md-bottom   { padding-bottom:60px; }
  .soft-triple-md-left     { padding-left:  60px; }
  .soft-triple-md-ends     { padding-top:   60px; padding-bottom:60px; }
  .soft-triple-md-sides    { padding-right: 60px; padding-left:  60px; }

  .hard-md           { padding:       0; }
  .hard-md-top      { padding-top:   0; }
  .hard-md-right    { padding-right: 0; }
  .hard-md-bottom   { padding-bottom:0; }
  .hard-md-left     { padding-left:  0; }
  .hard-md-ends     { padding-top:   0; padding-bottom:0; }
  .hard-md-sides    { padding-right: 0; padding-left:  0; }

}

@media (min-width:1200px) {

  .flush-lg          { margin:       0; }
  .flush-lg-top     { margin-top:   0; }
  .flush-lg-right   { margin-right: 0; }
  .flush-lg-bottom  { margin-bottom:0; }
  .flush-lg-left    { margin-left:  0; }
  .flush-lg-ends    { margin-top:   0; margin-bottom:0; }
  .flush-lg-sides   { margin-right: 0; margin-left:  0; }

  .push-lg           { margin:       20px; }
  .push-lg-top      { margin-top:   20px; }
  .push-lg-right    { margin-right: 20px; }
  .push-lg-bottom   { margin-bottom:20px; }
  .push-lg-left     { margin-left:  20px; }
  .push-lg-ends     { margin-top:   20px; margin-bottom:20px; }
  .push-lg-sides    { margin-right: 20px; margin-left:  20px; }

  .push-half-lg          { margin:       10px; }
  .push-half-lg-top     { margin-top:   10px; }
  .push-half-lg-right   { margin-right: 10px; }
  .push-half-lg-bottom  { margin-bottom:10px; }
  .push-half-lg-left    { margin-left:  10px; }
  .push-half-lg-ends    { margin-top:   10px; margin-bottom:10px; }
  .push-half-lg-sides   { margin-right: 10px; margin-left:  10px; }

  .push-double-lg          { margin:       40px; }
  .push-double-lg-top     { margin-top:   40px; }
  .push-double-lg-right   { margin-right: 40px; }
  .push-double-lg-bottom  { margin-bottom:40px; }
  .push-double-lg-left    { margin-left:  40px; }
  .push-double-lg-ends    { margin-top:   40px; margin-bottom:40px; }
  .push-double-lg-sides   { margin-right: 40px; margin-left:  40px; }

  .push-triple-lg          { margin:       60px; }
  .push-triple-lg-top     { margin-top:   60px; }
  .push-triple-lg-right   { margin-right: 60px; }
  .push-triple-lg-bottom  { margin-bottom:60px; }
  .push-triple-lg-left    { margin-left:  60px; }
  .push-triple-lg-ends    { margin-top:   60px; margin-bottom:60px; }
  .push-triple-lg-sides   { margin-right: 60px; margin-left:  60px; }

  .soft-lg           { padding:       20px; }
  .soft-lg-top      { padding-top:   20px; }
  .soft-lg-right    { padding-right: 20px; }
  .soft-lg-bottom   { padding-bottom:20px; }
  .soft-lg-left     { padding-left:  20px; }
  .soft-lg-ends     { padding-top:   20px; padding-bottom:20px; }
  .soft-lg-sides    { padding-right: 20px; padding-left:  20px; }

  .soft-half-lg           { padding:       10px; }
  .soft-half-lg-top      { padding-top:   10px; }
  .soft-half-lg-right    { padding-right: 10px; }
  .soft-half-lg-bottom   { padding-bottom:10px; }
  .soft-half-lg-left     { padding-left:  10px; }
  .soft-half-lg-ends     { padding-top:   10px; padding-bottom:10px; }
  .soft-half-lg-sides    { padding-right: 10px; padding-left:  10px; }

  .soft-double-lg           { padding:       40px; }
  .soft-double-lg-top      { padding-top:   40px; }
  .soft-double-lg-right    { padding-right: 40px; }
  .soft-double-lg-bottom   { padding-bottom:40px; }
  .soft-double-lg-left     { padding-left:  40px; }
  .soft-double-lg-ends     { padding-top:   40px; padding-bottom:40px; }
  .soft-double-lg-sides    { padding-right: 40px; padding-left:  40px; }

  .soft-triple-lg           { padding:       60px; }
  .soft-triple-lg-top      { padding-top:   60px; }
  .soft-triple-lg-right    { padding-right: 60px; }
  .soft-triple-lg-bottom   { padding-bottom:60px; }
  .soft-triple-lg-left     { padding-left:  60px; }
  .soft-triple-lg-ends     { padding-top:   60px; padding-bottom:60px; }
  .soft-triple-lg-sides    { padding-right: 60px; padding-left:  60px; }

  .hard-lg           { padding:       0; }
  .hard-lg-top      { padding-top:   0; }
  .hard-lg-right    { padding-right: 0; }
  .hard-lg-bottom   { padding-bottom:0; }
  .hard-lg-left     { padding-left:  0; }
  .hard-lg-ends     { padding-top:   0; padding-bottom:0; }
  .hard-lg-sides    { padding-right: 0; padding-left:  0; }

}



/**
 * Popups
 */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }


.video-feature {
	padding-top: 40px;
	padding-bottom: 140px
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/* Commercial Styles */

/* Header Phone Number */
.page-template-page-commercial-home-php .contact-btn span:before,
.post-type-archive-commercial_blog .contact-btn span:before,
.commercial_blog-template-default .contact-btn span:before,
.taxonomy-commercial-suite .contact-btn span:before,
.page-template-page-commercial-suites .contact-btn span:before{
    background: url(../img/icon-phone-comment-blue.png) center center no-repeat;
}
.page-template-page-commercial-home-php a,
.post-type-archive-commercial_blog a,
.commercial_blog-template-default a,
.taxonomy-commercial-suite a,
.page-template-page-commercial-suites a{
    color: #20303b;
}

/*Homepage Slider*/

.page-template-page-commercial-home-php .slide:after{
    background-color: #43657c;
}

/*Header Styles*/

.page-template-page-commercial-home-php .page-header {
    top: 38px;
    position: absolute;
    z-index: 100;
    width: 100%;
}

/*Button Styles*/
.page-template-page-commercial-home-php .btn,
.post-type-archive-commercial_blog .btn,
.commercial_blog-template-default .btn,
.taxonomy-commercial-suite .btn,
.page-template-page-commercial-suites .btn,
.taxonomy-commercial-suite .btn-download{
    color: #fff;
    background-color:#679cbf;
}

.page-template-page-commercial-home-php .btn:hover,
.post-type-archive-commercial_blog .btn:hover,
.commercial_blog-template-default .btn:hover,
.taxonomy-commercial-suite .btn:hover,
.page-template-page-commercial-suites .btn:hover,
.taxonomy-commercial-suite .btn-download:hover{
    background-color: #5885A6;
}

.taxonomy-commercial-suite .table-units th,
.taxonomy-commercial-suite .table-units td{
    text-align: center;
}


/* Title Styles*/
.page-template-page-commercial-home-php .title-line-light:after,
.page-template-page-commercial-home-php .title-line:after,
.post-type-archive-commercial_blog .title-line-light:after,
.post-type-archive-commercial_blog .title-line:after,
.commercial_blog-template-default .title-line:after,
.commercial_blog-template-default .title-line-light:after,
.taxonomy-commercial-suite .title-line:after,
.taxonomy-commercial-suite .title-line-light:after,
.page-template-page-commercial-suites .title-line:after,
.page-template-page-commercial-suites .title-line-light:after{
    border-bottom: 3px solid #cacdcf !important;
}

body.page-template-page-commercial-home-php,
body.post-type-archive-commercial_blog,
body.commercial_blog-template-default,
body.taxonomy-commercial-suite,
body.page-template-page-commercial-suites,
.page-template-page-commercial-suites .page-content h2,
.page-template-page-commercial-suites .page-content h3,
.page-template-page-commercial-suites .page-content h4,
.taxonomy-commercial-suite .page-content h2,
.taxonomy-commercial-suite .page-content h3,
.taxonomy-commercial-suite .page-content h4 {
    color: #20303b;
}

/*Homepage Three Blocks */

.page-template-page-commercial-home-php .properties-item-info:after,
.taxonomy-commercial-suite .properties-item-info:after{
    background-color: #679cbf;
}

.page-template-page-commercial-home-php .itemdesc a,
.taxonomy-commercial-suite .itemdesc a {
    color: #ffd042;
}

/*CTA Icon Section*/



.page-template-page-commercial-home-php .cta-icons [class*="col-"] {
   border-left: 1px solid #8ab2cc;
}

.page-template-page-commercial-home-php .cta-icons [class*="col-"]:hover:after{
    background-color: #4c728c;
}

.page-template-page-commercial-home-php .cta-icons-item a{
    color: #fff;
}

@media(min-width: 1025px){
    .page-template-page-commercial-home-php .cta-icons .container {
        border-left: 1px solid #8ab2cc;
        border-right: 1px solid #8ab2cc;
    }
}


/*Blue Texture*/
.page-template-page-commercial-home-php .cta-icons,
.page-template-page-commercial-home-php .page-footer,
.post-type-archive-commercial_blog .page-footer,
.post-type-archive-commercial_blog .masthead--header,
.commercial_blog-template-default .masthead--header,
.commercial_blog-template-default .page-footer,
.taxonomy-commercial-suite .masthead--header,
.taxonomy-commercial-suite .page-footer,
.page-template-page-commercial-suites .masthead--header,
.page-template-page-commercial-suites .page-footer{
    background: url(../img/header-bg-tile-blue.jpg);
}

/*Innerpage Header*/

.post-type-archive-commercial_blog .masthead--header,
.commercial_blog-template-default .masthead--header,
.taxonomy-commercial-suite .masthead--header,
.page-template-page-commercial-suites .masthead--header{
    border-color: transparent;
}

/*About Us Section*/

.page-template-page-commercial-home-php .about-section .title-line-light:after{
    border-color: #679cbf;
}

/*Footer*/
.page-template-page-commercial-home-php .page-footer:before,
.page-template-page-commercial-home-php .footer_with_map .page-footer:before{
    /* background: url(../img/map-blue.png) center top no-repeat; */
}
.page-template-page-commercial-home-php .page-footer a,
.post-type-archive-commercial_blog .page-footer a,
.commercial_blog-template-default .page-footer a,
.taxonomy-commercial-suite .page-footer a,
.page-template-page-commercial-suites .page-footer a{
    color: #ffffff;
}
.page-template-page-commercial-home-php .sitecredits a,
.post-type-archive-commercial_blog .sitecredits a,
.commercial_blog-template-default .sitecredits a,
.taxonomy-commercial-suite .sitecredits a,
.page-template-page-commercial-suites .sitecredits a {
    color: #fff;
}

/*Blue Grapes*/
.page-template-page-commercial-home-php .about-section h3,
.post-type-archive-commercial_blog .page-sidebar h3,
.commercial_blog-template-default .page-sidebar h3,
.taxonomy-commercial-suite .page-sidebar h3,
.page-template-page-commercial-suites .page-sidebar h3{
    background:url(../img/leaf-icon-mobile-blue.png) center top no-repeat;
    color: #20303b;
}

.post-type-archive-commercial_blog .page-sidebar .widget_wysija h3,
.commercial_blog-template-default .page-sidebar .widget_wysija h3{
    background:transparent;
    color: #fff;
}

/*Commercial Blog Page*/
.post-type-archive-commercial_blog .postmeta,
.post-type-archive-commercial_blog .testi-client:before,
.commercial_blog-template-default .postmeta,
.commercial_blog-template-default .testi-client:before{
    border-color: #5c92b7;
}

.post-type-archive-commercial_blog .postmeta span [class*="icon-"],
.commercial_blog-template-default .postmeta span [class*="icon-"]{
    color: #5c92b7
}

.post-type-archive-commercial_blog .page-sidebar .widget_wysija,
.commercial_blog-template-default .page-sidebar .widget_wysija{
    background-color: #5c92b7;
    color: #fff;
}

.post-type-archive-commercial_blog .widget_wysija input[type=submit],
.commercial_blog-template-default .widget_wysija input[type=submit]{
    color: #20303b
}
.post-type-archive-commercial_blog .testi-items .icon-quote,
.commercial_blog-template-default .testi-items .icon-quote{
    color: #acc6d9;
}

.post-type-archive-commercial_blog .page-sidebar .title-line-light:after,
.page-template-page-commercial-suites .page-sidebar .title-line-light:after,
.taxonomy-commercial-suite .main-content .title-line-light:after{
    border-color: #5c92b7 !important;
}



/*Ubermenu additional Styles*/


@media(max-width: 1024px){
.ubermenu-responsive-toggle{
    text-transform: uppercase !important;
}
.ubermenu-responsive-toggle .fa{
    display: block;
    font-size: 22px !important;
    margin: auto !important;
}


.ubermenu.ubermenu-responsive .ubermenu-image {
    display: none !important;
}
.ubermenu-responsive .ubermenu-tab .ubermenu-tab-content-panel{
    position: relative !important;
}

.ubermenu-responsive .ubermenu-target{
    text-align: left !important;
}

.ubermenu-responsive.ubermenu{
    background: #fff !important;
}

.ubermenu-responsive .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target{
    padding-right: 55px;
}

.ubermenu-responsive .ubermenu .ubermenu-tabs-group{
    border: none !important
}


.ubermenu:not(.ubermenu-is-mobile) .ubermenu-submenu .ubermenu-tab[data-ubermenu-trigger="mouseover"] .ubermenu-tab-content-panel,
.ubermenu:not(.ubermenu-is-mobile) .ubermenu-submenu .ubermenu-tab[data-ubermenu-trigger="hover_intent"] .ubermenu-tab-content-panel{
    width: 100% !important;
    margin-left:  0!important;
    border: none !important;


}

.ubermenu-responsive .ubermenu-nav li{
    border-bottom: 1px solid #F0F0F0 !important;
    text-align: left !important;
}

}

@media(min-width: 1025px){

.ubermenu .ubermenu-image{
    display: block !important;
}

.ubermenu .ubermenu-tab .ubermenu-tab-content-panel{
    position: absolute !important;
}

.ubermenu-bound,
.ubermenu-bound-inner .ubermenu-nav{
    position: static !important;
}

.ubermenu{
    padding-top: 40px;
}

.ubermenu .ubermenu-nav > li > a{
    padding: 36px 8px !important
}

    .ubermenu .ubermenu-nav > li > a:after{
        display: none !important;
    }

.ubermenu-active{
    position: relative;
}

.ubermenu-item-level-0 > .ubermenu-submenu:before{
    content: '';
    height:100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-color: #fff;

}
    .ubermenu-item-level-1 a{
        letter-spacing: 0;
        line-height: 1em;
        padding: 8px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .ubermenu-item-level-1 .ubermenu-tab{
        padding: 0px 15px !important;
    }

    .ubermenu-item-level-1 .ubermenu-tab:hover{
        background-color: #F4F4F4;
    }

    .ubermenu-item-level-3 a{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ubermenu-submenu {
        position: relative;
        background:#fff;
        font-weight: 400 !important;
        font-size: 14px !important;
        z-index: 9999 !important;
        overflow: visible !important;
        padding:30px 0px !important;
    }


    .ubermenu .ubermenu-autoclear>.ubermenu-column-1-3:nth-child(3n+1) a,
    .ubermenu-submenu-type-tab-content-panel{
        padding-left: 15px !important
    }

    .ubermenu .ubermenu-nav > li.nav-btn > a {
        padding:10px 16px !important;
        background: #511C74 !important;
        color: #fff !important;
        text-transform: uppercase !important;
        display: inline-block !important;
		border-radius: 12px;
    }
	.ubermenu .ubermenu-nav > li.ubermenu-item-888 > a {
		background: #F36B16 !important;
	}

        .ubermenu .ubermenu-nav > li.nav-btn > a:hover{
            background: #1E0041 !important
        }

        .ubermenu .ubermenu-nav > li.ubermenu-item-888 > a:hover{
            background: #C03E00 !important
        }
	
        .page-template-page-commercial-home-php .ubermenu .ubermenu-nav > li.nav-btn > a,
        .post-type-archive-commercial_blog .ubermenu .ubermenu-nav > li.nav-btn > a,
        .commercial_blog-template-default .ubermenu .ubermenu-nav > li.nav-btn > a,
        .taxonomy-commercial-suite .ubermenu .ubermenu-nav > li.nav-btn > a,
        .page-template-page-commercial-suites .ubermenu .ubermenu-nav > li.nav-btn > a{
             background: #679cbf !important
        }

        .page-template-page-commercial-home-php .ubermenu .ubermenu-nav > li.nav-btn > a:hover,
        .post-type-archive-commercial_blog .ubermenu .ubermenu-nav > li.nav-btn > a:hover,
        .commercial_blog-template-default .ubermenu .ubermenu-nav > li.nav-btn > a:hover,
        .taxonomy-commercial-suite .ubermenu .ubermenu-nav > li.nav-btn > a:hover,
        .page-template-page-commercial-suites .ubermenu .ubermenu-nav > li.nav-btn > a:hover{
             background: #5885A6 !important;
        }

    .nav-btn {
        position: relative;
        margin-right: 15px !important;
        margin-top: 24px !important;
    }
}

@media(min-width: 1200px){
    .ubermenu .ubermenu-nav > li > a{
        padding: 36px 14px !important;
		font-size: 14px;
    }

    .nav-btn{
    }
}

 /* Move reCAPTCHA v3 badge to the left */
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

#wpforms-1899-field_4-container .selectric, #wpforms-1930-field_4-container .selectric {
    display:none !important;
}
