/*
 ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗     
██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║     
██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║     
██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║     
╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
 ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝
                                                           
 */
/**************************************************************************************
* COLORS
**************************************************************************************/
/**************************************************************************************
* OVERRIDE FONTS
**************************************************************************************/
*,
body,
h1,
h2,
blockquote:before,
.site-main .form-control,
.site-main input[type="text"],
.site-main input[type="url"],
.site-main input[type="email"],
motopress-posts-grid-content .site-main input[type="number"],
.site-main input[type="password"],
.site-main input[type="search"],
.site-main input[type="tel"],
.site-main select,
.site-main textarea,
.site-footer .form-control,
.site-footer input[type="text"],
.site-footer input[type="url"],
.site-footer input[type="email"],
.site-footer input[type="number"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="tel"],
.site-footer select,
.site-footer textarea,
.main-header .form-control,
.main-header input[type="text"],
.main-header input[type="url"],
.main-header input[type="email"],
.main-header input[type="number"],
.main-header input[type="password"],
.main-header input[type="search"],
.main-header input[type="tel"],
.main-header select,
.main-header textarea,
.site-main .button,
.site-main button,
.site-main input[type="button"],
.site-main input[type="submit"],
.site-main .added_to_cart,
.site-footer .button,
.site-footer button,
.site-footer input[type="button"],
.site-footer input[type="submit"],
.site-footer .added_to_cart,
.main-header .button,
.main-header button,
.main-header input[type="button"],
.main-header input[type="submit"],
.main-header .added_to_cart,
.select2-container .select2-choice,
.sf-menu ul a,
.site-title,
.navigation.wp-paging-navigation a,
.navigation.wp-paging-navigation > span,
.navigation .page-numbers,
.navigation-prev-next a,
.nav-previous a,
.nav-prev a,
.nav-next a,
.motopress-posts-grid-load-more a,
.woocommerce-pagination a,
.woocommerce-pagination span {
  font-family: "futura-pt", "Open Sans", Verdana, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
strong,
b {
  font-weight: 500;
}
/**************************************************************************************
* HEADERS
**************************************************************************************/
/*

ONLY REALLY NEED THIS ON THE HOMEPAGE... SEE HOMEPAGE SECTION

h1,
.h1,
.h1 *
{
	font-size:80px;
}
h2,
.h2,
.h2 *
{
	font-size:65px;
}*/
.motopress-row .motopress-clmn.motopress-space {
  min-height: 40px;
}
/**************************************************************************************
* BODY
**************************************************************************************/
body {
  color: #5e5654;
}
/**************************************************************************************
* MAIN CONTAINER
**************************************************************************************/
.container {
  max-width: 1250px;
  width: 100%;
}
.site-header .container,
.top-header .container {
  max-width: 1650px;
}
/**************************************************************************************
* LIST STYLES
**************************************************************************************/
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
/*
 ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗                   ███╗   ███╗ ██████╗ 
██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║                   ████╗ ████║██╔═══██╗
██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║         █████╗    ██╔████╔██║██║   ██║
██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║         ╚════╝    ██║╚██╔╝██║██║▄▄ ██║
╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗              ██║ ╚═╝ ██║╚██████╔╝
 ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝              ╚═╝     ╚═╝ ╚══▀▀═╝ 
                                                                                             
 */
/*

ONLY DOING THIS REALLY ON THE HOMEPAGE SO I'VE DISABLED THIS TO USE THE THEMES NATIVE HEADING SIZE'S

// < 960
@media screen and (max-width:959px)
{
	h1,
	.h1,
	.h1 *
	{
		font-size:65px;
	}
	h2,
	.h2,
	.h2 *
	{
		font-size:50px;
	}
}
// < 720
@media screen and (max-width:719px)
{
	h1,
	.h1,
	.h1 *
	{
		font-size:50px;
	} 
	h2,
	.h2,
	.h2 *
	{
		font-size:35px;
	}
}
// < 480
@media screen and (max-width:479px)
{
	h1,
	.h1,
	.h1 *
	{
		font-size:35px;
		margin-top:40px;
	}
	h2,
	.h2,
	.h2 *
	{
		font-size:28px;
	}
}
*/
/*
 ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗                   ██╗  ██╗███████╗ █████╗ ██████╗ ███████╗██████╗ 
██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║                   ██║  ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║         █████╗    ███████║█████╗  ███████║██║  ██║█████╗  ██████╔╝
██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║         ╚════╝    ██╔══██║██╔══╝  ██╔══██║██║  ██║██╔══╝  ██╔══██╗
╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗              ██║  ██║███████╗██║  ██║██████╔╝███████╗██║  ██║
 ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝              ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝
                                                                                                                         
 */
/**************************************************************************************
* TOP HEADER
**************************************************************************************/
.top-header {
  background-color: transparent;
  border: 0px;
  color: #5e5654;
  margin-bottom: 1px;
}
.top-header .top-menu {
  float: right;
}
.top-header .top-menu li {
  padding: 0px;
  margin: 0px;
}
.top-header .top-menu li::after {
  display: none;
}
.top-header .top-menu li a {
  margin: 0px;
  padding: 0px;
  line-height: 46px;
  padding: 0px 18px;
  background-color: #0085ca;
  color: white;
  border: 2px solid #0085ca;
  display: block;
  font-weight: 300;
  font-size: 18px;
}
.top-header .top-menu li a:hover {
  background-color: white;
  color: #0085ca;
  display: block;
}
.top-header .social-profile {
  margin: 0px;
}
.top-header .social-profile > a {
  margin: 0px;
  padding: 0px 10px;
  line-height: 50px;
  display: inline-block;
}
.top-header .social-profile > a:last-child {
  margin-right: 10px;
}
.top-header .social-profile > a:first-child {
  margin-left: 10px;
}
.top-header .social-profile > a i::before {
  color: #5e5654;
}
.top-header .social-profile > a i::before:hover {
  color: #0085ca;
}
/**************************************************************************************
* HEADER
**************************************************************************************/
.site-header::after {
  display: none;
}
/**************************************************************************************
* HEADER LOGO
**************************************************************************************/
.site-header .site-logo .header-logo {
  margin: -28px 0px 0px 0px;
  height: 113px;
  overflow: visible;
}
.site-header ul#main-menu > li > ul {
  left: 0px;
}
.site-header .navbar {
  margin: 0px;
  padding: 0px;
}
.site-header .navbar .sf-menu > li {
  height: 113px;
  margin: 0px;
  padding: 0px;
}
.site-header .navbar .sf-menu > li.current_page_item > a,
.site-header .navbar .sf-menu > li:hover > a {
  color: white;
  background-color: #0085ca;
}
.site-header .navbar .sf-menu > li > a {
  height: 113px;
  line-height: 113px;
  margin: 0px;
  padding: 0px 20px;
  font-weight: 500;
  font-size: 24px;
  color: white;
  color: #0085ca;
}
.site-header .navbar .sf-menu > li > ul > li:first-child > a,
.site-header .navbar .sf-menu > li > ul > li:last-child > a,
.site-header .navbar .sf-menu > li > ul > li > ul > li:first-child > a,
.site-header .navbar .sf-menu > li > ul > li > ul > li:last-child > a {
  border-radius: 0px;
}
.site-header .navbar .sf-menu > li > ul > li > a,
.site-header .navbar .sf-menu > li > ul > li > ul > li > a {
  color: white;
  background-color: #5e5654;
  border: 0px;
}
.site-header .navbar .sf-menu > li > ul > li > a:hover,
.site-header .navbar .sf-menu > li > ul > li > ul > li > a:hover {
  background-color: #322f2f;
}
/*
██╗  ██╗ ██████╗ ███╗   ███╗███████╗
██║  ██║██╔═══██╗████╗ ████║██╔════╝
███████║██║   ██║██╔████╔██║█████╗  
██╔══██║██║   ██║██║╚██╔╝██║██╔══╝  
██║  ██║╚██████╔╝██║ ╚═╝ ██║███████╗
╚═╝  ╚═╝ ╚═════╝ ╚═╝     ╚═╝╚══════╝
                                    
 */
/**************************************************************************************
* GENERAL STYLINGS
**************************************************************************************/
body.home {
  font-size: 20px;
}
body.home h1,
body.home .h1,
body.home .h1 > * {
  font-size: 120px;
  margin: 7% 0px;
}
body.home h2,
body.home .h2,
body.home .h2 > * {
  font-size: 80px;
  margin: 7% 0px;
}
body.home #hero {
  /*background-size:cover;
		background-position: center center;
		padding-left:30px;
		padding-right:40px;
		h1,
		.h1,
		.h1 > *
		{
			margin-top:28%;
			margin-top:40vh;
			margin-bottom:2%;
		}
		p
		{
			margin-bottom:40px;
		}*/
}
body.home #hero > * {
  color: white;
}
body.home .main-container {
  margin-bottom: 0px;
}
body.home .gform_wrapper .top_label .gfield_label,
body.home .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body.home .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
  color: white;
  font-weight: normal;
}
body.home .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body.home .gform_wrapper textarea {
  padding: 8px 16px;
  background-color: rgba(128, 128, 128, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 0px;
  font-size: 20px;
  margin: 0px;
}
body.home .gform_wrapper .top_label li.gfield.gf_left_half,
body.home .gform_wrapper .top_label li.gfield.gf_right_half {
  margin-top: 0px;
}
body.home .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
body.home .gform_wrapper textarea::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
body.home .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
body.home .gform_wrapper textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}
body.home .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder,
body.home .gform_wrapper textarea:-moz-placeholder {
  color: white;
  opacity: 1;
}
body.home .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
body.home .gform_wrapper textarea:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
body.home .gform_wrapper .gform_footer {
  text-align: right;
}
body.home .gform_wrapper .gform_footer input.button,
body.home .gform_wrapper .gform_footer input[type="submit"],
body.home .gform_wrapper .gform_page_footer input.button,
body.home .gform_wrapper .gform_page_footer input[type="submit"] {
  border-radius: 0px;
  margin: 0px;
}
/**************************************************************************************
* < 960
**************************************************************************************/
@media screen and (max-width: 959px) {
  body.home h1,
  body.home .h1,
  body.home .h1 > * {
    font-size: 95px;
  }
  body.home h2,
  body.home .h2,
  body.home .h2 > * {
    font-size: 80px;
  }
}
/**************************************************************************************
* < 720
**************************************************************************************/
@media screen and (max-width: 719px) {
  body.home h1,
  body.home .h1,
  body.home .h1 > * {
    font-size: 80px;
    margin: 40px 0px;
  }
  body.home h2,
  body.home .h2,
  body.home .h2 > * {
    font-size: 65px;
    margin: 40px 0px;
  }
  body.home #hero h1,
  body.home #hero .h1,
  body.home #hero .h1 > * {
    margin-top: 90px;
  }
}
/**************************************************************************************
* < 480
**************************************************************************************/
@media screen and (max-width: 479px) {
  body.home h1,
  body.home .h1,
  body.home .h1 > * {
    font-size: 65px;
  }
  body.home h2,
  body.home .h2,
  body.home .h2 > * {
    font-size: 50px;
  }
  body.home #hero h1,
  body.home #hero .h1,
  body.home #hero .h1 > * {
    margin-top: 40px;
  }
}
/*
███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗ 
██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
█████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝
                                                   
 */
/**************************************************************************************
* FOOTER
**************************************************************************************/
#footer {
  z-index: 10;
  border: 0px;
}
#footer .footer-sidebar {
  display: none;
}
#footer .footer-inner {
  padding: 80px 0px;
  background-color: #F1F2F2;
}
#footer .footer-inner #footer-right {
  text-align: right;
}
#footer .footer-inner #footer-right img {
  margin: 10px 0px;
}
@media (max-width: 1200px) {
  #footer .footer-inner .container > div {
    text-align: center;
    margin-bottom: 40px;
  }
  #footer .footer-inner .container > div:last-child,
  #footer .footer-inner .container > div > *:last-child {
    margin-bottom: 0px;
  }
}
/**************************************************************************************
* IF IT'S IN THE EVENTS CATEGORY MANUALLY HIDE THE BANNER
**************************************************************************************/
body.in-post-category-events .header-image-wrapper {
  display: none;
}
/*
███╗   ███╗ ██████╗ ████████╗ ██████╗ ██████╗ ██████╗ ███████╗███████╗███████╗               ██████╗ ██████╗ ██╗██████╗ 
████╗ ████║██╔═══██╗╚══██╔══╝██╔═══██╗██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝              ██╔════╝ ██╔══██╗██║██╔══██╗
██╔████╔██║██║   ██║   ██║   ██║   ██║██████╔╝██████╔╝█████╗  ███████╗███████╗    █████╗    ██║  ███╗██████╔╝██║██║  ██║
██║╚██╔╝██║██║   ██║   ██║   ██║   ██║██╔═══╝ ██╔══██╗██╔══╝  ╚════██║╚════██║    ╚════╝    ██║   ██║██╔══██╗██║██║  ██║
██║ ╚═╝ ██║╚██████╔╝   ██║   ╚██████╔╝██║     ██║  ██║███████╗███████║███████║              ╚██████╔╝██║  ██║██║██████╔╝
╚═╝     ╚═╝ ╚═════╝    ╚═╝    ╚═════╝ ╚═╝     ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝               ╚═════╝ ╚═╝  ╚═╝╚═╝╚═════╝ 
                                                                                                                        
 */
/**************************************************************************************
* GRID
**************************************************************************************/
.motopress-posts-grid-obj .motopress-filter-col article {
  background-color: white;
  border: 1px solid white;
  color: #666666;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.motopress-posts-grid-obj .motopress-filter-col article:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.motopress-posts-grid-obj .motopress-filter-col article h3 {
  color: #333333;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-thumbnail {
  float: none !important;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  background-color: #0973BA;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-thumbnail > img {
  margin: 0px;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-thumbnail::before {
  background: url("http://www.eagleridge.com.au/wp-content/themes/emmet-lite-child/css/../images/magnify.png") no-repeat 0% 0%;
  display: block;
  width: 119px;
  height: 119px;
  overflow: hidden;
  margin: -60px 0 0 -60px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-thumbnail:hover > img {
  opacity: 0.25;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-thumbnail:hover::before {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-title,
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-content {
  padding: 0px 20px;
  margin: 0px;
  text-align: center;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-title {
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-content {
  padding-bottom: 15px;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-more,
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-meta {
  display: none;
}
/*
███╗   ███╗ ██████╗ ████████╗ ██████╗ ██████╗ ██████╗ ███████╗███████╗███████╗              ███████╗███████╗██████╗ ██╗   ██╗██╗ ██████╗███████╗███████╗
████╗ ████║██╔═══██╗╚══██╔══╝██╔═══██╗██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝              ██╔════╝██╔════╝██╔══██╗██║   ██║██║██╔════╝██╔════╝██╔════╝
██╔████╔██║██║   ██║   ██║   ██║   ██║██████╔╝██████╔╝█████╗  ███████╗███████╗    █████╗    ███████╗█████╗  ██████╔╝██║   ██║██║██║     █████╗  ███████╗
██║╚██╔╝██║██║   ██║   ██║   ██║   ██║██╔═══╝ ██╔══██╗██╔══╝  ╚════██║╚════██║    ╚════╝    ╚════██║██╔══╝  ██╔══██╗╚██╗ ██╔╝██║██║     ██╔══╝  ╚════██║
██║ ╚═╝ ██║╚██████╔╝   ██║   ╚██████╔╝██║     ██║  ██║███████╗███████║███████║              ███████║███████╗██║  ██║ ╚████╔╝ ██║╚██████╗███████╗███████║
╚═╝     ╚═╝ ╚═════╝    ╚═╝    ╚═════╝ ╚═╝     ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝              ╚══════╝╚══════╝╚═╝  ╚═╝  ╚═══╝  ╚═╝ ╚═════╝╚══════╝╚══════╝
                                                                                                                                                        
 */
@-moz-keyframes spin {
  from {
    -moz-transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
/**************************************************************************************
* SERVICES BOXES
**************************************************************************************/
.motopress-service-box-obj.motopress-service-box-centered .motopress-service-box-icon-section.motopress-service-box-small-icon .motopress-service-box-icon-holder {
  min-width: 92px !important;
  min-height: 92px !important;
  width: 92px !important;
  height: 92px !important;
  z-index: 5;
}
.motopress-service-box-obj.motopress-service-box-centered .motopress-service-box-icon-holder img {
  z-index: 1;
}
.motopress-service-box-obj.motopress-service-box-centered .motopress-service-box-icon-holder:hover img {
  animation: spin 0.4s 1 linear;
  -moz-animation: spin 0.4s 1 linear;
  -webkit-animation: spin 0.4s 1 linear;
}
.motopress-service-box-obj.motopress-service-box-centered > *:not(.motopress-service-box-icon-section) {
  background-color: white;
  padding: 7.5px 20px;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.motopress-service-box-obj.motopress-service-box-centered > *:not(.motopress-service-box-icon-section) > * {
  margin: 0px;
  padding: 0px;
}
.motopress-service-box-obj.motopress-service-box-centered .motopress-service-box-icon-section {
  margin-bottom: -46px;
}
.motopress-service-box-obj.motopress-service-box-centered > :nth-child(2) {
  padding: 61px 20px 7.5px;
  border-top: 1px solid #E6E6E6;
}
.motopress-service-box-obj.motopress-service-box-centered > :last-child {
  padding: 7.5px 20px 15px;
  border-bottom: 1px solid #E6E6E6;
}
/*
███╗   ███╗ ██████╗ ████████╗ ██████╗ ██████╗ ██████╗ ███████╗███████╗███████╗              ██████╗ ███████╗ ██████╗███████╗███╗   ██╗████████╗    ██████╗  ██████╗ ███████╗████████╗███████╗
████╗ ████║██╔═══██╗╚══██╔══╝██╔═══██╗██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝              ██╔══██╗██╔════╝██╔════╝██╔════╝████╗  ██║╚══██╔══╝    ██╔══██╗██╔═══██╗██╔════╝╚══██╔══╝██╔════╝
██╔████╔██║██║   ██║   ██║   ██║   ██║██████╔╝██████╔╝█████╗  ███████╗███████╗    █████╗    ██████╔╝█████╗  ██║     █████╗  ██╔██╗ ██║   ██║       ██████╔╝██║   ██║███████╗   ██║   ███████╗
██║╚██╔╝██║██║   ██║   ██║   ██║   ██║██╔═══╝ ██╔══██╗██╔══╝  ╚════██║╚════██║    ╚════╝    ██╔══██╗██╔══╝  ██║     ██╔══╝  ██║╚██╗██║   ██║       ██╔═══╝ ██║   ██║╚════██║   ██║   ╚════██║
██║ ╚═╝ ██║╚██████╔╝   ██║   ╚██████╔╝██║     ██║  ██║███████╗███████║███████║              ██║  ██║███████╗╚██████╗███████╗██║ ╚████║   ██║       ██║     ╚██████╔╝███████║   ██║   ███████║
╚═╝     ╚═╝ ╚═════╝    ╚═╝    ╚═════╝ ╚═╝     ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝              ╚═╝  ╚═╝╚══════╝ ╚═════╝╚══════╝╚═╝  ╚═══╝   ╚═╝       ╚═╝      ╚═════╝ ╚══════╝   ╚═╝   ╚══════╝
                                                                                                                                                                                             
 */
/**************************************************************************************
* CHERRY POSTS GRID - FROM TRAVEL GUIDE THEME
**************************************************************************************/
.entry-content ul.list_1,
ul.list_1,
.list_1 {
  position: relative;
  margin: 0 0 -68px 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.entry-content ul.list_1 li,
ul.list_1 li,
.list_1 li {
  position: relative;
  display: inline-block;
  width: 25%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}
.entry-content ul.list_1 li:hover .caption,
ul.list_1 li:hover .caption,
.list_1 li:hover .caption {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 0;
}
.entry-content ul.list_1 li .thumbnail,
ul.list_1 li .thumbnail,
.list_1 li .thumbnail {
  float: none;
  margin: 0;
  border: 0px;
}
.entry-content ul.list_1 li .caption,
ul.list_1 li .caption,
.list_1 li .caption {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-color: rgba(0, 130, 202, 0.75);
}
.entry-content ul.list_1 li h5,
ul.list_1 li h5,
.list_1 li h5 {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 50px;
  text-align: center;
  color: white;
}
.entry-content ul.list_1 li h5 a,
ul.list_1 li h5 a,
.list_1 li h5 a {
  display: table-cell;
  width: 100%;
  padding: 0 20px;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  font-weight: 400 !important;
}
.entry-content ul.list_1 li h5 a:focus,
ul.list_1 li h5 a:focus,
.list_1 li h5 a:focus {
  color: white;
}
.entry-content ul.list_1 li h5 a:hover,
ul.list_1 li h5 a:hover,
.list_1 li h5 a:hover {
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  .entry-content ul.list_1 li,
  ul.list_1 li,
  .list_1 li {
    width: 50%;
  }
  .entry-content ul.list_1 li h5,
  ul.list_1 li h5,
  .list_1 li h5 {
    line-height: 23px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .entry-content ul.list_1 li .thumbnail,
  ul.list_1 li .thumbnail,
  .list_1 li .thumbnail {
    width: auto;
  }
  .entry-content ul.list_1 li h5,
  ul.list_1 li h5,
  .list_1 li h5 {
    line-height: 20px;
    font-size: 16px;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  .entry-content ul.list_1 li h5,
  ul.list_1 li h5,
  .list_1 li h5 {
    line-height: 23px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .entry-content ul.list_1 li h5,
  ul.list_1 li h5,
  .list_1 li h5 {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    line-height: 23px;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .entry-content ul.list_1 li h5 a,
  ul.list_1 li h5 a,
  .list_1 li h5 a {
    padding-right: 20%;
    padding-left: 20%;
  }
}
/*
███╗   ███╗ ██████╗ ████████╗ ██████╗ ██████╗ ██████╗ ███████╗███████╗███████╗              ██████╗ ██╗      ██████╗  ██████╗██╗  ██╗ ██████╗ ██╗   ██╗ ██████╗ ████████╗███████╗███████╗
████╗ ████║██╔═══██╗╚══██╔══╝██╔═══██╗██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝              ██╔══██╗██║     ██╔═══██╗██╔════╝██║ ██╔╝██╔═══██╗██║   ██║██╔═══██╗╚══██╔══╝██╔════╝██╔════╝
██╔████╔██║██║   ██║   ██║   ██║   ██║██████╔╝██████╔╝█████╗  ███████╗███████╗    █████╗    ██████╔╝██║     ██║   ██║██║     █████╔╝ ██║   ██║██║   ██║██║   ██║   ██║   █████╗  ███████╗
██║╚██╔╝██║██║   ██║   ██║   ██║   ██║██╔═══╝ ██╔══██╗██╔══╝  ╚════██║╚════██║    ╚════╝    ██╔══██╗██║     ██║   ██║██║     ██╔═██╗ ██║▄▄ ██║██║   ██║██║   ██║   ██║   ██╔══╝  ╚════██║
██║ ╚═╝ ██║╚██████╔╝   ██║   ╚██████╔╝██║     ██║  ██║███████╗███████║███████║              ██████╔╝███████╗╚██████╔╝╚██████╗██║  ██╗╚██████╔╝╚██████╔╝╚██████╔╝   ██║   ███████╗███████║
╚═╝     ╚═╝ ╚═════╝    ╚═╝    ╚═════╝ ╚═╝     ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝              ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝ ╚══▀▀═╝  ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚══════╝
                                                                                                                                                                                         
*/
/**************************************************************************************
* TESTIMONIALS - FROM TRAVEL GUIDE THEME
**************************************************************************************/
.motopress-quotes blockquote::before {
  display: none;
}
.motopress-quotes blockquote {
  padding: 35px 30px 31px 30px;
  border: 0px;
  min-height: 0px;
}
.motopress-quotes > p,
.motopress-quotes > p > a {
  color: white !important;
}
.motopress-quotes::before {
  background: url("http://www.eagleridge.com.au/wp-content/themes/emmet-lite-child/css/../images/quotes_start.png") no-repeat 3px 0%;
  display: block;
  height: 43px;
  margin: 0 0 17px 0;
  content: '';
}
.motopress-quotes::after {
  background: url("http://www.eagleridge.com.au/wp-content/themes/emmet-lite-child/css/../images/quotes_start.png") no-repeat 100% 0%;
  display: block;
  height: 43px;
  margin: 18px 0 0 0;
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/**************************************************************************************
* BACK TO TOP
**************************************************************************************/
#back-top {
  display: none;
}
#back-top-wrapper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  z-index: 99;
}
#back-top a {
  display: block;
  width: 50px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 11px/100% Arial, Helvetica, sans-serif;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}
#back-top a:hover span {
  background-color: #333;
}
#back-top span {
  display: block;
  margin-bottom: 7px;
  width: 50px;
  height: 50px;
  background: #0088cc url(http://www.eagleridge.com.au/wp-content/themes/emmet-lite-child/css/../images/up-arrow.png) no-repeat center center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top-wrapper {
  z-index: 999;
}
#back-top-wrapper p#back-top {
  margin: 0;
}
#back-top-wrapper p#back-top a {
  background: none;
  width: 51px;
  height: 51px;
  overflow: hidden;
}
#back-top-wrapper p#back-top a:hover:before {
  margin: -102px 0 0 0;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#back-top-wrapper p#back-top a:before {
  background: url("http://www.eagleridge.com.au/wp-content/themes/emmet-lite-child/css/../images/up.png") no-repeat 0% 0%;
  display: block;
  width: 51px;
  height: 153px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  content: '';
}
#back-top-wrapper p#back-top a span {
  display: none;
}
#menu-item-2195 a {
  background-image: url('http://www.eagleridge.com.au/wp-content/themes/emmet-lite-child/css/../images/translation.png') !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  padding: 0 20px 0 70px !important;
  margin: 0 5px 0 0 !important;
  cursor: pointer !important;
}
#menu-item-2195 a:hover,
#menu-item-2195 a:focus {
  background-image: url('http://www.eagleridge.com.au/wp-content/themes/emmet-lite-child/css/../images/translation-hover.png') !important;
}
