/*

	Theme Name: Sydney Glass Island

	Description: This is a child theme for the Genesis Framework, specially created for Sydney Glass Island

	Author: Sharper Edge International Pty Ltd

	Author URI: http://sharperedge.net

	Version: 2.0.1

 

	Template: genesis

	Template Version: 2.0.1

 

	License: GPL-2.0+

	License URI: http://www.opensource.org/licenses/gpl-license.php

*/





/* Table of Contents



	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Objects

		- Forms

		- Tables

	- Structure and Layout

		- Site Containers

		- Column Widths and Positions

		- Column Classes

	- Common Classes

		- WordPress

		- Genesis

		- Titles

	- Widgets

		- Featured Content

	- Plugins

		- Genesis eNews Extended

		- Genesis Latest Tweets

		- Gravity Forms

		- Jetpack

	- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Header Navigation

		- Primary Navigation

		- Secondary Navigation

	- Content Area

		- Entries

		- Pagination

		- Comments

	- Sidebars

	- Footer Widgets

	- Site Footer

	- Media Queries

		- max-width: 1139px

		- max-width: 1023px

		- max-width: 767px



*/





/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* Baseline Normalize

	normalize.css v2.1.2 | MIT License | git.io/normalize

--------------------------------------------- */

/* 

@font-face {

    font-family: 'Big Caslon';

    src: url('css/big_caslon_medium-webfont.eot');

    src: url('css/big_caslon_medium-webfont.eot?#iefix') format('embedded-opentype'),

         url('css/big_caslon_medium-webfont.woff') format('woff'),

         url('css/big_caslon_medium-webfont.ttf') format('truetype'),

         url('css/big_caslon_medium-webfont.svg#big_caslonmedium') format('svg');

    font-weight: normal;

    font-style: normal;

} */



article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {

	display: block

}

audio, canvas, video {

	display: inline-block

}

audio:not([controls]) {

	display: none;

	height: 0

}

[hidden] {

display:none

}

html {

	font-family: sans-serif;

	-ms-text-size-adjust: 100%;

	-webkit-text-size-adjust: 100%

}

body {

	margin: 0

}

a:focus {

	outline: thin dotted

}

a:active, a:hover {

	outline: 0

}

h1 {

	font-size:1.5em;

	margin: .67em 0

}

abbr[title] {

	border-bottom: 1px dotted

}

b, strong {

	font-weight: bold

}

dfn {

	font-style: italic

}

hr {

	-moz-box-sizing: content-box;

	box-sizing: content-box;

	height: 0

}

mark {

	background: #ff0;

	color: #000

}

code, kbd, pre, samp {

	font-family: monospace, serif;

	font-size: 1em

}

pre {

	white-space: pre-wrap

}

q {

	quotes: "\201C" "\201D" "\2018" "\2019"

}

small {

	font-size: 80%

}

sub, sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline

}

sup {

	top: -0.5em

}

sub {

	bottom: -0.25em

}

img {

	border: 0

}

svg:not(:root) {

	overflow: hidden

}

figure {

	margin: 0

}

fieldset {

	border: 1px solid silver;

	margin: 0 2px;

	padding: .35em .625em .75em

}

legend {

	border: 0;

	padding: 0

}

button, input, select, textarea {

	font-family: inherit;

	font-size: 100%;

	margin: 0;

}



.post-password-form button, .post-password-form input, .post-password-form select, .post-password-form textarea {

	padding: 6px;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	border:0;

}



button, input {

	line-height: normal

}

button, select {

	text-transform: none

}

button, html input[type="button"], input[type="reset"], input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer

}

button[disabled], html input[disabled] {

	cursor: default

}

input[type="checkbox"], input[type="radio"] {

	box-sizing: border-box;

	padding: 0

}

input[type="search"] {

	-webkit-appearance: textfield;

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box;

	box-sizing: content-box

}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {

-webkit-appearance:none

}

button::-moz-focus-inner, input::-moz-focus-inner {

border:0;

padding:0

}

textarea {

	overflow: auto;

	vertical-align: top

}

table {

	border-collapse: collapse;

	border-spacing: 0

}

/* Box Sizing

--------------------------------------------- */



*, input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

/* Float Clearing

--------------------------------------------- */



.archive-pagination:before, .clearfix:before, .content-sidebar-wrap:before, .menu-primary:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {

	content: " ";

	display: table;

}

.archive-pagination:after, .clearfix:after, .content-sidebar-wrap:after, .menu-primary:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {

	clear: both;

	content: " ";

	display: table;

}

/*

Defaults

---------------------------------------------------------------------------------------------------- */



/* Typographical Elements

--------------------------------------------- */



html {

	font-size: 62.5%; /* 10px browser default */

}

body {

	background-color: #f5f5f5;

	color: #666;

	font-family: sans-serif;

	font-size: 14px;

	font-size: 1.3rem;

	line-height: 1.425;

}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition: all 0.1s ease-in-out;

	-ms-transition: all 0.1s ease-in-out;

	-o-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

}



::-moz-selection {

 background-color: #333;

 color: #fff;

}

::selection {

	background-color: #333;

	color: #fff;

}

a {

	color: #ffffff;

	text-decoration: none;

}

a img {

	margin-bottom: -4px;

	margin-bottom: -0.4rem;

}

a:hover {

	color: #ffffff;

	text-decoration: underline;

}

p {

	margin: 0 0 12px;

	margin: 0 0 1rem;

	padding: 0;

}

strong {

	font-weight: 700;

}

ol, ul {

	margin: 0;

	padding: 0;

}

blockquote, blockquote::before {

	color: #999;

}

blockquote {

	margin: 40px 40px 24px;

	margin: 4rem 4rem 2.4rem;

}

blockquote::before {

	content: "\201C";

	display: block;

	font-size: 30px;

	font-size: 3rem;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}

.entry-content code {

	background-color: #333;

	color: #ddd;

}

cite {

	font-style: normal;

}

/* Headings

--------------------------------------------- */



.entry-content h1, h2, h3, h4, h5, h6 {

	color: #fff;

	font-family: "trebuchet ms",sans-serif;

	line-height: 1.2;

	margin: 0 0 16px;

	font-weight: normal;

	margin: 0 0 1.6rem;

}

.tdate-content h4 { margin: 0 0 1.6rem !important; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {

	margin: 2rem 0 1.6rem;

}



h1{

	font-size: 25px;

}

.entry-content p { color: #fff; }

.single-ticket-event .entry-content p { font-size: 15px; }

.entry-content ul { margin-left:20px; line-height:2em; margin-bottom: 10px; }

h2 {

	font-size: 24px;

}

h3 {

	font-size: 20px;

}

h4 {

	font-size: 18px;

}

h5 {

	font-size: 13px;

}

h6 {

	font-size: 12px;

}

/* Objects

--------------------------------------------- */



embed, iframe, img, object, video, .wp-caption {

	max-width: 100%;

}

img {

	height: auto;

	width: auto; /* IE8 */

}



/* Forms

--------------------------------------------- */

/*

input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ddd;

	border-radius: 3px;

	box-shadow: 1px 1px 3px #eee inset;

	color: #999;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 16px;

	padding: 1.6rem;

	width: 100%;

} 



input:focus,

textarea:focus {

	border: 1px solid #999;

	outline: none;

} */



::-moz-placeholder {

 color: #999;

 opacity: 1;

}



::-webkit-input-placeholder {

 color: #999;

}





button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {

	background-color: #333;

	border: none;

	box-shadow: none;

	color: #fff;

	cursor: pointer;

	padding: 7px 15px;

	text-transform: uppercase;

	width: auto;

}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {

	background-color: #f15123;

}

.entry-content .button:hover {

	color: #fff;

}

.button {

	border-radius: 3px;

	display: inline-block;

}

 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {

 display: none;

}

/* Tables

--------------------------------------------- */



table {

	border-collapse: collapse;

	border-spacing: 0;

	line-height: 2;

	margin-bottom: 40px;

	margin-bottom: 4rem;

	width: 100%;

}

tbody {

	border-bottom: 1px solid #ddd;

}

th, td {

	text-align: left;

}

th {

	font-weight: bold;

	text-transform: uppercase;

}

td {

	border-top: 1px solid #ddd;

    padding-left: 10px;

	padding-right: 10px;

	padding-top: 3px;

	padding-bottom: 4px;

}

td p { margin-bottom: 0; }



#staff-table td { height: 27px; }

/*

Structure and Layout */



.wk-gallery-showcasebox .wk-slideset .sets { padding: 0 !important; }

.container-wrap, .site-inner { max-width: 882px; margin: 0 auto; position: relative; }

.site-container { background-color: #231F20; padding-top: 20px; }

.site-inner { color: #ffffff; position: relative; }

.footer_wrap { border-top: 10px solid #404041; background-color: #231F20; margin-top: 15px; }

.footer { min-height: 400px; background: url('images/whatsnew.gif') right bottom no-repeat transparent; padding-top: 40px; }

.nav-primary { border-top: 1px solid #636061; }



.nav-primary .wrap { position: relative; }

.menu-primary { max-width: 100%; margin: 0 auto; text-align: center; }

.menu-primary a { text-transform: uppercase; }

.sub-menu a { text-transform: none; }

.menu-primary, .menu-primary .sub-menu { list-style: none; }

.menu-primary li { z-index: 999999; display: inline-block; }

.menu-primary li a { text-decoration: none; color: #231F20; display: block; padding: 6px 17px; }

.menu-primary li a:hover { /* background: url(images/navbar-hover.jpg) repeat-x; */ color: #ffffff; }

.nav-primary ul ul { background: #231F20; -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2); display: none; float: left; margin: 0; position: absolute; left: 0; width: 881px; z-index: 99999; }

.nav-primary ul ul ul { left: 100%; top: 0; }

.nav-primary ul ul a { background: #231F20; color: #ffffff; text-align: center; font-size: 13px; font-weight: normal; height: auto; line-height: 1.4em; padding: 8px; width: 168px; }

.nav-primary li:hover > a,

.nav-primary ul ul :hover > a,

.nav-primary a:focus { background: #231F20; }

.nav-primary li:hover > a,

.nav-primary a:focus {

	background: #231F20; /* Show a solid color for older browsers */

	color: #7091DF;

}

.nav-primary ul li:hover > ul {

	display: block;

}



.tickets-container { position:relative; top: -60px; border: 1px solid #484748;  }

.tdate { background: url("images/ticket-date.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); float: left; color: #231F20; font-size: 1.7em; height: 138px; text-align: center; width: 132px; padding-top: 10px; }

.tdate span { font-family: 'Rufina',Georgia,sans-serif; font-size: 70px; position: relative; top: -25px; }

.ticket-date { border: 1px solid #484748; }



.tdate-content { padding: 10px; float: left; width: 273px; color: #ffffff; }

.tdate-content p { font-family: "trebuchet ms", sans-serif; }

.tdate-content h4 a { color: #ffffff; font-size: 15px; margin-bottom: 8px; text-transform: uppercase; }



#blog-welcome { font-family: 'Rufina',Georgia,sans-serif; color: #ffffff; font-size: 41px; text-align: center; position: relative; line-height: 1em; font-weight: normal; margin: 0 10px 10px 0; }

#blog-welcome  span { font-family: "Gill Sans MT", sans-serif; font-size: 40px; letter-spacing: 5px; text-transform: uppercase; }

#blog-welcome img { position: absolute; right: 36px; top:9px; }



.blog .site-inner { border-top: 1px solid #706D6E; margin-top: 12px; }

.blog .content-sidebar-wrap { border-top: 3px dotted #ffffff; margin-top: 4px; }



.be-readmore { bottom: 21px; height: 28px; left: 224px; position: absolute; text-align: center; width: 436px; background: url('images/read-more-bg.png') center center repeat-x transparent; }

.be-readmore a { padding: 7px 15px; background: #BBBDBF; color: #231F20 !important; border: 2px solid #ffffff; font-size: 17px; font-family:'Rufina',Georgia,sans-serif !important; }

.blogentry { padding-bottom: 20px; padding-top: 20px; border-bottom: 3px dotted #ffffff; position:relative; }

.blogentry  .entry-content { padding-bottom: 30px; }

.blog-entry-title a, .blog-entry-title { color: #ffffff !important; font-family:'Rufina',Georgia,sans-serif !important; margin-top:5px !important; margin-bottom:4px; text-transform: uppercase; font-size:30px !important; margin-bottom: 3px !important; }

.blog-sub-header { font-size: 22px; }



.blog .sociable-container { text-align: center; }

.blog .sociable { display: inline-block; min-width: 300px; }

.entry-comments,

.comment-respond { border-radius: 10px; webkit-border-radius: 10px; background-color: #312B2D; }



.post-password-form { height: 162px; margin-bottom: 100px; padding:20px 20px 20px 150px; width: 470px; background: url('images/protected.png') 0px 15px #ffffff no-repeat; border-radius:5px; -webkit-border-radius: 5px; }

.post-password-form p , #post-password-form label { color: #000000; }

.post-password-form #pwbox-230 { border: 1px solid #777777; color: #000000; }

.post-password-form  input[type='submit'] { float:right; width: 65px; }

/* .menu-primary { max-width: 660px; margin: 0 auto; }

.menu-primary a { text-transform: uppercase; }

.sub-menu a { text-transform: none; }

.menu-primary, .menu-primary .sub-menu { list-style: none; }

.menu-primary li { float: left; position: relative; z-index: 999999; }

.menu-primary li a { text-decoration: none; color: #231F20; display: block; padding: 6px 18px;}

.menu-primary li a:hover {  text-decoration: underline; }

.nav-primary ul ul { -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2); display: none; float: left; margin: 0; position: absolute; left: 0; width: 167px; z-index: 99999; }

.nav-primary ul ul ul { left: 100%; top: 0; }

.nav-primary ul ul a { background: #f9f9f9; border-bottom: 1px dotted #ddd; color: #444; font-size: 13px; font-weight: normal; height: auto; line-height: 1.4em; padding: 8px; width: 168px; }

.nav-primary li:hover > a,

.nav-primary ul ul :hover > a,

.nav-primary a:focus { background: #efefef; }

.nav-primary li:hover > a,

.nav-primary a:focus {

	background: #f9f9f9; 

	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);

	background: -o-linear-gradient(#f9f9f9, #e5e5e5);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); 

	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);

	color: #373737;

}

.nav-primary ul li:hover > ul {

	display: block;

} */



.footer-widgets .widget-area { float: left; margin-right: 70px; }

.footer-widgets-2 { width: 114px; display: none; }

.footer-widgets-3 { width: 183px; padding-top: 90px; background: url('images/readourblog.png') no-repeat transparent; margin-right: 0 !important; }

.footer-widgets-1 { width: 442px !important; }

.footer-widgets-1 .widget { margin-bottom: 20px; float: left; width: 47%; }

.footer-widgets-1 .widget-title { margin-bottom: 0; font-size: 14px; color: #6D6E70; }

.footer-widgets-1 .widget-wrap ul { list-style: none; }

#text-2, #text-3, #text-4 { clear: left; }

#text-5, #text-6 , #text-11 { float: right; }



.logo-container { text-align: center; }

.top-links { color: #231F20 !important; }

.top-links:hover { text-decoration: underline; }



.fbookmark { border: 1px solid #ffffff; border-radius: 4px; -webkit-border-radius: 4px; float: left; margin-right: 5px; margin-bottom: 5px; overflow: hidden; }

.fbookmark  img { border-radius: 4px; -webkit-border-radius: 4px; }



#gtitle { position: relative; height: 102px; }

#gcelebrations { position: absolute; top:-28px }

#gcorporate { position: relative; top: -20px; }

#gweddings { position: relative; top: -27px; }

/* #modern-elegance { position: absolute; top: -256px; left: -624px; } */

#welcome-accent { position: absolute; right: 15px; top: -252px; z-index: 9999; }   /* SEI: remove display:none when slideshow is fixed */

#phone-number { font-family: 'Rufina', Georgia, sans-serif; font-size: 1.8em; color: #231F20; margin-top: 20px; margin-bottom: 0; }

#s { margin-top: 20px; border: 2px solid #231F20; width: 115px; }

#searchsubmit { background-color: transparent !important; padding: 0; margin: 0; text-transform: none !important; color: #000000; } 



.content  a { color: #728FEE; }

.special-packages a, .whbg a { color: #2B388F; }

.txtright { text-align: right; }

.home_widgets { padding-bottom: 5px; border-bottom: 2px solid #A8A6A7; }

.trebuchet, .footer-widgets-1 .widget-title, .footer-widgets-1 .widget-wrap ul li a, .entry-content { font-family: "trebuchet ms", sans-serif; }

.wtitle h3 { font-size: 15px; margin: 0; font-weight: normal; }

.wk-slideshow-default .nav { margin-top: 0 !important; text-align: none; position: absolute; bottom: -21px !important; }

.wk-slideshow-default .nav span { width: 12px !important; height: 12px !important; background: url('images/navigation.png') no-repeat 0 0 transparent !important; }

.wk-slideshow-default .nav .active span { width: 12px !important; height: 12px !important; background: url('images/navigation.png') no-repeat -14px 0 transparent !important; }

.btopbottom { border-top: 1px solid #A6A5A5; border-bottom: 1px solid #A6A5A5; padding: 5px 0px; margin-bottom: 12px; }

.btop { border-top: 1px solid #A6A5A5; padding: 5px 0px; }

.bright { border-right: 1px solid #A6A5A5; }

.bleft{ border-left: 1px solid #A6A5A5; }

.fright { float: right; }

.white { color: #ffffff; }

.fleft { float: left; }

.vseparator { width: 1px; height: 106px; position: relative; top: 8px; margin: 0 3px; }

.textcenter { text-align: center; }

.featured_title { color: #ffffff; }

.featured_title .abouttitle { color: #FFFFFF; font-family: 'Rufina',Georgia,sans-serif; font-size: 2.93em !important; font-weight: normal; margin-bottom: 0; margin-top: 26px; }

.featured_title .abouttitle a { color: #FFFFFF !important; text-decoration: none !important; }

.entry-title a, .entry-title  { color: #ffffff !important; font-size: 3.8rem !important; font-family: 'Rufina', Georgia, sans-serif; margin-top: 10px !important; font-weight: lighter; }

.featured_title h3  a { font-family: "Gill Sans MT", sans-serif; font-weight: normal; font-size:21px; color: #ffffff; }

.featured_title h3  { position: relative; top: -10px; }

.wdesc img { margin-bottom: 1em !important; }

.featured_im img { max-width: 93% !important; }

.featured_im .vseparator { margin: 0 14px 0 8px !important; }



.header-image-container { visibility: visible; position: relative; width: 882px; }

.header-image-container img { margin-bottom: -5px; }



.content-sidebar .content-sidebar-wrap .content { width: 685px;padding: 0 10px; float: left; border-right: 1px solid #A6A5A5; min-height: 400px; }

.content-sidebar .content-sidebar-wrap .sidebar { width: 197px; padding-left: 13px; float: left; }

.content-sidebar .content-sidebar-wrap { margin-bottom: 10px; }

.content-sidebar .content-sidebar-wrap .sidebar-primary .widget { color: #231F20; text-align: center; padding: 12px; background: #ffffff; margin-bottom: 10px; }

.content-sidebar .content-sidebar-wrap .sidebar-primary .widget .widgettitle { letter-spacing: 3px; margin-bottom: 14px; font-size: 2rem; font-weight: normal; font-family: "Gill Sans MT", sans-serif; text-transform: uppercase; color: #231F20; padding-bottom: 20px; background: url('images/widget-title.png') no-repeat transparent bottom center; }



.content-sidebar .content-sidebar-wrap .sidebar-primary .widget_text_narrow p { margin-left: 31px; margin-right: 31px; }

.content-sidebar .content-sidebar-wrap .sidebar-primary .widget_text_narrow { background: url('images/widget-title.png') no-repeat center 97% #fff; padding-bottom: 41px;  }

.content-sidebar .content-sidebar-wrap, .content-sidebar .content-sidebar-wrap .sidebar-primary { background: url('images/sidebar.jpg') repeat-y right 0 #231F20;  }



.sidebar-primary li { list-style:none; }

.sidebar-primary a { color: #0F0F0F !important; }

.sidebar-primary a:hover { text-decoration: underline !important; }





#stafflogout { float: right; }



.ticket-event-header { color: #ffffff; font-family: 'Rufina',Georgia,sans-serif; font-weight: normal; font-size: 1.6em; border-bottom: 1px solid #ffffff; padding-bottom: 5px; margin-bottom: 7px; }

.ticket-events { height: 166px; width: 460px !important; background: url('images/ticket.png') no-repeat transparent; padding: 10px 20px 20px 20px; }

.event-container { border-top: 4px dotted #ffffff; border-bottom: 4px dotted #ffffff; padding: 0px 0px 8px 0; }

.bbottom { border-bottom: 1px solid #A6A5A5; padding-bottom: 6px; }

.mbottom { position:relative; top: -9px; }

.event-container a { font-size:17px; padding: 0 14px; padding-top: 11px; min-height: 77px; text-align: center; float: left; width: 139px; display: block; border-right:4px dotted #fff; margin-top:7px; }

.event-container a:last-child { border-right: none !important; }

.ball { border:2px solid #ffffff; }

.ball a { color: #fff !important; }

.download { color: #ffffff !important; }

.tefirst, .tesecond { border-right: 2px solid #fff; }

.tefirst, .tesecond, .tethird  { height: 40px; text-align:center; padding:8px; font-size:16px; font-weight:600; font-family: 'Open Sans', sans-serif; float: left; }

.tefirst { width: 44% }

.tesecond { width: 33% }

.tethird { width:22%; }



.special-packages { background: #ffffff; padding: 20px; color: #231F20; width: 402px !important; height: 162px; margin-top: 2px; padding-top: 35px; }

.special-packages h1, .special-packages h2, .special-packages h3, .special-packages h4, .special-packages h5  { font-family: "Gill Sans MT", sans-serif; font-weight: normal; letter-spacing: 3px; color: #000; }



.wrap-testimonials { height: 144px; background: url('images/testimonials.jpg') center 0 no-repeat; margin-bottom: 10px; }

.wrap-testimonials .subheader { color: #000000; font-family: 'Rufina', Georgia,sans-serif; font-size: 16px; font-style: italic; font-weight: normal; text-align: center; }

.wrap-testimonials .entry-title { text-align: center; padding-top:30px !important; margin-bottom: 8px !important; color: #231F20 !important; }

.tleft { background: url('images/testimonials-left.jpg') 0 10px no-repeat; padding: 0px 30px 0px 38px; }

.tright { background: url('images/testimonials-right.jpg') 0 10px no-repeat; padding: 0px 30px 0px 38px; }



a.testimonials-page-link {

	font-size: 28px;

	color: #fff;

}



a.testimonials-anchor {

	color: #fff;

	text-decoration:none;

}



.testimonial-odd,

.testimonial-even { margin: 10px 40px 30px 25px; }



.testimonial-even { color: #a6a8ab; }


/* contact page form */
#gform_1 ul {
	line-height: 1.25em
}
#gform_1 .gfield_label {
	margin-top: 1.4em;
	margin-bottom: 0.1em;
}


.separator_sgi { border-bottom: 1px solid #ffffff; margin-top: 15px; margin-bottom: 15px; }

#gform_2 { background: url('images/protected.png') 0 22px no-repeat #ffffff !important; padding-left: 129px; border-radius: 5px; webkit-border-radius: 5px; padding-top: 38px;  padding-right: 38px; padding-bottom: 30px; color: #000 !important; width: 495px; }

#gform_2  .top_label input.medium, #gform_2  .top_label select.medium { width: 100%; }

#gform_submit_button_3 { position:relative; top: -120px; left: 270px;}

.w-title-post a { font-size: 14px; text-transform: uppercase; color: #777; font-weight: bold; }

.w-title-post { margin-bottom: 6px;

line-height: 0.7; }

.w-subheader-post { font-size: 13px; font-weight: normal; color: #ffffff; margin-bottom: 5px; }



.whbg { background-color: #ffffff; padding: 20px; }

.btext { color: #231F20 !important;}





/*Woocommerce style*/

/* .type-product .related { clear: both !important; }

.related ul.products li.product { width: 150px !important; }

.related ul.products li.product h3 { color: #ffffff !important; } */

/* Column Classes

	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

--------------------------------------------- */



.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

}

.one-half, .three-sixths, .two-fourths {

	width: 48.717948717948715%;

}

.one-third, .two-sixths {

	width: 31.623931623931625%;

}

.four-sixths, .two-thirds {

	width: 65.81196581196582%;

}

.one-fourth {

	width: 23.076923076923077%;

}

.three-fourths {

	width: 74.35897435897436%;

}

.one-sixth {

	width: 14.52991452991453%;

}

.five-sixths {

	width: 82.90598290598291%;

}

.first {

	clear: both;

	margin-left: 0;

}

/*

Common Classes

---------------------------------------------------------------------------------------------------- */



/* WordPress

--------------------------------------------- */



.avatar {

	float: left;

}

.alignleft .avatar {

	margin-right: 24px;

	margin-right: 2.4rem;

}

.alignright .avatar {

	margin-left: 24px;

	margin-left: 2.4rem;

}

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

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}

.sticky {

}

img.centered, .aligncenter {

	display: block;

	margin: 0 auto 24px;

	margin: 0 auto 2.4rem;

}

img.alignnone {

	margin-bottom: 12px;

	margin-bottom: 1.2rem;

}

.alignleft {

	float: left;

	text-align: left;

}

.alignright {

	float: right;

	text-align: right;

}

img.alignleft, .wp-caption.alignleft {

	margin: 0 24px 24px 0;

	margin: 0 2.4rem 2.4rem 0;

}

img.alignright, .wp-caption.alignright {

	margin: 0 0 24px 24px;

	margin: 0 0 2.4rem 2.4rem;

}

.wp-caption-text {

	font-size: 14px;

	font-size: 1.4rem;

	font-weight: 700;

	text-align: center;

}

.gallery-caption {

}

.widget_calendar table {

	width: 100%;

}

.widget_calendar td, .widget_calendar th {

	text-align: center;

}

/* Genesis

--------------------------------------------- */



.breadcrumb {

	margin-bottom: 20px;

	margin-bottom: 2rem;

}

.archive-description, .author-box {

	margin-bottom: 40px;

	margin-bottom: 4rem;

}



.author-box {

	padding: 40px;

	padding: 4rem;

}

.author-box-title {

	color: #333;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 4px;

	margin-bottom: 0.4rem;

}

.author-box a {

	border-bottom: 1px solid #ddd;

}

.author-box p {

	margin-bottom: 0;

}

.author-box .avatar {

	margin-right: 24px;

	margin-right: 2.4rem;

}

/* Titles

--------------------------------------------- */



.entry-title {

	font-size: 36px;

	font-size: 2.6rem;

	line-height: 1;

	color: #01334e;

}

.entry-title a, .sidebar .widget-title a {

	color: #004765;

}

.content-sidebar-wrap h1 a {

	color: #004765;

}

.entry-title a:hover {

	text-decoration: underline;

}

.widget-title {

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}

.sidebar .widget-title a {

	border: none;

}

.archive-title {

	font-size: 20px;

	font-size: 2rem;

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}



/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget {

	color: #999;

}

.enews-widget .widget-title {

	color: #fff;

}

.enews-widget input {

	margin-bottom: 16px;

	margin-bottom: 1.6rem;

}

.enews-widget input:focus {

	border: 1px solid #ddd;

}

.enews-widget input[type="submit"] {

	background-color: #f15123;

	color: #fff;

	margin: 0;

	width: 100%;

}

.enews-widget input:hover[type="submit"] {

	background-color: #fff;

	color: #333;

}



/* Jetpack

--------------------------------------------- */



img#wpstats {

	display: none;

}



.header-full-width .title-area, .header-full-width .site-title {

	width: 100%;

}

.header-image .site-description, .header-image .site-title a {

	display: block;

	text-indent: -9999px;

}



/* Pagination

--------------------------------------------- */



.archive-pagination, .entry-pagination {

	font-size: 14px;

	font-size: 1.4rem;

	margin: 40px 0;

	margin: 4rem 0;

}

.archive-pagination li {

	display: inline;

}

.archive-pagination li a {

	background-color: #333;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	padding: 8px 12px;

	padding: 0.8rem 1.2rem;

}

.archive-pagination li a:hover, .archive-pagination li.active a {

	background-color: #f15123;

}

.entry-pagination a {

	border-bottom: 1px solid #ddd;

}

/* Comments

--------------------------------------------- */



.comment-respond, .entry-comments, .entry-pings {

	background-color: #312B2D;

	margin-bottom: 40px;

	margin-bottom: 4rem;

}

.entry-comments {

	padding: 40px;

	padding: 4rem;

}

.comment-respond, .entry-pings {

	padding: 40px 40px 16px;

	padding: 4rem 4rem 1.6rem;

}

.single-post .entry-content { min-height: 400px; }



.no-title-template {  }



.comment-content {

	clear: both;

}

.entry-comments .comment-author {

	margin-bottom: 0;

}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {

	width: 50%

}

.comment-respond label {

	display: block;

	margin-right: 12px;

	margin-right: 1.2rem;

}

.comment-list li, .ping-list li {

	list-style-type: none;

}

.comment-list li {

	margin-top: 24px;

	margin-top: 2.4rem;

	padding: 32px;

	padding: 3.2rem;

}

.comment-list li li {

	margin-right: -32px;

	margin-right: -3.2rem;

}

li.comment {

	background-color: #3A3436;

	border: 1px solid #40393C;

	border-right: none;

	border-radius: 5px;

	webkit-border-radius: 5px;

}

.comment .avatar {

	margin: 0 16px 24px 0;

	margin: 0 1.6rem 2.4rem 0;

}

.entry-pings .reply {

	display: none;

}





/* widgetkit gallery */

.wk-slideset {

	margin-bottom: 12px;

}



/* File Away filelist */

#ssfa-list-wrap a:hover span.ssfa-filename {

	text-decoration: underline;

}



.flex-control-nav {

  bottom: -16px !important; ;

  text-align: left !important;

}



.flexslider {

  margin: 0 !important;

}



.flex-control-paging li a {

   height: 11px !important;

   background: none repeat scroll 0 0 #404041 !important;

}





.flex-control-paging li a.flex-active {

  background: none repeat scroll 0 0 #fff !important;

}



.slb_data_title {

  display:none;

}

/* @Added 12/30/2015  - SEI */



.media-custom-text .ribbon {
  background: rgba(0, 0, 0, 0) url("images/ribbon.jpg") no-repeat scroll 0 0 / contain ;
  height: 50px;
  margin: -45px auto 0;
  width: 200px;
}

.mgi_1238 .media-custom-text .ribbon, .mgi_1372  .media-custom-text .ribbon {
  background: rgba(0, 0, 0, 0) url("images/ribbon-white.jpg") no-repeat scroll 0 0 / contain ;
}


.mgi_1357  .media-custom-text .ribbon  { 
	background: rgba(0, 0, 0, 0) url("images/ribbon-orange.jpg") no-repeat scroll 0 0 / contain ;
}

.mgi_1351 .media-custom-text .ribbon  { 
	background: rgba(0, 0, 0, 0) url("images/ribbon-white.jpg") no-repeat scroll 0 0 / contain ;
}

.darkwhite .media-custom-text .ribbon  { 
	background: rgba(0, 0, 0, 0) url("images/ribbon-darkwhite.jpg") no-repeat scroll 0 0 / contain ;
}

.blackwhite .media-custom-text .ribbon  { 
	background: rgba(0, 0, 0, 0) url("images/ribbon-blackwhite.jpg") no-repeat scroll 0 0 / contain ;
}

body.cg-white-border .img_wrap {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}


.for-mobile {
	display:none;
}

.site-container header .wrap {
    display: none;
}	

.custom-heading {
    background: rgba(0, 0, 0, 0) url(images/sydney-glass-island-love-stories-section-3.png) no-repeat scroll 0 0;
    font-family: "Great Vibes",cursive;
    font-size: 300%;
    padding: 0;
    text-align: center;
    line-height: 100px;
    background-size: 100% 100%;
}
/*.header-bg-top {
    background: rgba(0, 0, 0, 0) url("images/heading-bg-top.png") no-repeat scroll 0 0;
    display: block;
    height: 44px;
    margin-bottom: 8px;
    width: 100%;
    background-size: 100% auto;
}    

.header-bg-bottom {
    background: rgba(0, 0, 0, 0) url("images/heading-bg-bottom.png") no-repeat scroll 0 0;
    display: block;
    height: 44px;
	width: 100%;
    background-size: 100% auto;
} */   

.post-1623 .alignright, .post-1623 .alignleft {
    border: 2px solid #464646;
}


em.author {
    color: #f6c493;
}