/*
 ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗     
██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║     
██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║     
██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║     
╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
 ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝
                                                           
 */
/**************************************************************************************
* COLORS
**************************************************************************************/
/*
@font-face {
    font-family: 'lavanderia_delicatedelicate';
    src: url('http://www.eagleridgeweddings.com.au/wp-content/themes/emmet-lite-child/css/lavanderia_delicate-webfont.woff2') format('woff2'),
         url('http://www.eagleridgeweddings.com.au/wp-content/themes/emmet-lite-child/css/lavanderia_delicate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
}*/
@font-face {
  font-family: 'lavanderia_regularregular';
  src: url('http://www.eagleridgeweddings.com.au/wp-content/themes/emmet-lite-child/css/lavanderia_regular-webfont.woff2') format('woff2'), url('http://www.eagleridgeweddings.com.au/wp-content/themes/emmet-lite-child/css/lavanderia_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/**************************************************************************************
* 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"],
.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;
}
body h1,
body h2,
body h3,
body .site-title {
  font-family: 'lavanderia_regularregular', "futura-pt", "Open Sans", Verdana, sans-serif;
  font-weight: normal;
}
body h1 > *,
body h2 > *,
body h3 > *,
body .site-title > * {
  font-family: inherit;
}
/**************************************************************************************
* 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;
}
body .light-text {
  color: white;
}
body .site-main label,
body .site-footer label,
body .main-header label {
  color: inherit;
}
/**************************************************************************************
* MAIN CONTAINER
**************************************************************************************/
.container {
  max-width: 1250px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
/**************************************************************************************
* 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)
{foo
	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: #ee4d9b;
  color: white;
  border: 2px solid #ee4d9b;
  display: block;
  font-weight: 300;
  font-size: 18px;
}
.top-header .top-menu li a:hover {
  background-color: white;
  color: #ee4d9b;
  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: #ee4d9b;
}
/**************************************************************************************
* HEADER
**************************************************************************************/
.site-header::after {
  display: none;
}
/**************************************************************************************
* FIX WIDTHS
**************************************************************************************/
.site-header .container,
.top-header .container {
  max-width: 1650px;
}
/**************************************************************************************
* HEADER LOGO
**************************************************************************************/
.header-logo img {
  max-width: 380px;
  margin-right: 30px;
  margin-top: 10px;
}
.site-header .container {
  max-width: 1650px;
}
.site-header .site-logo .header-logo {
  margin: -28px 0px 0px 0px;
  height: 113px;
  overflow: visible;
}
.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: #ee4d9b;
}
.site-header .navbar .sf-menu > li > a {
  height: 113px;
  line-height: 113px;
  margin: 0px;
  padding: 0px 20px;
  font-size: 24px;
  color: white;
  color: #ee4d9b;
  font-weight: 500;
  text-transform: none;
}
.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 h1,
body.home .h1,
body.home .h1 > * {
  font-size: 80px;
  margin: 7% 0px;
}
body.home h2,
body.home .h2,
body.home .h2 > * {
  font-size: 65px;
  margin: 7% 0px;
}
body.home #hero {
  background-size: cover;
  background-position: center center;
  color: white;
}
body.home #hero h1,
body.home #hero .h1,
body.home #hero .h1 > * {
  margin-top: 28%;
  margin-bottom: 2%;
  max-width: 580px;
}
body.home #hero p {
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
body.home .main-container {
  margin-bottom: 0px;
}
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 {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(128, 128, 128, 0.3);
  color: white;
}
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;
}
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;
}
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;
}
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;
}
/**************************************************************************************
* < 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;
  }
}
/*
 ██████╗ ██████╗  █████╗ ██╗   ██╗██╗████████╗██╗   ██╗    ███████╗ ██████╗ ██████╗ ███╗   ███╗███████╗
██╔════╝ ██╔══██╗██╔══██╗██║   ██║██║╚══██╔══╝╚██╗ ██╔╝    ██╔════╝██╔═══██╗██╔══██╗████╗ ████║██╔════╝
██║  ███╗██████╔╝███████║██║   ██║██║   ██║    ╚████╔╝     █████╗  ██║   ██║██████╔╝██╔████╔██║███████╗
██║   ██║██╔══██╗██╔══██║╚██╗ ██╔╝██║   ██║     ╚██╔╝      ██╔══╝  ██║   ██║██╔══██╗██║╚██╔╝██║╚════██║
╚██████╔╝██║  ██║██║  ██║ ╚████╔╝ ██║   ██║      ██║       ██║     ╚██████╔╝██║  ██║██║ ╚═╝ ██║███████║
 ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝  ╚═══╝  ╚═╝   ╚═╝      ╚═╝       ╚═╝      ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝
                                                                                                       
 */
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.3);
  opacity: 1;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color: rgba(128, 128, 128, 0.3);
  opacity: 1;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
  color: rgba(128, 128, 128, 0.3);
  opacity: 1;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.3);
  opacity: 1;
}
.gform_wrapper .gform_footer {
  text-align: right;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  border-radius: 0px;
  margin: 0px;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea {
  padding: 8px 16px;
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.3);
  color: #4f4f4f;
  border-radius: 0px;
}
/*
███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗ 
██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
█████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝
                                                   
 */
/**************************************************************************************
* 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 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-weddings .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-content
		{ 
			padding-bottom:15px;
		}
		.motopress-posts-grid-more,*/
}
.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: #ee4d9b;
  /*
			&::before
			{	
				background:url("http://www.eagleridgeweddings.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;
			}
			&:hover
			{
				> img
				{
					opacity:0.25;
				}

				&::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-thumbnail > img {
  margin: 0px;
}
.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-more {
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 0px;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-more a {
  font-family: "futura-pt", "Open Sans", Verdana, sans-serif;
  display: inline-block;
  padding: 14px 28px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border: 0 solid;
  min-height: 49px;
  color: white;
  background-color: #ee4d9b;
  text-decoration: none;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-more a:hover {
  opacity: 0.75;
}
.motopress-posts-grid-obj .motopress-filter-col article .motopress-posts-grid-meta {
  display: none;
}
/*
███╗   ███╗ ██████╗ ████████╗ ██████╗ ██████╗ ██████╗ ███████╗███████╗███████╗              ███████╗███████╗██████╗ ██╗   ██╗██╗ ██████╗███████╗███████╗
████╗ ████║██╔═══██╗╚══██╔══╝██╔═══██╗██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝              ██╔════╝██╔════╝██╔══██╗██║   ██║██║██╔════╝██╔════╝██╔════╝
██╔████╔██║██║   ██║   ██║   ██║   ██║██████╔╝██████╔╝█████╗  ███████╗███████╗    █████╗    ███████╗█████╗  ██████╔╝██║   ██║██║██║     █████╗  ███████╗
██║╚██╔╝██║██║   ██║   ██║   ██║   ██║██╔═══╝ ██╔══██╗██╔══╝  ╚════██║╚════██║    ╚════╝    ╚════██║██╔══╝  ██╔══██╗╚██╗ ██╔╝██║██║     ██╔══╝  ╚════██║
██║ ╚═╝ ██║╚██████╔╝   ██║   ╚██████╔╝██║     ██║  ██║███████╗███████║███████║              ███████║███████╗██║  ██║ ╚████╔╝ ██║╚██████╗███████╗███████║
╚═╝     ╚═╝ ╚═════╝    ╚═╝    ╚═════╝ ╚═╝     ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝              ╚══════╝╚══════╝╚═╝  ╚═╝  ╚═══╝  ╚═╝ ╚═════╝╚══════╝╚══════╝
                                                                                                                                                        
 */
/**************************************************************************************
* SERVICES BOXES
**************************************************************************************/
.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: 33.33333333%;
  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(238, 77, 155, 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-family: 'lavanderia_regularregular', "futura-pt", "Open Sans", Verdana, sans-serif;
  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;
  font-family: 'lavanderia_regularregular', "futura-pt", "Open Sans", Verdana, sans-serif;
  text-transform: none !important;
  font-weight: normal;
  font-size: 28px;
}
.motopress-quotes::before {
  background: url("http://www.eagleridgeweddings.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.eagleridgeweddings.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%;
}
/*
██╗    ██╗██╗██████╗  ██████╗ ███████╗████████╗███████╗
██║    ██║██║██╔══██╗██╔════╝ ██╔════╝╚══██╔══╝██╔════╝
██║ █╗ ██║██║██║  ██║██║  ███╗█████╗     ██║   ███████╗
██║███╗██║██║██║  ██║██║   ██║██╔══╝     ██║   ╚════██║
╚███╔███╔╝██║██████╔╝╚██████╔╝███████╗   ██║   ███████║
 ╚══╝╚══╝ ╚═╝╚═════╝  ╚═════╝ ╚══════╝   ╚═╝   ╚══════╝
                                                       
 */
/**************************************************************************************
* RECENT POSTS WIDGET
**************************************************************************************/
.widget.widget_my_postcustom .post-list_li {
  background-color: #f2f2f2;
  border: 1px solid white;
  color: #666666;
  padding: 0px;
}
.widget.widget_my_postcustom .post-list_li h4 {
  color: #333333;
}
.widget.widget_my_postcustom .post-list_li .featured-thumbnail {
  float: none !important;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.widget.widget_my_postcustom .post-list_li .featured-thumbnail img {
  margin: 0px;
}
.widget.widget_my_postcustom .post-list_li h4,
.widget.widget_my_postcustom .post-list_li .excerpt {
  padding: 0px 20px;
  margin: 0px;
}
.widget.widget_my_postcustom .post-list_li time {
  display: none;
}
.widget.widget_my_postcustom .post-list_li h4 {
  padding-top: 15px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 20px;
  color: #4f4f4f;
}
.widget.widget_my_postcustom .post-list_li .excerpt {
  padding-bottom: 15px;
  text-align: center;
}
.widget.widget_my_postcustom .post-list_li .btn-primary {
  display: none;
}
/**************************************************************************************
* WIDGET LIST THING
**************************************************************************************/
.widget.widget_nav_menu .menu-item img {
  max-width: 53px;
  height: auto;
  margin-right: 20px;
}
.widget.widget_nav_menu .menu-item span {
  line-height: 53px;
  color: #4d4d4d;
}
/**************************************************************************************
* FULL WIDTH FOOTER WIDGETS
**************************************************************************************/
.banner_link {
  text-align: center;
}
.banner_link a {
  text-decoration: none;
}
.banner_link p {
  font-size: 31px;
  color: white;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner_link h2 {
  font-size: 65px;
  color: white;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.banner_link .banner_wrapper {
  padding: 100px;
}
/**************************************************************************************
* 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.eagleridgeweddings.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.eagleridgeweddings.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;
}
