@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic);


/*--------------------*/
/*--------------------*/
/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/
/*--------------------*/
/*--------------------*/


/* BODY */

body { 
	margin: 0px;
	background: #FFFFFF;
	border-top: 3px solid #333333;
}
body, p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.4;
}
@media (max-width:768px) {
	body {
		padding: 0;
	}
}


/* GENERAL LINKS */

a:link, a:visited, a:active{
	color: #999933;
	text-decoration: none;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}

.btn,
.btn:link,
.btn:visited,
.btn:active {
    font-family: 'Playfair Display', serif;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 11px 20px;
	color: #FFF;
	border: none;
	background-color: #999933;
}
.btn:hover {
	color: #FFF;
	border: none;
	background-color: #999;
}


/* TITLES & HEADERS */

h1 {
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
	color: #333333;
	margin: 0px 0px 40px 0px;
	font-weight: normal;
}

h2 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
	font-weight: normal;
}
h3 {
	font-family: 'Georgia', serif;
	color: #000000;
	font-size: 13px;
}
h4 {
	font-family: 'Georgia', serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #444;
	letter-spacing: 1px;
}





/*STANDARD CMS STYLING CLASSES */


/* on sites with a non-white background it's often nice to use white or a lighter version of the background for these main containers. adds a sense of poolish */

.container_bg_color  {
	background-color: #FFF;
}

/* this color is used for header bars and date boxes and must be dark enough to read reversed text in */

.accent_bg_color {
	background-color: #333;
}

/* this font should be the more dominant one in the design and must be legible at small sizes. It's best not to add a weight since it's used in a wide variety of ways */

.primary_font,
.primary_font p {
    font-family: 'Georgia', serif;
}

/* if you don't want to include an accent font you can restate the body html fonts here. otherwise you can reusue the primary font or a font with some extra interest. serif fonts are particularly nice for this class.  */

.accent_font,
.accent_font p {
    font-family: 'Georgia', serif;
}
.content_heading p {
    font-family: 'Georgia', serif;
	font-size: 16px !important;
	font-weight:  300 !important;
	font-style: italic;
	letter-spacing: 0px !important;
	text-transform: none !important;
	color: #333333;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #DDD;
}
.content_sub_heading p {
    font-family: 'Georgia', serif;
	font-style: normal !important;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.content_quote p {
    font-family: 'Playfair Display', serif;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: 24px !important;
	color: #777 !important;
	margin-top: 10px;
	line-height: 1.5 !important;
}


/* CMS FEATURE OVERRIDES */
._property_single h1 {
    font-size: 50px !important;
    font-style: italic;
}
._property_single .portrait {
    margin-top: 0 !important;
}

/* LINKS */
.separator_row {
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.links_toggle_1 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	color: #CCCCCC;
	margin-bottom: 5px;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #FFFFFF;
	display: block;
	padding: 2px 9px;
	margin-bottom: 5px;
	background-color: #333333;
}

.links_toggle_1 a:hover {
	color: #FFFFFF;
	background-color: #999933;
}
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active {
	background-color: #999933;
}


.links_toggle_2 {
	font-size: 10px;
	text-transform: uppercase;
	color: #E95B01;	
	padding: 3px 0px;
}

.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-size: 10px;
	color: #E95B01;
	text-decoration: none;
}
.links_toggle_2 a:hover {
	color: #333333;
}
.links_expand_2 {
	height: auto;
}
.links_toggle_3 {
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	padding: 3px 0px 3px 20px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #666666;
}
.links_toggle_3 a:hover {
	color: #999999;
}
.links_expand_3 {
	height: auto;
}


/* MOBILE MENU DRAWER */


#nav_pull {
    top: 26px !important;
    right: inherit !important;
    left: 30px !important;
}
body.nav_drawer_open {
    transition: margin .2s ease-out;
    margin-left: 280px;
    margin-right: -280px;
    overflow: hidden;
    min-width: 600px;
}
body.nav_drawer_close {
    transition: margin .2s ease-out;
    margin-left: 0;
    margin-right: 0;
}
#nav_drawer {
    background: #111 !important;
    right: inherit !important;
    width: 200px !important;
    -webkit-overflow-scrolling: touch;
}
#nav_drawer_close {
    right: inherit !important;
    left: 220px !important;
    background-image: url('/content/site/images/buttons/b_nav_close_light.png') !important;
    cursor: pointer;
}
body.nav_drawer_close #nav_drawer {
    transition: margin .1s ease-out;
    margin-left: -280px;
}
body.nav_drawer_close #nav_drawer_close {
    display: none !important;
}
.links_drawer_toggle_1 {
    font-weight: normal;
    font-size: 13px !important;
    text-transform: uppercase;
    color: #CCC;
    margin: 10px 0 !important;
}
.links_drawer_toggle_1 a:link,
.links_drawer_toggle_1 a:visited,
.links_drawer_toggle_1 a:active {
    font-size: 13px !important;
    text-decoration: none;
    margin: 4px 0;
    color: #999;
}
.links_drawer_toggle_1 a:hover {
    color: #FFF;
}
.links_drawer_active_1 a:link,
.links_drawer_active_1 a:visited,
.links_drawer_active_1 a:hover,
.links_drawer_active_1 a:active {
    color: #FFF;
}

.links_drawer_toggle_2,
.links_drawer_toggle_3,
.links_drawer_toggle_4  {
    padding: 9px 0;
}

.links_drawer_toggle_2 {
    font-weight: 400;
    color: #999;
}
.links_drawer_toggle_2 a:link,
.links_drawer_toggle_2 a:visited,
.links_drawer_toggle_2 a:active {
    text-decoration: none;
    display: block;
    padding-right: 30px;
    color: #777;
}
.links_drawer_toggle_2 a:hover {
    color: #FFF;
    display: table;
}

.links_drawer_toggle_3 a:link,
.links_drawer_toggle_3 a:visited,
.links_drawer_toggle_3 a:active{
    color: #EEE;
    font-size: 11px;
    text-transform: uppercase;
}
.links_drawer_toggle_3 a:hover{
    color: #FFF;
    display: table;
}

.links_drawer_toggle_4 a:link,
.links_drawer_toggle_4 a:visited,
.links_drawer_toggle_4 a:active {
    color: #B0BC22;
}
.links_drawer_toggle_4 a:hover {
    color: #FFF;
    display: table;
}
@media (max-width:320px) {
    body.nav_drawer_open {
        margin-left: 320px;
        margin-right: -320px;
    }
    #nav_drawer {
        width: 240px !important;
    }
    #nav_drawer_close {
        left: 280px !important;
    }
    body.nav_drawer_close #nav_drawer {
        margin-left: -320px;
    }
}



/* HOME & SHELL HEADER AREA*/

.accounts {
    font-family: 'Georgia', serif;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
	
}
.accounts a:link, .accounts a:visited, .accounts a:active {
	color: #BBB;
	display: inline;
	line-height: 1.7;
	padding: 15px 8px 6px 8px;
	background-color: #333;
}
.accounts a:hover {
	color: #FFF;
}
.logged_in {
	font-size: 11px;
	text-align: center;
	padding: 10px 20px 3px 20px;
}

.logged_in a:link, .logged_in a:visited, .logged_in a:active {
	font-size: 11px;
	font-weight: normal;
}

.logged_in a:hover {
	color: #000000;
}

#header {
}
#main_links {
	float: left;
	width: 70%;
	margin: 0;
}
#main_links ul {
	padding: 0px;
	margin: 0px;
}
#main_links ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#main_links.main_links_shell ul li{
	list-style: none;
	float: left;
	padding: 0 18px 0 0;
	margin: 0 8px 10px 0;
	background: url('/templates/siggstein_responsive/site/images/main_nav_separator.png') no-repeat right bottom;
}
#main_links.main_links_shell ul li:last-child{
	background: none;
}
/* MAIN NAVIGATION */
.links_main_toggle_1 {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	line-height: .9;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 47px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#main_links.main_links_shell .links_main_toggle_1 a {
	font-size: 42px;
}
.links_main_toggle_1 a:hover {
	color: #CCCCCC;
}
.links_main_active_1 {
	color: #999933;
	border: none;
}
.links_main_active_1 a:link, .links_main_active_1 a:visited, .links_main_active_1 a:active, .links_main_active_1 a:hover {
	color: #999933 !important;
}
.logo_container {
	text-align: right;
}
#image_logo {
	text-align: right;
	max-width: 300px;
	max-height: 80px;
	padding-bottom: 45px;
}
#image_logo img {
	max-width: 100%;
	max-height: 80px;
}
#site_name {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	text-align: right;
	letter-spacing: 1px;
	color: #323232;
	line-height: 1.1;
	padding: 12px 0px 55px 0px;
}
#site_name a{
	color: #323232;
	font-weight: 400;
}
#site_name a:hover {
	color: #999999;
}
#welcome_login_home {
	float: left;
	width: 30%;
}

#welcome_text,
#welcome_text p  {
	font-family: 'Georgia', serif;
	color: #555;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	margin: 0 0 50px 0;
}
#home_contact,
#shell_contact {
	font-family: 'Georgia', Times, serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	letter-spacing: 1px;
}
#home_contact a, #shell_contact a {
	font-weight: normal;
	color: #666666;
}
#home_contact a:hover, #shell_contact a:hover {
	color: #CCCCCC;
}
@media (max-width:768px) {
	#main_links,
	#main_links.main_links_shell {
		width: 60%;
	}
	#main_links.main_links_shell ul li{
		margin: 0 8px 4px 0;
	}
	#main_links.main_links_shell .links_main_toggle_1 a,
	.links_main_toggle_1 a:link,
	.links_main_toggle_1 a:visited,
	.links_main_toggle_1 a:active {
		font-size: 36px;
	}
	#site_name {
		padding: 12px 0px 30px 0px;
	}
	#welcome_login_home {
		width: 40%;
	}
	#welcome_text,
	#welcome_text p  {
		margin: 0;
	}
}
@media (max-width:600px) {
	.main_links_container {
		padding: 0 20px;
	}
	.main_links_bg {
		padding: 10px 0 10px 0;
	}
	#main_links {
        display: none;
	}
    #site_name,
    #image_logo {
         padding: 30px 0px;
     }
	#welcome_login_home {
		width: 100%;
	}
    #image_logo,
    .logo_container {
        text-align: left;
    }
	#site_name {
		font-size: 26px;
		text-align: left;
	}
	#welcome_text,
	#welcome_text p  {
		text-align: left;
	}
	h1 {
		font-size: 22px;
	}
	.content_quote p {
	    font-size: 20px !important;
	}
}
@media (max-width:320px) {
	.b_small_media_menu {
		margin: 10px 0 0 0;
	}
	#site_name {
		padding: 0 0px 10px 0px;
	}
}

/* HOME LAYOUT*/

#main {
	max-width:960px; 
	margin: 0px auto;
	padding: 0 30px;
}
#home_slideshow {
	margin-top: 35px;
	padding: 9px 0px;
	border-top: 3px solid #333333;
}
#home_slideshow_mask {
	max-height: 500px;
	background-color: #333333;
	overflow: hidden;
}
#home_slideshow_mask img {
	width: 100%;
}


/* SHELL LAYOUT*/

#shell_content_container {
	padding: 40px 0px 50px 0px;
}
#shell_image {
	margin-top: 25px;
	padding: 9px 0px;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;	
}
#shell_site_images {
	max-height: 350px;
	overflow: hidden;
}
#shell_site_images.height_unlimited {
	max-height: inherit;
}
#shell_site_images img{
	width: 100%;
}
.no_image_border {
	padding-bottom: 25px;
	border-bottom: 3px solid #333333;
}
#shell_left_column {
	float: left;
	width: 23%;
	margin-right: 4%;
}
#shell_right_column {
	float: left;
	width: 73%;
	min-height: 300px;
}
#shell_whole_column {
	width: 100%;
}
#sidebar {
	margin: 80px 0px 0px 0px;
}
#gutensite_ad {
	width: 150px;
	height: 150px;
	display: block;
	margin: 20px 0px 20px 0px;
}
#gutensite_ad a{
	width: 150px;
	height: 150px;
	display: block;
	background: #999933 url('/templates/siggstein_responsive/site/images/buttons/b_make_gutensite.png') no-repeat center center;
}
#gutensite_ad a:hover {
	background: #333333 url('/templates/siggstein_responsive/site/images/buttons/b_make_gutensite.png') no-repeat center center;
}
@media (max-width:768px) {
	#shell_left_column {
		display: none;
	}
	#shell_right_column {
		float: none;
		width: inherit;
	}
}


/* FOOTER */

.footer_container {
	margin: 0px auto;
    padding: 30px 0;
	border-top: 3px solid #333333;
}
.footer_credit {
	font-family: 'Playfair Display', serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.2;
}
.footer {
	font-family: 'Georgia', 'Times', serif;
	font-size: 10px;
    text-transform: uppercase;
}

/* FOOTER SOCIAL MEDIA */

.social_media {
	margin-top: 0;
	z-index: 0;
	width: auto;
	margin: 6px 0 100px 20px;
	display: table;
	float: right;
}
.social_media ul {
	margin: 0;
	padding: 0;
	float: right;
}

.social_media ul li {
	float: left;
	list-style: none;
	border-left: 0;
	padding: 0;
	margin-left: 2px;
	height: 25px;
	display: block;
}
.social_media ul .social_media_label {
	display: none;
}
.social_media a {
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	display: block;
	height: 26px;
	width: 26px;
	display: block;
	background: #333 url('/templates/siggstein_responsive/site/images/buttons/social_media_white.png') no-repeat;
	background-size: 20px;
}
.social_media a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	text-decoration: none;
	background-color: #999933;
}
.social_media .google_plus a {
	background-position: 6px -343px;
}
.social_media .facebook a {
	background-position: 8px -44px;
}
.social_media .instagram a {
	background-position: 8px -200px;
}
.social_media .twitter a {
	background-position: 6px -92px;
}
.social_media .linkedin a {
	background-position: 6px -144px;
}
.social_media .pinterest a {
	background-position: 5px -194px;
}
.social_media .youtube a {
	background-position: 5px -245px;
}
.social_media .yelp a {
	background-position: 7px -294px;
}
.social_media .instagram a {
	background-position: 6px -342px;
}
.social_media .zillow a {
	background-position: 6px -46px;
}






@media (max-width:768px) {
	.sidebar_footer {
		padding-top: 10px;
		margin-top: 45px;
		border-top: 3px solid #333333;
	}
	.sidebar_footer h2,
	.sidebar_footer #sidelinks {
		max-width: 300px;
		margin: 30px auto;
		text-align: center;
	}
}


/* LANDING PAGE */


.ct_site_basic_pages_landing_page h4 p,
.ct_site_basic_pages_landing_page .module_container .module_type_testimonials .module_position,
.ct_site_basic_pages_landing_page .module_container .module_type_testimonials .module_comment,
.ct_site_basic_pages_landing_page .font_body p,
.ct_site_basic_pages_landing_page .landing_page .module_container .btn,
.ct_site_basic_pages_landing_page .landing_page .module_container .btn:link,
.ct_site_basic_pages_landing_page .landing_page .module_container .btn:visited,
.ct_site_basic_pages_landing_page .landing_page .module_container .btn:active,
.ct_site_basic_pages_landing_page .landing_page .module_container .module_button a:link,
.ct_site_basic_pages_landing_page .landing_page .module_container .module_button a:visited,
.ct_site_basic_pages_landing_page .landing_page .module_container .module_button a:active {
	font-family: 'Georgia', serif;
}
.ct_site_basic_pages_landing_page .landing_page h2,
.ct_site_basic_pages_landing_page .landing_page h2 p {
	font-family: 'Playfair Display', serif;
}
.ct_site_basic_pages_landing_page .landing_page h2,
.ct_site_basic_pages_landing_page .landing_page h2 p,
.ct_site_basic_pages_landing_page .landing_page .module_title {
	text-transform: none;
}
.ct_site_basic_pages_landing_page .landing_page h2,
.ct_site_basic_pages_landing_page .landing_page h2 p,
.ct_site_basic_pages_landing_page .landing_page .module_container .module_title,
.ct_site_basic_pages_landing_page .landing_page .module_container .module_title a {
	font-weight: normal;
}
.landing_page .module_button a,
.landing_page .module_container .module_type_testimonials .module_position,
.landing_page .module_container .module_type_testimonials .module_comment {
	font-weight: bold;
}
.ct_site_basic_pages_landing_page #header_container {
	position: relative;
}
.ct_site_basic_pages_landing_page #header {
	overflow: hidden;
	padding: 45px 6%;
	background: #FFF;
}
.ct_site_basic_pages_landing_page .accounts {
	position: absolute;
	top: 0;
	right: 6%;
}
.ct_site_basic_pages_landing_page #shell_image {
	border: none;
}
.ct_site_basic_pages_landing_page #main_links.main_links_shell ul li {
	float: none;
	margin-bottom: 4px;
	background: none;
}
.ct_site_basic_pages_landing_page #main_links.main_links_shell ul li a {
	font-size: 30px;
}
@media (min-width:769px) {
	.ct_site_basic_pages_landing_page #site_name {
		padding: 0;
		font-size: 30px;
	}
}
.ct_site_basic_pages_landing_page #shell_contact {
	position: absolute;
	right: 6%;
	bottom: 45px;
}
.ct_site_basic_pages_landing_page .landing_page .call-to-action-container {
	padding: 180px 0;
}
.ct_site_basic_pages_landing_page .landing_page .content_quote p {
	font-style: italic;
}
.ct_site_basic_pages_landing_page #footer_bg {
	padding: 40px 6%;
	background: #000;
}
.ct_site_basic_pages_landing_page .footer_container {
	border: none;
}
@media (max-width: 768px) {
	.ct_site_basic_pages_landing_page #header {
		padding-bottom: 20px;
	}
	.ct_site_basic_pages_landing_page .landing_page .call-to-action-container {
		padding: 120px 0;
	}
}